@charset "UTF-8";

body{
	//background-color: #f8f8f8;
	background-color: white;
	height: 100%;
}

.br-pc { display:block; }
.br-sp { display:none; }


.smt_only{
	visibility: hidden;
	display: none;
}

.link1 a{
	box-sizing: border-box;
	margin: 0 0 0 0;
	padding: .7em 1.3em .8em 1.3em;
	color: white;
	background-color: #999999;
	text-align: center;
	width: fit-content;
	letter-spacing: 0.01em;
	border-radius: 30px;
	font-size: 3vw;
}
.link1 a:hover{
	color: white;
}
a.link2{
	color: grey;
}
a.link2:hover{
	color: black;
	text-decoration: underline;
}
.anchor{
	text-align: center;
	margin-top:-244px;
	padding-top:244px;
}
.btn_1{
	background-color: #302d43;
	border-radius: 6px;
	color: white;
	font-size: 2vw;
	text-align: center;
	box-sizing: border-box;
	padding: 1em 3em 1em 3em;
	width: max-content;
	margin: 2em 0 3em 0;
	letter-spacing: .12em;
}

.underbar{
	border-bottom: 1px solid black;
}
.underbar2{
	border-bottom: 1px solid black;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.underbar3{
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 0;
	width: 2.5em;
	border-bottom: 1px solid black;
	text-align: center;
}

.table{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.table2{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: flex-start;
	width: 100%;
}



#ARTFAIR{
	padding-bottom: 2em!important;
}
#NEWYORK{
	padding-bottom: 2em!important;
}



/* TOP - Slider
--------------------------- */
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	box-sizing: border-box;
}

#main_slider{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	margin: 0 auto 0 auto;
	height: 100vh;
	background-color: #f8f8f8;
	position: absolute;
	opacity: 0;

	　-webkit-animation: on2 .6s ease-in-out .5s forwards;
	-moz-animation: on2 .6s ease-in-out .5s forwards;
	-o-animation: on2 .6s ease-in-out .5s forwards;
	animation: on2 5s ease-in-out .5s forwards;

}

