@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
アプリプロモーション用のcssです。
-------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
/* font-family: 'Noto Sans JP', sans-serif; */
.top_stage {
	width: 100%;
	background-color: #d0f0fc;
	background: url("../images/main_back.webp") repeat-x center top;
	text-align: center;
}
.top_stage_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.top_text {
	width: 650px;
	position: absolute;
	bottom: 0px;
	left: 200px;
	text-align: left;
	font-size: 18px;
	color: #000;
	line-height: 1.5;
}
.app_area {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	margin-bottom: 6px;
}
.app_area img {
	margin-right: 5px;
}

/* --------------------------------
	汎用
-------------------------------- */
.contents_box_r {
	width: 960px;
	margin: 20px auto 30px;
	text-align: right;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}
/* --------------------------------
	アプリの特長
-------------------------------- */
.features_box {
	width: 960px;
	margin: 30px auto;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.features_box ul {
	text-align: left;
	margin: 30px 0 0;
	width: 960px;
	background: #fff url(../images/bg_01.jpg) repeat-y;
	background-position: 120px top;
}
.features_box li {
	width: 960px;
	padding: 5px 20px 10px 190px;
	box-sizing: border-box;
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	position: relative;
	margin-bottom: 40px;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
}
.features_box li h2 {
	font-size: 24px;
	color: #cf1859;
	margin-bottom: 16px;
}
.features_box .num {
	position: absolute;
	top: 0;
	left: 0;
}
.features_box .comingsoon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-color: rgba(204, 204, 204, 0.7);
	color: #fff;
	font-size: 60px;
	border: #e5e5e5 5px solid;
}
.app_box {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.app_box .app_area {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
/* --------------------------------
	travel_box
-------------------------------- */
.travel_box {
	width: 960px;
	margin: 60px auto 30px;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}

.travel_box h2 {
	position: absolute;
	right: 30px;
	top: -60px;
}
.balloon5 {
	width: 100%;
	margin: 100px 0 50px;
	overflow: hidden;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.balloon5 .faceicon {
	margin-right: -90px;
	width: 480px;
}
.balloon5 .faceicon img {
	width: 100%;
	height: auto;
}
.balloon5 .chatting {
	width: 480px;
}
.says {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #d7ebfe;
	font-size: 18px;
	line-height: 1.8;
}
.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}
.says p {
	margin: 0;
	padding: 0;
}


/* --------------------------------
	
-------------------------------- */
.text_day {
	width: 960px;
	margin: 10px auto 20px;
	text-align: right;
}
/* 終了 */
#Emergency {
	width: 960px;
	border: #ff9000 4px solid !important;
	background-color: #fcf2e3;
	margin: 10px auto 20px !important;
	padding: 25px;
	border-radius: 10px;
}
#Emergency h2 {
	font-size: 24px;
	color: #ef4125 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
	vertical-align: middle !important;
	float: none !important;
	border: none !important;
	background: none !important;
}

/* --------------------------------
	youtube
-------------------------------- */
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}