@charset "UTF-8";
/*
Theme Name: Muuru Theme
Theme URI: https://muuru-yoron.com/
Description: This is our original theme.
Author: Open Hand Service
Author URI: www.open-hand.jp
Version:1.0
/*

/*-------------------------------------------------
	Reset
-------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block;}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; vertical-align:baseline; background:transparent;}
ins {background-color:#fff; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select {vertical-align:middle;}
img {vertical-align:top; font-size:0; line-height:0;}
button {margin: 0; padding: 0; border: none; background: none; cursor: pointer;}
figure {margin: 0;}

/*-------------------------------------------------
	Clearfix
-------------------------------------------------*/
.cf:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/*-------------------------------------------------
	Base
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--font-ja: Midashi Go MB31, YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ",Meiryo, sans-serif;
	--font-en: "Helvetica Neue", "Helvetica", "Roboto", Midashi Go MB31, YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ",Meiryo, sans-serif;
	--bg-color: #faf6f0;
	--key-color: rgb(99 62 25 / 1);
	--text-color: rgb(99 62 25 / 1);
	--border-color: rgb(99 62 25 / .2);
	--pd-side: 30px;
	--hdr-height: 150px;
	--ftr-hight: 300px;
	--gNav-width: 360px;
	--white-border-slim: 9px;
	--white-border-mid: 12px;
	--white-border-bold: 15px;
}
@media screen and (max-width: 666px) {
	:root {
		--pd-side: 30px;
		--hdr-height: 60px;
		--ftr-hight: 252px;
		--gNav-width: 240px;
		--white-border-slim: 9px;
		--white-border-mid: 9px;
		--white-border-bold: 9px;
	}
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 960px;
	font-family: var(--font-ja);
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--text-color);
	background-color: var(--bg-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.loading {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: calc(infinity);
}
@media (scripting: none) {
	.loading {
		display: none;
	}
}
a:link,
a:visited {
	color: var(--key-color);
	text-decoration: none;
	outline: none;
	opacity: 1;
	transition: all .18s;
}
@media (hover: hover) {
	a:hover {
		text-decoration: none;
		opacity: .7;
		cursor: pointer;
	}
}
img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 666px) {
	body {
		min-width: 100%;
	}
}

/*-------------------------------------------------
	Commons
-------------------------------------------------*/
.ly_container {
	position: relative;
}
.ly_contents {
	padding: calc(var(--hdr-height) * 1.5) var(--pd-side) 0;
	width: 100%;
	height:100%;
	min-height: calc(100svh - var(--ftr-hight));
}
body.home .ly_contents {
	padding-top: var(--hdr-height);
}
@media screen and (max-width: 666px) {
	body.home .ly_contents {
		padding-top: 0;
	}
}

