body{
	background-color:#1e1210 !important;
	font-family:serif !important;
}
h1{
	width: 100%;
    	text-align: center;
    	color: #fff;
    	font-size: 10px !important;
    	line-height: 16px !important;
    	padding: 5px 2px 2px 2px !important;
    	z-index: 11;
	background-color:#1e1210 !important;
    	position: absolute;
    	top: 50px;
    	left: 0;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
}
.sp_off{
	display:none !important;
}

/*販売停止のお知らせ*/

.fogmo_st_wrap{
	font-family: serif;
	background:url(/img/fogmo/fo_main03.webp)no-repeat center top;
	background-size:cover;
	height:100vh;
}
.fogmo_st_wrap:before {
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background-color: rgba(0, 0, 0, 0.5);
    	z-index: 1;
}
.fogmo_st_in{
	text-align:center;
	width:90%;
	position:relative;
	z-index:2;
	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
}
.fogmo_st_tl{
	text-align:center;
}
.fogmo_st_tl p{
        font-size: 4vw;
        letter-spacing: 0.5em;
    	color: #fff;
    	padding-bottom:5%;
}
.fogmo_st_tl img{
	width:80%;
}
.fogmo_st_info{
	font-size:6.5vw;
    	letter-spacing:0.3em;
	margin-top:8%;
	font-weight:bold;
	color:#fff;
}
.fogmo_st_txt{
	text-align:center;
	color:#fff;
	margin-top:15%;
	font-size:3vw;
	line-height:1.9em;
}

/*販売停止のお知らせ*/

/*main*/
.fo_main{
	position:relative;
	margin-top:22px;
	height:370px;
}
.fo_tokkyo{
	width:60%;
	margin:5% auto 0;
}
.fo_monitor{
	margin:20px auto;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.fo_monitor ul{
	display:flex;
	justify-content:space-between;
	width:90%;
	margin:0 auto;
}
.fo_monitor ul li{
	width:46%;
}
.container{
  	position: relative;
    	width: 100%;
}
.container:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index:1;
	height:370px;
}
.image{
	height:370px;
  	position: absolute;
	width: 100%;
	object-fit:cover;
	opacity: 0;
	animation: change-img-anim 20s infinite;
}
.image:nth-of-type(1) {
  	animation: change-img-anim-first 20s infinite;
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 5s;
}
.image:nth-of-type(3) {
	animation-delay: 10s;
}
.image:nth-of-type(4) {
	animation-delay: 15s;
}

@keyframes change-img-anim-first {
	0%{ opacity: ・ｽP;}
  	30%{ opacity: 1;}
  	36%{ opacity: 1;}
  	45%{ opacity: 0;}
  	100%{ opacity: 0;}
}
@keyframes change-img-anim {
  	0%{ opacity: 0;}
  	30%{ opacity: 1;}
  	36%{ opacity: 1;}
  	45%{ opacity: 0;}
  	100%{ opacity: 0;}
}
.fo_main_tl{
	width:70%;
	margin:0 auto;
	position:absolute;
    	top: 57%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
	z-index:2;
	text-align:center;
}
.fo_main_tl p{
	font-size:4vw;
	letter-spacing:5px;
	text-align:center;
	color:#fff;
	padding-bottom:5%;
}
.fo_main_tl>img{
	width:90%;
}

