@charset "UTF-8";
/*
	Site Name: 松本家の休日
	Version: 
	Author: 
*/
html > /**/ body {
 font-size: 13px;
}
body {
 background: #ffeb00;
}
#copyright {
 clear: both;
 padding: 20px 0;
 text-align: center;
}
a {
 color: #000;
}
a:hover {
 color: #c81e00;
}
/*===============================================
	TOP
===============================================*/
/*----------COMMON----------*/
.wrap_video {
 max-width: 640px;
 margin: 0 auto 10px;
}
.wrap_video:last-child {
 margin: 0 auto;
}
.oa_video_mordal a {
 background: #000;
 border: 2px solid #000;
 position: relative;
 display: block;
 overflow: hidden;
 text-align: center;
}
.oa_video_mordal a img {
 transition: .3s;
}
.oa_video_mordal a:hover img {
 transform: scale(1.1);
}
.oa_video_mordal a:before {
 content: "";
 width: 50px;
 height: 50px;
 margin-top: -25px;
 margin-left: -25px;
 background: url("../images/common/icon-play.png") 0 0 no-repeat;
 background-size: contain;
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 1;
}
.oa_video {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.oa_video iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}
.bnr_area {
 margin-bottom: 10px;
}
.bnr_area li {
 margin-bottom: 10px;
}
.bnr_area li:last-child {
 margin-bottom: 0;
}
/*----------PC----------*/
@media screen and (min-width: 769px) {
 /*----ALL----*/
 #top #sp_banner_pc {
  background: #fff;
  padding: 8px 0;
  text-align: center;
 }
 #top #banner_pc {
  text-align: center;
 }
 #top #banner_pc img {
  margin-bottom: 10px;
 }
 #top #banner_smp {
  display: none;
 }
 #top .smp_only {
  display: none;
 }
 #top {
  background: #ffeb00;
 }
 #top #topbg {
  /*background: url(../images/top/wrap_bg.png) bottom repeat-x;*/
  overflow: hidden;
 }
 #top #wrap {
  /*width:980px;*/
  max-width: 1000px;
  margin: 0 auto;
 }
 #top #wrap:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
 }
 /*--------*/
 #top #main {
  width: 65%;
  float: left;
  padding-left: 2%;
  box-sizing: border-box;
  position: relative;
 }
 #top #main .main_visual {
  /*width:710px;
	position:absolute;*/
  margin: 22px 0 0 -15px;
  position: relative;
  z-index: 1;
 }
 #top #main #header {
  position: relative;
  z-index: 10;
 }
 #top #main #header H1 {
  margin: 20px 0 5px;
 }
 #top #main #header .time {
  text-align: right;
  margin-right: -17px;
 }
 #top #main ul {
  position: absolute;
  top: 855px;
  right: 5px;
 }
 #top #main li {
  float: left;
  margin-right: 5px;
  border: 3px solid #fff;
 }
 #top #main .line {
  display: none;
 }
 .snstop {
  position: relative;
  z-index: 10;
 }
 /* ---- 動画ナシ ---- */
 #top #main .catch {
  /*margin:815px 0 18px;*/
  padding: 30px 0;
  margin: 30px 0;
  position: relative;
 }
 #top #main .catch:before {
  content: "";
  width: 150vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: calc(-25vw);
  z-index: 10;
 }
 #top #main .catch:after {
  content: "";
  width: 150vw;
  height: calc(100% + 240px);
  background: url(../images/top/bg_pattern.png);
  background-size: 64px;
  position: absolute;
  top: -120px;
  left: calc(-25vw);
 }
 #top #main .catch img {
  position: relative;
  z-index: 100;
 }
 /*----INFO----*/
 #top #sub {
  position: relative;
  float: right;
  width: 32%;
  background: url(../images/common/sub_bg.png) center;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
  z-index: 10;
 }
 #top #sub #navi_top {
  margin-bottom: 10px;
 }
 #top #sub .wrap_video {
  width: 91%;
 }
 #top #sub .info {
  margin: 20px 0 30px;
  background: url(../images/common/next_bg_top.png) left top no-repeat;
  background-size: cover;
  position: relative;
 }
 #top #sub .info:after {
  content: "";
  width: 100%;
  height: 24px;
  background: url(../images/common/next_bg_bot.png) left top no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -24px;
 }
 /*--banner掲載時--*/
 #top #sub #banner {
  width: 100%;
 }
 #top #sub #banner_smp_2 {
  display: none;
 }
 /*----*/
 #top #sub .info H2 {
  padding: 12px 0 6px;
 }
 #top #sub .info .info_text {
  width: 85%;
  margin: 0 auto;
 }
 #top #sub .info .info_text dt {
  background: url(../images/common/info_icon.gif) no-repeat left center;
  color: #007f3c;
  padding-left: 8px;
  font-size: 93%;
  margin-bottom: 5px;
 }
 #top #sub .info .info_text dd {
  font-size: 86%;
  padding-bottom: 5px;
  line-height: 160%;
 }
 #top #sub .next {
  margin: 10px 0 34px;
  background: url(../images/common/next_bg_top.png) left top no-repeat;
  background-size: cover;
  position: relative;
 }
 #top #sub .next:after {
  content: "";
  width: 100%;
  height: 24px;
  background: url(../images/common/next_bg_bot.png) left top no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -24px;
 }
 #top #sub .next .next_img {
  width: 90%;
  margin: -4px auto 10px;
  box-sizing: border-box;
 }
 #top #sub .next .next_img img {
  border-top: 2px solid;
  border-bottom: 2px solid;
 }
 #top #sub .next H2 {
  padding: 18px 0 0;
  position: relative;
  z-index: 2;
 }
 #top #sub .next H3 {
  width: 85%;
  margin: 0 auto;
  font-size: 93%;
  color: #d92100;
  font-weight: bold;
 }
 #top #sub .next .next_text {
  width: 85%;
  padding: 0 0 10px 0;
  margin: 5px auto 0;
  overflow: auto;
  line-height: 160%;
  font-size: 86%;
 }
 #top #sub .next .next_text p {
  margin-right: 6px;
 }
 #top #sub .next .next_text p strong {
  color: #d92100;
  font-weight: normal;
 }
 #top #sub .next .next_text p.endtxt {
  margin-right: 0px;
  text-align: center;
  font-size: 24px;
  font-family: TBUDMincho H;
  margin: 0 0 3px;
  padding: 5px 0 0;
 }
 /* ---- 動画ナシ ---- */
 #top #sub #twitter {
  width: 100%;
  /*margin:272px 0 20px;*/
  /*margin: 15px 0 20px;*/
  margin: 15px 0 0;
  background: #55acee;
  border: 3px #000 solid;
 }
 /* ---- 動画アリ
#top #sub #twitter {
	width:100%;
	margin:465px 0 20px;
	background:#55acee;
	border:3px #000 solid;
	} ---- */
 .twitter_box {
  margin: 5px;
 }
}
.bn_map {
 background: #fff;
 padding-top: 10px;
}
/*--------TABLET--------*/
@media screen and (max-width: 768px) {
 img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
 }
 /*--動画埋め込み時のみ--*/
 .video-container {
  width: 90%;
  margin: -32px auto 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
 }
 .video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
 /*----*/
 /*--banner掲載時--*/
 #top #sp_banner_pc, #top #sub #banner {
  display: block;
  background: #fff;
  padding: 10px 0;
 }
 #top #sub #banner_smp_2 {
  width: 80%;
  margin: 20px auto;
 }
 /*----*/
 #top {
  background: #ffeb00;
 }
 #top #banner_pc {
  position: relative;
  z-index: 100;
  padding: 10px 0;
  text-align: center;
 }
 #top #banner_pc img {
  position: relative;
  z-index: 99;
 }
 #top #banner_pc {
  display: none;
 }
 #top #banner_smp {
  /*display:inline;*/
  padding: 0 0 10px;
  text-align: center;
  /*background-color: #FFF;*/
 }
 #top .pc_only {
  display: none;
 }
 #top #topbg {
  overflow: hidden;
 }
 #top #wrap {
  width: 100%;
  margin: 0 auto;
 }
 #top #main {
  float: none;
  position: relative;
 }
 #top #main .main_visual {
  /*position:absolute;*/
  margin: 5% 10% 20px 10%;
  position: relative;
  z-index: 1;
 }
 #top #main #header {
  margin: 10px auto;
  width: 90%;
  position: relative;
  z-index: 10;
 }
 #top #main #header H1 {
  max-width: 640px;
  text-align: center;
  margin: 30px auto 0;
 }
 #top #main #header .time {
  max-width: 640px;
  text-align: right;
 }
 #top #main #header .time img {
  margin-right: -3%;
 }
 .snstop {
  /*position:absolute;
	z-index:100;
	top:69%; right:12%;*/
  padding: 10px;
  position: relative;
  z-index: 10;
 }
 #top #main .snstop ul {
  width: 160px;
  margin: 0 auto;
 }
 #top #main .snstop li {
  float: left;
  margin: 0 3px;
  border: 3px solid #fff;
 }
 #top #main .catch {
  /*background:url(../images/common/catch_bg.png);
	margin:113% 0 0;*/
  padding: 20px;
  position: relative;
  text-align: center;
 }
 #top #main .catch:before {
  content: "";
  width: 150vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: calc(-25vw);
  z-index: 10;
 }
 #top #main .catch:after {
  content: "";
  width: 150vw;
  height: calc(100% + 300px);
  background: url(../images/top/bg_pattern.png);
  background-size: 40px;
  position: absolute;
  top: -100px;
  left: calc(-25vw);
 }
 #top #main .catch img {
  position: relative;
  z-index: 100;
 }
 #top #sub {
  float: none;
  position: relative;
  margin: 0 auto;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #top #sub .wrap_video {
  width: 90%;
 }
 #top #sub #navi_top {
  clear: both;
  background: none;
 }
 #top #sub #navi_top li {
  background: #000;
  float: left;
  width: 50%;
 }
 #top #sub #sub_smpbox {
  width: 90%;
  margin: 20px auto;
  background: url(../images/common/smp_subbg.jpg) repeat-y;
  -moz-background-size: 100%;
  background-size: 100%;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #top #sub #sub_smpbox_inner {
  background: url(../images/common/smp_subbottom.jpg) bottom center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
  padding-bottom: 10%;
 }
 #top #sub #sub_smpbox_inner:before {
  content: "";
  width: 100%;
  padding-top: 6%;
  background: url(../images/common/smp_subtop.jpg) no-repeat;
  background-size: 100%;
  display: block;
 }
 #top #sub .info {
  border-bottom: 3px solid #000;
 }
 #top #sub .info H2 {
  padding: 20px 0 10px;
  width: 70%;
 }
 #top #sub .info .info_text {
  width: 85%;
  margin: 0 auto;
 }
 #top #sub .info .info_text dl {
  margin-right: 6px;
 }
 #top #sub .info .info_text dt {
  background: url(../images/common/info_icon.gif) no-repeat left center;
  color: #007f3c;
  padding-left: 8px;
  font-size: 93%;
  font-weight: bold;
  margin-bottom: 5px;
 }
 #top #sub .info .info_text dd {
  font-size: 86%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 160%;
 }
 #top #sub .next .next_img {
  width: 90%;
  margin: -1.5vw auto 10px;
  box-sizing: border-box;
 }
 #top #sub .next .next_img img {
  border: 2px solid;
  box-sizing: border-box;
 }
 #top #sub .next H2 {
  position: relative;
  z-index: 2;
  width: 70%;
 }
 #top #sub .next H3 {
  width: 85%;
  margin: 0 auto;
  color: #d92100;
  font-weight: bold;
 }
 #top #sub .next .next_text {
  width: 85%;
  margin: 10px auto 0;
  line-height: 160%;
  font-size: 86%;
 }
 #top #sub .next .next_text p {
  margin-right: 6px;
 }
 #top #sub .next .next_text p strong {
  color: #d92100;
  font-weight: normal;
 }
 #top #sub .next .next_text p.endtxt {
  margin-right: 0px;
  text-align: center;
  font-size: 5vw;
  font-family: TBUDMincho H;
  margin: 0 0 0;
  padding: 17px 0 0;
 }
 #top #sub .bnr_area {
  width: 90%;
  margin: 0 auto;
 }
 #top #sub #twitter {
  width: 90%;
  margin: 20px auto 0;
  background: #55acee;
  border: 3px #000 solid;
 }
 .twitter_box {
  margin: 20px 10%;
  text-align: center;
 }
}
/*----------SMP---------*/
@media screen and (max-width:640px) {
 img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
 }
 .video-container {
  width: 91%;
  margin: 0 auto 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
 }
 .video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
 /*--banner掲載時--*/
 #top #sp_banner_pc, #top #sub #banner {
  display: none;
 }
 #top #sub #banner_smp_2 {
  width: 80%;
  margin: 20px auto;
 }
 /*----*/
 #top {
  background: #ffeb00;
 }
 #top #banner_pc {
  display: none;
 }
 #top #banner_smp {
  display: inline;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
 }
 #top #wrap {
  width: 100%;
  margin: 0 auto;
 }
 #top #main {
  position: relative;
 }
 #top #main .main_visual {
  width: 90%;
  display: block;
  text-align: center;
  margin-top: 4%;
  margin-left: 4%;
 }
 #top #main #header {
  margin: 10px auto;
  width: 90%;
  position: relative;
 }
 #top #main #header H1 {
  margin: 5px 0;
 }
 #top #main #header .time {
  margin: 0px -3% 0 0;
 }
 #top #main #header .time img {
  width: 70%;
  margin-right: 0;
 }
 .snstop {
  /*width:45%;	
	position:absolute;
	top:64%; right:5%;*/
 }
 #top #main .snstop ul {}
 #top #main .snstop li {
  float: left;
  margin: 0 3px;
 }
 #top #sub {
  position: relative;
  margin: 0 auto;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #top #sub #navi_top {
  margin-top: 0px;
 }
 #top #sub #navi_top li {
  background: #000;
  float: none;
  width: 100%;
 }
 #top #sub #sub_smpbox {
  width: 90%;
  margin: 20px auto;
  background: url(../images/common/smp_subbg.jpg) repeat-y;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #top #sub #sub_smpbox_inner {
  background: url(../images/common/smp_subbottom.jpg) bottom center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
  padding-bottom: 10%;
 }
 #top #sub .info H2 {
  padding: 0 0 5px;
  width: 100%;
 }
 #top #sub .next H2 {
  width: 100%;
 }
 #top #sub .next .next_text p {
  margin-right: 0;
 }
 #top #sub .next .next_text p strong {
  color: #d92100;
  font-weight: normal;
 }
 #top #sub .next .next_text p.endtxt {
  margin-right: 0px;
  text-align: center;
  font-size: 7vw;
  font-family: TBUDMincho H;
  margin: 0 0 0;
  padding: 5px 0 0;
 }
 #top #sub #twitter {
  width: 90%;
  margin: 20px auto 0;
  background: #55acee;
  border: 3px #000 solid;
 }
 .twitter_box {
  margin: 20px;
 }
}
/*===============================================
	02:CONTENTS
===============================================*/
/*----------COMMON----------*/
/**/
.bkn_list_year {
 padding: 0.5em 2.25em 0.5em 0.75em;
 margin-bottom: 1em;
 background: url("../images/common/icon_arrow_bot.png") center right .5em no-repeat #fff;
 background-size: 0.75em;
 border: 1px solid #ccc;
 border-radius: 5px;
 font-size: 1.125em;
 cursor: pointer;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.bkn_list_month {
 margin-bottom: 1em;
 display: none;
}
.bkn_list_month:first-child {
 display: block;
}
.bkn_list_month ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.bkn_list_month li {
 width: 16%;
 margin-bottom: 0.25em;
}
.bkn_list_month li a {
 padding: 0.75em 0;
 background: linear-gradient(to top, #d92100 0%, #d92100 50%, #ec3c1c 51%, #ec3c1c 100%);
 border-radius: 5px;
 display: block;
 color: #fff;
 font-size: 1.125em;
 text-decoration: none;
 text-align: center;
}
.bkn_list_month li a:hover {
 background: #ff5638;
}
.bkn_list_month li a.active {
 background: linear-gradient(to top, #007f3c 0%, #007f3c 50%, #269359 51%, #269359 100%);
}
.bkn_list_month li a.active:hover {
 background: #3c9f6a;
}
.bkn_list_month li span {
 padding: 0.75em 0;
 background: rgba(0, 0, 0, 0.1);
 border-radius: 5px;
 display: block;
 font-size: 1.125em;
 text-align: center;
}
/**/
.btn_detail {
 padding: 1em;
 background: #900;
 border-top: 3px solid #000;
 display: block;
 color: #fff;
 text-align: center;
 cursor: pointer;
 transition: all .15s;
}
.btn_detail:hover {
 color: #fff;
 background: #ff5638;
}
.btn_detail .detail_in {
 display: inline-block;
 position: relative;
}
.btn_detail .detail_in span {
 font-size: 15rem;
}
.btn_detail.active .detail_in span {
 font-size: 0;
}
.btn_detail.active .detail_in:before {
 -ms-transform: rotate(270deg);
 -webkit-transform: rotate(270deg);
 transform: rotate(270deg);
}
.btn_detail.active .detail_in span:after {
 content: '詳細を閉じる';
 font-size: 15rem;
}
.archive_detail {
 display: none;
}
@media screen and (min-width: 769px) {
 .bkn_list_month li {
  width: 7.5%;
  margin-bottom: 0;
 }
}
/**/
/*----------PC----------*/
@media screen and (min-width: 769px) {
 /*----ALL----*/
 #contents {
  background: #ffeb00 url(../images/common/main_bg.png) top center no-repeat;
  -moz-background-size: 90%;
  background-size: 90%;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #contents #wrap {
  width: 980px;
  margin: 0 auto;
 }
 /*----INFO----*/
 #contents #sub_pc {
  position: relative;
  float: left;
  width: 320px;
  background: url(../images/common/sub_bg.png) center;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #contents #sub_smp {
  display: none;
 }
 #contents #sub_pc .h1_pc {
  margin: 20px 0 10px;
 }
 #contents #sub_pc #twitter {
  margin-top: 10px;
  background: #55acee;
  border: 3px #000 solid;
 }
 .twitter_box {
  margin: 5px;
 }
 #contents #main {
  float: right;
  width: 640px;
  position: relative;
 }
 #contents #main .sns {
  position: absolute;
  top: 55px;
  right: 0;
 }
 #contents #main .sns li {
  float: left;
  margin-right: 5px;
 }
 #contents #main .sns .line {
  display: none;
 }
 #contents #main .pagetop {
  clear: both;
  text-align: right;
  margin: 20px 0 0;
 }
 /*----ARCHIVE----*/
 #contents #main .title_archive {
  width: 342px;
  margin: 50px auto 20px;
 }
 #contents #main .archive {
  background: #FFF;
  border: 3px solid #000;
  margin-bottom: 30px;
 }
 .day {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 10px 10px 13px;
 }
 .day b {
  color: #ffeb00;
  margin-right: 5px;
  font-size: 146%;
 }
 .read {
  padding: 15px;
  line-height: 140%;
  font-size: 1.2em;
 }
 .listbtn {
  display: block;
  background: #900;
  text-align: center;
 }
 .listbtn_border {
  border-top: 3px #000 solid;
 }
 .listbtn img {
  width: 115px;
 }
 .listbtn a {
  display: block;
  padding: 10px;
 }
 .listbtn a:hover {
  display: block;
  background: #ff5638;
 }
 .morebtn {
  display: block;
  background: #900;
  text-align: center;
  border-top: 3px #000 solid;
 }
 .morebtn img {
  width: 115px;
 }
 .morebtn a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
 }
 .morebtn a:hover {
  display: block;
  background: #ff5638;
 }
 .archive ul {
  background: #000;
  border-bottom: 3px #000 solid;
  border-top: 3px #000 solid;
 }
 .archive li {
  float: left;
  width: 50%;
 }
 .text {
  padding: 15px;
  border-top: 3px solid #000;
  line-height: 160%;
 }
 .search {
  margin: 0 0 0 40px;
 }
 .search li {
  width: 21%;
  float: left;
  border: 2px #000 solid;
  background: url(../images/common/btn_bg_red.gif) center repeat-x;
  margin-right: 13px;
  text-align: center;
  line-height: 140%;
 }
 .search li span {
  display: block;
 }
 .search li a {
  padding: 10px;
  display: block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
 }
 .search li a:hover {
  display: block;
  background-image: none;
  background: #ff5638;
 }
 /*----CAST----*/
 #contents #main .title_cast {
  width: 280px;
  margin: 50px auto;
 }
 #contents #main .archive {
  background: #FFF;
  border: 3px solid #000;
  margin-bottom: 30px;
 }
 .cast dl {
  width: 48%;
  margin-bottom: 30px;
 }
 .cast_left {
  clear: both;
  float: left;
 }
 .cast_right {
  float: right;
 }
 .cast dl H3 {
  width: 225px;
  margin-bottom: 10px;
 }
 .cast dt {}
 .cast dd {
  background: #FFF;
  padding: 15px;
  line-height: 160%;
  border: 3px #000 solid;
 }
}
/*--------TABLET--------*/
@media screen and (max-width: 768px) {
 img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
 }
 /*----ALL----*/
 #contents {
  background: #ffeb00 url(../images/common/main_bg.png) top 60vw center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #contents #wrap {
  width: 100%;
 }
 /*----INFO----*/
 #contents #sub_pc {
  display: none;
 }
 #contents #sub_smp {
  position: relative;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #contents #main {
  float: right;
  width: 640px;
  position: relative;
 }
 #contents #main .sns_link {}
 #contents #main .sns {
  position: absolute;
  top: 0px;
  right: 0;
 }
 #contents #main .sns li {
  float: left;
  margin-right: 5px;
 }
 #contents #main .sns .line {
  display: inline;
 }
 #contents #main .pagetop {
  clear: both;
  text-align: right;
  margin: 20px 0 0;
 }
 #navi_top {
  background: #000;
  /*width:100.1%;*/
  width: 100%;
 }
 #navi_top ul {
  margin: 0 auto 20px;
 }
 #navi_top li {
  float: left;
  width: 33.3%;
 }
 /*----ARCHIVE----*/
 #contents #main {
  float: none;
  width: 95%;
  margin: 30px auto;
 }
 #contents #main .title_archive {
  width: 70%;
  margin-bottom: 30px;
 }
 #contents #main .archive {
  background: #FFF;
  border: 3px solid #000;
  margin-bottom: 30px;
 }
 .day {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 10px;
 }
 .day b {
  color: #ffeb00;
  margin-right: 5px;
  font-size: 146%;
 }
 .read {
  padding: 15px;
  line-height: 140%;
  font-size: 1.2em;
 }
 .listbtn {
  display: block;
  background: #900;
  text-align: center;
 }
 .listbtn_border {
  border-top: 3px #000 solid;
 }
 .listbtn img {
  width: 115px;
 }
 .listbtn a {
  display: block;
  padding: 10px;
 }
 .listbtn a:hover {
  display: block;
  background: #ff5638;
 }
 .morebtn {
  display: block;
  background: #900;
  text-align: center;
  border-top: 3px #000 solid;
 }
 .morebtn img {
  width: 115px;
 }
 .morebtn a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
 }
 .morebtn a:hover {
  display: block;
  background: #ff5638;
 }
 .archive ul {
  background: #000;
  border-bottom: 3px #000 solid;
  border-top: 3px #000 solid;
 }
 .archive li {
  float: left;
  width: 50%;
 }
 .text {
  padding: 15px;
  border-top: 3px solid #000;
  line-height: 160%;
 }
 .search {
  width: 80%;
  margin: 0 auto;
 }
 .search li {
  width: 24%;
  float: left;
  border: 2px #000 solid;
  background: url(../images/common/btn_bg_red.gif) center repeat-x;
  margin-right: 0px;
  text-align: center;
  line-height: 140%;
 }
 .search li span {
  display: block;
 }
 .search li a {
  padding: 10px;
  display: block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
 }
 .search li a:hover {
  display: block;
  background-image: none;
  background: #ff5638;
 }
 /*----CAST----*/
 #contents #main .title_cast {
  width: 60%;
  margin-bottom: 30px;
 }
 .cast dl {
  width: 48%;
  margin-bottom: 30px;
 }
 .cast_left {
  clear: both;
  float: left;
 }
 .cast_right {
  float: right;
 }
 .cast dl H3 {
  width: 225px;
  margin-bottom: 10px;
 }
 .cast dd {
  background: #FFF;
  padding: 15px;
  line-height: 160%;
  border: 3px #000 solid;
 }
}
/*----------SMP---------*/
@media screen and (max-width:640px) {
 img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
 }
 /*----ALL----*/
 #contents {
  background: #ffeb00 url(../images/common/main_bg.png) top 70vw center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #contents #wrap {
  width: 100%;
 }
 /*----INFO----*/
 #contents #sub_pc {
  display: none;
 }
 #contents #sub_smp {
  position: relative;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url(backgroundsize.min.htc);
 }
 #contents #main {
  float: right;
  width: 640px;
  position: relative;
 }
 #contents #main .sns_link {}
 #contents #main .sns {
  position: absolute;
  top: -55px;
  right: 0;
 }
 #contents #main .sns li {
  float: left;
  margin-right: 5px;
 }
 #contents #main .sns .line {
  display: inline;
 }
 #contents #main .pagetop {
  clear: both;
  text-align: right;
  margin: 20px 0 0;
 }
 #navi_top {
  background: #000;
  width: 100.1%;
 }
 #navi_top li {
  float: left;
  width: 33.3%;
 }
 /*----ARCHIVE----*/
 #contents #main {
  float: none;
  width: 95%;
  margin: 70px auto 30px;
 }
 #contents #main .title_archive {
  width: 100%;
  margin-bottom: 30px;
 }
 #contents #main .archive {
  background: #FFF;
  border: 3px solid #000;
  margin-bottom: 30px;
 }
 .day {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 10px 10px 13px;
 }
 .day b {
  color: #ffeb00;
  margin-right: 5px;
  font-size: 146%;
 }
 .listbtn {
  display: block;
  background: #900;
  text-align: center;
 }
 .listbtn_border {
  border-top: 3px #000 solid;
 }
 .listbtn img {
  width: 115px;
 }
 .listbtn a {
  display: block;
  padding: 10px;
 }
 .listbtn a:hover {
  display: block;
  background: #ff5638;
 }
 .morebtn {
  display: block;
  background: #900;
  text-align: center;
  border-top: 3px #000 solid;
 }
 .morebtn img {
  width: 115px;
 }
 .morebtn a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
 }
 .morebtn a:hover {
  display: block;
  background: #ff5638;
 }
 .archive ul {
  background: #000;
  border-bottom: 3px #000 solid;
  border-top: 3px #000 solid;
 }
 .archive li {
  float: none;
  width: 100%;
 }
 .search {
  width: 75%;
  margin: 0 auto;
 }
 .search li {
  width: 100%;
  float: left;
  border: 2px #000 solid;
  background: url(../images/common/btn_bg_red.gif) center repeat-x;
  margin-right: 0px;
  text-align: center;
  line-height: 140%;
 }
 .search li span {
  display: inline;
 }
 .search li a {
  padding: 10px;
  display: block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
 }
 .search li a:hover {
  display: block;
  background-image: none;
  background: #ff5638;
 }
 /*----CAST----*/
 #contents #main .title_cast {
  width: 85%;
  margin: 0 auto 30px auto;
 }
 .cast dl {
  width: 100%;
  margin-bottom: 30px;
 }
 .cast_left {
  clear: both;
  float: none;
 }
 .cast_right {
  float: none;
 }
 .cast dl H3 {
  width: 225px;
  margin-bottom: 10px;
 }
 .cast dd {
  background: #FFF;
  padding: 15px;
  line-height: 160%;
  border: 3px #000 solid;
 }
}
/*----次回放送延長時---　2018.02.09　----*/
.next_text span {
 color: #FF0000;
}




/* ---- DVDバナー ---- */
 #top #main .dvdinfobnr {
  margin: 30px 0 0 -15px;
  position: relative;
  z-index: 2;
     text-align: center;
 }
@media screen and (max-width: 768px) {
 #top #main .dvdinfobnr {
  margin: 5% 20px 60px 20px;
  position: relative;
  z-index: 2;
 }
}