/* Layout */
.ly_fL {
	float: left;
}
.ly_fR {
	float: right;
}
.ly_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ly_flex.fdC {
	flex-direction: column;
}
.ly_flex.fdR {
	flex-direction: row-reverse;
}
.ly_flex.jcC {
	justify-content: center;
}
.ly_flex.jcFs {
	justify-content: flex-start;
}
.ly_flex.aiC {
	align-items: center;
}
.ly_w_100 {
	width: 100%;
}
.ly_w_100vw {
	margin-left: calc( -1 * var(--pd-side));
	width: calc(100% + (var(--pd-side) * 2));
}
.ly_w_wide {
	max-width: 1200px;
}
.ly_w_mid {
	max-width: 900px;
}
.ly_w_slim {
	max-width: 750px;
}
.hp_mA,
.ly_w_wide,
.ly_w_mid,
.ly_w_slim {
	width: 100%;
	margin-inline: auto;
}
@media screen and (max-width: 666px) {
	.sm_floatNone {
		float: none;
	}
	.sm_flexNone {
		display: block;
	}
}
/* Helper */
.la_dn, .la_dn_ib {
	display: none;
}
.sm_dn {
	display: block;
}
.sm_dn_ib {
	display: inline-block;
}
span.ib {
	display: inline-block;
}
.hp_pos_rel {
	position: relative;
}
.hp_txtA_c {
	text-align: center !important;
}
.hp_txtA_l {
	text-align: left !important;
}
.hp_txt_bw {
	word-break: break-all;
}
.hp_txt_palt {
	font-feature-settings: "palt";
}
.hp_lh_mid {
	line-height: 1.666;
}
p.hp_lastTxt {
	margin-bottom: -.6em;
}
@media screen and (max-width: 666px) {
	.la_dn {
		display: block;
	}
	.la_dn_ib {
		display: inline-block;
	}
	.sm_dn, .sm_dn_ib {
		display: none !important;
	}
	.sm_w_100 {
		width: 100% !important;
	}
	.sm_w_100vw {
		margin-left: calc( -1 * var(--pd-side));
		width: calc(100% + (var(--pd-side) * 2));
	}
	.sm_txtA_c {
		text-align: center !important;
	}
}
/* Margin */
.mgn_btm_high {
	margin-bottom: 150px;
}
.mgn_btm_mid {
	margin-bottom: 90px;
}
@media screen and (max-width: 666px) {
	.mgn_btm_high,
	.mgn_btm_mid {
		margin-bottom: 75px;
	}
}
/* Heading + Text */
.el_lv1H_en {
	margin-top: -.333em;
	margin-bottom: 1em;
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 45px;
	letter-spacing: .05em;
	line-height: 1.333;
	color: var(--key-color);
	text-align: center;
	font-feature-settings: "palt";
}
.el_lv1H_en.mgn_top_0 {
	margin-top: 0;
}
.el_lv2H_en {
	margin-bottom: .25em;
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 33px;
	line-height: 1.333;
	letter-spacing: .05em;
	font-feature-settings: "palt";
}
.el_lv2H {
	font-size: 22px;
	line-height: 1.333;
	letter-spacing: .05em;
	font-feature-settings: "palt";
}
p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: .05em;
	text-align: justify;
	font-feature-settings: "palt";
}
p:not(:last-of-type) {
	margin-bottom: 1em;
}
@media screen and (max-width: 666px) {
	.el_lv1H_en {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.el_lv2H_en {
		font-size: 27px;
	}
	.el_lv2H {
		font-size: 19px;
	}
	p {
		font-size: 15px;
	}
}
/* Button */
a.el_btn_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	right: 0;
	margin-inline: auto;
	width: 314px;
	height: 61px;
	background: center / contain no-repeat url(./img/cmn/btn_arrow_mini.svg);
	transition: right .36s, background-image .36s;
}
a.el_btn_arrow > span,
a.el_btn_arrow_mini > span {
	display: block;
	position: relative;
	font-size: 22px;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	font-feature-settings: "palt";
	color: var(--key-color);
}
a.el_btn_arrow_mini {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 270px;
	height: 52px;
	background: center / contain no-repeat url(./img/cmn/btn_arrow_mini.svg);
	transition: right .36s, background-image .36s;
}
a.el_btn_arrow_mini > span {
	font-size: 16px;
	transition: color .36s;
}
a.el_btn {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-feature-settings: "palt";
	text-decoration: underline;
}
a.el_btn::after {
	content: '';
	display: inline-block;
	position: relative;
	right: 0;
	margin-left: .3em;
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px var(--key-color);
	border-right: solid 2px var(--key-color);
	transform: rotate(45deg);
	transition: right .36s;
}
@media (hover: hover) {
	a.el_btn_arrow:hover,
	a.el_btn_arrow_mini:hover {
		right: -23px;
		background-image: url("./img/cmn/btn_arrow_mini_hover.svg");
		opacity: 1;
	}
	a.el_btn_arrow:hover {
		right: -3px;
	}
	a.el_btn_arrow:hover > span,
	a.el_btn_arrow_mini:hover > span {
		color: #fff;
		opacity: 1;
	}
	a.el_btn:hover::after {
		right: -.2em;
	}
}
@media screen and (max-width: 666px) {
	a.el_btn_arrow {
		margin-left: 4px;
		width: calc(100% - 21px);
		/* height: 46px; */
		height: 50px;
	}
	a.el_btn_arrow::before,
	a.el_btn_arrow::after {
		height: 45px;
	}
	a.el_btn_arrow::after {
		right: -17px;
		width: 17px;
		background-image: url("./img/cmn/btn_arrow_sm.svg");
	}
	a.el_btn_arrow > span {
		font-size: 16px;
	}
	a.el_btn {
		font-size: 15px;
	}
}

