@charset "UTF-8";
/* CSS Document */

/*
Theme Name: THINGS.
*/

html{
	scroll-behavior: smooth;
}

html, body {
	width: 100%;
	background: #fafafa;
	color: #0a0a0a;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0;
	font-feature-settings: "palt";
	font-family: "futura-medium" , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	overflow-x: hidden;
}


@media (max-width: 1300px) {

html, body {
	font-size: 1vw;
}

}

.sp{
	display: none;
}

.fb{
	font-family : "futura-bold" , sans-serif;
}

.fit{
	font-family: "futura-medium-italic" , sans-serif;
}

header{
	position: fixed;
	width: 9em;
	height: 100vh;
	background: #000;
	top: 0;
	left: 0;
	z-index: 998;
}

.top header{
	width: auto;
	height: auto;
	background: none;
}

header .logo{
	position: absolute;
	top: 5em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.top header .logo{
	position: fixed;
	top: 5em;
	left: 5vw;
	transform: none;
}

.sns-nav li.v{
	width: 1.76em;
}

.sns-nav li.in{
	width: 1.76em;
}

.sns-nav li.x{
	width: 1.5em;
}

.division-nav li.monos{
	width: 7em;
}

.division-nav li.casane{
	width: 7em;
}

.division-nav li.brume{
	width: 5.3em;
}

.division-nav li.emmett{
	width: 6.4em;
}


/*
--------------------
TOP
*/

.top-contents-wrap{
	background: #0a0a0a;
	color: #eaeaea;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.top-movie-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 70vw;
	height: 74vh;
	line-height: 0;
}

.top-movie-wrap .movie{
	display: block;
	height: 74vh;
	position: relative;
	overflow: hidden;
}

.top-movie-wrap .movie video,.top-movie-wrap .movie iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	pointer-events: none;
}

.top-movie-wrap .logo-b{
	width: 50vw;
	max-width: 1000px;
	position: absolute;
	bottom: 0;
	left: 5%;
	transform: translateY(50%);
}

.top-movie-wrap .sns-nav{
	position: absolute;
	top: 5em;
	right: 0;
	transform: translateX(270%);
}

.top-movie-wrap .sns-nav li{
	text-align: center;
	margin: 0 auto 2.3em;
}

.top-contents-wrap .more{
	font-size: 1.15em;
	position: absolute;
	right: 0;
	bottom: -4vw;
	line-height: 1;
}

.top-contents-wrap .more:before{
	content: "";
	display: block;
	width: 6vw;
	height: .78em;
	background: url(/images/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(-110% , 0);
}

@media (min-width: 1500px) {


.top-contents-wrap .more:before{
	width: 7em;
	height: .78em;
}

}


.top-copy-wrap{
	position: fixed;
	top: 5em;
	right: 5%;
	z-index: 10;
	transform: rotate(90deg);
    width: 0;
    height: 0;
    white-space: nowrap;
}

.top-copy-wrap .copy{
	font-size: 2.69em;
	line-height: 1;
	margin-bottom: .6em;
}

.top-copy-wrap p{
	font-size: .9em;
	line-height: 2.3;
}

footer.top{
	position: fixed;
	left: 0;
	bottom: 0;
	background: #eaeaea;
	color: #0a0a0a;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.3em 5%;
}

footer.top .gnav li{
	display: inline-block;
	font-size: 1.2em;
	margin-right: 2.8em;
	letter-spacing: 0;
}

footer.top .inav li{
	display: inline-block;
	font-size: .9em;
	margin-left: 2.8em;
}

footer.top .inav li:last-child{
	margin-left: 4em;
}


/*
--------------------
PAGE
*/

.page-contents-wrap{
	padding-left: 9em;
	background: #fafafa;
}

.arc-nav{
	width: 100%;
	height: 5em;
	background: #0a0a0a;
	color: #fafafa;
	display: flex;
	align-items: center;
	padding: 0 5vw;
}

.arc-nav.people{
	padding: 0 2vw;
}

.arc-nav .page-numbers{
	display: inline-block;
	margin-right: .6em;
	text-indent: -9999px;
	background: #fafafa;
	width: .3em;
	height: .3em;
}

.arc-nav .page-numbers.prev{
	text-indent: inherit;
	background: none;
	width: auto;
	height: auto;
	margin-right: 1.6em;
}

.arc-nav .page-numbers.next{
	text-indent: inherit;
	background: none;
	width: auto;
	height: auto;
	margin-left: 1em;
}


footer.page {
    width: calc(100vw - 9em);
    height: 100vh;
    position: fixed;
    z-index: -1;
    background: #cccccc;
    color: #fafafa;
    margin-left: 9em;
    left: 0;
    top: 30vh;
    animation: parallax linear both;
    animation-timeline: scroll();
}

@keyframes parallax {
    from {
        top: 30vh;
    }

    to {
        top: 0;
    }
}

@keyframes skeleton-loading {
	0%, 100% {
		background-position: 200% 0;
	}
	50% {
		background-position: -200% 0;
	}
}

footer.page .logo-contact{
	width: 74%;
	max-width: 615px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

footer.page .division-nav{
	position: absolute;
	top: 5em;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

footer.page .division-nav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3em;
}

footer.page .text-l{
	font-size: .9em;
	position: absolute;
	top: 41%;
	left: 5.7%;
	width: 0;
	height: 0;
	white-space: nowrap;
	transform: translateY(-50%) rotate(90deg);
}

footer.page .text-r{
	font-size: .9em;
	position: absolute;
	top: 59%;
	right: 5.7%;
	width: 0;
	height: 0;
	white-space: nowrap;
	transform: translateY(-50%) rotate(270deg);
}

footer.page .copyright-wrap{
	position: absolute;
	bottom: 5em;
	left: 50%;
	transform: translateX(-50%);
}

footer.page .sns-nav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.15em;
}

footer.page .copyright{
	text-align: center;
	font-size: .9em;
	margin-top: 2.4em;
}


.wrapper {
  position: relative;
}
.buttons {
  position: absolute;
  top: 12.5%;
  left: 50%;
  transform: translateX(-50%);
}
.hidden {
  display:none;
}


/*
--------------------
ABOUT
*/

.page-contents-wrap.about{
	margin-bottom: 100vh;
}

.page-contents-wrap.about.division-detail{
	margin-bottom: 10vh;
}

.about-icatch-wrap{
	width: 100%;
	height: 100vh;
	background: #000;
	position: relative;
	color: #fafafa;
	margin-bottom: 10em;
}

.division-detail .about-icatch-wrap{
	margin-bottom: 0;
	overflow: hidden;
}



.division-detail .about-icatch-wrap.has-header-image{
	position: relative;
}

.division-detail .about-icatch-wrap.has-header-image:before{
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--header-image);
	background-size: cover;
	background-position: center;
	opacity: .45;
	pointer-events: none;
}


