@charset "utf-8";
/* CSS Document */


body{width: 100%;
	overflow-y: scroll;
	font-size: max(1.0vw,14px);
	color: rgba(35,24,21,1.00);}

.font-acu1{font-family: acumin-pro-condensed, sans-serif;
font-weight: 700;
font-style: normal;}

.font-acu2{font-family: acumin-pro-condensed, sans-serif;
font-weight: 600;
font-style: normal;}

.font-acu3{font-family: acumin-pro-condensed, sans-serif;
font-weight: 900;
font-style: normal;}

.font-acu4{font-family: acumin-pro-condensed, sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth1{font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth2{font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;}

.font-goth3{font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;}

.font-goth4{font-family: kozuka-gothic-pro, sans-serif;
font-weight: 900;
font-style: normal;}

.font-gothl1{font-family: m-plus-1p, sans-serif;
font-weight: 100;
font-style: normal;}

.font-gothl2{font-family: m-plus-1p, sans-serif;
font-weight: 400;
font-style: normal;}

.bg_box1{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	z-index: 0;
	background: url("../img/bg_circle2.png");}

.start_filter{width: 100vw;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background:rgba(255,255,255,1.00);
	z-index: 9999;}

.loading_logo{width: 100%;
	text-align: center;
	position:absolute; top: 30%;}
	
.loading_logo img{width: 10%;}

header{width: 100%;
	background: rgba(255,255,255,0.95);
	border-bottom: rgba(50,50,50,0.20) solid 1px;
	position: fixed; top: 0;
	z-index: 9;}

.header_logo{height: 50px;
	padding: 5px 10px;}
	
.header_logo img{height: 100%;}

.pc_menu{width: calc(100% - 20px);
	padding-left: 20px;
	border-top: rgba(50,50,50,0.20) solid 1px;
	overflow: hidden;}

.pc_menu_btn1{padding: 0 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: rgba(50,50,50,0.20) dotted 2px;
	text-align: center;
	float: left;}

.menu_btn_border_left{border-left: rgba(50,50,50,0.20) dotted 2px;}

.pc_menu_btn1_kana{font-size: 18px;
	line-height: 120%;}
	
.pc_menu_btn1_en{font-size: 16px;
	font-weight: bold;
	line-height: 30px;}

.pc_menu_btn1 a{display: block;
	color: rgba(0,0,0,1.00);
	transition:0.3s all;}
	
.pc_menu_btn1 a:hover{color:rgba(255,142,0,1.00);
	transform: scale(1.1,1.1);}

.main_img_box{width: 100%;
	margin-top: 110px;
	position: relative;}

.top_spacer{width: 60%;
	min-width: 750px;
	margin: 0 auto;}
	
.top_spacer img{width: 100%;}

.slider_box{width: 99.9%;
	position: absolute; top: 0; left: 0;}

.main_img{width: 100%;
	background:rgba(255,255,255,1.00);
	position: relative;
	}

.main_img_img{width: 60%;
	min-width: 750px;
	padding: 0 5px;
	margin: 0 auto;}

.main_img_img .pc{position: relative;
	padding-bottom : 56.25%;}

.main_img_img img{width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotateY(360deg); }
}
@keyframes rotation2{
  0%{ transform:rotate(0);}
  100%{ transform:rotateX(-360deg); }
}
@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}



.con_block1{width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;}



.con_inner_box{width: 80%;
	min-height: calc(100vh - 500px);
	padding: 0 5%;
	margin: 0 auto;
	position: relative;}
	
.con_inner_box2{width: 60%;
	min-width: 650px;
	min-height: calc(100vh - 500px);
	padding: 0 5%;
	margin: 0 auto;
	position: relative;}

.bg_pt1{background:rgba(255,220,180,1.00);
	background-repeat: repeat;}

.con_title1{font-size: 3vw;
	line-height: 150%;
	text-align: left;}

.box_inner1{width: 100%;
	overflow:hidden;}
	
.inner_block1{width: 40%;
	float: left;}
	
.inner_block1 img{width: 100%;}
	
.inner_block2{width: 60%;
	float: left;}

.text0{font-size: max(1.8vw,30px);}
.text1{font-size: max(1.4vw,22px);}
.text2{font-size: max(1.2vw,18px);}
.text3{font-size: max(1.0vw,14px);}
.text4{font-size: max(0.9vw,12px);}
.text5{font-size: max(0.8vw,10px);}

.link_btn_box{width: 15%;
	position: absolute; top: 0; right: 0;}
	
.link_btn1{width: 100%;
	font-size: max(1.0vw,16px);
	line-height: 200%;
	transition:0.3s all;}
	
