@charset "UTF-8";
    
body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden; /* スクロール禁止（必要に応じて） */
}
.main-visual1{
	background-image: url("../../images/enter_bg.webp");
    background-size: cover;
    background-position: center;
    height: calc(var(--vh, 1vh) * 100); /* ← これに変更 */
}
@media screen and (max-width: 1600px) {
.main-visual1{
    height: calc(var(--vh, 1vh) * 100); /* ← ここも同様に */
	}
}
@media screen and (max-width: 767px) {
.main-visual1{
	background-image: url("../../images/enter_bg_sp.webp");
    background-size: cover;
    height: calc(var(--vh, 1vh) * 100); /* ← ここも同様に */
	}
}
.container{
	position: relative;
  width: inherit;
  height: inherit;
}
.obititle{
	display: none;
}
@media screen and (max-width: 767px) {
.obititle{
	display: block;
	background-color: #000;
	font-size: 17px;
	font-family:  "Shippori Mincho", serif;
	color: white;
	text-align: center;
	width: 100%;
	height: 45px;
	padding: 9px;
	z-index: 1;
	}
}
.enter-main{
position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
}
@media screen and (max-width: 767px) {
.enter-main{
	top: 45%;
	}
}
.info_textBOX{
	max-width: 505px;
	margin: 0 auto;
	color: #FFF;
}
@media screen and (max-width: 767px) {
.info_textBOX{
	width:100%;
	}
}
.logo-pc{
	display: block;
	width: 505px;
	height: 280px;
	margin: 20px auto 15px;
}
.logo-sp{
 	display: none;
}
@media screen and (max-width: 767px) {
.logo-pc{
	 	display: none;
	}
}
.subtitle{
	width: 405px;
	margin: 0 auto;
	font-family:  "Shippori Mincho", serif;
	font-size: 24px;
	color: #ffe6a5;
	text-align: center;
}
@media screen and (max-width: 767px) {
.subtitle{
	width: 100%;
	font-size: 12px;
	margin: 26px auto 12px;
	}
}
.sentence{
	max-width: 700px;
	margin: 0 auto;
	font-size: 14px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 767px) {
.sentence{
	margin-top: 220px;
	background: rgba(0, 0, 0, 0);
	}
}
.subtitle2{
	margin: 0 auto;
	font-family:  "Shippori Mincho", serif;
	font-size: 24px;
	color: #ffe6a5;
	text-align: center;
}
@media screen and (max-width: 767px) {
.subtitle2{
	font-size: 13px;
	}
}
p.produce{
	font-family:  "Cardo";
	font-size: 19px;
	color: #ffffff;
	text-align: center;
	margin: 15px 0 10px;
}
@media screen and (max-width: 767px) {
p.produce{
	display: none;
	}
}
p.produce_sp{
	display: none;
}
@media screen and (max-width: 767px) {
p.produce_sp{
	display: block;
	font-family:  "Cardo";
	font-size: 14px;
	margin: 20px 0;
	}	
}
.info_txt{
	
}
.info_txt p{
	color: #FFFFFF; 
}

.enter-button{
	text-align: center;
	color: #000;
	font-family:  "Shippori Mincho", serif;
	font-size: 34px;
	border:solid thin #FFFFFF;
	padding: 5px 80px 8px;
	display: block;
	margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
.enter-button{
	font-size: 32px;
	padding: 0px 45px 4px;
	}
}

.exit{        
}

 .enter_link{
	color:#FFFFFF;
	text-decoration: none;
}

.exit_link {
	color:white;
	text-decoration: underline;      
}

.enter_link:hover{
	transition: all .5s ease;
	color: #FFF; /* ホバー時の色を設定 */
}

.exit_link:hover{
	color: #CC9966; /* ホバー時の色を設定 */
 }
 

.exit_link:active ,.enter_link:active{
	color: white; /* クリック時の色を白に設定 */
 }
 
.exit_link:visited {
	color: white; /* 訪問済みリンクの色を白に設定 */
}

.warning{
	text-align: center;
	margin-top: 10px;
	font-family: 'Noto Sans JP'; 
}
@media screen and (max-width: 767px) {
.warning{
	font-size: 10px;
	}
}



.non_overlay {
	margin: 10px 0;
	padding: 10px 10px 0;
	font-family: 'Noto Sans JP';    
}
@media screen and (max-width: 767px) {
.non_overlay {
	display: none;    
	}
}
.copyrightArea{
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Noto Sans JP';  
}
@media screen and (max-width: 767px) {
.copyrightArea{
	display: none;
	}
}
.sp-only_textbox{
	display: none;
}
@media screen and (max-width: 767px) {
.sp-only_textbox {
	display: block; /* display: table-cell はここでは不要 */
	position: fixed;
	bottom:	0;
	background: #000;
	color: #FFF;
	vertical-align: middle;
	width: 100%;
	height:	30px;
	padding-top: 2px;
	font-size: 11px;
	text-align: center;
	z-index: 1000; /* 他と被らないように上に出す */
	}
}
.non_overlay_sp {
	font-size: 11px;
	margin: 10px 7px 5px;
	padding: 5px;
	font-family: 'Noto Sans JP';     
}
.copyrightArea_sp {
	font-size: 13px;
	font-family: 'Noto Sans JP';  
}
.break {
	display: none; /* デフォルトでは改行を表示しない */
}
.pchyouji{
	display: block; 
}
@media screen and (max-width: 767px) {
.pchyouji{
	display: none;
	}
}
.pchyouji2{
	display: block; 
}
.letter-spacing{
	letter-spacing: -0.045em;
}

       