.about-icatch-wrap .copy-wrap{
	position: absolute;
	top: 5em;
	right:5vw;
	text-align: right;
}

.division-detail .about-icatch-wrap .copy-wrap{
	position: absolute;
	top: 5em;
	left: 5vw;
	right: 5vw;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.division-detail .about-icatch-wrap .copy-wrap .copy-left{
	letter-spacing: 0;
}

.division-detail .about-icatch-wrap .copy-wrap .copy-right{
	text-align: right;
}

.division-detail .about-icatch-wrap .copy-wrap .copy-right{
	display: none;
}

.about-icatch-wrap .copy-wrap .copy{
	font-size: 1.23em;
}

.about-icatch-wrap .copy-wrap .text{
	font-size: .7em;
	margin-top: 1em;
}

.about-icatch-wrap .read-wrap{
	position: absolute;
	bottom: 5em;
	left: 10vw;
	max-width: 80%;
}

.division-detail .about-icatch-wrap .read-wrap{
	display: flex;
	gap: 3em;
	align-items: flex-end;
	position: absolute;
	left: 5vw;
	right: 5vw;
	max-width: none;
	z-index: 1;
}

.division-detail .about-icatch-wrap .read-content{
	max-width: 34vw;
}

.division-detail .about-icatch-wrap .header-image{
	flex: 0 0 52vw;
	max-width: 52vw;
}

.division-detail .about-icatch-wrap .header-image img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

@media (min-width: 801px) {
	.division-detail .about-icatch-wrap .read-wrap{
		top: 0;
		bottom: 0;
		padding-bottom: 5em;
	}

	.division-detail .about-icatch-wrap .read-content{
		align-self: flex-end;
	}

	.division-detail .about-icatch-wrap .header-image{
		align-self: center;
	}
}

.about-icatch-wrap .read-wrap .title{
	width: 50vw;
	max-width: 735px;
	margin-bottom: 4em;
}

.about-icatch-wrap .read-wrap .text{
	line-height: 3;
}

.division-detail .about-icatch-wrap .pickup-works-label{
	display: inline-block;
	margin-top: 2.5em;
	font-size: 1.5em;
	padding: 0;
	background: none;
	color: #fafafa;
}

.about-icatch-wrap .scroll{
	font-size: .8em;
	padding-right: 6em;
	display: block;
	position: absolute;
	bottom: 11em;
	right: 5vw;
	transform: rotate(90deg) translateY(-4em);
}

.about-icatch-wrap .scroll:after{
	content: "";
	display: block;
	width: .76em;
	height: 3.5em;
	transform: rotate(-90deg) translateX(-100%);
	background: url(/images/about/arrow2.svg) no-repeat;
	background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-title{
	font-size: 1.5em;
	margin-bottom: 2.4em;
	padding-left: 10vw;
}

.about-division-wrap .about-title{
	margin-bottom: 3em;
}

.division-contents-wrap{
	border-top: 1px solid #CCC;
	margin-bottom: 20em;
}

.division-contents{
	border-bottom: 1px solid #CCC;
	padding: 6.9em 0;
	position: relative;
	transition: background-color .3s ease;
	cursor: pointer;
	display: block;
	color: inherit;
	text-decoration: none;
}

.division-contents:hover{
	background-color: #d6d6d6;
}

.division-contents .num{
	position: absolute;
	top: 5em;
	right: 5%;
	transition: color .3s ease;
}

.division-contents:hover .num{
	color: #333;
}

.division-contents .inner{
	padding: 0 10vw;
	display: flex;
	align-items: center;
}

.division-contents .inner .text-wrap{
	padding-left: 17em;
}

.division-contents .inner .text-wrap .cat{
	color: #aaa;
	margin-bottom: 1em;
}

.division-contents .inner .text-wrap .title{
	font-size: 2.4em;
	margin-bottom: .4em;
}

.division-contents .inner .text-wrap .text{
	line-height: 2.3;
}

.about-client-wrap{
	margin-bottom: 20em;
}

.about-client-wrap .about-title{
	margin-bottom: 6em;
}

.client-contents-wrap{
	padding: 0 10vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.client-contents{
	width: 21%;
	margin-bottom: 6em;
	text-align: center;
}

.client-contents:nth-last-of-type(1),
.client-contents:nth-last-of-type(2),
.client-contents:nth-last-of-type(3),
.client-contents:nth-last-of-type(4){
	width: 10%;
}

.client-contents:nth-last-of-type(1){
	margin-right: 4em;
}


.about-thumb-wrap img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.about-detail-wrap{
	padding-top: 5em;
	margin-bottom: 10em;
}


/* テーブルの構造リセット */
.about-detail-wrap table {
    width: 100%;
    border-collapse: collapse;
}

/* ▼ 行（tr）の設定 - PC版は横並び */
.about-detail-wrap tr {
    display: table-row;
    border-bottom: 1px solid #e5e5e5;
}

/* 最後の行だけ線を消す */
.about-detail-wrap tr:last-child {
    border-bottom: none;
}

.about-detail-wrap th {
    padding: 2em 0;
    padding-left: 10vw;
    width: calc(8em + 10vw);
    border-bottom: 1px solid #CCC;
}

.about-detail-wrap td {
    padding: 2em 0;
    padding-left: 2em;
    border-bottom: 1px solid #CCC;
}

.about-detail-wrap tr:last-child th,
.about-detail-wrap tr:last-child td{
	border-bottom: none;
}

.about-map-wrap{
	position: relative;
}

.about-map-wrap #map{
	height: 50vh;
}

.about-map-wrap iframe{
	width: 100%;
}


/*
--------------------
ABOUT / DIVISION DETAIL
*/


.division-detail .division-gallery-wrap{
  margin: 0 auto;
}

.division-gallery{
	padding: 0 10vw;
	display: grid;
	gap: 1.2em;
}

.division-detail .division-gallery{
	padding: 0;
	gap: 0;
	width: 100%;
	height: 100%;
	grid-template-columns: repeat(var(--tiles-per-row, 2), 1fr);
	grid-template-rows: repeat(var(--rows-count, 2), 1fr);
}

.division-gallery.grid-2,
.division-gallery.grid-4,
.division-gallery.grid-8,
.division-gallery.grid-16{
	grid-template-columns: repeat(var(--tiles-per-row, 2), 1fr);
	grid-template-rows: repeat(var(--rows-count, 2), 1fr);
}

.division-gallery-item{
	background: #fff;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	position: relative;
	aspect-ratio: 1 / 1;
}

.division-detail .division-gallery-item{
	border: 0;
	aspect-ratio: auto;
}

.division-gallery-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.division-detail .division-title-logo{
	filter: invert(1);
}

.division-switcher-wrap{
	padding: 8em 0 12em;
	background: #fafafa;
}

.division-detail .division-switcher-wrap{
	padding-bottom: 0;
}

.division-switcher{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.division-switcher a{
	display: block;
	padding: 1.6em 1.2em;
}

.division-switcher img{
	width: 221px;
	height: auto;
	display: block;
	filter: none;
}

.division-switcher li{
	opacity: 1;
	transition: opacity .3s ease;
}

.division-switcher li:hover,
.division-switcher li.is-current{
	opacity: 1;
}



/*
--------------------
WORKS
*/

.works-contents-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 18em;
	position: relative;
	z-index: 1;
}

.works-contents-wrap .works-contents{
	width: 50%;
	height: 50vh;

}

.works-contents-wrap .works-contents .thumb-wrap{
	display: block;
	overflow: hidden;
	height: calc(100% - 4.6em);
	position: relative;
	background: #000;
}

.works-contents-wrap .works-contents .thumb-wrap .inner{
	width: 100%;
	height: 100%;
	transition: .6s ease;
}

.works-contents-wrap .works-contents:hover .thumb-wrap .inner{
	transform: scale(1.05);
}

.works-contents-wrap .works-contents .thumb-wrap .inner{
	position: relative;
	width: 100%;
	height: 100%;
	transition: .6s ease;
	background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	overflow: hidden;
}

.works-contents-wrap .works-contents .thumb-wrap .inner img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	opacity: 0;
	transition: .4s ease;
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.works-contents-wrap .works-contents .thumb-wrap .inner img:nth-of-type(1),
.works-contents-wrap .works-contents .thumb-wrap:hover img{
   opacity: 1;
}

.works-contents-wrap .works-contents .thumb-wrap:hover .inner img:nth-of-type(2){
	transition-delay: 0s;
	z-index: 2;
}
.works-contents-wrap .works-contents .thumb-wrap:hover .inner img:nth-of-type(3){
	transition-delay: 1s;
	z-index: 3;
}
.works-contents-wrap .works-contents .thumb-wrap:hover .inner img:nth-of-type(4){
	transition-delay: 2s;
	z-index: 4;
}

.works-contents-wrap .works-contents .text-wrap{
	padding: 0 5vw;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 4.6em;
}

.works-contents-wrap .works-contents .text-wrap .cat{
	font-size: .9em;
}

.works-contents-wrap .works-contents .text-wrap .cat li{
	display: inline-block;
}

.works-contents-wrap .works-contents .text-wrap .cat li:after{
	content: "/";
	display: inline-block;
	margin: 0 .3em;
}

.works-contents-wrap .works-contents .text-wrap .cat li:last-child:after{
	display: none;
}

.works-single-contents-wrap{
	padding-bottom: 9em;
}

.works-single-contents-wrap img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.works-single-contents-wrap .icatch-wrap{
	width: 100%;
	height: 70vh;
	position: relative;
}

.movie-wrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 13vh 15vw;
    z-index: 999;
    display: none;
    background: rgba(0,0,0,.9);
}

.movie-wrap iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.movie-btn {
    width: 15em;
    height: 15em;
    background: url(/images/reel/btn_play.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
    transition: .4s ease;
}

.movie-btn:hover {
    background: url(/images/reel/btn_play_on.svg) no-repeat;
    background-size: contain;
}

.movie-wrap #pause{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.movie-wrap .close-btn{
	position: fixed;
	top: 50%;
	right: 5vw;
	width: 4em;
	height: 4em;
	transform: translateY(-50%);
}

.movie-wrap .close-btn:before{
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background: #bbb;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%) rotate(45deg);
}

.movie-wrap .close-btn:after{
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background: #bbb;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%) rotate(-45deg);
}

.works-single-contents-wrap .text-wrap{
	padding: 4.6em 5%;
}

.works-single-contents-wrap .text-wrap .job{
	margin-bottom: .6em;
}

.works-single-contents-wrap .text-wrap .job li{
	display: inline-block;
}

.works-single-contents-wrap .text-wrap .job li:after{
	content: ",";
	display: inline-block;
	margin: 0 .3em;
}

.works-single-contents-wrap .text-wrap .job li:last-child:after{
	display: none;
}

.works-single-contents-wrap .text-wrap .title{
	font-size: 1.6em;
	margin-bottom: .6em;
}

.works-single-contents-wrap .text-wrap .cat{
	margin-bottom: 5em;
	line-height: 1.8;
}

.works-thumb-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 0;
}

