
/*共通部分*/

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

*{
	-ms-box-sizing: border-box;　　/*Internet Explorer*/
	-webkit-box-sizing: border-box; /*Google Chrome、Safari*/
	-moz-box-sizing: border-box; /*Firefox*/
	-o-box-sizing: border-box; /*Opera*/
	box-sizing: border-box;
}

html{
	-webkit-text-size-adjust: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 2px;
	line-height: 1.75;
	font-size: 17px;
	font-weight: 500;
	background-color: #000000;
	color: #ffffff;
}

img{
	max-width: 100%;
	height: auto;
	display: block;
	border-style: none;
}

a{
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	color: #14ae47;
}

.inner{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.for_medium{
	display: none;
}

.for_small{
    display: none;
}

.for_wide{
	display: block;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

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

.underline{
  text-decoration: underline;
}

.bold{
	font-weight: 600;
}

.header i.fa, .footer i.fa{
	font-size: 25px;
	color: #ffffff;
}

.header{
	background-color: #000000;
}

.header_top{
	position: fixed;
	width: 100%;
	background-color:  #a3964b;
	z-index: 1000500;
	height: 80px;
}

#top .header_top{
	background-color: #000000;
}

.header_top_inner{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}



#gnav ul{
	width: 100%;
	text-align: center;
}

#gnav ul li{
	display: inline-block;
	background-color: #a3964b;
	vertical-align: middle;
	height: 80px;
	line-height: 80px;
	padding-right: 1%;

}

#top #gnav ul li{
	background-color: #000000;
}

#gnav ul li a{
    font-size: 13px;
    font-weight: 800;
    position: relative;
    text-decoration: none;
}

#gnav ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #c0c0c0;
  -webkit-transition: all .3s ease ;
  transition: all .3s ease;
}

#gnav ul li a:hover{
     color: #ffffff;
}

#top #gnav ul li a:hover{
     color: #c0c0c0;
}

#gnav a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


.main{
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 1600px;
	height: 53.1%;
	padding: 0 5% 5% 5%;
	margin-top: 80px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: left 80px;
}


.footer{
	clear: both;
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer_sns{
	text-align: center;
	padding-bottom: 20px;
}

.footer_sns li{
	display: inline-block;
	margin-right: 1em;
}

.footer li:last-child{
	margin-right: 0;
}

.footer .footer_sns{
	clear: both;
}

.footer i.fa{
	font-size: 25px;
}

.footer p.credit{
	margin:0 auto;
	font-size: 14px;
	text-align: center;
}

.contents{
	max-width: 960px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 3%;
}

.weight600{
	font-weight: 600;
}

.new{
	color: #ff0000;
	padding-left: 5px;
}

.link{
	text-decoration: underline;
}

.yellow{
	color: #ffff00;
}

.red{
  color:#dc143c;
}

.txt_sml{
	font-size: 80%;
}

.mb_2{
  margin-bottom: 2%;
}

/*index.html*/

.top_img{
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 80px;
	max-width: 1600px;
	width: 100%;
	height: 53.1%;
	background-image: url(../img/top_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.top_img .story1_title{
	float: right;
	margin-top: 10px;
}

.top_img h1 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding-top: 12.5%;
}

.top_img h1 img{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}


.top_img .subtitle_img{
	float: right;
	max-width: 800px;
	margin-right: 1.2%;
	margin-bottom: 0.6%;
}

.top_img div.story_bnr.flex{
  clear: both;
	justify-content: normal;
}


.top_img .story2_title{
	margin-top: 8.3%;
	margin-right: 15%;
}

.top_img a.online_bnr{
  	max-width: 200px;
		display: block;
		margin-top:3%;
		margin-right: 2%;
}

.top_img .online_bnr img{
	max-width: 200px;
}

.top_img a.dvd_img{
	max-width: 370px;
	margin-top:3%;
	margin-left: 18%;
}

.top_img .dvd_img img{
	max-width: 370px;
}

.top_img img.award_img{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

/*staff.html*/

#staff .main{
	background-image: url(../img/staff_bg.jpg);

}

.main h1{
	margin: 0 auto;
    padding: 5% 0 5% 0 ;
}

.main h1 img{
     max-width: 100%;
     margin: 0 auto;
}

.character{
	margin-bottom: 100px;
}

#staff h2{
	background-color: #128e3b;
	width: 5em;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	margin-bottom: 4%;
}

.character_profile{
	margin-bottom: 7%;
}

.character_profile dt{
	color: #b6a854;
	margin-bottom: 30px;
	font-size: 20px;
	width: 20em;
	height: 50px;
	line-height: 50px;
	text-align: left;
	background-image: url(../img/underline.png);
	background-position: 0 30px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: 80%;
}


.character_profile dd img{
	float: left;
	margin-right: 5%;
}

.character_profile dd p{
	width: 50%;
	float: right;
}

.staff dt{
	color:  #b6a854;
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.staff dd{
	width: 100%;
	margin: 0 auto;
}

.story1,.story2{
	margin-bottom: 70px;
}

.Gertten{
	margin-bottom: 20px;
}

.Gertten p{
	width: 50%;
    float: left;
    margin: 10% 2.5%;
    text-align: center;
}

.Gertten img{
	float: right;
}

.story2,.support,.distribution{
	width: 90%;
	margin: 0 auto 20px;
}

.story1,.story2{
	margin-bottom: 70px;
}

.story2 dd{
	width: 100%;
}

/*story.html*/

#story .main{
	background-image: url(../img/story_bg.jpg);

}


#story .contents{
	background-color: rgba(255, 255, 255, 0.4);
	padding: 3%;
	color: #0000000;
}

