@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
	color:#000;
	height:100%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}

.pcview{
	width:100%;
}

.spview{
	display: none;
}


.scrollShowEffect {
	-webkit-transition-delay: 1.5s;
	   -moz-transition-delay: 1.5s;
	    -ms-transition-delay: 1.5s;
	     -o-transition-delay: 1.5s;
	        transition-delay: 1.5s;
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #111;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}

@keyframes spin {
  from{
    transform: rotateZ(0deg);         /* アニメーション開始状態 */
  }
  to{
    transform: rotateZ(360deg);       /* アニメーション終了状態 */
  }
}

.loading {
  position: absolute;                 /* 良くわからなければ無くてもよい */
  width: 50px;                        /* 横幅 */
  height: 50px;                       /*  高さ */
  border: 3px solid #fb4d41;         /* 線(上下左右)の太さ,形,色 */
  border-top-color: #fff;          /* 線(上)の色 */
  border-radius: 50%;                 /* 円形 */
  animation: 1s spin infinite linear; /* アニメーション指定(1秒1回転で一定の速度で永遠回るように指定) */
	box-sizing:border-box;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: fixed;
    top: 50%;
}

#spmain{
	display:none;
}

#spmain2{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	height: 100%;
	margin:0 auto;
	font-size: 15px;
	line-height: 175%;
}

#contents_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}


.btn-trigger_fix{
	width:70px;
	height:70px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	right: 2%;
	z-index: 200;
	background-color:#000;
	border:3px double #666;
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 17px;
  margin-top:20px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :74%;
  color: #fff;
  background-color: rgba(0,0,0,0.9);
  box-sizing: border-box;
  padding:10% 3%;
  width: 26%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	box-sizing: border-box;
	z-index: 100;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

.menu{
	width:100%;
	margin-bottom: 5%;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 3px;
	text-align: center;
	font-size: 18px;
    transform: scale(0.7, 1);
}

.menu a {
  position: relative;
  display: inline-block;
  transition: 0.5s;
  color: #fff;
  text-decoration: none;
  padding-bottom: 0.5%;
}

.menu a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 1px #fb4d41;
  transition: 0.5s;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.menu a:hover::after {
  width: 100%;
  color: #d3c050;
}


#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
}

#top_main{
	width:100%;
}

#top_logo_wrapper{
	width:49.26%;
	position: absolute;
	right:0;
	top:14%;
}

#top_logo{
	width:90%;
	margin:0 auto;
	opacity: 0;
	margin-bottom: 3%;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}


#top_photo{
	width:100%;
	opacity: 0;
	margin-bottom: 20px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #top_photo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

#top_biling{
	width:90%;
	opacity: 0;
	margin:0 auto;
	margin-bottom: 20px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #top_biling{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.btn_wrapper{
	width:40%;
	margin-left: 5%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 100;
	margin-bottom: 10px;
}
  
.showNavi .btn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}


.shiyakusyo{
	width:30%;
	margin-left: 5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 100;
}
  
.showNavi .shiyakusyo{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.topbtn{
	width: 48%;
	float: left;
	margin-right: 2%;
}

.topbtn a{
    display:block;
	width: 100%; /* 横幅 */
	border:1px solid #fff;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	outline: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

.topbtn a:hover {
	text-decoration: none;
	outline: none;
	background-color:#fb4d41;
}




#top_bottom{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	padding:2% 5%;
	background-color: #000;
}

.bnr_wrapper{
	width:30%;
	float: right;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .bnr_wrapper{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}

.topbnr{
	width: 48%;
	float: left;
	margin-left: 2%;
	background-color: #fff;
}


.topbnr img:hover{
	transition:0.5s all;
	opacity: 0.5;
}

.topbnr:nth-child(2) {
  margin-right:0;
}


#snsbtn_wrapper1{
	width:140px;
	margin-bottom: 10px;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #snsbtn_wrapper1{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}

.snsbtn{
	width:40px;
	float: left;
	margin-right:10px;
	outline: none;
	text-align: center;
	box-sizing: border-box;
}

.snsbtn:nth-child(3n) {
  margin-right:0;
}

.snsbtn a{
    display:block;
	width: 100%; /* 横幅 */
	border:1px solid #fff;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	outline: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

.snsbtn a:hover {
	text-decoration: none;
	outline: none;
	background-color:#fb4d41;
}


#snsbtn_wrapper2{
	width:474px;
	overflow: hidden; /* heightを戻す */
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #snsbtn_wrapper2{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}

.tweet{
	width:85px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:87px;
	float:left;
	margin-right:5px;
	line-height: 100%;
	overflow: hidden;
}

.line{
	width:83px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.eigacom{
	width:110px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.filmarks{
	width:89px;
	float: right;
	line-height: 100%;
}

#snsbtn_wrapper3{
	display: none;
}

#snsbtn_wrapper4{
	display: none;
}


#top_day{
	width:12%;
	position: absolute;
	left:3%;
	bottom:18%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	margin-bottom: 30px;
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}

#top_catch{
	width:3%;
	position: absolute;
	left:3%;
	top:5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    transform: translateY(-50px);/* X軸方向に200px */
}
  
.showNavi #top_catch{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
    transform: translateY(0);
}

