@charset "UTF-8";


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/

#mainWap {
	position: relative;
}

.video_box {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	min-height: 800px;
}

#video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}

.topTitle {
	width: 50vw;
	height: 80%;
	max-width: 246px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.topTitle h2 {
	text-align: center;
}

.topTitle h2 img{
	width: 20vw;
	max-width: 246px;
}


/*＝＝＝　告知動画　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.youtube_kokuchi a{
	width: 100%;
	/*max-width: 609px;*/
}

.youtube_kokuchi a img{
	width: 100%;
	/*max-width: 609px;*/
}


/*＝＝＝　オンエア情報　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.onAir a{
	width: 98%;
	max-width: 960px;
}

.onAir a img{
	width: 98%;
	max-width: 960px;
}

/*＝＝＝　神幸祭・宮入　配信状況　バナー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.onAir_bn_Line {
	margin: 3vw auto;
}

.onairBox {
	width: 49%;
	max-width: 470px;
}

/*＝＝＝　ご意見ご感想　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.review {
	margin: 6vw 0px;
	position: relative;
	height: 50vw;
	min-height: 230px;
	color: #000;
}

.bg-image-clip {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}

.bg-image-fixed {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/review_bk.jpg");
  background-size: cover;
  background-position: center;
}

.review_box {
	width: 98%;
	max-width: 960px;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	background: rgba(255,255,255,0.8);

    --line-gradient:
		linear-gradient(#be985d 0 100%);
    padding: 3vw 6vw;
    background-image:
		var(--line-gradient),
		var(--line-gradient),
		var(--line-gradient),
		var(--line-gradient);
    background-repeat: no-repeat;
    background-size:
		100% 2px, /* 上 */
		2px 100%, /* 右 */
		100% 2px, /* 下 */
		2px 100%; /* 左 */
    background-position:
		left top 10px,    /* 上 */
		right 10px bottom,   /* 右 */
		right bottom 10px, /* 下 */
		left 10px top;    /* 左 */
}


.review_box h3 {
	max-width: 500px;
	padding: 2vw 0px;
	text-align: center;
	border-top: solid 3px #be985d;
	border-bottom: solid 3px #be985d;
}
.review_box h3  {
  font-size: min(max(22px, calc(1.375rem + ((1vw - 3.4px) * 1.8735))), 30px);
  min-height: 0vw;
}

.rev_outer {
	max-width: 500px;
	margin: 0 auto 3vw;
	text-align: center;
	/*background-color: red;*/
}

 .rev_txt {
	font-size: min(max(22px, calc(1.375rem + ((1vw - 3.4px) * 1.8735))), 30px);
	min-height: 0vw;
	display: inline-block;
	text-align: left;
}

/*＝＝＝　神田祭デー　モーダルバナー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.maturi_day_Wap {
	width: 98%;
	max-width: 960px;
	margin: 0px auto 5vw;
}


/*＝＝＝　日程　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#schedule {
	padding: 6vw 0px 0vw;
	width: 100vw;
	overflow: hidden;
	position: relative;
}

#schedule .sarutahiko {
	width: 30vw;
	max-width: 457px;
	position: absolute;
	top: 0vw;
	left: -40vw;
	z-index: -2;
}

#schedule .inMove {
	top: 0vw;
	left: 0vw;
	-webkit-transition: all 1.5s ease;　/*--変化にかかる時間--*/
	transition-delay: 3.5s;　/*--変化までのまち時間--*/
}

.eventTimeTable {
	width: 95%;
	margin: 0px auto 40px;
}


.eventTimeTable table {
	width: 100%;
}

.eventTimeTable th {
	padding: 10px 10px;
	vertical-align: middle;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	font-weight: 900!important;
	border-bottom: solid 1px #ddd;
}
.eventTimeTable th {
  font-size: min(max(13px, calc(0.8125rem + ((1vw - 3.4px) * 1.4052))), 19px);
  min-height: 0vw;
}

.eventTimeTable td {
	padding: 10px 10px;
	vertical-align: middle;
/*	font-size: 1.9rem;
*/	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
.eventTimeTable td {
  font-size: min(max(13px, calc(0.8125rem + ((1vw - 3.4px) * 1.4052))), 19px);
  min-height: 0vw;
}

/*＝＝＝　交通規制バナー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#traffic_Wap {
	width: 100%;
	max-width: 960px;
	padding: 6vw 5vw 2vw 2vw;
	margin: 0px auto 4px;
}

.neighborhood {
	margin-top: -6vw;
}

.neighborhood,
.wide {
	width: 48%;
	max-width: 440px;
}
/*＝＝＝　過去のアーカイブ　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kako_archive {
	/*padding: 3vw 0px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
    width: 100%;
   /* background-color: rgba(20,255,255,0.5);*/
}

.kako_archive_line {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.archive_btn_Wap {
	position: relative;
	width: 50%;
	text-align: right;
	padding-right: 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.archive_btn_Wap a{
/*	display: block;*/
	width: 100%;
	max-width: 440px;
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);*/
}
.archive_btn_Wap a img{
/*	display: block;*/
	width: 100%;
	max-width: 440px;
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);*/
}

