@charset "UTF-8";
/****共通設定**********************************************************************************************************************/
body {
  margin: 0;
	padding:0;
  overflow-x: hidden;
}

*{	font-family: 'Noto Sans JP','Noto Sans SC', sans-serif;
}

.container{
	width: 1120px;
	margin: 0 auto;
}

.pc{
	
}

.sp{
	display: none;
}

@media (max-width: 749px) {
.pc{
	display: none;
}

.sp{
	display: inherit;
}

}
/****header**********************************************************************************************************************/
header {
  width: 100%;
  box-sizing: border-box;
	background: #fff;
}
#fixed-header {
  position: fixed;
  top: -100px;  
  padding:20px 80px;
width:100%;
  height: 100px;
  background: #fff;
  box-sizing: border-box;
	z-index: 999;
  transition: .5s; /* アニメーションタイミング */
	display: flex;
}
#fixed-header.is-show {
  top: 0;
	height: 100px;
}

#fixed-header h1{
	width: 539px;
	height: 55px;
	margin: 0 ;
}
#fixed-header h1 img{
	width: 100%;
}
#fixed-header nav{
   margin-left: auto;
	margin-top:13px;
}

#fixed-header .btn{
   margin-left: 10px;
	margin-top:3px;
	background: #26C30D;
	border-radius:100px;
	text-align: center;
	height: 45px;
	box-shadow: 0 4px 0 #3b824f;
	transition: .5s;
}
#fixed-header .btn a{
	color: #fff;
	display: block;
	padding:15px 40px 10px 40px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}
#fixed-header .btn:hover{
	transition: .5s;
	transform: scale(1.05);
}
#fixed-header nav ul{
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
#fixed-header nav ul li{
	margin:0 0 0 15px;
	padding:0;
	list-style: none;
}
#fixed-header nav ul li a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	position: relative;
}
#fixed-header nav ul li a:hover{
}
#fixed-header nav ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #C30D23;
bottom: -3px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

#fixed-header nav ul li a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media (max-width: 749px) {
.disppc{
	display: none!important;
}
}
#fixed-header .header-sns{
	margin: 8px 0 0 10px;
	padding: 0;
	width: 115px;
}
#fixed-header .header-sns ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#fixed-header .header-sns ul li{
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	margin-right:4px;
}
#fixed-header .header-sns ul li:last-child{
	margin-right: 0;
}
#fixed-header .header-sns ul li img{
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
}

@media (max-width: 1600px) {
#fixed-header {
  padding:20px 40px;
  top: -100px;  
}
	
#fixed-header.is-show {
    top: 0;
    height: 100px;
}

#fixed-header h1{
	width: 32%;
	height: auto;
	margin: 0 ;
}
#fixed-header h1 img{
	height: auto;
}
#fixed-header nav{
   margin-left: auto;
	margin-top:10px;
}
#fixed-header.is-show {
  top: 0;
}
#fixed-header nav ul li{
	margin:0 0 0 5px;
	padding:0;
	list-style: none;
}
#fixed-header nav ul li a{
	text-decoration: none;
	color: #000;
	font-size: 1.05vw;
	line-height: 16px;
}	
#fixed-header .btn{
   margin-left: 5px;
	background: #26C30D;
	border-radius:100px;
	text-align: center;
	height: 38px;
	box-shadow: 0 3px 0 #3b824f;
}
#fixed-header .btn a{
	color: #fff;
	display: block;
	padding:12px 10px 10px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
#fixed-header .header-sns{
	margin: 8px 0 0 5px;
	padding: 0;
	width: 100px;
}
#fixed-header .header-sns ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#fixed-header .header-sns ul li{
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	margin-right:3px;
}
#fixed-header .header-sns ul li:last-child{
	margin-right: 0;
}
#fixed-header .header-sns ul li img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
}

@media (max-width: 1000px) {
#fixed-header {
  padding:20px 20px;
	  top: -100px;  
}
#fixed-header h1{
	width: 30%;
	height: auto;
	margin: 0 ;
}
#fixed-header h1 img{
	height: auto;
}
#fixed-header nav{
   margin-left: auto;
	margin-top:10px;
}
#fixed-header.is-show {
  top: 0;
	height: 90px;
}
#fixed-header nav ul li{
	margin:0 0 0 4px;
	padding:0;
	list-style: none;
}
#fixed-header .btn{
   margin-left: 20px;
	background: #26C30D;
	border-radius:100px;
	text-align: center;
	height: 32px;
	margin-top:8px;
	box-shadow: 0 4px 0 #3b824f;
}
#fixed-header .btn a{
	color: #fff;
	display: block;
	padding:10px 14px 8px 15px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}
#fixed-header .header-sns{
	margin: 3px 0 0 5px;
	padding: 0;
	width: 65px;
}
#fixed-header .header-sns ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#fixed-header .header-sns ul li{
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	margin-right:5px;
}
#fixed-header .header-sns ul li:last-child{
	margin-right: 0;
}
#fixed-header .header-sns ul li img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
}


@media (min-width: 750px ) and (max-width: 1000px) {
#fixed-header .btn {
    margin-left: 3px;
}
#fixed-header .btn a {
    padding: 13px 5px 8px 5px;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    text-decoration: none;
}
#fixed-header .header-sns {
    margin: 13px 0 0 5px;
    padding: 0;
    width: 90px;
}
.header-sns ul{
	margin:0;
	padding:0;
	}
.header-sns ul li{
	margin:0;
	padding:0;
	list-style: none;
	width: 25px!important;
	height: 25px!important;
	}
.header-sns ul li img{
	width: 100%;
	height: auto;
	}
	}

@media (max-width: 749px) {
#fixed-header {
	padding:0;
	/*top: -136px; */
	top: 0; 
    height: 80px;
}
#fixed-header h1{
	width: 143px;
	height: 60px;
	margin: 10px 15px 10px 15px;
}
#fixed-header h1 img{
	width: 100%;
}
#fixed-header.is-show {
  top: 0;
	height: 90px;
}
#fixed-header nav ul{
	display: block;
	margin: 0;
	padding: 0;
}
	
#fixed-header nav ul li{
	border-top: 1px solid #0069A0;
	width: 100%;
	margin:0;
}
#fixed-header nav ul li:last-child{
	border-bottom: 1px solid #0069A0;
	}
#fixed-header nav ul li a{
	color: #0069A0;
	padding: 20px;
	font-size: 16px;
	display: block;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}

	
.hamburger-circle{
width: 40px;
    height: 25px;
    border: 2px solid #005086;
    border-radius: 80px;
    padding: 15px 0 0 0;
    position: absolute;
    top: 17px;
    right: 15px;
	position: fixed;
	z-index: 999;
	background: #fff;
}
.hamburger{
  width: 20px;
  height: 13px;
  position: relative;
  transition: .5s;/* 追記 */
  margin: -2px 0 0 10px;
}
.hamburger span{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #005086;
  transition: .5s;/* 追記 */
}
.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 0;
}
.hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
.hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
.slide-menu{
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	display: none;
  transition: .5s;/* 追記 */
	z-index: 99;
}
.slide-menu h1{
	display: none!important;
	      transition: .3s; 
	}
.slide-menu ul{
	display: none!important;
	      transition: .3s; 
	}
.slide-menu.active{
	height: 100%;
  opacity: 1;
	display: block;
}	
.btn1{
	width: 90%;
   margin: 40px auto 20px auto;
	background: #fff;
	border-radius:100px;
	text-align: center;
	height: 55px;
	box-shadow: 0 3px 0 #3b824f;
	border: 1px solid #26C30D;
	font-size: 15px;
	display: none;
}
.btn1 span{
	font-size: 12px;
	}
.btn1 a{
	color: #26C30D;
	display: block;
	padding:10px 20px 10px 20px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}

.btn2{
	width: 90%;
   margin: 20px auto;
	background: #26C30D;
	border-radius:100px;
	text-align: center;
	height: 55px;
	box-shadow: 0 3px 0 #3b824f;
	border: 1px solid #26C30D;
}
.btn2 a{
	color: #fff;
	display: block;
	padding:20px 20px 10px 20px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}
	
.hamburger.active{/* 追記 */
  /*transform: rotateY(360deg);*//* 追記 */
}
.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  opacity: 0;/* 透明にする */
}
.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu.active h1{
	display: block!important;
	      transition: .3s; 
	}
.slide-menu.active ul{
	display: block!important;
	      transition: .3s; 
	}
.slide-menu.active .btn{
	display: block!important;
	      transition: .3s; 
	}
	#fixed-header nav{
		margin-top:0;
	}
.header-sns{
	margin:20px auto 0 auto!important;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	width:170px!important;
	}
.header-sns div{
	margin:0;
	padding:0;
	list-style: none;
	width: 50px;
	}
.header-sns div img{
	width: 100%;
	height: auto;
	}
}

/****mv**********************************************************************************************************************/

@media (min-width: 1921px) {
#mv {
	background-size: 100%!important;
}
}
#mv {
	margin:0;
  width: 100%;
	padding-bottom:300px;
	position: relative;
	line-height: 0;
	background: url("../images/mv-bg-pc.jpg") no-repeat;
	background-size: 1920px;
	background-position: center top;
	/*overflow: hidden;*/
}
#mv #logo {
    width: 800px;
    height: 340px;
    margin: 0 auto;
    padding: 220px 0 0 0;
	}

#mv #logo h1{
	margin:0;
	}

#mv #touroku {
    width: 760px;
    height: 260px;
    margin: 0 auto;
    padding: 110px 0 100px 0;
	display: none;
	}
#mv #touroku img{

}
#mv #intro{
	width:930px;
	/*margin: 150px auto 0 auto;*/
	margin: 500px auto 0 auto;
}

#mv #intro h2{
	width: 440px;
	height: 164px;
	margin: 0 auto;
}
#mv #intro p{
	font-size: 20px;
	line-height: 39px;
	padding: 30px 0 100px 0;
	color: #fff;
}


@media (max-width: 1600px) {
#mv #logo {
    width: 750px;
    height: 320px;
    margin: 0 auto;
    padding: 220px 0 0 0;
	}
#mv #touroku {
    width: 760px;
    height: 260px;
    margin: 0 auto;
    padding: 110px 0 0 0;
	}
#mv #intro{
	width:930px;
	margin: 220px auto 0 auto;
}
}

@media (max-width: 1000px) {
#mv #logo {
width: 550px;
    height: 220px;
    margin: 0 auto;
    padding: 220px 0 0 0;
	}
#mv #touroku {
    width: 760px;
    height: 260px;
    margin: 0 auto;
    padding: 40px 0 300px 0;
	}
#mv #intro{
	width:80%;
	margin: 0 auto 0 auto;
}
#mv #intro p{
	font-size: 20px;
	line-height: 39px;
	padding: 30px 0 100px 0;
}
}


@media (max-width: 749px) {
#mv {
  width: 100%;
	position: relative;
	line-height: 0;
	background: url("../images/mv-bg-sp.jpg") no-repeat;
	background-size: 100%;
	overflow: hidden;
}
#mv #logo {
    width: 80%;
    height: 110px;
    margin: 0 auto;
    padding: 140px 0 10px 0;
	position: relative;
	z-index: 99;
	}
#mv #logo img{
	width: 100%;
	}
	
#mv #touroku {
    width: 90%;
    height: 320px;
    margin: 0 auto;
    padding: 140px 0 10px 0;
	position: relative;
	z-index: 99;
	}
#mv #touroku img{
	width: 100%;
	}
#mv #intro{
	width:90%;
	margin: 430px auto 0 auto;
}
#mv #intro h2{
	width: 70%;
	height: auto;
	margin: 0 auto;
}
#mv #intro h2 img{
	width:100%;
	}
#mv #intro p{
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	padding: 15px 0 100px 0;
	color: #fff;
}
}

/****footer**********************************************************************************************************************/


/****lineup**********************************************************************************************************************/

.bg{
	background-color: #056ba3;
	background-image: url("../images/bg.svg");
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: center top;
}
.bg-red{
	background-color: #C30D23;
	background-image: url("../images/bg.svg");
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: center top;
}
.bg-r{
	background: url("../images/bg-r.png") ;
	background-repeat: repeat;
	background-size: 120px 120px;
}
.bg-b{
	background: url("../images/bg-b.png") ;
	background-repeat: repeat;
	background-size: 120px 120px;
}
#lineup{
	margin:-20px 0 0 0;
	padding-bottom:60px;
}
#lineup .inner{
	max-width: 1120px;
	margin: 0 auto;
	padding: 240px 0 50px 0;
	position: relative;
}
#lineup .inner h2{
	width:500px;
	margin:0 auto;
	padding:0;
	position: absolute;
	top: -50px;
	left:calc(50% - 250px);
	z-index: 0;
}

.shoplineup{
	margin: 0 0 60px 0;
	border: 2px solid #000;
	background: #fff;
	z-index: 9;
	position: inherit;
}
.shoplineup h3{
	font-family: 'Kaisei Opti', serif;
    font-weight: 700;
    font-size: 43px;
    line-height: 58px;
	color: #005086;
    text-align: center;
}
.shoplineup ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.shoplineup ul li{
	width: 75px;
	height: 75px;
	margin:5px;
}
.shoplineup ul li img{
	width: 100%;
}

#stand{
	
}

#stand h2.china{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
#stand h2.china:before {
    content: url("../images/stand-title-china-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: -90px;
    left: calc(50% - 50px);
}
#stand h2.asia{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
#stand h2.asia:before {
    content: url("../images/stand-title-asia-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: -90px;
    left: calc(50% - 50px);
}