/* Fade */
.hp_fadeIn {
	opacity: 0;
	transition: 900ms ease-in-out;
}
.hp_fadeIn.in {
	opacity: 1;
}

/*-------------------------------------------------
	Header
-------------------------------------------------*/
.ly_hdr {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 var(--pd-side);
	width: 100%;
	height: var(--hdr-height);
	background-color: transparent;
	z-index: 100;
	pointer-events: none;
}
.ly_hdr * {
	pointer-events: auto;
}
/* Header-Logo */
.un_hdrLogo {
	display: block;
	width: 180px;
	height: 44px;
	text-indent: -9999px;
	background: center / contain no-repeat url("./img/cmn/logo.svg");
}
/* Support-Logo */
.bl_supportLogo {
	display: flex;
	gap: 38px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
}
.el_supportLogo {
	display: block;
	width: auto;
	height: 60px;
}
/* Global-Nav */
.un_gNav_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    z-index: 101;
}
.ly_gNav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: fixed;
	top: 0;
	left: calc(-1 * var(--gNav-width));
	padding: 60px 60px 60px 30px;
	width: var(--gNav-width);
	height: 100%;
	background-color: #fff;
	/* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 3%, #fff 100%); */
	transition: left .36s ease;
	z-index: 102;
}
.ly_gNav.active {
	left: 0;
}
body.no_scroll_gNav {
	overflow-y: hidden !important;
}
ul.bl_gNav li {
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: .05em;
	text-align: right;
}
ul.bl_gNav li + li {
	margin-top: 1em;
}
ul.bl_gNav li.ig a {
	color: transparent;
}
ul.bl_gNav li.ig::after {
	content: '';
	display: block;
	position: absolute;
	right: 60px;
	margin-top: -27px;
	width: 22px;
	height: 22px;
	background: center / contain no-repeat url("./img/cmn/icon_ig.svg");
	pointer-events: none;
}
@media screen and (max-width: 666px) {
	/* .ly_hdr {
		position: fixed;
		justify-content: space-between;
	} */
	/* Header-Logo */
	.un_hdrLogo {
		/* margin-left: -10px; */
		width: 90px;
		height: 22px;
	}
	body.home .ly_hdr.scroll-top .un_hdrLogo {
		background-image: url("./img/cmn/logo_wh.svg");
		transition: all .36s;
	}
	/* Support-Logo */
	.ly_hdr .bl_supportLogo {
		display: none;
	}
	/* Global-Nav */
	.ly_gNav {
		padding: 30px 20px 30px 15px;
	}
	ul.bl_gNav li.ig::after {
		right: 20px;
	}
	/* SNS-Nav */
}

