@charset "utf-8";

/* =Responsive Structure
----------------------------------------------- */
/*まずはスマホ*/
/* ==========================================
	 font設定
	 基本：100% = 1em = 1rem = 16px = 12pt
============================================= */



html {
	font-size: 62.5%;
	background-color: #000;	
} /* sets the base font to 10px */
body {
	color: #c51f1e;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom:0.4em;
	font-size:2rem;
 	font-weight: bold;
}
p { font-size: 1.8rem; line-height: 1.4;}
small { font-size: .75em;}
ul li { font-size: 1.5rem; line-height: 1.4;}
dl dt { font-size: 1.5rem; line-height: 1.4;}
dl dd { font-size: 1.5rem; line-height: 1.4;}
span,small,em,strong { display: inline-block;}

hr {visibility: hidden;}




/* ==========================================
	 リンク
	 ========================================== */
a {
	color: #d85a1e;
	text-decoration: none;
}
a:hover {filter: brightness( 108% ) contrast( 106% ) drop-shadow(0px 0px 0px rgba(0,0,0,.2));}
a:active  { filter: brightness( 94% ) contrast( 96% ) ;	}
a,a:hover,
a img,a:hover img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/* ==========================================
	 汎用クラス
	 ========================================== */

.sign {
	display: block;
	margin:10px 0 20px;
	text-align: right;
}
.center {
	display: block;
	text-align: center;
/* 	margin: auto; */
}
.bold { font-weight: bold !important;}
.right { text-align: right !important;}
.sign { text-align: right !important;}
.nowrap,.nw {
 	white-space:nowrap;
 	display: inline-block;
}
.italic { font-style: italic !important;}

