: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: 2%;
    width: 95%;
    height: 90%;
	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%;
}

#sec01 .buttons {
	bottom: 6%;
}


#sec02 .buttons {
	top: -2%;
}

#sec02 .slick-prev:before,
#sec02 .slick-next:before {
	display: none;
}

#sec02 .buttonSet02{
	position: absolute;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
	top: 7%;
}


/***/
#sec03 .slider {
	top: 12%;
}

#sec03 .sliderStyle01 .slick-arrow {
	position: absolute;
	top: 10%;
}

#sec03 .buttons {
	bottom: 8%;
}
#sec03 .buttons + .buttons {
	top: inherit;
	bottom: 0.5%;
}


#sec03 .tab-simuration{
    position: absolute;
    top: 6.8%;
}

#sec03 .tab__buttons {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 27.5%;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 87%;
	background: transparent;
	background-image: linear-gradient(0deg, rgba(73, 136, 225, 1) 10%, rgba(63, 189, 224, 1) 90%);
	border-radius: 50px;
	padding: 5px;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	font-family: Futura, 'Lato', sans-serif;
	gap: 10px;
}


#sec03 .tab__item {
  display: none;
}

#sec03 .tab__item.is-active {
  display: block;
}

.tab-simuration .tab__buttons button:after{
	content: "";
    width: 80px;
    height: 60px;
    position: absolute;
    display: block;
}

.tab-simuration .tab__buttons button span{font-size: 10px;}

.tab-simuration .tab__buttons button p{
	max-width: 200px;
    display: block;
    width: 83px;
    text-align: center;
    padding: 3px 3px;
    color: #fff;
    border-radius: 30px;
    font-size: 17px;
	background-image: linear-gradient(180deg, rgba(121, 203, 233, 1) 10%, rgba(126, 178, 234, 1) 90%);
	box-shadow: 0px 0px 15px -5px #004EA2;
}

.tab-simuration .tab__buttons button.is-active p{
	max-width: 200px;
    display: block;
    width: 83px;
    text-align: center;
    padding: 3px 3px;
    color: #004EA2;
    background: #fff;
    border-radius: 30px;
    font-size: 17px;
}

/***/



#sec04 .slider {
	top: 25%;
    margin: 0;
}

#sec04 .buttons {
	bottom: 3%;
}



/***/
#sec05 .buttons {
	top: 0%;
}

#sec05 .button02{
	top: 31.5%;
}

#sec05 .movie {
    position: absolute;
    left: 0;
    top: 37%;
    z-index: 10;
}

/* #sec05 .movie video {
    width: 100%;
} */


#sec05 .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(91.209302vw, 390px);
	position: absolute;
	top: 14.5%;
	left: 50%;
	translate: -50% 0;
}

#sec05 .popup {
	width: min(32vw, 130px);
}

#sec06 .buttons{
	bottom: 8.7%;
}

#sec06 .reserve {
	position: absolute;
	top: 33.4%;
	left: 50%;
	width: min(97.2093023256vw, 337px);
	translate: -50% 0;
}

#sec06 .reserve + .reserve {
	top: 50%;
}

#sec06 .reserve + .reserve + .reserve {
	top: auto;
	bottom: 32.4%;
}

#sec06 .reserve + .reserve + .reserve + .reserve {
	top: auto;
	bottom: 17.4%;
}

#sec06 .reserve .shine {
	border-radius: min(1.3953488372vw, 6px);
}

#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%);
}

/****/
.sec08 .contentIn{
	background: #007BC7;
}

.right .js-accordion {
    color: #004ea2;
    width: 100%;
    padding: 28px 28px 50px;
    background: #fff;
    font-size: 16px;
    line-height: 1.8rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.left .js-accordion {
    color: #004ea2;
    width: 100%;
    padding: 28px 28px 50px;
    background: #fff;
    font-size: 16px;
    line-height: 1.8rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.right .accordion-wrap{
	margin: 0 0 0 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.left .accordion-wrap{
	margin: 0 0 0 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.right .accordion-wrap .item{
	width: 90%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;	
	background: #fff;
}

.left .accordion-wrap .item{
	width: 90%;
	background: #fff;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;	
}


/***/


#sec09 .buttons{
	bottom: 6.5%;
}



/****/
.js-accordion--close{
  display: none;
}

.js-accordion{
	position: relative;
	padding: 0;
	color: #004ea2;
	width: 100%;
}

#sec10 .js-accordion::before{
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
#sec10 .js-accordion::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right:20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
#sec10 .js-accordion.is-accordion--open::before{
  transform: rotate(90deg);
}
#sec10 .js-accordion.is-accordion--open::after{
  transform: rotate(-180deg);
}
#sec10 .js-accordion.is-accordion--open + .accordion-box{
	height: auto;
	opacity: 1;
}
/*中身**/
.accordion-box{
	height:0;
	overflow:hidden;
	transition:.4s ease;
	color: #004ea2;
}
.accordion-box p{
	background: #fff;
    padding: 20px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
	font-size: 10px;	
	border-radius: 0 0 10px 10px;
}


