@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
#feature {
  overflow: auto;
  color: #2f353d;
  font-family: "Noto Sans CJK JP", sans-serif;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
body {
  overflow-x: hidden;
  background-color: #fff;
}
label {
  cursor: pointer;
}
figure {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0;
}
.fadeIn {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeIn.animateIn {
  opacity: 1;
}
.show {
  position: relative;
  opacity: 0;
  z-index: -1;
}
.show.animateIn {
  opacity: 1;
  z-index: 0;
}
.show.animateOut {
  opacity: 0;
  z-index: -1;
}
.l-contents {
  background: white;
}
.ftr-section.c100 {
  background: white;
  padding-bottom: 5%;
  margin-bottom: 0;
}
.ftr-section.c800.c5-details-recommended.c5-common-bg--gray.mb50 {
  border-bottom: 50px white solid;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ftr-section.c800.c5-details-recommended.c5-common-bg--gray.mb50 {
    padding-top: 45px;
  }
}
.ftr-section.c800.c5-details-recommended.c5-common-bg--gray.mb50 .l-contents {
  background: none;
}
.ftr-section.c800.c5-details-recommended.c5-common-bg--gray.mb50 .c5-common-head {
  margin-top: 0;
}
.ftr-section:not(.c5-details-recommended) {
  background: white;
}
.c5-bannerArea .c5-bannerArea_inner .c5-banner-row .c5-banner-row_col:last-child p {
  color: white !important;
}
.banner-title {
  color: #2f353d !important;
}
.s5-button, .s5-storeButton {
  color: white !important;
}
.product-title {
  color: #2f353d !important;
}
@media only screen and (min-width: 768px) {
  .ftr-section .s5-heading3 {
    font-size: 20px;
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .ftr-section .s5-header2__heading {
    font-size: 20px !important;
  }
}
.mt100 {
  margin-top: 10% !important;
}
.mb100 {
  margin-bottom: 10% !important;
}
.s5-returnToTop {
  margin-top: 0;
}
.s5-container {
  position: relative;
}
.s5-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.s5-container p, .s5-container h1, .s5-container h2, .s5-container h3 {
  color: #2f353d;
}
/* mainvisual */
.mainvisual {
  background-color: #fff;
  transition-delay: 1s;
  position: relative;
  z-index: 0;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    padding-bottom: 130px;
  }
}
.mainvisual__header {
  position: relative;
}
.mainvisual__image {
  margin-right: auto;
  text-align: center;
}
.mainvisual__image__inner img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mainvisual__image {
    position: relative;
    top: 0;
    left: 0;
    width: 72vw;
  }
}
.mainvisual__text {
  padding: 0 5.33333vw;
  padding-top: 35px;
  font-family: YuMincho, "游明朝", serif;
}
@media only screen and (min-width: 768px) {
  .mainvisual__text {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
    text-align: left;
  }
  .mainvisual__text__inner {
    padding-top: 4.6875vw;
    right: 4.5vw;
    top: 0;
    display: inline-block;
    position: absolute;
  }
}
h1.mainvisual__title {
  font-size: 6.4vw;
  font-weight: bold !important;
  color: #2f353d !important;
  margin-bottom: 8vw;
  text-align: center;
}
.mainvisual__catch {
  text-align: center;
}
.mainvisual__item {
  width: 40vw;
  margin-left: 10.5vw;
}
@media only screen and (min-width: 768px) {
  h1.mainvisual__title {
    margin-bottom: 2.60417vw;
    font-size: 2.1875vw;
    letter-spacing: 0.2em;
    text-align: left;
  }
  .mainvisual__catch {
    text-align: left;
    display: inline-block;
  }
}
.mainvisual__title span {
  font-size: 6.4vw;
  color: #2f353d;
}
@media only screen and (min-width: 768px) {
  .mainvisual__title span {
    font-size: 2.1875vw;
    padding: .2em .5em;
    background: white;
    display: inline-block;
  }
  .mainvisual__title span:not(:last-child) {
    margin-bottom: .5em;
  }
}
.mainvisual__catch {
  font-size: 4.26667vw;
  margin-bottom: 9.33333vw;
}
@media only screen and (min-width: 768px) {
  .mainvisual__catch {
    margin-bottom: 2.60417vw;
    letter-spacing: 2.6px;
    font-size: 1.25vw;
    padding: .2em .5em;
  }
}
.mainvisual__catch span {
  color: #2f353d;
  font-size: 4.26667vw;
}
@media only screen and (min-width: 768px) {
  .mainvisual__catch span {
    font-size: 1.25vw;
    padding: .2em .5em;
    background: white;
    margin-bottom: .5em;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
}
.mainvisual__body {
  padding: 0 15px;
  max-width: 1000px;
  box-sizing: border-box;
  letter-spacing: .1em;
  margin: 130px auto 0;
}
.mainvisual__body p {
  line-height: 2;
}
.section {
  padding: 0 20px;
  margin-bottom: 180px;
}
.section__inner {
  max-width: 1000px;
  margin: 0 auto;
}
h2.section__title {
  font-family: 'YuMincho', "游明朝", serif;
  font-weight: bold !important;
  line-height: 1.81818;
  letter-spacing: .26em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mainvisual__body {
    margin-top: 0;
  }
  .mainvisual__item {
    width: 100%;
    margin-left: 0;
  }
  .mainvisual__catch {
    margin-bottom: 0;
  }
  .mainvisual__item span {
    transform: translate3d(0, 0, 0)!important;
  }
}
@media only screen and (max-width: 767px) {
  .section__title {
    text-align: center !important;
    font-size: 22px !important;
    margin: 8vw auto 5.33333vw;
    letter-spacing: .1em !important;
  }
}
@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 2.66667vw !important;
    margin: 0 auto 5vw;
    letter-spacing: 0.2 0.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .section__title {
    font-size: 32px !important;
    margin: 0 auto 60px;
  }
}
.section__catch {
  font-size: 3.73333vw !important;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 9.33333vw;
}
@media only screen and (min-width: 768px) {
  .section__catch {
    font-size: 1.25vw !important;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .section__catch {
    font-size: 15px !important;
    margin-bottom: 30px;
  }
}
.section__body p {
  /*font-size: 3.73333vw;*/
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 50px;
}
.section__body .img_center {
  text-align: center;
}
.section__body p.txt_q {
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 80px;
}
.section__body p .text_a_name {
  font-weight: bold!important;
  font-size: 100%;
  color: #2F353D;
}
.section__body p .note {
  color: #2F353D;
}
.section__body p:last-child {
  margin-bottom: 0;
}
.section__body .cols {
  margin-top: 80px;
  margin-bottom: 80px;
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.section__body .cols:last-child {
  margin-bottom: 0;
}
.section__body .cols-text {
  width: 51%;
}
.section__body .cols-img {
  width: 45%;
}
.section__body .cols p.txt_q {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .section__body p {
    margin-bottom: 40px;
  }
  .section__body p.txt_q {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .section__body .cols {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section__body .cols-text {
    width: 100%;
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
  }
  .section__body .cols-img {
    width: 100%;
    margin-bottom: 40px;
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
  }
}

p.note {
  font-size: 12px;
}
/* profile */
.profile {
  padding: 0 15px;
  margin-bottom: 150px;
}
.profile__inner {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  padding: 120px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.profile__image {
  width: 25%;
  text-align: center;
  -webkit-order: 1;
      -ms-order: 1;
          order: 1;
}
.profile__contents {
  width: 70%;
  margin-left: auto;
  -webkit-order: 2;
      -ms-order: 2;
          order: 2;
}
h2.profile__title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
  text-align: left;
  letter-spacing: .1em;
}
h3.profile__name {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}
.sf-wrapper .profile__text {
  line-height: 1.86;
  letter-spacing: .1em;
}
.profile__category {
  font-size: 12px;
  font-weight: normal;
}
.sf-wrapper .profile__category {
  color: #000;
}
.profile__note {
  font-size: 12px;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .profile {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
  }
  .profile__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .profile__contents {
    width: 100%;
  }
  .profile__title {
    text-align: center !important;
  }
  .profile__inner {
    padding: 60px 0;
  }
}
.profile__bottom {
  padding-top: 0;
}
.profile__bottom .profile__note {
  text-align: center;
  margin-top: 0;
}
.videoBlock__title {
  font-weight: bold !important;
  margin: 0 0 10.66667vw;
  text-align: center !important;
  font-family: YuMincho, "游明朝", serif;
  font-size: 5.86667vw;
  line-height: 1.4;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
  .videoBlock__title {
    letter-spacing: .2em;
    margin: 0 0 2.5vw;
    font-size: 2.66667vw !important;
    line-height: 1.2 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .videoBlock__title {
    margin: 0 0 30px;
    font-size: 32px !important;
  }
}
.videoBlock__title__small {
  font-size: 4.26667vw;
}
@media only screen and (min-width: 768px) {
  .videoBlock__title__small {
    font-size: 1.66667vw !important;
  }
}
@media only screen and (min-width: 1200px) {
  .videoBlock__title__small {
    font-size: 20px !important;
  }
}
.videoBlock__body {
  position: relative;
  padding-top: 52.65%;
  width: 100%;
  height: 0;
}
.videoBlock__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__image {
  margin-bottom: 80px;
  position: relative;
}
.fullImage {
  height: 420px;
  background: url("../img/img_06.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 180px;
}

/* module-01 */
.module-01 .section__image img {
  position: relative;
  z-index: 1;
  width: 570px;
}
.module-01 .section__image::after {
  content: "";
  display: block;
  width: 580px;
  height: 480px;
  position: absolute;
  top: 180px;
  right: 90px;
  background: #f1f3f4;
  z-index: 0;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (max-width: 767px) {
  .module-01 .section__image {
    right: -20px;
  }
  .module-01 .section__image::after {
    width: 72vw;
    height: 66.66vw;
    top: 30.66vw;
    left: -40px;
  }
}

/* module-02 */
.module-02 .section__image {
  text-align: right;
}
.module-02 .section__image img {
  position: relative;
  z-index: 1;
  width: 570px;
}
.module-02 .section__image::after {
  content: "";
  display: block;
  width: 580px;
  height: 597px;
  position: absolute;
  top: 180px;
  left: 90px;
  background: rgba(169,167,173,.2);
  z-index: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 767px) {
  .module-02 .section__image {
    left: -20px;
  }
  .module-02 .section__image::after {
    width: 37.333vw;
    height: 94vw;
    top: 24vw;
    left: auto;
    right: -40px;
  }
}

/* module-03 */
.module-03 .section__image {
  text-align: right;
  margin-bottom: 0;
}
.module-03 .section__image img {
  position: relative;
  z-index: 1;
}
.module-03 .section__image img:first-child {
  width: 40%;
  max-width: 300px;
  margin-right: 545px;
}
.module-03 .section__image img:last-child {
  width: 60%;
  max-width: 500px;
}
.module-03 .section__image::after {
  content: "";
  display: block;
  width: 100vw;
  height: 300px;
  position: absolute;
  top: 120px;
  right: 15vw;
  background-color: #f1f3f4;
  z-index: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.module-03 .section__text__type02 {
  position: relative;
  padding-right: 50%;
  margin-top: -50px;
}
.module-03 .section__image__product {
  width: 30%;
  text-align: right;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .module-03 .section__image img:first-child {
    margin-right: 0;
  }
  .module-03 .section__image img:last-child {
    display: block;
    margin-top: 20px;
  }
  .module-03 .section__image::after {
    width: 72vw;
    height: 37.33vw;
    top: 13.33vw;
    left: -20px;
  }
  .module-03__type02 .section__image img:first-child {
    display: block;
  }
  .module-03__type02 .section__image img:last-child {
    margin-left: auto;
    margin-top: 0;
  }
  .module-03__type02 .section__image::after {
    left: auto;
    right: -20px;
  }
  .module-03 .section__text__type02 {
    margin-top: 0;
    padding-right: 0;
  }
  .module-03 .section__image__product {
    width: 100%;
    position: static;
    transform: translateY(0);
    text-align: center;
  }
  .module-03 .section__image__product img {
    width: 60%;
  }
}

/* module-04 */
.module-04 .section__image {
}
.module-04 .section__image img {
  position: relative;
  z-index: 1;
  display: block;
}
.module-04 .section__image > img:first-child {
  width: 34%;
  margin-left: auto;
}
.module-04 .section__image > img:nth-child(2) {
  width: 71%;
  margin-top: -65px;
  position: relative;
}
.module-04 .section__image::after {
  content: "";
  display: block;
  width: 100vw;
  height: 300px;
  position: absolute;
  bottom: -20%;
  left: 20vw;
  background-color: #f1f3f4;
  z-index: 0;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.module-04 .section__item {
  position: absolute;
  right: 0;
  bottom: -30%;
  z-index: 2;
  max-width: 263px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .module-04 .section__image > img:first-child {
    right: -10px;
    width: 43%;
  }
  .module-04 .section__image > img:nth-child(2) {
    margin-top: -15px;
    width: 74%;
  }
  .module-04 .section__image::after {
    width: 94.66vw;
    height: 34.33vw;
    top: 9.33vw;
    left: -20px;
  }
  .module-04 .section__item {
    right: 2%;
    bottom: -24%;
  }
  .module-04 .section__title {
    margin-top: 18vw;
  }
}

/* module-05 */
.module-05 .section__image {
  margin-bottom: 200px;
}
.module-05 .section__image img {
  position: relative;
  z-index: 1;
  display: block;
}
.module-05 .section__image img:first-child {
  width: 50%;
}
.module-05 .section__image::after {
  content: "";
  display: block;
  width: 100vw;
  height: 300px;
  position: absolute;
  top: 114px;
  left: 15vw;
  background-color: #f1f3f4;
  z-index: 0;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.module-05 .section__item {
  position: absolute;
  left: 60%;
  top: 40%;
  max-width: 229px;
  width: 30%;
  z-index: 2;
}
.module-05 .section__item img:first-child {
  max-width: 100%;
  width: 100%;
  float: none;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .module-05 .section__image {
    margin-bottom: 40px;
  }
  .module-05 .section__image img:first-child {
    width: 75%;
  }
  .module-05 .section__image::after {
    width: 72vw;
    height: 48vw;
    left: auto;
    right: -20px;
    top: 8vw;
  }
  .module-05 .section__item {
    position: static;
    text-align: center;
    padding: 50px 0 0;
    width: 100%;
    max-width: 100%;
  }
  .module-05 .section__item img:first-child {
    margin: auto;
    width: 40%;
  }
}

/* module-06 */
.module-06 {
  position: relative;
  padding-bottom: 180px;
}
.module-06::before {
  content: '';
  width: 100%;
  height: 78%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f1f3f4;
  z-index: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.module-06 .section__image img {
  position: relative;
  z-index: 1;
}
.module-06 .section__image img:first-child {
  margin-left: auto;
  width: 57%;
  display: block;
}
.module-06 .section__image img:last-child {
  width: 35%;
  position: relative;
  margin-top: -60px;
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  .module-06 .section__image img:first-child {
    width: 75%;
  }
  .module-06 .section__image img:last-child {
    width: 40%;
    margin-left: 0;
    margin-top: -35px;
  }
  .module-06::before {
    height: calc(100% - 40px);
  }
}

.animateDelay-0 {
  animation-delay: 0.4s !important;
}
.animateDelay-1 {
  animation-delay: 0.7s !important;
}
.animateDelay-2 {
  animation-delay: 1s !important;
}
.animateDelay-3 {
  animation-delay: 1.3s !important;
}
.animateDelay-4 {
  animation-delay: 1.6s !important;
}
.animateDelay-5 {
  animation-delay: 1.9s !important;
}
.animateDelay-6 {
  animation-delay: 2.2s !important;
}
.animateDelay-7 {
  animation-delay: 2.5s !important;
}
.animateDelay-8 {
  animation-delay: 2.8s !important;
}
.animateDelay-9 {
  animation-delay: 3.1s !important;
}
.animateDelay-10 {
  animation-delay: 3.4s !important;
}
.js-rellax {
  display: inline-block;
}
@keyframes slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 3.125vw, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  opacity: 0;
}
.animateIn.slideInUp, .animateIn .slideInUp {
  animation-name: slideInUp;
  animation-delay: .2s;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.animateIn.section__image::after,
.animateIn.module-06::before {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .section__image {
    height: auto;
    align-items: flex-start;
  }
}
/* product info */
.product-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-wrapper .c5-banner {
  width: 48%;
  border: none;
  margin-bottom: 75px;
}
.product-wrapper .c5-banner:nth-child(2n) {
  margin-left: auto;
}
.product-wrapper .c5-banner .banner-thumb {
  float: none;
  width: 100%;
}
.product-wrapper .c5-banner .banner-main {
  float: none;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .product-wrapper .c5-banner {
    width: 100%;
    margin-bottom: 30px;
    border-top: none;
  }
  .product-wrapper .c5-banner .banner-main .banner-title {
    text-align: left;
  }
  .section {
    margin-bottom: 60px;
  }
  .section__image {
    margin-bottom: 40px;
  }
  .module-06 {
    padding-bottom: 80px;
  }
  .fullImage {
    margin-bottom: 80px;
    height: auto;
    padding-top: 70vw;
    background: url("../img/img_06_sp.jpg") no-repeat center center;
    background-size: 100%;
    /*background-attachment: fixed;*/
  }
}

.c5-block_enq {
    line-height: 1.6;
    padding: 60px 0;
    text-align: center;
    background-color: #ededed;
}
.c5-block_enq .l-contents {
  background: none;
}
.c5-block_enq .s5-general--mb20 {
  margin-bottom: 20px;
}
.c5-block_enq .s5-heading3 {
  font-weight: bold;
  font-size: 20px;
}
.c5-block_enq p {
  line-height: 2;
  margin-bottom: 20px;
}
.c5-block_enq p:last-child {
  margin-bottom: 0;
}
.c5-block_enq .s5-iconInline {
  vertical-align: middle!important;
}
@media only screen and (max-width: 767px) {
.c5-block_enq .s5-heading3 {
  font-size: 1rem;
  text-align: center;
}
}