
/*====================================================
//// id 　main
====================================================*/
#main .innerBox {
	height: calc(100vh - 130px);
}
#main .itemBox {
	padding: 100px 0 0;
	width: 100%;
	height: 100%;
}
#main .item-outer {
	margin: auto;
	width: 100%;
		max-width: 1200px;
	height: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#main .innerBox {
		min-height: calc(100px + 130vw);
		/* min-height: 130vw;
		max-height: 1000px */
	}
	#main .itemBox {
		/* height: calc(100vh - 180px);
		height: calc(100dvh - 180px);
			max-height: 900px;
			min-height: 130vw; */
		padding: 60px 0 50px;
	}
}

@media screen and (max-width:580px) {
	#main .itemBox {
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#main .innerBox {
		height: auto;
		min-height: 0;
	}
	#main .itemBox {
	}
	#main .itemBox {
		display: flex;
			align-items: center;
		min-height: 0;
		/* height: 85vw;
			max-height: 1000px; */
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:1080px) {
	#main .itemBox {
		padding-top: 140px;
	}
}

@media screen and (min-width:1080px) {
}

@media screen and (min-width:1280px) {
	#main .innerBox {
		height: auto;
		min-height: 0;
	}
	#main .itemBox {
		height: auto;
		min-height: 0;
	}
}

/*====================================================
//// id 　tab
====================================================*/
.tabBox .item {
	position: relative;
}
.tabBox #content-s_1 .item .coverImg {
	padding-top: 71.2%;
}
.tabBox #content-s_2 .item .coverImg {
	padding-top: 90%;
}
.tabBox #content-s_3 .item .coverImg {
	padding-top: 72.45%;
}
.tabBox #content-s_4 .item .coverImg {
	padding-top: 89.8%;
}
.tabBox #content-s_5 .item .coverImg {
	padding-top: 64%;
}
.tabBox .map_icon {
	background: url('../img/cmn/icon-search.png') no-repeat center / contain;
	cursor: pointer;
	margin: auto;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 10;
}

.tabBox .map_icon.s_1-1 {
	top: 5%;
	left: 60%;
}
.tabBox .map_icon.s_1-2 {
	top: 13%;
	left: 18%;
}
.tabBox .map_icon.s_1-3 {
	top: 37.5%;
	left: 5%;
}

.tabBox .map_icon.s_2-1 {
	top: 4.5%;
	left: 38%;
}
.tabBox .map_icon.s_2-2 {
	top: 8%;
	left: 70%;
}
.tabBox .map_icon.s_2-3 {
	top: 63%;
	left: 18%;
}

.tabBox .map_icon.s_3-1 {
	top: 68%;
	left: 42.5%;
}
.tabBox .map_icon.s_3-2 {
	top: 57%;
	left: 75%;
}
.tabBox .map_icon.s_3-3 {
	top: 13%;
	left: 18%;
}
.tabBox .map_icon.s_3-4 {
	top: 37.5%;
	left: 5%;
}

.tabBox .map_icon.s_4-1 {
	top: 60%;
	left: 49%;
}
.tabBox .map_icon.s_4-2 {
	top: 63%;
	left: 18%;
}

.tabBox .map_icon.s_5-1 {
	top: 32%;
	left: 73%;
}

