@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Antique&family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

@font-face {
    font-family: "tamanegi";
    src:
        url("../fonts/tamanegifont.woff2") format("woff2"),
        url("../fonts/tamanegifont.woff") format("woff");
    font-display: swap;
}

:root {
	--base-color-blue: #000d3e;
	--base-color-gold: #b49461;
	--base-color-black: #000000;
	--tx_base-color-black: #4f4f51;
	--font_main_sans-serif:"Zen Kaku Gothic New", sans-serif;
	--font_main_serif:"Zen Old Mincho", serif;
	--font_date_serif: "Zen Antique Soft", serif;
	--font-weight-regular:400;
	--font-weight-bold:700;
	--font-weight-black:900;
	--font-size-24px:clamp(0.875rem, 0.674rem + 0.89vw, 1.5rem);/* 14px-24px */
	--font-size-42px:clamp(1.75rem, 1.469rem + 1.25vw, 2.625rem);/* 28px-42px */

	--font-size-18px:clamp(0.813rem, 0.708rem + 0.45vw, 1.125rem);/* 13px-18px */
	--font-size-28px:clamp(1.313rem, 1.167rem + 0.63vw, 1.75rem);/* 21px-28px */
	
}

.tx-yellow {
	color: rgb(255 214 0);
}

.tx-date-l {
	font-size:clamp(2rem, 1.598rem + 1.79vw, 3.25rem);
}

/*--------------------------------------------------------*/
/*リセット*/
html{margin:0px;padding:0px;border:0px;}
*{margin:0px;padding:0px;border:0px;}
body,h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav{
	margin:0px;
	padding:0px;	
	word-break: break-word;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
}
* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ol, ul{list-style:none; list-style-type:none;}
.cleartext{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
img {
	vertical-align: bottom;
}
.mx_menu_all{margin-bottom:0px !important;min-width: initial !important;min-width: auto !important;}
.pc_ad_head{text-align:center;}
.banner_bg{margin-bottom:0px !important;}
/*--------------------------------------------------------*/
.span{
	display: inline-block;
}
small {
	line-height: 1.2em;
	font-size: min(2vw, 18px);
	display: block;
	margin-top: 3em;
	text-align: center;
}
body{
	background-color: var(--base-color-blue);
	text-align:center;
	font-family: var(--font_main_sans-serif);
	font-weight: normal;
	color: #4f4f51;
}

.body-wrapper::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:repeat;
background-position:50% 100%;
background-image: url(../img/bg1.jpg);
background-size:cover;
}



a:link{text-decoration:none; color: #fff;}
/* a:visited{color:#039bdd; text-decoration:none;}
a:hover{color:#000; text-decoration:none;transition-duration: 0.2s;} */
#page_all {
	/* text-align: left; */
	word-wrap: break-word;
	/* border-bottom: solid 12vw #ffffff; */
}
#right_side {
	min-width: 300px;
	padding: 10px 0px 0px 30px;
	align-self: flex-start;
}
/*--------------------------------------------------------*/
/*--パンくず--*/
#pan_box {
	background-color: #000000;
	overflow-x: auto;
	overflow-y: hidden;
}

.panlist{
	padding: 8px;
	font-size: 80%;
	line-height: 120%;
	color: #fff;
	text-align:left;
	width: max-content;
}

#pan_box a {
	color: #fff;
}
.panlist a:link{color:#fff; text-decoration:underline;}
.panlist a:visited{color:#fff; text-decoration:underline;}
.panlist a:hover{color:#fff; text-decoration:underline;}
/*--------------------------------------------------------*/
/*--SNS--*/
#sns_button_pc,
#sns_button_sp{
	text-align: center!important;
	margin: 5% 0 0 0;
    display: flex;
    gap: 1%;
    justify-content: center;
}
#sns_button img{
	width: 40px !important;
	height: 40px !important;
	margin: 1%;
}
#sns_button_pc img{
	height: 50px!important;
    width: 50px!important;
    margin: 0 5px!important;
}

