@charset "UTF-8";
img{
  max-width: 100%;
  vertical-align: top;
}

main > .inner {
  width: auto !important;
}
@media screen and (max-width: 750px) {
  main > .inner {
    padding: 0 0;
  }
}

.content h2 {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .content h2 {
    margin-bottom: 0;
    line-height: 1;
  }
}

.page-contents {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 140px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.page-contents img {
  display: block;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .page-contents {
    padding-bottom: 18.6666666667vw;
  }
}

.page-contents h2{
  padding: 0 0;
}

.counting-period {
  margin: 20px auto 60px;
  padding: 0 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #595757;
}
@media screen and (max-width: 750px) {
  .counting-period {
    font-size: 3.4666666667vw;
    margin: 4vw auto 13.3333333333vw;
    padding: 0 10.6666666667vw;
  }
}

.cta {
  position: relative;
}
.cta__btn {
  width: 598px;
  position: absolute;
  left: calc(50% - 299px);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cta__btn {
    width: 79.7333333333vw;
    left: calc(50% - 39.8666666667vw);
    bottom: 17.3333333333vw;
  }
}
.cta__btn.bra-shorts {
  bottom: 80px;
}
@media screen and (max-width: 750px) {
  .cta__btn.bra-shorts {
    bottom: 10.6666666667vw;
  }
}
.cta__btn.bra {
  bottom: 130px;
}
@media screen and (max-width: 750px) {
  .cta__btn.bra {
    bottom: 17.3333333333vw;
  }
}
.cta__bra_shorts {
  margin-top: 92px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .cta__bra_shorts {
    margin-top: 12.2666666667vw;
  }
}
.cta__bra_shorts .btn-select {
  width: 598px;
  position: absolute;
  left: 50%;
  bottom: 309px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cta__bra_shorts .btn-select {
    width: 79.7333333333vw;
    bottom: 41.2vw;
  }
}
.cta__bra_shorts .btn-select select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cta__bra_shorts .btn-cart {
  width: 598px;
  position: absolute;
  left: 50%;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cta__bra_shorts .btn-cart {
    width: 79.7333333333vw;
    bottom: 20vw;
  }
}
.cta__bra {
  position: relative;
}
.cta__bra .btn-select {
  width: 598px;
  position: absolute;
  left: 50%;
  bottom: 315px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cta__bra .btn-select {
    width: 79.7333333333vw;
    bottom: 42vw;
  }
}
.cta__bra .btn-select select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cta__bra .btn-cart {
  width: 598px;
  position: absolute;
  left: 50%;
  bottom: 155px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cta__bra .btn-cart {
    width: 79.7333333333vw;
    bottom: 20.6666666667vw;
  }
}

.tab-area {
  width: 670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .tab-area {
    width: 89.3333333333vw;
  }
}

.tab {
  width: 160px;
  height: 70px;
  font-size: 32px;
  color: #595757;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background: #ebebeb;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .tab {
    width: 21.3333333333vw;
    height: 9.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 5px 5px 0 0;
  }
}

.tab.active {
  background-color: #fde4e6;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.color-heading {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .color-heading {
    margin-top: 8vw;
  }
}

.swiper-wrap.color {
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}
@media screen and (max-width: 750px) {
  .swiper-wrap.color {
    padding-bottom: 29.3333333333vw;
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-container.color .swiper-button-next {
  width: 98px;
  height: 22px;
  background: url("../img/arrow.png") no-repeat center top;
  background-size: 100% auto;
  margin-top: 0;
  /*top: calc(50% - 170px);*/
  top: 50%;
}
@media screen and (max-width: 750px) {
  .swiper-container.color .swiper-button-next {
    width: 13.0666666667vw;
    height: 2.9333333333vw;
    /*top: calc(50% - vw(170));*/
  }
}

.swiper-container.color .swiper-button-prev {
  width: 98px;
  height: 22px;
  background: url("../img/arrow.png") no-repeat center top;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-top: 0;
  /*top: calc(50% - 170px);*/
  top: 50%;
}
@media screen and (max-width: 750px) {
  .swiper-container.color .swiper-button-prev {
    width: 13.0666666667vw;
    height: 2.9333333333vw;
    /*top: calc(50% - vw(170));*/
  }
}

.swiper-wrap.color > .swiper-pagination-bullets {
  bottom: 16px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .swiper-wrap.color > .swiper-pagination-bullets {
    bottom: 2.1333333333vw;
    padding: 0 5.3333333333vw 4.2666666667vw;
  }
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 65px;
  height: 65px;
  border-radius: 6px;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 21px 9px 0;
}
@media screen and (max-width: 750px) {
  .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8.6666666667vw;
    height: 8.6666666667vw;
    border-radius: 3px;
    margin: 2.8vw 1.2vw 0;
  }
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
  background: #000;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(2) {
  background: #d0878e;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(2) {
  background: #d0878e;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(3) {
  background: #394867;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(4) {
  background: #596c8a;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(5) {
  background: #c3c2c7;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(6) {
  background: #d6d4e9;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(7) {
  background: #306479;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(8) {
  background: #a43556;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(9) {
  background: #f3dad6;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(10) {
  background: #9a3140;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(11) {
  background: #c0baa4;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(12) {
  background: #ffffff;
  border: 2px solid #e9edec;
}
@media screen and (max-width: 750px) {
  .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(12) {
    border: 1px solid #e9edec;
  }
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(12).swiper-pagination-bullet-active {
  border: 4px solid #e5fe02;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(12).swiper-pagination-bullet-active {
    border: 2px solid #e5fe02;
  }
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(13) {
  background: #c6d6bc;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(14) {
  background: #a8d6e3;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(15) {
  background: #d9b964;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(16) {
  background: #ead21a;
}

.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 4px solid #e5fe02;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 2px solid #e5fe02;
  }
}