.accordion-box p span{
	color: #fff;
	background: #004ea2;
    font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 30px;
    letter-spacing: 0.1em;
	margin-right: 10px;
	text-align: center;
	display: table;
	margin-bottom: 10px;
	font-size: 12px;
}

.accordion-box p b{
	display: block;
	
}



/**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;
}



/*****/
#sec11 .buttons{
	bottom: 10%;
}


/****/


#sec10 .accordion-wrap{
	width: 90%;
	margin: 0 auto;
}

#sec10 .js-accordion{
	  background-image: linear-gradient(0deg, rgba(73, 137, 225, 1) 10%, rgba(62, 187, 224, 1) 90%);
	color: #fff;
	padding:15px;
	position: relative;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;	*/
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
}

#sec10 .is-accordion--open{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#sec10 .js-accordion img{
	width: 30px;
    height: 30px;
    position: absolute;
    right: 19%;
    top: 11px;
}


#sec10 .icon01 p:before{
	content: url(../images/icon01.svg);
	position: absolute;
	left: 21%;
	width: 25px;
	height: 25px;
	top: 10px;
}
#sec10 .icon02 p:before{
	content: url(../images/icon02.svg);
	position: absolute;
	left: 60px;
	width: 25px;
	height: 25px;
	top: 10px;
}
#sec10 .icon03 p:before{
	content: url(../images/icon03.svg);
	position: absolute;
	left: 40px;
	width: 25px;
	height: 25px;
	top: 10px;
}

#sec10 .icon03 img{
	right: 13.5%;
}


#sec10 .accordion-box{
	background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	
	
}

#sec10 .accordion-box p{
	padding: 0 20px 20px; 
	font-size: 14px;
	position: relative;
}

#sec10 .accordion-box p a{
	text-decoration: underline;
	text-align: right;
	width: 100%;
	display: inline-block;
	font-size: 10px;
}

#sec10 .accordion-box p b{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

#sec10 .accordion-box p b:after{
	content: "";
    height: 1px;
    position: absolute;
    right: 33px;
    width: 100px;
    bottom: 82px;
    background: #004EA2;
}

#sec10 .accordion-box .gold{
	text-align: center;
	display: block;
	margin: 25px auto;
}

#sec10 .accordion-box .gold01{width: 196px;}
#sec10 .accordion-box .gold02{width: 327px;}
#sec10 .accordion-box .gold03{width: 327px;}

#sec10 .note{
	width: 90%;
	margin: 5px auto 40px;
	text-align: left;
	font-size: 10px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-weight: normal;
}

/*****/






/**sec12**/
#sec12{
	background: url("../images/img/sec06.webp") top no-repeat;
	background-size: contain;
	padding: 40px 0 10px;
}

#sec12 .contentIn{
	background: transparent;
}

.swiper{
	margin: 0 auto 50px;
	width: 90%;
	z-index: 0!important;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 90%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 90%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: static;
    margin-top: 10px;
}


/****/
.btn-reserve2{
	position: absolute;
    bottom: 6%;
    width: 87%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/** #sec07 **/

#sec07 .item{
	color: #004ea2;
	background: #e9f3ff;
	width: 100%;
	padding: 15px;
	margin-bottom:20px; 
	border-radius: 10px;
}

#sec07 .modalOpen {
	display: inline-block;
	position: inherit;
	width: 124px;
    vertical-align: middle;
}

#sec07 .js-accordion--close{
  display: none;
}

#sec07 .js-accordion{
	position: relative;
	padding: 0;
	color: #004ea2;
	width: 100%;
}

#sec07 .js-accordion p{
	color: #004ea2;
	font-size: 12px;
    max-width: 340px;
    display: flex;
    line-height: 16px;	
}

#sec07 .js-accordion p span{
	background: #fff;
    font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 30px;
    letter-spacing: 0.1em;
	margin-right: 10px;
}

#sec07 .buttons{
	bottom: -0.5%;
}


