@charset "UTF-8";
.siteHeader__navList li[data-name="locationPage"] .siteHeader__navItemLink {
	background-color: rgba(255, 255, 255, 0.3);
}

/*==================================================================
	Development setting
===================================================================*/
.mv_movie {
	width: 100%;
}
.head_block {
	padding: 80px 0 80px;
}
.head_block .ttl_en {
	display: flex;
	align-items: center;
	gap:15px;
	font-size: 2rem;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}
.head_block .ttl_en:after {
	background-color: #231f20;
	content: "";
	flex: 1;
	height: 1px;
	width: auto;
}
.head_block .ttl_jp {
	font-size: 3.4875vw;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}
.head_block .txt_jp {
	font-size: 1.6rem;
	letter-spacing: 0.18em;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.head_block { padding: 40px 0;}
	.head_block .ttl_en { font-size: 1.4rem;}
	.head_block .ttl_jp { font-size: 1.6rem; letter-spacing: 0.1em;}
	.head_block .txt_jp { font-size: 1.2rem; letter-spacing: 0.1em;}
}


/*==================================================================
	Top setting
===================================================================*/

.eng {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
}
.gothic {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}
big {
	font-size: 120%;
}
.c_red {
	color: #d4273d;
}
.c_whi {
	color: #fff;
}
.text_r {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: right;
}
.pic_cap {
	position: absolute;
	font-size: 1.1rem;
	text-align: right;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0,0,0,0.2);
	backdrop-filter: blur(2px);
	padding: 2px 3px;
}
.pic_cap2 {
	position: absolute;
	font-size: 1.1rem;
	text-align: right;
	color: #fff;
	right: 0.5%;
	bottom: -20px;
	z-index: 5;
}
.pos_rel {
	position: relative;
}
.pt60 {
	padding-top: 60px!important;
}
.pt80 {
	padding-top: 80px!important;
}
.pc48 {
	display: block;
}
.sp48 {
	display: none;
}
.sp2 {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.text_r {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 767px) {
	.text_r {
		font-size: 1.0rem;
	}
	.pic_cap {
		font-size: 1.0rem;
	}
	.pic_cap2 {
		font-size: 1.0rem;
	}
	.sp2 {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.text_r {
		font-size: 0.9rem;
	}
	.pic_cap {
		font-size: 0.9rem;
	}
	.pic_cap2 {
		font-size: 0.9rem;
	}
	.pc48 {
		display: none;
	}
	.sp48 {
		display: block;
	}
	.sp2 {
		display: none;
	}
}


/*---------------------------------
	topへ戻る
---------------------------------*/
.top_back {
	z-index: 6;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	opacity: 0.4;
	width: 50px;
	height: 40px;
	font-size: 1.0rem;
	color: #000;
	background-color: #ccc;
	display: flex;
	justify-content: center;
	padding: 5px 0;
	transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
	.top_back {
		bottom: 10rem;
		right: 1rem;
	}
}
.top_back::after {
	content: "";
	width: 16px;
	height: 16px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	background-color: transparent;
	bottom: 1px;
	right: 16px;
	position: absolute;
	transform: rotate(-135deg);
}



/* common */
.gothic {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}
red {
	color: #d4273d;
	font-size: 115%;
}
.whi {
	color: #fff;
}
sup {
	font-size: 50%;
}

.pc767 {
	display: block;
}
@media only screen and (max-width: 767px) {
	.pc767 {
		display: none;
	}
}
.cap_r {
	position: absolute;
	font-size: 1.1rem;
	text-align: right;
	color: #fff;
	right: 0%;
	bottom: 0%;
	z-index: 5;
	background: rgba(0,0,0,0.2);
	backdrop-filter: blur(2px);
	padding: 2px 3px;
}
.cap_r2 {
	position: absolute;
	font-size: 1.0rem;
	line-height: 1.3;
	text-align: right;
	color: #fff;
	right: 0%;
	bottom: 0%;
	z-index: 5;
	background: rgba(0,0,0,0.2);
	backdrop-filter: blur(2px);
	padding: 2px 3px;
}
.cap_rb {
	position: absolute;
	font-size: 1.1rem;
	text-align: right;
	color: #111;
	right: 2px;
	bottom: 2px;
	z-index: 5;
	padding: 2px 3px;
}
@media only screen and (max-width: 767px) {
	.cap_r ,
	.cap_rb {
		font-size: 1.0rem;
	}
	.cap_r2 {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 480px) {
	.cap_r ,
	.cap_rb {
		font-size: 0.9rem;
	}
	.cap_r2 {
		font-size: 0.8rem;
	}
}

.text_r {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: right;
}
.img_cap1 {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.2rem;
	text-align: right;
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	.text_r {
		font-size: 1.1rem;
	}
	.img_cap1 {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 767px) {
	.text_r {
		font-size: 1.0rem;
	}
	.img_cap1 {
		font-size: 1.0rem;
	}
}

/* sec01 */
.sec01 {
	margin-bottom: 80px;
}
.sec01 .sec_center {
	width: 100%;
	margin: 0 auto 60px;
}
.sec01 .sec_center .image {
	position: relative;
}
.sec01 .sec_center .image .txt {
	width: 90%;
	position: absolute;
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: clamp(32px, 8vw, 120px);
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	top: 4vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: 0 auto 20px;
}
.sec01 .sub_link {
	width: 80%;
	max-width: 1000px;
	display: flex;
	gap: 6%;
	margin: 0 auto;
}
.sec01 .sub_link .btn {
	width: 47%;
}
.sec01 .sub_link a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.sec01 {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.sec01 .sec_center {
		margin: 0 auto 40px;
	}
	.sec01 .sub_link {
		width: 90%;
	}
}


/* sec02 */
.sec02 {
	width: 100%;
	margin: 0;
	padding: 0;
}
.sec02 .txt1 {
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
	margin: 80px auto 40px;
}
.sec02 .txt2 {
	width: 90%;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
	.sec02 .txt1 {
		font-size: 2.2rem;
		line-height: 1.5;
		margin: 60px auto 30px;
	}
	.sec02 .txt2 {
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 0 auto 60px;
	}
}
@media only screen and (max-width: 480px) {
	.sec02 .txt1 {
		width: 90%;
		font-size: 1.8rem;
		margin: 40px auto 20px;
	}
	.sec02 .txt2 {
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 0 auto 40px;
	}
}

/* sec03 */
.sec03 {
	width: 100%;
	background: #e5d8b2;
	margin: 0;
	padding: 0 0 80px;
}
.sec03 .top_image {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
	padding-top: 100px;
}
.sec03 > .txt1 {
	font-size: 3.2rem;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto 80px;
}
.sec03 .shop_area {
	width: 88%;
	background: #fff;
	margin: 0 4% 0 8%;
	padding-bottom: 40px;
}
.sec03 .shop_area .top {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.sec03 .shop_area .top .t01 {
	width: 66.66%
}
.sec03 .shop_area .top .t02 {
	width: 33.33%
}
.sec03 .shop_area .top .t02sp {
	display: none;
}
.sec03 .shop_area .ttl {
	width: 84%;
	display: flex;
	flex-wrap: nowrap;
	gap: 5%;
	margin: 0 auto;
}
.sec03 .shop_area .ttl .name {
	width: 55%;
	margin-top: 40px;
}
.sec03 .shop_area .ttl .name .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.sec03 .shop_area .ttl .name .txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
}
.sec03 .shop_area .ttl .name .txt3 {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	border-top: solid 1px #333;
	padding-top: 10px;
}
.sec03 .shop_area .ttl .ill {
	display: block;
	width: 40%;
	margin: -8vw auto 0;
}
.sec03 .shop_area .ttl .ill img {
	width: 90%;
}
.sec03 .shop_area .ccl {
	width: 88%;
	display: flex;
	flex-wrap: nowrap;
	gap: 2%;
	margin: 40px auto;
}
.sec03 .shop_area .ccl p {
	width: 49%;
}
.sec03 .shop_area .img1 {
	width: 88%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 0 auto 50px;
}
.sec03 .shop_area .img1 > div {
	width: 48%;
}
.sec03 .shop_area .img2 {
	width: 88%;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto 50px;
}
.sec03 .shop_area .img2 .i01 {
	width: 69%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.sec03 .shop_area .img2 .i01 .img {
	width: 50%;
	padding-right: 5%
}
.sec03 .shop_area .img2 .i02 {
	width: 31%;
	margin: 0;
	padding: 0;
}
.sec03 .shop_area .img2 .i02 img {
	width: 100%;
}
.sec03 .shop_area .img1 .txt1 ,
.sec03 .shop_area .img2 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 10px 0;
}
.sec03 .shop_area .img1 .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
.sec03 .shop_area .bottom {
	width: 88%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 1.3%;
	margin: 0 auto;
}
.sec03 .shop_area .bottom p {
	width: 24%;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #d4273d;
	border: solid 1px #d4273d;
	padding: 2px 5px;
}
@media only screen and (max-width: 767px) {
	.sec03 .top_image {
		margin-bottom: 40px;
		padding-top: 60px;
	}
	.sec03 > .txt1 {
		font-size: 2.6rem;
		line-height: 1.5;
		margin: 0 auto 50px;
	}
	.sec03 .shop_area {
		width: 92%;
		margin: 0 4%;
	}
	.sec03 .shop_area .ttl {
		width: 92%;
		gap: 2%;
	}
	.sec03 .shop_area .ttl .name {
		width: 58%;
		margin-top: 25px;
	}
	.sec03 .shop_area .ttl .name .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.sec03 .shop_area .ttl .name .txt2 {
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
	.sec03 .shop_area .ttl .name .txt3 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-top: 10px;
	}
	.sec03 .shop_area .ttl .ill {
		width: 40%;
		margin: -8vw auto 0;
	}
	.sec03 .shop_area .ttl .ill img {
		width: 98%;
	}
	.sec03 .shop_area .ccl {
		width: 92%;
	}
	.sec03 .shop_area .img1 {
		width: 92%;
		margin: 0 auto 40px;
	}
	.sec03 .shop_area .img2 {
		width: 92%;
		margin: 0 auto 40px;
	}
	.sec03 .shop_area .img1 .txt1 ,
	.sec03 .shop_area .img2 .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}
	.sec03 .shop_area .img1 .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.sec03 .shop_area .bottom {
		width: 92%;
		gap: 10px 2%;
	}
	.sec03 .shop_area .bottom p {
		width: 49%;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 480px) {
	.sec03 {
		padding: 0 0 50px;
	}
	.sec03 .top_image {
		margin-bottom: 20px;
		padding-top: 40px;
	}
	.sec03 > .txt1 {
		width: 94%;
		font-size: 2.0rem;
		margin: 0 auto 30px;
	}
	.sec03 .shop_area .top {
		display: flex;
		flex-wrap: wrap;
	}
	.sec03 .shop_area .top .t01 {
		width: 100%
	}
	.sec03 .shop_area .top .t02 {
		display: none;
	}
	.sec03 .shop_area .top .t02sp {
		display: block;
		position: relative;
		width: 100%
	}
	.sec03 .shop_area .top .t02sp .ill {
		position: absolute;
		width: 40%;
		right: 2%;
		bottom: -12vw;
	}
	.sec03 .shop_area .ttl .name {
		width: 100%;
		margin-top: 20px;
	}
	.sec03 .shop_area .ttl .name .txt1 {
		font-size: 2.0rem;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}
	.sec03 .shop_area .ttl .name .txt2 {
		font-size: 1.0rem;
		margin-bottom: 5px;
	}
	.sec03 .shop_area .ttl .name .txt3 {
		font-size: 1.2rem;
		padding-top: 5px;
	}
	.sec03 .shop_area .ttl .ill {
		display: none;
	}
	.sec03 .shop_area .ccl {
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 2%;
		margin: 30px auto;
	}
	.sec03 .shop_area .ccl p {
		width: 100%;
	}
	.sec03 .shop_area .img1 {
		width: 88%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
		margin: 0 auto 30px;
	}
	.sec03 .shop_area .img1 > div {
		width: 100%;
	}
	.sec03 .shop_area .img1 .txt1 ,
	.sec03 .shop_area .img2 .txt1 {
		font-size: 2.0rem;
		margin: 10px 0 5px;
	}
	.sec03 .shop_area .img1 .txt2 {
		font-size: 1.1rem;
	}
	.sec03 .shop_area .img2 {
		width: 88%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
		margin: 0 auto 30px;
	}
	.sec03 .shop_area .img2 .i01 {
		width: 100%;
	}
	.sec03 .shop_area .img2 .i02 {
		width: 60%;
	}
	.sec03 .shop_area .bottom p {
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.5;
	}
}

/* sec04 */
.sec04 {
	width: 100%;
	background: #e5d8b2;
	margin: 0;
	padding: 0 0 80px;
}
.sec04 .shop_area {
	width: 88%;
	background: #fff;
	margin: 0 4% 0 8%;
	padding-bottom: 40px;
}
.sec04 .shop_area .top {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.sec04 .shop_area .top .t01 {
	width: 66.66%
}
.sec04 .shop_area .top .t02 {
	width: 33.33%
}
.sec04 .shop_area .top .t02sp {
	display: none;
}
.sec04 .shop_area .ttl {
	width: 88%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 40px auto 20px;
}
.sec04 .shop_area .ttl .name {
	width: 50%;
}
.sec04 .shop_area .ttl .name .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.sec04 .shop_area .ttl .name .txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
}
.sec04 .shop_area .ttl .name .txt3 {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	border-top: solid 1px #333;
	padding-top: 10px;
}
.sec04 .shop_area .ttl .img {
	width: 46%;
	display: flex;
	flex-wrap: nowrap;
	gap: 5%;
	margin: 0;
}
.sec04 .shop_area .ttl .img > div {
	width: 47.5%;
}
.sec04 .shop_area .ttl .img > div img {
	width: 100%;
}
.sec04 .shop_area .ttl .img > div .txt {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	margin: 10px 0;
}
.sec04 .shop_area .illust {
	width: 88%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 0 auto 60px;
}
.sec04 .shop_area .illust .ill {
	width: 48%;
	text-align: center;
	margin: -4vw auto 0;
}
.sec04 .shop_area .illust .ill img {
	width: 90%;
	max-width: 450px;
	text-align: center;
	margin: 0 auto;
}
.sec04 .shop_area .illust .list {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto;
}
.sec04 .shop_area .illust .list p {
	width: 100%;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #d4273d;
	border: solid 1px #d4273d;
	padding: 2px 5px;
}
.sec04 .shop_area .img2 {
	width: 88%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 0 auto 50px;
}
.sec04 .shop_area .img2 > div {
	width: 48%;
}
.sec04 .shop_area .img2 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 10px 0;
}
.sec04 .shop_area .img2 .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.sec04 {
		padding: 0 0 60px;
	}
	.sec04 .shop_area {
		width: 92%;
		margin: 0 4%;
		padding-bottom: 10px;
	}
	.sec04 .shop_area .ttl {
		width: 92%;
		display: flex;
		flex-wrap: wrap;
		gap: 40px 4%;
		margin: 25px auto 20px;
	}
	.sec04 .shop_area .ttl .name {
		width: 100%;
	}
	.sec04 .shop_area .ttl .name .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.sec04 .shop_area .ttl .name .txt2 {
		font-size: 1.1rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.sec04 .shop_area .ttl .name .txt3 {
		font-size: 1.4rem;
		line-height: 1.5;
		padding-top: 10px;
	}
	.sec04 .shop_area .ttl .img {
		width: 100%;
		margin: 0 auto;
	}
	.sec04 .shop_area .ttl .img > div .txt {
		font-size: 1.8rem;
	}
	.sec04 .shop_area .illust {
		width: 92%;
		gap: 3%;
		margin: 0 auto 60px;
	}
	.sec04 .shop_area .illust .ill {
		width: 49%;
		margin: -4vw auto 0;
	}
	.sec04 .shop_area .illust .ill img {
		width: 94%;
	}
	.sec04 .shop_area .illust .list p {
		font-size: 1.4rem;
	}
	.sec04 .shop_area .img2 {
		width: 92%;
		gap: 4%;
		margin: 0 auto 50px;
	}
	.sec04 .shop_area .img2 > div {
		width: 48%;
	}
	.sec04 .shop_area .img2 .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		margin: 10px 0 5px;
	}
	.sec04 .shop_area .img2 .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 480px) {
	.sec04 {
		padding: 0 0 50px;
	}
	.sec04 .shop_area .top {
		display: flex;
		flex-wrap: wrap;
	}
	.sec04 .shop_area .top .t01 {
		width: 100%
	}
	.sec04 .shop_area .top .t02 {
		display: none;
	}
	.sec04 .shop_area .top .t02sp {
		display: block;
		width: 100%
	}
	.sec04 .shop_area .ttl {
		margin: 15px auto 20px;
	}
	.sec04 .shop_area .ttl .name .txt1 {
		font-size: 2.0rem;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}
	.sec04 .shop_area .ttl .name .txt2 {
		font-size: 1.0rem;
		margin-bottom: 5px;
	}
	.sec04 .shop_area .ttl .name .txt3 {
		font-size: 1.2rem;
		padding-top: 5px;
	}
	.sec04 .shop_area .illust {
		display: flex;
		flex-wrap: wrap;
		gap: 30px; 4%;
		margin: 0 auto 30px;
	}
	.sec04 .shop_area .illust .ill {
		width: 60%;
		margin: -4vw auto 0;
	}
	.sec04 .shop_area .illust .list {
		width: 100%;
	}
	.sec04 .shop_area .illust .list p {
		font-size: 1.3rem;
	}
	.sec04 .shop_area .img2 {
		margin: 0 auto 20px;
	}
	.sec04 .shop_area .img2 .txt1 {
		font-size: 1.8rem;
		margin: 5px 0 5px;
	}
	.sec04 .shop_area .img2 .txt2 {
		font-size: 1.1rem;
	}
}

/* sec05 */
.sec05 {
	width: 100%;
	background: #e5d8b2;
	margin: 0;
	padding: 0 0 80px;
}
.sec05 .shop_area {
	width: 88%;
	margin: 0 4% 0 8%;
}
.sec05 .shop_area .top {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin-bottom: 40px;
}
.sec05 .shop_area .top > div {
	width: 48%;
}
.sec05 .shop_area .middle {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4%;
	margin-bottom: 40px;
}
.sec05 .shop_area .middle > div {
	width: 29.33%;
}
.sec05 .shop_area .bottom {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin-bottom: 40px;
}
.sec05 .shop_area .bottom .img {
	width: 62.33%;
}
.sec05 .shop_area .bottom .ttl {
	width: 33.33%;
}
.sec05 .shop_area .bottom .ttl .ropia {
	width: 100%;
	margin-top: 10px;
}
.sec05 .shop_area .top .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 10px 0;
}
.sec05 .shop_area .middle .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 10px 0 5px;
}
.sec05 .shop_area .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
.sec05 .shop_area .middle .ill {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.sec05 .shop_area .bottom .name {
	margin-bottom: 6vw;
}
.sec05 .shop_area .bottom .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.sec05 .shop_area .bottom .name .txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
}
.sec05 .shop_area .bottom .name .txt3 {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	border-top: solid 1px #333;
	padding-top: 10px;
}
.sec05 .shop_area .bottom .ttl .img {
	width: 100%;
	margin: 0;
}
.sec05 .shop_area .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 1.3%;
	margin: 0 auto;
}
.sec05 .shop_area .list p {
	width: 24%;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #d4273d;
	background: #fff;
	padding: 2px 5px;
}
@media only screen and (max-width: 767px) {
	.sec05 {
		padding: 0 0 60px;
	}
	.sec05 .shop_area {
		width: 92%;
		margin: 0 4%;
	}
	.sec05 .shop_area .top .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}

	.sec05 .shop_area .middle {
		width: 84%;
		margin: 0 auto 40px;
	}
	.sec05 .shop_area .middle > div {
		width: 48%;
	}
	.sec05 .shop_area .middle .txt1 {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	.sec05 .shop_area .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.sec05 .shop_area .bottom {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 4%;
		margin-bottom: 40px;
	}
	.sec05 .shop_area .bottom .img {
		width: 100%;
	}
	.sec05 .shop_area .bottom .ttl {
		width: 100%;
	}
	.sec05 .shop_area .bottom .ttl .ropia {
		width: 100%;
		display: flex;
		gap: 3%;
	}
	.sec05 .shop_area .bottom .ttl .ropia .img {
		width: 52%;
	}
	.sec05 .shop_area .bottom .ttl .ropia .txt1 {
		width: 45%;
		line-height: 1.1;
	}
	.sec05 .shop_area .list {
		gap: 10px 2%;
	}
	.sec05 .shop_area .list p {
		width: 49%;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 480px) {
	.sec05 {
		padding: 0 0 50px;
	}
	.sec05 .shop_area .top {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 4%;
		margin-bottom: 40px;
	}
	.sec05 .shop_area .top > div {
		width: 100%;
	}
	.sec05 .shop_area .top .txt1 {
		font-size: 2.0rem;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}
	.sec05 .shop_area .top .txt2 {
		font-size: 1.0rem;
		margin-bottom: 5px;
	}
	.sec05 .shop_area .top .txt3 {
		font-size: 1.2rem;
		padding-top: 5px;
	}
	.sec05 .shop_area .middle {
		width: 100%;
	}
	.sec05 .shop_area .middle .txt1 {
		font-size: 1.6rem;
	}
	.sec05 .shop_area .txt2 {
		font-size: 1.1rem;
	}
	.sec05 .shop_area .bottom {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 4%;
		margin-bottom: 30px;
	}
	.sec05 .shop_area .bottom .txt1 {
		font-size: 2.0rem;
		letter-spacing: 0.1em;
	}
	.sec05 .shop_area .bottom .name .txt2 {
		font-size: 1.0rem;
		line-height: 1.4;
	}
	.sec05 .shop_area .bottom .name .txt3 {
		font-size: 1.2rem;
		line-height: 1.5;
		padding-top: 5px;
	}
	.sec05 .shop_area .list p {
		width: 100%;
		font-size: 1.3rem;
	}
}

/* sec06 */
.sec06 {
	width: 100%;
	background: #e5d8b2;
	margin: 0;
	padding: 0 0 80px;
}
.sec06 .finance_area {
	width: 88%;
	background: #fff;
	margin: 0 4% 0 8%;
	padding-top: 40px;
	padding-bottom: 60px;
}
.sec06 .finance_area .top {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.sec06 .finance_area .top .txt1 {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: clamp(32px, 8vw, 120px);
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
	color: #8b722c;
	margin: 0 auto 20px;
}
.sec06 .finance_area .top .txt2 {
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.2em;
	color: #8b722c;
	margin: 0 auto;
}
.sec06 .finance_area .image {
	width: 88%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 40px auto 60px;
}
.sec06 .finance_area .image > div {
	width: 30.66%;
}
.sec06 .finance_area .image .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 10px 0 5px;
}
.sec06 .finance_area .image .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
.sec06 .finance_area .list {
	width: 88%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3%;
	margin: 0 auto;
}
.sec06 .finance_area .list > div {
	width: 22.75%;
}
.sec06 .finance_area .list .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.0rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 10px 0 5px;
}
.sec06 .finance_area .list .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.sec06 {
		padding: 0 0 60px;
	}
	.sec06 .finance_area {
		width: 92%;
		margin: 0 4%;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.sec06 .finance_area .top .txt1 {
		margin: 0 auto 10px;
	}
	.sec06 .finance_area .top .txt2 {
		font-size: 1.4remx;
		letter-spacing: 0.1em;
	}
	.sec06 .finance_area .image {
		width: 92%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 4%;
		margin: 40px auto 60px;
	}
	.sec06 .finance_area .image > div {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 4%;
	}
	.sec06 .finance_area .image .img {
		width: 48%;
	}
	.sec06 .finance_area .image .txt {
		width: 48%;
	}
	.sec06 .finance_area .image .txt1 {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	.sec06 .finance_area .image .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.sec06 .finance_area .list {
		width: 92%;
		gap: 40px 6%;
	}
	.sec06 .finance_area .list > div {
		width: 47%;
	}
	.sec06 .finance_area .list .txt1 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.sec06 .finance_area .list .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 480px) {
	.sec06 {
		padding: 0 0 50px;
	}
	.sec06 .finance_area {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.sec06 .finance_area .top .txt1 {
		font-size: clamp(32px, 10vw, 120px);
	}
	.sec06 .finance_area .top .txt2 {
		font-size: 1.2rem;
	}
	.sec06 .finance_area .image {
		margin: 30px auto;
	}
	.sec06 .finance_area .image .txt1 {
		font-size: 1.6rem;
	}
	.sec06 .finance_area .image .txt2 {
		font-size: 1.1rem;
	}
	.sec06 .finance_area .list {
		gap: 30px 3%;
	}
	.sec06 .finance_area .list > div {
		width: 100%;
	}
	.sec06 .finance_area .list .txt1 {
		font-size: 1.5rem;
	}
	.sec06 .finance_area .list .txt2 {
		font-size: 1.1rem;
	}
}

/* sec07 */
.sec07 {
	width: 100%;
	background-color: #70625d;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 100px;
}
.sec07 .gourmet_area {
	width: 92%;
	margin: 0 auto;
}
.sec07 .gourmet_area .top_image {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 auto 20px;
}
.sec07 .gourmet_area .top_image .image {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
	margin: 0;
	padding-top: 4.5vw;
}
.sec07 .gourmet_area .top_image .title {
	width: 70%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.sec07 .gourmet_area .catch {
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	margin: 60px auto;
}
.sec07 .gourmet_area .image1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 4%;
	margin: 0 auto 60px;
}
.sec07 .gourmet_area .image1 > div {
	width: 30.66%;
}
.sec07 .gourmet_area .image1 .txt1 {
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
	color: #fff;
	margin: 10px 0 5px;
}
.sec07 .gourmet_area .image1 .txt2 {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	color: #fff;
}
.sec07 .gourmet_area .image1 .illust {
	width: 90%;
	max-width: 450px;
	text-align: center;
	margin: 20px auto 0;
}
.sec07 .gourmet_area .image2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3%;
	margin: 0 auto 60px;
}
.sec07 .gourmet_area .image2 > div {
	width: 22.75%;
}
.sec07 .gourmet_area .image2 .txt1 {
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
	color: #fff;
	margin: 10px 0 5px;
}
.sec07 .gourmet_area .image2 .txt2 {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	color: #fff;
}
.sec07 .gourmet_area .illust2 {
	width: 60%;
	max-width: 450px;
	text-align: center;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
	.sec07 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sec07 .gourmet_area .catch {
		font-size: 2.2rem;
		margin: 40px auto;
	}
	.sec07 .gourmet_area .image1 {
		gap: 40px 4%;
		margin: 0 auto 40px;
	}
	.sec07 .gourmet_area .image1 > div {
		width: 48%;
	}
	.sec07 .gourmet_area .image1 .txt1 {
		font-size: 1.6rem;
	}
	.sec07 .gourmet_area .image1 .txt2 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.sec07 .gourmet_area .image2 {
		gap: 40px 4%;
		margin: 0 auto 20px;
	}
	.sec07 .gourmet_area .image2 > div {
		width: 30.66%;
	}
	.sec07 .gourmet_area .image2 .txt1 {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.sec07 .gourmet_area .image2 .txt2 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.sec07 .gourmet_area .illust2 {
		width: 45%;
		margin: -20px 0  0 55%;
	}
}
@media only screen and (max-width: 480px) {
	.sec07 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sec07 .gourmet_area .catch {
		width: 90%;
		font-size: 1.8rem;
		margin: 30px auto;
	}
	.sec07 .gourmet_area .image1 .txt1 {
		font-size: 1.4rem;
	}
	.sec07 .gourmet_area .image1 .txt2 {
		font-size: 1.0rem;
	}
	.sec07 .gourmet_area .image2 {
		gap: 30px 4%;
	}
	.sec07 .gourmet_area .image2 > div {
		width: 48%;
	}
	.sec07 .gourmet_area .image2 .txt1 {
		font-size: 1.3rem;
	}
	.sec07 .gourmet_area .image2 .txt2 {
		font-size: 1.0rem;
	}
	.sec07 .gourmet_area .illust2 {
		width: 50%;
		margin: -20px 2%  0 48%;
	}
}


/* sec08 */
.sec08 {
	width: 100%;
	background: #bed2c2;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
.sec08 .top_image {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.sec08 .park_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
}
.sec08 .park_area > li:nth-child(1) {
	width: 10%;
	position: sticky;
	top: 0;
}
.sec08 .park_area > li:nth-child(1) .img {
	width: 78%;
	margin: 20px 20% 0 2%;
}
.sec08 .park_area > li:nth-child(2) {
	width: 90%;
}
.sec08 .park_area .top_txt {
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 60px;
}
.sec08 .park_area .image_area {
	width: 96%;
	background: #fff;
	margin: 0 4% 0 0;
	padding-bottom: 40px;
}
.sec08 .park_area .image_area .top {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.sec08 .park_area .image_area .top .t01 {
	width: 66.66%
}
.sec08 .park_area .image_area .top .t02 {
	width: 33.33%
}
.sec08 .park_area .image_area .top .t02sp {
	display: none;
}
.sec08 .park_area .image_area .ttl {
	width: 84%;
	display: flex;
	flex-wrap: nowrap;
	gap: 5%;
	margin: 0 auto;
}
.sec08 .park_area .image_area .ttl .name {
	width: 55%;
	margin-top: 40px;
}
.sec08 .park_area .image_area .ttl .name .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.sec08 .park_area .image_area .ttl .name .txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
}
.sec08 .park_area .image_area .ttl .name .txt3 {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	border-top: solid 1px #333;
	padding-top: 10px;
}
.sec08 .park_area .image_area .ttl .ill {
	display: block;
	width: 40%;
	margin: -6vw auto 0;
}
.sec08 .park_area .image_area .ttl .ill img {
	width: 95%;
}
.sec08 .park_area .img1 {
	width: 92%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 40px auto;
}
.sec08 .park_area .img1 > div {
	width: 48%;
}
.sec08 .park_area .img2 {
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 3.5%;
	margin: 0 auto 50px;
}
.sec08 .park_area .img2 > div {
	width: 31%;
}
.sec08 .park_area .img1 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 5px 0;
}
.sec08 .park_area .img2 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 5px 0;
}
.sec08 .park_area .img1 .txt2 ,
.sec08 .park_area .img2 .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
.sec08 .park_area .img3 {
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2.5%;
	margin: 0 auto 50px;
}
.sec08 .park_area .img3 > div {
	width: 23.125%;
}
.sec08 .park_area .img4 {
	width: 92%;
	display: flex;
	flex-wrap: nowrap;
	gap: 2.5%;
	margin: 0 auto 50px;
}
.sec08 .park_area .img4 .l01 {
	width: 23.125%;
}
.sec08 .park_area .img4 .l02 {
	width: 48.75%;
}
.sec08 .park_area .img4 .l02 ul {
	width: 100%;
	display: flex;
	gap: 2%;
	margin-bottom: 30px;
}
.sec08 .park_area .img4 .l02 li {
	width: 49%;
}
.sec08 .park_area .img4 .l01 .illust ,
.sec08 .park_area .img4 .l02 .illust {
	width: 90%;
	margin: 0 auto;
}
.sec08 .park_area .img3 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: left;
	margin: 5px 0;
}
.sec08 .park_area .img4 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: left;
	margin: 25px 0 5px;
}
.sec08 .park_area .img3 .txt2 ,
.sec08 .park_area .img4 .txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.sec08 .park_area .img4 .txt3 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: left;
	margin: 50px 0 5px;
}
@media only screen and (max-width: 767px) {
	.sec08 {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.sec08 .top_image {
		margin-bottom: 20px;
	}
	.sec08 .park_area .top_txt {
		font-size: 2.0rem;
		margin: 0 auto 40px;
	}
	.sec08 .park_area .image_area {
		padding-bottom: 10px;
	}
	.sec08 .park_area .image_area .ttl {
		width: 92%;
		gap: 2%;
	}
	.sec08 .park_area .image_area .ttl .name {
		width: 58%;
		margin-top: 25px;
	}
	.sec08 .park_area .image_area .ttl .name .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.sec08 .park_area .image_area .ttl .name .txt2 {
		font-size: 1.1rem;
	}
	.sec08 .park_area .image_area .ttl .name .txt3 {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.sec08 .park_area .image_area .ttl .ill img {
		width: 100%;
	}
	.sec08 .park_area .img1 {
		margin: 40px auto;
	}
	.sec08 .park_area .img2 {
		width: 82%;
		gap: 30px 4%;
		margin: 0 auto 50px;
	}
	.sec08 .park_area .img2 > div {
		width: 48%;
	}
	.sec08 .park_area .img1 .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}
	.sec08 .park_area .img2 .txt1 {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	.sec08 .park_area .img1 .txt2 ,
	.sec08 .park_area .img2 .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.sec08 .park_area .img3 {
		width: 72%;
		gap: 40px 4%;
		margin: 0 auto 40px;
	}
	.sec08 .park_area .img3 > div {
		width: 48%;
	}
	.sec08 .park_area .img4 {
		width: 72%;
		display: flex;
		flex-wrap: wrap;
		gap: 40px 4%;
		margin: 0 auto 40px;
	}
	.sec08 .park_area .img4 .l01 {
		width: 48%;
	}
	.sec08 .park_area .img4 .l02 {
		width: 100%;
	}
	.sec08 .park_area .img4 .l02 ul {
		display: flex;
		gap: 4%;
		margin-bottom: 20px;
	}
	.sec08 .park_area .img4 .l02 li {
		width: 48%;
	}
	.sec08 .park_area .img3 .txt1 {
		font-size: 1.5rem;
	}
	.sec08 .park_area .img4 .txt1 ,
	.sec08 .park_area .img4 .txt3 {
		font-size: 1.5rem;
		margin: 25px 0 5px;
	}
	.sec08 .park_area .img3 .txt2 ,
	.sec08 .park_area .img4 .txt2 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 480px) {
	.sec08 .park_area {
		padding-bottom: 20px;
	}
	.sec08 .park_area .top_txt {
		font-size: 1.8rem;
		margin: 0 auto 30px;
	}
	.sec08 .park_area .image_area .top {
		display: flex;
		flex-wrap: wrap;
	}
	.sec08 .park_area .image_area .top .t01 {
		width: 100%
	}
	.sec08 .park_area .image_area .top .t02 {
		display: none;
	}
	.sec08 .park_area .image_area .top .t02sp {
		display: block;
		position: relative;
		width: 100%
		z-index: 1;
	}
	.sec08 .park_area .image_area .top .t02sp .ill {
		position: absolute;
		width: 43%;
		right: 2%;
		bottom: -12vw;
		z-index: 3;
	}
	.sec08 .park_area .image_area .ttl .name {
		width: 100%;
		margin-top: 25px;
	}
	.sec08 .park_area .image_area .ttl .name .txt1 {
		font-size: 2.0rem;
	}
	.sec08 .park_area .image_area .ttl .name .txt2 {
		font-size: 1.0rem;
	}
	.sec08 .park_area .image_area .ttl .name .txt3 {
		font-size: 1.3rem;
	}
	.sec08 .park_area .image_area .ttl .ill {
		display: none;
	}
	.sec08 .park_area .img1 {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
	}
	.sec08 .park_area .img1 > div {
		width: 100%;
	}
	.sec08 .park_area .img2 {
		width: 92%;
		margin: 0 auto 30px;
	}
	.sec08 .park_area .img1 .txt1 {
		font-size: 2.0rem;
	}
	.sec08 .park_area .img2 .txt1 {
		font-size: 1.6rem;
	}
	.sec08 .park_area .img1 .txt2 ,
	.sec08 .park_area .img2 .txt2 {
		font-size: 1.1rem;
	}
	.sec08 .park_area .img3 {
		width: 92%;
		gap: 40px 4%;
		margin: 0 auto 40px;
	}
	.sec08 .park_area .img4 {
		width: 92%;
		gap: 40px 4%;
		margin: 0 auto 40px;
	}
	.sec08 .park_area .img4 .txt1 {
		font-size: 1.5rem;
		margin: 5px 0;
	}
	.sec08 .park_area .img4 .txt3 {
		font-size: 1.5rem;
		margin: 25px 0 5px;
	}
}

/* sec09 */
.sec09 {
	width: 100%;
	background: #b1ccdb;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
.sec09 .top_image {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.sec09 .medical_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
}
.sec09 .medical_area > li:nth-child(1) {
	width: 10%;
	position: sticky;
	top: 0;
}
.sec09 .medical_area > li:nth-child(1) .img {
	width: 78%;
	margin: 20px 20% 0 2%;
}
.sec09 .medical_area > li:nth-child(2) {
	width: 90%;
}
.sec09 .medical_area .top_txt {
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 60px;
}
.sec09 .medical_area .image_area {
	width: 96%;
	background: #fff;
	margin: 0 4% 0 0;
	padding-top: 40px;
	padding-bottom: 60px;
}
.sec09 .medical_area .img1 {
	width: 92%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 0 auto 50px;
}
.sec09 .medical_area .img1 > div {
	width: 48%;
}
.sec09 .medical_area .img1 .name {
	width: 100%;
	margin-top: 10px;
}
.sec09 .medical_area .img1 .name .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.sec09 .medical_area .img1 .name .txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
}
.sec09 .medical_area .img1 .name .txt3 {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	border-top: solid 1px #333;
	padding-top: 10px;
}
.sec09 .medical_area .img2 {
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 3%;
	margin: 0 auto;
}
.sec09 .medical_area .img2 > div {
	width: 22.75%;
}
.sec09 .medical_area .img2 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.0rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 5px 0;
}
.sec09 .medical_area .img2 .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.sec09 {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.sec09 .top_image {
		margin-bottom: 20px;
	}
	.sec09 .medical_area {
		padding-bottom: 20px;
	}
	.sec09 .medical_area .top_txt {
		font-size: 2.0rem;
		margin: 0 auto 40px;
	}
	.sec09 .medical_area .image_area {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.sec09 .medical_area .img1 .name .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}
	.sec09 .medical_area .img1 .name .txt2 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.sec09 .medical_area .img1 .name .txt3 {
		font-size: 1.4rem;
		line-height: 1.5;
		padding-top: 10px;
	}
	.sec09 .medical_area .img2 {
		width: 82%;
		gap: 40px 4%;
	}
	.sec09 .medical_area .img2 > div {
		width: 48%;
	}
	.sec09 .medical_area .img2 .txt1 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.sec09 .medical_area .img2 .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 480px) {
	.sec09 .medical_area .top_txt {
		font-size: 1.8rem;
		margin: 0 auto 30px;
	}
	.sec09 .medical_area .img1 {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
		margin: 0 auto 30px;
	}
	.sec09 .medical_area .img1 > div {
		width: 100%;
	}
	.sec09 .medical_area .img1 .name {
		margin-top: 5px;
	}
	.sec09 .medical_area .img1 .name .txt1 {
		font-size: 2.0rem;
	}
	.sec09 .medical_area .img1 .name .txt2 {
		font-size: 1.0rem;
		line-height: 1.5;
	}
	.sec09 .medical_area .img1 .name .txt3 {
		font-size: 1.3rem;
	}
	.sec09 .medical_area .img2 {
		width: 92%;
		gap: 30px 4%;
	}
	.sec09 .medical_area .img2 .txt1 {
		font-size: 1.4rem;
	}
	.sec09 .medical_area .img2 .txt2 {
		font-size: 1.1rem;
	}
}

/* sec10 */
.sec10 {
	width: 100%;
	background: #d2b4bc;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 100px;
}
.sec10 .top_image {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.sec10 .education_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
}
.sec10 .education_area > li:nth-child(1) {
	width: 10%;
	position: sticky;
	top: 0;
}
.sec10 .education_area > li:nth-child(1) .img {
	width: 78%;
	margin: 20px 20% 0 2%;
}
.sec10 .education_area > li:nth-child(2) {
	width: 90%;
}
.sec10 .education_area .top_txt {
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 60px;
}
.sec10 .education_area .image_area {
	width: 96%;
	background: #fff;
	margin: 0 4% 0 0;
	padding-top: 40px;
	padding-bottom: 60px;
}
.sec10 .education_area .img1 {
	width: 92%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 0 auto 50px;
}
.sec10 .education_area .img1 > div {
	width: 48%;
}
.sec10 .education_area .img1 .name {
	width: 100%;
	margin-top: 10px;
}
.sec10 .education_area .img1 .name .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.sec10 .education_area .img1 .name .txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
}
.sec10 .education_area .img1 .name .txt3 {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	border-top: solid 1px #333;
	padding-top: 10px;
}
.sec10 .education_area .img2 {
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 3.5%;
	margin: 0 auto 40px;
}
.sec10 .education_area .img2 > div {
	width: 31%;
}
.sec10 .education_area .img2 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.0rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 5px 0;
}
.sec10 .education_area .img2 .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
.sec10 .education_area .img2 .txt3 {
	width: 100%;
	text-align: left;
}
.sec10 .education_area .img2 .txt3 span {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #e8374a;
	padding: 2px 15px;
}
.sec10 .illust {
	width: 100%;
	text-align: center;
	margin: 0 auto -7vw;
}
.sec10 .illust img {
	width: 45%;
	max-width: 560px;
	text-align: center;
	margin: 0 auto;
}
.sec10 .pc_list {
	display: block;
}
.sec10 .sp_list {
	display: none;
}
@media only screen and (max-width: 767px) {
	.sec10 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sec10 .top_image {
		margin-bottom: 20px;
	}
	.sec10 .education_area {
		padding-bottom: 20px;
	}
	.sec10 .education_area .top_txt {
		font-size: 2.0rem;
		margin: 0 auto 40px;
	}
	.sec10 .education_area .image_area {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.sec10 .education_area .img1 {
		margin: 0 auto 40px;
	}
	.sec10 .education_area .img1 .name .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}
	.sec10 .education_area .img1 .name .txt2 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.sec10 .education_area .img1 .name .txt3 {
		font-size: 1.4rem;
		line-height: 1.5;
		padding-top: 10px;
	}
	.sec10 .education_area .img2 {
		width: 82%;
		gap: 40px 4%;
		margin: 0 auto 10px;
	}
	.sec10 .education_area .img2 > div {
		width: 48%;
	}
	.sec10 .education_area .img2 .txt1 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.sec10 .education_area .img2 .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.sec10 .education_area .img2 .txt3 span {
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 2px 10px;
	}
	.sec10 .illust {
		width: 100%;
		text-align: center;
		margin: 0 auto -10vw;
	}
	.sec10 .illust img {
		width: 65%;
		text-align: center;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	.sec10 .education_area .top_txt {
		font-size: 1.8rem;
		margin: 0 auto 30px;
	}
	.sec10 .education_area .img1 {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
	}
	.sec10 .education_area .img1 > div {
		width: 100%;
	}
	.sec10 .education_area .img1 .name {
		margin-top: 5px;
	}
	.sec10 .education_area .img1 .name .txt1 {
		font-size: 2.0rem;
	}
	.sec10 .education_area .img1 .name .txt2 {
		font-size: 1.0rem;
	}
	.sec10 .education_area .img1 .name .txt3 {
		font-size: 1.3rem;
	}
	.sec10 .education_area .img2 {
		width: 92%;
		gap: 30px 4%;
	}
	.sec10 .pc_list {
		display: none;
	}
	.sec10 .sp_list {
		display: block;
		width: 92%;
		margin: 0 auto 10px;
	}
	.sec10 .education_area .sp_list .txt1 {
		font-family: "tot-shizukardmin-stdn", sans-serif;
		font-size: 1.4rem;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.1em;
		line-height: 1.3;
		text-align: left;
		margin: 5px 0;
	}
	.sec10 .education_area .sp_list .txt2 {
		font-size: 1.1rem;
		line-height: 1.5;
		text-align: left;
	}
	.sec10 .education_area .sp_list .txt3 {
		width: 100%;
		text-align: left;
	}
	.sec10 .education_area .sp_list .txt3 span {
		font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
		font-size: 1.3rem;
		line-height: 1.4;
		text-align: center;
		color: #fff;
		background: #e8374a;
		padding: 2px 15px;
	}
	.sec10 .illust {
		width: 100%;
		text-align: center;
		margin: 0 auto -15vw;
	}
}


/* sec11 */
.sec11 {
	width: 100%;
	background: #b3ae9d;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
.sec11 .top_image {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.sec11 .public_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
}
.sec11 .public_area > li:nth-child(1) {
	width: 10%;
	position: sticky;
	top: 0;
}
.sec11 .public_area > li:nth-child(1) .img {
	width: 78%;
	margin: 20px 20% 0 2%;
}
.sec11 .public_area > li:nth-child(2) {
	width: 90%;
}
.sec11 .public_area .top_txt {
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 60px;
}
.sec11 .public_area .image_area {
	width: 96%;
	background: #fff;
	margin: 0 4% 0 0;
	padding-top: 40px;
	padding-bottom: 60px;
}

.sec11 .public_area .img1 {
	width: 92%;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 0 auto 50px;
}
.sec11 .public_area .img1 > div {
	width: 48%;
}
.sec11 .public_area .img1 .name {
	width: 100%;
	margin-top: 10px;
}
.sec11 .public_area .img1 .name .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.sec11 .public_area .img1 .name .txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
}
.sec11 .public_area .img1 .name .txt3 {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	border-top: solid 1px #333;
	padding-top: 10px;
}
.sec11 .public_area .img2 {
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 3.5%;
	margin: 0 auto;
}
.sec11 .public_area .img2 > div {
	width: 31%;
}
.sec11 .public_area .img2 .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 2.0rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	margin: 5px 0;
}
.sec11 .public_area .img2 .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
.sec11 .illust {
	width: 104%;
	text-align: right;
	margin: 2vw -6% 0 2%;
}
@media only screen and (max-width: 767px) {
	.sec11 {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.sec11 .top_image {
		margin-bottom: 20px;
	}
	.sec11 .public_area {
		padding-bottom: 20px;
	}
	.sec11 .public_area .top_txt {
		font-size: 2.0rem;
		margin: 0 auto 40px;
	}
	.sec11 .public_area .image_area {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.sec11 .public_area .img1 .name .txt1 {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}
	.sec11 .public_area .img1 .name .txt2 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.sec11 .public_area .img1 .name .txt3 {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.sec11 .public_area .img2 {
		width: 82%;
		gap: 50px 4%;
	}
	.sec11 .public_area .img2 > div {
		width: 48%;
	}
	.sec11 .public_area .img2 .txt1 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.sec11 .public_area .img2 .txt2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.sec11 .illust {
		width: 105%;
		text-align: right;
		margin: 2vw -8% 0 3%;
	}
}
@media only screen and (max-width: 480px) {
	.sec11 .public_area .top_txt {
		font-size: 1.8rem;
		margin: 0 auto 30px;
	}
	.sec11 .public_area .image_area {
		padding-bottom: 20px;
	}
	.sec11 .public_area .img1 {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
		margin: 0 auto 40px;
	}
	.sec11 .public_area .img1 > div {
		width: 100%;
	}
	.sec11 .public_area .img1 .name {
		margin-top: 5px;
	}
	.sec11 .public_area .img1 .name .txt1 {
		font-size: 2.0rem;
	}
	.sec11 .public_area .img1 .name .txt2 {
		font-size: 1.0rem;
	}
	.sec11 .public_area .img1 .name .txt3 {
		font-size: 1.3rem;
	}
	.sec11 .public_area .img2 {
		width: 92%;
		gap: 30px 4%;
	}
	.sec11 .public_area .img2 .txt1 {
		font-size: 1.4rem;
	}
	.sec11 .public_area .img2 .txt2 {
		font-size: 1.1rem;
	}
}

/* sec12 */
.sec12 {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding-bottom: 100px;
}
.sec12 .lifeinfo_area {
	width: 100%;
	margin: 0 auto;
}
.sec12 .lifeinfo_area .top_image {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.sec12 .lifeinfo_area .txt1 {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: clamp(24px, 8vw, 72px);
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 100px auto 40px;
}
.sec12 .lifeinfo_area .txt2 {
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 100px;
}
.sec12 .lifeinfo_area .image {
	width: 90%;
	text-align: center;
	margin: 0 auto 120px;
}
.sec12 .lifeinfo_area .map {
	width: 90%;
	text-align: center;
	margin: 0 auto 140px;
}
.sec12 .sub_link {
	width: 80%;
	max-width: 1000px;
	display: flex;
	gap: 6%;
	margin: 0 auto;
}
.sec12 .sub_link .btn {
	width: 47%;
}
.sec12 .sub_link a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.sec12 {
		padding-bottom: 80px;
	}
	.sec12 .lifeinfo_area .txt1 {
		margin: 60px auto 20px;
	}
	.sec12 .lifeinfo_area .txt2 {
		font-size: 2.0rem;
		letter-spacing: 0.05em;
		margin: 0 auto 60px;
	}
	.sec12 .lifeinfo_area .image {
		width: 94%;
		margin: 0 auto 80px;
	}
	.sec12 .lifeinfo_area .map {
		width: 94%;
		margin: 0 auto 100px;
	}
}
@media only screen and (max-width: 480px) {
	.sec12 .lifeinfo_area .txt2 {
		width: 90%;
		font-size: 1.8rem;
		margin: 0 auto 50px;
	}
	.sec12 .lifeinfo_area .image {
		width: 94%;
		margin: 0 auto 60px;
	}
	.sec12 .lifeinfo_area .map {
		width: 94%;
		margin: 0 auto 80px;
	}
	.sec12 .sub_link {
		width: 90%;
	}
}

.map_wrap {
	width: 90%;
	text-align: center;
	margin: 0 auto 140px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.map_wrap img {
	width: 100%;
	max-width: none;
	display: block;
}
@media only screen and (max-width: 767px) {
	.map_wrap {
		margin: 0 auto 100px;
	}
}
@media screen and (max-width: 480px) {
	.map_wrap {
		max-inline-size: none;
		margin: 0 20px 80px;
	}
	.map_wrap img {
		width: 150%;
	}
}


@media only screen and (max-width: 767px) {
	.mb100 { margin-bottom: 50px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb60 { margin-bottom: 30px !important; }
	.mb50 { margin-bottom: 25px !important; }
	.mb40 { margin-bottom: 20px !important; }
	.mb30 { margin-bottom: 15px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mt20 { margin-top: 10px !important; }
}


/* SCROLL */
.scroll-wrap {
	width:90%;
	max-width:1600px;
	height:400px;
	margin:0 auto;
	overflow-x:auto;
	overflow-y:hidden;
	background:#fff;
	position:relative;
	touch-action: pan-y; /* タッチで縦スクロールはページ、横は要素に任せる */
	
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-left: auto;
	margin-right: auto;
}
.scroll-wrap::-webkit-scrollbar {
	display:none;
}
.scr_inner{
	height:100%;
	display:flex;
	align-items:center;
}
.scr_inner img {
	height:100%;
	display:block;
	/* デモ用に幅を大きくして横スクロールを確実にする */
	min-width:2400px; /* 必要に応じて調整 or remove */
	width:auto;
	user-select: none;   /* 画像ドラッグ時の選択抑止 */
	-webkit-user-drag: none;
	pointer-events: none; /* 画像上でのカーソル操作は親で扱う */
}

.fade_up {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1s, opacity 1s;
}
.fade_up.is-active {
	transform: translateY(0);
	opacity: 1;
}

.slidein {
	opacity: 0;
}
.slidein.is-active {
	animation: slideIn 5s cubic-bezier(0.23, 1, 0.32, 1) 1 forwards;
}
@keyframes slideIn {
	0% {
		transform: translateX(180px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
	}
	40%,
	100% {
		opacity: 1;
	}
}
.slidein_left {
	opacity: 0;
}
.slidein_left.is-active {
	animation: slideIn_Left 5s cubic-bezier(0.23, 1, 0.32, 1) 1 forwards;
}
@keyframes slideIn_Left {
	0% {
		transform: translateX(-180px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
	}
	40%,
	100% {
		opacity: 1;
	}
}
.fade_in {
	opacity: 0;
}
.fade_in.is-active {
	animation: fade_in 3s ease-in-out 0.2s 1 normal forwards;
}
@keyframes fade_in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
	animation-delay: 2s;
}
.delay-time04 {
	animation-delay: 3s;
}
.delay-time05 {
	animation-delay: 5s;
}
