@charset "UTF-8";


.pc { display: block !important; }
.sp { display: none !important; }
/*=============================
header
=============================*/

/*ローディング*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 3s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 3s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
.loading-animation img{
	width: 250px;
	height: auto;
}





/*=============================
main
=============================*/
/*----- background img -----*/


/*----- common -----*/
.section_wrap{
	position: relative;
	margin-top: 230px;
}
.box{
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,0.7);
	margin-left: auto;
    margin-right: auto;
	border: 1px #B3B3B3 solid;
	padding: 10px;
}
.boxinbox{
	border: 1px #B3B3B3 solid;
	background-color: #FFFFFF;
	z-index: 1;
}
.top_title{
	position: absolute;
    top: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	z-index: 2;
}
.top_section_img{
	padding: 10% 5% 5% 5%;
}
.m_30{
	margin-bottom: 50px;
}
/*----- toppage -----*/

#topimg{
	background-image: url("../images/background/bg_00.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;/*これがないとmenuの背景やpaddingがうまくつかない！！*/
	height: 100vh;
	max-height: 1080px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}
.toppage_image{
	width: 960px;
	height: 100vh;
	position: relative;
}
.top_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	max-height: 100%;
	width: auto;
}
.change_sepia{
	animation: fadeout-anim 5s linear forwards;	
}
@keyframes fadeout-anim {
	100% {
		opacity: 0;
	}
}


/*----- about -----*/
#top_about_title{
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	width: max-content;
	z-index: 3;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 3px 3px 0 #FEA7A7;
	-webkit-text-stroke: 1px #888;
	text-stroke: 1px #888;
	padding: 0 0 10px;
}
#top_about_title::after{
	content: "とは";
}
#top_about_boxinbox{
    background-color: #E3EAE7;
}
#top_about_text{
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 2.5;
    text-align: center;
    padding: 120px 0 200px 0;
    margin: 200px auto 70px auto;
	background-image: url("../images/01_top/top_01_about_02_book.png");
	background-size: cover;
}
#top_about_01{
	position: absolute;
    width: 280px;
    max-width: 280px;
    left: 10px;
    bottom: 10px;
}
#top_about_02{
	display: none;
}
#top_about_03{
	position: absolute;
    width: 630px;
    right: -350px;
    bottom: -150px;

}
/*----- news -----*/
.news_text_box{
	padding: 45px;
    border-top: solid 1px #B3B3B3;
    border-bottom: solid 1px #B3B3B3;
	margin: 150px 100px;
}
.news_text{
	padding: 20px 0 20px 20px;
	flex: auto;
    display: flex;
    align-items: center;
}
.news_text p{
	line-height: 1.2rem;
}
.news_more{
    display: flex;
    justify-content: right;
}
.news_bar{
    border-top: solid 1px #B3B3B3;
	margin: 45px 0;
}
#top_news_01{
	position: absolute;
	width: 10%;
	max-width: 95px;
    left: 5%;
    bottom: 20%;
}
#top_news_02{
	position: absolute;
	width: 7.8%;
	max-width: 75px;
	left: 13%;
    bottom: 3%;
}
#top_news_03{
	position: absolute;
	width: 9.4%;
	max-width: 90px;
	right: 13%;
    bottom: 5%;
}
/*----- nextstage -----*/
#top_nextstage_box{
	width: 100vw;
	background-color: rgba(255,255,255,0);
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	margin: 0;
	border: none;
	padding: 0;
}
#top_nextstage_boxinbox{
	background-color: transparent;
	display: flex;
	flex-direction: column;
	border: none;
	padding: 10px;
}
#nextstage_title{
	top: 20%;
}
#nextstage_center {
	background-color: rgba(255,255,255,1);
	text-align: center;
	padding-top: 50px;
	border: none;
	position: relative;
}
.nextstage_border{
	position: absolute;
	top: -45px;
	left: -1px;
	max-width: 100vw;
}
/*----- member -----*/
#top_member_box{
	background-color: rgba(255,255,255,0);
	margin: 0;
	border: none;
	padding: 0;
}
#top_member_boxinbox{
	background-color: transparent;
	border: none;
	position: relative;
}
#top_member_namebox{
	display: flex;
	flex-direction: row;
	height: 900px;
}
.member_name{
	width: calc(100%/7);
	height: 100%;
	position: relative;
}
.member_name:hover, .member_name:active{
	background: rgba(255,255,255,0.5);
}
.member_name_a{
    width: 100%;
    height: 100%;
}
#member_name_01{
	position: absolute;
	top: 100px;
    right: 30px;
}

