@charset "UTF-8";

/* ------------------------------------------------
   TOP page
*/

body,
html {
  height: 100%;
  margin: 0 auto;
}
.parallaxbox {
	box-sizing: border-box;
	color: #00081A;
	font-size: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 95%;
	padding: 0;
}
.parallaxbox_half {
	box-sizing: border-box;
	color: #00081A;
	font-size: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45%;
	padding: 0;
}
.parallaxbox_70 {
	box-sizing: border-box;
	color: #00081A;
	font-size: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70%;
	padding: 0;
}
/*スクロールするコンテンツ*/
.parallax_scrollbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.child_01 {
	width: 100%;
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
}
.child_01 p {
	text-align: center;
	font-size: 22px;
}
.child_01 .jacket_show {
	width: 100%;
}
.child_01 .jacket_show .jkt_img {
	width: 100%;
}

.child_02 {
    width: 90%;
}
.child_02 .child02_area {
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.child_02 .message_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    /*flex-wrap: wrap;*/
    align-items: center;
    padding: 10px 0px 0px 0px;
}
.child_02 .message_area ul li {
    padding: 0 20px 0 20px;
}
.child_02 .message_area ul li:first-of-type {
    padding: 0 20px 0 20px;
    flex-grow: 0;
}
.child_02 .message_area ul li p {
    font-size: clamp(11px,2vw,16px);
    padding-bottom: 6px;
    text-align: left;
    font-weight: 400;
    color: #000000;
}
.child_02 .message_area ul li:first-of-type p {
    font-size: clamp(11px,2vw,16px);
    padding-bottom: 0;
    text-align: center;
}
.child_02 .message_area ul li:nth-of-type(2) {
    border-left: solid 1px rgba(0, 0, 0, 0.8);
}

.child_03 {
	width: 90%;
	padding: 20px 0 20px 0;
}

.child_04 {
	width: 90%;
}
.child_04 .jacket_show {
	width: 100%;
}
.child_04 .jacket_show .m_img {
	width: 100%;
}
.child_04 .child04_area {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.child_04 .child04_area .menu_jump {
	width: 20px;
}
.child_04 .child04_area p {
    font-size: 20px;
    letter-spacing: 2px;
	color: #FFFFFF;
}
.child_04 .child04_area_sp {
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.child_04 .child04_area_sp p {
    font-size: 20px;
    letter-spacing: 2px;
	color: #FFFFFF;
}

.child_05 {
	width: 100%;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 72, 0, 1);
	font-size: 14px;
    padding: 20px 10px 20px 10px;
}
.child_05 .attention_area {
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-direction: row;
}
.child_05 .attention_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.child_05 .attention_area ul li {
	padding: 0 30px 0 30px;
}
.child_05 .attention_area ul li:first-of-type {
	flex-grow: 1;
}
.child_05 .attention_area ul li:first-of-type p {
	font-size:clamp(20px,2vw,24px);
	padding-bottom:16px;
	text-align: center;
}
.child_05 .attention_area ul li p {
	font-size:clamp(8px,2vw,12px);
	padding-bottom:6px;
}
.child_05 .attention_area .mail_jump_go_size {
	width: 70px;
}
.child_05 .attention_area ul li:last-of-type {
	flex-grow: 1;
}
.child_05 .attention_area ul li:last-of-type div {
	padding: 10px 5px 0 5px;
	text-align: center;
}

/* 上はスマホに適用するスタイルを書く */
@media screen and (min-width:800px) and ( max-width:959px) {
	/* タブレットに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.parallax-bg {
		background-size: 100%;
	}
	.child_01 {
		width: 100%;
	}
	.child_01 .jacket_show {
		width: 100%;
		display: inline-block;
	}
	.child_01 .jacket_show .jkt_img {
		width: 100%;
	}
	.child_03 {
		width: 80%;
	}
	.child_04 {
		width: 80%;
	}
    .child_04 .child04_area {
        padding: 20px;
    }
    .child_04 .child04_area .menu_jump {
    	width: 40px;
    }
    .child_04 .child04_area p {
        font-size: 32px;
        letter-spacing: 2px;
    	color: #FFFFFF;
    }
    .child_05 {
		width: 100%;
        padding: 20px 30px 20px 30px;
	}
	.child_05 .attention_area ul li:first-of-type {
		flex-grow: 0;
	}
	.child_05 .attention_area ul li:first-of-type p {
		padding-bottom: 0;
	}
	.child_05 .attention_area ul li:last-of-type div {
		padding: 0 5px 0 5px;
	}

}
@media screen and (min-width:960px) and ( max-width:1280px) {
	/* 通常のデスクトップに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.parallax-bg {
		background-size: 60%;
	}
	.child_01 {
		width: 100%;
	}
	.child_01 .jacket_show {
		width: 100%;
		display: inline-block;
	}
	.child_01 .jacket_show .jkt_img {
		width: 100%;
	}
	.child_03 {
		width: 80%;
	}
	.child_04 {
		width: 80%;
	}
    .child_04 .child04_area {
        padding: 20px;
    }
    .child_04 .child04_area .menu_jump {
    	width: 40px;
    }
    .child_04 .child04_area p {
        font-size: 32px;
        letter-spacing: 2px;
    	color: #FFFFFF;
    }
	.child_05 {
		width: 100%;
        padding: 20px 30px 20px 30px;
	}
	.child_05 .attention_area ul li:first-of-type {
		flex-grow: 0;
	}
	.child_05 .attention_area ul li:first-of-type p {
		padding-bottom: 0;
	}
	.child_05 .attention_area ul li:last-of-type div {
		padding: 0 5px 0 5px;
	}

}
@media screen and (min-width:1281px) {
	/* 横幅の広いデスクトップに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.parallax-bg {
		background-size: 60%;
	}
	.child_01 {
		width: 100%;
	}
	.child_01 .jacket_show {
		width: 100%;
		display: inline-block;
	}
	.child_01 .jacket_show .jkt_img {
		width: 100%;
	}
	.child_03 {
		width: 80%;
	}
	.child_04 {
		width: 80%;
	}
    .child_04 .child04_area {
        padding: 20px;
    }
    .child_04 .child04_area .menu_jump {
    	width: 40px;
    }
    .child_04 .child04_area p {
        font-size: 32px;
        letter-spacing: 2px;
    	color: #FFFFFF;
    }
	.child_05 {
		width: 100%;
        padding: 20px 30px 20px 30px;
	}
	.child_05 .attention_area ul li:first-of-type {
		flex-grow: 0;
	}
	.child_05 .attention_area ul li:first-of-type p {
		padding-bottom: 0;
	}
	.child_05 .attention_area ul li:last-of-type div {
		padding: 0 5px 0 5px;
	}
}
