: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: 0;
    width: 100%;
    height: 100%;
	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 .btnset {
	position: absolute;
	bottom: 14%;
	z-index: 2;
	width: 60%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
}

#sec01 .buttons{
	bottom: 6%;
}


#sec02 .buttons {
	top: -2%;
}


#sec03 .btnset {
	position: absolute;
	bottom: 5.1%;
	z-index: 2;
	width: 60%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
}

#sec03 .buttons {
	bottom: 3%;
}


#sec04 .swiper{
	position: absolute;
	bottom: 49.5%;
	width: 100%;
}

#sec04 .swiper-slide img{
	display: block;
	width: 90%;
	margin: 0 auto;
}

#sec04 .btnset {
	position: absolute;
	bottom: 14%;
	z-index: 2;
	width: 60%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
}

#sec04 .buttons{
	bottom: 9%;
}


#sec05 .btnset {
	bottom: 16%;
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 60%;
	z-index: 2;
}
#sec05 .buttons {
	bottom: 9%;
}


#sec07 .btnset {
	bottom: 17%;
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 60%;
	z-index: 2;
}
#sec07 .buttons {
	bottom: 9%;
}



/**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;
}









/***/
footer{
	color: #004EA2;
}

footer .light-blue{
	text-align: center;
	background: #E9F3FF;
	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;	
	leading-trim: both;
	text-edge: cap;
	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;
}

/*モーダル**/

.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;
}


.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;
}