.link_btn2{width: 30%;
	margin: 0 auto;
	font-size: max(1.0vw,16px);
	line-height: 200%;
	transition:0.3s all;
	position: absolute; bottom: 2%; left: 35%;}

.link_btn3{width: 50%;
	line-height: 200%;
	transition: 0.3s all;}

.link_btn1:hover,.link_btn2:hover,.link_btn3:hover{transform: scale(1.05,1.05);}

.link_btn1 a,.link_btn2 a,.link_btn3 a{display: block;
	color: rgba(255,255,255,1.00);}

.movie_box{width: 90%;
	margin: 0 auto;}
	
.movie_box img{width: 100%;}

.news_twitter_box{width: 80%;
	min-width: 700px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;}
	
.news_box{width: 64%;
	padding-left: 1%;
	float: left;}

/*.topics_box{width: 95%;
	height: 300px;
	padding: 0 1%;
	margin: 0 auto;
	border-left: rgba(255,140,0,1.00) solid 2px;
	overflow-y: scroll;}*/

.topic1{width: 100%;
	padding: 0%;}

.topic1 a{color: rgba(0,0,0,1.00);
	transition: 0.3s all;}

.topic1 a:hover{color: rgba(255,140,0,1.00);
	text-decoration: underline;}

/* twitter */
/*.twitter_box{width: 33%;
	padding: 0 1%;
	/*background: rgba(231,231,231,1.00);*/
	/*border-top:rgba(29,161,242,1.00) solid 4px;*/
	/*position: relative;
	float: left;}


.twsize1{display: block;}
.twsize2{display: none;}
.twsize3{display: none;}
.twsize4{display: none;}

@media screen and ( min-width:1500px )
{
.topics_box{height: 400px;}
.twsize1{display: none;}
.twsize2{display: block;}
.twsize3{display: none;}
.twsize4{display: none;}
}

@media screen and ( min-width:2000px )
{
.topics_box{height: 600px;}
.twsize1{display: none;}
.twsize2{display: none;}
.twsize3{display: block;}
.twsize4{display: none;}
}

@media screen and ( min-width:3000px )
{
.topics_box{height: 700px;}
.twsize1{display: none;}
.twsize2{display: none;}
.twsize3{display: none;}
.twsize4{display: block;}
}
*/



/* map */
#map_wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 28.12%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	



footer{width: 100%;
	padding-bottom: 10px;
	background:rgba(255,255,255,1.00);
	border-top: rgba(50,50,50,0.20) solid 1px;
	position: relative;
	z-index: 1}

.footer_logo{width: 10%;
	margin: 0 auto;}

.footer_link{font-size: calc(0.9vw,12px);
	line-height: 150%;
	text-align: center;}

.copyright{font-size: max(1.0vw,14px);
	line-height: 150%;
	text-align: center;}

.flex_box{display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	/*flex-direction: row-reverse;　/* 右から */
	/*flex-direction: column; /* 上から */
	/*flex-direction: column-reverse; /* 下から */
	/*flex-wrap: nowrap; /* 単一行に配置、アイテムは幅に収まるように縮小される。 */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	/*flex-wrap: wrap-reverse; /* 複数行に配置、左から右へ、下から上へ、の順番に。 */
	/*justify-content: flex-start; /* 左寄せ */
	/*justify-content: flex-end; /* 右寄せ */
	justify-content: center; /* 中央寄せ */
	/*justify-content: space-between; /* 両端+等間隔 */
	/*justify-content: space-around; /* 等間隔 */
	/*align-items: stretch; /*アイテムをコンテナの高さ（または幅）いっぱいに配置。*/
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	/*align-items: flex-end; /*アイテムを後尾にまとめて配置。*/
	/*align-items: center; /*アイテムを中央にまとめて配置。*/
	/*align-items: baseline; /* アイテムをベースラインに沿って配置。 */
	/*align-content: stretch; /* すべてのアイテムを等間隔に配置。サイズがautoであるアイテムはコンテナに合わせて引き延ばす。 */
	/*align-content: flex-start; /* アイテムを先頭に寄せて配置。 */
	/*align-content: flex-end; /* アイテムを後尾に寄せて配置。 */
	align-content: center; /* アイテムを中央に寄せて配置。 */
	/*align-content: space-between; /* 先頭と後尾は端に、残りは等間隔に配置。 */
	/*align-content: space-around; /* すべてのアイテムを等間隔に配置、各アイテムの両側に半分のサイズの間隔。 */
	/*align-content: space-evenly; /* すべてのアイテムを等間隔に配置、各アイテムの周りに同じサイズの間隔 */}
	
.delighter1.delighter{transition: all .5s ease-out;
  transform: translateY(-55%);
  opacity: 0;}

