@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css');

/*reset*/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
}
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.7;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
img,
video {
  border-style: none;
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
[hidden] {
  display: none !important;
}
[disabled] {
  cursor: not-allowed;
}
:focus:not(:focus-visible) {
  outline: none;
}

/*setting*/
:root {
  --color-Bk: #050B0F;
  --color-fontGd: #D0B36B;
  --color-subGd: #D4B977;
  --font-serif: YakuHanMP, "Noto Serif JP", serif;
  --font-sans: YakuHanJP, "Noto Sans JP", sans-serif;
  --font-ephesis: "Ephesis", cursive;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-sans);
  font-size: 62.5%;
  font-weight: 400;
  font-optical-sizing: auto;
}
body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background-color: var(--color-Bk);
  margin: 0 auto;
  text-align: center;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
}
a {
  color: var(--color-fontGd);
  text-decoration: underline;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
  margin-bottom: 1.6rem;
}
/* AOSの移動距離調整 */
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 4rem, 0) scale(.9) !important;
  transition: transform 0.05s ease-in-out, opacity 0.05s ease;
  opacity: 0.7;
}
[data-aos="zoom-in-up"].aos-animate {
  transform: translateZ(0) scale(1) !important;
  opacity: 1; /* アニメーション後は完全表示 */
}
[data-aos="fade-up"] {
  transform: translateY(1.5rem) !important;
}
[data-aos="fade-up"].aos-animate {
  transform: translateY(0) !important;
}
/* タイトル用バウンドアニメーション */
[data-aos="zoom-bounce"] {
  transform: translate3d(0, 2rem, 0) scale(.9);
  opacity: 0.7;
}
[data-aos="zoom-bounce"].aos-animate {
  animation: bounceTitle 0.5s ease-in-out forwards;
  animation-fill-mode: both;
  opacity: 1;
}
@keyframes bounceTitle {
  0% { transform: translate3d(0, 2rem, 0) scale(0.9); }
  70% { transform: translate3d(0, 0, 0) scale(1.08); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes sway {
  0%, 100% { transform: translateX(-2px); }
  50% { transform: translateX(4px); }
}

/*utility*/
.bold{
  font-weight: 700;
}
.center{
  text-align: center !important;
}
.left{
  text-align: left !important;
}
.pc{
  display: block;
}
.mb8{
  margin-bottom: 0.8rem !important;
}
.mb16{
  margin-bottom: 1.6rem !important;
}
.mb24{
  margin-bottom: 2.4rem !important;
}
.mb32{
  margin-bottom: 3.2rem !important
}
.mb40{
  margin-bottom: 4rem !important;
}
.mb48{
  margin-bottom: 4.8rem !important;
}
.mb64{
  margin-bottom: 6.4rem !important;
}
@media screen and (max-width:550px) {
  .pc{
    display: none;
  }
}

/* Text
-------------------------*/
p{
  text-align: justify;
  padding: 0 0 1.6rem;
}
.small{
  font-size: 1.2rem;
}
.about__lead{
  color: #FFF;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width:501px) {
  .lead01::before{top: 2rem; left: 3rem;}
  .lead01::after{top: 2rem; right: 3rem;}
  .lead02::before{bottom: 1rem; left: 4rem;}
  .lead02::after{bottom: 0.8rem; right: 2.8rem;}
}
.title--ephesis{
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 2.6rem;
  width: 100%;
  margin-top: 7rem;
  padding-bottom: 3.2rem;
  position: relative;
}
.title--ephesis__eyecatch{
  display: block;
  width: 100%;
  font-family: var(--font-ephesis);
  color: rgba(208, 179, 107, 0.60);
  font-size: 8rem;
  font-weight: 400;
  position: absolute;
  top: -7rem; left: 50%; transform: translateX(-50%);
}
.title--step{
  color: var(--color-fontGd);
  font-family: var(--font-ephesis);
  font-size: 4rem;
  font-weight: 400;
  margin: 0;
}
.title--prizeL{
  color: #fff;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.6rem 0 2.4rem;
}
.title--prizeS{
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  flex: 1;
  min-width: 0;
}
.title--prize__price{
  font-size: 1.6rem;
}
.title--planeL{
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0.8rem 1.6rem 1.6rem;
}
.title--planeS{
  font-size: 1.6rem;
  font-weight: 900;
  text-align: justify;
  padding-bottom: 0.8rem;
}
.title--block{
  border-radius: 100rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  padding: 0.2rem 1.6rem 0.4rem;
  margin-bottom: 1.6rem;
}
p + .title--block, ul + .title--block, ol + .title--block{
  margin-top: 1.6rem;
}
.title--sideline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem; /* 線と文字の間隔 */
  font-size: 2.8rem;
  font-weight: 900;
  margin: 3.2rem 0 3.2rem;
}
.areaWrap .title--sideline {
  color: #fff;
}
.list--SmallReference, .list--Dot{
  font-size: 1.2rem;
  text-align: justify;
  padding-bottom: 1.2rem;
}
.list--Dot{
  font-size: 1.4rem;
}
.list--SmallReference > li, .list--Dot > li{
  padding-bottom: 0.4rem;
  padding-left: 1.2em;
  position: relative;
}
.list--Dot > li{
  padding-left: 1.6rem;
}
.list--SmallReference > li::before{
  content: "※";
  font-size: 1.2rem;
  position: absolute;
  left: 0;
}
.list--Dot > li::before{
  content: "◆";
  color: var(--color-fontGd);
  font-size: 1.1rem;
  position: absolute;
  top: 0.3em; left: 0;
}
.list--num{
  text-align: justify;
  padding: 0 0 1rem;
  counter-reset: num;
}
.list--num > li{
  padding-bottom: 0.6rem;
  padding-left: 1.4em;
  counter-increment: num;
  position: relative;
}
.list--num > li::before {
  content: counter(num) ".";
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-fontGd);
  width: 1em;
  text-align: center;
  position: absolute;
  left: 0;
}
ul li > ul, ol li > ul{
  padding-top: 0.8rem;
  padding-bottom: 0 !important;
}
.buttonLarge{
  display: block;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  padding: 1.6rem 1.6rem;
  margin: 0.8rem 0 0;
  position: relative;
}
.buttonLarge--cv{
  font-family: var(--font-serif);
  font-size: 2rem;
  color: #000;
  text-align: center;
  background: linear-gradient(86deg, #CFB168 -0.91%, #EDE9B1 50.15%, #CFB168 101.2%);
  border-top: 4px solid; border-bottom: 4px solid;
  border-image-source: linear-gradient(to right, #b88d2a 0, #e3dd73 50%, #b88d2a 100%);
  border-image-slice: 1;
  padding: 1.2rem 1.6rem;
  margin-bottom: 4rem;
}
.buttonWrap{
  padding-bottom: 0.8rem;
}
.buttonWrap .buttonLarge::after{
  content: "";
  display: block;
  width: 1.2rem; height: 2.4rem;
  background: url(../images/arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%; right: 1.6rem;
  transform: translate(0, -50%);
}

/* Area
-------------------------*/
.wrapper{
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.20);
}
.kvArea{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.25;
  background-size: contain;
  margin-bottom: 3.2rem;
  position: relative;
}
.areaWrap{
  padding: 0 1.6rem 3.2rem;
  position: relative;
}
.areaWrap--attention{
  background: var(--color-subGd);
  color: var(--color-Bk);
  padding: 3.2rem 1.6rem 2.4rem;
  position: relative;
}
.areaWrap--attention ul{
  padding-bottom: 2.4rem;
}
.areaWrap--attention p{
  font-size: 1.2rem;
  text-align: center;
}
.areaWrap--attention a{
  color: var(--color-Bk);
}
.panel{
  display: block;
  background: rgba(255, 255, 255, 0.10);
  border: 4px solid;
  border-image-source: linear-gradient(45deg, #CDAE64 0, #EFEDB6 50%, #CDAE64 100%);
  border-image-slice: 1;
  margin: 0 auto 2rem;
}
.panel__wrap{
  padding: 1.6rem 1.6rem 1.6rem;
}
.panel--prize__titleWrap + .panel__wrap{
  padding: 0 1.6rem 0.8rem;
}
.panel--prize{
  display: block;
  background: #fff;
  border-radius: 1.6rem;
  margin: 0 auto 1.6rem;
  padding: 0;
}
.panel--prize__Wrap{
  padding: 0.6rem 0 2.4rem;
  position: relative;
}
.panel--prize__Wrap::after{
  content: "";
  display: block;
  width: calc(100% - 3.2rem);
  height: 1;
  border-top: 1px dashed var(--color-subGd);
  position: absolute;
  top: 0; left: 1.6rem;
}
.panel--prize__titleWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  text-align: left;
  padding: 1.6rem;
}
.panel--prize__accent{
  flex-shrink: 0;
  white-space: nowrap;
  background-color: var(--color-subGd);
  padding: 0.8rem;
  color: var(--color-Bk);
  text-align: center;
}
.panel--prize__accent__normal{
  font-weight: 700;
  text-align: center;
  padding: 0;
}
.panel--prize__accent__large{
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  line-height: 150%;
  padding: 0;
}
.panel--prize__accent__large__num{
  font-size: 2rem;
}
.panel--prize__scrollTitle{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: var(--color-fontGd);
  padding: 0 1.6rem;
}
.text--scroll{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.2rem;
  gap: 0.8rem;
  padding: 0;
}
.text--scroll p{
  padding: 0 0 0.8rem;
}
.text--scroll img{
  display: inline-block;
  animation: sway 1.5s ease-in-out infinite;
}
.panel--prize__scrollArea{
  overflow-x: auto; /* はみ出た部分の横スクロールを有効化 */
  white-space: nowrap; /* テキストやインライン要素を改行しない */
  -webkit-overflow-scrolling: touch; /* iOS端末でのスムーズスクロール */
  padding-bottom: 0.8rem;
}
.panel--prize__scrollArea__inner{
  display: flex;
  padding: 0 0 0 1.6rem;
  gap: 0.8rem;
}
.panel--prize__scrollArea::after {
  content: "";
  display: block;
  flex: 0 0 0.8rem; /* 右側に作りたい余白の幅を指定 */
}
.panel--prize__scrollArea li{
  display: block;
  width: 60vw;
  max-width: 30rem;
  background-color: var(--color-Bk);
}
.panel--prize__scrollArea li img{
  display: block;
  width: 100%;
  padding: 0; margin: 0;
}
.panel--prize__scrollArea li p{
  display: block;
  width: 60vw;
  max-width: 30rem;
  padding: 0.8rem;
  white-space: wrap;
}
.panel__img{
  width: calc(100% - 3.2rem);
  margin: 1.6rem 1.6rem 0.4rem;
}
.panel--data{
  display: block;
  padding: 0 1.6rem 3.2rem;
}
.panel--data p.bold{
  font-family: var(--font-serif);
  margin: 0; padding: 0 0 2.4rem;
}
.panel--data img{
  padding: 0 1.6rem 1.6rem;
}
.title--panelbar{
  background: var(--color-subGd);
  padding: 0.8rem 1.6rem;
  color: var(--color-Bk);
  font-family: var(--font-serif);
  font-size: 1.6rem;
  margin: 0.8rem 0 1.6rem;
}
.title--subTitle{
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 0.1rem solid var(--color-subGd);
  padding: 0.8rem 0 0.2rem;
  margin: 0 auto 1.6rem;
}
.title--panel__subTitle{
  font-family: var(--font-serif);
  color: var(--color-fontGd);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.8rem;
}
.title--attention{
  text-align: center;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 1.6rem;
}


/*unique design
-------------------------*/
.kvArea, .kvBg, .kvArea-title, .kvArea-title img{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.25;
}
.kvArea{
  position: relative;
}
.kvBg, .kvArea-title{
  position: absolute;
  top: 0; left: 0;
}
.kvBg{ z-index: 2; }
.kvArea-content{ z-index: 3;}
.kvArea-title{ z-index: 4;}
.about{
  width: 100%;
  padding: 0 1.6rem 1.6rem;
}
.prize{
  background-image: url(../images/bg_prize.webp);
  background-size: 20% auto;
  padding: 4rem 1.6rem;
}
.detail{
  padding-top: 3.2rem;
}
footer{
  background: var(--color-Bk);
  color: #fff;
  padding: 3.2rem 1.6rem 2.4rem;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
footer .title--footer{
  font-family: var(--font-serif);
  font-size: 1.6rem;
  padding-bottom: 1.6rem;
}
.numberList{
  margin-bottom: 3.2rem;
}
.numberList p{
  margin: 2rem 1.6rem 0.3rem;
  padding: 0;
}
.callBox{
  display: block;
  width: 22rem; height: 4.8rem;
  background: var(--color-subGd);
  color: var(--color-Bk);
  border-radius: 100rem;
  margin: 0 auto;
}
.callBox a{
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%; height: 100%;
  padding: 0.4rem;
  margin: 0 auto;
  font-family: var(--font-sans);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-Bk);
  text-decoration: none;
  line-height: 0;
  position: relative;
}
.callBox a span{
  display: block;
  text-align: center;
  width: calc(100% - 4rem);
  padding-right: 0.5em;
}
.callBox a::before{
  content: "";
  display: block;
  background: url(../images/icon-call.svg) no-repeat center center;
  background-size: contain;
  width: 4rem; height: 4rem;
}
.callBox.sp a::before{
  background: url(../images/icon-sp.svg) no-repeat center center;
  background-size: contain;
}
.sns-buttons{
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
  margin-bottom: 3.2rem;
}


/*PC design
-------------------------*/
.wrapper{
  display: block;
  width: 100%; max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pcBody{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; height: 100vh;
  background: var(--color-Bk);
  position: fixed;
  top: 0; left: 0;
  z-index: -1;
}
.pcBody__contentLeft, .pcBody__contentRight{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc( 50% - 250px );
  height: 100vh;
  opacity: 0.45;
  background: url(../images/pc-bg-l.webp) no-repeat center center;
  background-size: cover;
}
.pcBody__contentRight{
  background: url(../images/pc-bg-r.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:500px) {
  .wrapper{
    border: none;
  }
}
