@charset "utf-8";
@import "anime.css";

/*
------------
home.css
------------
*/
/* bg_movie */
.bg_movie {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -2;
}
.bg_movie video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    .bg_movie video {
        width: 100%;
        height: 100%;
        min-width: unset;
        min-height: unset;
        top: 0;
        left: 0;
        transform: none;
        object-fit: cover;
    }
}
/* kv_area */
#kv_area {
    width: 100%;
    height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#kv_area .inner p {
    font-size: calc(100vw * 32 / 1400);
    font-weight: 600;
    line-height: 2.25;
    letter-spacing: 0.6em;
    font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
    #kv_area {
        height: 100svh;
    }
    #kv_area .inner p {
        font-size: calc(100vw * 19 / 375);
    }
}
/* overlay */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .7);
    pointer-events: none;
    z-index: -1;
    transition: opacity 1s ease;
    opacity: 0;
    backdrop-filter: blur(5px);
}
body.overlay::before {
    opacity: 1;
}
/* slogan_area */
#slogan_area {
    padding: 140px 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10000;
}
#slogan_area .inner p {
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    line-height: 3.5;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #8a6627;
}
#slogan_area .inner p span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
}
#slogan_area .inner p:not(:first-child) {
    font-size: 3.5rem;
    letter-spacing: 0.5em;
    margin: 65px 0 0 0;
    opacity: 0;
    transform: translateY(20px);
}
@media only screen and (max-width: 768px) {
    #slogan_area {
        padding: 65px 10vw;
        display: block;
    }
    #slogan_area .inner p {
        font-size: 1.6rem;
        letter-spacing: 0.15em;
        line-height: 2.25;
    }
    .overlay #slogan_area .inner p span {
        opacity: 1;
        transform: translateY(0);
    }
    #slogan_area .inner p:not(:first-child) {
        font-size: 2rem;
        letter-spacing: 0.2em;
        margin: 30px 0 0 0;
    }
    .overlay #slogan_area .inner p:not(:first-child) {
        opacity: 1;
    }
}
/* container_box */
.container_box h2.stit {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    padding: 5px 10px;
}
.container_box dl {
    margin: 35px 0 0 0;
    font-feature-settings: "palt";
    font-weight: 500;
}
.container_box dl dt {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2;
}
.container_box dl dd {
    font-size: 1.6rem;
    letter-spacing: 0.225em;
    line-height: 2.4;
    margin: 25px 0 0 0;
}
.container_box p.link_area {
    margin: 65px 0 0 0;
}
.container_box p.link_area a {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    position: relative;
    padding: 0 12px 0 0;
}
.container_box p.link_area a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.container_box p.link_area a::after {
    content: "";
    width: 6px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.container_box p.link_area.cl_w a::after {
    background-image: url(../../images/global/arrow_right_w.svg);
}
.container_box p.link_area.cl_b a::after {
    background-image: url(../../images/global/arrow_right_b.svg);
}
.container_box p.link_area a:hover::after {
    right: -5px;
}
.container_box p.link_area.cl_w a {
    color: #fff;
}
.container_box p.link_area.cl_w a::before {
    background: #fff;
}
.container_box p.link_area.cl_b a {
    color: #806627;
}
.container_box p.link_area.cl_b a::before {
    background: #806627;
}
#news_area.container_box p.link_area {
    margin: 85px 0 0 0;
    text-align: center;
}
#news_area.container_box p.link_area a img {
    width: 56px;
    height: 13px;
    display: block;
}
@media only screen and (max-width: 768px) {
    .container_box dl {
        margin: 25px 0 0 0;
    }
    .container_box dl dt {
        font-size: 2.2rem;
        letter-spacing: 0.15em;
        line-height: 1.7;
    }
    .container_box dl dd {
        letter-spacing: 0.1em;
        line-height: 2;
        margin: 20px 0 0 0;
    }
    .container_box p.link_area {
        margin: 45px 0 0 0;
    }
    #news_area.container_box p.link_area {
        margin: 45px 0 0 0;
    }
    #news_area.container_box p.link_area a img {
        width: 47px;
        height: 11px;
    }
}
/* company_area */
#company_area {
    border-top: 8px solid #958039;
    border-bottom: 8px solid #958039;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
