@charset "UTF-8";

/* @media (min-width: 1024px) {
  .header .logo {
    transform: translateY(1.5rem);
  }
  .header.scroll .logo {
    transform: translateY(0);
  }
} */
/* ---------------------
hero 
--------------------- */
.hero {
    position: relative;
    margin-bottom: 2rem;
}

.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.hero .hero-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    font-size: 4.5vh;
    margin: 0;
}

.hero .video {
    width: 100%;
    height: calc(70vh - 65px);
    object-fit: cover;
}

.hero .btn-scroll {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 66px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .hero .hero-txt {
        font-size: 7.5vh;
    }

    .hero .video {
        height: calc(100vh - 65px);
    }
}


/* ---------------------
history 
--------------------- */
.sec-history {
    background-image: url(../img/top/history-bg.jpg);
    background-size: cover;
    background-position: center;
    aspect-ratio: 1 / .8;
}

.sec-history a {
    height: 100%;
    justify-content: center;
    align-content: center;
    color: #fff;
    text-decoration: none;
}

.sec-history .history-txt {
    width: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

.sec-history .history-logo {
    width: 65%;
    max-width: 328px;
    margin: 0 auto 1rem;
}

.sec-history .history-txt .title {
    font-size: 10vw;
    font-weight: 500;
    margin: 0;
}

.sec-history .history-txt .p01 {
    font-size: 5vw;
    margin: 0 0 1rem;
}

.sec-history .history-txt .p02 {
    font-size: 4vw;
    margin: 0;
}

.sec-history .history-txt .p03 {
    font-size: 2.8vw;
    margin: 0;
}

@media (min-width: 768px) {
    .sec-history {
        aspect-ratio: 1 / .26;
    }

    .sec-history a {
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        padding: 1.5vw;
    }

    .sec-history a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid 1.5vw rgba(255, 255, 255, 0.1);
    }

    .sec-history .history-logo,
    .sec-history .history-txt {
        width: 33.33%;
        margin: 0;
    }

    .sec-history .history-logo {
        padding: 0 5%;
        max-width: none;
    }

    .sec-history .history-txt .title {
        font-size: 5vw;
    }

    .sec-history .history-txt .p01 {
        font-size: 2vw;
    }

    .sec-history .history-txt .p02 {
        font-size: 1.8vw;
    }

    .sec-history .history-txt .p03 {
        font-size: 1.15vw;
    }
}

@media (min-width: 1024px) {
    .sec-history .history-txt .title {
        font-size: 4vw;
    }
}


/* ---------------------
about 
--------------------- */
.sec-about {
    clip-path: circle(23% at 50% 23%);
    overflow: hidden;
}

.sec-about .inner {
    padding-bottom: 5rem;
    background-image: url(../img/top/about-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    color: #fff;
    position: relative;
}

.sec-about .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.sec-about .title,
.sec-about .lead,
.sec-about .btn-arrow {
    position: relative;
    z-index: 1;
}

.sec-about .title {
    font-size: 7.6vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 22vh 0 0;
}

.sec-about .lead {
    line-height: 250%;
    width: 90%;
    margin: 3rem auto;
}

@media (min-width: 768px) {
    .sec-about {
        clip-path: circle(0 at 50% 23%);
    }

    .sec-about .title {
        font-size: 5vw;
    }
}

@media (min-width: 1024px) {
    .sec-about .title {
        font-size: 3.6vw;
    }
}

/* ---------------------
business 
--------------------- */
.sec-business {
    overflow: hidden;
}

.sec-business .txt {
    gap: 1rem;
    margin-bottom: 3rem;
}

.sec-business .sec-title {
    width: 100%;
    font-weight: 500;
    font-size: 9vw;
    letter-spacing: 0.05em;
    margin: 5rem 0 0;
}

.sec-business .sec-title .en {
    font-size: 3vw;
    letter-spacing: 0.2em;
    display: block;
    color: #676767;
}

.sec-business .lead {
    line-height: 200%;
    font-weight: 500;
}

.sec-business .contents {
    width: 100%;
    overflow: hidden;
}

.sec-business .contents-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4rem 0;
}

.sec-business .contents-list .item {
    flex: 0 0 auto;
    width: 100vw;
    padding: 0 5vw;
}

.sec-business .contents-list .item a {
    color: #fff;
    text-decoration: none;
}

.sec-business .contents-list .item>.flex {
    gap: 1rem 3%;
    align-items: end;
}

.sec-business .contents-list .item .main {
    width: 65%;
    aspect-ratio: 1 / 0.665;
    overflow: hidden;
    position: relative;
}

