@charset "utf-8";

/* fukushimashow.css */

/*-----------------------------------------------
 __commons
-----------------------------------------------*/

html {
  scroll-padding-top: 60px;
}

@media all and (-ms-high-contrast: none){
	body#fukushimashow section#next,
	body#fukushimashow section#backnumber,
	body#fukushimashow section#info,
	#anchor-info {
		margin-top: -60px;
		padding-top: 60px;
	}
	
	#anchor-info {
		font-size: 0;
		height: 0;
	}
	
	body#fukushimashow .icon-moon-top {
		top: 35px !important;
	}
}

a {
	color: #4e0a0b;
}

a:hover {
	color: #4e0a0b;
	opacity: 0.8;
}

#header {
	top: 0;
}

#wrapper {
	width: 100%;
	background: rgba(255,255,255,1);
	margin-top: 90px;
	position: relative;
	background: url(../images/bg.png) no-repeat;
	background-size: cover;
}

body#fukushimashow,
body#fukushimashow-btm {
	min-width: 1300px;
	background: #f6f6f5;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

body#fukushimashow h1 {
	width: 1300px;
	height: 662px;
	margin: 0 auto;
	display: block;
	text-indent: -999em;
	background: url(../images/fv20221004.png) no-repeat;
}

section#headtitle nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 280px;
}

section#desctext nav ul,
body#fukushimashow-btm section#backnumber nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-bottom: 70px;
}

section#headtitle ul li,
section#desctext ul li,
body#fukushimashow-btm section#backnumber nav ul li {
	margin-right: 20px;
	position: relative;
	text-indent: -999em;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

section#headtitle ul li:last-child,
section#desctext ul li:last-child,
body#fukushimashow-btm section#backnumber nav ul li:last-child {
	margin-right: 0;
}

section#headtitle ul li a,
section#desctext ul li a,
body#fukushimashow-btm section#backnumber nav ul li a {
	padding: 2em 1em;
	display: block;
	width: 175px;
	color: white;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	background: rgba(237,167,4,1);
	background: -moz-linear-gradient(top, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,167,4,1)), color-stop(10%, rgba(253,234,182,1)), color-stop(50%, rgba(238,185,79,1)), color-stop(90%, rgba(253,234,182,1)), color-stop(100%, rgba(237,168,4,1)));
	background: -webkit-linear-gradient(top, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	background: -o-linear-gradient(top, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	background: linear-gradient(to bottom, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda704', endColorstr='#eda804', GradientType=0 );	
}

section#headtitle ul li a:hover,
section#desctext ul li a:hover,
body#fukushimashow-btm section#backnumber nav ul li:hover {
	opacity: 0.9;
}

section#headtitle ul li a:before,
section#desctext ul li a:before,
body#fukushimashow-btm section#backnumber nav ul li a:before {
	content: "a";
	background-repeat: no-repeat;
	height: 23px;
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

section#headtitle ul li:first-child a:before,
section#desctext ul li:first-child a:before,
body#fukushimashow-btm section#backnumber nav ul li:first-child a:before {
	width: 88px;
	background-image: url(../images/txtlink_next.png);
}

section#headtitle ul li:nth-child(2) a:before,
section#desctext ul li:nth-child(2) a:before,
body#fukushimashow-btm section#backnumber nav ul li:nth-child(2) a:before {
	width: 150px;
	background-image: url(../images/txtlink_past.png);
}

section#headtitle ul li:nth-child(3) a:before,
section#desctext ul li:nth-child(3) a:before,
body#fukushimashow-btm section#backnumber nav ul li:nth-child(3) a:before {
	width: 104px;
	height: 52px;
	background-image: url(../images/txtlink_info.png);
}

body#fukushimashow section#backnumber ul li dt img,
body#fukushimashow-btm section#backnumber ul li dt img {
	margin: 8px 9px 5px 5px;
}

body#fukushimashow article {
	width: 1300px;
	margin: 0 auto;
}

body#fukushimashow-btm article {
	width: 1300px;
	margin: 0 auto;
//	background: url(../images/curtain_btm.png) no-repeat bottom;
}

section#info {
	padding: 1.5em;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5em 4em;
    height: 250px;
    overflow-y: hide; 
}

section#info dt {
	background:#bd1d21;
    color: white !important;
	padding: 8px 10px;
    margin-right: 20px;
    text-align: center;
    width: 250px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 10px;
}

