﻿
/* color ---------------------------------------------------------------------------------------------*/
:root {
    --color1: #0d0d0d;
    --color2: #f5f5f5;
    --color3: #f46505;
    --color4: #ebe8e1;
    --color5: #3e3e3e;
    --color6: #ffffff;
    --white: #fbfbfb;
    --black: #0d0d0d;
    --gray: #8e877e;
}

.txt_red {color: #d15534;}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}

.linkStyle{color: var(--color3);
          border-bottom:solid 1px;
}
body#body {background: var(--color6);}

#footer::before, #page_title::before{background: rgb(141 141 141 / 30%);}

#page_title .title_box{border-color: var(--color3);}

.width_1000-min {
    min-width: 1280px;
}
.linehight_2 {
    line-height: 1.6;
}
.font_2dw {
    font-size: -webkit-calc(1rem - 1px);
    font-size: calc(1rem - 1px);
}

/*■■■■■■■■■■■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* fv */
.fv_wrap{
    height: 100vh;
}
.fv_txt {
    width: min(47%, 720px);
    top: calc(74% - 10px);
    left: 6%;
}
.fv_item1 {
    bottom: -9px;
    right: 0;
    width: max(346px, min(23%, 350px));
    z-index: 2;
}
.fv_item2{
    bottom: calc(52% + 5px);
    right: -4.3%;
    width: 52%;
    z-index: 0;
    opacity: 0.65;
}
.fv_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv_img1 {
    top: 10px;
    left: 10px;
    width: 52.14%;
    height: 60%;
    z-index: 1;
}
.fv_img2 {
    top: calc(52% - 10px);
    right: 10px;
    width: 38.5%;
    height: 48%;
    z-index: 1;
}

.fv_img_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.fv_img1 .fv_img_box{
    background-position: center right;
}
/* fv_end*/


#top_contents2 .con_box .con_img {height: 75vh;}
#top_contents1 h2{font-size: clamp(21px, 2vw, 45px);position: relative;}
#top_contents1 h2::before {
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: var(--color3);
    left: 0;
    bottom: -9px;
}
.linehight_2 {line-height: 2;}
#top_contents2 .con_box:nth-of-type(2) {margin-top: 120px;}
#top_contents1 {padding: 78px 5% 59px;}
#top_contents1, #top_contents2, #top_cms {
    padding-right: 10%;
    padding-left: 10%;}
section#top_contents2 {padding:114px 0% !important;}
#top_contents2 .con_box .img_box {
    width: 60% !important;
    margin-left: 0%;}
    
#top_contents2 .con_box:nth-of-type(2) .img_box {
    margin-right: 0%;
    width: 60% !important;
    margin-left: auto;}

section#top_contents1 p {
    letter-spacing: 1px;
    line-height: 2;
    }
.more a{border-radius: 50px;}  
/*.top_cms_title .after, .top_info_title .after,.top_cms_title .before, .top_info_title .before{display:none;}
.top_cms_title {text-align: left;}*/
/*.cms_title_inner {
    text-align: left;
    padding: 0 !important;}

.cms_title_inner h2 {
    font-size: 30px;
    transform: translate(-2px, 5px);
    line-height:1;}

.cms_title_inner p{color:var(--color3);}*/

span.item03 {
    width: 37vw;
    position: absolute;
    top: 115px;
    left: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: 0.8;}
    
span.item04 {
    width: 28vw;
    position: absolute;
    bottom: 105px;
    right: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: 0.8;}

.title_box {background: var(--color6);}

.cms_2-b .cate_box,#cms_2-b .cate_box {
    background: url(dup/img/bg_img.png);
    border: solid 1px #dbd8d8;
    background-size: 500px;
    /* margin-bottom: 15px; */}
.cms_2-b .cate_box {
    margin: 10px !important;
    width: calc(25% - 20px) !important;}


