@charset "UTF-8";
/*----------------------------------------

	top CSS

-----------------------------------------*/
/*----------------------------------------
	common
-----------------------------------------*/
/*
.l-header {
	&__logo {
		filter: brightness(0);
	}
	&__toggle {
		filter: brightness(0);
	}
	&__gnav {
		.__pagelink,
		.__sublink {
			@include mq(pc-sm){
				--color: #222;
			}
		}
	}
}
*/
/*----------------------------------------
	intro
-----------------------------------------*/
.s-intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}
.s-intro__movie {
  height: 100%;
}
.s-intro__movie video {
  display: block;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.s-intro._scene-1 .__bg1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
}
.s-intro._scene-1 .__txt1 {
  opacity: 1;
  visibility: visible;
}
.s-intro._scene-1 .__txt1 p {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.s-intro._scene-2 .__txt1 {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1.6s, visibility 1.6s, -webkit-filter 1.6s;
  transition: opacity 1.6s, visibility 1.6s, -webkit-filter 1.6s;
  transition: opacity 1.6s, visibility 1.6s, filter 1.6s;
  transition: opacity 1.6s, visibility 1.6s, filter 1.6s, -webkit-filter 1.6s;
}
.s-intro._scene-2 .__bg2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
  -webkit-transition-delay: 0.4s, 0.4s;
          transition-delay: 0.4s, 0.4s;
}
.s-intro._scene-2 .__txt2 {
  opacity: 1;
  visibility: visible;
}
.s-intro._scene-2 .__txt2 p {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.s-intro._scene-3 .__txt2 {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1.6s, visibility 1.6s, -webkit-filter 1.6s;
  transition: opacity 1.6s, visibility 1.6s, -webkit-filter 1.6s;
  transition: opacity 1.6s, visibility 1.6s, filter 1.6s;
  transition: opacity 1.6s, visibility 1.6s, filter 1.6s, -webkit-filter 1.6s;
}
.s-intro._scene-3 .__bg3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
}
.s-intro._scene-3 .__bg4 {
  --delay: 1s;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  -webkit-transition-delay: var(--delay);
          transition-delay: var(--delay);
}
.s-intro._scene-3 .__bg4::before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: top 0.8s, bottom 0.8s, left 0.8s, right 0.8s, -webkit-transform 0.8s;
  transition: top 0.8s, bottom 0.8s, left 0.8s, right 0.8s, -webkit-transform 0.8s;
  transition: top 0.8s, bottom 0.8s, left 0.8s, right 0.8s, transform 0.8s;
  transition: top 0.8s, bottom 0.8s, left 0.8s, right 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: calc(var(--delay) + 1s);
          transition-delay: calc(var(--delay) + 1s);
}
@media print, screen and (min-width: 768px ) {
  .s-intro._scene-3 .__bg4::before {
    left: 50%;
    -webkit-transform: translate(-90%, -50%);
            transform: translate(-90%, -50%);
  }
}
.s-intro._scene-3 .__bg4::after {
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: top 0.8s, bottom 0.8s, left 0.8s, right 0.8s, -webkit-transform 0.8s;
  transition: top 0.8s, bottom 0.8s, left 0.8s, right 0.8s, -webkit-transform 0.8s;
  transition: top 0.8s, bottom 0.8s, left 0.8s, right 0.8s, transform 0.8s;
  transition: top 0.8s, bottom 0.8s, left 0.8s, right 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: calc(var(--delay) + 1s);
          transition-delay: calc(var(--delay) + 1s);
}
@media print, screen and (min-width: 768px ) {
  .s-intro._scene-3 .__bg4::after {
    right: 50%;
    -webkit-transform: translate(90%, 50%);
            transform: translate(90%, 50%);
  }
}
.s-intro._scene-4 .__bg4 {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.4s cubic-bezier(0.64, 0, 0.78, 0);
  transition: opacity 0.2s 0.2s, -webkit-transform 0.4s cubic-bezier(0.64, 0, 0.78, 0);
  transition: opacity 0.2s 0.2s, transform 0.4s cubic-bezier(0.64, 0, 0.78, 0);
  transition: opacity 0.2s 0.2s, transform 0.4s cubic-bezier(0.64, 0, 0.78, 0), -webkit-transform 0.4s cubic-bezier(0.64, 0, 0.78, 0);
}
.s-intro._scene-4 .__txt3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.8s, visibility 0.8s, -webkit-transform 0.2s;
  transition: opacity 0.8s, visibility 0.8s, -webkit-transform 0.2s;
  transition: opacity 0.8s, visibility 0.8s, transform 0.2s;
  transition: opacity 0.8s, visibility 0.8s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.s-intro._scene-end {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}