.uma_Wap {
	width: 50%;
	text-align: right;
	opacity: 0;
}

#kako_archive .inUma{
	opacity: 1;
	-webkit-transition: all 3.5s ease;　/*--変化にかかる時間--*/
	transition-delay: 1.5s;　/*--変化までのまち時間--*/
}

.uma_Wap img{
	width: 100%;
	/*max-width: 598px;*/
	margin-top: -3vw;
}

.tri_right_bk {
    /*padding: 6vw 0;*/
	position: absolute;
	top: 30%;
	transform: translateY(-30%);
	-webkit- transform: translateY(-30%);
	z-index: -1;
	width: 100vw;
	min-height: 40vw;
    clip-path: polygon(
    	0 calc(0% + 10vw),
    	100% 0,
    	100% 100%,
    	0 calc(100% - 10vw)
    	);
    background-color: #e2dccf;
}


/*＝＝＝　グッズ　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#goods {
	width: 100vw;
	overflow: hidden;
	position: relative;
}

#goods h3{
	margin: 10px auto;
}

.goods_line {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.oni_Wap {
	width: 50%;
	text-align: left;
	opacity: 0;
}

#goods .inOni {
	opacity: 1;
	-webkit-transition: all 3.5s ease;　/*--変化にかかる時間--*/
	transition-delay: 1.5s;　/*--変化までのまち時間--*/
}

.oni_Wap img {
	width: 100%;
	margin-top: -15vw;
	max-width: 802px;
}

.goods_Wap {
	width: 50%;
	padding-top: 15vw;
	text-align: center;
}

.goods_Wap img{
	width: 100%;
	max-width: 471px;
}

.goods_Wap a {
	cursor: pointer;
	display: block;
	text-align: center;
	max-width: 240px;
	margin: 2vw auto;
	padding: 18px 50px;
	background-color: #fff;
	border: solid 1px #c82b06;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../img/common/arrow_k.png")left center no-repeat;
}

.goods_Wap a:hover {
	background: url("../img/common/arrow_w.png")20px center no-repeat;
	background-color: #c82b06;
	color: #fff;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}



/*＝＝＝　神輿　イラスト　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mikosi_gyouretu {
	position: relative;
	padding: 6vw 0px 0px;
/*	background-color:#e2dccf;
	clip-path: polygon(
		0 calc(0% + 9vw),
		100% 0,
		100% 100%,
		0 100%);*/
	/*clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);　斜め　平行四辺形*/
/*	clip-path: polygon(
		0 0px,/*　左上*
		100% 300px,/*　右上*
		100% 100%,/*　右上*
		/*100% calc(100% - 50px),*//*　右下*
		0 100%/*　左下*
		);*/
}

.mikosi_gyouretu_bk {
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100vw;
	/*height: 100vh;*/
	min-height: 450px;
	background-color:#e2dccf;
	clip-path: polygon(
		0 calc(0% + 10vw),
		100% 0,
		100% 100%,
		0 calc(100% + 200px));
}


/*＝＝＝　協賛　バナー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.bannerSection {
	margin: 6vw auto;
}

.bnnerWap::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}

.bnnerWap::after{
  content:"";
  display: block;
  width:23%;
}

.bnBox {
	width: 23%;
	margin-bottom: 3vw;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	text-align: center;
	/*padding: 25px 0px;*/
	/*max-width: 180px;*/
	height:100vh;
	max-height: 150px;
	vertical-align: middle;*
}

.bnBox a {
	width: 100%;
	max-height: 150px;
	max-width: 180px;
	vertical-align: middle;
}

.bnBox a img{
	max-width: 180px;
}

@media handheld, only screen and (max-width: 720px) {
	.bnnerWap::before{
	  content:"";
	  display: block;
	  width:30%;
	  order:1;
	}

	.bnnerWap::after{
	  content:"";
	  display: block;
	  width:30%;
	}
	.bnBox {
		width: 30%;
		margin-bottom: 3vw;
		cursor: pointer;
	}
}

@media handheld, only screen and (max-width: 500px) {
	.bnnerWap::before{
	  content:"";
	  display: block;
	  width:48%;
	  order:1;
	}

	.bnnerWap::after{
	  content:"";
	  display: block;
	  width:48%;
	}
	.bnBox {
		width: 48%;
		margin-bottom: 3vw;
		cursor: pointer;
	}
}


/*＝＝＝　過去神田祭　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.past {
	position: relative;
}

.past_bk {
	padding: 6vw 0px;
	opacity: 0;
	background: url(../img/common/seigaiha_bk.jpg) ;
}

.past .opa_in {
	-webkit-transition: all 1.5s ease;
	transition-delay: 1.5s; /*--変化までのまち時間--*/
	opacity: 1.0;
}

.past h3 {
	text-align: center;
}

h3 .tomoe{
	padding-left: 45px;
	padding: 10px 0px 10px 45px;
	font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../img/common/tomoe.png)left center no-repeat;
}

