.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.Hide {
	display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.block-top-kv {
  position: relative;
  width: 1400px;
  max-width: 100vw;
}

.block-top-kv .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 100px;
}

.block-top-kv .swiper-pagination-bullets {
  left: -76px;
  bottom: 0;
}

.block-top-kv .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 2px !important;
  width: 60px;
  height: 3px;
  background: #333;
}

@media (max-width: 767px) {
  .block-top-kv .swiper-pagination-bullet {
    width: 25px;
  }
}

.block-top-kv .swiper-button {
  background: none;
}

.menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  opacity: 1;
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.menu li {
  width: calc(100% / 3 - 1px);
}

@media (max-width: 767px) {
  .menu li {
    height: 72px;
  }
}

.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .menu a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 12px 0;
    position: relative;
    padding: 15px 20px 15px 5px;
  }
}

.menu a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 25px;
}

@media (max-width: 767px) {
  .menu a::after {
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
}

.menu a:hover {
  text-decoration: none;
}

.menu a:hover::after,
.menu a:hover span {
  opacity: 0.7;
}

.menu span {
  font-size: 16px;
  padding-left: 31px;
}

@media (max-width: 767px) {
  .menu span {
    font-size: 10px;
    padding-left: 0;
  }
}

.menu_women {
  border-top: 4px solid #f54564;
}

.menu_women::after {
  border-bottom: 2px solid #f54564;
  border-right: 2px solid #f54564;
}

.menu_men {
  border-top: 4px solid #1245be;
}

.menu_men::after {
  border-bottom: 2px solid #1245be;
  border-right: 2px solid #1245be;
}

.menu_wig {
  border-top: 4px solid #f5c455;
}

.menu_wig::after {
  border-bottom: 2px solid #f5c455;
  border-right: 2px solid #f5c455;
}

.campaign {
  text-align: center;
  background: #f3f3f3;
  padding: 13px 0;
  font-size: 16px;
}

.top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .top_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 20px;
  }
}

.top_kv_product {
  width: 48%;
  height: 568px;
}

@media (max-width: 767px) {
  .top_kv_product {
    width: 290px;
    height: 206px;
    margin: 0 0 0 auto;
  }
  .top_kv_product img {
    width: 100%;
    height: 100%;
  }
}

.top_kv_info {
  width: 40%;
  margin-top: 82px;
}

@media (max-width: 767px) {
  .top_kv_info {
    width: 100%;
    margin: 0 0 24px;
  }
}

.top_kv_info a {
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 267px;
  padding: 13px 0;
  display: block;
  text-align: center;
  margin-top: 21px;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (max-width: 767px) {
  .top_kv_info a {
    width: 55%;
    padding: 10px 0;
  }
}

.top_kv_info a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  text-decoration: none;
}