#top_prize{
	width:13%;
	position: absolute;
	left:35.5%;
	top:5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #top_prize{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

#aboutmenu_wrapper{
	width:2%;
	position: fixed;
	left:0;
	top:10%;
}

.aboutmenu{
	width:100%;
	margin-bottom: 10px;
}

.aboutmenu a{
    display:block;
	width: 100%; /* 横幅 */
	box-sizing: border-box;
	outline: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
	background-color: #111;
}

.aboutmenu a:hover {
	text-decoration: none;
	outline: none;
	background-color: #fb4d41;
}


#about_wrapper{
	width:100%;
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #5d4a45;
}

#about_main{
	width:100%;
	box-sizing: border-box;
	border-right:40px solid #5d4a45;
	border-bottom:40px solid #5d4a45;
	border-left:40px solid #5d4a45;
}

#about_midashi{
	width:20%;
	padding:20px 0;
	margin-left: 0;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	letter-spacing: 3px;
	line-height: 20px;
	font-size: 20px;
	box-sizing: border-box;
    transform: scale(0.7, 1);
}

.pagetitle1{
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 3px;
	line-height: 20px;
	font-size: 20px;
	margin-bottom: 50px;
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
	background: url("images/aboutthemovie/intro_bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	padding-top:40%;
	box-sizing: border-box;
}

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 10%;
	background-color:#f5f3f2;
}

.intro_award{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}

.intromidashi{
	width:100%;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #80443b;
}

.introbox{
	width:48%;
	float: left;
	margin-right: 4%;
}

.introbox:nth-child(2n) {
  margin-right:0;
}

.intropush{
	font-size: 15px;
	font-weight: 700;
}


.loop_wrap {
   position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100vw;
    overflow: hidden;
}


.loop_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }

.loop_wrap li {
    display: inline-block;
    width: calc(100vw / 2);
    min-width: 150px;
    list-style: none;
    text-align: center;
  }

.loop_wrap li img {
    display: block;
    width: 100%;
    height: auto;
  }

.loop_wrap ul:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }

.loop_wrap ul + ul {
    -webkit-animation: loop2 50s  linear infinite;
    animation: loop2 50s linear infinite;
  }

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


#boston_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
}

#boston_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 7%;
	background-color:#f5f3f2;
}

.bostonbox_l{
	width:55%;
	float: left;
	border-top:2px solid #fb4d41;
	padding-top:20px;
}

.bostonbox_r{
	width:41.5%;
	float: right;
	border-top:2px solid #fb4d41;
	padding-top:20px;
}



.bostonbox2{
	width:31%;
	float: left;
	margin-right: 3.5%;
	border-top:2px solid #fb4d41;
	padding-top:20px;
}

.bostonbox2:nth-child(3n) {
  margin-right:0;
}

.map_l{
	width:50%;
	float: left;
}

.map_r{
	width:47%;
	float: right;
}

#wiseman_wrapper{
	width:100%;
	overflow: hidden;
	background: url("images/aboutthemovie/wiseman_bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	padding-top:40%;
	box-sizing: border-box;
}

#wiseman_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 10%;
	background-color:#f5f3f2;
}

.wiseman_l{
	width:35%;
	float: left;
}

