@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap'); */
body{
	/* font-family: 'Shippori Mincho', 'Cormorant Garamond', sans-serif; */
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #333;
    letter-spacing: 0.1em;
}

main{
    display: block;
}
img{
    width: 100%;
    height: auto;
}
#wrapper{
    overflow: hidden;
}
.com_inner{
    max-width: 1240px;
    padding: 0 20px; 
    margin: 0 auto;
}
.white{
    color: #fff!important;
}
.txt_w {
    color: #fff !important;
}
.txt_l{
    text-align: left !important;
    justify-content: flex-start !important;
}
.txt_c{
    text-align: center !important;
    justify-content: center !important;
}

/* slick */
.slick-dots li button:before {
    font-size: 12px;
}
.slick-dots {
    bottom: 2%;
}
.slick-dots li {
    margin: 0 8px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}


.db1200{
    display: none;
}
.db1000{
    display: none;
}
.db750{
    display: none;
}
.db650{
    display: none!important;
}
.db500{
    display: none;
}
@media (max-width: 1200px){
    .db1200{
        display: block;
    }
}
@media (max-width: 1000px){
    body.active{
        overflow: hidden;
    }
    .dn1000{
        display: none;
    }
    .db1000{
        display: block;
    }
}
@media (max-width: 750px){
    .db750{
        display: block;
    }
}
@media (max-width: 650px){
    .db650{
        display: block!important;
    }
    .dn650{
        display: none !important;
    }
}
@media (max-width: 500px){
    .db500{
        display: block;
    }
}





.section_link{
    padding-top: 120px;
    margin-top: -120px;
}
.section_ttl{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #392316;
    /* margin-top: 120px; */
}
.section_ttl h2{
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
}
.sec_ttl_en{
    text-transform: uppercase;
}
.section_ttl span{
    display: block;
}
.section_ttl .sec_ttl_ja{
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0.15em;
}
.sec_text{
    text-align: center;
}
.sec_head{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin: 60px auto 30px;
}
.sec_lead{
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 0.15em;
}
.con_ttl{
    text-align: center;
}
.con_ttl_en{
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.con_ttl_ja{
    font-size: 14px;
}
.subhead{
    height: 400px;
    background: #000;
    max-width: 1200px;
    margin: 0 auto;
}

.pos_re{
    position: relative;
}
.img_cap{
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}
.img_cap.img_cap_in{
    position: absolute;
    right: 5px; 
    bottom: 5px;
    margin-top: unset;
}
.img_cap.img_cap_in.img_ca_in_l{
    left: 5px; 
    right: unset;
}
.img_cap_wht{
    color: #fff;
}

.com_cap{
    font-size: 12px;
    line-height: 1.5;
}

.column_bg{
    padding: 50px 0px;
}
.column_inner{
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 20px;
}
.column_lead{
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0;
}
.column_ttl{
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    line-height: 1.5;
    /* font-weight: 600; */
}
.scroll {
    display: none;
}
.content_box{
    margin-bottom: 120px;
}

@media (max-width: 1000px){
    .section_link {
        padding-top: 60px;
        margin-top: -60px;
    }
    .sec_head {
        font-size: 22px;
        margin: 40px auto 20px;
    }
    .sec_lead {
        font-size: 14px;
    }
    .section_ttl h2 {
        font-size: 24px;
    }
    .section_ttl {
        height: 80px;
    }
    .con_ttl_en {
        font-size: 22px;
    }
    .con_ttl_ja {
        font-size: 12px;
    }
    .column_ttl {
        font-size: 20px;
    }
    .column_lead {
        font-size: 12px;
    }
    .com_cap {
        font-size: 10px;
    }
    .img_cap {
        font-size: 10px;
    }
}
@media (max-width: 768px){
    .subhead {
        height: 260px;
    }
    .column_ttl {
        font-size: 18px;
    }
    .section_ttl {
        /* margin-top: 80px; */
    }
    .content_box{
        margin-bottom: 80px;
    }
}
@media (max-width: 650px){
    .sec_head {
        font-size: 18px;
        margin: 30px auto 20px;
    }
    .subhead {
        height: 160px;
    }
    .section_ttl h2 {
        font-size: 20px;
    }
    .con_ttl_en {
        font-size: 20px;
    }
    .column_ttl {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .column_bg {
        padding: 30px 0px 30px;
    }
    .section_ttl {
        height: 70px;
    }

    /* scroll */
    .scroll {
        position: relative;
        color: #808080;
        padding: 5px 0;
        display: inline-block;
        text-decoration: none;
        outline: none;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
    }
    .scroll::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #808080;
    }
    .scroll::after {
        content: "";
        position: absolute;
        bottom: -4px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #808080;
        border-right: 1px solid #808080;
        transform: rotate(45deg);
    }
    .scroll::before {
        animation: arrowlong01 2s ease infinite;
    }
    .scroll::after {
        animation: arrowlong02 2s ease infinite;
    }
    @keyframes arrowlong01 {
        0% {
            width: 0;
            opacity: 0
        }
        20% {
            width: 0;
            opacity: 1
        }
        80% {
            width: 105%;
            opacity: 1
        }
        100% {
            width: 105%;
            opacity: 0
        }
    }
    @keyframes arrowlong02 {
        0% {
            left: 0;
            opacity: 0
        }
        20% {
            left: 0;
            opacity: 1
        }
        80% {
            left: 103%;
            opacity: 1
        }
        100% {
            left: 103%;
            opacity: 0
        }
    }
}




.p-footer-pagetop {
    position: fixed;
    right: 15px;
    bottom: 10px;
}
.p-footer-pagetop a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #111111;
    border-radius: 3px;
}
.p-footer-pagetop a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
html {
    scroll-behavior: smooth;
}

.soon {
    pointer-events: none;
}
.soon a {
    opacity: 0.3;
}

@media (max-width: 1000px){
    .p-footer-pagetop {
        bottom: 80px;
    }
}


/* motoyawata sales */
.sales {
    padding-top: 100px;
}
.sales_flex {
    display: flex;
    justify-content: space-between;
    /*justify-content: center;*/
    margin-top: 60px;
    flex-wrap:wrap;
}
.sales_flex_inner {
    width: 48%;
}
.qua_item_name.sales_title {
    font-size: 30px;
    margin: 10px auto 20px;
}
.qua_item_lead.sales_lead {
    font-size: 18px;
}
.sales .foot_res_req_box {
    margin-top: 50px;
    margin-bottom: 0;
}
.sales .req_res_btn {
    width: 335px;
    height: 55px;
}
.sales .req_res_btn a {
    font-size: 16px;
}
.sales .res_btn {
    background: #004a32;
}
@media (max-width: 1000px){
    .sales {
        padding-top: 60px;
    }
}
@media (max-width: 850px){
    .sales_flex {
        margin-top: 30px;
    }
    .qua_item_name.sales_title {
        font-size: 25px;
    }
    .qua_item_lead.sales_lead {
        font-size: 15px;
    }
    .sales .req_res_btn a {
        font-size: 14px;
    }
}
@media (max-width: 650px){
    .sales {
        padding-top: 60px;
    }
    .sales_flex_inner {
        width: 100%;
        margin-bottom: 30px;
    }
    .qua_item_name.sales_title {
        font-size: 18px;
    }
    .qua_item_lead.sales_lead {
        font-size: 13px;
    }
    .sales .foot_res_req_box {
        margin-top: 30px;
    }
    .sales .req_res_btn {
        width: 275px;
        height: 45px;
    }
}