/*info*/
.fo_info{
	background-color:#77694d;
}
.fo_info_in{
	width:90%;
	margin:0 auto;
	padding:3% 0;
	overflow:hidden;
}
.fo_info_tl{
	margin-bottom:2%;
	padding-bottom:2%;
	border-bottom:1px solid #fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.fo_info_tl img{
	width:30%;
}
.fo_info_box{
	width:100%;
}
.fo_info_box a{
	display:block;
	color:#fff;
	font-size:3.2vw;
	line-height:1.5em;
	transition:0.3s;
	font-weight:bold;
}
.fo_info_box a:hover{
	color:#1e1210;
}
.fo_in_date{
	margin-right:5%;
	width:20%;
}
.fo_in_conts{
	width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fo_in_more{
	width:30%;
}
.fo_in_more a{
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	display:block;
	transition:0.3s;
	font-size:3.5vw;
	padding:3% 0;
}

/*about*/
.fo_about{
	background:url(/img/fogmo/fo_gaiyo_bg_sp.webp)no-repeat right center;
	height:500px;
	position:relative;
}
.fo_about_in{
	width:90%;
	margin:0 auto;
	padding:15% 0;
	color:#fff;
	position:absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
}
.fo_about_in p{
	font-size:5vw;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:5%;
	letter-spacing:1px;
}
.fo_ab_txt{
	font-size:3.5vw;
	line-height:1.8em;
}

/*about*/
.fo_gallery{
	padding:10% 0;
	position:relative;
	box-sizing:border-box;
	background-color:#292221;
}

.fo_ga_tl{
	width:100%;
	color:#fff;
	box-sizing:border-box;
	z-index:3;
	background-color:#292221;
	position:relative;
	width:90%;
	margin:0 auto 5%;
}
.fo_ga_img{
	margin-bottom:3%;
	text-align:center;
}
.fo_ga_img img{
	width:35%;
}
.fo_ga_tl p{
	font-size:3vw;
	line-height:1.5em;
}
.fo_ga_conts{
}
.fo_ga_conts ul li{
	width:250px;
	height:470px;
	margin:0 10px;
}
.fo_ga_conts ul li a{
	display:block;
	height:450px !important;
	position:relative;
}
.fo_ga_off, .fo_ga_on{
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
	background-size:100% !important;
  	background-position: center top;
  	animation: image-switch-animation 6s infinite;
}

.fo_office a .fo_ga_off{
	background:url(/img/fogmo/fo_office_sp_off.webp)no-repeat;
	height:460px !important;
}
.fo_office a .fo_ga_on{
	background:url(/img/fogmo/fo_office_sp_on.webp)no-repeat;
	height:460px !important;
}
.fo_rest a .fo_ga_off{
	background:url(/img/fogmo/fo_res_sp_off.webp)no-repeat;
	height:460px !important;
}
.fo_rest a .fo_ga_on{
	background:url(/img/fogmo/fo_res_sp_on.webp)no-repeat;
	height:460px !important;
}
.fo_cafe a .fo_ga_off{
	background:url(/img/fogmo/fo_cafe_sp_off.webp)no-repeat;
	height:460px !important;
}
.fo_cafe a .fo_ga_on{
	background:url(/img/fogmo/fo_cafe_sp_on.webp)no-repeat;
	height:460px !important;
}
.fo_home a .fo_ga_off{
	background:url(/img/fogmo/fo_home_sp_off.webp)no-repeat;
	height:460px !important;
}
.fo_home a .fo_ga_on{
	background:url(/img/fogmo/fo_home_sp_on.webp)no-repeat;
	height:460px !important;
}
.fo_apparel a .fo_ga_off {
  background: url(/img/fogmo/fo_apparel_sp_off.webp)no-repeat;
  height: 460px !important;
}
.fo_apparel a .fo_ga_on {
  background: url(/img/fogmo/fo_apparel_sp_on.webp)no-repeat;
  height: 460px !important;
}
.fo_clinic a .fo_ga_off {
  background: url(/img/fogmo/fo_clinic_sp_off.webp)no-repeat;
  height: 460px !important;
}
.fo_clinic a .fo_ga_on {
  background: url(/img/fogmo/fo_clinic_sp_on.webp)no-repeat;
  height: 460px !important;
}
.fo_closet a .fo_ga_off {
  background: url(/img/fogmo/fo_closet_sp_off.webp)no-repeat;
  height: 460px !important;
}
.fo_closet a .fo_ga_on {
  background: url(/img/fogmo/fo_closet_sp_on.webp)no-repeat;
  height: 460px !important;
}

.fo_ga_off{
  animation-delay: 0s;
}
.fo_ga_on{
  animation-delay: 3s;
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  25%{ opacity: 1;}
  50%{ opacity: 1;}
  75%{ opacity: 0;}
  100%{ opacity: 0;}	
}

.fo_ga_contl{
	position:absolute;
	bottom:0px;
	left:20px;
	z-index:2;
}
.fo_ga_logo{
	position:absolute;
	bottom:-16px;
	right:0;
	width:80%;
}
.fo_ga_logo img{
	width:100%;
}
.slick-prev, .slick-next{
	width: 50px !important;
    	height:50px !important;
	background-size:100% !important;
}
/*menu*/
.fo_menu ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	margin-top:100px;
	border-top:1px solid #fff;
}
.fo_menu ul li{
	width:50%;
}
.fo_menu ul li a{
	width:100%;
	font-size:3.5vw;
	letter-spacing:1px;
	display:block;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:12% 10%;
	color:#fff;
	box-sizing:border-box;
	background:url(/img/fogmo/fo_nav_icon.webp)no-repeat 92% center;
	background-size:4%;
	transition:0.5s;
}
.fo_menu ul li:nth-child(2n) a{
	border-right:none;
}
.fo_menu ul li:last-child a{
	border-bottom:none;
}
.fo_menu ul li a:hover{
	background:url(/img/fogmo/fo_nav_icon.webp)no-repeat 93% center;
}
.fo_menu_contact_wrap{
	border-top:1px solid #fff;
}
.fo_menu_contact{
	background:url(/img/fogmo/fo_contact_bg.webp)no-repeat center top;
	background-size:cover;
	height:100px;
	position:relative;
	border:10px solid #1e1210;
}
.fo_menu_contact:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index:1;
}	
.fo_menu_contact a{
	text-align:center;
	font-size:4.5vw;
	background-size: 2%;
	color:#fff;
	background:url(/img/fogmo/fo_nav_icon.webp)no-repeat 70% center;
    	position: relative;
    	z-index: 2;
    	width: 100%;
    	margin: 0 auto;
    	display: inline-block;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
	transition:0.5s;
	letter-spacing: 1px;
}
.fo_menu_contact a:hover{
	background:url(/img/fogmo/fo_nav_icon.webp)no-repeat 73% center;
}