::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  box-shadow: inset 0 0 2px #777; 
}

::-webkit-scrollbar-thumb{
  background: #ccc;
  box-shadow: none;
}

body#fukushimashow section#info {
	width: 900px;
	margin: 0 auto 80px auto;
}
body#fukushimashow section#next {
	width: 1210px;
	margin: 0 auto 80px auto;
}

body#fukushimashow section#next {
    position: relative;
}

body#fukushimashow section#next h2 span {
	margin-right: 2em;
}

body#fukushimashow-btm section {
	width: 1000px;
	margin: 0 auto;
}

body#fukushimashow-btm section#info-btm {
	margin: 20px auto 50px auto !important;
	padding: 30px 2em 2em 2em;
	box-sizing: border-box;
	background: white; // url(../images/curtain_info.png) no-repeat top center;
	border: 4px solid black;
}

body#fukushimashow-btm section#pics {
	margin: 20px auto 20px auto;
}

body#fukushimashow section#backnumber {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 150px;
}

body#fukushimashow section#info dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 15px;
	padding-bottom: 1em;
	border-bottom: 4px dotted black;
	justify-content: left;
	align-items: center;
}

body#fukushimashow section#info dl:last-of-type {
//	margin-bottom: 0;
//	border-bottom: 0;
//	padding-bottom: 0;
}

body#fukushimashow section#info dl dt {
    color: #828282;
    font-weight: normal;
    font-size:16px;
}
body#fukushimashow section#info dd {
    font-size:18px;
}

body#fukushimashow section#info dl dd a:hover {
    color: #e72925;
}

body#fukushimashow section#next h2,
body#fukushimashow-btm section#pics h2,
body#fukushimashow-btm section#backnumber h2 {
	background: white;
	margin: 0 auto 30px auto;
    padding: 0.8em;
    box-sizing: border-box;
    border: 3px solid black;
    color: #764300;
    text-align: center;
    font-weight: bold;
    position: relative;
	line-height: 1.3em;
	width: 100%;
}

body#fukushimashow section#next h2:before,
body#fukushimashow section#next h2:after,
body#fukushimashow-btm section#pics h2:before,
body#fukushimashow-btm section#pics h2:after,
body#fukushimashow-btm section#backnumber h2:before,
body#fukushimashow-btm section#backnumber h2:after{
	content: "";
	position: absolute;
	width: 1000px;
	height: 39px;
	background-repeat: no-repeat;
	left: -4px;
	margin: auto;
}

body#fukushimashow section#next h2:before,
body#fukushimashow-btm section#pics h2:before,
body#fukushimashow-btm section#backnumber h2:before {
	//background-image: url(../images/bg_nexttitle_top.png);
	top: -6px;
}

body#fukushimashow section#next h2:after,
body#fukushimashow-btm section#pics h2:after,
body#fukushimashow-btm section#backnumber h2:after {
	//background-image: url(../images/bg_nexttitle_btm.png);
	bottom: -6px;
}

body#fukushimashow section#next .nextimg {
	width: 1207px;
	height: 1020px;
	margin: 0 auto 50px auto;
	position: relative;
	background: url(../images/bg_nextimg.png?2026031901) no-repeat;
}

body#fukushimashow section#next .nextimg .date{
	display: inline-block;
	color:#764300;
    margin: 150px 350px 0 350px;
    font-size: 36px;
    font-weight: bold;
    width: 500px;
    text-align: center;
}

body#fukushimashow section#next .nextimg .guest{
	display: inline-block;
	color:#764300;
    margin: 0 350px 10px 350px;
    font-size: 24px;
    font-weight: bold;
    width: 500px;
    text-align: center;
}

body#fukushimashow section#next .nextimg .ntext{
    display: inline-block;
    margin: 550px 210px 0 210px;;
    font-size: 24px;
    font-weight: bold;
    width: 800px;
    text-align: center;
}

body#fukushimashow section#next .nextimg .sp_date{
	display: none;
}

body#fukushimashow section#next .nextimg .sp_guest{
	display: none;
}

body#fukushimashow section#next .nextimg .sp_ntext{
    display: none;
}

body#fukushimashow section#next .nextimg .pc_iframe{
	display: block;
}

body#fukushimashow section#next .sp_iframe{
	display: none;
}

    
body#fukushimashow section#next .nextimg img,
body#fukushimashow section#next .nextimg iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
	
body#fukushimashow section#next .nextimg img {
	max-width: 870px;
	max-height: 489px;
}

