@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
/* latin */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 600;
  src: local("Josefin Slab SemiBold"), local("JosefinSlab-SemiBold"), url(https://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2PBf3Xtc57ojmY2ox2Xv8Go.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Josefin Slab Bold"), local("JosefinSlab-Bold"), url(https://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2HNuWYKPzoeKl5tYj8yhly0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* ------------------------------
 color
------------------------------ */
/* ------------------------------
 font
------------------------------ */
/* ------------------------------
 fontawesome override
------------------------------ */
.fa {
  font-size: inherit;
  line-height: 1;
}

/* ------------------------------

------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, header, footer, section, article, h1, h2, h3, h4, h5, h6, div, form, ul, ol, li, dl, dt, dd, p, button {
  margin: 0;
  padding: 0;
}

html, body, header, footer, section, article, h1, h2, h3, h4, h5, h6, div, form, ul, ol, li, dl, dt, dd, dt p, span, a, button, img, i {
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  vertical-align: top;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6, table, th, td, input, textarea {
  font-size: inherit;
}

ul, li {
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

a,
a img {
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

a, input {
  outline: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

label {
  cursor: pointer;
}

i {
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
  vertical-align: middle;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.bg-pink {
  background: #f2799a !important;
  color: #fff !important;
}

.bg-gray {
  background: #9e9e9e !important;
  color: #fff !important;
}

.bg-purple {
  background: #c8abe9 !important;
  color: #fff !important;
}

.bg-red {
  background: #f44336 !important;
  color: #fff !important;
}

.bg-red-light {
  background: #feeceb !important;
}

.pink {
  color: #f2799a !important;
}

.red {
  color: #f44336 !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.border-top {
  border-top: 1px solid #e0e0e0;
}

.border-none {
  border: none !important;
}

.indent05 {
  display: inline-block;
  text-indent: 0.5em;
}

.indent-05 {
  display: inline-block;
  text-indent: -0.5em;
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
.display-table,
.display-table-fixed {
  display: table;
}

.display-table-fixed {
  table-layout: fixed;
  width: 100%;
}

.display-table > *,
.display-table-fixed > * {
  display: table-cell;
  vertical-align: middle;
}

.font-en {
  font-family: "Josefin Slab", serif;
}

.font-noto {
  font-family: "Noto Serif", serif;
}

.font11 {
  font-size: 79%;
}

.font12 {
  font-size: 86%;
}

.font16 {
  font-size: 115%;
}

.hover-ul:hover {
  text-decoration: underline !important;
}

.jq-hide {
  display: none;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.t {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

a.ul {
  text-decoration: underline !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.block-md,
.block-sm,
.block-xs,
.inline-block-xs,
.inline-md,
.inline-sm,
.inline-xs,
.inline-xxs {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .display-table-md,
  .display-table-md > * {
    display: list-item !important;
  }

  .hide-md {
    display: none !important;
  }

  .block-md {
    display: block !important;
  }

  .inline-md {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .display-table-sm,
  .display-table-sm > * {
    display: list-item !important;
  }

  .hide-sm {
    display: none !important;
  }

  .block-sm {
    display: block !important;
  }

  .inline-sm {
    display: inline !important;
  }
}
@media screen and (max-width: 640px) {
  .hide-s {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }

  .block-xs {
    display: block !important;
  }

  .inline-block-xs {
    display: inline-block !important;
  }

  .inline-xs {
    display: inline !important;
  }
}
@media screen and (max-width: 400px) {
  .inline-xxs {
    display: inline !important;
  }
}
.loginHeader {
  background: #fff;
  z-index: 100;
}
.loginHeader .campaign {
  background: #84c5cb;
  text-align: center;
}
.loginHeader .campaign img {
  max-width: 940px;
}
.loginHeader .logo {
  padding: 10px;
  text-align: center;
}
.loginHeader .logo img {
  width: auto;
  max-height: 50px;
}
.loginHeader .menuBtn {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
  height: 100%;
}
.loginHeader .menuBtn:hover {
  background: #f8f4ef;
}
.loginHeader .menuBtn i {
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
}
.loginHeader .menuBtn .fa-times {
  display: none;
}
.loginHeader .nav {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.loginHeader .nav ul {
  margin-right: auto;
  margin-left: auto;
}
.loginHeader .nav ul a {
  color: #616161;
  color: #616161;
  display: block;
  font-size: 93%;
  padding: 10px 30px;
}
.loginHeader .nav ul a:link, .loginHeader .nav ul a:visited {
  color: #616161;
}
.loginHeader .nav ul a:hover, .loginHeader .nav ul a:active {
  color: #fff;
}
.loginHeader .nav ul a:hover {
  background: #212121;
  color: #fff;
}
.loginHeader .tel-sell .logo {
  margin-top: -35px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
}
.loginHeader .tel-sell .tel {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.loginHeader .tel-sell .tel .text {
  display: inline-block;
  font-size: 93%;
  letter-spacing: 0.075em;
  padding-right: 12px;
}
.loginHeader .tel-sell .tel .number {
  color: #000;
  line-height: 40px;
  font-size: 240%;
}
.loginHeader .tel-sell .tel .number i {
  font-size: 90%;
  margin-right: 5px;
  vertical-align: -50%;
}
.loginHeader .tel-sell .tel .time {
  display: inline-block;
  font-size: 79%;
  letter-spacing: 0.2em;
  padding-top: 5px;
}
.loginHeader .tel-sell .btn-sell {
  margin-top: -40px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
}

.menu-hover {
  background: #fff;
  position: absolute;
  top: 60px;
  left: 100%;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  width: 100%;
  z-index: 90;
}
.menu-hover a {
  border-top: 1px solid #e0e0e0;
  line-height: 1.4;
  padding: 10px;
}
.menu-hover a:first-child {
  border-right: 1px solid #e0e0e0;
}
.menu-hover a i {
  vertical-align: 0;
  padding-right: 5px;
}

.menu-hover-bg {
  background: #000;
  display: none;
  -ms-filter: "alpha(opacity=$op)";
  filter: alpha(opacity=75);
  opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}

body.menu-open .loginHeader .menuBtn .fa-bars {
  display: none;
}
body.menu-open .loginHeader .menuBtn .fa-times {
  display: inline-block;
}
body.menu-open .menu-hover {
  left: 0;
}
body.menu-open .menu-hover-bg {
  display: block;
}

@media screen and (max-width: 991px) {
  .loginHeader .nav ul a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 800px) {
  .loginHeader {
    border-bottom: 1px solid #eee;
  }
  .loginHeader .logo img {
    max-height: 40px;
  }
  .loginHeader .nav {
    display: none;
  }
  .loginHeader .menuBtn {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .menu-hover a {
    font-size: 93%;
  }
}
.footer-normal > * {
  line-height: 1;
}
.footer-normal img {
  max-width: none !important;
  width: auto;
}
.footer-normal .arrow {
  position: absolute;
  top: 50%;
}
.footer-normal .btn01 {
  color: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.footer-normal .btn01.c01 {
  background: #f2799a;
  border-bottom: 2px solid #d96d8a;
}
.footer-normal .ft01 {
  font-family: 'Noto Serif', "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.footer-normal .sm {
  display: none !important;
}
.footer-normal .wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

@media screen and (max-width: 779px) {
  .footer-normal img {
    width: 100%;
  }
  .footer-normal .md {
    display: none !important;
  }
  .footer-normal .sm {
    display: block !important;
  }
  .footer-normal .wrapper {
    width: 100%;
  }

  .overlay {
    display: none;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
  }
  .overlay.active {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .footer-normal header .wrapper > .contact a p span {
    font-size: 122%;
  }
}
@media screen and (max-width: 480px) {
  .footer-normal header .wrapper > .contact a p span {
    font-size: 100%;
  }
}
@media screen and (max-width: 400px) {
  .footer-normal header .wrapper > .contact a p span {
    font-size: 86%;
  }
}
/* ------------------------------
 normal footer
------------------------------ */
.footer-normal footer .bg {
  background: #EEE;
  padding: 60px 0 45px;
}
.footer-normal footer .logo {
  text-align: center;
}
.footer-normal footer .nav {
  display: table;
  width: 720px;
  margin: 40px auto 0;
}
.footer-normal footer .nav ul {
  display: table-cell;
  padding: 0;
  width: 25%;
}
.footer-normal footer .nav li {
  margin-top: 10px;
}
.footer-normal footer .nav li a {
  color: #616161;
  font-size: 14px;
}
.footer-normal footer .nav li i {
  color: #9e9e9e;
  font-size: 16px;
  margin-right: 4px;
}
.footer-normal footer .copy {
  text-align: center;
  font-size: 10px;
  padding: 20px 0;
}
.footer-normal footer .bg .tel .corner01 {
  background: #EEE;
  padding: 25px 0 25px;
  text-align: center;
}
.footer-normal footer .bg .tel .txt01 {
  font-size: 16px;
}
.footer-normal footer .bg .tel .call {
  font-size: 48px;
  color: #f2799a;
  margin: 15px 0;
}
.footer-normal footer .bg .tel .call i {
  font-size: 28px;
  background: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #f2799a;
  text-align: center;
  margin-right: 10px;
}
.footer-normal footer .bg .tel .call i,
.footer-normal footer .bg .tel .call span {
  display: inline-block;
  vertical-align: middle;
}
.footer-normal footer .bg .tel .txt02 {
  font-size: 14px;
}
.footer-normal footer#sc p {
  background: #EEE;
}

