@charset "utf-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

 /*　番宣動画　*/

#movie {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  margin-top:40px;
}
#movie::before {
  content: "";
  display: block;
  padding-top: calc(100% / (16/9));
}
#movie > * {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#movie .tvo-video {
  height: 100%;
  text-align: initial;
  width: 100%;
}
#movie .bc-player-default_default {
  font-size: 14px;
}
#movie .vjs-social-overlay {
  font-size: 10px;
}



.page {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-size: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;
	background-attachment: fixed;
	background-color: #eeeae0;
	color: #6b3c31;
}


.page .main {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
	max-width: 1400px;
	background-color: #eeeae0;
}


.page .center {
text-align: center;
}
.page .mw320 {
max-width:320px;
margin: 0 auto;
}
.page a:hover {
 opacity: 0.5;
}

.page a {
color: #ab893e;
}
.page .content_1040 {
max-width: 1040px;
margin: 0 auto;
padding-top: 35px;
padding-bottom: 35px;
}

.page .content_w100 {
width: 100%;
margin: 0 auto;
padding-bottom: 35px;
text-align: center;
}


.page .content_w100 p {
margin-top: 5px;
margin-bottom: 1em;
text-align: center;
font-size: 18px;
line-height: 30px;
font-weight: bold;
}
.page .line{
border-bottom:solid;
border-color:#dcbc66;
border-width:1px;
}
.page .content_w100 h2 {
 font-size: 20px;
}

.page .content_1040 p {
margin-top: 20px;
margin-bottom: 1em;
text-align: center;
font-size: 18px;
line-height: 30px;
font-weight: bold;
}

.page .content_titele {
    font-weight: bold;
    text-align: center;
		font-size: 28px;
}

.page .content_01 h2 img {
margin: 0 auto;
}

.page .content_titele span {
display: block;
}

.page .content_titele .content_titele_1 {
display: block;
}


.page .lead p span{
background-color: #fbfaf7;
padding: 0px 10px 0px 10px;
}
.page .content_05 {
color: #E8E0E0;
}
/*
.page .content_05 {
  width: 100%;
  background-image:url("../images/img_05_01.jpg");
  background-repeat: no-repeat;
  background-position:50% 50%;
  background-size:contain;
  background-color: #180c00;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}*/

.cast_coment {
border: solid 1px #6b3c31;
padding: 30px;
max-width: 1040px;
margin: 0 auto;
margin-top:20px;
}



.cast_coment_img{
margin-top:20px;
}

.content_04 dt {
font-size: 14px;
font-weight: bold;
margin-top:1em;
}

.content_04 dd {
font-size: 18px;
font-weight: bold;
}

.s_text {
font-size: 18px;
}

.boder_r {
border-right: 2px #6b3c31 solid;
padding-right: 5px;
}

#main {
background-image: url(../images/bg.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center bottom;
}
.mb30 {
margin-bottom: 30px;
}
.page .pc_none {
display:none;
}

.page .sp_none {
    display: block;
}

/*===============================================
●smart.css  画面の横幅が1024まで
===============================================*/
@media screen and (max-width:1024px) {
img {
	width: 100%;
	height: auto;
}
.page .pc_none {
display:block;
}

.page .sp_none {
    display: none;
}

.page .main{

	font-size: 16px;
	font-weight: bold;
	text-align: left;
}


.page .content_w100 h2 {
 font-size: 18px;
}


#main {
    background-image: url(../images/bg_sp.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    width: 96%;
	margin: 0 auto;
	}

.page .content_1040 p {
margin-top: 20px;
font-size: 15px;
line-height: 28px;
}
.page .content_w100 p {
margin-top: 10px;
font-size: 15px;
line-height: 28px;
}

.content_1040 p {
font-size: 18px;
}
.content_titele {
		font-size: 22px;
}

h2.content_titele img {
width: 140px;
}
.cast_coment_img{
max-width: 280px;
}



.page .content_1040 {
    padding-bottom: 10px;
}
}
@media screen and (min-width:1300px) and ( max-width:1550px) {



}
