@charset "utf-8";

/*
Theme Name: hemeets theme
Description: 専用テーマ
Auther: 
Version: 1.0
*/




/*==========================================
 General
===========================================*/
/*#container {
	display: none;
	background:#fff;
}
#loading {
	max-width: 100%;
	display: inline-block;
	position: absolute;
	z-index: 400;
	top: 50%;
	left: 50%;
	text-align: center!important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
*/
html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	height: 100%
}
body {
/*	font-family: Helvetica, Arial,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	min-width: 1024px;
	font-size: 1.6rem;
	background:#fff;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@media only screen and (max-width: 1024px) {
	body {
	min-width:auto;
	}
}

a {
	color: #e7380d;
	text-decoration: none;
}
a:link {
	color: #e7380d;
}
a:visited {
	color: #e7380d;
}
a:hover {
	color: #e7380d;
	text-decoration: underline;
}
a:active {
	color: #e7380d;
}

a.btn{
	padding: 10px 30px;
font-size: 1.8rem;
font-weight: normal;
background-color: #ffd907;
color: #2f8703;
text-align:center;
cursor: pointer;
width:100%;
max-width: 300px;
display: block;
margin: 0 auto;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
transition: all 0.2s linear;
box-sizing:border-box;
}
a.btn:hover{
	text-decoration:none;
	opacity:0.8;
}
a.outer-link{
	background: url(images/listmark.png)  no-repeat;
  background-size:16px 16px;
  padding-left:20px;
  padding-top:1px;
line-height:140%;	
}
p {
	font-size: 1.6rem;
	text-align: left;
	color: #002063;
	line-height: 180%;
}
p.small{
	font-size: 1.5rem;
	text-align: left;
	color: #444;
	line-height: 2;
	margin-bottom:30px;
}
p.large{
	font-size: 1.8rem!important;
}
.x-small{
	font-size: 1.3rem;
	line-height:1.3;
	
}
p.last-sentence {
	margin-bottom: 70px!important;
}
p.center {
	text-align: center;
}
p.underline {
	text-decoration:underline;
}
.align-left{
	text-align:left!important;
}
.align-right{
	text-align:right!important;
}
.mgn20 {
	margin-bottom: 20px!important;
}
.mgn30 {
	margin-bottom: 30px!important;
}
.mgn40 {
	margin-bottom: 40px!important;
}
.mgn50 {
	margin-bottom: 50px!important;
}
.mgn60 {
	margin-bottom: 60px!important;
}
.mgn70 {
	margin-bottom: 70px!important;
}
.mgn80 {
	margin-bottom: 80px!important;
}
.mgn90 {
	margin-bottom: 90px!important;
}
.mgn100 {
	margin-bottom: 100px!important;
}
.mgn120{
	margin-bottom: 120px!important;
}
.center{
	text-align:center;
}

.wFull {
	background:#ffffff;
}




/*==========================================
te
===========================================*/

h1 {
	width:100%;
	padding-top:100px;
	display: inline-block;
	text-align: center;
	letter-spacing:0.1em;
	font-size: 3rem;
	color:#e34818;
	margin-bottom: 60px;
	font-weight: bold;
}
/* #introduction  h1,#comments h1{
	color:#fff;
} */

h1 span{
	font-size:1.2rem;
	display:block;
	margin-top:20px;
	color:#ffffff;
	font-weight: normal;	
}
#introduction  h1 span,#comments h1 span{
	color:#fff;
}	

h2 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	color: #002063;
	margin-bottom: 30px;
	display:inline-block;
	padding-bottom:10px;
	line-height: 1.5;
	width : 100%;
}

h2-sub{
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	color:#ffffff;
	text-align:left!important;
	margin-bottom: 30px;
	display:inline-block;
	padding-bottom:10px;
	line-height: 1.3;
	width : 100%;
}

/* #introduction  h2,#comments h2{
	color:#fff;
} */

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.5em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.3em;
}

.story_h2 {
	text-align: center!important;
	width: 100%;
}

h2.profile {
	width: 100%;
}

h3 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color:#806000;
	text-align:left;
	margin: 0 auto 20px;
	line-height: 1.3;
	display:block;
}

h4 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	color:#806000;
	text-align:left;
	margin: 0 auto 5px;
	display:block;
}

h5 {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color:#806000;
	text-align:left;
	margin: 10px auto 15px;
	display:block;
}

#introduction  h3,#comments h3{
	color:#fff;
}

@media only screen and (max-width: 1024px) {
	h1 {
	padding-top:60px;
}
}