.works-thumb-wrap .works-thumb{
	width: 50%;
	height: 50%;
}

.return-btn{
	display: table;
	text-align: center;
	font-size: 1.4em;
	margin: 0 auto;
}

.works-single-contents-wrap .return-btn{
	margin-top: 4em;
}

.works-menu-wrap{
	position: fixed;
	top: 0;
	left: 9em;
	width: 18em;
	height: 100vh;
	z-index: 2;
}

.works-menu-wrap .title{
	position: absolute;
	top: 5em;
	left: 5em;
}

.works-menu-wrap .works-cat{
	position: absolute;
	bottom: 5em;
	left: 5em;
}

.works-menu-wrap .works-cat li{
	font-size: 1.2em;
	margin-top: 1em;
	position: relative;
}

.works-menu-wrap .works-cat li.current:before{
	content: "";
	display: block;
	width: 3em;
	height: 4px;
	background: #0a0a0a;
	position: absolute;
	left: -5em;
	top: 50%;
	transform: translateY(-50%);
}




/*
--------------------
PEOPLE
*/

.people-contents-wrap{
	display: flex;
	flex-wrap: wrap;
	height: calc(100vh - 5em);
}

.people-contents-wrap:before{
	content: "";
	display: block;
	width: 25%;
	order: 1;
}

