@charset "UTF-8";
/* ==========================================================================
base font
========================================================================== */
@font-face {
  font-family: "Futura W01_n3";
  src: url("/_asset/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Futura W01";
  src: url("/_asset/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
  src: url("/_asset/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"), url("/_asset/fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"), url("/_asset/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("/_asset/fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"), url("/_asset/fonts/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg#dc423cc1-bf86-415c-bc7d-ad7dde416a34") format("svg");
  font-weight: 300;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  margin: 0;
  vertical-align: middle;
}

input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  outline: none;
  padding: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  margin: 0;
  outline: none;
  padding: 0;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}

@media screen and (max-width: 620.98px) {
  html {
    font-size: 3.865vw;
  }
}
body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
}

a {
  color: inherit !important;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

input, textarea {
  border-radius: 0;
  outline: none;
}

.spHdn {
  display: block !important;
}

.pcHdn {
  display: none !important;
}

@media screen and (max-width: 766.98px) {
  .spHdn {
    display: none !important;
  }
  .pcHdn {
    display: block !important;
  }
}
.l-footer {
  margin-top: 110px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 766.98px) {
  .l-footer {
    margin-top: 39.115vw;
  }
}
.l-footer__top {
  height: 50px;
  left: calc(50% + 500px);
  position: absolute;
  top: -135px;
  width: 50px;
}

@media (min-width: 621px) {
  .l-footer__top {
    transition: opacity 0.25s ease;
  }
  .l-footer__top:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .l-footer__top {
    height: 10.431vw;
    left: auto;
    right: 6.52vw;
    top: -18.253vw;
    width: 10.431vw;
  }
}
.l-footer__navi {
  padding-bottom: 15px;
}

@media screen and (max-width: 766.98px) {
  .l-footer__navi {
    padding-bottom: 3.912vw;
  }
}
.l-footer__navi-list {
  justify-content: center;
  align-items: center;
  display: flex;
}
.l-footer__navi-list li {
  align-items: center;
  display: flex;
  position: relative;
}
.l-footer__navi-list li a {
  color: #009791 !important;
  font-size: 10px;
  letter-spacing: 0.4em;
  line-height: 1;
}
.l-footer__navi-list li + li:before {
  background: #009791;
  content: "";
  display: block;
  height: 0.8em;
  margin: 0 30px;
  width: 1px;
}

@media screen and (max-width: 766.98px) {
  .l-footer__navi-list li a {
    font-size: 2.608vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 767px) {
  .l-footer__navi-list li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 766.98px) {
  .l-footer__navi-list li + li:before {
    margin: 0 3.912vw;
  }
}
.l-footer__copyright {
  background: #009791;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.26em;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 766.98px) {
  .l-footer__copyright {
    font-size: 2.608vw;
    letter-spacing: 0.2em;
    padding: 3.912vw 0;
  }
}
.l-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 120;
}

.l-header__logo {
  left: 32px;
  position: absolute;
  top: 15px;
}
.l-header__logo img {
  height: 50px;
  width: 150px;
}

@media screen and (max-width: 766.98px) {
  .l-header__logo {
    left: 6.911vw;
    top: 2.608vw;
  }
}
@media screen and (max-width: 766.98px) {
  .l-header__logo img {
    height: 11.474vw;
    width: 34.16vw;
  }
}
.l-header__menu-trigger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  backface-visibility: hidden;
  background: #ec6c38;
  border-radius: 0 0 0 50px;
  display: flex;
  height: 80px;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.4s ease 0s;
  width: 96px;
  z-index: 110;
}

@media screen and (max-width: 766.98px) {
  .l-header__menu-trigger {
    border-radius: 0 0 0 10.431vw;
    height: 17.341vw;
    width: 20.862vw;
  }
}
.l-header__menu-trigger-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 15px;
  justify-content: space-between;
  margin: 0 0 4px 4px;
}

@media screen and (max-width: 766.98px) {
  .l-header__menu-trigger-inner {
    height: 3.13vw;
  }
}
.l-header__menu-trigger span {
  backface-visibility: hidden;
  background: #fff;
  display: block;
  height: 2px;
  transition: all 0.4s ease 0s;
  width: 18px;
}
.l-header__menu-trigger span:nth-child(2) {
  width: 28px;
}
.l-header__menu-trigger.is--open {
  background: transparent;
}
.l-header__menu-trigger.is--open span:first-child, .l-header__menu-trigger.is--open span:nth-child(3) {
  opacity: 0;
}
.l-header__menu-trigger.is--open span:nth-child(2) {
  background: #000;
}

@media screen and (max-width: 766.98px) {
  .l-header__menu-trigger span {
    width: 3.912vw;
  }
}
@media screen and (max-width: 766.98px) {
  .l-header__menu-trigger span:nth-child(2) {
    width: 5.998vw;
  }
}
.l-modal-navi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  backface-visibility: hidden;
  background: url(../img/menu_bg_01.jpg) no-repeat 50%/cover;
  display: flex;
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.4s ease 0s;
  width: 100%;
  z-index: 100;
}
.l-modal-navi.is--open {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 766.98px) {
  .l-modal-navi {
    background: url(../img/menu_bg_01@sp.jpg) no-repeat 50%/cover;
    display: block;
    padding-top: 26.077vw;
  }
}
.l-modal-navi__inner {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 766.98px) {
  .l-modal-navi__inner {
    display: block;
    padding: 0 6.52vw;
    width: 100%;
  }
}
.l-modal-navi__list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  min-width: calc(482px + 14.454vw);
  padding-left: 14.454vw;
  width: calc(45.861vw + 80px);
}