.swiper1 {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.swiper2 {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper3 {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
}

.mask{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30vh;
	background: linear-gradient(to bottom, #FFF, #000);
	mix-blend-mode: multiply;
}


.txt_area{
	position: absolute;
	width: 100%;
	border: 0px solid red;
	left: 0;
	bottom:-30px;
	box-sizing: border-box;
	padding: 0 0 0 1em;
	margin: 0;
	margin-bottom: 10px;
	z-index: 2;
	opacity: 0;
	-webkit-animation: on3 .6s ease-in-out 2s forwards;
	-moz-animation: on3 .6s ease-in-out 2s forwards;
	-o-animation: on3 .6s ease-in-out 2s forwards;
	animation: on3 .6s ease-in-out 2s forwards;
}


.txt_area P.tag{
	font-size: 3vw;
	color: black;
	width: max-content;
	background-color: white;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: .5em;
	margin: 0 0 .5em 0;
	font-family: "DINNextLTPro-Regular";
	letter-spacing: 0.05em;
}
.txt_area P.title1{
	font-size: 4vw;
	color: white;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
.txt_area P .title1b{
	font-size: 3vw;
	color: white;
	box-sizing: border-box;
	padding-left: 10px;
}
.txt_area P.date{
	font-size: 5.5vw;
	color: white;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	/* 	font-family: "DINNextLTPro-Medium"; */
	font-family: "DINNextLTPro-Regular";

}
.txt_area P .week{
	font-size: 2vw;
	color: white;
	box-sizing: border-box;
	padding-left: 3px;
}

.top_mobile_logo{
	box-sizing: border-box;
	padding: 0 0px 0 15px;
	text-align: left;
	width: 150px;
	height: 70px;
	position: fixed;
	top:0px;
	left: 0px;
	opacity: 0;
	z-index: 2;
	-webkit-animation: top_menu .6s ease-in-out 2s forwards;
	-moz-animation: top_menu .6s ease-in-out 2s forwards;
	-o-animation: top_menu .6s ease-in-out 2s forwards;
	animation: top_menu .6s ease-in-out 2s forwards;
	background-color: white;
}
.top_mobile_logo2{
	box-sizing: border-box;
	padding: 0 0px 0 15px;
	text-align: left;
	width: 100%;
	height: 70px;
	position: fixed;
	top:0px;
	left: 0px;
	opacity: 0;
	z-index: 2;
	-webkit-animation: top_menu .6s ease-in-out 2s forwards;
	-moz-animation: top_menu .6s ease-in-out 2s forwards;
	-o-animation: top_menu .6s ease-in-out 2s forwards;
	animation: top_menu .6s ease-in-out 2s forwards;
	background-color: white;
}
.top_mobile_logo H1 img{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 18px;
	width: 100px;
}
.top_mobile_logo2 H1 img{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 18px;
	width: 100px;
}

.top_mobile_sns{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-align: center;
	width: auto;
	position: absolute;
	top:25px;
	right: 48px;
}
.top_mobile_sns .icon_fb{
	box-sizing: border-box;
	padding: 0 18px 0 0;
	margin: 0;
	width: 38px;
}

.top_menu{
	visibility: hidden;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top:0px;
	width: 210px;
	background-color: white;
	opacity: 0;
	z-index: 2;
	padding: 50px 40px 50px 40px;
	text-align: left;
	-webkit-animation: top_menu .6s ease-in-out 2s forwards;
	-moz-animation: top_menu .6s ease-in-out 2s forwards;
	-o-animation: top_menu .6s ease-in-out 2s forwards;
	animation: top_menu .6s ease-in-out 2s forwards;
}
#set_fade1{
	-webkit-animation: top_menu .6s ease-in-out 0s forwards;
	-moz-animation: top_menu .6s ease-in-out 0s forwards;
	-o-animation: top_menu .6s ease-in-out 0s forwards;
	animation: top_menu .6s ease-in-out 0s forwards;
}

.top_menu h1{
}
.top_menu ul{
	text-align: left;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding: .5em 0 1.5em 0;
}
.top_menu li{
	box-sizing: border-box;
	padding: 0 0 1.8em 0;
	margin: 0;
	line-height: 1.3em;
	font-size: 2.5vw;
	letter-spacing: 0.05em;
}

.top_menu .icon_fb{
	box-sizing: border-box;
	padding: 0 10px 0 0;
	margin: 0;
	width: 32px;
}
.top_menu .icon_instagram{
	box-sizing: border-box;
	padding: 2px 10px 0 0;
	margin: 0;
	width: 32px;
}
.top_menu .lang{
	position: absolute;
	bottom: 5px;
	right: 15px;
	display: table;
}
.top_menu .lang .on{
	display: table-cell;
	text-align: center;
	width: 30px;
	color: black;
	font-size: 12px;

}
.top_menu .lang .off{
	display: table-cell;
	text-align: center;
	width: 30px;
	color: gray;
	font-size: 12px;

}


.top_pop{
	box-sizing: border-box;
	margin: 0;
	margin-top: 80vh;
	/*position: fixed;*/
	position: absolute;
	left: 0;
	/*bottom:0px;*/
	top: 0;
	width: 100%;
	background-color: white;
	opacity: 0;
	z-index: 2;
	padding: 11px 0 11px 1em;
	text-align: left;
	color: black;
	font-size: 2.5vw;
	display: table;
	-webkit-animation: top_menu .6s ease-in-out 2s forwards;
	-moz-animation: top_menu .6s ease-in-out 2s forwards;
	-o-animation: top_menu .6s ease-in-out 2s forwards;
	animation: top_menu .6s ease-in-out 2s forwards;
	/*filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));*/
	border:0px solid red;
}
.top_pop .tag{
	font-size: 3vw;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	display: table-cell;
	width: 16vw;
	font-family: "DINNextLTPro-Regular";
	letter-spacing: 0.05em;
}
.tag2{
	position: absolute;
	left: 0;
	top:0;
	background-color: white;
	color: black;
	width: fit-content;
	font-size: 3vw;
	box-sizing: border-box;
	padding: .5em 1em .5em 1em;
	margin: 0;
	letter-spacing: 0.05em;
	font-family: "DINNextLTPro-Regular";
}

.top_pop .date{
	font-size: 3.4vw;
	color: black;
	letter-spacing: .01em;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 1.6em;
	font-family: "DINNextLTPro-Regular";
	display: table-cell;
	width: 32vw;

}
.top_pop P.title1{
	font-size: 3.2vw;
	color: black;
	letter-spacing: .05em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	display: table-cell;
	width: 50vw;
}








/* TOP_CONTENTS
--------------------------- */
#TOP_CONTENTS{
	opacity: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 100vh;
	-webkit-animation: top_menu .6s ease-in-out 2s forwards;
	-moz-animation: top_menu .6s ease-in-out 2s forwards;
	-o-animation: top_menu .6s ease-in-out 2s forwards;
	animation: top_menu .6s ease-in-out 2s forwards;
	background-color: #f8f8f8;
}


#TOP_CONTENTS h2{
	font-size: 6vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 2em;
	padding-bottom: 0;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
}
#TOP_CONTENTS h3{
	font-size: 4vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 0em;
	padding-bottom: 0;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
	text-align: left;
}
#TOP_CONTENTS h2.logo_window{
	box-sizing: border-box;
	margin: 0;
	padding: 2em 15% 0 15%;
	width: 100%;
	text-align: center;
}
#TOP_CONTENTS .txt1{
	font-size: 3.5vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 1em 0 0 0;
	margin: 0;
	padding-bottom: .5em;
	letter-spacing: 0.01em;

}
#TOP_CONTENTS .txt2{
	font-size: 3vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
	letter-spacing: 0.01em;
}
#TOP_CONTENTS .txt3{
	font-size: 3vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#TOP_CONTENTS .txt4{
	font-size: 3.6vw;
	line-height: 1.8em;
	box-sizing: border-box;
	padding: 1em 0 1em 0;
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: left;
}
#TOP_CONTENTS .txt5{
	font-size: 2.5vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}