.people-contents-wrap:before{
	content: "";
	display: block;
	width: 25%;
}

.people-contents-wrap .people-contents{
	width: 25%;
	height: 50%;
}

.people-contents-wrap .people-contents .thumb-wrap{
	overflow: hidden;
	height: calc(100% - 4.6em);
}

.people-contents-wrap .people-contents .thumb-wrap img{
	transition: .6s ease;
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.people-contents-wrap .people-contents:hover .thumb-wrap img{
	transform: scale(1.05);
	opacity: .5;
}

.people-contents-wrap .people-contents .text-wrap{
	padding: 0 2vw;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 4.6em;
	transition: opacity .6s ease;
}

.people-contents-wrap .people-contents:hover .text-wrap{
	opacity: .5;
}

.people-contents-wrap .people-contents .text-wrap .cat{
	font-size: .9em;
}

.people-single-contents-wrap .icatch-wrap{
	line-height: 1;
	width: 100%;
	position: relative;
}

.people-single-contents-wrap .icatch-wrap img{
	width: 100%;
}

.people-single-contents-wrap .text-wrap{
	padding: 4.6em 0;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

.people-single-contents-wrap .text-wrap .job{
	margin-bottom: .6em;
}

.people-single-contents-wrap .text-wrap .job li{
	display: inline-block;
}

.people-single-contents-wrap .text-wrap .job li:after{
	content: ",";
	display: inline-block;
}

.people-single-contents-wrap .text-wrap .job li:last-child:after{
	display: none;
}

.people-single-contents-wrap .text-wrap .title{
	font-size: 1.6em;
	margin-bottom: .6em;
	margin-bottom: 3em;
}

.people-single-contents-wrap .text-wrap .cat{
	line-height: 1.8;
	margin-bottom: .6em;
}

.people-single-contents-wrap .text-wrap .text{
	line-height: 2.3;
	font-size: 1.15em;
}

.people-link-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 5em;
}

.people-link-wrap:before{
	content: "";
	display: block;
	width: 25%;
	order: 1;
}

.people-link-wrap:after{
	content: "";
	display: block;
	width: 25%;
}

.people-link-wrap .people-contents{
	width: 25%;
}

.people-link-wrap .people-contents .thumb-wrap{
	line-height: 0;
	height: calc(100% - 5.6em);
	overflow: hidden;
}

.people-link-wrap .people-contents .thumb-wrap img{
	transition: .6s ease;
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.people-link-wrap .people-contents:hover .thumb-wrap img{
	transform: scale(1.05);
}

.people-link-wrap .people-contents .text-wrap{
	padding: 1em 2vw;
	transition: opacity .6s ease;
}

.people-link-wrap .people-contents:hover .text-wrap{
	opacity: .5;
}

/*
--------------------
REEL
*/

.reel-contents-wrap{
	height: 100vh;
}

.reel-contents-wrap .reel-contents{
	width: 100%;
	height: 100%;
}

.reel-contents-wrap .reel-contents .thumb-wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 11em);
}

.reel-contents-wrap .reel-contents .thumb-wrap img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.reel-contents-wrap .reel-contents .text-wrap{
	padding: 0 5vw;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 11em;
}



/*
--------------------
JOURNAL
*/


