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

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;
}

.scrollShowEffect1 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 1.0s;
	   -moz-transition-delay: 1.0s;
	    -ms-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
	opacity:0;
}


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

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

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.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);
}

.scrollShowEffect2.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);
}

.scrollShowEffect3.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;
}

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

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

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 300px;
}

.spmain{
    display: none;
}


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

#rightblock{
    width:25%;
    height: 100%;
    position: fixed;
    right: 0;
    top:0;
    padding:0 0 2% 2%;
    box-sizing: border-box;
    background-color:#fff;
	border-left: 1px solid #000;
}

#rightblock img{
    width:100%;
    height: auto;
}

.right_wrapper{
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .right_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.rightlogo{
    width:50%;
	margin-left: 50%;
	margin-bottom: 5%;
}

.rightlogo img {
	transition-duration: 0.5s;
}
.rightlogo img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}

.menu_wrapper{
    width:100%;
    font-size: 14px;
    line-height: 14px;
    color: #222;
	letter-spacing: 1px;
}

.menu_wrapper a{
	color: #000;
    display: block;
    text-decoration:none;
    transition: 0.5s;
}

.menu_wrapper a:hover{
    transition: 0.5s;
	color: #e399c0;
}

.menu{
    width:100%;
    margin-bottom: 25px;
}

.menu:last-child{
  margin-bottom:40px;
}

.palt{
	text-indent: -7px;
}

.sns_wrapper {
    width:40%;
    overflow: hidden;
}

.sns_wrapper img {
	transition-duration: 0.5s;
}
.sns_wrapper img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}

.sns{
    width:16%;
    float: left;
    margin-right:26%;
	overflow: hidden;
}

.sns:last-child{
  margin-right:0;
}

.rightbottom{
    width:90%;
    position: absolute;
    left:0; 
    bottom:0;
    overflow: hidden;
}

.day{
    width:100%;
	margin-bottom: 5%;
}


.topbnr_wrapper{
    width:100%;
	overflow: hidden;
}
  
.topbnr img {
	transition-duration: 0.5s;
}
.topbnr img:hover {
    opacity: 0.5;
	transition-duration: 0.5s;
}

.topbnr{
    width:49%;
    float: left;
    margin-right:2%;
	overflow: hidden;
}

.topbnr:last-child{
  margin-right:0;
}


#leftblock{
    width:75%;
}

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

#top_wrapper img{
	width:100%;
	height: auto;
}

.slider{
  width: 100%;
  margin:0 auto;
  position: relative;
  height:auto;
  z-index: 10;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .slider{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}

ul.bxslider,
ul.bxslider li {
margin:0;
padding:0;
height:auto;
}
  
.bxslider li:not(:first-child){
    display: none;
}

.next-btn{
	display: none;
}
.prev-btn{
	display: none;
}
.bx-prev,.bx-next {
	display: none;
}

#flyerdl_wrapper{
    width:100%;
    box-sizing: border-box;
    padding:7% 10%;
    overflow: hidden;
}

#flyerdl_wrapper img{
    width:100%;
    height: auto;
}


.pt{
    width:100%;
    margin-bottom: 10px;
    font-family: "Montserrat", serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
}

.ptj{
    width:100%;
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    font-weight: 600;
	padding-bottom: 30px;
	border-bottom:1px solid #000;
}

.textcenter{
    text-align: center;
}

.flyerbox_wrapper{
    width:80%;
	margin:0 auto;
    overflow: hidden;
}


.flyerbox{
    width:40%;
    float: left;
    margin-right: 20%;
    overflow: hidden;
}

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

.flyerimg{
    width:100%;
    overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
    margin-bottom: 20px;
	border:1px solid #000;
	box-sizing: border-box;
}

.flyerimg img {
	transition-duration: 0.5s;
}
.flyerimg img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}


.flyertext{
    width:100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

#footer_wrapper{
    width:100%;
    box-sizing: border-box;
    padding:7% 0;
    overflow: hidden;
	border-top:1px solid #000;
}

#footer_wrapper img{
    width:100%;
    height: auto;
}

.footerlogo{
	width:20%;
	margin:0 auto 30px;
}

.footertext{
	width:100%;
	text-align: center;
	font-size: 13px;
	line-height: 23px;
}