#TOP_CONTENTS .thumb_area{
	box-sizing: border-box;
	padding: : 0;
	margin: 2em 0 2em 0;
}
#TOP_CONTENTS .reset_thumb_area{
	box-sizing: border-box;
	padding: : 0!important;
	margin: .5em 0 3.5em 0!important;
}

#TOP_CONTENTS .thumb_area .thumb_s{
	width: 47%;
	box-sizing: border-box;
	margin: 0 0 1em 0;
	padding: 0;
	margin-right: 0;
}
#TOP_CONTENTS .thumb_area .thumb_m{
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-right: 0;
}
#TOP_CONTENTS .thumb_area .thumb_b{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-right: 0;
}
#TOP_CONTENTS .thumb_area .thumb_s:nth-of-type(3n){
	margin-right: 0;
}

#TOP_CONTENTS .thumb_area .img{
	width: 100%;
}
#TOP_CONTENTS .thumb_area .txt{
	width: 100%;
	box-sizing: border-box;
	padding: 2em 0 0 0;
	margin: 0;
}

#TOP_CONTENTS P.title1{
	font-size: 5vw;
	color: black;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
#TOP_CONTENTS .title1b{
	font-size: 2.5vw;
	color: black;
	box-sizing: border-box;
	padding-left: 10px;
}
#TOP_CONTENTS P.title2{
	font-size: 3.5vw;
	color: black;
	box-sizing: border-box;
	padding: 1em 0 1em 0;
	margin: 0;
	line-height: 1.6em;
}
#TOP_CONTENTS P.title3{
	font-size: 3vw;
	color: black;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6em;
	padding: 0 0 0 0;
	margin: 0;
}
#TOP_CONTENTS P.date{
	font-size: 5vw;
	color: black;
	letter-spacing: .1em;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 1.6em;
	font-family: "DINNextLTPro-Regular";

}
#TOP_CONTENTS P.date2{
	font-size: 3.2vw;
	color: black;
	letter-spacing: .1em;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 1.6em;
	font-family: "DINNextLTPro-Regular";

}
#TOP_CONTENTS P .week{
	font-size: 2.5vw;
	color: black;
	box-sizing: border-box;
	padding-left: 3px;
	letter-spacing: .1em;
}