.top_kv_info img {
  display: block;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .top_kv_info img {
    width: 319px;
    height: 243px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .top_kv_info_wrap {
    margin-left: 20px;
  }
}

.top_kv_name {
  font-size: 46px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_kv_name {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .top_kv_name_small {
    font-size: 26px;
    font-weight: bold;
  }
}

.top_kv_intro {
  font-size: 20px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .top_kv_intro {
    font-size: 14px;
  }
}

.top_slide_prev {
  background: url("/img/usr/parts/arrow_black_prev.png") no-repeat;
  background-size: contain;
  width: 62px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
}

.top_slide_prev::after {
  display: block;
  content: "PREV";
  display: block;
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}

.top_slide_next {
  background: url("/img/usr/parts/arrow_black_next.png") no-repeat;
  background-size: contain;
  width: 62px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(1) !important;
          transform: translateY(-50%) scaleX(1) !important;
  right: 17px;
}

.top_slide_next::after {
  display: block;
  content: "NEXT";
  display: block;
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}

.product_wrap {
  max-width: 1200px;
  margin: 140px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .product_wrap {
    width: 100%;
  }
}

.product_wrap img {
  vertical-align: bottom;
}

.product_inner1 {
  width: 48%;
}

@media (max-width: 767px) {
  .product_inner1 {
    padding-left: 5%;
    width: 100%;
  }
}

@media (max-width: 340px) {
  .product_inner1 {
    padding-left: 0;
  }
}

.product_inner1 h2 {
  letter-spacing: 8px;
  font-size: 33px;
  line-height: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .product_inner1 h2 {
    letter-spacing: 3.5px;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 100px;
  }
}

.product_inner1 h2 span {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
}

.product_inner1 h2::after {
  display: none;
}

.product_inner2 {
  width: 48%;
}

.product_list_item {
  position: relative;
  margin-top: 170px;
}

@media (max-width: 767px) {
  .product_list_item {
    margin-top: 0;
    margin-bottom: 61px;
  }
}

.product_list_item figcaption {
  margin-top: 10px;
}

.product_list_item a {
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 267px;
  padding: 13px 0;
  display: block;
  text-align: center;
  margin-top: 21px;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product_list_item a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .product_list_item a {
    width: 47%;
    margin: 21px auto 0;
  }
}

@media (max-width: 767px) {
  .product_pic_wrap {
    width: 250px;
    height: 200px;
    position: relative;
  }
}

.product_nospace_top {
  margin-top: 0;
}

.product_gender_women {
  color: #f54564;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
}

.product_gender_men {
  color: #1245be;
  font-size: 16px;
  font-weight: bold;
}

.product_name {
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .product_name {
    margin-top: 0px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .product_intro {
    margin-top: 5px;
    font-size: 14px;
  }
}

.product_item {
  position: absolute;
  bottom: 0;
  right: 24px;
}

@media (max-width: 767px) {
  .product_item {
    width: 120px;
    height: 148px;
    right: -88px;
    bottom: -33px;
  }
}

@media (max-width: 340px) {
  .product_item {
    width: 109px;
    right: -63px;
  }
}

.gender_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 840px;
  margin: auto;
}

@media (max-width: 767px) {
  .gender_link {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.gender_link_women {
  color: #f54564;
}

@media (max-width: 767px) {
  .gender_link_women {
    margin: 0 auto 20px;
  }
}

.gender_link_men {
  color: #1245be;
  margin: auto;
}

.gender_link a {
  display: block;
  background-color: #fff;
  border-radius: 40px;
  width: 400px;
  height: 80px;
  border: 1px solid #c4c4c4;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (max-width: 767px) {
  .gender_link a {
    width: 90%;
    height: 70px;
    line-height: 70px;
  }
}

.gender_link a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  text-decoration: none;
}

.wig_slide {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .wig_slide {
    width: 100%;
  }
}

.wig_wrap {
  background: #f3f3f3;
  padding: 60px 0;
  margin-top: 100px;
  margin-bottom: 69px;
  width: 100%;
}

@media (max-width: 767px) {
  .wig_wrap {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 50px 20px;
  }
}

.wig_wrap h2 {
  letter-spacing: 8px;
  font-size: 33px;
  margin: 0 auto 51px;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .wig_wrap h2 {
    margin: 0 0 29px;
  }
}

.wig_wrap h2 span {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .wig_wrap h2 {
    width: 100%;
    letter-spacing: 3.5px;
    font-size: 25px;
    line-height: 25px;
  }
  .wig_wrap h2 span {
    padding-left: 0;
  }
}

.wig_wrap h2::after {
  display: none;
}

.wig_wrap .swiper-button-next:after,
.wig_wrap .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.wig_wrap .swiper-button-prev:after,
.wig_wrap .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.wig_wrap .wig_slide_prev {
  background: url("/img/usr/parts/arrow_black_prev.png") no-repeat;
  background-size: contain;
  width: 62px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wig_wrap .wig_slide_prev::after {
  display: block;
  content: "PREV";
  display: block;
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.wig_wrap .wig_slide_next {
  background: url("/img/usr/parts/arrow_black_next.png") no-repeat;
  background-size: contain;
  width: 62px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wig_wrap .wig_slide_next::after {
  display: block;
  content: "NEXT";
  display: block;
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.wig_wrap_inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 100px;
}

@media (max-width: 767px) {
  .wig_wrap_inner {
    width: 100%;
    padding: 0;
  }
}

.wig_wrap_inner .swiper-button-prev {
  left: 0px;
  right: auto;
}

.wig_wrap_inner .swiper-button-next {
  right: 0px;
}

.wig_name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 13px;
  height: 35px;
}

@media (max-width: 767px) {
  .wig_name {
    height: 29px;
  }
}

@media (max-width: 767px) {
  .wig_name_medical {
    font-size: 20px;
  }
}

.wig_intro {
  font-size: 12px;
  height: 20px;
}

@media (max-width: 767px) {
  .wig_intro {
    height: 32px;
  }
}

@media (max-width: 767px) {
  .wig_list {
    margin-right: 37px;
  }
}

.wig_list a {
  width: 227px;
  margin: auto;
  background: #fff;
  text-align: center;
  display: block;
  padding: 13px 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 40px;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (max-width: 767px) {
  .wig_list a {
    width: 95%;
  }
}

.wig_list a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  text-decoration: none;
}

.wig_top_link {
  width: 400px;
  height: 80px;
  line-height: 80px;
  background: #fafafa;
  display: block;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  font-size: 20px;
  text-align: center;
  margin: 56px auto 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (max-width: 767px) {
  .wig_top_link {
    width: 100%;
    height: 70px;
    line-height: 70px;
  }
}

.wig_top_link:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  text-decoration: none;
}

.container {
  width: auto;
}

.block-top-kv .swiper-button {
  display: none;
}

body.page-top .pane-main {
  width: auto;
  margin-top: 0;
}

.body.page-top .pane-main {
  width: auto;
}

.block-top-free-2_wrap {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-top-free-2 {
  padding-left: 100px;
}

.block-top-topic {
  padding-right: 100px;
}

.block-top-body {
  margin: auto;
}

.block-page-top {
  bottom: 202px;
}

@media (max-width: 767px) {
  .block-page-top {
    bottom: 140px;
  }
}

.hitobo {
  bottom: 120px;
}

@media (max-width: 767px) {
  .hitobo {
    bottom: 65px;
  }
}

.block-top-kv.swiper-button-next {
  -webkit-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
}
/*# sourceMappingURL=top.css.map */