/*----------------------------------------------------------------------------

ページ内共通

-------------------------------------------------------------------------------*/

.lp_wrap {margin-left:auto;margin-right:auto; max-width:1600px; width:100%;}
.s .lp_wrap {width:100%;}


#page {
	background-color: #ff5b09;
	max-width: 720px;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 979px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*----------------------------------------------------------------------------

MV

-------------------------------------------------------------------------------*/
.mv_wrap {
	width: 100%;
}

.mv_wrap img {
	width: 100%;
}

/*----------------------------------------------------------------------------

各セクション

-------------------------------------------------------------------------------*/
.sec_content_01 {
	width: 94%;
	margin: -4% auto;
}
.sec_content_02 {
	width: 90%;
	margin: 0 auto;
	padding: 9% 0 0;
}
.sec_content_03 {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0 0;
	position: relative;
}
.join_btn._01 {
	position: absolute;
	width: 39%;
    top: 27%;
    left: 9%;
}
.join_btn._02 {
	position: absolute;
	width: 39%;
    top: 27%;
    right: 9%;
}

.app_btn._apple {
	width: 30%;
    top: 57%;
    position: absolute;
    left: 11.6%;
}
.app_btn._google {
	width: 36%;
    top: 57%;
    position: absolute;
    right: 12.6%;
}

.app_btn._apple._02 {
	width: 30%;
    top: 63%;
    position: absolute;
    left: 11.6%;
}
.app_btn._google._02 {
	width: 36%;
    top: 63%;
    position: absolute;
    right: 12.6%;
}

/*----------------------------------------------------------------------------

お問い合わせ

-------------------------------------------------------------------------------*/
.inquiry__box{
	width: 90%;
	max-width: 800px;
	margin: 40px auto 40px;
	border: 4px solid #000;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}
.s .inquiry__box{
	margin: 6vw auto;
	border: 3px solid #000;
	border-radius: 16px;
	background-color: #fff;
}

.inquiry__box h4{
	background-color: #000;
	padding: 10px 0;
	color: #fff;
	font-size: clamp(18px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.5;
}

.inquiry__ttl {
	color: #000;
	font-size: clamp(20px, 3vw, 28px);
	font-weight: 700;
	line-height: 1.4;
	margin: 12px 0;
}

.inquiry__box a{
	display: inline-block;
}
.inquiry__box a p{
	justify-content: center;
	align-items: center;
}
.inquiry__box a p img{
	width: 14%;
	max-width: 40px;
	margin-right: 12px;
}
.s .inquiry__box a p img{
	margin-right: 2vw;
}
.inquiry__mail_box{
	display: flex;
}

.inquiry__mail{
	color: #000;
	font-size: clamp(14px, 3vw, 30px);
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
}

.inquiry__data {
	font-size: clamp(14px, 3vw, 18px);
	font-weight: 700;
	line-height: 1.4;
	margin: 12px 0;
	color: #000;
}

.inquiry__data_span {
	color: #000;
	font-size: clamp(12px, 3vw, 16px);
	text-align: left;
	font-weight: 600;
	white-space: nowrap;
}

.inquiry__box a:hover{
	text-decoration: none;
}
.inquiry__box ul{
	width: 84%;
	max-width: 408px;
	margin: 10px auto 24px;
	padding: 0;
	list-style: none;
}
.s .inquiry__box ul{
	margin: 3.2vw auto 3.2vw;
}

.inquiry__box ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.s .inquiry__box ul li{
	margin-bottom: 0;
}

.inquiry__box ul li div{
	background-color: #000;
	border-radius: 30px;
	width: 18.8%;
	padding: 2px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.s .inquiry__box ul li div{
	width: 50%;
	margin: 0 auto;
	font-size: 3.6vw;
}

.inquiry__box ul li p{
	width: 79.4%;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	line-height: 1;
	margin: 0;
}
.s .inquiry__box ul li p{
	width: 100%;
	font-size: 3.6vw;
	text-align: center;
}
