html{
  height:100vh; 
}

body { margin: 0; padding:0;font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; width:100%; height:100vh;  overflow-x:hidden; }
	

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background:url(../img/fixed_bg_pc.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
}

#wrapper {
	width:100%;
	height:auto;
	overflow-x:hidden !important;
}



.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
.pcimg {
	display: inline;
}
.spimg {
	display: none;
}
br.sponly {display:none;}

@media (max-width: 800px) {
	.pcimg {
		display: none;
	}
	.spimg {
		display: inline;
	}
}

@media (max-width: 510px) {
br.sponly {display:inline;}
#wrapper {
	width:100%;
	height:auto;
	overflow-x:hidden !important;
}


}




/* ========================================
ローディング
========================================== */

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 1.2s;
    transition-duration: 3.5s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:500px;
	height:200px;
	margin:0;
	padding:0;
	position:relative;
	animation-name: anime2;
	animation-duration: 8s;
	animation-timing-function: ease;
	animation-delay:5s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;
}

#loader #load1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	animation-name: anime2;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;
	opacity:0;
}

#loader #load2 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	animation-name: anime2;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-delay:1s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;
	opacity:0;
}



#loader #load1 img , #loader #load2 img {
	width:100%;
	height:auto;
}


@keyframes anime1 {
	0% {	opacity:1;	}
	100% {	opacity:1;	}
}

@keyframes anime2 {
  0%,100% {
    opacity: 0.1;
  }

  50% {
    opacity: 1;
  }
}

/* 以下スマホ */
@media (max-width: 600px) {

#loader {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

}



/* ========================================
POPUP
========================================== */


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300000000;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
	max-width:1000px;
  padding: 10px;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}

.op-movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.op-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:2;
}

.close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  padding:5px;
    z-index:3;
}
.close-btn i {
  font-size: 40px;
  color: #fff;
}
.black-background-pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}



/* ========================================
ヘッダー
========================================== */

.navigation {
  position: absolute;
  left: 5px;
  top: 5px ;
  width: 100%;
  height: 60px;
}

.global-nav {
  position: fixed;
  right: -520px; /* これで隠れる */
  top: 0;
  width: 500px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 70px;
    background:url(../img/Menu-3.jpg);
	background-size: cover;
	background-position: top center;
  color:#fff;
  transition: all .6s;
  z-index: 200000;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}


.hamburger {
  position: fixed;
  right: 15px;
  top: 5px;
  width: 140px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 140px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300000;
    background:url(../img/menu_bird.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;

}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: #fff;
  font-size:2vw;
	transition-duration: 0.6s
}
.global-nav__item a:hover {
  color:#EFD498;
}



.global-nav ul#sns-link-btn {
	width:100%;
	height:auto;
	list-style-type: none;
	padding:10px 0;
	margin:0;
	display: flex;
	justify-content: center;
}

.global-nav ul#sns-link-btn li {
	width: 25%;
	height: auto;
	padding: 0;
	margin: 0 ;
	text-align:center;
}

.global-nav ul#sns-link-btn li img {
	width:70%;
}

.global-nav #menu-logo {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:center;
}

.global-nav #menu-logo img {
	width:30%;
	height:auto;
}

.hamburger__line {
  position: absolute;
  left: 45px;
  width: 40px;
  height: 4px;
  background-color: #248EB8 !important;
  transition: all .6s;
}

.hamburger #menu {
  position: absolute;
  top: 95px;
  left: 43px;
  font-weight:bold;
  color:#248EB8;
  font-size:0.95em;
}


.hamburger__line--1 {
  top: 60px;
}
.hamburger__line--2 {
  top: 75px;
}
.hamburger__line--3 {
  top: 90px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 70px;

}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;

}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 70px;

}




header {

overflow-x:hidden;
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {


.navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background:none;
}

.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 50px;
  background-color:rgba(255,255,255,1);
  color:#fff;
  transition: all .6s;
  z-index: 200000;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

.global-nav #menu-logo img {
	width:40%;
	height:auto;
}

.global-nav__item a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  font-size:1.2em;
}


.hamburger {
  position: fixed;
  right: 5px;
  top: 5px;
    background:url(../img/menu_bird-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
  width: 80px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 80px; /* クリックしやすいようにちゃんと高さを指定する */
	display:block !important;
}

.hamburger__line {
  position: absolute;
  left: 33px;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 8px;
}
.hamburger__line--2 {
  top: 16px;
}
.hamburger__line--3 {
  top: 24px;
}

.hamburger #menu {
  position: absolute;
  top: 27px;
  left: 34px;
  font-weight:bold;
  color:#248EB8;
  font-size:0.5em;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.global-nav ul#sns-link-btn li {
	width: 23%;
	height: auto;
	padding: 0;
	margin: 0 2%;
}

.global-nav ul#sns-link-btn li img {
	width:100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 18px;

}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;

}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 18px;

}


}

/* ========================================
トップ
========================================== */

.top-video-area {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

.top-video-area video {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

.top-video-area #sp-top {
	display:none;
}
.top-video-area #pc-vod-banner {
	display:block;
	width:15%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:60%;
	right:5%;
}
.top-video-area #pc-vod-banner img {
	width: 100%;
	height: auto;
}


.top-video-area #pc-top {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

.top-video-area #pc-top .para-wrap {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

.top-video-area #pc-top .para-wrap .top1 {
	width:100%;
	height:auto;
	margin:100px 0 0;
	padding:0;
	opacity:0;
}

.top-video-area #pc-top .para-wrap .top2 , .top-video-area #pc-top .para-wrap .top3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.top-video-area #pc-top .para-wrap .top1 img , .top-video-area #pc-top .para-wrap .top2 img , .top-video-area #pc-top .para-wrap .top3 img {
	width:100%;
	height:auto;

}

.top-video-area #blueline {
	width:100%;
	height:3px;
	margin:0;
	padding:0;
	background:#248EB8;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}



/* 以下タブレット・スマホ */
@media (max-width: 600px) {

.top-video-area #pc-top ,
.top-video-area #pc-vod-banner {
	display:none !important;
}
.top-video-area #sp-vod-banner {
	display:block;
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:78%;
	right:5%;
}
.top-video-area #sp-vod-banner img {
	width: 100%;
	height: auto;
}

.top-video-area #sp-top {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

.top-video-area #sp-top .para-wrap {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

.top-video-area #sp-top .para-wrap .top1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	opacity:0;
}

.top-video-area #sp-top .para-wrap .top2 , .top-video-area #sp-top .para-wrap .top3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.top-video-area #sp-top .para-wrap .top1 img , .top-video-area #sp-top .para-wrap .top2 img , .top-video-area #sp-top .para-wrap .top3 img {
	width:100%;
	height:auto;

}



}