.red   { color:#E60012;}
.green { color:#009944;}
.blue  { color:#0081cc;}
.yellow { color:#FDD000;}
.black { color:#000;}
.white { color: #fff;}

/* ==========================================
	 70年代ディスコ風フォントクラス
	 ========================================== */

.font-disco-5 { 
	font-family: 'Fredoka One', cursive !important; 
	text-shadow: 
		0 0 10px rgba(255,255,255,0.8),
		0 0 20px rgba(255,255,255,0.6),
		0 0 30px rgba(255,255,255,0.4);
}



.lh12 {line-height: 1.2;}
.lh13 {line-height: 1.3;}
.lh14 {line-height: 1.4;}
.lh15 {line-height: 1.5;}
.lh16 {line-height: 1.6;}
.lh17 {line-height: 1.7;}
.lh18 {line-height: 1.8;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}

.blink{
	color: #DF0000;
		font-style: italic;
	font-size: .5em;
	vertical-align: text-top;
    -webkit-animation:blink 1.0s step-end infinite alternate;
    -moz-animation:blink 1.0s step-end infinite alternate;
    animation:blink 1.0s step-end infinite alternate;
}
.hidden,.hdn { display: none;}



/* ==========================================
	 構造
   ========================================== */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body main {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	z-index: 100;
	/* overflow: hidden; */
}


#container main .preimage {
	position: relative;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;

	animation: preimage 4s ease-out;
}
@keyframes preimage {
	0% {
		filter:
			blur( 50px ) 
			brightness( 200% ) 
		;
	}
	50% {
		filter:
			blur( 20px ) 
			brightness( 150% ) 
		;
	}
	100% { 
		filter:
			blur( 0px ) 
			brightness( 100% ) 
		;
	}
}


/* -------------------------
メイン画像
-------------------------*/

#container main .preimage span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
/* 	opacity: 0; */
}
#container main .preimage span.image {
	height: 100vh;
	min-height: 100vh;
	background: url(/sarufes2026/common/pre/images/mainpict-portrait.jpg) no-repeat center center;
	background-size: cover;

	filter: 
		brightness( 104% ) 
		contrast( 106% ) 
		saturate( 150% ) 
		sepia(30%) ;

}


/* -------------------------
　速報（.breaking_news）
-------------------------*/

.breaking_news {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	font-family: "Helvetica neue",YuGothic, "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
}
.breaking_news .inner {
	padding: 0;
	display: flex;
	flex-direction: column; /* 主軸の方向や向きを定義（column:縦並, row:横並,column-reverse:逆縦並,row-reverse:逆横並）*/
	justify-content: center; /* コンテンツの間や周囲に間隔を整える[justify]（start:最初に合わせる,center：中央に合わせる,space-between：間にスペースを入れる,space-around：周りに一定のスペースを入れる,space-evenly：等間隔のスペースを入れる） */
	align-items: center;	/* 全ての直の子要素に集合として交差軸方向のアイテムを配置（stretch:親要素に合わせ空間を埋める,center:真ん中に揃える,start:最初に揃える,end:最後に揃える） */
	text-align: center;
	width: 100vw;
	height: 100vh;

	animation: shadow 3.5s ease-in-out forwards;
}
.breaking_news .inner h2 {
	margin-bottom: 1em;
	color: #fff;
	font-size: 2.55rem;
	font-family: YuGothic, "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	transform: rotate(-4deg) skewX(-4deg);
	animation: rotateF 2.8s ease-in-out forwards;
}
.breaking_news .inner figure {
	opacity: 0;  /* 初期状態では透明 */
  transform: scale(0);  /* 初期状態では小さくする */
	background-color: rgba(0,0,0,0);
	animation: fadeInAndGrow 2.5s ease-in-out forwards;

}
.breaking_news .inner figure a { display: inline-block;}
.breaking_news .inner figure img {
	width: auto;
	height: 35%;
	max-height: 35vh;
/* 	animation: rotateF 3.5s ease-in-out forwards; */
}
.breaking_news .inner .click {
	margin-top: .7em;
	color: #fff;
	font-size: 1.35rem;
	animation: fadeInAndGrow 2.8s ease-in-out forwards;
}
.breaking_news .inner .shop {
	margin-top: 30px;
	text-align: center;
	animation: fadeInAndGrow2 3.5s ease-in-out forwards;
}
.breaking_news .inner .shop p {
	padding: 0 2em;
	color: #fff;
	font-size: 1.55rem;
}
.breaking_news .inner .shop p.btn a {
	display: block;
	margin: 1.7em auto;
	padding: .7em 2em;
	width: 70%;
	max-width: 300px;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 6px;
}
.breaking_news .inner .shop p.btn a:hover {
	color: #07130f;
	background-color: #fff;
}

@keyframes shadow {
    0% {
	background-color: rgba(0,0,0,0);
    }
    50% {
	background-color: rgba(0,0,0,0);
    }
    100% {
	background-color: rgba(0,0,0,0.7);
    }
}

@keyframes fadeInAndGrow {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1); /* 通常サイズに */
    }
}
@keyframes fadeInAndGrow2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    70% {
        opacity: 0;
        transform: scale(0);
    }
    95% {
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1); /* 通常サイズに */
    }
}
@keyframes rotateF {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-4deg) skewX(-4deg);
    }
    50% {
        opacity: 0;
        transform: scale(0) rotate(-4deg) skewX(-4deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(-4deg) skewX(-4deg); /* 通常サイズに */
    }
}


/* -------------------------
天野天街さんへのコメントエリア
-------------------------*/
.announcement {
	position: relative;
	z-index: 11;
}
.announcement .inner {
	margin: auto;
	padding: 5vmin 5vmin 4.5vmin;
	width: 100%;
	max-width: 750px;
	color: #95e6f6;
	background-color: #fff;
}
.announcement .inner p {
	margin-bottom: .3em;
	color: #555;
	text-align: left !important;

	font-feature-settings: "pkna";
	text-align: justify;
	letter-spacing: .06em;
	line-height: 1.6;
}
.announcement .inner p.sign {
	text-align: right !important;
}


ul.sns {
	display: flex;
	flex-direction: row;
  justify-content: center; 
  align-items: center;
	width: auto;
	height: 90px;
}
ul.sns li {display: inline-block;}
ul.sns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
}
ul.sns li a img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	filter: invert(100%) sepia(0%) saturate(7467%) hue-rotate(295deg) brightness(94%) contrast(104%);
}
ul.sns li a:hover {opacity: 1; }
ul.sns li a:hover img {
	width: 55px;
	height: 55px;
	opacity: 1;
}