.name{
	border-bottom:1px solid #806000;
	padding-bottom: 10px;
}



/*==========================================
 header
===========================================*/
header {
	width: 100%;
	top:0;
	left:0;
	z-index:700;
	position: rerative;
	background:#fff;
	border-bottom: 1px solid #e34818;
}

#head-inner{
	max-width:1100px;
	width:95%;
	margin:0 auto;
	padding:12px 0;
}

#head-inner #socialArea{
	float:right;
}

#head-inner ul#socialArea li{
	float:left;
	margin-left:20px;
}

ul#socialArea li circle.st0 {
	fill: #a57a45;
}

ul#socialArea li g {
	fill: #fff;
}

/* ul#socialAreal li:hover{
	background: #e7380d;	
} */

ul#socialArea li:hover g{
	fill: #e7380d;
}

ul#socialArea li:hover circle.st0 {
	fill: #fff;
}



header.fixed {
	top: 0px;
	position:fixed;
	float:none;
	background: #fff!important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
}

header.fixed #head-inner{
	
	}
	
@media only screen and (max-width: 768px) {
#header {
	padding-top:0;
	padding-bottom:0px;
	position:fixed;
}

#head-inner{
	padding:15px 0 10px;
	min-width:auto;
}

header.fixed {
	display:none;
}

}

/*==========================================
 ナビゲーション
===========================================*/
#nav {
	z-index:700;
	float:left;
	padding:0;
	text-align:center;
	overflow:visible;
}
nav#nav ul {
	margin:0 auto;
	padding:11px 0;
}
nav#nav ul li {
	padding:0 ;
	padding-right:30px;
	display:block;
	font-size:1.5rem;
	font-weight:bold;
	float:left;
	line-height:100%;
}
nav#nav ul li.social{
	padding-right:0;
}
nav#nav ul li.social img {
	vertical-align:bottom;
	
}
nav#nav ul li a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	backface-visibility: hidden;
	text-decoration: none;
	color:#e34818;
	
}
nav#nav ul li a:hover {
	opacity: 1.0;
	text-decoration: none;
	color:#e34818;
}
nav#nav ul li.current-menu-item a{
	color:#fff;
	background: url(images/line_paint.png) repeat-x bottom;
	padding-bottom:10px;
}

@media only screen and (max-width: 768px) {
	#head-inner{
	max-width:100%;
	}
	nav#nav ul li {
		padding-right:40px;
	}
}



@media only screen and (max-width: 768px) {
.menu {
	position: fixed;
	left: 20px;
	top: 20px;

	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index:800;
	
	
	box-sizing:border-box;
}
.menu .bar {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #555;
	position: absolute;
	
	transition: .15s ease-in-out;
}
.menu .black {
	background-color: #555;
	position: absolute;
}
#bar01 {
	top: 0;
}
#bar02 {
	top: 11px;
}
#bar03 {
	bottom: 0;
}
.menuOpen #bar01 {
	-webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
	
}
.menuOpen #bar02 {
	opacity: 0;
}
.menuOpen #bar03 {
	-webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);

}
nav#nav {
	position: fixed;
	top: 0;
	left: 0;
	display:none;
	float:none;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	background-color: #fff;
	
}
#nav ul {
	border-left: 0px;
	margin-left:0;
	padding-left:0;
	-webkit-overflow-scrolling: touch;
	
}
#nav ul li {
	padding-left:0!important;
	padding-right:0!important;
	padding-bottom: 20px;
	display: block!important;
	float: none!important;;
	border-left: 0px!important;
	border-right: 0px;
	margin-bottom: 30px;
	
	
}


#nav ul li a {
	text-decoration: none;
	transition: .15s ease-in-out;
}
nav#nav ul li.current-menu-item a{
	color:#009d95;
	background: none;
	padding-bottom:10px;
}



}

@media only screen and (max-width: 480px) {
	nav#nav ul li ul.sub-menu#sub-menu-profile{
	display:none;
}
}

/* Go Page Top
================================================== */

/*popup maker
================================================== */

.official-btn {
    margin: 0 auto;
    padding: 20px 0 50px;
	text-align: center;
}

.official-btn a{
	border: solid #e7380d;
    color: #e7380d;
    padding: 15px 30px;
    font-size: 1em;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
	.official-btn a{
	border: solid #e7380d;
    color: #e7380d;
    padding: 15px 30px;
    font-size: 0.9em;
    font-weight: bold;
	}	
}

