@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
ul {
  list-style: none;
}

html {
  font-size: 0.09765625vw;
}

a {
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.133333333vw;
  }
}
body, html {
  padding: 0px;
  margin: 0px;
  /*font-family: 'Zen Old Mincho', serif;*/
  font-family: YuMincho, serif;
  height: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
}

p, dl, dd, dt {
  margin: 0px;
}

ol, ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

figure {
  margin: 0px;
}

.main-header {
  background: #fff;
}
.main-header .inner {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.main-header .inner .logo {
  padding-top: 20rem;
}
.main-header .inner .logo img {
  width: 216rem;
  height: 57rem;
}
.main-header .inner .gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-top: 30rem;
  padding-bottom: 30rem;
}
.main-header .inner .gnav ul li {
  margin-left: 30rem;
}
.main-header .inner .gnav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14rem;
}

.btn-style1 {
  border: 1px solid #000;
  border-radius: 50rem;
  width: 154rem;
  text-align: center;
  padding: 10rem 0 10rem 0;
}

.section-mv {
  background: url(../img/common/bg_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-mv .inner {
  padding-top: 260rem;
  padding-bottom: 260rem;
  text-align: center;
}
.section-mv .inner h1 {
  text-align: center;
  font-size: 45rem;
}
.section-mv .inner h1 span {
  background: #fff;
  display: inline-block;
  color: #886617;
  margin-bottom: 20rem;
  padding: 10rem 20rem 10rem 20rem;
  font-weight: 600;
  font-feature-settings: "palt";
}
.section-mv .inner h1 span:last-child {
  margin-bottom: 0px;
}
.section-mv .inner .section-mv__cv {
  padding-top: 40rem;
}

.btn-style2 {
  background: linear-gradient(279deg, rgb(157, 117, 24) 0%, rgb(215, 158, 26) 100%);
  width: 369rem;
  padding: 20rem;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  font-size: 24rem;
  border-radius: 50rem;
}
.btn-style2:before {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 15rem;
  position: relative;
  top: -4rem;
}

.btn-style4 {
  background: linear-gradient(279deg, rgb(157, 117, 24) 0%, rgb(215, 158, 26) 100%);
  width: 269px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 50px;
  position: fixed;
  right: 10rem;
  bottom: 10rem;
  z-index: 600;
}
.btn-style4:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.section-type1 {
  background: url(../img/common/bg_japan1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100rem;
  padding-bottom: 100rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.section-type1 header {
  padding-bottom: 50rem;
}
.section-type1 header h2 {
  font-size: 38rem;
}
.section-type1 header .title-sub {
  font-size: 16rem;
}
.section-type1 .title-read {
  font-size: 28rem;
  padding-bottom: 30rem;
}
.section-type1 .text-read {
  font-size: 16rem;
  font-weight: normal;
  line-height: 28rem;
  padding-bottom: 20rem;
}
.section-type1 .text-read__bottom {
  font-size: 24rem;
  line-height: 40rem;
  color: #9d7518;
}

.section-type2 {
  background: #01041f;
  color: #fff;
  height: 580rem;
  font-family: "Zen Old Mincho", serif;
}
.section-type2 .inner {
  padding-top: 100rem;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type2 .inner header {
  text-align: center;
  padding-bottom: 50rem;
  position: relative;
}
.section-type2 .inner header:before {
  content: "";
  width: 400rem;
  border-bottom: 1px solid #fff;
  display: block;
  top: 30rem;
  left: 0px;
  position: absolute;
}
.section-type2 .inner header:after {
  content: "";
  width: 400rem;
  border-bottom: 1px solid #fff;
  display: block;
  top: 30rem;
  right: 0px;
  position: absolute;
}
.section-type2 .inner header h2 {
  font-size: 38rem;
}
.section-type2 .inner header p {
  font-size: 14rem;
}
.section-type2 .inner .cont {
  display: flex;
  justify-content: space-between;
}
.section-type2 .inner figure {
  width: 476rem;
  height: 425rem;
}
.section-type2 .inner figure img {
  width: 476rem;
  height: 425rem;
}
.section-type2 .inner .cont-text {
  width: 480rem;
}
.section-type2 .inner .cont-text h3 {
  font-size: 36rem;
  padding-bottom: 20rem;
}
.section-type2 .inner .cont-text p {
  font-size: 16rem;
  line-height: 34rem;
}

.section-type3 {
  background: url(../img/common/bg_base.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100rem;
  padding-bottom: 160rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.section-type3 .box-cont {
  padding-top: 80rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.section-type3 .box-cont figure {
  width: 519rem;
}
.section-type3 .box-cont figure img {
  width: 519rem;
}
.section-type3 .inner {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}

.title-sub__style3 {
  text-align: center;
  padding-top: 30rem;
  padding-bottom: 30rem;
  font-size: 16rem;
}

.section-type__privacy {
  padding-bottom: 40rem;
}
.section-type__privacy .inner {
  max-width: 90%;
  width: 680rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type__privacy .inner .box-text {
  font-size: 14rem;
  line-height: 28rem;
}
.section-type__privacy .inner .box-text p {
  padding-bottom: 20rem;
}
.section-type__privacy .inner .box-text dl {
  padding-bottom: 20rem;
}
.section-type__privacy .inner .box-text dl dt {
  padding-bottom: 10rem;
}
.section-type__privacy .inner .box-text dl dd {
  padding-bottom: 20rem;
}
.section-type__privacy .inner .box-text dl dd:last-child {
  padding-bottom: 0px;
}
.section-type__privacy .inner .box-text dl dd:last-child dl:last-child {
  padding-bottom: 0px;
}

.text-product {
  position: relative;
  padding-top: 250rem;
}
.text-product span {
  background: #fff;
  font-size: 32rem;
  padding: 15rem;
  display: inline-block;
  color: #01041f;
  width: 613rem;
  position: absolute;
}
.text-product span:first-child {
  top: 30rem;
}
.text-product span:last-child {
  left: 70rem;
  top: 120rem;
}
.text-product.text-product_rev span {
  left: auto;
  right: 0rem;
}
.text-product.text-product_rev span:first-child {
  left: -250rem;
  top: 30rem;
}
.text-product.text-product_rev span:last-child {
  top: 120rem;
  right: 0px;
}

.text-data dt {
  font-size: 62rem;
  padding-bottom: 30rem;
  line-height: 72rem;
}
.text-data dd {
  font-size: 18rem;
  line-height: 34rem;
}

.box-data {
  width: 450rem;
}

.section-type4 {
  background: url(../img/common/bg_japan3.png);
  background-size: cover;
  padding-bottom: 120rem;
}
.section-type4 .inner header {
  text-align: center;
}
.section-type4 .inner header h2 {
  font-size: 32rem;
  padding-top: 100rem;
}
.section-type4 .list-step {
  padding-top: 100rem;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type4 .list-step li {
  padding-top: 50rem;
  padding-left: 50rem;
  padding-bottom: 50rem;
  position: relative;
  border-left: 1px solid #1a1b30;
}
.section-type4 .list-step li .time-text {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 32rem;
  top: -25rem;
  font-style: italic;
}
.section-type4 .list-step li:before {
  content: "";
  width: 900rem;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 1px solid #1a1b30;
}
.section-type4 .list-step li:last-child {
  border-bottom: 1px solid #1a1b30;
}
.section-type4 .list-step li:last-child:after {
  content: "";
  display: block;
  height: 20rem;
  position: absolute;
  right: 0px;
  bottom: -10rem;
  border-right: 1px solid #1a1b30;
}
.section-type4 .list-step li .icon-step__number {
  background: #1a1b30;
  width: 92rem;
  height: 92rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100rem;
  flex-wrap: wrap;
  position: absolute;
  top: -46rem;
  left: -46rem;
}
.section-type4 .list-step li .icon-step__number span {
  display: block;
  text-align: center;
  width: 92rem;
  font-size: 14rem;
}
.section-type4 .list-step li .icon-step__number span:last-child {
  font-size: 28rem;
  line-height: 28rem;
}
.section-type4 .list-step li .list-step__inner {
  display: flex;
  align-items: center;
  align-content: center;
}
.section-type4 .list-step li .list-step__inner h3 {
  font-size: 34rem;
  background: #1a1b30;
  padding: 5rem 10rem 5rem 10rem;
  color: #fff;
  margin-bottom: 20rem;
  display: inline-block;
}
.section-type4 .list-step li .list-step__inner .list-step__data-text {
  font-size: 16rem;
  line-height: 28rem;
}
.section-type4 .list-step li .list-step__inner .list-step__data {
  padding-left: 40rem;
}
.section-type4 .list-step li .list-step__option {
  margin-top: 60rem;
  display: flex;
  border: 1px solid #1a1b30;
  box-sizing: border-box;
  padding: 30rem;
  justify-content: space-between;
  position: relative;
}
.section-type4 .list-step li .list-step__option dl {
  display: flex;
  justify-content: space-between;
}
.section-type4 .list-step li .list-step__option dl dt {
  font-size: 24rem;
  border-right: 1px solid #1a1b30;
  padding-right: 30rem;
}
.section-type4 .list-step li .list-step__option dl dd {
  padding-left: 30rem;
  font-size: 16rem;
}
.section-type4 .list-step li .list-step__option figure {
  position: absolute;
  right: 0px;
  bottom: 10px;
  padding-right: 40rem;
}
.section-type4 .list-step li .list-step__option figure img {
  width: 343rem;
  height: 144rem;
}

.title-sub__style1 {
  text-align: center;
}
.title-sub__style1 h2 {
  font-size: 38rem;
  font-weight: normal;
  position: relative;
  padding-bottom: 30rem;
}
.title-sub__style1 h2:after {
  content: "";
  display: block;
  width: 200rem;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -100rem;
}
.title-sub__style1 h2:before {
  content: "";
  display: block;
  width: 200rem;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -100rem;
}

.option-underline h2:before {
  border-bottom: 1px solid #000 !important;
}
.option-underline h2:after {
  border-bottom: 1px solid #000 !important;
}

.section-type5 {
  padding-top: 150rem;
  background: url(../img/common/bg_plan.png);
  background-size: cover;
}
.section-type5 .inner-content {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.section-type5 .inner-content .sq-data {
  content: "";
  display: block;
  transform: rotate(-45deg);
  background: #e9d8ad;
  top: -140rem;
  left: -140px;
  width: 200rem;
  height: 200rem;
  position: absolute;
}
.section-type5 .inner-content figure {
  line-height: 0px;
  font-size: 0px;
  width: 562rem;
}
.section-type5 .inner-content figure img {
  width: 562rem;
}
.section-type5 .inner-content .inner-content__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding-top: 80rem;
  padding-bottom: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.section-type5 .inner-content .inner-content__inside .box {
  padding-right: 50rem;
  padding-left: 50rem;
}
.section-type5 .inner-content .inner-content__inside .box h3 {
  font-size: 28rem;
  padding-bottom: 5rem;
}
.section-type5 .inner-content .inner-content__inside .box p {
  font-size: 18rem;
}
.section-type5 .inner-content .inner-content__inside .box p.sub-title {
  padding-bottom: 30rem;
}
.section-type5 .inner-content .inner-content__inside .box p.text {
  font-size: 18rem;
  padding-bottom: 20rem;
}
.section-type5 .inner-content .inner-content__inside .box p.price {
  font-size: 38rem;
  color: #ff0000;
  line-height: 38rem;
  font-weight: bold;
}
.section-type5 .inner-content .inner-content__inside .box p.price span {
  font-size: 24rem;
}
.section-type5 .inner-content__triple {
  display: flex;
  justify-content: space-between;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type5 .inner-content__triple .inner-content {
  width: 328rem;
  margin-top: 20rem;
  margin-right: 0px;
  margin-left: 0px;
  overflow: visible;
  display: block;
}
.section-type5 .inner-content__triple .inner-content figure {
  width: 328rem;
}
.section-type5 .inner-content__triple .inner-content figure img {
  width: 328rem;
}
.section-type5 .inner-content__triple .inner-content figure .icon-food {
  width: 135rem;
  height: 135rem;
  position: absolute;
  top: -10rem;
  left: -10rem;
}
.section-type5 .inner-content__triple .inner-content figure .icon-food img {
  width: 135rem;
  height: 135rem;
}

.inner-content__text dl {
  padding: 40rem 20rem 40rem 20rem;
  text-align: center;
}
.inner-content__text dl dt {
  color: #000;
  font-size: 26rem;
  padding-bottom: 20rem;
}
.inner-content__text dl dt span {
  display: block;
  font-size: 14rem;
}
.inner-content__text dl dd {
  color: #000;
  font-size: 16rem;
}
.inner-content__text dl dd p:first-child {
  padding-bottom: 20rem;
}
.inner-content__text dl dd p:last-child {
  padding-bottom: 0rem;
  color: #ff0000;
  font-size: 38rem;
  letter-spacing: 1.4rem;
  font-weight: bold;
}
.inner-content__text dl dd p:last-child span {
  font-size: 24rem;
}

.list-caution {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20rem;
  padding-bottom: 80rem;
}
.list-caution li {
  color: #fff;
  font-size: 14rem;
  line-height: 28rem;
}

.section-type6 {
  background: url(../img/common/bg_japan1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-type6 .inner {
  padding-top: 100rem;
  padding-bottom: 100rem;
  text-align: center;
}
.section-type6 .inner h2 {
  font-size: 32rem;
  padding-bottom: 30rem;
  font-weight: normal;
}

.footer-outer {
  background: #262626;
  text-align: center;
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.footer-outer p {
  color: #fff;
}

.option-underline__white {
  color: #fff;
}
.option-underline__white h2:after {
  border-bottom: 1px #fff solid !important;
}
.option-underline__white h2:before {
  border-bottom: 1px #fff solid !important;
}

.btn-style3 {
  background: linear-gradient(279deg, rgb(157, 117, 24) 0%, rgb(215, 158, 26) 100%);
  width: 369rem;
  padding: 20rem;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  font-size: 24rem;
  border-radius: 50rem;
}
.btn-style3:before {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 15rem;
  position: relative;
  top: -4rem;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.btn-trigger {
  position: fixed;
  width: 70px;
  height: 53px;
  cursor: pointer;
  top: 0rem;
  right: 0rem;
  background: rgba(0, 0, 0, 0.8);
  padding: 13px;
  z-index: 1000;
  display: none;
  box-sizing: border-box;
}

.btn-trigger span {
  position: absolute;
  left: 20px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
}

.btn-trigger, .btn-trigger span {
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 15px;
}

.btn-trigger span:nth-of-type(2) {
  top: 26px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 15px;
}

#btn01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
  opacity: 0;
}

#btn01.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.btn-caution {
  text-align: center;
  padding-top: 10rem;
  font-size: 14rem;
  width: 450rem;
  margin-left: auto;
  margin-right: auto;
}

.section-type7 {
  padding-top: 70rem;
  padding-bottom: 110rem;
  background: url(../img/common/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-type7 .inner {
  display: flex;
  justify-content: space-between;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.section-type7 .inner h2 {
  font-size: 28rem;
  line-height: 40rem;
  padding-bottom: 40rem;
}
.section-type7 .inner .text {
  font-size: 18rem;
  line-height: 34rem;
  padding-bottom: 40rem;
}
.section-type7 .inner .text-bold {
  font-size: 18rem;
  line-height: 34rem;
  font-weight: bold;
}
.section-type7 .caution-text {
  font-size: 14rem;
}

.section-type7__bottom {
  padding-top: 80rem;
  padding-bottom: 80rem;
  background: none;
}
.section-type7__bottom .inner .left {
  width: 550rem;
}
.section-type7__bottom .inner .right {
  display: flex;
  align-items: center;
  align-content: center;
}

.cv-caution {
  text-align: center;
  font-size: 16rem;
  padding-top: 20rem;
}

.lineup-sake {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup-sake li {
  width: 48%;
  text-align: center;
  border: 1px solid #481a0f;
  font-size: 16rem;
  margin-bottom: 20rem;
  padding: 10rem;
  box-sizing: border-box;
  border-radius: 5rem;
}

.lp-style2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #481a0f;
}
.lp-style2 .section-type5 {
  padding-top: 100rem;
}
.lp-style2 .btn-style4 {
  background: #ff4f2e;
}
.lp-style2 .footer-outer {
  background: #220b06;
}
.lp-style2 .inner-content__text dl dd p:last-child {
  font-family: "Oswald", sans-serif;
}
.lp-style2 p.price {
  font-family: "Oswald", sans-serif;
}
.lp-style2 .color-orange {
  color: #e75820;
}
.lp-style2 .section-type6 {
  background: url(../img/common/bg_japan4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lp-style2 .section-type6 .inner .title-sub {
  text-align: center;
  color: #481a0f;
  font-size: 26rem;
  font-family: "Oswald", sans-serif;
}
.lp-style2 .section-type6 h2 {
  color: #481a0f;
  font-weight: bold;
}
.lp-style2 .btn-style3 {
  background: #ff4f2e;
}
.lp-style2 .title-sub__style1 h2 {
  font-weight: bold;
}
.lp-style2 .text-product span {
  font-weight: bold;
  color: #ef6244;
}
.lp-style2 .section-type5 {
  background: url(../img/common/bg_plan2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lp-style2 .section-type4 .inner header h2 {
  font-weight: bold;
  padding-top: 180rem;
}
.lp-style2 .section-type4 .list-step li .icon-step__number {
  background: #ef6244;
}
.lp-style2 .section-type4 .list-step li .list-step__inner h3 {
  background: #ef6244;
}
.lp-style2 .text-data dt {
  font-weight: bold;
}
.lp-style2 .section-type8 .manga-img1 {
  z-index: 500;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-style2 .section-type8 .manga-img1 img {
  position: relative;
  margin-bottom: -80rem;
}
.lp-style2 .section-type8 .manga-img2 {
  z-index: 500;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-style2 .section-type8 .manga-img2 img {
  position: relative;
  top: -80rem;
  margin-bottom: -80rem;
}
.lp-style2 .section-type8 img {
  width: 1024rem;
}
.lp-style2 .section-type3 {
  background: url(../img/common/bg_base2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 200rem;
  margin-top: -150rem;
}
.lp-style2 .section-type3 .inner {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-style2 .section-mv2__cv {
  width: 309rem;
}
.lp-style2 .btn-style1 {
  border: 1px solid #fff;
}
.lp-style2 .btn-caution {
  color: #fff;
  font-size: 14rem;
  width: 450rem;
}
.lp-style2 .btn-style2 {
  background: #fff;
  color: #f34a44;
  padding: 20rem !important;
  box-sizing: border-box;
  line-height: 24rem;
  width: 450rem;
  box-sizing: border-box;
  font-size: 20rem;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}
.lp-style2 .btn-style2:before {
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #f34a44;
  border-bottom: 1px solid #f34a44;
}
.lp-style2 .main-style2 {
  background: url(../img/common/main_vis.png);
  background-size: cover;
  background-position: center bottom;
  height: 860rem;
  box-sizing: border-box;
}
.lp-style2 .main-style2 .main-header {
  background: none;
}
.lp-style2 .main-style2 .main-header .inner .gnav ul li a {
  color: #fff;
}
.lp-style2 .main-style2 .section-mv {
  background: none;
  height: 1100rem;
}
.lp-style2 .main-style2 .section-mv .inner-style2 {
  padding-top: 70rem;
  padding-bottom: 560rem;
  max-width: 90%;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-style2 .main-style2 .section-mv .inner-style2 h1 {
  color: #fff;
  padding-bottom: 40rem;
}
.lp-style2 .main-style2 .section-mv .inner-style2 h1 span:first-child {
  font-size: 34rem;
}
.lp-style2 .main-style2 .section-mv .inner-style2 h1 span:last-child {
  font-size: 24rem;
}
.lp-style2 .main-style2 .section-mv .inner-style2 h1 span b {
  font-family: "Oswald", sans-serif;
  font-size: 50rem;
}
.lp-style2 .section-type2 {
  background: url(../img/common/bg_orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 610rem;
  padding-top: 0rem;
  margin-top: -120rem;
  font-family: "Noto Sans JP", sans-serif;
}
.lp-style2 .section-type2 .inner .cont .cont-text p {
  line-height: 31rem;
}

.strong-type1 {
  color: #ff4f2e;
}

.strong-type2 {
  font-family: "Oswald", sans-serif;
}

.lp-style3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: url(../img/common/bg_mainvis_p.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.lp-style3 .btn-caution {
  width: 553rem;
  padding-top: 50rem;
}
.lp-style3 .strong-type1 {
  color: #2173ee;
}
.lp-style3 .btn-style4 {
  background: linear-gradient(279deg, #5065b4 0%, #9e6bb5 100%);
}
.lp-style3 .section-type5 {
  background: url(../img/common/bg_plan3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100rem;
}
.lp-style3 .section-type4 {
  background: #f7f3fa;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.lp-style3 .section-type4 h2 {
  font-weight: bold;
  color: #6467b4;
}
.lp-style3 .section-type4 .option-underline h2:before {
  border-bottom: 1px solid #6267b4 !important;
}
.lp-style3 .section-type4 .option-underline h2:after {
  border-bottom: 1px solid #6267b4 !important;
}
.lp-style3 .section-type4 .list-step li {
  background: url(../img/common/line_flow2.png);
  background-repeat: no-repeat;
  background-position: left top;
  border-left: none;
}
.lp-style3 .section-type4 .list-step li:last-child {
  border-bottom: none;
}
.lp-style3 .section-type4 .list-step li:last-child:after {
  content: "";
  display: block;
  width: 1024rem;
  background: url(../img/common/line_flow1.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  border-radius: 5rem;
  height: 15px;
  border-top: none;
  bottom: 0px;
  left: 0px;
  position: absolute;
  border-right: none;
}
.lp-style3 .section-type4 .list-step li:before {
  background: url(../img/common/line_flow1.png);
  background-repeat: repeat-x;
  background-position: top left;
  border-radius: 5rem;
  height: 15px;
  border-top: none;
}
.lp-style3 .section-type4 .list-step li .icon-step__number {
  background: #876ab5;
}
.lp-style3 .section-type4 .list-step li .list-step__option {
  border: none;
  background: #876ab5;
  border-radius: 10rem;
  color: #fff;
}
.lp-style3 .section-type4 .list-step li .list-step__option dl dt {
  border-right: 1px solid #fff;
}
.lp-style3 .section-type4 .list-step li .list-step__inner .list-step__data h3 {
  background: #876ab5;
  border-radius: 10rem;
}
.lp-style3 .section-type4 .list-step li .list-step__inner .list-step__data p {
  font-weight: 500;
  color: #6a6a92;
}
.lp-style3 .section-type10 .inner .box-inner .btn-style3 {
  background: linear-gradient(279deg, #5065b4 0%, #9e6bb5 100%);
}
.lp-style3 .main-header {
  background: none;
}
.lp-style3 .section-type3 {
  background: url(../img/common/bg_mizu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 211rem;
}
.lp-style3 .section-type3 .inner .title-sub__style2 h2 {
  color: #394ea2;
  font-weight: bold;
  text-align: center;
  font-size: 50rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-product {
  padding-top: 235rem;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-product {
  padding-top: 0px;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-product span {
  background: #394ea2;
  display: inline-block;
  width: auto;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  left: 0px;
  border-radius: 10rem;
  font-weight: bold;
  position: static;
  margin-bottom: 10rem;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-product span:last-child {
  margin-bottom: 40rem;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 {
  position: relative;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 ul {
  padding-bottom: 30rem;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 ul li {
  color: #394ea2;
  font-size: 20rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  text-indent: -13rem;
  margin-left: 24rem;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 .box-caution {
  padding: 20rem;
  color: #394ea2;
  font-size: 26rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  width: 796rem;
  background: #fff;
  z-index: 200;
  position: relative;
  border-radius: 10rem;
  border-bottom: 5rem solid #394ea2;
  box-sizing: border-box;
}
.lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 .box-caution_rev {
  position: absolute;
  right: 0px;
}
.lp-style3 .main-style3 {
  height: 823rem;
}
.lp-style3 .main-style3 .section-mv {
  background: none;
  position: relative;
}
.lp-style3 .main-style3 .section-mv .inner-style2 {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50rem;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left {
  position: relative;
  z-index: 100;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left h1 {
  padding-bottom: 48rem;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left h1 span {
  display: inline-block;
  background: #fff;
  font-size: 46rem;
  padding: 5rem 15rem 5rem 15rem;
  border-radius: 10rem;
  margin-bottom: 10rem;
  color: #394ea2;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left h1 span:last-child {
  margin-bottom: 0px;
  margin-left: 105rem;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv {
  width: 502rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 10rem;
  height: 338rem;
  box-sizing: border-box;
  border-radius: 10rem;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner {
  background: #fff;
  border-radius: 10rem;
  padding: 30rem !important;
  height: 316rem;
  box-sizing: border-box;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner .btn-style2 {
  background: linear-gradient(279deg, rgb(80, 101, 180) 0%, rgb(158, 107, 181) 100%);
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner dl {
  color: #394ea2;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner dl dt {
  font-size: 28rem;
  line-height: 37rem;
  padding-bottom: 15rem;
  font-weight: bold;
}
.lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner dl dd {
  font-size: 16rem;
  padding-bottom: 24rem;
}
.lp-style3 .main-style3 .section-mv .right {
  width: 60%;
  height: 539rem;
  background: url(../img/common/img-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  right: 0px;
  border-radius: 30rem 0px 0px 30rem;
}

.text-align__right {
  text-align: right;
  font-size: 14rem;
  padding-top: 10rem;
}

.text-comment__bottom {
  text-align: right;
  font-weight: bold;
  font-size: 14rem;
  padding-top: 20rem;
}

.section-type11 {
  background: url(../img/common/bg_base3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 135rem;
  padding-bottom: 150rem;
}
.section-type11 .title-sub__style1 {
  padding-bottom: 80rem;
}
.section-type11 .title-sub__style1 h2 {
  font-weight: bold;
}
.section-type11 .point-contents {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60rem;
}
.section-type11 .point-contents:last-child {
  padding-bottom: 0rem;
}
.section-type11 .point-contents figure {
  width: 504rem;
}
.section-type11 .point-contents figure img {
  width: 504rem;
}
.section-type11 .point-contents .point-text {
  color: #fff;
  width: 452rem;
}
.section-type11 .point-contents .point-text h3 {
  font-size: 62rem;
  line-height: 80rem;
  padding-bottom: 30rem;
}
.section-type11 .point-contents .point-text p {
  font-size: 18rem;
  line-height: 32rem;
}

.section-type12 {
  background: url(../img/common/bg_japan5.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-type12 .inner {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130rem;
  padding-bottom: 130rem;
}
.section-type12 .inner .title-sub__style1 {
  margin-bottom: 50rem;
}
.section-type12 .inner .title-sub__style1 h2 {
  font-weight: bold;
  color: #6267b4;
}
.section-type12 .inner .title-sub__style1 h2:after {
  border-bottom: 1px solid #6267b4 !important;
}
.section-type12 .inner .title-sub__style1 h2:before {
  border-bottom: 1px solid #6267b4 !important;
}
.section-type12 .inner .voice-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background: #fff;
  margin-bottom: 40rem;
  border-radius: 10rem;
  width: 883rem;
  box-sizing: border-box;
  filter: drop-shadow(15px 13px 16px rgba(95, 116, 200, 0.2));
}
.section-type12 .inner .voice-contents.voice-contents__left {
  margin-left: 141rem;
}
.section-type12 .inner .voice-contents .voice-text {
  padding-top: 100rem;
  padding-bottom: 100rem;
  padding-left: 80rem;
  box-sizing: border-box;
  width: 720rem;
  padding-right: 80rem;
}
.section-type12 .inner .voice-contents .voice-text h3 {
  font-size: 24rem;
  padding-bottom: 20rem;
}
.section-type12 .inner .voice-contents .voice-text p {
  font-size: 18rem;
  line-height: 32rem;
}
.section-type12 .inner .voice-contents figure.right {
  margin-right: -140rem;
}
.section-type12 .inner .voice-contents figure.left {
  margin-left: -140rem;
}

.section-type9 .section-type9__undertext {
  text-align: center;
  padding-bottom: 70rem;
}
.section-type9 .section-type9__undertext .text__1 {
  font-size: 30rem;
  text-align: center;
  line-height: 40rem;
  font-weight: bold;
  padding-top: 35rem;
  padding-bottom: 35rem;
  color: #394ea2;
}
.section-type9 .section-type9__undertext .text__2 {
  font-size: 30rem;
  text-align: center;
  background: #9f92d6;
  padding: 15rem;
  width: 746rem;
  padding: 10rem;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 5rem;
  font-weight: bold;
}
.section-type9 ul {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.section-type9 ul li {
  width: 317rem;
}
.section-type9 ul li img {
  width: 317rem;
  height: 372rem;
}

.section-type10 {
  background: #e4e5f5;
  text-align: center;
  height: 500rem;
}
.section-type10 .inner {
  background: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(15px 13px 16px rgba(95, 116, 200, 0.2));
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10rem;
  box-sizing: border-box;
  padding: 10rem;
  position: relative;
  top: -100rem;
}
.section-type10 .inner .box-inner {
  background: #fff;
  padding: 80rem;
}
.section-type10 .inner .box-inner h2 {
  font-size: 42rem;
  line-height: 56rem;
  padding-bottom: 20rem;
  color: #6467b4;
}
.section-type10 .inner .box-inner .text {
  font-size: 22rem;
  line-height: 40rem;
  padding-bottom: 30rem;
  color: #6a6a92;
}

.section-type8 {
  text-align: center;
  background: url(../img/common/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-type8 .inner .manga-img1 {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
  top: -80rem;
  position: relative;
}
.section-type8 .inner .manga-img1 img {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type8 .inner header {
  padding-top: 80rem;
  padding-bottom: 150rem;
  background: url(../img/common/bg_orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-type8 .inner header h2 {
  font-size: 34rem;
  padding-bottom: 10rem;
  color: #fff;
}
.section-type8 .inner header p {
  font-size: 24rem;
  color: #fff;
}

.section-type9 .inner .thumb-list {
  display: flex;
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}

.title-left:after {
  content: "";
  width: 150rem;
  margin-top: 20rem;
  border-bottom: 1px solid #481a0f;
  display: block;
}

@media screen and (max-width: 750px) {
  .lp-style2 .main-style2 {
    background: url(../img/common/main_vis_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .btn-style4 {
    width: 750rem;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
  }
  .text-align__right {
    font-size: 28rem;
  }
  .btn-style2 {
    font-size: 36rem;
    width: 450rem;
  }
  .btn-style3 {
    font-size: 36rem;
    width: 450rem;
  }
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none !important;
  }
  .btn-trigger {
    display: block;
  }
  .section-type2 .inner header p {
    font-size: 24rem;
  }
  .section-type2 .inner header:before {
    width: 200rem;
  }
  .section-type2 .inner header:after {
    width: 200rem;
  }
  .main-header .inner {
    padding-bottom: 20rem;
    height: 53px;
    box-sizing: border-box;
  }
  .main-header .inner .gnav {
    opacity: 0;
    pointer-events: none;
  }
  .section-mv .inner {
    padding-top: 200rem;
    padding-bottom: 200rem;
  }
  .section-mv .inner h1 {
    font-size: 40rem;
  }
  .section-type1 header .title-sub {
    font-size: 24rem;
  }
  .section-type1 header h2 {
    font-size: 60rem;
  }
  .section-type1 .title-read {
    font-size: 36rem;
    padding-bottom: 40rem;
  }
  .section-type1 .text-read {
    font-size: 28rem;
    line-height: 48rem;
    padding-bottom: 40rem;
  }
  .section-type1 .text-read__bottom {
    font-size: 28rem;
    line-height: 48rem;
  }
  .section-type2 .inner {
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-type2 .inner .cont {
    display: block;
  }
  .section-type2 {
    height: auto;
    padding-bottom: 100rem;
  }
  .section-type2 .inner figure {
    width: 700rem;
    height: auto;
    padding-bottom: 40rem;
  }
  .section-type2 .inner figure img {
    width: 700rem;
    height: 425rem;
  }
  .section-type2 .inner .cont-text {
    width: 700rem;
  }
  .section-type2 .inner .cont-text h3 {
    font-size: 40rem;
  }
  .section-type2 .inner .cont-text p {
    font-size: 28rem;
    line-height: 54rem;
  }
  .section-type3 .inner {
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-type3 .box-cont {
    display: block;
  }
  .box-data {
    width: 700rem;
    padding-bottom: 60rem;
  }
  .box-data dd {
    font-size: 28rem;
    line-height: 48rem;
  }
  .text-product span {
    position: inherit;
  }
  .text-product span:first-child {
    top: auto;
    margin-bottom: 15rem;
  }
  .text-product span:last-child {
    top: auto;
    left: auto;
    right: 0px;
    margin-left: 57rem;
  }
  .text-product {
    padding-top: 0px;
    padding-bottom: 40rem;
  }
  .section-type3 .box-cont figure {
    width: 700rem;
    text-align: center;
  }
  .text-product.text-product_rev span:first-child {
    left: 0px;
    top: auto;
  }
  .text-product.text-product_rev span:last-child {
    position: relative;
    top: auto;
  }
  .section-type4 .inner header h2 {
    font-size: 52rem;
  }
  .title-sub__style1 h2 {
    font-size: 46rem;
  }
  .section-type4 .list-step {
    width: 640rem;
  }
  .section-type4 .list-step li .list-step__inner {
    display: block;
  }
  .section-type4 .list-step li .list-step__inner figure {
    width: 100%;
  }
  .section-type4 .list-step li .list-step__inner figure img {
    width: 100%;
  }
  .section-type4 .list-step li .list-step__inner .list-step__data {
    padding-left: 0px;
    margin-top: 20rem;
  }
  .section-type4 .list-step li .list-step__inner h3 {
    font-size: 40rem;
    margin-bottom: 20rem;
  }
  .section-type4 .list-step li .list-step__inner .list-step__data-text {
    font-size: 28rem;
    line-height: 42rem;
    padding-bottom: 60rem;
  }
  .section-type4 .list-step li:before {
    width: 520rem;
  }
  .section-type4 .list-step li .list-step__option {
    display: block;
  }
  .section-type4 .list-step li .list-step__option figure {
    position: inherit;
    bottom: 0px;
    text-align: center;
    padding-top: 40rem;
  }
  .section-type4 .list-step li .list-step__option dl {
    display: block;
  }
  .section-type4 .list-step li .list-step__option dl dt {
    border-right: none;
    font-size: 28rem;
  }
  .section-type4 .list-step li .list-step__option dl dd {
    padding-left: 0px;
    padding-top: 20rem;
    font-size: 24rem;
  }
  .section-type4 .list-step li .time-text {
    font-size: 40rem;
  }
  .section-type5 .inner-content {
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-type5 .inner-content {
    display: block;
  }
  .section-type5 .inner-content figure img {
    width: 700rem;
  }
  .section-type5 .inner-content__triple {
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .section-type5 .inner-content__triple .inner-content {
    width: 700rem;
  }
  .section-type5 .inner-content__triple .inner-content figure {
    width: 700rem;
  }
  .section-type5 .inner-content__triple .inner-content figure img {
    width: 700rem;
  }
  .list-caution {
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-type5 .inner-content .inner-content__inside .box h3 {
    font-size: 40rem;
  }
  .section-type5 .inner-content .inner-content__inside .box p.sub-title {
    font-size: 30rem;
  }
  .section-type5 .inner-content .inner-content__inside .box p.text {
    font-size: 28rem;
  }
  .section-type5 .inner-content .inner-content__inside .box p.price {
    font-size: 60rem;
    padding-top: 20rem;
  }
  .section-type5 .inner-content .inner-content__inside .box p.price span {
    font-size: 40rem;
  }
  .inner-content__text dl dt {
    font-size: 40rem;
  }
  .inner-content__text dl dt .sub-title {
    font-size: 30rem;
  }
  .inner-content__text dl dt span {
    font-size: 30rem;
  }
  .inner-content__text dl dd {
    font-size: 28rem;
  }
  .inner-content__text dl dd p:last-child {
    font-size: 60rem;
  }
  .section-type5 .inner-content__triple .inner-content figure .icon-food img {
    width: 270rem;
    height: 270rem;
  }
  .list-caution li {
    font-size: 24rem;
    line-height: 48rem;
  }
  .section-type6 .inner h2 {
    font-size: 40rem;
  }
  .section-type4 .list-step li .list-step__inner .list-step__data-text {
    padding-bottom: 0px !important;
  }
  .inner-content__text dl dd p:last-child span {
    font-size: 42rem;
  }
  .section-type5 .inner-content figure {
    width: 700rem;
  }
  .section-type2 .inner header h2 {
    font-size: 52rem;
  }
  .gnav {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 800;
    display: block !important;
  }
  .gnav ul {
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .gnav ul li {
    width: 750rem;
    margin-left: 0px !important;
    text-align: center;
    padding-bottom: 30rem;
  }
  .gnav ul li a {
    color: #fff !important;
    font-size: 40rem !important;
  }
  .gnav ul li.btn-style1 {
    border: 1px solid #fff;
    padding: 20rem;
    width: 400rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .gnav ul li:nth-child(5n) {
    padding-bottom: 60rem;
  }
  .main-header .inner .logo {
    padding-top: 10px;
  }
  .main-header .inner .logo img {
    width: 150px;
    height: auto;
  }
  .footer-outer p {
    font-size: 20rem;
    margin-bottom: 57px;
  }
  .lp-style2 .main-style2 .section-mv .inner-style2 h1 span:first-child {
    font-size: 48rem;
    display: block;
    padding-bottom: 20rem;
  }
  .lp-style2 .btn-style2 {
    box-sizing: border-box;
    width: 650rem;
  }
  .lp-style2 .main-style2 .section-mv .inner-style2 {
    width: 700rem;
  }
  .lp-style2 .section-mv2__cv {
    width: 700rem;
  }
  .lp-style2 .btn-style2 {
    font-size: 32rem;
    padding: 30rem !important;
  }
  .lp-style2 .btn-caution {
    font-size: 24rem;
    width: 650rem;
  }
  .lp-style2 .main-style2 .section-mv .inner-style2 h1 span:last-child {
    font-size: 32rem;
  }
  .lp-style2 .main-style2 {
    width: 750rem;
    background-position: center center;
    height: 1160rem;
  }
  .lp-style2 .section-type2 .inner figure img {
    width: 700rem;
  }
  .lp-style2 .section-type2 {
    height: 1400rem;
    margin-top: -50rem;
  }
  .lp-style2 .section-type2 .inner figure img {
    height: auto;
  }
  .lp-style2 .section-type2 .inner .cont .cont-text p {
    line-height: 50rem;
  }
  .section-type7 .inner {
    display: block;
    width: 700rem;
  }
  .section-type7 .inner figure {
    width: 100%;
  }
  .section-type7 .inner figure img {
    width: 100%;
  }
  .section-type8 .inner .manga-img1 {
    width: 700rem;
  }
  .section-type8 .inner .manga-img1 img {
    width: 700rem;
  }
  .lp-style2 .section-type8 .manga-img2 {
    width: 700rem;
  }
  .lp-style2 .section-type8 .manga-img2 img {
    width: 700rem;
  }
  .section-type7 .inner h2 {
    font-size: 42rem;
    line-height: 60rem;
  }
  .section-type7 .inner .text {
    font-size: 28rem;
    line-height: 48rem;
  }
  .section-type7 .inner .text-bold {
    font-size: 32rem;
    line-height: 50rem;
    padding-bottom: 60rem;
  }
  .section-type8 .inner header h2 {
    font-size: 42rem;
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-type8 .inner header p {
    font-size: 28rem;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 {
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20rem;
  }
  .lp-style3 .main-style3 {
    height: 1320rem;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left h1 span:last-child {
    margin-left: 20px;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left h1 {
    padding-bottom: 258rem;
  }
  .lp-style3 .main-style3 .section-mv .right {
    width: 80%;
    height: 558rem;
  }
  .lp-style3 .main-style3 .section-mv {
    margin-top: 40rem;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner dl dt {
    font-size: 32rem;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner dl dd {
    font-size: 24rem;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner dl dd br {
    display: none;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv {
    height: 345rem;
    width: 700rem;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner {
    height: 325rem;
    box-sizing: border-box;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner .btn-style2 {
    font-size: 28rem;
  }
  .lp-style3 .btn-caution {
    font-size: 24rem;
  }
  .section-type9 .inner .thumb-list {
    display: block;
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-type9 .inner .thumb-list li {
    width: 400rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40rem;
  }
  .section-type9 .inner .thumb-list li img {
    width: 400rem;
    height: auto;
  }
  .section-type9 .section-type9__undertext .text__1 {
    font-size: 40rem;
    line-height: 60rem;
  }
  .section-type9 .section-type9__undertext .text__2 {
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 40rem;
    padding: 40rem;
  }
  .lp-style3 .section-type3 .inner .box-cont .box-data .text-product span:last-child {
    margin-left: 0px;
  }
  .lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 .box-caution {
    width: 700rem;
  }
  .lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 .box-caution_rev {
    position: relative;
  }
  .lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 ul li {
    font-size: 24rem;
  }
  .lp-style3 .section-type3 .inner .box-cont .box-data .text-data__2 .box-caution {
    font-size: 28rem;
  }
  .lp-style3 .section-type3 .inner .box-cont .box-data .text-product span:last-child {
    margin-bottom: 0px;
  }
  .lp-style3 .section-type3 {
    padding-bottom: 141rem;
  }
  .section-type10 .inner {
    width: 700rem;
  }
  .section-type10 .inner .box-inner {
    padding: 60rem;
  }
  .lp-style3 .section-type4 .list-step li .list-step__option dl dt {
    border-right: none;
  }
  .section-type10 {
    height: 600rem;
  }
  .lp-style3 .section-type4 .list-step li:last-child:after {
    width: 650rem;
  }
  .section-type11 .point-contents {
    display: block;
    width: 700rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-type11 .point-contents .point-text {
    width: 700rem;
  }
  .section-type11 .point-contents figure img {
    width: 700rem;
  }
  .section-type11 .point-contents .point-text h3 {
    text-align: center;
  }
  .section-type11 .point-contents .point-text p {
    padding-bottom: 40rem;
    font-size: 28rem;
    line-height: 48rem;
  }
  .section-type12 .inner {
    display: block;
    width: 700rem;
  }
  .section-type12 .inner .voice-contents {
    width: 700rem;
    display: block;
  }
  .section-type12 .inner .voice-contents.voice-contents__left {
    margin-left: auto;
  }
  .section-type12 .inner .voice-contents figure.right {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section-type12 .inner .voice-contents figure.left {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 700rem;
  }
  .section-type12 .inner .voice-contents figure.sp-only {
    display: block;
  }
  .section-type12 .inner .voice-contents .voice-text {
    padding: 60rem;
  }
  .section-type12 .inner .voice-contents .voice-text h3 {
    font-size: 60rem;
  }
  .section-type12 .inner .voice-contents .voice-text p {
    font-size: 28rem;
    line-height: 48rem;
  }
  .section-type10 .inner .box-inner .text {
    font-size: 28rem;
  }
  .section-type9 .inner .thumb-list li:nth-child(2n) {
    margin-top: -100rem;
  }
  .section-type9 .inner .thumb-list li:nth-child(3n) {
    margin-top: -100rem;
  }
  .lp-style3 .section-type3 .box-cont figure {
    padding-bottom: 40rem;
  }
  .lp-style3 .section-type3 .box-cont figure img {
    width: 100%;
  }
  .lp-style3 .main-style3 .section-mv .inner-style2 .left .section-mv2__cv .cv-inner .btn-style2 {
    width: 600rem;
    padding: 40rem;
    border-radius: 100rem;
    font-size: 40rem;
  }
  .lp-style3 .section-type10 .inner .box-inner .btn-style3 {
    width: 600rem;
    padding: 40rem;
    border-radius: 100rem;
  }
  .lineup-sake li {
    font-size: 24rem;
  }
  .section-type7__bottom .inner .left {
    width: 100%;
  }
  .title-sub__style3 {
    font-size: 28rem;
  }
  .section-type__privacy .inner .box-text {
    font-size: 28rem;
    line-height: 46rem;
  }
  .section-type__privacy .inner .box-text dl dd {
    padding-bottom: 40rem;
  }
  .section-type__privacy .inner .box-text p, .section-type__privacy .inner .box-text dl {
    padding-bottom: 40rem;
  }
  .section-type__privacy .inner .box-text dl dt {
    padding-bottom: 20rem;
  }
  .section-type7 .caution-text {
    font-size: 24rem;
  }
}
/*# sourceMappingURL=common.css.map */