#member_name_02{
	position: absolute;
	top: 80px;
    right: 30px;
}
#member_name_03{
	position: absolute;
	top: 190px;
    right: 30px;
}
#member_name_04{
	position: absolute;
	top: 140px;
    right: 30px;
}
#member_name_05{
	position: absolute;
	top: 120px;
    right: 30px;
}
#member_name_06{
	position: absolute;
	top: 100px;
    right: 30px;
}
#member_name_07{
	position: absolute;
	top: 110px;
    right: 30px;
}
#top_member_01{
	position: absolute;
	top: 200px;
    z-index: -3;
	left: 50%;
    transform: translateX(-50%);
    max-width: 960px;
}
#top_member_02{
    position: absolute;
    width: 15%;
    max-width: 200px;
    right: -4%;
    top: -17%;
}
#top_member_03{
	position: absolute;
	width: 15%;
	max-width: 270px;
	left: 1%;
    bottom: -10%;
}
#top_member_05{
	min-width: 1688px;
	position: absolute;
	z-index: -5;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	overflow: hidden;
}
/*----- contents -----*/
.contents_title{
	line-height: 1.5;
}
#top_contents_btn_box{
	display: flex;
    flex-direction: row;
    align-items: center;
	padding: 20px 50px 50px 50px;
}
.contents_btn{
	margin: 10px;
}
#top_contents_boxinbox{
	background-color: #E8E9EB;
}
#top_contents_02{
	position: absolute;
	width: 200px;
	max-width: 270px;
	left: 1%;
    top: -5%;
}
#top_contents_03{
	position: absolute;
	width: 18%;
	max-width: 200px;
	right: 9%;
    bottom: -14%;
}
/*----- biography -----*/
#top_biography_02{
	position: absolute;
	width: 200px;
	max-width: 270px;
	left: 1%;
    top: -5%;
}

/*----- contact -----*/
#contact{
	margin-bottom: 230px;
}
.more_large {
    width: 300px;
    height: 43px;
    margin: 150px 0;
}
#top_contact_01{
	position: absolute;
	width: 250px;
	left: 19%;
	bottom: 33%;
}
#top_contact_02{
	position: absolute;
	width: 170px;
	right: 18%;
    bottom: 20%;
}
#top_contact_03{
	position: absolute;
	width: 170px;
	right: 5%;
    top: -25%;
}
#top_contact_04{
	position: absolute;
    width: 200px;
	left: 5%;
    bottom: -5%;
	z-index: 2;
}

/*----- footer -----*/


#top_footer_01{
	max-width: 300px;
}


/*=============================
BP
=============================*/



/*----- タブレット -----*/
@media only screen and (max-width : 1024px) {
/*----- loading -----*/	
	.loading-animation img{
	width: 150px;
	height: auto;
}
/*----- common -----*/
		.inner {
    width: 90vw;
}
	.top_title{
    top: 60px;
}
	.top_section_img{
	padding: 10% 3% 5% 3%;
}
/*----- toppage -----*/
	.toppage_image{
	width: 90%;
}
/*----- about -----*/
	#top_about_title{
	font-size: 1.5625rem;
    padding-bottom: 10px;
	}
	#top_about_text {
    line-height: 2;
    width: 70%;
    padding: 0 0 150px 0;
    margin: 200px auto 70px auto;
	background-image: none;
	}
	#top_about_01 {
    width: 240px;
	left: 0;
    bottom: 2%;
}
	#top_about_02 {
	display: block;
	position: absolute;
    width: 545px;
    left: -200px;
    bottom: -150px;
    transform: rotate(-14deg);
	}
	#top_about_03{
    bottom: -260px;
    transform: rotate(25deg);
	}
	.sp_br {
	display: none;
}