@media only screen and (max-width: 768px) {
	.official-btn {
    margin: 0 auto;
    padding: 40px 0 50px;
	text-align: center;
	}
	.official-btn a{
	border: solid #e7380d;
    color: #e7380d;
    padding: 15px 30px;
    font-size: 0.8em;
    font-weight: bold;
	}
}

@media only screen and (max-width: 480px) {
	.official-btn {
    margin: 0 auto;
    padding: 40px 0 50px;
	text-align: center;
	}
	.official-btn a{
	border: solid #e7380d;
    color: #e7380d;
    padding: 15px 30px;
    font-size: 0.7em;
    font-weight: bold;
	}
}


/*footer
================================================== */

footer{
	width:100%;
	box-sizing:border-box;
	padding:30px 0 30px 0;
	margin:0 auto;
	text-align:center;
	background:#fff;
/*	border-top: 3px solid #e34818;*/
	}

#banner img {
	width: 300px;
	margin: 0 20px 30px 20px;
}

#footInner #copyright{
	color:#000;
	font-size:1.3rem;
}

@media only screen and (max-width: 768px) {
	#banner img {
	max-width: 300px;
}
}

/*  top main image
================================================== */
#topVisualWrapper {
	width: 100%;
	position:relative;
	height:auto;
	max-width:1980px;
	
	margin:0 auto;
	
	
}
#topVisualWrapper img.bg {
	width: 100%;
	height:auto;
	vertical-align:bottom;
}
#topVisualWrapper.fixed {
    padding-top: 60px;
}
#topVisualWrapper #topLink {
	position:absolute;
	width:50%;
	margin:0 auto;
	bottom:50px;
	right:0;
	display:table;
	text-align:center;
}
#topVisualWrapper #topLink img{
	width:65%;
	margin:0 auto;
}

#topVisualWrapper #topLink a{
	opacity:1;
	transition: .15s ease-in-out;
}

#topVisualWrapper #topLink a:hover{
	opacity:0.6;
	
}


@media only screen and (max-width: 1024px) {
	#topVisualWrapper {
/*	margin:10px auto 0;*/
	top:0;
	
}
#topVisualWrapper #topLink {
	position:relative;
	width:100%;
	display:table;
	text-align:center;
	bottom:auto;
}
#topVisualWrapper #topLink img{
	width:80%;
	margin:20px auto;
}
}








/*==========================================
 Contents
===========================================*/


/*Layout
================================================== */
#contentsArea{
	width:100%;
	padding-top:0;
	background:#fff;
}

#contentsArea section.black{
	background:#fff;
	padding-bottom:60px;
}
#contentsArea .wfull{
	width:100%;
}
#contentsArea .w1080{
	width:1080px;
	max-width:1040px;
	padding:0 20px 60px;
	margin:0 auto;
	
}
#contentsArea .w980{
	width:980px;
	padding:0 20px;
	margin:0 auto;
	padding-bottom:60px;
	
}

#contentsArea .w980 .castimg{
/*     width: 480px; */
	margin-bottom: 20px;
}

@media only screen and (max-width: 784px) {
#contentsArea .w980 .castimg{
	max-width: 360px;
	margin-bottom: 20px;
}
	
}


#contentsArea .w900{
	width:900px;
	padding:0 20px;
	margin:0 auto;
	padding-bottom:60px;
	
}



#contentsArea .w800{
	width:800px;
	padding:0 20px;
	margin:0 auto;
	padding-bottom:60px;
}

#contentsArea section p{
	width:100%;
	line-height:180%;
	color:#002063;
	font-size:1.8rem;
	font-weight:normal;
}
@media only screen and (max-width: 784px) {
	#contentsArea section p{
		font-size:1.4rem;
	}
}

#contentsArea section p.w800{
	padding:0;
}

#contentsArea section img{
	width:100%;
	height:auto;
}

#contentsArea section #news_release img{
	width:30%;
	height:auto;
}

/* #contentsArea #introduction p,#contentsArea #comments p{
	color:#fff;
} */

.w980 .story_footer {
	width: 100%;
}

.w980 .story_footer_img {
    width: 25%;
    height: 240px;
    float: left;	
}

.mb0 {
	width: 100%;
	overflow: hidden;
}

.footimg4 {
	width: 25%;
    float: left;
}

.introductionfootimg {
	width: 100%;
/* 	opacity: 0.5; */
}