/*section#top_contact_box {display: none;}*/
#top_info::before {
    content: '';
    position: absolute;
    background: url(dup/img/bg_img.png);
    background-size: 500px;
    width: 100%;
    height: 50%;
    top: -55%;
    left: 0;
    z-index: -1;}
section#top_info {padding-top: 50px;}

.foot_link .bg_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(13,13,13,0.2);}
    
/*#top_contents2 .con_box .text_box {
    width: 40%;
    z-index: 1;
    top: 50%;
    margin-right: calc(90px + 5%);
    right: 0%;
    transform: translateY(-50%);
    padding: 5%;
    overflow-y: auto;
    max-height: 113%;
    background: var(--color6);
}
    #top_contents2 .con_box:nth-of-type(2) .text_box {    margin-left: 5%;left: 0%;}*/
    
/* ori */
#header{position: absolute;z-index: 4;right: 0;width: 100%;box-sizing: border-box;padding-right: 58px;}
#header-nav{
    position: absolute;
    z-index: 2;
    background-color: #fff;
    padding: 16px 0;
    border-radius: 5px;
    right: 50px;
    top: 34px;
}
#header-nav ul {
    justify-content: space-around;
    align-items: center;
}
#header-nav ul li{
    margin: 0 15px;
    font-size: 14px;
}
#main_img {
    max-height: 100%;
}
#top_contact_box .con_bt .line_btn{
    padding-left: 0;
}

/*■■■■■■■■■■■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/    

/*■■■■■■■■■■■■ all ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/  
.mail_bt a {
    border-radius: 0 0 0px 0px;
    padding: 10px 28px;}
h1.logo {width: 90% !important;}
#logo {
    width: 300px;
    height: 150px;}

#loading_line .line2 {background: var(--color3);}
.mail_bt .bg_color3 {background: var(--color5);}
.mail_bt .bg_color3:hover {background: var(--color3);}
/*■■■■■■■■■■■■ all ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/  


/*■■■■■■■■■■■■ sub ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/  
    .box_txt2 {line-height: 2;}
    .line_bnr{
            width: min(90%, 378px);
    margin-bottom: 50px;
    margin-top: -50px;
    }
/*■■■■■■■■■■■■ sub ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*タブレット*/
@media screen and (max-width: 768px){
  
  #header-nav{display: none;}  
  #header{z-index: 999; position: fixed;right: auto;padding-right: 0;}
  
.fv_txt {
    width: min(76%, 750px);
    top: calc(41% - 10px);
    left: 6%;
}
.fv_img1 {
    top: -4px;
    left: 0;
    width: 90.14%;
    height: 35%;
}
.fv_img2{
    top: calc(59% - 10px);
    right: 10px;
    width: 92.5%;
    height: 35%;
}
.fv_item1 {
    width: max(100px, min(46%, 303px));
    right: -40px;
}
.fv_item2{display: none;}

    #logo {
        width: 300px;
        height: 95px;}
        
    #logo h1.logo {
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        max-width: 180px;}
    .box_txt2 {line-height: 1.8;}
    
.catch {
    z-index: 2;
    width: 60vw;
    bottom: auto;
    top: 0%;
    left: 2%;
    transform: translate(0%, 60%);
}    
    

    .overlay {top: 95px;}
    #top_contents1, #top_contents2, #top_cms {
        padding-right: 5%;
        padding-left: 5%;}
    #top_contents1 {padding: 55px 5% 87px;}
#top_contents2 .con_box .con_img {
    height: 37vh;
    width: 90%;
    margin: auto;
}
#top_contents2 .con_box .img_box,#top_contents2 .con_box:nth-of-type(2) .img_box {width: 100% !important;}
    .cms_2-b .cate_box {
        margin: 5px 5px !important;
        width: calc(50% - 20px) !important;}
    .foot_link a {
        font-size:25px;
        padding: 50px;}
        
        
