:root{
			--color-dark:#050505;
			--color-darkish:#404040;
			--color-lightish:#e6e6e6;
			--color-light:#fafafa;
			--color-mid:grey;
			--color-red:#FF0000;
			--ratio:1.4;
			--s-5:clamp(0.33rem, 0.39rem + -0.29vw, 0.18rem);
			--s-4:clamp(0.41rem, 0.47rem + -0.31vw, 0.25rem);
			--s-3:clamp(0.51rem, 0.57rem + -0.31vw, 0.35rem);
			--s-2:clamp(0.64rem, 0.69rem + -0.27vw, 0.5rem);
			--s-1:clamp(0.8rem, 0.84rem + -0.18vw, 0.71rem);
			--s0:clamp(1rem, 1rem + 0vw, 1rem);
			--s1:clamp(1.25rem, 1.19rem + 0.32vw, 1.41rem);
			--s2:clamp(1.56rem, 1.39rem + 0.85vw, 2rem);
			--s3:clamp(1.95rem, 1.61rem + 1.7vw, 2.83rem);
			--s4:clamp(2.44rem, 1.83rem + 3.04vw, 4rem);
			--s5:clamp(3.05rem, 2.04rem + 5.07vw, 5.65rem);

			/* --s1の場合
			 1vw = 幅の１％
			（例）0.32vw＝　ウインドウ幅1200pxの場合　1200px × 0.0032 =3.84px
			最小値が1.25rem　推奨値が1.19rem + 3.84px(画面サイズで変化)　最大値　1.41rem
			*/

			--measure:65ch;
			--line-height:var(--ratio);
			--line-height-small:calc(0.8*var(--ratio));
			--border-thin:var(--s-5);
			--border-thick:var(--s-2);
			line-height:var(--ratio);
			font-size:calc(.333vw + 1em);
			background-color:var(--color-light);
			color:var(--color-dark);
			/* nav */
			--themecolor: #553968;

			--sidegap: clamp(16px, 24vw / 6, 24px);
			--easeOut: cubic-bezier(.3,1,.7,1);
			--easeInOut: cubic-bezier(.7,0,.3,1);
			--contentWidth: calc(800px + var(--sidegap) * 2);
		}


﻿@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";:root{--color-text: #363230;--color-green: #146266;--color-yellow: #c09b0f;--color-orange: #e95713;--color-grad: linear-gradient(to top, #c09b0f 0%, #d8c850 100%)}

* {margin: 0;padding: 0;box-sizing: border-box;}
html {overflow-y: scroll;overflow-x: hidden;scroll-behavior: smooth;} /*	必要に応じて調整　scroll-padding-top: 60px;*/
body#scroll-wrapper{position:relative;font-family:"Noto Sans JP",sans-serif;font-size:14px;font-optical-sizing:auto;font-weight:500;font-style:normal;color:var(--color-text);line-height:1.6;letter-spacing:.04em}

body#scroll-wrapper img{max-width:100%}
body#scroll-wrapper .container:not(.movie-wrap){display:flex;flex-direction:column;align-items:center;padding-left:10px;padding-right:10px}
body#scroll-wrapper .container > *{width:100%;}
body#scroll-wrapper .scroll-wrap{position:relative;width:100%;height:100%;z-index:10}
body#scroll-wrapper #main{position:relative;max-width:100%;width:100%}
body#scroll-wrapper .inner{position:relative;width:100%;margin-right:auto;margin-left:auto;z-index:999}
.ultra-bg{position:fixed;top:0;left:0;width:100%;height:100dvh;overflow:hidden;}
.ultra-bg::before {content: "";width:200%;height:200%;position: absolute;top:-50%;left:-50%;background: url('../images/urutra-q.webp') center/cover no-repeat;transform-origin: center center;animation: rotateZoomEase 7s ease-out forwards;z-index: 0;background-attachment: fixed;}
@keyframes rotateZoomEase {
	0% {transform: rotate(20deg) scale(1);}
	100% {transform: rotate(0deg) scale(0.8);}
}
.ultra-bg.paused::before {animation-play-state: paused;}