.footertext a{
	color: #000;
	text-decoration: none;
}

.footertext a:hover{
	color: #ccc;
	text-decoration: underline;
}

#intro_wrapper{
    width:100%;
    overflow: hidden;
}

#intro_wrapper img{
    width:100%;
    height: auto;
}

#intro_inner{
    width:100%;
    box-sizing: border-box;
    padding:7% 10%;
    overflow: hidden;
}

.introcomment_wrapper{
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-bottom: 100px;
}

.introcomment_wrapper::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.introcommentimg{
	width:80%;
	position: absolute;
	left:0;
	top:0;
}

.introcommenttext{
	width:60%;
	position: absolute;
	right: 0;
	bottom:0;
	background-color: #FFF;
	border:1px solid #000;
	box-sizing: border-box;
	padding:3%;
}

.introcommentname{
	width:100%;
	text-align: right;
	font-size: 20px;
	font-weight: 700;
}

.midashi{
	width:100%;
	font-size: 30px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 42px;
	margin-bottom: 20px;
}

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

#thelist_wrapper{
    width:100%;
    overflow: hidden;
	border-bottom: 1px solid #000;
}

#thelist_wrapper img{
    width:100%;
    height: auto;
}

#thelist_inner{
    width:100%;
    box-sizing: border-box;
    padding:7% 10%;
    overflow: hidden;
}


#here_wrapper{
    width:100%;
    overflow: hidden;
	border-bottom: 1px solid #000;
}

#here_wrapper img{
    width:100%;
    height: auto;
}

#here_inner{
    width:100%;
    box-sizing: border-box;
    padding:7% 10%;
    overflow: hidden;
}

.pt2{
    width:100%;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
}

.ptj2{
    width:100%;
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 14px;
    font-family: "Montserrat", serif;
    letter-spacing: 2px;
    font-weight: 600;
	padding-bottom: 30px;
	border-bottom:1px solid #000;
}

.sakuhin_name1{
	width:100%;
	font-size: 30px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 30px;
	margin-bottom: 10px;
}

.sakuhin_name2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 16px;
	margin-bottom: 20px;
}

.sakuhin_detail{
	width:100%;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 70px;
}

.sakuhinimg{
	width:32%;
	float: left;
	margin-right: 2%;
}

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

.statement_wrapper{
	width:100%;
	background-image: linear-gradient(206deg, rgba(115, 248, 224, 1), rgba(150, 167, 241, 1));
	box-sizing: border-box;
	padding:2% 2%;
	margin-bottom: 20px;
}

.statement_wrapper2{
	width:100%;
	background-image: linear-gradient(206deg, #e9c8c0, #9ba7bd);
	box-sizing: border-box;
	padding:2% 2%;
	margin-bottom: 20px;
}

.statement1{
	width:100%;
	font-size: 30px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 30px;
	margin-bottom: 10px;
}

.statement2{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 20px;
}

.sakuhin_name3{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 22px;
	margin-bottom: 20px;
	border-top:1px solid #000;
	padding-top:30px;
}

.sakuhin_name4{
	font-size: 16px;
	font-weight: 700;
    font-family: "Montserrat", serif;
	line-height: 13px;
	padding-left: 20px;
}

.sakuhin_director{
	width:24%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
}

.sakuhin_prof{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


#makhmalbaffamily_wrapper{
    width:100%;
    overflow: hidden;
	border-bottom: 1px solid #000;
}

#makhmalbaffamily_wrapper img{
    width:100%;
    height: auto;
}

#makhmalbaffamily_inner{
    width:100%;
    box-sizing: border-box;
    padding:7% 10%;
    overflow: hidden;
}

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

.mftext{
	width:52%;
	float: right;
	font-size: 13px;
	line-height: 23px;
}

.mftextname{
	width:100%;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	margin-bottom: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.mftextworks{
	width:100%;
	margin-bottom: 20px;
}

#shohreh_wrapper{
    width:100%;
    overflow: hidden;
}

#shohreh_wrapper img{
    width:100%;
    height: auto;
}

#shohreh_inner{
    width:100%;
    box-sizing: border-box;
    padding:7% 10%;
    overflow: hidden;
}