/*-----------------------------------------------
	/contact/
-----------------------------------------------*/
.fo_contact_in{
	width:90%;
	margin:5% auto 0;
	color:#fff;
}
.ch_program_tl::before,
.ch_program_tl::after {
  	background-image: linear-gradient(to right, transparent, #fff 50%, transparent); 
  	background-repeat: no-repeat;
  	content: "";
  	height: 1px;
  	left: 0; 
  	margin-inline: auto;
  	max-width: 1000px;
  	position: absolute;
  	right: 0;
  	width: 100%;
}
.ch_program_tl::before {
  	bottom: 0;
}
.ch_program_tl::after {
  	top: 0;
}
.ch_program_tl {
  	font-size: 22px;
  	font-weight: 700;
  	margin-top: 30px;
  	padding: 25px 0;
  	position: relative;
  	text-align: center;
  	width: 100%;
	background-color:#1e1210 !important;
	border-top: none !important;
} 

#jc_btn_submit {
	-webkit-appearance: none;
	border: 2px solid #ccc;
	background: #eee;
	color: #777;
	border-radius: 30px;
	width: 90%;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 20px auto 60px;
	font-size: 18px;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
#jc_btn_submit.jcjs_btn_ok {
	cursor: pointer;
	-webkit-appearance: none;
	border: 2px solid #77694d;
	background: #77694d;
	color: #fff;
}
#jc_btn_submit.jcjs_btn_ok:hover {
	color: #77694d;
	background: #fff;
}
button#jc_btn_back{
	cursor: pointer;
	-webkit-appearance: none;
	background: #fff;
	border:2px solid #77694d;
	color: #1e1210;
	border-radius: 30px;
	width:200px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
	font-weight: bold;
	margin: 40px auto 0px;
	font-size: 15px;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
