﻿@import url('https://fonts.googleapis.com/css2?family=Dongle&display=swap');

.intro_right h3{
    color: #ff5200;
    font-size: min(2.5vw, 37px);
}

#loading{
    background-color: #f3f3f3;
}

#intro .rotate_txt span {
    margin-top: -10px;
        font-weight: normal;
}

#header h1 img{
        max-width: 130px;
}

#luxy{
    min-width: 1280px;
}

.intro_img2{
    display: none;
}

.kore{
   margin-bottom: 20%;
}

.kore figure:nth-of-type(2){
        margin-bottom: -30%;
}

#contents .con_title {
    font-size: 42px;
    /* text-shadow: 1px 1px 0 #333, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; */
}

.top_title .slash:before, .top_title .slash:after {
    display: none;
}

.slash2:before, .slash2:after {
display: none;
}

.top_title_color{
        mix-blend-mode: difference;
        background-color: #581c00;
}

.con_box_item{
        border-left: 1px solid #999;
        padding-right: 0;
        position: relative;
        transform: translateX(40px);
}

.con_box_item:before{
        content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 40%;
    left: 0%;
    background-image: url(./Dup/img/wa_l.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.con_box_item.pd_l-5per{
        border-right: 1px solid #999;
        padding-left: 0;
                position: relative;
                 transform: translateX(-40px);
}



.con_box_item.pd_l-5per:before{
        content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 40%;
    left: 100%;
    background-image: url(./Dup/img/wa_r.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

#contents .con_title{
        font-size: 42px;
            border-bottom: 1px solid black;
    padding-bottom: 30px;
}

.num{
        font-size: max(1.5vw, 30px);
    margin-bottom: 0;
}

#contents_wrap{
        max-width: 1280px;
    margin: auto;
}

.top_title h2 {
    font-weight: normal;
}

#contents_wrap .con_box{
    margin-bottom: 120px;
}

#contents_wrap .con_box{
    position: relative;
}

#contents_wrap .con_box:before{
         content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

header.scr_header {
    background-color: rgba(210,210,210,0.85) !important;
}

#main_img:after {
       content: "";
    display: block;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/life.svg), url(./Dup/img/smile.svg);
    background-position: left center, right center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 35%, 45%;
    pointer-events: none;
}


#main_img .sub{
    position: absolute;
    top: calc(65% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Dongle', sans-serif;
    font-size: max(4vw, 24px);
}

.sm-slider, .sm-slider:after {
    width: 65% !important;
    left: 50% !important;
    transform: translateX(-50%);
    filter: grayscale(0.4);
}

.menu-trigger-bar {
    background-color: #f95900;
}

#pc_nav li a {
    color: white;
    background-color: black;
    padding: 0px 6px;
}

#page_title_img:after{
        content: "";
    display: block;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/life.svg), url(./Dup/img/smile2.svg);
    background-position: left center, right center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 25%, 35%;
    pointer-events: none;
}

.bg_color2, .hvr_bg_color2:hover {
    background-color: #f1f1f1;
}

.cate_list:before {
    background-color: rgb(249 89 0) !important;
    color: white;
    font-weight: bold;
}

footer #footer_info {
    background-color: #e1e1e1;
}

.info_txt > .txt_white{
    color: black;
}

.border_color3, .hvr_border_color3:hover {
    border-color: #e7e7e7;
}

.bg_color3, .hvr_bg_color3:hover {
    background-color: #f95900;
}

#contact_tel a{
    color: white;
}

.linkStyle{
color: #29a9e0;
font-weight: bold;
}

#loading #loading_text .progressbar-text {
    font-size: 30px!important;
    font-weight: bold;
    color: rgb(249, 89, 0) !important;
}

.rec{
    background-color: #d9d9d9;
    text-align: center;
        padding: 70px 20px;
}

.rec h3{
    font-size: max(2.5vw, 30px);
    color: #e9592c;
    font-weight: bold;
    margin-bottom: 20px;
}

.rec p{
    color: #333;
    font-size: 20px;
    max-width: 800px;
    margin: auto;
    font-size: max(1.5vw, 16px);
}

#body.koren .sm-slider{
    min-height: 500px !important;
}

.pager li a:hover {
    background-color: rgb(0, 0, 0) !important;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#luxy{
    min-width: 100%;
}

.sm-slider, .sm-slider:after {
    width: 70% !important;
}

#main_img:after {
    background-size: 42%, 52%;
}

#main_img .sub {
    left: 37%;
    font-size: max(4vw, 60px);
    line-height: 0.7em;
}

.con_box_item {
    transform: translateX(0px);
}

.con_box_item.pd_l-5per {
    transform: translateX(0px);
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.intro_right h3 {
    font-size: min(5.5vw, 36px);
}

.sm-slider, .sm-slider:after {
    width: 75% !important;
}

#main_img{
        height: 72vh !important;
}


#main_img .sub {
    top: calc(65% + 30px);
    font-size: max(4vw, 50px);
}

#logo2 img{
    max-width: 140px;
}

#body.koren .sm-slider{
    min-height: 500px !important;
}

#page_title_img {
    height: 500px;
}

#page_title_img:after {
    background-size: 30%, 35%;
}

#loading #loading_text .progressbar-text {
    top: 70%;
}

}