﻿/*--------link_font--------*/
@font-face {
    font-family: 'marcellus';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/marcellus.woff') format('woff'),
        url('../Dup/img/marcellus.eot')  format('eot');
    font-display: swap;
}

.linkStyle{color: #333333; text-decoration: underline;}


/*--------all_page--------*/
.loading {
    position: fixed;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9999;
}

.loading svg{
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    width: 40%!important;
}
.pc_box .tel_bt{display:none;}
#main_menu ul li a {
    font-family: 'marcellus',serif;
    font-size: 1.5em;
}
#main_img::after{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/catch.png) no-repeat;
    background-size: contain;
    z-index: 3;
    width: 49em;
    height: 15em;
    left: 4%;
    top: 6.5%;
}
#main_img{
  width:100%;
  height: 100vh;
  position: relative;
} 
#main_img:before{
  content:"";
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height: 100vh;
  background:url("./Dup/img/main_img.jpg") no-repeat center;
  background-size:cover;
}

#contents_box:before{
    content: " ";
    position: fixed;
    display: inline-block;
    width: 81%;
    height: 14%;
    background: url(./Dup/img/item_04.png) no-repeat;
    background-size: contain;
    right: 15px;
    bottom: 25px;
    opacity: 0.8;
    z-index: -1;
  }
#contents_box,.top_cms_wrap,footer{
  position: relative;
  z-index:1;
  background:#e5ddcd;
}

#contents1 {
    margin-bottom: 150px;
}
#contents1 .con_no {
    font-family: 'marcellus',serif;
    font-size: 3em;
}
#contents1 .shop_btn span {
 padding-bottom: 7px;
 letter-spacing: 4px;
 padding-right: 15px;
 font-size: 1.3em;
 font-family: 'marcellus',serif;
}
#contents1 .shop_btn svg {
 transform: translateX(-8px);
 transition: all 0.3s ease;
}
#contents1 .shop_btn:hover svg {
 transform: translateX(0);
}
#contents1 .shop_btn:active svg {
 transform: scale(0.9);
}
.hover-underline-animation {
 position: relative;
 color: black;
 padding-bottom: 20px;
}
.hover-underline-animation:after {
 content: "";
 position: absolute;
 width: 100%;
 transform: scaleX(0);
 height: 2px;
 bottom: 0;
 left: 0;
 background-color: #000000;
 transform-origin: bottom right;
 transition: transform 0.25s ease-out;
}
#contents1 .shop_btn:hover .hover-underline-animation:after {
 transform: scaleX(1);
 transform-origin: bottom left;
}

#contents2 .txt4{font-size: 4em;}
#contents2 {
    margin-top: 200px;
}
#contents2 .con2_txt_wrap{
    line-height: 2.8;
}

@media screen and (min-width: 668px){

#contents1 .img3{margin-top: 350px;}
#contents1 .txt2{
    width: 42%;
    top: 125px;
    right: 130px;
}
#contents1 .txt3{
    bottom: -59px;
    left: 53%;
    transform: translateX(-50%);
}
#contents1 .img2{bottom:0;}
.foot_tel_bt a{display:none;}
}


#contents3{
    overflow: hidden;
    position: relative;
}
#contents3.fadein.trans:before{
    content: "";
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    margin: auto;
    background-color: #e5ddcd;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    animation-name:blurAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(0);
  }

  to {
  filter: blur(0);
  width: 100%;
  height: 100%;
  background-color: #544f4c;
  transform: scale(4.2);
  }
}

#contents3 .con3_txt_wrap {
    position: relative;
    z-index: 15;
    background-color: rgba(84, 79, 76, 1);
    padding: 20px 0px 20px 30px;
    transform: translate(39px, -41px);
}

#contents3 .img5,#contents3 .img6{
    position: relative;
    z-index: 10;
}
#contents3 .img5:before,#contents3 .img6:before{
    content: "";
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
#contents3 .img5:before{
    background-image: url(./Dup/img/item_02.jpg);
}
#contents3 .img6:before{
    background-image: url(./Dup/img/item_03.jpg) ;
}

#contents3 .grid_5.active figure:before{
    left: -38px;
    top: 42px;
    transition: 1s;
    transition-delay :1s;
}

.cms_1-a .cate_box {
    position: relative;
    z-index: 1; 
}
.cms_1-a .cate_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}