button#jc_btn_back:hover{
	border:2px solid #fff;
	background-color:#1e1210;
	color:#fff;
}
.inquirytable {
	margin: 5% auto;
}
.form{
	width:100%;
}
.form tr{
	margin-bottom:4%;
}
.inquirytable th {
	width: 96%;
	margin:0 auto;
	border: none;
	font-size: 4vw;
	text-align: left;
	display:block;
	
}
.inquirytable th span.form_required,
.inquirytable th span.form_any {
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	margin: 14px 0;
	border-radius: 3px;
}
.inquirytable th span.form_required {
	color: #b02310;
}
.inquirytable th span.form_any {
	border: 1px solid #326CFF;
	color: #326CFF;
	background: #E5ECFF;
}
.inquirytable th,
.inquirytable td {
}
.inquirytable td {
	width: 100%;
	display:block;
	margin-bottom:5%;
}
.inquirytable td input[type="text"],
.inquirytable td input[type="tel"],
.inquirytable td textarea,
.inquirytable td select {
	font-size: 16px;
	line-height: 28px;
	padding: 10px ;
	border: 1px solid #222222;
	background: #222222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 3px;
	color:#ffffff;
	font-family: 'Arial','・ｽ・ｽ・ｽS・ｽV・ｽb・ｽN',YuGothic,'・ｽq・ｽ・ｽ・ｽM・ｽm・ｽp・ｽS Pro','Hiragino Kaku Gothic Pro','・ｽ・ｽ・ｽC・ｽ・ｽ・ｽI','Meiryo', sans-serif;
}
.inquirytable td input[type="text"],
.inquirytable td textarea {
	width: 100%;
}
.inquirytable td select {
	cursor: pointer;
	height:60px;
	margin-right: 5px;
}
.inquirytable td textarea {
	height: 150px;
	display: block;
}
.inquirytable td label {
	border: 1px solid #222222;
	background: #222222;
	cursor: pointer;
	padding:15px 15px;
	display: inline-block;
	margin: 0 2% 0 0;
	font-size: 16px;
	color:#fff;
	width:49%;
	box-sizing:border-box;
}
.inquirytable td label:nth-child(2) {
	margin-right:0;
}
.inquirytable td label input {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
.inquirytable td label input[type="checkbox"],
.inquirytable td label input[type="radio"] {
	vertical-align: middle;
	margin-top: 0;
	margin-left: 0;
}
.inquirytable td input[type="text"]:hover,
.inquirytable td textarea:hover,
.inquirytable td select:hover,
.inquirytable td label:hover {
	border: 1px solid #ffffff;
}
.inquirytable input[type="submit"] {
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 20px auto 0;
	font-size: 20px;
	display: block;
}
.inquirytable input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.inquiryend {
	margin: 100px auto;
	width: 1000px;
	border: 10px solid #eee;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.ui-datepicker-trigger {
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
	cursor: pointer;
	padding: 10px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	vertical-align: bottom;
}
img.ui-datepicker-trigger:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.inquirytable td span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.cms_submitbtn button[type="submit"] {
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 20px auto 0;
	font-size: 20px;
	display: block;
}
.cms_submitbtn button[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.form_address {}
/* form_error
	---------------------------------------- */
.jcjs_sferr {
	color: #ff4a32;
	font-weight: bold;
}
.form_error_cell {
	background: #FFE8E5;
}
/* fin
	---------------------------------------- */
.form_fin_txt {
	/* border: 10px solid #eee; */
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
	line-height:25px;
  text-align: center;
}
.form_fin_txt span {
	margin-bottom: 40px;
	font-size: 22px;
	display: block;
	font-weight: bold;
}
.form_fin_txt span.fin_subtx{
	font-size: 12px;
    	margin-top: 15px;
    	letter-spacing: 2px;
    	font-weight: normal;
}
.form_fin_txt p {
	font-size: 14px;
}
.form_fin {
	width: 100%;
}
.form_fin tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3px;
}
.form_fin th, .form_fin td {
	font-size: 14px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_fin th {
	text-align: left;
	background: #FAFAF9;
	width: 25%;
}
.form_fin td {
	width: 75%;
}
.form_fin td p {
	padding: 10px;
	margin-left: 20px;
	background: #fcfcf5;
	border: 1px solid #f0f0ce;
	margin-top: 5px;
	font-size: 13px;
}
.form_fin_link {
	margin: 0 auto 60px;
}
.form_fin_link a {
	display: block;
	background: #111;
	border: 1px solid #111;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	width: 400px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}
.form_fin_link a:hover {
	color: #111;
	background: #fff;
}
.fo_err {
	background-color: #222222 !important;
	border: 1px solid #ff0000 !important;
}
.form_pri {
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
}
.form_pri a {
	color: #fff;
	text-decoration: underline;
}




.gallery_fogmo_conts{
	width:95%;
	margin:0 auto 10%;
	padding-top:12%;
}
.gallery_fogmo_tl{
	position:relative;
}
.gallery_fogmo_tl::before {
    	content: '';
    	position: absolute;
    	bottom: 50%;
    	left: 0;
    	right: 0;
    	width: 100%;
    	height: 1px;
    	margin: 0 auto;
    	text-align: center;
    	background: #1e1210; 
    	background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
    	background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
    	background-position: center;
    	background-repeat: no-repeat;
}
.gallery_fogmo_tl p{
	position:absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
	z-index:2;
	font-size:7vw;
	letter-spacing:3px;
	text-align:center;
	color:#fff;
    	background: #1e1210; 
	padding:0 6%;
	line-height: 1.2em;
}

/*-----------------------------------------------
	.ga_ma
-----------------------------------------------*/
.ga_ma{
    	width: 90%;
    	margin: 10% auto;
    	color: #fff;
    	line-height: 35px;
}
.ga_li_box{

}
.ga_li_box ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:15%;
}
.ga_li_box ul li{
	width:48%;
	margin-bottom:5%;
}
.ga_li_box ul li a{

}
.ga_main{

}
.ga_main img{
	width:100%;
	height:300px;
	object-fit:cover;
	transition:0.3s;
}
.ga_li_box ul li a p{
	color:#fff;
	font-size:4vw;
	text-align:center;
	margin-top:3%;
}
.ga_li_box ul li a:hover img{
	filter: brightness(70%);
}
.ga_other_link{
	margin:15% 0 10%;
}
.ga_other_link_tl{
	color:#fff;
	font-size:5vw;
	font-weight:bold;
	margin-bottom:3%;
	text-align:center;
}
.ga_other_link ul{
}
.ga_other_link ul li{
	margin-bottom:2%;
	text-align:left;
}
.ga_other_link ul li a{
    	padding: 15px 0;
    	display: block;
    	color: #fff;
    	text-align: left;
    	font-size: 3.5vw;
    	font-weight: bold;
    	transition: 0.3s;;
}
.ga_ot_img{
	width:30%;
	box-sizing:border-box;
	border: 3px solid #77694d;
}
.ga_ot_img img{
	width:100%;
	height:70px;
	object-fit:cover;
}
.ga_ot_box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.ga_ot_tl{
	font-size:4vw;
	margin-bottom:10px;
	position: relative;
	display: inline-block;
}
.ga_ot_box p{
	font-size:3vw;
	line-height:1.7em;
	width:68%;
}



.slider6-wrap {
  	margin: 0 auto;
  	position: relative;
	padding-top:13%;
}
.slider6-wrap ul{
	margin-bottom:15px !important;
}
.slider-6 .slick-slide {
  	overflow: hidden;
	height:auto;
}
.slider-6 .slick-slide img {
  	display: block;
  	width: 100% !important;
  	height: 100% !important;
  	object-fit: cover;
}
.slider-6 .slick-slide p{
	background-color: rgba(0,0,0,0.6);
	color:#fff;
	font-size:3.5vw;
	font-weight:bold;
	text-align:center;
	padding:2% 0;
    	position: absolute;
    	bottom: 10px;
    	width: 100%;
}
.thumbs_txt{
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:20px;
}
.thumbs_dots {
  	margin: 15px 0 0;
}
.thumbs_dots ul{
  	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.thumbs_list li {
  	display: inline-block;
  	width:25%;
  	height: 70px;
  	opacity: 0.4;
  	cursor: pointer;
  	transition: opacity 0.3s;
	border:3px solid #1e1210;
	box-sizing: border-box;
	transition:0.3s;
}
.thumbs_list li img{
  	width: 285px;
  	height: 180px;
	object-fit:cover;
}
.thumbs_list li:last-child {
	margin-right:0;
}
.thumbs_list li.slick-active {
  	opacity: 1;
}
.thumbs_list li.slick-active{
	border:3px solid #77694d;
}

/*-----------------------------------------------
	.project
-----------------------------------------------*/
.p_flex{
	margin-top:60px;
	border:2px solid #fff;
}
.p_flex-row{
	border-bottom:2px solid #fff;
}
.p_flex-row:last-child{
	border-bottom:none;
}
.flex-item {
    	padding:5px 20px;
    	font-size: 15px;
    	line-height: 25px;
    	color: #fff;
    	letter-spacing: 2px;
	width:100%;
	box-sizing:border-box;
}

.flex-item:nth-child(1) {
	border-bottom:2px solid #fff;
	background-color:#FFF;
	color:#000;
    	font-weight: bold;
}

.flex-item:nth-child(2) {
    	padding:10px 20px;
}

/*header*/

/* ----------------------------------------
	header
---------------------------------------- */
.h_wrap {
	width: 100%;
	height: 50px;
	text-align: center;
}
.header {}
.h_logo {
	padding: 5px 0;
	z-index: 100;
	background-color:#1e1210;
	position: fixed;
	width: 100%;
	box-shadow: 0 2px 2px 0 #ccc;
	height: 50px;
	box-sizing: border-box;
}
.h_logo a {
	display: block;
	width: 50%;
}
.h_logo img {
	padding:6% 8%;
	box-sizing:border-box;
}
nav.NavMenu {
	position: fixed;
	z-index: 20;
	top: 50px;
	left: 0;
	background-color:#1e1210 !important;
	color: #000;
	text-align: center;
	width: 100%;
	transform: translateY(-100%);
	transition: all 0.6s;
	overflow-y: scroll;
    	height: 90%;
}
nav.NavMenu ul.menu_list {
	background: #000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
nav.NavMenu ul.menu_list li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	background-color:#FFF;
	color:#000;
	line-height: 2.5em;
	text-align:left;
	font-weight:bold;
	text-indent:10px;
}
nav.NavMenu ul.menu_list li a {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	padding: 15px 0;
	text-decoration: none;
	text-align: left;
	text-indent: 1em;
	line-height: 2em;
	background-color:#1e1210 !important;
}
nav.NavMenu ul.menu_list li a::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
	margin: 0 2em 0 0;
}
nav.NavMenu.active {
	transform: translateY(0%);
	border-bottom: 1px solid #000;
	background-color:#1e1210 !important;
}
.Toggle {
	display: block;
	position: fixed;
	right: 15px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 120;
}
.Toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom:solid 2px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.Toggle span:nth-child(1) {
	top: 7px;
}
.Toggle span:nth-child(2) {
	top: 16px;
}
.Toggle span:nth-child(3) {
	top: 25px;
}
.Toggle.active span:nth-child(1) {
	top: 16px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.other_links {
	margin: 20px 10%;
	width: 80%;
}
.other_links li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	background-color:#FFF;
	color:#000;
}
.other_links li.other_li_site a {
	border-radius: 4em;
	color: #111;
	background-color: #ccc;
	padding: 15px 10px;
}
.other_links li.other_li_inq {}
.other_links li.other_li_inq a {
	color: #000;
	padding: 10px;
	background: #fff !important;
}
.other_links li:not(:last-child) {
	margin-bottom: 15px;
}



/*footer*/
.f_wrap_fo{
	text-align:center;
	border-top:1px solid #fff;
}
.foot_fo{
	padding-bottom:5px;
}
.f_logo_fo{
    	width: 60%;
    	margin: 7% auto;
}
.f_menu_fo{
}
.f_menu_fo ul{
}
.f_menu_fo ul li{
}
.f_menu_fo ul li a{
	width:100%;
	display:block;
	color:#fff;
	padding:3% 0;
	font-size:3.8vw;
	background: url(/img/fogmo/fo_nav_icon.webp)no-repeat 92% center;
    	background-size: 2%;
}
.f_nav_fo ul{
	display:flex;
	justify-content:space-between;
	margin-top:3%;
}
.f_nav_fo ul li{
	width:50%;
	border-right:1px solid #1e1210;
}
.f_nav_fo ul li a{
	background-color:#FFF;
	color:#000;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #;
	display:block;
	font-size:3.5vw;
	padding:8% 0;
}
.f_logo_camp{
	margin:5% 0 3%;
}
.f_wrap_fo .log_wrap{
	color:#fff;
}
.log_wrap p{
	font-size:9px;
}
/*footer*/





#main_v_txtall{
	background:url(/img/fogmo/fo_other_tl_bk.webp)no-repeat center top;
	background-size:cover;
	height:200px;
	position:relative;
}
#main_v_txtall:before{
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background-color: rgba(0,0,0,0.5);
    	z-index: 1;
}
#main_v_txtarea{
	font-size:6vw;
	text-align:center;
	position:absolute;
	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	z-index: 2;
	color:#fff;
	letter-spacing:5px;
}
#main_v_txt{
}

