@charset "UTF-8";
/* CSS Document */

.onlyPC {
	display: block;
}

.onlySP {
	display: none;
}


body {
	background: #262626;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

header {
	position: absolute;
	width: 100%;
	z-index: 999999;
}

.header_fixed {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	transition: background-color 0.5s ease-in-out; /* 背景色の変化をスムーズにするためのトランジション */
}

.headerBox {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 2rem 0;
}

 /* 初期の背景色 */
 .header_fixed {
	background-color: transparent;
}

.headerBox div.logo {
	width: 192px
}

.headerMenu {
	display: flex;
	justify-content: space-between;
	width: 400px;
	padding-top: 1rem;
}

.headerMenu div>a {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0.2rem;
	transition: .5s;
}

.headerMenu div>a:hover {
	opacity: 0.6
}

.header_fixed.is-show {
	background:rgba(0, 0, 0, 0.5);
	transition: .5s;
}

.scroll {
	position: absolute;
	bottom: 4rem;
	right: 3rem;
	z-index: 999
}

footer {
	width: 100%;
	background: #000;
	position: relative;
}

.pageTop {
	width: 64px;
	padding-left: 1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #262626
}

.pageTop a {
	display: block;
	width: 21%;
}

.pageTop a img {
	width: 100%;
}

.footer_area {
	width: 80%;
	margin: 0 auto;
	padding: 12rem 0 6rem 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.footer_areaItem {
	width: 45%;
	max-width: 416px;
}

.footer_Lbox {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.footer_Lbox_logo {
	width: 360px;
}

.footer_Lbox_logo img {
	width: 100%;
}

.footer_Lbox_add {
	font-size: 0.9rem;
	font-weight: 100;
	letter-spacing: 0.1rem;
	padding-top: 8rem;
	line-height: 1.5;
}

.footer_Lbox_menu_Box {
	display: flex;
	flex-direction: column;
}

.footer_Lbox_menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 2rem 0 6rem;
}

.footer_Lbox_menu div>a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 0.2rem;
	opacity: 1;
	transition: 0.5s;
}

.footer_Lbox_menu div>a:hover {
	opacity: 0.5;
}




.BT_box a {
	display: block;
	cursor: pointer;
	height: 368px;
	margin-inline: auto;
	margin-top: 0;
	position: relative;
	width: 373px;
}

/* 画像のスタイル */
.BT_box a img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

/* 2枚目の画像は最初透明 */
.BT_box a img:last-of-type {
	opacity: 0;
	transition: opacity .7s;
}

/* hoverすると2枚目の画像が透明じゃなくなる */
.BT_box a:hover img {
	opacity: 1;
}


.BT_box02 a {
	display: block;
	cursor: pointer;
	height: 72px;
	margin-inline: auto;
	margin-bottom: 48px;
	position: relative;
	width: 330px;
}

.BT_box02:nth-child(2) a {
	margin-bottom: 0;
}

/* 画像のスタイル */
.BT_box02 a img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

/* 2枚目の画像は最初透明 */
.BT_box02 a img:last-of-type {
	opacity: 0;
	transition: opacity .7s;
}

/* hoverすると2枚目の画像が透明じゃなくなる */
.BT_box02 a:hover img {
	opacity: 1;
}






/*********************

  　　　スマホ版

*********************/
@media (max-width: 768px) {


	.onlySP {
		display: block
	}

	.onlyPC {
		display: none
	}











	.headerBox {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 1.3rem 0 1.2rem;
		border-bottom: none;
	}

	.headerBox div.logo {
		width: 30%
	}

	.headerMenu {
		display: none
	}




	.scroll {
		position: absolute;
		bottom: 2rem;
		right: 5%;
	}

	footer {
		width: 90%;
		background: #000;
		position: relative;
	}

	.pageTop {
		width: 6%;
		position: absolute;
		top: 0;
		right: -8%;
		background: none;
		padding-left: 0;
	}

	.pageTop a {
		display: block;
		width: 50%;
	}
	
	.pageTop a img {
		width: 100%;
	}

	.footer_area {
		width: 80%;
		margin: 0 auto;
		padding: 5rem 0 1rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	.footer_areaItem {
		width: 100%;
	}

	.footer_Lbox {
		display: flex;
		flex-direction: column;
		color: #fff
	}

	.footer_Lbox_logo {
		width: 100%
	}

	.footer_Lbox_add {
		font-size: 1rem;
		font-weight: 100;
		letter-spacing: 0.1rem;
		padding-top: 4rem;
	}

	.footer_Lbox_menu {
		position: relative;
		margin: 5rem 0 5rem;
		width: 100%;
	}

	.footer_Lbox_menu::before {
		position: absolute;
		top: -2rem;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #fff;
	}

	.footer_Lbox_menu::after {
		position: absolute;
		bottom: -2rem;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #fff;
	}

	.footer_Lbox_menu div>a {
		color: #fff;
		text-decoration: none;
		font-weight: 100;
		letter-spacing: 0.2rem;
		opacity: 1;
		transition: 0.5s;
	}

	.footer_Lbox_menu div>a:hover {
		opacity: 0.5
	}

	.footer_Lbox_menu_Box {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}

	.footer_Lbox_menuList {
		font-size: 1rem;
		line-height: 1.5;
	}





	.sp-menu__box {
		position: fixed;
		top: 1.5rem;
		right: 3%;
		display: flex;
		aspect-ratio: 13 / 3;
		height: 20%;
		width: 20%;
		/*justify-content: center;
  align-items: center;*/
		z-index: 90;
		/*background: #3584bb;*/
	}

	.sp-menu__box span {
		content: "";
		display: block;
		width: 100%;
		height: 40%;
		background: url("../img/common/menu.svg") 0 0 no-repeat;
		background-size: 100%;
	}

	#sp-menu__check {
		display: none;
	}

	#sp-menu__check:checked~.sp-menu__box span {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url("../img/common/close.svg") 0 0 no-repeat;
		background-size: 100%;
	}

	#sp-menu__check:checked~.sp-menu__box span::before {
		bottom: 0;
		transform: rotate(45deg);
	}

	#sp-menu__check:checked~.sp-menu__box span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	#sp-menu__check:checked~.sp-menu__content {
		/*left: 0;*/
		top: 0;
	}

	.sp-menu__content {
		width: 100%;
		height: 80%;
		position: fixed;
		/*top: 4rem;
left: 100%;*/
		top: -100%;
		left: 0;
		z-index: 80;
		background-color: #000;
		transition: all 0.5s;
	}

	.menu__contentLogo {
		padding: 1.2rem 0 0 1.1rem;
	}

	.sp-menu__list {
		padding: 6rem 0 0 0;
	}

	.sp-menu__item {
		list-style: none;
		text-align: center;
		padding-bottom: 4rem;
	}

	.sp-menu__link {
		display: block;
		width: 100%;
		font-size: 1.8rem;
		font-weight: 200;
		letter-spacing: 0.3rem;
		color: #ffffff;
		text-decoration: none;
	}

	.sp-menu__link p {
		display: inline;
		position: relative;
	}

	.sp-menu__link p span {
		position: absolute;
		top: -1.5rem;
		left: .1rem;
		color: #f00;
		font-size: 0.8rem;
		font-family: 'Rajdhani', sans-serif;
		display: block;
		font-weight: bold;
	}


	.BT_box02 a {
		display: block;
		cursor: pointer;
		height: 72px;
		margin-inline: auto;
		margin-bottom: 1.5rem;
		position: relative;
		width: 17rem;
	}

	.footer_copy {
		margin: 3rem auto 0;
		font-size: .9rem;
		font-family: 'Rajdhani', sans-serif;
		letter-spacing: .1rem;
		line-height: 1.2;
		color: #fff;
		text-align: center;
	}


	/* 2枚目の画像は最初透明 */
	.BT_box a img:last-of-type {
		opacity: 1;
	}


}