@charset "UTF-8";
/* CSS Document */

.mb15{margin-bottom: 1rem;}

.container-fes{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin: 0 auto;
}

.container-fes{max-width:1366px;}

#access .map img{
	width: 100%;
	height: auto;
}

#id-hero-fes{}

#id-hero-fes .fv-fes {
	width: 100%;
	height: 100vh;
	display: grid;
	background: no-repeat center / cover url("fes-img/back-main.png");
	position: relative;
    overflow: hidden;
}

#id-hero-fes .hero-fes {
	text-align: center;
	display: block;
	place-items: center;
	align-content: center;
	position: relative;	
	width: 100%;
	height: 100vh;
}

#id-hero-fes .fes-title {
	width: 58.8vw;
	max-width: 1200px;
	position: absolute;
	top: 43%;
	left: 50%;
    transform: translateX(-50%) translatey(-50%);	
	display: block;
}

#id-hero-fes .ariake-spirit{
	width: 14.6vw;
	max-width: 200px;
	position: absolute;
	display: block;
	top: 5%;
	right: 10%;
}

#id-hero-fes .aroha{
	width: 36.6vw;
	max-width: 500px;
	margin: 0 auto -0.5rem auto;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

#id-hero-fes .harada-taiko{
	width: 36.6vw;
	max-width: 500px;
	margin: 0 auto -0.5rem auto;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0%;
}

#id-hero-fes .fes-schedule{
	width: 21.9vw;
	max-width: 300px;
	position: absolute;
	display: block;
	bottom: 3%;
	left: 50%;
    transform: translateX(-50%);	
}

#id-hero-fes .fes-title img,
#id-hero-fes .ariake-spirit img,
#id-hero-fes .aroha img,
#id-hero-fes .harada-taiko img,
#id-hero-fes .fes-schedule img{		
	width: 100%;
}

#id-hero-fes .fv-fes .first{
	text-align: center;
	max-width: 900px;
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin: 0 auto;
	background-color: rgba(255,255,255,0.70);
	padding-top: 0.2rem;
	padding-bottom: 1rem;
	border-radius: 10px;
	margin-bottom: 3rem;
}

#id-hero-fes .fv-fes .first .first-whopper{
	width: 100%;
	padding: 0;
	margin: 0;
}

#id-hero-fes .fv-fes .first .first-whopper h2{
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    background-image: linear-gradient(90deg, #7FC3B0 0 50%, #2B9EF7 50% 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3rem;
    background-position: bottom;
    color: #353535;
    font-weight: bold;
    font-size: 26px;
    text-align: center;	display: inline-block;
}

#id-hero-fes .fv-fes .first .first-whopper p{
	font-family: sans-serif;
	font-size: 16px;
	line-height: 2em;
	color: #333333;
}

#id-hero-fes .fv-fes .hero h2 span {
	display: block;
	line-height: 1;
	translate: 0.5em;
	opacity: 0;
}

#id-hero-fes .fv-fes .hero h2 span:nth-of-type(2){
	animation-delay: 1s;	
}

#id-hero-fes .fv-fes .hero text {
	font-size: 1em;
	letter-spacing: .08em;
	line-height: 2;
}

#id-hero-fes .fv-fes .hero scroll{
	writing-mode: vertical-lr;
	position: absolute;
	inset: auto auto 0 0;
}

#id-hero-fes .fv-fes .hero scroll a{
	font-size: 14px;
	display: grid;
	align-items: center;
	inline-size: 160px;
}

#id-hero-fes .fv-fes .hero scroll a:after{
	content:'';
	display: block;
	background-image:linear-gradient(to bottom,rgba(255,255,255,1.00),rgba(255,255,255,0.00))
}

#fes-about{
	background-color:#32519E;
}

#fes-about .about-top{
	padding-top: 4.5rem;
	text-align: center!important;
}

#fes-about h2{
	color: #FFFFFF;
	width: fit-content;
	display: flex; 
	text-align: center!important;
    align-items: center;
	margin: 0 auto;
	font-size: 48px;
}

#fes-about h2::before{
	content: '';
	background-image: url("fes-img/icon-60th.png");
    background-repeat: no-repeat;
    background-size: contain; /* アイコンが要素サイズに収まるように調整 */
    background-position: center; /* アイコンを中央に配置 */	width: 83px;
	height: 64px;
	margin-right: 1rem;	
}

#fes-about p{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 2;
}

#fes-about .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#fes-about .image-grid-fes {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-auto-rows: minmax(100px, auto);
    gap: 15px;
    margin-top: 30px;
    grid-template-areas: 
        "A B C"
        "D E F"
        "G E F";
}

#fes-about .image-grid-fes .item-1 {
    grid-area: A;
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}

#fes-about .image-grid-fes .item-2 {
    grid-area: B;
    grid-column: 2 / 2;
    grid-row: 1 / 1;
}