/* ========================================
トップメイン画像まわり
========================================== */




.theater-maru-sp {
	display:none;
}

.theater-maru {
	display:block;
	width:14%;
	height:auto;
	position:fixed;
	bottom:1%;
	left:0.2%;
	z-index:100;
}

.theater-maru img {
	width:100% !important;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.theater-maru img:hover {
	opacity:0.7;
}



/* 以下タブレット・スマホ */
@media (max-width: 600px) {


.theater-maru {
	display:none !important;
}

.theater-maru-sp {
	display:block !important;
	width:25%;
	height:auto;
	position:fixed;
	bottom:6%;
	left:0;
	z-index:100;
}

.theater-maru-sp img {
	width:100% !important;
}




}



/* ========================================
ミドルエリア
========================================== */
@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
}
#middle {
	width:100%;
	height:auto;
	margin-top:-1px;
	padding:0;
  background: -moz-linear-gradient(top, #248EB8, #8ACAD6);
  background: -webkit-linear-gradient(top, #248EB8, #8ACAD6);
  background: linear-gradient(to bottom, #248EB8, #8ACAD6);
}
#middle #higeki {
	width: 100%;
	height: auto;
	margin: 0;
	padding:50px 0 5px;
	text-align: center;
}
#middle #higeki img {
	width: 40%;
}
#middle #higeki img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

#middle #awards-catch-sp {
	display:none !important;
}

#middle #awards-catch-pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 5px;
	text-align:center;
}

#middle #awards-catch-pc img {
	width:60%;
	height:auto;
}

#middle #awards-sp {
	display:none;
}
#middle #awards-pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:5px 0 30px;
	text-align:center;
}

#middle #awards-pc img {
	width:40%;
	height:auto;
}


#middle #title {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}

#middle #title img {
	width:15%;
	height:auto;
}

#middle #subcatchsp {
	display:none;
}
#middle #subcatch {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}

#middle #subcatch img {
	width:60%;
	height:auto;
}

#middle #date-sp {
	display:none;
}
#middle #date-pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}

#middle #date-pc img {
	width:40%;
	height:auto;
}



#middle ul#com-banner-pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
	list-style-type:none;
	display:flex;
	justify-content:center;
}

#middle ul#com-banner-pc li {
	width:15%;
	height:auto;
	margin:0 3%;
}

#middle ul#com-banner-pc li img {
	width:100%;
	height:auto;
}



.date-plus {
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
	font-size:1.5vw;
}

ul#mj-banner {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 10px;
	text-align:center;
	list-style-type:none;
	display:flex;
	justify-content: center;
}

ul#mj-banner li {
	width:21%;
	height:auto;
	margin:0 2.5%;
	text-align:center;
}

ul#mj-banner li.mjr img {
	width:100%;
	height:auto;
	object-fit: contain;
}

#middle ul#sns-link-btn {
	width:100%;
	height:auto;
	list-style-type: none;
	padding:30px 0 10px;
	margin:0;
	display: flex;
	justify-content: center;
}

#middle ul#sns-link-btn li {
	width: 6%;
	height: auto;
	padding: 0;
	margin: 0 2%;
}

#middle ul#sns-link-btn li img {
	width:100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#middle ul#sns-link-btn li img:hover {
}


ul.social_buttons {
	list-style-type: none;
	padding:20px 0 0;
	margin:0;
	text-align: center;
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
ul.social_buttons li {
	height: auto;
	width:110px;
	margin:0 3px 0 3px;
	display: inline-block;
}

ul.social_buttons li.checkin {
	width:110px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}



/* 以下スマホ */
@media (max-width: 800px) {
	#middle #higeki {
		width: 100%;
		height: auto;
		margin: 0;
		padding:50px 0 5px;
		text-align: center;
	}
	#middle #higeki img {
		width: 85%;
	}


#middle #awards-catch-pc {
	display:none !important;
}

#middle #awards-catch-sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0 10px;
	text-align:center;
}

#middle #awards-catch-sp img{
	width:95%;
	height:auto;
}

#middle #title img {
	width:40%;
	height:auto;
}

#middle #awards-pc {
	display:none !important;
}
#middle #awards-sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:5px 0 30px;
	text-align:center;
}

#middle #awards-sp img {
	width:90%;
	height:auto;
}

#middle #subcatch {
	display:none !important;
}
#middle #subcatchsp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}

#middle #subcatchsp img {
	width:90%;
	height:auto;
}


#middle ul#com-banner-pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
	list-style-type:none;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#middle ul#com-banner-pc li {
	width:100%;
	height:auto;
	margin:20px 0;
	padding:0;
	text-align:center;
}

#middle ul#com-banner-pc li img {
	width:50%;
	height:auto;
}




#middle #date-pc {
	display:none !important;
}

#middle #date-sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0 10px;
	text-align:center;
}

#middle #date-sp img {
	width:80%;
	height:auto;
}

.date-plus {
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
	font-size:1em;
}

#middle #tokuten img {
	width:80%;
	height:auto;
}


ul#mj-banner {
	width:100%;
	height:auto;
	margin:0;
	padding:15px 0;
	text-align:center;
	list-style-type:none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

ul#mj-banner li {
	width:70%;
	height:auto;
	margin:10px 20%;
}

ul#mj-banner li img {
	width:100%;
}

#middle ul#sns-link-btn {
	width:100%;
	height:auto;
	list-style-type: none;
	padding:0 0 10px;
	margin:0;
	display: flex;
	justify-content: center;
}

#middle ul#sns-link-btn li {
	width: 20%;
	height: auto;
	padding: 0;
	margin: 0 3%;
}

ul.social_buttons {
	list-style-type: none;
	padding: 10px 0;
	margin:0;
	text-align: center;
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;

}
ul.social_buttons li {
	height: auto;
	width:120px;
	margin:0 3px 20px 3px;
	overflow:hidden;
}

ul.social_buttons li.fb .fb-like {
	width:100px !important;
}

ul.social_buttons li.fb {
	width:120px !important;
}

ul.social_buttons li.tw {
	width:95px;
}

ul.social_buttons li.line {
	width:100px;
}

}


/* ========================================
トレーラー
========================================== */


.trailer {
	width:90%;
	height:auto;
	margin:0;
	padding:100px 5% 120px;
}

.trailer h2 {
	width:100%;
	height:auto;
	text-align:center;
	padding-bottom:5px;
}

.trailer h2 img {
	width:20%;
}