#story h2{
  margin: 0 auto 7%;
}

#story h2 img{
	margin: 0 auto ;
}

.story_introduction,.story{
	margin-bottom: 70px;
}

.story_introduction p:first-of-type{
	margin-bottom: 20px;
}


.story  dt{
	background-color: #b6a854;
	margin: 0 auto;
	font-size: 22px;
	margin-bottom: 70px;
	padding: 5px 5px 5px 10px;
}

.story  dd .text{
	float: left;
	width: 55%;
}

.story  dd img{
	float: right;
}

p.award{
	font-size: 15px;
}

/*instruction.html*/

#instruction .main{
	background-image: url(../img/instruction_bg.jpg);

}

.instruction  dt{
	background-color: #b6a854;
	margin: 0 auto;
	font-size: 22px;
	margin-bottom: 70px;
	padding: 5px 5px 5px 10px;
}

.instruction dd .img_right{
	margin-bottom: 20px;
}

.flex {
	align-items: flex-start;
	justify-content: space-between;
}


.instruction dd .img_right  img{
	margin-left: 20px;
	margin-bottom: 20px;

}

.instruction  dd .img_left  img{
	margin-right: 20px;
	margin-bottom: 20px;
}

.instruction dd .img_right .text{
	width: 50%;
	margin-bottom: 20px;
}

.instruction dd .img_left  .text{
	width: 50%;
	margin-bottom: 20px;
}


.instruction dd p{
	margin-bottom: 20px;
}

/*four_walling.html*/

#four_walling .main{
	background-image: url(../img/four_walling_bg.jpg);

}

#four_walling h2{
	background-color: #128e3b;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 7%;
}

.four_wall_information {
	margin-bottom: 40px;
}

.four_wall_information dt{
	margin-bottom: 20px;
	color: #ad9a44;
	font-size: 20px;
}

/*dvd.html*/

#dvd .main{
	background-image: url(../img/dvd_bg.jpg);
}

#dvd h2{
	background-color: #b50d1d;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 7%;
}

#dvd h3{
	margin-top: 7%;
	margin-bottom: 20px;
	color: #ad9a44;
	font-size: 130%;
	font-weight: 700;
}


.dvd_information{
	margin-bottom: 40px;
}

.dvd_information>p:first-child{
	margin-bottom: 40px;
}

#dvd .img_left  .img{
	float: left;
}

#dvd .flex{
	flex-direction : row;
  flex-wrap:nowrap;
  justify-content: center;
}

#dvd .img_left  .flex img{
	margin-left: 20px;
	min-width: 0;
	max-width: 100%;
}

#dvd .img_left  .text{
	float: right;
	width: 55%;
	margin-bottom: 20px;
}

#dvd  .img_left+p{
	clear: both;
}

#dvd .img_left  div.text dl{
	margin-bottom: 10px;
}


#dvd .img_left  div.text dt{
	text-indent: -1em;
}


 #dvd .img_left  div.text  dd{
	display: inline-block;
}

.dvd_contact{
	margin-top: 5%;
}

.dvd_contact dt{
	margin-top: 5%;
	margin-bottom: 20px;
}

 #dvd .shop_bnr{
	 display: block;
	 margin-top: 3%;
	 max-width: 400px;;
 }

.dvd_contact .form_icon{
      display: inline-block;
}

.dvd_contact .kirokubito_logo{
	margin-top: 2%;
	margin-bottom: 2%;
}

.other_goods {
	margin-bottom: 5%;
}



/*trailer.html*/

#trailer .main{
	background-image: url(../img/trailer_bg.jpg);

}

#trailer .contents iframe{
	display: block;
	margin: 0 auto;
}

.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*screening.html*/

#screening .main{
	background-image: url(../img/screening_bg.jpg);

}

#screening h2{
	background-color: #128e3b;
	width: 9em;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	margin-bottom: 4%;
}

#screening h2:nth-of-type(2){
	margin-top: 7%;
}

