
html, body{
	background-color: #282828;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.8em;
	color: #fff;
	margin: 0;
	font-weight: 400;
	transition-duration: 1s;
    margin: 0;
}

.body_back{
	background-color: #535353;
}

figure {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

div{
	vertical-align: bottom;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul,li {
  list-style: none;
  display: inline;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}


.loading{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 2000;
}

.loading img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	animation: flash 1s linear infinite;
	width: 150px;
	height: auto;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

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

p{
	margin: 0;
}


.loading2{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index: 2000;
}


.midashi, .niru{
	opacity: 0;
}

.op1{
	opacity: 1;
}

.strong{
	font-weight: 800;
}



/* ======================================================
MENU
====================================================== */

.menu_wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10vh;
	font-weight: 800;
	letter-spacing: .35em;
	line-height: 10vh;
	z-index: 100;
	font-size: 12px;
	transition-duration:.2s;
}
@media screen and (max-width: 1280px) {
	.menu_wrap{
		font-size: 1vw;
	}	
}
@media screen and (max-width: 768px) {
	.menu_wrap{
		height: 8vh;
		line-height: 8vh;
		font-size: 1vw;
	}	
}
@media screen and (max-width: 428px) {
	.menu_wrap{
		display: none;
	}	
}

.menu_wrap a{
	color: #fff;
}

.menu_slash{
	height: 12px;
	width: auto;
	margin: 0 0.6%;
	margin-top: -0.2%;
	vertical-align: middle;
}
@media screen and (max-width: 1024px){
	.menu_slash{
		height: 1.2vw;
	}	
}


.menu_l{
	display: inline-block;
	padding-left: 3%;
	background-color: rgba(60, 60, 60, 0.8);
	width: calc(100% - 178px);
	box-sizing: border-box;
}
@media screen and (max-width: 1024px){

	.menu_l{
		width: 100%;
	}	
}

.menu_r{
	display: inline-block;
	background-color: #c4ab5f;
	width: 178px;
	height: 100%;
	color: #282828;
	text-align: center;
	letter-spacing: .8em;
}
/*@media screen and (max-width: 1024px){
	.menu_r{
		width: 15%;
	}	
}*/
@media screen and (max-width: 1024px){
	.menu_r{
		display: none;
	}	
}

.menu_sp{
	display: none;
}
@media screen and (max-width: 428px){
	.menu_sp{
		position: fixed;
		top: 0;
		right: 0;
		display: inline-block;
		background-color: #c4ab5f;
		color: #282828;
		text-align: center;
		letter-spacing: .6em;
		line-height: 68px;
		width: 130px;
		height: 68px;
		z-index: 100;
		font-size: 12px;
	}	
}

.menu_sp_modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(50, 50, 50, .95);
	z-index: 90;
	text-align: center;
	font-size:3.5vw;
}
@media screen and (min-width: 426px){
	.menu_sp_modal{
		display: none;
	}
}

.modal_on{
	display: block;
}

.menu_sp_modal_wrap{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.menu_sp_btn{
	display: inline-block;
	padding: 5% 0;
	width: 48%;
	text-align: left;
}

.menu_logo{
	display: inline-block;
	width: 100%;
	margin-bottom: 9%;
}

/* ======================================================
TITLE
====================================================== */

.top_title{
	position: relative;
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 428px){	
	.top_title{
		height: calc(464px + 68px);
	}
}


.title_back_wrap{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 0;
}

.title_back{
	position: absolute;
	width: 60%;
	max-width: 768px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	display: none;
	opacity: 0.3;
	transition-duration:2s;
}
@media screen and (max-width: 1024px){	
	.title_back{
		width: 70%;
	}
}

.title_back_wrap_sp{
	display: none;
}

@media screen and (max-width: 428px){	
	.title_back_wrap_sp{
		display: block;
	}
}

.title_back_wrap_sp{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #282828;
}


.title_back_sp{
	position: absolute;
	width: 70%;
	max-width: 768px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	display: none;
	opacity: 0.3;
	transition-duration:2s;
}
@media screen and (max-width: 428px){	
	.title_back_sp{
		width: 100%;
	}
}

.blur{
	  -webkit-filter: blur(5px);
	  -moz-filter: blur(5px);
	  -o-filter: blur(5px);
	  -ms-filter: blur(5px);
	  filter: blur(5px);
}

.title{
	position: absolute;
	width: 60%;
	max-width: 768px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	display: none;
	z-index: 20;
}
@media screen and (max-width: 1024px){	
	.title{
		width: 75%;
	}
}

/* ======================================================
NEWS
====================================================== */
.top_news_wrap{
	position: relative;
	width: 100%;
	background-color: #535353;
	font-size: 16px;
}

.top_news{
	position: relative;
	width: 80%;
	padding: 7%;
	padding-bottom: 4.5%;
	color: #282828;
	background-color: #fff;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.top_news{
		font-size: 1.6vw;
	}	
}
@media screen and (max-width: 428px) {
	.top_news{
		font-size: 14px;
		padding: 42px 26px 26px 26px;
	}	
}