.journal-contents-wrap{
	height: calc(100vh - 5em);
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.journal-contents-wrap .journal-list-scroll{
	width: 100%;
	height: auto;
	max-height: calc(30vh - 5em);
	overflow-y: auto;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE/Edge */
}

.journal-contents-wrap .journal-list-scroll::-webkit-scrollbar{
	display: none; /* Chrome/Safari/Opera */
}

/* PC版：スマホ用一覧/ページネーションを非表示 */
.journal-contents-wrap-sp{
	display: none;
}

.arc-nav-sp{
	display: none;
}

.journal-contents-wrap .journal-list-scroll .journal-contents{
	width: 100% !important;
	height: auto !important;
	border-top: 1px solid #0a0a0a !important;
}

.journal-contents-wrap .journal-list-scroll .journal-contents .thumb-wrap{
	display: none !important;
}

.journal-contents-wrap .journal-list-scroll .journal-contents .text-wrap{
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	height: 5em !important;
}

.journal-contents{
	border-top: 1px solid #0a0a0a;
	width: 100%;
}

.journal-contents img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

/* HTML属性でサイズ指定されている画像はそのサイズを尊重 */
.journal-contents img[width] {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	object-fit: initial;
}

.journal-contents .text-wrap{
	padding: 0 5vw;
}

.journal-contents .cat{
	width: 10em;
	font-size: .9em;
	padding-right: 2em;
}

.journal-contents .date-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
}

.journal-contents .credit{
	position: relative;
	padding-right: 4vw;
}

.journal-contents .credit span{
	display: inline-block;
	width: 3vw;
	height: 3vw;
	max-width: 3.5em;
	max-height: 3.5em;
	border-radius: 100%;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.journal-contents .thumb-wrap{
	display: none;
}

.journal-contents .thumb-wrap{
	overflow: hidden;
}

.journal-contents .thumb-wrap img{
	transition: .6s ease;
}

.journal-contents .thumb-wrap:hover img{
	transform: scale(1.05);
}

.journal-contents .text-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 5vw;
}

.journal-contents .text-wrap .title-wrap{
	display: flex;
	align-items: center;
	font-size: 1.15em;
}

.journal-contents .text-wrap .date-wrap .date{
	font-size: .9em;
	margin-right: 4em;
}

@media (min-width: 801px) and (max-width: 1200px) {
	.journal-contents-wrap .journal-list-scroll .journal-contents .text-wrap{
		padding: 0 4vw;
	}

	.journal-contents-wrap .journal-list-scroll .journal-contents .text-wrap .title-wrap{
		font-size: 1em;
	}

	.journal-contents-wrap .journal-list-scroll .journal-contents .cat{
		width: 8em;
		padding-right: 1.2em;
		font-size: .85em;
	}

	.journal-contents-wrap .journal-list-scroll .journal-contents .title{
		font-size: 1.2em;
	}

	.journal-contents-wrap .journal-list-scroll .journal-contents .date-wrap .date{
		margin-right: 2em;
		font-size: .85em;
	}
}

@media (min-width: 800px) {

.arc > .journal-contents:nth-of-type(-n+2){
	width: 50%;
	height: 70%;
	border: none;
}

.arc > .journal-contents:nth-of-type(-n+2) .thumb-wrap{
	display: block;
	height: 70%;
	margin-bottom: 1.2em;
}

.arc > .journal-contents:nth-of-type(-n+2) .text-wrap{
	display: block;
	font-feature-settings: "palt";
}

.arc > .journal-contents:nth-of-type(-n+2) .title-wrap{
	display: flex;
	align-items: flex-start;
	gap: 0.8em;
	margin-bottom: 2em;
}

.arc > .journal-contents:nth-of-type(-n+2) .cat{
	margin-bottom: 0;
	width: auto;
	flex-shrink: 0;
	padding-top: 0.25em;
	font-feature-settings: "palt";
}

.arc > .journal-contents:nth-of-type(-n+2) .title{
	width: auto;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0;
	flex: 1;
	font-feature-settings: "palt";
}

.arc > .journal-contents:nth-of-type(-n+2) .date-wrap{
	display: flex;
	align-items: center;
	gap: 4em;
}

.arc > .journal-contents:nth-of-type(-n+2) .date{
	width: auto;
	margin-bottom: 0;
	flex-shrink: 0;
}

.arc > .journal-contents:nth-of-type(-n+2) .credit{
	position: relative;
	padding-right: 3em;
	width: auto;
	margin-left: auto;
	padding-right: 4vw;
}

.arc > .journal-contents:nth-of-type(-n+2) .credit span{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    width: 3vw;
    height: 3vw;
	max-width: 3.5em;
    max-height: 3.5em;
	border-radius: 100%;
	overflow: hidden;
}

.arc > .journal-contents:nth-of-type(-n+2) .credit span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

}

.journal-single-contents-wrap{
	padding-bottom: 5em;
}

.journal-single-contents-wrap img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

/* HTML属性でサイズ指定されている画像はそのサイズを尊重 */
.journal-single-contents-wrap img[width] {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	object-fit: initial;
}

.journal-single-contents-wrap .icatch-wrap{
	width: 100%;
	height: 70vh;
	margin-bottom: 5em;
	line-height: 1;
}

.journal-single-contents-wrap .movie-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2em;
}

.journal-single-contents-wrap .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.journal-single-contents-wrap .journal-contents{
	width: 90%;
	max-width: 960px;
	margin: 0 auto 5em;
	border: none;
}

.journal-single-contents-wrap .journal-contents .text-wrap{
	padding: 0;
	display: block;
}

