.js-accordion__button {
  cursor: pointer;
}

.js-accordion__contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-accordion.is-open > .js-accordion__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 6vw 13.3333333333vw;
  text-align: justify;
  font-size: 1.4rem;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-lead {
  margin-bottom: 18.6666666667vw;
  padding-top: 4.6666666667vw;
}

.p-lead__logo {
  margin: 0 auto 9.3333333333vw;
  width: 40vw;
}

.p-lead__text {
  text-align: center;
}

.p-lead__text .emphasis {
  line-height: 1.6428571429;
  font-size: 1.4rem;
  color: #b4c9e7;
}

.p-caution {
  position: relative;
  margin: 0 6vw 16vw;
  padding: 7.3333333333vw 4vw 6.6666666667vw;
  background: rgba(180, 201, 231, 0.2);
}

.p-caution::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.4vw;
  right: -0.9333333333vw;
  width: 43.2vw;
  height: 34.4vw;
  background: url(../../img/sp/index_caution_bg.png) 0 0 no-repeat;
  background-size: contain;
}

.p-caution__title {
  margin-bottom: 7.6vw;
  width: 43.2vw;
  line-height: 1.5555555556;
  font-size: 1.8rem;
  color: #fafafa;
}

.p-caution__text {
  margin-bottom: 2.9333333333vw;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4rem;
  color: #9fa0a0;
}

.p-caution__pic {
  margin-bottom: 8vw;
}

.p-caution__link {
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-caution__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.4vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#0043aa), to(#001c65));
  background: linear-gradient(to bottom, #0043aa, #001c65);
  font-size: 1.5rem;
  color: #f7f7f7;
}

.p-caution__link a::before {
  content: "";
  margin-right: 0.8vw;
  border-top: 1.2vw solid transparent;
  border-bottom: 1.2vw solid transparent;
  border-left: 2vw solid #fff;
}

.p-caution__link a {
  width: 47.7333333333vw;
}

.p-box {
  margin: 0 4vw 19.2vw;
}

.p-box:last-child {
  margin-bottom: 20vw;
}

.p-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5.0666666667vw;
  padding: 0 4vw;
  height: 16.4vw;
  border: 0.2666666667vw solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 1.9rem;
  color: #fff;
}

.p-box__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 1.7333333333vw;
  bottom: 1.3333333333vw;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-box__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-box__inner {
  margin: 0 2vw;
}

.p-box__text {
  text-align: justify;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  color: #9fa0a0;
}

.p-box__link {
  height: 4.5rem;
  margin: 0 auto;
}

.p-box__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.4vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#0043aa), to(#001c65));
  background: linear-gradient(to bottom, #0043aa, #001c65);
  font-size: 1.5rem;
  color: #f7f7f7;
}

.p-box__link a::before {
  content: "";
  margin-right: 0.8vw;
  border-top: 1.2vw solid transparent;
  border-bottom: 1.2vw solid transparent;
  border-left: 2vw solid #fff;
}

.p-search {
  margin-bottom: 16vw;
}

.p-search__title::before {
  width: 30.2666666667vw;
  height: 6vw;
  background-image: url(../../img/sp/doctors_maintitle_bg.png);
  background-size: 30.2666666667vw auto;
}

.p-search__text {
  margin-bottom: 6.6666666667vw;
}

.p-search__area {
  margin: 2.6666666667vw 0 8vw;
}

.p-search__area__item {
  margin-bottom: 0.5333333333vw;
}

.p-search__area__item .p-region__title {
  padding: 3.2vw 2.6666666667vw 2.6666666667vw;
  background: rgba(63, 119, 201, 0.3);
}

.p-search__area__item .p-region__title .jpn {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.3);
}

.p-search__area__item.is-active .p-region__title {
  background: rgba(63, 119, 201, 0.6);
}

.p-search__area__item.is-active .p-region__title .jpn {
  color: #fff;
}

.p-search__area__item .p-prefecture__item {
  background: rgba(159, 160, 160, 0.5);
}

.p-search__link {
  width: 47.7333333333vw;
}

.p-about {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  padding-right: 4vw;
  padding-left: 4vw;
}

.p-about__title::before {
  width: 52.6666666667vw;
  height: 6.1333333333vw;
  background-image: url(../../img/sp/about_maintitle_bg.png);
  background-size: 52.6666666667vw auto;
}

