@charset "UTF-8";
.siteHeader__navList li[data-name="equipmentPage"] .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;
}
.ctr {
	text-align: center!important;
}
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;
	}
}

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;
	}
}

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


/*---------------------------------
	topへ戻る
---------------------------------*/
.sec01 {
	margin: 0;
}
.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);
}


/*---------------------------------
	content tab
---------------------------------*/
.equipment-tab {
	width: 88%;
	text-align: center;
	margin: 0 auto 100px;
}
.tab-panel {
	display:none;
}
.tab-panel.is-active {
	display:block;
}

/* 切り替えナビ */
.tab-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.tab-item {
	position: relative;
	width: 33.333%;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	text-align: center;
	padding: 18px 10px;
	cursor: pointer;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-item:hover {
	background:#f5f5f5;
}
.tab-item.is-active {
	background: #8f8682;
	color: #fff;
	border-color: #8f8682;
}
.tab-text {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.tab-arrow {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #a79c96;
}
.tab-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%,-50%);
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
}
.tab-item.is-active .tab-arrow {
	display: none;
}

/* デフォルト（英語表示） */
.tab-text .ja {
	display: none;
}
.tab-text .en {
	display: block;
}
/* アクティブ時（日本語表示） */
.tab-item.is-active .ja {
	display: block;
}
.tab-item.is-active .en {
	display: none;
}
@media only screen and (max-width: 767px) {
	.equipment-tab {
		margin: 0 auto 80px;
	}
	.tab-item {
		width: 50%;
	}
	.tab-text {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	.tab-arrow {
		right: 8%;
		width: 18px;
		height: 18px;
	}
}
@media only screen and (max-width: 480px) {
	.equipment-tab {
		width: 92%;
		margin: 0 auto 60px;
	}
	.tab-text {
		font-size: 1.1rem;
	}
	.tab-arrow {
		right: 7%;
		width: 15px;
		height: 15px;
	}
}


/*========================================================
	Kitchen AREA
=========================================================*/
.sec_kitchen {
	width: 92%;
	margin: 0 auto 80px;
}
.sec_kitchen .main_image {
	width: 100%;
	margin-bottom: 60px;
}
.sec_kitchen .top_title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: 4.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_kitchen .top_text {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 60px;
}
.sec_kitchen .top_area {
	width: 100%;
	background: #e9eff3;
	padding: 30px 2% 20px;
}
.sec_kitchen .top_area .txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_kitchen .top_area .txt01 span {
	font-size: 75%;
	color: #fff;
	background: #910000;
	margin-left: 2rem;
	padding: 2px 10px;
}
.sec_kitchen .top_area .txt02 {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto 40px;
}

.sec_kitchen .top_area .movie_box {
	display:flex;
	gap:2%;
}
.sec_kitchen .top_area .movie_box .movie {
	position: relative;
	width:70%;
	aspect-ratio: 16 / 9;
}
.sec_kitchen .top_area .movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sec_kitchen .top_area .movie .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255);
	border: none;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}
.sec_kitchen .top_area .movie .play-button:hover {
	background: rgb(255, 255, 255);
}
.sec_kitchen .top_area .movie_box .image {
	width:28%;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.sec_kitchen .top_area .movie_box .image img {
	width:100%;
}

/*
.sec_kitchen .top_area .movie_box .movie iframe {
	width: 100%;
	height: 100%;
	border: 0;
} */

.sec_kitchen .top_area .data_box {
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.sec_kitchen .top_area .data_box .left {
	width: 28%;
}
.sec_kitchen .top_area .data_box .left img {
	width: 100%;
	margin-bottom: 10px;
}
.sec_kitchen .top_area .data_box .right {
	width: 22%;
	margin-left: 2%;
}
.sec_kitchen .top_area .data_box .right .txt {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 0.5%;
}
.sec_kitchen .top_area .data_box .cap {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: right;
	margin: 0;
}
.sec_kitchen .middle_area {
	width: 100%;
	display: flex;
	column-gap: 3%;
	margin: 40px 0;
}
.sec_kitchen .middle_area .data_box {
	width: 48.45%;
	border: solid 1px #111;
	padding: 20px 2%;
}
.sec_kitchen .middle_area .data_box .data01 {
	display: flex;
	gap: 2%;
	margin-bottom: 20px;
}
.sec_kitchen .middle_area .data_box .data01 > div {
	width: 49%;
}
.sec_kitchen .middle_area .txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_kitchen .middle_area .txt01 span {
	font-size: 75%;
	color: #fff;
	background: #910000;
	padding: 2px 10px;
}
.sec_kitchen .middle_area .txt02 {
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}
.sec_kitchen .middle_area .data_box .data02 {
	display: flex;
	gap: 2%;
	margin-bottom: 20px;
}
.sec_kitchen .middle_area .data_box .data02 .img {
	width: 28%;
}
.sec_kitchen .middle_area .data_box .data02 .txt {
	width: 70%;
}
.sec_kitchen .middle_area .txt03 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
}
.sec_kitchen .middle_area .txt04 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	border-top: solid 1px #111;
	padding-top: 5px;
}
.sec_kitchen .middle_area .data_box .data03 {
	display: flex;
	gap: 2%;
	margin-bottom: 20px;
	padding-top: 20px;
}
.sec_kitchen .middle_area .data_box .data03 .data04 {
	width: 49%;
	background: #dcddde;
}
.sec_kitchen .middle_area .data_box .data03 .data04 .img {
	width: 100%;
}
.sec_kitchen .middle_area .txt05 {
	width: 92%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 15px auto 10px;
}
.sec_kitchen .middle_area .txt06 {
	width: 92%;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	border-top: solid 1px #111;
	margin: 0 4% 20px;
	padding-top: 5px;
}
.sec_kitchen .middle_area .txt07box {
	width: 92%;
	display:flex;
	align-items:center;
	justify-content:center;
	background: #fff;
	margin: 0 4% 10px;
	padding: 10px 0;
}
.sec_kitchen .middle_area .txt07 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.sec_kitchen .middle_area .txt07 span {
	color: #d4273d;
}