#company_area .company_en {
    width: calc(100vw * 700 / 1400);
    height: calc(100vw * 70 / 1400);
    background-image: url(../../images/content/home/company_en.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 6px;
    right: calc(100vw * 400 / 1400 * -1);
    z-index: 2;
    opacity: .5;
}
#company_area .bg {
    width: calc(100vw * 830 / 1400);
    height: 100%;
    height: auto;
    background-image: url(../../images/content/home/companyBg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#company_area .inner {
    width: calc(100vw * 570 / 1400);
    background: #806627;
    padding: 85px 0 120px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}
#company_area .inner h2 {
    color: #806627;
    background: #fff;
}
#company_area .inner dl {
    color: #fff;
}
@media only screen and (max-width: 768px) {
    #company_area {
        border-top: 4px solid #958039;
        border-bottom: 4px solid #958039;
        display: block;
    }
    #company_area .company_en {
        width: calc(100vw * 301 / 375);
        height: calc(100vw * 30 / 375);
        bottom: auto;
        right: auto;
        top: calc(100vw * 235 / 375);
        right: 50px;
    }
    #company_area .bg {
        width: 100%;
        height: calc(100vw * 250 / 375);
        background-image: url(../../images/content/home/companyBgSP.webp);
    }
    #company_area .inner {
        width: 100%;
        padding: 65px 10vw;
        display: block;
    }
}
/* business_area */
#business_area {
    border-bottom: 8px solid #958039;
    position: relative;
    padding: calc(100vw * 180 / 1400) 0 calc(100vw * 85 / 1400) 0;
    overflow: hidden;
}
#business_area .business_en {
    width: calc(100vw * 313 / 1400);
    height: auto;
    aspect-ratio: 313 / 60;
    max-height: 100%;
    background-image: url(../../images/content/home/business_en.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: calc(100vw * 543 / 1400);
    right: calc(100vw * 645 / 1400);
    z-index: 1;
    opacity: .5;
}
#business_area .business_img {
    width: calc(100vw * 723 / 1400);
    height: auto;
    aspect-ratio: 723 / 567;
    max-height: 100%;
    background-image: url(../../images/content/home/business_img.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: calc(100vw * 35 / 1400);
    bottom: -1px;
}
#business_area .inner {
    position: relative;
    padding: 0 0 0 calc(100vw * 135 / 1400);
    z-index: 1;
}
#business_area .inner h2 {
    color: #fff;
    background: #806627;
}
#business_area .inner dl {
    color: #806627;
}
@media only screen and (max-width: 768px) {
    #business_area {
        border-bottom: 4px solid #958039;
        padding: calc(100vw * 265 / 375) 0 65px 0;
    }
    #business_area .business_en {
        width: calc(100vw * 124 / 375);
        bottom: auto;
        right: auto;
        top: calc(100vw * 170 / 375);
        left: 20px;
    }
    #business_area .business_img {
        width: calc(100vw * 325 / 375);
        aspect-ratio: 325 / 225;
        background-image: url(../../images/content/home/business_imgSP.webp);
        right: 0;
        bottom: auto;
        top: 0;
    }
    #business_area .inner {
        padding: 0 10vw;
    }
}
/* product_area */
#product_area {
    position: relative;
    background: rgba(128, 102, 39, 1);
    padding: calc(100vw * 120 / 1400) 0 calc(100vw * 160 / 1400) calc(100vw * 835 / 1400);
    overflow: hidden;
}
#product_area .product_en {
    width: calc(100vw * 746 / 1400);
    height: auto;
    aspect-ratio: 746 / 60;
    background-image: url(../../images/content/home/product_en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: calc(100vw * 40 / 1400);
    right: calc(100vw * 10 / 1400 * -1);
    z-index: 1;
    opacity: .5;
}
#product_area .inner h2 {
    color: #806627;
    background: #fff;
}
#product_area .inner dl {
    color: #fff;
}
#product_area ul {
    position: absolute;
    top: 0;
    left: 0;
}
#product_area ul li {
    position: absolute;
}
#product_area ul li:nth-child(1) {
    width: calc(100vw * 270 / 1400);
    height: auto;
    aspect-ratio: 270 / 174;
    top: calc(100vw * 50 / 1400);
    left: calc(100vw * 90 / 1400);
    z-index: 1;
}
#product_area ul li:nth-child(2) {
    width: calc(100vw * 422 / 1400);
    height: auto;
    aspect-ratio: 422 / 233;
    top: calc(100vw * 140 / 1400);
    left: calc(100vw * 285 / 1400);
}
#product_area ul li:nth-child(3) {
    width: calc(100vw * 342 / 1400);
    height: auto;
    aspect-ratio: 342 / 221;
    top: calc(100vw * 437 / 1400);
    left: calc(100vw * 160 / 1400);
}
@media only screen and (max-width: 768px) {
    #product_area {
        padding: calc(100vw * 208 / 375) 10vw 65px 10vw;
    }
    #product_area .product_en {
        width: calc(100vw * 280 / 375);
        bottom: auto;
        right: 20px;
        top: 143px;
        z-index: 1;
    }
    #product_area ul {
        width: 100%;
    }
    #product_area ul li:nth-child(1) {
        display: none;
    }
    #product_area ul li:nth-child(2) {
        width: calc(100vw * 266 / 375);
        aspect-ratio: 532 / 308;
        top: 0;
        left: -20px;
    }
    #product_area ul li:nth-child(3) {
        width: calc(100vw * 182 / 375);
        aspect-ratio: 364 / 232;
        top: 0;
        left: auto;
        right: -20px;
    }
}
/* news_area */
#news_area {
    background-image: url(../../images/content/home/newsBg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 125px 0 200px 0;
    position: relative;
}
#news_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
}
#news_area .inner {
    position: relative;
    z-index: 1;
    width: 850px;
    margin: 0 auto;
}
#news_area .inner h2 {
    width: 129px;
}
#news_area .inner .news_list {
    margin: 70px 0 0 0;
}
#news_area .inner .news_list article:not(:last-child) {
    border-bottom: 1px solid #808080;
    padding: 25px 10px;
}
#news_area .inner .news_list article:first-child {
    padding: 0 10px 25px 10px;
}
#news_area .inner .news_list article:last-child {
    padding: 25px 10px 0 10px;
}
#news_area .inner .news_list article a {
    color: #806627;
    display: flex;
    gap: 1em;
    align-items: center;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 500;
    font-feature-settings: "palt";
    transition: all .3s ease;
}
#news_area .inner .news_list article a p {
    margin: 0;
}
#news_area .inner .news_list article a time {
    white-space: nowrap;
    flex-shrink: 0;
}
#news_area .inner .news_list article a p:nth-of-type(2) {
    width: 120px;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #806627;
    color: #806627;
    padding: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}