.trailer h2.trailer-head img.tr-img2 {
	width:30%;
}


.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
  display:block;
}
 
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-sp {
  display:none !important;
}



/* 以下スマホ */
@media (max-width: 800px) {


.trailer {
	padding:70px 5% 30px;
}


.trailer h2 img {
	width:40%;
}
}

@media (max-width: 525px) {

.video {

}
.trailer {
	width:95%;
	height:auto;
	margin-top:-1px;
	padding:20px 2.5% 70px;
}

.trailer h2 img {
	width:40%;
}
}


/* ========================================
ニュースエリア
========================================== */

#newsarea {
	width:100%;
	height:auto;
	margin-top:-1px;
	padding:0;
	position:relative;
}

#newsarea #newsbg1sp , #newsarea #newsbg2sp {
	display:none;
}

#newsarea #newsbg1 {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#newsarea #newsbg2 {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#newsarea #newsbg1 img , #newsarea #newsbg2 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}



#newsarea #news-wrap {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
	position:absolute;
	top:0;
	left:0;
}

#newsarea #news-wrap #newsfeed {
	width:45%;
	height:auto;
	margin:0;
	padding:0;
}

#newsarea #news-wrap #newsfeed h2 {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}

#newsarea #news-wrap #newsfeed h2 img {
	width:40%;
	height:auto;
}

#newsarea #news-wrap #newsfeed #feed {
	width:100%;
	height:250px;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	display:inline-block;
}

#newsarea #news-wrap #newsfeed .moretxt {
	width:70%;
	height:auto;
	margin:10px 0 0 15%;
	padding:0;
	text-align:right;
  font-size:1em;
  color:#000;
	border-bottom:1px solid #fff;
}

#newsarea #news-wrap #newsfeed .moretxt a {
  color:#000;
}


dl.list{
	width:70%;
	margin:0 0 20px 0;
	border-top:1px solid #fff;
	margin-left:15%;
	padding:40px 0 30px 2%;
}

dl.list:after{
	content: "";
	clear: both;
	display: block;
}


dl.list dt {
  clear: left;
  float: left;
  margin: 0 7% 0 1%;
  width: 16.5%;
  padding:0;
  color: #000;
  text-align:center;
  font-size:1em;
}

dl.list dd {
  margin: 0 0 10px 12%;
  width: 68%;
  padding-left:15px;
  text-align:left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

dl.list dd a {
  color: #000;
}


#newsarea #news-wrap #twitterfeed {
	width:45%;
	height:auto;
	margin:0;
	padding:0;
}

#newsarea #news-wrap #twitterfeed h2 {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}

#newsarea #news-wrap #twitterfeed h2 img {
	width:40%;
	height:auto;
}

#newsarea #news-wrap #twitterfeed .twitter-widget_pc {
	display: inline-block !important;
	width:70%;
	height:auto;
    padding: 0;
	margin:0 15% 30px;
	overflow:hidden;
	color:#fff;
}



#newsarea #spnewsbg {display:none;}






/* 以下スマホ */
@media (max-width: 600px) {

#newsarea {
	width:100%;
	height:auto;
	margin-top:-1px;
	padding:0;
	position:relative;
  background: #8ACAD6;
}


#newsarea #newsbg1 , #newsarea #newsbg2 {
	display:none;
}

#newsarea #spnewsbg {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

#newsarea #spnewsbg #newsbg1sp {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#newsarea #spnewsbg #newsbg2sp {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#newsarea #newsbg1sp img , #newsarea #newsbg2sp img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#newsarea #news-wrap {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
	position:static;
	flex-wrap:wrap;
}

#newsarea #news-wrap #newsfeed {
	width:100%;
	height:auto;
	margin:0;
	padding:50px 0;
}

#newsarea #news-wrap #newsfeed h2 {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}

#newsarea #news-wrap #newsfeed h2 img {
	width:40%;
	height:auto;
}

#newsarea #news-wrap #newsfeed #feed {
	width:100%;
	height:220px;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	display:inline-block;
}

#newsarea #news-wrap #newsfeed .moretxt {
	width:90%;
	height:auto;
	margin:10px 0 5px 5%;
	padding:0;
	text-align:right;
  font-size:1em;
  color:#000;
	border-bottom:1px solid #fff;
}

dl.list{
	width:90%;
	margin:0 0 20px 0;
	border-top:1px solid #fff;
	margin-left:5%;
	padding:40px 0 30px 2%;
}

dl.list:after{
	content: "";
	clear: both;
	display: block;
}


dl.list dt {
  clear: left;
  float: left;
  margin: 0 7.5% 0 0.5%;
  width: 16.5%;
  padding:0;
  color: #000;
  text-align:center;
  font-size:1em;
}

dl.list dd {
  margin: 0 0 10px 15%;
  width: 65%;
  padding-left:20px;
  text-align:left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

dl.list dd a {
  color: #000;
}



#newsarea #news-wrap #twitterfeed {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#newsarea #news-wrap #twitterfeed h2 img {
	width:40%;
	height:auto;
}

#newsarea #news-wrap #twitterfeed .twitter-widget_pc {
	display: inline-block !important;
	width:80%;
	height:auto;
    padding: 0;
	margin:0 10% 30px;
	overflow:hidden;
	color:#fff;
}

.more {
	width:100%;
	height:auto;
	margin-top:10px;
	padding:0;
	text-align:center;
}

.more img {
	width:50%;
	height:auto;
}

}

/* ========================================
イントロダクション
========================================== */

#introduction {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#introduction h2.h2sp {
	display:none;
}
#introduction h2.h2pc {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

#introduction h2.h2pc #intro1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#introduction h2.h2pc #intro2 , #introduction h2.h2pc #intro3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#introduction h2.h2pc #intro1 img , #introduction h2.h2pc #intro2 img , #introduction h2.h2pc #intro3 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#introduction #intro-txt-area {
	width:80%;
	height:auto;
	background:#000;
	margin-top:-1px;
	padding:30px 10% 150px;
}

.h3pc {display:block;}
.h3sp {display:none;}

#introduction #intro-txt-area h3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

#introduction #intro-txt-area h3 img {
	width:60%;
	height:auto;
}

#introduction #intro-txt-area h3.roadmovie img {
	width:75% !important;
	height:auto;
}

#introduction #intro-txt-area h4 {
	width:100%;
	height:auto;
	margin:60px 0 5px;
	padding:0;
	text-align:left;
	color:#fff;
	font-size:1.7vw;
}

#introduction #intro-txt-area p {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
	color:#fff;
	font-size:1.4vw;
}