/* DETAIL_CONTENTS
--------------------------- */
#DETAIL_CONTENTS{
	opacity: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0;
	-webkit-animation: top_menu .6s ease-in-out 2s forwards;
	-moz-animation: top_menu .6s ease-in-out 2s forwards;
	-o-animation: top_menu .6s ease-in-out 2s forwards;
	animation: top_menu .6s ease-in-out 2s forwards;
	word-wrap: break-word;
}


#DETAIL_CONTENTS h2{
	font-size: 6vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 2em;
	padding-bottom: .5em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
}
#DETAIL_CONTENTS h3{
	font-size: 5vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 2em;
	padding-bottom: .5em;
}
#DETAIL_CONTENTS h4.txt1,
#DETAIL_CONTENTS .txt1{
	font-size: 4vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
}
#DETAIL_CONTENTS h2.ex_title{
	font-size: 6vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 85%;
	padding-top: 2em;
	padding-bottom: .5em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
}
#DETAIL_CONTENTS .ex_name{
	font-size: 4vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
}
#DETAIL_CONTENTS .ex_archive{
	font-size: 6vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 2em;
	padding-bottom: .5em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
}
#DETAIL_CONTENTS .ex_archive.s2{
	padding-top: 5em!important;
}
#DETAIL_CONTENTS .txt2{
	font-size: 2.5vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#DETAIL_CONTENTS .txt3{
	font-size: 4vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#DETAIL_CONTENTS .txt4{
	font-size: 3.2vw;
	line-height: 2em;
	box-sizing: border-box;
	padding: 3em 0 2em 0;
	margin: 0 auto 0 auto;
	width: 80%;
	text-align: left;
}
#DETAIL_CONTENTS .txt5{
	font-size: 2.5vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}
#DETAIL_CONTENTS .txt6{
	font-size: 3vw;
	line-height: 1.6em;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 4em 0;
	text-align: left;
}
#DETAIL_CONTENTS .txt7{
	font-size: 2.7vw;
	line-height: 1.6em;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 4em 0;
	text-align: left;
}
#DETAIL_CONTENTS .txt8{
	font-size: 3.6vw;
	line-height: 1.6em;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0em 0;
	text-align: left;
	font-family: "FOT-筑紫ゴシック Pr5 D";
}
#DETAIL_CONTENTS .thumb_area{
	box-sizing: border-box;
	padding: : 0;
	margin: 0 0 0 0;
}

.thumb_s .thumb_img{
	height: 10em !important;
}

#DETAIL_CONTENTS .thumb_area .thumb_s{
	width: 45%;
	box-sizing: border-box;
	margin: 0 0 2em 0;
	padding: 0;
	margin-right: 0;
	position: relative;
}
#DETAIL_CONTENTS .thumb_area .thumb_m{
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-right: 0;
}
#DETAIL_CONTENTS .thumb_area .thumb_m2{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 2em 0;
	margin-right: 0;
}
#DETAIL_CONTENTS .thumb_area .thumb_m2 .thumb_img{
	height: 220px;
}
#DETAIL_CONTENTS .thumb_area .thumb_b{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-right: 0;
}
#DETAIL_CONTENTS .thumb_area .thumb_s:nth-of-type(3n){
	margin-right: 0;
}