#main .imgBox .section_name {
	position: absolute;
	z-index: 2;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {

	.tabBox {
		display: grid;
			grid-gap: 30px;
			grid-template-rows: auto 1fr;
		height: 100%;
		position: relative;
	}
	.tabBox .tabArea {
		grid-gap: 10px;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 30px;
	}
	.tabBox .tabArea li {
		cursor: pointer;
		display: flex;
			align-items: center;
			justify-content: center;
		line-height: 1.2;
		/* width: calc(100% / 3 - 20px / 3); */
	}
	.tabBox .tabArea li:nth-child(3),
	.tabBox .tabArea li:nth-child(4),
	.tabBox .tabArea li:nth-child(5) {
		grid-row: 2;
	}
	.tabBox .tabArea li.current {
		cursor: default;
		pointer-events: none;
	}
	.tabBox .tabArea li .text {
		border-bottom: solid 1px transparent;
		padding: .2em 0;
		transition: .2s ease-in-out;
	}
	.tabBox .tabArea li.current .text {
		border-bottom-color: #000;
	}
	.tabBox .contentArea {
		position: relative;
		transition: .4 all;
	}
	.tabBox .contentArea .tab_content {
		height: 100%;
		padding: 0 4vw;
		transition: .6s all;
	}
	.tabBox .contentArea .tab_content:not(.current) {
		opacity: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.tabBox .item {
		margin: auto;
		width: 100%;
			max-width: 450px;
	}
	.tabBox .item .area_name {
		display: none;
	}

	#main .imgBox {
		margin: auto;
	}
	#main #content-s_5 .imgBox {
		width: 70%;
	}

	#main #content-s_1 .imgBox .section_name {
		top: 70%;
		left: 55%;
	}
	#main #content-s_2 .imgBox .section_name {
		top: 67%;
		left: 55%;
	}
	#main #content-s_3 .imgBox .section_name {
		bottom: 75%;
		left: 55%;
	}
	#main #content-s_4 .imgBox .section_name {
		bottom: 69%;
		left: 55%;
	}
	#main #content-s_5 .imgBox .section_name {
		bottom: 110%;
		left: 40%;
	}

}

@media screen and (min-width:580px) and (max-width:769px) {
	#main .imgBox .section_name {
		font-size: 1.25em;
	}
}

@media screen and (max-height:680px) {
	.tabBox {
	}
}

@media screen and (max-width:580px) {
	.tabBox {
	}

	.tabBox .map_icon {
		width: 10vw;
		height: 10vw;
	}

}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.tabBox .tabArea {
		display: none;
	}
	.tabBox {
		/* border: solid 1px; */
		padding-top: 70%;
		position: relative;
		width: 100%;
		/* height: 100%; */
	}
	.tabBox .item {
		/* border: solid 1px; */
		margin: auto;
		pointer-events: none;
		position: absolute;
	}
	.tabBox #content-s_1 .item {
		top: 5%;
		left: 12%;
		width: 40%;
	}
	.tabBox #content-s_2 .item {
		top: 6.5%;
		right: 14%;
		width: 31%;
	}
	.tabBox #content-s_3 .item {
		bottom: 0;
		left: 0;
		width: 39.5%;
	}
	.tabBox #content-s_4 .item {
		bottom: 0;
		left: 42%;
		width: 31%;
	}
	.tabBox #content-s_5 .item {
		bottom: 0;
		right: 0;
		width: 24.5%;
	}

	.tabBox .item .area_name {
		font-size: 1.3em;
		position: absolute;
	}
	.tabBox #content-s_1 .area_name {
		top: 10%;
		left: 15%;
	}
	.tabBox #content-s_2 .area_name {
		bottom: 8%;
		right: 32%;
	}
	.tabBox #content-s_4 .area_name {
		top: -1%;
		right: 12%;
	}
	.tabBox #content-s_5 .area_name {
		top: 13%;
		left: 8%;
	}

	.tabBox .map_icon {
		pointer-events: auto;
		transition: .2s ease-in-out;
	}
	.tabBox .map_icon:hover {
		transform: scale(1.1);
	}
	.tabBox .map_icon.s_3-1 {
	}

	#main #content-s_1 .imgBox .section_name {
		top: 70%;
		left: 55%;
	}
	#main #content-s_2 .imgBox .section_name {
		top: 67%;
		left: 55%;
	}
	#main #content-s_3 .imgBox .section_name {
		bottom: 68%;
		left: 55%;
	}
	#main #content-s_4 .imgBox .section_name {
		bottom: 69%;
		left: 55%;
	}
	#main #content-s_5 .imgBox .section_name {
		bottom: 124%;
		left: 40%;
	}

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:1080px) {
	.tabBox {
		padding-top: 100%;
	}
	.tabBox #content-s_1 .item {
		top: 0;
		left: 5%;
		width: 45%;
	}
	.tabBox #content-s_2 .item {
		top: 1%;
		left: auto;
		right: 10%;
		width: 35%;
	}
	.tabBox #content-s_3 .item {
		top: 40%;
		left: 5%;
		bottom: auto;
		width: 45%;
	}
	.tabBox #content-s_4 .item {
		top: 41.2%;
		left: auto;
		right: 10%;
		bottom: auto;
		width: 35%;
	}
	.tabBox #content-s_5 .item {
		top: 80%;
		right: 10%;
		width: 24%;
	}


	.tabBox .map_icon {
		width: 40px;
		height: 40px;
	}

	#main #content-s_5 .imgBox .section_name {
		bottom: 110%;
	}

}