#stand h2.japan{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
#stand h2.japan:before {
    content: url("../images/stand-title-japan-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: -90px;
    left: calc(50% - 50px);
}

.lineups{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	z-index: 1;
	position: relative!important;
	margin-bottom:130px!important;
}
.lineups .prev-arrow {
	top:120px!important;
    left: 0;
    z-index: 10;
    width: 36px;
	position: absolute;
}
.lineups .next-arrow {
	top:120px!important;
    right:0!important;
    z-index: 10;
    width: 36px;
	position: absolute;
}
@media (max-width: 749px) {
.lineups .prev-arrow {
	top:120px!important;
    width: 26px;
}
.lineups .next-arrow {
	top:120px!important;
    width: 26px;
}
}
.lineups .shoplist{
	width: 260px!important;
	margin: 10px;
	padding: 10px;
	border: 2px solid #000;
	background: #fff;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}
.lineups .shoplist .single-item{
	width:100%;
	margin: 0;
	padding: 0;
		border-top-left-radius:5px;
	border-top-right-radius:5px;
	overflow: hidden;
}
.lineups .shoplist .single-item img{
	width:100%;
	height: auto;
		border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin:0 0 15px 0;
}
.lineups .shoplist .shop{
	position: relative;
	padding-left:26px;
	font-size: 17px;
	line-height: 24px;
	margin:0 0 14px 0;
}
.lineups .shoplist .shop:before{
	position: absolute;
	content: url( "../images/lineup-shoplist-shop-icon.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	position: absolute;
	top: -11px;
    left: -11px;
}

.lineups .shoplist .name{
	position: relative;
	padding-left:26px;
	font-size: 17px;
	line-height: 24px;
	margin:0 0 14px 0;
}
.lineups .shoplist .name:before{
	position: absolute;
	content: url( "../images/lineup-shoplist-name-icon.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	position: absolute;
	top: -10px;
    left: -11px;
}
.lineups .shoplist .button{
}
.lineups .shoplist .button a{
	background: #C30D23;
	display: block;
	width: calc(90% - 20px);
	margin:15px auto 10px auto;
	padding:10px ;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	border-radius: 20px;
	box-shadow: 0 3px 0 #791a1d;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
	transition: .5s;
}
.lineups .shoplist .button a:hover{
	transition: .5s;
	transform: scale(1.05);
}
.lineups .shoplist .button a:before{
  content: url( "../images/lineup-button-more.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
	position: absolute;
	top: 0px;
	right: 5px;
}

#cboxOverlay {
    background: #000!important;
    opacity: 0.7!important;
    filter: alpha(opacity = 70)!important;
}
#cboxContent {
    position: relative!important;
    margin-top: 50px!important;
    overflow: visible;
    background: #000;
}
#cboxClose {
    position: absolute;
    top: -45px!important;
    right: 20%;
    background: url( "../images/cbox-close.png") no-repeat!important;
    width: 40px!important;
    height: 40px!important;
    background-size: 40px 40px!important;
    text-indent: -9999px!important;
}

.japanbooth {
	/*margin-bottom: -40px!important;*/
}
@media (max-width: 1600px) {
.lineups .shoplist{
}
#lineup .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
#lineup .inner{
	width:90%;
}
}

@media (max-width: 749px) {
#lineup {
	margin-top:-20px;
	padding-bottom: 100px;
	
	}
#lineup .inner{
	width: 100%!important;
	margin: 0 ;
    padding: 160px 0 0 0;
    position: relative;
}
#lineup .inner h2{
	width:90%;
	margin:0 auto;
	padding:0;
	position: absolute;
	z-index: 0;
	top:-50px;
	left: 5%;
}
	
.shoplineup{
	margin: 20px;
	padding:10px;
}
.shoplineup h3{
    font-size: 25px;
    line-height: 30px;
}
.shoplineup ul{
	padding:0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.shoplineup ul li{
	width: 50px;
	height: 50px;
	margin:2px;
}
.shoplineup ul li img{
	width: 100%;
	height: auto;
}
	
#stand h2.china{
	margin:0 0 20px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
#stand h2.china:before {
    content: url("../images/stand-title-china-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.4);
    position: absolute;
    top: -80px;
    left: calc(50% - 50px);
}

#stand h2.asia{
	margin:0 0 20px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
#stand h2.asia:before {
    content: url("../images/stand-title-asia-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.4);
    position: absolute;
    top: -80px;
    left: calc(50% - 50px);
}

#stand h2.japan{
	margin:0 0 20px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
#stand h2.japan:before {
    content: url("../images/stand-title-japan-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.4);
    position: absolute;
    top: -80px;
    left: calc(50% - 50px);
}
.lineups{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	z-index: 1;
	position: inherit;
	margin-bottom: 100px!important;
}
	
.lineups{
	display: inherit;
	padding: 0;
	z-index: 1;
	position: inherit;
}
	.lineups .slick-prev{
		display: none!important;
	}
	.lineups .slick-next{
		display: none!important;
	}
.lineups h2 img{
	width: 100%;
	}
.lineups .shoplist{
	width: 240px;
	margin: 8px;
	padding: 10px;
	border: 2px solid #000;
	background: #fff;
}
	
.lineups .shoplist .shop{
	position: relative;
	padding-left:24px;
	font-size: 14px;
	line-height: 14px;
	margin:0 0 10px 0;
}
.lineups .shoplist .shop:before{
	position: absolute;
	content: url( "../images/lineup-shoplist-shop-icon.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.4);
	position: absolute;
	top: -14px;
    left: -11px;
}

.lineups .shoplist .name{
	position: relative;
	padding-left:24px;
	font-size: 14px;
	line-height: 14px;
	margin:0 0 10px 0;
}
.lineups .shoplist .name:before{
	position: absolute;
	content: url( "../images/lineup-shoplist-name-icon.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.4);
	position: absolute;
	top: -14px;
    left: -11px;
}
.lineups .shoplist .button{
}
.lineups .shoplist .button a{
	background: #C30D23;
	display: block;
	width: calc(90% - 20px);
	margin:15px auto 10px auto;
	padding:7px 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	border-radius: 20px;
	box-shadow: 0 3px 0 #791a1d;
}
.lineups .shoplist .button a:before{
  content: url( "../images/lineup-button-more.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
	position: absolute;
	top: -2px;
	right: 5px;
}
#lineup .slick-dotted.slick-slider{
	padding-bottom:20px;
	}
.slick-dots{
	width: 80%!important;
	left: 50%!important;
	transform: translate(-50%, 0)!important;
	}
.slick-dots li{
	height: 10px!important;
	width: 10px!important;
	}
	
.japanbooth .slick-dots{
	bottom: -40px!important;
	}
	
}

.if-container{
	padding:40px 20px;
}
.single-item-if{
	position: relative;
	width:480px;
	margin: 0 auto;
	padding: 0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.single-item-if ul li img{
	width: 100%!important;
}

.single-item-if .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	cursor: pointer;
}
.single-item-if .prev-arrow {
 left: -50px;
  z-index: 10;
  width: 36px;
}
.single-item-if .next-arrow {
  right: -50px;
  width: 36px;
}
.if-container .hr{
	margin:60px 0 30px 0;
}
.if-contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.if-contents .shop{
	position: relative;
	width:25%;
	height: 180px;
	padding:20px 10px 10px 10px;
	border: 1px solid #000;
	background: #FFFCE5;
	margin:5px;
}
.if-contents .shop h2{
	position: absolute;
	width:80%;
	margin:0 10%;
	top:-15px;
	left:0;
	text-align: center;
	background: #0069A0;
	color: #fff;
	font-size: 17px;
	font-weight: normal;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
.if-contents .shop img{
	width: 100%;
	height: auto;
}
.if-contents .shop p{
	font-size: 16px;
	line-height: 20px;
	text-align: center;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}

.if-contents .food{
	position: relative;
	width:25%;
	height: 180px;
	padding:20px 10px 10px 10px;
	border: 1px solid #000;
	background: #FFFCE5;
	margin:5px;
}
.if-contents .food h2{
	position: absolute;
	width:80%;
	margin:0 10%;
	top:-15px;
	left:0;
	text-align: center;
	background: #0069A0;
	color: #fff;
	font-size: 17px;
	font-weight: normal;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
.if-contents .food img{
	width: 100%;
	height: auto;
}
.if-contents .food p{
	font-size: 16px;
	line-height: 20px;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
	text-align: center;
}
.if-contents .text{
	position: relative;
	width:38%;
	padding:10px;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
	word-break: break-all;
}
.if-contents .text p.r{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin:0 0 5px 0;
}
.if-contents .text p.m{
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	margin:0 0 5px 0;
}
.if-contents .text p span{
	font-size: 12px;
	line-height: 22px;
}
.if-contents .text h3{
	font-size: 18px;
	line-height: 30px;
}
.if-contents .text ul{
	margin:0 0 5px 15px;
	padding:0;
	list-style: outside;
}
.if-contents .text ul li{
	margin:0 0 2px 0;
	padding:0 0 0 0;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.if-contents .text ul li span{
	font-weight: 500;
}
@media (max-width: 749px) {
.if-container{
	padding:15px;
}
.single-item-if{
	position: relative;
	width: 100%!important;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.single-item-if ul li img{
	width: 100%;
	height: auto;
}
	.single-item-if .slick-slide img{
		width: 100%;
		height: auto;
	}
.single-item-if .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	cursor: pointer;
}
.single-item-if .prev-arrow {
 left: -10px;
  z-index: 10;
  width: 24px;
}
.single-item-if .next-arrow {
  right: -10px;
  width: 24px;
}
.if-container .hr{
	margin:40px 0;
}
.if-contents{
	display: flex;
}
.if-contents .shop{
	position: relative;
	width:calc(50% - 26px);
	height: 150px;
	padding:20px 10px 10px 10px;
	border: 1px solid #000;
	background: #FFFCE5;
	margin:0 0 15px 0;
}
.if-contents .shop h2{
	position: absolute;
	width:80%;
	margin:0 10%;
	top:-15px;
	left:0;
	text-align: center;
	background: #0069A0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.if-contents .shop img{
	width: 100%;
	height: auto;
}
.if-contents .shop p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.if-contents .food{
	position: relative;
	width:calc(50% - 26px);
	height: 150px;
	padding:20px 10px 10px 10px;
	border: 1px solid #000;
	background: #FFFCE5;
	margin:0 0 15px 0;
}
.if-contents .food h2{
	position: absolute;
	width:80%;
	margin:0 10%;
	top:-15px;
	left:0;
	text-align: center;
	background: #0069A0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.if-contents .food img{
	width: 100%;
	height: auto;
}
.if-contents .food p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.if-contents .text{
	position: inherit;
	width:100%;
	padding:10px;
}
}



/****event**********************************************************************************************************************/

#event{
	margin:-20px 0 0 0;
	padding: 60px 0 0 0;
	background-image: url("../images/hr-white.png") ;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
}
#event .inner{
	max-width: 1120px;
	margin: 0 auto;
	padding: 160px 0 60px 0;
	position: relative;
}

#event .inner2{
	max-width: 1120px;
	margin: 0 auto;
	padding: 80px 0 120px 0;
	position: relative;
}

#event h2{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
#event h2:before {
    content: url("../images/event-title-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: -140px;
    left: calc(50% - 145px);
}

#event .inner .cont{
	width:100%;
	border: 3px solid #000;
	background: #FFFDF2;
	margin: 0 auto;
}
#event .inner2 .cont{
	width:calc(100% - 100px);
	border: 3px solid #000;
	background: #FFFDF2;
	margin: 0 auto;
	padding:80px 50px;
}
#event .inner2 .cont dl{
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#event .inner2 .cont dl dt{
	background: #C30D23;
	padding:4px 8px;
	color: #fff;
	font-size: 16px;
	margin:-4px 10px 0 0;
	border-radius: 4px;
	font-weight: 600;
}
#event .inner2 .cont dl dd{
	color: #C30D23;
	font-size: 20px;
	line-height: 20px;
	margin: 0 30px 0 0;
	font-weight: 500;
}
#event .inner2 p{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px 0 ;
	font-weight: 400;
	text-align: center;
}
#event .inner2 p span{
	font-weight: 500;
}
#event .inner .cont.nbb{
	/*border-bottom:0;*/
}
#event .inner .cont.nbt{
	border-top:0;
}

#event .inner .cont.nbt .tabs{
	padding-top:0;
}
#event h3{
		font-size: 90px;
	line-height: 170px;
	margin:0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #0069A0;
}
#event h4{
	font-size: 33px;
	line-height: 43px;
	margin:0;
	font-weight: 500;
	text-align: center;
	color: #0069A0;
}
#event h5{
		font-size: 50px;
	line-height: 50px;
	margin:0 0 80px 0;
	font-family: 'Kaisei Opti', serif;
    font-weight: 700;
	text-align: center;
	color: #C30D23;

}
#event h5 span{
		font-family: 'Kaisei Opti', serif;
    font-weight: 700;
	border-bottom:5px solid #FDD000;
}
#event #youtube{
	margin: 30px 0;
}
.tab_content_description{
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	padding-top:50px;
}
.stage-b{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	background: #fff;
	margin:0 40px 25px 40px;
}
@media (max-width: 749px) {
.stage-b{
	margin:0 0 25px 0;
}
}
.stage-b .image{
	width: 55%;
	
}
.stage-b .image img{
	width: 100%;
	height: auto;
	vertical-align: top;
	
}
.stage-b .text{
	width: calc(45% - 30px);
	text-align: center;
	padding:15px;
	background: #fff;
}
.stage-b .text .name{
	font-size: 22px;
	line-height: 32px;
	margin-bottom:10px;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}
