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

/*------------------------------------------------------

	common css

------------------------------------------------------*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
html { width: 100%; overflow: scroll; font-size: 10px; }
body { font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", " 游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic,メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #333; line-height: 1.5; background-color: #fff; overflow: hidden;}
.container { width: 100%; margin-left: auto; margin-right: auto; position: relative;}
ul { list-style: none; }
ol { list-style: decimal; }
img { vertical-align: bottom; /* width: auto; */ max-width: 100%; height: auto; }
/*a:link { color: #000; text-decoration: none; }
a:visited { color: #000; }*/
a.fade:hover { text-decoration: none; background-color: #fff; color: #333; -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.pc { display:block; }
.sp { display:none; }

main { display: block; margin-bottom: 50px; }

@media (min-width: 768px) {
	body{ min-width: 1100px; }
	.container { max-width: 1100px; }

	a:hover { text-decoration: underline; }
	a img:hover { opacity: 0.8; -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
}

@media screen and (min-width:768px) and ( max-width:1080px) {
    .container { width: -webkit-calc(100% - 40px); width: calc(100% - 40px);}
}

@media (max-width: 767px) {
	body{ }
	.container { margin-left: 15px; margin-right: 15px; width: auto; }
	.pc { display: none; }
	.sp { display: block; }

  /*.text { font-size: 1.6rem; line-height: 1.5; }*/
}

@font-face {
font-family: "Inter";
src: url("../../../common/fonts/Inter-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "Inter";
src: url("../../../common/fonts/Inter-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}


/*------------------------------------------------------

	flexbox

------------------------------------------------------*/
.colWrap { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; align-items: stretch; -webkit-align-items: stretch; align-content: stretch; -webkit-align-content: stretch; }
/*
.col2-1 { width: 50%; width: -webkit-calc(50% - 10px); width: calc(50% - 10px); }
.col3-1 { width: 33.3%; width: -webkit-calc(99.9% / 3 - 10px); width: calc(99.9% / 3 - 10px); }
.col4-1 { width: -webkit-calc( 25% - 10px ); width: calc( 25% - 10px ); }

.colWrap .img { text-align: center;}
.colWrap .img img { width: auto; max-width: 100%; }

.col3L1 ,
.col3R1 { width: 33.3%; width: -webkit-calc(99.9% / 3 - 10px); width: calc(99.9% / 3 - 10px); }
.col3L2 ,
.col3R2 { width: 66.6%; width: -webkit-calc( 99.9% * 0.666 - 10px ); width: calc( 99.9% * 0.666 - 10px ); }


@media (max-width: 767px) {

	.col2-1 { width: 100%; }
	.col3-1 { width: 50%; width: -webkit-calc(50% - 10px); width: calc(50% - 10px);}
	.col4-1 { width: 50%; width: -webkit-calc(50% - 10px); width: calc(50% - 10px); }

	.col3L1 ,
	.col3R1 ,
	.col3L2 ,
	.col3R2 { width: 100%; margin-bottom: 15px; }

	.col2-1:first-child { margin-bottom: 15px; }
}
*/

/*------------------------------------------------------

    body

------------------------------------------------------*/



/*------------------------------------------------------

    header

------------------------------------------------------*/

header { font-size: 1.6rem; padding: 20px 50px; }

/* headerLogo */
header .headLogo .logoText { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px;}
header .headLogo img { display: block; }
header .l_col-headLogo { width: 334px; }

header .btn-1 { width: 165px; border: 1px solid #999; display: block; }
header .btn-1 a { width: 100%; display: block; font-weight: bold;text-align: center; color: #000; text-decoration: none;}


/* globalNav */
header .globalNav {  }
header .globalNav::after {   }
header .globalNav ul {  }

header .globalNav li { }
header .globalNav li a { background-size: auto 40px; background-position: center center; background-repeat: no-repeat; text-indent: 200%; overflow: hidden; padding: 20px;  display: block; position: relative; }

header .globalNav li:not(:last-child) a::after { }

header .globalNav li a.day1 { background-image: url(../images/nav_day1.svg); }
header .globalNav li a.day2 { background-image: url(../images/nav_day2.svg); }
header .globalNav li a.day3 { background-image: url(../images/nav_day3.svg); }
header .globalNav li a.day4 { background-image: url(../images/nav_day4.svg); }

header .globalNav li.year { 
	background-color: #000;
    border-radius: 12px;
    color: #FFF33F;
    margin-right: 20px;
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    line-height: 64px;
	position: relative;
}
header .globalNav li.year::before { content: ""; position: absolute; width: calc(100% + 20px); height: 100%; background-color: #fff; left: 0; top: 0; z-index: -1;}
header .globalNav nav {   }


@media (min-width: 768px) {

	header { padding: 20px 10px; }
	header .headLogo img { margin-bottom: 10px; }

	header .globalNav {  display:flex; align-items:center;  }
	header .globalNav::after {  content: ''; display:block; width: 730px; height: 60px; background: #FFF33F; position: absolute; z-index: -1; /*width: calc(730px - 144px); right: 0;*/ }
	header .globalNav ul { position: absolute; top: 50%; left: 0%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

	header .globalNav li:not(.l_col-headNavInner) { width: 20%;}
	header .globalNav li:not(:last-child) a::after { content:''; height: 20px; width: 1px; display: block; position: absolute; top: 50%;
	right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); background-color: #000;}

	header .globalNav li a {  width: 180px; background-size: auto 40px; }
	header .globalNav li.year { width: calc(20% - 20px); }

	header .globalNav nav {  position: relative; width: 720px; height: auto; display: block !important; }

	.menuBtnWrap { display: none; }
	.l_col-headNavInner { display: none; }

}

@media (min-width: 1200px) {
	header { padding: 20px 50px; }
	header .globalNav::after { width: 770px; /* width: calc(770px - 144px);*/ }

}

@media (max-width: 767px) {

	header { padding: 0px 0px; }

	header .headLogo .logoText { font-size: 1.0rem;  margin-bottom: 3px;}

	header .l_col-head .headLogo { width: 100%;  padding: 20px 20px 10px 20px; margin-bottom: 0px;  border-bottom: 3px solid #FFF33F; height: 60px; }

	header .headLogo img { width: 220px; }
	header .l_col-headLogo  { display: none; }

	header .globalNav nav {  width: 100%; display: none; }

	header .globalNav { width: 100%; margin-bottom: 0px; }
	header .globalNav li {  width: 100%; background:#FFF33F; }
	header .globalNav li a { width: 100%; background-size: auto 40px; border-bottom: 1px solid #000; }
	header .globalNav li.year { display: none;}
	header .l_col-headNav { background: #FFF33F; padding: 15px 0px 30px 0px; }
	header .l_col-headNav li { margin-bottom: 0px; margin-left: 15px; margin-right: 15px; }

	header .l_col-headNav .l_col-headNavInner a { text-indent: 0; display: block; width: calc(50% - 8px); border: 1px solid #000; background-color: #fff; text-align: center; color: #000; text-decoration: none; padding: 9px 20px; font-size: 1.4rem; font-weight: bold; }

	.menuBtnWrap {position: absolute; top: 0; right: 0px;   background: #FFF33F; display: block; width: 60px; height: 60px; padding: 13px; } 
	.menuBtn { height: 35px; width: 35px; order: 4; }

	.menuBtn p { font-size: 1.0rem; text-align: center; font-weight: bold; }
	.menuBtn span { display: block; background: #000; height: 2px; transition: all .4s; }
	.menuBtn span:nth-of-type(1) { margin-bottom: 6px; }
	.menuBtn span:nth-of-type(2) { margin-bottom: 6px; }
	.menuBtn span:nth-of-type(3) { margin-bottom: 3px; }
	.menuBtn.open span:nth-of-type(1) { transform: translateY(8px) rotate(-45deg); }
	.menuBtn.open span:nth-of-type(2) { opacity: 0; }
	.menuBtn.open span:nth-of-type(3) { transform: translateY(-8px) rotate(45deg); }

}

/*------------------------------------------------------

    footer

------------------------------------------------------*/

footer { text-align: center; background: #FFF33F; font-size: 1.4rem;}
footer .logoText { font-size: 1.2rem; font-weight: bold; margin-bottom: 5px;}

footer .container { padding: 20px 0px; }
footer img { margin-bottom: 15px; }

footer .l_col-footNav {  }
footer .l_col-footNav li { }
footer .l_col-footNav li:last-child { }
footer .l_col-footNav a {  color: #000; text-decoration: none; }

footer .copyright { width: 100%; background: #000; padding: 10px;  color: #fff;}

a#pageTop { font-size: 1.6rem; position: fixed; right: 20px; bottom: 60px; z-index: 1000; cursor: pointer; overflow: hidden;  width: 60px; height: 40px; text-decoration: none; padding: 8px;  background: #000; opacity: 0.5; text-align: center; border-radius: 5px; color: #FFF; }


@media (min-width: 768px) {

	footer img { }

	footer .l_col-footNav { -webkit-justify-content: center; justify-content: center; }

	footer .l_col-footNav li { border-left: 1px solid #000; }
	footer .l_col-footNav li:last-child { border-right: 1px solid #000; }
	footer .l_col-footNav a { padding: 5px 20px;  }

	footer .copyright {	padding: 10px; }



}

@media (max-width: 767px) {

	footer img { margin-bottom: 30px; }

	footer .l_col-footNav { -webkit-flex-wrap: wrap;
	flex-wrap: wrap; }
	footer .l_col-footNav li {  width: calc(50% - 8px); margin-bottom: 10px; }
	footer .l_col-footNav a{ display: block; width: 100%; height: 100%; padding: 2px; background-color: #fff; border: 1px solid #000; }

	footer .copyright {	padding: 5px; }
}



/*------------------------------------------------------

    contents

------------------------------------------------------*/

.sampleMrg { margin-bottom: 400px; text-align: center; }

.headVisualWrap {   }
.headVisual { width: 100%; position: relative;}
.headVisual::before { content: ''; background-image: url(../images/img_bg_contents_top.png); opacity: 0.4;   position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; }


.bg-day1 { background-color: #00AFEC; }
.bg-day2 { background-color: #E95383; }
.bg-day3 { background-color: #F39800; }
.bg-day4 { background-color: #53B44A; }


.l_col-contentsTitle {top: 50%; left: 0%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);  }

.l_col-contentsTitle .infoWrap { width: 100%; }

.l_col-contentsTitle .day { font-size: 2.8rem; font-weight: bold; color: #fff; border-bottom: 2px solid #fff;  line-height: 150%;}
.l_col-contentsTitle .title { font-size: 3.2rem; font-weight: bold; color: #FFF33F; /*line-height: 140%;*/ }

.w870 { }

@media (min-width: 768px) {

	.headVisual { height: 280px; }
	.headVisual::before { background-size: cover; background-position: center center;}

	.l_col-contentsTitle { -webkit-justify-content: flex-start;  justify-content: flex-start; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-align-items: center; align-items: center; }

	.l_col-contentsTitle .infoWrap { margin-left: 60px; }
	.l_col-contentsTitle img {  }

	.l_col-contentsTitle .fz-big {font-size: 4.4rem; }
	
	.w870 { width: 870px; margin: 0px auto;}
	.w800 { width: 800px; margin: 0px auto;}
}

@media (max-width: 767px) {
	.headVisual { height: 300px; }
	.headVisual::before { background-size: 200% auto; background-position: 50% 60%;}

	.l_col-contentsTitle { -webkit-justify-content: center;
		justify-content: center; text-align: center;
	 }

	 .l_col-contentsTitle .day { font-size: 2.2rem;     display: inline; padding-bottom: 5px; margin-bottom: 10px; }
	 .l_col-contentsTitle .title { font-size: 2.6rem; margin-top: 20px;}
	 .l_col-contentsTitle img { height: 75px; width: auto; margin-bottom: 20px; }

	 .l_col-contentsTitle .infoWrap { margin-bottom: 0px; }

	 .l_col-contentsTitle .fz-big {font-size: 4.0rem; }

	 .w870 { width: 100%; margin-left: 15px; margin-right: 15px;}
	 .w800 { width: 100%; }
}


/* list */ 

.list1 li {  position: relative; padding-left: 20px; line-height: 160%;}
.list1 li::before { content:''; width: 14px; height: 14px; display: block; position: absolute; left: 0px; top: 3px; border-radius: 10px }

.list1.day2 li::before { background: #E95383; }
.list1.day4 li::before { background: #53B44A; }

.dlList1 dl { display: -webkit-flex;
display: flex; -webkit-justify-content: flex-start;justify-content: flex-start;
 width: 100%; }
.dlList1 dl { width: 100%; }
.dlList1 dl dt { width: 90px; }
.dlList1  dl dd { width: 100%; }

/* scuduleImg */ 


/* 2024.01.25 shimura */
#report .reportVisual { height: 170px; position: relative; }
#report .reportVisual .l_col-contentsTitle .title { color: #fff; font-size: 2.4rem; letter-spacing: 0.1em; font-weight: bold; }
#report .reportVisual .l_col-contentsTitle img {}
#report .reportVisual::before { content: ''; background-image: url(../images/img_bg_contents_top.png); opacity: 0.4; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; }
#report .headVisual .btn_report img { max-width: 220px; }
#report .report-video { position: relative; margin-bottom: 40px; }
#report .report-pdf img { width: 100%; }
#report .report-pdf .btn { margin-bottom: 0 !important; }

@media (min-width: 768px) {
    #report .reportVisual {}
    #report .reportVisual::before { background-size: cover; background-position: center center;}
    #report .reportVisual .l_col-contentsTitle img { width: 336px; height: 81px; }
}

@media (max-width: 767px) {
    #report .reportVisual {}
    #report .reportVisual::before { background-size: 200% auto; background-position: 50% 60%;}
    #report .reportVisual .l_col-contentsTitle img { width: 300px; height: 75px; margin-bottom: 0;}
    #report .contentsWrap { margin-top: 40px; }
    #report .report-video { margin-left: 15px; margin-right: 15px; }
    #report .headVisual { height: 370px; }
    #report .headVisual .btn_report { margin-top: 15px; margin-bottom: 0; }
    #report .headVisual .btn_report img { margin-bottom: 0; }
    
    #report .report-pdf { padding-left: 15px; padding-right: 15px; margin-bottom: 40px; }
}


.btn { max-width: 415px; }
.btn a { font-size: 1.6rem; text-align: center; color: #fff !important; text-decoration: none !important; font-weight: bold; display: block; padding: 8px 10px; background: #00AFEC; }
.btn a span { position: relative; padding-right: 20px; }
.btn a span::before { content: ''; position: absolute; top: 2px; right: 0; border-top: 5px solid rgba(255,255,255,1); border-right: 6px solid rgba(255,255,255,1); border-left: 5px solid rgba(255,255,255,0); border-bottom: 6px solid rgba(255,255,255,0); width: 10px; height: 10px; transform: rotate(45deg); }
.btn:hover { opacity: 0.8; }

@media (min-width: 768px) {
    .btn { width: 415px; margin: 30px auto 0; }
    .btn a {}
}

@media (max-width: 767px) {
    .btn { width: 100%; margin: 18px auto 0; }
    .btn a { font-size: 1.4rem; }

}



/*------------------------------------------------------

    

------------------------------------------------------*/




@media (min-width: 768px) {


}

@media (max-width: 767px) {


}