/* 以下スマホ */
@media (max-width: 600px) {

#introduction h2.h2pc {
	display:none !important;
}
#introduction h2.h2sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

#introduction h2.h2sp #intro1sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#introduction h2.h2sp #intro2sp , #introduction h2.h2sp #intro3sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#introduction h2.h2sp #intro1sp img , #introduction h2.h2sp #intro2sp img , #introduction h2.h2sp #intro3sp img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#introduction #intro-txt-area {
	width:90%;
	height:auto;
	background:#000;
	margin-top:-1px;
	padding:30px 5% 80px;
}


.h3sp {display:block !important;}
.h3pc {display:none !important;}

#introduction #intro-txt-area h3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

#introduction #intro-txt-area h3 img {
	width:80%;
	height:auto;
}

#introduction #intro-txt-area h4 {
	width:100%;
	height:auto;
	margin:50px 0 20px;
	padding:0;
	text-align:center;
	color:#fff;
	font-size:1.15em;
}

#introduction #intro-txt-area p {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
	color:#fff;
	font-size:1em
}



}

/* ========================================
ストーリー
========================================== */

#story {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

#story1 , #story2 , #story3 {
	display:block;
}

#story1sp , #story2sp {
	display:none;
}

#story #story1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}

#story #story2 , #story #story3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#story #story1 img , #story #story2 img , #story #story3 img {
	width:100%;
	height:auto;
}

/* スライダー  */
.story-slider-area {
	width:100%;
	height:auto;
	padding:0;
	margin:0 ;
	display:block;
	overflow:hidden;
	position:absolute;
	top:34%;
	left:0;
	z-index:0;
}

.story-slider-area .story-slider {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

.story-slider-area .story-slider .slide-img {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
}

.story-slider-area .story-slider .slide-img img {
	width:100%;
	margin:0;
	padding:0;
}

#story #story-txt {
	width:36%;
	height:auto;
	margin:0;
	padding:0;
	color:#000;
	font-size:1.5vw;
	text-align:center;
	position:absolute;
	top:25%;
	right:2%;
	z-index:3;
}


/* 以下スマホ */
@media (max-width: 600px) {

#story1 , #story2 , #story3 {
	display:none !important;
}

#story1sp , #story2sp {
	display:block !important;
}

#story #story1sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}

#story #story2sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#story #story1sp img , #story #story2sp img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

/* スライダー  */
.story-slider-area {
	width:100%;
	height:auto;
	padding:0;
	margin:0 ;
	display:block;
	overflow:hidden;
	position:absolute;
	top:31.5%;
	left:0;
	z-index:0;
}

#story #story-txt {
	width:80%;
	height:auto;
	margin-top:-1px;
	padding:0 10% 80px;
	color:#fff;
	background:#000;
	font-size:1.2em;
	text-align:center;
	position:static;
}


}


/* ========================================
固定背景
========================================== */

#fixedbg {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#fixedbg #susume {
	width:100%;
	height:auto;
	margin:0;
	padding:300px 0;
	text-align:center;
}

ul#tate-pc {
	display:block;
}
ul#yoko-sp {
	display:none;
}

#fixedbg #susume ul {
	width:70%;
	height:auto;
	list-style-type:none;
	display:inline-flex;
	justify-content: space-between;
}

#fixedbg #susume ul li {
	width:5%;
}

#fixedbg #susume ul li img {
	width:100%;
	height:auto;
}

#fixedbg #susume ul li#tate-r {
	padding-right:22%;
}


#fixedbg #susume ul li#tate-l {
	padding-top:450px;
	padding-left:120px;
}

#fixedbg #susume ul li#yoko-top {
	display:none;
}

#animation_container {
	width:100%;
	height:1000px;
    overflow:hidden;
     position:fixed;
	top:0;
	left:0;
	z-index:-3;
}

#animation_container #canvas {
	width:100%;
	height:1000px;
    overflow:hidden;
}

#animation_container #dom_overlay_container {
	pointer-events:none;
	overflow:hidden;
	width:100%;
	height:1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}



@media (max-width: 600px) {

#animation_container {
	display:none !important;
}

ul#tate-pc {
	display:none !important;
}
ul#yoko-sp {
	display:block !important;
}

#fixedbg #susume {
	width:100%;
	height:auto;
	margin:0;
	padding:200px 0;
	text-align:center;
}


#fixedbg #susume ul {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	align-content: space-between;
}

#fixedbg #susume ul li {
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
}


#fixedbg #susume ul li#yoko-top {
	display:block;
}


#fixedbg #susume ul li#yoko-top img {
	width:10%;
	height:auto;
}







}


/* ========================================
監督
========================================== */
#director {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

#dir-imgsp , #dir-headsp {
	display:none;
}


#dir-img , #dir-head {
	display:block;
}

#director #dir-img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#director #dir-img img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}


#director #dir-head {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:10%;
	left:0;
	text-align:center;
}

#director #dir-head img {
	width:30%;
}

#director #dir-txt {
	width:60%;
	height:auto;
	margin:0;
	padding:0 5%;
  background-color: rgba(0,0,0,.3);
  color:#fff;
  font-size:1.5vw;
	position:absolute;
	top:28%;
	left:15%;
	text-align:left;
}

#director #dir-txt p {
	width:100%;
	height:auto;
}

#director #dir-txt p.dir-name {
	text-align:right;
}






@media (max-width: 600px) {


#dir-imgsp , #dir-headsp {
	display:block !important;
}


#dir-img , #dir-head {
	display:none !important;
}

#director #dir-imgsp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#director #dir-imgsp img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}


#director #dir-headsp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:10%;
	left:0;
	text-align:center;
}

#director #dir-headsp img {
	width:80%;
}

#director #dir-txt {
	width:70%;
	height:auto;
	margin:0;
	padding:0 5%;
  background-color: rgba(0,0,0,.3);
  color:#fff;
  font-size:1em;
	position:absolute;
	top:28%;
	left:10%;
	text-align:left;
}


}

/* ========================================
フッター
========================================== */

footer {
	width:100%;
	height:auto;
	padding:0;
	text-align:center;
	margin:0;
}

footer #foot-images-sp {
	display:none;
}

footer #foot-images {
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
}

footer #foot-images .footimg1 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

footer #foot-images .footimg {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

footer #foot-images .footimg1 img , footer #foot-images .footimg img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}



footer .copyright {
	width:100%;
	height:auto;
	padding:10px 0;
	color:#fff;
	text-align:center;
	background:#248EB8;
	margin-top:-1px;
}
footer .copyright-goods {
	width:100%;
	height:auto;
	padding:10px 0;
	color:#fff;
	text-align:center;
	background:#000;
	margin-top:-1px;
}


