@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 157rem;
	width: calc(100% - 8rem);
}
@media all and (max-width: 767px) {
	.content {
		width: auto;
		max-width: inherit;
		margin: 0 3.8rem;
	}
	.content.smlSize {
		margin: 0 2rem;
	}
}

/* entryBnr */
.fixdbnr {
position: fixed;
top: 110px;
right: 0;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
background: #A7C1A8;
width: 50px;
height: 280px;
padding: 40px 0 0;
z-index: 100;
}
.fixdbnr a{
display: inline-block;
text-decoration: none;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
color: #fff;
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
}
.fixdbnr a:before {
display: inline-block;
position: absolute;
top: -10px;
left: calc(44% - 16px);
background-image: url("../img/common/illust_entry.png");
background-size: cover;
width: 40px;
height: 40px;
content: "";
z-index: 101;
}
@media all and (max-width: 767px) {
.fixdbnr {
position: fixed;
top:auto;
bottom:0;
left: 0;
width: 100%;
height: 40px;
padding: 2% 0 0;
}
.fixdbnr a{
writing-mode: horizontal-tb;
-ms-writing-mode: tb-rl;
width: 100%;
font-size: 18px;
text-align: center;
padding: 0 0 0 5%;
}
.fixdbnr a:before {
top: 0px;
left: calc(17% - 16px);
}
}


/* snsList */
.snsList {
	margin-left: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 600;
	gap: 0 3rem;
	justify-content: flex-end;
	letter-spacing: 0.11em;
}
.snsList img {
	width: 3.4rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.3rem 1.5rem 0 0;
}
.snsList a {
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 768px) {
	.snsList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.snsList {
		font-size: 0.8rem;
	}
	.snsList img {
		margin: -0.2rem 0.8rem 0 0;
		width: 2.2rem;
	}
}


/* pageVisual */
.pageVisual {
	margin-bottom: 14.6rem;
	min-height: 18rem;
	padding: 2rem;
	background-color: #E0DBDB;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageVisual .title {
	margin-top: -0.5rem;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.27em;
}
@media all and (max-width: 767px) {
	.pageVisual {
		margin-bottom: 3.4rem;
		padding: 0.5rem;
		min-height: 6.2rem;
	}
	.pageVisual .title {
		margin-top: 0;
		font-size: 2.2rem;
	}
}


/* headLine01 */
.headLine01 {
	margin-bottom: 8.7rem;
	text-align: center;
	position: relative;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.25em;
	padding-bottom: 1.5rem;
}
.headLine01::before {
	width: 11.6rem;
	height: 0.2rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #A09695;
	content: "";
}
.headLine01 .sml {
	margin-top: 1.3rem;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	white-space:nowrap;
	font-weight: normal;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
}
@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 2.6rem;
		padding-bottom: 0.6rem;
		font-size: 1.8rem;
		letter-spacing: 0.15em;
	}
	.headLine01::before {
		width: 5.7rem;
		height: 1px;
	}
	.headLine01 .sml {
		margin-top: 2.4rem;
		font-size: 1.4rem;
	}
}


/* centerTxt */
.centerTxt {
	margin-bottom: 13.4rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.15em;
}
@media all and (max-width: 767px) {
	.centerTxt {
		margin-bottom: 1rem;
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.15em;
	}
}


/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s;
}
.fadeInUp.on {
	opacity: 1;
  	transform: translateY(0);
}


/* comLink */
.comLink {
	margin-top: 3.8rem;
	text-align: right;
}
.comLink a,
.comLink .inner {
	padding: 0 0.8rem 0.4rem 0;
	width: 15.6rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.comLink a:after,
.comLink .inner:after {
	width: 100%;
	height: 1.3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/common/arrow.png") no-repeat left top / 100% 100%;
	content: "";
	transition: .3s;
}
@media all and (min-width: 768px) {
	.comLink a:hover::after {
		margin-left: 1.5rem;
	}
	a:hover .comLink .inner:after {
		margin-left: 1.5rem;
	}
}
@media all and (max-width: 767px) {
	.comLink a,
	.comLink .inner {
		padding: 0 1.8rem 0.4rem 0;
		font-size: 0.8rem;
		width: 10.4rem;
	}
	.comLink a:after,
	.comLink .inner:after {
		height: 0.9rem;
	}
	.comLink {
		margin-top: 2.2rem;
	}
}


/* comList */
.comList {
	display: flex;
	flex-wrap: wrap;
	gap: 6.8rem 1.4rem;
	letter-spacing: 0.3em;
}
.comList li {
	width: calc((100% - 2.8rem) / 3);
	text-align: justify;
	line-height: 1.2;
}
.comList .ttl {
	margin-bottom: 1.3rem;
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.3em;
}
.comList .image {
	margin-bottom: 1.2rem;
}
.comList .image img {
	width: 100%;
}
@media all and (max-width: 767px) {
	.comList {
		display: block;
		font-size: 1.4rem;
		letter-spacing: 0.25em;
	}
	.comList li {
		width: auto;
		margin-bottom: 12.2rem;
	}
	.comList li:last-child {
		margin-bottom: 0;
	}
	.comList .ttl {
		margin-bottom: 1.4rem;
		font-size: 1.5rem;
	}
	.comList .image {
		margin-bottom: 1.7rem;
	}
}


/* comBtn */
.comBtn {
	margin-top: 25.9rem;
}
.comBtn a {
	width: 50rem;
	height: 12.5rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #9f9595;
	letter-spacing: 0.3em;
}
@media all and (min-width: 768px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.comBtn {
		margin-top: 18.8rem;
		display: block;
	}
	.comBtn li {
		margin-bottom: 2rem;
	}
	.comBtn li:last-child {
		margin-bottom: 0;
	}
	.comBtn a {
		margin: 0 auto;
		width: 100%;
		max-width: 30rem;
		height: 5rem;
		font-size: 1.5rem;
	}
}


/* comTopTxt */
.comTopTxt {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.3em;
}
@media all and (max-width: 767px) {
	.comTopTxt {
		font-size: 1.5rem;
		text-align: justify;
		letter-spacing: 0.2em;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 7.6rem;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.3em;
}
@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 4.6rem;
		font-size: 1.5rem;
	}
}

/* headLine03 */
.headLine03 {
	margin-bottom: 3rem !important;
	text-align: left;
	position: relative;
	padding-left: 3rem;
	letter-spacing: 0.05em !important;
}
.headLine03::before {
	width: 2.5rem;
	height: 1px;
	position: absolute;
	top: 1.3rem;
	left: 0;
	background-color: #000;
	content: "";
}
@media all and (max-width: 767px) {
	.headLine03::before {
		top: 1rem;
	}
}