.stage-b .text .date{
	font-size: 21px;
	line-height: 30px;
	margin-bottom:10px;
	font-family: 'Lato', sans-serif;
}
.stage-b .text .txt{
	font-size: 16px;
	line-height: 26px;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}

.stage-s{
	border: 2px solid #000;
	background: #fff;
	width:350px;
	box-sizing: border-box;
	margin:10px;
}
@media (max-width: 749px) {
.stage-s{
	margin:0;
}
}
.stage-s .image{
	width: 100%;
	
}
.stage-s .image img{
	width: 100%;
	height: auto;
	vertical-align: top;
	
}
.stage-s .text{
	width: calc(100% - 30px);
	text-align: center;
	padding:15px;
	background: #fff;
}
.stage-s .text .name{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}
.stage-s .text .txt{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 8px;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}
.stage-b .text .date{
	font-size: 18px;
	line-height: 28px;
	margin-bottom:8px;
	font-family: 'Lato', sans-serif;
}
.stage-b .text .txt{
	font-size: 16px;
	line-height: 26px;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
	font-weight: 400;
}

.stage-s-slide{
	margin:0 30px;
}
.stage-s-slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	cursor: pointer;
}
.stage-s-slide .prev-arrow {
 left: -30px;
  z-index: 10;
  width: 36px;
}
.stage-s-slide .next-arrow {
  right: -30px;
  width: 36px;
}
@media (max-width: 749px) {
.stage-s-slide{
	margin:0 ;
}
.stage-s-slide .prev-arrow {
 left: 0;
  width: 26px;
}
.stage-s-slide .next-arrow {
  right: 0;
  width: 26px;
}
}


@media (max-width: 1600px) {
#event .inner{
	width: 90%;
	margin: 0 auto;
	padding: 160px 0 60px 0;
	position: relative;
}
}
#event .inner2{
	width: 90%;
	margin: 0 auto;
	padding: 160px 0 120px 0;
	position: relative;
}
}
@media (max-width: 1000px) {
}


@media (max-width: 749px) {
#event {
	margin:-20px 0 0 0;
	padding: 60px 0 0 0;
	background-image: url("../images/hr-white-sp.png") ;

	}
#event .inner{
	width: 100%;
	margin: 0 ;
    padding: 80px 0 10px 0;
    position: relative;
}
#event .inner2{
	width: 100%;
	margin: 0 ;
    padding: 80px 0 50px 0;
    position: relative;
}
#event .inner .cont{
	background: inherit;
	border: none;
	}
#event .inner2 .cont{
	background: inherit;
	border: none;
	}
#event h2{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#event h2:before {
    content: url("../images/event-title-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.3);
    position: absolute;
    top: -110px;
    left: calc(50% - 145px);
}
	
#event .inner .cont{
	display: inherit;
}
#event .inner2 .cont{
	display: inherit;
}
#event .inner2 .cont dl{
	margin: 0 0 -30px 0;
	padding: 0;
	display: block;
}
#event .inner2 .cont dl dt{
	width: 80px;
	float: left;
	margin: 0 15px 20px 0;
	text-align: center;
}
#event .inner2 .cont dl dd{
	float: left;
	margin:0 0 20px 0;
	width: calc(100% - 120px);
	line-height: 30px;
}
.cl{
	clear: both;
	}
#event .inner2 .cont p{
	font-size: 18px;
	line-height: 28px;
	margin:0 0 20px 0;
	}
.stage-b{
	border: 2px solid #000;
	background: #fff;
	margin-bottom:4%;
}

.stage-b .image{
	width: 100%;
	
}
.stage-b .image img{
	width: 100%;
	height: auto;
	vertical-align: top;
	
}
.stage-b .text{
	width: calc(100% - 30px);
	text-align: center;
	padding:15px;
	background: #fff;
}
.stage-b .text .name{
	font-size: 22px;
	line-height: 32px;
	margin-bottom:10px;
}
.stage-b .text .date{
	font-size: 21px;
	line-height: 30px;
	margin-bottom:10px;
}
.stage-b .text .txt{
	font-size: 16px;
	line-height: 26px;
}

.stage-s{
	border: 2px solid #000;
	background: #fff;
	width:100%;
}

.stage-s .image{
	width: 100%;
	
}
.stage-s .image img{
	width: 100%;
	height: auto;
	vertical-align: top;
	
}
.stage-s .text{
	width: calc(100% - 30px);
	text-align: center;
	padding:15px;
	background: #fff;
}
.stage-s .text .name{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
}
.stage-s .text .txt{
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 8px;
}
	
.stage-b .text .date{
	font-size: 18px;
	line-height: 28px;
	margin-bottom:8px;
}
.stage-b .text .txt{
	font-size: 16px;
	line-height: 26px;
}
}


.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #FFFDF2;
  margin: 0 auto;
  padding:120px 130px 30px 130px;
  position: relative;
}
.event-panda{
	position: absolute;
	top: -15px;
	left: calc(50% - 30px);
	width: 60px;
	height: auto;
}
.event-flag-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: auto;
}
.event-flag-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: auto;
}


/*タブのスタイル*/
.tab_item {
  width: 200px;
  height: 55px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  background-color: #FEFFC3;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	position: relative;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
.tab_item:after {
	position: absolute;
	content: url( "../images/tab_item_arrow.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	position: absolute;
	top: 14px;
    left: calc(100% - 106px);
}

.tab_item:hover {
  opacity: 0.75;
	cursor: pointer;
  color: #000;
}
.tab_item_first {
	margin-left:calc(50% - 300px);
}
.tab_last{
  border-right: 2px solid #000;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#stage230922:checked ~ #stage230922_content,
#stage230923:checked ~ #stage230923_content,
#stage230924:checked ~ #stage230924_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #FDD000;
  color: #000;
}

@media (max-width: 1120px) {
.tab_item {
  width: calc(100%/3);
  height: 55px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  background-color: #FEFFC3;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	position: relative;
	box-sizing: border-box;
}
.tab_item:after {
	position: absolute;
	content: url( "../images/tab_item_arrow.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	position: absolute;
	top: 14px;
    left: 50%;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #FFFDF2;
  margin: 0 auto;
  padding:120px 50px 30px 50px;
  position: relative;
}
.tab_item_first {
    margin-left: 0;
}
}
@media (max-width: 749px) {
	
#event h3{
		font-size: 60px;
	line-height: 70px;
	margin:0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #0069A0;
}
#event h4{
	font-size: 24px;
	line-height: 43px;
	margin:0;
	font-weight: 500;
	text-align: center;
	color: #0069A0;
}
#event h5{
		font-size: 22px;
	line-height: 42px;
	margin:0 0 30px 0;
	font-family: 'Kaisei Opti', serif;
    font-weight: 700;
	text-align: center;
	color: #C30D23;

}
#event h5 span{
		font-family: 'Kaisei Opti', serif;
    font-weight: 700;
	border-bottom:5px solid #FDD000;
}
	#event #youtube{
		margin:15px 0;
	}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
  padding:100px 15px 15px 15px;
  position: relative;
}
.event-panda{
	position: absolute;
	top: -10px;
	left: calc(50% - 25px);
	width: 50px;
	height: auto;
}
.event-flag-left{
	position: absolute;
	top: 0;
    left: 0;
	width: 140px;
	height: auto;
}
.event-flag-right{
	position: absolute;
	top: 0;
    right: 0;
	width: 140px;
	height: auto;
}
.tab_item {
  width: calc(100%/3);
  height: 55px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  background-color: #FEFFC3;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	position: relative;
	box-sizing: border-box;
}
.tab_item:after {
	position: absolute;
	content: url( "../images/tab_item_arrow.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	position: absolute;
	top: 14px;
    left: 40%;
}
.tab_content_description{
	padding-top:20px;
}
}

h3.timetable-title{
	margin: 0 0 60px 0!important;
	padding: 0;
	position: relative!important;
	font-family: 'Kaisei Opti', serif!important;
	font-weight: 700!important;
	font-size: 40px!important;
	line-height: 50px!important;
	text-align: center;
	color: #005086;
}
h4.timetable-title{
	margin: 60px 0 20px 0!important;
	padding: 0;
	position: relative!important;
	font-family: 'Kaisei Opti', serif!important;
	font-weight: 700!important;
	font-size: 35px!important;
	line-height: 50px!important;
	text-align: center;
	color: #005086;
}
/*タブのスタイル*/
.tab_timetable_item {
  width: calc(100%/3 - 6%);
	margin:0 1%;
  height: 55px;
  border: 2px solid #C30D23;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  color: #C30D23;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	position: relative;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}


.tab_timetable_item:hover {
  opacity: 0.75;
	cursor: pointer;
  color: #000;
}
.tab_timetable_item_first {
	margin-left: 6%;
}
.tab_timetable_last{
  border-right: 2px solid #000;
}
/*ラジオボタンを全て消す*/
input[name="tab_timetable_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_timetable_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#timetable230922:checked ~ #timetable230922_content,
#timetable230923:checked ~ #timetable230923_content,
#timetable230924:checked ~ #timetable230924_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_timetable_item {
	background-color: #C30D23;
	color: #fff;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.tabs input:checked + .tab_timetable_item:after{
	position: absolute;
	content: url( "../images/tab_timetable_item_arrow.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	position: absolute;
	bottom: -36px;
    left: calc(50% - 20px);
}
.tab_timetable_content_description{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top:50px;
}


.tab_timetable_content_description ul{
	margin:0;
	padding:0;
	width: 100%;
}
.tab_timetable_content_description ul li{
	margin:0;
	padding:8px 0 8px 45px;
	list-style: none;
	background: url("../images/tab_timetable_list_icon.png") no-repeat;
	background-size: 21px;
	background-position: top 12px left 15px;
	font-size: 16px;
	line-height: 26px;
	border-bottom:1px dashed #C5C5C5;	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}
.tab_timetable_content_description ul li span{
	letter-spacing: -1px;
}
@media (max-width: 1120px) {
.tab_timetable_item {
  width: calc(100%/3 - 6%);
	margin:0 1%;
  height: 55px;
  border: 2px solid #C30D23;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  color: #C30D23;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	position: relative;
	box-sizing: border-box;
}
.tab_timetable_item_first {
    margin-left: 5%;
}
}
@media (max-width: 749px) {
.tab_timetable_item {
  width: calc(100%/3 - 2%);
  height: 40px;
	margin: 0 1%;
  border: 2px solid #C30D23;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 36px;
  font-size: 13px;
  text-align: center;
  color: #C30D23;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	position: relative;
	box-sizing: border-box;
}

.tab_timetable_content_description{
	padding-top:20px;
}
.tab_timetable_item_first {
    margin-left: 0;
}
.tabs input:checked + .tab_timetable_item:after{
	bottom: -28px;
}
}

#timetablelist230922-1_content{
	width:50%;
}
#timetablelist230922-2_content{
	width:50%;
}
/*選択されているタブのコンテンツのみを表示*/
#timetablelist230922-1:checked ~ #timetablelist230922-1_content,
#timetablelist230922-2:checked ~ #timetablelist230922-2_content{
  display: block;
	margin-bottom:40px;
}

#timetablelist230923-1_content{
	width:50%;
}
#timetablelist230923-2_content{
	width:50%;
}
/*選択されているタブのコンテンツのみを表示*/
#timetablelist230923-1:checked ~ #timetablelist230923-1_content,
#timetablelist230923-2:checked ~ #timetablelist230923-2_content{
  display: block;
	margin-bottom:40px;
}

#timetablelist230924-1_content{
	width:50%;
}
#timetablelist230924-2_content{
	width:50%;
}
/*選択されているタブのコンテンツのみを表示*/
#timetablelist230924-1:checked ~ #timetablelist230924-1_content,
#timetablelist230924-2:checked ~ #timetablelist230924-2_content{
  display: block;
	margin-bottom:40px;
}


@media (max-width: 749px) {
	
#event .inner .cont.nbb{
	width: calc(100% - 30px);
    margin: 15px;
    padding: 0 0 30px 0;
	box-sizing: border-box;
}
#event .inner .cont.nbt{
	width: calc(100% - 30px);
    margin: 15px;
    padding: 30px 15px 30px 15px;
	border: 3px solid #000;
    background: #FFFDF2;
	box-sizing: border-box;
}
	
#event .inner2 .cont.nbb{
	width: calc(100% - 30px);
    margin: 15px;
    padding: 0 0 30px 0;
	box-sizing: border-box;
}
#event .inner2 .cont.nbt{
	width: calc(100% - 30px);
    margin: 15px;
    padding: 30px 15px 30px 15px;
	border: 3px solid #000;
    background: #FFFDF2;
	box-sizing: border-box;
}
	

h3.timetable-title{
	margin:0 0 30px 0!important;
	padding:0;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 30px!important;
	line-height: 38px!important;
	text-align: center;
	color: #005086;
}
h4.timetable-title{
	margin:40px 0 10px 0!important;
	font-size: 25px!important;
	line-height: 35px!important;
}
/*タブのスタイル*/
.tab_timetablelist_item {
  width: 50%;
	margin:0;
  height: 40px;
  border-bottom: 2px solid #C7C7C7;
  box-sizing: border-box;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #C7C7C7;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	position: relative;
	box-sizing: border-box;
}