#main_v_sub{
}

#main_v_sub span{
	display:block;
	font-size:3.5vw;
	letter-spacing:0;
}

#main_nav{
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	width: 100%;
}
#main_list{
	display:flex;
	justify-content:flex-start;
}
.main_list_in{
	width:20%;
	border-right:1px solid #1e1210;
}
.main_list_txt.w_c{
	background-color:#1e1210;
	color:#fff;
}
.main_list_in a{
	color:#000;
	font-size:2.5vw;
	background-color:#FFF;
	display:block;
	padding:15% 0;
	text-align:center;
	transition:0.3s;
}
.main_list_in a:hover{
	background-color:#1e1210;
	color:#fff;
}
.merit_wrap{
	padding-top:10%;
}
.merit_box{
	width:90%;
	margin:0 auto;
	position:relative;
}
.merit_subtl{
	margin-bottom:8%;
}
.merit_subtl img{
	width:25%;
	margin-bottom:2%;
}
.merit_subtl p{
	font-size:5vw;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
	line-height:1.5em;
}
.merit_subtl p span{
	font-size:3vw;
	display:block;
}
.merit01_box{
	width:95%;
	margin:0 auto;
}
.merit01_box li:nth-child(2){
	transform: rotate(90deg);
	width: 20px;
    	margin: 0 auto;
}
.merit_box_bg{
	background-color:#292221;
	margin:2% 0;
	padding:10% 0;
}
.merit01_movie{
	width:95%;
	margin:0 auto 10%;
	padding-top:15%;
}
.merit01_movie iframe{
	width: 100%;
    	height: 47vw;
}
.merit01_movie p{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}
.merit02_wrap{
	width:95%;
	margin:7% auto 0;
}
.merit02_conts{
	border:1px solid #fff;
}
.merit02_conts > p{
	font-size:4.8vw;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-color:#292221;
	padding:0 5%;
	margin:-12px auto 0;
	width:100px;

}
.merit02_mazi_wrap{
	width:83%;
    	margin: 0 auto;
	padding:8% 0;
	text-align:center;
}
.merit02_on{
}
.merit02_on_tl{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:15px;
}
.merit02_on_tl img{
	margin-right:15px;
}
.merit02_on_tl p{
	font-size:3.5vw;
	color:#fff;
	line-height:1.5em;
}
.merit02_on_img{
}
.merit02_arr{
	transform: rotate(90deg);
	width: 40px;
    	margin: 25px auto;
}
.merit02_conts.open{
	margin:0% auto 0;
	text-align:center;
	padding-bottom:8%;
}
.merit02_open{
	font-size:3.5vw;
	color:#fff;
	line-height:1.5em;
	padding-top:5%;
	margin-bottom:4%;

}
.merit02_arr_w{
	transform: rotate(90deg);
	width: 40px;
    	margin: 25px auto 40px;
}
.merit03_box_wrap{
}
.merit03_box{
	width:95%;
	margin:0 auto 12%;
	position:relative;
	color:#fff;
}
.merit03_txt{
	margin-bottom:5%;
}
.merit03_box > p{
	font-size:3.8vw;
	font-weight:bold;
	background-color:#FFF;
	text-align:center;
	padding:3% 0;
	margin-bottom:3%;
	color:#000;
}
.spec_ta_li.merit03_txt{
	color:#fff;
	margin-bottom:5%;
}
.merit03_txt p{
	font-size:4vw;
	font-weight:bold;
	line-height:1.5em;

}
.merit03_txt p span{
	font-size:3.5vw;
	line-height:20px;
	display:block;
}
.merit03_cos{
	font-size:14px;
	line-height:20px;
	margin-top:15px;
}
.merit03_box2_wrap{
	margin-top:5%;
}
.merit03_box2_wrap ul{
}
.merit03_box2_wrap ul li{
	width:95%;
	margin:0 auto 5%;
}
.merit_link{
	margin:50px auto 100px;
}
.merit_link ul{
}
.merit_link ul li{
	margin-bottom:10px;
}
.merit_link ul li a{
	border:1px solid #fff;
	padding:20px 0;
	display:block;
	color:#fff;
	text-align:center;
	font-size:3.5vw;
	font-weight:bold;
	transition: 0.3s;
}
.merit_link ul li a:hover{
	background-color:#FFF;
	color:#1e1210;
}