@media screen and (max-width: 766.98px) {
  .l-modal-navi__list {
    display: block;
    padding-left: 0;
    width: auto;
  }
}
.l-modal-navi__list-title {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.l-modal-navi__list-title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 766.98px) {
  .l-modal-navi__list-title {
    font-size: 4.433vw;
    width: 40.419vw;
  }
  .l-modal-navi__list-title span {
    font-size: 2.869vw;
  }
}
.l-modal-navi__list > li {
  border-right: 1px solid #93999c;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.33;
  margin-right: 40px;
  min-width: 200px;
  width: 15.626vw;
}
.l-modal-navi__list > li.is--standalone {
  border: none;
  margin: 50px 0 0;
  min-width: 0;
  width: auto;
}
.l-modal-navi__list > li.is--standalone a {
  display: block;
  position: relative;
}
.l-modal-navi__list > li.is--standalone a:after {
  background: url(../img/icon_external_02.svg) no-repeat 50%/13px;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: -25px;
  top: 8px;
  width: 13px;
}
.l-modal-navi__list > li > ul {
  margin-top: 50px;
}
.l-modal-navi__list > li > ul > li:first-child {
  font-weight: 600;
}
.l-modal-navi__list > li > ul > li + li {
  margin-top: 20px;
}

@media screen and (max-width: 766.98px) {
  .l-modal-navi__list > li.is--standalone {
    margin: 11.735vw -6.519vw 0 0;
    white-space: nowrap;
  }
  .l-modal-navi__list > li {
    border: none;
    display: flex;
    font-size: 2.869vw;
    margin: 11.735vw 0 0;
    min-width: auto;
    position: relative;
    width: 100%;
  }
  .l-modal-navi__list > li.is--standalone a:after {
    background: url(../img/icon_external_02.svg) no-repeat 50%/2.869vw;
    height: 2.869vw;
    right: -4.693vw;
    top: 1.304vw;
    width: 2.869vw;
  }
  .l-modal-navi__list > li:first-child {
    margin-top: 0;
  }
  .l-modal-navi__list > li > ul {
    backface-visibility: hidden;
    left: 46.938vw;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    z-index: 10;
  }
  .l-modal-navi__list > li > ul > li + li {
    margin-top: 5.216vw;
  }
  .l-modal-navi__list > li.is--open > ul {
    left: 49.545vw;
    opacity: 1;
    pointer-events: auto;
  }
}
.l-modal-navi__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 31.251vw;
}
.l-modal-navi__logo img {
  height: 115px;
  position: relative;
  top: -20px;
  width: 273px;
}

