/* size */
:root {
	--size-xs: 1rem;
	--size-sm: 2rem;
	--size-md: 3rem;
	--size-lg: 5rem;

	--fsize-2xs: 0.4rem;
	--fsize-xs: 0.5rem;
	--fsize-sm: 0.65rem;
	--fsize-md: 0.8rem;
	--fsize-lg: 1.25rem;
	--fsize-xl: 1.5rem;
	--fsize-2xl: 1.75rem;
	--fsize-3xl: 2rem;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body, input, textarea {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, verdana, serif;
}

body {
	overflow-x: hidden;
	/* background-color: var(--color01-bg); */
}
main {
	/* background: url(assets/bg.png);
	background-repeat: repeat !important; */
}
a {
	text-decoration: none;
}

.spOnly-830 {
	display: none;
}
@media only screen and (max-width: 830px) {
	.spOnly-830 {
		display: block;
	}	
}

a.p-btn.p-btn-def[href=""] {
	background-image: url(assets/btn_bg_null.png) !important;
}
a.p-btn.p-btn-def[href=""]:hover {
	opacity: 1;
	cursor: initial;
	background-image: url(assets/btn_bg_null.png) !important;
}

.p-btn-container .p-btn:nth-last-child(1) {
	max-width: 100%;
	text-align: center;
}

/* ãƒ‘ãƒ¼ãƒ„ */
.s-btn-shadow {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.p-btn-def {
	width: 445px;
	height: 85px;
	position: relative;
	background-color: unset;
	background-image: url(assets/btn_bg.png) !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	color: var(--em-def-text);
	border-width: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto !important;
}
.l-body-wrapper .p-btn-def {
	padding: .6rem 2rem;
	font-size: .9rem;
	font-weight: 300;
}
.l-body-wrapper .p-btn-def span {
	text-decoration: none;
}
.l-section-footer-container .p-btn-container > .p-btn-def {
	/* background: var(--em-primary-gradation); */
	color: var(--em-primary-text);
	border-color: var(--em-primary-border);
	min-width: 240px;
}
.l-section-footer-container .p-btn-container {
    margin-top: var(--size-lg);
}
@media only screen and (max-width: 1200px) {
	.l-section-footer-container .p-btn-container {
		margin-top: var(--size-sm);
	}
}
@media only screen and (max-width: 830px) {
	.l-section-footer-container .p-btn-container > .p-btn-def {
		font-size: 1.4rem;
		max-width: 100%;
	}
}

.p-tag-list > li {
	font-size: 1rem;
	padding: 0 15px;
	width: 100px;
	border-radius: 15px;
	text-align: center;
}

.s-border {
	border-width: 0;
}
.s-shadow:not(.p-image-container), .s-shadow.p-image-container .image {
	box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
}
.p-box-link {
	position: relative;
}

.p-subtitle {
	font-family: 'Lato';
	letter-spacing: 0.1rem;
}

.l-section-container {
	padding: 5rem 0;
}
.l-section-container::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	background-image: url(assets/title_img.png);
    background-size: contain;
    background-position: center;
    width: 253px;
    height: 45px;
    background-color: transparent;
}
.l-section-title-container {
	min-height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-section-title-container .l-section-subtitle {
	position: absolute;
	z-index: 1;
	opacity: .06;
	font-size: 4.5rem;
	font-weight: 900;
	letter-spacing: .2rem;
	width: 100%;
	top: 0;
	padding: 0;
	margin: 0;
}
.l-section-title-container .l-section-title {
	position: relative;
	z-index: 2;
}
.s-align-center .l-section-title::after {
	display: none
}
@media only screen and (max-width: 1200px) {
	.l-section-container {
		padding: 4rem 10px;
	}
}

.page-wrapper > main {
	padding-top: 8rem;
}

/* header */
header {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 3rem;
  min-height: 3rem;
  z-index: 9;
}
.l-header-wapper {
	position: absolute;
}
.l-header-logo-container {
	display: none;
}
.l-gmenu-wrapper {
  position: absolute;
  top: 0;
  right: 374px;
  z-index: 5;
  width: 50%;
	background-color: transparent;
}
.l-gmenu-main-container {
	display: inline-flex;
}
.l-gmenu-main-container > li:nth-child(1)::before,
.l-gmenu-main-container > li:nth-last-child(1)::after {
	display: none;
}
.l-gmenu-main-container > li {
	font-size: .7rem;
	font-weight: 300;
	width: initial;
	margin-right: 20px;
}
.l-gmenu-main-container > li::before {
	display: none;
}
.l-gmenu-main-container > li a {
	color: var(--header-text);
	position: relative;
	width: initial;
	padding: 0 0 0 30px;
}
header.is-scroll .l-gmenu-main-container > li a {
	color: var(--em-primary-text);
}
.l-gmenu-cta-container .p-btn-def {
	display: none;
}
@media only screen and (max-width: 1200px) {
	:root {
		--sp-header-height: 5rem;
	}
	.l-header-container .p-title {
		z-index: 8;
	}
	.l-header-container > .l-gmenu-sub-wrapper {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		background: url(assets/black_bg.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		padding-top: var(--header-height);
		/* z-index: ; */
	}
	.l-gmenu-cta-container {
		justify-content: center;
		padding: 20px 0;
		height: initial;
		margin: 0;
	}
	.l-gmenu-cta-container > li {
		margin: 0 5px;
	}
	.l-gmenu-cta-container .p-btn-def {
		border-color: var(--header-border);
	}
	.l-gmenu-main-container > li a::before {
		border: 1px solid var(--header-border);
	}
	.l-gmenu-main-container > li a {
		color: var(--em-primary-text);
	}
	.l-gmenu-wrapper {
		display: none;
		position: fixed;
		left: 0;
		top: calc(var(--header-height) + .8rem + 40px);
		background-color: var(--header-bg);
		width: 100%;
		height: initial;
		padding: 20px 0;
	}
	.l-menu-container {
		right: 1rem;
		z-index: 8;
	}
	.l-gmenu-main-container {
		display: block;
	}
	.l-gmenu-main-container > li {
		padding: 10px 20px;
	}
	body.is-gmenu-active .l-header-container > .l-gmenu-sub-wrapper {
    display: block;
    height: 100vh;
    overflow: auto;
	}
	body.is-gmenu-active .l-gmenu-wrapper {
		display: block;
	}

	.page-wrapper > main {
		padding-top: 0;
	}
	.l-header-container > .l-menu-container {
		display: block !important;
	}
	.p-menu-icon {
    font-size: calc(var(--sp-header-height) - 2rem);
    padding: 1rem 0;
    height: var(--sp-header-height);
	}
	header .l-header-wapper {
		height: var(--sp-header-height);
		box-shadow: 0px 0px 20px #e9e9e9;
	}
	body.is-gmenu-active header .l-header-wapper {
		height: 100vh;
	}
	.l-header-container .p-title {
		height: var(--sp-header-height);
	}
	.l-header-container .p-title .p-image {
		height: var(--sp-header-height);
	}
	header {
		opacity: 0;
		transform: translateY(var(--sp-header-height));
		transition: all 0.5s;
	}
	header.is-hero-scroll {
		opacity: 1;
		transform: translateY(0);
		min-height: auto !important;
	}
	.l-body.is-gmenu-active header {
		opacity: 1 !important;
		transform: translateY(0) !important;
		height: 100vh;
	}
	.l-header-logo-container {
		display: block;
	}
}	

.l-section-title-container .l-section-title {
	display: flex;
	flex-direction: column;
	font-size: var(--fsize-3xl);
	font-weight: 600;
	color: var(--color-text);
	margin-top: 0.5rem;
	letter-spacing: 0.2rem;
}

.l-hero-wrapper {
	position: relative;
	width: 100vw;
	min-height: var(--hero-height);
	overflow: hidden;
}
.l-hero-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/main_bg_after.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
    opacity: 1;
}
.l-hero-image {
	width: 100%;
}
.l-hero-image > img {
	object-fit: cover;
}
.l-hero-content {
	padding: 0;
	max-width: initial;
}
.l-hero-main {
	display: none;
}
@media only screen and (max-width:830px) {
	.p-page-title {
		margin: .75rem 1.125rem 1.125rem;
	}
	.l-hero-image {
		width: 150%;
    transform: translateX(-17%);
	}
}

:root {
	--header-height: 7rem;
	--menu-height: 7rem;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	min-height: initial;
	z-index: 999;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .16);
}
header .l-header-wapper {
	background-color: var(--menu-bg);
}
header.is-scroll {
	min-height: var(--menu-height);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
header .l-header-wapper {
	display: flex;
	background-color: transparent;
}
header.is-scroll .l-header-wapper {
	background-color: var(--menu-bg);
}
header .l-header-bg {
	background: url(assets/header_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
}
header .l-header-container {
	max-width: none;
	padding: 0 4rem;
}
header .l-header-container .p-title .p-image img {
	object-fit: unset;
	object-position: unset;
	width: auto;
	height: 100%;
}
.l-gmenu-navi-wrapper > .l-gmenu-main-wrapper {
	max-width: 600px;
	margin: 0 0 0 auto;
	text-align: right;
}
.l-header-container > .l-gmenu-sub-wrapper {
	width: 100%;
	align-items: center;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
}
.l-gmenu-sub-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.l-gmenu-sub-container > li {
    padding: 0 20px;
	width: 100%;
	border-left: 1px solid var(--header-border);
}
.l-gmenu-sub-container > li:last-child {
	border-right: 1px solid var(--header-border);
}
.l-gmenu-sub-container .p-gmenu-sub-item {
	font-weight: 100;
	justify-content: center;
}
@media only screen and (max-width:1200px) {
	header .l-header-container {
		padding: 0 1rem;
		height: var(--sp-header-height);
	}
	.l-menu-container {
		display: block;
	}
	.l-header-container > .l-gmenu-sub-wrapper {
		display: none;
	}
	.is-gmenu-active .l-header-container > .l-gmenu-sub-wrapper {
		display: block;
	}
	.l-gmenu-sub-container {
		flex-direction: column;
		height: calc(100vh - var(--sp-header-height));
    padding: 0px 0 8rem;
	}
	.l-gmenu-sub-container > li {
		font-size: var(--fsize-lg);
		width: 50%;
		border-left: 0;
		border-top: 1px solid var(--header-border);
		padding: 10px 20px;
	}
	.l-gmenu-sub-container > li:last-child {
		border-right: 0;
		border-bottom: 1px solid var(--header-border);
	}
}

main {
	position: relative;
	overflow: hidden;
}
.main-bg {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 2587vw;
	background-color: var(--color01-bg);
}
.l-section-bg {
	opacity: 1;
}
.l-section-message {
	line-height: 2;
	color: var(--base-text_dark);
	margin-top: var(--size-md);
	margin-bottom: var(--size-lg);
}

#news.block__news .l-content-wrapper {
	position: relative;
	height: 348px;
	padding: 70px;
	background-image: url(assets/news_frame_bg.jpg);
	background-repeat: no-repeat;
	background-size: calc(100% - 40px) calc(100% - 40px);
	background-position: center;
}
#news.block__news .l-content-wrapper::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	background-image: url(assets/news_frame.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 348px;
	width: 50%;
	z-index: 1;
}
#news.block__news .l-content-wrapper::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: block;
	background-image: url(assets/news_frame.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 348px;
	width: 50%;
	transform: scale(-1, 1);
	z-index: 1;
}
#news.block__news .l-content-container {
	position: relative;
	z-index: 2;
	height: 228px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#news.block__news .l-item-container {
	padding: var(--size-xs) 1rem;
}
#news.block__news .l-item-container:first-child {
	border-top: 0;
}
@media only screen and (max-width:830px) {
	#news.block__news .l-content-wrapper {
		padding: 3rem;
	}
	#news.block__news .l-content-container {
		height: calc(228px + 3rem);
	}
	#news.block__news .l-item-container {
		flex-direction: column;
	}
	#news.block__news .l-item-container .p-date {
		width: 100%;
		text-align: left;
		font-size: inherit;
	}
}