#news_area .inner .news_list article a p:nth-of-type(3) {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news_area .inner .news_list article a:hover {
    opacity: 0.6;
}
#news_area .inner .news_list p.empty_entry {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #806627;
    text-align: center;
    padding: 65px 0;
}
@media only screen and (max-width: 768px) {
    #news_area {
        background-image: url(../../images/content/home/newsBgSP.webp);
        background-position: center bottom;
        padding: 65px 0;
    }
    #news_area .inner {
        width: 80vw;
    }
    #news_area .inner h2 {
        width: 73px;
    }
    #news_area .inner .news_list {
        margin: 45px 0 0 0;
    }
    #news_area .inner .news_list article:not(:last-child) {
        padding: 20px 0;
    }
    #news_area .inner .news_list article:first-child {
        padding: 0 0 20px 0;
    }
    #news_area .inner .news_list article:last-child {
        padding: 20px 0 0 0;
    }
    #news_area .inner .news_list article a {
        flex-wrap: wrap;
        font-size: 1.6rem;
        line-height: 1.5;
        gap: 10px;
    }
    #news_area .inner .news_list article a p:nth-of-type(1) {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
    }
    #news_area .inner .news_list article a p:nth-of-type(2) {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        width: auto;
        padding: 3px 10px;
    }
    #news_area .inner .news_list article a p:nth-of-type(3) {
        display: block;
        width: 100%;
        flex: auto;
        margin: 0;
    }
}
/* recruit_area */
#recruit_area {
    background-image: url(../../images/content/home/recruitBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 85px 0;
    position: relative;
}
#recruit_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}
#recruit_area .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
#recruit_area .inner figure {
    width: 350px;
}
#recruit_area .inner .item {
    margin: 0 0 0 165px;
}
#recruit_area .inner .item h2 {
    color: #806627;
    background: #fff;
}
#recruit_area .inner .item p.lead {
    font-size: 1.6rem;
    letter-spacing: 0.25em;
    line-height: 2.5;
    font-weight: 500;
    color: #fff;
    font-feature-settings: "palt";
    margin: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
    #recruit_area {
        background-image: url(../../images/content/home/recruitBgSP.webp);
        padding: 60px 10vw;
    }
    #recruit_area .inner {
        display: block;
    }
    #recruit_area .inner figure {
        width: 220px;
    }
    #recruit_area .inner .item {
        margin: 55px 0 0 0;
    }
    #recruit_area .inner .item p.lead {
        letter-spacing: 0.1em;
        line-height: 2;
        margin: 30px 0 0 0;
    }
}
/* contact_area */
#contact_area {
    padding: 150px 0 0 0;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