body#fukushimashow section#next .next-text {
	color: white;
	font-size: 18px;
	line-height: 2em;
	display: table;
	margin: 0 auto;
}

body#fukushimashow-btm section#desctext .next-text {
	color: #764300;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 70px;
}

body#fukushimashow-btm section#desctext .next-text p {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 1.5em;
    box-sizing: border-box;
}

body#fukushimashow section#next .next-text:before,
body#fukushimashow section#next .next-text:after,
body#fukushimashow-btm section#desctext .next-text:before,
body#fukushimashow-btm section#desctext .next-text:after {
	content: "";
	width: 282px;
	height: 19px;
	display: block;
	margin: 0 auto;
	position: relative;
//	background: url(../images/bg_text.png) no-repeat;
}

body#fukushimashow section#next .next-text:before,
body#fukushimashow-btm section#desctext .next-text:before {
	top: -15px;
}

section#backnumber .title-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 25px;
	justify-content: flex-end;
}

section#backnumber .title-btn h3 {
    text-indent: -999em;
    width: 409px;
    height: 60px;
    background: url(../images/icon_past.png) no-repeat;
    display: block;
    margin: 20px auto;
	left: 0;
    right: 0;
    position: absolute;
}

section#backnumber .title-btn p {
	text-indent: -999em;
	position: relative;
}

body#fukushimashow-btm section#backnumber .title-btn p {
    display: none;
}

section#backnumber .title-btn p a {
	background: rgba(237,167,4,1);
	background: url(../images/)-moz-linear-gradient(top, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,167,4,1)), color-stop(10%, rgba(253,234,182,1)), color-stop(50%, rgba(238,185,79,1)), color-stop(90%, rgba(253,234,182,1)), color-stop(100%, rgba(237,168,4,1)));
	background: -webkit-linear-gradient(top, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	background: -o-linear-gradient(top, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	background: linear-gradient(to bottom, rgba(237,167,4,1) 0%, rgba(253,234,182,1) 10%, rgba(238,185,79,1) 50%, rgba(253,234,182,1) 90%, rgba(237,168,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda704', endColorstr='#eda804', GradientType=0 );	
    padding: 0.5em 1.5em;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 176px;
    display: block;
}

section#backnumber .title-btn p a:hover {
	opacity: 0.9;
}

section#backnumber .title-btn p a:before {
	width: 192px;
	height: 56px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	background: url(../images/txtlink_past.png) no-repeat;
	cursor: pointer;
}

section#backnumber ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;;
	margin: 0 auto;
}

body#fukushimashow-btm section#backnumber ul {
	flex-wrap: wrap;
	padding-bottom: 80px;
}

body#fukushimashow-btm section#backnumber ul li {
	margin-bottom: 40px;
}

body#fukushimashow-btm section#backnumber ul li:nth-child(3n) {
	margin-right: 0;
}

section#backnumber ul li {
	background: white;
	box-sizing: border-box;
	margin-right: 20px;
}

section#backnumber ul li:last-child {
	margin-right: 0;
}

section#backnumber ul li dl {
	width: 100%;
	padding: 0.6em;
	margin-bottom: 0;
}

section#backnumber ul li dt {
	width: 300px;
	height: 200px;
	content: "";
	display: block;
	background: url(../images/bg_backthum2.png) no-repeat;
	background-size: inherit;
    position: initial;
    z-index:-1;

}

section#backnumber ul li dt img {
	max-width: 470px;
	max-height: 264px;
}

section#backnumber ul li dt:before {
}

section#backnumber ul li dd {
	padding: 0.8em;
	box-sizing: border-box;
}

body#fukushimashow-btm .bg-headtitle {
	background: url(../images/fv_btm.png?2026031901) no-repeat center top;
	width: 100%;

}

body#fukushimashow-btm h1 {
	width: 690px;
	height:300px;
	margin: 0 auto;
}

body#fukushimashow-btm h1 a {
	width: 690px;
	height:200px;
	display: block;
    position: relative;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    text-indent: -999em;
}

body#fukushimashow-btm h1 a:hover {
	opacity: 1;
}

body#fukushimashow-btm .nexttitle-wrap {
	position: relative;
}

body#fukushimashow-btm .icon-moon {
	width: 112px;
	height: 106px;
	background: url(../images/icon_moon.png) no-repeat;
	display: block;
	position: absolute;
	bottom: -18px;
	left: -15px;
	z-index: 2;
}