#overview.block__overview .p-body {
	color: var(--color-text);
}
#overview.block__overview .p-body .message{
	text-align: left;
	margin: 5rem 0;
}
#overview.block__overview .p-body .message strong {
	display: flex;
	text-align: center;
	font-size: 1.5rem;
	justify-content: center;
	align-items: center;
}
#overview.block__overview .p-body .message strong::before {
	content: "";
	display: inline-block;
	background: url(assets/info_waku_st.png) no-repeat;
	background-size: auto 100%;
	width: 30px;
	height: 80px;
	vertical-align: middle;
}
#overview.block__overview .p-body .message strong::after {
	content: "";
	display: inline-block;
	background: url(assets/info_waku_en.png) no-repeat;
	background-size: 100%;
	background-size: auto 100%;
	width: 30px;
	height: 80px;
	vertical-align: middle;
}
#overview.block__overview .p-body > iframe {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width:1200px) {
	#overview.block__overview .p-text-container {
		padding: var(--size-sm) 0;
	}
}
@media only screen and (max-width:830px) {
	#overview.block__overview .l-section-bg {
    background-size: auto 120%;
    background-position: top left 11%;
    background-color: rgba(0,0,0,85%);
	}
}


#concept.block__concept .l-section-container {
	padding-bottom: 0;
}
#concept.block__concept .l-content-wrapper.s-container-fix {
	max-width: 100%;
}
#concept.block__concept .l-item-container {
	justify-content: flex-end;
}
#concept.block__concept .l-item-container:nth-child(2) {
	flex-direction: row-reverse;
}
#concept.block__concept .l-item-container:last-child {
	margin-bottom: 0;
}
#concept.block__concept .l-item-container .l-text-container {
	max-width: 600px;
}
#concept.block__concept .l-item-container .l-text-container > h3 {
	min-height: 118px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	font-size: var(--fsize-2xl);
	color: #6B5C47;
}
#concept.block__concept .l-item-container .l-text-container > h3::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 40px;
	height: 118px;
	background: url(assets/concept_tit_img.png) no-repeat;
	background-size: cover;
}
#concept.block__concept .l-item-container .l-text-container > h3::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 40px;
	height: 118px;
	background: url(assets/concept_tit_img.png) no-repeat;
	background-size: cover;
	transform: rotate(180deg)
}
#concept.block__concept .l-item-container .l-image-container {
	flex: 0 0 50%;
}
@media only screen and (max-width:830px) {
	#concept.block__concept  .l-section-bg {
    background-repeat: repeat-y;
    background-size: auto 70%;
    background-position: top left 35%;
	}
	#concept.block__concept .l-item-container {
		flex-direction: column;
	}
	#concept.block__concept .l-item-container:nth-child(2) {
		flex-direction: column;
	}
}