#sns_button_sp img{
	height: 50px!important;
    width: 50px!important;
    margin: 0 5px!important;
}
#sns_button{
text-align: center;
    margin-top: 4%;
}
/*--------------------------------------------------------*/
/*--フッター--*/
#footer{margin:0 auto;padding:1px 0 10px; padding:1%; line-height:200%;text-align:center;}
.mx_copyright{ color:#09397a; line-height:1.5; }
.mx_copyright a:link,
.mx_copyright a:visited{ color:#09397a; text-decoration:none; }
.mx_copyright a:hover{ color:#ffffff; text-decoration:underline; }
/*-----------------------------------*/
/*-- 緊急テキスト ----------------------*/
#rp_textbox .txt_text{
border: rgb(255 255 255 / 50%) solid 0.25em;
border-radius: 0.5em;
background: rgba(255,255,255,0.6);
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
#rp_textbox .pop_text{
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
border: #c9c9c9 solid 1px;
font-size:0.9em;
line-height:1.5em;
margin:0 auto;
padding:20px;
text-align:left;
max-width: 900px;
word-break: break-all;
width:75%;
}
#rp_textbox .pop_text .popup_title{
border-bottom: #999 dotted 1px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
margin:0 0 15px 0;
padding-bottom:5px;
text-align:center;
width:100%;
}
#rp_textbox .eme_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .eme_img img{
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a{
color:#d00;
text-decoration:underline;
}
.txt_title {
border-left: solid 0.5em #333333;
font-weight: bold;
font-size: 1.2em;
text-align: left;
padding: 0.3em;
margin-bottom: 0.5em;
}
/*-----------------------------------*/
/*google翻訳*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link,.goog-logo-link:link{color:#09397a;text-align:center;}

/* loader */
#loader {
    background: #000d3e;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.loader,
.loader:before,
.loader:after {
    background: rgb(255 214 0);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #fff;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 50%/* loader */
;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* loader */
/*-----------------
共通
------------------*/

.pcOnly {
	display: block;
}
.spOnly {
	display: contents;
}
.pconly {
	display: block!important;
}
.sponly {
	display: none!important;
}
@media screen and (max-width: 800px){
	.pcOnly {
		display: contents;
	}
	.spOnly {
		display: block;
	}
	.pconly {
		display: none!important;
	}
	.sponly {
		display: block!important;
	}
}

.wrap {
    width: min(95%, 1200px);
	padding: 0 3%;
	margin: auto;
}
.wrap #right_side {
    padding-top: 0;
}
.wrap .left_side {
    width: min(calc(100% - 320px), 980px);
	background-color: #000000;
	height: 600px;
}

.wrap .left_side img {
	width: 100%;
}

@media screen and (max-width:980px) {
    /* #header {
        min-height: 80px;
    } */
    #page_all {
        overflow-x: hidden;
    }
    #pan_box {
        overflow-x: scroll;
    }
    .wrap {
        width: 100%;
		padding: 0 6%;
    }
    .wrap .left_side {
        width: 100%;
    }
    .wrap #right_side {
        display: none;
    }

}




/* -----------------
.toparea
---------------- */
.toparea img {
	width: 100%;
}

h2 {
	font-family: var(--font_main_serif);
	font-size: var(--font-size-42px);
	font-weight: var(--font-weight-black);
	color: var(--base-color-gold);	
	padding: .3% 1% .5%;
	margin: 0% 0% 4%;
}
.h2_intro {
	font-family: "tamanegi";
	letter-spacing: .4rem;
	font-size: clamp(1.75rem, 1.5rem + 2vw, 4rem);
}
h3 {
	font-family: var(--font_main_serif);
	font-size: var(--font-size-42px);
	font-weight: var(--font-weight-black);
	color: var(--base-color-gold);
	padding: .3% 1% .5%;
	/* background-color: var(--base-color-gold); */
	/* margin: 0 0 min(5vh, 3em); */
}

.btn-line-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 70px;
    padding: min(1.5vh, 2em);
    position: relative;
    text-decoration: none;
    color: #fff;
    border: .3vh solid #fff;
	background-image: linear-gradient(90deg, rgb(189 144 13), #91651e);
    transition: all 0.3s;
    font-family: var(--font_main_serif);
    font-size:1.5rem;
    font-weight: var(--font-weight-bold);
}

.btn-line-01:hover {
  opacity: .8;
  transition: .2s;
}

.btn-line-01::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
.btn-line-01:hover::after {
  border-color: #fff;
  right: 10px;
}

@media screen and (max-width:980px) {
	.btn-line-01 {
		margin: 0 auto 50px;
		max-width: 400px;
		font-size: clamp(1rem, .7rem + 1.61vw, 2.625rem);
	}
}

