:root {
	--blu01: #004EA2;
	--zHeader: 10;
}

/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
html {
	box-sizing: border-box;
	width: 100%;
	font-size: 62.5%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	position: relative;
	min-width: 320px;
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	line-height: 1;
	letter-spacing: normal;
	overflow: clip auto;
}

body.popup {
	overflow: clip;
}

a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: opacity 300ms ease;
}

a:hover {
	opacity: 0.7;
}

button {
	font: inherit;
	transition: opacity 300ms ease;
}

button:hover {
	opacity: 0.7;
}

picture,
img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	vertical-align: bottom;
}

picture[src*=".svg"],
img[src*=".svg"] {
	width: 100%;
	max-width: none;
}

video {
	vertical-align: middle;
}

.contentIn {
	position: relative;
	width: 100%;
	max-width: 430px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}

@keyframes shine {
	0% {
		opacity: 0;
		translate: -100% 0;
	}

	40% {
		opacity: 0;
		translate: -100% 0;
	}

	50% {
		opacity: 1;
		translate: 0;
	}

	60% {
		opacity: 0;
		translate: 100% 0;
	}

	100% {
		opacity: 0;
		translate: 100% 0;
	}
}

.shiny .shine {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: min(0.9302325581vw, 4px);
	overflow: hidden;
	translate: -50% 0;
	mix-blend-mode: overlay;
}

.shiny .shine::after {
	content: "";
	display: block;
	width: 100%;
	height: 150%;
	background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, white 45%, white 55%, rgb(255 255 255 / 0%) 100%);
	rotate: 45deg;
	animation: shine 3s linear infinite;
}

/* -----------------------------------------------------------------------
	main
----------------------------------------------------------------------- */

#main {
	overflow: hidden;
}
#main .buttonStyle01,
#footer .buttonStyle01 {
	position: absolute;
	left: 50%;
	width: min(95.209302vw, 392px);
	translate: -50% 0;
}

#main .buttonSet01,
#footer .buttonSet01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 50%;
	translate: -50% 0;
}

#main .buttonSet01 .button,
#footer .buttonSet01 .button {
	position: relative;
	left: 0;
	translate: 0;
}

#main .buttonSet01 .button .shine,
#footer .buttonSet01 .button .shine {
	top: 12%;
	width: 95%;
	height: 76%;
	border-radius: min(1.8604651163vw, 8px);
}

#main .buttonSet01 .link,
#footer .buttonSet01 .link {
	width: min(32.3255813953vw, 139px);
}

#main .sliderStyle01,
#footer .sliderStyle01 {
	position: absolute;
	left: 50%;
	width: min(92.5581395349vw, 398px);
	translate: -50% 0;
}

#main .sliderStyle01 .slick-arrow,
#footer .sliderStyle01 .slick-arrow {
	position: absolute;
	top: 7%;
	right: 0;
	height: min(30.581395vw, 131px);
	width: min(9.418605vw, 37px);
	background: url("../images/arrow.webp") no-repeat center/contain;
	color: transparent;
	font-size: 0;
	z-index: 10;
	translate: 50% 0;
	aspect-ratio: 1;
}

#main .sliderStyle01 .slick-arrow.slick-prev,
#footer .sliderStyle01 .slick-arrow.slick-prev {
	right: auto;
	left: 0;
	translate: -50% 0;
	rotate: 180deg;
}

#header {
	position: relative;
	z-index: var(--zHeader);
}

#header .contentIn {
	box-shadow: 0 0 min(2.3255813953vw, 10px) 0 rgb(0 0 0 / 10%);
}

#header .reserve {
	position: absolute;
	top: 50%;
	right: min(1.8604651163vw, 8px);
	width: min(27.2093023256vw, 117px);
	translate: 0 -50%;
}


@keyframes bgslide {
  0% {
    background-image: url("../images/sec01_01.webp");
  }
  50% {
    background-image: url("../images/sec01_02.webp");
  }
  100% {
    background-image: url("../images/sec01_01.webp");
  }
}


#sec01 .btn01 {
	bottom: 4%;
}
#sec01 .btn02 {
	bottom: 1%;
}
#sec01 .btn02 a{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

/***/
#sec04-02 .contentIn{
	background: #E9F3FF;
}

#sec04-02 .tabs {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap; 
	gap: 0 10px;
	align-items: end;
	justify-content: center;
}

#sec04-02 input[name="tab_item"] {
  display: none;
}

/* タブ（ラベル） */
#sec04-02 .tab_item {
	position: relative;
	padding: 5px 0;
	text-align: center;
	background: #d9d9d9;
	cursor: pointer;
	transition: background .15s, color .15s;
	border-radius: 12px 12px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.75px;	
	border-bottom: none;
	z-index: 1;
	width: 44%;
}