@media screen and (max-width: 766.98px) {
  .l-modal-navi__logo {
    bottom: 9.649vw;
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
  }
  .l-modal-navi__logo img {
    height: 19.558vw;
    position: static;
    width: 46.416vw;
  }
}
.l-page {
  padding-top: 80px;
  background: url(../img/bg_01-pc.jpg) no-repeat center top #FFF;
}
@media screen and (max-width: 766.98px) {
  .l-page {
    padding-top: 24vw;
    background: url(../img/bg_01-sp.jpg) no-repeat center top/contain;
  }
}
.l-page__header {
  max-width: 656px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  z-index: 11;
}
@media screen and (max-width: 766.98px) {
  .l-page__header {
    max-width: initial;
    margin: 0 auto 7.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
.l-page__header_mv {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 766.98px) {
  .l-page__header_mv {
    margin-bottom: 5.3333333333vw;
  }
}
.l-page__title {
  margin-right: -0.25em;
  margin-bottom: 30px;
  font-family: "Afacad Flux", sans-serif;
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0.25em;
  font-weight: 400;
  text-align: center;
  color: #28333B;
}
@media screen and (max-width: 766.98px) {
  .l-page__title {
    margin-bottom: 15px;
    font-size: 9.2vw;
  }
}
.l-page__title span {
  display: block;
  margin-right: -0.225em;
  letter-spacing: 0.225em;
}
.l-page__title span:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media screen and (max-width: 766.98px) {
  .l-page__title span:last-of-type {
    font-size: 4.5333333333vw;
    line-height: 1;
  }
}
.l-page__copy {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: 0.0875em;
  color: #28333B;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 766.98px) {
  .l-page__copy {
    font-size: 3.2vw;
    line-height: 2;
  }
  .l-page__copy > span {
    display: block;
  }
  .l-page__copy br {
    display: none;
  }
}
.l-page__body .inner {
  max-width: 930px;
  margin: 0 auto 60px;
  padding: 15px;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .inner {
    padding: 0 30px;
  }
}
.l-page__body .planBlock {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock {
    grid-template-columns: 1fr 1fr;
  }
}
.l-page__body .planBlock .plan:first-of-type {
  padding-right: 15px;
  border-right: solid 1px #000;
}
.l-page__body .planBlock .plan:last-of-type {
  padding-left: 15px;
}
.l-page__body .planBlock .plan > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 16px;
}
.l-page__body .planBlock .plan > .title span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #FFF;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan > .title span {
    font-size: 4vw;
  }
}
.l-page__body .planBlock .plan .block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan .block {
    grid-template-columns: 1fr;
  }
}
.l-page__body .planBlock .plan .block .item {
  display: flex;
  flex-direction: column;
  height: 160px;
  font-weight: 500;
}
.l-page__body .planBlock .plan .block .item > .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.l-page__body .planBlock .plan .block .item > .title > span {
  display: block;
}
.l-page__body .planBlock .plan .block .item > .title > span:first-of-type {
  margin-bottom: 12px;
  font-size: 17px;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan .block .item > .title > span:first-of-type {
    margin-bottom: 5px;
    font-size: 3.7333333333vw;
  }
}
.l-page__body .planBlock .plan .block .item > .title > span:last-of-type {
  font-size: 12px;
  letter-spacing: 0.1517em;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan .block .item > .title > span:last-of-type {
    font-size: 2.9333333333vw;
    letter-spacing: 0.14em;
  }
}
.l-page__body .planBlock .plan .block .item > .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  margin: 0 10px;
}
.l-page__body .planBlock .plan .block .item > .icons .icon {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  letter-spacing: -0.04em;
}
.l-page__body .planBlock .plan .block .item > .icons .icon > span {
  font-size: 11px;
  letter-spacing: -0.0436em;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan .block .item > .icons .icon > span {
    font-size: 2.9333333333vw;
  }
}
.l-page__body .planBlock .plan .block .item > .icons .icon::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.l-page__body .planBlock .plan.p01 > .title {
  background: #6287AD;
}
.l-page__body .planBlock .plan.p01 .block {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan.p01 .block {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.l-page__body .planBlock .plan.p01 .block .item {
  border: solid 2px #6287AD;
  background: #D6E0EA;
  color: #6287AD;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan.p01 .block .item {
    height: 227px;
  }
}
.l-page__body .planBlock .plan.p01 .block .item > .icons {
  border-top: solid 2px #6287AD;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan.p01 .block .item > .icons {
    border-top: solid 1px #6287AD;
  }
}
.l-page__body .planBlock .plan.p01 .block .item > .icons .icon.icon01::before {
  background: url(../img/icon_body01-b.svg) no-repeat center center/contain;
}
.l-page__body .planBlock .plan.p01 .block .item > .icons .icon.icon02::before {
  background: url(../img/icon_body02-b.svg) no-repeat center center/contain;
}
.l-page__body .planBlock .plan.p01 .block .item > .icons .icon.icon03::before {
  background: url(../img/icon_body03-b.svg) no-repeat center center;
  background-size: 14px 14px;
}
.l-page__body .planBlock .plan.p02 > .title {
  background: #C57B6F;
}
.l-page__body .planBlock .plan.p02 .block {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan.p02 .block {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.l-page__body .planBlock .plan.p02 .block .item {
  border: solid 2px #C57B6F;
  background: #EED7D4;
  color: #C57B6F;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan.p02 .block .item {
    height: 150px;
  }
}
.l-page__body .planBlock .plan.p02 .block .item > .icons {
  border-top: solid 2px #C57B6F;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock .plan.p02 .block .item > .icons {
    border-top: solid 1px #C57B6F;
  }
}
.l-page__body .planBlock .plan.p02 .block .item > .icons .icon.icon01::before {
  background: url(../img/icon_body01-r.svg) no-repeat center center/contain;
}
.l-page__body .planBlock .plan.p02 .block .item > .icons .icon.icon02::before {
  background: url(../img/icon_body02-r.svg) no-repeat center center/contain;
}
.l-page__body .planBlock .plan.p02 .block .item > .icons .icon.icon03::before {
  background: url(../img/icon_body03-r.svg) no-repeat center center;
  background-size: 14px 14px;
}
.l-page__body .planBlock.clm1 {
  grid-template-columns: 1fr;
  margin-top: 15px;
}
.l-page__body .planBlock.clm1 .plan:first-of-type {
  padding-right: 0;
  border-right: none;
}
.l-page__body .planBlock.clm1 .plan:last-of-type {
  padding-left: 0;
}
.l-page__body .planBlock.clm1 .plan .block {
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .l-page__body .planBlock.clm1 .plan .block {
    display: block;
  }
}
.l-page__body .planBlock.clm1 .plan .block .item {
  border: solid 2px #BE956A;
  background: #F8F4F0;
  color: #BE956A;
  height: 140px;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock.clm1 .plan .block .item {
    height: initial;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock.clm1 .plan .block .item .title {
    margin-bottom: 10px;
  }
}
.l-page__body .planBlock.clm1 .plan .block .item .title > span:first-of-type {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.33;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .planBlock.clm1 .plan .block .item .title > span:first-of-type {
    font-size: 3.7333333333vw;
  }
  .l-page__body .planBlock.clm1 .plan .block .item .title > span:first-of-type span {
    display: block;
  }
}
.l-page__body .planBlock.clm1 .plan .block .item > .icons {
  align-items: center;
  border-top: solid 2px #BE956A;
}
.l-page__body .planBlock.clm1 .plan .block .item > .icons .icon.icon01::before {
  background: url(../img/icon_body01-y.svg) no-repeat center center/contain;
}
.l-page__body .planBlock.clm1 .plan .block .item > .icons .icon.icon02::before {
  background: url(../img/icon_body02-y.svg) no-repeat center center/contain;
}
.l-page__body .planBlock.clm1 .plan .block .item > .icons .icon.icon03::before {
  background: url(../img/icon_body03-y.svg) no-repeat center center/contain;
  background-size: 14px 14px;
}
@media screen and (min-width: 769px) {
  .l-page__body .planBlock.clm1 .plan .block .item:first-of-type {
    margin-left: 20%;
    margin-right: 40%;
    margin-bottom: 10px;
  }
  .l-page__body .planBlock.clm1 .plan .block .item:last-of-type {
    margin-left: 20%;
    margin-right: 20%;
  }
}
.l-page__body .movieWrap {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .movieWrap {
    margin-top: 80px;
  }
}
.l-page__body .movieWrap .item .message {
  margin: 0 0 60px;
  font-size: 18px;
  line-height: 2.33;
  letter-spacing: 0.15em;
  color: #28333B;
  font-weight: 500;
}
@media screen and (max-width: 766.98px) {
  .l-page__body .movieWrap .item .message {
    margin: 0 0 30px;
    font-size: 3.7333333333vw;
  }
  .l-page__body .movieWrap .item .message > span {
    display: block;
  }
  .l-page__body .movieWrap .item .message br {
    display: none;
  }
}
.l-page__body .movieWrap .item a {
  position: relative;
  display: block;
  cursor: pointer;
  max-width: 584px;
  margin: 0 auto;
}
.l-page__body .movieWrap .item a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/icon_play-w.svg") no-repeat center center;
  background-size: 84px 84px;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.l-page__body .movieWrap .item a:hover:after {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.l-page__body .movieWrap .item > p > span {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #231815;
  text-align: center;
}
.l-page__body .movieWrap .item > p > span.en {
  font-weight: bold;
}
.l-page__body .movieWrap .item > p > span.ja {
  font-size: 11px;
  line-height: 2.15;
  letter-spacing: 0.0327em;
}

.l-wrapper {
  overflow: hidden;
}

.c-container {
  margin: 0 auto;
}

.c-page-section {
  overflow: hidden;
}

.c-sub-section {
  max-width: 930px;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (max-width: 766.98px) {
  .c-sub-section {
    padding: 0 30px;
  }
}
.c-sub-section__title {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.94;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
  color: #28333B;
  font-weight: 600;
  text-align: center;
  border-bottom: solid 3px #ED6D38;
}
@media screen and (max-width: 766.98px) {
  .c-sub-section__title {
    font-size: 4.1333333333vw;
    line-height: 1.25;
    padding-bottom: 3px;
  }
}

.grid-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 766.98px) {
  .grid-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-inner.clm1 {
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}
.grid-inner.clm1 .block__head {
  max-width: 400px;
}
.grid-inner.clm1 .txt {
  position: absolute;
  width: calc(50% - 60px);
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  .grid-inner.clm1 .txt {
    position: relative;
    width: calc(100% - 60px);
  }
}
.grid-inner.clm1 .inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 766.98px) {
  .grid-inner.clm1 .inner {
    grid-template-columns: 1fr;
  }
}
.grid-inner.clm1 .inner .l {
  padding-top: 60px;
}
@media screen and (max-width: 766.98px) {
  .grid-inner.clm1 .inner .l {
    padding-top: 0;
  }
}

.morebtn.eye a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 30px);
  height: 50px;
  background: url(../img/icon_eye_01.svg) no-repeat right 15px top 12px #ED6D38;
  background-size: 24px;
  border-radius: 9px;
  border: solid 2px #ED6D38;
}
@media screen and (max-width: 766.98px) {
  .morebtn.eye a {
    width: 100%;
  }
}

