: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: 32%;
    width: 100%;
    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
 * ========================================
 */

#sec01 .buttons {
	bottom: 5%;
}

#sec01 .buttonSet02{
	position: absolute;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
	bottom: 1%;
}

/** 
 * ========================================
 * #sec02
 * ========================================
 */

#sec02 .buttons {
	bottom:3%;
}

#sec02 .buttonSet02{
	position: absolute;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
	bottom: 1%;
}


/** 
 * ========================================
 * #sec03
 * ========================================
 */

#sec03 .buttons {
	bottom:3%;
}

#sec03 .buttonSet02{
	position: absolute;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
	bottom: 1%;
}

/** 
 * ========================================
 * #sec04
 * ========================================
 */

#sec04 .buttons {
	bottom: 6%;
}

#sec04 .buttonSet02{
	position: absolute;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
	bottom: 4%;
}


/** 
 * ========================================
 * #sec05
 * ========================================
 */



/** 
 * ========================================
 * #sec06
 * ========================================
 */


/** 
 * ========================================
 * #sec07
 * ========================================
 */
#sec07 .buttons {
	top: 18.5%;
}

#sec07 .buttons img{
	width: 87%;
    margin: 0 auto;

}

#sec07 .buttonSet02{
	position: absolute;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
	top: 23.5%;
}

/** 
 * ========================================
 * #sec08
 * ========================================
 */

/**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;
}



.swiper{
	margin: 0 auto 110px;
	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 **/

.item{
	color: #004ea2;
	background: #e9f3ff;
	width: 100%;
	padding: 15px;
	margin-bottom:20px; 
	border-radius: 10px;
}

 .js-accordion--close{
  display: none;
}

.js-accordion{
	position: relative;
	padding: 0;
	color: #004ea2;
	width: 100%;
}

.js-accordion p{
	color: #004ea2;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-right: 25px;
	letter-spacing: 0.7px;
    line-height: 150%;
}

.js-accordion p span {
    display: inline-flex; 
    align-items: center;    
    justify-content: center;
    width: 34px;             
    height: 34px;            
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;  
    margin-right: 10px;      
	flex-shrink: 0;
}

.js-accordion p span img {
    width: 11px;            
    height: auto;
    display: block;
}

.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;
}

.accordion-wrap{
	width: 90%;
	margin: 30px auto 80px;
}

/*中身**/
.accordion-box{
	height:0;
	overflow:hidden;
	transition:.4s ease;
	color: #004ea2;
}

.accordion-box p{
	color: #004ea2;
	font-size: 12px;
	border-top: 1px solid #004ea2;
	margin-top: 10px;
	display: flex;
	line-height: 160%; /* 19.2px */
	letter-spacing: 0.6px;
	padding: 15px 20px 15px 0;
	font-weight: normal;
}

.accordion-box p span {
    display: inline-flex; 
    align-items: center;    
    justify-content: center;
    width: 34px;             
    height: 34px;            
    background: #004ea2;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;  
    margin-right: 8px;     
	flex-shrink: 0;
}
.accordion-box p span img {
    width: 11px;            
    height: auto;
    display: block;
}

.accordion-box p b{
	display: block;
    font-size: 8px;
    line-height: 9px;
    margin-top: 8px;
}


/*モーダル**/

.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
 * ========================================
 */

.fix_bnr_area{
    margin: 0 auto;
    position: fixed;
    box-sizing: border-box;
    z-index: 5;
    bottom: 0;
    width: 100%;
    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;
}

/** 
 * ========================================
 * footer
 * ========================================
 */

/***/
footer{
	color: #004EA2;
}

footer .light-blue{
	text-align: center;
	padding: 0 0 30px;
}

footer .light-blue b{
	padding: 30px 0 15px;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; 
	letter-spacing: 1.6px;	
}

footer .light-blue p{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	letter-spacing: 0.7px;
	margin-bottom: 10px;
	padding: 0;
}

footer .light-blue a{
	margin: 0 auto ;
	display: block;
	width: 95%;
}

footer p{
	padding: 30px;
	font-family: "Noto Sans JP";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 18px */
	letter-spacing: 0.5px;
}

footer .blue{
	background: #004EA2;
	padding: 30px 30px 80px;
	color: #fff;	
}

footer .blue img{
	display: block;
	width: 75%;
	margin: 0 auto;
}

footer .blue ul{
	display: flex;
	padding: 20px 0 40px;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	gap:30px;
	font-weight: normal;	
}

small{
	font-size: 10px;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: normal;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