footer #foot-btm-imgsp {
	display:none;
}

@media (max-width: 600px) {

footer #foot-images {
	display:none !important;
}

footer #foot-images-sp {
	display:block !important;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
}

footer #foot-images-sp .footimg1 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

footer #foot-images-sp .footimg {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

footer #foot-images-sp .footimg1 img , footer #foot-images-sp .footimg img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}




footer .copyright {
	width:100%;
	height:auto;
	padding:7px 0;
	text-align:center;
	font-size:0.8em;
}



}



/* ========================================
グッズ
========================================== */

body#goodsbody {
	background:#000;
}

#hana-tohome {
	width:80px;
	height:80px;
	margin:0;
	padding:0;
	position:fixed;
	top:10px;
	left:10px;
	z-index:30;
	background:rgba( 255,255,255 , 0.6 );
	border-radius:50%;
	display:flex;
	justify-content: center;
	align-items: center;
}

#hana-tohome a {
	color:#000;
	text-decoration:none;
}


#goods {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:#000;
}

#goods #goods-head-sp {
	display:none;

}

#goods #goods-head {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
}

#goods #goods-head img {
	width:100%;
	height:auto;
}

#goods h1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

#goods h1 img {
	width:50%;
	height:auto;
}


#goods ul {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	list-style-type:none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

#goods ul li {
	width:40%;
	height:auto;
	margin:0;
	padding:50px 3%;
}


#goods ul li .gds-image {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

#goods ul li .gds-image a:hover {
	cursor:pointer;
}

#goods ul li .gds-image img {
	width:60%;
	height:auto;
}

#goods ul li .gds-txt-area {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	color:#fff;
}

#goods ul li .gds-txt-area h3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.8vw;
}

#goods ul li .gds-txt-area .gds-price {
	width:100%;
	height:auto;
	padding:0 0 20px;
	text-align:center;
	font-size:1.5vw;
}

#goods ul li .gds-txt-area .gds-desc {
	width:90%;
	height:auto;
	padding:0 5%;
	text-align:left;
	font-size:1.3vw;
}

#goods #gds-warning {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	color:#fff;
	text-align:center;
	font-size:1.0vw;
}



.inside-modal {
	width:100%;
	height:auto;
}

.inside-modal .close-x {
	width:99%;
	height:30px;
	padding-right:1%;
	margin:0;
	text-align:right;
	font-size:24px;
	color:#000;
	position:absolute;
	top:5px;
	left:0;
	z-index:100;
}

.inside-modal .close-x i:hover {
	-webkit-transform: rotate(360deg) !important;
	transform: rotate(360deg) !important;
	transition-duration: 0.5s
}

.inside-modal .modal-img {
	width:100%;
	height:auto;
	text-align:center;
}

.inside-modal .modal-img img {
	width:90%;
	height:auto;
}

.inside-modal .modal-close {
	width:100%;
	height:auto;
	margin-top:20px;
	text-align:center;
	font-size:0.9em;
}

.inside-modal .modal-close:hover {
	-webkit-transform: rotateX(360deg) !important;
	transform: rotateX(360deg) !important;
	transition-duration: 0.5s

}

.inside-modal a.cloButton:hover {
	cursor:pointer;
}


/* 以下スマホ・タブレット */
@media (max-width: 800px) {
#hana-tohome {
	width:70px;
	height:70px;
}

#goods #goods-head {
	display:none !important;

}

#goods #goods-head-sp {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block !important;
}

#goods #goods-head-sp img {
	width:100%;
	height:auto;
}

#goods ul li {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
}

#goods ul li .gds-image img {
	width:70%;
	height:auto;
}

#goods ul li .gds-txt-area h3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.3em;
}

#goods ul li .gds-txt-area .gds-price {
	width:100%;
	height:auto;
	padding:0 0 20px;
	text-align:center;
	font-size:1.1em;
}

#goods ul li .gds-txt-area .gds-desc {
	width:80%;
	height:auto;
	padding:0 10% 0;
	text-align:left;
	font-size:0.9em;


}

#goods #gds-warning {
	width:90%;
	height:auto;
	margin:0;
	padding:30px 5%;
	color:#fff;
	text-align:center;
	font-size:0.9em;
}



}


/* ========================================
レビュー
========================================== */

#review .block-rev {
  width: 100%;
  height: 100vh;
  padding-top:100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap:wrap;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#review .block-rev p {
  width:80%;
  height:auto;
  display: inline-block;
  font-size: 1.3vw;
  font-family: 'Great Vibes', cursive;
  padding: 0 10%;
  margin: 0;
}

#review .block-rev p span {
	display:inline-block;
	width:100%;
	text-align:right;
}

#review .block-rev .scroll {
	position:absolute;
	top:40%;
	right:20px;
	text-align:center;
}

#review .block-rev .page-no {
	position:absolute;
	top:75%;
	right:20px;
	text-align:center;
	font-size:3vw;
	z-index:20;
}

#review .block-rev h1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	font-size:2.5vw;
	position:absolute;
	top:30%;
}

#review .block-rev #auther {
	width:90%;
	height:auto;
	margin:0;
	padding-right:10%;
	text-align:right;
	font-size:2vw;
	position:absolute;
	top:50%;
}



#review .block-one {
  background:url(../img/review_image_01_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #04496A;
  z-index: 1;
}
#review .block-two {
  background:url(../img/review_image_02.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #FFFFFF;
  z-index: 2;
}
#review .block-three {
  background:url(../img/review_image_03_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #252831;
  z-index: 3;
}
#review .block-four {
  background:url(../img/review_image_04.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #F6FEDD;
  z-index: 4;
}
#review .block-five {
  background:url(../img/review_image_05_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #FFFFFF;
  z-index: 5;
}
#review .block-seven {
  background:url(../img/review_image_add_01_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #000;
  z-index: 6;
}
#review .block-eight {
  background:url(../img/review_image_add_02_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #000;
  z-index: 7;
}
#review .block-six {
  background:url(../img/review_image_06A.jpg) center no-repeat;
	background-size: cover;
	background-position: top left;
  min-width: 100%;
  min-height: 100%;
  color: #fff;
  z-index: 8;
}





/* 以下スマホ・タブレット */
@media (max-width: 800px) {

#review .block-rev {
  padding-top:100px;
}

#review .block-rev h1 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.3em;
	position:absolute;
	top:40%;
}

#review .block-rev #auther {
	width:90%;
	height:auto;
	margin:0;
	padding-right:10%;
	text-align:right;
	font-size:1.1em;
	position:absolute;
	top:60%;
}