.tab_timetablelist_item:hover {
  opacity: 0.75;
	cursor: pointer;
  color: #000;
}
.tab_timetablelist_item_first {
	margin-left: 6%;
}
.tab_timetablelist_last{
  border-right: 2px solid #000;
}
/*ラジオボタンを全て消す*/
input[name="tab_timetablelist_item"] {
  display: none;
}
	

/*タブ切り替えの中身のスタイル*/
.tab_timetablelist_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}


	
/*選択されているタブのコンテンツのみを表示*/
	
#timetablelist230922-1:checked ~ #timetablelist230922-1_content,
#timetablelist230922-2:checked ~ #timetablelist230922-2_content{
  display: block;
	width: 100%;
	margin-bottom:0;
}

#timetablelist230923-1:checked ~ #timetablelist230923-1_content,
#timetablelist230923-2:checked ~ #timetablelist230923-2_content{
  display: block!important;
	width: 100%;
	margin-bottom:0;
}
	
#timetablelist230924-1:checked ~ #timetablelist230924-1_content,
#timetablelist230924-2:checked ~ #timetablelist230924-2_content{
  display: block;
	width: 100%;
	margin-bottom:0;
}
	
	.dispv{
		display: block;
	width: 100%!important;
	}
	.bk{
		color: #000;
	}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_timetablelist_item {
  color: #000;
	position: relative;
}
.tabs input:checked + .tab_timetablelist_item:after{
	position: absolute;
    content: "";
    border-bottom: 2px solid #000;
    bottom: -2px;
    left: calc(50% - 40%);
    display: block;
    width: 80%;
    height: 2px;
}
.tab_timetablelist_content_description{
	padding-top:20px;
}


.tab_timetablelist_content_description ul{
	margin:0;
	padding:0;
	width: 100%;
}
.tab_timetablelist_content_description ul li{
	margin:0;
	padding:8px 0 8px 45px;
	list-style: none;
	background: url("../images/tab_timetable_list_icon.png") no-repeat;
	background-size: 21px;
	background-position: top 12px left 15px;
	font-size: 16px;
	line-height: 26px;
	border-bottom:1px dashed #C5C5C5;
}
.tab_timetablelist_content_description ul li span{
	letter-spacing: -1px;
}
}


/****booth**********************************************************************************************************************/

#booth{
	margin:-20px 0 0 0;
	padding: 160px 0 60px 0;
	background-image: url("../images/hr-white.png") ;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
}
#booth .inner{
	max-width: 1120px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	position: relative;
}
#booth h2.syutten{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
#booth h2.syutten:before {
    content: url("../images/booth-title-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: -160px;
    left: calc(50% - 90px);
}
#booth h2.kigyou{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
#booth h2.kigyou:before {
    content: url("../images/booth-title-icon-kigyou.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: -140px;
    left: calc(50% - 140px);
}
#booth .inner .cont{
	width:100%;
	border: 3px solid #000;
	background: #FFFDF2;
	margin: 0 auto;
}

#booth .booth-list{
	margin:0 0 200px 0;
	padding:0;
}
#booth .booth-list .li{
	width: 350px;
	min-height: 350px;
	background: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
	margin:15px;
}
#booth .booth-list .li .website{
	text-align: center;
}
#booth .booth-list .image{
	height: auto;
	margin: 0 0 15px 0;
}
#booth .booth-list h3{
	color: #C30D23;
	font-size: 18px;
	margin:0 15px 15px 15px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
#booth .booth-list p{
	margin:0 15px 15px 15px;
	font-size: 15px;
	line-height: 23px;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
	
}
.booth-list .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	cursor: pointer;
}
.booth-list .prev-arrow {
 left: -19px;
  z-index: 10;
  width: 36px;
}
.booth-list .next-arrow {
  right: -21px;
  width: 36px;
}

#booth .map{
	width: 850px;
	margin: -130px auto 50px auto;
	padding: 60px 3% 80px 3%;
	padding: 60px 3% 80px 3%;
	position: relative;
	background: #fff;
	border: 2px solid #000;
}
#booth .map h3{
	font-size: 40px;
	line-height: 50px;
	color: #C30D23;
	margin:0 0 30px 0;
	text-align: center;
	font-family: 'Kaisei Opti', serif;
}

#booth .btn{
	width: 380px;
   margin: 20px auto 20px auto;
	background: #FBFF2E;
	border-radius:100px;
	text-align: center;
	height: 55px;
	box-shadow: 0 3px 0 #afb144;
	font-size: 15px;
	transition: .5s;
}
#booth .btn a{
	color: #0069A0;
	display: block;
	padding:18px 20px 10px 20px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}
#booth .btn:hover{
	transition: .5s;
	transform: scale(1.05);
}

.flyer{
	display: flex;
	flex-wrap: wrap;
	margin:0 70px 50px 70px;
	align-items: center;
}
.flyer-image{
	width: 50%;
}
.flyer-image ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
.flyer-image ul li{
	margin: 0;
	padding: 0;
	width: calc(50% - 15px);
}
.flyer-image ul li img{
	width: 100%;
	height: auto;
}
.flyer-text{
	width: calc(50% - 40px);
	margin-left:40px;
}
.flyer-text p{
	font-size: 16px;
	line-height: 33px;
}

.mapkaijyou{
	display: block;
	margin-bottom:50px;
}
.mapkaijyou p{
	text-align: right;
	position: relative;
	margin-right:20px;
	font-size: 16px;
	line-height: 33px;
}
.mapkaijyou p:after{
    content: url("../images/access-map-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: 0;
    right: -24px;
}
.mapkaijyou p a{
	color: #0069A0;
}
.mapdata{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.mapdata .googlemap{
	width:50%;
}
.mapdata .data{
	width:calc(50% - 60px);
	padding:30px;
}

.mapdata .datainner{
	border-top: 2px solid #0069A0;
	border-bottom: 2px solid #0069A0;
}
.mapdata .data h4{
	color: #0069A0;
	font-size: 20px;
	margin-bottom:15px;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
.mapdata .data dl{
	display: flex;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}
.mapdata .data dl dt{
	font-weight: bold;
	color: #0069A0;
	width: 50px;
}
.mapdata .data dl dt.address{
	background-image: url("../images/booth-map-address-icon.png") ;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: top 2px left 0;
}
.mapdata .data dl dt.train{
	background-image: url("../images/booth-map-train-icon.png") ;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: top 2px left 0;
}
.mapdata .data dl dt.time{
	background-image: url("../images/booth-map-time-icon.png") ;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: top 2px left 0;
}
.mapdata .data dl dd{
	margin-left: 0;
}
.poster{
	display: block;
	width: 500px;
	margin:60px auto 0 auto;
}
.poster img{
	border: 1px solid #ccc;
}
@media (max-width: 1600px) {
#booth .inner{
	width:90%;
}
#booth .map{
	width: 850px;
	margin: -130px auto 40px auto;
	padding: 60px 3% 80px 3%;
}
}
@media (max-width: 1000px) {
#booth .inner{
	width:90%;
}
#booth .map{
	width:90%;
}
}
@media (max-width: 749px) {
#booth{
	margin:-20px 0 0 0;
	padding: 120px 0 60px 0;
}
#booth .inner{
	width: 100%;
	margin: 0 ;
    padding: 0;
}
	
#booth h2.syutten{
	margin:0 0 20px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#booth h2.syutten:before {
    content: url("../images/booth-title-icon.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.3);
    position: absolute;
    top: -140px;
    left: calc(50% - 90px);
}
#booth h2.kigyou{
	margin:0 0 20px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#booth h2.kigyou:before {
    content: url("../images/booth-title-icon-kigyou.png");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.3);
    position: absolute;
    top: -120px;
    left: calc(50% - 140px);
}
	#booth .booth-list{
    margin: 0 0 120px 0;
	}
#booth .booth-list .li{
	margin: 0 15px 10px 15px;
	width: 100%;
	min-height: 340px;
	background: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
}
.booth-list .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	cursor: pointer;
}
.booth-list .prev-arrow {
 left: 15px;
  z-index: 10;
  width: 26px;
}
.booth-list .next-arrow {
  right:16px;
  width: 26px;
}
	
#booth .map{
    width: calc(100% - 30px);
    margin: -30px 15px 15px 15px;
    padding: 15px 15px 30px 15px;
    border: 3px solid #000;
    background: #fff;
    box-sizing: border-box;
}
#booth .map h3{
	font-size: 30px;
	line-height: 40px;
	margin-top:30px;
}
#booth .map h4{
	font-size: 17px;
}
#booth .btn{
	width: 80%;
}
#booth .btn a{
	color: #0069A0;
	display: block;
	padding:18px 20px 10px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}
.flyer{
	display: flex;
	flex-wrap: wrap;
	margin:0 0 30px 0;
	align-items: center;
	flex-direction: column-reverse;
}
.flyer-image{
	width: 100%;
}
.flyer-image ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
.flyer-image ul li{
	margin: 0;
	padding: 0;
	width: calc(50% - 10px);
}
.flyer-image ul li img{
	width: 100%;
	height: auto;
}
.flyer-text{
	width:100%;
	margin: -20px 0 0 0;
}
.flyer-text p{
	font-size: 15px;
	line-height: 23px;
}

.mapkaijyou{
	display: block;
	margin-bottom:50px;
}
.mapdata{
	display: block;
}
.mapdata .googlemap{
	width:100%;
}
.mapdata .data{
	width:calc(100% - 30px);
	padding:15px;
}
.mapdata .data dl dt{
	width: 50px;
	font-size: 14px;
}
.mapdata .data dl dd{
	font-size: 14px;
}
.poster{
	display: block;
	width: 100%;
	margin:30px auto 0 auto;
}
}





#archive{
	margin:-20px 0 0 0;
	padding: 60px 0 0 0;
	background-image: url("../images/hr-white.png") ;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
}
#archive .inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	position: relative;
}

#archive h2{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
#archive h2 span{
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	line-height: 25px;
	display: block;
	margin-bottom:10px;
}

#archive #archive-image{
	margin:0 0 30px 0;
	width: 100%;
}
#archive ul{
	margin:0;
	padding:0;
      display: flex;
      flex-wrap: wrap;
	list-style: none;
}
#archive ul li{
	margin:0 ;
	padding:15px 0;
	width:25%;
	background: #F9F5EF;
	text-align: center;
	border:2px solid #c00;
	box-sizing: border-box;
}
#archive ul li img{
	width:50%;
	height: auto;
}
#archive ul li .title{
	color: #0070A6;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 900;
	font-size: 22px;
	line-height: 32.67px;
	letter-spacing: -4%;
	text-align: center;
	margin: 0 0 0 0;
}
#archive ul li .title span{
	font-size: 19px;
}
#archive ul li .digit1{
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 62px;
        line-height: 72.66px;
		color: #CC1931;
	margin:0 0 0 0;
}
#archive ul li .digit1 span{
	font-size: 20px;
	line-height: 29.7px;
	letter-spacing: 40%;
}
#archive ul li .digit2{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 30%;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #CC1931;
	margin:0;
}

#movie{
	border-top: 2px solid #fff;
	margin:60px auto 50px auto;
	padding: 50px 20px 40px 20px;
	width: 700px;
	height: 394px;
}

#movie h3{
	margin:0 0 30px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.youtube{
	width: 700px;
	height: 394px;
	margin: 0 auto;
}

@media (max-width: 1600px) {
#archive .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
#archive .inner{
	width:90%;
}
}
@media (max-width: 749px) {
#archive .inner{
	width: 100%;
	margin: 0 ;
    padding: 0;
}
#archive h2{
	margin:0 0 30px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#archive h2 span{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-bottom:10px;
}
#archive #archive-image{
	margin:0 15px 30px 15px;
	width: calc(100% - 30px);
}
#movie{
	border-top: 2px solid #fff;
	margin:60px auto 50px auto;
	padding: 50px 15px 40px 15px;
	width: calc(100% - 40px);
	height: auto;
}
#movie  h2{
	width:80%;
	margin:0 auto 30px auto;
	padding:0;
}
#movie h3{
	margin:0 0 30px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

#youtube{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
	
#archive ul{
	margin:0 10px;
	padding:0;
      display: flex;
      flex-wrap: wrap;
	list-style: none;
}
#archive ul li{
	margin:0;
	padding:15px 0;
	width:50%;
	border: 2px solid #c00;
	box-sizing: border-box;
	background: #F9F5EF;
	text-align: center;
}
#archive ul li img{
	width:60%;
	height: auto;
}
#archive ul li .title{
	color: #0070A6;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 32.67px;
	letter-spacing: -4%;
	text-align: center;
	margin: 0 0 0 0;
}
#archive ul li .title span{
	font-size: 19px;
}
#archive ul li .digit1{
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 62px;
        line-height: 72.66px;
		color: #CC1931;
	margin:0 0 0 0;
}
#archive ul li .digit1 span{
	font-size: 20px;
	line-height: 29.7px;
	letter-spacing: 40%;
}
#archive ul li .digit2{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 30%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #CC1931;
	margin:0;
}

}


#qa{
	padding:30px 0 50px 0;
	background: url("../images/bg-b.png");
	background-repeat: repeat;
	background-size: 110px;
}
#qa .inner{
	max-width: 820px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	position: relative;
}
#qa h2{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
#qa h2 span{
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	line-height: 25px;
	display: block;
	margin-bottom:10px;
}

.accordion {
  width: 100%; }

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 25px 50px 25px 20px;
  background: #F9F5EF;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  border-bottom: 1px dotted #C5C5C5;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #1F58A7;
  position: absolute;
  top: 38px;
  right: 20px;
  transform: translateY(-50%); }

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s; }

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0); }

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 400;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px; }