.journal-single-contents-wrap .journal-contents .title{
	font-size: 1.5em;
	margin-bottom: 2em;
	width: 100%;
}

.journal-single-contents-wrap .journal-contents .date-wrap{
	width: auto;
}

.journal-single-contents-wrap .journal-single-contents{
    width: 90%;
    max-width: 960px;
    font-size: 1.15em;
    line-height: 2.3;
    margin: 0 auto 5em;
    padding-top: 5em;
    border-top: 1px solid #0a0a0a;
}

/* 記事末尾の Editor 表示は上線（ボーダー）無し */
.journal-single-contents-wrap .journal-single-contents.editor{
	border-top: none;
	padding-top: 0;
}

/* Editor表示トグル用マーカー（本文に置いても表示しない） */
.journal-single-contents-wrap .journal-single-contents .show-editor {
	display: none;
}

.journal-single-contents-wrap .journal-single-contents h1{
	font-size: 1.5em;
	margin: 2em 0 1em;
	font-weight: 700;
}

.journal-single-contents-wrap .journal-single-contents h2{
	font-size: 1.2em;
	margin: 2em 0 1em;
	font-weight: 700;
}

.journal-single-contents-wrap .journal-single-contents h3{
	font-size: 1.1em;
	margin: 1.5em 0 0.8em;
	font-weight: 700;
}

/*
--------------------
microCMS リッチエディタ（本文）

- 基本要素（h1-h3 / p / blockquote / a / iframe）はここで最低限整形
- 記事内で class 指定して使う“プリセット”は下に集約
- 新規入力は kebab-case 推奨（旧 snake_case も互換で残す）
--------------------
*/
.journal-single-contents a span,
.journal-single-contents a {
    display: inline !important;      /* ブロック化を解除して横に並べる */
    margin: 0 !important;            /* 余計な余白を消す */
    padding: 0 !important;           /* 余計な隙間を消す */
    width: auto !important;          /* 幅指定を無効化 */
}

.journal-single-contents .time-title2{
	display: block;
	font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}