.kako_line::after {
	content:"";
	display: block;
	width:32%;
}

.kako_box {
	width: 32%;
	margin-bottom: 30px;
	padding: 8px;
	border: solid 1px #ccc;
	background: rgba(255,255,255,1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.7s;
}

.kako_box:hover {
}


.kako_title {
	text-align: left;
	font-size: 1.7rem;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}





/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/



@media handheld, only screen and (max-width: 767px) {

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　SPメイン動画
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
	#mainWap {
		position: relative;
	}

	.video_box {
		position: relative;
		overflow: hidden;
		width: 100vw;
		height: 100vh;
	}

	#video {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}


	.topTitle {
		width: 80vw;
		height: 80%;
		max-width: 246px;
		position: absolute;
		top: 60%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1;
	}

	.topTitle h2 img{
		width: 60vw;
		max-width: 123px;
	}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　告知動画
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

	.youtube_kokuchi a{
		width: 100%;
		/*max-width: 609px;*/
	}

	.youtube_kokuchi a img{
		width: 100%;
		/*max-width: 609px;*/
	}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　オンエア情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

	.onAir a{
		width: 80%;
		max-width: 960px;
	}

	.onAir a img{
		width: 80%;
		max-width: 960px;
	}
/*
/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　神幸祭・宮入　配信状況　バナー　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

.onAir_bn_Line {
	margin: 3vw auto;
	display: block;
}

.onairBox {
	width: 100%;
	max-width: 470px;
	margin: 3vw auto;
}

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　ご意見ご感想
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

	.review {
		position: relative;
		height: 80vw;
	}
/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　SP　日程
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

	#schedule .sarutahiko {
		width: 50vw;
		max-width: 457px;
		position: absolute;
		top: 0vw;
		left: -40vw;
		z-index: -2;
	}
	#schedule .inMove {
		top: 0vw;
		left: 0vw;
		-webkit-transition: all 1.5s ease;　/*--変化にかかる時間--*/
		transition-delay: 3.5s;　/*--変化までのまち時間--*/
	}

	.eventTimeTable {
		width: 100%;
		margin: 0px auto 40px;
	}


	.eventTimeTable table {
		width: 100%;
	}

	.eventTimeTable th {
		width: 100%;
		display: block;
		font-size: 2.4rem;
		font-weight: normal;
		border-bottom: none;
		padding: 5px 0px;
		/*background-color: #323232;*/
		color: #323232;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventTimeTable td {
		display: list-item;
		list-style: none;
		padding: 5px 0px 0px 0%;
		text-align: center;
		vertical-align: middle;
		font-size: 1.8rem;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventTimeTable td:nth-child(odd) {
		border-bottom: dotted 1px #ccc;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}


	/*
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　　　SP　交通規制バナー
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	*/

#traffic_Wap {
	width: 100%;
	max-width: 960px;
	padding: 6vw 0vw 2vw;
	margin: 0px auto 4px;
}

.neighborhood {
	margin-top: -6vw;
}

.neighborhood,
.wide {
	width: 80%;
	max-width: 440px;
}

.neighborhood {
	margin-bottom: 20px;
}

.wide {
	margin: 0 0 0 auto;
		text-align: right;
}

	/*
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　　　過去のアーカイブ
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	*/
	.archive_btn_Wap {
		width: 80%;
	}

	.uma_Wap {
		width: 80%;
		margin-left: 20%;
		text-align: right;
	}

	.tri_right_bk {
		min-height: 400px;

	}

	/*
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　　　グッズ
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	*/
	#goods h3{
		margin: 10px auto;
	}


	.oni_Wap {
		width: 80%;
		text-align: left;
		opacity: 0;
	}

	.oni_Wap img {
		width: 100%;
		margin-top: -0vw;
	}

	.goods_Wap {
		width: 80%;
		margin-left: auto;
		padding-top: 0vw;
		text-align: center;
	}

	.goods_Wap img{
		width: 100%;
		max-width: 471px;
	}

	.goods_Wap a {
		max-width: 240px;
		margin: 2vw auto;
		padding: 18px 50px;
	}


	/*
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　　　SP　神輿　イラスト
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	*/
	#mikosi_gyouretu {
		position: relative;
		padding: 6vw 0px 0px;
		overflow: hidden;

	}

	#mikosi_gyouretu img{
		width: 767px;
	}

	.mikosi_gyouretu_bk {
		position: absolute;
		top: 0;
		z-index: -1;
		width: 100vw;
		min-height: 250px;
		background-color:#e2dccf;
		clip-path: polygon(
			0 calc(0% + 10vw),
			100% 0,
			100% 100%,
			0 calc(100% + 200px));
	}


	/*
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　　　SP　過去神田祭
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	*/
	.kako_line {
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
	}
	.kako_line::after {
		content:"";
		display: block;
		width:48%;
	}
	.kako_box {
		width: 48%;
		margin-bottom: 30px;
		padding: 8px;
		border: solid 1px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.kako_title {
		text-align: left;
	}







}


@media handheld, only screen and (max-width: 480px) {


}