/* -------------------------
チラシエリア
-------------------------*/

section.flyer {
	display:flex;
	justify-content:center;
	align-items:center;
	width: 100%;
	height: auto;
}
section.flyer figure { text-align: center;}
section.flyer figure img {
	margin: 10vh auto 0;
	width: 88%;
	max-width: 900px;
	height: auto;
	box-shadow : 0px 3px 20px 0px rgba(0,0,0,0.4);/* 	横位置　縦位置　ぼかし　広がり　色 */
}


/* 
	さるフェス情報
	-------------------------*/
.info {
	padding: 10vh 8vw;
	text-align: center;
}
.info h1 {
	margin:0 auto 15px;
	width: 90%;
	max-width: 1100px;
}
.info h1 img {

	max-width: 500px;
	filter: invert(16%) sepia(49%) saturate(6534%) hue-rotate(353deg) brightness(92%) contrast(88%);
}
.info h2.theme {
	margin:0 auto 40px;
	width: 65%;
	max-width: 500px;
	filter: invert(16%) sepia(49%) saturate(6534%) hue-rotate(353deg) brightness(92%) contrast(88%);
}

.info p.place,
.info p.date {
	display: inline-block;
	margin: auto;
	width: auto;
	font-size: 3.6rem;
	font-weight: bold;
	font-family: "GSanSerif-B", sans-serif;
}
.info p.place .at {
	display: inline-block;
	margin: 0 .3em;
}
.info p.date .yobi { font-feature-settings: "palt";}
.info p.date .yobi:before { content: "〔";}
.info p.date .yobi:after { content: "〕";}
.info .time {
	display: inline-block;
	margin: 10px auto;
}
.info .time li {
	display: inline-block;
	margin: 0 .3em;
	font-size: 1.7rem;
	text-align: left;
	line-height: 1.2;
}
.info .time li strong {
	margin: 0 .1em;
	font-size: 1.8em;
}
.director {
	display: inline-block;
	margin: 10px auto;
}
.director dt {
	float: left;
	margin-top: .3em;
}
.director dd {
	margin-bottom: .45em;
	padding-left: 70px;
	width: auto;
	font-size: 2rem;
	text-align: left;
	font-family: "GSanSerif-B";
}
.director dd small {
	font-size: 1.3rem;
}

.artists { margin: 10vh auto;}
.artists h3 {
	margin-bottom: 2em;
	font-size: 2.4rem;
}
.artists li {
	margin-bottom: .5em;
	font-size: 2.3rem;
	font-family: "GSanSerif-B";
	transform: rotate(-3deg);
}
.and {
	margin-top: 20px;
	font-size: 1.5rem;
	font-family: "GSanSerif-B";
	transform: rotate(-3deg);
}


/* 
	チケット情報
	-------------------------*/
.ticket {
	padding: 5vh 0;
	font-family: "GSanSerif-B";
}
.ticket .onsale {
	margin: 2em auto 7em;	
}
.ticket .onsale .frame {
	display: inline-block;
  padding: .6em 1em .65em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  border: 2px solid #c51f1e;
  border-radius: 60px;
  background-color:#c51f1e;
}
.ticket .onsale .frame strong {
	margin: 0 .1em;
	font-size: 1.5em;
}

.ticket .sect {
	margin: 3vh auto 50px;
	padding: 0 20px 2vh;
	max-width: 700px;
	border: 3px solid #c51f1e;
	border-radius: 25px;
}
.ticket .sect h2 {
	margin: -1.1em auto 1em;
	padding: .4em 2em;
	max-width: 350px;
	color: #c51f1e;
	background-color: #fff;
	border-radius: 30px;
	border: 3px solid #c51f1e;
}
.ticket .sect .shop {
	margin: 3em auto;
}
.ticket .sect .btn a {
	display: block;
	margin: 10px auto;
	padding: .5em 2em;
	width: 95%;
	max-width: 400px;
	color: #fff;
	font-size: 2rem;
	background-color: #c51f1e;
	border-radius: 50px;
}