/* ↑ここまで共通 */
/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative; }

.accordion_qa .Q {	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height */
  /* 1f58a7 */
  color: #000;
}

.accordion_qa .Q::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/qa-icon-q.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: -32px; 
}

.accordion_qa .A::before {
  content: 'A.'; 
}

.accordion_qa .accordion-open {
  padding-left: 3.5em; 
}

.accordion-inner {	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
  padding-left: 2.5em !important; 
  background: #F9F5EF;
  color: #4D4D4D;
}

.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  margin-top: -5px;
  padding: 20px 10px 20px 2.5em; 
}

@media (max-width: 1600px) {
#qa .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
#qa .inner{
	width:90%;
}
}
@media (max-width: 749px) {
#qa{
	margin-top: -50px;
	padding: 50px 15px 15px 15px;
}
#qa .inner{
	width: 100%;
	margin: 0 ;
    padding: 0;
}
#qa h2{
	margin:0 0 30px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#qa h2 span{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-bottom:10px;
}
.accordion_qa .Q {
  font-size: 15px;
  line-height: 26px;
}
.accordion-inner {
  font-size: 15px;
  line-height: 26px;
}
}

/****footer**********************************************************************************************************************/

footer {
  background: #000;
  padding: 40px 0 0 0; 
}
footer .inner{
	width: 1120px;
	margin: 0 auto;
	padding: 4px 0 40px 0;
	position: relative;
}
footer .logobutton{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.left{
	width:calc(100% - 360px);
}
.right{
	width: 360px;
}
footer .logo{
	width:500px;
	margin-bottom:40px;
	position: relative;
}
footer .logo img{
	width: 100%;
	height: auto;
}
.footer-sns{
	margin: 0;
    padding: 0;
    width: 130px;
    position: absolute;
    top: 22px;
    right: -150px;
}
@media (min-width: 750px ) and (max-width: 1100px) {
	.footer-sns{
		display: none;
	}
}
.footer-sns ul{
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.footer-sns ul li{
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right: 8px;
}
.footer-sns ul li img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
footer .nav{
}
footer .nav ul{
	display: flex;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
footer .nav ul li{
	margin:0 15px 15px 0;
	font-size: 16px;
}
footer .nav ul li a{
	color: #fff;
	text-decoration: none;
}
footer .buttons{
	width:360px;
}

footer .buttons .btn1{
	width: 90%;
   margin: 20px auto 20px auto;
	background: #fff;
	border-radius:100px;
	text-align: center;
	height: 55px;
	box-shadow: 0 3px 0 #3b824f;
	border: 1px solid #26C30D;
	font-size: 15px;
	transition: .5s;
	display: none;
}
footer .buttons .btn1 span{
	font-size: 12px;
	}
footer .buttons .btn1 a{
	color: #26C30D;
	display: block;
	padding:10px 20px 10px 20px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}
footer .buttons .btn1:hover{
	transition: .5s;
	transform: scale(1.05);
}

footer .buttons .btn2{
	width: 90%;
   margin: 20px auto;
	background: #26C30D;
	border-radius:100px;
	text-align: center;
	height: 55px;
	box-shadow: 0 3px 0 #3b824f;
	border: 1px solid #26C30D;
	transition: .5s;
}
footer .buttons .btn2 a{
	color: #fff;
	display: block;
	padding:20px 20px 10px 20px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}
footer .buttons .btn2:hover{
	transition: .5s;
	transform: scale(1.05);
}
footer .kyouryoku{
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center;
    padding: 20px 0;
    border-top: 1px solid #727272;
}
footer .kyouryoku a{
	color: #fff;
}
footer .copy{
	padding:0 0 40px 0;
	text-align: center;
	font: 15px;
	color: #fff;
}

@media (max-width: 1600px) {
footer .inner{
	width:90%;
}
#lineup .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
footer .inner{
	width:90%;
}
}

@media (max-width: 749px) {
footer {
  background: #000;
  padding: 40px 0 0 0;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
}
	
footer .inner{
	width: 100%;
	margin: 0 ;
    padding: 20px 0 0 0;
    position: relative;
}

footer .logobutton{
	display: inherit;
}
.left{
	width:100%;
}
.right{
	width:100%;
}
footer .logo{
	width: 70%;
	margin:0 auto 40px auto;
	position: relative;
}
footer .logo img{
	width: 100%;
	height: auto;
}
	
.footer-sns{
	margin: 0;
    padding: 0;
    width: 130px;
	position: absolute;
	top: 530px;
    right: -40px;
}
.footer-sns ul{
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.footer-sns ul li{
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right: 8px;
}
.footer-sns ul li img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
	
footer .nav{
}
footer .nav ul{
	display: inherit;
	margin: 20px 0 90px 0;
	padding: 0;
	list-style: none;
}
footer .nav ul li{
	margin:0;
	padding:20px;
	font-size: 16px;
	border-top: 1px solid #727272;
}
footer .nav ul li:last-child{
	border-bottom: 1px solid #727272;
	}
footer .nav ul li a{
	color: #fff;
	text-decoration: none;
}
footer .buttons{
	width:100%;
}
footer .kyouryoku{
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: left;
    padding: 20px;
    border-top: 1px solid #727272;
}
footer .kyouryoku a{
	color: #fff;
}
footer .copy{
	padding:20px 0  40px 0;
	border-top: none;
	font-size: 12px;
}
	
	
}

/* =====================
  各コンテンツのふわっとする表示
===================== */

.offs .effect {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}
.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .7s ease;
  transition: all .7s ease；;
}

/*以下、遅延の設定*/
.ons .delay-1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.ons .delay-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5;
}

.ons .delay-3 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.ons .delay-4 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.ons .delay-5 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.ons .delay-6 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}	


.offs .fw-1 {
	transform: scale(0.1);
}

.offs .fw-2 {
	transform: scale(0.1);
}

.offs .fw-3 {
	transform: scale(0.1);
}
.offs .fw-4 {
	transform: scale(0.1);
}
.offs .fw-5 {
	transform: scale(0.1);
}
.offs .fw-6 {
	transform: scale(0.1);
}

.ons .fw-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
    top: -250px;
    left: -210px;
	transform: scale(0.5);
	width:800px;
	height:800px;
}

.ons .fw-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5;
  position: absolute;
	top: 130px;
    right: -300px;
	transform: scale(0.5);
	width:660px;
	height:660px;
}

.ons .fw-3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  position: absolute;
    top: 190px;
    left: -280px;
	transform: scale(0.5);
	width:600px;
	height:600px;
}

.ons .fw-4 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8;
  position: absolute;
    top: -140px;
    right: -350px;
	transform: scale(0.5);
	width:630px;
	height:630px;
}

.ons .fw-5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  position: absolute;
	top: 130px;
    left: -120px;
	transform: scale(0.5);
	width:330px;
	height:330px;
}

.ons .fw-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5;
  position: absolute;
    top: 150px;
    right: -40px;
	transform: scale(0.5);
	width:300px;
	height:300px;
}

@media (max-width: 749px) {

.ons .fw-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  position: absolute;
    top: -180px;
    left: -160px;
    transform: scale(0.5);
    width: 400px;
    height: 400px;
}

.ons .fw-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2;
  position: absolute;
    top: 150px;
    right: -140px;
	transform: scale(0.5);
	width:330px;
	height:330px;
}

.ons .fw-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
	top: -30px;
    left: -250px;
    transform: scale(0.5);
    width: 500px;
    height: 500px;
}

.ons .fw-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4;
  position: absolute;
    top: -70px;
    right: -110px;
    transform: scale(0.5);
    width: 310px;
    height: 310px;
}

.ons .fw-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
    top: 20px;
    left: -70px;
    transform: scale(0.5);
    width: 220px;
    height: 220px;
}

.ons .fw-6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6;
  position: absolute;
    top: 150px;
    right: -40px;
	transform: scale(0.5);
	width:150px;
	height: 150px;
}
}


/****下層共通**********************************************************************************************************************/

#kasou-title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	/*margin-top:100px;*/
	margin-top:0;
	background: url("../images/under-mv-bg.jpg");
	background-size: auto 300px;
	background-position: center top;
}
#kasou-title .inner{
	width: 1120px;
	margin: 0 auto;
}
#kasou-title h1{
	text-align: center;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	text-shadow:-1px -1px 3px #666;
}
#kasou-title h1 img{
	width: 370px;
	height: auto;
}
.bread{
	background: #000;
	height: 35px;
}
.bread p{
	margin:0;
	padding:6px;
	color: #fff;
	font-size: 14px;
}
.bread p a{
	color: #fff;
	text-decoration: none;
}
.bread .inner{
	width: 1120px;
	margin: 0 auto;
}

@media (max-width: 1600px) {
.bread .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
.bread .inner{
	width:90%;
}
}

@media (max-width: 749px) {
#kasou-title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	margin-top:80px;
	background: url("../images/under-mv-bg-sp.jpg");
	background-size: auto 150px;
	background-position: center top;
}
#kasou-title .inner{
	width: 1120px;
	margin: 0 auto;
}
#kasou-title h1{
	text-align: center;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	text-shadow:-1px -1px 3px #666;
}
#kasou-title h1 img{
	width: 70%;
	height: auto;
}
.bread{
	background: #000;
	height: 35px;
}
.bread .inner{
	width:100%;
}
.bread p{
	font-size: 12px;
}
}

/****共催・主催**********************************************************************************************************************/


.kasou-cont{
	background: url("../images/kasou-cont-bg.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: center top;
}

.kasou-cont .inner{
	max-width: 1000px;
	margin: 0 auto;
}

.kyousan-title{
	width:204px;
	height: 114px;
	margin:0 auto;
	padding:8% 0 40px 0;
}
.kyousan-title img{
	width: 100%;
	height: auto;
}
.kyousan-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	flex-flow: wrap;
    justify-content: center;
	align-items: center;
	margin:0 0 8% 0;
	padding:0;
}
.kyousan-list li{
	margin:0 10px;
	padding:0;
	width:calc(100% / 5);
}
.kyousan-list li img{
	width:100%;
	height: auto;
}
.kouen-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	flex-flow: wrap;
    justify-content: center;
	align-items: center;
	margin:0 0 8% 0;
	padding:0;
}
.kouen-list li{
	margin:0 10px;
	padding:0;
	width:calc(100% / 6);
}

.kouen-list li img{
	width:100%;
	height: auto;
}
.tokubetsukyouryoku-title{
	width:400px;
	height: 114px;
	margin:0 auto;
	padding:8% 0 40px 0;
}
.tokubetsukyouryoku-title img{
	width: 100%;
	height: auto;
}

.kyouryoku-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	flex-flow: wrap;
    justify-content: center;
	align-items: center;
	margin:0 0 8% 0;
	padding:0;
}
.kyouryoku-list li{
	margin: 0 10px;
	padding: 0;
	width: calc(100% / 5);
}
.kyouryoku-list li img{
	width: 100%;
	height: auto;
}
@media (max-width: 1600px) {

.kasou-cont .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
.kasou-cont .inner{
	width:90%;
}
}
@media (max-width: 749px) {
.kasou-cont{
	background: url("../images/kasou-cont-bg-sp.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: center top;
}
.kasou-cont .inner{
	width:100%;
}
.kyousan-title{
	width:35%;
	height: inherit;
	margin:0 auto;
	padding:30px 0 0 0;
}

.kyousan-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	flex-flow: wrap;
    justify-content: space-around;
	margin:0 20px 8% 20px;
	padding:0;
}
.kyousan-list li{
	margin:0;
    padding: 0px 15px;
    width: calc(100% / 3 - 30px);
}
	
.tokubetsukyouryoku-title{
	width:70%;
	height: inherit;
	margin:0 auto;
	padding:30px 0 0 0;
}
.tokubetsukyouryoku-title img{
	width: 100%;
	height: auto;
}
	
.kyouryoku-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 8% 0;
	padding: 0;
}
.kyouryoku-list li{
	margin: 0 10px;
    padding: 0;
    width: calc(100% / 5);
}
	
}



.kasou-cont2{
	background: url("../images/kasou-cont-bg2.jpg");
	background-repeat: repeat;
	background-size: 60px;
	background-position: center top;
}

.kasou-cont2 .inner{
	max-width: 1000px;
	margin: 0 auto 0 auto;
	padding:0 0 80px 0;
}


.waku{
	border: 2px solid #C30D23;
	margin: 0;
	padding:30px;
	background: #fff;
	position: relative;
}
.waku:before{
	position: absolute;
    content: "";
    background-image: url(../images/waku-outer.png);
    background-size: 100%;
	background-repeat: no-repeat;
    display: block;
    top: -12px;
    left: -12px;
    width: calc(100% + 24px);
    height: 37px;
}
.waku:after{
	position: absolute;
    content: "";
    background-image: url(../images/waku-outer.png);
    background-size: 100%;
	background-repeat: no-repeat;
    display: block;
    bottom: -22px;
    left: -12px;
    width: calc(100% + 24px);
    height: 37px;
}
.syusai{
	margin:30px 0 30px 0;
}

.syusai h3{
	font-size: 30px;
	color: #0069A0;
	text-align: center;
}

.syusai p{
	font-size: 16px;
	line-height: 30px;
	margin-left:30px;
	margin-right:30px;
}
.syusai p.link{
	font-size: 16px;
	line-height: 30px;
	margin-left:30px;
	margin-right:30px;
	text-align: right;
}
.syusai p.link a{
	color: #0069A0;
}
.hr1{
	border-top: 1px solid #C30D23;
	border-left:none;
	border-right:none;
	border-bottom:none;
	height: 1px;
	margin:30px 0;
	padding:0;
	background: #fff;
}

