@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
	font-family:"Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif
}
body{
	margin: 0;
	line-height: 1.83;
	background-color: #ff8f71;
	color:#222;
    font-weight: bold;
	font-size:14px!important;
	word-break: normal;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
* {
	box-sizing: border-box;
}




img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

a {
	color: #383838;
	font-size: 13px;
}
a:link {
	color: #383838;
	text-decoration: none;
}
a:visited {
	color: #383838;
	text-decoration: none;
}
a:hover {
	color: #383838;
	text-decoration: underline;
}
a:active {
	color: #383838;
}

p {
	word-wrap:break-word;
    margin: 0;
}
h1{
    margin: 0;
}
.br_sp{
	display: block;
}
.br_pc{
	display: none;
}
.sp_only{
	display: block;
}
.pc_only{
	display: none;
}
#wrap{
	
}

#video {
	width: 100%;
	aspect-ratio: 16 / 9;
}
#video iframe {
	width: 100%;
	height: 100%;
}

#main{
	padding-top: 30px;
}

#message{
	max-width: 568px;
	margin: auto;
}

#message.pc_only a{
	display: block;
	position: absolute;
	position: absolute;
	top: 643px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 184px;
	height: 38px;
}
#message.pc_only a:hover{
	opacity: .7;
	background-color:rgba(254,247,225,0.8);
	background-blend-mode:lighten;
}


#message.pc_only{
	background-image: url("img/message.png");
	background-size: cover;
	width: 568px;
	height: 763px;
}


#message_sp{
	display: block;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding-bottom: 147%;
	position: relative;
}
.message_card{
	background-image: url("img/message_sp.png");
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.area_link {
	position: absolute;
	top: 79%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 38%;
	height: 7%;
	display: block;
	z-index: 2;
}




/* フッター */

#footer{
	border-bottom: 5px solid #000;
	width: 100%;
	height: 51px;
}
.logo{
}
.copyright{
	text-align: center;
    font-size: 11px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	padding-top: 12px;
}
.footer_left{
	position: absolute;
	left: 0;
	background-image: url("img/footer_left.png");
	background-size: cover;
	width: 77px;
	height: 46px;
}
.footer_right{
	position: absolute;
	right: 0;
	background-image: url("img/footer_right.png");
	background-size: cover;
	width: 123px;
	height: 46px;
}


/*========= 481px〜のデバイスの場合 =========*/
@media only screen and (min-width: 481px) {
    .message_english{
        max-width: 320px;
    }
	
	
	
	
}

/*========= 768px〜の場合 =========*/
@media only screen and (min-width: 768px) {
	.pc_only{
        display: block;
    }
    .sp_only{
        display: none;
    }
    .br_sp{
		display: none;
    }
    .br_pc{
        display: block;
    }

	#message_sp{
		display: none;
	}
    .message_english{
        max-width: 320px;
    }
	
	#main{
		position: relative;
		height: 900px;
	}
	#footer{
		border-bottom-width: 8px;
		position: absolute;
		bottom: 0;
		height: 108px;
	}
	.copyright{
		bottom: 15px;
		padding-top: 0;
	}
	.footer_left{
		bottom: 0;
		width: 200px;
		height: 108px;
	}
	.footer_right{
		bottom: 0;
		width: 320px;
		height: 108px;
	}
}


@media only screen and (min-width: 1240px) {
    #message{
    }
}