#review .block-rev .scroll {
	position:absolute;
	top:0.5%;
	right:10px;
	text-align:center;
}

#review .block-rev .page-no {
	position:absolute;
	top:72%;
	right:20px;
	text-align:center;
	font-size:1.8em;
	z-index:20;
}

#review .block-rev p {
  width:88%;
  height:auto;
  display: inline-block;
  font-size: 0.9em;
  padding: 0 6%;
  margin: 0;
}


#review .block-one {
  background:url(../img/review_images_sp_01_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #04496A;
  z-index: 1;
}
#review .block-two {
  background:url(../img/review_images_sp_02.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #FFFFFF;
  z-index: 2;
}
#review .block-three {
  background:url(../img/review_images_sp_03.jpg) center no-repeat;
	background-size: cover;
	background-position: bottom center;
  min-width: 100%;
  min-height: 100%;
  color: #252831;
  z-index: 3;
}
#review .block-four {
  background:url(../img/review_images_sp_04.jpg) center no-repeat;
	background-size: cover;
	background-position: bottom center;
  min-width: 100%;
  min-height: 100%;
  color: #F6FEDD;
  z-index: 4;
}
#review .block-five {
  background:url(../img/review_images_sp_05.jpg) center no-repeat;
	background-size: cover;
	background-position: bottom center;
  min-width: 100%;
  min-height: 100%;
  color: #FFFFFF;
  z-index: 5;
}
#review .block-seven {
  background:url(../img/review_images_sp_add_01.jpg) center no-repeat;
	background-size: cover;
	background-position: bottom center;
  min-width: 100%;
  min-height: 100%;
  color: #000;
  z-index: 6;
}
#review .block-eight {
  background:url(../img/review_images_sp_add_03.jpg) center no-repeat;
	background-size: cover;
	background-position: bottom center;
  min-width: 100%;
  min-height: 100%;
  color: #000;
  z-index: 7;
}

#review .block-six {
  background:url(../img/review_images_sp_06_rev.jpg) center no-repeat;
	background-size: cover;
	background-position: top center;
  min-width: 100%;
  min-height: 100%;
  color: #fff;
  z-index: 8;
}


}


/* ========================================
コメント
========================================== */

#com-backto {
	width:10%;
	height:auto;
  position:fixed;
  top:10px;
  right:10px;
  z-index:20;
}

#com-backto img {
	width:100%;
	height:auto;
}


h1#com-head {
	width:100%;
	height:auto;
	margin:-1px 0 0;
	padding:100px 0 50px;
	text-align:center;
	background:#248EB8;
}

h1#com-head img {
	width:20%;
	height:auto;
}

.keisyou {
	width:95%;
	height:auto;
	display:inline-block;
	margin:0;
	padding:0 5% 0 0;
	text-align:right;
	color:#fff;
	font-size:1vw;
}


#comment {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#comment .com-unit {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

#comment .com-unit .com-bgimg-sp {
	display:none;
}

#comment .com-unit .com-bgimg {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#comment .com-unit .com-bgimg img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#comment .com-unit #com1 {
	width:66%;
	height:auto;
	margin:0 15%;
	padding:20px 2%;
	position:absolute;
	top:30%;
	color:#000;
	background:rgba( 255,255,255 , 0.5 );
	font-size:1.3vw;
}

#comment .com-unit #com1 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:right;
}


#comment .com-unit #com2 {
	width:66%;
	height:auto;
	margin:0 15%;
	padding:20px 2%;
	position:absolute;
	top:20%;
	color:#000;
	text-align:center;
	font-size:1.3vw;
}

#comment .com-unit #com2 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:right;
}

#comment .com-unit #com3 {
	width:40%;
	height:auto;
	margin:0 2% 0 54%;
	padding:20px 2%;
	position:absolute;
	top:10%;
	color:#fff;
	text-align:center;
	font-size:1.3vw;
	background:rgba( 48,113,47 , 0.7 );
}

#comment .com-unit #com3 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:center;
}

#comment .com-unit #com8 {
	width:40%;
	height:auto;
	margin:0 28%;
	padding:20px 2%;
	position:absolute;
	top:15%;
	color:#fff;
	text-align:center;
	font-size:1.3vw;
}

#comment .com-unit #com8 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:center;
}

#comment .com-unit #com9 {
	width:40%;
	height:auto;
	margin:0 28%;
	padding:20px 2%;
	position:absolute;
	top:50%;
	color:#fff;
	text-align:center;
	font-size:1.3vw;
}

#comment .com-unit #com9 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:center;
}



#comment .com-unit #com4 {
	width:40%;
	height:auto;
	margin:0 30%;
	padding:20px 0;
	position:absolute;
	top:12%;
	color:#000;
	text-align:center;
	font-size:1.3vw;
}

#comment .com-unit #com4 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:right;
}

#comment .com-unit #com5 {
	width:40%;
	height:auto;
	margin:0 ;
	padding:20px 2%;
	position:absolute;
	top:30%;
	left:5%;
	color:#000;
	text-align:left;
	font-size:1.3vw;
}

#comment .com-unit #com5 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:right;
}

#comment .com-unit #com6 {
	width:40%;
	height:auto;
	margin:0 ;
	padding:20px 2%;
	position:absolute;
	top:30%;
	left:5%;
	color:#000;
	text-align:left;
	font-size:1.3vw;
}

#comment .com-unit #com6 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:right;
}


#comment .com-unit #com7 {
	width:40%;
	height:auto;
	margin:0 2% 0 28%;
	padding:20px 2%;
	position:absolute;
	top:30%;
	color:#fff;
	text-align:center;
	font-size:1.3vw;
	background:rgba( 0,0,0 , 0.5 );
}

#comment .com-unit #com7 .name {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	text-align:center;
}



/* 以下スマホ・タブレット */
@media (max-width: 800px) {

#com-backto {
	width:15%;
	height:auto;
  position:fixed;
  top:10px;
  left:10px;
  z-index:20;
}


h1#com-head img {
	width:60%;
	height:auto;
}

h1 .keisyou {
	font-size:0.4em;
}
h2 .keisyou {
	font-size:0.55em;
}

#comment .com-unit .com-bgimg {
	display:none !important;
}

#comment .com-unit .com-bgimg-sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#comment .com-unit .com-bgimg-sp img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#comment .com-unit #com3 {
	width:74%;
	height:auto;
	margin:0 11% 0;
	padding:20px 2%;
	position:absolute;
	top:10%;
	color:#fff;
	text-align:center;
	font-size:1em;
}