/* Hamburger Menu */
.un_btn_hbg {
	display: block;
	position: fixed;
	top: 60px;
	left: 45px;
	margin: auto;
	width: 90px;
	height: 32px;
	z-index: 103;
}
.un_btn_hbg > span {
	display: block;
	position: absolute;
	left: 15px;
	width: 60px;
	height: 2px;
	background-color: var(--key-color);
	transition: all .36s;
}
.un_btn_hbg span:nth-of-type(1) {
	top: 8px;
}
.un_btn_hbg span:nth-of-type(2) {
	top: 22px;
}
.un_btn_hbg.active span:nth-of-type(1) {
	transform: translateY(7px) translateX(0) rotate(30deg);
}
.un_btn_hbg.active span:nth-of-type(2) {
	transform: translateY(-7px) translateX(0) rotate(-30deg);
}
@media screen and (max-width: 666px) {
	.un_btn_hbg {
		top: 15px;
		left: 10px;
		width: 50px;
		height: 30px;
	}
	.ly_hdr.scroll-top .un_btn_hbg > span {
		background-color: #fff;
	}
	.un_btn_hbg > span {
		left: 10px;
		width: 30px;
		background-color: var(--key-color);
	}

	.un_btn_hbg.active > span {
		background-color: var(--key-color) !important;
	}
	.un_btn_hbg span:nth-of-type(1) {
		top: 10px;
	}
	.un_btn_hbg span:nth-of-type(2) {
		top: 18px;
	}
	.un_btn_hbg.active span:nth-of-type(1) {
		transform: translateY(4px) translateX(0) rotate(30deg);
	}
	.un_btn_hbg.active span:nth-of-type(2) {
		transform: translateY(-4px) translateX(0) rotate(-30deg);
	}
}