.sec_kitchen .bottom_area {
	width: 100%;
	margin: 0;
}
.sec_kitchen .bottom_area .data_box01 {
	display: flex;
	column-gap: 2.5%;
	margin-bottom: 40px;
}
.sec_kitchen .bottom_area .data_box01 > div {
	width: 23.125%;
}
.sec_kitchen .bottom_area .data_box01 > div .img {
	width: 100%;
	margin-bottom: 10px;
}
.sec_kitchen .bottom_area .data_box02 {
	display: flex;
	align-items: flex-start;
	column-gap: 2.5%;
}
.sec_kitchen .bottom_area .data_box02 .data_box03 {
	width: 48.75%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 5%;
}
.sec_kitchen .bottom_area .data_box02 .data_box03 > div {
	width: 47.5%;
}
.sec_kitchen .bottom_area .data_box02 .data_box03 > div .img {
	width: 100%;
	margin-bottom: 10px;
}
.sec_kitchen .bottom_area .txt01 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 10px;
}
.sec_kitchen .bottom_area .txt01 span {
	font-size: 75%;
	color: #fff;
	background: #910000;
	padding: 2px 10px;
}
.sec_kitchen .bottom_area .txt02 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.sec_kitchen .bottom_area .data_box02 .data_box04 {
	width: 48.75%;
	background: #e9eff3;
	padding: 30px 2%;
}
.sec_kitchen .bottom_area .txt03 {
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_kitchen .bottom_area .txt04 {
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 40px;
}
.sec_kitchen .bottom_area .data_box02 .data_box04 .img01 {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.sec_kitchen .bottom_area .data_box02 .data_box04 .img01 p {
	position: absolute;
	width: 15%;
	max-width: 150px;
	top: -1vw;
	left: -1vw;
}
.sec_kitchen .bottom_area .data_box02 .data_box04 .img02 {
	width: 100%;
	display: flex;
	gap: 2%;
	margin-bottom: 10px;
}
.sec_kitchen .bottom_area .data_box02 .data_box04 .img02 p {
	width: 49%;
}
.sec_kitchen .bottom_area .txt05 {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 30px;
}
.sec_kitchen .bottom_area .data_box02 .data_box04 .img03 {
	width: 100%;
	display: flex;
	gap: 2%;
}
.sec_kitchen .bottom_area .data_box02 .data_box04 .img03 > p {
	width: 54%;
}
.sec_kitchen .bottom_area .data_box02 .data_box04 .img03 > div {
	width: 44%;
}
@media only screen and (max-width: 767px) {
	.sec_kitchen .top_title {
		font-size: 4.0rem;
	}
	.sec_kitchen .top_text {
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 auto 50px;
	}
	.sec_kitchen .top_area .txt01 {
		font-size: 1.6rem;
	}
	.sec_kitchen .top_area .txt02 {
		font-size: 1.4rem;
	}
	.sec_kitchen .top_area .movie_box {
		display: block;
	}
	.sec_kitchen .top_area .movie_box .movie {
		width: 100%;
		margin-bottom: 10px;
	}
	.sec_kitchen .top_area .movie .play-button {
		display: none;
	}
	.sec_kitchen .top_area .movie_box .image {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 3%;
	}
	.sec_kitchen .top_area .movie_box .image img {
		width:48.5%;
	}
	.sec_kitchen .top_area .data_box .left {
		width: 49%;
	}
	.sec_kitchen .top_area .data_box .right {
		width: 49%;
		margin-left: 2%;
	}
	.sec_kitchen .top_area .data_box .right:nth-child(2) {
		margin-bottom: 30px;
	}
	.sec_kitchen .top_area .data_box .right:nth-child(3) {
		margin-left: 0;
	}
	.sec_kitchen .top_area .data_box .right .txt {
		font-size: 1.3rem;
	}
	.sec_kitchen .top_area .data_box .cap {
		font-size: 1.0rem;
	}
	.sec_kitchen .middle_area {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		row-gap: 30px;
		margin: 40px 0;
	}
	.sec_kitchen .middle_area .data_box {
		width: 100%;
		padding: 20px 2% 10px;
	}
	.sec_kitchen .middle_area .txt01 {
		font-size: 1.6rem;
		margin: 0 auto 10px;
	}
	.sec_kitchen .middle_area .txt02 {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.sec_kitchen .middle_area .txt03 {
		font-size: 1.5rem;
	}
	.sec_kitchen .middle_area .txt04 {
		font-size: 1.2rem;
	}
	.sec_kitchen .middle_area .data_box .data03 {
		margin-bottom: 5px;
	}
	.sec_kitchen .middle_area .txt05 {
		font-size: 1.5rem;
	}
	.sec_kitchen .middle_area .txt06 {
		font-size: 1.2rem;
	}
	.sec_kitchen .middle_area .txt07 {
		font-size: 1.2rem;
	}
	.sec_kitchen .bottom_area .data_box01 {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 4%;
		margin-bottom: 40px;
	}
	.sec_kitchen .bottom_area .data_box01 > div {
		width: 48%;
	}
	.sec_kitchen .bottom_area .data_box02 {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.sec_kitchen .bottom_area .data_box02 .data_box03 {
		width: 100%;
		gap: 40px 4%;
	}
	.sec_kitchen .bottom_area .data_box02 .data_box03 > div {
		width: 48%;
	}
	.sec_kitchen .bottom_area .txt01 {
		font-size: 1.4rem;
		margin: 0 auto 5px;
	}
	.sec_kitchen .bottom_area .txt02 {
		font-size: 1.2rem;
	}
	.sec_kitchen .bottom_area .data_box02 .data_box04 {
		width: 100%;
	}
	.sec_kitchen .bottom_area .txt03 {
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.sec_kitchen .bottom_area .txt04 {
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}
	.sec_kitchen .bottom_area .data_box02 .data_box04 .img01 p {
		max-width: 130px;
		top: -2.5vw;
		left: -1.5vw;
	}
}
@media only screen and (max-width: 480px) {
	.sec_kitchen {
		margin: 0 auto 50px;
	}
	.sec_kitchen .top_title {
		font-size: 2.8rem;
	}
	.sec_kitchen .top_text {
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}
	.sec_kitchen .top_area {
		padding: 20px 2% 10px;
	}
	.sec_kitchen .top_area .txt01 {
		font-size: 1.4rem;
		margin: 0 auto 10px;
	}
	.sec_kitchen .top_area .txt02 {
		font-size: 1.2rem;
		margin: 0 auto 30px;
	}
	.sec_kitchen .top_area .data_box {
		margin-top: 10px;
	}
	.sec_kitchen .top_area .data_box .left {
		width: 100%;
		display: flex;
		gap: 3%;
	}
	.sec_kitchen .top_area .data_box .left img {
		width: 48.5%;
		margin-bottom: 30px;
	}
	.sec_kitchen .top_area .data_box .right:nth-child(2) ,
	.sec_kitchen .top_area .data_box .right:nth-child(3) {
		width: 70%;
		margin: 0 15% 30px;
	}
	.sec_kitchen .top_area .data_box .right:nth-child(4) {
		width: 70%;
		margin: 0 15%;
	}
	.sec_kitchen .top_area .data_box .right .txt {
		font-size: 1.2rem;
	}
	.sec_kitchen .top_area .data_box .cap {
		font-size: 0.9rem;
	}
	.sec_kitchen .middle_area {
		margin: 40px 0 30px;
	}
	.sec_kitchen .middle_area .data_box {
		padding: 10px 2% 0;
	}
	.sec_kitchen .middle_area .txt01 {
		font-size: 1.4rem;
		margin: 0 auto 5px;
	}
	.sec_kitchen .middle_area .txt02 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.sec_kitchen .middle_area .txt03 {
		font-size: 1.3rem;
	}
	.sec_kitchen .middle_area .txt04 {
		font-size: 1.1rem;
	}
	.sec_kitchen .middle_area .data_box .data02 .img {
		margin-top: 10px;
	}
	.sec_kitchen .middle_area .data_box .data03 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		padding-top: 0;
	}
	.sec_kitchen .middle_area .data_box .data03 .data04 {
		width: 100%;
	}
	.sec_kitchen .middle_area .txt05 {
		font-size: 1.4rem;
	}
	.sec_kitchen .bottom_area .data_box01 {
		gap: 30px 4%;
		margin-bottom: 30px;
	}
	.sec_kitchen .bottom_area .txt01 {
		font-size: 1.3rem;
	}
	.sec_kitchen .bottom_area .txt02 {
		font-size: 1.1rem;
	}
	.sec_kitchen .bottom_area .data_box02 .data_box04 {
		padding: 20px 2%;
	}
	.sec_kitchen .bottom_area .txt03 {
		font-size: 2.0rem;
		line-height: 1.4;
	}
	.sec_kitchen .bottom_area .txt04 {
		font-size: 1.3rem;
		margin: 0 auto 30px;
	}
	.sec_kitchen .bottom_area .data_box02 .data_box04 .img01 p {
		top: -4vw;
		left: -1.5vw;
	}
	.sec_kitchen .bottom_area .txt05 {
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
}



/*========================================================
	Bathroom AREA
=========================================================*/
.sec_bathroom {
	width: 92%;
	margin: 0 auto 80px;
}
.sec_bathroom .main_image {
	width: 100%;
	margin-bottom: 60px;
}
.sec_bathroom .top_title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: 4.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_bathroom .top_text {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 60px;
}
.sec_bathroom .bath01_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 3%;
	margin-bottom: 40px;
}
.sec_bathroom .bath01_area .data_box01 {
	width: 73.3%;
	border: solid 1px #111;
	padding: 20px 2%;
}
.sec_bathroom .bath01_area .data_box01 .top_box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 3%;
	margin-bottom: 40px;
}
.sec_bathroom .bath01_area .data_box01 .top_box .left {
	width: 64%;
}
.sec_bathroom .bath01_area .data_box01 .top_box .right {
	width: 33%;
}
.sec_bathroom .bath01_area .data_box01 .bottom_box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 3%;
}
.sec_bathroom .bath01_area .data_box01 .bottom_box > div {
	width: 48.5%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.sec_bathroom .bath01_area .data_box01 .bottom_box > div p {
	width: 100%;
}
.sec_bathroom .bath01_area .data_box02 {
	width: 23.5%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.sec_bathroom .bath01_area .data_box02 .img {
	width: 100%;
	margin-bottom: 10px;
}
.sec_bathroom .bath02_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 3%;
	margin-bottom: 40px;
}
.sec_bathroom .bath02_area .image01 {
	width: 23.5%;
}
.sec_bathroom .bath02_area .image02 {
	width: 47%;
}
.sec_bathroom .bath02_area .image02 > div {
	display: flex;
	column-gap: 2%;
}
.sec_bathroom .bath02_area .image02 > div .img {
	width: 100%;
	position: relative;
}
.sec_bathroom .bath02_area .image02 > div .img p {
	position: absolute;
	width: 25%;
	max-width: 150px;
	top: -1vw;
	left: -1vw;
}
.sec_bathroom .bath02_area .img {
	margin-bottom: 10px;
}
.sec_bathroom .bath03_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 2%;
}
.sec_bathroom .bath03_area > div {
	width: 23.5%;
}
.sec_bathroom .bath03_area .img {
	margin-bottom: 10px;
}
.sec_bathroom .bath01_area .txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_bathroom .bath01_area .txt02 {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
	margin: 0 auto 40px;
}
.sec_bathroom .bath01_area .txt03 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #111;
	margin-top: 40px;
	margin-bottom: 20px;
}
.sec_bathroom .bath01_area .txt04 {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
.sec_bathroom .txt05 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 10px;
}
.sec_bathroom .txt06 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.sec_bathroom .txt07 {
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	background: #cd672f;
	border-radius: 9999px;
	margin-bottom: 10px;
	padding: 10px;
}
.sec_bathroom .txt08 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: right;
}
.sec_bathroom .switch-content {
	display: none;
}
.sec_bathroom .switch-content.active {
	display: block;
}
.sec_bathroom .switch-buttons {
	width: 80%;
	max-width: 500px;
	display: flex;
	gap: 6%;
	margin: 0 auto 30px;
}
.switch-btn {
	width: 47%;
	cursor: pointer;
}
.switch-btn.active {
	cursor: default;
}
.switch-btn:hover {
	opacity: 0.7;
}
.switch-btn.active:hover {
	opacity: 1.0;
}