/*----- nextstage -----*/


/*----- news -----*/
	.news_text_box {
    padding: 35px;
    margin: 150px 70px;
	}
	#top_news_01 {
    width: 75px;
	left: 2%;
	}
	#top_news_02 {
    width: 56px;
	}
	#top_news_03 {
    width: 65px;
	}

/*----- member -----*/

	#top_member_namebox {
    height: 700px;
}
	#top_member_02 {
    width: 17%;
    top: -18%;
}
	#top_member_03 {
    bottom: -20%;
}
	#top_member_05 {
	min-width: 1200px;
    top: -10%;
	}
/*----- contents -----*/
	#top_contents_btn_box{
    flex-direction: column;
}	
	.contents_btn{
	margin: 5px;
}
	#top_contact_01{
	bottom: 37%;
}
	#top_contents_02{
	width: 150px;
}
	#top_contents_03{
	position: absolute;
	width: 130px;
	max-width: 200px;
	right: 25%;
    bottom: -10%;
}
/*----- biography -----*/	
	#top_biography_02{
	width: 150px;
}
/*----- contact -----*/
#top_contact_boxinbox {
    background-color: #E8E9EB;
}
.more_large {
    width: 250px;
}
#top_contact_01{
	width: 230px;
	left: 10%;
	bottom: 30%;
}
#top_contact_02{
	width: 150px;
	right: 10%;
}
#top_contact_03{
	width: 150px;
}
#top_contact_04{
	position: absolute;
    width: 170px;
}
	
@media only screen and (max-width : 599px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
/*----- common -----*/
		.inner {
    width: 95vw;
}
	.wrap {
    padding: 50px 20px;
	}
	.top_section_img {
    padding: 10% 3% 5% 3%;
}
/*----- toppage -----*/
	#topimg{
	background-image: url("../images/background/bg_00_m.jpg");
}
	.toppage_image{
    width: auto;
	max-height: 100vh;
	}
	#top_02{
	width: auto;
	max-height: 100vh;
	max-width: none;
	}


/*----- about -----*/
	#top_about_text {
    width: 80%;
	}
	#top_about_01 {
    width: 170px;
}
	#top_about_02{
    width: 450px;
    bottom: -85px;
}
	#top_about_03 {
    bottom: -125px;
	width: 450px;
    right: -250px;
}
/*----- news -----*/
	.news_text_box {
    padding: 35px 10px;
	margin: 150px 10px;
}
	#top_news_01 {
    width: 70px;
    left: 5%;
    bottom: 70px;
	}
	#top_news_02 {
    width: 51px;
	left: 20%;
}
	#top_news_03 {
    width: 60px;
	right: 25%
	}
/*----- nextstage -----*/
	#nextstage_title {
    top: -20px;
}
	.nextstage_border {
    top: -27px;
}
/*----- member -----*/
	#top_member_03 {
    width: 18%;
    left: -2%;
    bottom: -5px;
}
	#top_member_05 {
    min-width: 900px;
	}
	#top_member_namebox {
    height: 600px;
}
/*----- contents -----*/
	#top_contents_02 {
    width: 110px;
}
/*----- biography -----*/
	#top_biography_02{
	width: 110px;
}
/*----- contact -----*/
.more_large {
    width: 190px;
    height: 43px;
    margin: 150px 50px;
}
	#top_contact_01{
	width: 150px;
}
	#top_contact_02 {
    width: 100px;
    bottom: 15%
}
	#top_contact_03 {
    width: 130px;
}
	#top_contact_04 {
    width: 150px;
}
/*----- footer -----*/
	#top_footer_01{
	max-width: 300px;
}
	}
}