/*SPEC*/
.spec_wrap{
	margin:10% auto 15%;
}
.spec_conts{
	margin-bottom:8%;
	clear:both;
}
.spec_conts ul.spec_rale{
    	width: 87%;
    	float: right;
	margin-bottom:15%;
}
.sp_conts_tl{
	width:90%;
	font-size:6vw;
	color:#fff;
	margin:0 auto 2%;
	font-weight:bold;
}
.spec_conts ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:90%;
	margin:0 auto;
}
.spec_conts ul li{
	width:49%;
}
.spec_table_wrap{
	color:#fff;
	position:relative;
}

.spec_table_in{
	position:relative;
	z-index:2;
}
.spec_table{
    	background-color: #77694d;
	padding:8% 5%;
}
.spec_table:nth-child(2){
    	background-color: #292221;
	padding:8% 5%;
}
.spec_ta_tl{
	font-size:6vw;
	color:#fff;
	margin-bottom:3%;
	font-weight:bold;
}
.spec_ta_box{
	border:1px solid #fff;
}
.spec_ta_li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:3.6vw;
	border-bottom:1px solid #fff;
	line-height:3em;
}
.spec_ta_li p{
	text-align:center;
}
.spec_ta_li p:first-child{
	font-weight:bold;
	width:30%;
	border-right:1px solid #fff;
}
.spec_ta_li p:nth-child(2){
	width:70%;
}
.spec_ta_box.size{
}
.spec_ta_li.size{
	line-height:3em;
}


