﻿.bg_color1 {
    background-color: #2a2a3d;
    background-color: #262633;
}
.bg_color2 {
    background-color: #c3c5c6;
        background-color: #52525d;
}
.bg_color3 {
    background-color: #979797;
    background-color: #888888;
    background-color: #40404f;
    
}
.border_color1 {
    border-color: #262633;
    border-color: #acacb9;
}
.border_color3 {
    border-color: #8a7c59;
    border-color: #888888;
    
    border-color: #40404f;

}
.txt_color_nomal {
    color: #ffffff;
}
.txt_color1 {
    color: #262633;
}


/* ----------　loading　---------- */
html.is-locked {
	overflow: hidden; 
	height: 100%;
}
.l-main {
	min-height: 100vh;
}
.l-mask,
.l-mask--gr,
.l-mask--top {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 102;
	width: 300%;
	height: 100vh;
	background-color:#11111b;
	-webkit-transform: skew(-27deg) translateX(-50%);
	transform: skew(-27deg) translateX(-50%);
}
.l-mask--gr {
	z-index: 103; 
	background-color: #262633;
}
/* ----------　マウス追従　---------- */
#wrap{cursor: none}
.cursor,.follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}
.cursor{
	width: 8px;
	height: 8px;
	background-color: #fff;
	opacity: 0.6;
	z-index: 1001;
}
.follower{
   width: 35px;
   height: 35px;
   background-color: #454556;
   -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
   border-radius:         50%  50%  50%  50%  / 50%   50%   50%  50%;
	z-index: 1000;
	transition: 0.3s;
	opacity: 0.75;
	transition-property: transform,background
}
.follower.is-active2{
	background-color: transparent;
	border: solid 1px #454556;
	transform: scale(1.2);
}

.cursor.is-active2.more_move,.cursor.is-active2.more_info{
	background-color: transparent;
}

a,.modal-open .more_item{cursor: none}

/* ----------　all　---------- */
.linkStyle{
	color:#acacb9;
}
.linkStyle:hover{
	color:#acacb9;
	opacity: 0.7;
	transition: all 0.5s;
}
#wrap{
        background: linear-gradient(to bottom right, #262633, #101725, #000000);
}
body,#wrap{
     font-family: 'Shippori Mincho', serif;
    color: #fff;
}
header h1{
    max-width: 350px;
}
#main_contents #main_menu li::before ,#intro .more a,#top_cms .more a{
    border: 1px solid #fff;
}
.font_en{
    font-family: 'Cormorant', 'Shippori Mincho', serif;
}
#footer .grid_6 .tel a {
      background-color: #15151b;
    display: inline-block;
    padding: 15px 30px;
}
#footer .grid_6 .tel a:hover{
    transition: 0.5s;
    opacity: 0.7;
}
#top_cms .more a:hover {
    border: 1px solid #1b1b24;
}
.more a span {
    transition: all 0.5s;
}
.more a:hover span {
    background-color: #1b1b24;
}
#menu_bt > div span {
    height: 2px;
        width: 60px;
}
#main_contents #main_menu li,#main_contents #main_menu li::before,#main_contents #main_menu li::after {
    transition: all .6s;
}
/* ----------　TOP　---------- */
#catch h2{
    font-family: 'Cormorant', 'Shippori Mincho', serif;
    font-weight: normal;
    letter-spacing: 5px;
}
.blur {
    backdrop-filter: blur( 5px ); 
    -webkit-backdrop-filter: blur( 5px );
}

#contents .con_box{
    position: relative;
}
#contents .con_box:before{
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    background-image: url(Dup/img/no1.png);
    left: 45%;
    top: 10%;
}
#contents .con_box:first-child:before{
    
}
#contents .con_box:last-child{
    bottom: 20px;
    position: relative;
}
#contents .con_box:last-child:before {
    background-image: url(Dup/img/no2.png);
    left: auto;
    right: 45%;
    top: 10%;
}
#contents figure {
    width: 47%!important;
}
#contents .box_item{
    width: 53%!important;
}
#contents h4 {
    transform: translateY(0px);
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
    letter-spacing: 4px
    font-weight: normal;
}
#top_cms .cms_wrap{
    background-color: transparent;
}
#top_cms .blog .cms_wrap{
    border: 1px solid #fff;
    border-right: none;
    padding: 50px;
}
#top_cms .blog .cms_wrap .cate_box{
    border-bottom: 1px solid #3d3d48;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#top_cms .blog .cms_wrap a:last-child .cate_box {
    margin-bottom: 0px
}