#fes-about .image-grid-fes .item-3 {
    grid-area: C;
    grid-column: 3 / 3;
    grid-row: 1 / span 2;
}

#fes-about .image-grid-fes .item-4 {
    grid-area: D;
    grid-column: 1 / 1;
    grid-row: 2 / span 2;
}

#fes-about .image-grid-fes .item-5 {
    grid-area: E;
    grid-column: 2 / 2;
    grid-row: 2 / 2;
}

#fes-about .image-grid-fes .item-6 {
    grid-area: F;
    grid-column: 2 / 2;
    grid-row: 3 / 3;
}

#fes-about .image-grid-fes .item-7 { /* 下段右の大きな画像 */
    grid-column: 3 / 3;
    grid-row: 3 / 3;
}

#fes-about .about-bt{
	padding-bottom: 4.5rem;
}


#fes-event{
	background-color:#F4F1EC;
}

#fes-event .event-top{
	padding-top: 4.5rem;
	padding-bottom: 3rem;
	text-align: center!important;
}

#fes-event h2{
	color: #000000;
	width: fit-content;
	display: flex; 
	text-align: center!important;
    align-items: center;
	margin: 0 auto;
	font-size: 48px;
}

#fes-event h2::before{
	content: '';
	background-image: url("fes-img/icon-60th.png");
    background-repeat: no-repeat;
    background-size: contain; /* アイコンが要素サイズに収まるように調整 */
    background-position: center; /* アイコンを中央に配置 */	width: 83px;
	height: 64px;
	margin-right: 1rem;	
}

#fes-event p{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 2;
}


/* ---------------------------------------------------- */
/* イベントブロック共通スタイル */
/* ---------------------------------------------------- */
#fes-event .event-block {
    display: flex;
    align-items:flex-start; 
    gap: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}

#fes-event .event-details {
    flex-grow: 1; 
}

#fes-event .event-details img{
	width: 100%;
	height: auto;		
}

#fes-event .sub-event {
	font-size: 16px;
	font-weight: bold;
}
	
#fes-event .sub-comment {
	font-size: 13px;
}

#fes-event .event-image {
    max-width: 450px; 
    width: 100%;
    order: -1;
}

#fes-event .event-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

#fes-event .event-team{
	color: #c4ad65;
	font-weight: bold;
	font-size: 13px;
}

#fes-event h4{
	color: #c4ad65;
	font-size: 22px;
	margin-bottom: 0.5rem;
}


/* ---------------------------------------------------- */
/* イベントブロック内のテキストスタイル */
/* ---------------------------------------------------- */
#fes-event h3 {
    color: #000000;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#fes-event .sub-title {
    font-size: 20px;
    font-weight: normal;
    color: #666;
    margin-bottom: 0;
}

#fes-event .event-details p {
    color: #000000; /* h2の時の白い文字設定を上書き */
    font-size: 16px;
    line-height: 1.8;
}

#fes-event .note {
    font-weight: bold;
    color: #32519E; /* アクセントカラーの例 */
    margin-top: 1rem;
}


/* ---------------------------------------------------- */
/* 配置の切り替え (画像右、テキスト左) */
/* ---------------------------------------------------- */
#fes-event .event-block-right {
    /* Flexアイテムの並び順を逆にする */
    flex-direction: row-reverse;
}


/* ---------------------------------------------------- */
/* スマートフォン（レスポンシブ）対応 */
/* ---------------------------------------------------- */
@media (max-width: 768px) {
    #fes-event .event-block {
        /* 縦一列に並べ、画像とテキストの順序を元に戻す */
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
        padding-bottom: 40px;
    }
    
    #fes-event .event-image {
        max-width: 100%; /* スマホでは幅いっぱいにする */
    }
    
    #fes-event h3 {
        font-size: 28px;
    }
}


@media (max-width: 768px) {
    .image-grid-fes {
        /* グリッドを縦一列に変更 */
        grid-template-columns: 1fr;
        /* 行またがりを解除し、全て自動的に配置 */
        grid-auto-rows: auto;
        gap: 10px; /* 隙間を調整 */
    }

    /* 全てのアイテムの行またがり・列またがりを解除 */
    .image-grid-fes .grid-item {
        grid-column: auto;
        grid-row: auto;
    }
}


@media screen and (max-width: 768px){
#id-hero-fes,
#story,
.fv-fes,
#role{
	display:block;
	margin: 0;
	padding: 0;
}

.fv-fes .first .first-whopper h2,
.story-whopper h2,
.lore-whopper h2{
    font-size: 20px;
}

.fv-fes .first .first-whopper p,
.story-whopper p,
.lore-whopper p{
	font-size: 14px;
	line-height: 1.8em;
}
}

#access{}

#access .access-top{
	padding-top: 4.5rem;
	text-align: center!important;
	margin-bottom: 3rem;
}