.wiseman_r{
	width:60%;
	float: right;
}

.wiseman_name1{
	width:100%;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wiseman_name2{
	width:100%;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wiseman_name3{
	width:100%;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding:1% 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.wiseman_comment{
	width:100%;
	padding:20px 0;
	border-top:1px solid #000;
}

.filmo_l{
	width:47%;
	float: left;
}

.filmo_r{
	width:47%;
	float: right;
}

.year{
	width:12%;
	float: left;
	padding-right: 0.5%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

.works{
	width:85%;
	float: right;
}

#footer_logo{
	width:30%;
	margin:0 auto;
	padding:5% 0;
}

.pagetitle2{
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 3px;
	line-height: 20px;
	font-size: 20px;
	margin-bottom: 50px;
	text-align: center;
}

#award_wrapper{
	width:100%;
	overflow: hidden;
	background: url("images/award/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	padding-top:40%;
	box-sizing: border-box;
}

#award_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 20%;
	background-color:#f5f3f2;
}

#review_wrapper{
	width:100%;
	overflow: hidden;
	background: url("images/review/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	padding-top:40%;
	box-sizing: border-box;
}

#review_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 10%;
	background-color:#f5f3f2;
}


.wrapperline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}


.commentbox{
	width:46%;
	float: left;
	margin-right:8%;
	margin-bottom: 8%;
	box-sizing: border-box;
	padding:20px 10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.commentbox:nth-child(2n) {
  margin-right:0;
}

.commenttext{
	width:100%;
	font-size: 17px;
	margin-bottom: 10px;
}

.commentname1{
	width:100%;
	font-size: 20px;
	color: rgba(126,15,17,1.00);
	text-align: right;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.commentname2{
	width:100%;
	font-size: 12px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#666;
	text-align: right;
}

.keisyo{
	width:100%;
	text-align: center;
	font-size: 11px;
}

#top_filmarks{
	width:13%;
	position: absolute;
	left:17%;
	bottom: 3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	margin-bottom: 30px;
}
  
.showNavi #top_filmarks{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}


#top_dvd{
	width:13%;
	position: absolute;
	left:3%;
	bottom: 3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	margin-bottom: 30px;
}
  
.showNavi #top_dvd{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}


@media screen and (max-width:768px){

body{
	margin:0px;
	color:#000;
	height:100%;
	background:none;
	background-color:#100f12;
}

#spmain{
	display: inherit;
	width:100%;
	margin-bottom: 30px;
}
	
#spmain2{
	display: inherit;
	width:100%;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:30px;
}

.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
}

#top_main{
	display: none;
}

#top_logo_wrapper{
	width:90%;
	position: inherit;
	right:0;
	top:0;
	margin: 0 auto;
	margin-bottom: 20px;
}

#top_logo{
	display: none;
}

#top_photo{
	display: none;
}

#top_biling{
	display: none;
}

.btn_wrapper{
	width:80%;
	margin-left: 0;
	overflow: hidden;
	opacity: 1;
	z-index: 100;
	margin:0 auto;
	margin-bottom: 10px;
}

.topbtn{
	width: 100%;
	float: none;
	margin-right: 0;
}
	

.shiyakusyo{
	width:80%;
	margin-left: 0;
	opacity: 1;
	margin:0 auto;
	z-index: 100;
}
  
	
#top_day{
	display: none;
}

#top_catch{
	display: none;
}

#top_prize{
	display: none;
}
  
#top_bottom{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 5% 5% 5%;
	background-color: #000;
}

.bnr_wrapper{
	width:90%;
	float: none;
	margin:0 auto;
	overflow: hidden;
	opacity: 1;
	margin-bottom: 20px;
}
  
#snsbtn_wrapper1{
	width:230px;
	margin:0 auto;
	margin-bottom: 20px;
	overflow: hidden;
	opacity: 1;
}

.snsbtn{
	width:70px;
	float: left;
	margin-right:10px;
	outline: none;
	text-align: center;
	box-sizing: border-box;
}

#snsbtn_wrapper2{
	display: none;
}
	
#snsbtn_wrapper3{
	display: inherit;
	width:255px;
	margin:0 auto;
	overflow: hidden;
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:87px;
	float:left;
	margin-right:5px;
	line-height: 100%;
	overflow: hidden;
}

