@charset "UTF-8";

/* html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%; 
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	scroll-behavior: smooth;
	font-size: 1px;
	width: 100%;
} */

/* footer */
.footer {
	position: relative;
	margin-top: 80px;

}
.footer__pagetop {
	width: 50px;
	height: 50px;
	background: #343434;
	border: 2px solid #fff;
	opacity: 0.9;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: clamp(45px, (100% - 1240px) / 2, 100px);
	top: 0;
	z-index: 10;
}
.footer__pagetop:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: solid #fff;
	border-width: 2px 0 0 2px;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 2px);
	left: calc(50% - 4px);
}
.footer__banner {
	display: flex;
	justify-content: center;
	gap: 10px 0;
}
.footer__banner__item a {
	display: block;
	height: 60px;
}
.footer__banner__item a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.footer__sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-top: 30px;
}
.footer__sns__item {
	font-size: 0;
}
.footer__sns__item a {
	display: block;
	font-size: 0;
	width: 30px;
	height: 28px;
}
.footer__sns__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}
.footer__bottom {
	color: #FFF;
	position: relative;
	overflow: hidden;
	padding-top: 47px;
	margin-top: 35px;
}
.footer__bottom:before {
	content: "";
	display: block;
	background: url("https://www.yamakei-online.com/yk/yamachare2023/img/footer/footer_bg-top_sp.svg") no-repeat center bottom/100% 100%;
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 47px;
}
.footer__bottom a {
	color: inherit;
}
.footer__bottom__inner {
	background: #343434;
	padding-top: 28px;
	padding-bottom: 12px;
}
.footer__logo {
	width: 100px;
	margin: 0 auto 20px;
}
.footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer__menu__item {
	font-size: 12px;
	display: flex;
	align-items: center;
}
.footer__menu__item:not(:last-child):after {
	content: "|";
}
.footer__menu__item a {
	display: block;
	padding: 0 1em;
}
.footer__copyright {
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.02em;
	color: #fff;
}

/* share */
.share_fixed {
	position: fixed !important;
	top: 100px !important;
}
.article-single-share__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.article-single-share__item {
	width: 34px;
}
.article-single-share__item img {
	width: 100%;
}
.article-single-share__item a {
	position: relative;
	display: block;
	cursor: pointer;
}
.article-single-share__item--copy a::before {
	content: "";
	display: block;
	width: 10px;
	height: 15px;
	border: solid #FFF;
	border-width: 0 3px 3px 0;
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 9px);
	z-index: 2;
	transform: rotate(45deg);
	opacity: 0;
	transition: 0.3s;
}
.article-single-share__item--copy a::after {
	content: "";
	display: block;
	background: #343434;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
}
.article-single-share__item--copy a.js-urlCopy--finish::before, .article-single-share__item--copy a.js-urlCopy--finish::after {
	opacity: 1;
}
.article-single-share__item--copy a.js-urlCopy--finish::before {
	transition-delay: 0.3s;
}

@media (max-width: 767px) {
	.only-wide {
		display: none !important;
	}
	.footer__pagetop {
		display: none;
	}
	.footer__banner {
		flex-wrap: wrap;
	}
	.footer__banner__item {
		width: 50%;
	}
	.footer__copyright {
		margin-top: 10px;
	}
	.header__main {
		align-items: center;
		justify-content: space-between;
		height: var(--heightHeaderSp);
		padding: 0 20px;
	}
	.header__logo {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 768px) {

	.only-sp {
		display: none !important;
	}
	.header {
		border-bottom: 1px solid var(--colorBorder1);
		min-width: var(--widthMin);
	}
	.header__main {
		height: var(--heightHeaderPc);
		align-items: center;
	}
	.header__logo {
		width: 170px;
		left: 40px;
		transform: translate(0, -50%);
	}
	.header__navi {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.header__navi__logo {
		display: none;
	}
	.footer__banner {
		justify-content: center;
		gap: 46px;
	}
	.footer__sns {
		margin-top: 26px;
	}
	.footer__bottom {
		margin-top: 0px;
		padding-top: clamp(82px, 5.7vw, 100%);
	}
	.footer__bottom:before {
		background-image: url("https://www.yamakei-online.com/yk/yamachare2023/img/footer/footer_bg-top.svg");
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: clamp(var(1440px), 100%, 100%);
		height: clamp(82px, 5.7vw, 100%);
	}
	.footer__bottom__inner {
		margin-top: -1px;
		padding-top: 32px;
		padding-bottom: 35px;
	}
	.footer__logo {
		margin-bottom: 15px;
	}
	.footer__menu__item {
		font-size: 11px;
	}
	.footer__menu__item a {
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 0.3s;
	}
	.footer__menu__item a:hover {
		color: var(--colorText2);
	}
	.article-single-share {
		position: absolute;
		top: 0;
		left: 0;
	}
	.article-single-share__list {
		flex-direction: column;
	}
	.article-single-share__item {
		width: 40px;
	}
}

@media (min-width: 1440px) {
	.header__logo {
		width: 310px;
	}
	.header__menu__item {
		margin-right: 20px;
		margin-left: 20px;
	}
	.header__menu__link {
		padding-right: 20px;
		padding-left: 20px;
	}
}