#DETAIL_CONTENTS .thumb_area .img{
	width: 100%;
}
#DETAIL_CONTENTS .thumb_area .txt{
	width: 100%;
	box-sizing: border-box;
	padding: 1em 0 0 0;
	margin: 0 auto 0 auto;
	width: 80%;
	margin: 0;
}

#DETAIL_CONTENTS h3.title1,
#DETAIL_CONTENTS P.title1{
	font-size: 4vw;
	color: black;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
#DETAIL_CONTENTS .title1b{
	font-size: 2.5vw;
	color: black;
	box-sizing: border-box;
	padding-left: 10px;
}
#DETAIL_CONTENTS P.title2{
	font-size: 3.2vw;
	color: black;
	box-sizing: border-box;
	padding: 1em 0 1em 0;
	margin: 0;
	line-height: 1.6em;
}
#DETAIL_CONTENTS P.title3{
	font-size: 3.2vw;
	color: black;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6em;
	padding: 0 0 0 0;
	margin: 0;
}
#DETAIL_CONTENTS P.date{
	font-size: 5vw;
	color: black;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 1.6em;
	font-family: "DINNextLTPro-Regular";

}
#DETAIL_CONTENTS P .week{
	font-size: 2.5vw;
	color: black;
	box-sizing: border-box;
	padding-left: 3px;
}



#ARCHIVE_CONTENTS{
	box-sizing: border-box;
	padding: 0 1em 0 1em;
	margin: 0;
}

#ARCHIVE_CONTENTS h5.txt1,
#ARCHIVE_CONTENTS P.txt1{
	font-size: 3vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .5em;
}
#ARCHIVE_CONTENTS P.txt2{
	font-size: 3vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#ARCHIVE_CONTENTS P.date{
	font-size: 3vw;
	color: black;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 1.6em;
	font-family: "DINNextLTPro-Regular";

}
#ARCHIVE_CONTENTS P .week{
	font-size: 12px;
	color: black;
	box-sizing: border-box;
	padding-left: 3px;
}


/* Drawer - Search
--------------------------- */
.drawer-menu{
	font-family: 'Open Sans', sans-serif;
	font-size:.16rem;
	text-align: left;
	font-family: "Open Sans"\9; /* IE10以下 */
}
.drawer--right .drawer-hamburger{
	position:fixed;
	right: 1.1em;

}
.drawer--right.drawer-open .drawer-hamburger{
	position:fixed;
	right: 1em;

}
.drawer-hamburger{
	top:-0.3em;
	opacity: 0;
	-webkit-animation: top_menu .6s ease-in-out 2s forwards;
	-moz-animation: top_menu .6s ease-in-out 2s forwards;
	-o-animation: top_menu .6s ease-in-out 2s forwards;
	animation: top_menu .6s ease-in-out 2s forwards;
}
.drawer-nav{
	color:#ebebeb;
	background-color:#0e1113;
}
.drawer-menu{
	margin:0;
	padding:80px 0 0 50px;
	list-style:none
}
.drawer-menu li{
	padding:0px 0 1.5em 0;
	font-size:.13rem;
}
.drawer-menu li a{
	color: #ebebeb;
	font-size:.13rem;
}
.drawer-menu li a:hover{
	text-decoration: underline;
}
.drawer-menu li.menu_on a {
	padding-bottom: 4px;
	border-bottom: 1px solid white;/* EBEBEA */
}
.drawer-menu li.set_txt4{
	padding:0px 0 1em 0;
	font-size:.11rem;
}
.drawer-menu li.set_txt4 a{
	color: #ebebeb;
	font-size:.11rem;
	line-height: 1em;
}