.customer-voice {
  background: #ebebeb;
  padding: 200px 40px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.customer-voice .swiper-wrap.customer-voice-slider {
  overflow: hidden;
}
.customer-voice__detail {
  background: #fff;
  position: relative;
}
.customer-voice__head {
  width: 360px;
  position: absolute;
  left: 50%;
  top: -105px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.customer-voice .customer-voice-arrow-next {
  width: 30px;
  height: 30px;
  border-top: 3px solid #0e3458;
  border-right: 3px solid #0e3458;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: 0 0;
  right: 20px;
  margin-top: 0;
}
.customer-voice .customer-voice-arrow-prev {
  width: 30px;
  height: 30px;
  border-top: 3px solid #0e3458;
  border-right: 3px solid #0e3458;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  background: 0 0;
  left: 20px;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .customer-voice {
    padding: 26.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
  .customer-voice__head {
    width: 48vw;
    top: -14vw;
  }
  .customer-voice .customer-voice-arrow-next {
    width: 4vw;
    height: 4vw;
    border-top: 2px solid #0e3458;
    border-right: 2px solid #0e3458;
    right: 2.6666666667vw;
  }
  .customer-voice .customer-voice-arrow-prev {
    width: 4vw;
    height: 4vw;
    border-top: 2px solid #0e3458;
    border-right: 2px solid #0e3458;
    left: 2.6666666667vw;
  }
}

.q_a {
  padding-bottom: 67px;
}
.q_a__wrap {
  margin: 20px auto 0;
  max-width: 680px;
  text-align: left;
}
.q_a__wrap.first {
  margin-top: 0;
}
.q_a__wrap .accordion-title {
  border-radius: 20px;
  background: #fde4e6;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #595757;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.q_a__wrap .accordion-title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #595758 transparent transparent transparent;
  display: block;
  line-height: 1;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.q_a__wrap .accordion-title.open:after {
  -webkit-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}
.q_a__wrap .accordion-content {
  display: none;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 1.63;
}
@media screen and (max-width: 750px) {
  .q_a {
    padding-bottom: 8.9333333333vw;
  }
  .q_a__wrap {
    margin-top: 2.6666666667vw;
    max-width: 90.6666666667vw;
  }
  .q_a__wrap .accordion-title {
    border-radius: 10px;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .q_a__wrap .accordion-title:after {
    border-width: 2.1333333333vw 1.2vw 0 1.2vw;
    right: 3.7333333333vw;
  }
  .q_a__wrap .accordion-content {
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .tel {
    pointer-events: none;
  }
}

.attention {
  margin: 0 auto 0;
  max-width: 680px;
  color: #595757;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .attention {
    margin-top: 6.6666666667vw;
    max-width: 90.6666666667vw;
  }
}
.attention__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.1em;
}
.attention__heading.bold {
  font-weight: 700;
}
.attention__heading.henpin-koukan {
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .attention__heading {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .attention__heading.henpin-koukan {
    margin-top: 8vw;
  }
}
.attention__list li {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.63;
}
@media screen and (max-width: 750px) {
  .attention__list li {
    font-size: 3.4666666667vw;
  }
}
.attention .customer {
  margin-top: 45px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.63;
}
.attention .customer .heading {
  font-size: 24px;
  font-weight: 500;
}
.attention .customer .tel {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.attention .customer .text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .attention .customer {
    margin-top: 6vw;
    font-size: 3.4666666667vw;
  }
  .attention .customer .heading {
    font-size: 3.7333333333vw;
  }
  .attention .customer .tel {
    font-size: 3.4666666667vw;
  }
}

.henpin {
  margin: 80px auto 0;
  width: 640px;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .henpin:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .henpin {
    margin: 10.6666666667vw auto;
    width: 85.3333333333vw;
  }
}

.updown {
  -webkit-animation-name: updown1;
  animation-name: updown1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.shiny-btn {
  width: 598px;
  height: 152px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .shiny-btn {
    width: 79.7333333333vw;
    height: 20.2666666667vw;
  }
}

.shiny-btn.shiny-btn2 {
  width: 598px;
  height: 152px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .shiny-btn.shiny-btn2 {
    width: 79.7333333333vw;
    height: 20.2666666667vw;
  }
}

.shiny-btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 84px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg) translate3d(0, 0, 0);
  transform: scale(2) rotate(20deg) translate3d(0, 0, 0);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
  animation-name: shiny;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 750px) {
  .shiny-btn::after {
    width: 11.2vw;
  }
}

.shiny-btn2::after {
  width: 78px;
}
@media screen and (max-width: 750px) {
  .shiny-btn2::after {
    width: 10.4vw;
  }
}

.movie {
  margin: 120px auto 0;
}
.movie__ttl {
  text-align: center;
  margin-bottom: 20px;
}
.movie__ttl img {
  width: 160px;
  margin: 0 auto;
}
.movie__detail video {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .movie {
    margin: 16vw auto 0;
  }
  .movie__ttl {
    margin-bottom: 2.6666666667vw;
  }
  .movie__ttl img {
    width: 21.3333333333vw;
  }
}

.movie-howto {
  margin: 100px auto;
}
.movie-howto__ttl {
  text-align: center;
  margin-bottom: 40px;
}
.movie-howto__ttl img {
  width: 680px;
  margin: 0 auto;
}
.movie-howto__detail {
  position: relative;
}
.movie-howto__detail video {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .movie-howto {
    margin: 13.3333333333vw auto;
  }
  .movie-howto__ttl {
    margin-bottom: 5.3333333333vw;
  }
  .movie-howto__ttl img {
    width: 90.6666666667vw;
  }
}
