@charset "UTF-8";
* {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
h4,
h4:before,
h4:after {
  content: none;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

a {
  color: #ca0e2a;
}

body {
	color: #FFF;
	font-family: Helvetica, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.75;
	text-align: center;
    letter-spacing:0.15em;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}
body:before{/* 背景Ffixed用 */
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: #000 url(/images/app_form/newbakumatsu/bg.png?03) repeat-y center top;
	background-size:100%;
}
header {
	background-size: 100% auto;
}
header h2 {
	background: transparent;
	/*background: -webkit-linear-gradient(left, #888 2%, #333 50%, #888 98%);*/
	background: #382313;
	padding: 9px 0;
}
header h2 img {
  height: 24px;
}
header, footer, .blk_contents {
    max-width: 768px;
    margin: 0 auto;
}
footer {
  color: #DDD;
  /*border-top: 1px solid #ddd;*/
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  line-height: 1.6;
  padding: 14px 0;
  text-align: center;
  background-color: #000;
}

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bold{
	font-weight: bold;
}

dl.note_blksns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 4px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

dl.note_blksns dt,
dl.note_blksns dd {
  padding: 0 20px;
}

.note_blkcaution {
  font-size: 12px;
  padding: 10px 0 5px 0;
}

.note_blkcaution li::before {
  content: '※';
}

.btn-apply {
  display: block;
  margin-bottom: 10px;
}
.btn01 {
  display: block;
  position: relative;
  border: 1px solid #fff108;
  margin: 0;
  padding: 1px;
  font-size:1rem;
  text-align: center;
}
.btn01 a {
  display: block;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  background: #fff108;
  /*text-shadow: -1px -1px 2px #000;*/
  border: solid 1px #ff0000;
  margin: 0;
  color: #000;
  font-weight: bold;
}
.btn01 p {
  padding: 10px 0 10px;
}
.btn01 span {
  position: relative;
  padding-right: 15px;
}
.btn01 span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-top: -4px;
}

.btn02 {
  display: block;
  background-color: #DC2D14;
  color: #DC2D14;
  margin: 0  25px 30px;
  padding: 12px 0;
  font-size:0.9rem;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  border: solid 1px #DC2D14;
}
.btn02 a{
  display: block;
  color: #FFF;
  text-decoration: none;
}
.btn02 span{
  color: #FFF;
  position: relative;
  padding-right: 15px;
}
.btn02 span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn03 {
  display: block;
  /* background-color: #fff; */
  color: #FFF;
  border: 1px solid #fff108;
  margin: 0 30px 10px;
  padding: 12px 0;
  font-size:0.9rem;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
}
.btn03 a{
  display: block;
  color: #fff108;
  text-decoration: none;
}
.btn03 span{
  color: #FFF;
  position: relative;
  padding-right: 15px;
}
.btn03 span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff108;
  border-right: 2px solid #fff108;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn_close {
  display: block;
  background-color: rgba(255, 241, 8, 0.5);
  color: #000;
  border: 1px solid rgb(255 0 0);
  margin:  10px 0;
  padding: 12px 0;
  font-size:0.9rem;
  text-align: center;
}
.btn_close span{
  color: #000;
  position: relative;
  padding-right: 15px;
}
.btn_close span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-top: -5px;
}


.note_blktrailer {
  position: relative;
  padding-bottom: 56.25%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin:0;
}
.note_blktrailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.premium {
  padding: 10px 0 0;
}

.blk-content {
  padding-top: 15px;
  margin: 30px 15px 30px;
  /*border: 1px solid rgba(231, 0, 18, 0.7);*/
  background-color: #1f0f03;
  border: solid 3px #D90A19;
}
.blk-content-detail {
  margin: 0;
  padding: 0 14px 15px;
  text-align: left;
}
.detail-text-large {
  font-size: 1.8rem;
}
.blk-content h3 {
	font-size: 1.1rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	color: #fff108;
	line-height: 1.35;
	text-align: center;
	padding: 20px 0 10px;
}
.blk-content h4 {
  position: relative;
  color:#fff108;
  /*background: url(/images/app_form/newbakumatsu/blk_t_01_bg.png?chk01) no-repeat 0 0;*/
  background: transparent;
  margin: 0 15px 0 15px;
  font-size:1.3rem;
  line-height: 1.2;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing:0.05em;
  padding: 15px 0 15px;
  border-top: 1px solid #fff108;
  border-bottom: 1px solid #fff108;
}
.blk-content h4::before{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/images/app_form/newbakumatsu/icon_tri.png?chk01) no-repeat 0 0;
  background-size: 20px;
}
.blk-content h4::after{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/images/app_form/newbakumatsu/icon_tri.png?chk01) no-repeat 0 0;
  background-size: 20px;
  transform: rotate(180deg);
}
.blk-content-detail .note_blklist {
  padding: 20px 0 15px;
}
.blk-content-detail .note_blklist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.4;
  font-size:0.8rem;
  padding: 0 0 10px 0;
}
.blk-content-detail .note_blklist li::before {
  color: #fff108;
  content: '■';
  display: block;
  padding-right: .2em;
}
.blk-content-detail .note_blklist span {
  font-size: 10px;
}
.blk-content-detail .line_caution {
  font-size:0.8rem;
  border: solid 1px #FF0000;
  padding: 10px;
  margin-bottom: 1rem;
}
.blk-content-detail .note_blkcaution {
  font-size:0.7rem;
}

