@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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=Glegoo: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: #006573;
  --color-middleBl: #50b0be;
  --color-paleBl: #d4ecea;
  --color-fontBk: #333333;
  --color-Ye: #fff9bb;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
}
body {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--color-fontBk);
  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%;
  margin-bottom: 1.6rem;
}
/* AOSの移動距離調整 */
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 4rem, 0) scale(0.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(0.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: 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;
  padding: 1.6rem 0 0;
}
.lead01,
.lead02 {
  position: relative;
}
.lead01::before,
.lead02::before,
.lead01::after,
.lead02::after {
  content: "";
  display: block;
  position: absolute;
}
.lead01::before {
  width: 3.3rem;
  height: 4.9rem;
  background: url(../images/leadbg01.svg) no-repeat center center;
  background-size: cover;
  top: 2rem;
  left: 0;
}
.lead01::after {
  width: 2.6rem;
  height: 4.3rem;
  background: url(../images/leadbg02.svg) no-repeat center center;
  background-size: cover;
  top: 2rem;
  right: 0;
}
.lead02::before {
  width: 2.8rem;
  height: 3.8rem;
  background: url(../images/leadbg03.svg) no-repeat center center;
  background-size: cover;
  bottom: 1rem;
  left: 1rem;
}
.lead02::after {
  width: 3.3rem;
  height: 7.3rem;
  background: url(../images/leadbg04.svg) no-repeat center center;
  background-size: cover;
  bottom: 0.8rem;
  right: -0.8rem;
}
@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--step {
  background-color: var(--color-middleBl);
  border-radius: 0.6rem;
  margin-bottom: 1.6rem;
  color: #fff;
  font-family: "Glegoo", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
.title--step__num {
  font-size: 2.2rem;
}
.title--planeL {
  color: var(--color-middleBl);
  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 {
  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--image {
  margin: 3.2rem auto 1.6rem;
  text-align: center;
}
.title01,
.title02 {
  width: 17rem;
  height: 3.9rem;
}
.title03 {
  width: 27rem;
  height: 3.9rem;
}
.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;
}
.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.4rem;
}
.list--SmallReference > li::before {
  content: "※";
  color: var(--color-fontBk);
  font-size: 1.2rem;
  position: absolute;
  left: 0;
}
.list--Dot > li::before {
  content: "・";
  color: var(--color-middleBl);
  font-size: 1.4rem;
  padding-left: 0.2em;
  position: absolute;
  left: 0;
}
.list--num {
  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: "glegoo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-middleBl);
  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: var(--color-darkBl);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 1.6rem 1rem;
  margin: 2.4rem 0;
  background: var(--color-Ye);
  border-radius: 1rem;
  position: relative;
}
.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 {
  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;
}
.areaWrap {
  padding: 0 1.6rem 5.6rem;
  position: relative;
}
.areaWrap--attention {
  background: #fff;
  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;
}
footer {
  background: var(--color-baseBl);
  padding: 3.2rem 1.6rem 2.4rem;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
footer .title--planeL {
  color: var(--color-fontBk);
}
.panel {
  display: block;
  background: #fff;
  border-radius: 1.6rem;
  margin: 0 auto 2rem;
  padding: 1.6rem 1.6rem 0.8rem;
}
.panel--prize {
  display: block;
  background: #fff;
  border-radius: 1.6rem;
  margin: 0 auto 1.6rem;
  padding: 0;
}
.prizeItem {
  border-radius: 1.6rem 1.6rem 0 0;
  object-fit: cover;
  padding: 0;
  margin: 0;
}
.panel--prize__Wrap {
  padding: 0.4rem 1.6rem 0.8rem;
}
.panel--prize__titleWrap {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  height: 8.5rem;
  text-align: left;
}
.title--prize {
  color: var(--color-middleBl);
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  width: calc(100% - 9rem);
}
.title--prize__brand {
  display: block;
  font-size: 1.4rem;
}
.panel--prize__accent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-middleBl);
  border-radius: 100rem;
  width: 9rem;
  height: 9rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -1.5rem;
  right: -0.8rem;
}
.panel--prize__accent__normal {
  padding: 0;
  text-align: center;
  line-height: 130%;
}
.panel--prize__accent__large {
  font-size: 1.6rem;
  text-align: center;
  color: var(--color-Ye);
  padding: 0;
}
.panel--prize__accent__large__num {
  font-size: 2rem;
}
.panel--data {
  display: block;
  background: #fff;
  border-radius: 1.6rem;
  margin: 0 auto 1.6rem;
  padding: 1.6rem 0 0;
}
.panel--data p {
  margin: 0 1.6rem;
}
.panel--data p.bold {
  margin: 0;
  padding: 0 0 0.8rem;
}
.panel--data img {
  padding: 0 1.6rem 1.6rem;
}
.panel--data--date {
  font-family: Glegoo, "noto sans JP", serif;
  text-align: center;
  font-weight: 700;
}
.panel--data--date .dateNum {
  font-size: 1.8rem;
}
.panel--data > .list--Dot,
.panel--data > .list--num,
.panel--data > .list--SmallReference {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.title--panelbar {
  background: var(--color-middleBl);
  padding: 0.8rem 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  margin: 0.8rem 0 1.6rem;
}
.title--subTitle {
  color: var(--color-middleBl);
  background: var(--color-Ye);
  border-radius: 10rem;
  width: max-content;
  padding: 0.8rem 2.4rem;
  margin: 1.6rem auto;
}

.footer_link a {
  text-decoration: none;
}

/*unique design
-------------------------*/
.kvArea,
.kvBg,
.kvArea-content,
.kvArea-title,
.kvArea-title img {
  display: block;
  width: 100%;
  aspect-ratio: 375 / 394;
}
.kvArea {
  background: url(../images/kv_bg-1.webp) no-repeat center center;
  background-size: contain;
  position: relative;
}
.kvBg,
.kvArea-content,
.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%;
  background: var(--color-middleBl);
  padding: 0 1.6rem 1.6rem;
}
footer p {
  text-align: center;
  font-size: 1.4rem;
}
.numberList {
  margin-bottom: 3.2rem;
}
.numberList p {
  margin: 2rem 1.6rem 0.3rem;
  padding: 0;
}
.inquiry {
  display: flex;
  width: auto;
  flex-direction: column;
  flex-basis: auto;
  gap: 5px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.inquiry li {
  width: calc(4rem + 12em);
  margin: auto;
  background: #fff;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
}
.inquiry li a {
  display: block;
  color: var(--color-maintext);
  text-decoration: none;
  text-align: left;
  padding: 1rem 2rem 1rem 5rem;
  box-sizing: border-box;
  position: relative;
}
.inquiry .tel a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/icon-tel.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.inquiry .mail a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/icon-mail.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .inquiry .tel {
    pointer-events: none;
  }
}
.sns-buttons {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
  margin-bottom: 2.4rem;
}

/*PC design
-------------------------*/
.wrapper {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: var(--color-paleBl);
  border-left: 0.4rem solid var(--color-middleBl);
  border-right: 0.4rem solid var(--color-middleBl);
  box-shadow: 0 0.4rem 1rem 0 var(--color-middleBl);
  position: relative;
  z-index: 1;
}
.pcBody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: var(--color-paleBl);
  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;
  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;
  }
}