@media only screen and (max-width: 767px) {
	.sec_bathroom .top_title {
		font-size: 4.0rem;
	}
	.sec_bathroom .top_text {
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 auto 50px;
	}
	.sec_bathroom .bath01_area {
		display: flex;
		flex-wrap: wrap;
		row-gap: 30px;
		margin-bottom: 40px;
	}
	.sec_bathroom .bath01_area .data_box01 {
		width: 100%;
		border: solid 1px #111;
		padding: 20px 2%;
	}
	.sec_bathroom .bath01_area .data_box02 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 40px 4%;
	}
	.sec_bathroom .bath01_area .data_box02 > div {
		width: 48%;
	}
	.sec_bathroom .bath02_area {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 40px 4%;
		margin-bottom: 40px;
	}
	.sec_bathroom .bath02_area .image01 {
		width: 48%;
	}
	.sec_bathroom .bath02_area .image02 {
		width: 100%;
	}
	.sec_bathroom .bath02_area .image02 > div {
		display: flex;
		column-gap: 4%;
	}
	.sec_bathroom .bath02_area .image02 > div .img p {
		position: absolute;
		width: 25%;
		top: -2vw;
		left: -1vw;
	}
	.sec_bathroom .bath03_area {
		display: flex;
		gap: 40px 4%;
	}
	.sec_bathroom .bath03_area > div {
		width: 48%;
	}
	.sec_bathroom .bath01_area .txt01 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.sec_bathroom .bath01_area .txt02 {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.sec_bathroom .bath01_area .txt03 {
		font-size: 1.3rem;
		line-height: 1.5;
		margin-top: 30px;
	}
	.sec_bathroom .bath01_area .txt04 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.sec_bathroom .txt05 {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.sec_bathroom .txt06 {
		font-size: 1.2rem;
	}
	.sec_bathroom .txt07 {
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 7px;
	}
	.sec_bathroom .txt08 {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec_bathroom {
		margin: 0 auto 50px;
	}
	.sec_bathroom .top_title {
		font-size: 2.8rem;
	}
	.sec_bathroom .top_text {
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}
	.sec_bathroom .bath01_area .data_box01 .bottom_box {
		display: flex;
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.sec_bathroom .bath01_area .data_box01 .bottom_box > div {
		width: 90%;
		text-align: center;
		gap: 10px;
		margin: 0 5%;
	}
	.sec_bathroom .bath01_area .txt01 {
		font-size: 1.4rem;
		margin: 0 auto 10px;
	}
	.sec_bathroom .bath01_area .txt02 {
		font-size: 1.2rem;
		margin: 0 auto 30px;
	}
	.sec_bathroom .bath01_area .txt03 {
		font-size: 1.2rem;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sec_bathroom .bath01_area .txt04 {
		font-size: 1.1rem;
	}
	.sec_bathroom .txt05 {
		font-size: 1.2rem;
	}
	.sec_bathroom .txt06 {
		font-size: 1.1rem;
	}
	.sec_bathroom .txt07 {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		padding: 5px;
	}
	.sec_bathroom .txt08 {
		font-size: 0.9rem;
	}
}


/*========================================================
	Powderroom AREA
=========================================================*/
.sec_powder {
	width: 92%;
	margin: 0 auto 80px;
}
.sec_powder .main_image {
	width: 100%;
	display: flex;
	margin-bottom: 60px;
}
.sec_powder .main_image p {
	width: 50%;
}
.sec_powder .top_title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: 4.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_powder .top_text {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 60px;
}
.sec_powder .powder01_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 2%;
	margin-bottom: 40px;
}
.sec_powder .powder01_area .data_box01 {
	width:49%;
}
.sec_powder .powder01_area .data_box01 .top_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 3%;
	margin-bottom: 40px;
}
.sec_powder .powder01_area .data_box01 .top_area .img {
	width: 64%;
}
.sec_powder .powder01_area .data_box01 .top_area .top_txt1 {
	width: 33%;
}
.sec_powder .powder01_area .data_box01 .top_area .top_txt2 {
	width: 100%;
	text-align: center!important;
}
.sec_powder .powder01_area .data_box01 .top_area .top_txt2 .txt02 {
	text-align: center!important;
}
.sec_powder .powder01_area .data_box01 .bottom_area {
	width: 100%;
	display: flex;
	gap: 4%;
	margin-top: 30px;
}
.sec_powder .powder01_area .data_box01 .bottom_area > div {
	width: 48%;
}
.sec_powder .powder01_area .data_box01 .bottom_area .img {
	margin-bottom: 10px;
}
.sec_powder .powder01_area .data_box02 {
	width:49%;
	border: solid 1px #111;
	padding: 30px 2%;
}
.sec_powder .powder01_area .data_box02 .data_area {
	width: 100%;
	display: flex;
	gap: 3%;
}
.sec_powder .powder01_area .data_box02 .data_area > div {
	width: 48.5%;
}
.sec_powder .powder01_area .data_box02 .img {
	width: 100%;
	margin: 20px 0;
}
.sec_powder .image_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 2%;
	margin-bottom: 80px;
}
.sec_powder .image_area > div {
	width: 23.5%;
}
.sec_powder .image_area .img {
	margin-bottom: 10px;
}
.sec_powder .lavatory01_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 3%;
	margin-bottom: 40px;
}
.sec_powder .lavatory01_area .data_box01 {
	width:48%;
	background: #e1eaee;
	padding: 20px 2%;
}
.sec_powder .lavatory01_area .data_box01 .img {
	width: 90%;
	text-align: center;
	margin: 20px auto;
}
.sec_powder .lavatory01_area .data_box02 {
	width:49%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 4%;
}
.sec_powder .lavatory01_area .data_box02 > div {
	width: 48%;
}
.sec_powder .lavatory01_area .data_box02 .img {
	margin-bottom: 10px;
}
.sec_powder .txt01 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 10px;
}
.sec_powder .txt02 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.sec_powder .txt03 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
}
.sec_powder .txt04 {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	margin-top: 20px;
	padding: 0 2%;
}
@media only screen and (max-width: 767px) {
	.sec_powder .top_title {
		font-size: 4.0rem;
	}
	.sec_powder .top_text {
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 auto 50px;
	}
	.sec_powder .powder01_area {
		width: 100%;
		flex-wrap: wrap;
		gap: 40px;
		margin-bottom: 40px;
	}
	.sec_powder .powder01_area .data_box01 {
		width:100%;
	}
	.sec_powder .powder01_area .data_box01 .top_area {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 4%;
		margin-bottom: 30px;
	}
	.sec_powder .powder01_area .data_box01 .top_area .img {
		width: 100%;
	}
	.sec_powder .powder01_area .data_box01 .top_area .top_txt1 {
		width: 48%;
	}
	.sec_powder .powder01_area .data_box01 .top_area .top_txt2 {
		width: 48%;
	}
	.sec_powder .powder01_area .data_box01 .top_area .top_txt2 .txt02 {
		text-align: left!important;
	}
	.sec_powder .powder01_area .data_box01 .bottom_area {
		width: 100%;
		margin-top: 20px;
	}
	.sec_powder .powder01_area .data_box02 {
		width:100%;
	}
	.sec_powder .powder01_area .data_box02 .data_area {
		width: 100%;
	}
	.sec_powder .image_area {
		gap: 40px 4%;
		margin-bottom: 60px;
	}
	.sec_powder .image_area > div {
		width: 48%;
	}
	.sec_powder .lavatory01_area {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
		margin-bottom: 40px;
	}
	.sec_powder .lavatory01_area .data_box01 {
		width:100%;
	}
	.sec_powder .lavatory01_area .data_box02 {
		width:100%;
	}
	.sec_powder .txt01 {
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 0 auto 5px;
	}
	.sec_powder .txt02 {
		font-size: 1.2rem;
	}
	.sec_powder .txt03 {
		font-size: 1.3rem;
	}
	.sec_powder .txt04 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 480px) {
	.sec_powder .top_title {
		font-size: 2.8rem;
	}
	.sec_powder .top_text {
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}
	.sec_powder {
		margin: 0 auto 50px;
	}
	.sec_powder .main_image {
		margin-bottom: 40px;
	}
	.sec_powder .powder01_area .data_box01 .top_area .top_txt1 {
		width: 45%;
	}
	.sec_powder .powder01_area .data_box01 .top_area .top_txt2 {
		width: 51%;
	}
	.sec_powder .image_area {
		gap: 30px 4%;
		margin-bottom: 40px;
	}
	.sec_powder .lavatory01_area {
		gap: 30px;
		margin-bottom: 30px;
	}
	.sec_powder .lavatory01_area .data_box02 {
		gap: 30px 4%;
	}
	.sec_powder .txt01 {
		font-size: 1.3rem;
	}
	.sec_powder .txt02 {
		font-size: 1.1rem;
	}
	.sec_powder .txt03 {
		font-size: 1.1rem;
	}
	.sec_powder .txt04 {
		font-size: 1.0rem;
	}
}


