@charset "UTF-8";
/* ##########################################################################
Base
########################################################################## */
/* Add Reset
---------------------------------------------- */
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

/* For Link
---------------------------------------------- */

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

a, a:active, a:visited, a:focus, a:hover {
  -webkit-tap-highlight-color: transparent;
}

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

a:active {
  color: #999;
  text-decoration: none;
}

a:visited {
  color: #999;
  text-decoration: none;
}

a:focus {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #fff200;
  text-decoration: none;
}

/* For input
---------------------------------------------- */
input, textarea {
  outline: none;
}

textarea {
  resize: none;
}

input[type="button"], input[type="text"], input[type="email"], input[type="submit"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Image
---------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ie8 img {
  width: auto;
}

/* clearfix
---------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* Boxsizing
---------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Frame
---------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

body {
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  width: 100%;
  color: #333;
  background: #000;
}

/* ##########################################################################
Frame
########################################################################## */

#keyvisual {
	position: relative;
	width: 100%;
	padding: 0 190px;
}

#keyvisual div.show_box {
    display: flex;
    justify-content: center;
}

#keyvisual div.show_box img{
	max-width: 100%;
	max-height: 90vh;
	padding-top: 40px;
	margin-bottom: 3vh;
}

#keyvisual span.prev-nav{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#keyvisual span.next-nav{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.kv_img{
	position: relative;
	width: 100%;
	padding: 0 190px;
	z-index: 2;
}

.kv_img .show_box {
	display: flex;
	justify-content: center;
	overflow: visible;
	/* IE(Internet Explorer)・Microsoft Edge */
	-ms-overflow-style: none;
	/* Firefox */
	scrollbar-width: none;
}

 /* Google Chrome、Safari */
.kv_img .show_box::-webkit-scrollbar {
  display: none;
}

.kv_img .photo {
	margin: 5vh 0;
}

.kv_img .photo img {
	max-width: 100%;
	max-height: 90vh;
	transform-origin: top center;
	transition: transform .0s;
}

.kv_img .photo img:hover {
	cursor: zoom-in;
}

.kv_img .photo img.scale {
	transform: scale(3.0, 3.0);
}

.kv_img .photo img.scale:hover {
	cursor: zoom-out;
}

.kv_img span.prev-nav{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 100;
}

.kv_img span.next-nav{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 100;
}

#keyvisual_sp{
	display: none;
}

.footer-copy{
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#keyvisual{
		display: none;
	}
	.kv_img{
		display: none;
	}
	#keyvisual_sp{
		display: block;
		padding-top: 90px;
	}
	.swiper-container{
		margin-bottom: 40px;
	}
	.footer-copy{
		margin-bottom: 20px;
	}
}


/* Overlay
---------------------------------------------- */

.overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 400;
}

.overlay.show{
	display: block;
}

/* Header
---------------------------------------------- */

