﻿@font-face {
font-family: "utsukushi";
  src: url("./Dup/img/utsukushi.otf") format("otf"),url("./Dup/img/utsukushi.woff") format("woff"),url("./Dup/img/utsukushi.woff2") format("woff2");
}
.font1,.cate_title{font-family: "utsukushi","serif";font-weight: normal;}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#wrap,#top_cms,.intro_img,#contents .con_img{position: relative;}
/*リピートなし*/
#wrap:before,#luxy:before,#main_img:before,.main_img span,.main1,.main2,.main3,.intro_img:before,#contents .con_img:before,#top_cms:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#wrap:before,#luxy:before{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 100vw;
height: 123vw;
top:40%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
opacity: 0.5;
}
.main_img span{
/*background-image: url(./Dup/img/main_img.jpg);*/
background-image: url(./Dup/img/main_img.png);
background-size: 100%;
width: 1000px;
height: 1000px;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.main1{
background-image: url(./Dup/img/main1.png);
background-size: 100%;
width: 950px;
height: 650px;
top: 0;
right: 0;
z-index: -1;
}
.main2{
background-image: url(./Dup/img/main2.png);
background-size: 100%;
width: 655px;
height: 500px;
bottom: 0;
left: 0;
z-index: -1;
}
.main3{
background-image: url(./Dup/img/main3.png);
background-size: 100%;
width: 150px;
height: 355px;
top: 6vw;
left: 26vw;
}
.intro_img:before,#contents .con_img:before{
background-image: url(./Dup/img/obj3.png);
background-size: 100%;
width: 10vw;
height: 5vw;
z-index: 1;
}
.intro_img:before{
top: 400px;
left: 150px;
}
#contents .box:nth-of-type(odd) .con_img:before{
bottom: -2vw;
right: -5vw;
}
#contents .box:nth-of-type(even) .con_img:before{
bottom: -2vw;
left: -5vw;
}

#top_cms:before{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: 100vw;
height: 21vw;
bottom: -4px;
left: 0;
}
/*--------------------------------
全体
--------------------------------*/
#wrap{overflow: hidden;}
#wrap,#luxy{
background-image: url(./Dup/img/bg.jpg);
background-size: 50%;
}
header.transform{
background-color: rgba(255,255,255,0.8);
padding-top: 10px;
padding-bottom: 10px;
}
header #logo{max-width: 150px!important;}
#logo2{width: 70px;}
header #header #header_menu li:nth-of-type(6) a:hover::before{width: 20px;}
footer{
position: relative;
z-index: 1;
}

.fix_banner{
width: 300px;
position: fixed;
bottom: 5px;
right: 95px;
z-index: 5;
}
.fix_txt1{
font-size: 18px;
position: fixed;
top: 50%;
left: -90px;
-ms-transform: translate(0,-50%) rotate(90deg);
-webkit-transform: translate(0,-50%) rotate(90deg);
transform: translate(0,-50%) rotate(90deg);
}
.fix_txt2{
position: fixed;
top:52%;
right: 0;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.fix_txt2 .txt{
display: block;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.scroll-down{
background: #cdaf50;
width: 1px;
height: 50px;
animation: scrollDown 2s ease infinite;
position: absolute;
right: 42px;
top: -95px
}

@keyframes scrollDown{
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/*--------------------------------
TOP
--------------------------------*/
#main_img{z-index: 1;}
#video{ height: 70vh; }
#video video{
height: auto;
top: 50%;
left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media  screen and (max-width: 1600px){
#video video{
width: auto!important;
height: 100%;
}
}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
#video{ height: 40vh; }
#video video{
width: 100%!important;
height: auto;
}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#video{ height: 31vh; }
}


#top_cms{padding-bottom: 24vw;}

