@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;900&display=swap');@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

/*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-darkBl: #000B5B;
  --color-baseBl: #98FAED;
  --color-baseGr: #24D1BF;
  --color-paleBl: #D6FDF8;
  --color-Ye: #FCD005;
  --color-accentRe: #F46440;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 62.5%;
  font-weight: 500;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-darkBl);
  margin: 0 auto;
  text-align: center;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
}
a {
  color: var(--color-accentRe);
  text-decoration: underline;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
}
/* 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;
  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); }
}

/*utility*/
.bold{
  font-weight: 900;
}
.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;
}
.title--about{
  display: inline-block;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  background: #fff;
  border-radius: 2.4rem;
  padding: 1.6rem 2.4rem;
  margin:  0 0 4rem;
  position: relative;
}
.title--about::after{
  content: "";
  display: block;
  width: 100%;
  height: 5.7rem;
  background: url("../images/title--about.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
}
.title--planeL{
  font-size: 1.8rem;
  font-weight: 900;
  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{
  background-color: var(--color-darkBl);
  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; /* 線と文字の間隔 */
  color: var(--color-darkBl);
  font-size: 2.8rem;
  font-weight: 900;
  margin: 3.2rem 0 3.2rem;
}
.title--sideline::before,
.title--sideline::after {
  content: "";
  display: block;
  width: 3.2rem;       /* 線の長さ */
  height: 0.2rem;      /* 線の太さ */
  background-color: var(--color-darkBl);
  margin-top: 1.4rem;
}
.title--sideline::before {
  transform: rotate(62deg); /* 左側の線の角度 */
}
.title--sideline::after {
  transform: rotate(-62deg);  /* 右側の線の角度（左右対称にするなら逆の数値） */
}
.bg2 .title--sideline {
  color: #fff;
}
.bg2 .title--sideline::before,
.bg2 .title--sideline::after{
  background-color: #fff;
}
.list--SmallReference, .list--SmallDot{
  font-size: 1.2rem;
  font-weight: 500;
  text-align: justify;
  padding-bottom: 1.2rem;
}
.list--SmallReference > li, .list--SmallDot > li{
  padding-bottom: 0.4rem;
  padding-left: 1.2em;
  position: relative;
}
.list--SmallReference > li::before{
  content: "※";
  color: var(--color-darkBl);
  font-size: 1.2rem;
  position: absolute;
  left: 0;
}
.list--SmallDot > li::before{
  content: "・";
  color: var(--color-darkBl);
  font-size: 1.2rem;
  padding-left: 0.2em;
  position: absolute;
  left: 0;
}
.list--num{
  font-size: 1.6rem;
  text-align: justify;
  padding: 0 0 1rem;
  counter-reset: num;
}
.list--num > li{
  padding-bottom: 0.6rem;
  padding-left: 1.2em;
  counter-increment: num;
  position: relative;
}
.list--num > li::before {
  content: counter(num);
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-accentRe);
  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;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  padding: 1.6rem 1rem;
  margin: 2.4rem 0;
  background: var(--color-accentRe);
  border-radius: 0.8rem;
}

/* Area
-------------------------*/
.wrapper{
  background: var(--color-baseGr);
  background-image: url("../images/bg_dot.png");
  background-size: 2rem;
  border-left: 0.5rem solid #fff;
  border-right: 0.5rem solid #fff;
}
.kvArea{
  display: block;
  width: 100%;
  aspect-ratio: 138 / 221;
  background: var(--color-baseBl) url(../images/kv_bg.webp) no-repeat top center;
  background-size: contain;
  position: relative;
}
.bg1{
  background: var(--color-baseBl);
  padding: 0 0 4rem;
  margin-bottom: calc((35 / 375 * 100%) + 4rem);
  position: relative;
}
.bg1::after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375 / 35;
  background: url("../images/bg_wave01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  transform: translateY(99%);
  left: 0;
}
.bg1__wrapper{
  padding: 0 1.6rem;
  margin-top: -15%;
}
.bg2{
  padding: 0 1.6rem calc((35 / 375 * 100%) + 5.6rem);
  position: relative;
}
.bg2::after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375 / 35;
  background: url("../images/bg_wave02.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg3{
  background: var(--color-baseBl);
  padding: 1.6rem 1.6rem 4.8rem;
  margin-top: -1px;
}
.bg4{
  background: var(--color-paleBl);
  padding: 0 1.6rem;
}
.bg5{
  background: #fff;
  padding: calc( 2.4rem + (35 / 375 * 100%)) 1.6rem;
  margin-top: -1px;
  position: relative;
}
.bg5:before{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375 / 35;
  background: url("../images/bg_wave01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.bg5::after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375 / 35;
  background: url("../images/bg_wave02.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer{
  background: var(--color-baseBl);
  padding: 0 1.6rem 2.4rem;
  margin-top: -1px;
  position: relative;
  z-index: 2
}
.panel{
  display: block;
  background: #fff;
  border-radius: 1.6rem;
  margin: 0 auto 2rem;
  padding: 1.6rem 1.6rem 0;
}
.panel--border{
  display: block;
  background: var(--color-paleBl);
  border: 0.3rem solid var(--color-darkBl);
  border-radius: 1.6rem;
  margin: 7rem auto 2rem;
}
.bg3 .panel--border + .panel--border{
  margin-top: 5.5rem;
}
.panel--border__title{
  background: var(--color-Ye);
  border-bottom: 3px solid var(--color-darkBl);
  border-radius: 1.3rem 1.3rem 0 0;
  text-align: center;
  font-size: 2rem;
  padding: 1.8rem;
  position: relative;
}
.panel--border__title.title--color::before,
.panel--border__title.title--future::before{
  content: "";
  display: block;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  top: -4.8rem;
  left: 0;
}
.panel--border__title.title--color::before{
  background: url("../images/title--color.webp") no-repeat center;
  background-size: contain;
}
.panel--border__title.title--future::before{
  background: url("../images/title--future.webp") no-repeat center;
  background-size: contain;
}
.panel--border__wrapper{
  padding: 1.6rem 1.6rem 0.8rem;
}
.panel--border__wrapper + .panel--border__wrapper{
  border-top: 0.3rem solid var(--color-darkBl);
}
.panel--gray{
  background: #F0F0F0;
  border-radius: 0.8rem;
  padding: 0.8rem;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.bottombar{
  background-image: linear-gradient(to right, var(--color-darkBl) 0.2rem, transparent 0.2rem);
  background-size: 0.4rem 0.1rem; /* 横8px(線+隙間) 縦1px */
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 1.6rem;
}



/*unique design
-------------------------*/

.kvArea_content{
  display: block;
  width: 100%;
  aspect-ratio: 138 / 221;
  position: absolute;
  top: 0; left: 0;
  transition-delay: 0.5s;
}
.item{
  background-image: linear-gradient(to right, var(--color-darkBl) 0.2rem, transparent 0.2rem);
  background-size: 0.4rem 0.1rem; /* 横8px(線+隙間) 縦1px */
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 1.6rem 0 0;
}
.item:first-of-type{
  padding: 0;
}
.item:last-of-type, .item.last{
  background-image: none;
}
.item__img{
  width: 18rem;
  height: 18rem;
  margin: 0 auto 1.2rem;
}
.item .title--planeS{
  padding-bottom: 0;
}
.item__winners{
  font-size: 1.4rem;
  font-weight: 500;
  vertical-align: bottom;
}
.item__winners--num{
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.2rem 0.2rem 0 0;
}
.panel--present{
  background: var(--color-Ye);
  border-radius: 1.6rem;
  padding: 2.4rem 1.6rem 1.6rem;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  position: relative;
}
.panel--present::before{
  content: "";
  display: block;
  width: 100%; height: 2.8rem;
  background: url("../images/icon-plus.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -1.4rem; left: 0;
}
.panel--present__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.panel--present__wrapper img{
  width: 40%;
  min-width: 10rem; height: auto;
}
.panel--present__textset{
  font-size: 1.4rem;
}
.panel--present__textset p{
  padding: 0;
  margin: 0;
}
.panel--present__textset .item__winners{
  text-align: right;
}
.attwrap{
  padding-bottom: 1.4rem;
}
.attwrap p, .attwrap ul, .attwrap li{
  padding-bottom: 0.2rem;
}
footer p{
  text-align: center;
  font-size: 1.4rem;
}
.numberList{
  margin-bottom: 3.2rem;
}
.numberList p{
  margin: 2rem 1.6rem 0.3rem;
  padding: 0;
}
.callBox{
  display: block;
  width: 22rem; height: 4.8rem;
  background: #FFF;
  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: "poppins", serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: var(--color-bl);
  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
-------------------------*/
body{
  background: linear-gradient(180deg, #D8FBDC 49.52%, #86F3E7 100%);
  background-attachment: fixed;
}
.wrapper{
  display: block;
  width: 100%; max-width: 500px;
  margin: 0 6vw 0 auto;
  box-shadow: 0 0 20px 0 rgba(138, 192, 185, 0.60);
  position: relative;
  z-index: 1;
}
.pcBody{
  display: block;
  width: 100vw; height: 100vh;
  background: url("../images/bg_dot-pc.png") repeat;
  background-size: 2.2rem;
  position: fixed;
  top: 0; left: 0;
  z-index: -1;
}
.pcBody__content{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc( 94% - 500px );
  height: 100vh;
  position: relative;
}
.pcBody__content::before{
  content: "";
  display: block;
  width: clamp( 375px, 90%, 800px ); height: 90%;
  background: url("../images/pc-title.webp") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:500px) {
  .wrapper{
    border: none;
  }
}