.m_news{
	height: 42px;
	width: auto;
	margin-bottom: calc(4% - 2%);
}
@media screen and (max-width: 768px) {
	.m_news{
		height: 5vw;
		width: auto;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 428px) {
	.m_news{
		height: 32px;
		width: auto;
		margin-bottom: calc(10px - 20px);
	}	
}

.news_list{
	padding: 2% 0;
	border-bottom: 1px solid rgba(40, 40, 40, 0.1);
	box-sizing: border-box;
	opacity: 0;
	transform: translateX(-5%);
	overflow: hidden;
}
@media screen and (max-width: 428px) {
	.news_list{
		width: auto;
		padding: 20px 0;
		box-sizing: content-box;
	}	
}

.news_list a{
	color: #282828;
}

/* fallback for IE */
.news_kaigyou {
  display: block;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; 
}

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

	.news_kaigyou {
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;  
	}
}

.news_date{
	display: inline-block;
	color: #c4ae5f;
	letter-spacing: .3em;
	line-height: 1.6em;
	margin-right: 2%;
}
@media screen and (max-width: 428px) {
	.news_date{
		display: block;
		font-size: 0.8em;
	}
}

.news_back{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #282828;
	width: 100%;
	height: 20vh;
}

.news_more{
	position: relative;
	width: 100%;
	margin-top: 3%;
	text-align: right;
	font-size: 1.4em;
	letter-spacing: .6em;
}
@media screen and (max-width: 428px) {
	.news_more{
		margin-top: 20px;
		font-size: 1em;
	}
}


