@charset "utf-8";
/* CSS Document */

/*contents*/
@-ms-viewport { width: device-width; }
html { height:100%; }
body {
	height:100%;
	margin:0;
	padding:0;
	font-size:13px;
	color:#e9eef8;
	font-family: "Noto Sans JP", sans-serif;
}
#contents{
    position: relative;
    display: block;
    width: 100%;
	height: 100%;
	height: 100dvh;
    float: left;
}

header{
	position: absolute;
	top:33px;
	left:50%;
	transform:translate(-50%,0);
	z-index: 0;
    width: 1188px;
	max-width: 100%;
    height: 57px;
	border-radius: 2px;
	background:rgba(55,59,66,0.4);
	border:1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}
header:hover{
	background:#030A17;
}
.ProductHeader_Header-top__ODjjZ{
    width: 100%;
}
.HeaderBreadcrumbsList_Header-breadcrumbs__IKWFY{
    position: relative;
	width: calc(100% - 120px);
    margin: 0 auto;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	header{
		width:calc(100% - 40px);
		top:12px;
		z-index:1;
	}

    .HeaderBreadcrumbsList_Header-breadcrumbs__IKWFY {
		width: 100%;
        padding:0 20px;
    }
}
.HeaderBreadcrumbsList_links__ijTFN{
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: space-between;
    height: 57px;
}
@media only screen and (max-width: 767px) {
    .HeaderBreadcrumbsList_Header-breadcrumbs__IKWFY>.HeaderBreadcrumbsList_links__ijTFN {
        overflow-x:scroll;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
}
#detail_modal{
	cursor: pointer;
}

.HeaderBreadcrumbsList_links__ijTFN > *{
	flex:0 0 auto;
	color: #6cbbf4;
}
.HeaderBreadcrumbsList_Header-breadcrumbs__IKWFY>.HeaderBreadcrumbsList_links__ijTFN>.HeaderBreadcrumbsList_link__ukN01{
	font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .012em;
    position: relative;
	color: #6cbbf4;
    white-space: nowrap;
	text-decoration: none;
}
.HeaderBreadcrumbsList_Header-breadcrumbs__IKWFY>.HeaderBreadcrumbsList_links__ijTFN>.HeaderBreadcrumbsList_link__ukN01:hover{
	text-decoration: underline;
}
.HeaderBreadcrumbsList_Header-breadcrumbs__IKWFY>.HeaderBreadcrumbsList_links__ijTFN>.HeaderBreadcrumbsList_icon__9rjt6{
	padding:0 20px;
}
@media only screen and (max-width: 767px) {
    .HeaderBreadcrumbsList_Header-breadcrumbs__IKWFY>.HeaderBreadcrumbsList_links__ijTFN>.HeaderBreadcrumbsList_icon__9rjt6 {
        padding:0 12px;
		height: 16px;
    }
}

#pano{
	width:100%;
	height:100%;
	margin:0 auto;
	z-index: 0;
}

#modal{
	display: none;
	z-index: 200;
}

.modal,
.modal_bg{
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.modal,
.modal_bg,
.modal_close{
	position:absolute;
}

.modal_contents{
	position:absolute;
	left:50%;
	top:50%;
	translate:-50% -50%;
	background:#181B22;
	width:760px;
	height:80%;
	padding:0 0 0 48px;
	box-sizing: border-box;
	
}
@media screen and (max-width: 767px) and (orientation : portrait) {
	.modal_contents{
		width:100%;
		height:100%;
		padding : 0 0 0 25px;
	}
}
@media screen and (max-width: 767px) and (orientation : landscape) {
	.modal_contents{
		width:100%;
		height:100%;
		padding : 0 0 0 25px;
	}
}

#modal_header{
	width:100%;
	height:136px;
	z-index: 1;
	position: relative;
	background:#181B22;
}
@media screen and (max-width: 767px) and (orientation : portrait) {
	#modal_header{
		height : 80px;
	}
}
@media screen and (max-width: 767px) and (orientation : landscape) {
	#modal_header{
		height:80px;
	}
}

#modal_scrollbox{
	position: relative;
	top:0;
	width: 100%;
	height : calc(100% - 136px);
	padding-right: 48px;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
	scrollbar-width: thin;             /* Firefox */
	scrollbar-color: rgba(255, 255, 255, 0.2) transparent; /* Firefox */
}

#modal_scrollbox::-webkit-scrollbar {
	width: 4px;
	height: 4px;
  }
  
  #modal_scrollbox::-webkit-scrollbar-track {
	background: transparent;
  }
  
  #modal_scrollbox::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	transition: background-color 0.3s;
  }
  
  #modal_scrollbox::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255, 255, 255, 0.4);
  }

@media screen and (max-width: 767px) and (orientation : portrait) {
	#modal_scrollbox{
		height : calc(100% - 80px);
		padding-right:20px;
	}
}
@media screen and (max-width: 767px) and (orientation : landscape) {
	#modal_scrollbox{
		width : auto;
		height :calc(100% - 80px);
		padding-right:20px;
	}
}
.modal_bg{
	background-color:rgba(3,10,23,.7);
}
#modal_close{
	position: absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	background-image:url(../skin/icon_close.png);
	background-repeat: no-repeat;
	background-size:cover;
	width: 40px;
    height: 40px;
}
@media only screen and (max-width: 767px) {
	#modal_close{
		top:20px;
		right:20px;
	}
}
@media only screen and (max-width: 767px) and (orientation : landscape){
	#modal_close{
		top:20px;
		right:20px;
	}
}