/* TOP お知らせ */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* loopslider */
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 400px;
}
.loopSlider {
    margin: 0 auto;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height:400px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 600px;
    height: 400px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
@media screen and (max-width: 768px){
	/* loopslider */
	.loopSliderWrap{height: 250px;}
	.loopSlider{height: 250px;}
	.loopSlider ul{height:250px;}
	.loopSlider ul li {
		width: 375px;
		height: 250px;
	}
}
@media screen and (max-width: 667px){
	/* loopslider */
	.loopSliderWrap{height: 200px;}
	.loopSlider{height: 200px;}
	.loopSlider ul{height: 200px;}
	.loopSlider ul li {
		width: 300px;
		height: 200px;
	}
}
/*--------------------------------
下層
--------------------------------*/
/* 当サロンについて */
.page3 .cate_photo{width: 70%;}
.page3 .cate_photo figure{
width: calc(50% - 15px);
margin-right: 30px;
}
.page3 .cate_photo figure:nth-of-type(even){margin-right: 0;}
.youtube{
position: relative;
width: 70%;
text-align: center;
}
.youtube:before {
content: "";
display: block;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#cms_3-c .cate_box:first-of-type .box_title3{padding-top: 0;}

/* メニュー */
.page5 .cate_photo figure{
width: calc(33% - 15px)!important;
margin-right: 25px;
}
.page5 .cate_photo figure:last-of-type{margin-right: 0;}

/* お客様の声 */
.v_type3 .cate_box{border: 1px solid #cdaf50;}
.v_type3 .box_title1{color: #cdaf50;}

@media  screen and (max-width: 1400px){
.main3{
top: 8vw;
left: 20vw;
}
}
@media  screen and (max-width: 1280px){
.main3{
top: 10vw;
left: 17vw;
}
.intro_img:before{
top: 28vw;
left: 12vw;
}

}
@media  screen and (max-width: 1000px){
.fix_txt1{font-size: 16px;}
.fix_txt2{right: -20px;}

.main_img span{
width: 800px;
height: 800px;
}
.main1{
width: 800px;
height: 550px;
}
.main2{
width: 500px;
height: 435px;
}
.main3{
top: 16vw;
left: 13vw;
}
.intro_txt.pd_l-100px{padding-left: 50px;}
.con_txt_wrap.pd_l-100px{padding-left: 50px;}
.con_txt_wrap.pd_r-100px{padding-right: 50px;}

}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

#main_img{height: 100vw;}
.main1{
width: 600px;
height: 405px;
}
.main2{
width: 400px;
height: 350px;
}
.main3{
width: 15vw;
height: 38vw;
top: 18vw;
left: 10vw;
}
.intro_img:before, #contents .con_img:before{
width: 17vw;
height: 9vw;
}
.intro_img:before{
top: auto;
bottom: 12vw;
left: 24vw;
}
#contents .box:nth-of-type(odd) .con_img:before,
#contents .box:nth-of-type(even) .con_img:before{bottom: -5vw;}

}
/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){
header #logo{max-width: 100px!important;}
.fix_banner{
width: 200px;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.fix_txt1{font-size: 14px;left: -87px;display: none;}
.fix_txt2{right: -25px;}
#main_img{height: 550px;}
.main_img span{
width: 120vw;
height: 120vw;
}
.main1{
width: 80vw;
height: 55vw;
}
.main2 {
width: 70vw;
height: 67vw;
}
.main3{
width: 21vw;
height: 50vw;
top: 25vw;
left: 13vw;
}
.intro_img:before, #contents .con_img:before{
width: 25vw;
height: 13vw;
}
.intro_img:before{
bottom: 8vw;
left: 20vw;
}

.intro_txt.pd_l-100px{padding-left: 0;}
.con_txt_wrap.pd_l-100px{padding-left: 0;}
.con_txt_wrap.pd_r-100px{padding-right: 0;}
.page3 .cate_photo,.youtube{width: 100%;}
.page3 .cate_photo figure{
width: 100%;
margin-right: 0;
}
.page5 .cate_photo figure{
width: 100%!important;
margin-right: 0;
}

}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #333; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #333;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #333;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #333;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #735f5f;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #e8e2d6;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #cdaf50;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #e8e2d6;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #735f5f;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #e8e2d6;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #cdaf50;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #e8e2d6;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #735f5f;}
.border_color2,.hvr_border_color2:hover{border-color: #e8e2d6;}
.border_color3,.hvr_border_color3:hover{border-color: #cdaf50;}
.border_color4,.hvr_border_color4:hover{border-color: #e8e2d6;}