.journal-single-contents .time-title{
	display: block;
	font-size: 1.3em;
    font-weight: 700;
    padding-bottom: 15px;
}
.journal-single-contents .time-title3{
    display: block;
	font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

.journal-single-contents .bottom1em{
    margin-bottom: 1em;
}

.journal-single-contents-wrap .journal-single-contents p:last-child {
	margin-bottom: 0;
}

.journal-single-contents-wrap .journal-single-contents blockquote {
    background-color: #f8f8f8;
    border-left: 4px solid #ccc;
    padding: 2px 0px 2px 30px;
    margin: 10px 0 40px 0;
    font-size: 0.95em;
    color: #333;
    display: block;
}

.journal-single-contents .detail {
	display: block;
    font-size: 0.9em;
    margin-bottom: 0.3em;
    border-left: 4px solid #ccc;
    padding: 2px 0px 2px 30px;
    color: #333;
    display: block;
}

.journal-single-contents .detail-mt50 {
	display: block;
    font-size: 0.9em;
    margin-top: 50px;
    margin-bottom: 0.3em;
    border-left: 4px solid #ccc;
    padding: 2px 0px 2px 30px;
    color: #333;
    display: block;
}


.journal-single-contents .midasi{
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 0 20px 0;
}



.journal-single-contents-wrap .journal-single-contents blockquote p {
	margin-bottom: 0;
}

.journal-single-contents-wrap .journal-single-contents blockquote p:last-child {
	margin-bottom: 0;
}

.journal-single-contents-wrap .journal-single-contents a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

/* 1. 中身（span）のスタイルを全部リセットして透明にする */
.journal-single-contents .bk-gray {
    display: inline !important;    /* ブロック化を解除 */
    background: none !important;  /* 背景色を消す */
    padding: 0 !important;        /* 余白を消す */
    margin: 0 !important;
}

/* 2. 【魔法のコード】bk-grayを含んでいる「親のpタグ」を灰色の箱にする */
.journal-single-contents p:has(.bk-gray) {
    display: block;
    background: #EEE;          /* ここで背景色をつける */
    padding: 2.5em;               /* 全体の余白 */
    margin: 0 0 60px 0;
    border-radius: 5px;
    font-size: 14px;
    line-height: 2.3;
}

/* 3. 箱の中にあるリンク（aタグ）のデザイン */
.journal-single-contents p:has(.bk-gray) a {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
}

.journal-single-contents > div[style*="padding-bottom: 71.4286%"]{
	max-width: 560px;
    padding-bottom: 0 !important; /* ←これが重要！勝手に高さを取るのをやめさせる */
    height: 400px !important;    /* ←動画の高さ（16:9）を直接指定 */
}

.journal-single-contents > div[style*="padding-bottom: 56.25%"] {
	max-width: 560px;
    padding-bottom: 0 !important; /* ←これが重要！勝手に高さを取るのをやめさせる */
    height: 315px !important;    /* ←動画の高さ（16:9）を直接指定 */
}


.journal-single-contents hr {
	border: none;
    border-top: 1px solid #CCC;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    height: 0;
    padding: 0 !important;
}

.journal-single-contents .pd-bottom60 {
	display: block;
	padding-bottom: 60px !important;
}

.journal-single-contents .pd-bottom30 {
    display: block;
	padding-bottom: 30px !important;
}

.journal-single-contents .pd-bottom20 {
	display: block;
    padding-bottom: 20px !important;
}

.journal-single-contents ul li {
    display: flex;
}
.journal-single-contents ul li .title{
    padding: 0 20px 0px 0;
    font-size: 12px;
    line-height: 35px;
    color: #565656 !important;
}

.journal-single-contents ul li .member {
    color: #565656 !important;
}

/* 下余白を60px、内側に30px追加（参考ページの .pd-bottom60-inner30 相当） */
.journal-single-contents .pd-bottom60-inner30 {
  display: block;
  padding-bottom: 60px; /* 外側の余白 */
  position: relative;
}

/* spanの中身（テキストなど）の下に、さらに30pxの余白を強制的に作る */
.journal-single-contents .pd-bottom60-inner30::after {
  content: "";
  display: block;
  height: 30px;
}

/* 下余白を60px追加（参考ページの .pd-bottom60 相当） */
 .journal-single-contents .pd-bottom60 {
	padding-bottom: 60px !important;
}

.journal-single-contents .photofont-small{
	display: block;
    font-size: 12px !important;
    color: #565656 !important;
    margin: 0 0 50px 50px;
    margin-top: -25px;
    position: relative; /* 重なり順を安定させる */
    z-index: 1;
}

.journal-single-contents .moviefont-small{
    font-size: 0.9em !important;
    color: #565656 !important;
}

.journal-single-contents .font_small {
    font-size: 0.9em !important;
    color: #565656 !important;
}


/* blockquote風の引用ボックス */
.journal-single-contents-wrap .journal-single-contents .quote-box {
	background-color: #f8f8f8;
	border-left: 4px solid #ccc;
	padding: 2px 0px 2px 30px;
	margin: 10px 0 40px 0;
	font-size: 0.95em;
	color: #333;
	display: block;
}

/* 画像下などのキャプション（small相当） */
.journal-single-contents-wrap .journal-single-contents .caption {
	display: block;
	font-size: 0.8em;
	color: #aaa;
	line-height: 2;
	margin: 0;
}


/* 参考記事の photo-area 相当：画像ブロックに“余白”を付けたいとき用 */
.journal-single-contents-wrap .journal-single-contents .photo-area {
	padding-bottom: 30px;
}

.journal-single-contents-wrap .journal-single-contents .photo-area img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

/* 区切り線つきの注釈/補足セクション用 */
.journal-single-contents-wrap .journal-single-contents .note-box {
	display: block;
	border-top: 1px solid #CCC;
	padding: 30px 0;
}

/* 画像を中央寄せ＆小さく表示したいとき用 */
.journal-single-contents-wrap .journal-single-contents img.img-center,
.journal-single-contents-wrap .journal-single-contents .img-center img {
	display: block;
	width: 70%;
	height: auto;
	margin: 1.5em auto;
}

/* 画像を囲む figure タグのデフォルト余白をリセット */
.journal-single-contents-wrap .journal-single-contents figure {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

/* HTML属性でサイズ指定されている画像はそのサイズを尊重 */
.journal-single-contents-wrap .journal-single-contents img[width] {
	width: auto;
	height: auto;
	max-width: 100%;
}

.journal-list-wrap.single .journal-contents{
	height: auto;
	padding: 1.4em 0;
}

.journal-list-wrap.single .journal-contents-wrap{
	height: auto;
	overflow: visible;
}

.single-nav{
	width: 100%;
	height: 5em;
	background: #0a0a0a;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5vw;
}

.single-nav p{
	font-size: 1.15em;
}


/*
--------------------
RECRUIT
*/

.recruit-contents-wrap{
	padding-bottom: 10em;
}

.recruit-contents-wrap .inner{
	width: 90%;
	max-width: 1420px;
	margin: 10em auto;
}

.recruit-contents-wrap .read{
	font-size: 1.15em;
	line-height: 2.3;
	margin-bottom: 5em;
}

.job-contents-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4em;
}

.job-contents-wrap .job-contents{
	width: 49%;
	margin-bottom: 2em;
	border: 2px solid #0a0a0a;
	padding: 2em;
}

.job-contents-wrap .job-contents .title{
	font-size: 1.5em;
	font-family: "futura-medium" , "Yu Gothic", sans-serif;
	margin-bottom: .6em;
}

.job-contents-wrap .job-contents .text{
	font-size: 1.15em;
	line-height: 2;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #0a0a0a;
}

.recruit-detail-wrap table{
	margin-bottom: 3em;
}

.recruit-detail-wrap th{
	padding-right: 3em;
	padding-bottom: 2em;
	white-space: nowrap;
}

.recruit-detail-wrap td{
	padding-bottom: 2em;
}

.inter-wrap .title{
	font-size: 1.15em;
	margin-bottom: .6em;
}

.inter-wrap a{
	text-decoration: underline;
}



/*
--------------------
CONTACT
*/

.contact-contents-wrap{
	padding-bottom: 9em;
}

.form-wrap{
	width: 90%;
	max-width: 820px;
	margin: 10em auto;
}

.form-wrap .read{
	font-size: 1.15em;
	line-height: 2.3;
	margin-bottom: 5em;
}

.form-wrap table{
	width: 100%;
}

.form-wrap table th{
	display: block;
	width: 100%;
	font-family : "futura-bold" , sans-serif;
	font-size: 1.15em;

}

.form-wrap table td{
	display: block;
	width: 100%;
	padding-bottom: 3em;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
    padding: .4em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: none;
    background: no-repeat;
    border-bottom: 2px solid #0a0a0a;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: normal;
}

input[type="submit"],
input[type="button"]{
    background: none;
    color: #111;
    font-size: 1.5em;
	font-family : "futura-bold" , sans-serif;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: table;
	margin: 2em auto;
	border-radius: 4px;
}

/* checkbox */

.policy-link input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.policy-link label:before {/*チェックボックスの枠*/
	content: '';
	border: 2px solid #0a0a0a;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: -3px;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
}

.policy-link input[type="checkbox"]:checked + label:before{
	background: #0a0a0a;
}

.conf-text{
	text-align: center;
	font-size: 1.5em;
	padding: 5em 0 3em;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
 }

.ajax-loader,
div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output,
.wpcf7-spinner {
	display: none!important;
}

.confirm-wrap .select-wrap:after{
	display: none;
}
.confirm-wrap span.wpcf7-list-item{
	padding-left: 0;
}

.policy-link{
	font-size: 1.05em;
	margin-bottom: 6em;
}

.policy-link a{
	text-decoration: underline;
}

.info-wrap{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.info-wrap.contact{
	height: calc(100vh - 20em);
}

.info-wrap .title{
	font-size: 3em;
	margin-bottom: 1em;
}

.info-wrap p{
	font-size: 1.4em;
	margin-bottom: 2em;
}
.info-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}

.input_area .btn-wrap{
	pointer-events: none;
}

.input_area .btn-wrap.active{
	pointer-events: auto;
}



/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}