.news_list_on:nth-of-type(1) {
  -webkit-animation: news_list_anime 0.5s ease 0s 1 forwards;
  animation: news_list_anime 0.5s ease 0s 1 forwards;
}
.news_list_on:nth-of-type(2) {
  -webkit-animation: news_list_anime 0.5s ease 0.3s 1 forwards;
  animation: news_list_anime 0.5s ease 0.5s 1 forwards;
}
.news_list_on:nth-of-type(3) {
  -webkit-animation: news_list_anime 0.5s ease 0.6s 1 forwards;
  animation: news_list_anime 0.5s ease 1s 1 forwards;
}
.news_list_on:nth-of-type(4) {
  -webkit-animation: news_list_anime 0.5s ease 0.9s 1 forwards;
  animation: news_list_anime 0.5s ease 1.5s 1 forwards;
}
@-webkit-keyframes news_list_anime {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes news_list_anime {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
  

/* ======================================================
PROFILE
====================================================== */
.profile_width{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 7%;
	padding-bottom: 7%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.profile_width{
		padding-bottom: 7%;
	}
}
@media screen and (max-width: 428px) {
	.profile_width{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 26px;
		padding-bottom: 36px;
		box-sizing: border-box;
	}
}

.profile_inner{
	margin-top: 10%;
	padding: 6% 6% 6% 6%;
	background-color: rgba(255, 255, 255, .2);
	box-sizing: border-box;
}
@media screen and (max-width: 428px) {
	.profile_inner{
		margin-top: 80px;
		padding: 50px 16px 26px 16px;
		background-color: rgba(255, 255, 255, .2);
		box-sizing: border-box;
	}
}

.profile_name{
	display: block;
	font-size: 32px;
	margin-bottom: 26px;
	letter-spacing: .4em;
	line-height: 1em;
}
@media screen and (max-width: 768px) {
	.profile_name{
		margin-bottom: 5%;
		text-align: center;
	}	
}

.m_profile{
	position: absolute;
	top: -4%;
	right: 7%;
	height: 42px;
}
@media screen and (max-width: 768px) {
	.m_profile{
		top: -2vw;
		height: 5vw;
	}
}
@media screen and (max-width: 428px) {
	.m_profile{
		top: -16px;
		right: 26px;
		height: 32px;
	}
}

.niru{
	width: 80%;
	height: auto;
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.niru{
		width: 100%;
	}
}

.profile_l{
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.profile_l{
		display: block;
		width: 25%;
		margin: 0 auto;
	}
}

.profile_r{
	display: inline-block;
	width: 75%;
	line-height: 2em;
}
@media screen and (max-width: 768px) {
	.profile_r{
		width: 100%;
		margin-top: 4%;
		font-size: 12px;
		line-height: 1.8em;
	}
}

.profile_sns{
	position: relative;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 2%;
	padding: 1em 1.5em;
	font-size: 10px;
	line-height: 1em;
	color: #c4ae5f;
	background-color: #fff;
	border: 1px solid #c4ae5f;
	border-radius: 50px;
}
@media screen and (max-width: 768px) {
	.profile_sns{
		margin-right: 6px;
		margin-bottom: 10px;
	}
}

.profile_sns a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;  
}

.work_link{
	margin-top: 2%;
	margin-bottom: 3%;
	font-size: 20px;
	color: #c4ab5f;
}

/* ======================================================
MOVIE
====================================================== */
.top_movie_wrap{
	position: relative;
	width: 100%;
	color: #c4ae5f;
	background-color: #fff;
	text-align: center;
	padding-top: 9%;
}
@media screen and (max-width: 428px) {
	.top_movie_wrap{
		padding-top: 68px;
	}
}

.top_movie_width{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 25%;
	padding-bottom: calc(9% - 5%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.top_movie_width{
		padding: 0 10%;
		padding-bottom: calc(9% - 5%);
	}
}
@media screen and (max-width: 428px) {
	.top_movie_width{
		padding: 0 20px;
		padding-bottom: 36px;
	}
}

.m_movie{
	display: block;
	height: 42px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
	.m_movie{
		height: 5vw;
		width: auto;
		margin-bottom: 7%;
	}
}
@media screen and (max-width: 428px) {
	.m_movie{
		height: 32px;
		width: auto;
		margin-bottom: 36px;
	}	
}

.tr_container{
}

.tr_wrap{
	display: inline-block;
	width: 32%;
	margin-bottom: 5%;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.2em;
	font-size: 16px;
}
@media screen and (max-width: 1024px) {
	.tr_wrap{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.tr_wrap{
		padding: 0 5%;
		box-sizing: border-box;
		font-size: 14px;
	}
}
@media screen and (max-width: 428px) {
	.tr_wrap{
		padding: 0 3%;
		font-size: 12px;
	}
}

/* .tr_wrap:nth-of-type(n+4){
	margin-bottom: %;
} */

.movie_tr{
	display: block;
	width: 35%;
	margin: 0 auto;
	margin-bottom: 4%;
	opacity: 0;
}

@media screen and (max-width: 1024px) {
	.movie_tr{
		width: 62%;
	}
}
@media screen and (max-width: 428px) {
	.movie_tr{
		width: 70%;
	}
}



.movie_youtube{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	border: 1px solid #c4ab5f;
	padding: 3% 5%;
	box-sizing: border-box;
}

.swiper_movie{
	overflow: hidden;
}

.swiper-button-prev_movie{
	position: absolute;
	top: calc(50% - 14%);
	left: 2%;
	width: 2%;
	transform: translateY(-50%);
	cursor: pointer;
}

.swiper-button-next_movie{
	position: absolute;
	top: calc(50% - 14%);
	right: 2%;
	width: 2%;
	transform: translateY(-50%);
	cursor: pointer;
}

.swiper-button-prev_movie img, 
.swiper-button-next_movie img{
	width: 100%;
}

.swiper-pagination-bullet{
	opacity: .1 !important;
}
.swiper-pagination-bullet-active {
    background: #c4ae5f !important;
	opacity: 1 !important;
}

/* ======================================================
ALBUM
====================================================== */
.top_album_wrap{
	position: relative;
	width: 100%;
	background-color: #c4ae5f;
	text-align: center;
}

.top_album_width{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 5% 7%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.top_album_width{
		padding: 4% 10%;
	}
}
@media screen and (max-width: 428px) {
	.top_album_width{
		padding: 36px 26px;
	}
}

.top_album_flex{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_album_flex_section{
	display: inline-block;
	width: 30%;
}

.top_album_flex_section:nth-of-type(n + 4) {
	margin-top: 2%;
}


@media screen and (max-width: 428px) {
	.top_album_flex_section{
		display: inline-block;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 10px;

	}
}

.top_album_flex_section img{
	width: 100%;
}
/* 
.top_album_width img{
	width: auto;
	height: 14vw;
	max-height: 250px;
}
@media screen and (max-width: 768px) {
	.top_album_width img{
		height: 20vw;
	}
}
@media screen and (max-width: 428px) {
	.top_album_width img{
		height: auto;
		width: 48%;
	}
}

.top_album_width a:nth-of-type(n+2){
	margin-left: 3%;
}
@media screen and (max-width: 428px) {
	.top_album_width a:nth-of-type(n+2){
		margin-left: 4%;
	}
}
 */
/* ======================================================
LIVE
====================================================== */
.top_live_wrap{
	position: relative;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-top: 9%;
}
@media screen and (max-width: 428px) {
	.top_live_wrap{
		padding-top: 68px;
	}
}

.top_live_width{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 25%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.top_live_width{
		padding: 0 10%;
	}
}

.m_live{
	display: block;
	height: 42px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
	.m_live{
		height: 5vw;
		width: auto;
		margin-bottom: 7%;
	}
}
@media screen and (max-width: 428px) {
	.m_live{
		height: 32px;
		width: auto;
		margin-bottom: 36px;
	}	
}

.live_list{
	padding: 2% 0;
	border-bottom: 1px solid rgba(40, 40, 40, 0.1);
	box-sizing: border-box;
	opacity: 1;
	transform: translateX(-5%);
	overflow: hidden;
	text-align: left
}
@media screen and (max-width: 428px) {
	.live_list{
		width: auto;
		padding: 20px 0;
		box-sizing: content-box;
	}	
}


.live_list a{
	color: #fff;
}

/* ======================================================
SPECIAL
====================================================== */
.top_special_wrap{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 9%;
	text-align: right;
	overflow: hidden;
}
@media screen and (max-width: 428px) {
	.top_special_wrap{
		padding-top: 68px;
	}
}

.top_special_width{
	display: inline-block;
	position: relative;
	width: 80%;
	padding: 7%;
	text-align: left;
	color: #282828;
	background-color: #fff;
	box-sizing: border-box;
	border: solid #c4ae5f;
	border-width: 10px 0 10px 10px;
	transform: translateX(100%);
	transition-duration: 1s;
}
@media screen and (max-width: 768px) {
	.top_special_width{
		font-size: 1.6vw;
	}	
}
@media screen and (max-width: 428px) {
	.top_special_width{
		font-size: 14px;
		padding: 50px 26px;
	}	
}

.special_on{
	transform: translateX(0%);
}

.m_special{
	display: inline-block;
	height: 42px;
	width: auto;
}
@media screen and (max-width: 768px) {
	.m_special{
		height: 5vw;
		width: auto;
	}
}
@media screen and (max-width: 428px) {
	.m_special{
		display: block;
		float: none;
		height: 32px;
		width: auto;
	}	
}

.hr{
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 5% 0;
}
@media screen and (max-width: 428px) {

	.hr{
		margin: 20px 0;
	}
}

.special_back{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background-color: #282828;
}

.special_more{
	display: inline-block;
	font-size: 2vw;
	line-height: 42px;
	letter-spacing: .8em;
}
@media screen and (max-width: 768px) {
	.special_more{
		line-height: 5vw;
	}
}
@media screen and (max-width: 428px) {
	.special_more{
		float: none;
		font-size: 14px;
		margin-top: 16px
	}	
}

.special_more a{
	color : #c4ae5f;
}

.logo1, .logo2{
	height: 10vw;
	max-height: 140px;
}


/* ======================================================
GUIDELINE
====================================================== */
.top_guideline_wrap{
	position: relative;
	width: 100%;
	padding: 0 7%;
	padding-bottom: 5%;
	color: #fff;
	text-align: center;
	padding-top: 9%;
	background-color: #282828;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.top_guideline_wrap{
		padding-bottom: 7%;
	}
}
@media screen and (max-width: 428px) {
	.top_guideline_wrap{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 26px;
		padding-bottom: 36px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 428px) {
	.top_guideline_wrap{
		padding-top: 80px;
	}
}


.top_guideline_width{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 7%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.top_guideline_width{
		padding: 0 10%;
	}
}

.m_guideline{
	display: block;
	height: 42px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
	.m_guideline{
		height: 5vw;
		width: auto;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 428px) {
	.m_guideline{
		height: 32px;
		width: auto;
		margin-bottom: 16px;
	}	
}

.guideline_inner{
	margin-top: 3%;
	background-color: rgba(255,255,255,0.1);
	padding: 5% 7%;
	text-align: left;
	box-sizing: border-box;
}
@media screen and (max-width: 428px) {
	.guideline_inner{
		margin-top: 26px;
		padding: 16px 16px;
	}	
}


.shouyou{
	color: #c4ae5f;
	font-size: 1.4em;
	text-decoration: underline;
	cursor: pointer;
}

.shouyou_wrap{
	display: none;
}

/* ======================================================
CONTACT
====================================================== */
.top_contact_wrap{
	position: relative;
	width: 100%;
	padding: 7% 7%;
	color: #282828;
	text-align: center;
	background-color: #c4ae5f;
	box-sizing: border-box;
	font-size:26px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.top_contact_wrap{
		font-size: 3vw;
	}
}
@media screen and (max-width: 428px) {
	.top_contact_wrap{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 26px;
		padding-top: 50px;
		padding-bottom: 50px;
		box-sizing: border-box;
		font-size: 3.5vw;
	}
}

.top_contact_width{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 7%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.top_contact_width{
		padding: 0 10%;
	}
}

.m_contact{
	display: block;
	height: 42px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
	.m_contact{
		height: 5vw;
		width: auto;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 428px) {
	.m_contact{
		height: 32px;
		width: auto;
		margin-bottom: 32px;
	}	
}

.mail{
	display: inline-block;
	height: 26px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 2%;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.mail{
		height: 3vw;
		width: auto;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 428px) {
	.mail{
		height: 3.5vw;
		width: auto;
		margin-bottom: 36px;
	}	
}



/* ======================================================
CR
====================================================== */
.top_cr_wrap{
	position: relative;
	width: 100%;
	padding: 3% 7%;
	color: #fff;
	text-align: center;
	background-color: #000;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.top_cr_wrap{
	}
}
@media screen and (max-width: 428px) {
	.top_cr_wrap{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding:36px 26px;
		box-sizing: border-box;
	}
}


.top_cr_width{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 7%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.top_cr_width{
		padding: 0 10%;
	}
}

.kuma{
	width: 10vw;
	height: auto;
	margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
	.kuma{
		width: 20vw;
		height: auto;
		margin-bottom: 1%;
	}
}




/* ======================================================
MOVIEPAGE
====================================================== */
.moviepage_wrap{
	position: relative;
	margin: 0 auto;
	margin-top: 10vh;
	padding: 7%;
	width: 100%;
	max-width: 1040px;
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
	.moviepage_wrap{
		margin-top: 8vh;
	}	
}

.moviepage_title{
	display: block;
	font-size: 42px;
	margin-bottom: 2%;
}

.moviepage_date{
	display: block;
}

.moviepage_movie_wrap{
	position: relative;
	width: 100%;
	margin: 3% 0;
}
.moviepage_movie_wrap::after{
	display: block;
	content: "";
	padding-top: 56.25%;
}


.moviepage_movie_wrap iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

.moviepage_pg_navi{
	position: relative;
	width: 100%;
	margin-top: 5%;
}

.moviepage_pg_pre{
	position: relative;
	float: left;
}
.moviepage_pg_next{
	position: relative;
	float: right;
}

.clear{
	clear: both;
}

/* ======================================================
NEWSPAGE
====================================================== */
.newspage_wrap{
	position: relative;
	margin: 0 auto;
	margin-top: 10vh;
	padding: 7%;
	width: 100%;
	max-width: 1040px;
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
	.newspage_wrap{
		margin-top: 8vh;
	}	
}

.newspage_title{
	font-size: 26px;
}
@media screen and (max-width:428px) {
	.newspage_title{
		font-size: 20px;
	}
}
.newspage_date{
	display: block;
	color: #c4ab5f;
	margin-top: 1%;
	line-height: 1em;
}

.news_text{
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	padding: 3% 0 5% 0;
	margin-bottom: 5%;
}

.news_thumb{
	margin-top: 20px;
}

/* ======================================================
WORKPAGE
====================================================== */

.workpage_midashi{
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin-bottom: 5%;
}
@media screen and (max-width:428px) {
	.workpage_midashi{
		font-size: 20px;
	}
}

.workpage_title{
	font-size: 26px;
	color: #c4ab5f;
}
@media screen and (max-width:428px) {
	.workpage_title{
		font-size: 20px;
	}
}
/* ======================================================
SPECIALPAGE
====================================================== */
.specialpage_wrap{
	position: relative;
	margin: 0 auto;
	padding: 7%;
	width: 100%;
	max-width: 1040px;
	box-sizing: border-box;
	line-height: 4em;
	font-weight: 600;
}
@media screen and (max-width:428px) {
	.specialpage_wrap{
		line-height: 2em;
	}	
}

.specialpage_back{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.specialpage_back_color{
	background-color: rgba(0, 0, 0, 0.5);
}

.specialpage_back1{
	background-image: url("../img/bk1.jpg");
}
.specialpage_back2{
	background-image: url("../img/bk2.jpg");
	display: none;
}
.specialpage_back3{
	background-image: url("../img/bk3.jpg");
	display: none;
}
.specialpage_back4{
	background-image: url("../img/bk4.jpg");
	display: none;
}
.specialpage_back5{
	background-image: url("../img/bk5.jpg");
	display: none;
}
.specialpage_back6{
	background-image: url("../img/bk6.jpg");
	display: none;
}
.specialpage_back7{
	background-image: url("../img/bk7.jpg");
	display: none;
}
.specialpage_back8{
	background-image: url("../img/bk8.jpg");
	display: none;
}
.specialpage_back9{
	background-image: url("../img/bk9.jpg");
	display: none;
}
.specialpage_back10{
	background-image: url("../img/bk10.jpg");
	display: none;
}
.specialpage_back11{
	background-image: url("../img/bk11.jpg");
	display: none;
}
.specialpage_back12{
	background-image: url("../img/bk12.jpg");
	display: none;
}
.specialpage_back13{
	background-image: url("../img/bk13.jpg");
	display: none;
}
.specialpage_back14{
	background-image: url("../img/bk14.jpg");
	display: none;
}
.specialpage_back15{
	background-image: url("../img/bk15.jpg");
	display: none;
}
.specialpage_back16{
	background-image: url("../img/bk16.jpg");
	display: none;
}
.specialpage_back17{
	background-image: url("../img/bk17.jpg");
	display: none;
}
.specialpage_back18{
	background-image: url("../img/bk18.jpg");
	display: none;
}
.specialpage_back19{
	background-image: url("../img/bk19.jpg");
	display: none;
}
.specialpage_back20{
	background-image: url("../img/bk20.jpg");
	display: none;
}
.specialpage_back21{
	background-image: url("../img/bk21.jpg");
	display: none;
}





.modal_back{
  display: block;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}



.modal_close{
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.modal_wrap {
	position: absolute;
	top:50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background-color: white;
  color:#000;
  margin: auto;
  padding: 3%;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}


@media screen and (max-width:1024px) {
	.modal_wrap {
	  width: 80%;
	}
}

.close {
	position: absolute;
	top:2%;
	right: 2%;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal_wrap img{
	width:100%;
	height:auto;
}



/* ======================================================
 INTERVIEW
====================================================== */

.interview2_back_wrap{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 0;
	background-image:url(../img/i_back.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}


.interview_wrap{
	margin-top: 0;
}

.interview_wrap img{
	width: 100%;
	height: auto;
}



.i_l{
	font-size: 26px;
}

.i_gold{
	color: #c4ae5f;
}

.moon_color{
	color: #e08f02;
}


.sub_title{
	width: 100%;
	text-align: center;
	font-size:18px;
}