#sec07 .js-accordion::before{
  content: "";
  width: 2px;
  height: 16px;
  background: #004ea2;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
#sec07 .js-accordion::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #004ea2;
  position: absolute;
  right: 0px;
  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: 30px auto 80px;
}

/*中身**/
#sec07 .accordion-box{
	height:0;
	overflow:hidden;
	transition:.4s ease;
	color: #004ea2;
}
#sec07 .accordion-box p{
	background: #fff;
    padding: 20px;
    margin: 20px 0;
    line-height: 1.8em;
    letter-spacing: 0.05em;
	font-size: 10px;	
	border-radius: 0 0 10px 10px;
}
#sec07 .accordion-box p span{
	color: #fff;
	background: #004ea2;
    font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 30px;
    letter-spacing: 0.1em;
	margin-right: 10px;
	text-align: center;
	display: table;
	margin-bottom: 10px;
	font-size: 12px;
}

#sec07 .accordion-box p b{
	display: block;
    font-size: 8px;
    line-height: 9px;
    margin-top: 8px;
}

#footer {
	margin-top: 110px;
}

#footer .buttons{
	top: -45%;
}

#footer .note{
	background: #F1F9FF;
	color: #004EA2;
}

#footer .note p{
	padding: 40px 0;
	line-height: 50%;
	line-height: 180%;
	width: 90%;
	margin: 0 auto;
	font-size: 10px;
	font-weight: normal;
}

#footer .bottom-logo{
	background: #004EA2;
	padding: 40px 0;
	color: #fff;
}

#footer .bottom-logo img{
	width: 60%;
	margin: 0 auto;
}

#footer .bottom-logo p{
	font-weight: normal;
	width: 90%;
	line-height: 180%;
	font-size: 10px;
	margin: 10px auto 0;
	text-align: center;
	letter-spacing: 1px;
}

#footer .bottom-logo p a{
	display: inline;
	text-decoration: underline;
} 


/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*モーダル**/

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal-box {
    background-color: #fff;
    margin: 10% auto;
    max-width: 640px;
    width: 90%;
    border-radius: 10px;
    animation-name: modalopen;
    animation-duration: 1s;
    position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	
	.modal-box {margin: 40% auto;}
	
}


.modalClose{
    position: absolute;
	top: 24px;
    right: 43px;
    color: transparent;
    font-size: 50px;	
}
.modalOpen{
    color: #000 !important;
    position: absolute;
    top: 109px;
    right: 31px;
}

#modal4 .modalClose{
	position: absolute;
    top: 24px;
    right: 20px;
    color: transparent;
    font-size: 50px;
}



.beforeAfter {
	position: absolute;
    bottom: 9.5%;
    left: 43px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 64%;
}

.beforeAfter .photo {
}

.beforeAfter .photo.before .tag {
	right: 0;
}

.beforeAfter .photo.after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: clipAnimation 4s infinite both linear;
}

.beforeAfter .photo.after .tag {
	left: 0;
	border-radius: 0 0 min(1.5625vw, 6.25px);
}

.beforeAfter .tag {
	display: block;
	position: absolute;
	top: 0;
	width: min(16.875vw, 67.5px);
	overflow: hidden;
}

.beforeAfter img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@keyframes clipAnimation {
	0% {
		clip-path: inset(0 100% 0 0);
	}

	85% {
		clip-path: inset(0 0 0 0);
	}

	100% {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes boundAnimation {
	0% {
		translate: 0;
	}

	7.5% {
		translate: 0 -4%;
	}

	15% {
		translate: 0;
	}

	22.5% {
		translate: 0 -4%;
	}

	30% {
		translate: 0;
	}

	100% {
		translate: 0;
	}
}



@media screen and (max-width: 1024px) {
	
}

.fix_bnr_area{
    margin: 0 auto;
    position: fixed;
    box-sizing: border-box;
    z-index: 5;
    bottom: 0;
    width: 100%;
    background: url(../images/fix_bnr_bk.webp) center no-repeat;
    max-width: 430px;
    left: 0;
    right: 0;
}
.fix_bnr_area .contentIn{
	background: none;
}

.fix_bnr_area a{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.fix_bnr_area .flex-box{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.fix_bnr_area .flex-box img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.fix_bnr_area a:hover{
	opacity: 0.6;
}


.scale{
	animation: bounce01 1.5s infinite ease-in-out;
	position: absolute;
}
@keyframes bounce01 {
	0%, 100% { transform: scale(1.0) }
	50% { transform: scale(0.95) }
}

.scale{
    width: 97%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