/* -------------------------
メイン画像以下、テキスト部分
-------------------------*/
@keyframes steam01 {
  0% {
    bottom: -300px;
    filter: blur(12px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.5
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4
  }
  100% {
    bottom: 300px;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 2.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: -200px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.4
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 200px;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.6, 2.4);
    opacity: 0
  }
}
.steamWrap {
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.steamBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.steamBox > img {
  width: 100%;
  display: block
}
.steam01 {
  position: absolute;
  right: 15vw;
  animation: steam01 13s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 10vw;
  animation: steam02 18s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 15s infinite linear;
  animation-delay: 6s;
  opacity: 0
}
.steam01 img {
  width: 800px;
  height: auto
}
.steam02 img {
  width: 650px;
  height: auto
}
.steam03 img {
  width: 550px;
  height: auto
}

/* -------------------------
メイン画像以下、テキスト部分
-------------------------*/

/* タイトルエリア */
.titlearea {
	padding: 10vh 3vw;
	text-align: center;
	background-color: #fff;
}
.titlearea h1 { font-size: 5rem;}
.titlearea .theme { font-size: 3rem;}
.titlearea p.place_date { font-size: 2.6rem;}
.titlearea .saru {
	margin: 5vh auto 0;
	width: 60%;
	max-width: 300px;
	height: auto;
}
.arrow_box {
  position: relative;
  margin: 5vh auto 5vh;
  padding: 5vmin 5vmin;
  max-width: 800px;
  color: #333;
  background: #fff;
  border-radius: 30px;
  border: 8px solid #333;
}
.arrow_box::after,
.arrow_box::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box::before {
  border-bottom-color: #333;
  border-width: 41px;
  margin-left: -41px;
}
.arrow_box::after {
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box p.open {
	font-size: 2.5rem;
}





#footer {
	padding: 10vh 10%  !important;
	color: #fff;
	font-size: 1.5rem;
	background-color: black;
	
}
#footer h2 {
	margin-top: 5vh;
	margin-bottom: 5vh;
	font-size: 6rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
}
#footer h2 img {
	width: auto;
	max-height: 110px;
	filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(248deg) brightness(117%) contrast(100%);
}

#footer h3 {
	font-family: 2.5rem;
	text-align: center;
}
#footer h3 a:link,
#footer h3 a:visited { color: #fff;}
#footer h3 a:hover { color: #63bef7; opacity: 1;}

#footer p {
	position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  z-index: 11;
}
#footer p.small {
	font-size: .9em;
}

#footer #link {
	position: relative;
	padding-bottom: 5vh;
	text-align: center;
	z-index: 11;
}
#footer p.copyright {
	font-weight: normal;
	letter-spacing: 0.1em;
}

/* =============================
   フッター（ディスコネオン背景）
   ============================= */

.footer-canvas-bg {
  position: relative;
  background: #111;
  overflow: hidden;
}

#disco-canvas {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  display: block;
  z-index: 0;
  pointer-events: none;
  filter: blur(8px) brightness(130%) contrast(120%) saturate(130%) sepia(0%);
}


@media screen and (orientation: portrait) and (max-width:480px) {/* 縦向きの場合のスタイル */
}@media screen and (min-width:480px){ /*大きいスマホ*/

	@media (min-aspect-ratio: 1/2) { 

			#container main .preimage span.image {
					background: url(/sarufes2026/common/pre/images/mainpict-landscape.jpg) no-repeat center center ;
					background-size: cover;
					filter: 
							brightness( 104% ) /* 輝度 */
							contrast( 106% ) /* コントラスト */
							saturate( 150% ) /* 彩度 */
							sepia(30%) ;/* セピア */
			}
	}
}@media screen and (min-width:1024px){

/* -------------------------
　速報（.breaking_news）
-------------------------*/

	.breaking_news .inner figure img {
		margin: 0 .7em;
		width: auto;
		height: 55%;
		max-height: 55vh;
	/* 	animation: rotateF 3.5s ease-in-out forwards; */
	}
}