#contact_area .inner p a {
    font-size: 3.3rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #806627;
    position: relative;
    padding: 0 15px 0 0;
    transition: all .3s ease;
}
#contact_area .inner p a::before {
    content: "";
    width: 11px;
    height: 22px;
    background-image: url(../../images/global/arrow_right_b.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}
#contact_area .inner p a:hover::before {
    right: -5px;
}
@media only screen and (max-width: 768px) {
    #contact_area {
        padding: 65px 0 0 0;
    }
    #contact_area .inner p a {
        font-size: 2.2rem;
        padding: 0 15px 0 0;
    }
    #contact_area .inner p a::before {
        width: 8px;
        height: 16px;
    }
}
/* sns_area */
#sns_area {
    padding: 150px 0;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
#sns_area .inner p {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.8;
    color: #806627;
}
#sns_area .inner ul.sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
    margin: 50px 0 0 0;
}
#sns_area .inner ul.sns li:nth-child(1) {
    width: 55px;
}
#sns_area .inner ul.sns li:nth-child(2) {
    width: 65px;
}
#sns_area .inner ul li a {
    transition: all .3s ease;
}
#sns_area .inner ul li a:hover {
    opacity: 0.6;
}
#sns_area .inner ul.blog {
    margin: 35px 0 0 0;
}
#sns_area .inner ul.blog li a {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #806627;
    position: relative;
    padding: 0 12px 0 0;
}
#sns_area .inner ul.blog li a::after {
    content: "";
    width: 6px;
    height: 12px;
    background-image: url(../../images/global/arrow_right_b.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% + 1px);
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}
#sns_area .inner ul.blog li a:hover::after {
    right: -5px;
}
@media only screen and (max-width: 768px) {
    #sns_area {
        padding: 65px 0;
    }
    #sns_area .inner p {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
    #sns_area .inner ul.sns {
        gap: 30px;
        margin: 30px 0 0 0;
    }
    #sns_area .inner ul.sns li:nth-child(1) {
        width: 40px;
    }
    #sns_area .inner ul.sns li:nth-child(2) {
        width: 50px;
    }
    #sns_area .inner ul.blog {
        margin: 25px 0 0 0;
    }
    #sns_area .inner ul.blog li a {
        font-size: 1.6rem;
    }
}
