@charset "UTF-8";

.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: 1vw;
}
.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: 5em;
}
.underbar3{
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 0;
	width: 3.4em;
	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: nowrap; 
	box-sizing: border-box;
	align-items: center;
	width: 100%;
}



#ARTFAIR{
	padding-bottom: 3em!important;
}
#NEWYORK{
	padding-bottom: 3em!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: white;
	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: 50vh;
	background: linear-gradient(to bottom, #FFF, #000);
	mix-blend-mode: multiply;
}
.txt_area{
	position: absolute;
	width: max-content;
	border: 0px solid red;
	right: 0;
	bottom:-30px;
	box-sizing: border-box;
	margin-right: 2em;
	margin-bottom: 2em;
	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: 11px;
	color: black;
	width: max-content;
	background-color: white;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 1em 1em 1em 1em;
	margin: 0 0 1em 0;
	letter-spacing: 0.05em;
}
.txt_area P.title1{
	font-size: 18px;
	color: white;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
.txt_area P .title1b{
	font-size: 13px;
	color: white;
	box-sizing: border-box;
	padding-left: 10px;
}
.txt_area P.date{
	font-size: 26px;
	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: 13px;
	color: white;
	box-sizing: border-box;
	padding-left: 3px;
}
.top_mobile_logo2,
.top_mobile_logo{
	visibility: hidden;
	display: none;
}
.top_mobile_sns{
	visibility: hidden;
	display: none;
}
.top_menu{
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top:0px;
	width: 230px;
	background-color: white;
	opacity: 0;
	z-index: 2;
	padding: 30px 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: 1em 0 1.5em 0;
}
.top_menu li{
	box-sizing: border-box;
	margin: 0 0 1.5em 0;
	padding: 0 0 .3em 0;
	line-height: 1.3em;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
}
.top_menu a.menu_on{
	/*color: #2a9bd9!important;*/
	color: teal;
}

.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;
	position: absolute;
	right: 0;
	top:0px;
	background-color: white;
	opacity: 0;
	z-index: 2;
	padding: 10px 30px 10px 30px;
	text-align: left;
	color: black;
	font-size: 13px;
	-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;
}
.top_pop .tag{
	font-size: 11px;
	box-sizing: border-box;
	padding: .5em 0 .5em 0;
	margin: 0;
	letter-spacing: 0.05em;
}
.tag2{
	position: absolute;
	left: 0;
	top:0;
	background-color: white;
	color: black;
	width: fit-content;
	font-size: 11px;
	box-sizing: border-box;
	padding: .5em 1em .5em 1em;
	margin: 0;
	letter-spacing: 0.05em;
}

.top_pop .date{
	font-size: 20px;
	color: black;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 1.6em;
	font-family: "DINNextLTPro-Regular";
	
}
.top_pop P.title1{
	font-size: 13px;
	color: black;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	width: max-content;
}








/* TOP_CONTENTS
--------------------------- */
#TOP_CONTENTS{
	opacity: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 260px;
	padding-right: 60px;
	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;
}


#TOP_CONTENTS h2{
	font-size: 30px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 3em;
	padding-bottom: 0em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
}
#TOP_CONTENTS h3{
	font-size: 20px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 0em;
	padding-bottom: 0em;
	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: 3em 30% 0 30%;
	width: 100%;
	text-align: center;
}
#TOP_CONTENTS .txt1{
	font-size: 16px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 1em 0 0 0;
	margin: 0;
	padding-bottom: .5em;
}
#TOP_CONTENTS .txt2{
	font-size: 13px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#TOP_CONTENTS .txt3{
	font-size: 16px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#TOP_CONTENTS .txt4{
	font-size: 16px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 1em 0 1em 0;
	margin: 0 auto 0 auto;
	width: 70%;
	text-align: left;
}
#TOP_CONTENTS .txt5{
	font-size: 13px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}

#TOP_CONTENTS .thumb_area{
	box-sizing: border-box;
	padding: : 0;
	margin: 5em 0 7em 0;
}
#TOP_CONTENTS .reset_thumb_area{
	box-sizing: border-box;
	padding: : 0!important;
	margin: .5em 0 8em 0!important;
}