#access h2{
	color: #000000;
	width: fit-content;
	display: flex; 
	text-align: center!important;
    align-items: center;
	margin: 0 auto;
	font-size: 48px;
}

#access h2::before{
	content: '';
	background-image: url("fes-img/icon-60th.png");
    background-repeat: no-repeat;
    background-size: contain; /* アイコンが要素サイズに収まるように調整 */
    background-position: center; /* アイコンを中央に配置 */	width: 83px;
	height: 64px;
	margin-right: 1rem;	
}

#access p{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 2;
}


#access ul.gaiyou{
	width: 100%;
	height: auto;
	margin-bottom: 10% !important;
	margin-left: 0 !important;
	list-style: none;
}

#access ul.gaiyou p{
	margin-bottom: 0;
}

#access ul.gaiyou li{
	width: 100%;
	font-size: 16px;
}

#access ul.gaiyou li ul{
	border-bottom: 1px solid #ccc;
    width: 100%;
    margin-left: 0 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#access ul.gaiyou li ul.parking,
#access ul.gaiyou li ul.parking-main{
	border-bottom: none;
    width: 100%;
    margin-left: 0 !important;
    padding-bottom: 0;
    margin-bottom: 20px;
}


#access ul.gaiyou li ul.parking-main{
    padding-bottom: 20px;
	margin-bottom: 20px;
}


#access ul.gaiyou li ul li{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

#access ul.gaiyou li ul li span{
	display: inline-block;
	line-height: 2.5em;
	font-size: 12px;
	font-weight: 600;
	color: #A9A9A9;
}

#access ul.gaiyou li ul li:first-child{
	width: 15%;	
	text-align: center;
	margin-right: 2%;
}

#access ul.gaiyou li ul li:first-child span{
	font-size: 80%;
}

#access ul.gaiyou li ul li:last-child{
	width: 80%;	
}

#access ul.gaiyou li ul li a{
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
}

#access .nobori{
	position: relative;
}

#access .nobori .fes-nobori{
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 200px;
}

#access .nobori .fes-nobori img{
	width: 100%;
	height: auto;
}

#fes-footer{
	background-color: #32519E;
}

#fes-footer .fes-footer-logo{
	text-align: center;
	width: 100px;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 0;
}

#fes-footer .fes-footer-logo img{
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 768px){
#id-hero-fes .fv-fes {
	width: 100%;
	height: 80vh;
	display: grid;
	background: no-repeat center / cover url("fes-img/back-main.png");
	position: relative;
    overflow: hidden;
}
	
#id-hero-fes .fes-title {
	width: 90vw;
	max-width: 1200px;
	position: absolute;
	top: 10%;
	left: 2%;
    transform: none;
	display: block;
}

#id-hero-fes .hero-fes {
	text-align: center;
	display: block;
	place-items: center;
	align-content: center;
	position: relative;	
	width: 100%;
	height: 80vh;
}
		
#id-hero-fes .ariake-spirit{
	width: 25vw;
	max-width: none;
	position: absolute;
	display: block;
	top: 1.2%;
	right: 0.5%;
}

#id-hero-fes .harada-taiko{
	width: 95vw;
	max-width: none;
	margin: 0 auto -0.5rem auto;
	position: absolute;
	display: block;
	bottom: 0;
	left: 1%;
	right: none;
}

#id-hero-fes .fes-schedule{
	width: 55vw;
	max-width: 300px;
	position: absolute;
	display: block;
	top: 52%;
	bottom: none;
	left: 50%;
    transform: translateX(-50%);	
}

#access h2,	
#fes-event h2,	
#fes-about h2{
    display: flex; /* 既存のものを維持 */
    flex-direction: column;	
}

#access h2::before,	
#fes-event h2::before,	
#fes-about h2::before{
	order: -1;
}

#access ul.gaiyou li ul li:first-child,
#access ul.gaiyou li ul li:last-child{
	width: 100%;
}
	
#access ul.gaiyou li ul li:first-child br,
#access ul.hyo li ul li:first-child br{
	display: none;
}
	
#access ul.gaiyou li ul li:first-child,
#access ul.hyo li ul li:first-child{
	text-align: left;
	width: 100%;
}	
	
#access ul.gaiyou li ul li:first-child span{
	width: 100%;
}
	
#access ul.gaiyou li ul li:first-child{
	width: 100%;
}
	
#access .gaiyou{
    padding: 0 0 2rem 0;
}
	
#access ul.gaiyou li ul{
	padding: 0 40px 15px 15px;
}
	
#fes-about h2,
#fes-event h2,
#access h2{font-size: 32px;}
#fes-about p{font-size: 18px;}
#fes-event .event-top{padding-bottom: 1rem;}
#fes-about .about-top,
#access .access-top{margin-bottom: 1rem;}
	
}