@media screen and (width > 980px) {
	.side-marker{position:fixed;top:50dvh;width:29.941%;height:auto;padding:var(--s2);transform:translateY(-50%);}
	.side-marker.right{right:0;}
}

/* MOVIE */
.movie-wrap {width: 100%;margin: 0 auto;}
.movie-wrap iframe {display: block;width: 100%;height: auto;aspect-ratio: 16/9;}
.wrapper {position: relative;width: 100%;height: 100dvh; /* 必要に応じて調整 */}
.wrapper > * {position: relative;z-index: 1;}

/* HEADER */
header{height:100svh;display:flex;flex-direction:column;align-items:center;}
header > *{width:auto;height:auto; flex-shrink: 1;object-fit:contain;}
header h1{padding-top:var(--s1);height:calc(100% - 120px);}
header h1 img{height:100%;width:auto;}
header img.header-ss{margin-top:auto;}
/* header .header-ss{margin-top:auto;}
@media screen and (width < 767px) {
	header{padding-left:var(--s1);padding-right:var(--s1);}
} */

/* img.header-um  {
  opacity: 0;
  transform: scale(0.3);
  animation:showUs 1.7s cubic-bezier(.07,.89,.79,1.02) 0.5s forwards;
}
@keyframes showUs {
  0% {opacity: 0;transform: translate(0,0) scale(0.3);}
  100% {opacity: 1;transform: translate(-10px,-20px) scale(1.08);}
} */


/* CONTENT */
main section{display:flex;flex-direction:column;gap:var(--s2);align-items:center;padding:var(--s2);}
main section.glayzone{background-color:#c1c6c9;}
main section.whitezone{background-color:#FFF;}
main section#content-header{clip-path: polygon(0 0, 100% 0%, 100% 98%, 50% 100%, 0 98%);padding-bottom:0;}
main section#content-header + section{padding-top:20%;margin-top:-10%;}
/* main section#camp-cm{background:url(../images/urutra-q.webp) no-repeat center;background-size: cover;} */
p.fade-up.bottom.active img{transform:translate(10px,7px);}


.has-bakudan{position:relative;}
.has-bakudan::after{content: "";display: block;position: absolute;height: 25%;background-size: contain;z-index: 1;aspect-ratio:1 /1;background-position:center;background-repeat:no-repeat;background-size:contain;}
.has-bakudan.cal::after {background-image: url(../images/content-present-calendar-bakudan.svg);top: 8%;}
.has-bakudan.tissue::after {background-image: url(../images/content-present-tissue-bakudan.svg);top: 27%;}
.has-bakudan.kira::after {background-image: url(../images/content-present-feb-chance-bakudan.svg);top: 24%;}


@media print,(width > 980px) {
	.has-bakudan::after{width: 27%;right: -8%;}
}
@media print,(width < 980px) {
	.has-bakudan::after{width: 25%;right: -6%;}
}



.attention{font-size:var(--s-2);}
.attention.small{font-size:var(--s-3);}

/* FOOTER */
body#scroll-wrapper footer{background-color:#c1c6c9;padding-bottom:var(--s-3);}
body#scroll-wrapper footer p:not(#copyright){text-align:center;}
body#scroll-wrapper footer #copyright{font-size:var(--s-2);text-align:right;}

@media print,(width > 980px) {
	body#scroll-wrapper .wrapper{display:flex;flex-direction:column;justify-content:center;z-index:0}
	body#scroll-wrapper .main-wrap{max-width:40.11713%;width:100%;margin-right:auto;margin-left:auto}
	body#scroll-wrapper #main{z-index:11}
	/* body#scroll-wrapper .inner{box-shadow:0 0 16px 2px #fff} */
}
@media screen and (width < 980px) {
	body#scroll-wrapper .main-wrap{width:100%;}
	.side-marker{display:none;}
}

/* FUNCTION */
.fade-up {opacity: 0;transform: translateY(30px);transition: opacity 1000ms ease, transform 1000ms ease;will-change: opacity, transform;}

.fade-up.active {opacity: 1;transform: translateY(0);}
@media (any-hover: hover) {
}