body#fukushimashow .icon-moon-top {
	width: 123px;
	height: 126px;
	background: url(../images/icon_moon_top.png) no-repeat;
	display: block;
	position: absolute;
	top: -25px;
	left: -60px;
	z-index: 2;
}

body#fukushimashow-btm .slide-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

body#fukushimashow-btm .slide-wrap .flexslider {
	width: calc(95% / 2);
}

body#fukushimashow-btm .slide-wrap .slide1 {
	margin-right: 30px;
}

.flex-direction-nav a:before,
.flex-direction-nav a:after {
	font-size: 30px !important;
}

.flex-control-thumbs li {
	width: 20% !important;
}

section#info-btm h2 {
	text-align: center;
	font-weight: bold;
	color: #764300;
	margin-bottom: 2em
}

section#info-btm h2:after {
	content: "";
	width: 282px;
	height: 19px;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -10px;
	background: url(../images/bg_text.png) no-repeat;
}

section#info h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;

	color: #764300;
	margin: 0 auto 1.5em auto;
}

section#info h2:after {
	content: "";
	width: 282px;
	height: 19px;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -5px;
	background: url(../images/bg_text.png) no-repeat;
	background-size: 80%;
	background-position: center;
}

body#fukushimashow-btm section#info-btm p.date {
	text-align: center;
	background: #bd1d21;
	color: white !important;
	padding: 8px 10px;
	margin: 20px auto 30px;;
	text-align: center;
	width: 250px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	box-sizing: border-box;
}

body#fukushimashow-btm section#info-btm p.infotitle {
	font-size: 24px;
	font-weight: bold;
	color: #764300;
	text-align: center;
	margin: 0 auto 2em auto;
}

body#fukushimashow-btm section#info-btm .content p {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	display: table;
	margin: 0 auto;
}

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

@media all and (-ms-high-contrast: none) {
	section#backnumber .title-btn h3 {
	    //margin: 20px auto;
	    top:-40px;
	}
}

/* ----------------media query---------------- */