#btn_search2{
	opacity: 0;
	position: fixed;
	margin: 0;
	padding: 0;
	top:0px;
	right: 20px;
	cursor: pointer;
	z-index:10;
	border: 0px solid black;
	text-align: right;
	display: block;
	box-sizing: border-box;
	padding: 3vw 20px 20px 20px;
	visibility: hidden;
}
#btn_search2 img{
	width: 2vw;
	border: 0px solid red;
}


.swiper-container .set_search1{
	opacity: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom:4%;
	left:0%;
	width: 100%;
	z-index: 2;
	text-align: center;
	visibility: hidden;
	display: none;
}
.swiper-container .set_search1 .t1{
	width: 56%;
	border: 0px solid black
}

#SEARCH_AREA{
	display: none;
	position: fixed;
	background: rgba(237, 237, 237, 0.3);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
	-webkit-overflow-scrolling: touch;
}

.area_search1{
	position: relative;
	margin: 0;
	padding: 5% 10% 5% 10%;
}

.title_search1{
	width: 70%;
	margin-bottom: 3vw;
}

.search_menu1{
	display: table;
	height: 100vw;
	border: 0px solid black;
}
.search_menu2{
	display: table-cell;
	vertical-align: top;

}


.area_search1 ul{
	margin: 0;
	padding: 0;
	width: 90%;
	width: max-content;
	border: 0px solid black;
	text-align: left;
}
.area_search1 li{
	margin: 0;
	padding: 0;
}

.area_search1 li .t1{
	font-size: 1.3vw;
	color: black;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	letter-spacing: .3em;
}
.area_search1 li .tag{
	display: inline-block;
	background-color: #FFF;
	text-align: center;
	font-size: 1vw;
	color: black;
	padding: 1em 1em 1em 1em;
	margin: 0 1em 0 0;
	border-radius: 3px;
	width: 13vw;
	margin-bottom: 2.3em;
	letter-spacing: 0.2em;
	box-sizing: border-box;
}

.btn_close{
	position: absolute;
	top:20px;
	right:20px;
	width: 20px;
	cursor: pointer;
	display: block;
}

#btn_search1{
	cursor: pointer;
}



/* Footer
--------------------------- */
#footer{
	box-sizing: border-box;
	margin: 0;
	padding: 2em 0 3em 0;
	font-size: 2.5vw;
}

/* form
--------------------------- */
form{
	padding: 0;
	margin: 0;
}


.cp_iptxt {
	position: relative;
	width: 100%;
	margin: 40px 0%;
}
.cp_iptxt input[type='text'] {
	font: 15px/5vw sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: none;
	border-bottom: 2px solid #1b2538;
	background: transparent;
	border-radius: 0px;
	font-size: 16px!important;
}
.ef input[type='text']:focus {
	border-bottom: 2px solid #da3c41;
	outline: none;
}

.cp_iptxt input[type='tel'] {
	font: 15px/5vw sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: none;
	border-bottom: 2px solid #1b2538;
	background: transparent;
	border-radius: 0px;
	font-size: 16px!important;
}
.ef input[type='tel']:focus {
	border-bottom: 2px solid #da3c41;
	outline: none;
}

.cp_iptxt input[type='email'] {
	font: 15px/5vw sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: none;
	border-bottom: 2px solid #1b2538;
	background: transparent;
	border-radius: 0px;
	font-size: 16px!important;
}
.ef input[type='email']:focus {
	border-bottom: 2px solid #da3c41;
	outline: none;
}

.cp_iptxt p.ftxt{
	font: 5vw sans-serif;
	color: #000000;
	text-align: left;
	font-size: 16px!important;
}
.cp_iptxt textarea {
	font: 15px/5vw sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: none;
	border-bottom: 2px solid #1b2538;
	background: transparent;
	border-radius: 0px;
	font-size: 16px!important;
}
.ef textarea:focus {
	border-bottom: 2px solid #da3c41;
	outline: none;
}

.f_txt{
	font-size: 16px;
	line-height: 1.6em;
}
.f_txt2{
	font-size: 13px;
	line-height: 1.3em;
}
.left{
	text-align: left!important;
}