.morebtn.eye a span {
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-right: -0.7px;
  color: #FFFFFF;
}

@media screen and (min-width: 767px) {
  .morebtn a:hover {
    transition: all 0.3s;
    background: url(../img/icon_eye_01.svg) no-repeat right 15px top 12px #FFF;
    background-size: 24px;
  }
  .morebtn a:hover span {
    color: #ED6D38;
  }
}
.tab-menu {
  border-bottom: 6px solid #ED6D38;
}
.tab-menu .c-sub-section {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 766.98px) {
  .tab-menu .c-sub-section {
    padding: 0 15px;
  }
}
.tab-menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 15px;
  gap: 15px;
}
@media screen and (max-width: 766.98px) {
  .tab-menu ul {
    gap: 5px;
  }
}
.tab-menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 21px 21px 0px 0px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: #FCE3D9;
  color: #ED6D38;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 766.98px) {
  .tab-menu ul li {
    height: 55px;
    font-size: 3.2vw;
    line-height: 1.08;
    border-radius: 15px 15px 0px 0px;
  }
}
.tab-menu ul li.active {
  background: #ED6D38;
  color: white;
}
.tab-menu.bottom {
  margin-bottom: 100px;
  border-top: 6px solid #ED6D38;
  border-bottom: none;
}
@media screen and (max-width: 766.98px) {
  .tab-menu.bottom ul {
    gap: 5px;
  }
}
.tab-menu.bottom ul li {
  border-radius: 0px 0px 21px 21px;
}
@media screen and (max-width: 766.98px) {
  .tab-menu.bottom ul li {
    height: 55px;
    font-size: 3.2vw;
    line-height: 1.08;
    border-radius: 0px 0px 15px 15px;
  }
}

.c-option.active {
  background: url(../img/bg_02-pc.jpg) no-repeat center top #FFF;
}
@media screen and (max-width: 766.98px) {
  .c-option.active {
    background: url(../img/bg_02-sp.jpg) no-repeat center top/contain;
  }
}
.c-option__title {
  color: #28333B;
  font-family: "Jost", sans-serif;
  font-size: 42px;
  letter-spacing: 9.24px;
  letter-spacing: 0.22em;
  margin-right: -0.22em;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 766.98px) {
  .c-option__title {
    font-size: 8.1333333333vw;
  }
}
.c-option__title span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.039em;
  margin-right: -0.039em;
}
@media screen and (max-width: 766.98px) {
  .c-option__title span {
    font-size: 4.5333333333vw;
  }
}