.sec-business .contents-list .item .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-business .contents-list .item .main .label {
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 0.625rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.sec-business .contents-list .item .sub {
    width: 32%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.sec-business .contents-list .item .sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-business .contents-list .item .name {
    width: 100%;
    position: relative;
    color: var(--c-black);
    font-size: 6vw;
    margin: 0;
    padding-left: 38px;
    transition: all 0.3s ease;
}

.sec-business .contents-list .item .name .comment {
    font-size: 1rem;
    display: block;
    margin-top: .5rem;
}

.sec-business .contents-list .item .name::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 25px;
    height: 7px;
    background-image: url(../img/common/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(10%) sepia(93%) saturate(7383%) hue-rotate(199deg) brightness(95%) contrast(100%);
}

.sec-business .contents-list .item a:hover .name {
    color: var(--c-blue);
}

.sec-business .contents-list .item a .main img,
.sec-business .contents-list .item a .sub img {
    transition: all 1s ease;
}

.sec-business .contents-list .item a:hover .main img,
.sec-business .contents-list .item a:hover .sub img {
    transform: scale(1.02);
}

@media (min-width: 768px) {
    .sec-business .sec-title {
        font-size: 5vw;
    }

    .sec-business .sec-title .en {
        font-size: 1.7vw;
    }

    .sec-business .contents-list .item .name {
        font-size: 4vw;
    }

    .sec-business .contents-list .item .name::after {
        top: 1.3rem;
    }
}

@media (min-width: 1024px) {
    .sec-business .sec-title {
        font-size: 3vw;
        margin: 5rem 0 0;
    }

    .sec-business .sec-title .en {
        font-size: 1vw;
        line-height: 200%;
    }

    .sec-business .txt {
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
    }

    .sec-business .contents-list .item>.flex {
        display: grid;
        grid-template-columns: 65% 32%;
        align-items: flex-start;
        gap: 1rem 3%;
    }

    .sec-business .contents-list .item .main {
        width: 100%;
        grid-column: 1;
    }

    .sec-business .contents-list .item .main .label {
        font-size: 1.3vw;
    }

    .sec-business .contents-list .item .sub {
        width: 100%;
        grid-column: 2;
    }

    .sec-business .contents-list .item .name {
        grid-column: 2;
        font-size: 2.2vw;
        padding-left: 55px;
        transform: translateY(-7vw);
    }

    .sec-business .contents-list .item .name::after {
        top: 1.4rem;
        width: 41px;
        height: 9px;
    }
}

/* ---------------------
news 
--------------------- */
.sec-news {
    padding-bottom: 5rem;
    margin-top: 5rem;
}

.sec-news .sec-title {
    font-weight: 500;
    font-size: 8vw;
    letter-spacing: 0.05em;
    margin: 0;
}

.sec-news .sec-title .en {
    font-size: 3vw;
    letter-spacing: 0.2em;
    display: block;
    color: #676767;
}

.nav-news_cate>.flex {
    gap: 1rem;
    margin-bottom: 2rem;
}

.nav-news_cate .cate {
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 0.875rem;
    color: #a5a5a5;
}

.nav-news_cate .cate.active,
.nav-news_cate .cate:hover {
    border-bottom: solid 1px;
    color: var(--c-black);
}

.post_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post_list .post_list-item {
    margin-bottom: 2rem;
}

.post_list .post_list-item>.flex {
    align-items: baseline;
    gap: 1rem 3%;
    align-items: flex-start;
}

.post_list .post_list-item .post_list-link {
    text-decoration: none;
    color: var(--c-black);
    transition: all 0.3s ease;
}

.post_list .post_list-item .post_list-link:hover{
    background: #EBF0F4;
}

.post_list .post_list-item .thumbnail {
    width: 30%;
    aspect-ratio: 1/0.667;
    border: solid 1px #d9d9d9;
}

.post_list .post_list-item .txt {
    width: 67%;
    gap: .5rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #d9d9d9;
}

.post_list .post_list-item time {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #a5a5a5;
}

.post_list .post_list-item .cate {
    border: 1px solid #a5a5a5;
    padding: 1px 5px;
    font-size: 0.75rem;
}

.post_list .post_list-item .title {
    width: 100%;
    display: block;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .sec-news .sec-title {
        font-size: 5vw;
    }

    .sec-news .sec-title .en {
        font-size: 1.7vw;
    }

    .sec-news .block-btn {
        text-align: right;
    }

    .post_list .post_list-item>.flex {
        align-items: unset;
    }

    .post_list .post_list-item .txt {
        align-content: center;
    }

}

@media (min-width: 1024px) {
    .sec-news .head {
        width: 20%;
    }

    .sec-news .post_list {
        width: 80%;
    }

    .sec-news .sec-title {
        font-size: 3vw;
        writing-mode: sideways-rl;
        line-height: 1;
        margin-bottom: 3rem;
    }

    .sec-news .sec-title .en {
        font-size: 1vw;
        writing-mode: tb-rl;
        margin-left: 1rem;
    }

    .sec-news .sec-title .mincho {
        writing-mode: tb;
    }

    .sec-news .nav-news_cate>.flex li {
        width: 100%;
    }

    .sec-news .block-btn {
        width: 100%;
    }
}

/* ---------------------
shop 
--------------------- */

.sec-shop {
    gap: 1rem;
    padding-bottom: 5rem;
}

.sec-shop .sec-title {
    width: 100%;
    font-weight: 500;
    font-size: 9vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    margin: 0;
}

.sec-shop .sec-title .en {
    font-size: 3vw;
    line-height: 200%;
    letter-spacing: 0.2em;
    display: block;
    color: #676767;
}

.sec-shop .sec-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: var(--c-black);
    margin: 2rem 0 0;
}

.sec-shop .comment {
    line-height: 200%;
    letter-spacing: -0.05em;
}


@media (min-width: 768px) {
    .sec-shop .sec-title {
        font-size: 5vw;
    }

    .sec-shop .sec-title .en {
        font-size: 1.7vw;
    }
}

@media (min-width: 1024px) {
    .sec-shop {
        gap: 0 10%;
        align-items: flex-end;
    }

    .sec-shop .head,
    .sec-shop .img {
        width: 45%;
    }

    .sec-shop .sec-title {
        font-size: 3vw;
    }

    .sec-shop .sec-title .en {
        font-size: 1vw;
    }

    .sec-shop .img a{
        display: block;
    }

    .sec-shop .img a:hover{
        transform: translate(0, -5px);
    }


}



/* ---------------------
recruit-banner 
--------------------- */
.recruit-banner {
    overflow: hidden;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.recruit-banner .sec-title {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    writing-mode: sideways-rl;
    margin: 0;
}

.recruit-banner .sec-title .main {
    font-size: 10vw;
}

.recruit-banner .sec-title .sub {
    writing-mode: tb;
    font-size: 4vw;
}

.recruit-banner .banner-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recruit-banner .banner-item {
    width: 100%;
}

.recruit-banner .banner-link {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.recruit-banner .banner-link .label,
.recruit-banner .banner-link .main,
.recruit-banner .banner-link .btn {
    position: absolute;
    z-index: 1;
}

.recruit-banner .banner-link .main {
    left: 5vw;
    bottom: 14vw;
    font-size: 10vw;
    line-height: 120%;
}

.recruit-banner .banner-link .btn {
    bottom: 5vw;
    left: 5.8vw;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    border-bottom: solid 1px;
}

.recruit-banner .banner-item .label img {
    width: auto;
    max-width: none;
    height: 100%;
}

.recruit-banner .banner-link .bg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.recruit-banner .banner-link .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.recruit-banner .banner-item.bnr01 .label {
    height: 32%;
    top: 0;
    left: 5vw;
}

.recruit-banner .banner-item.bnr02 .label {
    height: 30%;
    top: 0;
    left: 5vw;
}

.recruit-banner .banner-item.bnr01 .btn::after {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    width: 10px;
    height: 10px;
    background-image: url(../img/common/ico-window.svg);
}

.recruit-banner .banner-link:hover .bg img{
    transform: scale(1.05);
}

@media (min-width: 1024px) {
    .recruit-banner {
        width: 95%;
    }

    .recruit-banner .banner-item {
        width: 50%;
    }

    .recruit-banner .sec-title {
        width: 5vw;
        left: 0;
        margin: 0 auto;
        line-height: 0;
        justify-content: flex-start;
    }

    .recruit-banner .sec-title .main {
        font-size: 5vw;
    }

    .recruit-banner .sec-title .sub {
        font-size: 1vw;
    }

    .recruit-banner .banner-item.bnr01 .label {
        left: 3vw;
    }

    .recruit-banner .banner-link .main {
        left: 2vw;
        bottom: 5vw;
        font-size: 4.5vw;
    }

    .recruit-banner .banner-link .btn {
        bottom: 2vw;
        left: 3vw;
    }

    .recruit-banner .banner-item.bnr02 .label {
        right: 3vw;
        left: auto;
    }

    .recruit-banner .banner-item.bnr02 .main {
        left: auto;
        right: 3vw;
        text-align: right;
    }

    .recruit-banner .banner-item.bnr02 .btn {
        right: 3vw;
        left: auto;
    }
}