footer .d_flex{justify-content: center;}
footer .d_flex .grid_6{display:none;}
footer .d_flex .grid_5{text-align:center;}
footer:before{
    content: " ";
    position: absolute;
    display: inline-block;
    width: 81%;
    height: 14%;
    background: url(./Dup/img/item_04.png) no-repeat;
    background-size: contain;
    right: 0px;
    bottom: 0px;
    z-index: -1;
  }
 /* 
.video_wrap{margin: 0 auto 15em;}
.video_box{
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
.video_box video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
/*--------subpage--------*/
#page_title .page_box h2{
    font-family: 'marcellus',serif;
}

#cms_2-a{counter-reset: num;}
#cms_2-a .cate_title{
    position: relative;
    z-index: +2;
    border: 0;
    display: block;
    padding-left: 60px;
}
#cms_2-a .cate_title:before {
    counter-increment: num;
    content: counter(num,decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: rgba(84, 79, 76, .2);
    font-size: 3.5em;
    font-family: 'marcellus',serif;
    z-index: -1;
}
#cms_2-a .cate_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(84, 79, 76, .5);
}
#cms_2-a .box_title1{
    position: relative;
    padding-left: 54px;
}
#cms_2-a .box_title1::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #544f4c;
}


#cms_6-c{counter-reset: num;}
#cms_6-c .cate_box{
    position: relative;
    z-index: +2;
}
#cms_6-c .cate_box:before {
        counter-increment: num;
    content: "customer voice "counter(num,decimal-leading-zero);
    position: absolute;
    height: 100%;
    top: 50%;
    left: -26px;
    line-height: 1;
    transform: translateY(-50%);
    color: rgba(84, 79, 76, .2);
    font-size: 1.7em;
    font-family: 'marcellus',serif;
    z-index: -1;
    writing-mode: vertical-rl;
}
#page8 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 20px 20px 15px 20px;
}
#page8 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
@media screen and (max-width: 1200px){
    #page8 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}

@media screen and (max-width: 667px){  
#page8 .tel_box a{
    font-size: 5.3vw;
    letter-spacing: 2px;    
}
}
#page10 ul li a{text-transform: uppercase;}

/*--------mobile_tb--------*/
@media screen and (max-width: 768px){
.loading svg {
    width: 65%!important;
}
header #logo {
    max-width: 170px;
}
#main_img:before{
    background: url(./Dup/img/main_img_tb.jpg) no-repeat center;
    background-size: cover;
}
#main_img::after {
    width: 33em;
    height: 10em;
}
#contents1 .img2 {
    bottom: 170px;
}
#contents1 .txt2 {
    width: 48%;
    top: 125px;
    right: 31px;
}
#contents1 .txt3 {
    bottom: -150px;
    left: 50%;
    width: 73%;
}
#contents2 .txt4 {
    font-size: 3em;
}
#contents3 .grid_5:nth-of-type(2){margin-left: auto;}
footer:before {
    width: 92%;
    height: 11%;
}
}

/*--------mobile_sp--------*/
@media screen and (max-width: 667px){
    header #logo {
    max-width: 130px;
}
#main_img:before{
    background: url(./Dup/img/main_img_sp.jpg) no-repeat center;
    background-size: cover;
}
#main_img::after {
    width: 24em;
    height: 7.5em;
    top: 41%;
    transform: translateY(-50%);
}
#contents_box{
    overflow: hidden;
}
#contents1 {
    margin-bottom: 0px;
    padding: 100px 0 0px;
}
#contents1 .txt2 {
    font-weight: normal;
    width: 83%;
    margin-left: 30px;
}
#contents1 .img2 {
    position: relative;
    bottom: auto;
}
#contents1 .img3{margin-left: auto;}
#contents1 .txt3 {
    font-weight: normal;
    bottom: auto;
    left: 40%;
}
#contents2 {
    margin-top: 50px;
}
#contents2 .img4 img{height: 400px!important;}
#contents2 .txt4 {
    font-size: 8vw;
}
#contents2 .txt5{
    text-align: left;
    line-height: 1.7;
    letter-spacing: 1px;
    font-weight: normal;
}
#contents3 .grid_5.active figure:before {
    left: -25px;
    top: 22px;
}
#contents3 .con3_txt_wrap {
    transform: translate(-10px, -41px);
    padding: 20px 0px 20px 20px;
    width: 99.5%;
}

#contents_box:before {
    width: 89%;
    height: 6%;
    right: 10px;
    bottom: 59px;
    opacity: 1;
}

footer:before {
    height: 5%;
    bottom: 35px;
}
#cms_2-a .cate_title:before {
    font-size: 12vw;
}
#cms_2-a .cate_title {
    padding-left: 30px;
}
#cms_2-a .cate_title::after {
    width: 60px;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
.cms_1-a figure img{width:100%!important;height:auto!important;}

}