.header{
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.header2{
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.header-logo{
  float: left;
}

.header-logo2{
  float: left;
  width: 125px;
  margin: 20px 0 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-logo{
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
	.header2{
	  position: absolute;
	}
  	.header-logo{
		width: 60px;
  	}
	.header-logo2{
	 	width: 100px;
	 	margin: 10px 0 0 10px;
	}
}


/* Navigation
---------------------------------------------- */

.gnav{
  position: fixed;
  width: 200px;
  height: 100%;
  background-color: rgba(0, 0, 0, 1.0);
  right: -200px;
  top: 0;
  z-index: 600;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.gnav.opened{
  right: 0;
}

.gnav-inner{
  position: relative;
  padding: 28px 24px;
}

.gnav-menu{
  position: absolute;
  top: 28px;
  left: -45px;
}

.gnav-menu a{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../images/menu22ss.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}


.gnav.opened .gnav-menu a{
  background-image: url('../images/menu_close22ss.svg');
}

.gnav-links{

}

.gnav-links li{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1.0em;
  padding-left: 20px;

}

.gnav-links li a{
  color: #fff;
  display: inline-block;
  position: relative;

}

.gnav-links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -20px;
  width: 14px;
  height: 14px;
  background-color: #999;
}

.gnav-links li:nth-child(1) a:hover:before {
  background-color: #fff200;
}

.gnav-links li:nth-child(2) a:hover:before {
  background-color: #fff200
}

.gnav-links li:nth-child(3) a:hover:before {
  background-color: #fff200;
}

/* Footer
---------------------------------------------- */

.footer{
  padding: 0px 0px 10px 0;
  width: 100%;
}

.footer-fixed{
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.footer-copyright{
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-fixed{
    position: fixed;
  }
  .footer-copyright{
    text-align: center;
  }
}

/* ##########################################################################
Frame
########################################################################## */

/* Home
---------------------------------------------- */

.teaser{
	padding-top: 0px;
	padding-bottom: 20px;
}

.home{
	padding-top: 190px;
	padding-bottom: 120px;
}

.home2{
	padding-top: 120px;
	padding-bottom: 120px;
}

.home3{
	padding-top: 190px;
	padding-bottom: 120px;
}

.home-hero-movie{
	margin-bottom: 0;
	text-align: center;
	position: relative;
  padding-top:56.25%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.home-hero-movie.ready{
  opacity: 1;
}

.home-hero-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.home-hero-screenshot{
  display: none;
}

.home-hero-screenshot-inner{
  display: table;
}

.home-hero-screenshot-inner2{
  display: table-cell;
  vertical-align: middle;
}

.home-hero-screenshot img{
  width: 100%;
}

.gallery-pc-area{
	width: 900px;
	margin: 0 auto;
}

.gallery-pc_inner{
	width: 900px;
	margin: 0 auto;
}

.gallery_none{
	display: none;
}

.gallery-pc{
	display: block;
}
.gallery-sp{
	display: none;
}

.top_box{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	margin: 20px 0 0 100px;
}

.gallery-pc div.top_img01{
	margin-right: 40px;
}
.gallery-pc div.top_img02{

}

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

.teaser{
	padding-top: 100px;
	padding-bottom: 40px;
}

.home2{
	padding-bottom: 60px;
}

.home3{
	padding-top: 120px;
}
	
.home-sp{
	margin-top: 120px;
}

.gallery-pc{
	display: none;
}

.gallery-sp{
	display: block;
}

.gallery-sp-area{
	width: 100%;
	margin: 0 auto;
}
}

/* Page
---------------------------------------------- */

.page{
	margin: 80px 0 40px;
	color: #231815;
	font-family: 'Open Sans', sans-serif;
}

.page a{
	color: #231815;
}

.page a:hover{
	color: #fff200;
}

.page h1{
	text-align: center;
	margin-bottom: 60px;
	font-size: 26px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
.page{
	margin: 80px 10px 40px;
}
}

/* Archives
---------------------------------------------- */

.archives{
}

.arvhives_list{
	text-align: center;
	margin-bottom: 20px;
}

.arvhives_list li{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.gallery-archive{
	width: 1070px;
	/* 
	padding: 35px;
	background-color: #000000;
	 */
	margin: 0 auto 80px;
}

.st_photo {
	width:1130px;
	margin:0 auto 80px;
	overflow:hidden;
	}

.st_photo div{
	width:350px;
	margin:0 40px 40px 0;
	float:left;
	background-color: #000;
	}

.st_photo div:nth-child(3n){
	margin:0 0px 40px 0;
	}

.st_photo div img{
	margin: 35px;
	}

.st_photo figure{
	width:350px;
	margin:0 40px 40px 0;
	float:left;
	/* 
	background-color: #000;
	 */
	}

.st_photo figure:nth-child(3n){
	margin:0 0px 40px 0;
	}

.st_photo figure img{
	margin: 35px;
	}


.movie_list {
	width:1110px;
	margin:0 auto;
	}

.movie_list div{
	width:1110px;
	/* 
	background-color: #000;
	 */
	margin-bottom: 80px;
	}

.movie_list iframe{
	width: 1040px;
	height: 584px;
	margin: 35px;
	}

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

.gallery-archive{
	width:90%;
	/* 
	padding: 5%;
	 */
}

.st_photo {
	width:100%;
	margin:0 auto 80px;
	overflow:hidden;
	}

.st_photo div{
	width:30%;
	margin:0 5% 5% 0;
	float:left;
	background-color: #000;
	}

.st_photo div:nth-child(3n){
	margin:0 0 5% 0;
	}

.st_photo div img{
	margin: 0;
	padding: 10%;
	}

.st_photo figure{
	width:30%;
	margin:0 5% 5% 0;
	float:left;
	/* 
	background-color: #000;
	 */
	}

.st_photo figure:nth-child(3n){
	margin:0 0 5% 0;
	}

.st_photo figure img{
	margin: 0;
	padding: 10%;
	}

.movie_list {
	width:100%;
	margin:0 auto;
	}

.movie_list div{
	width:100%;
	/* 
	background-color: #000;
	 */
	margin: 0 auto 80px;
	}

.movie_list iframe{
	width: 90%;
	height: 90%;
	margin: 5%;
	}
}

/* Stores
---------------------------------------------- */

.stores{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","Tahoma","sans-serif","ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro","Osaka","Lucida";
	font-weight: bold;
	font-size: 12px;
}

.stores ul{
	text-align: center;
}

.stores li{
	margin-bottom: 20px;
}

.stores li p.storename{
	font-size: 14px;
}

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

.stores{
	width: 100%;
}

}

/* contact
---------------------------------------------- */

.contact{
	width: 800px;
	margin: 0 auto;
	padding-top:120px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;

}

.contact p{
	margin: 10px 0;
}

.contact_left{
	width: 45%;
	float: left;
}

.contact_left img{
	width: 100%;
}

.contact_right{
	width: 45%;
	float: right;
}

.contact_right img{
	width: 100%;
}

.pc_display{
	display: block;
}
.sp_display{
	display: none;
}

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

.contact{
	width: 100%;
	padding-top: 0px;
}

.contact_left{
	width:auto;
	float:none;
	margin-bottom: 40px;
	text-align: center;
}

.contact_right{
	width:auto;
	float:none;
	text-align: center;
}

.pc_display{
	display: none;
}
.sp_display{
	display: block;
}
}


/* simple lighthbox
---------------------------------------------- */

.sl-overlay {
	opacity: 0.9
}

.sl-wrapper .sl-close {
	font-size: 2.0rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300:
}

.sl-wrapper .sl-navigation button.sl-next {
	font-size: 2.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300:
}

.sl-wrapper .sl-navigation button.sl-prev {
	font-size: 2.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300:
}

.sl-wrapper .sl-close,.sl-wrapper .sl-counter {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sl-wrapper .sl-navigation {
      display: none !important;
  }
}

/* view_movie
---------------------------------------------- */

.op_movie {
	margin-bottom: 20px;
}

.first_view_btn {
	width: 64px;
	margin: 0 auto;
}

.first_view_btn img{
	width: 100%;
}

/* fw2020
---------------------------------------------- */

.fw2020-top {
	text-align: center;
}

.fw2020-archive {
	text-align: center;
}

.fw2020-archive-box {
	position: relative;
	padding-left: 40px;
}

.fw2020-archive-box span.prev-nav{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fw2020-archive-box span.next-nav{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ss2023-archive-box {
	position: relative;
	padding-left: 170px;
}

.ss2023-archive-box span.prev-nav{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ss2023-archive-box span.next-nav{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fa-arrow-left, .fa-arrow-right{
    color: #fff;
}

.fa-arrow-left:hover, .fa-arrow-right:hover{
    color: #777;
}

.fa-times{
    color: #fff;
}

.fa-times:hover{
    color: #777;
}

.sp-close{
	padding: 25px;
	text-align: right
}

/* ss2022
---------------------------------------------- */

.ss2022-top {
	text-align: center;
}

.ss2022-archive {
	text-align: center;
}

.ss2022-archive-box {
	position: relative;
}

.ss2022-archive-box figure{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: center;
	margin: 0px 200px 0 200px;
}

.ss2022-archive-box figure div.ss2022-archive_img01{
	margin-right: 40px;
}
.ss2022-archive-box figure div.ss2022-archive_img02{
}

.ss2022-archive-box span.prev-nav{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ss2022-archive-box span.next-nav{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slick-box img{
   margin: 0 15px;
}

/* aw2024
---------------------------------------------- */

.subtxt_24aw{
  	padding: 20px;
  	position: fixed;
  	bottom: 20px;
  	left: 20px;
  	width: 145px;
	z-index: 1;
}

.animation_gif{
  	position: fixed;
  	top: 150px;
  	left: 20px;
  	width: 140px;
	z-index: 1;
}
.animation_gif02{
  	position: fixed;
  	top: 150px;
  	left: 20px;
  	width: 140px;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.subtxt_24aw{
		padding: 0px;
		position: relative;
		width: 125px;
		margin: 80px auto;
	}
	.animation_gif{
		position: absolute;
		top: 5px;
		left: 60%;
		width: 100px;
		z-index: 150;
		transform: translateX(-60%);
	}
	.animation_gif02{
		display: none;
	}
}
