/*============================
SP時のメニューに関する動き
============================*/
body.menu_active {
	overflow: hidden;
}

/*============================
フローティングバナー
============================*/
/* PC */
.pc_floating_bnr {
	position: fixed;
	width: 100%;
	right: 0.40rem;
	bottom: 0.40rem;
	z-index: 100;
	max-width: 3.60rem;
}

.pc_floating_bnr a {
	display: block;
}

.pc_floating_bnr a:hover {
	opacity: 0.8;
}

.pc_floating_bnr a img {
	display: block;
}

/* SP */
.sp_floating_bnr {
	position: fixed;
	width: 0.46rem;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	z-index: 100;
}

.sp_floating_bnr a {
	display: block;
}

.sp_floating_bnr a:hover {
	opacity: 0.8;
}

.sp_floating_bnr a img {
	display: block;
}

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	width: 100%;
	height: 1.00rem;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 100;
	min-width: 1080px;
}

@media screen and (max-width: 599px) {
	header {
		height: 0.58rem;
		min-width: 100%;
	}
}

/* ヘッダーが上に消える */
header.hide {
	transform: translateY(-1.50rem);
}

@media screen and (max-width: 599px) {
	header.hide {
		transform: none;
	}
}

/* スクロールで表示された状態 */
/* header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
} */

/* ロゴ */
header .logo {
	width: 100%;
	max-width: 2.80rem;
	position: absolute;
	left: 0.40rem;
	top: 46%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
	header .logo {
		max-width: 2.40rem;
		left: 0.30rem;
	}
}

@media screen and (max-width: 599px) {
	header .logo {
		max-width: 1.82rem;
		left: 0.20rem;
	}
}

header .logo a:hover {
	opacity: 0.7;
}

header .logo img {
	display: block;
}

/* ナビゲーション */
header .glo_navi {
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	header .glo_navi {
		position: relative;
	}
}

header .glo_navi .list {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding-top: 0.40rem;
	padding-right: 1.60rem;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list {
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		padding: 0.15rem 0.20rem;
		top: 0.58rem;
		left: 0;
		background-color: #2F475C;
		display: none;
	}
}

header .glo_navi .list .link {
	padding-right: 1.6vw;
}

@media screen and (max-width: 1200px) {
	header .glo_navi .list .link {
		padding-right: 1.2vw;
	}
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link {
		padding: 0.15rem 0;
	}
}

header .glo_navi .list .link a {
	color: #000;
	font-size: 0.16rem;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 1200px) {
	header .glo_navi .list .link a {
		font-size: 0.155rem;
	}
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link a {
		color: #FFF;
		font-size: 0.16rem;
	}
	header .glo_navi .list .link a::before {
		content: "";
		display: inline-block;
		width: 0.08rem;
		height: 1px;
		background-color: #FFF;
		margin-right: 0.08rem;
		position: relative;
		top:-0.05rem
	}
}

header .glo_navi .list .link a:hover {
	color: #FF7A59;
}

/* カンタンWEB登録ボタン */
header .glo_navi .entry_btn {
	width: 1.60rem;
	height: 1.00rem;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1200px) {
	header .glo_navi .entry_btn {
		width: 1.60rem;
	}
}

@media screen and (max-width: 599px) {
	header .glo_navi .entry_btn {
		width: 0.58rem;
		height: 0.58rem;
		right: 0.58rem;
	}
}

header .glo_navi .entry_btn a {
	display: block;
	background-color: #FF7A59;
	line-height: 0;
	font-size: 0.18rem;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 0.22rem 0 0.22rem;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 599px) {
	header .glo_navi .entry_btn a {
		line-height: 1.4;
		font-size: 0.10rem;
		height: 100%;
		padding: 0;
	}
}

header .glo_navi .entry_btn a span {
	line-height: 1.55;
}

@media screen and (max-width: 599px) {
	header .glo_navi .entry_btn a span {
		display: block;
		text-align: center;
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		line-height: 1.4;
	}
}

/* header .glo_navi .entry_btn a:hover {
	background-color: #2F475C;
} */

header .glo_navi .entry_btn a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #2F475C;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

header .glo_navi .entry_btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .glo_navi .entry_btn a span {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#SPnaviBtn {
		background-color: #2F475C;
		width: 0.58rem;
		height: 0.58rem;
	}
	
	.menu-trigger span {
		background-color: #FFF;
	}
	
	.menu-trigger.active span {
		background-color: #FFF;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 35%;
	}
	
	.menu-trigger span:nth-of-type(2) {
		top: 49%;
	}
	
	.menu-trigger span:nth-of-type(3) {
		bottom: 35%;
	}
}

/*============================
コンテンツエリア
============================*/
/* ヘッダー相殺分 */
main {
	padding-top: 1.00rem;
}

