body {
background: #fff;
color: #000;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 400;
width: 100%;
height:100%;
font-size: 3.2vw;
line-height:1.8em;
margin: 0px;
}


#wrap{
width: 100%; height: 100%;
position: relative;
}

.pc{ display: none;}
.sp{ display: block;}
.fontS{ font-size: 80%;}
.fontB{ font-weight: 700;}
.txtSpace{ letter-spacing: -3px; font-weight: 500;}
.efblock{ width: 100%;}

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -0.3vw;}

.txtRed{ color: #B40003;}

a:hover {opacity:1;} 

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
	width: 200%;
	text-align: center;
    top: -2.3em;
    left: -50%;
    right: 0;
    margin: 0 auto;
    font-size: 50%;
	letter-spacing: 0;
	font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 400;
}

.linkLabel{
margin-top:-60px;
padding-top:60px;
text-indent: -99999px;
line-height: 0;
position:absolute;
}

.newsLabel{
padding-top: 80px;
margin-top: -80px;
text-indent: -999999px;
overflow: hidden;
}

.warningfontL{
padding-left: 1em;
text-indent: -1em;
}

.warningfontS{
font-size: 80%;
line-height: 1.5em;
padding-left: 1em;
text-indent: -1em;
}


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

header

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

header{
background: url("../images/common/header_sp.jpg") no-repeat center;
background-size: cover;
width: 100%;
position: relative;
overflow:hidden; 
padding: 1em 0;
}


#logoS{
background: url("../images/logoS.png") no-repeat center;
background-size: contain;
width: 250px; height: 120px;
margin: 0 auto;
}

#logoS a{ width: 100%; height: 100%; display: block;}

#logoS2{
background: url("../images/logoS.png") no-repeat center;
background-size: contain;
width: 250px; height: 120px;
margin: 0 auto 40px;
}

#logoS2 a{ width: 100%; height: 100%; display: block;}


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

main

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

#content{
width: 85%;
position: relative;
margin: 60px auto 8vw;
}

#contentM{
width: 100%;
margin: 1em auto;
text-align: center;
font-size: 8vw;
line-height: 1em;
font-weight: 300;
color: #bf1920;
}

.titleMs{ font-size: 50%; letter-spacing: 0.2em;}


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

interview

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

#interview_content{
width: 100%;
position: relative;
padding: 60px 0 0;
}

#interview_main{
width: 85%;
position: relative;
margin: 30px auto 60px;
}

#interview_h{
background: url("../images/interview/header_sp.jpg") no-repeat;
background-size: cover;
width: 100%;
position: relative;
overflow:hidden; 
}


#interview_h:before{
content:"";
display: block;
padding-top: 40%;
}


.interview_m{
width: 100%;
font-size: 24px;
line-height: 2em;
letter-spacing: 0.2px;
margin-bottom: 0.3em;
color: #bb1d28;
font-weight: 600;
border-bottom: 1px solid #bb1d28;
}

.interview_txt{
width: 100%;
line-height: 2em;
letter-spacing: 0.2px;
}

.interview_img{
width: 100%;
padding: 10px 0;
}

.interview_img img{ width: 100%; margin: 5px auto;}


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

news

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

.newsKijiAll{
width: 100%;
padding: 2vw 0;
margin:0 auto;
}

.newsKijidate{
width: 100%;
font-size: 220%;
line-height: 1.5em;
color: #bf1920;
}

.newsKijiM{
width:100%;
font-weight: 600;
font-size: 140%;
line-height:1.4em;
padding: 0.7em 0;
border-top: 1px solid #c39600;
border-bottom: 1px solid #c39600;
}

.newsKijitxt{
width:100%;
padding: 1em 0;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
line-height: 2em;
word-break: break-all;
text-align: justify;
text-justify: inter-ideograph;
}

.newsKijitxt a{
text-decoration: underline;
}

.img100{ width: 100%;}
.img75{ width: 100%;}
.img60{ width: 100%;}
.img50{ width: 70%;}
.img30{ width: 50%;}
.no-click{ pointer-events: none;}

.img25flo{ width: 60%;margin: 2em auto;}

.img30right{
width: 100%;
margin-bottom: 1em;
}

/*

comment area

*/

.comBox{
width: 100%;
margin : 0;
line-height : 1.8em;
border: 3px double #716865;
box-sizing: border-box;
}

.comNM{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 600;
font-size: 125%;
line-height: 1.8em;
}