.shohrehimg{
	width:40%;
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
}


#comment_wrapper{
    width:100%;
    overflow: hidden;
    box-sizing: border-box;
    padding:5% 20%;
}

#comment_wrapper img{
    width:100%;
    height: auto;
}

.otherlogo{
    width:30%;
    margin:0 auto 50px;
}


.commentbox{
	width:80%;
	margin:0 auto;
	margin-bottom: 7%;
    padding-bottom: 7%;
    border-bottom: 1px solid #000;
}

.commentbox:last-child {
    margin-bottom: 10%;
    padding-bottom: 0;
    border: none;
}

.commentbox:last-child {
  border-bottom:none;
}

.commentname1{
	width:100%;
	font-size: 20px;
	font-weight: 700;
    color: #000;
    text-align: right;
}

.commentname2{
	font-size: 12px;
	font-weight: 700;
	padding-left: 5px;
	vertical-align: middle;
}

#theater_wrapper{
    width:100%;
    overflow: hidden;
    box-sizing: border-box;
    padding:5% 20%;
}

#theater_wrapper img{
    width:100%;
    height: auto;
}

table   {
border-collapse:collapse
}
table tr    {
border-bottom:1px solid #000;
}

.theaterbox{
	padding:6px 0 6px 0;
}

.theaterboxa{
	padding:6px 0 6px 0;
}

.theaterboxab{
	padding:6px 0 6px 0;
}

.theaterboxb{
	padding:6px 0 6px 0;
}

.theaterbox a{
    color: #000;
	font-weight: 900;
	text-decoration: none;
}

.theaterbox a:hover{
	color:#ccc;
	text-decoration: none;
}

.tosite{
	width:50%;
    margin:0 auto;
}

.tosite a{
    padding:7px 0 7px 0;
    display: block;
    text-align: center;
    color: #000;
    border:1px solid #000;
    text-decoration: none;
    box-sizing: border-box;
	font-size: 11px;
    line-height: 11px;
	font-weight: 500;
	letter-spacing: 2px;
    transition: all  1.0s ease;
}

.tosite a:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}


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

.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}


.scrollShowEffect-R {
	-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);
}
.scrollShowEffect-L {
	-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);
}
.scrollShowEffect-B {
	-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);
}

.scrollShowEffect-T {
	-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);
}

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}


.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #fff;
    text-align: center;
    padding-top:2%;
    padding-bottom:0.5%;
	border-bottom: 1px solid #000;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  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: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

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


nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-color: #fff;
  box-sizing: border-box;
  padding:30% 10% 30% 10%;
  -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;
	display: table;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-top:0;
  z-index : 50;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
	
.rightlogo{
    width:20%;
	margin-left: 0;
	margin-bottom: 0;
	margin:0 auto 8%;
}

.menu{
    width:100%;
    margin-bottom: 5%;
}
	
.sns_wrapper {
    width:40%;
    margin:0 auto 30px;
    overflow: hidden;
	padding-top:30px;
}
	
.topbnr_wrapper{
    width:80%;
	margin:0 auto;
	overflow: hidden;
}

.loading img{
  	width: 200px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

#rightblock{
    display: none;
}

#leftblock{
    width:100%;
}

.spmain{
    display: inherit;
    width:100%;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	padding-top:50px;
}

#flyerdl_wrapper{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
    overflow: hidden;
}

#flyerdl_wrapper img{
    width:100%;
    height: auto;
}


.pt{
    width:100%;
    margin-bottom: 10px;
    font-family: "Montserrat", serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 600;
}

.ptj{
    width:100%;
    margin-bottom: 80px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 2px;
    font-weight: 600;
	padding-bottom: 30px;
	border-bottom:1px solid #000;
}


.flyerbox_wrapper{
    width:100%;
	margin:0 auto;
    overflow: hidden;
}


.flyerbox{
    width:48%;
    float: left;
    margin-right: 4%;
    overflow: hidden;
}

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

.flyerimg{
    width:100%;
    overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
    margin-bottom: 20px;
	border:1px solid #000;
	box-sizing: border-box;
}

.flyerimg img {
	transition-duration: 0.5s;
}
.flyerimg img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}