#products.block__concept .l-item-container.product {
	flex-direction: column;
	color: #FFF;
}
#products.block__concept .l-item-container.product .l-text-container {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 3rem;
	border: 1px solid;
	border-image: url(assets/products_waku.png) 33% / 75px 75px repeat;
	max-width: 100%;
	width: 800px;
	margin: auto;
}
#products.block__concept .l-item-container.product .l-text-container .p-body {
	margin: 0;
}
#products.block__concept .l-item-container.product .p-figure {
	padding: 3rem 0;
}
#products.block__concept .l-item-container.campfire + .l-item-container {
	margin-top: 1rem;
}
#products.block__concept .l-item-container.campfire {
	flex-direction: row-reverse;
	background-image: url(assets/products_campfire_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 100%;
	width: 1000px;
	margin: auto;
}
#products.block__concept .l-item-container.campfire .l-text-container {
	flex: 0 0 calc(100% - 330px);
	align-items: center;
	display: flex;
}
#products.block__concept .l-item-container.campfire .l-image-container {
	flex: 0 0 330px;
}
#products.block__concept .l-item-container.campfire .l-image-container .p-figure-container {
	padding: 3rem;
}
#products.block__concept .l-item-container.campfire .l-text-container .p-tag-list {
	display: none;
}
#products.block__concept .l-item-container.campfire .l-text-container .p-body {
	margin: 0;
}
@media only screen and (max-width:1200px) {
	#concept.block__concept .l-section-container {
		padding: 4rem 0 0;
	}
	#concept.block__concept .l-item-container .l-text-container {
		padding: var(--size-xs) calc(var(--size-xs) + 10px);
	}
}
@media only screen and (max-width:830px) {
	#products.block__concept .l-item-container.campfire {
		flex-direction: column-reverse;
	}
	#products.block__concept .l-item-container.campfire .l-image-container {
		flex: auto;
	}
}
#products.block__concept .l-section-footer-container .p-note {
	width: 1000px;
	color: #FFF;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