@media screen and (max-width: 599px) {
	main {
		padding-top: 0.58rem;
	}
}

/*============================
サイトマップ
※SP時はヘッダーメニューと共用
============================*/
.sp_menu {
	background-color: #2F475C;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0.10rem 0.20rem 0.20rem;
	top: 0.58rem;
	left: 0;
	z-index: 10;
	display: none;
	height: 100vh;
	min-height: calc(100lvh - 0.58rem);
	overflow: scroll;
}

/* サイトマップ */
.text_link_list_wrap {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.text_link_list_wrap {
		padding-bottom: 0;
	}
}

/* 列 */
.text_link_list_wrap .text_link_list_box {
	width: calc(100% / 4);
}

@media screen and (max-width: 599px) {
	.text_link_list_wrap .text_link_list_box {
		width: 100%;
	}
}

.text_link_list_wrap .text_link_list_box .acc_item {
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	.text_link_list_wrap .text_link_list_box .acc_item {
		padding-bottom: 0;
	}
}

.text_link_list_wrap .text_link_list_box .list_title {
	font-size: 0.14rem;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.075em;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	.text_link_list_wrap .text_link_list_box .list_title {
		font-size: 0.16rem;
		position: relative;
		padding: 0.10rem 0;
		cursor: pointer;
		margin-top: 0.05rem;
	}
	.text_link_list_wrap .text_link_list_box .list_title::before {
		content: "";
		width: 0.11rem;
		height: 1px;
		background-color: #FFF;
		position: absolute;
		right: 0;
		top: 0.17rem;
	}
	.text_link_list_wrap .text_link_list_box .list_title::after {
		content: "";
		width: 1px;
		height: 0.11rem;
		background-color: #FFF;
		position: absolute;
		right: 0.05rem;
		top: 0.12rem;
		transition: all 0.3s;
	}

	/* サブメニューOPEN時のclass */
	.text_link_list_wrap .text_link_list_box .list_title.open::after {
		transform: rotate(90deg);
	}

	.text_link_list_wrap .text_link_list_box .list {
		display: none;
	}
}

.text_link_list_wrap .text_link_list_box .link {
	padding: 0.06rem 0;
}

@media screen and (max-width: 599px) {
	.text_link_list_wrap .text_link_list_box .link {
		padding: 0.04rem 0;
		margin-left: 0.10rem;
	}
}

.text_link_list_wrap .text_link_list_box a {
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	font-size: 0.12rem;
	line-height: 1.56;
	letter-spacing: 0.075em;
	padding-left: 0.14rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.text_link_list_wrap .text_link_list_box a {
		font-size: 0.13rem;
	}
}

.text_link_list_wrap .text_link_list_box a:hover {
	padding-left: 0.17rem;
}

.text_link_list_wrap .text_link_list_box a::before {
	content: "";
	width: 0.06rem;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0.095rem;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.text_link_list_wrap .text_link_list_box a::before {
		top: 0.10rem;
	}
}

.text_link_list_wrap .text_link_list_box a:hover::before {
	width: 0.09rem;
}

/*============================
フッター
============================*/
footer {
	background-color: #2F475C;
}

/* 横並びボタン */
footer .btn_list_wrap {
	padding: 0.50rem 0;
}

@media screen and (max-width: 599px) {
	footer .btn_list_wrap {
		padding: 0.20rem 0 0.10rem;
	}
}

footer .btn_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .btn_list_wrap .list .btn {
	width: 100%;
	max-width: 3.70rem;
}

@media screen and (max-width: 599px) {
	footer .btn_list_wrap .list .btn {
		max-width: 100%;
	}
}

footer .btn_list_wrap .list .btn a {
	display: block;
	line-height: 0;
	background-color: #FF7A59;
	border-radius: 0.10rem;
	padding: 0.22rem 0 0.30rem;
	text-align: center;
	font-size: 0.22rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	color: #FFF;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #FF7A59;
}

@media screen and (max-width: 599px) {
	footer .btn_list_wrap .list .btn a {
		font-size: 0.16rem;
		margin-bottom: 0.14rem;
		padding: 0.10rem 0 0.22rem;
	}
}

footer .btn_list_wrap .list .btn a:hover {
	color: #FF7A59;
}

footer .btn_list_wrap .list .btn a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

footer .btn_list_wrap .list .btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

footer .btn_list_wrap .list .btn a span {
	position: relative;
	z-index: 1;
}

footer .btn_list_wrap .list .btn a span::before {
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	padding-right: 0.08rem;
	top: 0.03rem;
}

/* 各アイコン */
footer .btn_list_wrap .list .btn.search a span::before {
	background-image: url(../img/common/footer_icon_search.svg);
}
footer .btn_list_wrap .list .btn.search a:hover span::before {
	background-image: url(../img/common/footer_icon_search_on.svg);
}