@media screen and (max-width:600px) {
	.btn-line-01 {
		margin: 0 auto 20px;
		max-width: 320px;
		font-size: clamp(1rem, .7rem + 1.61vw, 2.625rem);
	}
}

/* 祭り動画 */

.toparea {
    width: 100%;
    position: relative;
}

.kv {
    position: relative;
    width: 100%;
	border-bottom: .4vh solid var(--base-color-gold);
}

#box_video {
    width: 100%;
    /* margin: 0 auto; */
	margin: -5px auto;
}

.movie-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.movie-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
video {
	width: 100%;
}

.movie-wrap{
    position: relative;
}

.movie-wrap::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,.15),
        rgba(0,0,0,.35)
    );
    pointer-events:none;
}

.insta_btn2 {
  color: #FFF;
  border-radius: 7px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  max-width: 300px;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
  overflow: hidden;
  text-decoration: none;
  padding-left: 70px;
  margin: 0 auto 40px;
  font-family: var(--font_main_sans-serif);
  margin-top: 10%;
}

.insta_btn2::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("../img/insta.png") no-repeat center;
  background-size: contain;
}

.insta_btn2 span {
  transition: .5s;
  padding-right: 20px;
}

.insta_btn2:hover {
	opacity: .8;
	transition: .3s;
}

@media screen and (max-width:600px) {
	.insta_btn2 {
  color: #FFF;
  border-radius: 7px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 300px;
  font-size: 1rem;
  text-decoration: none;
  padding-left: 45px;
  margin-top: 29%;
}

.insta_btn2::before {
  width: 20px;
  height: 20px;
}
.intro_unit {
	padding: min(16vh, 6em) 0 min(8vh, 2em);
}
}

/* ----------------- */
.logo {
    position: absolute;
    top: 25%;
    left: 29%;
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
.date {	
	color: #fff;
	text-align: center;
	margin: auto;
	background: var(--base-color-black);
	font-family: var(--font_date_serif);
	padding: 1% 6% 1.3%;
	border: .4vh solid var(--base-color-gold);
	display: inline-table;
	position: absolute;
	white-space: nowrap;
	left: 50%;
  	transform: translate(-50%, -50%);
}
.date p {
	font-size: clamp(1.5rem, 1.138rem + 1.61vw, 2.625rem);/* 24-42 */
	line-height: 2rem;
	letter-spacing: .1rem;
}
.intro_unit {
	padding: min(13vh, 11em) 0 min(5vh, 8em);
}
.intro_tx {
	font-size: var(--font-size-24px);
	font-family: var(--font_main_serif);
	font-weight: var(--font-weight-bold);
	color:#fff;
	line-height: min(7vh, 2em);
	margin: min(5vh, 2em) 0;
}

.event_date {
	font-family: var(--font_main_serif);
	font-weight: var(--font-weight-bold);
	color: #fff;
	font-size: clamp(1rem, .8rem + 1.61vw, 2.625rem);
}
.eventtx_s {
	/* font-size: clamp(1.3rem, 1.1rem + 1.5vw, 2rem); */
}
.date_box {
	border: 1px solid #fff;
	font-size: clamp(1rem, .7rem + 1.61vw, 2.625rem);
	padding: 0% 1% .05%;
}

@media screen and (max-width:600px) {

	.date_box{
		display: grid;
		margin-bottom: 2%;
		padding: 1.5% 1% 1.5%;
	}

	.date {
		top: 110%;
	}
	.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 87%;
	}
}

.photo_unit {
    display: flex;
    gap: 3%;
    justify-content: center;
}

.photo {
    width: 22%;
}

.photo img {
    width: 100%;
    display: block;
}



.photo_unit{
    position: relative;
    width: 100%;
    max-width: 1100px;
    aspect-ratio: 1100 / 460;   /* デザインに合わせて調整 */
    margin: 0 auto;
}

.photo{
    position: absolute;
}

.photo img{
    width: 100%;
    display: block;
}

/* 1枚目 */
.photo1{
    width:22%;
    left:0%;
    top:8%;
}

/* 2枚目 */
.photo2{
    width:27%;
    left:24%;
    top:18%;
}

/* 3枚目 */
.photo3{
    width:19%;
    left:53%;
    top:13%;
}