#rule.block__download .l-section-title-container .l-section-title {
    color: var(--color01-text);
}
#rule.block__download .l-content-wrapper .l-content-container .l-col-item {
	background: url(assets/rule_img_bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* #rule.block__download .l-content-wrapper .l-content-container .l-col-item:nth-child(3n) {
	display: none;
} */
#rule.block__download .l-content-wrapper .l-content-container .l-col-item .container {
	flex-direction: column;
}
#rule.block__download .l-content-wrapper .l-content-container .l-col-item .container figure {
	margin: 0;
}
#rule.block__download .p-btn .p-title {
	position: relative;
	display: inline-block;
	padding-left: 34px;
}
#rule.block__download .p-btn .p-title::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url(assets/pdf_icon_white.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 23.5px;
	height: 28px;
}
@media only screen and (max-width:1200px) {
	#rule.block__download .l-content-wrapper .l-content-container .l-col-item:not(:last-child) {
		margin-bottom: 30px;
	}
	#rule.block__download .p-btn .p-title {
		font-size: 1.2rem;
		line-height: 1.1;
	}
}
@media only screen and (max-width:830px) {
	#rule.block__download .l-content-wrapper .l-content-container .l-col-item .container figure {
		max-width: none;
	}
}

#faq.block__faq .l-section-title-container .l-section-title {
	color: var(--color02-text);
}
#faq.block__faq h3 {
    font-size: 1.2rem;
	color: var(--color02-text);
	font-weight: 400;
}
#faq.block__faq .p-faq__question {
	border-bottom: 0;
}
#faq.block__faq .p-faq__question {
	background-color: #202020;
}
#faq.block__faq .p-faq__q-mark {
	color: var(--color02-text);
	font-size: 1.875rem;
	position: relative;
}
#faq.block__faq .p-faq__q-mark::after {
	position: absolute;
	right: 0;
	bottom: .2rem;
	content: "";
	display: inline-block;
	width: .3rem;
	height: .3rem;
	background: var(--color02-text);
	border-radius: 0.2rem;
}
#faq.block__faq .p-faq__answer {
	background-color: #121212;
}
#faq.block__faq .p-faq__a-mark {
	font-size: 1.875rem;
	color: var(--color02-text);
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, verdana, serif;
	position: relative;
}
#faq.block__faq .p-faq__a-mark::after {
	position: absolute;
	right: 0;
	bottom: .2rem;
	content: "";
	display: inline-block;
	width: .3rem;
	height: .3rem;
	background: var(--color02-text);
	border-radius: 0.2rem;
}
#faq.block__faq .l-item-body.p-body {
	color: var(--color02-text);
}
#faq.block__faq .p-btn .p-title {
	position: relative;
	display: inline-block;
	padding-left: 34px;
}
#faq.block__faq .p-btn .p-title::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url(assets/pdf_icon_white.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 23.5px;
	height: 28px;
}
@media only screen and (max-width:1200px) {
	#faq.block__faq h3 {
		line-height: 2;
		font-size: 16px;
	}
}

