@charset "utf-8";

body{ position: relative; height: 100vh; font-family: 'Noto-Sans-JP-Regular'; font-size: 12px; background: url(../images/bg_fixed.jpg) center/cover no-repeat; background-attachment: fixed; }
main{ padding: 61px 0 0; }
aside{ position: fixed; left: 5%; top: 50%; transform: translate(0,-50%); max-width: 470px; width: 25vw; }
aside img{ width: 100%; height: auto; }
a:hover{ opacity: 0.7; }

#wrapper{ z-index: 1; position: relative; width: 100%; max-width: 390px; margin: 0 auto; background: linear-gradient(90deg,rgba(251, 219, 228, 1) 0%, rgba(255, 240, 211, 1) 93%); }
.item{ display: block; width: 100%; height: auto; }

.btn{ width: 310px; margin: 0 auto; }
.btn a{ position: relative; display: flex; height: 55px; align-items: center; justify-content: center; width: 100%; padding: 10px; font-size: 14px; font-family: "corporate-logo-ver2", sans-serif; font-style: normal; font-weight: 700; border-radius: 100px;  color: #fff; }
.btn .arrow{ position: absolute; right: 10px; display: inline-block; width: 10px; height: 22px; border-radius: 50%; }
.btn .arrow:before{ position: absolute; left: 6px; top: 7px; transform: rotate(45deg); content: ""; width: 7px; height: 7px; border-top: 1px solid #DD5893; border-right: 1px solid #DD5893; }

.btn-main a{ background: #000;}

.btnA{ width: 310px; margin: 0 auto; }
.btnA a{ padding: 12px 10px; font-size: 20px; line-height: 1.2; }
.btnA .arrow{ width: 22px; height: 22px; margin-left: 15px; background: #fff; }

.btn-line a{ background: #32BC55; font-size: 20px; }
.btn-line .arrow{ width: 22px; height: 22px; background: #fff; }
.btn-line .arrow:before{ border-color: #32BC55; }

.btn-princess a{ background: #DD5893; }
.btn-princess .arrow:before{ border-color: #DD5893; }

.btn-prince a{ background: #4477E9; }
.btn-prince .arrow:before{ border-color: #4477E9; }

.btn-middle a{ background: #FDBD29; }
.btn-middle .arrow:before{ border-color: #FDBD29; }


.main-title{ text-align: center; }
.main-title__en{ font-size: 77px; color: #fff; font-family: "corporate-logo-ver2", sans-serif; font-style: normal; font-weight: 700; text-shadow:0.8px 0.8px 0 #000, -0.8px -0.8px 0 #000, -0.8px 0.8px 0 #000, 0.8px -0.8px 0 #000, 0px 0.8px 0 #000,  0-0.8px 0 #000, -0.8px 0 0 #000, 0.8px 0 0 #000; filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.2)); }
.main-title__ja{ padding: 5px 0 0; font-size: 16px; font-weight: 500; letter-spacing: -0.05em; }


/* ------------------------------------------------------------- header */
header{ z-index: 100; display: flex; align-items: center; justify-content: space-between; position: fixed; left: 50%; top: 0; transform: translate(-50%,0); width: 100%; max-width: 390px; padding: 7px 10px; background: #fff; }
header .btn{ width: 150px; margin: initial; }
header .btn .arrow:before{ left: 0; }
header .btn a{ height: auto; }


/* ------------------------------------------------------------- fv */
#fv{ min-height: 720px; background: url(../images/kv.jpg) center top/cover no-repeat; position: relative; }
#fv .cach{ margin-bottom: 51%; padding: 10px 0 0; width: 350px; }
#fv .cach img{ width: 100%; height: auto; }

#fv h2{ position: relative; }
#fv h2 span{ display: block; color: #fff; font-family: 'Noto-Sans-JP-Bold'; text-shadow:0.8px 0.8px 0 #000, -0.8px -0.8px 0 #000, -0.8px 0.8px 0 #000, 0.8px -0.8px 0 #000, 0px 0.8px 0 #000,  0-0.8px 0 #000, -0.8px 0 0 #000, 0.8px 0 0 #000; }
#fv h2 span:first-of-type{ padding: 0 0 5px; font-size: 27px; text-align: center; }
#fv h2 span:first-of-type strong { margin-right: 10px; font-size: 40px; color: #DD5893; vertical-align: sub; }
#fv h2 span:nth-of-type(2){ font-size: 56px; }
#fv h2 span:nth-of-type(3){ font-size: 50px; }

#fv .entry{ margin: 15px 0 0; text-align: center; font-family: "corporate-logo-ver2", sans-serif; font-weight: 700; font-style: normal; }
#fv .entry p{ position: relative; display: inline-block; padding: 0 25px; font-size: 29px; color: #fff; }
#fv .entry p small{ display: block; padding: 5px 0 0; font-size: 20px; letter-spacing: -0.02em; }
#fv .entry p:before,
#fv .entry p:after{ position: absolute; content: ""; bottom: 0; width: 3px; height: 90%; background: #fff; }
#fv .entry p:before{ left: 0; transform: rotate(-30deg); }
#fv .entry p:after{ right: 0; transform: rotate(30deg); }

#fv .btn{ margin-top: 15px; }


/* ------------------------------------------------------------- about */
#about{ position: relative; padding: 28px 0 0; }

#about .main-title{ padding-bottom: 10px; }

.comment{ padding: 40px 0 0; text-align: center; }
.comment p{ padding: 0 0 25px; font-size: 16px; font-family: "corporate-logo-ver2", sans-serif; font-weight: 500; font-style: normal; line-height: 2; }
.comment p:last-of-type{ padding: 0; }
.comment p strong{ padding: 10px; font-size: 18px; background: #FAFF77; }
.marker{ background: linear-gradient(transparent 60%, #FAFF77 60%); }


/* ------------------------------------------------------------- point */
#point{ padding: 40px 0 0; }
#point .main-title{ padding: 0 0 40px; }

.point-list { width: 310px; margin: 0 auto; }
.point-list li { margin: 0 0 30px; }
.point-list li:last-of-type { margin: 0; }

.point-list__point { padding: 0 0 15px; display: flex; align-items: center; justify-content: flex-start; gap: 10px; }
.point-list__point p { width: 65px; font-size: 52px; font-weight: 800; color: #DD5893; font-family: "Helvetica", Arial, sans-serif; text-shadow: 0.8px 0.8px 0 #000, -0.8px -0.8px 0 #000, -0.8px 0.8px 0 #000, 0.8px -0.8px 0 #000, 0px 0.8px 0 #000, 0 -0.8px 0 #000, -0.8px 0 0 #000, 0.8px 0 0 #000; }
.point-list__point h4 { width: calc(100% - 65px); font-size: 15px; font-family: "corporate-logo-ver2", sans-serif; font-weight: 500; font-style: normal; line-height: 1.6; }

.point-list__item { display: block; width: 100%; height: auto; margin: 0 auto 10px; }
.point-list__desc { line-height: 2; }

.benefits{ width: 310px; margin: 0 auto; padding: 30px 0 0; }
.benefits-txt{ font-size: 12px; line-height: 2; }
.benefits dt { text-align: center; }
.benefits dt strong{ padding: 7px 15px; font-size: 18px; font-family: "corporate-logo-ver2", sans-serif; font-weight: 500; font-style: normal; background: #FAFF77; }
.benefits dd{ padding: 25px 0; }
.benefits dd:last-of-type{ padding-bottom: 0; }
.benefits dd p{ padding: 0 0 15px; font-size: 16px; text-align: center; font-family: 'Noto-Sans-JP-Bold'; }


/* ------------------------------------------------------------- howto */
#howto{ padding: 50px 0 0; }
#howto .main-title{ padding: 0 0 40px; }

.apply-term { margin: 0 0 13px; }
.apply-term__label { background: #000; color: #fff; text-align: center; font-size: 16px; padding: 5px 10px; font-family: 'Noto-Sans-JP-Medium'; }

.apply-term__date { background: #fff; border: 1px solid #707070; padding: 15px; text-align: center; }
.apply-term__date p { font-size: 40px; font-family: "corporate-logo-ver2", sans-serif; font-weight: 700; font-style: normal; }

.howto-sep { border: none; border-top: 2px solid #707070; margin: 26px 0; }

.requirements { border: 1px solid #707070; background: #fff; overflow: hidden; }
.requirements__title { text-align: center; font-family: 'Noto-Sans-JP-Medium'; font-size: 16px; padding: 10px 0; }
.requirements__body { padding: 0 5% 25px; }
.requirements__list { padding: 15px 0 0; border-top: 1px solid #CBCBCB; }
.requirements__list li { position: relative; margin-bottom: 5px; padding: 0 0 0 15px; line-height: 2; font-size: 11px; }
.requirements__list li:last-of-type { margin-bottom: 0; }
.requirements__list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #000; }
.requirements__list li + li { margin-top: 2px; }


/* ------------------------------------------------------------- flow */
#flow{ padding: 30px 0 0; }
#flow .main-title{ padding: 0 0 25px; }

#flow .point-list{ padding: 0 0 20px; }
#flow .point-list li{ position: relative; padding: 20px 0 40px; background: url(../images/common/icn_triangle.png) center bottom/65px no-repeat; }
#flow .point-list li:last-of-type{ padding-bottom: 0; background: none; }

#flow .point-list__point h4{ font-size: 18px; }
#flow .btn{ width: 100%; margin-top: 10px; }


/* ------------------------------------------------------------- message */
#message{ padding: 40px 0 50px; }
#message .main-title{ padding: 0 0 20px; }
#message .main-title__en{ font-size: 66px; }


/* ------------------------------------------------------------- entry */
#entry{ padding: 25px 0; background: url(../images/bg.jpg) center/cover no-repeat; }
#entry .main-title{ padding: 0 0 20px; }
#entry .main-title__ja{ font-size: 15px; }
#entry .text{ padding: 0 0 25px; line-height: 2; font-size: 14px; text-align: center; }


/* ------------------------------------------------------------- faq */
#faq{ padding: 40px 0 60px; }
#faq .main-title{ padding: 0 0 25px; }
#faq .text{ padding: 0 0 25px; line-height: 2; }

.faq{ margin: 0 0 10px; padding: 0 5%; border: 1px solid #000000; border-radius: 20px; background: #fff; }
.faq dt{ position: relative; padding: 25px 0 25px 35px; font-size: 16px; font-family: "corporate-logo-ver2", sans-serif; font-weight: 500; font-style: normal; background: url(../images/text_q.png) left center/20px no-repeat; }
.faq dd{ display: none; position: relative; padding: 0 0 25px 35px; font-size: 12px; line-height: 2; background: url(../images/text_a.png) left top/20px no-repeat; }

.faq dt:before,
.faq dt:after{ transition: all 0.5s; position: absolute; content: ""; right: 0; top: 50%; transform: translate(0,-50%); width: 25px; height: 2px; background: #DD5893; }
.faq dt:before{  }
.faq dt:after{ transform: rotate(90deg); }

/* active */
.faq.active dt:after{ opacity: 0; transform: rotate(0); }


/* ------------------------------------------------------------- company */
#company{ padding: 60px 0; }
#company .main-title{ padding: 0 0 20px; }
#company .main-title__en{ font-size: 66px; }
#company .text{ margin: 0 0 30px; font-size: 20px; text-align: center; }

#company .btn a{ font-size: 20px; }
#company .btn .arrow{ width: 22px; background: #fff; }


/* ------------------------------------------------------------- footer */
footer{ padding: 15px 0; background: #DD5893; color: #fff; }
.f-logo{ display: block; margin: 0 auto; }
.f-copy{ display: block; padding: 15px 0 0; font-size: 14px; text-align: center; line-height: 1.4; }


/* ------------------------------------------------------------- links */
#links{ padding: 60px 0 30px; }
#links h3{ padding: 0 0 20px; text-align: center; font-size: 16px; line-height: 2; }
#links .link{ display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; }
#links .btn a{ height: 70px; text-align: center; }



/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 1000px) {
	aside{ display: none; }
}