.tab-contents {
  background: #FFF;
  transition: height 0.3s ease;
  overflow: auto;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-note {
  display: none; /* 初期状態で非表示 */
}
.tab-note.active {
  display: block; /* アクティブ時に表示 */
}

/* アコーディオン */
.ac .toggle-area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

@media screen and (min-width: 769px) {
  .ac .toggle-area {
    max-height: none;
    transition: max-height 0.3s ease;
  }
}
@media screen and (max-width: 766.98px) {
  .ac .toggle-btn {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: auto;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #FFF;
    text-align: center;
    cursor: pointer;
  }
  .ac .toggle-btn:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: solid 2px #FFF;
    border-top: none;
    border-left: none;
    transform: rotate(-135deg);
    right: 15px;
    top: 13px;
    transition: all 0.3s ease;
  }
  .ac .toggle-btn > span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .ac .toggle-area.closed + .toggle-btn:after {
    transform: rotate(45deg);
    top: 6px;
    transition: all 0.3s ease;
  }
}
.block {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.block__tag {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  right: 30px;
  top: -10px;
  background: #ED6D38;
  font-family: "Afacad Flux", sans-serif;
  font-size: 27px;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 766.98px) {
  .block__tag {
    right: 15px;
    top: -20px;
  }
}
.block__title {
  display: flex;
}
.block__title .ph {
  width: 143px;
  margin-right: 15px;
}
.block__title .cont {
  flex: 1;
}
.block__title .cont .title {
  margin-bottom: 10px;
}
.block__title .cont .title > span {
  display: block;
}
.block__title .cont .title > span.en {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 766.98px) {
  .block__title .cont .title > span.en {
    font-size: 5.4666666667vw;
  }
}
.block__title .cont .title > span.ja {
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .block__title .cont .title > span.ja {
    font-size: 3.2vw;
  }
}
.block__title .cont .txt {
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (max-width: 766.98px) {
  .block__title .cont .txt {
    font-size: 3.2vw;
  }
}
.block__cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block__cont .info {
  margin: 15px 30px 20px;
  padding: 10px;
  background: #FEFBF9;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.53;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  .block__cont .info {
    font-size: 3.2vw;
  }
}
.block__cont .labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 15px;
}
.block__cont .labels .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #FFF;
  background: #ED6D38;
  border-radius: 2px;
}
@media screen and (max-width: 766.98px) {
  .block__cont .labels .label {
    font-size: 3.2vw;
  }
}
.block__cont .icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  color: #ED6D38;
  line-height: 1;
}
.block__cont .icons img {
  margin-right: 5px;
}
.block__cont .icons .icon {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 766.98px) {
  .block__cont .icons .icon {
    font-size: 3.2vw;
  }
}
.block__cont .icons .icon::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.block__cont .icons .icon.icon01::before {
  background: url("../img/icon_label01.svg") no-repeat center center/contain;
}
.block__cont .icons .icon.icon02 {
  padding-left: 21px;
}
.block__cont .icons .icon.icon02::before {
  background: url("../img/icon_label02.svg") no-repeat center center/contain;
}
.block__cont .icons .icon.icon03::before {
  background: url("../img/icon_label03.svg") no-repeat center center/contain;
}
.block__cont .icons .icon.changeable {
  margin-left: -6em;
  margin-bottom: 30px;
}
.block__cont .icons .icon.changeable:after {
  position: absolute;
  content: "※DVDに変更可能です";
  width: 12em;
  height: 1em;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #F4A887;
  left: 22px;
  bottom: -12px;
}
.block__cont .fig {
  margin-bottom: 15px;
}
.block__cont .concept {
  margin: 0 30px 30px;
  color: #231815;
}
.block__cont .concept .title {
  margin: 0 0 20px;
}
.block__cont .concept .title > p:first-of-type {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 766.98px) {
  .block__cont .concept .title > p:first-of-type {
    font-size: 3.7333333333vw;
  }
}
.block__cont .concept .title > p:last-of-type {
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 766.98px) {
  .block__cont .concept .title > p:last-of-type {
    font-size: 3.2vw;
  }
}
.block__cont .sample {
  margin: 0 30px 30px;
}
.block__cont .sample .title {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-family: "Afacad Flux", sans-serif;
  font-size: 20px;
  letter-spacing: 0.22em;
  line-height: 1;
  text-align: center;
  color: #28333B;
  border-bottom: solid 1px #28333B;
}
.block__cont .movieWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
.block__cont .movieWrap .item a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.block__cont .movieWrap .item a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/icon_play.svg") no-repeat center center;
  background-size: 35px 35px;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.block__cont .movieWrap .item a:hover:after {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.block__cont .movieWrap .item > p > span {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #231815;
  text-align: center;
}
.block__cont .movieWrap .item > p > span.en {
  font-weight: bold;
}
@media screen and (max-width: 766.98px) {
  .block__cont .movieWrap .item > p > span.en {
    font-size: 3.2vw;
  }
}
.block__cont .movieWrap .item > p > span.ja {
  margin-top: 0.5em;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.0327em;
  font-weight: 500;
}
@media screen and (max-width: 766.98px) {
  .block__cont .movieWrap .item > p > span.ja {
    font-size: 2.8vw;
  }
}
.block__cont .movieWrap .caption {
  font-size: 12px;
  color: #687076;
  text-align: center;
}
.block__cont .movieWrap.single {
  grid-template-columns: 1fr;
  margin: 0 30px 20px;
}
.block__cont .movieWrap.single .item a:after {
  background-size: 53px 53px;
}
.block__cont .recommend {
  position: relative;
  background: #FFF;
  margin: 0 30px 0 30px;
  padding: 15px 15px 0;
  color: #231815;
  overflow: hidden;
}
.block__cont .recommend .tag {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 88px;
  height: 30px;
  padding-bottom: 5px;
  background: #009791;
  top: 0;
  right: 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #FFF;
  text-align: center;
}
.block__cont .recommend .tag:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 44px solid transparent;
  border-left: 44px solid transparent;
  border-bottom: 5px solid #FFF;
  border-top: 0;
  bottom: 0;
  left: 0;
}
.block__cont .recommend .title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.block__cont .recommend .title .pr {
  color: #ED6D38;
}
.block__cont .recommend .price {
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media screen and (max-width: 766.98px) {
  .block__cont .recommend .price {
    font-size: 2.8vw;
  }
}
.block__cont .recommend .sample {
  margin: 0 0 30px;
}
.block__cont .recommend .sample .title {
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}
.block__cont .recommend .sample .movieWrap {
  grid-template-columns: 1fr;
}
.block__cont .recommend .sample .movieWrap .item a {
  display: block;
  max-width: 230px;
  margin: 0 auto;
}
.block__cont .recommend .sample .movieWrap .item a:after {
  background-size: 53px 53px;
}
.block__cont .recommend .sample .movieWrap .item a:hover:after {
  transform: scale(1.05);
}
.block__cont .recommend .sample .movieWrap .item > p > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #231815;
  text-align: center;
}
.block__cont .recommend .sample .movieWrap .item > p > span.en {
  font-weight: bold;
}
.block__cont .recommend .fig {
  margin: 0 0 30px 0;
}
.block__cont .optionBlock {
  margin: 30px 30px 60px;
}
.block__cont .optionBlock .title {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #ED6D38;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  .block__cont .optionBlock .title {
    font-size: 3.4666666667vw;
  }
}
.block__cont .optionBlock .tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 766.98px) {
  .block__cont .optionBlock .tiles {
    grid-template-columns: 1fr;
  }
}
.block__cont .optionBlock .tiles .tile > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 62px;
  border-radius: 31px;
  background: #ED6D38;
}
.block__cont .optionBlock .tiles .tile span {
  display: block;
  line-height: 1;
  color: #FFF;
}
.block__cont .optionBlock .tiles .tile span:first-of-type {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.11em;
  margin-bottom: 5px;
}
@media screen and (max-width: 766.98px) {
  .block__cont .optionBlock .tiles .tile span:first-of-type {
    font-size: 4.6666666667vw;
  }
}
.block__cont .optionBlock .tiles .tile span:last-of-type {
  font-size: 13px;
}
@media screen and (max-width: 766.98px) {
  .block__cont .optionBlock .tiles .tile span:last-of-type {
    font-size: 3.2vw;
  }
}
.block__check {
  position: absolute;
  display: flex;
  align-items: center;
  width: 170px;
  height: 24px;
  top: -12px;
  padding: 0 10px;
  background: #009791;
  border-radius: 0px 12px 12px 0px;
}
.block__check > span {
  font-family: "Afacad Flux", sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #FFF;
}
.block__sample {
  margin: 0 0 30px;
}
.block.drop {
  border-radius: 0 0 10px 10px;
  margin-top: 31px;
  padding: 50px 0 0;
}
.block.drop .txt {
  margin: 0 30px 20px;
  font-size: 13px;
  line-height: 1.65;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  .block.drop .txt {
    font-size: 3.2vw;
  }
}
.block.drop .movieWrap {
  margin: 0 30px 20px;
}
.block.drop .price {
  margin: 0 30px 20px;
  font-size: 15px;
  line-height: 1.58;
  letter-spacing: 0.03em;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  .block.drop .price {
    font-size: 3.7333333333vw;
  }
}
.block.drop .price > p.copy {
  position: relative;
  display: inline;
}
.block.drop .price > p.copy:before {
  position: absolute;
  content: "著作権対応";
  left: -6em;
  top: 0;
  font-size: 13px;
}
.block.drop .price > p.att {
  text-align: right;
  font-size: 12px;
  height: 17px;
}
.block.drop .point {
  margin: 0 30px 30px;
}
.block.drop .point dl {
  text-align: center;
}
.block.drop .point dl:not(:first-of-type) {
  margin-top: 20px;
}
.block.drop .point dl dt {
  font-family: "Futura W01";
  font-size: 12px;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: #ED6D38;
}
@media screen and (max-width: 766.98px) {
  .block.drop .point dl dt {
    font-size: 2.9333333333vw;
  }
}
.block.drop .point dl dd {
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #000000;
}
@media screen and (max-width: 766.98px) {
  .block.drop .point dl dd {
    font-size: 3.2vw;
  }
}
.block.drop .icons {
  justify-content: center;
  margin: 0 30px 30px;
}
.block.drop .icons .note {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #F4A887;
}
.block.drop .fig {
  margin: 0 30px 30px;
}
.block.drop .fig p.att {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  height: 17px;
}
.block.drop .note {
  margin: 0 30px 30px;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #231815;
}
.block.drop .note.att {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 766.98px) {
  .block.drop .note.att {
    font-size: 2.9333333333vw;
  }
}
.block.drop .note.att:before {
  position: absolute;
  content: "※";
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
}
.block.drop .toggle-btn {
  background: #ED6D38;
}
.block__head {
  position: absolute;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  height: 62px;
  min-height: 62px;
  top: -31px;
  left: 0;
  padding: 0 0 0 30px;
  background: #ED6D38;
  border-radius: 0 31px 31px 0;
}
.block__head .title {
  width: 100%;
  color: #FFF;
}
.block__head .title span {
  display: block;
  line-height: 1;
}
.block__head .title span:first-of-type {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.11em;
  margin-bottom: 5px;
}
@media screen and (max-width: 766.98px) {
  .block__head .title span:first-of-type {
    font-size: 4.6666666667vw;
  }
}
.block__head .title span:last-of-type {
  font-size: 13px;
}
@media screen and (max-width: 766.98px) {
  .block__head .title span:last-of-type {
    font-size: 3.2vw;
  }
}
.block__head .recommend {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  width: 62px;
  height: 62px;
  background: #009791;
  border-radius: 31px;
}
.block__head .recommend span {
  font-size: 11px;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 766.98px) {
  .block__head .recommend span {
    font-size: 2.8vw;
  }
}
.block.option .block__head {
  position: relative;
  min-height: initial;
  width: 100%;
  margin-bottom: 20px;
  top: 0;
  border-radius: 0 31px 31px 31px;
}
.block.option .block__head .title {
  width: 100%;
  color: #FFF;
}
.block.option .block__head .title span {
  display: block;
  line-height: 1;
}
.block.option .block__head .title span:first-of-type {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  .block.option .block__head .title span:first-of-type {
    font-size: 3.7333333333vw;
  }
}
.block.option .price {
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0.03em;
  color: #231815;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 766.98px) {
  .block.option .price {
    font-size: 3.4666666667vw;
  }
}
.block.option .item {
  display: flex;
}
.block.option .item .ph {
  max-width: 165px;
  margin-right: 20px;
}
@media screen and (max-width: 766.98px) {
  .block.option .item .ph {
    width: 33.3333333333vw;
    max-width: 125px;
  }
}
.block.option .item .cont {
  flex: 1;
}
.block.option .item .cont .point dl:not(:first-of-type) {
  margin-top: 20px;
}
.block.option .item .cont .point dl dt {
  font-family: "Futura W01";
  font-size: 14px;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: #ED6D38;
}
@media screen and (max-width: 766.98px) {
  .block.option .item .cont .point dl dt {
    font-size: 2.9333333333vw;
  }
}
.block.option .item .cont .point dl dd {
  font-size: 15px;
  letter-spacing: 0.0833em;
  color: #666666;
}
@media screen and (max-width: 766.98px) {
  .block.option .item .cont .point dl dd {
    font-size: 3.2vw;
  }
}