@media screen and (max-width: 779px) {
  .footer-normal footer .logo {
    padding: 20px 0 0;
  }
  .footer-normal footer .logo .ico {
    width: 4%;
    display: block;
    margin: 0 auto 4%;
  }
  .footer-normal footer .copy {
    background: #eee;
    border-top: none;
  }
  .footer-normal footer .bg {
    padding: 0;
  }
  .footer-normal footer .nav {
    width: 100%;
    margin: 7% 0 0;
  }
  .footer-normal footer .nav ul {
    display: block;
    width: 100%;
  }
  .footer-normal footer .nav ul:first-child {
    border-top: 1px solid #d5d5d5;
  }
  .footer-normal footer .copy {
    font-size: 0.909em;
    padding: 7% 0;
    line-height: 1.5;
  }
  .footer-normal footer .nav li {
    margin-top: 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 0;
  }
  .footer-normal footer .nav li a {
    font-size: 1em;
    padding: 4%;
    display: block;
    position: relative;
  }
  .footer-normal footer .nav li i {
    font-size: 1.2em;
    position: absolute;
    right: 2%;
  }
}
footer {
  background: #fff;
  border-top: 1px solid #eee;
}
footer .logo {
  padding: 40px 20px;
  text-align: center;
}
footer .logo img {
  max-width: 150px;
}
footer .nav {
  padding-bottom: 40px;
}
footer .nav .display-table {
  margin-right: auto;
  margin-left: auto;
}
footer .nav ul {
  padding-right: 30px;
  padding-left: 30px;
  vertical-align: top;
}
footer .nav ul li {
  padding: 5px 0;
}
footer .nav a {
  font-size: 93%;
  color: #616161;
}
footer .nav a:link, footer .nav a:visited {
  color: #616161;
}
footer .nav a:hover, footer .nav a:active {
  color: #f2799a;
}
footer .nav a i {
  margin-right: 5px;
  vertical-align: 20%;
}
footer .copy {
  border-top: 1px solid #eee;
  font-family: 'Roboto Slab', serif;
  font-size: 79%;
  line-height: 20px;
  padding: 15px;
  text-align: center;
}
footer .copy br {
  display: none;
}

@media screen and (max-width: 767px) {
  footer .logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .logo img {
    max-width: 120px;
  }
  footer .nav {
    padding-bottom: 0;
  }
  footer .nav .display-table {
    display: block;
  }
  footer .nav .display-table > * {
    display: list-item;
  }
  footer .nav ul,
  footer .nav li {
    padding: 0 !important;
  }
  footer .nav a {
    border-top: 1px solid #eee;
    display: block;
    padding: 10px 20px;
  }
  footer .nav a:hover {
    padding-left: 30px;
  }
}
/* ------------------------------
 badge
------------------------------ */
.badge {
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 0 5px;
  font-size: 86%;
}

.badge-req {
  background: #f44336;
  color: #fff;
}

.badge-sell {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  font-family: "Noto Serif", serif;
  font-size: 86%;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 10px;
}

.badge-trade {
  background: #f2799a;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  padding: 0 10px;
  vertical-align: middle;
}
.badge-trade .per {
  font-size: 79%;
}