/*concept*/
#concept_main{
	background:url(/img/fogmo/fo_con_bg.webp)no-repeat 20% top;
	background-size:cover;
	position:relative;
	padding-bottom:100px;
}
#concept_main:before{
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background-color: rgba(30,18,16,0.5);
    	z-index: 1;
}
#con_tl{
	font-size: 6vw;
	text-align:center;
	padding:15% 0 5%;
	color:#fff;
	position:relative;
	z-index:5;
	width:90%;
	margin:0 auto;
	border-bottom:1px solid #fff;
}
#con_tl span{
	font-size:3.5vw;
	display:block;
}
.concept_wrap{
	width:90%;
	margin:50px auto;
	color:#fff;
	font-size:3.5vw;
	line-height:1.7em;
	text-align:left;
	position:relative;
	z-index:5;
}

/*lc*/
.lc_wrap{
	width:90%;
	margin:10% auto;
}
.lc_tl{
	font-size:7vw;
	font-weight:bold;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	margin-bottom:5%;
	line-height:1.3em;
}
.lc_tl span{
	font-size:4vw;
}
.lc_conts{
}
.lc_box{
	width:100%;
	background-color:#fff9ee;
	border:2px solid #77694d;
	text-align:center;
	box-sizing:border-box;
	padding-bottom:30px;
}
.lc_box img{
	width:90%;
	margin:0 auto;
}
.lc_box.white{
	margin-bottom:8%;
}
.lc_box_tl{
	font-size:7vw;
	font-weight:bold;
	padding:5% 0;
}
.lc_box_tl span{
	font-size:4vw;
	margin-right:3%;
}
.lc_box.white .lc_box_tl{
    	border-bottom: 3px solid #77694d;
    	padding: 13.5px 0;
}
.lc_box_po{
	font-size:5vw;
	font-weight:bold;
	margin:5% 0;
}
.lc_box_po p{
	width:77%;
	text-align:left;
}
.lc_box_po{
	font-weight:bold;
    	display: flex;
    	justify-content: center;
    	align-items: center;
}
.lc_box_po img{
	width:18%;
}
.lc_box_txt{
	font-size:3.5vw;
	font-weight:bold;
	line-height:1.5em;
	margin-top:6%;
}
.lc_box.trans{
}
.lc_box.trans .lc_box_tl{
	background-color:#77694d;
	color:#fff;
}
.lc_box_txt span{
	text-align:right;
	display:block;
	margin-top:10px;
}
.lc_txt{
	font-size:3vw;
	font-weight:bold;
	color:#fff;
	margin-top:6%;
	text-align:right;
}

/* ・ｽ・ｽ・ｽ[・ｽh・ｽy・ｽ[・ｽW */
#splash {
  	position: fixed;
  	width: 100%;
  	height: 100%;
  	z-index: 999;
  	background:#1e1210;
  	text-align:center;
  	color:#fff;
  	top:0;
}
#splash_logo {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);

}
#splash_logo img {
  	width:500px;
}

.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* media screen fin */


