@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (min-width:768px) {}

@media screen and (min-width:1025px) {}

/*============================
	kv 
============================*/
.kv {
    margin-top: 52px;
}

.kv__swiper-area {
    position: relative;
    z-index: 99;
}

.kv__img {

    & img {
        width: 100%;
    }
}

.kv__item {
    position: relative;
}

.slide-in,
.slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}

.kv__copywrap {
    position: relative;

    width: 100%;
    background: url(../images/kv_bg.png) no-repeat center center/cover;
    color: #fff;
    padding: 20px 5%;
    z-index: 99;

    & img {
        position: absolute;
        max-width: 235px;
        width: 100px;
        top: 75%;
        left: 1%;
        transform: translate(0, -50%);
        z-index: 9;
    }
}

.kv__copy .txt01 {
    display: block;
    padding: .25em .5em;
    background-color: #811414;
    margin-bottom: 1em;
}

.kv__copy .txt02 {
    display: block;
    font-size: min(2rem, 6vw);
    white-space: nowrap;
    padding-left: 100px;
}

.kv__logo {
    position: absolute;
    max-width: 440px;
    width: calc((440/960)*100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;

    & img {
        display: block;
        opacity: 0;
        animation: copyAnime 1s 1s forwards;
    }
}

.kv__item.item02 {
    .kv__logo {
        max-width: 424px;
        width: calc((424/960)*100%);
    }
}

.kv__scroll {
    max-width: 98px;
    width: 50px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    display: block;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

    & span {
        font-size: 1.8rem;
    }
}



@media screen and (min-width:768px) {
    .kv {
        margin-top: 62px;
    }


    .kv__item {
        width: 56%;
    }

    .kv__item.item02 {
        width: 44%;
    }

    .slide-in,
    .slide-in_inner {
        animation-duration: 1s;
        animation-delay: .3s;
    }

    .kv__copywrap {
        position: absolute;
        left: 56%;
        top: 0;
        width: fit-content;
        max-width: 258px;
        width: calc((258/1920)*100%);
        height: 100%;
        padding: 20px 1%;

        .container {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            margin: 0 auto;
        }

        & img {
            max-width: 235px;
            width: calc((235/258)*100%);
            top: 20%;
            left: 20%;
            transform: translate(-50%, -50%);
        }
    }

    .kv__copy {
        display: flex;
        justify-content: center;
    }

    .kv__copy .txt01 {
        padding: 1em 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        margin: 0 0 0 1em;
        font-size: min(2rem, 1.2vw);
    }

    .kv__copy .txt02 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        font-size: min(4.2rem, 2vw);
        padding: 7em 0 0;
    }

    .kv__logo {
        width: calc((440/960)*100%);
        left: 50%;
        top: 50%;
    }

    .kv__item.item02 {
        .kv__logo {
            left: 65%;
            width: calc((424/960)*100%);
        }
    }
}



@media screen and (min-width:1025px) {
    .kv {
        margin-top: 0;
    }


    .kv__item {
        width: 56%;
    }

    .kv__item.item02 {
        width: 44%;
    }

    .kv__copywrap {
        left: 56%;
        top: 0;
        width: calc((258/1920)*100%);
        height: 100%;
        padding: 20px 1%;

        & img {
            width: calc((235/258)*100%);
            top: 20%;
            left: 20%;
        }
    }


    .kv__copy .txt01 {
        padding: .5em 0;
        margin: 0 0 0 1em;
        font-size: min(2rem, 1.2vw);
    }

    .kv__copy .txt02 {
        font-size: min(4.2rem, 2vw);
        padding: 7em 0 0;
    }

    .kv__logo {
        width: calc((440/960)*100%);
        left: 60%;
        top: 50%;
    }

    .kv__item.item02 {
        .kv__logo {
            left: 65%;
            width: calc((530/960)*100%);
        }
    }
}


/*============================
   news
============================*/
.bg01 {
    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 500px);
        background: url(../images/bg01.jpg) repeat-y center center/cover;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.news {
    padding: 60px 0 0;
}

.news__box {
    padding: 30px 0 30px 5%;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 120%;
        height: 100%;
        background: url(../images/news_bg.png) no-repeat center center/cover;
        top: 0;
        left: 0;
    }
}