footer .btn_list_wrap .list .btn.entry a span::before {
	width: 0.24rem;
	background-image: url(../img/common/footer_icon_entry.svg);
}
footer .btn_list_wrap .list .btn.entry a:hover span::before {
	background-image: url(../img/common/footer_icon_entry_on.svg);
}

footer .btn_list_wrap .list .btn.hands a span::before {
	width: 0.34rem;
	background-image: url(../img/common/footer_icon_hands.svg);
}
footer .btn_list_wrap .list .btn.hands a:hover span::before {
	background-image: url(../img/common/footer_icon_hands_on.svg);
}

/* ロゴとSNSリンク */
footer .bottom_box {
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	footer .bottom_box {
		padding-top: 0.30rem;
		padding-bottom: 0.30rem;
		text-align: center;
	}
}

footer .bottom_box .logo_wrap,
footer .bottom_box .sns_logo_wrap {
	width: 100%;
}

/* ロゴ */
footer .bottom_box .logo_wrap .logo {
	width: 100%;
	max-width: 2.80rem;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	footer .bottom_box .logo_wrap .logo {
		width: 100%;
		max-width: 2.15rem;
		margin: auto;
		padding-bottom: 0.15rem;
	}
}

footer .bottom_box .logo_wrap .text {
	font-size: 0.12rem;
	line-height: 1.75;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	footer .bottom_box .logo_wrap .text {
		padding-bottom: 0.30rem;
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}
}

footer .bottom_box .logo_wrap .text a {
	color: #FFF;
}

footer .bottom_box .logo_wrap .text a:hover {
	opacity: 0.7;
}

/* SNSロゴ */
footer .bottom_box .sns_logo_wrap .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 0.30rem;
}

@media screen and (max-width: 599px) {
	footer .bottom_box .sns_logo_wrap .list {
		justify-content: center;
		padding:0.30rem 0.20rem 0;
	}
}

footer .bottom_box .sns_logo_wrap .list .link {
	padding-right: 0.30rem;
	width: 0.30rem;
}

@media screen and (max-width: 599px) {
	footer .bottom_box .sns_logo_wrap .list .link {
		padding: 0 0.10rem;
		width: 0.30rem;
	}
}

footer .bottom_box .sns_logo_wrap .list .link a:hover {
	opacity: 0.7;
}

/* コピーライト */
footer .copyright {
	text-align: center;
	font-size: 0.12rem;
	padding: 0.55rem 0;
	background-color: #FFF;
}

@media screen and (max-width: 599px) {
	footer .copyright {
		font-size: 0.10rem;
		padding: 0.25rem 0;
		line-height: 1.55;
	}
}

/*============================
背景用パーツ
============================*/
.bg_parts_wrap {
	width: 100%;
	position: absolute;
	top: -0.80rem;
	left: 0;
	z-index: -2;
	overflow: hidden;
}
.bg_parts {
	height: 75vh;
	width: 100%;
	background-image: url(../img/common/body_bg_grey.svg);
	background-position: right top;
	background-repeat: no-repeat;
}

.bg_parts:nth-child(odd) {
	background-image: url(../img/common/body_bg_orange.svg);
	background-position: left top;
}

.bg_fade {
	position: relative;
}

.bg_fade::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1.2s ease;
	transition-delay: 1.0s;
}

@media screen and (max-width: 599px) {
	.bg_fade {
		transition: all 0.5s ease;
		transition-delay: 0.2s;
	}
}

.bg_fade.scrollin::before {
	top: 100%;
}

/* * {
	min-height:0;
	min-width : 0;
	} */

/* セクションタイトル */
.sec_title {
	font-size: 0.36rem;
	font-weight: 800;
}

@media screen and (max-width: 599px) {
	.sec_title {
		font-size: 0.24rem;
		line-height: 1.4;
	}
}

.sec_title .large {
	font-size: 0.60rem;
}

@media screen and (max-width: 599px) {
	.sec_title .large {
		font-size: 0.30rem;
	}
}

/* roboto */
.f_roboto {
	font-family: 'Roboto', sans-serif;
}

/* ボタン */
.btn_common a {
	width: 3.6rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #FF7A59;
    display: block;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.2rem 0;
    margin: auto;
	position: relative;
}
@media screen and (max-width: 599px) {
	.btn_common a {
		max-width: 3rem;
		font-size: 0.18rem;
	}
}

.btn_common a:hover {
	transform: scale(1.1);
}

.btn_common a::after {
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.15rem;
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}

.btn_common.navy a {
    color: #fff;
    background: #2F475C;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
	0% {
		opacity: 0.1;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {	
		opacity: 0.1;
		transform: scale(1);
	}
}