/*-----------------------------------------------
	.info_ma
-----------------------------------------------*/
.info_ma{
	width:90%;
	margin:10% auto;
	color:#fff;
  line-height: 35px;
}
.fo_detail_01_movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 3%;
}
.fo_detail_01_movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fo_detail_01_movie_wrap:empty {
  height: 0;
  padding: 0;
  margin: 0;
}
/*-----------------------------------------------
マスター
-----------------------------------------------*/
.cms_li_box {
	margin: auto;
	padding-top:12%;
}
.cms_li_box ul li a {
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	line-height: 2em;
	padding: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: baseline;
}
.cms_li_box ul li:nth-child(odd) a {
	background:#292221;
}
.cms_li_box ul li a:hover {
	background: #F4E7D7;
}
.cms_li_box ul li a span {
	font-weight: 500;
	width: 35%;
	font-size: 3.2vw;
}
.cms_li_box ul li a p {
	width: 98%;
	line-height: 1.7em;
	font-size: 3.5vw;
	font-weight: 500;
}
.info_ma h2 {
	font-size: 5vw;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding: 10px 15px;
	height: auto;
	overflow: hidden;
	border-bottom: solid 2px #DDD;
}
.info_ma h2 p {
	line-height: 30px;
}
.info_ma a:link {
  color: #fff;
  text-decoration: none;
}
.info_ma a:visited {
  color: #fff;
  text-decoration: none;
}
.info_ma a:hover {
  color: #666;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.info_ma a:active {
  color: #333;
}


/*--------------------------	master start	--------------------------*/
.page_next {
	margin: 0 auto;
	margin-top: 50px;
	background-color: #292221;
}
.page_next ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 92px;
}
.page_next li {
	flex-basis: 45%;
	align-self: center;
	font-size: 13px;
	line-height: 22px;
	position: relative;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
}
.page_next li:nth-child(1) a {
    	height: 40px;
    	width: 68%;
	text-align:right;
	margin-left:17%;
}
.page_next li:nth-child(1) a::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.page_next li:nth-child(2) {
	flex-basis: 80px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 3	px;
	background-color: #ffffff;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
}
.page_next li:nth-child(2) a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.page_next li:nth-child(3) a {
    	text-align: right;
    	height: 40px;
    	width: 68%;
}
.page_next li:nth-child(3) a::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.page_next li a {
	display: block;
	color: #fff;
	text-decoration:underline;
}
.page_next li:hover a {
	text-decoration: none;
	background:none;
}
.grouppaging {
	text-align: center;
	clear: both;
	margin-top:50px;
}
.grouppaging li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 40px !important;
	margin: 2px 7px 2px 0;
	line-height: 35px;
}
.grouppaging li span {
	display: block;
	background-color: #ffffff;
	color:#1e1210;
}
.grouppaging a {
	height: 35px;
	line-height: 35px;
	display: block;
	background:#292221;
	color:#fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none !important;
}
.grouppaging a:hover {
	background: #fff;
	color:#1e1210;
}

/*============================
#landing_main
============================*/
.lp_fogmo_wrap{
    	font-family: serif;
    	background-color: #1e1210;

}
#landing_main{
    	background: url(/img/fogmo/fo_main02.webp) no-repeat center top;
    	background-size: cover;
    	position: relative;
    	padding: 8% 0 0;
	height:100svh;
	box-sizing:border-box;
}
#landing_main:before {
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background-color: rgba(0, 0, 0, 0.4);
    	z-index: 1;
}
#landing_main h2{
	text-align:center;
	padding:0% 0 3%;
	position:relative;
	z-index:2;
	width:90%;
	margin:0 auto;
}
#landing_main h2 p{
    	font-size: 4.3vw;
    	letter-spacing: 5px;
    	text-align: center;
    	color: #fff;
    	padding-bottom: 3%;
}
#landing_main h2 img{
	width:80%;
}
.lan_fog_txt{
	font-size: 3vw;
    	letter-spacing:3px;
    	text-align: center;
    	color: #fff;
	position:relative;
	z-index:2;
	line-height:1.5em;
}

.lan_txt{
	font-size: 3.5vw;
    	letter-spacing:2px;
    	text-align: center;
    	color: #fff;
    	padding: 7% 0;
	position:relative;
	z-index:2;
}
.lan_wrap{
	width:90%;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.lan_wrap ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lan_wrap ul li{
	width:48%;
	margin-bottom:4%;
}
.lan_wrap ul li a{
	display:block;
	transition:0.2s;
}
.lan_wrap ul li a:hover{
	opacity:0.8;
}
.lan_contact{
	position:fixed;
	bottom:0;
	left:0;
	z-index:2;
	width:100%;

}
.lan_contact a{
	display:block;
    	background-color:#94252a;
	color:#fff;
	font-size:5vw;
	font-weight:bold;
	text-align:center;
	padding:6% 0;
	position:relative;
}
.lan_contact a:before {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0;
  	border-top: solid 3px #fff;
  	border-right: solid 3px #fff;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 0;
  	left: 13%;
  	bottom: 0;
  	margin: auto;
	z-index:2;
}