.blk-content_end {
	background: url(/images/app_form/newbakumatsu/footer_bg.png?5) repeat-x top center;
	background-size: 10px 2500px;
	margin: 0px 0 0;
	padding: 1px 0 18px;
	color: #FFF;
	position: relative;
}
.blk-content_end article {
  padding: 0 20px;
  text-align: left;
}
.blk-content_end h6 {
  padding: 0 0 20px;
  margin-top: 40px;
}
.blk-content_end .billing {
  padding:  0 0 20px;
  text-align: center;
}
.blk-content_end .story {
  padding: 0 0 20px;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-size:0.75rem;
}
.blk-content_end .wrapnote {
  line-height:2;
}
.blk-content_end .wrapnote p{
  margin-bottom: 0;
}
.bnn {
  display: block;
  margin: 0 15px 10px;
}
.blk-content_end .btn-top {
  display: block;
  margin: 20px 0 0;
}
.blk-contnet_end-img {
  box-shadow: 0px -40px 40px 0px black;
}

.content04 {
  padding: 0 15px 18px;
  background-color: #000;
}

.note_blk {
  background-color: #372909;
  border: 1px solid #fff108;
  color: #FFF;
  margin-bottom: 13px;
  padding: 0 12px;
  text-align: left;
  border: solid 1px #d90a19;
}

.note_blk h5 {
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.note_blk h5.toggle {
  line-height: 40px;
}

.note_blk h5.note_blkcontact {
  padding: 17px 0 8px;
}

.note_blk .btn-toggle {
  border: 1px solid #fff108;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 23px;
  height: 23px;
}

.note_blk .btn-toggle::before, .note_blk .btn-toggle::after {
  background-color: #fff108;
  content: '';
  display: block;
  margin: -1px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
}

.note_blk .btn-toggle::after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.note_blk .active .btn-toggle::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.note_blk dl {
  border-top: 1px solid #ccc;
  display: none;
  font-size: 0.8rem;
  padding-top: 15px;
}

.note_blk dl a {
  color: #fff108;
}

.note_blk dt::before {
  content: '■';
  color: #fff108;
}

.note_blk dd {
  padding-bottom: 1.5em;
}

.note_blk ul {
  padding-bottom: 15px;
}

.note_blk ul li::before {
  background: url(/images/app_form/newbakumatsu/arrow.png?1) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
}

.note_blk ul a {
  font-weight: bold;
  text-decoration: none;
  color: #fff108;
}

/*acc*/
.contens_acc {
	margin:10px 10px 0;
}
.contens_acc .story_acc p{
	text-align:left;
	padding: 0;
	line-height:1.45;
	font-size: 0.8rem;
}
.contens_acc .story_acc h4{
	text-align:center;
	padding: 0 0 5px;
}
.contens_acc .intro_acc p{
	text-align:left;
	padding: 0 10px 0 10px;
	line-height:1.45;
}
.contens_acc .intro_acc h4{
	text-align:center;
	padding: 0 0 5px;
}
.contens_acc .cast_acc p{
	text-align:left;
	padding: 0 10px 0 10px;
	line-height:1.45;
}
.contens_acc .cast_acc h4{
	text-align:center;
	padding: 0 0 5px;
}

.read-more{
	font-weight: normal;
	font-size: 0.8rem;
	padding-top: 1em;
}
.read-less{
	font-size: 0.8rem;
	text-align: left;
	padding-top: 1em;
}
.more-link{
	display: block;
	padding: 0 15px;
	text-align: left;
	font-size: 0.8rem;
}
.less-link{
	display: block;
	margin: 20px 0 0;
	text-align: left;
}
.story_acc .summary p.honbun{
	display: block;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
}
.intro_acc .summary p.honbun{
	display: block;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
}
.cast_acc .summary p.honbun{
	display: block;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
}
.summary.noshadow p{
	-webkit-mask-image: none;
}
.readmore{
	display: block;
}
.less-link, .more-link{
	color: #CCC;
	font-size: 0.75rem;
	text-align: center;
                                font-family: Helvetica, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}
.story_acc .less-link{
	padding: 10px 15px 5px 15px;
}
.story_acc .more-link{
	padding: 0 15px 5px 15px;
}
.intro_acc .less-link{
	padding: 10px  15px 5px 15px;
}
.cast_acc .more-link{
	padding: 10px 15px 5px 15px;
}
.intro_acc .less-link{
	padding: 10px  15px 5px 15px;
}
.cast_acc .more-link{
	padding: 10px  15px 5px 15px;
}


/****************************************************************************/
/*animr*/
/****************************************************************************/
.anim-item .anim-scale, .anim-item.anim-scale {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.anim-item .anim-fade, .anim-item.anim-fade {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.anim-item.hide {
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.anim-item.hide .anim-scale, .anim-item.hide.anim-scale {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.anim-item.hide .anim-fade, .anim-item.hide.anim-fade {
  opacity: 0;
  -webkit-transform: translate3d(0px, 30px, 0px);
  transform: translate3d(0px, 30px, 0px);
}

/****************************************************************************/
/*trailer*/
/****************************************************************************/
#trailer-slider {
  box-sizing: border-box;
  display: block;
  overflow-x: scroll;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

#trailer-slider ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#trailer-slider li {
  display: block;
  width: 100%;
  height: 100%;
}

#trailer-slider .container {
  /* border: 1px solid #666; */
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

#trailer-slider .player {
  width: 100%;
  height: 100%;
}

#trailer-slider .thumb {
  background: no-repeat center center;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer-slider .thumb.active .mark {
  opacity: .5;
}

#trailer-slider .mark {
  background: url(/images/app_form/newbakumatsu/mark_play.png) no-repeat center center;
  background-size: contain;
  margin: -60px 0 0 -60px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
}

#trailer-slider .name {
  background-size: 100% 100%;
  color: #fff;
  font-size: 13px;
  letter-spacing: .05em;
  padding: 6px 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

/* Youtube用 */
#youtube-player-container{
	position: relative;
	width: 100%;
	padding-top: 67.4%;
	border-bottom: solid 3px #D9006B;
}
#youtube-player-container > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	vertical-align: top;
}