#tab1 {
  padding-bottom: 40px;
}
#tab1 .block__title {
  display: flex;
  margin-bottom: 27px;
}
#tab1 .block__title .icon {
  width: 64px;
  margin-right: 30px;
}
#tab1 .block__title .comment {
  position: relative;
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #FFF;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__title .comment {
    font-size: 3.2vw;
  }
}
#tab1 .block__title .comment:before {
  position: absolute;
  content: "";
  border-left: 29px solid transparent;
  border-top: 17px solid green;
  height: 0;
  width: 0;
  left: -25px;
  top: 30px;
}
#tab1 .block__cont {
  position: relative;
  border-radius: 10px;
  padding-top: 20px;
}
#tab1 .block__cont > .tag {
  position: absolute;
  height: 27px;
  padding: 0 10px;
  top: -15px;
  left: -7px;
  font-size: 14px;
  line-height: 1.75;
  color: #FFF;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont > .tag {
    font-size: 2.9333333333vw;
    line-height: 27px;
  }
}
#tab1 .block__cont > .title {
  margin-bottom: 20px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 0.9;
  letter-spacing: 0.15em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont > .title {
    font-size: 4.2666666667vw;
    letter-spacing: 0.12em;
  }
}
#tab1 .block__cont .item {
  display: flex;
  margin-bottom: 15px;
  padding: 0 15px;
  font-weight: 500;
}
#tab1 .block__cont .item .ph {
  position: relative;
  width: 157px;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .item .ph {
    width: 32vw;
    max-width: 122px;
  }
}
#tab1 .block__cont .item .ph .tag {
  position: absolute;
  display: flex;
  align-items: center;
  width: 93px;
  height: 25px;
  padding: 0 10px;
  top: 0;
  left: 0;
  background: #C57B6F;
  border-radius: 0px 0px 12px 0px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.21em;
  color: #FFFFFF;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .item .ph .tag {
    font-size: 3.2vw;
  }
}
#tab1 .block__cont .item .ph .tag.c01 {
  background: #C57B6F;
}
#tab1 .block__cont .item .ph .tag.c02 {
  background: #6287AD;
}
#tab1 .block__cont .item .text {
  flex: 1;
  padding: 20px 10px;
  color: #231815;
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .item .text {
    padding: 10px;
  }
}
#tab1 .block__cont .item .text .title {
  margin-bottom: 15px;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .item .text .title {
    margin-bottom: 5px;
  }
}
#tab1 .block__cont .item .text .title > span {
  display: block;
}
#tab1 .block__cont .item .text .title > span:first-of-type {
  font-size: 20px;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .item .text .title > span:first-of-type {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
#tab1 .block__cont .item .text .title > span:last-of-type {
  font-size: 14px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .item .text .title > span:last-of-type {
    font-size: 3.0666666667vw;
  }
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .item .text p {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
  }
}
#tab1 .block__cont .item + .item {
  position: relative;
  margin-top: 30px;
}
#tab1 .block__cont .item + .item:before, #tab1 .block__cont .item + .item:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  left: 50%;
  top: -38px;
  margin-left: -23px;
}
#tab1 .block__cont .item + .item:before {
  border-radius: 23px;
}
#tab1 .block__cont .item + .item:after {
  width: 28px;
  height: 28px;
  background: url("../img/icon_plus.svg") no-repeat center center/contain;
  margin-left: -14px;
  margin-top: 9px;
}
#tab1 .block__cont .note {
  margin-bottom: 30px;
  padding: 0 15px;
  color: #FFF;
}
#tab1 .block__cont .note > p:first-of-type {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .note > p:first-of-type {
    font-size: 3.7333333333vw;
  }
}
#tab1 .block__cont .note > p:first-of-type > span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 766.98px) {
  #tab1 .block__cont .note > p:first-of-type > span {
    font-size: 3.2vw;
  }
}
#tab1 .block__cont .note > p:last-of-type {
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: 0.03em;
}
#tab1 .block__cont .note > p:last-of-type > span {
  color: #F3E5E2;
}
#tab1 .block:nth-child(1) .block__title .comment {
  background: #DCB0A9;
}
#tab1 .block:nth-child(1) .block__title .comment:before {
  border-top: 17px solid #DCB0A9;
}
#tab1 .block:nth-child(1) .block__cont {
  background: #DCB0A9;
}
#tab1 .block:nth-child(1) .block__cont .tag {
  background: #C57B6F;
}
#tab1 .block:nth-child(1) .block__cont .item .text {
  background: #ECD5D1;
}
#tab1 .block:nth-child(1) .block__cont .item + .item:before {
  background: #C57B6F;
}
#tab1 .block:nth-child(1) .block__cont .toggle-btn {
  background: #C57B6F;
}
#tab1 .block:nth-child(2) .block__title .comment {
  background: #B9A682;
}
#tab1 .block:nth-child(2) .block__title .comment:before {
  border-top: 17px solid #B9A682;
}
#tab1 .block:nth-child(2) .block__cont {
  background: #B9A682;
}
#tab1 .block:nth-child(2) .block__cont .tag {
  background: #8A6B2F;
}
#tab1 .block:nth-child(2) .block__cont .item .text {
  background: #DCD2C1;
}
#tab1 .block:nth-child(2) .block__cont .item + .item:before {
  background: #8A6B2F;
}
#tab1 .block:nth-child(2) .block__cont .toggle-btn {
  background: #8A6B2F;
}
#tab1 .block:nth-child(3) .block__title .comment {
  background: #A1B7CE;
}
#tab1 .block:nth-child(3) .block__title .comment:before {
  border-top: 17px solid #A1B7CE;
}
#tab1 .block:nth-child(3) .block__cont {
  background: #A1B7CE;
}
#tab1 .block:nth-child(3) .block__cont .tag {
  background: #6287AD;
}
#tab1 .block:nth-child(3) .block__cont .item .text {
  background: #D0DBE6;
}
#tab1 .block:nth-child(3) .block__cont .item + .item:before {
  background: #6287AD;
}
#tab1 .block:nth-child(3) .block__cont .toggle-btn {
  background: #6287AD;
}
#tab1 .block:nth-child(4) .block__title .comment {
  background: #B0A7B2;
}
#tab1 .block:nth-child(4) .block__title .comment:before {
  border-top: 17px solid #B0A7B2;
}
#tab1 .block:nth-child(4) .block__cont {
  background: #B0A7B2;
}
#tab1 .block:nth-child(4) .block__cont .tag {
  background: #7B6C7F;
}
#tab1 .block:nth-child(4) .block__cont .item .text {
  background: #D8D3D9;
}
#tab1 .block:nth-child(4) .block__cont .item + .item:before {
  background: #7B6C7F;
}
#tab1 .block:nth-child(4) .block__cont .toggle-btn {
  background: #7B6C7F;
}
@media screen and (max-width: 766.98px) {
  #tab1 .grid-inner {
    margin-bottom: 0;
  }
}