@media(max-width: 1024px){
	.pc { display:none; }
	.sp { display:block; }
	#info  center img{
		width:65%;
		margin:10px auto 15px !important;
	}
	#backnumber center img{
		width:65% !important;
		margin:0 auto 5px !important;
	}
	.bg-headtitle center img{
		width:60%;
		margin:0 auto 20px !important;
	}
	
    #wrapper {
        margin-top: 40px;
    }
	body#fukushimashow,
	body#fukushimashow-btm {
		min-width: 100%;
	}	

    body#fukushimashow article,
	body#fukushimashow-btm article {
    	width: 100%;
    }
	
	body#fukushimashow-btm article {
        margin-top: -10px;
    }

    body#fukushimashow h1 {
		width: 100%;
		height: 280px;
		padding-top: 106.25%;
		background: url(../images/fv_sp20221004.png) no-repeat;
		    background-size: auto;
		background-size: 100%;
		margin: 0px;
		padding: 100px;
    }
   
	section#headtitle nav ul,
	body#fukushimashow-btm nav ul {
		position: relative;
		top: 0;
		margin-bottom: 1em;
		width: 90%;
	}

	body#fukushimashow-btm nav ul {
		width: 100%;
	}

	section#headtitle ul li,
	body#fukushimashow-btm nav ul li {
		width: calc(100% / 3);
		text-indent: 0;
		text-align: center;
		font-weight: bold;
		margin-right: 8px;
		font-size: 1.2rem;
		font-weight: bold;
		text-shadow:0px 0px 1px #ffffff,0px 2px 0px #ffffff;
	}

	section#headtitle ul li a,
	body#fukushimashow-btm nav ul li a {
		width: auto;
		color: #bc1d1f;
		padding: 0.5em;
	}
	
	section#headtitle ul li:first-child a,
	section#headtitle ul li:nth-child(2) a,
	body#fukushimashow-btm nav ul li:first-child a,
	body#fukushimashow-btm nav ul li:nth-child(2) a {
		padding-top: 1em;
	} 
	
	section#headtitle ul li a span,
	body#fukushimashow-btm nav ul li a span {
		display: block;
	}

	section#headtitle ul li a:before,
	body#fukushimashow-btm nav ul li a:before {
		content: none;
	}

	body#fukushimashow section#info,
	body#fukushimashow section#next,
	body#fukushimashow section#backnumber,
	body#fukushimashow-btm section {
		width: 90%;
		margin: 0 auto 2em auto;
	}

    body#fukushimashow section#backnumber {
    	margin: 0 auto;
		padding-bottom: 3em;
    }

	section#info {
		height: 100%;
		padding: 1em;
		overflow-y: hidden;
	}

	body#fukushimashow section#info dl {
		display: block;
		font-size: 1.15rem;
		margin-bottom: 1em;
		letter-spacing: 0.1em;
		justify-content: center;
	}
	
	body#fukushimashow section#info dl dt,
	body#fukushimashow section#info dl dd {
		line-height: 1.6em;
	}

	body#fukushimashow section#info dl dt {
	    margin: auto;
	    margin-bottom: 5px;
    }


	body#fukushimashow section#next .nextimg .date{
		display: none;
	}

	body#fukushimashow section#next .nextimg .guest{
		display: none;
	}

	body#fukushimashow section#next .nextimg .ntext{
	    display: none;
	}

	body#fukushimashow section#next .nextimg .sp_date{
		display: inline-block;
		color:#764300;
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    width:100%;
	    margin-top:20px;
	}

	body#fukushimashow section#next .nextimg .sp_guest{
		display: inline-block;
		color:#764300;
	    font-size: 13px;
	    font-weight: bold;
	    text-align: center;
	    width: 100%;
    }

	body#fukushimashow section#next .nextimg .sp_ntext{
	    display: inline-block;
	    font-size: 9px;
	    font-weight: bold;
	    text-align: center;
	    width:100%;
	    margin-top:210px;
	}

	body#fukushimashow section#next .nextimg .pc_iframe{
		display: none;
	}

	body#fukushimashow section#next .sp_iframe{
		display: block;
		width:100%;
		height:250px !important;
	}

	body#fukushimashow section#next .nextimg {
		width: 100% !important;
		height: 400px;
	    padding-top: 40px;
		margin: 0 auto 0 auto;
		position: relative;
		background: none;
	}	

	body#fukushimashow section#next .nextimg img {
		width: 80%;
		background: url(../images/bg_nextimg_sp.png?2026031902) no-repeat;
		background-size: 100%;
	}
	
	body#fukushimashow section#next .nextimg {
		position: relative;
		width: 100%;
		//padding-top: 56.25%;
		background: url(../images/bg_nextimg_sp.png?2026031902) no-repeat;
		background-size: 110% 415px;
		background-position: -15px 0;
		overflow: revert;
    }

    body#fukushimashow section#next .nextimg iframe {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 70px auto;
		padding: 20px;
		padding-top:40px;
    }
	
	body#fukushimashow-btm section#backnumber img {
		width:100%;
	}

	body#fukushimashow section#next h2,
	body#fukushimashow-btm section#pics h2,
	body#fukushimashow-btm section#backnumber h2 {
		margin: 0 auto 1em auto;
		padding: 0.8em;
		font-size: 1.5rem;
	}

	body#fukushimashow section#next h2:before,
	body#fukushimashow section#next h2:after,
	body#fukushimashow-btm section#pics h2:before,
	body#fukushimashow-btm section#pics h2:after,
	body#fukushimashow-btm section#backnumber h2:before,
	body#fukushimashow-btm section#backnumber h2:after {
		width: 100%;
		height: 0;
		padding-top: 5.2%;
		background-position: center center;
        background-size: cover;
        left: 0;
	}

	body#fukushimashow section#next h2:before,
	body#fukushimashow-btm section#pics h2:before,
	body#fukushimashow-btm section#backnumber h2:before {
		top: 0;
	}

	body#fukushimashow section#next h2:after,
	body#fukushimashow-btm section#pics h2:after,
	body#fukushimashow-btm section#backnumber h2:after {
		bottom: 0;
	}
	
	body#fukushimashow-btm section#desctext .next-text {
		width: 100%;
		margin-bottom: 3em;
	}
	
	body#fukushimashow section#next .next-text p,
	body#fukushimashow-btm section#desctext .next-text p {
		font-size: 1.3rem;
		line-height: 1.95em;
	}
	
	body#fukushimashow-btm section#desctext .next-text p {
		padding: 0.8em;
	}
	
	body#fukushimashow section#backnumber ul,
	body#fukushimashow-btm section#backnumber ul {
		display: block;
	}
	
	body#fukushimashow-btm section#backnumber ul {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	body#fukushimashow section#backnumber ul li,
	body#fukushimashow-btm section#backnumber ul li {
		margin-right: 0;
	}

	body#fukushimashow section#backnumber ul li dl,
	body#fukushimashow-btm section#backnumber ul li dl {
		padding: 0.5em;
	}

	body#fukushimashow section#backnumber ul li dt,
	body#fukushimashow-btm section#backnumber ul li dt {
		width: 100%;
		height: auto;
	}
	
	body#fukushimashow section#backnumber ul li dt img,
	body#fukushimashow-btm section#backnumber ul li dt img {
		margin: 5px 9px 5px 5px;
	}

	body#fukushimashow section#backnumber ul li dt:before,
	body#fukushimashow-btm section#backnumber ul li dt:before {
		width: 100%;
		height: 0;
		padding-top: 55.9322033898%;
		background-size: cover;
	}

	body#fukushimashow section#backnumber ul li dd,
	body#fukushimashow-btm section#backnumber ul li dd {
		font-size: 1.2rem;
		line-height: 1.7em;
	}
	
	body#fukushimashow section#backnumber .title-btn {
		display: block;
		margin-bottom: 1.2em;
	}

	body#fukushimashow section#backnumber .title-btn h3 {
	    width: 65%;
	    height: 0;
	    padding-top: 21.1920529801%;
	    background-position: center;
	    background-size: contain;
	    position: relative;
	    margin: 10px auto 15px !important;
    }

	body#fukushimashow section#backnumber .title-btn p a {
		width: 100%;
	}

	section#backnumber .title-btn p a {
		background:none;
		margin-top:10px;
	}
	body#fukushimashow-btm h1 {
		width: 100%;
		height: auto;	
	}

	section#backnumber ul li dt {
	    content: "";
	    display: block;
	    background: url(../images/bg_backthum2.png) no-repeat;
	    background-size: 100% 100%;
	    position: initial;
	    z-index: -1;
	}	

	section#backnumber ul li dt img {
	    width: 97% !important;
	}	

	body#fukushimashow-btm h1 a {
		width: 100%;
		height: 210px;
		top: 0;
		padding-top: 42.8985507246%;
		background-size: cover;
		//background-image: url(../images/titleimg_btm_sp.png)
	}
	
	body#fukushimashow-btm .icon-moon {
		background-size: 55%;
		left: -10px;
		top: -5px;
	}
	
	body#fukushimashow .icon-moon-top {
		background-size: 35%;
		left: -10px;
		top: -20px;
	}	

	body#fukushimashow-btm .slide-wrap {
		display: block;
	}

	body#fukushimashow-btm .slide-wrap .flexslider {
		width: 100%;
		margin-bottom: 1.5em
	}

	body#fukushimashow-btm .slide-wrap .slide1 {
		margin-right: 0;
	}
	
	body#fukushimashow-btm .slide-wrap .slide2 {
		margin-bottom: 3em;
	}

	.flex-direction-nav a:before,
	.flex-direction-nav a:after {
		font-size: 20px !important;
	}

	.flex-control-thumbs li {
		width: 25% !important;
	}
	
	body#fukushimashow-btm section#info-btm {
		margin: 0 auto 1.5em auto !important;
		padding: 20px 1em 1em 1em;
		background-size: contain;
	}

	section#info-btm h2 {
		font-size: 1.8rem;
		margin-bottom: 1em
	}

	section#info-btm h2:after {
		background-size: 80%;
		background-position: center;
	}

	body#fukushimashow-btm section#info-btm p.date {
		text-align: center;
		font-size: 1.5rem;
	}

	body#fukushimashow-btm section#info-btm p.infotitle {
		font-size: 1.5rem;
		margin-bottom: 1.2em;
	}

	body#fukushimashow-btm section#info-btm .content p {
		font-size: 1.2rem;
	}
	
	body#fukushimashow-btm .bg-headtitle {
	    background: none;
	    width: 100%;
	}
	body#fukushimashow-btm .bg-headtitle h1{
		width: 100%;
		height: 120px;
		background: url(../images/fv_btm_sp.png?2026031901) no-repeat;
		    background-size: auto;
		background-size: 100%;
	}
	
	body#fukushimashow-btm section#backnumber .title-btn {
		margin-bottom: 1em;
	}
	
	::-webkit-scrollbar{
	  width: 20px;
	}
	
	body#fukushimashow section#next h2 span {
		margin-right: 0;
		display: block;
	}
}