#sec04-02 #hurry:checked + label[for="hurry"],
#sec04-02 #long:checked + label[for="long"] {
  margin-bottom: -2px; /* ここで境界を隠す */
  position: relative;
  z-index: 2; /* 下の枠より上に出す */
}

/* 中身（下に折り返す） */
#sec04-02 .tab_content {
	flex-basis: 100%;
	display: none;
	box-sizing: border-box;
	background: #fff;
	border-top: 2px solid transparent;
	border-left: 2px solid #004EA2;
	border-right: 2px solid #004EA2;
	border-bottom: 2px solid #004EA2;
	padding-bottom: 30px;
	border-radius: 12px;
}

#sec04-02 .tab_content img{
	border-radius: 12px;

}

/* 選択された中身 */
#hurry:checked ~ #hurry_content {
	display: block;
	border-top: 2px solid #004EA2;
	background: #f7faff;
}

/* 選択されたタブ */
#hurry:checked + label[for="hurry"] {
	background: #f7faff;
	color: #004EA2;
	font-size: 15px;
	padding: 10px 0;
	border-top: 2px solid #004EA2;
	border-left: 2px solid #004EA2;
	border-right: 2px solid #004EA2;
	position: relative;
	z-index: 2;          /* ←中身より前面 */
	border-bottom: none; /* ←下側は描かない */
}

/* 2つ目のタブ */
#long:checked + label[for="long"] {
	background: linear-gradient(35deg, var(---, #B67715) 6.73%, #DDB434 50.14%, var(---, #B67715) 93.56%);
	color: #fff;
	text-shadow: 0 0 4px #705418;
	font-size: 15px;
	padding: 10px 0;
	position: relative;
	z-index: 2;
	border-bottom: none;
}

/* long の中身が出るとき */
#long:checked ~ #long_content {
	display: block;
	border-top: 2px solid #c0b484;
	border-bottom: 2px solid #c0b484;
	border-left: 2px solid #c0b484;
	border-right: 2px solid #c0b484;
	background: #fffdf5;
}


/*　アコーディオン　*/
#sec04-02 .item{
	margin-bottom: 10px;
}
#sec04-02 .js-accordion{
	border-radius: 0 60px 60px 0;
	border-top: 1px solid var(--_, #004EA2);
	border-right: 1px solid var(--_, #004EA2);
	border-bottom: 1px solid var(--_, #004EA2);
	background: var(--_, linear-gradient(45deg, #DCF0FF -0.25%, #FFF 99.75%));
    color: #004EA2;
    padding: 5px 15px;
    position: relative;
    font-size: 19px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
	width: 95%;
}

#sec04-02 .g-flow01 .js-accordion {
  background: linear-gradient(45deg, #FFF4CD -0.25%, #FFF 99.75%);
  border-color: #B67715; /* 必要なら境界色も変更できる */
}
#sec04-02 .g-flow01 .js-accordion::before{background: #B67715;}
#sec04-02 .g-flow01 .js-accordion::after{background: #B67715;}


#sec04-02 .js-accordion::before{
  content: "";
  width: 1px;
  height: 16px;
  background: #3A8EE4;
  position: absolute;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
#sec04-02 .js-accordion::after{
  content: "";
  width: 16px;
  height: 1px;
  background: #3A8EE4;
  position: absolute;
  right:20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
#sec04-02 .js-accordion.is-accordion--open::before{
  transform: rotate(90deg);
}
#sec04-02 .js-accordion.is-accordion--open::after{
  transform: rotate(-180deg);
}

/**STEP01とかのとこ**/
#sec04-02 .js-accordion div p{
	display: flex;
	align-items: center;
	background: var(--_, linear-gradient(45deg, var(---, #004EA2) -0.25%, #009BFA 99.75%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(---, "Noto Sans JP");
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.7px;
}

#long:checked ~ #long_content .long-g {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #B67715;
  color: #B67715;
}

#sec04-02 .js-accordion div p img{
	width: 12%;
	margin-right: 15px;
}

#sec04-02 .accordion-box p{
	padding: 0;
	background: transparent;
}

#sec04-02 .g-flow02 .js-accordion{
	padding: 20px;
}
#sec04-02 .g-flow02 .js-accordion p img{
	width: 40%;
    border-radius: 0;
}

#sec04-02 .g-flow02 .pink .js-accordion{
	background: linear-gradient(45deg, #FFEBEF -0.25%, #FFF 99.75%);
	border-top: 1px solid #FF4767;
	border-right: 1px solid #FF4767;
	border-bottom: 1px solid #FF4767;
}

#sec04-02 .g-flow02 .pink .js-accordion::before{background: #FF4767;}
#sec04-02 .g-flow02 .pink .js-accordion::after{background: #FF4767;}

/*****/

#sec04-03 .contentIn{
	background: #E9F3FF;
	height: 130px;
} 

#sec04-03 .btn01 {
	bottom: 27%;
}
#sec04-03 .btn02 {
	bottom: 5%;
}
#sec04-03 .btn02 a{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