.line{
	width:83px;
	float:right;
	margin-right:0;
	line-height: 100%;
}
	
#snsbtn_wrapper4{
	display: inherit;
	width:209px;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
	
.eigacom{
	width:115px;
	float:left;
	margin-right:0;
	line-height: 100%;
}

.filmarks{
	width:89px;
	float: right;
	line-height: 100%;
}
	
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :0%;
  color: #fff;
  background-color: rgba(0,0,0,0.9);
  box-sizing: border-box;
  padding:20% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	box-sizing: border-box;
	z-index: 100;
}
	
#aboutmenu_wrapper{
	width:6%;
	position: fixed;
	left:0;
	top:10%;
}


#about_wrapper{
	width:100%;
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #5d4a45;
}

#about_main{
	width:100%;
	box-sizing: border-box;
	border-right:20px solid #5d4a45;
	border-bottom:20px solid #5d4a45;
	border-left:20px solid #5d4a45;
}

#about_midashi{
	width:88%;
	padding:10px 0;
	margin-right: 12%;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	letter-spacing: 3px;
	line-height: 20px;
	font-size: 20px;
	text-align: right;
	box-sizing: border-box;
}

.pagetitle1{
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 3px;
	line-height: 20px;
	font-size: 20px;
	margin-bottom: 50px;
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
	background:none;
	padding-top:0;
	box-sizing: border-box;
}

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
	background-color:#f5f3f2;
}

.intro_award{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}

	
.intromidashi{
	width:100%;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #80443b;
}

.introbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 30px
}


#boston_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
}

#boston_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
	background-color:#f5f3f2;
}
	
.bostonbox_l{
	width:100%;
	float: none;
	border-top:2px solid #fb4d41;
	padding-top:20px;
	margin-bottom: 40px;
}

.bostonbox_r{
	width:100%;
	float: none;
	border-top:2px solid #fb4d41;
	padding-top:20px;
}

.map_l{
	width:100%;
	float: none;
	margin-bottom: 10px;
}

.map_r{
	width:100%;
	float: none;
}



.bostonbox2{
	width:100%;
	float: none;
	margin-right: 0;
	border-top:2px solid #fb4d41;
	padding-top:20px;
	margin-bottom: 30px;
}


#wiseman_wrapper{
	width:100%;
	overflow: hidden;
	background:none;
	padding-top:0;
	box-sizing: border-box;
}

#wiseman_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
	background-color:#f5f3f2;
}

.wiseman_l{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

.wiseman_r{
	width:100%;
	float: none;
}

.wiseman_name1{
	width:100%;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wiseman_name2{
	width:100%;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wiseman_name3{
	width:100%;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding:1% 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.filmo_l{
	width:100%;
	float: none;
	margin-bottom: 30px;
}

.filmo_r{
	width:100%;
	float: none;
}

.year{
	width:15%;
	float: left;
	padding-right: 0.5%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

.works{
	width:82%;
	float: right;
}

#footer_logo{
	width:80%;
	margin:0 auto;
	padding:10% 0 5% 0;
}

#award_wrapper{
	width:100%;
	overflow: hidden;
	background:none;
	padding-top:0%;
	box-sizing: border-box;
}

#award_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% ;
	background-color:#f5f3f2;
}
	

#review_wrapper{
	width:100%;
	overflow: hidden;
	background:none;
	padding-top:0%;
	box-sizing: border-box;
}

#review_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 10%;
	background-color:#f5f3f2;
}

.commentbox{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom: 8%;
	box-sizing: border-box;
	padding:20px 10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.commenttext{
	width:100%;
	font-size: 17px;
	margin-bottom: 10px;
}

.commentname1{
	width:100%;
	font-size: 20px;
	color: rgba(126,15,17,1.00);
	text-align: right;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.commentname2{
	width:100%;
	font-size: 12px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#666;
	text-align: right;
}

.keisyo{
	width:100%;
	text-align: center;
	font-size: 11px;
}
	
	
#top_filmarks{
	width:70%;
	position: inherit;
	left:0;
	bottom:0;
	margin:0 auto;
	opacity: 1;
	margin-bottom: 30px;
}
	
#top_dvd{
	display: none;
	
}
  
}