#TOP_CONTENTS .thumb_area .thumb_s{
	width: 28%;
	box-sizing: border-box;
	margin: 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: 50%;
}
#TOP_CONTENTS .thumb_area .txt{
	width: 50%;
	box-sizing: border-box;
	padding: 0 2em 0 2em;
	margin: 0;
}	

#TOP_CONTENTS P.title1{
	font-size: 23px;
	color: black;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
#TOP_CONTENTS .title1b{
	font-size: 13px;
	color: black;
	box-sizing: border-box;
	padding-left: 10px;
}
#TOP_CONTENTS P.title2{
	font-size: 16px;
	color: black;
	box-sizing: border-box;
	padding: 1em 0 1em 0;
	margin: 0;
	line-height: 1.6em;
}
#TOP_CONTENTS P.title3{
	font-size: 14px;
	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: 24px;
	color: black;
	letter-spacing: .15em;
	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: 16px;
	color: black;
	letter-spacing: .15em;
	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: 13px;
	color: black;
	box-sizing: border-box;
	padding-left: 3px;
}






/* DETAIL_CONTENTS
--------------------------- */
#DETAIL_CONTENTS{
	opacity: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 260px;
	padding-right: 60px;
	margin-top: 0;
	-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;
	word-wrap: break-word;
}


#DETAIL_CONTENTS h2{
	font-size: 30px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 3em;
	padding-bottom: .5em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
}
#DETAIL_CONTENTS h3{
	font-size: 20px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 5em;
	padding-bottom: 2em;
}
#DETAIL_CONTENTS h4.txt1,
#DETAIL_CONTENTS .txt1{
	font-size: 20px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
}
#DETAIL_CONTENTS h2.ex_title{
	font-size: 30px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 3em;
	padding-bottom: .5em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
}
#DETAIL_CONTENTS .ex_name{
	font-size: 20px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
}
#DETAIL_CONTENTS .ex_archive{
	font-size: 30px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 3em;
	padding-bottom: .5em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
}
#DETAIL_CONTENTS .txt2{
	font-size: 13px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#DETAIL_CONTENTS .txt3{
	font-size: 16px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#DETAIL_CONTENTS .txt4{
	font-size: 16px;
	line-height: 2em;
	box-sizing: border-box;
	padding: 5em 0 2em 0;
	margin: 0 auto 0 auto;
	width: 70%;
	text-align: left;
}
#DETAIL_CONTENTS .txt5{
	font-size: 13px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}
#DETAIL_CONTENTS .txt6{
	font-size: 12px;
	line-height: 1.6em;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 4em 0;
	text-align: left;
}
#DETAIL_CONTENTS .txt7{
	font-size: 14px;
	line-height: 1.6em;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 4em 0;
	text-align: left;
}
#DETAIL_CONTENTS .txt8{
	font-size: 16px;
	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;
}

#DETAIL_CONTENTS .thumb_area .thumb_s{
	width: 28%;
	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: 47%;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 2em 0;
	margin-right: 0;
}
#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: 50%;
}
#DETAIL_CONTENTS .thumb_area .txt{
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 2em;
	margin: 0;
}
#DETAIL_CONTENTS .thumb_area .shopinfo{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0;
}
#DETAIL_CONTENTS h3.title1,
#DETAIL_CONTENTS P.title1{
	font-size: 16px;
	color: black;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
#DETAIL_CONTENTS .title1b{
	font-size: 14px;
	color: black;
	box-sizing: border-box;
	padding-left: 10px;
}
#DETAIL_CONTENTS P.title2{
	font-size: 14px;
	color: black;
	box-sizing: border-box;
	padding: 1em 0 1em 0;
	margin: 0;
	line-height: 1.6em;
}
#DETAIL_CONTENTS P.title3{
	font-size: 14px;
	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: 26px;
	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: 13px;
	color: black;
	box-sizing: border-box;
	padding-left: 3px;
}