.badge-trade-s {
  font-size: 86%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.badge-beige {
  background: #c4a277;
  color: #fff;
}

.badge-rect {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* ------------------------------
 button
------------------------------ */
.btn {
  background: #f2799a;
  border: none;
  border-bottom: 2px solid #f06288;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 122%;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  width: 100%;
}
.btn:link, .btn:visited {
  color: #fff;
}
.btn:hover, .btn:active {
  color: #fff;
}
.btn:hover {
  background: #f06288;
  border-bottom-color: #ed4b77;
}
.btn:after {
  content: '\f105';
  display: block;
  font-family: "FontAwesome";
  font-size: 150%;
  font-weight: normal;
  line-height: 20px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.btn.inactive {
  background: #f5f5f5;
  border-bottom-color: #f5f5f5;
  color: #9e9e9e;
}
.btn span {
  font-size: 75%;
  font-weight: normal;
  vertical-align: middle;
}
.btn i {
  vertical-align: 0;
}

.btn-check:before {
  background: #fff;
  border: 2px solid #f2799a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.btn-check:after {
  color: #f2799a;
  content: '\f00c';
  font-size: 86%;
  top: 3px;
  right: -5px;
  z-index: 3;
}
.btn-check.inactive:before {
  background: #eee;
  border-color: #eee;
}
.btn-check.inactive:after {
  color: #e0e0e0;
}

.btn-select:before {
  border-color: transparent transparent #f2799a transparent;
  border-style: solid;
  border-width: 8px;
  content: '';
  display: block;
  margin-left: -8px;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0;
  height: 0;
  z-index: 2;
}
.btn-select:hover:before {
  border-bottom-color: #f06288;
}
.btn-select.btn-gray:before {
  border-bottom-color: #9e9e9e;
}
.btn-select.btn-gray:hover:before {
  border-bottom-color: #919191;
}
.btn-select.btn-purple:before {
  border-bottom-color: #c8abe9;
}
.btn-select.btn-purple:hover:before {
  border-bottom-color: #bb97e4;
}
.btn-select.inactive:hover {
  background: #f5f5f5;
  border-bottom-color: #f5f5f5;
  color: #616161;
}
.btn-select.inactive:before {
  display: none;
}

.btn-kit {
  padding-right: 10px;
  padding-left: 10px;
}
.btn-kit img {
  max-width: 120px;
}
.btn-kit .dim {
  display: inline-block;
  line-height: 1.4;
  padding-top: 5px;
}

.btn-sell {
  font-size: 150%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}
.btn-sell img {
  margin-top: -30px;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 60px;
}
.btn-sell span {
  font-size: 61%;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.btn-return,
.btn-donate {
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn-more, .btn-read {
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #616161;
  display: inline-block;
  font-size: 86%;
  padding: 3px 20px 3px 10px;
}
.btn-more:link, .btn-read:link, .btn-more:visited, .btn-read:visited {
  color: #616161;
}
.btn-more:hover, .btn-read:hover, .btn-more:active, .btn-read:active {
  color: #f2799a;
}
.btn-more:after, .btn-read:after {
  content: '\f105';
  display: block;
  font-family: "FontAwesome";
  font-size: 136%;
  font-weight: normal;
  line-height: 20px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 8px;
}
.btn-more:hover, .btn-read:hover {
  border-color: #f2799a;
}
.btn-more i, .btn-read i {
  vertical-align: 0;
}

.btn-read {
  border-color: #f2799a;
  color: #f2799a;
  font-size: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.btn-read:link, .btn-read:visited {
  color: #f2799a;
}
.btn-read:hover, .btn-read:active {
  color: #fff;
}
.btn-read:after {
  margin-top: -11px;
  right: 10px;
}
.btn-read:hover {
  background: #f2799a;
}

.btn-back,
.btn-gray {
  background: #9e9e9e;
  border-color: #919191;
  color: #212121;
}
.btn-back:hover,
.btn-gray:hover {
  background: #919191;
  border-bottom-color: #858585;
}

.btn-back {
  font-size: 100%;
  padding-left: 35px;
  width: 150px;
}
.btn-back:after {
  content: '\f104';
  right: auto;
  left: 20px;
}

.btn-purple {
  background: #c8abe9;
  border-color: #bb97e4;
}
.btn-purple:hover {
  background: #bb97e4;
  border-bottom-color: #ae83de;
}

.btn-disabled {
  background: #f2799a !important;
  border-bottom-color: #f06288 !important;
  -ms-filter: "alpha(opacity=$op)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  pointer-events: none;
}

.btn-full {
  width: 100%;
}

.btn-sub, .btn-page, .btn-icon {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #616161;
  font-size: 100%;
}
.btn-sub:link, .btn-page:link, .btn-icon:link, .btn-sub:visited, .btn-page:visited, .btn-icon:visited {
  color: #616161;
}
.btn-sub:hover, .btn-page:hover, .btn-icon:hover, .btn-sub:active, .btn-page:active, .btn-icon:active {
  color: #f2799a;
}
.btn-sub:hover, .btn-page:hover, .btn-icon:hover {
  background: #fff;
  border: 1px solid #f2799a;
}
.btn-sub i, .btn-page i, .btn-icon i {
  vertical-align: 10%;
}

.btn-page:after, .btn-icon:after {
  content: '\f107';
}

.btn-icon {
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}
.btn-icon:after {
  font-size: 200%;
  margin-left: -15px;
  top: auto;
  right: auto;
  bottom: 15px;
  left: 50%;
  text-align: center;
  width: 30px;
}
.btn-icon i {
  font-size: 250%;
  line-height: 30px;
  height: 40px;
}
.btn-icon i.fa-mobile {
  font-size: 350%;
}

.btn-toggle {
  background: #fff;
  border: 1px solid #f2799a;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: block;
  line-height: 28px;
  text-align: center;
}
.btn-toggle:after {
  content: '\f107';
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 150%;
  font-weight: normal;
  vertical-align: middle;
}

.jq-open .btn-toggle:after {
  content: '\f106';
}

.btn-s {
  font-size: 86%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-edit {
  display: inline-block;
  font-size: 93%;
  padding: 10px 30px;
  width: auto;
}
.btn-edit:after {
  display: none;
}

@media screen and (max-width: 480px) {
  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .btn-icon {
    padding-right: 0;
    padding-left: 0;
  }
}
/* ------------------------------
 customer-icon
------------------------------ */
.customer-icon {
  background: #f5a7bc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
}

/* ------------------------------
 form
------------------------------ */
.form-group input[type=text],
.form-group input[type=password],
.form-group textarea {
  background-color: #eee;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: inherit;
  padding: 0 10px;
  width: 100%;
  height: 40px;
}
.form-group input[type=text].form-check-req,
.form-group input[type=password].form-check-req,
.form-group textarea.form-check-req {
  background-color: #fcffd3;
  color: #79683c;
}
.form-group textarea {
  padding: 10px;
  height: 200px;
}
.form-group .select-wrap {
  display: inline-block;
  vertical-align: middle;
}
.form-group .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eee;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  line-height: 40px;
  padding: 0 30px 0 10px;
  width: auto;
  height: 40px;
}
.form-group .select-wrap:after {
  content: '\f0d7';
  font-family: "FontAwesome";
  line-height: 20px;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
}

.form-inline input[type=text] {
  display: inline-block;
}
.form-inline input[type=text].size3 {
  width: 80px;
}
.form-inline input[type=text].size4 {
  width: 100px;
}

.form-checkbox input, .form-radio input {
  display: none;
}
.form-checkbox i, .form-radio i {
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
  color: #e0e0e0;
  cursor: pointer;
  line-height: 30px;
  float: left;
  text-align: center;
  width: 30px;
  height: 30px;
}
.form-checkbox label, .form-radio label {
  display: block;
  line-height: 1.4;
  margin-left: 40px;
  padding-top: 5px;
}
.form-checkbox.active i, .active.form-radio i {
  background: #fbd6e0;
  color: #f2799a;
}

.form-radio i {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  float: none;
  line-height: 24px;
  margin-right: 3px;
  width: 24px;
  height: 24px;
}
.form-radio i:after {
  background: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
  margin-top: -4px;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
}
.form-radio label {
  display: inline-block;
  margin-left: 0;
  padding-top: 0;
}
.form-radio.active i:after {
  background: #f2799a;
}

div.form-radio {
  margin-bottom: 10px;
}

.form-group.form-check-ng input[type=text],
.form-group.form-check-ng input[type=password],
.form-group.form-check-ng textarea,
.form-group .form-check-ng input[type=text],
.form-group .form-check-ng input[type=password],
.form-group .form-check-ng textarea {
  background-color: #feeceb;
}
.form-group.form-check-ng.form-checkbox i, .form-group.form-check-ng.form-radio i,
.form-group .form-check-ng.form-checkbox i,
.form-group .form-check-ng.form-radio i {
  background-color: #feeceb;
}

.form-group.form-check-ok input[type=text],
.form-group.form-check-ok input[type=password],
.form-group.form-check-ok textarea,
.form-group .form-check-ok input[type=text],
.form-group .form-check-ok input[type=password],
.form-group .form-check-ok textarea {
  background-color: #ddffdf;
  color: #4d793c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group.form-check-ok.form-checkbox i, .form-group.form-check-ok.form-radio i,
.form-group .form-check-ok.form-checkbox i,
.form-group .form-check-ok.form-radio i {
  background-color: #ddffdf;
  color: #4d793c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.notice {
  margin-top: 20px;
  text-align: center;
}
.notice .fa-exclamation-circle {
  color: #616161;
}

.group-box {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.group-box:last-child {
  margin-bottom: 0;
}
.group-box > .group-title:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.group-title {
  background: #eee;
  font-size: 93%;
  font-weight: bold;
  padding: 10px;
}
.group-title .edit {
  float: right;
}

.group-title-icon {
  line-height: 1.4;
  padding-top: 15px;
  padding-left: 70px;
}
.group-title-icon:before {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 50px;
  height: 50px;
}
.group-title-icon strong {
  color: #f2799a;
  display: inline-block;
  font-size: 150%;
  margin-top: 5px;
}
.group-title-icon i {
  font-size: 200%;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 20px;
  text-align: center;
  width: 30px;
  z-index: 2;
}
.group-title-icon i.fa-mobile {
  font-size: 280%;
}
.group-title-icon i.fa-check-square-o {
  left: 22px;
}

.group-subtitle {
  font-size: 93%;
  font-weight: bold;
  padding: 10px 20px;
}

.group-body {
  padding: 20px;
}

.toggle-box {
  margin-bottom: 40px !important;
}
.toggle-box p {
  margin-top: 10px;
}
.toggle-box p:first-child {
  margin-top: 0;
}
.toggle-box .more {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.toggle-box .more br {
  display: none;
}
.toggle-box .btns-toggle {
  margin-left: -60px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 120px;
}
.toggle-box .btn-toggle .close {
  display: none;
}
.toggle-box.jq-open .more {
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
  word-break: break-all;
}
.toggle-box.jq-open .more br {
  display: inline;
}
.toggle-box.jq-open .btn-toggle .open {
  display: none;
}
.toggle-box.jq-open .btn-toggle .close {
  display: inline;
}

.slide-box .group-title,
.slide-box .group-subtitle {
  cursor: pointer;
  padding-right: 40px;
}
.slide-box .group-title:after,
.slide-box .group-subtitle:after {
  content: '\f107';
  display: block;
  font-family: "FontAwesome";
  font-size: 150%;
  font-weight: normal;
  line-height: 20px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.slide-box .slide-body {
  display: none;
}
.slide-box .group-subtitle,
.slide-box .group-body {
  border-top: 1px solid #e0e0e0;
  display: none;
}
.slide-box .group-subtitle {
  font-size: 93%;
  font-weight: bold;
  padding: 10px 40px 10px 20px;
}
.slide-box.jq-open .group-title:after {
  content: '\f106';
}
.slide-box.jq-open .slide-body {
  display: block;
}
.slide-box.jq-open .group-subtitle {
  display: block;
}
.slide-box.jq-open .group-subtitle.jq-open:after {
  content: '\f106';
}

@media screen and (max-width: 480px) {
  .group-body {
    padding: 15px;
  }

  .slide-box .group-subtitle {
    padding-left: 15px;
  }
}
/* ------------------------------
 info
------------------------------ */
.info {
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #616161;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.info-warning {
  background: #feeceb;
  color: #f44336;
}

/* ------------------------------
 link
------------------------------ */
a.link-text {
  color: #616161;
}
a.link-text:link, a.link-text:visited {
  color: #616161;
}
a.link-text:hover, a.link-text:active {
  color: #f2799a;
}
a.link-text .fa-chevron-right {
  color: #f2799a;
}

/* ------------------------------
 login status
------------------------------ */
.login-status .user {
  font-size: 122%;
  font-weight: bold;
  float: left;
}
.login-status .user i {
  vertical-align: 0;
}
.login-status .last {
  margin-bottom: 20px;
  padding-top: 3px;
  text-align: right;
}

@media screen and (max-width: 400px) {
  .login-status .user {
    float: none;
  }
  .login-status .last {
    margin-bottom: 10px;
    padding-top: 0;
    text-align: left;
  }
}
/* ------------------------------
 page top
------------------------------ */
.page-top {
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
}
.page-top img {
  -ms-filter: "alpha(opacity=$op)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 9999;
}
.page-top.visible {
  display: block;
}
.page-top.active img {
  -ms-filter: "alpha(opacity=$op)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.page-top:hover img {
  -ms-filter: "alpha(opacity=$op)";
  filter: alpha(opacity=85);
  opacity: 0.85;
}

@media (max-width: 767px) {
  .page-top {
    right: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
  }
}
/* ------------------------------
 ribbon
------------------------------ */
.ribbon {
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  max-width: 520px;
}

/* ------------------------------
 steps
------------------------------ */
.steps {
  color: #bdbdbd;
  margin-bottom: 50px;
  text-align: center;
}
.steps .steps-label {
  color: #616161;
  padding-bottom: 10px;
}
.steps .steps-label span {
  background: #fff;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  padding: 0 5px;
  z-index: 2;
}
.steps .steps-label:after {
  border: 1px solid #616161;
  border-bottom: none;
  content: '';
  display: block;
  position: absolute;
  left: 12.5%;
  bottom: 5px;
  width: 75%;
  height: 20px;
}
.steps .num {
  background: #eee;
  font-family: "Noto Serif", serif;
  font-size: 79%;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 10px 0 0;
  height: 70px;
}
.steps .num strong {
  font-size: 300%;
}
.steps .text {
  font-size: 93%;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 0;
}
.steps .finished .num {
  background: #f2799a;
  color: #f7a7bd;
}
.steps .finished .text {
  color: #f9bfcf;
}
.steps .active .num {
  background: #f2799a;
  color: #fff;
}
.steps .active .num:after {
  content: '';
  border-color: transparent transparent transparent #f2799a;
  border-style: solid;
  border-width: 35px 15px;
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  z-index: 2;
}
.steps .active .text {
  color: #f2799a;
}
.steps .active .text:after {
  content: '';
  border-color: #f2799a transparent transparent transparent;
  border-style: solid;
  border-width: 15px 20px;
  display: block;
  margin-left: -20px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 2;
}
.steps li {
  vertical-align: top;
}
.steps li:last-child.active .num:after {
  display: none;
}

@media screen and (max-width: 480px) {
  .steps .num strong {
    font-size: 240%;
  }
  .steps .text {
    font-size: 86%;
    padding-top: 0;
  }
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  color: #212121;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

a {
  color: #f2799a;
}
a:link, a:visited {
  color: #f2799a;
}
a:hover, a:active {
  color: #ed4b77;
}

/* ------------------------------
 structure
------------------------------ */
.overflow {
  overflow-x: hidden;
  width: 100%;
}

.wrapper {
  padding: 80px 20px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container1 {
  max-width: 1000px;
}

.content {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.content:last-child {
  margin-bottom: 0;
}
.content > .content-title:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.content-title {
  background: #616161;
  color: #fff;
  font-size: 122%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.content-title-l {
  font-size: 200%;
  line-height: 1.4;
  padding: 15px;
}

.content-body {
  padding: 20px;
}

.ribbon-inquiry {
  margin-top: 30px;
  margin-bottom: -10px;
}

@media screen and (max-width: 800px) {
  .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 20px 10px;
  }

  .content-body {
    padding: 10px;
  }

  .content-title-l {
    font-size: 150%;
  }
}
/* ------------------------------
 btn
------------------------------ */
.btns2,
.actions2 {
  margin-left: -10px;
  margin-right: -10px;
}
.btns2 .display-table,
.btns2 .display-table-fixed,
.actions2 .display-table,
.actions2 .display-table-fixed {
  border-collapse: separate;
  border-spacing: 10px 0;
}

.checks2 {
  margin-left: -20px;
  margin-right: -20px;
}
.checks2 .display-table,
.checks2 .display-table-fixed {
  border-collapse: separate;
  border-spacing: 20px 0;
  margin-top: 20px;
}

.checks-radio .btn input {
  display: none;
}

@media screen and (max-width: 480px) {
  .btns2 {
    margin-left: 0;
    margin-right: 0;
  }
  .btns2 .display-table,
  .btns2 .display-table-fixed {
    display: block;
  }
  .btns2 .display-table > *,
  .btns2 .display-table-fixed > * {
    display: block;
  }
  .btns2 .display-table > *:first-child,
  .btns2 .display-table-fixed > *:first-child {
    margin-bottom: 10px;
  }
}
/* ------------------------------
 form
------------------------------ */
form .error {
  color: #f44336;
}
form .error span {
  display: inline-block;
  padding: 5px 5px 0 0;
}
form .error span:before {
  content: '\f06a';
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}
form .form-checkbox .error, form .form-radio .error {
  clear: both;
  margin-left: 40px;
}

.form2 {
  margin-left: -40px;
  margin-right: -40px;
}
.form2 > ul {
  border-collapse: separate;
  border-spacing: 40px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.form2 > ul > li {
  display: table-cell;
}

.form-campaign {
  background: #f2799a;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 10px;
  text-align: center;
}
.form-campaign strong {
  font-size: 122%;
}

.form-brand {
  background: #616161;
  color: #fff;
  padding: 20px 20px 32px;
  text-align: center;
}
.form-brand dl {
  margin-bottom: 10px;
  width: 100%;
}
.form-brand dt {
  background: #212121;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-size: 93%;
  width: 100px;
}
.form-brand dd {
  background: #fff;
  border: 2px solid #212121;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #212121;
  font-size: 136%;
  font-weight: bold;
  padding: 10px;
}
.form-brand dd span {
  font-size: 79%;
  vertical-align: middle;
}
.form-brand .note {
  font-size: 86%;
}

.form-lead {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.form-group dl {
  display: inline-block;
}

.form-group dl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*\*/
* html .form-group dl {
  height: 1%;
}

.form-group dl {
  display: block;
}

/**/
.form-group {
  padding-bottom: 20px;
}
.form-group dt {
  color: #956f40;
  float: left;
  font-weight: bold;
  padding-top: 10px;
  text-align: right;
  width: 90px;
}
.form-group dt .op {
  font-size: 86%;
}
.form-group .dt0 dt {
  padding-top: 0;
}
.form-group .dt2 dt,
.form-group .dt3 dt {
  line-height: 1.4;
  padding-top: 0;
}
.form-group dd {
  margin-left: 100px;
}
.form-group .dt3 dd {
  padding-top: 10px;
}
.form-group .label {
  color: #956f40;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-kit-image {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  text-emphasis: circle;
  max-width: 300px;
}
.form-kit-image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.confirm .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.confirm .form-group dt {
  padding-top: 0;
}
.confirm .form-group dd {
  padding-top: 0;
}
.confirm .form-group .dt2 dd {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .form2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .form2 > ul {
    border-spacing: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .form2 {
    margin-right: 0;
    margin-left: 0;
  }
  .form2 > ul {
    display: list-item;
  }
  .form2 > ul > li {
    display: list-item;
  }
  .form2 .jq-tile {
    height: auto !important;
  }

  .form-lead {
    padding-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .form-group dt {
    float: none;
    line-height: inherit !important;
    padding-top: 0 !important;
    text-align: left;
    width: auto;
  }
  .form-group dt br {
    display: none;
  }
  .form-group dd {
    margin-left: 0;
    padding-top: 5px !important;
  }
}
/* ------------------------------
 page navigation
------------------------------ */
.page-navigation {
  padding-bottom: 30px;
}
.page-navigation .btn {
  margin-bottom: 10px;
}

.page-navigation-icon {
  margin-right: -20px;
  margin-left: -20px;
  padding-bottom: 20px;
}
.page-navigation-icon ul {
  border-collapse: separate;
  border-spacing: 20px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .page-navigation-icon {
    margin-right: -10px;
    margin-left: -10px;
  }
  .page-navigation-icon ul {
    border-spacing: 10px 0;
    margin-bottom: 10px;
  }
}
/* ------------------------------
 swiper
------------------------------ */
.swiper-button-next,
.swiper-button-prev {
  background: none;
  margin-top: -25px;
  -ms-filter: "alpha(opacity=$op)";
  filter: alpha(opacity=75);
  opacity: 0.75;
  width: 50px;
  height: 50px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  -ms-filter: "alpha(opacity=$op)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 200%;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 30px;
}

.swiper-button-prev {
  margin-left: -27px;
  left: 25%;
}
.swiper-button-prev:after {
  content: '\f104';
}

.swiper-button-next {
  margin-right: -27px;
  right: 25%;
}
.swiper-button-next:after {
  content: '\f105';
}

.swiper-pagination {
  padding-top: 10px;
  position: relative;
  left: auto !important;
  bottom: auto !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 16.67%;
  }

  .swiper-button-prev {
    left: 16.67%;
  }
}
@media screen and (max-width: 640px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 150%;
    line-height: 30px;
    top: 5px;
    left: 5px;
  }

  .swiper-button-prev {
    margin-left: -24px;
  }

  .swiper-button-next {
    margin-right: -24px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-button-prev {
    left: 0;
    margin-left: 20px;
  }

  .swiper-button-next {
    right: 0;
    margin-right: 20px;
  }
}
/* ------------------------------
 steps
------------------------------ */
.content-body .steps {
  margin-left: -20px;
  margin-right: -20px;
}
.content-body .steps:first-child {
  margin-top: -20px;
}

.swiper-pagination-bullet {
  background: #e0e0e0;
  margin-right: 3px !important;
  margin-left: 3px !important;
  -ms-filter: "alpha(opacity=$op)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #616161;
}

@media screen and (max-width: 480px) {
  .content-body .steps {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-body .steps:first-child {
    margin-top: -10px;
  }
}
/* ------------------------------
 content banklist
------------------------------ */
.content-banklist form {
  border-top: 1px solid #e0e0e0;
  padding: 20px;
}
.content-banklist form:first-child {
  border-top: none;
}
.content-banklist input {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.content-banklist .bank-name {
  font-weight: bold;
  margin-bottom: 10px;
}

/* ------------------------------
 content campaign
------------------------------ */
.content-campaign {
  margin-bottom: 20px;
}
.content-campaign a {
  display: block;
}
.content-campaign img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.content-body .content-campaign {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 480px) {
  .content-campaign {
    margin-bottom: 20px;
  }
  .content-campaign a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-body .content-campaign {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* ------------------------------
 content help
------------------------------ */
.content-help p {
  margin-bottom: 10px;
}
.content-help .image {
  padding-bottom: 40px;
  text-align: center;
}
.content-help .image img {
  max-width: 480px;
}

/* ------------------------------
 content info
------------------------------ */
.content-info li, .content-history li {
  border-top: 1px solid #e0e0e0;
}
.content-info li:first-child, .content-history li:first-child {
  border-top: none;
}
.content-info li.warning .message i, .content-history li.warning .message i,
.content-info li.warning .message .text,
.content-history li.warning .message .text {
  color: #f44336;
}
.content-info .message, .content-history .message {
  color: #212121;
  display: block;
  line-height: 1.6;
  padding: 15px 15px;
}
.content-info .message .date, .content-history .message .date {
  color: #616161;
  font-size: 86%;
}
.content-info .message .text, .content-history .message .text {
  font-size: 115%;
  font-weight: bold;
  line-height: 1.4;
}
.content-info .message .paid, .content-history .message .paid {
  font-size: 86%;
  vertical-align: middle;
}
.content-info .message.done, .content-history .message.done {
  background: #f5f5f5;
  color: #9e9e9e;
}
.content-info .message.done:hover, .content-history .message.done:hover {
  background: #fdedf2;
}
.content-info .message.done i, .content-history .message.done i {
  color: #9e9e9e;
}
.content-info .message.done .date, .content-history .message.done .date,
.content-info .message.done .text,
.content-history .message.done .text {
  color: #9e9e9e;
}
.content-info a, .content-history a {
  padding-right: 40px !important;
}
.content-info a:hover, .content-history a:hover {
  background: #fdedf2;
  color: #f2799a;
}
.content-info a:after, .content-history a:after {
  content: '\f105';
  display: block;
  font-family: "FontAwesome";
  font-size: 150%;
  font-weight: normal;
  line-height: 20px;
  position: absolute;
  margin-top: -11px;
  top: 50%;
  right: 20px;
}

.content-history .message {
  padding: 15px 10px 15px 60px;
}
.content-history .message i {
  color: #f2799a;
  font-size: 150%;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 10px;
  text-align: center;
  width: 40px;
}
.content-history .message.done i {
  color: #9e9e9e;
}

/* ------------------------------
 content privacy
------------------------------ */
.content-privacy .article {
  font-weight: bold;
  margin-top: 20px;
}
.content-privacy li {
  padding-top: 10px;
}

@media screen and (max-width: 480px) {
  .content-privacy .content-body {
    padding: 15px;
  }
}
/* ------------------------------
 content staff comment
------------------------------ */
.content-staff-comment .staff {
  float: right;
  text-align: center;
  width: 120px;
}
.content-staff-comment .staff img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
}
.content-staff-comment .staff .name {
  background: #eee;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  font-size: 86%;
  line-height: 24px;
  padding: 0 5px;
}
.content-staff-comment .text {
  margin-right: 140px;
  min-height: 140px;
}

@media screen and (max-width: 480px) {
  .content-staff-comment .text {
    margin-right: 0;
  }
}
/* ------------------------------
 content trade
------------------------------ */
.content-trade .content-title i {
  vertical-align: 0;
}
.content-trade .content-title .badge-sell {
  color: #616161;
}
.content-trade .content-title .num {
  position: absolute;
  top: 10px;
  right: 10px;
}
.content-trade .bg-pink .badge-sell {
  color: #f2799a;
}
.content-trade .bg-gray .badge-sell {
  color: #9e9e9e;
}
.content-trade .bg-purple .badge-sell {
  color: #c8abe9;
}
.content-trade li {
  border-top: 1px solid #e0e0e0;
  padding: 15px 20px 20px;
}
.content-trade li:first-child {
  border-top: none;
}
.content-trade li .number {
  background: #9e9e9e;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  font-family: "Noto Serif", serif;
  line-height: 30px;
  position: absolute;
  top: 15px;
  left: 20px;
  text-align: center;
  width: 30px;
}
.content-trade li .text {
  font-weight: bold;
  line-height: 1.6;
  padding-top: 5px;
  padding-left: 40px;
}
.content-trade li .brand {
  color: #616161;
}
.content-trade li .item {
  font-size: 150%;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.content-trade li .item .var {
  font-size: 72%;
  vertical-align: middle;
}
.content-trade li .price {
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
.content-trade li .price strong {
  color: #f2799a;
  font-family: "Noto Serif", serif;
  font-size: 200%;
}
.content-trade li.action,
.content-trade li .action {
  padding-top: 20px;
}
.content-trade li.action .btn:after,
.content-trade li .action .btn:after {
  display: none;
}
.content-trade li.sell .number {
  background: #f2799a;
}
.content-trade li.sell .price {
  background: #f8f4ef;
}
.content-trade li.sell-sum {
  border-top-style: dashed;
  padding-top: 50px;
}
.content-trade li.return {
  border-top-style: dashed;
  padding-top: 20px;
}
.content-trade li.donate .number {
  background: #c8abe9;
}
.content-trade li.notbuy {
  background: #e0e0e0;
}
.content-trade li.notbuy .brand,
.content-trade li.notbuy .item {
  color: #9e9e9e;
}
.content-trade .campaign-title, .content-trade .sum-title {
  background: #c4a277;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.content-trade .campaign-body, .content-trade .sum-body {
  border: 2px solid #c4a277;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-align: center;
}
.content-trade .campaign-body .price-ba, .content-trade .sum-body .price-ba {
  overflow: hidden;
}
.content-trade .campaign-body .price-ba:after, .content-trade .sum-body .price-ba:after {
  border-color: transparent transparent transparent #eee;
  border-style: solid;
  border-width: 35px 10px;
  content: '';
  display: block;
  margin-top: -35px;
  margin-right: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 2;
}
.content-trade .campaign-body .price-a, .content-trade .sum-body .price-a,
.content-trade .campaign-body .price-b,
.content-trade .sum-body .price-b {
  line-height: 30px;
}
.content-trade .campaign-body .price-a strong, .content-trade .sum-body .price-a strong,
.content-trade .campaign-body .price-b strong,
.content-trade .sum-body .price-b strong {
  font-family: "Noto Serif", serif;
  font-size: 200%;
  font-weight: 700;
}
.content-trade .campaign-body .price-b, .content-trade .sum-body .price-b {
  background: #eee;
  padding: 15px 10px;
}
.content-trade .campaign-body .price-b strong, .content-trade .sum-body .price-b strong {
  text-decoration: line-through;
}
.content-trade .campaign-body .price-a strong, .content-trade .sum-body .price-a strong {
  color: #f2799a;
  vertical-align: middle;
}
.content-trade .sum-title {
  background: #616161;
  margin-top: 0;
}
.content-trade .sum-title:before {
  border-color: #616161 transparent transparent transparent;
  border-style: solid;
  border-width: 20px;
  content: '';
  display: block;
  margin-top: -30px;
  margin-left: -20px;
  position: absolute;
  top: 0%;
  left: 50%;
  width: 0;
  height: 0;
}
.content-trade .sum-body {
  border-color: #616161;
  padding: 20px;
  text-align: left;
}
.content-trade .sum-body dl {
  margin-bottom: 10px;
}
.content-trade .sum-body dt,
.content-trade .sum-body dd {
  background: #eee;
  float: left;
  line-height: 30px;
  padding: 10px;
}
.content-trade .sum-body dt {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  width: 65%;
}
.content-trade .sum-body dt i {
  vertical-align: 0;
}
.content-trade .sum-body dd {
  font-family: "Noto Serif", serif;
  font-size: 122%;
  font-weight: 700;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-align: right;
  width: 35%;
}
.content-trade .sum-body .sum-campaign dt,
.content-trade .sum-body .sum-campaign dd {
  background: #f8f4ef;
  color: #f2799a;
  font-weight: bold;
}
.content-trade .sum-body .sum-campaign i {
  color: #c4a277;
}
.content-trade .sum-body .sum-total {
  background: #f2799a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 122%;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
}
.content-trade .sum-body .sum-total strong {
  font-family: "Noto Serif", serif;
  font-size: 150%;
}

@media screen and (max-width: 640px) {
  .content-trade li .price strong {
    font-size: 160%;
  }
  .content-trade .campaign-body .price-a strong, .content-trade .sum-body .price-a strong,
  .content-trade .campaign-body .price-b strong,
  .content-trade .sum-body .price-b strong {
    font-size: 160%;
  }
}
@media screen and (max-width: 480px) {
  .content-trade li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-trade li .price strong {
    font-size: 136%;
  }
  .content-trade li .number {
    left: 10px;
  }
  .content-trade li .item {
    font-size: 136%;
  }
  .content-trade .campaign-body .price-ba:after, .content-trade .sum-body .price-ba:after {
    border-width: 50px 10px;
    margin-top: -50px;
  }
  .content-trade .campaign-body .price-a strong, .content-trade .sum-body .price-a strong,
  .content-trade .campaign-body .price-b strong,
  .content-trade .sum-body .price-b strong {
    font-size: 136%;
  }
  .content-trade .campaign-body .price-b, .content-trade .sum-body .price-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content-trade .actions2 .btn {
    font-size: 115%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-trade .sum-body {
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .content-trade .sum-body dt, .content-trade .sum-body dd {
    float: none;
    text-align: center;
    width: auto;
  }
  .content-trade .sum-body dt {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 93%;
    padding-bottom: 0;
  }
  .content-trade .sum-body dd {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    font-size: 136%;
    margin-top: -5px;
    padding-top: 0;
  }
}
/* ------------------------------
contact new
------------------------------ */
.content-title-l-contact {
  font-size: 120%;
  line-height: 1.4;
  padding: 15px;
}

.form-group_contact {
  padding: 20px !important;
}

/* ------------------------------
 parts button
------------------------------ */
.bt {
  background: #f2799a;
  border: none;
  border-bottom: 2px solid #f06288;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  width: 100%;
}

.bt:link, .bt:visited {
  color: #fff;
}

.bt:hover, .bt:active {
  color: #fff;
}

.bt:hover {
  background: #f06288;
  border-bottom-color: #ed4b77;
}

.bt.inactive {
  background: #eee;
  border-bottom-color: #e0e0e0;
  color: #bdbdbd;
}

.bt.inactive:link, .bt.inactive:visited {
  color: #bdbdbd;
}

.bt.inactive:hover, .bt.inactive:active {
  color: #9e9e9e;
}

.bt.inactive-pink {
  background: #fdedf2;
}

.bt span {
  vertical-align: middle;
}

.bt-arrow-r,
.bt-arrow-d {
  padding-right: 30px;
}

.bt-arrow-r:after,
.bt-arrow-d:after {
  content: '\f105';
  display: block;
  font-family: "FontAwesome";
  font-size: 150%;
  font-weight: normal;
  line-height: 20px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 20px;
}

.bt-arrow-r:after {
  content: '\f105';
  right: 15px;
}

.bt-arrow-d {
  padding-left: 0;
}

.bt-arrow-d:after {
  content: '\f107';
  right: 15px;
}

.bt-flat {
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  cursor: default;
  pointer-events: none;
}

.bt-beige {
  background: #c4a277;
  border-bottom-color: #b58a53;
}

.bt-beige:hover {
  background: #b58a53;
  border-bottom-color: #956f40;
}

.bt-light-gray {
  background: #eee;
  border-bottom-color: #e0e0e0;
  color: #424242;
}

.bt-light-gray:link, .bt-light-gray:visited {
  color: #424242;
}

.bt-light-gray:hover, .bt-light-gray:active {
  color: #212121;
}

.bt-light-gray:hover {
  background: #e0e0e0;
  border-bottom-color: #bdbdbd;
}

.bt-item {
  font-size: 67%;
  padding-right: 0;
  padding-left: 0;
}

.bt-item img {
  max-width: 50px;
  height: auto;
}

.bt-item .item {
  display: block;
  padding-top: 5px;
}

.bt-item-m {
  font-size: 73%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bt-item-m img {
  max-width: 60px;
}

.bt-more {
  background: #fff !important;
  border: 2px solid #f2799a;
  color: #f2799a;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 240px;
}

.bt-more:link, .bt-more:visited {
  color: #f2799a;
}

.bt-more:hover, .bt-more:active {
  color: #ed4b77;
}

.bt-more:hover {
  border-color: #ed4b77;
}

.bt-more-beige {
  border-color: #c4a277;
  color: #c4a277;
}

.bt-more-beige:link, .bt-more-beige:visited {
  color: #c4a277;
}

.bt-more-beige:hover, .bt-more-beige:active {
  color: #b58a53;
}

.bt-more-beige:hover {
  border-color: #b58a53;
}

.bt-more-white {
  background: none !important;
  border-color: #fff;
  color: #fff;
}

.bt-more-white:link, .bt-more-white:visited {
  color: #fff;
}

.bt-more-white:hover, .bt-more-white:active {
  color: #fff;
}

.bt-more-white:hover {
  border-color: #fff;
}

.bt-read {
  background: #fff;
  border: 1px solid #f2799a;
  color: #f2799a;
  font-size: 86%;
}

.bt-read:link, .bt-read:visited {
  color: #f2799a;
}

.bt-read:hover, .bt-read:active {
  color: #ed4b77;
}

.bt-read:hover {
  background: #fff;
  border-color: #ed4b77;
}

:hover .bt-read {
  background: #fff;
  border-color: #ed4b77;
  color: #ed4b77;
}

.bt-sell {
  padding-left: 0;
  padding-right: 30px;
}

.bt-title {
  color: #616161;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 73%;
  padding: 3px 20px 3px 10px;
  position: absolute;
  top: -40px;
  right: 20px;
  z-index: 2;
}

.bt-title:link, .bt-title:visited {
  color: #616161;
}

.bt-title:hover, .bt-title:active {
  color: #f2799a;
}

.bt-title:hover {
  border-color: #f2799a;
}

.bt-title.bt-arrow-r:after {
  right: 10px;
}

.bt-full {
  max-width: none;
  width: 100%;
}

.bt-s {
  font-size: 89%;
}

@media screen and (max-width: 991px) {
  .bt-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .bt-item {
    font-size: 62%;
  }

  .bt-item {
    font-size: 78%;
  }
}
@media screen and (max-width: 400px) {
  .bt-more {
    max-width: none;
  }
}
/* ------------------------------
 parts icon
------------------------------ */
.ic {
  display: inline-block;
  vertical-align: middle;
}

.ic-female {
  background: #f7a7bd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.ic-female01 {
  content: url("../img/common/icon_female01.png");
}

.ic-female01-r {
  content: url("../img/common/icon_female01_r.png");
}

.ic-female02 {
  content: url("../img/common/icon_female02.png");
}

.ic-female02-r {
  content: url("../img/common/icon_female02_r.png");
}

.ic-female03 {
  content: url("../img/common/icon_female03.png");
}

.ic-female03-r {
  content: url("../img/common/icon_female03_r.png");
}

.ic-freedial {
  content: url("../img/common/icon_freedial.png");
}

.ic-nocopy {
  content: url("../img/common/icon_nocopy.png");
}

.ic-ok {
  background: #f2799a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: url("../img/common/icon_ok.png");
  width: 60px;
  height: 60px;
}

.ic-sell {
  content: url("../img/common/icon_sell.png");
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 480px) {
  .ic-female {
    width: 60px;
    height: 60px;
  }

  .ic-ok {
    width: 40px;
    height: 40px;
  }
}
/* ------------------------------
 .header-normal
------------------------------ */
.header-normal {
  font-size: 18px;
}

.header-normal header {
  background: #fff;
  text-align: center;
  z-index: 20;
}

.header-normal header .campaign img {
  width: auto;
  max-width: 100%;
}

.header-normal header .campaign-aw {
  background: #392b2a;
}

.header-normal header .header-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1040px;
  height: 90px;
}

.header-normal header .logo {
  padding-top: 23px;
  width: 153px;
  z-index: 2;
}

.header-normal header .logo img {
  width: 100%;
  height: auto;
}

.header-normal header .user {
    margin-top: -34px;
    position: absolute;
    top: 50%;
    left: 183px;
    width: 68px;
}
@media screen and (max-width: 640px){
.header-normal header .user {
    left: 140px;
}
}
@media screen and (max-width: 480px){
.header-normal header .user {
    margin-top: -25px;
    left: 120px;
    width: 50px;
}
}
@media screen and (max-width: 400px){
.header-normal header .user {
    margin-top: -22px;
    width: 45px;
}
}
.header-normal header .user img {
    width: 100%;
    height: auto;
}
.header-normal header .contact {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  width: 100%;
}

.header-normal header .contact .contact-lead {
  display: block;
  font-size: 78%;
  letter-spacing: 0.125em;
  line-height: 20px;
}

.header-normal header .contact .tel {
  display: block;
  line-height: 40px;
}

.header-normal header .contact .number {
  color: #212121;
  display: inline-block;
  font-size: 200%;
}

.header-normal header .contact .open {
  color: #616161;
  display: block;
  font-size: 62%;
  letter-spacing: 0.125em;
  line-height: 14px;
}

.header-normal header .ic-freedial {
  width: 40px;
  height: 40px;
}

.header-normal header .btns {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 300px;
  z-index: 2;
}

.header-normal header .bt {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  line-height: 20px;
}

.header-normal header .bt .ic {
  margin-top: -30px;
  position: absolute;
  top: 50%;
  left: 5px;
}

.header-normal header .bt span {
  display: block;
}

.header-normal header .bt-lead {
  font-size: 67%;
  font-weight: normal;
}

.header-normal header nav {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.header-normal header nav ul {
  display: table;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 100%;
}

.header-normal header nav li {
  display: table-cell;
}

.header-normal header nav li a {
  color: #212121;
  display: block;
  font-size: 67%;
  line-height: 20px;
  padding: 10px;
}

.header-normal header nav li a:link, .header-normal header nav li a:visited {
  color: #212121;
}

.header-normal header nav li a:hover, .header-normal header nav li a:active {
  color: #fff;
}

.header-normal header nav li a:hover {
  background: #212121;
}

.header-normal header .menu {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 60px;
  height: 100%;
}

.header-normal header .menu:hover {
  background: #f8f4ef;
}

.header-normal header .menu i {
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}

.header-normal header .menu .fa-times {
  display: none;
}

.header-normal header .menu.active .fa-bars {
  display: none;
}

.header-normal header .menu.active .fa-times {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .header-normal header .btns {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  /*
  body {
    padding-top: 80px;
  }
  .header-normal header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  */
  .header-normal header .header-container {
    padding-right: 0;
    height: 80px;
  }

  .header-normal header .logo {
    padding-top: 18px;
  }

  .header-normal header .btns {
    right: 70px;
  }

  .header-normal header .bt {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .header-normal header .bt .ic {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }

  .header-normal header .menu {
    display: block;
  }

  .header-normal header nav {
    display: none;
    border: none;
  }

  .header-normal header nav.active {
    display: block;
  }

  .header-normal header nav ul,
  .header-normal header nav li {
    display: list-item;
  }

  .header-normal header nav li {
    border-top: 1px solid #eee;
  }

  .header-normal header nav li a {
    color: #f2799a;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }

  .header-normal header nav li a:link, .header-normal header nav li a:visited {
    color: #f2799a;
  }

  .header-normal header nav li a:hover, .header-normal header nav li a:active {
    color: #ed4b77;
  }

  .header-normal header nav li a:before {
    color: #f2799a;
    content: '◆';
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 10px;
  }

  .header-normal header nav li a:after {
    content: '\f105';
    display: block;
    font-family: "FontAwesome";
    font-size: 150%;
    font-weight: normal;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

  .header-normal header nav li a:hover {
    background: #f8f4ef;
  }
}
@media screen and (max-width: 640px) {
  .header-normal header .header-container {
    padding-left: 10px;
  }

  .header-normal header .logo {
    padding-top: 23px;
    width: 120px;
  }

  .header-normal header .btns {
    width: 180px;
  }

  .header-normal header .bt {
    font-size: 89%;
  }
}
@media screen and (max-width: 480px) {
  /*
  body {
    padding-top: 70px;
  }
  */
  .header-normal {
    font-size: 16px;
  }

  .header-normal header .header-container {
    height: 70px;
  }

  .header-normal header .logo {
    padding-top: 21px;
    width: 100px;
  }

  .header-normal header .btns {
    right: 50px;
    width: 150px;
  }

  .header-normal header .bt {
    font-size: 78%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-normal header .menu {
    width: 40px;
  }
}