.review_back_URL {
    background-image: url(https://drive.google.com/uc?export=view&id=1XkdqdW7eZLhG-3D7ZVDn9TTcC3rM0CdO);
}

.credit_back_URL {
	background-image: url(https://drive.google.com/uc?export=view&id=1T0OtiFIiUuJZbH05NS49WCpUOgVX_pPN);
}

.backimg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.review_back > div {
    background: rgba(0,33,18,0.5)!important;
    width: 100%;
    height: 100%;
}

.fixed-bg > div {
/*    background: rgba(0,33,18,0.5)!important;*/
	width:100%;
	height:100%;
}

/*.fixed-bg {
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}*/
.fixed-bg-1{
	background-image: url(./images/top-bg-lt.png), url(./images/top-bg-rt.png), url(./images/top-bg-rb.png);
	background-position: left top, right top, right bottom;
	background-size: auto 80%, 40% auto, 30% auto;
	background-repeat: no-repeat, no-repeat, no-repeat;
	margin-bottom: 30px;
/*	background-image: url(./images/top-bg.png);*/
}
@media only screen and (max-width: 784px) {
	.fixed-bg-1{
		background-size: auto 65%, 0 0, 65% auto;
		margin-bottom: 15px;
	}
}




.fixed-bg-2{
	background-image: url("images/bg2.jpg");
}
.fixed-bg-3{
	height:50vh;
	background-image: url("images/bg3.jpg");
}

#contentsArea ul {
	margin-left:20px;
}

#contentsArea ul li{
line-height:180%;
	text-align:left;
	color:#555;
	font-size:1.5rem;
	font-weight:normal;
	list-style-type:decimal;

}

.border-box{
	width:100%;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #cf0746;
}

#news iframe, #news img {
	margin: 20px 0;
}
/*
@media only screen and (min-width: 1360px) {
	.fixed-bg {
		background-size: cover;
	}
}
*/
@media only screen and (max-width: 768px) {
/*
	.fixed-bg {
		background-attachment: scroll;
	}
*/
	#contentsArea section #news_release img{
	width:50%;
}
}


	

@media screen and (max-width: 1024px) {
/*	#contentsArea{
		padding-top:50px;
	}
*/
	#contentsArea .contentsBlock{
	}
	main{
		width:100%;
		float:none;
		margin-right:0;
	}
	aside{
		width:100%;
		float:none;
	}
	#contentsArea .w1080{
		width:auto;
	}
	#contentsArea .w980{
		width:auto;
	}
	#contentsArea .w900{
		width:auto;
	}
	#contentsArea .w800{
		width:auto;
	}
	.fl-box .fl-box-left{
		float:none;
		width:100%;
		margin-right:0;
	}
	.fl-box .fl-box-right{
		width:100%;
		text-align:center;

	}
	.fl-box-half{
		width:100%;
	}
	.fl-box-half-left{
		width:100%;
		float:none;
	}
	section {
	}
}
@media screen and (max-width: 480px) {
	.fullImg{
		margin-bottom:80px;
	}
	.fullImg div{
		width:100%;
		float:none;
		margin-bottom:30px;
		text-align:center;
	}
	.fullImg div img{
		width:96%;
		margin:0 auto;
	}
	#contentsArea .w1080{
		padding:0 15px;
	}
	#contentsArea .w980{
		padding:0 15px 40px 15px;
	}
	#contentsArea .w800{
		padding:0 15px;
	}
}

/*==========================================
 Profile&Keyword
===========================================*/
.culumn2{
	width:100%;
	margin-bottom:80px;
}

.culumn2 .left{
	width:240px;
	padding-right:30px;
	float:left;
	text-align:left;
	box-sizing:border-box;
}

.culumn2 .left img{
	width:100%;
	height:auto;
}

.culumn2 .right{
	width: calc(100% - 240px);
	text-align:left;
	float:left;
	box-sizing:border-box;
}

.culumn2 h3{
	line-height:100%!important;
	margin-bottom:5px!important;
	color: #ffffff;
}

.culumn2 p{
	font-size:1.4rem!important;
	margin-bottom:5px!important;
	line-height:170%!important;
}

.culumn2 .name{
	font-size:1.4rem!important;
	letter-spacing:0!important;
}

.sub_prof {
	padding-top:40px;
}

@media only screen and (max-width: 768px) {
	.culumn2{
	
	margin-bottom:40px;
}

.culumn2 .left{
	width:30%;
}


.culumn2 .right{
	width:70%;
	
}
.culumn2 .right p{
	
}

.culumn2 img{
	margin-bottom:20px;
}

.sub_prof {
	padding-top:20px;
}
}

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

.culumn2 .left{
	width:100%;
	float:none;
	text-align:center;
	padding:0;
}

.culumn2 .left img{
	max-width:210px;
}
.culumn2 .right{
	width:100%;
	float:none;
	padding-left:0;
}

