@charset "utf-8";
/* CSS Document */
html{
	font-family:sans-serif;
	font-size: 1em;
	line-height: 2.0;
	background-color: black;
	color: rgb(255, 255, 255);
	max-width: 100%;
	height: auto;
	margin: 0;
	text-align: center;

	scroll-behavior: smooth;
}
body{
	margin: 0;
}
h1{
	margin: 0;
}
h1 img{
	width: 40%;
	height: auto;
	position: relative;
	z-index: 99;
}
.header{
	background: none;
}
img{
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
table,th,td{
	border:1px #111 solid;
	border-collapse:collapse;
}
table{
	margin:15px 0 ;
	width:100%;
}
th,td{
	padding:10px;
}
a{
	text-decoration: none;
	color: #ccc;
}
a:hover{
	opacity: 0.8;
}
ul{
	margin: 0;
	padding: 0;

}
ul li{
	list-style: none;
	text-decoration: none;
	text-align: center;
	font-size: 2em;
	margin: 0;
	padding: 0;
}

.nav ul li a{
	display: block;
	padding: 5px;
}
.nav ul li a:hover{
	background: #333333;
}




/* ////////////////////////////////////////////////////// */
.button{
	z-index:30;
	position:absolute;
	top: 5px;
	right:0px;

}
.openbtn1{
	position: relative;
	cursor: pointer;
	  width: 70px;
	  height:60px;
	border-radius: 5px;
  }
  .openbtn1 span{
	  display: inline-block;
	  transition: all .4s;
	  position: absolute;
	  left: 14px;
	  height: 3px;
	  border-radius: 2px;
	background: rgb(136, 0, 0);
	  width: 45%;
}
  .openbtn1 span:nth-of-type(1) {
	top:15px; 
  }
  .openbtn1 span:nth-of-type(2) {
	top:27px;
  }
  .openbtn1 span:nth-of-type(3) {
	top:39px;
  }
  .openbtn1.active span:nth-of-type(1) {
	  top: 18px;
	  left: 18px;
	  transform: translateY(6px) rotate(-45deg);
	  width: 40%;
  }
  .openbtn1.active span:nth-of-type(2) {
	opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3){
	  top: 30px;
	  left: 18px;
	  transform: translateY(-6px) rotate(45deg);
	  width: 40%;
  }
  a{
	color:white;
	text-decoration: none;
  }
  .lead{
	margin:20px 0 0 0;
  }
  .btn-block{
	width:200px;  
	padding: 30px;
  }
/* ////////////////////////////////////////////////////// */
.nav{
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:15;
	display:none;
	background:#000;
}
.nav ul{
	margin-top:100px;
	list-style:none;
	padding:0;
}
.nav ul li a{
	display:block;
	padding:20px;
	text-decoration:none;
	color:#fff;
	text-align: center;	
}
.nav ul li img{
	height: 1em;
	width: auto;
	margin: auto;
}
.nav ul li a:hover{
	opacity: 0.8;
}

.navi_anime{
    display:block;
    animation:1s navi_anime forwards;
}
.navi_anime_finish{
    display:block;
    animation:1s navi_anime_finish forwards;
}
@keyframes navi_anime{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@keyframes navi_anime_finish{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
.overlay{
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:5;
	background:rgba(0,0,0,0.6);
}

/* ////////////////////////////////////////////////////// */
.sns{
	position: absolute;
	top: 20px;
	right: 15%;
	width: 35%;
	height: auto;
	z-index: 99;
}
.sns ul{
	display: flex;
}
.sns ul li{
	flex: auto;
}
.sns ul li a img{
	text-align: center;
	display: block;
	margin-right: 0px;
	width: 60%;
	height: auto;
}
.header{
	position: absolute;
	z-index: 999;
	background: black;
	width: 100%;
	height: 70px;
	position: relative;
	top: 0;
	left: 0;
}

/* ////////////////////////////////////////////////////// */
.fade{
	position:relative;
	width:100%;
	height: 45vw;
}
.fade img{
	position:absolute;
	width:100%;
	height:auto;
}

.top_wrapper{
	position: relative;
	width: 100%;
	height: 550px;
	/* background-image:url(../img/001.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; */
}
.main_top h2{
	text-align: center;
	position: absolute;
	top: 250px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	z-index: 99;
}
.main_top small img{
	width:55%;
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.main_inner section{
	margin: 0 0 70px;
}
.main_inner h2 img{
	height: 1.2em;
	width: auto;
	margin: 0 auto;
}



/* .main_backgraund{
	background-image: url(../img/text09.png);

    position: relative;
    min-height: 100%;
    background-size: contain; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center;
	z-index: 2;
    padding: 5em 0;

}

.area {
    width: 90%;
    margin: 0 auto;
    padding: 10em 0;
    text-align: center;
    overflow: hidden;
}
.footer_backgraund{
	background-image: url(../img/text10.png);

	position: relative;
    min-height: 100%;
    background-size: contain; 
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: top;
	z-index: 2;
    padding: 5em 0;
}
.footer_inner{
    width: 90%;
    margin: 0 auto;
    padding: 10em 0;
    text-align: center;
    overflow: hidden;
} */

.newmed{
	background-image: url(../img/text09.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
.news_list ul{
	margin: 5px 0 20px;
}
.news_list{
		/* display: block; */
	text-align: center;

}
.news_list button{
	background: rgb(168, 2, 2);
	border: none;
	padding: 10px 60px;
}
.news_btn img{
	height: auto;
	width: 8em;
}
.youtube_wrapper {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
	
.youtube_wrapper iframe {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
}

.news_list li{
	padding:10px 0;
	padding-left: 20%;
	text-align: center;
	/* padding: 5px 0; */
	display: block;
	font-size: small;
	text-align: left;
	border-bottom:dashed 2px rgb(194, 194, 194);
}
.news_list li:last-child{
	border: none;
}
.news_list li small{
	color: rgb(163, 0, 0);
	padding-right: 15px;
}

.media_list{
	text-align: center;
}
.media_list dl{
	background-color: #fff;
	border-bottom: #111  dashed 2px;
	margin: 0;
	color: #000;
	padding: 20px;
}
.media_list dt{
	font-weight: bold;
}
.media_list dl:last-child{
	border: none;
}
.media_list dd{
	color: rgb(167, 1, 1);
	margin: 0;
	font-size: 0.8em;
}
.media_list button{
	background: rgb(168, 2, 2);
	border: none;
	padding: 13px 60px;
}

.media_list_inner{
	margin: 5px 0 20px;
}

.main h3 img{
	height: 1.5em;
	width: auto;
	margin: 0 auto;
} 
.twitter_wrapper{
	padding: 0 5%;
}
.youtube_wrapper{
	text-align: center;
	/* padding-left: 5%; */
}
.photo_line{
	display: flex;
}
.photo_line img{
	flex: auto;
	margin: 1px 0;
}
.sns_link a h1{
	display: flex;
}
.sns_link_img{
	display: flex;
	margin: 20px 0 ;
	padding: 15px 30% 15px 20%;
	width: 50%;
}

.link_1,.link_3{
	background: rgb(168, 2, 2);
}
.link_2{
	background: #fff;
}

.link_img{
	height: 1.7em;
	width: auto;
}
.link_img_1{
	height: 2em;
	width: auto;
}
.link_icon{
	padding-right: 30px;
	height: 2.2em;
	width: auto;
}
.link_icon_3{
    height: 1.5em;
}
.link_img_2{
	margin-left: 15px;
}

.footer{
	text-align: center;
}
.footer img {
	display: block;
	text-align: center;
}
.footer h4 img{
	display: inline;
	height: 1.5em;
	width: auto;
	text-align: center;
}
.main_sponsor{
	padding-top: 150px;
	padding-bottom: 0px;
	background-image: url(../img/text10.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
} 
.main_sponsor h3 img{
	width:60%;
	height: auto;
	text-align: center;
	display: inline;
}
.sponsor_inner{
	height: 75px;
	width: auto;
}
.sponsor_inner_wrapper{
	display: flex;
	margin: 0 15px;
	flex-wrap: wrap;
}
.sponsor_inner_wrapper img {
	display: block;
	margin:0 auto 10px;
}
.link_line{
	display: flex;
}
.link_line li{
	display: inline;
	text-align: center;
}
.link_line img{
	width: 90%;
	padding: 5px;
	margin: auto;
}
.pagetop{
	margin-top: 50px;
	background: none;
	border: none;
	padding: 5px;
}
.pagetop img{
	height: 3em;
	width: auto;
	margin: auto;
}
.footer_bottom{
	border-top: solid 4px white;
	padding:20px 0 ;
}
.footer_bottom img{
	width: 60%;
	height: auto;
	margin: auto;
}





/* ///////////////////////////////////////  news  ///////////////////////////////////// */

.course-item a:hover {
	opacity: 0.8;
}

.course-item a img {
	width: 100%;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 99;
}

.bigimg {
	position: absolute;
	width: 80%;
	max-width: 800px;
	top: 250px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

.close-btn {
	color: #fff;
	font-size: 40px;
	position: absolute;
	right: 10%;
	top: 15%;
}

.close-btn a {
	color: #fff;
	text-decoration: none;
}

/* /// ここまでmodal // */

.white{
	color: white;
}

figcaption {
	font-size:xx-small;
}
.main_top_news{
	height: 250px ;
	width: 100%;
	position: relative;
}
.main_top_news_wrapper{
	background-image: url(../img/news01.jpg);
	background-repeat: no-repeat;
	background-position: 0% 60px;
	background-size: contain;
}
.main_top_news img{
	display: block;
	margin: auto;
}
.title_news{
	width: 60%;
	height: auto;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.news_figure{
	display: flex;
	padding-right:  5px;
}
.figure{
	flex: auto;
	width: 40%;
	height: auto;
	margin:10px;
}
.news_figure figure img{
	border: #fff solid 3px;
	border-radius: 5px;	
}
.main_inner_news img{
	width: 100%;
	height: auto;
}
mark{
	background:none;
	color: rgb(223, 182, 49);
	margin-right: 1em;
}
.page_link{
	color: rgb(168, 2, 2);
}
.page_link a{
	color: rgb(168, 2, 2);
	text-decoration:underline;
}
.page_link a:hover{
	text-decoration: none;
	color: white;
}





/* ///////////////////////////////////////  profile  ///////////////////////////////////// */
.main_inner_profile img{
	margin: auto;
}
.main_inner_profile p{
	font-size: small;
	text-align: left;
}

.profile_inner{
	margin: 35px 0;
	padding:0  10px;
}
.profile_inner h2 img{
	height: 23px;
	width: auto;
}

.profile_title{
	margin-bottom: 10px;
}
.profile_top{
	position: relative;
	background-image: url(../img/007/png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	height:330px;
}
.profile_top::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: linear-gradient(270deg, transparent 0 60%, #000 100%);

}
.profile_text_wrapper{
	position: relative;
	width:60% ;
	height: auto;
	z-index: 99;
}
.profile_text h2{
	color: #e4c5c2;
	margin: 0;
	font-weight:normal;
	font-size: 2em;
	height: 45px;
	width: auto;
}
.profile_text h2 small{
	color: #af4e4b;
	font-weight: normal;
	font-size:large;
	position:absolute;
	top:50px;
	left: 15%;
}
.profile_text{
	position: relative;
}
.profile_text h3{
	color: #c78585;
	margin: 0;
	padding-top: 0px;
	font-weight: normal;
}
.profile_text p{
	margin: 0;
	width: 130%;
	height: auto;
	line-height: 1.5em;
}
.profile_text_3 p{
	font-size: large;
	text-align: center;
	width: 100%;
	height: auto;

}


.base_data{
	text-align: left;
	display: flex;
	padding: 0px;
}
.base_data_title {
	margin-top:0; 
}
.profile_inner_right dl{
	width: 90%;
	height: auto;
	font-size: small;
	margin: 0px;
	padding-left: 10%;
}
.base_data dt{
	color: #811410;
	font-weight: bold;
}
.base_data dd{
	margin: 0px;
	padding: 0px;
	font-size: medium;
}
.profile_inner_right{
	padding: 5px 10px;
	line-height: 1.2em;
}

.profile_inner_left {
	position: relative;
	max-width: 100%;
	/* width: 300px;
	height: 200px; */
}

.profile_inner_left::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, transparent 0 80%, #000 100%);
}
.profile_inner_left::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(270deg, transparent 0 90%, #000 100%);
}


.profile_inner_left img {
	width: 100%;
}
.pc_none{
    display: none;
}

.story{
	margin: 0px;
}
.story p{
	font-size: small;
	text-align: left;
	line-height: 1.2em;
}


.record_inner{
	text-align: left;
	line-height: 1.2em;
}
.record_inner h3{
	color: #b88568;
	font-weight: lighter;
	font-size: 1.2em;
	margin: 20px 0 5px;
}
.record_inner dl{
	margin: 0;
	display: flex;
}
.record_inner dt{
	color: #811410;
	
}
.record_inner dd{
	font-size: small;
	margin-left: 10px;
}
.record_year{
	margin: 0;
}





/* ///////////////////////////////////////  media  ///////////////////////////////////// */
.media_title img{
	width: 30%;
	height: auto;
	margin: auto;
}
.media_main_list{
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
}
.media_main_list dl{
	border-bottom: rgb(150, 150, 150) 1px dashed;
	padding-bottom: 10px;
	margin: 10px;
}
.media_main_list dd{
	margin: 0;
}
.media_main_list dt{
	color: rgb(167, 1, 1);
}
.media_link{
	margin-top: 100px;
}





/* ///////////////////////////////////////  goods  ///////////////////////////////////// */

.goods_title{
	width: 40%;
	height: auto;
	margin: auto;
}
.goods_inner_center h3{
	margin: 0;
	text-align: left;
	height: 30px;
}
.goods_inner_center figure{
	margin: 10px;
}
.goods_inner_center figcaption{
	text-align: right;
	color: rgb(167, 1, 1);
	font-size: 1em;
}
.goods_list{
	display: flex;
}
.goods_inner_top{
	display: flex;
}
.goods_title_right{
	width: 40%;
	height: auto;
	position: relative;
	max-width: 100%;
}
.goods_name_last_img{
	width: 45%;
	height: auto;
	margin:10px auto;
}
.goods_name_last h3{
	text-align: center;
}
.goods_title_right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(270deg, transparent 0 80%, #000 100%);
}
.goods_inner_bottom{
	border-bottom: #fff solid 3px;
}
.goods_inner_bottom img:first-child{
	width: 25%;
	height: auto;
	margin: 30px auto 15px;
}
.goods_inner_bottom img:nth-child(2){
	width: 80%;
	height: auto;
	margin: 0 auto 15px;
}
.goods_inner_bottom img:last-child{
	width: 50%;
	height: auto;
	margin: 0 auto 60px;
}

.page_link a:hover{
	cursor: pointer;
}

.goods_name_last_img{
	width: 45%;
	height: auto;
}

.news_coming{
	position: absolute;
	top:150px;
	left: 50%;
	transform: translateX(-50%);	
}
.top_coming{
	margin-top: 25px;
}