.flyertext{
    width:100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

#footer_wrapper{
    width:100%;
    box-sizing: border-box;
    padding:7% 0;
    overflow: hidden;
	border-top:1px solid #000;
}


.footerlogo{
	width:40%;
	margin:0 auto 30px;
}

#intro_inner{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
    overflow: hidden;
}

.introcomment_wrapper{
    width:100%;
    height: auto;
    position: inherit;
    overflow: hidden;
	margin-bottom: 100px;
}

.introcomment_wrapper::before {
  content:none;
}

.introcommentimg{
	width:100%;
	position: inherit;
	left:0;
	top:0;
}

.introcommenttext{
	width:100%;
	position: inherit;
	right: 0;
	bottom:0;
	background-color: #FFF;
	border:1px solid #000;
	box-sizing: border-box;
	padding:10%;
}

.introcommentname{
	width:100%;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
}

.midashi{
	width:100%;
	font-size: 18px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 28px;
	margin-bottom: 20px;
}

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

#thelist_inner{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
    overflow: hidden;
}

#here_inner{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
    overflow: hidden;
}

.pt2{
    width:100%;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}

.ptj2{
    width:100%;
    margin-bottom: 80px;
    font-size: 13px;
    line-height: 13px;
    font-family: "Montserrat", serif;
    letter-spacing: 2px;
    font-weight: 600;
	padding-bottom: 30px;
	border-bottom:1px solid #000;
}

.sakuhin_name1{
	width:100%;
	font-size: 23px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 23px;
	margin-bottom: 10px;
}

.sakuhin_name2{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 14px;
	margin-bottom: 20px;
}

.sakuhin_detail{
	width:100%;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 70px;
}

.sakuhinimg{
	width:32%;
	float: left;
	margin-right: 2%;
}

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

.statement_wrapper{
	width:100%;
	background-image: linear-gradient(206deg, rgba(115, 248, 224, 1), rgba(150, 167, 241, 1));
	box-sizing: border-box;
	padding:5% 5%;
	margin-bottom: 20px;
}

.statement_wrapper2{
	width:100%;
	background-image: linear-gradient(206deg, #e9c8c0, #9ba7bd);
	box-sizing: border-box;
	padding:5% 5%;
	margin-bottom: 20px;
}

.statement1{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 27px;
	margin-bottom: 10px;
}

.statement2{
	width:100%;
	font-size: 13px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 20px;
}

.sakuhin_name3{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 20px;
	margin-bottom: 20px;
	border-top:1px solid #000;
	padding-top:30px;
}

.sakuhin_name4{
	font-size: 13px;
	font-weight: 700;
    font-family: "Montserrat", serif;
	line-height: 13px;
	padding-left: 20px;
}
	
.sakuhin_name4::before {
	content: "\A" ;
	white-space: pre ;
}

.sakuhin_director{
	width:60%;
	float: none;
	margin-right:0;
	margin-bottom: 5%;
}

.sakuhin_prof{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#makhmalbaffamily_inner{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
    overflow: hidden;
}

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

.mftext{
	width:100%;
	float: none;
	font-size: 12px;
	line-height: 22px;
}

.mftextname{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.mftextworks{
	width:100%;
	margin-bottom: 20px;
}

#shohreh_inner{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
    overflow: hidden;
}

.shohrehimg{
	width:100%;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
}


#comment_wrapper{
    width:100%;
    overflow: hidden;
    box-sizing: border-box;
    padding:15% 10%;
}

.otherlogo{
    width:60%;
    margin:0 auto 50px;
}


.commentbox{
	width:100%;
	margin:0 auto;
	margin-bottom: 7%;
    padding-bottom: 7%;
    border-bottom: 1px solid #000;
}

.commentname1{
	width:100%;
	font-size: 16px;
	font-weight: 700;
    color: #000;
    text-align: right;
}

.commentname2{
	font-size: 12px;
	font-weight: 700;
	padding-left: 5px;
	vertical-align: middle;
}

#theater_wrapper{
    width:100%;
    overflow: hidden;
    box-sizing: border-box;
    padding:15% 10%;
}


.theaterbox{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #000;
	line-height: 20px;
}

.theaterboxa{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.theaterboxab{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.theaterboxb{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

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

}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #3ba4cd;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #80e1ff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