.delighter1.delighter.started,.delighter2.delighter.started,.delighter3.delighter.started,.delighter4.delighter.started,.delighter5.delighter.started,.delighter6.delighter.started,.delighter7.delighter.started{transform: none;
  opacity: 1;}
  
 .delighter2.delighter{transition: all .5s ease-out;
  transform: translateY(5vh);
  opacity: 0;}
.delighter3.delighter{transition: all .5s ease-out;
  transform: translateX(5vw);
  opacity: 0;}
  
 .delighter4.delighter{transition: all .5s ease-out 0.1s;
  transform: translateX(5vw);
  opacity: 0;}
  
  .delighter5.delighter{transition: all .5s ease-out 0.2s;
  transform: translateX(5vw);
  opacity: 0;}
  
  .delighter6.delighter{transition: all .5s ease-out 0.3s;
  transform: translateX(5vw);
  opacity: 0;}
  
  .delighter7.delighter{transition: all .5s ease-out 0.4s;
  transform: translateX(5vw);
  opacity: 0;}
	
#page-top{width: 60px;
	height: 60px;
	padding-bottom: 10px;
	position: fixed; bottom:  0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}


@media screen and ( max-width:1100px )
{
.main_img_box{margin-top: 0;}
}



@media screen and ( max-width:820px )
{
body{min-width: 320px;
	font-size: max(3.6vw,14px);}

.loading_logo img{width: 40%;}

.sp_head{position: relative;
	z-index: 5;}

.main_img_box{margin-top: 0;}

.top_spacer{width: 90%;
	min-width: 0;}

.main_img{margin-top: 0;}

.main_img_img{width: 90%;
	min-width: 0;
	margin: 0 auto;}

.main_img_img .sp{position: relative;
	padding-bottom : 152.66%;}

.main_img_img img{width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;}

.main_img_pre_text1{font-size: 4vw;}

.con_inner_box,.con_inner_box2{width: 80%;
	min-width: 0;
	padding: 0 5%;
	margin: 0 auto;
	position: relative;}

.con_title1{font-size: 8vw;}

.box_inner1{width: calc(100% - 20px);
	padding:10px;}
	
.inner_block1{width: 100%;
	float: none;}
	
.inner_block1 img{width: 100%;}
	
.inner_block2{width: 100%;
	float: none;}

.text0{font-size: 5vw;}
.text1{font-size: 4.4vw;}
.text2{font-size: 4.0vw;}
.text3{font-size: 3.6vw;}
.text4{font-size: 3.3vw;}
.text5{font-size: 3.0vw;}

.link_btn_box{width: 90%;
	margin: 0 auto;
	position: relative; top: auto; right: auto;}
	
.link_btn1{width: 100%;
	font-size: max(4.0vw,12px);
	line-height: 200%;}
	
.link_btn2{width: 60%;
	margin: 0 auto;
	font-size: max(4.0vw,12px);
	line-height: 200%;
	position: absolute; bottom: 10%; left: 20%;}

.link_btn3{width: 100%;
	line-height: 200%;}

.link_btn1:hover,.link_btn2:hover,.link_btn3:hover{transform: scale(1.0,1.0);}


/* information */

.news_twitter_box{width: 90%;
	min-width: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;}

.movie_box{width: 80%;
	margin: 0 auto;}

.news_box{width: 90%;
	padding:0 5%;
	float: none;}

.topics_box{width: 90%;
	height: 300px;
	padding: 0 5%;
	margin: 0 auto;
	border-left: rgba(255,140,0,1.00) solid 2px;
	overflow-y: scroll;}

.topic1{width: 100%;
	padding: 0%;}

.topic1 a{text-decoration: underline;}

.topic1 a:hover{color: rgba(0,0,0,1.00);}


/* twitter */
/*.twitter_box{width: 90%;
	padding: 0 5%;
	float: none;}*/

/* set_up */
.setup_box{width: 80%;
	padding: 0 5%;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);
	position: relative;}

.setup_box .box_inner1 .text1{}

.btn_more{width: 90%;
	margin: 0 auto;
	font-size: max(4.8vw,16px);}
	
.btn_more:hover{transform: scale(1.0,1.0);}
	
.btn_more a{display: block;
	color: rgba(255,255,255,1.00);}




/* map */
#map_wrapper {
    position: relative;
    width: 100%;
	min-width: 0;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer{padding-bottom: 70px;}

.footer_logo{width: 40%;}

.footer_link{font-size: calc(3.4vw,10px);
	line-height: 150%;
	text-align: center;}

.copyright{font-size: max(3.8vw,12px);}
	
#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}
}


