#CONTACT{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-top:-100px;
	padding-top:100px;
}
.set_form_btn{
	box-sizing: border-box!important;
	margin: 2em auto 18em auto!important;
	padding: 0 0 0 0!important;
	width: 100% !important;
	border: 0px solid red!important;
}
.set2_form_btn{
	width: 47%;
}

.box_btn,
.btn1{
	width: 100%;
	background-color: white;
	margin: 0em auto 0em auto;
	padding: 1em 0 1em 0;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	text-align: center;
	color: black;
	font-size: 14px!important;
	box-sizing: border-box;
	border-radius: 50px;
	border: 1px solid #C1D3D0;
	z-index: 2;
	box-sizing: border-box;
	cursor: pointer;
}

.smt_h_margin{
	box-sizing: border-box;
	margin: 0;
	padding: 5em 0 0 0;
}
.btn_more{
	position: relative;
	top: -2.5em;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding: 1em 1em 1em 1em;
	background-color: lightgray;
	color: black;
	text-align: center;
	font-size: 13px;
	width: 50%;
}
.btn_more.s2{
	top: 0em!important;
	margin: 0em auto 5em auto!important;
}


#DETAIL_CONTENTS .thumb_area_af{
	box-sizing: border-box;
	padding: : 0;
	margin: 2em 0 2em 0;
}
#DETAIL_CONTENTS .reset_thumb_area_af{
	box-sizing: border-box;
	padding: : 0!important;
	margin: .5em 0 3.5em 0!important;
}

#DETAIL_CONTENTS .thumb_area_af .thumb_s{
	width: 47%;
	box-sizing: border-box;
	margin: 0 0 1em 0;
	padding: 0;
	margin-right: 0;
}
#DETAIL_CONTENTS .thumb_area_af .thumb_m{
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-right: 0;
}
#DETAIL_CONTENTS .thumb_area_af .thumb_b{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-right: 0;
}
#DETAIL_CONTENTS .thumb_area_af .thumb_s:nth-of-type(3n){
	margin-right: 0;
}

#DETAIL_CONTENTS .thumb_area_af .img{
	width: 100%;
}
#DETAIL_CONTENTS .thumb_area_af .txt{
	width: 100%;
	box-sizing: border-box;
	padding: 2em 0 0 0;
	margin: 0;
}
#DETAIL_CONTENTS h3.af{
	font-size: 4vw;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 0em;
	padding-bottom: 0;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
	text-align: left;
}
#DETAIL_CONTENTS h3.af.s2{
	text-align: center!important;
	text-decoration: underline;
	margin-bottom: 2em!important;
}
#DETAIL_CONTENTS .thumb_area_af P.date2{
	font-size: 3.2vw!important;
	color: black!important;
	letter-spacing: .1em!important;
	box-sizing: border-box!important;
	padding: 0 0 0 0!important;
	margin: 0!important;
	line-height: 1.6em!important;
	font-family: "DINNextLTPro-Regular";

}
#DETAIL_CONTENTS .thumb_area_af .txt1{
	font-size: 3.5vw!important;
	line-height: 1.6em!important;
	box-sizing: border-box!important;
	padding: 1em 0 0 0!important;
	margin: 0!important;
	padding-bottom: .5em!important;
	letter-spacing: 0.01em!important;
}
#DETAIL_CONTENTS .thumb_area_af .txt2{
	font-size: 3vw!important;
	line-height: 1.6em!important;
	box-sizing: border-box!important;
	padding: 0!important;
	margin: 0!important;
	padding-bottom: .5em!important;
	letter-spacing: 0.01em!important;
}

.thumb_img_s{
	height: 15em;
}
.thumb_img_b{
	height: 15em;
	padding-bottom: 2em;
}

.youtube_b{
	width: 100%;
	height: 15em;
	padding-bottom: 2em;
}

.sp_archive_list_area{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: center;
}
