﻿/*---translate start---*/

#jp_button,#en_button{
transition: opacity 0.5s;
cursor: pointer;
background: none;
border: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: black;
}
#jp_button:hover,#en_button:hover{opacity: 0.5;}

.en_txt{display: none;}

/*---translate end---*/


#cms_2-g .cate_title {
    font-size: 2em;
}

#loader img{
        filter: invert(1);
}

.bg_color1 {
    background-color: #000000;
}

.intro_img{
            filter: grayscale(0.8);
    cursor: pointer;
    transition: 0.3s;
    display: none;
}


.intro_img:hover{
    filter: none;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/main_syu_saigo2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

#head_logo{
    display: none;
}

.intro_txt_wrap{
    width: 90% !important;
    /* min-width: 760px; */
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 600px;
}

.bg_color3 {
    background-color: #000000;
}

#intro{
    padding: 0;
}

.txt_color1 {
    color: #000000;
}

#top_contents .con_box{
    margin-top: 0;
    padding-top: 50px;
}

#top_contents::before {
    width: calc(100%);
}

#top_contact{
    position: relative;
        margin-bottom: 50px;
}

#top_info, footer{
        max-width: 1280px;
    margin: auto;
}

.con_box figure.box_img{
        filter: grayscale(0.8);
}

.con_box figure.box_img:hover{
        filter: none;
        transition: 0.3s;
}

h1#logo{
    width: 50px;
}

#pc_nav{
    height: 60px;
    line-height: 60px;
    background-color: black;
    transform: translateY(20px);
}

#pc_nav ul li a{
    color: white;
}

h2.intro_title{
        letter-spacing: 0.1em;
    margin-bottom: 70px;
        font-size: calc(1rem + 26px);
    font-size: -webkit-calc(1rem + 26px);
    line-height: 1.6em;
}

p.intro_txt{
        margin-top: 20px;
}

#top_contents{
        max-width: 1080px;
    margin: auto;
    margin-bottom: 200px;
}

.intro_sub_title{
        margin-bottom: 30px;
        font-size: calc(1rem + 4px);
        font-size: -webkit-calc(1rem + 4px);
}

.txt_color3 {
    color: #000000;
}

.open_txt_wrap .translate_btn button{
    color: white;
}

.info_box{
        padding: 0;
    padding-right: 50px;
}

.footer_img{
    display: none;
}

#logo2 img{
    width: 100px;
}

.contact_box{
    padding: 30px;
}

.contact_box h2.contact_title{
    margin-bottom: 0;
}

.hvr_txt_color3:hover {
    color: #818181;
}

.bg_color2 {
    background-color: #d9d9d9;
}

.hvr_bg_color1:hover {
    background-color: #1c1c1c;
}

#top_contact:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/love.jpg);
    background-position: 90% 0%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: color-burn;
}

.contact_box{
        position: relative;
    z-index: 1;
}

.bg_color4 {
    background-color: #f3f3f3;
}

.border_color3 {
    border-color: #c3c3c3;
}

/*---20221013 品証 start---*/

#top_info{
    width: 95%;
}

#top_info a{
    line-height: 0.8em;
}

.decline{
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    margin-left: 0px;
}

#cms_1-e .box_title1.en_txt:empty {
    display: none!important;
}

#cms_1-e .box_title1.jp_txt:empty {
    display: block!important;
}

.banner{
        display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}

.banner a{
        display: block;
    padding: 10px 10px;
    background-color: black;
    max-width: 250px;
    margin: auto;
    margin-top: 60px;
    color: white;
    box-sizing: border-box;
    transition: 0.3s;
}

.banner a:hover{
    background-color: gray;
}

.banner2{
        bottom: 100px;
    right: 10px;
    text-align: right;
    z-index: 1;
    width: 40px;
}

.linkStyle{
color: #000;
font-weight: bold;
}

#page8 .tel_box .decline{
    margin-top: 10px;
    font-weight: normal;
}

#page8 .tel_box .decline.en_txt{
    display: none;
}

/*---20221013 品証 end---*/

/*--20221025 correct start--*/

#top_contents::before {
    background-color: #000000;
}

#top_contents .txt_color1:not(.contents_no){
    color: white;
    opacity: 1;
}

.banner a:hover {
    background-color: #6e6e6e;
    color: white;
}

.banner a {
    background-color: white;
    color: black;
}

#pc_nav_fix {
    background-color: rgba(0, 0, 0, 0.9);
}

#pc_nav_fix #logo{
    filter: invert(1);
}