/*========================================================
	Amenity AREA
=========================================================*/
.sec_amenity {
	width: 92%;
	margin: 0 auto 80px;
}
.sec_amenity .main_image {
	width: 100%;
	display: flex;
	margin-bottom: 60px;
}
.sec_amenity .main_image p {
	width: 50%;
}
.sec_amenity .top_title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: 4.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_amenity .top_text {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 60px;
}
.sec_amenity .amenity01_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 3%;
	margin-bottom: 40px;
}
.sec_amenity .amenity01_area .amenity01_tbl {
	width: 48.5%;
}
.sec_amenity .amenity01_area .data_box01 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: solid 1px #111;
	margin-bottom: 10px;
}
.sec_amenity .amenity01_area .data_box01 .logo ,
.sec_amenity .amenity01_area .data_box01 .img {
	width: 50%;
}
.sec_amenity .amenity01_area .data_box01 .logo img {
	width: 70%;
	margin: 0 15%;
}
.sec_amenity .amenity01_area .data_box01 .sel {
	position: absolute;
	width: 20%;
	max-width: 100px;
	top: -2vw;
	left: -1.5vw;
}
.sec_amenity .amenity01_area .data_box02 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: solid 1px #111;
	margin-bottom: 10px;
	padding: 1.4vw 0;
}
.sec_amenity .amenity01_area .data_box02 .logo {
	width: 75%;
}
.sec_amenity .amenity01_area .data_box02 .logo img {
	width: 80%;
	margin: 0 10%;
}
.sec_amenity .amenity01_area .data_box02 .img {
	width: 25%;
}
.sec_amenity .amenity01_area .data_box02 .img img {
	width: 94%;
	margin: 0 auto;
}
.sec_amenity .amenity01_area .text_box {
	width: 100%;
}
.sec_amenity .amenity02_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 3%;
	border: solid 1px #111;
	margin-bottom: 40px;
	padding: 30px 2% 20px;
}
.sec_amenity .amenity02_area .data_left {
	width: 49%;
}
.sec_amenity .amenity02_area .data_left .logo {
	width: 72%;
	margin: 0 auto 30px;
}
.sec_amenity .amenity02_area .data_left .img {
	width: 96%;
	margin: 30px auto;
}
.sec_amenity .amenity02_area .data_right {
	width: 48%;
}
.sec_amenity .amenity02_area .data_right .img {
	width: 96%;
	margin: 0 auto;
}
.sec_amenity .amenity03_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 2%;
	margin-bottom: 40px;
}
.sec_amenity .amenity03_area > div {
	width: 23.5%;
}
.sec_amenity .amenity03_area .img {
	margin-bottom: 10px;
}
.sec_amenity .amenity04_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 40px 2%;
	margin-bottom: 40px;
}
.sec_amenity .amenity04_area .data_left {
	width: 74.5%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}
