body {
background: #fff;
color: #000;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
font-style: normal;
width: 100%;
height:100%;
font-size: 3.2vw;
line-height:1.8em;
margin: 0;
}

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

#wrap:before{
background: #fefff8 url("../images/common/bg.jpg") no-repeat center top;
background-size: 160% auto;
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
}

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

.fontL{ font-size: 120%;}
.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;}
.txtOrenge{ color: #ea5503;}

[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;
margin-top: 0.2em;
}


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

header

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

#logoS{
background: url("../images/common/logo.png") no-repeat center;
background-size: contain;
width: 70%;
position: relative;
overflow: hidden;
margin: 80px auto 30px;
}

#logoAll{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
}

#logoS:before{
content:"";
display: block;
padding-top: 15.6%;
}

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


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

main

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

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

.contentMall{
width: 100%;
text-align: center;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
font-size: 6vw;
line-height: 1.2em;
color: #aa8421;
margin: 3vw auto;
}

.contentMs{
font-size: 0.6em;
}


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

news

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

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

.newsKijidate{
width: 100%;
font-size: 150%;
line-height: 1.5em;
color: #ea5503;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
margin-bottom: 0.5em;
}

.newsKijiM{
width:100%;
font-size: 140%;
line-height:1.4em;
padding: 0.6em 0;
border-top: 2px dotted #ea5503;
border-bottom: 2px dotted #ea5503;
color: #ea5503;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
}

.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%; border-radius: 5px; overflow: hidden;line-height: 0;}
.img75{ width: 100%; border-radius: 5px; overflow: hidden;line-height: 0;}
.img60{ width: 100%; border-radius: 5px; overflow: hidden;line-height: 0;}
.img50{ width: 80%; margin: 0 auto; border-radius: 5px; overflow: hidden;line-height: 0;}
.img30{ width: 60%; margin: 0 auto; border-radius: 5px; overflow: hidden;line-height: 0;}
.imgRight{
width: 45%;
float: right;
margin: 0 0 0.5em 2em;
border-radius: 3px; overflow: hidden;
line-height: 0;
}
.no-click{ pointer-events: none;}


.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
border-radius: 4px;
overflow: hidden;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 100%;
}


/*

comment area

*/

.comBox{
width: 100%;
margin : 0;
line-height : 1.8em;
border: 1px dotted #ea5503;
box-sizing: border-box;
border-radius: 0.5em;
overflow: hidden;
}

.comNM{
font-size: 130%;
line-height: 1.7em;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
color: #ea5503;
margin-bottom: 0.3em;
}

.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.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:45%; text-align:center;}
.tbList td.area02f{width:30%; text-align:center;}
.tbList td.area03f{width:35%; text-align:center;}


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

footer

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

footer{
background: linear-gradient(to right, #ea5503, #ff7700);
width: 100%;
padding: 2em 0 8em;
font-size: 10px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
color: #fff;
}

#sharearea{
background: url("../images/sns/sharemark.png") no-repeat left 1em top 50%;
background-size: 18px auto;
width: 160px;
line-height: 0;
margin: 6vw auto;
text-align: right;
}

#sharearea img{transition: all 0.2s ease; margin: 0 4px}
#sharearea a{ opacity: 1;}

#copyright{
background: url("../images/top/copyright.png") no-repeat center;
background-size: contain;
width: 280px; height: 10px;
margin: 0 auto 20px;
}

#privacy{
background-size: contain;
width: 140px; height: 25px;
margin: 30px auto 0;
font-size: 10px;
font-weight: 500;
line-height: 25px;
text-align: center;
letter-spacing: 1px;
border-radius: 12.5px;
background: #fff;
}

#privacy a{ 
width: 100%; height: 100%;
display: block;
color: #ea5503;
}


#btnpagetop{
background: #fff;
width: 50px; height: 50px;
line-height: 50px;
text-align: center;
position: fixed;
bottom: 10px; right: 10px;
z-index: 15;
font-size: 17px;
border: 1px solid #ebc2cb;
border-radius: 1vw;
filter: drop-shadow(0.1em 0.1em 0 rgba(235, 194, 203, 1));
}

#btnpagetop a{
width: 100%;
height: 100%;
display: block;
text-decoration: none;
color: #fd6891;
}