#comment .com-unit #com2 {
	width:90%;
	height:auto;
	margin:0 4% 0;
	padding:20px 2%;
	position:absolute;
	top:10%;
	color:#000;
	text-align:center;
	font-size:1em;
}

#comment .com-unit #com1 {
	width:90%;
	height:auto;
	margin:0 4% 0;
	padding:20px 2%;
	position:absolute;
	top:10%;
	color:#000;
	text-align:center;
	background:transparent;
	font-size:1em;
}

#comment .com-unit #com8 {
	width:90%;
	height:auto;
	margin:0 4% 0;
	padding:20px 2%;
	position:absolute;
	top:20%;
	color:#fff;
	text-align:center;
	font-size:1em;
}

#comment .com-unit #com9 {
	width:90%;
	height:auto;
	margin:0 4%;
	padding:20px 2%;
	position:absolute;
	top:50%;
	color:#fff;
	text-align:center;
	font-size:1em;
}



#comment .com-unit #com7 {
	width:90%;
	height:auto;
	margin:0 4% 0;
	padding:20px 2%;
	position:absolute;
	top:30%;
	color:#fff;
	text-align:center;
	font-size:1em;
	background:rgba( 0,0,0 , 0.5 );
}

#comment .com-unit #com4 {
	width:80%;
	height:auto;
	margin:0 ;
	padding:20px 2%;
	position:absolute;
	top:15%;
	left:5%;
	color:#000;
	text-align:center;
	font-size:1em;
}

#comment .com-unit #com5 {
	width:90%;
	height:auto;
	margin:0 ;
	padding:20px 5%;
	position:absolute;
	top:20%;
	left:0;
	color:#000;
	text-align:center;
	font-size:1em;
}

#comment .com-unit #com6 {
	width:90%;
	height:auto;
	margin:0 ;
	padding:20px 5%;
	position:absolute;
	top:2%;
	left:0;
	color:#000;
	text-align:center;
	font-size:1em;
}



}

/* ========================================
ギャラリー
========================================== */

#gallery {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:#248EB8;
}

#gallery h2 {
	width:100%;
	height:auto;
	margin:0;
	padding:80px 0 30px;
	text-align:center;
}

#gallery h2 img {
	width:30%;
	height:auto;
}



#gallery ul {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}



#gallery ul li {
	width:80%;
	height:auto;
	margin:50px 10%;
	text-align:center;
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:1.3vw;
}

#gallery ul li img {
	width:60%;
	border:20px solid #fff;
}

#gallery ul li.tate img {
	width:40%;
}


#gallery ul li img:hover {
	cursor:pointer;
}

/* 以下スマホ・タブレット */
@media (max-width: 800px) {

#gallery h2 img {
	width:60%;
	height:auto;
}

#gallery ul li {
	width:100%;
	height:auto;
	margin:50px 0;
	text-align:center;
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:1em;
}


#gallery ul li img {
	width:85%;
}

#gallery ul li.tate img {
	width:65%;
}






}









/* ========================================
Twitterキャンペーン
========================================== */


#campaign {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 50px;
	background:#3B95B8;
}

#campaign #campaign-head-sp {
	display:none;

}

#campaign #campaign-head {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
}

#campaign #campaign-head img {
	width:100%;
	height:auto;
}

#campaign h1 {
	width:100%;
	height:auto;
	margin:0;
	padding:80px 0 10px;
	text-align:center;
	color:#fff;
	font-size:3vw;
}

#campaign #camp-intro {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
	color:#fff;
	font-size:1.3vw;
}

#campaign h2 {
	width:100%;
	height:auto;
	margin:60px 0 10px;
	padding:10px 0;
	text-align:center;
	color:#000;
	background:#AFD1DD;
	font-size:2vw;
}

#campaign .camp-txt {
	width:76%;
	height:auto;
	margin:20px 10%;
	padding:20px 2%;
	background:#fff;
	font-size:1.4vw;
	text-align:center;
}

#campaign .camp-txt a {
	color:#3B95B8;
}

#campaign .camp-txt span.hash {
	display:inline-block;
	font-size:2vw;
	margin:10px 0;
}

#campaign .camp-txt #combird {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
}

#campaign .camp-txt #combird img {
	width:7%;
}

#campaign .camp-txt ul#camp-sozai {
	width:100%;
	height:auto;
	margin:20px 0;
	padding:0;
	list-style-type:none;
	display:flex;
	justify-content:center;
}

#campaign .camp-txt ul#camp-sozai li {
	width:20%;
	height:auto;
	margin:0 4%;
}

#campaign .camp-txt ul#camp-sozai li img {
	width:100%;
	height:auto;
}

#campaign .camp-txt ul#syouhin {
	width:40%;
	height:auto;
	margin:20px 30%;
	padding:0;
	text-align:left;
}

#campaign .camp-txt #togoods {
	width:80%;
	height:auto;
	margin:20px 20% 20px 0;
	padding:0;
	text-align:right;
}

#campaign .camp-txt #togoods a {
	color:#000;
}

#campaign #sasisoku {
	width:80%;
	height:auto;
	margin:0;
	padding:30px 10%;
	color:#fff;
	position:relative;
}

#campaign #sasisoku #saisoku-img1 {
	width:10%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	bottom:5%;
	left:10px;
}

#campaign #sasisoku #saisoku-img2 {
	width:10%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	right:30px;
}

#campaign #sasisoku #saisoku-img1 img ,
#campaign #sasisoku #saisoku-img2 img {
	width:100%;
	height:auto;
}



/* 以下スマホ・タブレット */
@media (max-width: 800px) {

#campaign #campaign-head {
	display:none !important;

}

#campaign #campaign-head-sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
}

#campaign #campaign-head-sp img {
	width:100%;
	height:auto;
}

#campaign h1 {
	font-size:1.6em;
}

#campaign #camp-intro {
	font-size:0.95em;
}

#campaign h2 {
	font-size:1.1em;
}

#campaign .camp-txt {
	width:86%;
	height:auto;
	margin:20px 5%;
	padding:20px 2%;
	background:#fff;
	font-size:0.95em;
	text-align:center;
}

#campaign .camp-txt span.hash {
	font-size:1.2em;
}

#campaign .camp-txt #combird img {
	width:20%;
}


#campaign .camp-txt ul#camp-sozai {
	width:100%;
	height:auto;
	margin:20px 0;
	padding:0;
	list-style-type:none;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#campaign .camp-txt ul#camp-sozai li {
	width:80%;
	height:auto;
	margin:20px 10%;
	text-align:center;
}

#campaign .camp-txt ul#camp-sozai li img {
	width:90%;
	height:auto;
}