/* Column-3 */
.ly_col3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	column-gap: 30px;
	row-gap: 38px;
}
.bl_col3 {
	position: relative;
}
.el_col3_img {
	margin-bottom: 10px;
	border: var(--white-border-mid) solid #fff;
}
.el_col3_img img {
	aspect-ratio: 3 / 2;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.ly_col3 h2,
.ly_col3 p {
	padding: 0 var(--white-border-mid);
}
@media screen and (max-width: 666px) {
	.ly_col3 {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		row-gap: 25px;
	}
	.el_col3_img {
		margin-left: calc(-1 * var(--white-border-mid));
		width: calc(100% + var(--white-border-mid) * 2);
	}
	.ly_col3 h2, .ly_col3 p {
		padding: 0;
	}
}

/*-------------------------------------------------
	Home (Top Page)
-------------------------------------------------*/
/* #first-view */
.ly_fV {
	position: relative;
}
.bl_topSlide {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.el_topSlide picture {
    display: block;
}
.el_topSlide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.slick-slide {
    margin-right: 30px !important;
    margin-left: 30px !important;
}
.prev.slick-arrow, .next.slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -67.5px;
	width: 80px;
	height:135px;
	background: center / contain no-repeat url("./img/top/arrow_top_slide.svg");
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}
.prev.slick-arrow {
	left: 0;
}
.next.slick-arrow {
	right: 0;
	transform: scale(-1, 1);
}
ul.slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	height: 8px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 6px;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	border-radius: 50%;
	background: rgb(99 62 25 / 1);
	vertical-align: middle;
	cursor: pointer;
	opacity: .3;
}
.slick-dots li.slick-active {
	opacity: .7;
}
.slick-dots li:hover {
	opacity: .3;
}
.ly_fV .bl_supportLogo {
	display: none;
}
@keyframes scrollDownKnock {
	0%   { transform: translateY(0); }
	10%  { transform: translateY(5px); }
	20%  { transform: translateY(0); }
	30%  { transform: translateY(5px); }
	40%  { transform: translateY(0); }
	100% { transform: translateY(0); }
}
@media screen and (max-width: 666px) {
	.ly_fV, .ly_topSlide, .el_topSlide img {
		min-height: 100vw !important;
		/* max-height: calc(100vw * 1.5) !important; */
		max-height: calc(100vw * 1.8) !important;
	}
	.bl_topSlide {
		/* aspect-ratio: 2 / 3; */
		aspect-ratio: 1 / 1.8;
	}
	.slick-slide {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.prev.slick-arrow, .next.slick-arrow {
		display: none !important;
	}
	.el_topSlide {
		overflow: hidden;
	}
	ul.slick-dots {
		bottom: 20px;
		height: 12px;
	}
	.slick-dots li {
		margin: 0 3px;
		width: 6px;
		height: 6px;
		background-color: #fff;
	}
	.un_btn_scrollDown {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: 32px;
		height: 68px;
		animation: scrollDownKnock 4.5s ease 4.5s infinite;
	}
	.ly_fV .bl_supportLogo {
		display: flex;
		flex-direction: column;
		gap: 20px;
		top: unset;
		right: 0;
		bottom: 0;
		padding: 15px 11px;
		background-color: #fff;
		transform: none;
	}
	.el_supportLogo.nagisa {
		width: 38px;
		height: 37px;
	}
	.el_supportLogo.nf {
		width: auto;
		height: 40px;
	}
}

/* #news */
.ly_news {
	margin-bottom: 45px;
	border-top: 1px solid var(--border-color);
}
.bl_news {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--border-color);
}
.el_news_date {
	display: block;
	width: 150px;
	font-family: var(--font-en);
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: .05em;
	font-feature-settings: "palt";
}
.el_news_date,
.el_news_ttl {
	padding-top: 14px;
	padding-bottom: 14px;
}
.ly_news_txt {
	width: calc(100% - 150px);
}
.el_news_ttl {
	position: relative;
	font-size: 19px;
	line-height: 32px;
	letter-spacing: .05em;
	font-feature-settings: "palt";
}
.el_news_ttl.el_acMenu {
	padding-right: 58px;
}
.el_news_ttl.el_acMenu:hover {
	cursor: pointer;
}
.el_news_ttl.el_acMenu::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 24px;
	margin-left: .5em;
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px var(--key-color);
	border-right: solid 2px var(--key-color);
	transform: rotate(135deg);
	transition: all .36s;
}
.el_news_ttl.el_acMenu.open::after {
	top: 27px;
	transform: rotate(-45deg);
	transition: all .36s;
}
.bl_news_txt {
	display: none;
	padding-right: 60px;
}
.bl_news_txt > *:first-child {
	margin-top: 8px;
}
.bl_news_txt > *:last-child {
	margin-bottom: 35px;
}
.bl_news_txt a {
	text-decoration: underline;
}
@media screen and (max-width: 666px) {
	.ly_news {
		margin-bottom: 30px;
	}
	.bl_news {
		display: block;
	}
	.el_news_date {
		padding-top: 12px;
		padding-bottom: 1px;
		font-size: 15px;
	}
	.ly_news_txt {
		width: 100%;
	}
	.el_news_ttl {
		margin-top: -3px;
		padding-top: 0;
		padding-bottom: 12px;
		font-size: 16px;
		line-height: 1.666;
	}
	.el_news_ttl.el_acMenu {
		padding-right: 40px;
	}
	.el_news_ttl.el_acMenu::after {
		top: 5px;
		right: 9px;
	}
	.el_news_ttl.el_acMenu.open::after {
		top: 10px;
	}
	.bl_news_txt {
		padding-right: 0;
	}
	.bl_news_txt > *:first-child {
		margin-top: 5px;
	}
	.bl_news_txt > *:last-child {
		margin-bottom: 15px;
	}
}

/* #about */
.bl_aboutLead {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: -0.5em;
	margin-bottom: 1.6em;
}
.bl_aboutLead::before,
.bl_aboutLead::after {
	content: '';
	display: block;
	margin: 0 30px 0 0;
	width: 6px;
	height: auto;
	border-top: 1.5px solid var(--key-color);
	border-bottom: 1.5px solid var(--key-color);
	border-left: 1.5px solid var(--key-color);
}
.bl_aboutLead::after {
	margin: 0 0 0 30px;
	border-right: 1.5px solid var(--key-color);
	border-left: none;
}
.el_aboutLead {
	font-size: 22px;
	line-height: 2;
	letter-spacing: .05em;
	text-align: center;
	font-feature-settings: "palt";
}
@media screen and (max-width: 666px) {
	.bl_aboutLead {
		margin-top: -.25em;
		margin-bottom: 1em;
	}
	.el_aboutLead {
		font-size: 18px;
		line-height: 1.666;
	}
	.bl_aboutLead::before {
		margin-right: 15px;
	}
	.bl_aboutLead::after {
		margin-left: 15px;
	}
}
@media screen and (max-width: 390px) {
	.bl_aboutLead {
		justify-content: space-between;
	}
}