@media screen and (min-width:1550px) {
}


/*====================================================
//// id 　modal
====================================================*/
.modal-container{
	background: rgba(0,0,0,.7);
	opacity: 0;
	position: fixed;
		top: 0;
		left: 0;
	transition: .3s;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.modal-container:before{
	background: rgba(0, 0, 0, .1);
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	display: flex;
		align-items: center;
		justify-content: center;
	margin: auto;
	position: relative;
	vertical-align: middle;
	height: 100%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	background: #000;
	border-radius: 100%;
	cursor: pointer;
	display: flex;
		align-items: center;
		justify-content: center;
	position: absolute;
		top: -10px;
		right: -10px;
	width: 40px;
	height: 40px;
}
.modal-close::before ,
.modal-close::after {
	background: #fff;
	border-radius: 10px;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	width: 40%;
	height: 8%;
}
.modal-close::before {
	transform: rotate(45deg);
}
.modal-close::after {
	transform: rotate(-45deg);
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.modal-close {
		position: fixed;
			top: auto;
			right: 20px;
			bottom: 70px;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	header .menuBtn.event_none {
		transition: 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id modal item
====================================================*/
#modal .itemBox {
	width: 100%;
	height: 100%;
}
#modal .detail_item {
	color: #fff;
	margin: 0 !important;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
		/* max-width: 1200px; */

}

#modal .detail_item.current {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}

#modal .detail_item.layout-single {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

#modal .detail_item.layout-left .imgBox .coverImg,
#modal .detail_item.layout-right .imgBox .coverImg {
	/* margin: 0;
	width: 100%; */
}
#modal .detail_item .infoBox {
	border: solid;
	border-width: 1px 0;
}
#modal .detail_item .infoBox .info_item {
	grid-gap: 3px;
	grid-template-rows: auto 1fr;
	padding: .5em;
	position: relative;
}
#modal .detail_item .infoBox .info_item::after {
	border-left: solid 1px;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	width: 0;
	height: calc(100% - 16px);
}
#modal .detail_item .infoBox .info_item:last-child::after {
	display: none;
}
#modal .detail_item .infoBox .info_item dt {
	font-size: .7em;
}
#modal .detail_item .arrowBtn-small {
	font-size: 1em;
}

#modal .detail_item .linkBox {
	width: 100%;
	max-width: none;
}
#modal .detail_item .arrowBtn::before {
	border-bottom-color: #fff;
}
#modal .detail_item .arrowBtn::after {
	border-left-color: #fff;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
	#modal .detail_item {
		grid-gap: 15px 0;
		line-height: 1.7;
		margin: auto;
		width: 88%;
	}
	#modal .detail_item.layout-single .imgBox ,
	#modal .detail_item.layout-left .imgBox {
		margin: 0;
		width: 100%;
	}
	#modal .detail_item h2 {
		font-size: 2.4rem;
		margin-bottom: -.3em;
	}
	#modal .detail_item .txtBox {
		width: 100%;
	}
	#modal .detail_item .txtBox .infoBox dd {
		font-size: .9em;
	}
	#modal .detail_item .txtBox .infoBox dd > div {
		height: 2em;
		overflow-y: scroll;
	}
	#modal .detail_item.layout-left .txtBox .copyBox {
		height: 5em;
		overflow-y: scroll;
	}
	#modal .detail_item .txtBox .infoBox dd > div::-webkit-scrollbar ,
	#modal .detail_item .txtBox .copyBox::-webkit-scrollbar {
   width: 5px;
	}
	#modal .detail_item .txtBox .infoBox dd > div::-webkit-scrollbar-track ,
	#modal .detail_item .txtBox .copyBox::-webkit-scrollbar-track {
	   background-color: transparent;
	}
	#modal .detail_item .txtBox .infoBox dd > div::-webkit-scrollbar-thumb ,
	#modal .detail_item .txtBox .copyBox::-webkit-scrollbar-thumb {
	   background-color: #fff;
		 background: linear-gradient(to right, transparent 50%, transparent 50%, #fff 50%, #fff 100%);
	}

	#modal .detail_item .linkBox .linkBtn {
		width: auto;
	}
}