#products.block__3point .l-section-message {
	font-size: var(--size-md);
	text-align: left;
}
#products.block__3point .l-content-wrapper > .l-content-container {
	flex-direction: column;
}
#products.block__3point .s-grid[col="3"] .s-col {
	width: 50%;
	margin: 0 auto 0 0;
}
@media only screen and (max-width:830px) {
}

#cardlist.block__download .l-section-title-container .l-section-title {
    color: var(--color02-text);
}
#cardlist.block__download .l-content-wrapper .l-content-container .l-col-item {
	padding-bottom: 10px;
	margin-bottom: 0;
}
#cardlist.block__download .l-content-wrapper .l-content-container .l-col-item .container {
	flex-direction: column;
}
#cardlist.block__download .p-image-container {
    justify-content: center;
}
#cardlist.block__download .l-content-wrapper .l-content-container .l-col-item .container figure {
	margin: 0;
}
@media only screen and (max-width:1200px) {
	#cardlist.block__download .l-content-wrapper .l-content-container .l-col-item:not(:last-child) {
		margin-bottom: 30px;
	}
	#cardlist.block__download .p-btn .p-title {
		font-size: 1.2rem;
		line-height: 1.1;
	}
}
@media only screen and (max-width:830px) {
	#cardlist.block__download .l-content-wrapper .l-content-container .l-col-item .container figure {
		max-width: none;
	}
}

