@charset "UTF-8";
/** common **/

body {
    background: url("images/bg.jpg") scroll top center !important;
    background-size: 60% auto !important;
    background-color: transparent !important;
    background-blend-mode: normal !important;
	margin:0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height:1.6em;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
}

@supports (animation-timeline: scroll()) {
    body::before {
        animation: bgFade linear both;
        animation-timeline: scroll();
        animation-range: 0vh 100vh;
    }
}


@media screen and (max-width: 767px) {
	body {
	    background-size: 150% auto !important;
	}
}

@keyframes bgFade {
    from { opacity: 0; }
    to { opacity: 1; }
}


div.bg{
	background: none;
}

a{
	color:#1D2088;
	z-index: 999;
}

.large{font-size:130%;}
.xlarge{font-size:160%;}
.small{font-size:85%;}
.red{color:#ff0000;}
.bold{font-weight:bold;}

section{
	position: relative !important;
	z-index: 999;
	display: block;
	width:80%;
	max-width:700px;
	margin:auto;
	margin-bottom:30%;
}

.fv-container {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fade-line {
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-style: normal;
	line-height: 2.5em;
	font-size: 200%;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	margin-bottom: 10px;
}
.fade-line.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.fade-line_l{
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-style: normal;
	line-height: 2.5em;
	font-size: 250%;
	text-align: center;
}

div{
	z-index: 999;
	display: block;
	max-width:800px;
	margin:auto;
	margin-bottom:10%;
}

section p{
	margin-bottom:30px ! important;
	padding:10px 0;
	font-size:95%;
}

section p img{
	margin:30px auto;
	width:100%;
	max-width:300px;
	display:block;
}

hr{
	border-style: none;
	border-top:solid 1px #D6C85F;
	margin:30px 0;
}

h1 img{
	display:block;
	margin:50px auto ! important;
	width:90%;
	max-width:800px;
}

h2{
	width:100%;
	max-width:1200px;
	margin:auto;
	font-family: "Kaisei Opti", serif;
	font-size:180%;
	margin:20px auto;
	padding-bottom:10px;
	text-align:center;
	line-height:1em !important;
	color: #ECB802;
	background: -webkit-linear-gradient(-45deg, #F7DE05, #ECB802, #DA8E00, #EDAC06, #F7DE05, #ECB802);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-filter: drop-shadow(1px 1px 0px rgba(0,0,0,.5));
}

h2 img{
	margin:20px auto;
	display:block;
	width:100%;
	max-width:400px;
}

section p,section div,ul{
	width:90%;
	max-width:1200px;
	margin:auto;
}

/** SP **/
@media screen and (max-width:767px){
    body {
	    font-size:90%;
    }
	section p{
		padding:5px 0;
		margin-top:-5px;
		line-height:1.7em;
	}
	h2{
		font-size:120%;
		margin:20px auto;
		padding-bottom:20px;
		text-align:center;
		line-height:1.2em !important;
	}
	
	.fade-line {
		font-family: "Kaisei Opti", serif;
		font-weight: 700;
		font-style: normal;
		line-height: 2.5em;
		font-size: 150%;
		text-align: center;
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
		margin-bottom: 10px;
	}
}

p.link,
a.link{
	z-index: 999;
	position: relative;
}

.center{
	text-align:center;
}

section{
	box-sizing: border-box;
	width:90%;
	padding:30px 15px;
	background:#fff;
	border-radius:15px;
}

ul {
	width:100%;
	margin:auto;
	display:block;
	text-align: center;
	padding-left: 0;
}

ul li  {
	line-height: 1.5;
	padding: 0.5em 5px;
	list-style-type: none!important;
	text-align:center;
	display: inline-block;
}

a.btn{
	display:block;
	margin:20px auto;
	padding:10px 0;
	background-color:#00A0EA;
	width:70%;
	max-width:250px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

footer{
	display: block;
	width:90%;
	max-width:1200px;
	margin:auto;
	padding:15px 0 0 0;
	background: #fff;
	color:#999;
	text-align:center;
	font-size:12px;
	border-radius:15px;position: relative !important;
	z-index: 2 !important;
}

footer a img{
	max-width:200px;
	width:55%;
	display:inline-block;
	margin:auto;
	padding:30px 0;
}

.copyright{
	display: block;
	text-align:center;
	padding-bottom:50px !important;
}

.sns{
	font-size:40px;
	margin-top:-10px;
}
.sns a{
	margin:0 5px;
	color:#111 !important;
	line-height:1.5em;
}
.sns img{
	width:60px;
	margin-bottom:-15px;
}



/** loading **/
#loader {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important;
	background-color: #ffffff !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	max-width: none !important;
	margin: 0 !important;
	z-index: 10000 !important;
	transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}

.spinner {
	width: 280px;
	height: 280px;
	background-image: url('images/icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 !important; 
	animation: spin 1.5s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#loader.loaded {
	opacity: 0;
	visibility: hidden;
	transform: scale(5);
}

/** Animations **/
.image-wrapper {
	padding: 50px 20px;
	text-align: center;
	margin-bottom: -50px;
}

.image-wrapper img {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.pop-up-bottom {
	opacity: 0;
	transform: translateY(80px) scale(0.8);
	transition: opacity 0.3s ease-out, transform 1.2s cubic-bezier(0.34, 3.7, 0.64, 1);
}

.pop-up-bottom.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

@media (max-width: 768px) {

	.spinner {
		width: 180px;
		height: 180px;
	}
	.image-wrapper {
		padding: 30px 15px;
	}
	.pop-up-bottom {
		transform: translateY(80px) scale(0.8);
	}
	.image-wrapper img {
		width: 80%;
	}
	footer{
	margin-bottom:150px;
	}
}

/** back to top **/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 40px;
	width: 100px;
	height: 100px;
	background-color: transparent; 
	border: none;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.back-to-top.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.yurayura-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  transform-origin: center bottom !important; 
  animation: yuraYura 1s ease-in-out infinite alternate !important;
}

@keyframes yuraYura {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

@media screen and (max-width: 767px) {
  .back-to-top {
    right: 10px !important;
    bottom: 10px !important;
    width: 80px !important;
    height: 80px !important;
  }
  .yurayura-img {
    width: 80px !important;
    height: 80px !important;
  }
}

.tooltip-text {
	position: absolute;
	bottom: 110%; 
	left: 50%;
	transform: translateX(-50%);
	background-color: #001976;
	color: #fff;
	padding: 10px 12px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.tooltip-text.is-active {
	opacity: 1 !important;
	visibility: visible !important;
}

.tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #001976;
}

/** slider **/
.slider-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	overflow: hidden;
}

.slider-container {
	display: flex;
	gap: 20px;
	width: max-content;
	will-change: transform;
}

.slider-item {
	flex: 0 0 300px;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.slider-item img {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.3s;
}

.slider-item:hover img {
	filter: brightness(50%);
}

.slider-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:10px;
	transform: translate(-50%, -50%) scale(0.9);
	width: 85%;
	white-space: normal;
	overflow-wrap: break-word;
	line-height: 1.4;
	color: #fff;
	font-size: 14px;
	text-align: left;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

.slider-date{
	text-align:right;
}

.slider-item:hover .slider-caption {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.kv-stage {
    position: relative !important;
    width: 100% !important;
    min-height: 400px !important;
    height: 100vh !important;
    height: 100dvh !important;
    top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
    z-index: 5000 !important;
    margin-bottom: 250px !important; 
    background: transparent !important;
}

.kv-box {
    position: relative !important;
    width: min(80vw, 600px, 60vh) !important; 
    max-height: 70vh !important;
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    margin-top: 10vh !important;
}

@media screen and (max-width: 767px) {
    .kv-stage {
        top: 0 !important;
    }
    .kv-box {
        width: 80vw !important;
        margin-top: 0 !important;
    }
}

.kv-img1, .kv-img2 {
    max-width: 100% !important;
    max-height: 70vh !important;
    height: auto !important;
    object-fit: contain !important;
}

.kv-img1 {
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
    opacity: 0;
    transform: scale(0.1);
    animation: kv-zoom 1.0s cubic-bezier(0.34, 1.56, 0.64, 1.5) 1.5s forwards !important;
}

.kv-img2 {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 60% !important; 
    z-index: 1 !important;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
    animation: kv-fly-jump 1.0s cubic-bezier(0.175, 0.885, 0.32, 1.5) 2.2s forwards !important;
}

@keyframes kv-zoom {
    0% { opacity: 0; transform: scale(0.2); }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes kv-fly-jump {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.3);
    }
    20% {
        opacity: 1;
        transform: translate(-50%, -40%) scale(0.25);
    }
    100% {
        transform: translate(0%, -140%) scale(1) rotate(10deg);
        opacity: 1;
    }
}


#content section:first-of-type {
    margin-top: 0 !important;
    clear: both !important;
}

