@charset "UTF-8";
/* common */
.contentContainer img {
  vertical-align: top;
}

/* font */
.fontDotGothic16 {
  font-family: "DotGothic16", serif;
  font-weight: 400;
  font-style: normal;
}

.fontNotoSansJp,
.contentContainer {
  font-family: "Noto Sans Japanese";
}

.fontJinsNextLight {
  font-family: jins_next_ttlight;
}

.fontJinsNextRegular {
  font-family: jins_next_ttregular;
}

.fontJinsNextMedium {
  font-family: jins_next_ttmedium;
}

.fontJinsNextBold {
  font-family: jins_next_ttbold;
}

/* content */
/* 

        COMMON CSS

 */
body.is-renewal .footer-navigation {
  margin-top: 0 !important;
}

.contentContainer img {
  vertical-align: top;
}

.contentContainer a {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
  display: inline;
}

@media screen and (min-width: 1601px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.contentContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contentContainer {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  html,
  body {
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
  }
}
.contentContainer {
  position: relative;
  background: #000;
}
.contentContainer .cursor {
  width: 94px;
  height: 138px;
  background-image: url("../../assets/img/jeff-cursor.png");
  background-size: contain;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contentContainer .cursor.hover {
  background: transparent;
  cursor: pointer;
}
.contentContainer .cursor-area {
  cursor: none;
}
.contentContainer .c-head {
  text-align: center;
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .c-head {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(50 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .c-head {
    margin: 0px 0px 50px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .c-head {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(50 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .c-head {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(50 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .c-head {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .c-head {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .c-head {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .c-head {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .dialogue-container[data-num="1"] .dialogue-box {
  background: url("../../assets/img/lead-about-bg01.png");
  background-size: cover;
  background-position: center;
  width: 23vw;
  height: 10.5vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-container[data-num="1"] .dialogue-box {
    width: 368px;
    height: 168px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-container[data-num="1"] .dialogue-box {
    width: 28.75vw;
    height: 13.125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="1"] .dialogue-box {
    background: url("../../assets/img/lead-about-bg01_sp.png");
    width: 62.8vw;
    height: 32.1333333333vw;
    background-size: cover;
    background-position: center;
  }
}
.contentContainer .dialogue-container[data-num="2"] {
  margin-top: -1.875vw;
  margin-right: -8.75vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-container[data-num="2"] {
    margin-top: -30px;
    margin-right: -140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-container[data-num="2"] {
    margin-top: -2.34375vw;
    margin-right: -10.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="2"] {
    margin-top: -7.2vw;
    margin-right: -24vw;
  }
}
.contentContainer .dialogue-container[data-num="2"] .dialogue-box {
  background: url("../../assets/img/lead-about-bg02.png");
  background-size: cover;
  background-position: center;
  width: 17.75vw;
  height: 10.5vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-container[data-num="2"] .dialogue-box {
    width: 284px;
    height: 168px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-container[data-num="2"] .dialogue-box {
    width: 22.1875vw;
    height: 13.125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="2"] .dialogue-box {
    background: url("../../assets/img/lead-about-bg02_sp.png");
    width: 48.8vw;
    height: 29.4666666667vw;
    background-size: cover;
    background-position: center;
  }
}
.contentContainer .dialogue-container[data-num="3"] .dialogue-box {
  background: url("../../assets/img/glasses-type01-bg.png");
  background-size: cover;
  background-position: center;
  width: 20.25vw;
  height: 11vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-container[data-num="3"] .dialogue-box {
    width: 324px;
    height: 176px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-container[data-num="3"] .dialogue-box {
    width: 25.3125vw;
    height: 13.75vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="3"] .dialogue-box {
    background: url("../../assets/img/glasses-type01-bg_sp.png");
    width: 60.8vw;
    height: 29.4666666667vw;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="4"] {
    -ms-flex-item-align: end;
        align-self: end;
    align-self: flex-end;
  }
}
.contentContainer .dialogue-container[data-num="4"] .dialogue-box {
  background: url("../../assets/img/glasses-type01-bg.png");
  background-size: cover;
  background-position: center;
  width: 20.25vw;
  height: 11vw;
  margin-top: 2.5vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-container[data-num="4"] .dialogue-box {
    width: 324px;
    height: 176px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-container[data-num="4"] .dialogue-box {
    width: 25.3125vw;
    height: 13.75vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="4"] .dialogue-box {
    background: url("../../assets/img/glasses-type01-2-bg_sp.png");
    width: 50.1333333333vw;
    height: 29.4666666667vw;
    background-size: cover;
    background-position: center;
    margin-top: -7.2vw;
  }
}
.contentContainer .dialogue-container[data-num="5"] .dialogue-box {
  background: url("../../assets/img/glasses-type02-bg.png");
  background-size: cover;
  background-position: center;
  width: 23.0625vw;
  height: 10.5625vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-container[data-num="5"] .dialogue-box {
    width: 369px;
    height: 169px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-container[data-num="5"] .dialogue-box {
    width: 28.828125vw;
    height: 13.203125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="5"] .dialogue-box {
    background: url("../../assets/img/glasses-type02-bg_sp.png");
    width: 69.4666666667vw;
    height: 32.1333333333vw;
    background-size: cover;
    background-position: center;
  }
}
.contentContainer .dialogue-container[data-num="6"] .dialogue-box {
  background: url("../../assets/img/glasses-type02-bg.png");
  background-size: cover;
  background-position: center;
  width: 23.0625vw;
  height: 10.5625vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-container[data-num="6"] .dialogue-box {
    width: 369px;
    height: 169px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-container[data-num="6"] .dialogue-box {
    width: 28.828125vw;
    height: 13.203125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="6"] .dialogue-box {
    background: url("../../assets/img/glasses-type02-bg_sp.png");
    width: 69.4666666667vw;
    height: 32.1333333333vw;
    background-size: cover;
    background-position: center;
  }
}
.contentContainer .dialogue-container[data-num="7"] .dialogue-box {
  background: url("../../assets/img/glasses-type03-bg.png");
  background-size: cover;
  background-position: center;
  width: 23.0625vw;
  height: 12.8125vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-container[data-num="7"] .dialogue-box {
    width: 369px;
    height: 205px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-container[data-num="7"] .dialogue-box {
    width: 28.828125vw;
    height: 16.015625vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-container[data-num="7"] .dialogue-box {
    background: url("../../assets/img/glasses-type03-bg_sp.png");
    width: 69.4666666667vw;
    height: 35.4666666667vw;
    background-size: cover;
    background-position: center;
  }
}
.contentContainer .dialogue-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-box {
    padding: 40px 24px 40px 45px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .dialogue-box {
    padding: calc(40 / 1600 * 100vw) calc(24 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(45 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-box {
    padding: 40px 24px 40px 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-box {
    padding: calc(40 / 1280 * 100vw) calc(24 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(45 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-box {
    padding: calc(40 / 750 * 100vw) calc(24 / 750 * 100vw) calc(40 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .dialogue-box {
    padding: calc(45 / 1600 * 100vw) calc(32 / 1600 * 100vw) calc(50 / 1600 * 100vw) calc(50 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .dialogue-box {
    padding: 45px 32px 50px 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-box {
    padding: calc(45 / 1280 * 100vw) calc(32 / 1280 * 100vw) calc(50 / 1280 * 100vw) calc(50 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .dialogue-box {
    padding: calc(45 / 750 * 100vw) calc(32 / 750 * 100vw) calc(50 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.contentContainer .dialogue-box.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contentContainer .dialogue-box .dialogue-message {
  font-family: "DotGothic16", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0;
  min-height: 60px;
  line-height: 1.6;
  padding: 0;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: calc(18 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: calc(18 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: calc(18 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: calc(26 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: calc(26 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .dialogue-box .dialogue-message {
    font-size: calc(26 / 750 * 100vw);
  }
}
.contentContainer .dialogue-box .dialogue-message .char {
  opacity: 0;
  -webkit-animation: fadeIn 0.1s forwards;
          animation: fadeIn 0.1s forwards;
}
.contentContainer .dialogue-box .dialogue-message a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 1rem;
  display: inline-block;
  margin: 3px 0 0;
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-box .dialogue-message a {
    padding-left: 1rem;
  }
}
.contentContainer .dialogue-box .dialogue-message a span {
  padding: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.contentContainer .dialogue-box .dialogue-message a span:hover {
  background: #6534c5;
}
.contentContainer .dialogue-box .dialogue-message a::before {
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: calc(16 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: calc(16 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: calc(20 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: calc(20 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .dialogue-box .dialogue-message a::before {
    font-size: calc(20 / 750 * 100vw);
  }
}
.contentContainer .dialogue-box .dialogue-message a:hover::before {
  opacity: 1;
  -webkit-animation: opacityAnimation 0.5s infinite alternate;
          animation: opacityAnimation 0.5s infinite alternate;
}
.contentContainer .banner-container .swiper-slide {
  position: relative;
}
.contentContainer .banner-container .swiper-slide::after {
  content: "";
  display: inline-block;
  background-image: url("../../assets/img/kv-logo_pc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20.125vw;
  height: 26.5vw;
  position: absolute;
  top: 2.5vw;
  left: 2.5vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide::after {
    background-image: url("../../assets/img/kv-logo_sp.svg");
    width: 84.1333333333vw;
    height: 20.4vw;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}
.contentContainer .banner-container .swiper-slide.is-visible::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.4s ease, transform 0.8s ease;
  transition: opacity 0.4s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide {
    padding-bottom: 118.6666666667vw;
  }
}
.contentContainer .banner-container .swiper-slide {
  position: relative;
  width: 100%;
  padding-bottom: 42.625vw;
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide {
    padding-bottom: 150.6666666667vw;
  }
}
.contentContainer .banner-container .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentContainer .banner-container .swiper-slide .slide-1 {
  background-color: #e50012;
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .text-animation {
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 1601px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .text-animation {
    font-size: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .text-animation {
    font-size: calc(40 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .text-animation {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .text-animation {
    font-size: calc(40 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .text-animation {
    font-size: calc(40 / 750 * 100vw);
  }
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .text-animation .char {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  letter-spacing: -0.4em;
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .text-animation .char {
    letter-spacing: initial;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-img-wrapper {
  position: relative;
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff {
  width: 18.125vw;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 1601px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff {
    margin: 0 20px 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff {
    margin: calc(0 / 1600 * 100vw) calc(20 / 1600 * 100vw) calc(30 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff {
    margin: 0px 20px 30px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff {
    margin: calc(0 / 1280 * 100vw) calc(20 / 1280 * 100vw) calc(30 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff {
    margin: calc(0 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff {
    margin: 0vw 1.5625vw 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff {
    width: 49.8666666667vw;
    height: auto;
    margin: 0vw 2.6666666667vw 5.3333333333vw;
  }
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .kv-jeff img {
  width: 100%;
  height: auto;
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text {
  position: absolute;
  top: 50%;
  right: -23.75vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
@media screen and (min-width: 1601px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text {
    right: -23.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text {
    right: -29.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text {
    right: initial;
    z-index: 2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text1 {
    right: 5vw;
    margin-top: -15vw;
    white-space: nowrap;
  }
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text1 .text-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text2 {
    left: 5vw;
    margin-top: 15vw;
    white-space: nowrap;
  }
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text2 .text-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text .text-animation {
    font-size: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text .text-animation {
    font-size: calc(40 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text .text-animation {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text .text-animation {
    font-size: calc(40 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-text .text-animation {
    font-size: calc(40 / 750 * 100vw);
  }
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-img-name {
  width: 16vw;
  height: auto;
  margin: 0 auto 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-img-name {
    width: 41.2vw;
    margin: 0 auto;
  }
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-img-name.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contentContainer .banner-container .swiper-slide .slide-1 .slide-content-wrapper .slide-content-img-name img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes charFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes charFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contentContainer .banner-container .swiper-slide .slide-1 .fade-in {
  -webkit-animation: fadeIn 0.8s ease forwards;
          animation: fadeIn 0.8s ease forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contentContainer .banner-container .swiper-slide .slide-2 {
  background: url("../../assets/img/kv-img02-all_v2_pc.jpg?25");
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media screen and (max-width: 767px) {
  .contentContainer .banner-container .swiper-slide .slide-2 {
    background: url("../../assets/img/kv-img02-all_v2_sp.jpg?25");
    background-size: cover;
    background-position: center;
  }
}
.contentContainer .banner-container .swiper-slide .slide-2.is-visible {
  opacity: 1;
}
.contentContainer .lead-container {
  background: #000;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container {
    padding: 300px 0 160px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container {
    padding: calc(300 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(160 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container {
    padding: 300px 0px 160px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container {
    padding: calc(300 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(160 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container {
    padding: calc(300 / 750 * 100vw) calc(0 / 750 * 100vw) calc(160 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container {
    padding: calc(640 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(100 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .lead-container {
    padding: 640px 0px 100px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container {
    padding: calc(640 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(100 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .lead-container {
    padding: calc(640 / 750 * 100vw) calc(0 / 750 * 100vw) calc(100 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .lead-container .lead-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contentContainer .lead-container .lead-text {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-text {
    font-size: 24px;
    margin: 0 0 296px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-text {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-text {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-text {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-text {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(296 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-text {
    margin: 0px 0px 296px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-text {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(296 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-text {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(296 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-text {
    margin: 0 auto 85.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-text {
    font-size: calc(30 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .lead-container .lead-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-text {
    font-size: calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .lead-container .lead-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.contentContainer .lead-container .lead-text .text-line {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.contentContainer .lead-container .lead-text .text-line:last-child {
  margin-bottom: 0;
}
.contentContainer .lead-container .lead-text .text-line .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.contentContainer .lead-container .lead-information {
  background: url("../../assets/img/lead-information-bg.svg");
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47.5vw;
  height: 20.625vw;
  margin: 0 auto 25vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information {
    width: 760px;
    height: 330px;
    padding: 40px 40px;
    margin: 0 auto 400px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information {
    padding: calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information {
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information {
    padding: calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information {
    width: 59.375vw;
    height: 25.78125vw;
    margin: 0 auto 31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information {
    background: url("../../assets/img/lead-information-bg_sp.svg");
    background-size: cover;
    background-position: center;
    width: 89.3333333333vw;
    height: 69.3333333333vw;
    margin: 0 auto 45.3333333333vw;
  }
}
.contentContainer .lead-container .lead-information.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contentContainer .lead-container .lead-information .lead-information-title {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #e50012;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: 24px;
    margin: 0 0 32px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(32 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    margin: 0px 0px 32px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(32 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(32 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(64 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    margin: 0px 0px 64px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(64 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(64 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: calc(30 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-title {
    font-size: calc(30 / 750 * 100vw);
  }
}
.contentContainer .lead-container .lead-information .lead-information-text {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: calc(28 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: calc(28 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: calc(34 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: calc(34 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.contentContainer .lead-container .lead-information .lead-information-period-text {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: calc(26 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: calc(26 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: calc(34 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: calc(34 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: calc(22 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: calc(22 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: calc(22 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: calc(32 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: calc(32 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .lead-container .lead-information .lead-information-period-text[data-type=end] {
    font-size: calc(32 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about {
    padding: 0 15px;
  }
}
.contentContainer .lead-container .lead-about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  max-width: 62.5vw;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-wrapper {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-about-wrapper {
    max-width: 78.125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "box" "image";
    gap: 2.6666666667vw;
    max-width: 100%;
  }
  .contentContainer .lead-container .lead-about-wrapper .lead-about-txt {
    grid-area: text;
  }
  .contentContainer .lead-container .lead-about-wrapper .lead-about-box {
    grid-area: box;
  }
  .contentContainer .lead-container .lead-about-wrapper .lead-about-img {
    grid-area: image;
  }
}
.contentContainer .lead-container .lead-about-box {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-box {
    position: initial;
    left: initial;
    padding-left: 20%;
  }
}
.contentContainer .lead-container .lead-about-img {
  margin: 0;
  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;
  width: 7.3125vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-img {
    width: 117px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-about-img {
    width: 9.140625vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-img {
    width: 20vw;
    height: auto;
    margin-top: -42.6666666667vw;
    position: absolute;
    bottom: 16vw;
    left: -3vw;
  }
}
.contentContainer .lead-container .lead-about-img img {
  max-width: 100%;
  height: auto;
}
.contentContainer .lead-container .lead-about-name {
  width: 6.5625vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-name {
    margin: 0 0 24px 0;
    width: 105px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-about-name {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(24 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-name {
    margin: 0px 0px 24px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-about-name {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(24 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-name {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(24 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-about-name {
    width: 8.203125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-name {
    width: 21.2vw;
    height: auto;
    margin: 0 auto 7.2vw;
  }
}
.contentContainer .lead-container .lead-about-txt {
  position: absolute;
  right: 0;
  max-width: 25.3125vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-txt {
    max-width: 405px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-about-txt {
    max-width: 31.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-txt {
    position: inherit;
    right: initial;
    max-width: 100%;
  }
}
.contentContainer .lead-container .lead-about-txt p {
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: calc(16 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: calc(16 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: calc(26 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: calc(26 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-txt p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.contentContainer .lead-container .lead-about-arrow {
  text-align: center;
  margin: 5vw auto 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  width: 3.4375vw;
  height: 2.0625vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .lead-container .lead-about-arrow {
    margin: 80px auto 0;
    width: 55px;
    height: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .lead-container .lead-about-arrow {
    margin: 6.25vw auto 0;
    width: 4.296875vw;
    height: 2.578125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .lead-container .lead-about-arrow {
    width: 7.3333333333vw;
    height: 4vw;
    margin: 10.6666666667vw auto 0;
  }
}
.contentContainer .lead-container .lead-about-arrow img {
  width: 100%;
  height: auto;
}
.contentContainer .lead-container .lead-about-arrow.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contentContainer .lead-container .lead-about-arrow.is-visible img {
  -webkit-animation: floatingArrow 1.5s ease-in-out infinite;
          animation: floatingArrow 1.5s ease-in-out infinite;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses {
    padding: 130px 0 120px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses {
    padding: calc(130 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(120 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses {
    padding: 130px 0px 120px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses {
    padding: calc(130 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(120 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses {
    padding: calc(130 / 750 * 100vw) calc(0 / 750 * 100vw) calc(120 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses {
    padding: calc(90 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(90 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .glasses {
    padding: 90px 0px 90px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses {
    padding: calc(90 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(90 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .glasses {
    padding: calc(90 / 750 * 100vw) calc(0 / 750 * 100vw) calc(90 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .glasses[data-num="1"] {
  background: url("../../assets/img/glasses-bg01.jpg");
  background-size: cover;
  background-position: top;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.contentContainer .glasses[data-num="1"].is-visible {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses[data-num="1"] {
    background: url("../../assets/img/glasses-bg01_sp.jpg");
    background-size: cover;
    background-position: top;
  }
}
.contentContainer .glasses[data-num="1"] .glasses-title[data-num="1"] {
  width: 30vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses[data-num="1"] .glasses-title[data-num="1"] {
    width: 440px;
  }
}
.contentContainer .glasses[data-num="1"] .glasses-title[data-num="1"] img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses[data-num="1"] .glasses-title[data-num="1"] {
    width: 37.5vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses[data-num="1"] .glasses-title[data-num="1"] {
    width: 63.2vw;
  }
}
.contentContainer .glasses[data-num="1"] .glasses-title[data-num="2"] {
  width: 12vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses[data-num="1"] .glasses-title[data-num="2"] {
    width: 192px;
  }
}
.contentContainer .glasses[data-num="1"] .glasses-title[data-num="2"] img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses[data-num="1"] .glasses-title[data-num="2"] {
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses[data-num="1"] .glasses-title[data-num="2"] {
    width: 28.2666666667vw;
  }
}
.contentContainer .glasses[data-num="2"] {
  background: url("../../assets/img/glasses-bg02.jpg");
  background-size: cover;
  background-position: top;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.contentContainer .glasses[data-num="2"].is-visible {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses[data-num="2"] {
    background: url("../../assets/img/glasses-bg02_sp.jpg");
    background-size: cover;
    background-position: top;
  }
}
.contentContainer .glasses[data-num="2"] .glasses-title[data-num="1"] {
  width: 30vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses[data-num="2"] .glasses-title[data-num="1"] {
    width: 440px;
  }
}
.contentContainer .glasses[data-num="2"] .glasses-title[data-num="1"] img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses[data-num="2"] .glasses-title[data-num="1"] {
    width: 37.5vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses[data-num="2"] .glasses-title[data-num="1"] {
    width: 63.2vw;
  }
}
.contentContainer .glasses[data-num="2"] .glasses-title[data-num="2"] {
  width: 12vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses[data-num="2"] .glasses-title[data-num="2"] {
    width: 192px;
  }
}
.contentContainer .glasses[data-num="2"] .glasses-title[data-num="2"] img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses[data-num="2"] .glasses-title[data-num="2"] {
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses[data-num="2"] .glasses-title[data-num="2"] {
    width: 28.2666666667vw;
  }
}
.contentContainer .glasses[data-num="2"] .dialogue-container[data-num="3"] {
  margin-top: 0.625vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses[data-num="2"] .dialogue-container[data-num="3"] {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses[data-num="2"] .dialogue-container[data-num="3"] {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses[data-num="2"] .dialogue-container[data-num="3"] {
    margin-top: 0;
  }
}
.contentContainer .glasses[data-num="2"] .dialogue-container[data-num="7"] {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
}
.contentContainer .glasses[data-num="2"] .dialogue-container[data-num="7"].is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
}
.contentContainer .glasses[data-num="2"] .dialogue-container[data-num="7"].is-visible .char {
  opacity: 1 !important;
}
.contentContainer .glasses[data-num="2"] .dialogue-container[data-num="7"]:not(.is-visible) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.contentContainer .glasses-title {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses-title {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses-title {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses-title {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses-title {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses-title {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .glasses-title.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses-title {
    margin-bottom: 3.2vw;
  }
}
.contentContainer .glasses .glasses-main {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.contentContainer .glasses .glasses-main.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contentContainer .glasses .glasses-wrapper[data-type=main] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
  background: url("../../assets/img/glasses-main-bg.svg");
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60.625vw;
  height: 40vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    width: 970px;
    height: 640px;
    padding: 70px 120px 120px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    padding: calc(70 / 1600 * 100vw) calc(120 / 1600 * 100vw) calc(120 / 1600 * 100vw) calc(120 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    padding: 70px 120px 120px 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    padding: calc(70 / 1280 * 100vw) calc(120 / 1280 * 100vw) calc(120 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    padding: calc(70 / 750 * 100vw) calc(120 / 750 * 100vw) calc(120 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    width: 75.78125vw;
    height: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    background: url("../../assets/img/glasses-main-bg_sp.svg");
    background-size: cover;
    background-position: center;
    width: 94.6666666667vw;
    height: 109.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    padding: calc(72 / 1600 * 100vw) calc(54 / 1600 * 100vw) calc(220 / 1600 * 100vw) calc(54 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    padding: 72px 54px 220px 54px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    padding: calc(72 / 1280 * 100vw) calc(54 / 1280 * 100vw) calc(220 / 1280 * 100vw) calc(54 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main {
    padding: calc(72 / 750 * 100vw) calc(54 / 750 * 100vw) calc(220 / 750 * 100vw) calc(54 / 750 * 100vw);
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: calc(28 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: calc(28 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-head {
    font-size: calc(28 / 750 * 100vw);
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-img {
  margin: 0 auto 2vw;
  width: 43.5vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-img {
    margin: 0 auto 32px;
    width: 696px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-img {
    margin: 0 auto 2.5vw;
    width: 54.375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-img {
    margin: 0 auto 5vw;
    width: 100%;
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-img img {
  width: 100%;
  height: auto;
}
.contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #000;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: calc(16 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: calc(16 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    padding: 0;
    display: block;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-main-txt {
    font-size: calc(24 / 750 * 100vw);
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60.625vw;
  margin-top: -5vw;
  margin-bottom: 8.75vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    width: 970px;
    padding: 0 100px 0;
    margin-top: -80px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    padding: calc(0 / 1600 * 100vw) calc(100 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(100 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    padding: 0px 100px 0px 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    padding: calc(0 / 1280 * 100vw) calc(100 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(100 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    padding: calc(0 / 750 * 100vw) calc(100 / 750 * 100vw) calc(0 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    width: 75.78125vw;
    margin-top: -6.25vw;
    margin-bottom: 10.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    margin-top: -16.5333333333vw;
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    padding: calc(0 / 1600 * 100vw) calc(54 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(54 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    padding: 0px 54px 0px 54px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    padding: calc(0 / 1280 * 100vw) calc(54 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(54 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom {
    padding: calc(0 / 750 * 100vw) calc(54 / 750 * 100vw) calc(0 / 750 * 100vw) calc(54 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom-img {
    position: absolute;
    top: -11vw;
    right: 11vw;
    width: 15.3333333333vw;
    margin-bottom: 3.2vw;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom-img.is-visible {
    opacity: 1;
  }
  .contentContainer .glasses .glasses-wrapper[data-type=main] .glasses-bottom-img img {
    width: 100%;
    height: auto;
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=sub].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contentContainer .glasses .glasses-wrapper[data-type=sub] .swiper-wrapper {
  position: relative;
}
.contentContainer .glasses .glasses-wrapper[data-type=sub] .glasses-slider-nav {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 47.5vw;
  height: 35.875vw;
  z-index: 3;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .glasses-slider-nav {
    width: 760px;
    height: 574px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .glasses-slider-nav {
    width: 59.375vw;
    height: 44.84375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .glasses-slider-nav {
    width: 94.6666666667vw;
    height: 89.0666666667vw;
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=sub] .slide {
  display: block;
  width: 47.5vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide {
    width: 760px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide {
    width: 59.375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide {
    width: 94.6666666667vw;
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
  position: relative;
  background: url("../../assets/img/glasses-sub-bg.svg");
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47.5vw;
  height: 35.875vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    width: 760px;
    height: 574px;
    padding: 60px 40px 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    padding: calc(60 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    padding: 60px 40px 40px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    padding: calc(60 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    width: 59.375vw;
    height: 44.84375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    background: url("../../assets/img/glasses-sub-bg_sp.svg");
    background-size: cover;
    background-position: center;
    width: 94.6666666667vw;
    height: 89.0666666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    padding: calc(24 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    padding: 24px 40px 40px 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    padding: calc(24 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub {
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-img {
  display: block;
  text-align: center;
  width: 34.375vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-img {
    width: 550px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-img {
    width: 42.96875vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-img {
    width: 100%;
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-img img {
  width: 100%;
  height: auto;
}
.contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
  position: absolute;
  bottom: 2%;
  left: 4%;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #999999;
  text-align: left;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: calc(13 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: calc(13 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: calc(13 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    bottom: 10%;
    left: 5%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: calc(20 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: calc(20 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-sub-notes {
    font-size: calc(20 / 750 * 100vw);
  }
}
.contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -5vw;
  margin-right: -5vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-bottom {
    margin-top: -80px;
    margin-right: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-bottom {
    margin-top: -6.25vw;
    margin-right: -6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .glasses .glasses-wrapper[data-type=sub] .slide .glasses-bottom {
    margin-top: -8.5333333333vw;
    margin-right: 4.2666666667vw;
  }
}
.contentContainer .glasses-title[data-num="2"] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.contentContainer .glasses-title[data-num="2"].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contentContainer .information {
  background: #B7000C;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information {
    padding: 130px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information {
    padding: calc(130 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(130 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information {
    padding: 130px 0px 130px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information {
    padding: calc(130 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(130 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information {
    padding: calc(130 / 750 * 100vw) calc(0 / 750 * 100vw) calc(130 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information {
    padding: 10.15625vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information {
    padding: 12vw 15px;
  }
}
.contentContainer .information .c-head {
  width: 21.375vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information .c-head {
    width: 342px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information .c-head {
    width: 26.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information .c-head {
    width: 45.6vw;
  }
}
.contentContainer .information-wrapper {
  margin: 0 auto;
  width: 77.1428571429vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper {
    width: 1080px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper {
    width: 89.3333333333vw;
  }
}
.contentContainer .information-wrapper .information-content:nth-child(2) .sale-period-txt {
  padding-top: 1.25vw;
  padding-left: 60px;
  padding-right: 60px;
}
.contentContainer .information-wrapper .information-content:nth-child(2) .sale-period-txt .sale-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentContainer .information-wrapper .information-content:nth-child(2) .sale-period-txt strong {
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}
.contentContainer .information-wrapper .information-content:nth-child(2) .sale-period-txt p {
  line-height: 160%;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .information-content:nth-child(2) .sale-period-txt {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .information-content:nth-child(2) .sale-period-txt {
    padding-top: 1.5625vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .information-content:nth-child(2) .sale-period-txt {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .contentContainer .information-wrapper .information-content:nth-child(2) .sale-period-txt p {
    display: inline-block;
    line-height: 180%;
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .information-content:not(:last-child) {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .information-content:not(:last-child) {
    padding: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(60 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .information-content:not(:last-child) {
    padding: 0px 0px 60px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .information-content:not(:last-child) {
    padding: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(60 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .information-content:not(:last-child) {
    padding: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(60 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .information-wrapper .head-title {
  background: #000;
  font-family: "Noto Sans Japanese";
  color: #fff;
  font-weight: 500;
  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;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .head-title {
    font-size: 22px;
    padding: 6px 0;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .head-title {
    font-size: calc(22 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .head-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .head-title {
    font-size: calc(22 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .head-title {
    font-size: calc(22 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .head-title {
    padding: calc(6 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(6 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .head-title {
    padding: 6px 0px 6px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .head-title {
    padding: calc(6 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(6 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .head-title {
    padding: calc(6 / 750 * 100vw) calc(0 / 750 * 100vw) calc(6 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .head-title {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .head-title {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .head-title {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .head-title {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .head-title {
    font-size: calc(28 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .information-wrapper .head-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .head-title {
    font-size: calc(28 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .information-wrapper .head-title {
    font-size: calc(28 / 750 * 100vw);
  }
}
.contentContainer .information-wrapper .sale-period-txt-img {
  width: 12.125vw;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt-img {
    width: 194px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt-img {
    width: 15.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt-img {
    width: 25.8666666667vw;
  }
}
.contentContainer .information-wrapper .sale-period-txt[data-column="2"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentContainer .information-wrapper .sale-period-txt[data-column="2"] .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] .right {
    width: 100%;
  }
}
.contentContainer .information-wrapper .sale-period-txt[data-column="2"] .left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] .left {
    width: 100%;
  }
}
.contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
  font-family: jins_next_ttlight, Noto Sans JP, sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: calc(13 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: calc(13 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: calc(13 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
  font-family: jins_next_ttmedium, Noto Sans JP, sans-serif;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: calc(15 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: calc(15 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: calc(15 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: calc(26 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: calc(26 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt[data-column="2"] p strong {
    font-size: calc(26 / 750 * 100vw);
  }
}
.contentContainer .information-wrapper .sale-period-txt .sale-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #fff;
  font-family: jins_next_ttlight, Noto Sans JP, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: calc(16 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: calc(16 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    display: inline;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop:not(:last-child) {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop:not(:last-child) {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop:not(:last-child) {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .sale-shop:not(:last-child) {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .information-wrapper .sale-period-txt .box {
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: 16px;
    padding: 14px 20px 10px;
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: calc(16 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: calc(16 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    padding: calc(14 / 1600 * 100vw) calc(20 / 1600 * 100vw) calc(10 / 1600 * 100vw) calc(20 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    padding: 14px 20px 10px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    padding: calc(14 / 1280 * 100vw) calc(20 / 1280 * 100vw) calc(10 / 1280 * 100vw) calc(20 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    padding: calc(14 / 750 * 100vw) calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    margin: calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    margin: 0px 40px 0px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    margin: calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    margin: calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    padding: calc(19 / 1600 * 100vw) calc(20 / 1600 * 100vw) calc(14 / 1600 * 100vw) calc(20 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    padding: 19px 20px 14px 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    padding: calc(19 / 1280 * 100vw) calc(20 / 1280 * 100vw) calc(14 / 1280 * 100vw) calc(20 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    padding: calc(19 / 750 * 100vw) calc(20 / 750 * 100vw) calc(14 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(24 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    margin: 0px 0px 24px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(24 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .information-wrapper .sale-period-txt .box {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(24 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .game {
  background: #000;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game {
    padding: 130px 0 40px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game {
    padding: calc(130 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .game {
    padding: 130px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game {
    padding: calc(130 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game {
    padding: calc(130 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game {
    padding: 10.15625vw 0 3.125vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game {
    padding: calc(90 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(140 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .game {
    padding: 90px 0px 140px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game {
    padding: calc(90 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(140 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .game {
    padding: calc(90 / 750 * 100vw) calc(0 / 750 * 100vw) calc(140 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .game p.copyright {
  text-align: center;
  margin: 0;
}
.contentContainer .game .c-head {
  width: 7.75vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game .c-head {
    width: 124px;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game .c-head {
    width: 19.6vw;
  }
}
.contentContainer .game .c-head img {
  width: 100%;
  height: auto;
}
.contentContainer .game small {
  display: inline-block;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game small {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game small {
    font-size: calc(13 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .game small {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game small {
    font-size: calc(13 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game small {
    font-size: calc(13 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game small {
    font-size: calc(18 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .game small {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game small {
    font-size: calc(18 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .game small {
    font-size: calc(18 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game .game-wrapper {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.contentContainer .game-content {
  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;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game-content {
    margin: 0 0 120px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game-content {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(120 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .game-content {
    margin: 0px 0px 120px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game-content {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(120 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game-content {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(120 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game-content {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(120 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .game-content {
    margin: 0px 0px 120px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game-content {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(120 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .game-content {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(120 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .game-content .game-img {
  margin-right: 54px;
  width: 33.75vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game-content .game-img {
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game-content .game-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game-content .game-img {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .game-content .game-img {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game-content .game-img {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .game-content .game-img {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .game-content .game-img img {
  width: 100%;
  height: auto;
}
.contentContainer .game-content .game-txt {
  width: 33vw;
  color: #fff;
  font-family: "Noto Sans Japanese";
}
@media screen and (min-width: 1601px) {
  .contentContainer .game-content .game-txt {
    width: 528px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game-content .game-txt {
    width: 41.25vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game-content .game-txt {
    width: 100%;
  }
}
.contentContainer .game-content .game-txt-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game-content .game-txt-img-wrap {
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game-content .game-txt-img-wrap {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .game-content .game-txt-img-wrap {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game-content .game-txt-img-wrap {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game-content .game-txt-img-wrap {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game-content .game-txt-img-wrap {
    margin: 0;
  }
}
.contentContainer .game-content .game-txt-img {
  width: 18vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contentContainer .game-content .game-txt-img {
    width: 48vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game-content .game-txt-img {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .game-content .game-txt-img {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game-content .game-txt-img {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .game-content .game-txt-img {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.contentContainer .game-content .game-txt-img img {
  width: 100%;
  height: auto;
}
.contentContainer .game-content .game-txt p {
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game-content .game-txt p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game-content .game-txt p {
    font-size: calc(15 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .game-content .game-txt p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game-content .game-txt p {
    font-size: calc(15 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game-content .game-txt p {
    font-size: calc(15 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game-content .game-txt p {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .game-content .game-txt p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game-content .game-txt p {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .game-content .game-txt p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.contentContainer .game-btn {
  text-align: center;
}
.contentContainer .game-btn:hover {
  opacity: 0.7;
}
.contentContainer .game .hobonichi-wrapper {
  max-width: 33.75vw;
  margin: 0 auto 10.625vw;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game .hobonichi-wrapper {
    max-width: 540px;
    margin: 0 auto 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game .hobonichi-wrapper {
    max-width: 42.1875vw;
    margin: 0 auto 13.28125vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game .hobonichi-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}
.contentContainer .game .hobonichi-wrapper .game-btn {
  width: 22.1875vw;
  height: auto;
  margin-bottom: 2.5vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game .hobonichi-wrapper .game-btn {
    width: 355px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game .hobonichi-wrapper .game-btn {
    width: 27.734375vw;
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game .hobonichi-wrapper .game-btn {
    width: 59.3333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.contentContainer .game .hobonichi-wrapper .game-btn img {
  width: 100%;
  height: auto;
}
.contentContainer .game .hobonichi-wrapper p {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 1601px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: calc(15 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: calc(15 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: calc(15 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer .game .hobonichi-wrapper p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.contentContainer #page-top {
  position: fixed;
  right: 40px;
  bottom: 100px;
  display: inline-block;
  text-align: center;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .contentContainer #page-top {
    right: initial;
    left: 10px;
    bottom: 10px;
  }
}
.contentContainer #page-top.visible {
  opacity: 1;
  visibility: visible;
}
.contentContainer #page-top .arrow {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contentContainer #page-top .arrow {
    width: 5.8666666667vw;
    height: auto;
    margin: 0 auto;
  }
  .contentContainer #page-top .arrow img {
    width: 100%;
    height: auto;
  }
}
.contentContainer #page-top.absolute {
  position: absolute;
}
.contentContainer #page-top p {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
  margin-bottom: 0;
}
@media screen and (min-width: 1601px) {
  .contentContainer #page-top p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer #page-top p {
    font-size: calc(15 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .contentContainer #page-top p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer #page-top p {
    font-size: calc(15 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer #page-top p {
    font-size: calc(15 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .contentContainer #page-top p {
    font-size: calc(23 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .contentContainer #page-top p {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .contentContainer #page-top p {
    font-size: calc(23 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentContainer #page-top p {
    font-size: calc(23 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contentContainer #page-top .jeff {
    width: 12.6666666667vw;
    height: auto;
    margin: 0 auto;
  }
  .contentContainer #page-top .jeff img {
    width: 100%;
    height: auto;
  }
}

.lead-information {
  background: url("../../assets/img/lead-information-bg.svg");
  background-size: cover;
  background-position: center;
  width: 47.5vw;
  height: 20.625vw;
  margin: 0 auto 25vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 1601px) {
  .lead-information {
    width: 760px;
    height: 330px;
    margin: 0 auto 400px;
    padding: 40px 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .lead-information {
    padding: calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(40 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .lead-information {
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-information {
    padding: calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lead-information {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-information {
    width: 59.375vw;
    height: 25.78125vw;
    margin: 0 auto 31.25vw;
  }
}
.lead-information.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lead-information .lead-information-title {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #e50012;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .lead-information .lead-information-title {
    font-size: 24px;
    margin: 0 0 32px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .lead-information .lead-information-title {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .lead-information .lead-information-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-information .lead-information-title {
    font-size: calc(24 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lead-information .lead-information-title {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .lead-information .lead-information-title {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(32 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .lead-information .lead-information-title {
    margin: 0px 0px 32px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-information .lead-information-title {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(32 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lead-information .lead-information-title {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(32 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.lead-information .lead-information-text {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .lead-information .lead-information-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .lead-information .lead-information-text {
    font-size: calc(20 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .lead-information .lead-information-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-information .lead-information-text {
    font-size: calc(20 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lead-information .lead-information-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
.lead-information .lead-information-period-text {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .lead-information .lead-information-period-text {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .lead-information .lead-information-period-text {
    font-size: calc(26 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .lead-information .lead-information-period-text {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-information .lead-information-period-text {
    font-size: calc(26 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lead-information .lead-information-period-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

@keyframes charFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lead-about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  max-width: 62.5vw;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  .lead-about-wrapper {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-about-wrapper {
    max-width: 78.125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead-about-wrapper {
    max-width: 100%;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "box" "image";
    gap: 2.6666666667vw;
  }
  .lead-about-wrapper .lead-about-txt {
    grid-area: text;
  }
  .lead-about-wrapper .lead-about-box {
    grid-area: box;
  }
  .lead-about-wrapper .lead-about-img {
    grid-area: image;
  }
}
.lead-about-box {
  position: absolute;
  left: 0;
}
.lead-about-img {
  margin: 0;
  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;
  width: 7.3125vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .lead-about-img {
    width: 117px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-about-img {
    width: 9.140625vw;
  }
}
.lead-about-img img {
  max-width: 100%;
  height: auto;
}
.lead-about-name {
  width: 6.5625vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .lead-about-name {
    margin: 0 0 24px 0;
    width: 105px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .lead-about-name {
    margin: calc(0 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(24 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .lead-about-name {
    margin: 0px 0px 24px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-about-name {
    margin: calc(0 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(24 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lead-about-name {
    margin: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(24 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-about-name {
    width: 8.203125vw;
  }
}
.lead-about-txt {
  position: absolute;
  right: 0;
  max-width: 25.3125vw;
}
@media screen and (min-width: 1601px) {
  .lead-about-txt {
    max-width: 405px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-about-txt {
    max-width: 31.640625vw;
  }
}
.lead-about-txt p {
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 1601px) {
  .lead-about-txt p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .lead-about-txt p {
    font-size: calc(16 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .lead-about-txt p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-about-txt p {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lead-about-txt p {
    font-size: calc(16 / 750 * 100vw);
  }
}
.lead-about-arrow {
  text-align: center;
  margin: 5vw auto 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 1601px) {
  .lead-about-arrow {
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-about-arrow {
    margin: 6.25vw auto 0;
  }
}
.lead-about-arrow.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lead-about-arrow.is-visible img {
  -webkit-animation: floatingArrow 1.5s ease-in-out infinite;
          animation: floatingArrow 1.5s ease-in-out infinite;
}

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

@keyframes floatingArrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.glasses-slider {
  position: relative;
}
.glasses-slider .swiper-slide {
  z-index: 2;
}
.glasses-slider .swiper-slide-active .dialogue-container.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.glasses-slider .swiper-slide-active .dialogue-box.visible {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.glasses-slider .glasses-slider-prev,
.glasses-slider .glasses-slider-next {
  width: 1.375vw;
  height: 2.75vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  background: url("../../assets/img/slider-arrow.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1601px) {
  .glasses-slider .glasses-slider-prev,
  .glasses-slider .glasses-slider-next {
    width: 22px;
    height: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-slider .glasses-slider-prev,
  .glasses-slider .glasses-slider-next {
    width: 1.71875vw;
    height: 3.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-slider .glasses-slider-prev,
  .glasses-slider .glasses-slider-next {
    width: 4vw;
    height: 7.3333333333vw;
  }
}
.glasses-slider .glasses-slider-prev {
  left: 2.5vw;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 1601px) {
  .glasses-slider .glasses-slider-prev {
    left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-slider .glasses-slider-prev {
    left: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-slider .glasses-slider-prev {
    left: 3.7333333333vw;
  }
}
.glasses-slider .glasses-slider-next {
  right: 2.5vw;
}
@media screen and (min-width: 1601px) {
  .glasses-slider .glasses-slider-next {
    right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-slider .glasses-slider-next {
    right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-slider .glasses-slider-next {
    right: 3.7333333333vw;
  }
}

.dialogue-container.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.dialogue-container.is-visible .char {
  opacity: 1 !important;
}
.dialogue-container .dialogue-box.visible {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.glasses-wrapper[data-type=sub] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.glasses-wrapper[data-type=sub].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.glasses-wrapper[data-type=sub] .dialogue-container[data-num="5"] {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
}
.glasses-wrapper[data-type=sub] .dialogue-container[data-num="5"].is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
}
.glasses-wrapper[data-type=sub] .dialogue-container[data-num="5"].is-visible .char {
  opacity: 1 !important;
}
.glasses-wrapper[data-type=sub] .dialogue-container[data-num="5"]:not(.is-visible) {
  opacity: 0 !important;
  visibility: hidden !important;
}

.glasses-title[data-num="2"] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.glasses-title[data-num="2"].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.glasses-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.glasses-popup.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.glasses-popup.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.glasses-popup .glasses-popup-slider {
  margin-bottom: 2vw;
}
@media screen and (min-width: 1601px) {
  .glasses-popup .glasses-popup-slider {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup .glasses-popup-slider {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup .glasses-popup-slider {
    padding: 0;
    margin: 0;
  }
}
.glasses-popup-bar {
  background: #e50012;
  width: auto;
  height: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-bar {
    height: 60px;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .glasses-popup-bar {
    padding: calc(10 / 1600 * 100vw) calc(30 / 1600 * 100vw) calc(10 / 1600 * 100vw) calc(30 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .glasses-popup-bar {
    padding: 10px 30px 10px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-bar {
    padding: calc(10 / 1280 * 100vw) calc(30 / 1280 * 100vw) calc(10 / 1280 * 100vw) calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-bar {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw) calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-bar {
    height: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-bar {
    height: 9.3333333333vw;
  }
}
.glasses-popup-bar-title {
  width: 14.1875vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-bar-title {
    width: 227px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-bar-title {
    width: 17.734375vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-bar-title {
    width: 42.2666666667vw;
  }
}
.glasses-popup-bar-title img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.glasses-popup-bar-close button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-bar-close button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .glasses-popup-bar-close button {
    font-size: calc(18 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .glasses-popup-bar-close button {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-bar-close button {
    font-size: calc(18 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-bar-close button {
    font-size: calc(18 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .glasses-popup-bar-close button {
    font-size: calc(22 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .glasses-popup-bar-close button {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-bar-close button {
    font-size: calc(22 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .glasses-popup-bar-close button {
    font-size: calc(22 / 750 * 100vw);
  }
}
.glasses-popup-bar-close button span {
  display: inline-block;
  width: 1.6875vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-bar-close button span {
    width: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-bar-close button span {
    width: 2.109375vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-bar-close button span {
    width: 4.8vw;
    vertical-align: bottom;
  }
}
.glasses-popup-bar-close button span img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.glasses-popup .glasses-popup-inner {
  text-align: center;
  padding: 3.375vw 0 3.375vw;
}
@media screen and (min-width: 1601px) {
  .glasses-popup .glasses-popup-inner {
    padding: 54px 0 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup .glasses-popup-inner {
    padding: 4.21875vw 0 4.21875vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup .glasses-popup-inner {
    padding: 4.2666666667vw 0 7.2vw;
  }
}
.glasses-popup .glasses-popup-img {
  width: 43.75vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  .glasses-popup .glasses-popup-img {
    width: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup .glasses-popup-img {
    width: 54.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup .glasses-popup-img {
    width: 80vw;
  }
}
.glasses-popup .glasses-popup-img img {
  width: 100%;
  height: auto;
}
.glasses-popup .glasses-popup-buy-btn {
  display: inline-block;
  text-align: center;
  width: 10.1875vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1601px) {
  .glasses-popup .glasses-popup-buy-btn {
    width: 163px;
  }
}
.glasses-popup .glasses-popup-buy-btn:hover {
  opacity: 0.7;
}
.glasses-popup .glasses-popup-buy-btn:active {
  opacity: 0.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup .glasses-popup-buy-btn {
    width: 12.734375vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup .glasses-popup-buy-btn {
    width: 31.2vw;
  }
}
.glasses-popup .glasses-popup-buy-btn img {
  width: 100%;
  height: auto;
}
.glasses-popup .glasses-popup-head {
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .glasses-popup .glasses-popup-head {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .glasses-popup .glasses-popup-head {
    font-size: calc(22 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .glasses-popup .glasses-popup-head {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup .glasses-popup-head {
    font-size: calc(22 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup .glasses-popup-head {
    font-size: calc(22 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup .glasses-popup-head {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .glasses-popup .glasses-popup-head {
    font-size: calc(28 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .glasses-popup .glasses-popup-head {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup .glasses-popup-head {
    font-size: calc(28 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .glasses-popup .glasses-popup-head {
    font-size: calc(28 / 750 * 100vw);
  }
}
.glasses-popup-content {
  background: #fafafa;
  width: 56.25vw;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-content {
    width: 900px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-content {
    width: 70.3125vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-content {
    width: 93.3333333333vw;
    height: auto;
    padding-bottom: 0;
  }
}
.is-visible .glasses-popup-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.glasses-popup-close {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-close {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-close {
    top: 1.5625vw;
    right: 1.5625vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
.glasses-popup-close::before, .glasses-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}
.glasses-popup-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.glasses-popup-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.glasses-popup-inner {
  color: #000;
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .glasses-popup-inner {
    padding: calc(64 / 1600 * 100vw) calc(0 / 1600 * 100vw) calc(64 / 1600 * 100vw) calc(0 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .glasses-popup-inner {
    padding: 64px 0px 64px 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-inner {
    padding: calc(64 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(64 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .glasses-popup-inner {
    padding: calc(64 / 750 * 100vw) calc(0 / 750 * 100vw) calc(64 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.glasses-popup-notes {
  position: absolute;
  bottom: 0;
  left: 10vw;
  color: #999999;
  line-height: 1.6;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .glasses-popup-notes {
    font-size: calc(14 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .glasses-popup-notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-notes {
    font-size: calc(14 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-notes {
    font-size: calc(14 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-notes {
    position: initial;
    left: initial;
    margin-bottom: 16px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .glasses-popup-notes {
    font-size: calc(22 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .glasses-popup-notes {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-notes {
    font-size: calc(22 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .glasses-popup-notes {
    font-size: calc(22 / 750 * 100vw);
  }
}
.glasses-popup-slider {
  position: relative;
}
.glasses-popup-slider .glasses-popup-slider-prev,
.glasses-popup-slider .glasses-popup-slider-next {
  width: 1.875vw;
  height: 3.4375vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  background: url("../../assets/img/slider-arrow.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-slider .glasses-popup-slider-prev,
  .glasses-popup-slider .glasses-popup-slider-next {
    width: 30px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-slider .glasses-popup-slider-prev,
  .glasses-popup-slider .glasses-popup-slider-next {
    width: 2.34375vw;
    height: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-slider .glasses-popup-slider-prev,
  .glasses-popup-slider .glasses-popup-slider-next {
    width: 4vw;
    height: 7.3333333333vw;
  }
}
.glasses-popup-slider .glasses-popup-slider-prev {
  left: 2vw;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 1601px) {
  .glasses-popup-slider .glasses-popup-slider-prev {
    left: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-slider .glasses-popup-slider-prev {
    left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-slider .glasses-popup-slider-prev {
    left: 3.7333333333vw;
  }
}
.glasses-popup-slider .glasses-popup-slider-next {
  right: 2vw;
}
@media screen and (min-width: 1601px) {
  .glasses-popup-slider .glasses-popup-slider-next {
    right: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glasses-popup-slider .glasses-popup-slider-next {
    right: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .glasses-popup-slider .glasses-popup-slider-next {
    right: 3.7333333333vw;
  }
}

.lead-about-img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.lead-about-img.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lead-about-txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.lead-about-txt.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dialogue-content {
  position: relative;
}

.dialogue-links {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-top: 1em;
}
.dialogue-links.is-visible {
  opacity: 1;
  visibility: visible;
}
.dialogue-links a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 1.5rem;
  display: inline-block;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .dialogue-links a {
    padding-left: 1rem;
  }
}
.dialogue-links a span {
  padding: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.dialogue-links a span:hover {
  background: #6534c5;
}
.dialogue-links a::before {
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1601px) {
  .dialogue-links a::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .dialogue-links a::before {
    font-size: calc(16 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1601px) {
  .dialogue-links a::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dialogue-links a::before {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .dialogue-links a::before {
    font-size: calc(16 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1600px) {
  .dialogue-links a::before {
    font-size: calc(20 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) and (min-width: 1601px) {
  .dialogue-links a::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .dialogue-links a::before {
    font-size: calc(20 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dialogue-links a::before {
    font-size: calc(20 / 750 * 100vw);
  }
}
.dialogue-links a:hover::before {
  opacity: 1;
  -webkit-animation: opacityAnimation 0.5s infinite alternate;
          animation: opacityAnimation 0.5s infinite alternate;
}

html {
  scroll-behavior: smooth;
}
@supports not (scroll-behavior: smooth) {
  html {
    scroll-behavior: auto;
  }
}