a, a::before, a::after {
  -webkit-transition: background-color 0.15s linear, background-image 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, background-image 0.15s linear, color 0.15s linear;
}

a > * {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

a img {
  background: rgba(255, 255, 255, 0);
}

a:hover {
  text-decoration: none;
}

a:hover > * {
  opacity: 0;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

.sp {
  display: none !important;
}

.p-logo {
  padding: 60px 0 35px;
  text-align: center;
}

.p-header {
  margin-bottom: 40px;
}

.p-header__lead {
  margin-bottom: 72px;
  text-align: center;
}

.p-header__lead .emphasis {
  line-height: 1.6666666667;
  font-size: 1.5em;
  color: #b4c9e7;
}

.p-caution {
  margin-bottom: 60px;
  padding: 40px 40px 30px 350px;
  background: url(../../img/pc/index_caution_bg.png) left 12px bottom 0 no-repeat, rgba(180, 201, 231, 0.2);
}

.p-caution__title {
  margin-bottom: 30px;
  font-size: 2em;
  color: #fafafa;
}

.p-caution__text {
  float: left;
  width: 380px;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #9fa0a0;
}

.p-caution__pic {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: right;
}

.p-caution__link {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.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: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0043aa), to(#001c65));
  background: linear-gradient(to bottom, #0043aa, #001c65);
  font-size: 1.4em;
  color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-caution__link a:hover {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0.7;
}

.p-caution__link a::before {
  content: "";
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}

.p-caution__link a {
  width: 168px;
}

.p-box {
  margin-bottom: 80px;
}

.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: 31px;
  padding: 0 15px;
  height: 77px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  color: #fff;
}

.p-box__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  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 10px;
}

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

.p-box__link {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.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: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0043aa), to(#001c65));
  background: linear-gradient(to bottom, #0043aa, #001c65);
  font-size: 1.4em;
  color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-box__link a:hover {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0.7;
}

.p-box__link a::before {
  content: "";
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}

.p-search {
  position: relative;
  margin-bottom: 60px;
}

.p-search__title::before {
  right: 15px;
  bottom: 10px;
  width: 146px;
  height: 29px;
  background-image: url(../../img/pc/doctors_maintitle_bg.png);
}

.p-search__area__list {
  position: relative;
  margin: 0 0 0 auto;
  width: 580px;
  height: 539px;
  background-image: url(../../img/pc/doctors_index_area_bg.png);
}

.p-search__area__item {
  position: absolute;
}

.p-search__area__item:nth-child(1) {
  top: 104px;
  right: 0;
}

.p-search__area__item:nth-child(2) {
  top: 242px;
  right: 65px;
}

.p-search__area__item:nth-child(3) {
  top: 162px;
  right: 248px;
}

.p-search__area__item:nth-child(4) {
  right: 199px;
  bottom: 125px;
}

.p-search__area__item:nth-child(5) {
  top: 188px;
  left: 134px;
}

.p-search__area__item:nth-child(6) {
  bottom: 228px;
  left: 80px;
}

.p-search__area__item:nth-child(7) {
  bottom: 122px;
  left: 244px;
}

.p-search__area__item:nth-child(8) {
  bottom: 76px;
  left: 0;
}

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

.p-search__text {
  position: absolute;
  top: 107px;
  left: 15px;
  width: 400px;
}

.p-search .p-region__title {
  margin-bottom: 11px;
}

.p-search .p-region__title .jpn {
  font-size: 1.6em;
  color: rgba(63, 119, 201, 0.5);
}

.p-search .p-region__title .eng {
  display: block;
  margin-top: 4px;
  font-size: 0.8em;
  color: #626161;
}

.p-search .p-region__details {
  padding-top: 12px;
}

.p-search .p-prefecture__item {
  margin-bottom: 10px;
}

.p-search .p-prefecture__item a {
  font-size: 1.4em;
  color: #fff;
}

.p-search .p-prefecture__item a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #9fbbe4;
}

.p-search .p-prefecture__item:last-child {
  margin-bottom: 0;
}

.p-search__link a {
  width: 168px;
}

.p-about {
  position: relative;
}

.p-about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  width: 189px;
  height: 300px;
  background: url(../../img/pc/index_about_bg.png) 0 0 no-repeat;
}

.p-about__title::before {
  right: 15px;
  bottom: 10px;
  width: 254px;
  height: 30px;
  background-image: url(../../img/pc/about_maintitle_bg.png);
}

.p-about__text {
  margin-bottom: 26px;
  width: 400px;
}

.p-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 400px;
}

.p-about__item {
  background: #fff;
}

.p-about__item a {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
  position: relative;
  padding: 54px 10px 10px;
  width: 98px;
  height: 98px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-about__item a:hover {
  opacity: 0.8;
}

.p-about__item a::after {
  content: attr(data-eng);
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
  font-size: 0.8571428571em;
  color: rgba(250, 250, 250, 0.5);
}

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

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

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

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

.p-about__link {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

.p-about__link a {
  width: 196px;
}

.p-parts {
  position: relative;
}

.p-parts__title::before {
  right: 15px;
  bottom: 10px;
  width: 195px;
  height: 30px;
  background-image: url(../../img/pc/parts_maintitle_bg.png);
}

.p-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 79px;
  left: 18px;
  width: 292px;
  height: 191px;
  background: url(../../img/pc/index_parts_bg.png) 0 0 no-repeat;
}

.p-parts__text {
  margin: 0 0 26px auto;
  width: 400px;
}

.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: 0 0 29px auto;
  width: 400px;
}

.p-parts__item a {
  display: block;
  position: relative;
  padding-top: 97px;
  width: 90px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-parts__item a::after {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  border-radius: 100%;
  background: #fff;
  opacity: 0;
}

.p-parts__item a:hover::after {
  opacity: 0.2;
}

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

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

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

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

.p-parts__link a {
  width: 256px;
}

.p-movie__title::before {
  right: 15px;
  bottom: 10px;
  width: 110px;
  height: 29px;
  background-image: url(../../img/pc/movie_maintitle_bg.png);
}

.p-movie__text {
  margin-bottom: 26px;
}

.p-movie__slide {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(180, 201, 231, 0.2);
}

.p-movie__slide__item {
  margin-right: 11px;
  width: 194px;
}

.p-movie__slide__item a:hover > * {
  opacity: 0.5;
}

.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: 10px;
}

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

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

.p-movie .slick-next,
.p-movie .slick-prev {
  top: calc(50% - 10px);
  z-index: 1;
}

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

.p-movie .slick-prev {
  left: -10px;
}

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

.p-movie .slick-next {
  right: -10px;
}

.p-movie__link a {
  width: 113px;
}

.p-unauthorized a:hover > * {
  opacity: 0.5;
}


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