#ARCHIVE_CONTENTS h5.txt1,
#ARCHIVE_CONTENTS P.txt1{
	font-size: 16px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .5em;
}
#ARCHIVE_CONTENTS P.txt2{
	font-size: 14px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
}
#ARCHIVE_CONTENTS P.date{
	font-size: 16px;
	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: 1em;
	visibility: hidden;
	display: none;
	
}
.drawer--right.drawer-open .drawer-hamburger{
	position:fixed;
	right: 1em;
	
}
.drawer-hamburger{
	top:0em;
}
.drawer-nav{
	color:#ebebeb;
	background-color:#0e1113;
}
.drawer-menu{
	margin:0;
	padding:50px 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: 14px 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: 13px;
}

/* form
--------------------------- */
form{
	padding: 0;
	margin: 0;
}


.cp_iptxt {
	position: relative;
	width: 100%;
	margin: 40px 0%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px 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: 1.3vw;
}
.ef input[type='text']:focus {
	border-bottom: 2px solid #da3c41;
	outline: none;
}

.cp_iptxt input[type='tel'] {
	font: 15px/24px 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: 1.3vw;
}
.ef input[type='tel']:focus {
	border-bottom: 2px solid #da3c41;
	outline: none;
}

.cp_iptxt input[type='email'] {
	font: 15px/24px 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: 1.3vw;
}
.ef input[type='email']:focus {
	border-bottom: 2px solid #da3c41;
	outline: none;
}

.cp_iptxt p.ftxt{
	font: 16px sans-serif;
	color: #000000;
	text-align: left;
	font-size: 1.3vw;
}
.cp_iptxt textarea {
	font: 15px/24px 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: 1.3vw;
}
.ef textarea:focus {
	border-bottom: 2px solid #da3c41;
	outline: none;
}

.f_txt{
	font-size: 1.3vw;
	line-height: 1.3em;
}
.f_txt2{
	font-size: 1.3vw;
	line-height: 1.3em;
	padding-left: 19% !important;
	padding-right: 19% !important;
}
.left{
	text-align: left!important;
}

#CONTACT{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-top:-0px;
	padding-top:0px;
}
.set_form_btn{
	box-sizing: border-box!important;
	margin: 2em auto 18em auto!important;
	padding: 0 0 0 0!important;
	width: 40% !important;
	border: 0px solid red!important;
}
.set2_form_btn{
	width: 47%;
}

.box_btn,
.btn1{
	width: 100%;
	background-color: white;
	margin: 0em auto 0 auto;
	padding: 1em 0 1em 0;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	text-align: center;
	color: black;
	font-size: 1.3vw;
	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: 0 0 0 0;
	display: none;
	visibility: hidden;
}
.btn_more{
	position: relative;
	top: -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: 20%;
}
.btn_more.s2{
	top: 0em!important;
	margin: 0em auto 8em auto!important;
}



#DETAIL_CONTENTS .thumb_area_af{
	box-sizing: border-box;
	padding: : 0;
	margin: 5em 0 7em 0;
}
#DETAIL_CONTENTS .reset_thumb_area_af{
	box-sizing: border-box;
	padding: : 0!important;
	margin: .5em 0 8em 0!important;
}

#DETAIL_CONTENTS .thumb_area_af .thumb_s{
	width: 28%;
	box-sizing: border-box;
	margin: 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: 50%;
}
#DETAIL_CONTENTS .thumb_area_af .txt{
	width: 50%;
	box-sizing: border-box;
	padding: 0 2em 0 2em;
	margin: 0;
}
#DETAIL_CONTENTS h3.af{
	font-size: 20px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	padding-top: 0em;
	padding-bottom: 0em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-weight: 800;
	letter-spacing: 0.1em;
	text-align: left;
}
#DETAIL_CONTENTS .thumb_area_af P.date2{
	font-size: 16px!important;
	color: black!important;
	letter-spacing: .15em!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: 16px!important;
	line-height: 1.6em!important;
	box-sizing: border-box!important;
	padding: 1em 0 0 0!important;
	margin: 0!important;
	padding-bottom: .5em!important;
}
#DETAIL_CONTENTS .thumb_area_af .txt2{
	font-size: 13px!important;
	line-height: 1.6em!important;
	box-sizing: border-box!important;
	padding: 0!important;
	margin: 0!important;
	padding-bottom: .5em!important;
}

.thumb_img_s{
	height: 18em;
}
.thumb_img_b{
	height: 34em;
}

.youtube_b{
	width: 70%;
	height: 30em;
}