/* #about-2 > Column-3 */
@media screen and (max-width: 666px) {
	#about-2 {
		margin-top: -23px;
	}
}

/* #map */
.ly_map {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -90px;
}
.bl_map_txt {
	width: 33.333%;
	height: auto;
}
.bl_map {
	margin-right: -6px;
	width: 66.666%;
	height: auto;
}
@media screen and (max-width: 666px) {
	.ly_map {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 0;
	}
	.bl_map {
		margin-left: calc(-1 * var(--pd-side));
		padding: 0 10px;
		width: 100vw;
	}
	.bl_map_txt {
		margin-top: -63px;
		margin-left: -8px;
		width: 280px;
	}
}

/* #activity */
.ly_act {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.bl_act {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	width: 50%;
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.bl_act:nth-of-type(2n + 1) {
	padding-right: 30px;
	border-right: 1px solid var(--border-color);
}
.bl_act:nth-of-type(2n + 1)::after {
	content: '';
	display: block;
	position: absolute;
	right: -30px;
	bottom: -30px;
	width: 60px;
	height: 60px;
	background-color: var(--bg-color);
	z-index: 1;
}
.bl_act:nth-of-type(2n) {
	padding-left: 30px;
}
.bl_act:not(:nth-last-child(-n+2)) {
	border-bottom: 1px solid var(--border-color);
}
.el_act_img,
.bl_act_txt {
	width: calc(50% - 10px);
	height: auto;
}
.el_act_img {
	aspect-ratio: 5 / 4;
	border: var(--white-border-slim) solid #fff;
	overflow: hidden;
}
.el_act_img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}
.bl_act_txt .el_lv2H {
	margin: 7px 0 1.1em;
}
@media screen and (max-width: 666px) {
	.wrap_act {
		margin-left: calc(-1 * var(--pd-side));
		width: 100vw;
		overflow: hidden;
	}
	.ly_act {
		flex-wrap: nowrap;
		margin-bottom: 20px;
		padding: 0 var(--pd-side) 0 calc(var(--pd-side) - var(--white-border-slim));
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-left: calc(var(--pd-side) - var(--white-border-slim));
	}
	.ly_act::-webkit-scrollbar {
		display: none; /* Chrome, Safari 用 */
	}
	.bl_act {
		display: block;
		margin-right: 20px;
		margin-bottom: 20px;
		width: 68%;
		min-width: 255px;
		scroll-snap-align: start;
	}
	.bl_act:last-of-type {
		margin-right: 0;
	}
	.bl_act:nth-of-type(2n + 1),
	.bl_act:nth-of-type(2n),
	.bl_act:not(:nth-last-child(-n+2)) {
		padding: 0;
		border: none;
	}
	.bl_act:nth-of-type(2n + 1)::after {
		display: none;
	}
	.el_act_img, .bl_act_txt {
		width: 100%;
	}
	.bl_act_txt {
		padding: 0 var(--white-border-slim);
	}
}

/* #designer */
.ly_col2_txt,
.ly_col2_img {
	width: calc(50% - 30px);
}
.ly_col2_img {
	aspect-ratio: 3 / 2;
	border: var(--white-border-bold) solid #fff;
	overflow: hidden;
}
.ly_col2_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.el_design_portrait {
	width: 36.842%;
	border-radius: 50%;
}
.el_design_portrait img {
	border-radius: 50%;
}
.bl_design_txt {
	width: 57.894%;
}
.bl_design_txt .el_lv2H {
	margin-bottom: 1em;
}
.bl_design_txt .el_lv2H > span.en {
	margin-left: .5em;
	padding-left: .6em;
	font-family: var(--font-en);
	font-size: .8em;
	border-left: 1px solid var(--key-color);
}
@media screen and (max-width: 666px) {
	.ly_col2_txt, .ly_col2_img {
		width: 100%;
	}
	.el_design_portrait {
		margin-inline: auto;
		width: 180px;
	}
	.bl_design_txt .el_lv2H {
		margin-top: .9em;
		margin-bottom: 1.1em;
		text-align: center;
	}
	.bl_design_txt .el_lv2H > span.en {
		display: block;
		margin-left: unset;
		padding-left: unset;
		border: none;
	}
	.bl_design_txt {
		width: 100%;
	}
	.ly_col2_txt + .ly_col2_img {
		margin-top: 25px;
	}
	.ly_col2_img {
		margin-left: calc(-1 * var(--white-border-bold));
		width: calc(100% + var(--white-border-bold) * 2);
	}
}

/* #access */
.ly_gMap {
	position: relative;
	width: 100%;
	height: 100%;
	/* aspect-ratio: 3 / 2; */
	overflow: hidden;
}
@media screen and (max-width: 666px) {
	.ly_gMap {
		aspect-ratio: 1 / 1;
	}
}

/* #instagram */
.ly_insta {
	margin-bottom: 45px;
	margin-left: calc(-1 * var(--pd-side));
	padding: 2px 0;
	width: calc(100% + var(--pd-side) * 2);
	background-color: #fff;
}
@media (max-width: 666px) {
	.ly_insta {
		margin-bottom: 30px;
		padding: 2px;
	}
}

/*-------------------------------------------------
	Footer
-------------------------------------------------*/
.ly_ftr {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: var(--ftr-hight);
	background-color: #fff;
}
.bl_ftrLogo,
.bl_ftrTxt {
	width: calc(50% - 30px);
}
.bl_ftrLogo {
	display: grid;
	place-items: center;
}
.un_ftrLogo {
	width: 210px;
	height: auto;
}
.el_ftrTxt {
	font-size: 12px;
	line-height: 1.666;
	letter-spacing: .05em;
}
@media screen and (max-width: 666px) {
	.bl_ftr {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.bl_ftrLogo,
	.bl_ftrTxt {
		width: auto;
	}
	.un_ftrLogo {
		margin-bottom: 25px;
		width: 120px;
	}
}

/*-------------------------------------------------
	Page
-------------------------------------------------*/
/* #pagenation */
#pagenation {
	/* margin-top: 2vw; */
	margin-top: 5vw;
	width: 100%;
}
#pagenation-list {
	display: flex;
    justify-content: center;
    align-items: center;
}
#pagenation-list li {
	display: inline-block;
	margin: 0 .5em;
	font-family: var(--font-en);
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -.02em;
}
#pagenation-list li span.current {
	color: #9A9A9A;
}
#pagenation-list li a.prev::before,
#pagenation-list li a.next::after {
	content: '';
	display: inline-block;
	margin: 0;
	width: 1.333vw;
	height: 1.333vw;
}
#pagenation-list li a.prev {
	margin-right: 0.2em;
}
#pagenation-list li a.prev::before {
	background: center / contain no-repeat url("./img/cmn/arrow_right.svg");
	transform: scale(-1, 1);
}
#pagenation-list li a.next {
	margin-left: 0.2em;
}
#pagenation-list li a.next::after {
	background: center / contain no-repeat url("./img/cmn/arrow_right.svg");
}
@media screen and (max-width: 768px) {
	#pagenation {
		/* margin-top: 5.128vw; */
		margin-top: 10vw;
	}
	#pagenation-list li {
		font-size: var(--font-size-16px-sm);
	}
	#pagenation-list li a.prev::before,
	#pagenation-list li a.next::after {
		width: 4.615vw;
		height: 4.615vw;
	}
}

/*-------------------------------------------------
	Single
-------------------------------------------------*/
body.single .bl_news_txt {
	display: block;
}
body.single .el_news_ttl.el_acMenu {
	pointer-events: none;
}
body.single .el_news_ttl.el_acMenu::after {
	display: none;
}
