@charset 'UTF-8';

/***********
common
************/
body{
	background: #FAFAFA;
	color: #000;
}
/* body.sc{
	font-family: 'Noto Sans CJK JP','Noto Sans SC','Noto Sans JP',"微软雅黑","宋体", sans-serif;
} */
img{
	max-width: 100%;
}
.cont_wrap{
	background: #fff;
	max-width: 500px;
	margin: auto;
}
.inner{
	width: 84%;
	margin: auto;
	max-width: 500px;
}
.inner02{
	width: 94%;
	margin: auto;
	max-width: 500px;
}
.inner03{
	width: 89%;
	margin: auto;
	max-width: 500px;
}
*{
	box-sizing: border-box;
}

.font_toppan{
	font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.font_din {
	font-family: din-2014, sans-serif;
	font-weight: 800;
	font-style: normal;
}
.font_din.type02 {
	font-weight: 700;
}
.anchor{
	padding-top: 70px;
	margin-top: -70px;
}
/***********
header
************/
#headerWrap{
    position: fixed;
    z-index: 10;
    background: #fff;
	max-width: 500px;
    width: 100%;
    margin: auto;
	right: 0;
	left: 0;
}
#header{


}
.floor_btn{
    max-width: 40px;
    width: 100%;
    height: 40px;
    background: #848484;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}
.floor_btn .icon{
    max-width: 14px;
    width: 100%;
    height: 14px;
    position: absolute;
    right: 0;
    left: 3px;
    top: 0;
    bottom: 6px;
    margin: auto;
}
.floor_btn p{
    font-size: 10px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.02em;
    width: 100%;
    margin: auto auto 4px;
}
.flex_box{
    padding: 10px;
}
.flex_box .header_inner{
    display: flex;
    justify-content: space-between;
	width: 100%;
	align-items: center;
}
.logo_area .logo{
	max-width: 120px;
	margin-bottom: 5px;
}
.logo_area p{
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.02em;
}
.language_btn{
	max-width: 40px;
	height: 40px;
}
/***********
floor_nav
************/
.bk,
.bk02{
	display: none;
	position: fixed;
	background: #fff;
	z-index: 1;
	width:100%;
	height: 100vh;
	max-width: 500px;
    margin: auto;
    right: 0;
    left: 0;
	/* transition: all 0.6s; */
}

/* .bk02{
	top:-120%;
	width:100%;
	height: 100vh;
	transition: all 0.6s;
	position: fixed;
	background: #fff;
	display: none;
	z-index: 1;
} */
.bk.has,
.bk02.has{
	top: 0;
	display: none;
	z-index: 2;
}
/* .bk.active, */
/* .bk02.active{
	top: 0;
} */
#floor_nav {
	width:100%;
    height: 100vh;
	/* transition: all 0.6s; */
	position: fixed;
	z-index: 8;
	/* opacity: 0; */
	display: none;
	/* visibility: hidden; */
	background: #fff;
	padding-top: 70px;
	max-width: 500px;
	right: 0;
	left: 0;
	margin: auto;
}
#floor_nav .nav_wrap{
	background: #848484;
	/* top:-120%; */
	height:100%;
	/* height: 100dvh; */
	display: flex;
    flex-direction: column;
}
.scroll_area{
	overflow-y: auto;
	height: 78vh;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}