/*ギャラリー*/
#top_cms .cms_4-a{
    margin-bottom: 100px;
}
#top_cms .cms_4-a .cate_box {
    width: 30%;
    max-width: 350px;
    margin-right: 5%;
}
#top_cms .cms_4-a .cate_box:nth-child(2) {
    margin-bottom: -100px;
}
#top_cms .cms_4-a .cate_box:last-child {
    margin-bottom: -200px;
    margin-right: 0%;
}
#top_cms .cms_4-a figure{
    box-shadow: 0 0 10px rgba(0 ,0 ,0 ,0.42);
}
#top_cms .cms_4-a figure img{
    width: 100%;
    height: 700px;
    max-height: 55vw;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
/*お客様の声*/
.voice .cms_wrap{
    padding-right: 0;
}
.voice .cate_box{
	position: relative;
	background-color: rgba(0, 0 ,0 ,0.5);
    margin-bottom: 5px;
}
.voice .cate_box:last-child{
	margin-bottom: 0px;
}
.voice .cate_box .box_title1{
	min-height: 25px;
	position: relative;
	cursor: pointer;
}
.voice .cate_box .box_title1::before,
.voice .cate_box .box_title1::after{
	content: "";
	background-color: #aaa;
	position: absolute;
	display: block;
	border-radius: 3px;
	width: 15px;
	height: 1px;
	right: 0;
	top: 50%;
}
.voice .cate_box .box_title1::after{
	transform: rotate(90deg);
	transition: all .5s;
}
.voice .cate_box .box_title1.on_click::after{
	transform: rotate(0deg);
	transition: all .5s;
}
.voice .cate_box .box_item .box_txt1{
	position: relative;
}
.voice .cate_box .box_title1:empty{
	display: block!important;
}
.voice .cate_box .box_item{
	display: none;
}

/* モーダル */
html.modalset{
	overflow: hidden;
}
.modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.modal-box{
	width: 90%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
/*
.modal-box:before{
	content: "";
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 10%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 1;
}
*/
.modal-box .inner{
	    background: rgba(22 ,22,29,0.9);
	max-height: 500px;
    overflow: auto;
	-ms-overflow-style: none;
}
.modal-box .inner::-webkit-scrollbar {
	display:none;
}
.modal-box .inner > :first-child {
	margin-top: 0;
}

.modal-box .modal-close{
	cursor: pointer;
	position: absolute;
    top: 10px;
    right: 10px;
}
.modal-box .modal-close span{
	display: block;
	width: 35px;/*枠の大きさ*/
	height: 35px;/*枠の大きさ*/
	position: relative;
}

.modal-box .modal-close span::before, .modal-box .modal-close span::after{
	content: "";
	display: #fff;
	width: 100%;/*バツ線の長さ*/
	height: 1px;/*バツ線の太さ*/
	background: #fff;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 1px);
	left: 14%;
}

.modal-box .modal-close span::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.modal-open span{
    cursor: pointer;
    display: inline-block;
    padding: 0px 20px;
    font-family: 'Cormorant', 'Shippori Mincho', serif;
    font-size: 18px;
    width: auto;
    letter-spacing: 3px;
    border: 1px solid #fff;
}

.modal_title_wrap{
	top: 0;
	left: 0;
}

/* ----------　下層ページ　---------- */
.cate_list li{
    border: 1px solid #fff;
    background-color: transparent;
}
.cate_list li:hover {
    background-color: #1b1b24;
    border: 1px solid #1b1b24;
    transition: 0.5s;
}
.cate_list li::after {
    background-color: transparent;
}
.cate_list a {
    padding: 15px 20px;
    padding-left: 50px;
    font-weight: normal;
    color: #fff;
}
.cate_list a .font_en {
    padding: 0px 5px 0px 10px;
    margin: 13px 0;
    letter-spacing: 3px;
    border-right: 1px solid #fff;
    font-weight: normal;
    font-size: 22px;
    font-family: 'Shippori Mincho', serif;
    background-color: transparent;
}
#cms{
    background-color: transparent;
    border-top: 1px solid #fff;
}
#cms_3-e .cate_title {
    padding: 10px!important;
}

#cms_2-a .box_title1{
    border-bottom: 1px solid #40404f;
    /* border-bottom: 1px solid #acacb9; */
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#cms_3-e .cate_title{
    background-color: #14141d;
    position: relative;
    padding-left: 35px!important;
}
#cms_3-e .cate_title:before{
        content: '';
    width: 25px;
    height: 0.5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