table.theater {
  border-top: 1px solid #b6a854;
  border-collapse: collapse;
  width: 100%;
}

table.theater th,
table.theater td {
  border-bottom: 1px solid #b6a854;
  padding: 10px;
}

table.theater th {
  text-align: center;
  color: #b6a854;
}


 table.four_walling {
  border-collapse: collapse;
  width: 100%;
}

 table.four_walling td,
 table.four_walling th {
  padding: 10px;
  border-bottom: 1px solid #b6a854;
}

table.four_walling td th,
table.four_walling td td
 {
  border-bottom: none;
}

table.four_walling td th{
	width: 10em;
	color: #b6a854;
	font-weight: 600;
}

table.four_walling th {
  text-align: left;
  width: 30%;
}

span.red {
	color: #dc143c;
}

/*online.html*/

#online .main{
	background-image: url(../img/online_bg.jpg);
}

#online h2{
	background-color: #128e3b;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 7%;
}

#online .about_online{
	margin-bottom: 5%;
}

#online .about_online ul{
	border: 2px #ffffff solid;
	padding: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
}

#online div.about_online .note li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ad9a44;
    border-radius: 50%;
    margin-right: 1%;
}

#online .about_online ul.viemo{
	border: none;
	padding: 0;
	margin-bottom: 1%;
}

#online .flex{
	justify-content: center;
	align-items: stretch;
}

#online div.button p{
	text-align: center;
}

#online .viemo li.online_button{
	display: block;
	padding: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 17em;
	background-color: #ad9a44;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	justify-content: center;
	margin-right: 3%;
	margin-bottom: 3%;
}

#online .viemo li.online_button:last-child{
	margin-right: 0;
}

#online .viemo a.online_button:hover{
	color: #ffffff;
	opacity: 0.8;
}


#online .talk_ev{
	background-color: #fcee9c;
	padding: 5%;
	color: #000000;
	margin-bottom: 5%;
}

#online .talk_ev a{
	color: #000000;
}

#online .talk_ev a:hover{
	color: #128e3b;
}

#online .talk_ev h3{
	color: #ad9a44;
	font-weight: bold;
	font-size: 150%;
	max-width: 20em;
	margin: 0 auto;
	margin-bottom: 5%;
}

#online .talk_ev dl.schedule, #online .talk_ev dl.venue, #online .talk_ev dl.price{
  margin-top: 8%;
}

#online .talk_ev dl.venue dd p{
  word-break: break-all;
}

#online .talk_ev dl.schedule>dt, #online .talk_ev dl.venue>dt, #online .talk_ev dl.price>dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #128e3b;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
  color: #ffffff;
  font-weight: bold;
  margin-right: 5%;
}

#online .talk_ev dl.schedule>dd, #online .talk_ev dl.venue>dd, #online .talk_ev dl.price>dd{
  max-width: 630px;
}

#online .talk_ev dl.schedule dl{
  margin-bottom: 5%;
}

#online .talk_ev dl.schedule dd{
  padding-left: 1em;
	text-indent: -1em;
}

#online .talk_ev dl.schedule dl{
	  padding-left: 1em;
}

#online .talk_ev dl.schedule dd.not_indent{
  padding-left: 0;
	text-indent: 0;
}



#online .procedure h4, #online .precaution h4{
	display: block;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #128e3b;
	padding: 8px;
	width: 15em;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 10%;
}

#online .procedure ol{
  margin-bottom: 5%;
}

#online .procedure .flex{
  align-items: center;
}

#online .procedure li img{
   margin-right: 5%;
}



#online .procedure p:before, #online .precaution li:before{
  content:  "";     /* 空の要素作成 */
  width:  15px;               /* 幅指定 */
  height:  15px;              /* 高さ指定 */
  display:  inline-block;     /* インラインブロックにする */
  background-color: #ad9a44;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
  margin-right: 1%;
}

#online .procedure li, #online .procedure p, #online .precaution li{
  margin-bottom: 3%;
}

#online .procedure li.step1, #online .procedure li.step2, #online .procedure li.step3, #online .procedure li.step4{
  align-items: flex-start;
}

#online .procedure li.step1 p, #online .procedure li.step2 p, #online .procedure li.step3 p, #online .procedure li.step4 p{
    width: 630px;
}


#online .procedure h4+p:before, #online .procedure li.step1 p:before, #online .procedure li.step2 p:before, #online .procedure li.step3 p:before, #online .procedure li.step4 p:before{
    content: none;
}

#online .procedure li p{
    margin-bottom: 0;
}

#online .pamphlet a.shop_bnr{
    max-width: 400px;
    margin: 0 auto;
		margin-top: 5%;
    margin-bottom: 5%;
		display: block;
}

#online .pamphlet a:hover{
	opacity: 0.8;
}
