@charset"utf-8";
@import "common.css";

/* header
-------------------------------------------------- */
header.top-head{
	position: relative;
	height: 12rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
	font-size: 1.5rem;
	color: #333;
}
@media print, screen and (max-width: 767px) {
	header.top-head{
		height: 9rem;
	}
	header div.nav-area span.nav_line{
		background: #333;
	}
	header div.nav-area nav.nav-wrap{
	    left: 0;
	    top: 0;
	    display: none;
	    z-index: 90;
	    background: rgba(255,255,255,1);
	    width: 100%;
	    height: 100%;
	    position: fixed;
	}
	header div.nav-area a.nav_button{
		top: 3.5rem;
	}
}

/* button
-------------------------------------------------- */
div.button-area{
	width: 20rem;
	margin: 5rem auto 0;
}

/* contentVisualSec
-------------------------------------------------- */
section.contentVisualSec{
	width: 100%;
	height: 60rem;
	position: relative;
}
section.contentVisualSec div.inner{
	max-width: 1200px;
	height: 60rem;
	margin: 0 auto;
	position: relative;
}
/* send */
section.contentVisualSec.send{
  background: url(../img/top/visual_send.jpg) center top / cover no-repeat;
}
/* movie */
section.contentVisualSec.movie{
  background: url(../img/movie/visual_movie.jpg) right top / cover no-repeat;
}
/* inquiry */
section.contentVisualSec.inquiry{
  background: url(../img/inquiry/visual_inquiry.jpg) center top / cover no-repeat;
}
/* privacy */
section.contentVisualSec.privacy{
  background: url(../img/privacy/visual_privacy.jpg) center top / cover no-repeat;
}
@media print, screen and (max-width: 767px) {
	section.contentVisualSec{
		height: 45rem;
		position: relative;
	}
	section.contentVisualSec div.inner{
		height: 45rem;
	}
}

/* titleSec
-------------------------------------------------- */
div.titleSec{
	position: absolute;
	top: 45%;
	left: 4%;
	z-index: 1;
}
@media print, screen and (max-width: 767px) {
	div.titleSec{
		right: auto;
	}
}