.comBoxTxt{
width: 90%;
padding: 1.5em 0 1.5em;
margin: 0 auto;
}


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

media

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


#medianav {
width: 100%;
margin: 20px auto 30px;
padding: 0;
overflow: hidden;
position: relative;
}

#medianav ul {
width: 100%;
list-style: none outside none;
float: left;
margin: 0 0 0 0;
padding: 0;
position: relative;
left: 50%;
}

#medianav ul li {
background: #bf1920;
background: linear-gradient(-8deg, #bf1920 50%, #cf2028 51%);
width:32.3%;
height: 40px;
font-size:12px;
color: #fff;
text-align: center;
line-height: 40px;
float: left;
position: relative;
left: -50%;
margin: 0.5%;
font-weight: 800;
}

#medianav ul li.line4 {
background: #bf1920;
background: linear-gradient(-8deg, #bf1920 50%, #cf2028 51%);
width:49%;
height: 40px;
font-size:12px;
color: #fff;
text-align: center;
line-height: 40px;
float: left;
position: relative;
left: -50%;
margin: 0.5%;
font-weight: 800;
}

#medianav ul li.navoff {
background: #bf1920;
background: linear-gradient(-8deg, #bf1920 50%, #cf2028 51%);
width:49%;
height: 40px;
font-size:12px;
color: #fff;
text-align: center;
line-height: 40px;
float: left;
position: relative;
left: -50%;
margin: 0.5%;
border-radius: 5px;
opacity: 0.5;
font-weight: 800;
}

#medianav ul li a{ width: 100%; height: 100%; display: block; color: #fff;}

.mediaKijiM{
width:100%;
font-size: 4.2vw;
font-weight: 700;
line-height:1.6em;
padding: 1.3vw 0;
border-top: 3px double #cba218;
border-bottom: 3px double #cba218;
text-align: center;
}

.mediaKijitxt{
width:100%;
padding: 2vw 0;
font-size: 3vw;
line-height: 1.8em;
word-break: break-all;
text-align: justify;
text-justify: inter-ideograph;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.tokubanM{
font-size: 120%;
font-weight: 600;
color: #FF5300;
letter-spacing: 0;
}


.tbList{
width:100%;
border-collapse: collapse;
border-spacing: 0px;
border:0;
}

.tbList th{
padding: 2px;
text-align: center;
font-size:10px;
color: #fff;
background-color: #cba218;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
line-height:2em;
}

.tbList td{
padding: 5px 0;
font-size:10px;
border-bottom: 1px dotted #cba218;
border-right: 1px solid #fff;
box-sizing: border-box;
line-height:1.5em;
text-align:center;
}

.tbList td.area01a{width:15%; text-align:center;}
.tbList td.area02a{width:30%; text-align:center;}
.tbList td.area03a{width:55%; text-align:center;}

.tbList td.area01b{width:15%; text-align:center;}
.tbList td.area02b{width:30%; text-align:center;}
.tbList td.area03b{width:55%; text-align:center;}

.tbList td.area01c{width:15%; text-align:center;}
.tbList td.area02c{width:20%; text-align:center;}
.tbList td.area03c{width:30%; text-align:center;}
.tbList td.area03c{width:35%; text-align:center;}

.tbList td.area01d{width:40%; text-align:center;}
.tbList td.area02d{width:60%; text-align:center;}

.tbList td.area01e{width:40%; text-align:center;}
.tbList td.area02e{width:25%; text-align:center;}
.tbList td.area03e{width:35%; text-align:center;}

.tbList td.area01f{width:35%; text-align:center;}
.tbList td.area02f{width:30%; text-align:center;}
.tbList td.area03f{width:35%; text-align:center;}



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

keywords

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

#content_kw{
width: 100%;
line-height: 0;
position: relative;
margin: 60px auto 8vw;
}

#kw_m{
width: 100%;
text-align: center;
font-size: 3.6vw;
line-height: 1.6em;
margin: 2em auto 2.5em;
}

#kw_navAll{
width: 86%;
display: flex;
flex-wrap: wrap;
margin: 0 auto 3.5em;
justify-content:space-between;
}

.kw_nav{
background: #a51f26;
width: 49%; height: 2.5em;
font-size: 4.2vw;
line-height: 2.5em;
text-align: center;
color: #fff;
}

.kw_nav a{
width: 100%; height: 100%;
display: block;
color: #fff;
}

#kw_enmokuAll{
background: #000;
width: 100%;
padding: 2em 0 4em;
border-top: 1px solid #fff;
box-sizing: border-box;
}