/* 4枚目 */
.photo4{
    width: 28%;
    left: 74%;
    top: 7%;
}

@media (max-width:600px){

.photo_unit{
	display: block;
    position: static;
    aspect-ratio: auto;
}

.photo{
    position: static;
    width:53%;
}

.photo1{
    margin:0;
}

.photo2{
    margin:-18% 0 0 auto;
}

.photo3{
    margin:-18% 0 0 0;
}

.photo4{
    margin:-18% 0 0 auto;
}

}

/* -----------------
番宣動画
---------------- */

h3 {
	display: inline-block;
	padding: .3% 1% .5%;
}

.movie {
    position: relative;
    width: 100%;
    
    aspect-ratio: 16 / 9;
    border: 3px solid #b88a2a;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.movie::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border: 1px solid #b88a2a;
    pointer-events: none;
}


.movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* -----------------
番宣動画
---------------- */

.matsuri_unit {
	padding: min(10vh, 8em) 0 min(10vh, 8em);
	overflow: hidden;
}
.banner_box{
    position: relative;
    max-width:1000px;
    margin:auto;
}
	
.container {
    max-width: 1000px;
    height: 1000px;
    border: 2px solid var(--base-color-gold);
    background: #e3e3e3;
    border-radius: 1vh;
    margin: auto;
    padding: 2%;
    text-align: left;
    position: relative;
}

.scroll {
    height: 100%;
    overflow-y: auto;
}

article {
	padding: 3%;
    background-color: #ededed;
}

article + article {
    border-top: 1px solid var(--base-color-gold);
}

.article_photo {
    margin-bottom: 2%;
	/* border: 1px solid #656565; */
	max-width: 700px;
    margin: 3% auto 3%;
}
.article_photo img{
    display:block;
    width:100%;
    height:auto;
}


.article_movie {
	/* aspect-ratio: 16 / 9;
    width: 100%; */
	margin: 3% auto 3%;
}

.article_movie iframe{
	width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 700px;
    margin: auto;
    display: block;
}



/* SimpleBarのカスタムスタイル */
.container .simplebar-scrollbar {
    background-color: #3760d0 !important;
    border-radius: 13px;
}

.container .simplebar-track {
    background-color: #fff;
}

.date_tx {
	/* color: #fff; */
	/* color: var(--base-color-gold); */
	margin: 0 0 2%;
	text-align: right;
	color: #7f5718;
}

.deco_left img,
.deco_right img {
	width: 100%;
}

.deco_right {
	position: absolute;
    width: 50%;
    right: -20%;
	bottom: -20%;
    /* z-index: -1; */
}

.deco_left {
    position: absolute;
	width: 34%;
	top: -15%;
    left: -16%;
	/* z-index: -1; */
}

.text {
	/* color: #fff; */
	color: #474747;
	text-align: justify;
	font-size: var(--font-size-18px);
	line-height: 1.3rem;
	font-family: "LINE Seed JP", sans-serif;
}
.title {
	/* color: var(--base-color-gold); */
	/* color: #fff; */
	/* color: #fff; */
	color: #474747;
	font-size: var(--font-size-24px);
	margin-bottom: 2%;
	font-family: var(--font_main_serif);
}



.movie_unit {
    padding: min(12vh, 8em) 0 min(15vh, 8em);
    background-image: url(../img/bg2.webp);
}

.matsuri_unit {
	/* padding: min(12vh, 8em) 0 min(15vh, 8em); */
    background-image: url(../img/bg2.webp);
	background-size: cover;
}

.copyright {
	color: #fff;
	text-align: right;
	font-size: 12px;
}


@media screen and (max-width:980px) {
	.intro_unit {
		padding: min(16vh, 10em) 0 min(8vh, 2em);
	}
	.movie_unit,
	.matsuri_unit {
		padding: min(6vh, 5em) 0 min(8vh, 6em);
	}
	.deco_right {
    position: absolute;
    width: 68%;
    right: -20%;
    bottom: -83px;
    /* z-index: -1; */
	}
	.deco_left {
    position: absolute;
    width: 49%;
    top: -9%;
    left: -19%;
    /* z-index: -1; */
	}
	#sns_button {
		text-align: center;
		/* margin-top: 15%; */
	}
	.container {
		height: 500px;
	}
}