/*
--------------------
PRIVACY POLICY
*/

.policy-contents-wrap{
	padding-bottom: 10em;
}

.policy-contents-wrap .inner{
	width: 90%;
	max-width: 1020px;
	margin: 10em auto;
	font-size: 1.15em;
	line-height: 2.3;
}

.policy-contents-wrap .read{
	margin-bottom: 5em;
}

.policy-contents-wrap .policy-contents{
	margin-bottom: 5em;
}

.policy-contents-wrap .policy-contents .title{
	margin-bottom: .6em;
	font-size: 1.05em;
}

.policy-contents-wrap .policy-contents ul{
	padding-left: 1em;
}

.policy-contents-wrap .policy-contents li{
	list-style-type: decimal;
	padding-left: -1em;
}


/*
-----------------------
OPEN MENU
*/

.top .open-menu{
	display: none;
}

.open-menu-btn-wrap {
  display: block;
  position: fixed;
  width: 3em;
  height: 1.5em;
  bottom: 5em;
  left: 3em;
  cursor: pointer;
  z-index: 999;
  transition: .4s ease;
}

.open-menu-btn {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
}

.open-menu-btn .toggle {
  display: block;
  background: #FFF;
  width: 100%;
  height: 4px;
  position: absolute;
  transition: all .3s ease;

}

.open-menu-btn .toggle:nth-child(1) {
  top: 0;
}

.open-menu-btn .toggle:nth-child(2) {
  bottom: 0;

}

@media (min-width: 800px) {

.open-menu-btn:hover .toggle:nth-child(1){
  transform: translateY(-50%);
  top: 50%;
}

.open-menu-btn:hover .toggle:nth-child(2) {
    transform: translateY(50%);
	bottom: 50%;
}

}

.open .open-menu-btn .toggle:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  transition: transform .3s linear;
}

.open .open-menu-btn .toggle:nth-child(2) {
    transform: translateY(50%) rotate(-45deg);
	bottom: 50%;
  transition: transform .3s linear;
}

.open-menu-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #000;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all .4s ease;
  z-index: 996;
  pointer-events: none
}

.open .open-menu-bg {
  opacity: 1;
  pointer-events: inherit
}

.open-menu-wrap {
	color: #fafafa;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	transition: all .4s ease;
	overflow-y: scroll;
	opacity: 0;
	z-index: 997;
	pointer-events: none;
}

.open-menu-l{
	position: absolute;
	bottom: 9em;
	left: 20em;
	opacity: 0;
}

.open .open-menu-l{
	opacity: 1;
	transition: all .8s ease .4s;
}

.open-menu-l .address{
	line-height: 2.3;
	margin-bottom: 3em;
}

.open-menu-l .sns-nav li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2em;
}

.open-menu-r{
	text-align: right;
}

.open-menu-r .division-nav{
	display: flex;
	position: absolute;
	top: 5em;
	right: 5vw;
	zoom: .9;
	opacity: 0;
}

.open .open-menu-r .division-nav{
	opacity: 1;
	transition: all .8s ease .4s;
}

.open-menu-r .division-nav li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 4em;
}

.open-menu-r .open-menu-nav{
	position: absolute;
	right: 5vw;
	bottom: 5em;
}

.open-menu-r .open-menu-nav li{
	font-size: 7.8vh;
	line-height: 1;
	padding: .05em 0;
	opacity: 0;
	transform: translateX(.2em);
	transition: all .8s ease;
}

.open .open-menu-r .open-menu-nav li{
	opacity: 1;
	transform: translateX(0)
}

.open .open-menu-r .open-menu-nav li:nth-of-type(1){
	transition-delay: .1s;
}

.open .open-menu-r .open-menu-nav li:nth-of-type(2){
	transition-delay: .15s;
}

.open .open-menu-r .open-menu-nav li:nth-of-type(3){
	transition-delay: .2s;
}

.open .open-menu-r .open-menu-nav li:nth-of-type(4){
	transition-delay: .25s;
}

.open .open-menu-r .open-menu-nav li:nth-of-type(5){
	transition-delay: .3s;
}

.open .open-menu-r .open-menu-nav li:nth-of-type(6){
	transition-delay: .35s;
}

.open .open-menu-r .open-menu-nav li:nth-of-type(7){
	transition-delay: .4s;
}


.open-menu .inav{
	position: absolute;
	bottom: 5em;
	left: 20em;
	opacity: 0;
}

.open-menu.open .inav{
	opacity: 1;
	transition: all .8s ease .4s;
}

.open-menu .inav li{
	font-size: .9em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2em;
}

.open .open-menu-wrap {
  opacity: 1;
  pointer-events: inherit
}