.scroll_area::-webkit-scrollbar{
	display:none;
}
#floor_nav.has{
	z-index: 2;
}
/* #floor_nav.active{
	opacity: 1;
	visibility: visible;
} */
#floor_nav-list{
	padding: 25px 0 0;
}
.floor_area{
	display: flex;
    align-items: flex-start;
	justify-content: center;
	color: #262626;
}
.floor_area + .floor_area{
	padding-top: 25px;
	position: relative;
}
.floor_area + .floor_area::before{
	content: '';
    position: absolute;
    right: -60px;
    left: 0;
    /* bottom: 0; */
    top: 2px;
    margin: auto;
    width: 8px;
    height: 18px;
    background-image: url(/factoryguide/img/common/reader_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.floor_area > dt{
	margin-right: 20px;
}
.floor_area > dt > p{
	font-size: 35px;
	letter-spacing: 0.02em;
	color: #fff;
	line-height: 1.26;
}
.floor_area > dd{
	width: calc(100% - 60px);
	max-width: 255px;
}
.floor_area > dd li{
	background: #fff;
	max-width: 255px;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.floor_area > dd li a{

}

.floor_area > dd li div{
    padding: 16px 20px 14px;
    box-sizing: border-box;
}
.floor_area > dd li p{
	font-weight: 800;
	position: relative;
	text-align: center;
	color: #262626;
}
.en .floor_area > dd li p{
	line-height: 1.4;
}
.floor_area > dd li p::before{
    content: '6F';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 1px;
    margin: auto;
    width: auto;
    height: auto;
    text-align: left;
    font-family: din-2014, sans-serif;
}
.floor_area.floor2 > dd li p::before{
	content: '2F';
}
.floor_area.floor3 > dd li p::before{
	content: '3F';
}
.floor_guid{
    margin: 15px auto 30px;
	text-align: center;
	max-width: 315px;
}
.floor_guid a{
    border: 1px solid #fff;
    border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	display: block;
}
.floor_guid p{
    font-weight: 800;
    font-size: 14px;
    position: relative;
	color: #fff;
	display: inline-block;
	padding-left: 27px;
	line-height: 1.42;
}
.floor_guid p::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* top: 0; */
    margin: auto;
    width: 18px;
    height: 17px;
    background-image: url(/factoryguide/img/common/guid_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
#arrow_area,
#arrow_area02{
	text-align: center;
	cursor: pointer;
}
#arrow_area .img{
	padding: 15px;
}
#arrow_area02.type02 .img{
    padding: 4px 0 9px;
}
#arrow_area .img img,
#arrow_area02.type02 .img img{
	width: 16px;
	margin: auto;
}
/***********
language_nav
************/
#language_nav{
	width:100%;
    height: 100vh;
	/* transition: all 0.8s; */
	position: fixed;
	z-index: 8;
	/* opacity: 0; */
	display: none;
	padding-top: 70px;
	/* visibility: hidden; */
	max-width: 500px;
	right: 0;
	left: 0;
	margin: auto;
}
#language_nav .nav_wrap{
	background: #fff;
	/* top:-120%; */
	height: 100%;
	height: 100dvh;
	display: flex;
    flex-direction: column;
}
#language_nav.has{
	z-index: 2;
}
/* #language_nav.active{
	opacity: 1;
	visibility: visible;
} */
#language_nav-list{
	padding-top: 28px;
	color: #262626;
}
#language_nav h2{
	font-size: 24px;
	text-align: center;
	font-weight: 800;
	/* line-height: 2.2; */
}
#language_nav h2 span{
    display: block;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.26;
    margin-top: 9px;
}
#language_nav ul{
	margin: 40px 0 105px;
}
#language_nav li:not(:last-of-type){
	margin-bottom: 20px;
}
#language_nav a{
	border: 2px solid #262626;
	border-radius: 8px;
	display: block;
}
#language_nav p{
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.42;
    padding: 14px 15px 12px;
	color: #262626;
}
/***********
modal
************/
.modal{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
	pointer-events: none;
    opacity: 0;
    z-index: 20;
}
.modal.is-active {
    opacity: 1;
    pointer-events: auto;
}
.modal__overlay{
	position: absolute;
	background-color: rgba(255,255,255,0.51);
	width: 100%;
    height: 100%;
    cursor: pointer;
}
.modal.type04 .modal__overlay{
	background-color: rgba(0,0,0,0.58);
}
.modal__close-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	border-radius: 0 8px 0 0;
	height: 30px;
	cursor: pointer;
	z-index: 20;
	background: linear-gradient(to bottom left, #008CD6 50% , #fff 50%);
}
.modal.type03 .modal__close-btn{
	background: linear-gradient(to bottom left, #DC0012 50% , #fff 50%);
}
.modal.type04 .modal__close-btn{
	background: linear-gradient(to bottom left, #7BBEED 50% , #fff 50%);
}
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 10px;
    margin: 7px 17px;
    height: 2px;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.modal__content {
	width: 86%;
    margin: auto;
	border: 2px solid #008cd6;
	border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
	padding: 16px;
	max-width: 500px;
}
.modal.type04 .modal__content {
	width: auto;
	min-width: 167px;
	border: 2px solid #7BBEED;
	box-sizing: border-box;
	padding: 31px 16px 26px;
}
.modal.type03 .modal__content {
	border: 2px solid #DC0012;
	width: auto;
	min-width: 166px;
	max-width: 327px;
	padding: 20px 37px 15px 20px;
	display: block;
	box-sizing: border-box;
}
.modal__content .img{
	text-align: center;
	width: 93%;
	margin: 15px auto auto;
}
.modal.type02 .modal__content .img{
	width: 90%;
	margin: 12px auto auto;
}
.modal__content p.numbering.type08 .small{
	font-size: 16px;
}
.modal__content p.numbering.type08 .contact{
	font-size: 20px;
}
.modal.type04 p{
    font-size: 18px;
    line-height: 1.44;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 20;
}
.modal.type04 span{
	font-size: 22px;
	font-weight: 600;
}
