@import url("https://fonts.googleapis.com/css2?family=Lato&family=Shippori+Mincho:wght@500&display=swap");
.lato {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.page {
  position: relative;
  letter-spacing: 0.04em;
}
.page.active {
  overflow: hidden;
}

.method-bnr {
  position: fixed;
  left: 0;
  height: 40.3vw;
  top: 0;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .method-bnr {
    width: 100%;
    height: 70px;
    top: auto;
    bottom: -2px;
    z-index: 110;
    display: block;
  }
}
.method-bnr a {
  display: block;
  width: 300px;
  height: 160px;
  padding-top: 45px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
  background-image: url(../images/scroll_btn_pc.png);
  background-repeat: no-repeat;
  background-position: bottom 25px center;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .method-bnr a {
    width: 100%;
    height: 70px;
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
    background-image: url(../images/scroll_btn_sp.png);
    background-repeat: no-repeat;
    background-size: 34px 15px;
    background-position: bottom 10px center;
    position: relative;
  }
}
.method-bnr a .method-bnr-txt {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .method-bnr a .method-bnr-txt {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.method-bnr .bnr-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../images/scroll_close_btn_pc.png) no-repeat;
  width: 15px;
  height: 16px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .method-bnr .bnr-close {
    top: 10px;
    right: 10px;
    background: url(../images/scroll_close_btn_sp.png) no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 16px;
  }
}
@media print, screen and (min-width: 751px) {
  .method-bnr > a:hover {
    opacity: 1;
  }
}
.method-bnr.hidden {
  opacity: 0;
  visibility: hidden;
}

.main-wrapper {
  background: url(../images/mv_bg_pc.png) no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 37.9vw;
}
@media screen and (max-width: 750px) {
  .main-wrapper {
    background: url(../images/mv_bg_sp.png) no-repeat;
    background-size: contain;
    padding-top: 57.8666666667vw;
  }
}

.nav-wrapper {
  position: absolute;
  width: 170px;
  margin-top: 25.2vw;
  right: 43px;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .nav-wrapper {
    width: 20px;
    right: 17px;
    margin-top: 79.6vw;
  }
}
.nav-wrapper .nav-inner {
  padding-top: 20.4vw;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  text-align: right;
  color: #3f4950;
}
.nav-wrapper .nav-inner li {
  position: relative;
  margin-bottom: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .nav-wrapper .nav-inner li {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.nav-wrapper .nav-inner li a {
  display: block;
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .nav-wrapper .nav-inner li a {
    height: 11px;
  }
}
.nav-wrapper .nav-inner li a::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: #a7a7a7 solid 1px;
  background: #fff;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .nav-wrapper .nav-inner li a::after {
    width: 7px;
    height: 7px;
  }
}
.nav-wrapper .nav-inner li a.is-current::after {
  content: "";
  width: 17px;
  height: 17px;
  border: #fff solid 1px;
  background-color: #cacbce;
  right: -3px;
}
@media screen and (max-width: 750px) {
  .nav-wrapper .nav-inner li a.is-current::after {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 750px) {
  .nav-wrapper .nav-inner li a span {
    display: none;
  }
}
.nav-wrapper.nav_fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-wrapper.nav_fixed .nav-inner {
  padding-top: 0;
}

.product-mv {
  background: none;
  position: relative;
}
.product-mv-content {
  position: relative;
}
.product-mv-content__pic {
  width: 40.8vw;
  margin: 0 auto;
  padding-top: 2vw;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic {
    width: 82.8vw;
    padding-top: 5.3333333333vw;
  }
}
.product-mv-content__description {
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 40px auto 0;
}
@media screen and (max-width: 1390px) {
  .product-mv-content__description {
    font-size: 1.25rem;
    line-height: 1;
    margin: 20px auto 0;
  }
}
.product-mv-content__description .txt {
  display: inline-block;
  margin: 22px auto 0;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 1390px) {
  .product-mv-content__description .txt {
    margin: 11px auto 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.lp-header-btn {
  position: absolute;
  top: 98px;
  right: 0;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-align: center;
  padding-top: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .lp-header-btn {
    top: 45px;
    width: 45px;
    height: 45px;
    padding-top: 10px;
  }
  .lp-header-btn img {
    width: 23px;
    height: auto;
  }
}
.lp-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f7f9;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}
.lp-header-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.lp-header-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 34px;
  height: 34px;
  z-index: 111;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .lp-header-close {
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

.lp-shop {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1280px;
  width: 90%;
  padding: 200px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .lp-shop {
    width: 100%;
    padding: 80px 30px;
  }
}
.lp-shop-ttl {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .lp-shop-ttl {
    font-size: 1.125rem;
    line-height: 1;
    margin-left: 0;
  }
}
.lp-shop-ttl.mgt120 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .lp-shop-ttl.mgt120 {
    margin-top: 80px;
  }
}
.lp-shop__list {
  width: 100%;
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px 0 0;
}
@media screen and (max-width: 750px) {
  .lp-shop__list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    padding: 0 40px;
    margin: 22px 0 0;
  }
}
.lp-shop__list li {
  font-size: 1.25rem;
  line-height: 1;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: #a7a7a7 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .lp-shop__list li {
    font-size: 0.875rem;
    line-height: 1;
    padding: 20px 0;
    margin-bottom: 5px;
  }
}
.lp-shop__txt {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-shop__txt {
    font-size: 0.5625rem;
    line-height: 1;
    margin-top: 20px;
    text-align: left;
  }
}
.lp-shop__btn-wrapper {
  width: 100%;
  margin: 80px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-shop__btn-wrapper__btn {
  display: block;
}
.lp-shop-wrapper {
  width: 100%;
  background: #f6f7f9;
}
.lp-shop-wrapper .lp-shop {
  display: block;
  margin: 0 auto;
}

.about-wrapper {
  padding: 100px 40px 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .about-wrapper {
    padding: 30px 20px 71px;
  }
}
.about-wrapper .about-inner {
  width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .about-wrapper .about-inner {
    display: block;
  }
}
.about-wrapper .about-left {
  max-width: 570px;
  width: 49.1379310345%;
  margin-right: 5.1724137931%;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media screen and (max-width: 1390px) {
  .about-wrapper .about-left {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 750px) {
  .about-wrapper .about-left {
    max-width: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.about-wrapper .about-left .about-pic {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about-wrapper .about-left .about-pic {
    width: 56%;
  }
}
.about-wrapper .about-left .about-txt {
  max-width: 570px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .about-wrapper .about-left .about-txt {
    max-width: none;
  }
}
@media screen and (max-width: 750px) {
  .about-wrapper .about-right .about-pic {
    margin-top: 40px;
  }
}

.component-wrapper {
  padding: 40px 0 0;
}
@media screen and (max-width: 750px) {
  .component-wrapper {
    padding: 40px 0 0;
  }
}
.component-wrapper .component__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
  margin-bottom: 30px;
}
.component-wrapper .component__text-wrapper {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__text-wrapper {
    max-width: none;
    margin: 0 auto;
  }
}
.component-wrapper .component__text-wrapper.bottom {
  max-width: 690px;
  margin-top: -42px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.component-wrapper .component__text-t2 {
  font-size: 1rem;
  line-height: 1.75;
  margin: 30px auto 20px;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__text-t2 {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    text-align: center;
  }
}
.component-wrapper .component__ttl {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  margin-left: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__ttl {
    display: block;
    margin-left: 0;
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}
.component-wrapper .component__ttl .small {
  font-size: 1.75rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__ttl .small {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.component-wrapper .component__ttl.bottom {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__ttl.bottom {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.component-wrapper .component__ttl .super {
  font-size: 1rem;
  line-height: 2;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__ttl .super {
    font-size: 1rem;
    line-height: 1;
  }
}
.component-wrapper .notice {
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .component-wrapper .notice {
    font-size: 0.625rem;
    line-height: 1;
    text-align: right;
    margin-right: 20px;
  }
}
.component-wrapper .component__list {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
}
.component-wrapper .component__list-ttl {
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 40px;
  font-weight: 300;
}
@media screen and (max-width: 1390px) {
  .component-wrapper .component__list-ttl {
    font-size: 1.875rem;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list-ttl {
    margin-top: 0;
  }
}
.component-wrapper .component__list-txt-small {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 10px;
}
.component-wrapper .component__list-txt {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 55px;
}
@media screen and (max-width: 1390px) {
  .component-wrapper .component__list-txt {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.component-wrapper .component__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li {
    display: block;
  }
}
.component-wrapper .component__list li.component01 {
  padding: 220px 40px 158px;
  background: url(../images/lineup_num01_bg_pc.png) no-repeat;
  background-position: top center;
  margin: -193px 0 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component01 {
    padding: 30px 20px 60px;
    margin: 0;
    background: url(../images/lineup_num01_bg_sp.png) no-repeat;
    background-position: top 160px center;
    background-size: 100% auto;
  }
}
.component-wrapper .component__list li.component01 .component__list-left {
  max-width: 420px;
  width: 36.2068965517%;
  margin-right: 6.25%;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component01 .component__list-left {
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component01 .component__list-pic {
    text-align: center;
  }
  .component-wrapper .component__list li.component01 .component__list-pic img {
    width: 92.5373134328%;
  }
}
.component-wrapper .component__list li.component02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 132px 40px 282px;
  background: url(../images/lineup_num02_bg_pc.png) no-repeat;
  background-position: top center;
  margin: -290px 0 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component02 {
    padding: 30px 20px 60px;
    margin: 0;
    background: url(../images/lineup_num02_bg_sp.png) no-repeat;
    background-position: top 160px center;
    background-size: 100% auto;
  }
}
.component-wrapper .component__list li.component02 .component__list-left {
  max-width: 440px;
  width: 37.9310344828%;
  margin-left: 6.25%;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component02 .component__list-left {
    max-width: none;
    width: 100%;
    text-align: right;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component02 .component__list-pic {
    text-align: center;
  }
  .component-wrapper .component__list li.component02 .component__list-pic img {
    width: 71.6417910448%;
  }
}
.component-wrapper .component__list li.component03 {
  padding: 151px 40px 287px;
  background: url(../images/lineup_num03_bg_pc.png) no-repeat;
  background-position: top center;
  margin: -433px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component03 {
    padding: 30px 20px 60px;
    margin: 0;
    background: url(../images/lineup_num03_bg_sp.png) no-repeat;
    background-position: top 160px center;
    background-size: 100% auto;
  }
}
.component-wrapper .component__list li.component03 .component__list-left {
  max-width: 480px;
  width: 41.3793103448%;
  margin-right: 6.25%;
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component03 .component__list-left {
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .component-wrapper .component__list li.component03 .component__list-pic {
    text-align: center;
  }
  .component-wrapper .component__list li.component03 .component__list-pic img {
    width: 71.6417910448%;
  }
}

section#lineup {
  padding-top: 40px;
  margin-top: -40px;
}

.lineup__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
  margin-bottom: 30px;
}
.lineup__text-wrapper {
  width: 100%;
  max-width: 690px;
  margin-top: -42px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .lineup__text-wrapper {
    max-width: none;
    margin: 0 auto;
  }
}
.lineup__text-wrapper .notice {
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .lineup__text-wrapper .notice {
    font-size: 0.625rem;
    line-height: 1;
    text-align: right;
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .lineup__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.lineup__text-t2 {
  font-size: 1rem;
  line-height: 1.75;
  margin: 30px auto 20px;
}
@media screen and (max-width: 750px) {
  .lineup__text-t2 {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    text-align: center;
  }
}

.lineup__ttl {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  margin-left: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lineup__ttl {
    display: block;
    margin-left: 0;
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}
.lineup__ttl .small {
  font-size: 1.75rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 750px) {
  .lineup__ttl .small {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.lineup__ttl.bottom {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lineup__ttl.bottom {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.lineup__ttl .super {
  font-size: 1rem;
  line-height: 2;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .lineup__ttl .super {
    font-size: 1rem;
    line-height: 1;
  }
}

.lineup-wrapper {
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .lineup-wrapper {
    padding-bottom: 70px;
  }
}

.lineup-inner {
  padding: 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .lineup-inner {
    padding: 0;
  }
}
.lineup-inner::after {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/lineup_next_pc.png) no-repeat;
  background-position: top center;
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .lineup-inner::after {
    content: "";
    width: 100%;
    height: 50px;
    background: url(../images/lineup_next_sp.png) no-repeat;
    background-position: top center;
    background-size: 120px 50px;
    position: absolute;
    bottom: -25px;
  }
}
.lineup-inner:last-child::after {
  content: none;
}
.lineup-inner .lineup-contents {
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents {
    width: 100%;
    display: block;
    padding: 50px 0;
  }
}
.lineup-inner .lineup-contents .lineup-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-left {
    width: 100%;
  }
}
.lineup-inner .lineup-contents .lineup-left-mv {
  width: 36.724137931%;
  margin-right: 27px;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-left-mv {
    width: 40.5333333333%;
    padding: 0;
    margin-right: 15px;
  }
}
.lineup-inner .lineup-contents .lineup-left-text-wrapper {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-left-text-wrapper {
    padding-right: 0;
  }
}
.lineup-inner .lineup-contents .lineup-left-ttl {
  font-size: 1.375rem;
  line-height: 1.2727272727;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-left-ttl {
    font-size: 1rem;
    line-height: 1.375;
  }
}
.lineup-inner .lineup-contents .lineup-left-txt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-left-txt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.lineup-inner .lineup-contents .lineup-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-right {
    display: block;
    width: 100%;
    padding: 30px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lineup-inner .lineup-contents .lineup-right-ttl {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-right-ttl {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }
}
.lineup-inner .lineup-contents .lineup-right-txt-wrapper {
  width: 58.6206896552%;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-right-txt-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.lineup-inner .lineup-contents .lineup-right-txt {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-right-txt {
    font-size: 0.75rem;
    line-height: 2.1666666667;
  }
}
.lineup-inner .lineup-contents .lineup-right-txt.bold {
  font-weight: bold;
}
.lineup-inner .lineup-contents .lineup-right-txt .notice {
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-right-txt .notice {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}
.lineup-inner .lineup-contents .lineup-right-txt .notice.none {
  display: inline;
}
.lineup-inner .lineup-contents .lineup-right-txt:last-child {
  border-top: #eef6f5 dotted 1px;
  margin-top: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .lineup-inner .lineup-contents .lineup-right-txt:last-child {
    margin-top: 5px;
    padding-top: 5px;
  }
}
.lineup-inner.lineup01 {
  background: #b4dad4;
}
@media screen and (max-width: 750px) {
  .lineup-inner.lineup01 .lineup-left-mv {
    margin-left: 15px;
  }
  .lineup-inner.lineup01 .lineup-left-mv img {
    width: 66.8874172185%;
  }
}
.lineup-inner.lineup01 .lineup-right-pic {
  margin-left: 8.6206896552%;
}
@media screen and (max-width: 750px) {
  .lineup-inner.lineup01 .lineup-right-pic {
    margin-left: 0%;
    text-align: center;
  }
  .lineup-inner.lineup01 .lineup-right-pic img {
    width: 37.9104477612%;
  }
}
.lineup-inner.lineup02 {
  background: #f6bdae;
}
@media screen and (max-width: 750px) {
  .lineup-inner.lineup02 .lineup-left-mv img {
    width: 100.6622516556%;
  }
}
.lineup-inner.lineup02 .lineup-right-pic {
  margin-left: 7.7586206897%;
}
@media screen and (max-width: 750px) {
  .lineup-inner.lineup02 .lineup-right-pic {
    margin-left: 0%;
    text-align: center;
  }
  .lineup-inner.lineup02 .lineup-right-pic img {
    width: 35.8208955224%;
  }
}
.lineup-inner.lineup03 {
  background: #e5dfc1;
}
@media screen and (max-width: 750px) {
  .lineup-inner.lineup03 .lineup-left-mv img {
    width: 100.6622516556%;
  }
}
.lineup-inner.lineup03 .lineup-left-text-wrapper {
  position: relative;
}
.lineup-inner.lineup03 .lineup-left-text-wrapper::after {
  content: "";
  width: 131px;
  height: 122px;
  background: url(../images/lineup_num03_pic02_pc.png) no-repeat;
  background-position: top center;
  position: absolute;
  bottom: -76px;
  right: -20px;
}
@media screen and (max-width: 750px) {
  .lineup-inner.lineup03 .lineup-left-text-wrapper::after {
    width: 104px;
    height: 99px;
    background: url(../images/lineup_num03_pic02_sp.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: absolute;
    bottom: -76px;
    right: -40px;
  }
}
.lineup-inner.lineup03 .lineup-right-pic {
  margin-left: 7.7586206897%;
}
@media screen and (max-width: 750px) {
  .lineup-inner.lineup03 .lineup-right-pic {
    margin-left: 0%;
    text-align: center;
  }
  .lineup-inner.lineup03 .lineup-right-pic img {
    width: 32.8358208955%;
  }
}

.method-wrapper {
  padding: 40px 40px 140px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .method-wrapper {
    padding: 40px 20px 140px;
  }
}
.method-wrapper .method-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method-inner {
    padding: 0;
  }
}
.method-wrapper .method-ttl {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method-ttl {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.method-wrapper .method-txt {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method-txt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.method-wrapper .method-txt-notice {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method-txt-notice {
    font-size: 0.625rem;
    line-height: 1;
  }
}
.method-wrapper .method__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0 7.6923076923%;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method__list {
    display: block;
  }
}
.method-wrapper .method__list li {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method__list li {
    margin-bottom: 40px;
  }
}
.method-wrapper .method__list li .method__list-movie {
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method__list li .method__list-movie {
    margin-bottom: 20px;
  }
}
.method-wrapper .method__list li .method__list-txt {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method__list li .method__list-txt {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.method-wrapper .method-botom-txt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .method-wrapper .method-botom-txt {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
}

.product-content__description-list {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  margin-left: 53px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  .product-content__description-list {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    margin-left: 0;
  }
}

.product-content__ttl--mask3d-point {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  .product-content__ttl--mask3d-point {
    margin-top: 70px;
  }
}

.product-content__ttl--mask3d-use {
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  .product-content__ttl--mask3d-use {
    margin-top: 40px;
  }
}

.point-content {
  margin-top: 75px;
  padding: 0 75px;
}
@media screen and (max-width: 750px) {
  .point-content {
    margin-top: 28px;
    padding: 0;
  }
}
.point-content.point-content--mask3d-topics {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .point-content.point-content--mask3d-topics {
    margin-top: 55px;
    padding: 0;
  }
}
.point-content__description.point1 {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .point-content__description.point1 {
    margin-bottom: 25px;
  }
}
.point-content.last {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .point-content.last {
    margin-top: 27px;
    margin-bottom: 37px;
  }
}
.point-content__pic {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .point-content__pic {
    margin: 30px auto 0;
    width: 96.9696969697%;
  }
}
@media screen and (max-width: 750px) {
  .point-content__pic.point2 {
    width: 73.9393939394%;
  }
}
.point-content__pic.point3 {
  margin-top: 66px;
}
@media screen and (max-width: 750px) {
  .point-content__pic.point3 {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.point-content__pic.point4 {
  margin-top: 66px;
}
@media screen and (max-width: 750px) {
  .point-content__pic.point4 {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.point-content__pic.use {
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .point-content__pic.use {
    width: 97.2727272727%;
    margin-top: 22px;
    margin-bottom: 0;
  }
}
.point-content__notice {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .point-content__notice {
    margin-top: 10px;
    text-indent: 0;
  }
}

.bnr-wrapper {
  margin: 120px auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bnr-wrapper {
    width: 87.8787878788%;
    margin: 50px auto;
  }
}

.mfp-bg {
  background: #f6f7f9;
  opacity: 1;
}

.cmn-modal-wrapper .mfp-close {
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cmn-modal-wrapper .mfp-close {
    width: 18px;
    top: -40px;
  }
}
/*# sourceMappingURL=../../../_development/maps/x-fit/css/style.css.map */