.hr2{
	background: url("../images/syusai-hr2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 20px;
	margin: 60px 0;
	padding:0;
	border: none;
}
.hr3{
	border-top: 1px solid #ccc;
	border-left:none;
	border-right:none;
	border-bottom:none;
	height: 1px;
	margin:20px auto;
	padding:0;
	background: #fff;
	width: 20%;
}
.beer{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 30px;
}
.beer .image{
	width:40%;
}
.beer .image img{
	width:100%;
	height: auto;
}
.beer .text{
	width:calc(60% - 60px);
	padding:30px;
}

.beer .text h4{
	font-size: 23px;
	line-height: 32px;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	margin:0 0 20px 0;
}
.beer .text h4 span{
	font-family: 'Kaisei Opti', serif;

}
.beer .text h4 span.color1{
	color: #E4007F;
}
.beer .text h4 span.color2{
	color: #00A0E9;
}
.beer .text h4 span.color3{
	color: #E4007F;
}
.beer .text h4 span.color4{
	color: #009944;
}
.beer .text p{
	font-size: 16px;
	line-height: 30px;
	margin:0;
}
.beer .text p a{
	color: #E4007F;
	text-decoration: underline;
}
.syusai .logo{
	width: 150px;
	margin: 30px auto;
}
.syusai .logo img{
	width: 100%;
	height: auto;
}
.syusai .pics{
	margin: 0 20px;
	padding: 0;
}
.syusai .pics ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.syusai .pics ul li{
	width: calc(50% - 20px);
	list-style: none;
	margin:10px;
}
.syusai .pics ul li img{
	width: 100%;
	height: auto;
}
@media (max-width: 1600px) {

.kasou-cont2 .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
.kasou-cont2 .inner{
	width:90%;
}
}
@media (max-width: 749px) {
.kasou-cont2{
	background: url("../images/kasou-cont-bg-sp1-2.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: center top;
}
.kasou-cont2 .inner{
	width:100%;
	padding:0;
}
.hr3{
	width: 220px;
	margin: 50px auto;
}
.waku{
	border: none;
	margin: 0 15px;
	padding:0;
	background: inherit;
}
.waku:before{
	display: none;
}
.waku:after{
	display: none;
}
.syusai{
	margin:30px 0 0 0;
}

.syusai h3{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 15px 0;
	color: #0069A0;
	text-align: left;
}

.syusai p{
	font-size: 15px;
	line-height: 30px;
	margin:0 0 20px 0;
}
.hr2{
	background: none;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 15px;
	margin: 30px 0;
	padding:0;
	border: none;
}
.beer{
	margin: 0;
}
.beer .image{
	width:100%;
	margin-bottom:15px;
}
.beer .image img{
	width:100%;
	height: auto;
}
.beer .text{
	width:100%;
	padding:0;
}

.beer h4{
	font-size: 23px;
	line-height: 32px;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	margin:0 0 20px 0;
}
.beer .text p{
	font-size: 16px;
	line-height: 30px;
	margin:0;
}
.beer .text p a{
	color: #E4007F;
	text-decoration: underline;
}
.beer h4 span{
	font-family: 'Kaisei Opti', serif;

}
.beer h4 span.color1{
	color: #E4007F;
}
.beer h4 span.color2{
	color: #00A0E9;
}
.beer h4 span.color3{
	color: #E4007F;
}
.beer h4 span.color4{
	color: #009944;
}
.syusai .logo{
	width: 150px;
	margin: 30px auto;
}
.syusai .logo img{
	width: 100%;
	height: auto;
}
.syusai .pics{
	margin: 0 -15px;
	padding: 0;
}
.syusai .pics ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.syusai .pics ul li{
	width: 50%;
	list-style: none;
	margin:0;
}
.syusai .pics ul li img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
	
.kouen-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	flex-flow: wrap;
    justify-content:flex-start;
	align-items: center;
	margin:20px 10px 8% 10px;
	padding:0;
}
.kouen-list li{
	margin:0 5px 5px 5px;
	padding:0;
	width:calc(50% - 10px);
}

.kouen-list li img{
	width:100%;
	height: auto;
}
}


/****過去のイベント**********************************************************************************************************************/

.archives-list{
	margin: 60px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
}
.archives-list li{
	list-style: none;
	margin: 2%;
	width: calc(100% / 3 - 4%);
	border: 1px solid #000;
	box-sizing: border-box;
	background: #fff;
		transition: .5s;
}
.archives-list li:hover{
	background: #FFFDF2;
	border: 1px solid #C30D23;
	transition: .5s;
transform: scale(1.05);
}
.archives-list li a{
	display: block;
	text-decoration: none;
	padding: 15px;
}
.archives-list li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.archives-list li h2{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 15px 0;
	color: #0069A0;
}
.archives-list li p{
	font-size: 16px;
	line-height: 26px;
}
.archives-list li a h2{
	color: #0069A0;
}
.archives-list li a p{
	color: #000;
}
@media (max-width: 749px) {
.archives-list{
	margin: 30px 0;
	padding: 0;
	display: block;
}
.archives-list li{
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 25px;
	border: none;
	background-color: inherit;
	position: relative;
}
.archives-list li:after{
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px solid #ccc;
	width: 60%;
	height: 10px;
	bottom: -10px;
	left: 20%;
	margin-bottom:20px;
	}
.archives-list li:last-child:after{
	border:none;
	}
.archives-list li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.archives-list li h2{
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 15px 0;
	color: #0069A0;
}
.archives-list li p{
	font-size: 14px;
	line-height: 23px;
}
}

/****イベントレポート**********************************************************************************************************************/

.report{
	margin: 0 ;
	padding: 60px 0 ;
}
.report h2{
	text-align: center;
	font-size: 45px;
}
.report h2 span{
	font-size: 30px;
}
.report .mv{
	width: 100%;
	margin-bottom:150px;
}
.report .mv img{
	width: 100%;
	height: auto;
}

.report .gaiyou{
	margin: 0 0 0 0;
	padding: 0 0 60px 0;
	position: relative;
}
.report .gaiyou h3{
	text-align: center;
	width:240px;
	position: absolute;
	top: -120px;
	left:calc(50% - 120px);
	
}
.report .gaiyou h3 img{
	width: 100%;
	height: auto;
	text-align: center;
}
.report .gaiyou dl{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin:0;
}
.report .gaiyou dl.b{
	background: #FDF8E8;
}
.report .gaiyou dl dt{
	margin: 0;
	padding: 10px 15px;
	font-weight: 500;
	min-width: 140px;
}
.report .gaiyou dl dd{
	margin: 0;
	padding: 10px 15px;
}

@media (max-width: 749px) {
.report{
	margin: 15px;
	padding: 0;
}
.report h2{
	text-align: center;
	font-size: 30px;
}
.report h2 span{
	font-size: 20px;
}
.report .mv{
	width: 100%;
	margin-bottom:50px;
}
.report .mv img{
	width: 100%;
	height: auto;
}

.report .gaiyou{
	margin: 60px 0 0 0;
	padding:30px 15px 15px 15px;
	position: relative;
	border: 1px solid #C30D23;
	background: #fff;
}
.report .gaiyou h3{
    text-align: center;
    width: 180px;
    position: absolute;
    top: -46px;
    left: calc(50% - 90px);
}
.report .gaiyou h3 img{
	width: 100%;
	height: auto;
	text-align: center;
}
.report .gaiyou dl{
	display: block;
	margin:0 0 15px 0;
}
.report .gaiyou dl.b{
	background: inherit;
}
.report .gaiyou dl dt{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #0069A0;
}
.report .gaiyou dl dd{
	margin: 0;
	padding: 0;
	font: 14px;
	line-height: 26px;
}
}
.kasou-cont2 .report{
	margin: 0;
	padding: 10% 0;
}

.raijyou{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 ;
}
.raijyou .image{
	width:45%;
}

.raijyou .text{
    width: calc(55% - 90px);
    padding: 0 30px 30px 60px;
}

.raijyou .text h3{
	font-size: 30px;
	color: #0069A0;
	text-align: left;
	border-left: 6px solid #0069A0;
	padding: 0 0 0 8px;
}
.raijyou .text h4{
	font-size: 30px;
	color: #0069A0;
	text-align: left;
	border-left: 6px solid #0069A0;
	padding: 0 0 0 8px;
}
.syushi{
	margin:30px 0 30px 0;
}

.syushi h3{
	font-size: 30px;
	color: #0069A0;
	text-align: left;
	border-left: 6px solid #0069A0;
	padding: 0 0 0 8px;
}

.syushi p{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
.raijyou-slide .img{
	position: relative;
}
.raijyou-slide .img p{
	position: absolute;
	background: #000;
	color: #fff;
	padding:5px 10px;
	left:0;
	bottom:0;
	width: 100%;
	font-size: 13px;
	text-align: center;
}


.raijyou-slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	cursor: pointer;
}
.raijyou-slide .prev-arrow {
 left: -13px;
  z-index: 10;
  width: 25px;
}
.raijyou-slide .next-arrow {
  right: -13px;
  width: 25px;
}

.syushi .images4{
	margin:30px 0 30px 0;
}
.syushi .images4 ul{
	margin:0;
	padding:0;
	display: flex;
	list-style: none;
}
.syushi .images4 ul li{
	margin:0;
	padding:0;
	width:25%;
}
@media (max-width: 749px) {
.kasou-cont2 .report {
    margin: 0 15px;
    padding: 0;
}
.syushi{
}

.syushi h3{
	font-size: 24px;
	color: #0069A0;
	text-align: left;
	border-left: none;
	border-bottom: 2px solid #0069A0;
	padding: 0 4px 0 0;
}
.syushi p{
	font-size: 14px;
}
	
.raijyou{
	display: block;
	margin: 0 ;
}
.raijyou .image{
	width:100%;
}
.raijyou-slide{
	margin-top: 20px;
	}
.raijyou .text{
    width: 100%;
    padding: 0;
}

.raijyou .text h3{
	font-size: 24px;
	color: #0069A0;
	text-align: left;
	border-left: none;
	border-bottom: 2px solid #0069A0;
	padding: 0 4px 0 0;
}
.raijyou .text h4{
	font-size: 24px;
	color: #0069A0;
	text-align: left;
	border-left: none;
	border-bottom: 2px solid #0069A0;
	padding: 0 4px 0 0;
}
	
	
	
	
.syushi .images4{
	margin:30px 0 30px 0;
}
.syushi .images4 ul{
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.syushi .images4 ul li{
	margin:0;
	padding:0;
	width:50%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
}
.syushi .images4 ul li:nth-child(2){
	border-right: none;
}
.syushi .images4 ul li:nth-child(4){
	border-right: none;
}
.syushi .images4 ul li img{
	vertical-align: bottom;
	}
}

.icon-flower{
	position: relative;
}
.icon-flower:before{
	position: absolute;
	content: url( "../images/media-flower-icon.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	position: absolute;
	width: 38px;
	height: 36px;
	top: -26px;
    left: calc(50% - 19px);
}
.report .common h3{
    font-size: 30px;
    color: #0069A0;
    text-align: left;
    border-bottom: 3px solid #0069A0;
    padding: 0 0 6px 0;
}
.report .common p{
font-size: 16px;
    line-height: 30px;
    margin: 15px 0 25px 0;
}
p span.red{
	color: #C30D23;
	font-weight: bold;
}
p.center-pc{
	text-align: center;
}
.report .common p.artist{
font-size: 14px;
    line-height: 30px;
    margin: 15px 25px 0 25px;
}

.report-text-image {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px 0;
}
.report-text-image ul{
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}
.report-text-image ul li{
	margin: 15px 0;
	padding: 0;
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
	font-size: 18px;
	line-height: 24px;
}
.report-text-image ul li a{
	color: #0069A0;
	}
.report-text-image ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #0069A0; /*点の色*/
    }

.report-text-image .report-images01{
	width: 470px;
}

.report-images02{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.report-images02 li{
	width: 25%;
	border-right: 2px solid #fff;
	box-sizing: border-box;
}
.report-images02 li:last-child{
	border-right: none;
}
.report-images02 li img{
	width: 100%;
}

.report-images03-scroll{
		overflow-x: scroll;
}
.report-images03-scroll .report-images03-scroll-images{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.report-images03-scroll .report-images03-scroll-images li{
	margin:0 10px;
	padding:0;
	list-style:none;
	width:460px;
}
@media (max-width: 749px) {
.icon-flower{
	margin: 30px 0 0 0!important;
	padding:15px!important;
}
.icon-flower:before{
	display: none;
	}
.report .common h3{
font-size: 24px;
    color: #0069A0;
    text-align: left;
    border-left: none;
    border-bottom: 2px solid #0069A0;
	margin-top: 60px;
    padding: 0 4px 0 0;
}
.report .common p{
font-size: 14px;
    line-height: 30px;
    margin: 15px 0;
}
p span.red{
	display: block;
}
p.center-pc{
	text-align: left;
}
.report .common p.artist{
font-size: 14px;
    line-height: 30px;
    margin: 15px 0 0 0;
	padding-bottom:50px;
}
	
.report-text-image {
	display: block;
	margin: 0 0 2px 0;
}
.report-text-image ul{
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}
.report-text-image ul li{
	margin: 10px 0;
	padding: 0;
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
	font-size: 15px;
	line-height: 24px;
}
.report-text-image ul li a{
	color: #0069A0;
	}
.report-text-image ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #0069A0; /*点の色*/
    }

.report-text-image .report-images01{
	width: 100%;
}
.report-images01 img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
	}
.report-images02{
	margin: 0 0 15px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.report-images02 li{
	width: 50%;
	border-right: 2px solid #fff;
	box-sizing: border-box;
}
.report-images02 li:nth-child(2){
	border-right: none;
}
.report-images02 li:nth-child(4){
	border-right: none;
}
.report-images02 li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border-bottom:2px solid #fff;
}

.report-images03-scroll{
		overflow-x: scroll;
}
.report-images03-scroll .report-images03-scroll-images{
	margin:0;
	padding: 0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width:520px;
}
.report-images03-scroll .report-images03-scroll-images li{
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	float: left;
	width:250px;
}
	
.report-images03-scroll::-webkit-scrollbar{
   height: 5px;
}
.report-images03-scroll::-webkit-scrollbar-track{
   background-color: #D9D9D9;
}
.report-images03-scroll::-webkit-scrollbar-thumb{
   background-color: #C0C0C0;
}
	
}

.media-tv{
}

.media-tv h2{
	width: 180px;
	margin: 60px auto 20px auto;
}
.media-tv h2 img{
	width: 100%;
	height: auto;
}
.scroll1 ul{margin:0;padding:0;}	
.scroll1 ul li{list-style: none;float: left;width:230px;margin:0;padding:0;}	
.scroll1 ul li img{width:230px;margin:0;padding:0;vertical-align: bottom;}	
	
@media (max-width: 749px) {
.media-tv h2{
	width: 130px;
	margin: 30px auto 20px auto;
}	
}


.kasou-cont3{
	background: url("../images/kasou-cont-bg3.jpg");
	background-repeat: repeat;
	background-size: 60px;
	background-position: center top;
}

.kasou-cont3 .inner{
	max-width: 1000px;
	margin: 0 auto 0 auto;
	padding:60px 0;
}

.kasou-cont3 .inner .common{
margin: 0 ;
    padding: 60px;
    background: #fff;
    position: relative;
}
.kasou-cont3 .inner .common h3{
	font-size: 35px;
	line-height: 50px;
	color: #0069A0;
	text-align: center;
	margin:0 0 30px 0;
}

.media-list-japan{
	border: 1px solid #000;
	margin-bottom:50px;
	padding:50px 20px 20px 20px;
	position: relative;
}
.media-list-japan h4{
	position: absolute;
	top:0;
	left:0;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	margin: 0;
	padding:6px 16px;
}
.media-list-japan p{
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}
.media-list-japan ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.media-list-japan ul li{
	font-size: 15px;
	line-height: 15px;
	margin: 10px 8px 10px 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #000;
	list-style: none;
	display: inline;
}
.media-list-japan ul li a{
	color: #2c679c;
	display: inline;
}
.media-list-china{
	border: 1px solid #C30D23;
	padding:50px 20px 20px 20px;
	position: relative;
}
.media-list-china h4{
	position: absolute;
	top:0;
	left:0;
	background: #C30D23;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	margin: 0;
	padding:6px 16px;
}
.media-list-china p{
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}
.media-list-china ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.media-list-china ul li{
	font-size: 15px;
	line-height: 15px;
	margin: 10px 8px 10px 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #000;
	list-style: none;
	display: inline;
}
.media-list-china ul li a{
	color: #2c679c;
	display: inline;
}
.kasou-cont3 .inner .other{
margin: 0 ;
    padding: 0 60px 60px 60px;
    background: #fff;
    position: relative;
}
.kasou-cont3 .inner .other h3{
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #000;
	margin: -50px 0 20px 0
}
.kasou-cont3 .inner .other ul.other-media{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.kasou-cont3 .inner .other ul.other-media li{
	width: calc(50% - 30px);
	margin:0 15px;
	padding:0;
	list-style:none;
}
.kasou-cont3 .inner .other ul.other-media li img{
	margin: 0 0 15px 0;
	width: 100%;
	height: auto;
}

.kasou-cont3 .inner .other ul.other-media li h4{
	font-size: 18px;
	line-height: 28px;
	padding: 4px 15px;
	width:30%;
	margin: 15px auto;
	background: #0069A0;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.kasou-cont3 .inner .other ul.other-media li p{
	margin: 10px 0;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
}

.kasou-cont3 .inner .other ul.other-media-sns-china{
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
}
.kasou-cont3 .inner .other ul.other-media-sns-china li{
	margin:0 15px;
	padding:0;
	list-style:none;
}
.kasou-cont3 .inner .other ul.other-media-sns-china li img{
	margin: 0 0 15px 0;
	width: 100%;
	height: auto;
}
.kasou-cont3 .inner .other ul.other-media-sns-japan{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.kasou-cont3 .inner .other ul.other-media-sns-japan li{
	margin:0 10px;
	padding:0;
	list-style:none;
	width: calc(100% / 3 - 20px);
}
.kasou-cont3 .inner .other ul.other-media-sns-japan li img{
	margin: 0 0 15px 0;
	width: 100%;
	height: auto;
}
.kasou-cont3 .inner .other h4.china{
	margin:60px 0 30px 0;
	font-size: 26px;
	line-height: 38px;
	color: #C30D23;
}
.kasou-cont3 .inner .other h4.japan{
	margin:60px 0 30px 0;
	font-size: 26px;
	line-height: 38px;
	color: #000;
}
@media (max-width: 1600px) {
.kasou-cont3 .inner{
	width: 90%;
}
}

@media (max-width: 1000px) {
.kasou-cont3 .inner{
	width: 90%;
}
}
@media (max-width: 749px) {
.kasou-cont3{	
    background: url(../images/kasou-cont-bg4.jpg)!important;
    background-repeat: repeat-y;
    background-size: 50px!important;
    background-position: center top;
}
.kasou-cont3 .inner{
	width: 100%;
	padding: 0;
}
.kasou-cont3 .inner .common{
margin: 0 0;
    padding: 15px;
    background: url(../images/kasou-cont-bg-sp.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center top;
    position: relative;
}
	
.kasou-cont3 .inner .commonbg2{
	padding-top:50px!important;
    background: url(../images/kasou-cont-bg4.jpg)!important;
    background-repeat: repeat-y;
    background-size: 50px!important;
    background-position: center top;
}
	
.kasou-cont3 .inner .common h3{
	font-size: 25px;
	line-height: 35px;
	color: #0069A0;
	text-align: center;
	margin:0 0 30px 0;
}
.kasou-cont3 .inner .common h3.bk{
	color: #000;
}
.media-list-japan{
	border: none;
	margin:0 -15px 30px -15px;
	padding:15px;
	position: relative;
	border: none;
}
.media-list-japan h4{
	position: inherit;
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 8px -15px;
	padding:6px 16px;
}
.media-list-japan p{
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}

.media-list-china{
	border: none;
	margin:0 -15px 50px -15px;
	padding:15px;
	position: relative;
	border: none;
}
.media-list-china h4{
	position: inherit;
	display: inline-block;
	background: #C30D23;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 8px -15px;
	padding:6px 16px;
}
.kasou-cont3 .inner .other{
margin: 15px;
    padding: 30px 0 15px 0;
    background: inherit;
    position: relative;
}
.kasou-cont3 .inner .other h3{
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #000;
	margin:0 0 20px 0
}
.kasou-cont3 .inner .other ul.other-media{
	display: inherit;
	margin: 0;
	padding: 0;
}
.kasou-cont3 .inner .other ul.other-media li{
	width: 100%;
	margin:0 ;
	padding:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}
.kasou-cont3 .inner .other ul.other-media li img{
	margin: 0 0 30px 0;
	width: 100%;
	height: auto;
	order: 3;
}

.kasou-cont3 .inner .other ul.other-media li h4{
	font-size: 18px;
	line-height: 28px;
	padding: 4px 15px;
	width:30%;
	margin: 15px auto;
	background: #0069A0;
	color: #fff;
	text-align: center;
	font-weight: normal;
	order: 1;
}
.kasou-cont3 .inner .other ul.other-media li p{
	margin: 5px auto 15px auto;
	text-align: center;
	font-size: 15px;
	order: 2;
}
.kasou-cont3 .inner .other h4.china{
	margin:20px 0 10px 0;
	font-size: 18px;
	line-height: 28px;
}
.kasou-cont3 .inner .other h4.japan{
	margin:20px 0 10px 0;
	font-size: 18px;
	line-height: 28px;
}
.kasou-cont3 .inner .other .other-media-sns-scroll{
		overflow-x: scroll;
}
.kasou-cont3 .inner .other ul.other-media-sns-china{
	display: block;
	padding: 0;
	width:810px;
}
.kasou-cont3 .inner .other ul.other-media-sns-china li{
	margin:0 10px;
	padding:0;
	list-style:none;
	float: left;
	width:250px;
}
.kasou-cont3 .inner .other ul.other-media-sns-japan{
	display: block;
	padding: 0;
	width:1620px;
}
.kasou-cont3 .inner .other ul.other-media-sns-japan li{
	margin:0 10px;
	padding:0;
	list-style:none;
	float: left;
	width:250px;
}
.other-media-sns-scroll::-webkit-scrollbar{
   height: 5px;
}
.other-media-sns-scroll::-webkit-scrollbar-track{
   background-color: #D9D9D9;
}
.other-media-sns-scroll::-webkit-scrollbar-thumb{
   background-color: #C0C0C0;
}
}


/****春節祭2024**********************************************************************************************************************/

#syunsetsusai-title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	/*margin-top:100px;*/
	margin-top:0;
	background: url("../images/syunsetsusai-mv-bg.jpg");
	background-size: auto 300px;
	background-position: center top;
}
#syunsetsusai-title .inner{
	width: 1120px;
	margin: 0 auto;
}
#syunsetsusai-title h1{
	text-align: center;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	margin: 0 0 20px 0;
	text-shadow:-1px -1px 3px #666;
}
#syunsetsusai-title h1 span{
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 40px;
}
#syunsetsusai-title h1 img{
	width: 370px;
	height: auto;
}
#syunsetsusai-title p{
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	margin: 0 auto;
	padding:10px 12px;
	width: 420px;
	color: #fff;
	background: linear-gradient(#BB3439, #8C2327);
}
.syunsetsusai-cont{
	background: url("../images/syunsetsusai-cont-bg.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: center top;
}

.syunsetsusai-cont .inner{
	width: 1000px;
	margin: 0 auto;
}
@media (max-width: 1600px) {

.syunsetsusai-cont .inner{
	width: 1000px;
}
}
@media (max-width: 1000px) {
.syunsetsusai-cont .inner{
	width:90%;
}
}
.syunsetsusai-cont .inner .about{
	padding: 190px 0 60px 0;
}

.syunsetsusai-cont .inner .waku{
    border: 2px solid #C30D23;
    padding: 70px 60px 30px 60px;
    background: #fff;
    position: relative;
}
.syunsetsusai-cont .inner .waku:before{
	display: none;
}
.syunsetsusai-cont .inner .waku:after{
	display: none;
}
.syunsetsusai-cont .inner .waku h2{
	position: absolute;
	width: 470px;
	top: -129px;
	left: calc(50% - 235px);
}
.syunsetsusai-cont .inner .waku h2 img{
	width: 100%;
	height: auto;
}
.syunsetsusai-cont .inner .waku p{
	font-size: 16px;
	line-height: 30px;
}


.syunsetsusai-about{
	background: url("../images/syunsetsusai-about-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 120px 0 80px 0;
}

.syunsetsusai-about img{
	width: 700px;
	height: auto;
	margin: 0 auto 60px auto;
}
.syunsetsusai-about .button{
	width: 370px;
	margin: 0 auto 20px auto;
	background: #20A000;
	box-shadow: 0 3px 0 #3b824f;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.syunsetsusai-about .button a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding:15px 0 ;
	transition: .5s;
}
.syunsetsusai-about .button a:hover{
	transition: .5s;
	transform: scale(1.05);
}
@media (max-width: 1500px) {
.syunsetsusai-about{
	background: url("../images/syunsetsusai-about-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	padding: 5% 0 4% 0;
}

.syunsetsusai-about img{
	width: 40%;
	height: auto;
	margin: 0 auto 4% auto;
}
}

@media (max-width: 749px) {
	
.syunsetsusai-cont{
	background: url("../images/syunsetsusai-cont-bg-sp.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: center top;
}
	
.syunsetsusai-cont .inner .about{
	padding: 120px 0 40px 0;
}

.syunsetsusai-cont .inner .waku{
    border: 2px solid #C30D23;
    padding: 30px 15px 20px 15px;
    background: #fff;
    position: relative;
}
.syunsetsusai-cont .inner .waku:before{
	display: none;
}
.syunsetsusai-cont .inner .waku:after{
	display: none;
}
.syunsetsusai-cont .inner .waku h2{
	position: absolute;
	width: 300px;
	top: -90px;
	left: calc(50% - 150px);
}
.syunsetsusai-cont .inner .waku h2 img{
	width: 100%;
	height: auto;
}
.syunsetsusai-cont .inner .waku p{
	font-size: 15px;
	line-height: 26px;
}
	
#syunsetsusai-title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	margin-top:80px;
	background: url("../images/syunsetsusai-mv-bg-sp.jpg");
	background-size: auto 300px;
	background-position: center top;
}
#syunsetsusai-title .inner{
	width: 1120px;
	margin: 0 auto;
}
#syunsetsusai-title h1{
	text-align: center;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	color: #fff;
	margin: 0 0 20px 0;
	text-shadow:-1px -1px 3px #666;
}
#syunsetsusai-title h1 span{
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 35px;
}
#syunsetsusai-title h1 img{
	width: 80%;
	height: auto;
}
#syunsetsusai-title p{
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin: 0 auto;
	padding:10px 12px;
	width: 75%;
	color: #fff;
	background: linear-gradient(#BB3439, #8C2327);
}
	