#rule.block__voice .s-grid[col="3"] .s-col {
	width: calc((100% - var(--size-md) - var(--size-md)) / 2);
}
#rule.block__voice .p-text-container .p-title {
	text-align: left;
}
#rule.block__voice .p-text-container .p-body {
	text-align: left;
}
@media only screen and (max-width:830px) {
}

#blog.layout01 .l-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#blog.layout01 .l-col-three__item {
    flex: 0 0 auto;
    width: calc(99.9% / 4);
	opacity: 1;
	padding-right: 24px;
	transition: all .6s ease;
	margin-bottom: 30px;
}
#blog.layout01 .l-col-three__item:nth-child(4n) {
	padding-right: 0;
}
#blog.layout01 .l-col-three__item .l-col-container{
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
	padding: 16px;
	background: linear-gradient(rgba(255,255,255,0.20), rgba(255,255,255,0));
}
#blog.layout01 .l-col-three__item .l-col-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .6s ease;
    opacity: 0;
    background: linear-gradient(rgba(255,255,255,0.20), rgba(255,255,255,0));
    z-index: 1;
}
@media(hover:hover) {
	#blog.layout01 .l-col-three__item .l-col-container:hover::before {
    opacity: 1;
	cursor: pointer;
  }
}
#blog.layout01 .l-col-three__item figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    background-position: 50%;
    background-size: contain;
	background-color: #bfbfbf;
	margin-bottom: 16px;
}
#blog.layout01 .l-col-three__item figure > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#blog.layout01 .l-body-container {
    flex-grow: 1;
    padding: 0;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#blog.layout01 .category {
    overflow: hidden;
    margin: -0.25rem;
    align-items: center;
    justify-content: space-between;
    /* display: flex; */
	display: none;
    flex-wrap: wrap;
}
#blog.layout01 .category a {
    display: inline-block;
    padding: 0.125rem 1rem;
    font-weight: 400;
    font-size: calc(1rem * 9 / 12);
    line-height: calc(1em * 60 / 40);
    color: #fff;
    background-color: var(--base-baseColor);
    border-radius: 99rem;
    margin: 0.25rem;
}
#blog.layout01 .date {
    font-family: var(--font-pri-sans-serif);
    font-weight: 400;
    font-size: 12px;
    line-height: 1em;
    color: var(--base-text_light);
	margin: 0 0 8px;
}
#blog.layout01 .l-body-container h3 {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
	color: var(--base-text_light);
}
#blog.layout01 .l-tag-wapper {
    font-weight: 600;
    font-size: calc(1rem * 9 / 13);
    line-height: calc(1em * 52 / 40);
    color: #9096a2;
    
    margin: -0.25rem;
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}
#blog.layout01 .l-tag-wapper:not(.l-tag-wapper_overflow) {
    overflow: hidden;
}
#blog.layout01 .p-tag {
    margin: 0.25rem;
}
#blog.layout01 .p-tag > a:before {
    content: "#";
}
#blog.layout01 .l-body-container > p {
    display: none;
}
@media (max-width: 830px) {
    #blog.layout01 .l-col-three__item {
        width: 100%;
		padding-right: 0;
    }
}