.p-about .p-box__inner {
  position: relative;
}

.p-about .p-box__inner > * {
  width: 53.3333333333vw;
}

.p-about .p-box__inner::before {
  content: "";
  position: absolute;
  top: -2.1333333333vw;
  right: -22.6666666667vw;
  width: 74.1333333333vw;
  height: 112.8vw;
  background: url(../../img/sp/index_about_bg.png) 0 0 no-repeat;
  background-size: contain;
}

.p-about__text {
  margin-bottom: 6.6666666667vw;
}

.p-about__list {
  margin-bottom: 8vw;
}

.p-about__item {
  margin-bottom: 0.5333333333vw;
  background: rgba(69, 123, 195, 0.4);
}

.p-about__item a {
  display: block;
  position: relative;
  padding: 2.2666666667vw 2vw 1.6vw 21.7333333333vw;
  height: 13.3333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-about__item a::after {
  content: attr(data-eng);
  position: absolute;
  right: 2vw;
  bottom: 1.6vw;
  text-transform: uppercase;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-size: 1.1rem;
  color: rgba(69, 123, 195, 0.5);
}

.p-about__item.feature a {
  background-image: url(../../img/sp/index_about_feature_bg.jpg);
}

.p-about__item.mechanism a {
  background-image: url(../../img/sp/index_about_mechanism_bg.jpg);
}

.p-about__item.literature a {
  background-image: url(../../img/sp/index_about_literature_bg.jpg);
}

.p-about__item.license a {
  background-image: url(../../img/sp/index_about_license_bg.jpg);
}

.p-about__link {
  width: 55.4666666667vw;
}

.p-parts {
  position: relative;
}

.p-parts__title::before {
  width: 40.4vw;
  height: 6.1333333333vw;
  background-image: url(../../img/sp/parts_maintitle_bg.png);
  background-size: 40.4vw auto;
}

.p-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 16.9333333333vw;
  left: 0;
  width: 60vw;
  height: 38.9333333333vw;
  background: url(../../img/sp/index_parts_bg.png) 0 0 no-repeat;
  background-size: contain;
}

.p-parts__text {
  margin-bottom: 6.6666666667vw;
}

.p-parts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7.6vw;
}

.p-parts__item a {
  display: block;
  padding-top: 20.8vw;
  width: 19.8666666667vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.25;
  font-size: 1.2rem;
  color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-parts__item.face a {
  background-image: url(../../img/sp/index_parts_face_bg.png);
}

.p-parts__item.upperarm a {
  background-image: url(../../img/sp/index_parts_upperarm_bg.png);
}

.p-parts__item.waist a {
  background-image: url(../../img/sp/index_parts_waist_bg.png);
}

.p-parts__item.thigh a {
  background-image: url(../../img/sp/index_parts_thigh_bg.png);
}

.p-parts__link {
  width: 72.8vw;
}

.p-movie__title::before {
  width: 22.8vw;
  height: 6.1333333333vw;
  background-image: url(../../img/sp/movie_maintitle_bg.png);
  background-size: 22.8vw auto;
}

.p-movie__text {
  margin-bottom: 6.6666666667vw;
}

.p-movie__slide {
  margin: 0 -6vw 8vw;
  padding: 5.3333333333vw 0;
  background: rgba(180, 201, 231, 0.2);
}

.p-movie__slide__item {
  margin: 0 0.9333333333vw;
  width: 51.7333333333vw;
}

.p-movie__item__attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.4vw;
}

.p-movie__item__attr .title {
  font-size: 1.2rem;
  color: #fafafa;
}

.p-movie__item__attr .time {
  color: #777676;
}

.p-movie .slick-next,
.p-movie .slick-prev {
  top: calc(50% - 2.6666666667vw);
  z-index: 1;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}

.p-movie .slick-next::before,
.p-movie .slick-prev::before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(../../img/sp/index_movie_slide_arrow.png) 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
}

.p-movie .slick-prev {
  left: 2.6666666667vw;
}

.p-movie .slick-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-movie .slick-next {
  right: 2.6666666667vw;
}

.p-movie__link {
  width: 29.0666666667vw;
}


/*# sourceMappingURL=index.css.map */
