﻿/*--------link_font--------*/
@font-face {
    font-family: 'JosefinSans';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/JosefinSans.woff') format('woff'),
        url('./Dup/img/JosefinSans.eot')  format('eot');
    font-display: swap;
}


.linkStyle{color: #333333; text-decoration: underline;}


/*--------all_page--------*/
.double-bounce1, .double-bounce2 {
    background-color: #e7d9de;
}
.drawer-hamburger-icon.bg_color1,.drawer-hamburger-icon::after, .drawer-hamburger-icon::before{
    background-color: #4c4c4c!important;
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent!important;
}
.drawer-menu li a.txt_white {
    color: #1a1a1a;
}
header #header #header_menu li:last-child a span {
    padding: 8px 20px 6px;
    background-color: #ffffff;
    color: #747474;
    border: 1px solid #333;
}
header #header #header_menu li:last-child a:hover span {
    background-color: #e5e5e5;
}
header #header #header_menu li a span {
    text-shadow: rgba(255,255,255,0.4) 1px 1px 0, rgba(255,255,255,0.4) -1px -1px 0, rgba(255,255,255,0.4) -1px 1px 0, rgba(255,255,255,0.4) 1px -1px 0, rgba(255,255,255,0.4) 0px 1px 0, rgba(255,255,255,0.4) 0-1px 0, rgba(255,255,255,0.4) -1px 0 0, rgba(255,255,255,0.4) 1px 0 0;
}
#info {
    display: none;
}
footer > div{
    background-image: url(./Dup/img/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}

/*--------main_page--------*/

#main_img::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/catch.png) no-repeat;
    background-size: contain;
    z-index: 3;
    width: 64em;
    height: 13em;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}

#intro .intro_txt,#intro .intro_txt p {position:relative;}
#intro .intro_txt:before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_07.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
    width: 32%;
    height: 35%;
    left: -135px;
    top: -101px;
}
#intro .intro_txt:after{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_11.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
    width: 27%;
    height: 19%;
    right: 50px;
    bottom: 50px;
}
#intro .intro_txt p:nth-of-type(2):before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_08.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
    width: 100%;
    height: 96%;
    right: -200px;
    bottom: -197px;
}
.intro_img:before{
   content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_01.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
    width: 68%;
    height: 100%;
    left: 45px;
    top: 130px;
}
.box1,.box1 .con_txt_wrap {position:relative;}
.box1:before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_03.jpg) no-repeat;
    background-size: contain;
    z-index: -5;
    opacity: 0.6;
    width: 12em;
    height: 22em;
    left: 46%;
    transform: translateX(-50%);
    top: 0;
}
.box1:after{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_04.jpg) no-repeat;
    background-size: contain;
    z-index: -5;
    width: 16em;
    height: 16em;
    right: 20px;
    bottom: 61px;
    opacity: 0.4;
}
.box1 .con_txt_wrap:before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_09.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
    width: 70%;
    height: 55%;
    left: -200px;
    top: 0px;
}
.box2,.box2 .con_txt_wrap{position:relative;}
.box2:before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_05.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.4;
    width: 32em;
    height: 30em;
    left: 38%;
    transform: translateX(-50%);
    top: -62px;
}
.box2:after{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_06.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
    width: 11em;
    height: 18em;
    right: -40px;
    bottom: 0px;
}
.box2 .con_txt_wrap:before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_10.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
    width: 100%;
    height: 58%;
    left: -40px;
    bottom: -100px;
}
.top_cms_box.bg_color2{
    background-image: url(./Dup/img/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
} 



/*--------subpage--------*/
#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, .1);
    font-size: 3.5em;
    font-family: 'JosefinSans', sans-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;
    background-color: #f7f7f7;
    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, .3);
    font-size: 1.7em;
    font-family: 'JosefinSans', sans-serif;
    z-index: -1;
    writing-mode: vertical-rl;
}

/*--------mobile_tb--------*/
@media screen and (max-width: 768px){
    header #logo img{width: 90%!important;}
    #main_img {
     height: 100vh; 
}
#main_img .box_img1{background-image: url(./Dup/img/main_img01_tb.jpg)!important;}
#main_img .box_img2{background-image: url(./Dup/img/main_img02_tb.jpg)!important;}
   #main_img::before {
    width: 42em;
    height: 14em;
    left: 4%;
    top: 86%;
}
    .swiper-container .swiper-wrapper .swiper-slide {
    background-position: 80% 50%;
    }
 #intro .intro_txt:before {
    width: 22%;
    height: 70%;
    left: -21px;
    top: -101px;
}  
#intro .intro_txt p:nth-of-type(2):before {
    width: 79%;
    height: 73%;
    right: -200px;
    bottom: -108px;
}
#intro .intro_txt:after {
    width: 31%;
    height: 30%;
    right: -152px;
    bottom: -184px;
}
.box1:before {
    width: 12em;
    height: 12em;
    left: 41%;
    top: -130px;
}
.box1:after {
    width: 11em;
    height: 11em;
    right: -12px;
    bottom: 100px;
}
.box1 .con_txt_wrap:before {
    width: 73%;
    height: 70%;
    left: -50px;
    top: -29px;
}
.box2:before {
    width: 15em;
    height: 12em;
    left: -6%;
    top: 50%;
    transform: translateY(-50%);
}
.foot_link span{background-image: url(./Dup/img/top_img05_tb.jpg)!important;}
}

/*--------mobile_sp--------*/
@media screen and (max-width: 667px){
    #main_img::before {
    background: url(./Dup/img/catch_sp.png) no-repeat;
    background-size: contain;
    width: 16%;
    height: 69%;
    top: 62%;
}
.intro_img:before {
    top: 65px;
}
#intro .intro_txt:before {
    width: 33%;
    height: 31%;
    left: -20px;
    top: -50px;
}
#intro .intro_txt p:nth-of-type(2):before {
    width: 91%;
    height: 29%;
    right: -100px;
    bottom: auto;
    top: 53%;
    transform: translateY(-50%);
}
.box1:before {
    left: 105%;
    top: 184px;
}
.box1:after {
    width: 6em;
    height: 6em;
    bottom: 64px;
}
.box2:before {
    top: 31%;
}
.box2:after {
    width: 8em;
    height: 10em;
    right: auto;
    left: -20px;
    bottom: -64px;
}
.box2 .con_txt_wrap:before {
    width: 100%;
    height: 30%;
    left: auto;
    right: -150px;
    bottom: auto;
    top: 60%;
    transform: translateY(-50%);
}
.foot_link span{background-image: url(./Dup/img/top_img05_sp.jpg)!important;}
#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;
}
#contact_mail a{font-size:4vw;}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
.cms_1-a figure img{width:100%!important;height:auto!important;}

}