/* "h"tag
-------------------------------------------------- */
h2.h2-title{
	position: relative;
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.4;
	text-shadow: 2px 2px 0 #333;
}
@media print, screen and (max-width: 767px) {
	h2.h2-title{
		font-size: 2.8rem;
	}
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec div.breadcrumb{
	padding: 5rem 0;
}
section.breadcrumbSec div.content div.breadcrumb ul li{
	display: inline-block;
}
section.breadcrumbSec div.content div.breadcrumb ul li::after{
	content: '>';
	padding: 0 1.5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li:last-child::after{
	display: none;
}
section.breadcrumbSec div.content div.breadcrumb ul li a{
	color: #B81F0D;
}
section.breadcrumbSec div.content div.breadcrumb ul li a:hover{
	opacity: 0.5;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.breadcrumbSec div.content div.breadcrumb{
		padding: 5rem 0 5rem;
	}
	section.breadcrumbSec div.content div.breadcrumb ul li{
		font-size: 1.3rem;
		line-height: 1.6;
	}
	section.breadcrumbSec div.content div.breadcrumb ul li::after{
		padding: 0 1.0rem;
	}
}

/* 配信動画
-------------------------------------------------- */
section.archiveSec{
  margin: 7rem auto 0;
}
section.archiveSec.archive{
  margin: 0 auto 0;
}
section.archiveSec div.content div.infolist{
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.archiveSec div.content div.infolist div.box{
  width: 23.5%;
  margin-bottom: 2rem;
}
section.archiveSec div.content div.infolist div.box.blank{
  margin-bottom: 0;
}
section.archiveSec div.content div.infolist div.box div.img img{
  width: 100%;
  height: auto;
}
section.archiveSec div.content div.infolist div.box div.img img:hover{
  opacity: 0.5;
  transition: 0.6s;
}
section.archiveSec div.content div.infolist div.box dl {
  line-height: 1.5;
  text-align: left;
  position: relative;
  margin-bottom: 1rem;
}
section.archiveSec div.content div.infolist div.box dl dt.date{
  margin: 1.0rem 0 0;
  padding-top: 0.3rem;
  font-size: 1.3rem;
  color: #aaa;
}
section.archiveSec div.content div.infolist div.box dl dd.tag{
  position: absolute;
  right: 0;
  top: 0;  
  font-size: 1.3rem;
  pointer-events: none;
  padding: 0.3rem 1rem 0.1rem;
  text-align: center;
  color: #fff;
  background: #595554;
}
section.archiveSec div.content div.infolist div.box dl dd.tag a{
  color: #fff;
}
section.archiveSec div.content div.infolist div.box dl dd.title{
  margin: 0.5rem 0 0.5rem;
  line-height: 1.5;
}
section.archiveSec div.content div.infolist div.box dl dd.title a:hover{
  transition: 0.6s;
  color: #B81F0D;
}
/* pagenationSec */
section.pagenationSec{
  margin: 5rem auto 0;
  text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
  background: #fff;
  width: 3.5rem;
  line-height: 2.5;
  text-align: center;
  display: inline-block;
  margin-right: 1.0rem;
  color: #333;
}
div.wp-pagenavi span.current{
  background: #333!important;
  color: #fff!important;
  cursor: pointer;
}
div.wp-pagenavi span.current:hover{
  opacity: 0.4!important; 
  transition: 0.6s!important; 
}
div.wp-pagenavi a.nextpostslink{
  margin-right: 0!important; 
}
div.wp-pagenavi a:hover{
  opacity: 0.4!important; 
  transition: 0.6s!important; 
}
@media print, screen and (max-width: 767px) {
  section.archiveSec{
    margin: 5rem auto 0;
  }
  section.archiveSec div.content{
    position: relative;
  }  
  section.archiveSec div.content div.infolist{
    margin: 4rem auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.3;
  }
  section.archiveSec div.content div.infolist div.box{
    width: 48.5%;
  }
  section.archiveSec div.content div.infolist div.box dl dt.date{
    margin: 0.3rem 0 0;
    padding: 0.4rem;
    font-size: 1.2rem;
  }
  section.archiveSec div.content div.infolist div.box dl dd.tag{
    top: 0rem;
    margin: 0;
    font-size: 1.2rem;
    pointer-events: none;
    padding: 0.4rem 1rem 0.1rem;
    color: #fff;
  }
  section.archiveSec div.content div.infolist div.box dl dd.tag a{
    font-size: 1.2rem;
  }
  section.archiveSec div.content div.infolist div.box dl dd.title{
    margin: 1rem 0 0.5rem;
    line-height: 1.3;
  }
  .wp-pagenavi a, 
  .wp-pagenavi span {
    background: #B5B5B5;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 2.0;
    margin-right: 0.8rem;
  }
}
/* IE対応 */
@media print, screen and (-ms-high-contrast:none) {
  section.archiveSec div.content div.infolist div.box dl dd.tag{
    padding: 0.5rem 1.2rem 0.1rem;
  }
  .wp-pagenavi a, 
  .wp-pagenavi span {
    line-height: 2.1;
    height: 3.3rem;
  }
}

/* 配信動画 詳細
-------------------------------------------------- */
/* "h"tag */
h3.h3-single-title{
  font-size: 2.4rem;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
h4.h4-single-navi{
  font-size: 2.0rem;
  padding-left: 1.0rem;
  line-height: 2.0;
  margin-bottom: 3rem;
  background-color: #333;
  color: #fff;
  font-weight: normal;
}
/* section */
section.columnSec{
  margin: 0 auto 10rem;
}
section.columnSec div.content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.columnSec div.content div.column_left{
  width: 66%;
}
section.columnSec div.content div.column_left section.movDetailSec div.mov-date{
  text-align: right;
  margin-bottom: 3rem;
}
section.columnSec div.content div.column_left section.movDetailSec{
  overflow:hidden;
} 
section.columnSec div.content div.column_left section.movDetailSec div.mov-text,
section.columnSec div.content div.column_left section.movDetailSec div.mov-text p{
  line-height: 1.8;
}
section.columnSec div.content div.column_left section.movDetailSec div.mov-text img{
  width: 100%;
  height: auto;
  margin: 2rem 0;
}
section.columnSec div.content div.column_left section.movDetailSec div.mov-text a{
  color: #B81F0D;
  text-decoration: underline;
}
section.columnSec div.content div.column_left section.movDetailSec div.page-navi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0 5rem;
  color: #B81F0D;
}
section.columnSec div.content div.column_left section.movDetailSec div.page-navi a{
  color: #B81F0D;
  text-decoration: underline;
}
section.columnSec div.content div.column_left section.movDetailSec div.page-navi a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.columnSec div.content div.column_right{
  width: 30%;
}
section.columnSec div.content div.column_right div.widget{
  margin-bottom: 5rem;
}
section.columnSec div.content div.column_right div.widget:last-child{
  margin-bottom: 0;
}
section.columnSec div.content div.column_right div.widget ul{
  border-bottom: 1px dotted #C8C8C8;  
}
section.columnSec div.content div.column_right div.widget ul li{
  border-top: 1px dotted #C8C8C8;
  padding: 1.5rem 0;
}
section.columnSec div.content div.column_right div.widget ul li:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h3.h3-single-title{
    font-size: 2.0rem;
  }
  h4.h4-single-navi{
    font-size: 1.8rem;
  }
  /* section */
  section.columnSec{
    margin: 0 auto;
  }
  section.columnSec div.content{
    display: block;
  }  
  /* column_left */
  section.columnSec div.content div.column_left{
    display: block;
    width: 100%;
    margin-bottom: 5rem;
  }
  /* column_right */
  section.columnSec div.inner div.column_right{
    display: block;
    width: 100%;
  }  
}
/* IE対応 */
@media print, screen and (-ms-high-contrast:none) {
  h4.h4-single-navi{
    padding-top: 0.6rem;
    line-height: 1.6;
  }
}

/* お問い合わせ
-------------------------------------------------- */
section.inquirySec p.p-txt{
  text-align: center;
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
	section.inquirySec p.p-txt{
	  margin-bottom: 3rem;
	}
}

/* ==================================================
申込み完了
================================================== */
section.sendmessageSec table.contactInfo{
  width: 80%;
  margin: 5rem auto 10rem;
  border: 1px solid #C8C8C8;
  border-collapse: collapse;
}
section.sendmessageSec table.contactInfo th {
  text-align: center;
  background-color: #888;
  color: #fff;
  font-weight: normal;
  border: 1px solid #C8C8C8;
  padding: 2.0rem 0 1.8rem;
}
section.sendmessageSec table.contactInfo td {
  text-indent: 1rem;
  border: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px){
  section.sendmessageSec div.content {
    width: 95%;
  }
  section.sendmessageSec table.contactInfo{
      width: 100%;
      margin: 3rem auto 5rem;
      border-collapse: collapse;
  }
  section.sendmessageSec table.contactInfo th{
    width: 100%;
    display: block;
    padding: 1.5rem;
    line-height: 1.5;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
  }
  section.sendmessageSec table.contactInfo td {
    display: block;
    border: none;
    box-sizing: content-box;
    padding: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
}

/* privacy
-------------------------------------------------- */
/* "h"tag */
h4.h4-privacy{
  color: #555;
  font-size: 2.0rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C8C8C8;
}
/* privacySec */
section.privacySec div.content div.block{
  margin-bottom: 3rem;
}
section.privacySec div.content ol{
  margin-left: 2.1rem;
}
@media print, screen and (max-width: 767px) {
  h4.h4-privacy{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

/* attentionSec
-------------------------------------------------- */
section.attentionSec div.content div.attention{
  margin: 3rem 0 5rem;
  border: 1px solid #F7E56C;
  padding: 1.5rem 2rem;
  background: #fffae5;
}
section.attentionSec div.content div.attention ul li{
  list-style-type: disc;
  margin-left: 2rem;
}