.s-intro__skip {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 100;
  padding: 8px 32px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#C98B1A), to(#724C05));
  background: linear-gradient(90deg, #C98B1A 0%, #724C05 100%);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 768px ) {
  .s-intro__skip {
    bottom: 50px;
    padding: 8px 42px;
  }
}
.s-intro .__bg,
.s-intro .__txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.s-intro .__bg {
  z-index: 1;
}
.s-intro .__txt {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.1em;
}
.s-intro .__txt em {
  display: inline-block;
  font-weight: inherit;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#CAA060), color-stop(#F5D5A4), color-stop(70%, #CAA060));
  background: linear-gradient(#CAA060, #F5D5A4, #CAA060 70%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.s-intro .__txt-wrap {
  display: block;
  position: relative;
}
.s-intro .__bg1 {
  background: url(../img/top/intro_bg01_sp.webp) center top/100% auto repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__bg1 {
    background-image: url(../img/top/intro_bg01_pc.webp);
  }
}
.s-intro .__bg2::before, .s-intro .__bg2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.s-intro .__bg2::before {
  top: 0;
  padding-bottom: min(96%, 54vh);
  background: url(../img/top/intro_01_bg01_sp.webp) center bottom/100% auto no-repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__bg2::before {
    padding-bottom: min(18%, 32vh);
    background-image: url(../img/top/intro_01_bg01_pc.webp);
  }
}
.s-intro .__bg2::after {
  bottom: 0;
  padding-bottom: min(58%, 33vh);
  background: url(../img/top/intro_01_bg02_sp.webp) center top/100% auto no-repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__bg2::after {
    padding-bottom: min(27%, 48vh);
    background-image: url(../img/top/intro_01_bg02_pc.webp);
  }
}
.s-intro .__bg3::before, .s-intro .__bg3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.s-intro .__bg3::before {
  top: 0;
  padding-bottom: min(96%, 54vh);
  background: url(../img/top/intro_02_bg01_sp.webp) center bottom/100% auto no-repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__bg3::before {
    padding-bottom: min(18%, 32vh);
    background-image: url(../img/top/intro_02_bg01_pc.webp);
  }
}
.s-intro .__bg3::after {
  bottom: 0;
  padding-bottom: min(58%, 33vh);
  background: url(../img/top/intro_02_bg02_sp.webp) center top/100% auto no-repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__bg3::after {
    padding-bottom: min(27%, 48vh);
    background-image: url(../img/top/intro_02_bg02_pc.webp);
  }
}
.s-intro .__bg4::before, .s-intro .__bg4::after {
  content: "";
  position: absolute;
  width: 68%;
  padding-bottom: 74%;
  opacity: 0.1;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__bg4::before, .s-intro .__bg4::after {
    width: 40%;
    padding-bottom: 41%;
  }
}
.s-intro .__bg4::before {
  top: 0;
  left: 0;
  margin-left: -5%;
  background: url(../img/top/intro_03_bg01.svg) center bottom/100% auto no-repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__bg4::before {
    margin-left: 5%;
  }
}
.s-intro .__bg4::after {
  bottom: 0;
  right: 0;
  margin-right: -5%;
  background: url(../img/top/intro_03_bg02.svg) center top/100% auto no-repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__bg4::after {
    margin-right: 5%;
  }
}
.s-intro .__txt1 p {
  opacity: 0;
}
.s-intro .__txt1 p:nth-child(1) {
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(1) {
    font-size: 3.4rem;
  }
}
.s-intro .__txt1 p:nth-child(1) em {
  font-size: 4rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(1) em {
    font-size: 5rem;
  }
}
.s-intro .__txt1 p:nth-child(1) small {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(1) small {
    font-size: 2.8rem;
  }
}
.s-intro .__txt1 p:nth-child(1) span {
  vertical-align: text-top;
  margin-left: 3px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 1.7rem;
  background: -webkit-gradient(linear, left top, right top, from(#C06591), to(#E97C7B));
  background: linear-gradient(90deg, #C06591, #E97C7B);
  color: #fff;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(1) span {
    margin-left: 5px;
    padding: 2px 25px;
    font-size: 2rem;
  }
}
.s-intro .__txt1 p:nth-child(2) {
  font-size: 2.6rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(2) {
    font-size: 4.6rem;
  }
}
.s-intro .__txt1 p:nth-child(2) small {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(2) small {
    font-size: 3rem;
  }
}
.s-intro .__txt1 p:nth-child(3) {
  font-size: 3.8rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(3) {
    font-size: 5.2rem;
  }
}
.s-intro .__txt1 p:nth-child(3) em {
  padding: 0 5px;
  font-size: 5.9rem;
  font-style: italic;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(3) em {
    font-size: 8.2rem;
  }
}
.s-intro .__txt1 p:nth-child(3) small {
  font-size: 3.3rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt1 p:nth-child(3) small {
    font-size: 3.6rem;
  }
}
.s-intro .__txt2 p {
  padding: 3px 0;
  opacity: 0;
}
.s-intro .__txt2 p:nth-child(1) {
  font-size: 2.3rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt2 p:nth-child(1) {
    font-size: 3.6rem;
  }
}
.s-intro .__txt2 p:nth-child(1) em {
  padding: 0 5px;
  font-size: 4.3rem;
  font-style: italic;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt2 p:nth-child(1) em {
    font-size: 6.3rem;
  }
}
.s-intro .__txt2 p:nth-child(2) {
  font-size: 2.3rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt2 p:nth-child(2) {
    font-size: 3.6rem;
  }
}
.s-intro .__txt2 p:nth-child(3) {
  font-size: 2.3rem;
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt2 p:nth-child(3) {
    font-size: 3.6rem;
  }
}
.s-intro .__txt2 p:nth-child(4) {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px 0;
  position: relative;
  margin-top: 15px;
}
.s-intro .__txt2 p:nth-child(4) > span {
  display: block;
  margin: 0 auto;
}
.s-intro .__txt2 p:nth-child(4) > span:nth-child(1) {
  width: 146px;
}
.s-intro .__txt2 p:nth-child(4) > span:nth-child(2) {
  width: 305px;
}
.s-intro .__txt3 {
  -ms-grid-columns: 40%;
  grid-template-columns: 40%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media print, screen and (min-width: 768px ) {
  .s-intro .__txt3 {
    -ms-grid-columns: 18%;
    grid-template-columns: 18%;
  }
}

/*----------------------------------------
	mv
-----------------------------------------*/
.s-mv .__visual {
  position: relative;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__visual {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.s-mv .__notice {
  padding: 35px 0;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__notice {
    padding: 45px 0;
  }
}
.s-mv .__notice dl {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  padding: 25px 20px;
  border: 1px solid #000;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__notice dl {
    max-width: 1040px;
    padding: 40px 20px;
  }
}
.s-mv .__notice dt {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__notice dt {
    font-size: 1.8rem;
  }
}
.s-mv .__notice dd {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__notice dd {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__slide {
    width: 100%;
  }
}
.s-mv .__slide-pic {
  position: relative;
}
.s-mv .__slide-pic .c-cap {
  position: absolute;
  bottom: 0;
  right: 0;
  background: none;
  font-size: 0.7rem;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__slide-pic .c-cap {
    font-size: 1.2rem;
  }
}
.s-mv .__slide-logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20%;
  grid-template-columns: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 18%;
  -webkit-filter: grayscale(1) brightness(30);
          filter: grayscale(1) brightness(30);
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__slide-logo {
    -ms-grid-columns: 3% 12% 1fr;
    grid-template-columns: 3% 12% 1fr;
    padding-top: 10%;
  }
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__slide-logo > span {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}
.s-mv .__slide-bar {
  display: none;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__slide-bar {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 12%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
  }
}
.s-mv .__slide-bar-time {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
@-webkit-keyframes count {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes count {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.s-mv .__slide-bar-time.count {
  -webkit-animation: count var(--time) linear forwards;
          animation: count var(--time) linear forwards;
}
.s-mv .__slide-bar-count {
  position: absolute;
  left: calc(100% + 10px);
  color: #fff;
  font-size: 1rem;
  line-height: 0;
}
.s-mv .__slide .swiper {
  overflow: visible;
  position: static;
}
.s-mv .__slide .swiper-pagination {
  display: none;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__slide .swiper-pagination {
    display: block;
    top: auto;
    bottom: 20px;
    right: auto;
    left: 20px;
    width: 12%;
    height: 1px;
    background: #D5D5D5;
  }
}
.s-mv .__slide .swiper-pagination-progressbar-fill {
  background: #fff;
}
.s-mv .__copy-txt1, .s-mv .__copy-txt2 {
  background: center center/cover no-repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__copy-txt1 picture, .s-mv .__copy-txt2 picture {
    display: block;
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.s-mv .__copy-txt1 {
  background: -webkit-gradient(linear, left top, right top, from(#301F17), color-stop(50%, #63402F), to(#301F17));
  background: linear-gradient(90deg, #301F17 0%, #63402F 50%, #301F17 100%);
}
.s-mv .__copy-txt2 {
  background-image: url(../img/top/mv_bg02_sp.webp?u=250311);
  padding: 16px 55px 20px;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .__copy-txt2 {
    background-image: url(../img/top/mv_bg02_pc.webp?u=250311);
    padding: 14px 0 11px;
  }
}
@media screen and (max-width: 767.99px ) {
  .s-mv .l-entry {
    padding-top: 15px;
  }
}
.s-mv .l-entry .__entry-head._top {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  max-width: 840px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .l-entry .__entry-head._top {
    grid-gap: 30px;
  }
}
.s-mv .l-entry .__entry-head._top hr {
  display: block;
  width: 136px;
  height: 1px;
  margin: 0 auto;
  border: none;
  background: #000;
}
.s-mv .l-entry .__entry-head._top .__ttl1 {
  font-size: 2.8rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .l-entry .__entry-head._top .__ttl1 {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 768px ) {
  .s-mv .l-entry .__entry-head._top .__ttl1 small {
    font-size: 3.2rem;
  }
}
.s-mv .l-entry .__entry-head._top .__ttl1 em {
  font-weight: 600;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .l-entry .__entry-head._top .__ttl1 em {
    font-size: 4.8rem;
  }
}
.s-mv .l-entry .__entry-head._top .__ttl2 {
  font-size: 2.8rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .l-entry .__entry-head._top .__ttl2 {
    font-size: 4.2rem;
  }
}
.s-mv .l-entry .__entry-head._top .__ttl2 small {
  display: block;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px ) {
  .s-mv .l-entry .__entry-head._top .__ttl2 small {
    font-size: 1.5rem;
  }
}
.s-mv .l-entry .__entry-head._common {
  display: none;
}
.s-mv .l-entry .__merit,
.s-mv .l-entry .__login {
  display: none;
}
.s-mv .l-entry .__btn-box._yoyaku {
  display: block;
}
.s-mv .l-entry .__bnr {
  display: block;
}

.price2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.99px ) {
  .price2 {
    display: block;
    margin-bottom: 15px;
  }
}

.price2__inner {
  width: 47%;
  font-size: 4.7rem;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px ) {
  .price2__inner.-n1 {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767.99px ) {
  .price2__inner {
    font-size: 3.55rem;
    width: 100%;
    text-align: center;
  }
  .price2__inner.-n2 {
    margin-top: 25px;
  }
}
.price2__inner span {
  font-size: 60%;
}
.price2__inner small {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767.99px ) {
  .price2__inner small {
    font-size: 1.1rem;
    text-align: center;
  }
}

.priceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.99px ) {
  .priceArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.priceArea .price__spec {
  font-size: 1.8rem;
  text-align: left;
  margin-right: 15px;
  line-height: 1.1;
  font-weight: normal;
}
@media screen and (max-width: 767.99px ) {
  .priceArea .price__spec {
    font-size: 1.4rem;
  }
}
.priceArea .price__price {
  line-height: 1;
}

/*----------------------------------------
	news
-----------------------------------------*/
.s-news {
  padding: 40px 0;
}
@media print, screen and (min-width: 768px ) {
  .s-news {
    padding: 60px 0;
  }
}
.s-news.js-news__view .__btn {
  display: block;
}
.s-news.js-news__end .__btn {
  display: none;
}
.s-news .__bg {
  padding: 35px 6% 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(68, 72, 89, 0.1);
          box-shadow: 0 0 18px rgba(68, 72, 89, 0.1);
}
@media print, screen and (min-width: 768px ) {
  .s-news .__bg {
    max-width: 1040px;
    margin: 0 auto;
    padding: 45px 4%;
  }
}
@media print, screen and (min-width: 960px ) {
  .s-news .__bg {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 28% 1fr;
    grid-template-columns: 28% 1fr;
  }
}
.s-news .__ttl {
  margin-bottom: 15px;
}
.s-news .__ttl-en {
  margin-bottom: 3px;
  color: #A27D3A;
  font-size: 2.6rem;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__ttl-en {
    font-size: 2.4rem;
  }
}
.s-news .__ttl-ja {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__ttl-ja {
    font-size: 1.4rem;
  }
}
.s-news .__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px 0;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__list {
    grid-gap: 15px 0;
  }
}
.s-news .__list > li {
  padding-bottom: 5px;
  border-bottom: 1px solid #E1E1E1;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__list > li {
    padding-bottom: 10px;
  }
}
.s-news .__list-date {
  color: #ACACAC;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__list-date {
    font-size: 1.4rem;
  }
}
.s-news .__list-txt {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__list-txt {
    font-size: 1.6rem;
  }
}
.s-news .__list-txt a {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__list-txt a:hover {
    text-decoration: none;
  }
}
.s-news .__btn {
  display: none;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__btn {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: 30px;
  }
}
.s-news .__btn .c-btn02 {
  height: 40px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__btn .c-btn02 {
    width: 256px;
    height: 45px;
    font-size: 1.7rem;
  }
}
.s-news .__btn .c-btn02 > a,
.s-news .__btn .c-btn02 > button,
.s-news .__btn .c-btn02 > div {
  padding: 0 10px;
}
@media print, screen and (min-width: 768px ) {
  .s-news .__btn .c-btn02 > a,
  .s-news .__btn .c-btn02 > button,
  .s-news .__btn .c-btn02 > div {
    padding: 0 20px;
  }
}

/*----------------------------------------
	prologue
-----------------------------------------*/
.s-prologue {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.s-prologue .__head {
  position: sticky;
  top: 0;
  height: 200vh;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 7px rgba(10, 80, 191, 0.6);
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__head {
    height: 150vh;
  }
}
.s-prologue .__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: -webkit-gradient(linear, left bottom, left top, from(#0A3C69), to(#1477A4));
  background: linear-gradient(0deg, #0A3C69 0%, #1477A4 100%);
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__head-inner {
    height: calc(100vh - 0px);
  }
}
.s-prologue .__head-ttl {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.s-prologue .__head-ttl_en {
  font-size: 4.6rem;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__head-ttl_en {
    font-size: 4.8rem;
  }
}
.s-prologue .__head-ttl_ja {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__head-ttl_ja {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.s-prologue .__head-txt {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__head-txt {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
.s-prologue .__head-pic {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 80%;
  mix-blend-mode: screen;
  opacity: 0;
}
.s-prologue .__head-pic img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.s-prologue .__head.js-trg-on .__head-ttl {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.s-prologue .__head.js-trg-on .__head-txt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.6s 0.2s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: opacity 0.6s 0.2s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: opacity 0.6s 0.2s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: opacity 0.6s 0.2s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.s-prologue .__head.js-trg-on .__head-pic {
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.4s;
  transition: opacity 0.6s 0.4s;
}
.s-prologue .__visual {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    background: -webkit-gradient(linear, left bottom, left top, from(#0A3C69), to(#1477A4));
    background: linear-gradient(0deg, #0A3C69 0%, #1477A4 100%);
  }
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual._active .__visual-inner {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.s-prologue .__visual-inner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 50px);
  background: -webkit-gradient(linear, left top, left bottom, from(#599EC6), to(#3E72CE));
  background: linear-gradient(#599EC6, #3E72CE);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-inner {
    position: fixed;
    top: 0;
    width: calc(50% - var(--scrollbar-width) / 2);
    height: calc(100vh - 0px);
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
    clip-path: none;
  }
}
.s-prologue .__visual-box {
  position: sticky;
  top: 0;
  height: 200vh;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-box {
    overflow: hidden;
    height: 150vh;
  }
}
.s-prologue .__visual-pic {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 178%;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-pic {
    padding-bottom: 100%;
    padding-bottom: 110%;
  }
}
.s-prologue .__visual-pic img {
  position: absolute;
  bottom: 0;
  height: 157%;
  -webkit-transform: translateY(var(--adjust));
          transform: translateY(var(--adjust));
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-pic img {
    height: 150%;
  }
}
.s-prologue .__visual-txt {
  position: absolute;
  top: 100%;
  width: 68%;
  margin: -156% 5.3333% 0;
  padding: 40px 6%;
  color: #fff;
  font-size: 2.3rem;
  text-shadow: 0 0 7px rgba(10, 80, 191, 0.6);
  -webkit-transform: translateY(var(--adjust));
          transform: translateY(var(--adjust));
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-txt {
    margin: -84% 4% 0;
    padding-left: 8%;
    padding-right: 2%;
    font-size: min(1.97vw, 2.7rem);
  }
}
.s-prologue .__visual-txt em {
  font-size: 3.3rem;
  font-style: italic;
  font-weight: inherit;
  line-height: 1;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-txt em {
    font-size: 3.7rem;
  }
}
.s-prologue .__visual-txt::before, .s-prologue .__visual-txt::after {
  content: "";
  position: absolute;
  top: 0;
  border: 1px none rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.s-prologue .__visual-txt::before {
  width: 100%;
  border-top-style: solid;
}
.s-prologue .__visual-txt::after {
  height: 100%;
  border-bottom-style: solid;
}
.s-prologue .__visual-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 140px;
  padding: 0 5.333% 10px;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-cate {
    height: 150px;
    padding: 0 2% 10px;
    font-size: min(3.6rem, 2.6vw);
  }
}
.s-prologue .__visual-b01 .__visual-inner {
  background: #78b0ef;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b01 .__visual-inner {
    right: var(--scrollbar-width);
    background: #5d80d2;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b01 .__visual-pic::before {
    content: "";
    position: absolute;
    top: -50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#5d80d2), to(rgba(93, 128, 210, 0)));
    background: linear-gradient(#5d80d2, rgba(93, 128, 210, 0));
  }
}
.s-prologue .__visual-b01 .__visual-pic img {
  background: -webkit-gradient(linear, left top, left bottom, from(#5B83D5), color-stop(#86B5EA), color-stop(#C6DBF4), to(#F2F5FB));
  background: linear-gradient(#5B83D5, #86B5EA, #C6DBF4, #F2F5FB);
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b01 .__visual-pic .c-cap {
    text-align: left;
  }
}
.s-prologue .__visual-b01 .__visual-cate {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-13.04%, #620734), color-stop(86.96%, #A82566));
  background: linear-gradient(0deg, #620734 -13.04%, #A82566 86.96%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b01 .__visual-cate {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 0;
    left: auto;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
}
.s-prologue .__visual-b01 .__visual-txt {
  left: 0;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b01 .__visual-txt {
    right: 0;
    left: auto;
    width: 46%;
  }
}
.s-prologue .__visual-b01 .__visual-txt::before, .s-prologue .__visual-b01 .__visual-txt::after {
  left: 0;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b01 .__visual-txt::before, .s-prologue .__visual-b01 .__visual-txt::after {
    right: 0;
    left: auto;
  }
}
.s-prologue .__visual-b01 .__visual-txt::before {
  height: 16%;
  border-right-style: solid;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b01 .__visual-txt::before {
    height: 10%;
    border-right-style: none;
    border-left-style: solid;
  }
}
.s-prologue .__visual-b01 .__visual-txt::after {
  width: 44%;
  border-left-style: solid;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b01 .__visual-txt::after {
    width: 80%;
    border-right-style: solid;
    border-left-style: none;
  }
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b02 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.s-prologue .__visual-b02 .__visual-inner {
  background: #173e90;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b02 .__visual-inner {
    left: 0;
    background: #2a52a2;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.s-prologue .__visual-b02 .__visual-pic img {
  background: -webkit-gradient(linear, left top, left bottom, from(#2E58AA), color-stop(30%, #2C56A8), color-stop(#4880C2), color-stop(#639DD5), color-stop(80%, #87BAE3));
  background: linear-gradient(#2E58AA, #2C56A8 30%, #4880C2, #639DD5, #87BAE3 80%);
  -o-object-position: left bottom;
     object-position: left bottom;
}
.s-prologue .__visual-b02 .__visual-pic .c-cap {
  text-align: left;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b02 .__visual-pic .c-cap {
    text-align: right;
  }
}
.s-prologue .__visual-b02 .__visual-cate {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0A3C69), to(#1477A4));
  background: linear-gradient(0deg, #0A3C69 0%, #1477A4 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b02 .__visual-cate {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}
.s-prologue .__visual-b02 .__visual-txt {
  right: 0;
  padding-left: 20%;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b02 .__visual-txt {
    right: auto;
    left: 0;
    width: 54%;
    padding-left: 8%;
  }
}
.s-prologue .__visual-b02 .__visual-txt::before, .s-prologue .__visual-b02 .__visual-txt::after {
  right: 0;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b02 .__visual-txt::before, .s-prologue .__visual-b02 .__visual-txt::after {
    right: auto;
    left: 0;
  }
}
.s-prologue .__visual-b02 .__visual-txt::before {
  height: 24%;
  border-left-style: solid;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b02 .__visual-txt::before {
    height: 20%;
    border-right-style: solid;
    border-left-style: none;
  }
}
.s-prologue .__visual-b02 .__visual-txt::after {
  width: 58%;
  border-right-style: solid;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b02 .__visual-txt::after {
    width: 76%;
    border-right-style: none;
    border-left-style: solid;
  }
}
.s-prologue .__visual-b03 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b03 {
    display: none;
  }
}
.s-prologue .__visual-b03._active .__visual-inner {
  position: fixed;
  top: 0;
}
.s-prologue .__visual-b03 .__visual-inner {
  background: #93C0ED;
}
.s-prologue .__visual-b03 .__visual-pic img {
  height: 100%;
  -webkit-transform: none;
          transform: none;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.s-prologue .__visual-b03_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  padding-top: 18%;
}
.s-prologue .__visual-b03_txt {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.s-prologue .__visual-b03_logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24%;
  grid-template-columns: 24%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 768px ) {
  .s-prologue .__visual-b03_logo {
    -ms-grid-columns: 44%;
    grid-template-columns: 44%;
    position: static;
    padding: 0;
  }
}

/*----------------------------------------
	plan
-----------------------------------------*/
.s-plan {
  padding: 100px 0 90px;
}
@media print, screen and (min-width: 768px ) {
  .s-plan {
    padding: 125px 0 130px;
  }
}
@media print, screen and (min-width: 768px ) {
  .s-plan .__ttl {
    text-align: center;
  }
}
.s-plan .__ttl-en {
  color: #A27D3A;
  font-size: 4.6rem;
}
@media print, screen and (min-width: 768px ) {
  .s-plan .__ttl-en {
    font-size: 4rem;
  }
}
.s-plan .__ttl-ja {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px ) {
  .s-plan .__ttl-ja {
    font-size: 1.4rem;
  }
}
.s-plan .__txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px ) {
  .s-plan .__txt {
    font-size: 1.8rem;
    text-align: center;
  }
}
.s-plan__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin-top: 45px;
  }
}
.s-plan__list-wrap:not(._active) {
  display: none;
}
.s-plan__list-wrap:is(._toggle) .s-plan__list-detail_toggle-ico::after {
  height: 0px;
}
@media screen and (max-width: 767.99px ) {
  .s-plan__list-wrap:not(._toggle) .s-plan__list-detail_other,
  .s-plan__list-wrap:not(._toggle) .s-plan__list-fig,
  .s-plan__list-wrap:not(._toggle) .s-plan__list-scale {
    display: none;
  }
}
.s-plan__list-item {
  position: relative;
  padding: 30px 6%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 18px rgba(68, 72, 89, 0.1);
          box-shadow: 0 0 18px rgba(68, 72, 89, 0.1);
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list-item:is(.js-modal) {
    cursor: pointer;
  }
}
.s-plan__list-item:is(.js-modal)::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(../img/plan/plan_scale01.svg) center/26px auto no-repeat, -webkit-gradient(linear, left top, left bottom, from(#CAAD79), to(#A27D3A));
  background: url(../img/plan/plan_scale01.svg) center/26px auto no-repeat, linear-gradient(#CAAD79, #A27D3A);
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list-item:is(.js-modal)::after {
    content: "";
    width: 35px;
    height: 35px;
    background-size: 20px auto;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list-item:is(.js-modal):hover::after {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list-item {
    height: 100%;
    padding: 40px 7%;
  }
}
@media print, screen and (min-width: 960px ) {
  .s-plan__list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: max(44%, 160px) 10px 1fr;
    grid-template-columns: max(44%, 160px) 1fr;
    grid-gap: 20px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.s-plan__list-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}
@media print, screen and (min-width: 960px ) {
  .s-plan__list-head {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.s-plan__list-head_cate {
  font-size: 1.6rem;
}
.s-plan__list-head_type {
  color: #A27D3A;
  font-size: 2rem;
  line-height: 1;
}
.s-plan__list-head_type em {
  font-size: 3rem;
  font-weight: inherit;
}
.s-plan__list-head_type span {
  font-family: "Cinzel", serif;
}
.s-plan__list-detail {
  font-size: 1.2rem;
}
.s-plan__list-detail_toggle {
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list-detail_toggle {
    cursor: inherit;
  }
}
.s-plan__list-detail_toggle-ico {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 19px;
  height: 19px;
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list-detail_toggle-ico {
    display: none;
  }
}
.s-plan__list-detail_toggle-ico::before, .s-plan__list-detail_toggle-ico::after {
  content: "";
  display: block;
  position: absolute;
  background: #A27D3A;
}
.s-plan__list-detail_toggle-ico::before {
  top: calc(50% - 1px);
  width: 100%;
  height: 1px;
}
.s-plan__list-detail_toggle-ico::after {
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
}
.s-plan__list-detail_floor {
  padding-bottom: 10px;
  font-size: 2rem;
  line-height: 1.3;
}
.s-plan__list-detail_floor::first-letter {
  font-size: 3rem;
  line-height: 1;
  font-weight: inherit;
}
.s-plan__list-detail_floor small {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list-detail_floor small {
    font-size: 1.2rem;
  }
}
.s-plan__list-detail_size {
  padding-bottom: 5px;
}
.s-plan__list-detail_size span {
  font-size: 2rem;
  line-height: 1;
}
.s-plan__list-detail_size span em {
  font-size: 2.9rem;
  font-weight: inherit;
}
.s-plan__list-detail_other {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px 0;
  line-height: 1.3;
}
.s-plan__list-detail_other .__indent {
  padding-left: 1em;
}
.s-plan__list-detail_other ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px 0;
}
.s-plan__list-detail_other li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0 1em;
}
.s-plan__list-fig {
  padding: 30px 0 0;
}
@media print, screen and (min-width: 960px ) {
  .s-plan__list-fig {
    max-width: 300px;
    padding-top: 0;
  }
}
.s-plan__list-fig ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px ) {
  .s-plan__list-fig ul {
    margin-top: 10px;
  }
}
.s-plan__list-fig ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1;
}
.s-plan__list-fig ul > li > span {
  display: none;
}
.s-plan__list-fig ul > li > span[data-icon=収納] {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 15px;
  margin-right: 10px;
  background: contain/center no-repeat;
  background-image: url(../img/plan/plan_ico01.svg);
}
.s-plan__list-btn {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  width: 200px;
  height: 40px;
  margin-top: 30px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 960px ) {
  .s-plan__list-btn {
    width: 260px;
    height: 46px;
    margin-top: 0;
    font-size: 1.7rem;
  }
}
.s-plan__list-btn > button,
.s-plan__list-btn > a {
  padding: 0 10px;
}
@media print, screen and (min-width: 960px ) {
  .s-plan__list-btn > button,
  .s-plan__list-btn > a {
    padding: 0 20px;
  }
}
.s-plan .__notice {
  margin-top: 30px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px ) {
  .s-plan .__notice {
    margin-top: 50px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.s-plan .__btn {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px ) {
  .s-plan .__btn {
    margin-top: 20px;
  }
}

/*----------------------------------------
	movie
-----------------------------------------*/
.s-movie {
  padding: 100px 0;
}
.s-movie .__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__head {
    grid-gap: 10px 0;
    margin-bottom: 35px;
  }
}
.s-movie .__icon {
  padding: 1px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#C98B1A), to(#724C05));
  background: linear-gradient(90deg, #C98B1A 0%, #724C05 100%);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__icon {
    padding: 2px 12px;
  }
}
.s-movie .__ttl {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px 0;
  text-align: center;
}
.s-movie .__ttl-en {
  font-size: 4.6rem;
  line-height: 1.1;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__ttl-en {
    font-size: 4rem;
  }
}
.s-movie .__ttl-ja {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__ttl-ja {
    font-size: 1.4rem;
  }
}
.s-movie .__subttl {
  margin-bottom: 10px;
  color: var(--clr);
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__subttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.s-movie .__notice {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__notice {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
.s-movie .__movie {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px 25px;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__movie {
    grid-gap: 50px 50px;
  }
}
.s-movie .__movie-play {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  background: url(../img/cmn/cmn_play01.svg) center center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__movie-play {
    width: 130px;
    height: 130px;
  }
}
.s-movie .__movie-item {
  position: relative;
}
@media print, screen and (min-width: 768px ) {
  .s-movie .__movie-item {
    width: 75%;
    margin: 0 auto;
  }
}
.s-movie .__movie-item._play .__movie-play {
  opacity: 0;
  visibility: hidden;
}
.s-movie .__movie-item::before {
  content: "";
  display: block;
  padding-bottom: 56.3%;
}
.s-movie .__movie-item iframe,
.s-movie .__movie-item video {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------
	contents
-----------------------------------------*/
.s-contents {
  position: relative;
  margin-bottom: 50px;
  padding: 95px 0 100px;
}
@media print, screen and (min-width: 768px ) {
  .s-contents {
    margin-bottom: 0;
    padding: 120px 0 135px;
  }
}
.s-contents .__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0A3C69), to(#1477A4));
  background: linear-gradient(0deg, #0A3C69 0%, #1477A4 100%);
  mix-blend-mode: multiply;
}
.s-contents .__ttl {
  color: #fff;
  text-shadow: 0 0 7px rgba(10, 80, 191, 0.6);
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__ttl {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 0 35px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.s-contents .__ttl-en {
  font-size: 4.6rem;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__ttl-en {
    font-size: 4rem;
  }
}
.s-contents .__ttl-ja {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__ttl-ja {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}
.s-contents .__txt {
  margin-top: 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  text-shadow: 0 0 7px rgba(10, 80, 191, 0.6);
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__txt {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.s-contents .__slide {
  overflow: hidden;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide {
    margin-top: 45px;
  }
}
.s-contents .__slide-link {
  display: block;
  position: relative;
  height: 100%;
  padding: 25px 7%;
  -webkit-box-shadow: 0 0 18px rgba(68, 72, 89, 0.1);
          box-shadow: 0 0 18px rgba(68, 72, 89, 0.1);
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-link {
    padding: 20px 7% 60px;
  }
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-link:hover .__slide-pic img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.s-contents .__slide-pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0px);
  opacity: 0.87;
}
.s-contents .__slide-pic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.s-contents .__slide-pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-pic img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}
.s-contents .__slide-pic .c-cap {
  z-index: 1;
  background: none;
}
.s-contents .__slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.s-contents .__slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 190px;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-box {
    min-height: 300px;
    padding: 50px 0;
  }
}
.s-contents .__slide-icon {
  margin-bottom: -10px;
  padding: 2px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#C98B1A), to(#724C05));
  background: linear-gradient(90deg, #C98B1A 0%, #724C05 100%);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.s-contents .__slide-ttl_en {
  color: #B4965F;
  font-size: 2.6rem;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-ttl_en {
    font-size: 3.2rem;
  }
}
.s-contents .__slide-ttl_ja {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-ttl_ja {
    font-size: 1.4rem;
  }
}
.s-contents .__slide-txt {
  font-size: 1, 4rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-txt {
    font-size: 1.6rem;
  }
}
.s-contents .__slide-btn {
  height: 40px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-btn {
    width: 256px;
    height: 45px;
    font-size: 1.7rem;
  }
}
.s-contents .__slide-btn > a,
.s-contents .__slide-btn > button,
.s-contents .__slide-btn > div {
  padding: 0 10px;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide-btn > a,
  .s-contents .__slide-btn > button,
  .s-contents .__slide-btn > div {
    padding: 0 20px;
  }
}
.s-contents .__slide .swiper {
  overflow: visible;
  padding-bottom: 30px;
}
.s-contents .__slide .swiper-slide {
  height: auto;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide .swiper-slide {
    width: 32%;
    width: 380px;
  }
}
.s-contents .__slide .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 1px;
  background: #D5D5D5;
}
@media print, screen and (min-width: 768px ) {
  .s-contents .__slide .swiper-pagination {
    width: 36%;
    left: auto;
    right: 0;
  }
}
.s-contents .__slide .swiper-pagination-progressbar-fill {
  background: #fff;
}