.news__ttl {
    display: flex;
    color: #fff;
    align-items: flex-start;
    margin-bottom: 20px;

    & img {
        width: 30px;
    }

    .txt {
        margin: .5em 0 0 .5em;
    }
}

.news__atc {

    max-width: 357px;
    margin: 0 auto 30px;

    &:last-child {
        margin-bottom: 0;
    }

    & a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
}

.news__date {
    white-space: nowrap;
    margin: 1em 0 .5em;
}


.news__atc--ttl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;


}

.news__btn {
    color: #fff;
    margin: 0 0 0 auto;

    &:hover {
        color: #fff;
    }
}

@media screen and (min-width:768px) {
    .news {
        padding: 60px 0 0;
    }

    .news__box {
        padding: 40px 0 40px 1%;
    }


    .news__ttl {

        & img {
            width: 40px;
        }

        .txt {
            margin: .5em 0 0 0;
        }
    }

    .news__atcwrap {
        width: calc(100% - 120px);

        .webgene-blog {
            display: flex;
            width: 100%;
            width: 102%;
            margin-left: -1%;
        }
    }

    .news__atc {
        width: 31.33%;
        margin: 0 1%;
        max-width: none;

    }

    .news__img img {
        width: 100%;
    }

    .news__date {
        margin: 1em 0 .5em;
    }



    .news__btn {
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width:1025px) {
    .news {
        padding: 120px 0 0;
    }

    .news__box {
        padding: 120px 0 60px 3%;
    }


    .news__ttl {

        & img {
            width: fit-content;
        }

        .txt {
            margin: .5em 0 0 .2em;
        }
    }

    .news__atcwrap {
        width: calc(100% - 180px);

        .webgene-blog {
            display: flex;
            width: 100%;
            width: 102%;
            margin-left: -1%;
        }
    }

    .news__atc {
        width: 31.33%;
        margin: 0 1%;
        max-width: none;

    }

    .news__img img {
        width: 100%;
    }

    .news__date {
        margin: 1em 0 .5em;
    }



    .news__btn {
        margin: 0 0 0 auto;
    }
}

/*============================
   about
============================*/
.about {
    padding: 60px 0 0;
}

.about__img01 {

    width: 90%;
}

.about__img02 {
    width: 90%;
    margin: 0 0 0 auto;
}

.about__ttl {
    margin: 2em auto;
    width: fit-content;
    line-height: 1.6;
}

@media screen and (min-width:768px) {
    .about {
        padding: 80px 0 0;
    }

    .about__flex {
        max-width: 1920px;
        margin: 0 auto;
    }

    .about__img01 {

        width: 40%;
    }

    .about__img02 {
        width: 40%;
        margin: 5% 0 0 0;
    }

    .about__ttl {
        margin: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;

    }


}

@media screen and (min-width:1025px) {
    .about {
        padding: 120px 0 0;
    }

    .about__img01 {
        width: 40%;
    }

    .about__img02 {
        width: 40%;
        margin: 5% 0 0 0;
    }

    .about__ttl {
        margin: 0;

    }

}

/*============================
   shop__commit
============================*/
.shop__item {
    padding: 60px 0 0;
}

.shop__commit {
    padding: 0 0 60px;
}

.comm__bg {
    width: 100%;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 768px;
}

.comm__flex {
    display: flex;
    flex-direction: column-reverse;
}

.comm__txtwrap {
    margin-bottom: 30px;
}

.comm__ttl {
    width: 350px;
    margin-bottom: 20px;
}

.comm__h3 {
    .fs-44 {
        font-size: 2.4rem;
        font-weight: bold;
    }
}

.comm__btn:hover {
    color: #fff;
}

@media screen and (min-width:768px) {
    .shop__item {
        padding: 80px 0 0;
    }

    .shop__commit {
        padding: 0 0 80px;
    }

    .comm__bg {
        width: 100%;
        top: 65%;
        left: 50%;
        z-index: -1;
        min-width: 1400px;
    }

    .comm__flex {
        flex-direction: row;
        align-items: center;
    }

    .comm__img {
        width: 45%;
    }

    .comm__txtwrap {
        width: 50%;
        margin-bottom: 0;
    }

    .comm__ttl {
        width: 400px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .comm__h3 {
        color: #fff;

        .fs-44 {
            font-size: 2.4rem;
        }
    }

    .comm__txt {
        color: #fff;
    }

    .comm__btn {
        color: #fff;
    }
}

@media screen and (min-width:1025px) {
    .shop__item {
        padding: 150px 0 0;
    }

    .shop__commit {
        padding: 0 0 80px;
    }

    .comm__bg {
        width: 100%;
        top: 55%;
        left: 50%;
        min-width: 1920px;
    }

    .comm__flex {
        flex-direction: row;
        align-items: flex-start;
    }

    .comm__img {
        width: 45%;

        & img {
            width: fit-content;
            display: block;
            margin: 0 0 0 auto;
        }
    }

    .comm__txtwrap {
        width: 50%;
    }

    .comm__ttl {
        width: fit-content;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .comm__h3 {

        .fs-44 {
            font-size: 4.4rem;
        }
    }

    .comm__txt {
        max-width: 545px;
    }

}

/*============================
   shop__menu
============================*/
.shop__menu {
    padding: 100px 0 60px;
}

.menu__bg {
    width: 100%;
    top: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 768px;
}

.menu__flex {
    display: flex;
    flex-direction: column-reverse;
}

.menu__ttl {
    color: #fff;
    margin-bottom: 30px;
    line-height: 2;
    width: 100%;
    text-decoration: underline;
    text-underline-offset: .5em;
    text-decoration-thickness: .5px;
}

.menu__img {
    max-width: 240px;
    margin: 0 auto 20px;
}

.menu__h3 {
    margin-top: .5em;
}

.menu__btn {
    margin: 0 0 0 auto;

    &:hover {
        color: #fff;
    }
}

@media screen and (min-width:768px) {
    .shop__menu {
        padding: 100px 0 0;

    }

    .menu__bg {
        top: 260px;
        left: 50%;
        min-width: 1400px;
    }

    .menu__flex {
        flex-direction: row;
        align-items: center;
    }

    .menu__ttl {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        margin-bottom: 0;
        width: fit-content;
    }

    .menu__items {
        width: 80%;
        max-width: calc(100% - 120px);
    }

    .menu__img {
        width: 32%;
        margin: 0;
    }

    .menu__h3 {
        color: #fff;
        margin-top: .5em;
    }

    .menu__btn {
        color: #fff;
        margin: 1em 0 0 auto;
    }

}

@media screen and (min-width:1025px) {
    .shop__menu {
        padding: 100px 0 0;

        .inner__mid {
            max-width: 1300px;

        }
    }

    .menu__bg {
        top: 280px;
        left: 50%;
        min-width: 1920px;
    }


    .menu__ttl {
        width: fit-content;
    }

    .menu__items {
        width: 80%;
        max-width: calc(100% - 300px);
    }

    .menu__img {
        width: 32%;
        max-width: 297px;
    }

    .menu__h3 {

        margin-top: .5em;
    }

    .menu__btn {
        margin: 2em 0 0 auto;
    }
}

/*============================
   shop__info
============================*/
.shop__info {
    padding: 40px 0 0;
}

.info__bg {
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    min-width: 767px;
}

.info__obj02 {
    max-width: 617px;
    width: calc((617/1920)*150%);
    right: -5%;
    top: 80px;
    transform: translate(0, -50%);

    .pop {
        max-width: 494px;
        width: calc((494/617)*100%);
        transform: translate(-50%, -50%);
        top: 20%;
        left: -5%;
    }
}

.info__ttl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;

    & img {
        width: 30px;
    }

    .txt {
        font-size: 2rem;
        line-height: 1.5;
        margin: .5em 0 0 .5em;
    }
}

.info__li {
    display: flex;
    margin-bottom: 1em;
    align-items: flex-start;

    &:last-child {
        border: none;
    }
}

.info__th {
    white-space: nowrap;
    width: 9em;
    padding-left: 1.5em;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 1em;
        height: 1px;
        background-color: #fb6488;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.info__td {
    width: calc(100% - 9em);

    & img {
        width: 100px;
        display: block;
    }
}

.info__btn {
    margin: 1em 0 0 auto;
}

@media screen and (min-width:768px) {
    .shop__info {
        padding: 120px 0 0;
    }

    .info__bg {
        min-width: 1024px;
    }

    .info__obj02 {
        width: calc((617/1920)*100%);
        right: -5%;
        top: 130px;
        pointer-events: none;

        .pop {
            width: calc((494/617)*100%);
            top: 20%;
            left: -5%;
        }
    }

    .info__ttl {
        width: fit-content;
        margin-bottom: 0;

        & img {
            width: 40px;
        }

        .txt {
            font-size: 2.6rem;
            margin: .5em 0 0 .5em;
        }
    }

    .info__ul {
        width: 80%;
        max-width: calc(100% - 150px);
    }

    .info__li {
        margin-bottom: 1em;

    }

    .info__th {
        width: 9em;
        padding-left: 1.5em;

        &::before {
            width: 1em;
            height: 1px;
        }
    }

    .info__td {
        width: calc(100% - 9em);

        & img {
            width: 120px;
        }
    }

    .info__btn {
        margin: 1em 0 0 auto;
    }
}

@media screen and (min-width:1025px) {
    .shop__info {
        padding: 200px 0 0;
        background: none;
    }

    .info__bg {
        min-width: 1920px;
        top: -100px;
    }

    .info__obj02 {
        width: calc((617/1920)*100%);
        right: -5%;
        top: 320px;

        .pop {
            width: calc((494/617)*100%);
            top: 20%;
            left: -5%;
        }
    }

    .info__flex {
        align-items: center;
    }

    .info__ttl {
        margin-bottom: 0;

        & img {
            width: fit-content;
        }

        .txt {
            font-size: 4.4rem;
            margin: .5em 0 0 .1em;
        }
    }

    .info__ul {
        width: 80%;
        max-width: calc(100% - 250px);
    }

    .info__li {
        margin-bottom: 1em;

    }

    .info__th {
        width: 10em;
        padding-left: 2.5em;

        &::before {
            width: 2em;
            height: 2px;
        }
    }

    .info__td {
        width: calc(100% - 10em);

        & img {
            width: auto;
        }
    }

    .info__btn {
        margin: 1em 0 0 auto;
    }
}

/*============================
   shop__gallery
============================*/
.shop__gallery {
    padding: 60px 0 0;
}

.gallary__swiper {
    .swiper-wrapper {
        transition-timing-function: linear;
    }
}

.gallery__img {
    max-width: 456px;
    width: 220px;
    margin-right: 10px;
}

@media screen and (min-width:768px) {
    .shop__gallery {
        padding: 60px 0 0;
    }


    .gallery__img {
        max-width: 456px;
        width: 300px;
        margin-right: 10px;
    }

}

@media screen and (min-width:1025px) {
    .shop__gallery {
        padding: 60px 0 0;
    }


    .gallery__img {
        max-width: 456px;
        width: 456px;
        margin-right: 15px;
    }


}

/*============================
   shop__item.shop02
============================*/
.shop__item.shop02 {
    .info__obj02 {
        max-width: 570px;
        width: calc((570/1920)*150%);
        right: 0;
    }

}

@media screen and (min-width:768px) {
    .shop__item.shop02 {
        .comm__bg {
            top: 70%;
        }

        .info__obj02 {
            top: 180px;
            width: calc((570/1920)*100%);
        }

    }
}

@media screen and (min-width:1025px) {
    .shop__item.shop02 {
        .comm__bg {
            top: 55%;
        }

        .info__obj02 {
            top: 300px;
            width: calc((570/1920)*100%);
        }

    }
}

/*============================
   scene
============================*/
.scene__top {
    position: relative;

}

.scene__swimg img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.scene__ttl {
    width: 240px;
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.scene__main {
    padding: 60px 0;
    background: url(../images/scene_bg.png) no-repeat center center/cover;
}

.scene__atc {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
}

.scene__img {
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {

    .scene__swimg img {
        height: 240px;
    }

    .scene__ttl {
        width: 300px;
    }

    .scene__main {
        padding: 80px 0;
    }

    .scene__atc {
        margin-bottom: 20px;
        align-items: center;
        flex-direction: row;
        &:nth-child(2) {
            flex-direction: row-reverse;
        }
    }

    .scene__txtwrap {
        width: 55%;

    }

    .scene__img {
        width: 40%;
        margin-bottom: 0;
    }

    .scene__btn {
        margin: 50px auto 0;
    }
}

@media screen and (min-width:1025px) {

    .scene__swimg img {
        height: 474px;
    }

    .scene__ttl {
        width: fit-content;
    }

    .scene__main {
        padding: 120px 0 150px;
    }

    .scene__atc {
        margin: 0 auto 0;
    }

    .scene__txtwrap {
        width: 55%;
    }

    .scene__txtwrap--inner {
        max-width: 600px;
        margin: 0 0 0 auto;
    }

    .scene__img {
        width: 40%;
    }

    .scene__btn {
        margin: 60px auto 0;
    }

    .scene__atc:nth-child(even) {
        .scene__txtwrap--inner {
            margin: 0;
        }
    }
}

/*============================
   contents
============================*/

.cont__item {
    height: 250px;

    & a {
        width: 100%;
        height: 100%;
        background: url(../images/contents_bg01.jpg) no-repeat center center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    &:nth-child(2) a {
        background: url(../images/contents_bg02.jpg) no-repeat center center/cover;
    }

}

.cont__ttl {
    width: 90%;
    max-width: 300px;
}

@media screen and (min-width:768px) {
    .cont__item {
        height: 300px;
        width: 50%;

    }

    .cont__ttl {
        width: 90%;
        max-width: 300px;
    }

}

@media screen and (min-width:1025px) {
    .cont__items {
        max-width: 1920px;
        margin: 0 auto;
    }

    .cont__item {
        height: 555px;
        width: 50%
    }

    .cont__ttl {
        width: fit-content;
        max-width: 90%;
    }

}


/*============================
   recruit
============================*/
.recruit {
    padding: 60px 0;
    background: url(../images/recruit_bg.jpg) no-repeat center center/cover;
}

.rec__left {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    margin-bottom: 30px;
}

.rec__ttl {
    display: flex;
    color: #fff;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0;

    & img {
        width: 30px;
    }

    .txt {
        font-size: 2rem;
        line-height: 1.5;
        margin: .5em 0 0 .2em;
    }
}

.rec__img01 {
    max-width: calc(100% - 90px);
}

.rec__txtwrap {
    display: flex;
    color: #fff;
    padding: 0 5%;
}

.rec__h3 {
    display: flex;
    flex-direction: row-reverse;

    .txt {
        display: block;
        padding: .5em .25em;
        margin: -3em 0 0;
        background: #8f1d1d;
        white-space: nowrap;
        margin-right: .5em;
    }
}

.rec__container {
    padding: 2em 0 0;
}

@media screen and (min-width:768px) {
    .recruit {
        padding: 80px 0;
    }

    .rec__left {
        display: block;
        padding: 0 0 0 3%;
        margin-bottom: 0;
        width: 35%;
    }

    .rec__right {
        width: 65%;
    }

    .rec__ttl {
        justify-content: center;
        margin-bottom: 30px;

        & img {
            width: 40px;
        }

        .txt {
            font-size: 3rem;
            margin: .5em 0 0 .2em;
        }
    }

    .rec__img01 {
        width: 100%;
        max-width: 100%;
    }

    .rec__txtwrap {
        padding: 0 5%;
    }

    .rec__h3 {

        .txt {
            padding: .5em .25em;
            margin: -3em 0 0;
            margin-right: .5em;
        }
    }

    .rec__container {
        padding: 2em 0 0;
    }
}

@media screen and (min-width:1025px) {
    .recruit {
        padding: 100px 0 120px;
    }

    .rec__left {
        padding: 0 0 0 1%;
        width: 35%;
    }

    .rec__right {
        width: 65%;
    }

    .rec__ttl {
        margin-bottom: 80px;

        & img {
            width: auto;
            max-width: none;
        }

        .txt {
            font-size: 7rem;
            margin: .5em 0 0 .2em;
        }
    }

    .rec__img01 {
        width: 100%;
    }

    .rec__txtwrap {
        padding: 0 1em 0 5%;
    }

    .rec__h3 {

        .txt {
            padding: .5em .25em;
            margin: -2em 0 0;
            margin-right: .5em;
        }
    }

    .rec__container {
        padding: 2em 0 0;
    }
}



/* hd__pd */

@media screen and (min-width:1025px) {
    .hd__pd {
        padding-left: 160px;
    }
}