#tab2 .block {
  background: #FBE2D7;
}
#tab2 .block__title .ph img {
  border-radius: 10px 0 0 0;
}
#tab2 .block__title .cont {
  padding-top: 10px;
}
#tab2 .block__title .cont .title > span {
  font-weight: 600;
}
#tab2 .block__title .cont .title > span.en {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
#tab2 .block__title .cont .title > span.ja {
  font-size: 14px;
  line-height: 1.53;
  font-weight: 400;
}
#tab2 .block__title .cont .txt {
  font-size: 13px;
  line-height: 1.3;
}
#tab2 .block__cont .ph {
  margin: 15px 30px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#tab2 .block__cont .concept {
  margin-bottom: 15px;
}
#tab2 .block .toggle-btn {
  background: #ED6D38;
}
#tab2 .block:nth-child(3) .recommend, #tab2 .block:nth-child(4) .recommend {
  margin-bottom: 0;
  padding-bottom: 15px;
}
#tab2 .block:nth-child(3) .toggle-area .recommend, #tab2 .block:nth-child(4) .toggle-area .recommend {
  margin-bottom: 30px;
  padding-top: 0;
}
#tab2 .block:nth-child(3) .toggle-area .recommend .fig, #tab2 .block:nth-child(4) .toggle-area .recommend .fig {
  margin-top: 0;
}
@media screen and (max-width: 766.98px) {
  #tab2 .grid-inner {
    margin: 0 -30px 60px;
    grid-template-columns: repeat(1, 1fr);
  }
  #tab2 .grid-inner.clm1 .block__tag {
    display: none;
  }
}
#tab2 .grid-inner {
  align-items: start;
}
#tab2 .toggle-area {
  height: 100%;
}
#tab2 .ac .toggle-btn {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-top: auto;
  border-radius: 0px 0px 10px 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