#blog.layout02 .l-content-container {
	max-width: 1200px;
	margin: var(--size-md) auto 0;
	flex-direction: row;
	position: relative;
	height: 348px;
	padding: 70px;
	background-image: url(assets/news_frame_bg.jpg);
	background-repeat: no-repeat;
	background-size: calc(100% - 40px) calc(100% - 40px);
	background-position: center;
}
#blog.layout02 .l-content-container::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	background-image: url(assets/news_frame.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 348px;
	width: 50%;
	z-index: 1;
}
#blog.layout02 .l-content-container::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: block;
	background-image: url(assets/news_frame.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 348px;
	width: 50%;
	transform: scale(-1, 1);
	z-index: 1;
}
#blog.layout02 .l-scroll-container {
	position: relative;
	z-index: 2;
	height: 208px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#blog.layout02 .l-col-three__item {
	display: flex;
    flex: 0 0 auto;
	width: 100%;
	opacity: 1;
	padding: var(--size-xs) 1rem;
	border-top: 1px solid #eee;
}
#blog.layout02 .l-col-three__item:first-child {
	border-top: 0;
}
@media(hover:hover) {
	#blog.layout02 .l-col-three__item .l-col-container:hover::before {
    opacity: 1;
	cursor: pointer;
  }
}
#blog.layout02 .l-col-three__item figure {
    display: none;
}
#blog.layout02 .l-body-container {
    flex-grow: 1;
    padding: 0;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
#blog.layout02 .p-category {
    display: none
}
#blog.layout02 .date {
    font-size: var(--fsize-md);
	width: 150px;
	text-align: center;
}
#blog.layout02 .l-body-container h3 {
    margin-top: 0;
    font-weight: 400;
	padding-left: 1rem;
	font-size: 16px;
	line-height: 2;
}
#blog.layout02 .l-tag-wapper {
    display: none;
}
#blog.layout02 .l-body-container > p {
    display: none;
}
@media (max-width: 830px) {
	#blog.layout02 .l-content-container {
		padding: 3rem;
	}
	#blog.layout02 .l-scroll-container {
		height: calc(238px + 3rem);
	}
    #blog.layout02 .l-body-container {
        flex-direction: column;
    }
	#blog.layout02 .date {
		font-size: 16px;
		text-align: left;
	}
}

#event .l-section-title-container .l-section-title {
    color: var(--color01-text);
}

#contact .l-section-message {
	color: #FFF;
}
#contact .l-section-title-container .l-section-title {
	color: var(--base-text_light);
}
#contact .l-section-footer-container .p-note {
	background-image: url(assets/contact_bg.png);
	background-size: 100% 100%;
  padding: 1rem;
}
#contact .l-section-footer-container .p-note .p-text {
  padding: 5rem 3rem;
	border: 1px solid;
	border-image: url(assets/contact_waku.png) 33% / 64px 64px repeat;
	word-break: break-all;
}
#contact.block__article .l-content-wrapper .l-content-container {
	padding: 1rem 0;
}
#contact .p-row-container {
	width: 100%;
	justify-content: space-between;
}
#contact .p-row-container > .p-image-wrapper {
	width: 48%;
	border: 1px solid var(--color-head-border);
	display: flex;
    align-items: center;
	justify-content: center;
	padding: 0;
}
#contact .p-image-wrapper .p-image-container {
	margin-bottom: 0;
}
#contact .p-row-container > .p-text-wrapper {
	width: 48%;
	border: 1px solid;
	border-image: url(assets/mail_waku.png) 33% / 76px 76px repeat;
	color: #FFF;
}
#contact .p-row-container > .p-text-wrapper .p-text-container {
	margin: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .p-row-container > .p-text-wrapper .l-item-body {
	padding: 5rem;
	text-align: center;
}
#contact .p-row-container > .p-snswiget-wrapper {
	width: 48%;
	padding: 1rem;
	background: #FFF
}

@media only screen and (max-width:830px) {
	#contact.block__article .l-content-wrapper .l-content-container {
		margin: 2rem 0;
		padding: 0;
	}
	#contact .p-row-container {
		flex-direction: column;
	}
	#contact .p-row-container > .p-image-wrapper {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	#contact .p-row-container > .p-text-wrapper {
		width: 100%;
		padding: 3rem;
		margin-bottom: 30px;
	}
	#contact .p-row-container > .p-snswiget-wrapper {
		width: 100%;
	}
	#contact .l-section-footer-container .p-note {
	}
}