/***/


#sec07 .item{
	color: #004ea2;
	width: 100%;
}

#sec07 .js-accordion--close{
  display: none;
}

#sec07 .js-accordion{
	position: relative;
	padding: 20px;
	background: #f7faff;
	width: 100%;
	border-radius: 12px;
	margin-bottom: 25px;
}

#sec07 .js-accordion p{
	color: #004ea2;
	font-size: 14px;
	display: flex;
	width: 93%;
	align-items: center;
	line-height: 1.6em;
}

#sec07 .js-accordion p span img{
	width: 20px;
	margin-right: 15px;
}


#sec07 .js-accordion::before{
  content: "";
  width: 2px;
  height: 16px;
  background: #004ea2;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
#sec07 .js-accordion::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #004ea2;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
#sec07 .js-accordion.is-accordion--open::before{
  transform: rotate(90deg);
}
#sec07 .js-accordion.is-accordion--open::after{
  transform: rotate(-180deg);
}
#sec07 .js-accordion.is-accordion--open + .accordion-box{
	height: auto;
	opacity: 1;
}

#sec07 .accordion-wrap{
	width: 90%;
	margin: 0px auto 40px;
}

/*中身**/
#sec07 .accordion-box{
	height:0;
	overflow:hidden;
	transition:.4s ease;
	color: #004ea2;
}

#sec07 .accordion-box p{
	display: flex;
	padding: 0 20px;
	line-height: 1.8em;
	margin-bottom: 40px;
}
#sec07 .accordion-box p span img{
	width: 20px;
	margin-right: 15px;
}



/***/
#footer .buttons {
	top: 5.1020408163%;
}

#sticky {
    position: sticky;
    bottom: -120px; /* 初期は非表示 */
    transition: bottom 0.3s ease; /* アニメーション効果 */
		z-index: 10;
}


#sticky .buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: min(2.3255813953vw, 10px);
}

#sticky .button {
	flex: 0 0 auto;
	width: min(45.3488372093vw, 195px);
}

#sticky .button + .button {
	margin-left: min(2.3255813953vw, 10px);
}

#popup,
#popup01,
#popup02,
#popup03 {
	top: 50%;
	left: 50%;
	max-width: 95dvw;
	max-height: 95dvh;
	translate: -50% -50%;
}

#popup{
	aspect-ratio: 430/633;
}


#popup form,
#popup01 form,
#popup02 form,
#popup03 form {
	position: absolute;
	top: 0;
	right: 0;
	width: 10.6976744186%;
}

#popup > p,
#popup01 > p,
#popup02 > p,
#popup03 > p {
	width: 430px;
	max-width: 100%;
}

#popup::backdrop,
#popup01::backdrop,
#popup02::backdrop,
#popup03::backdrop {
	background: rgb(0 0 0 / 50%);
}





/**fade**/
.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
}
.fadein {
	opacity: 0;
	transform: translate(0,0);
	transition: all 1.5s;
}
.fadein.fadein-left{
	transform: translate(-30px,0);
}
.fadein.fadein-right{
	transform: translate(30px,0);
}
.fadein.fadein-up{
	transform: translate(0,-30px);
}
.fadein.fadein-bottom{
	transform: translate(0,30px);
}
.fadein.scrollin{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}




#fixed {
	position: fixed;
	bottom: -100px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: 860px;
	transition: .5s;
	z-index: 1;
}

#fixed .contentIn {
	display: flex;
}

/****/
footer .contentIn{
	background: #F1F9FF;

}
footer .foot_box{
	color: #004ea2;
    font-size: 10px;
    line-height: 1.8em;
    width: 88%;
	font-weight: normal;
	padding: 20px;
}
footer .bottom_box{
	background: #004ea2;
	color: #fff;
    margin: 0 auto;
	padding: 25px 25px 50px;
	box-sizing: border-box;
    font-size: 10px;
	font-weight: normal;
    line-height: 1.8em;
	text-align: center;
}
footer .bottom_box img{
	width: 70%;
	text-align: center;
	margin: 0 auto 20px;
}
footer .bottom_box a{
	display: inline-block;
	text-decoration: underline;
}


/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/*****調整用******/
/****/
.js-accordion--close{
  display: none;
}

.js-accordion{
	position: relative;
	padding: 0;
	color: #004ea2;
	width: 100%;
}

/*中身**/
.accordion-box{
	height:0;
	overflow:hidden;
	transition:.4s ease;
	color: #004ea2;
}

.js-accordion--close{
  display: none;
}



.js-accordion::before{
  content: "";
  width: 2px;
  height: 16px;
  background: #004ea2;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
.js-accordion::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #004ea2;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
.js-accordion.is-accordion--open::before{
  transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after{
  transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box{
	height: auto;
	opacity: 1;
}