#top_contents2 .con_box .text_box {
    width: 90%;
    z-index: 1;
    top: 0%;
    right: 0%;
    transform: translateY(0%);
    padding: 5%;
    margin: auto;
    overflow-y: auto;
    max-height: 113%;
    background: var(--color6);
}

    #top_contents2 .con_box:nth-of-type(2) .text_box {left: 0%;}
    .cms_title_inner h2 {line-height: 1;}
    section#top_contents2,.cms_2-b .cate_box,#cms_2-b .cate_box,bg_img,#top_info::before {background-size: 400px;}
    .tb_sns_wrap .sns_links_tb li {margin: -3px 5% !important;}
    #top_contents2 .con_box .text_box .before{display: none;}
}


/*スマホ*/
@media screen and (max-width: 667px){
    
    .fv_wrap {height: 89vh;}
    .fv_txt {
        z-index: 2;
        width: 30vh;
        top: 40%;
        left: 4%;
    }
    .fv_txt_sp2{display: none;}
    .fv_img1{width:85.14%;left: 0;}
    .fv_img2 {
        top: auto;
        bottom: 4%;
        height: 30%;
        width: 94.5%;
    }
    .fv_item1 {
        bottom: 3px;
        width: min(67vw,300px);
        right: -53px;
    }
    
    #logo {
        width: 300px;
        height: 78px;}
    h1.logo {width: 100% !important;}
    #logo h1.logo {
        top: 50%;
        left: 16px;}
    .overlay {top: 77px;}
    #top_contents2 .img_box, #top_contents2 .con_box .text_box {width: 100%!important;}
    #top_contents2 .con_box .text_box {padding-top: 30px}
    .cms_title_inner h2 {line-height: 1.3;}
    .cms_2-b .cate_box {
        margin: 10px auto !important;
        width: calc(100% - 0px) !important;}
    section#top_contents2 {background-size: 100%;}
    .cms_2-b .cate_box, #cms_2-b .cate_box {background-size: 80%;}
    #top_info::before {
        width: 100%;
        height: 37%;
        top: -45%;
        background-size: 80%;}
    .foot_link a {
        font-size: 15px;
        padding: 0px 0;
        letter-spacing: 4px;}
    #top_info::before {
        width: 100%;
        height: 20%;
        top: -26%;
        background-size: 80%;}
    #cms_2-b .cate_box {padding: 20px;}
        .catch {
        z-index: 2;
        width: 80vw;
        bottom: auto;
        top: 50%;
        left: 5%;
        transform: translate(0%, -50%);
        }
        
    #top_contents2 .img_box, #top_contents2 .con_box .text_box {width: 90%!important;}
    #top_contents2 .con_box .con_img {height: 28vh;}
    
    #top_contents1 h2::before{right: 0;margin: auto;}
}
@media screen and (max-width: 375px){
.fv_txt_sp{display: none;}
.fv_txt_sp2{display: block;}
}

/* 0030 ---------------------------------------------------------------------------------------------*/
/* sns */
#fix_menu .sns_links li{width: 30px;}
@media screen and (max-width: 768px){
.overlay nav{height: 78%;}
.overlay-menu .sns_links_tb{justify-content: center!important;}
.tb_sns_wrap .sns_links_tb li{width: 40px!important;}
}
@media screen and (max-width: 667px){
.overlay nav{height: calc(95% - 58px);}
.tb_sns_wrap .sns_links_tb li{width: 30px!important;}
}

/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 9px;
    right: 100px;
    z-index: 10;
    width: 70%;
    max-width: 320px;
    transition: 0.5s;
    opacity: 0;
}
#fix_bnr.scroll{
    opacity: 1;
}
#fix_bnr.close{
    opacity: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
#fix_bnr.close{
    transform: translateX(200px);
}
}
@media screen and (max-width: 667px){
#fix_bnr {
    width: 65%!important;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
}
}
/* fix_bnr end ---------------------------------------------------------------------------------------------*/




