@charset "UTF-8";
@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }

  .is-sp {
    display: none;
  }

  .is-pc-inline {
    display: inline-block;
  }

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

  .is-sp {
    display: block;
  }

  .is-pc-inline {
    display: none;
  }

  .is-sp-inline {
    display: inline-block;
  }
}
body {
  background-color: #fff9fb;
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  color: #000;
}

.l-wrap__container {
  padding-top: 100px;
}
@media screen and (max-width: 894px) {
  .l-wrap__container {
    padding-top: 80px;
  }
}

.p-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff9fb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kv {
    display: block;
    background-color: #fff2f9;
  }
}
.p-kv__inner {
  width: 100%;
}
.p-kv__image {
  width: 56.6%;
  max-width: 922px;
}
@media screen and (max-width: 767px) {
  .p-kv__image {
    width: 100%;
  }
}
.p-kv__image-content {
  position: relative;
  width: 100%;
  padding-top: 118.5%;
}
@media screen and (max-width: 767px) {
  .p-kv__image-content {
    padding-top: 145.8%;
  }
}
.p-kv__image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-kv__image-list {
    display: block;
  }
}
.p-kv__image-list-item {
  width: 30px;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: width 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .p-kv__image-list-item {
    width: 100%;
    padding-top: 0;
    -webkit-transition: padding-top 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: padding-top 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.p-kv__image-list-item.is-current {
  width: calc(100% - 120px);
}
.p-kv__image-list-item.is-current .p-in-tab {
  height: 225px;
}
@media screen and (max-width: 767px) {
  .p-kv__image-list-item.is-current {
    width: 100%;
    padding-top: 109%;
  }
  .p-kv__image-list-item.is-current .p-in-tab {
    width: 225px;
    height: auto;
  }
}
.p-kv__image-list-item .p-in-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  -webkit-transition: height 1s cubic-bezier(0.33, 1, 0.68, 1), letter-spacing 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: height 1s cubic-bezier(0.33, 1, 0.68, 1), letter-spacing 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-kv__image-list-item .p-in-tab {
    -webkit-transition: width 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width 1s cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
    position: relative;
  }
}
.p-kv__image-list-item .p-in-tab-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: relative;
  left: 25px;
  top: 9px;
}
@media screen and (max-width: 767px) {
  .p-kv__image-list-item .p-in-tab-inner {
    top: 0;
    left: 15px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    padding: 6px 0;
    font-size: 12px;
  }
}
.p-kv__image-list-item .p-in-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-kv__image-list-item:nth-of-type(1) .p-in-image {
  background-image: url(../img/main_01.jpg);
}
.p-kv__image-list-item:nth-of-type(1) .p-in-tab {
  background-color: #b6b9cc;
}
.p-kv__image-list-item:nth-of-type(2) .p-in-image {
  background-image: url(../img/main_02.jpg);
}
.p-kv__image-list-item:nth-of-type(2) .p-in-tab {
  background-color: #cbb5cc;
}
.p-kv__image-list-item:nth-of-type(3) .p-in-image {
  background-image: url(../img/main_04.jpg);
}
.p-kv__image-list-item:nth-of-type(3) .p-in-tab {
  background-color: #eee9f0;
}
.p-kv__image-list-item:nth-of-type(4) .p-in-image {
  background-image: url(../img/main_03.jpg);
}
.p-kv__image-list-item:nth-of-type(4) .p-in-tab {
  background-color: #fabcbd;
}
.p-kv__image-list-item:nth-of-type(5) .p-in-image {
  background-image: url(../img/main_05.jpg);
}
.p-kv__image-list-item:nth-of-type(5) .p-in-tab {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-kv__image-list-item:nth-of-type(5) .p-in-tab {
    bottom: 0;
  }
}
.p-kv__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.4%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-op .p-kv__logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 1900px) {
  .p-kv__logo {
    width: calc(100% - 922px);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__logo {
    width: 100%;
    position: static;
  }
}
.p-kv__logo-title {
  width: 69%;
  max-width: 567px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-kv__logo-title {
    position: static;
    width: 58%;
    margin: 42px auto 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.p-kv__logo-title img {
  width: 100%;
}
.p-kv__logo-data {
  width: 88%;
  max-width: 567px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .p-kv__logo-data {
    margin: 11px auto 0;
  }
}

.p-about {
  padding: 81px 0 130px;
  background-color: #fff2f9;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 16px 0 100px;
  }
}
.p-about__title {
  width: 80%;
  max-width: 950px;
  margin: 0 auto 50px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-about__title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-about__title img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    width: 69%;
    margin: 0 auto 54px;
  }
}
.p-about__detail {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-active .p-about__detail {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-about__detail {
    margin-bottom: 51px;
    font-size: 15px;
    line-height: 1.98;
    text-align: center;
    letter-spacing: -0.1em;
  }
}
.p-about__movie {
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-active .p-about__movie {
  opacity: 1;
}
.p-about__movie-page {
  position: absolute;
  top: 113.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-about__movie-page .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: 1px solid #000;
  margin-right: 6px;
}
.p-about__movie-page .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.p-about__movie-page .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-button-disabled {
  opacity: 0;
}
.p-about__movie-nav-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 23.5%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-about__movie-nav-prev {
    top: 120%;
    left: 24.5%;
    width: 28px;
    height: 28px;
  }
}
.p-about__movie-nav-prev .p-in-item {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .p-about__movie-nav-prev .p-in-item {
    width: 8px;
    height: 8px;
  }
}
.p-about__movie-nav-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 23.5%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-about__movie-nav-next {
    top: 120%;
    right: 24.5%;
    width: 28px;
    height: 28px;
  }
}
.p-about__movie-nav-next .p-in-item {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .p-about__movie-nav-next .p-in-item {
    width: 8px;
    height: 8px;
  }
}
.p-about__movie-inner {
  position: relative;
  width: 100%;
}
.p-about__movie-list-item {
  position: relative;
  width: 43.5%;
}
@media screen and (max-width: 767px) {
  .p-about__movie-list-item {
    width: 77.5%;
  }
}
.p-about__movie-list-item .p-in-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-about__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-product {
  background: url(../img/bg_mian.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 124px;
}
.p-product #js-sakura {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding-bottom: 60px;
  }
}
.p-product__content {
  width: 64%;
  margin: 0 auto;
  padding: 129px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-product__content {
    width: 89%;
    padding: 91px 0 41px;
  }
}
.p-product__content-item {
  margin-bottom: 127px;
}
.p-product__content-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product__content-item {
    margin-bottom: 96px;
  }
}
.p-product__content-item-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 127px;
  margin-bottom: 59px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-product__content-item-head {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-product__content-item-head {
    width: 63%;
    margin: 0 auto 40px;
  }
  .p-product__content-item-head.--wide {
    width: 71%;
  }
}
.p-product__content-item-detail {
  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: 767px) {
  .p-product__content-item-detail {
    display: block;
  }
}
.p-product__content-item-detail-image {
  width: 40%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-active .p-product__content-item-detail-image {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail-image {
    width: 77%;
    margin: 0 auto 34px;
  }
  .p-product__content-item-detail-image.--wide {
    width: 90%;
    margin: 0 auto 14px;
  }
}
.p-product__content-item-detail-image img {
  width: 100%;
}
.p-product__content-item-detail-text {
  width: 56%;
  opacity: 0;
  -webkit-transform: translatex(10px);
          transform: translatex(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-active .p-product__content-item-detail-text {
  opacity: 1;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail-text {
    width: 100%;
  }
}
.p-product__content-item-detail-text .p-in-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail-text .p-in-block {
    display: block;
    margin-bottom: 27px;
  }
}
.p-product__content-item-detail-text .p-in-block-head {
  width: 111px;
  margin-right: 18px;
  padding: 2px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail-text .p-in-block-head {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding-left: 14px;
    margin-bottom: 12px;
  }
}
.p-product__content-item-detail-text .p-in-block-text {
  width: calc(100% - 129px);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail-text .p-in-block-text {
    width: 100%;
    font-size: 14px;
  }
}
.p-product__content-item-detail-text .p-in-head {
  margin-bottom: 15px;
  font-size: 29px;
  font-weight: bold;
}
.p-product__content-item-detail-text .p-in-head .u-small {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail-text .p-in-head {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .p-product__content-item-detail-text .p-in-head .u-small {
    margin-bottom: 0px;
    font-size: 13px;
  }
}
.p-product__content-item-detail-text .p-in-text {
  margin-bottom: 50px;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail-text .p-in-text {
    margin-bottom: 33px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
}
.p-product__content-item-detail-text .p-in-text .p-h_link__text {
  font-size: 90%;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-product__content-item-detail-text .p-in-text .p-h_link__text:hover {
    text-decoration: none;
  }
}
.p-product__content-item-detail .p-in-btn {
  width: 340px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product__content-item-detail .p-in-btn:hover::before {
    opacity: 0;
  }
  .p-product__content-item-detail .p-in-btn:hover a {
    color: #000;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail .p-in-btn {
    width: 76%;
    margin: 0 auto;
  }
}
.p-product__content-item-detail .p-in-btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/btn_icon.png) center no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail .p-in-btn::before {
    width: 10px;
    height: 10px;
    right: 32px;
  }
}
.p-product__content-item-detail .p-in-btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/btn_icon_black.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail .p-in-btn::after {
    display: none;
  }
}
.p-product__content-item-detail .p-in-btn a {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #000;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  -webkit-transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-product__content-item-detail .p-in-btn a {
    font-size: 12px;
    padding: 14px 0;
  }
}
.p-product__other-head {
  margin: 0 auto 40px;
  background-color: #000;
  width: 252px;
  padding: 3px 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-product__other-head {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-product__other-head {
    width: 89%;
    margin: 0 auto 30px;
    font-size: 14px;
    padding: 1px 0;
  }
}
.p-product__other-main {
  width: 64%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-product__other-main {
    width: 62%;
  }
}
.p-product__other-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-product__other-main-list {
    display: block;
  }
}
.p-product__other-main-list-item {
  width: 32%;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.p-product__other-main-list-item:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-product__other-main-list-item:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-product__other-main-list-item:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-active .p-product__other-main-list-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-product__other-main-list-item {
    width: 100%;
    margin-bottom: 28px;
  }
}
.p-product__other-main-list-item .p-in-image {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-product__other-main-list-item .p-in-image {
    margin-bottom: 19px;
  }
}
.p-product__other-main-list-item .p-in-image img {
  width: 100%;
}
.p-product__other-main-list-item .p-in-head {
  font-size: 17px;
  letter-spacing: 0.17em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-product__other-main-list-item .p-in-head {
    font-size: 12px;
  }
}
.p-product__other-main-list-item .p-in-head .u-small {
  margin-top: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-product__other-main-list-item .p-in-head .u-small {
    margin-top: 10px;
  }
}
.p-product__other-main-list-item .p-in-head .p-h_link__text {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-product__other-main-list-item .p-in-head .p-h_link__text:hover {
    text-decoration: none;
  }
}
.p-product__other-main-list-item .p-in-head .p-h_link__text span {
  font-size: 70%;
}
.p-product__caution {
  margin: 0 auto;
  width: 64%;
}
@media screen and (max-width: 767px) {
  .p-product__caution {
    width: 89%;
  }
}



.p-kv__logo-bnr a {
  display: block;
  width: 88%;
  max-width: 567px;
  margin: 32px auto 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-kv__logo-bnr a:hover {
    opacity: .5;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__logo-bnr a {
    width: 140%;
    margin: 40px 0 40px -20%;
  }
}