.sec_amenity .amenity04_area .data_left > div {
	width: 32%;
}
.sec_amenity .amenity04_area .data_right {
	width: 23.5%;
}
.sec_amenity .amenity04_area .img {
	margin-bottom: 10px;
}
.sec_amenity .amenity05_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 40px 2%;
	margin-bottom: 60px;
}
.sec_amenity .amenity05_area .data1 {
	width: 23.5%;
}
.sec_amenity .amenity05_area .data2 {
	width: 49%;
}
.sec_amenity .amenity05_area .img {
	margin-bottom: 10px;
}
.sec_amenity .amenity06_area {
	width: 100%;
	background: #fbf9e9;
	padding-bottom: 40px;
}
.sec_amenity .amenity06_area .top_image {
	width: 100%;
}
.sec_amenity .amenity06_area .top_text {
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 60px auto;
}
.sec_amenity .amenity06_area .image01_area {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 2%;
	margin: 0 2% 40px;
}
.sec_amenity .amenity06_area .image01_area > div {
	width: 23.5%;
}
.sec_amenity .amenity06_area .image02_area {
	width: 96%;
	display: flex;
	align-items: flex-start;
	gap: 40px 2%;
	margin: 0 2%;
}
.sec_amenity .amenity06_area .image02_area .data1 {
	width: 23.5%;
}
.sec_amenity .amenity06_area .image02_area .data2 {
	width: 49%;
}
.sec_amenity .amenity06_area .image02_area .data2 > div {
	display: flex;
	gap: 3%;
	margin-bottom: 10px;
}
.sec_amenity .amenity06_area .image02_area .data2 > div p {
	width: 48.5%;
}
.sec_amenity .amenity06_area .img {
	margin-bottom: 10px;
}
.sec_amenity .amenity07_area {
	width: 100%;
	background: #a9a46b;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.sec_amenity .amenity07_area .top_image {
	width: 100%;
	display: flex;
}
.sec_amenity .amenity07_area .top_image p {
	width: 33.33%;
}
.sec_amenity .amenity07_area .top_text {
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	margin: 60px auto;
}
.sec_amenity .amenity07_area .order_text {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
	margin: 0 2%;
}
.sec_amenity .amenity07_area .order_text p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #111;
	letter-spacing: 0.05em;
	background: #fff;
	border-radius: 9999px;
	padding: 10px;
}
.sec_amenity .amenity07_area .order_text p:nth-child(1) ,
.sec_amenity .amenity07_area .order_text p:nth-child(2) ,
.sec_amenity .amenity07_area .order_text p:nth-child(3) {
	width: 32%;
}
.sec_amenity .amenity07_area .order_text p:nth-child(4) ,
.sec_amenity .amenity07_area .order_text p:nth-child(5) ,
.sec_amenity .amenity07_area .order_text p:nth-child(6) ,
.sec_amenity .amenity07_area .order_text p:nth-child(7) {
	width: 23.5%;
}
.sec_amenity .amenity08_area {
	width: 100%;
	display: flex;
	gap: 3%;
	margin-bottom: 40px;
}
.sec_amenity .amenity08_area > div:nth-child(1) {
	width: 50%;
}
.sec_amenity .amenity08_area > div:nth-child(2) {
	width: 47%;
}
.sec_amenity .amenity08_area .top {
	border: solid 1px #111;
	margin-bottom: 20px;
	padding: 2.5vw 2%;
}
.sec_amenity .amenity08_area .top .jcom {
	width: 90%;
	margin: 0 auto 30px;
}
.sec_amenity .amenity08_area .img {
	margin-bottom: 20px;
}
.sec_amenity .amenity09_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 3%;
	border: solid 1px #111;
	margin-bottom: 80px;
	padding: 20px 2%;
}
.sec_amenity .amenity09_area .data_left {
	width: 69%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 3%;
}
.sec_amenity .amenity09_area .data_right {
	width: 28%;
}
.sec_amenity .amenity09_area .data_left > div {
	width: 72%;
}
.sec_amenity .amenity09_area .data_left .logo {
	width: 30%;
	max-width: 150px;
	margin-bottom: 20px;
}
.sec_amenity .amenity09_area .data_left .txt05 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.05em;
}
.sec_amenity .amenity09_area .data_left .img1 {
	width: 25%;
	margin-bottom: 20px;
}
.sec_amenity .amenity09_area .data_left .txt06 {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 0.05em;
}
.sec_amenity .amenity09_area .data_left .txt07 {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.6;
	text-align: right;
}
.sec_amenity .amenity10_area {
	width: 100%;
	background: #e0e3e2;
	margin-bottom: 80px;
	padding: 40px 2%;
}
.sec_amenity .amenity10_area .storage_title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: 4.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_amenity .amenity10_area .storage_text {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 40px;
}
.sec_amenity .amenity10_area .image_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 2%;
}
.sec_amenity .amenity10_area .image_area > div {
	width: 23.5%;
}
.sec_amenity .amenity10_area .img {
	margin-bottom: 10px;
}
.sec_amenity .txt01 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 10px;
}
.sec_amenity .txt01 span {
	font-size: 80%;
	color: #fff;
	background: #910000;
	padding: 2px 5px;
}
.sec_amenity .txt02 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.sec_amenity .txt03 {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}
.sec_amenity .txt04 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #4a478a;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.sec_amenity .top_title {
		font-size: 4.0rem;
	}
	.sec_amenity .top_text {
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 auto 50px;
	}
	.sec_amenity .amenity01_area .data_box01 .sel {
		width: 18%;
		top: -3.5vw;
		left: -2.5vw;
	}
	.sec_amenity .amenity02_area {
		gap: 10px 3%;
	}
	.sec_amenity .amenity03_area {
		gap: 30px 4%;
		margin-bottom: 30px;
	}
	.sec_amenity .amenity03_area > div {
		width: 48%;
	}
	.sec_amenity .amenity04_area {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
		margin-bottom: 30px;
	}
	.sec_amenity .amenity04_area .data_left {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
	}
	.sec_amenity .amenity04_area .data_left > div {
		width: 48%;
	}
	.sec_amenity .amenity04_area .data_right {
		width: 100%;
		display: flex;
		gap: 4%;
	}
	.sec_amenity .amenity04_area .data_right > div {
		width: 48%;
	}
	.sec_amenity .amenity05_area .data2 {
		width: 100%;
	}
	.sec_amenity .amenity06_area .top_text {
		font-size: 1.8rem;
		margin: 40px auto;
	}
	.sec_amenity .amenity06_area .image01_area {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
		margin: 0 2% 30px;
	}
	.sec_amenity .amenity06_area .image01_area > div {
		width: 48%;
	}
	.sec_amenity .amenity06_area .image02_area {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
	}
	.sec_amenity .amenity06_area .image02_area .data1 {
		width: 48%;
	}
	.sec_amenity .amenity06_area .image02_area .data2 {
		width: 100%;
	}
	.sec_amenity .amenity06_area .image02_area .data2 > div {
		display: flex;
		gap: 4%;
		margin-bottom: 10px;
	}
	.sec_amenity .amenity06_area .image02_area .data2 > div p {
		width: 48%;
	}
	.sec_amenity .amenity07_area .top_text {
		font-size: 1.8rem;
		margin: 40px auto;
	}
	.sec_amenity .amenity07_area .order_text {
		gap: 20px 4%;
	}
	.sec_amenity .amenity07_area .order_text p {
		font-size: 1.4rem;
		padding: 10px 5px;
	}
	.sec_amenity .amenity07_area .order_text p:nth-child(1) ,
	.sec_amenity .amenity07_area .order_text p:nth-child(2) ,
	.sec_amenity .amenity07_area .order_text p:nth-child(3) {
		width: 100%;
	}
	.sec_amenity .amenity07_area .order_text p:nth-child(4) ,
	.sec_amenity .amenity07_area .order_text p:nth-child(5) ,
	.sec_amenity .amenity07_area .order_text p:nth-child(6) ,
	.sec_amenity .amenity07_area .order_text p:nth-child(7) {
		width: 48%;
	}
	.sec_amenity .amenity08_area {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
		margin-bottom: 40px;
	}
	.sec_amenity .amenity08_area > div:nth-child(1) {
		width: 100%;
	}
	.sec_amenity .amenity08_area > div:nth-child(2) {
		width: 100%;
	}
	.sec_amenity .amenity09_area {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		margin-bottom: 60px;
	}
	.sec_amenity .amenity09_area .data_left {
		width: 100%;
	}
	.sec_amenity .amenity09_area .data_right {
		width: 60%;
		margin: 0 auto;
	}
	.sec_amenity .amenity09_area .data_left > div {
		width: 69%;
	}
	.sec_amenity .amenity09_area .data_left .img1 {
		width: 28%;
	}
	.sec_amenity .amenity09_area .data_left .txt05 {
		font-size: 1.4rem;
	}
	.sec_amenity .amenity09_area .data_left .txt06 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.sec_amenity .amenity09_area .data_left .txt07 {
		font-size: 1.0rem;
		line-height: 1.5;
	}
	.sec_amenity .amenity10_area {
		margin-bottom: 60px;
		padding: 20px 2% 30px;
	}
	.sec_amenity .amenity10_area .storage_title {
		font-size: 3.8rem;
		margin: 0 auto 10px;
	}
	.sec_amenity .amenity10_area .storage_text {
		font-size: 1.8rem;
	}
	.sec_amenity .amenity10_area .image_area {
		gap: 40px 4%;
	}
	.sec_amenity .amenity10_area .image_area > div {
		width: 48%;
	}
	.sec_amenity .txt01 {
		font-size: 1.4rem;
	}
	.sec_amenity .txt02 {
		font-size: 1.2rem;
	}
	.sec_amenity .txt03 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.sec_amenity .txt04 {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec_amenity {
		margin: 0 auto 50px;
	}
	.sec_amenity .top_title {
		font-size: 2.8rem;
	}
	.sec_amenity .top_text {
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}
	.sec_amenity .amenity01_area .amenity01_tbl {
		width: 100%;
	}
	.sec_amenity .amenity01_area .data_box01 .sel {
		width: 15%;
		top: -5vw;
		left: -3vw;
	}
	.sec_amenity .amenity01_area .data_box02 {
		margin-top: 20px;
	}
	.sec_amenity .amenity02_area {
		gap: 10px 3%;
		padding: 20px 2%;
	}
	.sec_amenity .amenity02_area .data_left {
		width: 100%;
	}
	.sec_amenity .amenity02_area .data_left .logo {
		margin: 0 auto 15px;
	}
	.sec_amenity .amenity02_area .data_right {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec_amenity .amenity05_area {
		margin-bottom: 40px;
	}
	.sec_amenity .amenity06_area .top_text {
		font-size: 1.4rem;
		margin: 20px auto;
	}
	.sec_amenity .amenity07_area {
		margin-bottom: 30px;
		padding-bottom: 25px;
	}
	.sec_amenity .amenity07_area .top_text {
		font-size: 1.4rem;
		margin: 20px auto;
	}
	.sec_amenity .amenity07_area .order_text {
		gap: 15px 3%;
	}
	.sec_amenity .amenity07_area .order_text p {
		font-size: 1.2rem;
		padding: 6px 3px;
	}
	.sec_amenity .amenity07_area .order_text p:nth-child(4) ,
	.sec_amenity .amenity07_area .order_text p:nth-child(5) ,
	.sec_amenity .amenity07_area .order_text p:nth-child(6) ,
	.sec_amenity .amenity07_area .order_text p:nth-child(7) {
		width: 100%;
	}
	.sec_amenity .amenity08_area {
		gap: 30px;
		margin-bottom: 30px;
	}
	.sec_amenity .amenity09_area {
		padding: 10px 2% 20px;
	}
	.sec_amenity .amenity09_area .data_right {
		width: 80%;
		margin: 0 auto;
	}
	.sec_amenity .amenity09_area .data_left > div {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		column-gap: 10%;
	}
	.sec_amenity .amenity09_area .data_left .logo {
		width: 45%;
	}
	.sec_amenity .amenity09_area .data_left .img1 {
		width: 45%;
	}
	.sec_amenity .amenity09_area .data_left .txt05 {
		width: 100%;
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.sec_amenity .amenity09_area .data_left .txt06 {
		width: 100%;
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
	.sec_amenity .amenity09_area .data_left .txt07 {
		font-size: 0.9rem;
		text-align: left;
	}
	.sec_amenity .amenity10_area {
		margin-bottom: 40px;
	}
	.sec_amenity .amenity10_area .storage_title {
		font-size: 2.8rem;
		margin: 0 auto 10px;
	}
	.sec_amenity .amenity10_area .storage_text {
		font-size: 1.5rem;
		margin: 0 auto 20px;
	}
	.sec_amenity .amenity10_area .image_area {
		gap: 30px 4%;
	}
	.sec_amenity .txt01 {
		font-size: 1.3rem;
	}
	.sec_amenity .txt02 {
		font-size: 1.1rem;
	}
	.sec_amenity .txt03 {
		font-size: 1.0rem;
	}
	.sec_amenity .txt04 {
		font-size: 1.2rem;
	}
}


/*========================================================
	Security AREA
=========================================================*/
.sec_security {
	width: 92%;
	margin: 0 auto 80px;
}
.sec_security .top_title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: 4.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_security .top_text {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 60px;
}
.sec_security .security01_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 2%;
	margin-bottom: 40px;
}
.sec_security .security01_area > div {
	width: 23.5%;
}
.sec_security .security01_area .img {
	margin-bottom: 10px;
}
.sec_security .security02_area {
	width: 100%;
	display: flex;
	border: solid 1px #111;
	margin-bottom: 40px;
	padding: 20px 2%;
}
.sec_security .security02_area .data_left {
	width: 20%;
	margin-right: 2%;
}
.sec_security .security02_area .data_left .logo {
	width: 80%;
	text-align: center;
	margin: 0 auto 10px;
}
.sec_security .security02_area .data_right {
	width: 80%;
	border-left: solid 1px #111;
}
.sec_security .security02_area .data_right p {
	width: 100%;
	padding-left: 3%;
}
.sec_security .security03_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: solid 1px #111;
	margin-bottom: 40px;
	padding: 30px 2% 10px;
}
.sec_security .security03_area .data_left {
	width: 32%;
	margin-right: 2%;
}
.sec_security .security03_area .data_left .key {
	width: 90%;
	text-align: center;
	margin: 0 auto 30px;
}
.sec_security .security03_area .data_left .card {
	width: 94%;
	text-align: center;
	margin: 20px auto 0;
}
.sec_security .security03_area .data_right {
	width: 66%;
}
.sec_security .security03_area .data_right .data_top {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3%;
	margin-bottom: 30px;
}
.sec_security .security03_area .data_right .data_bottom {
	width: 100%;
}
.sec_security .security03_area .data_area {
	width: 100%;
	background: #e1eaee;
	padding: 20px 3%;
}
.sec_security .security03_area .data_right .data_middle {
	width: 100%;
	margin-bottom: 30px;
}
.sec_security .security03_area .data_right .data_middle .data_area {
	width: 100%;
	display: flex;
	gap: 3%;
	background: #e1eaee;
	padding: 20px 3%;
}
.sec_security .security03_area .data_right .data_middle .data_area  > div:nth-child(1) {
	width: 69%;
}
.sec_security .security03_area .data_right .data_middle .data_area  > div:nth-child(2) {
	width: 28%;
	text-align: center;
}
.sec_security .security03_area .data_right .data_middle .data_area  > div:nth-child(2) p {
	width: 90%;
	margin: 0 auto;
}
.sec_security .security03_area .bottom {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-top: 5px;
}
.sec_security .security03_area .bottom p:nth-child(1) {
	width: 75%;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}
.sec_security .security03_area .bottom p:nth-child(2) {
	width: 25%;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: right;
}
.sec_security .security04_area {
	width: 100%;
	display: flex;
	border: solid 1px #111;
	margin-bottom: 80px;
}
.sec_security .security04_area .data_left {
	width: 32%;
}
.sec_security .security04_area .data_right {
	width: 68%;
	padding: 20px 3%;
}
.sec_security .security04_area .data_right .img {
	width: 96%;
	margin: 30px auto 10px;
}
.sec_security .security05_area {
	width: 100%;
	background: #e0e3e2;
	margin-bottom: 100px;
	padding: 30px 0 20px;
}
.sec_security .security05_area .data_top {
	width: 100%;
	display: flex;
	background: url("../imgs/equipment/smart_bg.png") no-repeat left/50%;
}
.sec_security .security05_area .data_top > div {
	width: 70%;
}
.sec_security .security05_area .data_top > p {
	width: 30%;
	padding: 0 3%;
}
.sec_security .security05_area .data_bottom {
	width: 100%;
	display: flex;
	gap: 2%;
	padding: 20px 3%;
}
.sec_security .security05_area .data_bottom .data_left {
	width: 52%;
	display: flex;
	gap: 6%;
	background: #6d6147;
	padding: 40px 3%;
}
.sec_security .security05_area .data_bottom .data_left > div:nth-child(1) {
	width: 38%;
}
.sec_security .security05_area .data_bottom .data_left > div:nth-child(2) {
	width: 56%;
}
.sec_security .security05_area .data_bottom .data_left .img {
	margin-bottom: 10px;
}
.sec_security .security05_area .data_bottom .data_right {
	width: 46%;
	padding: 20px 2%;
}
.sec_security .txt01 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 10px;
}
.sec_security .txt02 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.sec_security .txt03 {
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 40px;
}
.sec_security .txt04 {
	font-size: 2.6rem;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-left: 10vw;
}
.sec_security .txt05 {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	padding-left: 10vw;
}
.sec_security .txt06 {
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.sec_security .txt07 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_security .txt08 {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.sec_security .top_title {
		font-size: 4.0rem;
	}
	.sec_security .top_text {
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 auto 50px;
	}
	.sec_security .security01_area {
		gap: 40px 4%;
	}
	.sec_security .security01_area > div {
		width: 48%;
	}
	.sec_security .security02_area {
		display: flex;
		flex-wrap: wrap;
	}
	.sec_security .security02_area .data_left {
		width: 100%;
		display: flex;
		gap: 4%;
		margin: 0 0 20px;
	}
	.sec_security .security02_area .data_left .logo {
		width: 24%;
		text-align: center;
		margin: 0;
		padding: 10px 2%;
	}
	.sec_security .security02_area .data_left > div {
		width: 72%;
	}
	.sec_security .security02_area .data_right {
		width: 100%;
		border-top: solid 1px #111;
		border-left: none;
	}
	.sec_security .security02_area .data_right p {
		width: 100%;
		padding: 30px 1% 0;
	}
	.sec_security .security03_area .data_left {
		width: 46%;
		margin-right: 4%;
	}
	.sec_security .security03_area .data_right {
		width: 50%;
	}
	.sec_security .security03_area .data_right .data_top {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 2%;
		margin-bottom: 20px;
	}
	.sec_security .security03_area .data_middle {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sec_security .security03_area .data_middle .data_area {
		width: 100%;
		display: flex;
		gap: 3%;
		background: #e1eaee;
		padding: 20px 3%;
	}
	.sec_security .security03_area .data_middle .data_area  > div:nth-child(1) {
		width: 69%;
	}
	.sec_security .security03_area .data_middle .data_area  > div:nth-child(2) {
		width: 28%;
		text-align: center;
	}
	.sec_security .security03_area .data_middle .data_area  > div:nth-child(2) p {
		width: 90%;
		margin: 0 auto;
	}
	.sec_security .security03_area .bottom p:nth-child(1) {
		font-size: 1.1rem;
	}
	.sec_security .security03_area .bottom p:nth-child(2) {
		font-size: 1.1rem;
	}
	.sec_security .security04_area {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.sec_security .security04_area .data_left {
		width: 100%;
		display: flex;
		gap: 4%;
	}
	.sec_security .security04_area .data_left p:nth-child(1) {
		width: 32%;
	}
	.sec_security .security04_area .data_left p:nth-child(2) {
		width: 64%;
		margin-top: 20px;
	}
	.sec_security .security04_area .data_right {
		width: 100%;
		padding: 20px 3%;
	}
	.sec_security .security05_area {
		padding: 30px 0 0;
	}
	.sec_security .security05_area .data_top {
		display: flex;
		flex-wrap: wrap;
		background: url("../imgs/equipment/smart_bg.png") no-repeat left top/70%;
	}
	.sec_security .security05_area .data_top > div {
		width: 98%;
		margin-right: 2%;
	}
	.sec_security .security05_area .data_top > p {
		width: 60%;
		margin: 20px 0 20px 40%;
	}
	.sec_security .security05_area .data_bottom {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		padding: 20px 3%;
	}
	.sec_security .security05_area .data_bottom .data_left {
		width: 100%;
	}
	.sec_security .security05_area .data_bottom .data_right {
		width: 100%;
	}
	.sec_security .txt01 {
		font-size: 1.4rem;
	}
	.sec_security .txt02 {
		font-size: 1.2rem;
	}
	.sec_security .txt03 {
		font-size: 2.2rem;
	}
	.sec_security .txt04 {
		font-size: 1.8rem;
		padding-left: 15vw;
	}
	.sec_security .txt05 {
		font-size: 1.4rem;
		padding-left: 15vw;
	}
	.sec_security .txt06 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.sec_security .txt07 {
		font-size: 1.5rem;
	}
	.sec_security .txt08 {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec_security .top_title {
		font-size: 2.8rem;
	}
	.sec_security .top_text {
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}
	.sec_security .security03_area {
		margin-bottom: 40px;
		padding: 20px 2% 10px;
	}
	.sec_security .security03_area .data_left {
		width: 100%;
		margin: 0 0 20px;
	}
	.sec_security .security03_area .data_left .key {
		width: 50%;
		margin: 0 auto 20px;
	}
	.sec_security .security03_area .data_right {
		width: 100%;
	}
	.sec_security .security03_area .data_middle {
		margin-bottom: 10px;
	}
	.sec_security .security03_area .data_middle .data_area  > div:nth-child(1) {
		width: 62%;
	}
	.sec_security .security03_area .data_middle .data_area  > div:nth-child(2) {
		width: 35%;
		margin-top: 30px;
	}
	.sec_security .security03_area .data_middle .data_area  > div:nth-child(2) p {
		width: 94%;
		margin: 0 auto;
	}
	.sec_security .security03_area .bottom p:nth-child(1) {
		font-size: 1.0rem;
	}
	.sec_security .security03_area .bottom p:nth-child(2) {
		font-size: 1.0rem;
	}
	.sec_security .security03_area .bottom {
		display: block;
	}
	.sec_security .security03_area .bottom p:nth-child(1) {
		width: 100%;
		font-size: 1.0rem;
	}
	.sec_security .security03_area .bottom p:nth-child(2) {
		width: 100%;
		font-size: 1.0rem;
		margin-top: 5px;
	}
	.sec_security .security04_area {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.sec_security .security04_area .data_left {
		width: 100%;
		display: flex;
		gap: 4%;
	}
	.sec_security .security04_area .data_left p:nth-child(1) {
		width: 32%;
	}
	.sec_security .security04_area .data_left p:nth-child(2) {
		width: 64%;
		margin-top: 10px;
	}
	.sec_security .security04_area .data_right {
		padding: 10px 2%;
	}
	.sec_security .security04_area .data_right .img {
		width: 100%;
		margin: 10px 0;
	}
	.sec_security .security05_area {
		margin-bottom: 50px;
	}
	.sec_security .security05_area .data_top > p {
		width: 75%;
		margin: 10px 0 10px 25%;
	}
	.sec_security .security05_area .data_bottom .data_left {
		padding: 20px 2% 0;
	}
	.sec_security .security05_area .data_bottom .data_right {
		padding: 10px 2% 0;
	}
	.sec_security .txt01 {
		font-size: 1.3rem;
	}
	.sec_security .txt02 {
		font-size: 1.1rem;
	}
	.sec_security .txt03 {
		font-size: 1.6rem;
		margin: 0 auto 20px;
	}
	.sec_security .txt04 {
		font-size: 1.5rem;
	}
	.sec_security .txt05 {
		font-size: 1.3rem;
		padding-left: 1vw;
	}
	.sec_security .txt06 {
		font-size: 1.2rem;
	}
	.sec_security .txt07 {
		font-size: 1.3rem;
	}
	.sec_security .txt08 {
		font-size: 1.2rem;
	}
}


/*========================================================
	Structure AREA
=========================================================*/
.sec_structure {
	width: 92%;
	margin: 0 auto 80px;
}
.sec_structure .top_title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: 4.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
.sec_structure .top_text {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 60px;
}
.sec_structure .struct_midashi {
	width: 100%;
	display: flex;
	margin-bottom: 60px;
}
.sec_structure .struct_midashi .left {
	width: 25%;
	text-align: center;
	background: #a7a9ac;
	padding: 8px;
}
.sec_structure .struct_midashi .left p {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
}
.sec_structure .struct_midashi .right {
	width: 75%;
	border: solid 1px #a7a9ac;
	padding: 8px 20px;
}
.sec_structure .struct_midashi .right p {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	color: #111;
	letter-spacing: 0.2em;
}

.sec_structure .struct01_area {
	width: 100%;
	position: relative;
	background: url("../imgs/equipment/struct_bg.png") no-repeat right/contain #ebe9e3;
	margin-bottom: 60px;
}
.sec_structure .struct01_area .img {
	width: 51%;
	margin-left: 2%;
	margin-right: 47%;
	padding: 40px 0 20px;
}
.sec_structure .struct01_area .data {
	width: 40%;
	position: absolute;
	left: 37%;
	bottom: 5%;
	background: #fff;
	padding: 20px 2%;
}
.sec_structure .struct02_area {
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3%;
	margin-bottom: 80px;
}
.sec_structure .struct02_area .box {
	width: 100%;
	border: solid 1px #111;
	margin-bottom: 10px;
	padding: 10px 3%;
}
.sec_structure .struct02_area .box2 {
	width: 100%;
	display: flex;
	gap: 4%;
	border: solid 1px #111;
	margin-bottom: 10px;
	padding: 30px 2%;
}
.sec_structure .struct02_area .box p {
	width: 82%;
	margin: 10px 4% 10px 14%;
}
.sec_structure .struct02_area .box2 p:nth-child(1) {
	width: 53%;
}
.sec_structure .struct02_area .box2 p:nth-child(2) {
	width: 43%;
}
.sec_structure .struct03_area {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 3%;
	margin-bottom: 80px;
}
.sec_structure .struct03_area .img2 {
	width: 100%;
	display: flex;
	gap: 4%;
	margin-bottom: 10px;
}
.sec_structure .struct03_area .box {
	width: 100%;
	border: solid 1px #111;
	padding: 20px 2%;
}
.sec_structure .struct03_area .box p {
	width: 100%;
}
.sec_structure .struct03_area .img2 > div {
	width: 48%;
}
.sec_structure .struct04_area {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 3%;
	margin-bottom: 80px;
}
.sec_structure .struct04_area .box {
	width: 100%;
	border: solid 1px #111;
	margin-bottom: 10px;
}
.sec_structure .struct05_area {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px 2.5%;
	margin-bottom: 40px;
}
.sec_structure .struct05_area .box {
	width: 100%;
	border: solid 1px #111;
	margin-bottom: 10px;
}
.sec_structure .struct06_area {
	width: 100%;
	display: flex;
	gap: 2.5%;
	margin-bottom: 80px;
}
.sec_structure .struct06_area .left_area {
	width: 49%;
}
.sec_structure .struct06_area .right_area {
	width: 23%;
}
.sec_structure .struct06_area .left_top {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3%;
	margin-bottom: 20px;
}
.sec_structure .struct06_area .left_bottom {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3%;
}
.sec_structure .struct06_area .left_bottom p {
	width: 100%;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
}
.sec_structure .struct06_area .box {
	width: 100%;
	display: flex;
	align-items: center;
	border: solid 1px #111;
	margin-bottom: 10px;
}

.sec_structure .img {
	margin-bottom: 10px;
}
.sec_structure .txt01 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 10px;
}
.sec_structure .txt02 {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.sec_structure .txt03 {
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 40px;
}
.sec_structure .txt04 {
	font-size: 2.6rem;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-left: 10vw;
}
@media only screen and (max-width: 767px) {
	.sec_structure .top_title {
		font-size: 4.0rem;
	}
	.sec_structure .top_text {
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 auto 50px;
	}
	.sec_structure .struct_midashi {
		width: 100%;
		display: flex;
		margin-bottom: 30px;
	}
	.sec_structure .struct_midashi .left {
		width: 22%;
		padding: 6px;
	}
	.sec_structure .struct_midashi .left p {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
	.sec_structure .struct_midashi .right {
		width: 78%;
		padding: 6px 10px;
	}
	.sec_structure .struct_midashi .right p {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
	.sec_structure .struct01_area {
		margin-bottom: 40px;
	}
	.sec_structure .struct01_area .data {
		width: 50%;
		position: absolute;
		left: 45%;
		bottom: 6%;
		padding: 10px 2%;
	}
	.sec_structure .struct02_area ,
	.sec_structure .struct03_area ,
	.sec_structure .struct04_area {
		margin-bottom: 50px;
	}
	.sec_structure .struct02_area .box {
		padding: 7px 3%;
	}
	.sec_structure .struct02_area .box2 {
		padding: 20px 2%;
	}
	.sec_structure .struct03_area .box {
		padding: 10px 2%;
	}
	.sec_structure .txt01 {
		font-size: 1.4rem;
	}
	.sec_structure .txt02 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.sec_structure .txt03 {
		font-size: 2.2rem;
	}
	.sec_structure .txt04 {
		font-size: 2.0rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec_structure {
		margin: 0 auto 50px;
	}
	.sec_structure .top_title {
		font-size: 2.8rem;
	}
	.sec_structure .top_text {
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}
	.sec_structure .struct_midashi {
		margin-bottom: 20px;
	}
	.sec_structure .struct_midashi .left {
		width: 22%;
		padding: 3px;
	}
	.sec_structure .struct_midashi .left p {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	.sec_structure .struct_midashi .right {
		width: 78%;
		padding: 3px 5px;
	}
	.sec_structure .struct_midashi .right p {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	.sec_structure .struct01_area {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.sec_structure .struct01_area .img {
		width: 80%;
		margin-left: 2%;
		margin-right: 18%;
		padding: 20px 0 5px;
	}
	.sec_structure .struct01_area .data {
		width: 90%;
		position: static;
		margin: 10px auto;
		padding: 10px 2%;
	}
	.sec_structure .struct02_area {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	.sec_structure .struct02_area .box p {
		width: 98%;
		margin: 0 0 0 2%;
	}

	.sec_structure .struct02_area > div:nth-child(2) {
		display: flex;
		gap: 4%;
		margin-top: 30px;
	}
	.sec_structure .struct02_area > div:nth-child(2) > div {
		width: 48%;
	}
	.sec_structure .struct03_area {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	.sec_structure .struct03_area > div:nth-child(1) {
		display: flex;
		gap: 4%;
		margin-bottom: 30px;
	}
	.sec_structure .struct03_area > div:nth-child(1) > p ,
	.sec_structure .struct03_area > div:nth-child(1) div {
		width: 48%;
	}
	.sec_structure .struct04_area {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px 3%;
		margin-bottom: 30px;
	}
	.sec_structure .struct05_area {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px 3%;
		margin-bottom: 30px;
	}
	.sec_structure .struct06_area {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 3%;
		margin-bottom: 30px;
	}
	.sec_structure .struct06_area .left_area {
		width: 100%;
	}
	.sec_structure .struct06_area .right_area {
		width: 48.5%;
	}
	.sec_structure .txt01 {
		font-size: 1.3rem;
		margin: 0 auto 5px;
	}
	.sec_structure .txt02 {
		font-size: 1.0rem;
	}
	.sec_structure .txt03 {
		font-size: 1.8rem;
	}
	.sec_structure .txt04 {
		font-size: 1.6rem;
	}
}



.mb40 { margin-bottom: 40px !important; }
@media only screen and (max-width: 480px) {
	.mb40 { margin-bottom: 20px !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;
}