.syunsetsusai-about{
	background: url("../images/syunsetsusai-about-bg-sp.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	padding: 70px 0 40px 0;
}

.syunsetsusai-about img{
	width: 90%;
	height: auto;
	margin: 0 auto 30px auto;
}
.syunsetsusai-about .button{
	width: 90%;
	margin: 0 auto 20px auto;
	background: #20A000;
	box-shadow: 0 3px 0 #3b824f;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.syunsetsusai-about .button a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding:15px 0 ;
}
}



#syunsetsusai-archive{
	margin:-20px 0 0 0;
	padding: 60px 0 60px 0;
}
#syunsetsusai-archive .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	position: relative;
}

#syunsetsusai-archive h2{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
#syunsetsusai-archive h2 span{
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	line-height: 25px;
	display: block;
	margin-bottom:10px;
}

#syunsetsusai-archive #archive-image{
	margin:0 0 30px 0;
	width: 100%;
}
#syunsetsusai-archive ul{
	margin:0;
	padding:0;
      display: flex;
      flex-wrap: wrap;
	list-style: none;
}
#syunsetsusai-archive ul li{
	margin:0 ;
	padding:15px 0;
	width:25%;
	background: #F9F5EF;
	text-align: center;
	border:2px solid #c00;
	box-sizing: border-box;
}
#syunsetsusai-archive ul li img{
	width:50%;
	height: auto;
}
#syunsetsusai-archive ul li .title{
	color: #0070A6;	
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 900;
	font-size: 22px;
	line-height: 32.67px;
	letter-spacing: -4%;
	text-align: center;
	margin: 0 0 0 0;
}
#syunsetsusai-archive ul li .title span{
	font-size: 19px;
}
#syunsetsusai-archive ul li .digit1{
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 62px;
        line-height: 72.66px;
		color: #CC1931;
	margin:0 0 0 0;
}
#syunsetsusai-archive ul li .digit1 span{
	font-size: 20px;
	line-height: 29.7px;
	letter-spacing: 40%;
}
#syunsetsusai-archive ul li .digit2{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 30%;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #CC1931;
	margin:0;
}