#campaign .camp-txt ul#syouhin {
	width:80%;
	height:auto;
	margin:20px 10%;
	padding:0;
	text-align:left;
}

#campbody #com-backto {
	width:15%;
	height:auto;
  position:fixed;
  top:5px;
  left:5px;
  z-index:20;
}

#campaign #sasisoku ul {
	position:relative;
	z-index:1;
}

#campaign #sasisoku #saisoku-img1 {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	bottom:8%;
	left:5px;
	z-index:0;
}

#campaign #sasisoku #saisoku-img2 {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	right:5px;
}

.dlButton {

	font-size:0.9em !important;
}


}


/* ========================================
VOD
========================================== */

body#vodbody:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(../img/streaming_bg_pc.jpg) center no-repeat;
	background-size: cover;
	background-position: center left;
	min-width: 100%;
	min-height: 100%;
}
#vod {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#vod h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 150px 0 200px;
	text-align: center;
}
#vod h1 img {
	width: 30%;
	height: auto;
}
#vod #vod-sara {
	background:url(../img/streaming_clouds.png) center no-repeat;
	background-size: cover;
	background-position: center center;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 50px 5%;
}
#vod #vod-sara #vod-intro {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 10px;
	text-align: center;
}
#vod #vod-sara #vod-intro img {
	width: 50%;
	height: auto;
}

#vod #vod-sara h3 {
	width: 100%;
	height: auto;
	margin: 50px 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 2vw;
}
#vod #vod-sara ul#vod-banner-list {
	width: 100%;
	height: auto;
	margin: 50px 0 70px;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#vod #vod-sara ul#vod-banner-list li {
	width: 20%;
	height: auto;
	margin: 20px 3%;
}
#vod #vod-sara ul#vod-banner-list li img {
	width: 100%;
	height: auto;
}
#vod #vod-sara ul#chuui {
	width: 60%;
	height: auto;
	margin: 50px 10% 50px 30%;
	padding: 0;
	list-style-type: none;
}
#vod #vod-sara ul#chuui li {
	font-size: 1.4vw;
}


/* 以下スマホ・タブレット */
@media (max-width: 800px) {
	body#vodbody:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-10;
		width:100%;
		height:100vh;
		background:url(../img/streaming_bg_sp.jpg) center no-repeat;
		background-size: cover;
		background-position: top center;
		min-width: 100%;
		min-height: 100%;
	}
	#vod h1 {
		width: 88%;
		height: auto;
		margin: 0;
		padding: 300px 0 300px;
		text-align: right;
	}
	#vod h1 img {
		width: 55%;
		height: auto;
	}
	#vod #vod-sara {
		background:url(../img/streaming_clouds.png) center no-repeat;
		background-size: cover;
		background-position: center center;
		width: 90%;
		height: auto;
		margin: 0;
		padding: 50px 5%;
	}
	#vod #vod-sara #vod-intro img {
		width: 70%;
		height: auto;
	}
	#vod #vod-sara h3 {
		width: 100%;
		height: auto;
		margin: 50px 0;
		padding: 0;
		text-align: center;
		color: #000;
		font-size: 1.5vw;
	}
	#vod #vod-sara h3 {
		width: 100%;
		height: auto;
		margin: 50px 0;
		padding: 0;
		text-align: center;
		color: #000;
		font-size: 5vw;
	}
	#vod #vod-sara ul#vod-banner-list li {
		width: 40%;
		height: auto;
		margin: 20px 3%;
	}
	#vod #vod-sara ul#chuui {
		width: 90%;
		height: auto;
		margin: 50px 0% 50px 10%;
		padding: 0;
		list-style-type: none;
	}
	#vod #vod-sara ul#chuui li {
		font-size: 3vw;
	}

}

/* 以下スマホ・タブレット */
@media (max-width: 600px) {
	#vod h1 {
		width: 93%;
		height: auto;
		margin: 0;
		padding: 200px 0 100px;
		text-align: right;
	}
	#vod h1 img {
		width: 55%;
		height: auto;
	}
	#vod #vod-sara #vod-intro img {
		width: 100%;
		height: auto;
	}
	#vod #vod-sara ul#vod-banner-list li {
		width: 80%;
		height: auto;
		margin: 20px 3%;
	}






}


/* ========================================
ダウンロード
========================================== */

.dlButton {
	background-color:#3B95B8;
	border:1px solid #3B95B8;
	display:inline-block;
	cursor:pointer;
	color:#fff !important;
	font-family:Arial;
	font-size:1.1vw;
	padding:10px 20px;
	text-decoration:none;
}
.dlButton:hover {
	background-color:#fff;
	color:#3B95B8 !important;
	transition-duration: 0.6s
}
.dlButton:active {
	position:relative;
	top:1px;
}

.issiki {
	margin:20px 0 80px;
	color:#fff !important;
}

.issiki:hover {
	background-color:#fff;
	color:#2371B1 !important;
}




.dl-contents {
	width:80%;
	height:auto;
	background:url(../download/images/200x200-bg.jpg) center repeat;
	padding:20px 10% 80px;
	font-size:1.3em;
}

.dl-contents h2 {
	width:100%;
	text-align:center;
	padding:0;
	color:#000;
	font-size:2em;
	margin-bottom:50px;
}

.dl-contents h2 span.small {
	font-size:0.5em;
	line-height:0.7em;
}

.dl-contents h2 img {
	width:60%;
}



#dl-wrapper {
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:40px;
}

#dl-wrapper .dl-txt1 {
	width:100%;
	height:auto;
	text-align:center;
	color:#000;
	margin:20px 0 5px;
}

#dl-wrapper .dl-txt1 a {
	color:#000;
}

#dl-wrapper .dl-txt1 img {
	width:50%;
}

#dl-wrapper .sikiri {
	width:100%;
	height:auto;
	padding:40px 0 20px;
	text-align:center;
}

#dl-wrapper .sikiri img {
	width:10%;
}


#dl-wrapper .dl-uline {
	display:inline-block;
	width:70%;
	margin:20px 0 30px;
}

#dl-wrapper .dl-uline img {
	width:100%;
	height:60px;
}


.img-box {
	display:inline-block;
	width:38%;
	height:auto;
	padding:20px 1%;
	margin:20px 5%;
	float:left;
	color:#000;
}

.img-box img {
	width:90%;
}

.longname {
	font-size:0.75em;
}

footer.dl-footer {
	width:100%;
	height:auto;
	margin:0;
	padding:50px 0 0;
	background:#fff;
}

footer.dl-footer .footimg {
	width:80%;
	height:auto;
	margin:0;
	padding:0 10%;
}

footer.dl-footer .footimg img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}