#tab2 .ac .toggle-btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #FFF;
  border-top: none;
  border-left: none;
  transform: rotate(-135deg);
  right: 15px;
  top: 13px;
  transition: all 0.3s ease;
}
#tab2 .ac .toggle-btn > span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#tab2 .ac .toggle-area.closed + .toggle-btn:after {
  transform: rotate(45deg);
  top: 6px;
  transition: all 0.3s ease;
}

#tab3 .c-sub-section__title {
  margin-bottom: 70px;
}
#tab3 .block {
  background: #FBE2D7;
}
@media screen and (max-width: 766.98px) {
  #tab3 .block {
    padding-bottom: 30px;
  }
}
#tab3 .block__tag {
  background: #FBE2D7;
  color: #ED6D38;
  border-radius: 16px 16px 0 0;
  right: inherit;
  left: 30px;
  top: -63px;
}
#tab3 .block:nth-child(2) .icons {
  align-items: flex-start;
}
#tab3 .block:nth-child(2) .icons .icon {
  margin-left: 0;
}
#tab3 .block:nth-child(4) .fig {
  margin: 0 30px 30px 5px;
}
#tab3 .block:nth-child(4) .point {
  margin-bottom: 30px;
}
@media screen and (max-width: 766.98px) {
  #tab3 .grid-inner {
    margin: 0 -30px 60px;
  }
}
#tab3 .grid-inner {
  align-items: start;
}
#tab3 .toggle-area {
  height: 100%;
}
#tab3 .ac .toggle-btn {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-top: auto;
  border-radius: 0px 0px 10px 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
#tab3 .ac .toggle-btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #FFF;
  border-top: none;
  border-left: none;
  transform: rotate(-135deg);
  right: 15px;
  top: 13px;
  transition: all 0.3s ease;
}
#tab3 .ac .toggle-btn > span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#tab3 .ac .toggle-area.closed + .toggle-btn:after {
  transform: rotate(45deg);
  top: 6px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 766.98px) {
  #tab3 .block {
    padding-bottom: 0;
  }
}