#cms_3-e .sub_cate_txt1{
    background-color: #40404f;
    padding: 20px;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
    font-size: -webkit-calc(1rem - 1px);
    font-size: calc(1rem - 1px);
}
#cms_3-e .sub_cate_txt1:empty{
    display: none;
}
#cms_6-c{
        counter-reset: number 0;
}
#cms_6-c .box_title{
    border-bottom: 1px solid #40404f;
    padding-bottom: 5px;
}
#cms_6-c .circle,#cms_6-c .arrow{
    display: none;
}
#cms_6-c .cate_box{
    background-color: rgba(0, 0 ,0 ,0.5);
}
#cms_6-c .cate_box:before {
    counter-increment: number 1;
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    top: -43px;
    left: -5px;
    font-size: 80px;
    font-style: italic;
    color: #40404f;
    line-height: 1;
}
#page07 h3 span{
    background-color: #1a1e2b;
}
#page08 .contact_tel p.d_inline_b {
        color: #fff;
}
#page08 #tel_txt h3,#page08 #tel_txt p{
    color: #fff;
}
#page09 h3 span {
    font-weight: normal;
}
#page10 .grid_4 a .no {
    font-weight: normal;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
footer h3.footer_txt {
    padding-bottom: 10px;
}
#cms_2-a .cate .cate_title {
    padding-top: 10px!important;
}
#cms_3-e .sub_cate_title {
    padding-top: 5px!important;
}

}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#wrap{cursor: auto;}
	a{cursor: pointer;}
	.cursor,.follower{
		display: none;
	}  
#main_nav #menu_bg::after {
    background-color: rgba(38, 38 ,51 ,0.85);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 5px );
}
#main_nav > div > ul li::before {
    border: 2px solid #fff;
}
#main_nav .sns_links {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: rgba(38, 38 ,51 ,0.5);
}
#main_nav > div > ul li::before {
    border: 2px solid #fff;
}
#contents .con_box:before {
    width: 60px;
    height: 60px;
}
#contents .con_box:last-child {
    bottom: 0px;
    margin-top: 30px;
}
#top_cms .blog .cms_wrap {
    padding: 50px 30px;
    width: 95%!important;
    margin-left: auto;
    margin-top: 20px;
}
#footer div.d_flex .grid_6 h3{
   font-size: 35px;
    letter-spacing: 3px; 
}
.cate_list li {
    width: 48%;
    margin-right: 3%;
}
.cate_list li:nth-child(2n){
        margin-right: 0;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
header h1 {
    max-width: 200px;
}
#menu_bt > div span {
    height: 1px;
    width: 40px;
}
#menu_bt > div div {
    letter-spacing: 3px;
}
#main_nav > div > ul li::before {
    border: 1px solid #fff;
}
#main_contents #catch {
    width: 84%!important;
}

#catch h2 {
    letter-spacing: 2px;
}
#contents h3 span {
    font-size: 35px;
    border-top: 2px solid #fff;
}
#contents .con_box {
    margin-top: 50px;
}
#contents .con_box:before,#contents .con_box:last-child:before {
    top: -5%;
}
#contents .con_box:before{
    left: 50%;
    left: calc(50% - 30px);
    left: calc(50% - 30px);
}
#contents .con_box:last-child {
    flex-direction: column-reverse;
    margin-top: 70px;
}
#contents .con_box:last-child:before {
    right: 50%;
    right: calc(50% - 30px);
    right: calc(50% - 30px);
}
#contents figure {
    width: 100%!important;
}
#contents .box_item {
    width: 100%!important;
}
#contents h4 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
    padding: 20px 10px 0px;
}
#top_cms .top_cms_title h3 span {
    border-top: 2px solid #fff;
}
#top_cms .top_cms_title h4 span {
    border-bottom: 2px solid #fff;
}
#top_cms .blog .cms_wrap {
    padding: 30px 20px;
}
#footer div.d_flex .grid_6 h3 {
    font-size: 30px;
    
}
#top_cms .cms_4-a .cate_box {
    width: 31%;
    margin-right: 3%;
}
#top_cms .cms_4-a figure img {
    max-height: 65vw;
}
#top_cms .gallery .cms_wrap{
    padding: 30px 20px;
}
.cate_list li {
    width: 100%;
    margin-right: 0%;
}
#page_title h2 span {
    border-top: 2px solid #fff;
}
#page_title h3 span {
    border-bottom: 2px solid #fff;
}
#page09 h3 span {
    font-size: 20px;
    padding: 8px;
}
#cms_3-e .sub_cate_txt1{
    font-weight: normal;
}
#cms_6-c .cate_box:before {
    font-size: 70px;
}
}