#pc_nav_fix .txt_color1{
    color: white;
}

#pc_nav_fix .translate_btn #jp_button, #pc_nav_fix .translate_btn #en_button{
    color: white;
}

#footer{
        position: relative;
    padding: 30px 10px;
    margin-top: 50px;
    color: white;
}

#footer:before{
    content: "";
    display: block;
    width: 300%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0,0,0, 1);
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: -1;
}

#wrap{
    overflow: hidden;
}

#top_contact .contact_box{
        background-color: rgba( 0, 0, 0, 1);
}

#top_contact .contact_box .txt_color1, #top_contact .contact_box .txt_color3, #top_contact .contact_box{
    color: white;
}

#logo2{
        filter: invert(1);
}

#header .menu_stick span {
    filter: invert(1);
}

#header .menu_stick.stick_trans span:first-of-type, #header .menu_stick.stick_trans span:last-of-type {
    filter: none;
}

#footer_nav .txt_color_nomal{
    color: white;
}

#page_title{
        margin-top: 150px;
}

#page_title h2{
    transform: scale(1.35);
}

/*jump*/


/*--20221025 correct end--*/

/*--20221102 correct start--*/

.yabai{
    width: 100%;
    height: 98vh;
    display: block;
        background-size: cover;
    background-position: center;
}

#main_img:before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% + 6px);
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
     background-image: none; 
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    border: 1px solid white;
    box-sizing: border-box;
}

#wrap.page01{
    padding-top: 0 !important;
}

#sns_link{
    filter: invert(1);
    margin-left: 2%;
        width: auto !important;
}

.mail{
    text-align: center;
    display: block;
    font-size: 18px;
    margin: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #c3c3c3;
    max-width: 300px;
    padding: 5px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: #6c6a6a;
}

/*--20221102 correct end--*/

/*--20221111 correct start--*/

#main_img {
    overflow: hidden;
    /*padding-bottom: 10%;*/
}

#pc_nav {
    transform: translateY(0px);
}

span.yabai{
    display: none !important;
}

#main_img:before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: calc(50% + 0px);
    left: 50%;
    background-image: none;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    border: 1px solid white;
    box-sizing: border-box;
}

/*--20221111 correct end--*/

/* ---------- カスタム ---------- */

@media  (max-width: 1040px) {
  #footer_nav{
      width: 100%;
      margin-top: -25px;
  }
  
  #footer_nav li a{
          padding-top: 0;
    padding-bottom: 0;
  }
  
  #sns_link{
        margin-bottom: 0;
}
  
}


@media (min-width: 1285px) and (max-width: 1373px) {
  .kore{
      margin-top: -17px;
  }
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

  /*.kore{
      margin-top: -34px !important;
  }*/

#header .translate_btn{
    width: 20%;
    margin: auto;
    margin-right: 0;
}

#sns_link {
    margin: auto;
}

 #footer_nav{
      width: 100%;
      margin-top: 0px;
  }

/*--20221102 correct start--*/

#main_img {
    height: 100vh!important;
}

/*--20221102 correct end--*/

/*--20221111 correct start--*/

#main_img:before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% + 6px);
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
     background-image: none; 
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    border: 1px solid white;
    box-sizing: border-box;
}

span.yabai{
    display: block !important;
}

/*--20221111 correct end--*/

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#header .translate_btn{
    width: 40%;
    margin: auto;
    margin-right: 0;
}

h2.intro_title {
    font-size: calc(1rem + 16px);
    font-size: -webkit-calc(1rem + 16px);
    font-weight: bold;
}

.kore{
    margin-top: 50px !important;
}

#main_img {
    height: 120vw!important;
}

#main_img:before {
       width: 100%;
    height: 100%;
    background-position: 84.5% 50%;
    background-size: 190%;
}

#intro {
    margin-bottom: 50px;
}

#top_contents {
    margin-bottom: 0px;
}

.info_box {
    padding: 20px;
    padding-bottom: 50px;
}

.font_10up_sp {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

.banner2 {
    right: 0px;
    bottom: 0;
    left: 0;
    width: 150px;
} 

#cms_2-g .cate_title {
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

#sns_link{
    margin-left: 0%;
}

.lst{
    margin: auto;
    margin-top: 30px;
}

#page8 .tel_wrap{
    padding-top: 30px;
}

/*--20221102 correct start--*/

#main_img {
    height: 100vh!important;
}

/*--20221102 correct end--*/


/*--20221111 correct start--*/

span.yabai{
    display: block !important;
}

/*--20221111 correct end--*/


}