@charset "utf-8";
/* CSS Document */

html{overflow-y: scroll;}
	
body{width: 100%;
	min-width: 821px;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background:rgba(0,0,0,1.00);
	background-position: center center;
	z-index: 9999;}

.start_filter_bg1{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background:url("../img/loadingbg.webp");
	background-size: cover;
	background-position: center center;}

.loading_block{width: 25%;
	text-align: center;
	position: fixed; top: 40%; left: 37.5%;}
	
.loading_block img{width: 100%;}

.font-goth1{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-goth2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-goth3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-goth4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-goth5{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.font-min1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.font-min2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.font-min3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.font-min4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.font-min5 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}

.font-v1 {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-v2 {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font-v3 {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.font-v4 {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

#container{width: 100%;
	position: relative;}

.delighter1.delighter{transition: all 1s ease-out;
  transform: translateY(-10%);
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);}

.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;
  -ms-filter: blur(0);
  filter: blur(0);}
  
 .delighter2.delighter{transition: all 1s ease-out;

  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
.delighter3.delighter{transition: all 1.5s ease-out;
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
 .delighter4.delighter{transition: all 1s ease-out 0.1s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter5.delighter{transition: all 1s ease-out 0.2s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter6.delighter{transition: all 1s ease-out 0.3s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter7.delighter{transition: all 1s ease-out 0.4s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
 .text0{font-size: 2.4vw;
	line-height: 150%;}

.text0{font-size: 2.2vw;
	line-height: 150%;}

.text1{font-size: 2.0vw;
	line-height: 150%;}

.text2{font-size: 1.75vw;
	line-height: 150%;}

.text3{font-size: 1.5vw;
	line-height: 150%;}

.text4{font-size: 1.35vw;
	line-height: 150%;}

.text5{font-size: 1.2vw;
	line-height: 150%;}
	
.text6{font-size: 1.0vw;
	line-height: 150%;}
	
.text7{font-size: 0.8vw;
	line-height: 150%;}

.text8{font-size: 0.7vw;
	line-height: 150%;}

main{background: rgba(255,255,255,1.00);}

.bg1{width: 100vw;
	height: 100vh;
	background: url("../img/bg2.webp");
	background-size: cover;
	background-position: center center;
	position: fixed; top: 0; left: 0;
	z-index: 0;}

.pc_menu{width: 100%;
	position: relative; z-index: 9;}

.pc_menu2{width: 100%;
	background: url("../img/bg2.webp");
	background-size: cover;
	background-position: center center;
	opacity: 0;
	position: fixed; top: 0;
	transition: 0.3s all;
	z-index: 0;}

.pc_menu_inner1{display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: center;}

.pc_menu_logo{width: 10vw;}

.pc_menu_btn{padding: 0 1vw;
	line-height: 100%;
	transition: 0.3s all;}
	
.pc_menu_btn a{display: block;
	color: rgba(255,255,255,1.00);
	transition: 0.3s all;}

.pc_menu_btn a:hover{color: rgba(181,32,35,1.00);}

.pc_menu_icon{width: 5vw;
	transition: 0.3s all;}

.pc_menu_icon img{width: 100%;}

.pc_menu_icon:hover{transform: scale(1.05,1.05);}

/* slider > */
.top_spacer{width: 60%;
	min-width: 750px;
	margin: 0 auto;}
	
.top_spacer img{width: 100%;}

.main_img_box1{width: 100%;
	position: relative;}

.slider_box{width: 99.9%;
	position: absolute; top: 0; left: 0;}

.main_img{width: 100%;
	position: relative;	}

.main_img_img{width: 60%;
	min-width: 750px;
	padding: 0 5px;
	margin: 0 auto;}

.main_img_img .pc{position: relative;
	aspect-ratio:23.5/10;}

.main_img_img img{width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;}

/* < slider */

.con_box1{width: 60%;
	margin: 0 auto;
	position: relative;}

.con_box2{width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.bar1{width: 100%;
	height: 1px;
	border-bottom:rgba(0,0,0,0.50) dotted 2px;}

.news_block1{width: 100%;
	overflow: hidden;}
	
.news_date{width: 10%;
	float: left;}
	
.news_text1{width: 85%;
	float: left;}
	
.news_text2{width: 95%;
	float: left;}
	
.news_icon{width: 4%;
	float: left;
	transition: 0.3s all;}
	
.news_icon:hover{filter: invert(100%);}

.news_btn{width: 30%;
	margin: 0 auto;
	transition: 0.3s all;}
	
.news_btn:hover{transform: scale(1.05,1.05);
	filter: invert(100%);}

.top_bn_box{display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.top_bn1{width: 30%;
	padding: 0 1.5%;
	transition: 0.3s all;}
	
.top_bn1:hover{opacity: 0.7;}
	
.top_bn1 img{width: 100%;}

/* map */
.map_box{width: 100%;
	margin: 0 auto;}

#map_wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    aspect-ratio:3/1;
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	

footer{width: 100%;
	padding-bottom: 20px;}

.footer_logo{width: 10%;
	margin: 0 auto;}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 10px; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

/* news */

.news_img_box{display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */}

.news_img1{width: 67.3%;}

.news_img2{width: 32.7%;}

.news_img1 img,.news_img2 img{width: 100%;}

/* next */
.next_img1{width: 60%;
	margin: 0 auto;}

/* history */
.stage_block1{width: 31.3%;
	padding: 0 1%;}

.current{position: relative;
	z-index: 1;}

.stage_img_box{width: 100%;
	/*aspect-ratio:100/33.5;*/
	aspect-ratio:1.5/1;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	position: relative;
	z-index: 1;}

.stage_img1{height: 100%;
	padding: 0 0.5%;}

.stage_img1 img{height: 100%;}

.history_linkbtn{width: 12.5vw;
	margin: 0 auto;
	transition: 0.3s all;
	position: relative;
	z-index: 1;}
	
.history_linkbtn:hover{filter: invert(100%);}

.stage_textbox{display: none;}

.text_openbtn{width: 3vw;
	margin: 0 auto;
	background: url("../img/page1_btn_more.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition: 0.3s all;}
	
.text_openbtn:hover{transform: scale(1.05,1.05);
	opacity: 0.8;}
	
.text_openbtn img{width: 100%;}

.window_open{width: 3vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: 0.3s all;}

.window_open:hover{transform: scale(1.05,1.05);
	opacity: 0.8;}

.btn_close{background: url("../img/page1_btn_close.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;}

.window1{width: 100vw;
	height: 0;
	background: rgba(0,0,0,0.70);
	position: fixed; top: 0; left: 0;
	z-index: 0;
	opacity: 0;
	transition: 0.3s all;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	align-items: center; /*アイテムを中央にまとめて配置。*/
	justify-content: center; /* 中央寄せ */}

.visible{z-index: 9999;
	height: 100vh;
	opacity: 1;}

.window_close{width: 100%;
	height: 100vh;}

.window_box{width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center; /*アイテムを中央にまとめて配置。*/}

.window_inner{width: 58%;
	max-height: 90%;
	margin: 0 auto;
	padding:  0 1%;
	background: rgba(255,255,255,1.00);
	position: absolute; top: auto;
	border:rgba(90,90,90,1.00) solid 1px;
	border-radius: 10px;
	overflow-y: scroll;
	scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/   }

.window_inner::-webkit-scrollbar {  
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

.close_btn{width: 10%;
	font-size: 4vw;
	position: fixed; top: 5px; right: -5%;
	cursor: pointer;}

/* member > */
.member_box1{display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.member_block1{width: 31%;
	padding: 0 1%;}
	
.member_img{width: 80%;
	margin: 0 auto;}

.member_img img{width: 100%;}

.member_btn1{width: 80%;
	margin: 0 auto;
	line-height: 180%;
	border-radius: 100px;
	background: rgba(30,30,30,1.00);
	transition: 0.3s all;}

.member_btn1:hover{filter: invert(100%);}

.member_btn1 a{display: block;}

/* < member */
/*  goods > */
.goods_box1{width: 100%;
	overflow: hidden;}

.goods_block1{width: 25%;
	float: left;}

.goods_img1 img{width: 100%;}

.goods_block2{width: 72%;
	padding-left: 3%;
	float: left;}
	
.order_btn{width: 15vw;
	line-height: 250%;
	background: rgba(0,0,0,1.00);
	border-radius: 10px;
	border: rgba(255,255,255,1.00) solid 1px;
	position: fixed; bottom: 10px; left: 10px;
	transition: 0.3s all;}
	
.order_btn:hover{opacity: 0.7;}
	
.order_btn a{display: block;}

/* contact */
.contact_table table{width: 100%;}

.contact_td1{width: 30%;}

.contact_td2{width: 70%;}

.contact_td2 .input1,.contact_td2 textarea{width: 100%;}

.contact_td2 .submit1{width: 40%;
	margin-left: 30%;
	cursor: pointer;
	transition: 0.3s all;
	background: rgba(0,0,0,1.00);
	border-radius: 5px;
	color: rgba(255,255,255,1.00);
	border: rgba(255,255,255,1.00) solid 1px;
	line-height: 200%;}

.submit1:hover{filter: invert(80%);}

.confirm_block{padding: 10px;
	background:rgba(220,238,255,1.00);
	border-radius: 5px;}

@media screen and ( max-width:821px )
{
body{min-width: 320px;}

.loading_block{width: 60%;
	text-align: center;
	position: fixed; top: 45%; left: 20%;}

.text0{font-size: 7vw;}

.text1{font-size: 6vw;}

.text2{font-size: 5vw;
	line-height: 150%;}

.text3{font-size: 4.6vw;
	line-height: 150%;}

.text4{font-size: 4.3vw;
	line-height: 150%;}

.text5{font-size: 4.0vw;
	line-height: 150%;}
	
.text6{font-size: 3.2vw;
	line-height: 150%;}
	
.text7{font-size: 3.0vw;
	line-height: 150%;}

.text8{font-size: 2.8vw;
	line-height: 150%;}

.sp_head{width: 100%;}
	
.sp_head_logo{width: 25%;
	margin: 0 auto;}

/* slider > */
.main_img_box1{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;
	aspect-ratio:10/14;}

.main_img_img img{width: 100%;
	height: auto;
	position: absolute; top: 0; left: 0;}
/* < slider*/	

.con_box1,.con_box2{width: 90%;
	margin: 0 auto;}
		
.news_date{width: 100%;
	float: none;}
	
.news_text1,.news_text2{width: 100%;
	float: none;}
	
.news_icon{width: 10%;
	float: none;
	margin: 0 auto;}
	
.news_icon:hover{filter: invert(0);}

.news_btn{width: 75%;
	margin: 0 auto;
	transition: 0.3s all;}
	
.news_btn:hover{transform: scale(1.0,1.0);
	filter: invert(100%);}

.top_bn1{width: 80%;
	padding: 0 10%;}
	
.top_bn1:hover{opacity: 1.0;}

.footer_logo{width: 25%;}

/* news */
.news_img1{width: 100%;}

.news_img2{width: 100%;}

/* next */
.next_img1{width: 90%;}

/* history */
.stage_block1{width: 100%;
	padding: 0;}

.stage_img_box{width: 100%;
	aspect-ratio:100/67;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.stage_img1{height: 100%;
	padding: 0.5% 0.5%;}

.history_linkbtn{width: 50vw;}
	
.history_linkbtn:hover{filter: invert(0);}

.window_open{width: 15vw;}

.text_openbtn{width: 10vw;}
	
.text_openbtn:hover{transform: scale(1.0,1.0);
	opacity: 1;}

.window_open:hover{transform: scale(1.0,1.0);
	opacity: 1.0;}

.window_inner{width: 84%;
	max-height: 80%;
	margin: 0 auto;
	padding:  0 3%;}

.close_btn{width: 10%;
	font-size: 10vw;
	position: fixed; top: 5px; right: 2%;
	cursor: pointer;}

/* member > */
.member_block1{width: 48%;
	padding: 0 1%;}
	
.member_img{width: 90%;
	margin: 0 auto;}

.member_img img{width: 100%;}

.member_btn1{width: 90%;
	margin: 0 auto;
	line-height: 200%;}

.member_btn1:hover{filter: invert(0);}

/* < member */
	/*  goods > */
.goods_box1{width: 100%;
	overflow: hidden;}

.goods_block1{width: 100%;
	float: none;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

	.goods_img1{width: 48%;
		padding: 0 1%;}
	
.goods_img1 img{width: 100%;}

.goods_block2{width: 100%;
	padding-left: 0;
	float: none;}

.order_btn{width: calc(90vw - 150px);
	line-height: 250%;
	background: rgba(0,0,0,1.00);
	border-radius: 10px;
	border: rgba(255,255,255,1.00) solid 1px;
	position: fixed; bottom: 15px; left: calc(5vw + 75px);
	transition: 0.3s all;}
	
.order_btn:hover{opacity: 1.0;}

/* contact */
.contact_td1{width: auto;
	display: block;}

.contact_td2{width: auto;
	display: block;}

.contact_td2 input{width: 95%;
	margin: 0 auto;}

.contact_td2 .input1,.contact_td2 textarea{width: 95%;
	margin: 0 auto;}

.contact_td2 .submit1{width: 60%;
	margin-left: 20%;
	line-height: 250%;}

.submit1:hover{filter: invert(0);}


}






