#footer .p-copyright-container::before {
	content: "";
	display: block;
	background: url(/_build_/template/pages/LastChronicle/assets/logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	height: 62px;
	width: calc(100% - 2rem);
	margin: 0.5rem 1rem 1rem;
}


.l-footer-fix-container {
	position: fixed;
	z-index: 100;
	right: -36px;
	bottom: 5px;
	transition: all .1s linear;
	opacity: .3;
	transform: scale(0.7);
}
.l-footer-fix-container:hover {
	right: 0;
	bottom: 10px;
	opacity: 1;
	transform: scale(1);
}
.l-footer-fix-container > .p-btn-def {
	background-image: url(assets/side_btn_bg.png) !important;
	background-size: cover;
	background-position: center;
	width: 231px;
	height: 58.6px;
	padding: .6rem 1.5rem;
	box-shadow: 0 0 10px rgba(0 0 0 / 57%);
}
.l-footer-fix-container > a.p-btn-def:hover {
	opacity: 1;
}
.l-footer-fix-container > .p-btn-def span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 45px;
}
.l-footer-fix-container > .p-btn-def span::before{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	content: "";
	background-color: #FFF;
	display: inline-block;
	width: 22px;
	height: 22px !important;
	border-radius: 11px;
	background-image: url(assets/side_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	height: 9px;
}
@media only screen and (max-width:830px) {
	.l-footer-fix-container {
		bottom: 2px;
	}
	.l-footer-fix-container:hover {
		bottom: 5px;
	}
}

/* comingsoon */
body#comingsoon {
	overflow: hidden;
}
#comingsoon header {
	border-top: 5px solid #4F372D;
	box-shadow: none;
	height: 7.2rem;
	display: flex;
    justify-content: center;
    align-items: center;
}
#comingsoon header .l-header-bg {
	background: #fff;
}
#comingsoon .l-header-logo-container {
    display: block;
	margin: 0 auto;
}
#comingsoon .l-header-container .p-title .p-image {
	padding: 12px;
}
#comingsoon header .l-gmenu-sub-wrapper {
	display: none;
}
#comingsoon .l-hero-wrapper {
	height: 100vh;
}
#comingsoon .l-hero-container {
	height: 100vh;
}
#comingsoon .l-hero-content {
	height: 100vh;
}
#comingsoon .l-hero-image {
	height: calc(100vh - 6rem);
	position: relative;
}
#comingsoon .l-hero-image::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	content: "";
	height: 382px;
	width: 934px;
	background: url(assets/comingsoon_main.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#comingsoon .l-hero-image > img {
	height: 100%;
}
#comingsoon #footer .p-copyright-container {
	display: none;
}
@media only screen and (max-width:830px) {
	#comingsoon header {
		opacity: 1;
		transform: translateY(0);
	}
	header .l-menu-container {
		display: none !important;
	}
	#comingsoon .l-header-container {
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	#comingsoon .l-header-container .p-title {
		height: 17vw;
	}
	#comingsoon .l-header-container .p-title .p-image {
		height: 17vw;
		padding: 6px;
	}
	#comingsoon .l-hero-image {
		width: 100%;
		transform:translateX(0);
	}
	#comingsoon .l-hero-image::before {
		top: -10vh;
		height: 90%;
		width: 90%;
		background: url(assets/comingsoon_main.png) no-repeat;
		background-size: contain;
		background-position: center;
	}
}


#expansionFloatBanner .floatBannerIn .upperRight {
    background: url(assets/banner_close.svg) no-repeat;
    background-size: 17px;
	background-position: center;
    top: -30px;
    right: 0;
    border-radius: 0;
	background-color: rgba(106, 106, 106, .8);
}
#expansionFloatBanner .floatBannerIn .upperRight::before {
    content: "";
}
#expansionFloatBanner .floatBannerIn .right-float-in label {
	background: rgba(62 62 062 / 80%);
	color: #fff;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}