.moviebox {
  margin: 0;
  padding: 0 0 30px;
}
.moviebox .movie {
  position: relative;
}
.moviebox .play {
  background: url(/images/app_form/newbakumatsu/mark_play.png) no-repeat center center;
  background-size: contain;
  margin: -60px 0 0 -60px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
}
/* ログアウトボタン追加 2018/08/21 */
.LogOut {
    display: block;
    text-align: right;
    margin: 0 15px;
    font-size: 14px;
}
.LogOut a {
    color: #ccc;
}

/* ナビゲーション */
.float-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
.float-block {
    /* box-shadow: 0 0px 10px #00000038; */
}
/* 540px 以上 */
@media screen and (min-width: 540px) {
    .float-block {
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }
}

/*応募ボタン*/
.comingsoon {
	margin-bottom: 10px;
}
.close{
	position:relative;
	margin:5px 0;
}

.close:before {
  content: "";
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  background: url(/images/app_form/newbakumatsu/close.png) center center no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
}

/*ビデオパスブロック*/
.blk-content08-detail > p{
font-family: 'Noto Serif JP', serif;
font-size: 12px;
}

	.blk_contents .blk-content08-detail li::before{
		content: none;
}
.blk-content08-detail .note_blkcaution {
font-size: 12px;
padding: 0 5% 12px;
}
.blk-content08-detail .iwai_pastworks{
margin-top: 10px;
border-top: 1px solid #b5b5b5;
padding: 30px 0;
}
.blk-content08-detail .iwai_pastworks img{
margin-bottom: 10px;
}
.blk-content08-detail .iwai_pastworks .note_blkcaution {
padding: 12px 0 12px;
text-align: center;
}
.blk-content08-detail .iwai_pastworks .note_blkcaution ul{
width: 100%;
padding: 10px 0;
}
.blk-content08-detail .iwai_pastworks .note_blkcaution ul li{
width: 49%;
position: relative;
}
.blk-content08-detail .iwai_pastworks .note_blkcaution ul li:first-child{
float: left;
}
.blk-content08-detail .iwai_pastworks .note_blkcaution ul li:last-child{
float: right;
}
.blk-content08-detail .iwai_pastworks .note_blkcaution ul li a{
border: 1px solid #ca0e2a;
padding: 13px 0 17px;
text-decoration-line: none;
display: block;
height: 50px;
background-color: #fbf7f0;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
text-align: left;
padding-left: 4%;
}
.blk-content08-detail .iwai_pastworks .note_blkcaution ul li a::before{
    background: url(/images/app_form/newbakumatsu/cont08_arrow.png?check00) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
	}
.clearfix::after {
content: "";
display: block;
clear: both;
}


/****************************************************************************/
/*custom*/
/****************************************************************************/
#trailer-slider .container {
  border-color: transparent;
}