#modal_close:hover{
	background-image:url(../skin/icon_close_hover.png);
}
#modal_ttl{
	font-size: 40px;
	color: #fff;
	font-family: sans-serif;
	margin:calc((1em - 1lh) / 2) 0 0;
	padding:0 0 55px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	#modal_ttl{
		font-size: 28px;
		padding-bottom: 48px;
	}
}

.h2_ttl{
	font-size:32px;
	margin:calc((1em - 1lh) / 2 + 50px) 0;
}
.h3_ttl{
	font-size:26px;
	margin:calc((1em - 1lh) / 2 + 40px) 0;
}
@media screen and (max-width: 767px) {
	.h2_ttl{
		font-size: 24px;
		margin:calc((1em - 1lh) / 2 + 44px) 0;
	}
	.h3_ttl{
		font-size: 20px;
		margin:calc((1em - 1lh) / 2 + 30px) 0;
	}
}

.h1_txt,
.h2_txt,
.h3_txt,
.h3_ttl .small_txt{
	font-size:16px;
}

.h3_ttl .small_txt{
	display: inline-block;
	line-height: 1.2;
	margin-top: calc((1em - 1lh) / 2 + 40px);
}
.h2_txt{
	margin-top:calc((1em - 1lh) / 2);
	margin-bottom: calc((1em - 1lh) / 2 + 73px);
}
.h3_txt{
	margin-top:calc((1em - 1lh) / 2 + 12px);
}

@media screen and (max-width: 767px) {
	.h1_txt,
	.h2_txt,
	.h3_txt{
		font-size: 16px;
	}
	.h2_txt{
		margin-bottom: calc((1em - 1lh) / 2 + 67px);
	}
}

.h3_imgbox{
	width:100%;
	margin-bottom:calc((1em - 1lh) / 2 + 120px);
}
.imgbox-row {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1em; /* 任意の余白 */
}
.imgbox-row .h3_imgbox {
	width: calc(50% - 0.5em); /* gap 分を引くと良い */
}
.h3_img{
	width:100%;
	object-fit:cover;
}
.h3_img2{
	width: calc(50% - 0.5em);
}
@media screen and (max-width: 767px) {
	.h3_imgbox{
		margin-bottom:calc((1em - 1lh) / 2 + 55px);
	}
	.imgbox-row{
		flex-direction: column;
	}
	.h3_imgbox,
	.imgbox-row .h3_imgbox,
	.h3_img2 {
		width:100%;
	}
}



#modal.detail table{
	width:100%;
	border-collapse: collapse;
	margin-bottom: 98px;
	border:1px solid #696c73;
	border-width:1px 0 0 0;
}
#modal.detail td{
	border:1px solid #696c73;
	border-width:0 0 1px 0;
	height: 30px;
}
#modal.detail .h2_txt{
	width:230px;
}

@media screen and (max-width: 767px) {
	#modal.detail tr{
		display: flex;
		flex-direction: column;
		padding-top:18px;
	}
	#modal.detail td,
	#modal.detail .h2_txt{
		width: 100%;
		margin-bottom: 0;
		height: auto;
	}
	#modal.detail .h2_txt{
		border-width:0;
	}
	#modal.detail .h2_txt2{
		border-width:0 0 1px 0;
		padding-bottom:8px;
	}
}

#modal_video{
	width: 100%;
}
@media screen and (max-width: 767px) and (orientation : landscape) {
	#modal_video{
		width: auto;
		height: calc(100% - calc(28 / 768 * 100vw) - calc(10 / 589 * 100vw) - calc(23 / 667 * 100vw));	
	}
}


#modal_txt{
	font-size: calc(20 / 1920 * 100vw);
	color: #fff;
	font-family: sans-serif;
	margin:calc(5 / 1920 * 100vw) 0 0;
	padding:0;
}
@media screen and (max-width: 767px) {
	#modal_txt{
		font-size: calc(16 / 589 * 100vw);
		margin-top:calc(5 / 589 * 100vw);
	}
}
@media screen and (max-width: 767px) and (orientation : landscape){
	#modal_txt{
		font-size: calc(12 / 768 * 100vw);
		margin-top:0;
	}
}


.page_hotspot{
	position: relative;
	background-repeat: no-repeat;
	width: 68px !important;

	div{
		padding: 0 !important;
	}

	.page_hotspot_main{
		position: absolute;
        top: 0;
        left: 0;
		width:auto;
		height: 68px;
		object-fit: contain;
	}

	.page_hotspot_hover{
		position: absolute;
		top:0;
		left:0;
		display:none;
	}
	.page_hotspot_txt{
		width:auto;
		height:68px;
		margin: auto;
	}
}
.page_hotspot:hover{
	.page_hotspot_main{
		display: none;
	}
	.page_hotspot_hover{
		display: block;
	}
}
.txt_notice{
	width:100%;
	height:auto;
}


@media screen and (max-width: 767px) {
	.page_hotspot:hover{
		.page_hotspot_main{
			display: block;
		}
		.page_hotspot_hover{
			display: none;
		}
	}

}