.kw_enmokuM{
width: 90%;
font-size: 6vw;
line-height: 2em;
font-weight: 600;
color: #c6ad4d;
margin: 0 auto;
text-align: center;
}

.kw_enmokuLine{
background: linear-gradient(to left, #000 1%, #c6ad4d 20%, #c6ad4d 80%, #000 100%);
width: 90%; height: 2px;
margin: 0 auto;
}

#kw_mameAll{
background: #fff;
width: 100%;
padding: 2em 0 2.5em;
}

.kw_mameM{
width: 90%;
font-size: 6vw;
line-height: 2em;
font-weight: 600;
color: #a51f26;
margin: 0 auto;
text-align: center;
}

.kw_mameLine{
background: linear-gradient(to left, #fff 1%, #a51f26 20%, #a51f26 80%, #fff 100%);
width: 90%; height: 2px;
margin: 0 auto;
}

.kw_btnAll{
width: 92%;
margin: 2em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.kw_btn{
width: 48%;
margin: 0 1% 2%;
transition: all 0.3s ease;
cursor: pointer;
}

.kw_btnWarning_A{
width: 86%;
margin: 1em auto 0;
text-align: center;
font-size: 2.9vw;
color: #fff;
}

.kw_btnWarning_B{
width: 86%;
margin: 1em auto 0;
text-align: center;
font-size: 2.9vw;
}

#kwA01all,#kwA02all,#kwA03all,#kwA04all,#kwA05all,#kwA06all{
background: #000 url("../images/keywords/bgA_sp.jpg") no-repeat top;
background-size: 100% auto;
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 70;
display: none;
overflow-x: hidden;
overflow-y: auto;
}

#kwB01all,#kwB02all,#kwB03all,#kwB04all,#kwB05all,#kwB06all,#kwB07all,#kwB08all,#kwB09all{
background: #fff url("../images/keywords/bgB_sp.jpg") no-repeat top;
background-size: 100% auto;
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 70;
display: none;
overflow-x: hidden;
overflow-y: auto;
}

.kw_contBg_A,.kw_contBg_B{
display: none;
}

.kw_contA,.kw_contB{
width: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
overflow-x: hidden;
overflow-y: auto;
}

.kwCloseBtn{
background: url("../images/cast/btn_close.png") no-repeat;
background-size: contain;
width: 50px; height: 50px;
position: fixed;
top: 0; right: 0;
z-index: 5;
}

.kw_img{
width: 86%;
margin: 50px auto 0;
position: relative;
overflow: hidden;
pointer-events: none;
}

.kw_txtAll{
width: 86%;
margin: 1em auto 3em;
}

.kw_txtMM_A{
width: 100%;
line-height: 1.2em;
padding: 0.5em 0;
border-top: 1px solid #c6ad4d;
border-bottom: 1px solid #c6ad4d;
font-size:6.5vw;
text-align: center;
color: #c6ad4d;
font-weight: 600;
}

.kw_txtMM_B{
width: 100%;
line-height: 1.2em;
padding: 0.5em 0;
border-top: 1px solid #a51f26;
border-bottom: 1px solid #a51f26;
font-size: 6.5vw;
text-align: center;
color: #a51f26;
font-weight: 600;
}

.kw_txt_A{
width: 100%;
padding-top: 1em;
font-size: 3.4vw;
line-height: 1.7em;
color: #fff;
font-weight: 500;
}

.kw_txt_B{
width: 100%;
padding-top: 1em;
font-size: 3.4vw;
line-height: 1.7em;
color: #000;
font-weight: 500;
}




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

footer

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

footer{
background: linear-gradient(to right, #eee9de, #c3baa7);
width: 100%;
padding: 2em 0 8em;
font-size: 10px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#copyright{
background-size: contain;
width: 100%;
margin: 0 auto 20px;
font-size: 10px;
line-height: 1.6em;
text-align: center;
letter-spacing: 1px;
}

#privacy{
background-size: contain;
width: 100%;
margin: 0 auto;
font-size: 10px;
line-height: 2em;
text-align: center;
letter-spacing: 1px;
}

#privacy a{ color: #000;}

#btnpagetop{
background: #000;
width: 60px; height: 60px;
position: fixed;
bottom: 0; right: 0;
z-index: 20;
line-height: 60px;
text-align: center;
font-size: 18px;
}

#btnpagetop a{
width: 100%; height: 100%;
display: block;
color: #b6181e;
}