@media (max-width: 1600px) {
#syunsetsusai-archive .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
#syunsetsusai-archive .inner{
	width:90%;
}
}
@media (max-width: 749px) {
#syunsetsusai-archive .inner{
	width: 100%;
	margin: 0 ;
    padding: 0;
}
#syunsetsusai-archive h2{
	margin:0 0 30px 0;
	padding:0;
	position: relative;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#syunsetsusai-archive h2 span{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-bottom:10px;
}
#syunsetsusai-archive #archive-image{
	margin:0 15px 30px 15px;
	width: calc(100% - 30px);
}
#syunsetsusai-archive ul{
	margin:0 15px;
	padding:0;
      display: flex;
      flex-wrap: wrap;
	list-style: none;
}
#syunsetsusai-archive ul li{
	margin:0;
	padding:15px 0;
	width:50%;
	border: 2px solid #c00;
	box-sizing: border-box;
	background: #F9F5EF;
	text-align: center;
}
#syunsetsusai-archive ul li img{
	width:60%;
	height: auto;
}
#syunsetsusai-archive ul li .title{
	color: #0070A6;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 32.67px;
	letter-spacing: -4%;
	text-align: center;
	margin: 0 0 0 0;
}
#syunsetsusai-archive ul li .title span{
	font-size: 19px;
}
#syunsetsusai-archive ul li .digit1{
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 62px;
        line-height: 72.66px;
		color: #CC1931;
	margin:0 0 0 0;
}
#syunsetsusai-archive ul li .digit1 span{
	font-size: 20px;
	line-height: 29.7px;
	letter-spacing: 40%;
}
#syunsetsusai-archive ul li .digit2{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 30%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #CC1931;
	margin:0;
}
}


.syunsetsusai-midokoro{
	
}

.syunsetsusai-midokoro .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	position: relative;
}

.syunsetsusai-midokoro h2{
	color: #C30D23;
	font-size: 50px;
	line-height: 75px;
	margin-bottom:20px;
}
.syunsetsusai-midokoro p{
	font-size: 16px;
	line-height: 30px;
}
@media (max-width: 1600px) {
.syunsetsusai-midokoro .inner{
	width:90%;
}
}
@media (max-width: 1000px) {
.syunsetsusai-midokoro .inner{
	width:90%;
}
}
@media (max-width: 749px) {
.syunsetsusai-midokoro .inner{
	width: calc(100% - 30px);
	margin: 0 ;
    padding: 15px;
}
.syunsetsusai-midokoro h2{
	margin: 40px 0 20px 0;
	font-size: 26px;
	line-height: 37px;
	}
.syunsetsusai-midokoro p{
	font-size: 15px;
	line-height: 28px;
	}
}



.kyousan-cont{
	margin: 80px 0 60px 0;
}
.kyousan-cont h3{
	text-align: center;	
	font-size: 40px;
	line-height: 40px;
	margin:0 0 30px 0;
}
.kyousan-cont ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px 0;
	padding: 0;
}
.kyousan-cont ul li{
	margin: 10px;
	padding: 0;
	list-style: none;
	width: calc(100% / 6 - 20px);
}
.kyousan-cont ul li img{
	width: 100%;
	height: auto;
}
.kyousan-cont .col2{
	display: flex;
	flex-wrap: nowrap;
}
.kyousan-cont .col2 ul li{
	margin: 10px;
	padding: 0;
	list-style: none;
	width: calc(100% - 20px);
}


.kyousan-cont2{
	background: url("../images/kasou-cont-bg3.jpg");
	background-repeat: repeat;
	background-size: 60px;
	background-position: center top;
}

.kyousan-cont2 .inner{
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 60px 0;
}

.kyousan-cont2 .inner .common{
margin: 0 auto;
    padding: 60px;
    background: #fff;
    position: relative;
}
.kyousan-cont2 .inner .common h2{
	font-size: 60px;
	line-height: 80px;
	color: #C30D23;
	text-align: center;
	margin:0 0 30px 0;
	font-weight: 900;
}
.kyousan-cont2 .inner .common h2 span{
	font-size: 45px;
	font-weight: inherit;
}

.buttons{
	display: flex;
	flex-wrap: wrap;
}
.kyousan-cont2 .inner .common .button1{
	width: 48%;
	margin: 0 auto 20px auto;
	background: #0069A0;
	box-shadow: 0 3px 0 #183f5f;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.kyousan-cont2 .inner .common .button1 a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 25px 0 ;
	transition: .5s;
}
.kyousan-cont2 .inner .common .button1 a:hover{
	transition: .5s;
	transform: scale(1.05);
}
.kyousan-cont2 .inner .common .button2{
	width: 48%;
	margin: 0 auto 20px auto;
	background: #20A000;
	box-shadow: 0 3px 0 #3b824f;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.kyousan-cont2 .inner .common .button2 a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 25px 0 ;
	transition: .5s;
}
.kyousan-cont2 .inner .common .button2 a:hover{
	transition: .5s;
	transform: scale(1.05);
}
@media (max-width: 1600px) {
.kyousan-cont2 .inner{
	width: 90%;
}
}

@media (max-width: 1000px) {
.kyousan-cont2 .inner{
	width: 90%;
}
}
@media (max-width: 749px) {
.kyousan-cont{
	margin: 70px 0 40px 0;
}
.kyousan-cont h3{
	font-size: 30px;
	line-height: 40px;
	margin:0 0 30px 0;
}
.kyousan-cont ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px 50px 10px;
	padding: 0;
}
.kyousan-cont ul li{
	margin: 5px;
	padding: 0;
	list-style: none;
	width: calc(100% / 2 - 10px);
}
.kyousan-cont .col2{
	display: block;
}
	
.kyousan-cont2{	

}
.kyousan-cont2 .inner{
	width: 100%;
	padding: 0;
}
.kyousan-cont2 .inner .common{
margin: 0 0;
    padding: 40px 15px;
	background: url("../images/kasou-cont-bg3.jpg");
    background-repeat: repeat-y;
    background-size: 50px;
    background-position: center top;
    position: relative;
}
.kyousan-cont2 .inner .common h2{
	font-size: 35px;
	line-height: 50px;
	color: #C30D23;
	text-align: center;
	margin:0 0 30px 0;
}
.kyousan-cont2 .inner .common h2 span{
	font-size: 24px;
}
.buttons{
	display: block;
}
.kyousan-cont2 .inner .common .button1{
	width: 100%;
	margin: 0 auto 30px auto;
	background: #0069A0;
	box-shadow: 0 3px 0 #183f5f;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.kyousan-cont2 .inner .common .button1 a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 25px 0 ;
}

.kyousan-cont2 .inner .common .button2{
	width: 100%;
	margin: 0 auto 20px auto;
	background: #20A000;
	box-shadow: 0 3px 0 #3b824f;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.kyousan-cont2 .inner .common .button2 a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 25px 0 ;
}
}

/****sideの追尾ボタン**********************************************************************************************************************/

.fadebutton-pc{
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  z-index: 9999;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.fadebutton-sp{
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0;
  cursor: pointer;
  transition: .3s;
  z-index: 9;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

.fadebutton-sp .fadebutton-sns{
	width:40px;
	float: right;
	margin:0 15px 25px 0;
}
.fadebutton-sp .fadebutton-sns ul{
	margin:0;
	padding:0;
	list-style: none;
}
.fadebutton-sp .fadebutton-sns img{
width:40px;
}
.fadebutton-sp .fadebutton-sp-banner{
}



.iframe-cont{
	overflow: hidden;
	border: none;
}
@media (max-width: 749px) {
	
.iframe-cont{
	height: 340px;
}
.iframe-cont iframe{
}
}



#present{
    width: 850px;
    margin: 0 auto 100px auto;
}

@media (max-width: 749px) {
#present{
    width: calc(100% - 30px);
    margin: 10px 15px 60px 15px;
    background: #fff;
    box-sizing: border-box;
}
}

#access .btn {
	width: 380px;
	margin: 20px auto 20px auto;
	background: #26C30D;
	border-radius: 100px;
	text-align: center;
	height: 55px;
	box-shadow: 0 3px 0 #098449;
	font-size: 15px;
	transition: .5s;
}

#access .btn .dl-btn {
	color: #ffffff;
	display: block;
	padding: 18px 20px 10px 20px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}

@media (max-width: 749px) {
	#access .btn {
		width: 100%;
	}

	#access .btn .dl-btn {
		font-size: 16px;
    line-height: 16px;
	}
}



/****next2024**********************************************************************************************************************/

#next2024{
	margin: 0 0 0 0;
	padding: 60px 0 60px 0;
}
#next2024 .inner{
	max-width: 1120px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	position: relative;
}
#next2024 .titles{
	position: relative;
}
#next2024 .titles .p1{
	position: absolute;
	width: 77px;
	height: 133px;
    top: -40px;
    left: 30px;
}
#next2024 .titles .p2{
	position: absolute;
	width: 77px;
	height: 133px;
	top:-40px;
	right:30px;
}
#next2024 p.title1{
	margin:0 0 40px 0;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
#next2024 h2{
	margin:0 0 40px 0;
	padding:0;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 700;
	font-size: 80px;
	line-height: 100px;
	text-align: center;
	color: #fff;
}
#next2024 p.text1{
	margin:0 0 20px 0;
	font-size: 30px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
#next2024 p.text2{
	margin:0 0 10px 0;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
#next2024 .btn{
    width: 380px;
    margin: 20px auto 60px auto;
    background: #FFF500;
    border-radius: 100px;
    text-align: center;
    height: 55px;
    box-shadow: 0 3px 0 #999;
    font-size: 15px;
    transition: .5s;
}
#next2024 .btn a{
    color: #000;
    display: block;
    padding: 18px 20px 10px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}
#next2024 ul{
margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
#next2024 ul li{
	margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    margin-right: 8px;
}
#next2024 ul li img{
	width:50px;
	height: 50px;
}
@media (max-width: 1600px) {
#next2024 .inner{
	width:90%;
}

}
@media (max-width: 1000px) {
#next2024 .inner{
	width:90%;
}

}
@media (max-width: 749px) {
#next2024{
	margin: 0 0 0 0;
	padding: 50px 0 50px 0;
}
#next2024 .inner{
	width: 100%;
	margin: 0 ;
    padding: 0;
}
#next2024 p.title1{
	margin:0 0 20px 0;
	font-size: 20px;
	line-height: 30px;
}
#next2024 h2{
	margin:0 0 20px 0;
	padding:0;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 700;
	font-size: 25px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}
#next2024 p.text1{
	margin:0 0 25px 0;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
#next2024 p.text2{
	margin:0 0 10px 0;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans SC';
	font-weight: 500;
}
#next2024 .titles .p1{
	position: absolute;
	width: 37px;
	height: 64px;
	top:60px;
	left:15px;
}
#next2024 .titles .p2{
	position: absolute;
	width: 37px;
	height: 64px;
	top:60px;
	right:15px;
}
#next2024 .btn{
	width: 90%;
	}
#next2024 .btn a{
font-size: 16px;
    line-height: 16px;
	}
}