@media screen and (max-width:768px) {
	#modal .innerBox {
		padding: 30px 0 80px;
	}
}

@media screen and (max-width:580px) {
	#modal .detail_item .imgBox .coverImg {
		padding-top: 100%;
	}
	#modal .detail_item h2 {
		font-size: 5.7vw;
	}
}

@media screen and (max-height:680px) {
	#modal .detail_item .imgBox .coverImg {
		padding-top: 0;
		height: 80vw;
			max-height: 30vh;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
	#modal .detail_item .txtBox .infoBox {
		line-height: 1.8;
	}
	#modal .detail_item.layout-left .linkBox {
		grid-column: 1 / 3;
	}

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id 　leadCopy
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#leadCopy .itemBox {
		grid-gap: 30px;
		grid-template-columns: 70px 1fr;
		padding-right: 2vw;
	}
	#leadCopy .headBox {
		grid-row: 1 / 3;
	}
	#leadCopy .headBox h2 {
		-ms-writing-mode: tb-rl;
		    writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		        text-orientation: upright;
		letter-spacing: .3em;
		line-height: 1.4;
		margin-top: .2em;
		white-space: nowrap;
	}
}

@media screen and (max-width:580px) {
	#leadCopy .itemBox {
		grid-template-columns: 17vw 1fr;
	}
	#leadCopy .headBox {
		grid-row: 1 / 2;
	}
	#leadCopy .headBox h2 {
		font-size: 7vw;
	}
	#leadCopy .linkBox {
		grid-column: 1 / 3;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#leadCopy .headBox {
		margin-bottom: 40px;
		text-align: center;
	}
	#leadCopy .headBox h2 {
		font-size: 4.3rem;
		letter-spacing: .2em;
	}
	#leadCopy .txtBox {
		text-align: center;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#leadCopy .headBox h2 {
		font-size: 3.8vw;
	}
}

@media screen and (min-width:1550px) {
	#leadCopy .headBox h2 {
		font-size: 4.8rem;
	}
}

/*====================================================
//// id 　banner
====================================================*/
#banner .imgBox {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#banner .arrowBtn::before {
	border-bottom-color: #fff;
}
#banner .arrowBtn::after {
	border-left-color: #fff;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#banner .innerBox {
		width: 100%;
	}
	#banner .item-inner {
		grid-template-rows: 1fr auto;
		height: 40vw;
			max-height: 240px;
		padding: 20px 3vw;
	}
	#banner .item .jp {
		font-size: 4.0rem;
		margin-left: .5em;
	}
	#banner .item .arrowBtn {
		min-width: 200px;
	}
	#banner .arrowBtn::after {
		height: 30px;
	}

}

@media screen and (max-width:580px) {
	#banner .item .jp {
		font-size: 7vw;
	}
	#banner .item .arrowBtn {
		transform: scale(.8);
		transform-origin: bottom right;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#banner .item .item-inner {
		grid-template-rows: 1fr 40px;
		height: 300px;
		padding: 30px 40px;
	}
	#banner .item .jp {
		font-size: 4.2rem;
	}
	#banner .item .arrowBtn {
		font-size: 1.8rem;
		min-width: 200px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#banner .item .arrowBtn {
		font-size: 1.6rem;
		min-width: 180px;
	}
}

@media screen and (min-width:1550px) {
	#banner .item .item-inner {
	}
	#banner .item .jp {
	}
	#banner .item .arrowBtn {
		font-size: 1.8rem;
		min-width: 260px;
	}
}

/*====================================================
//// id 　
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}
