@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color:#f5f2ea;
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color:#222;
	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 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.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 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.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 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}

.scrollShowEffect4 {
	-webkit-transition: all 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	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, 30px, 0);
	   -moz-transform: translate3d(0, 30px, 0);
	    -ms-transform: translate3d(0, 30px, 0);
	     -o-transform: translate3d(0, 30px, 0);
	        transform: translate3d(0, 30px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -30px, 0);
	   -moz-transform: translate3d(0, -30px, 0);
	    -ms-transform: translate3d(0, -30px, 0);
	     -o-transform: translate3d(0, -30px, 0);
	        transform: translate3d(0, -30px, 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);
}

.scrollShowEffect4.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-color:#f5f2ea;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 100px;
  animation: zoomInAnime 0.1s linear 0s 1;
	margin-bottom:60px;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}


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

#leftblock{
    width:20%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    padding:3% 0 0 0;
    box-sizing: border-box;
    background-color:#fff;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	border-right: 1px solid #666;
}
  
.showNavi #leftblock{
  opacity:1;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s;
}

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

.left_wrapper{
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.leftlogo{
    width:20%;
	margin:0 auto 50px;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .leftlogo{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}

.menu_wrapper{
    width:100%;
	text-align: center;
	margin-bottom: 30px;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .menu_wrapper{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.menu_wrapper a{
    display: inline-block;
    color:#00a572;
    font-size: 14px;
	line-height: 13px;
    text-decoration:none;
    position: relative;
    transition: .3s;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.menu_wrapper a:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}

.menu{
    width:100%;
	overflow: hidden; /* heightを戻す */
    transition: 0.7s;
	margin-bottom: 6%;
}

.menuj{
	font-size: 9px;
	font-weight: 400;
}

.sns_wrapper{
    width:60%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.sns{
	width:10%;
	float: left;
	margin-right: 20%;
}

.sns:nth-child(4) {
  margin-right:0;
}

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


.day{
    width:60%;
    position: absolute;
    left:20%; 
    bottom:6%;
}


#rightblock{
    width:80%;
	float: right;
}

#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #f4f1e9;
}

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

.spmain{
    display: none;
}
  
.topbg{
	width:100%;
}
  
.toplogo{
	width:62%;
	position: absolute;
	left:20%;
	top:3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .toplogo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.top_ogawa{
	width:26%;
	position: absolute;
	left:37%;
	top:14.5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_ogawa{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}

.top_mizu{
	width:26%;
	position: absolute;
	right:14%;
	top:21%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_mizu{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.top_shizen{
	width:26%;
	position: absolute;
	right:16%;
	top:52%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_shizen{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.top_ichinichi{
	width:26%;
	position: absolute;
	left:15%;
	top:55%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_ichinichi{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
}

.top_tabibito{
	width:26%;
	position: absolute;
	left:13%;
	top:23%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_tabibito{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

.top_hss{
	width:26%;
	position: absolute;
	left:37%;
	bottom:9%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_hss{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.biling{
	width:10%;
	position: absolute;
	left:20%;
	bottom:10%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
}

.catch{
	width:10%;
	position: absolute;
	left:45%;
	top:45%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    transform: translateY(-20px);/* X軸方向に100px */
}
  
.showNavi .catch{
  opacity:1;
  -webkit-transition-delay:3.3s;
  transition-delay:3.3s;
  transform:translateY(0);
}

 
#intro_wrapper{
	width:100%;
	padding:7% 10%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
}

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

.pagetitle_wrapper{
	width:100%;
	text-align: center;
	margin-bottom: 50px;
}

.pagetitle{
	display: inline-block;
	font-size: 22px;
	padding-bottom:30px;
	border-bottom: 1px solid #00a572;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}



#hongsangsoo_wrapper{
	width:100%;
	padding:7% 10%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
}

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


.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding:20px 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}

.filmo_wrapper{
	width:100%;
}

.filmo_midashi{
	width:100%;
	font-size: 20px;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
	margin-bottom: 10px;
    text-align: center;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #00a572;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

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

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

.filmo dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.filmo dt {
	flex-basis: 12%;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	margin-bottom: 10px;
	color: #00a572;
	font-weight: 700;
}
.filmo dd {
	flex-basis: 88%;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
}

.filmo_title{
	width:100%;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-left: -7px;
	color: #00a572;
}

.filmo_title_e{
	width:100%;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

.filmo_title_p{
	width:100%;
	font-size: 11px;
	line-height: 20px;
}

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

#footer_wrapper{
  width:100%;
  background-color: #595757;
  padding:5% 0 5% 0;
}

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

.footerlogo{
    width:25%;
    margin:0 auto;
}

.top_mvtk{
	width:100%;
	margin-bottom: 50px;
}
	
#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}


@media screen and (max-width:1024px){
	
.loading img{
	width: 100px;
	margin-bottom:60px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

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

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


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

.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: #00a572;
}
.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:10% 0% 10% 0%;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	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;
	opacity: 1;
}

.sns_wrapper{
    width:30%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 1;
}
	
.leftlogo{
    width:10%;
	margin:0 auto 10%;
}

	
#leftblock{
	display: none;
}

#rightblock{
    width:100%;
	float: none;
}

	
#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-top:14%;
}

.toplogo{
	width:80%;
	position: absolute;
	left:10%;
	top:3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .toplogo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.top_ogawa{
	width:35%;
	position: absolute;
	left:32.5%;
	top:14%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_ogawa{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}

.top_mizu{
	width:35%;
	position: absolute;
	right:2.5%;
	top:21%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_mizu{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.top_shizen{
	width:35%;
	position: absolute;
	right:5%;
	top:53%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_shizen{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.top_ichinichi{
	width:35%;
	position: absolute;
	left:3%;
	top:57%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_ichinichi{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
}

.top_tabibito{
	width:35%;
	position: absolute;
	left:1.5%;
	top:22%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_tabibito{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

.top_hss{
	width:48%;
	position: absolute;
	left:26%;
	bottom:8%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .top_hss{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.biling{
	width:17%;
	position: absolute;
	left:10%;
	bottom:9%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
}

.catch{
	width:10%;
	position: absolute;
	left:45%;
	top:45%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    transform: translateY(-20px);/* X軸方向に100px */
}
  
.showNavi .catch{
  opacity:1;
  -webkit-transition-delay:3.3s;
  transition-delay:3.3s;
  transform:translateY(0);
}

#intro_wrapper{
	width:100%;
	padding:10% 10%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
}
	
#hongsangsoo_wrapper{
	width:100%;
	padding:10% 10%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
}

.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding:20px 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}

.filmo_wrapper{
	width:100%;
}

.filmo_midashi{
	width:100%;
	font-size: 20px;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
	margin-bottom: 10px;
    text-align: center;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #00a572;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

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

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

.filmo dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.filmo dt {
	flex-basis: 100%;
	padding: 0;
	box-sizing: border-box;
	border-right:none;
	border-bottom: 1px solid #00a572;
	margin-bottom: 5px;
	color: #00a572;
	font-weight: 700;
}
.filmo dd {
	flex-basis: 100%;
	padding:0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.filmo_title{
	width:100%;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-left: -7px;
	color: #00a572;
}

.filmo_title_e{
	width:100%;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

.filmo_title_p{
	width:100%;
	font-size: 11px;
	line-height: 20px;
}

.hss_img{
	width:100%;
	margin:0 auto 50px;
}

#footer_wrapper{
  width:100%;
  background-color: #595757;
  padding:7% 0 7% 0;
}

.footerlogo{
    width:50%;
    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: #999;
          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: #fff;
          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%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .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;
}