.culumn2 .left-60{
	width:100%;
	float:none;
	padding-right:0;
}
.culumn2 .right-40{
	width:100%;
	float:none;
}

#keyword h1{
	font-size:2.2rem;
}
}


/*==========================================
 上映情報
===========================================*/
#theater h2{
	text-align:center;
	margin-bottom:40px;
	font-size:1.6rem;
	padding:0;
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width:980px;
  margin:0 auto 60px;
}
table th,
table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-size:1.4rem;
 color:#555;
  text-align:left;
}
table th {
color:#fff;
  font-weight:normal;
 }

 table td  a{
color: #806000!important;
 }
 @media screen and (max-width: 768px) {
	 table {
	  width:96%;
	
  }
 }

@media screen and (max-width: 480px) {
  table {
	  width:96%;
    border: none;
	margin-bottom:50px;
  }
  table thead {
    display: none;
  }
  table tr {
    
    display: block;
    margin-bottom: 20px;
  }
  table td {

    
    display: block;
    padding: 10px;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
  }
   
 table td:first-child{
 
 }
 table td:last-child{
  margin-bottom:40px;
 }
}


/*コメント
===========================================*/
.commentBox{
	margin-bottom:60px;
}
.commentBox .body{
	
	font-size:1.8rem;
	margin-bottom:20px!important;
}
.commentBox .name{
	font-size:1.8rem;
	text-align:right;
	padding-bottom:10px;
	line-height:1;
	
	display:inline-block;
	float:right;
	background: url(images/img_line_paint.png) repeat-x 0 25px;
}

@media screen and (max-width: 768px) {
	.commentBox .name{
		background:none;
		border-bottom:1px solid #346e61;
	}
}

/*==========================================
 You tube (訪問時再生）
===========================================*/

.mfp-content .youtube{
	width: 100%;
padding: 50px 10px;
box-sizing: border-box;
max-width: 980px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.mfp-content .iframeWrapper{
	width: 100%;
padding-bottom: 56.25%;
position: relative;
}


.mfp-content iframe{
	width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
border-style: none;

	
}

.mfp-content .youtube .mfp-close {
    color: #fff!important;
}

@media screen and (max-width: 980px) {
	.mfp-content .youtube{
	max-width: 768px;
}
}
@media screen and (max-height: 599px) {
	.mfp-content .youtube{
	padding: 10px 10px;
	max-width: 650px;
}
}


/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */

/* コンテンツボックス */
.contents_box{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
}

.left_contents_1{
	width: 50%;
    margin: 0 40px 0 0;
}

.right_contents_1{
	-webkit-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 784px) {
	.left_contents_1{
		width: 100%;
		margin:0 0 0 0;
	}	
	.right_contents_1{
	-webkit-flex: 1;
    flex: 1;
	}
}


/*
.left_contents_2{
	width: 60%;
    margin: 0 40px 0 0;
}

.right_contents_2{
	-webkit-flex: 1;
    flex: 1;
}
*/
@media only screen and (max-width: 784px) {
	.contents_box{
		display:flex;           /* Flexコンテナ―に設定 */
		flex-direction:column;
	}
/*
	.left_contents_2{
		order:1;
		width: 100%;
    	margin: 0 0 0 0;
	}
*/
}

.left_contents_3{
	width: 40%;
    margin: 0 40px 0 0;
}

.right_contents_3{
	-webkit-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 784px) {
	.left_contents_3{
		width: 100%;
		margin:0 0 0 0;
	}	
	.right_contents_3{
	-webkit-flex: 1;
    flex: 1;
	}
}

video.popup-iframe{
	width:100%;
	position: absolute;
}

#enter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#enter>div {
	width: 25%;
	padding: 2%;
	margin: 0 2% 4% 2%;
	box-shadow: 0 0 10px rgb(102 102 102 / 5%);
}
#enter>div:last-child {
	margin: 0 2%;
}
@media only screen and (max-width: 784px) {
	#enter>div {
		width: 50%;
		padding: 2%;
	}
}
#enter>div a{
	display: block;
	transition: 0.5s all;
}
#enter>div a:hover{
	transform: scale(1.1,1.1);
	transition: 0.5s all;
}

footer a {
	display: block;
	width: 15%;
	margin: 2rem auto;
}
footer img {
	width: 100%;
	transition: 0.5s all;
}
footer img:hover {
	opacity: 0.5;
}

.sp {
	display: none;
}
@media only screen and (max-width: 784px) {
	.sp {
		display: block;
	}
}