@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;
    padding-bottom: 30px;
}


.kv__img {
    position: relative;
    z-index: 9;

    & img {
        width: 100%;
        object-fit: cover;
        min-height: 260px;
    }
}


.kv__copy {
    width: 85%;
    max-width: 652px;
    margin: -10% auto 0 5%;
    position: relative;
    z-index: 99;
}

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


.kv__scroll {
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1092)*100%);
    position: absolute;
    bottom: 20px;
    right: 5%;
    z-index: 9;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-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;
        padding: 0;
    }

    .kv__copy {

        position: absolute;
        max-width: 652px;
        width: calc((652/1920)*100%);
        margin: 0;
        transform: translate(-50%, -50%);
        top: 45%;
        left: 30%;
    }


    .kv__scroll {
        min-width: 8px;
        width: calc((12/1092)*100%);
        bottom: auto;
        right: auto;
        transform: translate(-50%, -50%);
        top: 80%;
        left: 17%;
    }


}


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


    .kv__copy {
        width: calc((652/1920)*100%);
        top: 45%;
        left: 30%;
    }


    .kv__scroll {
        min-width: 8px;
        width: calc((12/1092)*100%);
        top: 75%;
        left: 17%;
    }

}

/*============================
   concept
============================*/
.concept {
    padding: 60px 0 0;
    background: url(../images/concept_bg.png) no-repeat center center/cover;
}

.conc__obj01 {
    width: calc((280/1920)*100%);
    right: 1%;
    top: 0;
}


.conc__ttl {

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

.conc__img {
    margin: 0 auto 30px;
    max-width: 710px;

    .copy {
        position: absolute;
        width: calc((408/710)*100%);
        top: -20px;
        left: -3%;
        mix-blend-mode: screen;
    }
}

.conc__btn {
    margin: 0 0 0 auto;
}

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

    .conc__obj01 {
        width: calc((280/1920)*100%);
        right: 1%;
        top: 0;
    }


    .conc__ttl {

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

    .conc__img {
        width: 50%;
        margin: 0;

        .copy {
            width: calc((408/710)*100%);
            top: -40px;
            left: 25%;
            transform: translate(-50%);
        }
    }

    .conc__right {
        width: 45%;
    }

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

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

    .conc__obj01 {
        width: calc((280/1920)*100%);
        right: 1%;
        top: 0;
    }


    .conc__img {
        width: 50%;

        .copy {
            width: calc((408/710)*100%);
            top: -50px;
            left: 15%;
        }
    }

    .conc__right {
        width: 45%;
    }

    .conc__btn {
        margin: 0 0 0 auto;
    }

    .conc__img02 {
        width: fit-content;
        margin: 0 auto;
    }
}



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

.comm__obj01 {
    width: calc((120/1920)*100%);
    bottom: -10px;
    left: 5%;
    z-index: 1;
    pointer-events:  none;
}

.comm__left {
    padding: 0 4%;
    margin-bottom: 30px;
}

.comm__ttl {
    .txt {
        margin-top: .5em;
    }
}

.comm__h3 {
    .txt {
        display: block;
        background-color: #fff;
        border-radius: 5px;
        padding: .5em 1em;
        margin-bottom: .5em;
    }
}
.comm__h3 {
    .txt em{
        display: block;
font-style:normal;
    }
}
.comm__btn {
    display: block;
    max-width: 182px;
    width: 120px;
    margin: 2em 0 0 0;
}

.comm__img {
    width: 95%;
    margin: 0 0 0 auto;

    .obj {
        position: absolute;
        width: calc((73/1400)*100%);
        top: 0;
        left: 75%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width:768px) {
  .comm__left {
    padding: 0 2%;
    margin-bottom: 30px;
}
  .comm__img {
    width: 85%;
    margin: 0 0 0 auto;

    .obj {
        position: absolute;
        width: calc((73/1400)*100%);
        top: 0;
        left: 75%;
        transform: translate(-50%, -50%);
    }
}
  .comm__h3{ 
    .txt em{
        display: inline-block;
font-style:normal;
    }
    .commitment {
        padding: 80px 0;
    }

    .comm__obj01 {
        width: calc((120/1920)*100%);
        bottom: -10px;
        left: 20%;
    }

    .comm__left {
        padding: 0 0 0 3%;
        margin-bottom: 0;
        width: 50%;
        position: relative;
        z-index: 1;
    }

    .comm__ttl {
        .txt {
            margin-top: .5em;
        }
    }

    .comm__h3 {
        .txt {
            white-space: nowrap;
            width: fit-content;
            border-radius: 5px;
            padding: .5em 1em;
        }
    }

    .comm__btn {
        max-width: 182px;
        width: 140px;
        margin: 2em 0 0 0;
    }

    .comm__img {
        width: 73%;
        margin: 0 0 0 -23%;

        .img {
            object-fit: cover;
            width: 100%;
            height: 250px;
            border-radius: 10px 0 0 10px;
        }

        .obj {
            width: calc((73/1400)*100%);
            top: 0;
            left: 75%;
        }
    }

}
}
@media screen and (min-width:1024px) {
  .comm__left {
    padding: 0 4%;
    margin-bottom: 30px;
}
.comm__img {
    width: 95%;
    margin: 0 0 0 auto;

    .obj {
        position: absolute;
        width: calc((73/1400)*100%);
        top: 0;
        left: 75%;
        transform: translate(-50%, -50%);
    }
}
}
@media screen and (min-width:1025px) {
    .commitment {
        padding: 120px 0;
    }

    .comm__obj01 {
        width: calc((120/1920)*100%);
        bottom: -20px;
        left: 15%;
    }

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

    .comm__left {
        padding: 0 0 0 1%;
        margin-bottom: 0;
        width: 50%;
        position: relative;
        z-index: 1;
    }

    .comm__ttl {
        .txt {
            margin-top: .5em;
        }
    }

    .comm__h3 {
        .txt {
            white-space: nowrap;
            width: fit-content;
            border-radius: 5px;
            padding: .5em 1em;
        }
    }

    .comm__btn {
        max-width: 182px;
        width: 182px;
        margin: 2em 0 0 0;
    }

    .comm__img {
        width: 73%;
        margin: 0 0 0 -23%;

        .img {
            height: 480px;
            border-radius: 20px 0 0 20px;
        }

        .obj {
            width: calc((73/1400)*100%);
            top: 0;
            left: 75%;
        }
    }
}


/*============================
   menu
============================*/
.menu {
    padding: 60px 0;
    background: #ede7d7;
}

.menu__ttl {

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

.menu__atc {
    max-width: 400px;
    margin: 0 auto 30px;

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

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

.menu__txtbox {
    width: 92%;
    max-width: 330px;
    position: relative;
    margin: -50px auto 0 0;
    padding: 1em .5em 1em;
    background: #ede7d7;
    border-radius: 0 10px 0 0;
    z-index: 9;
}

.menu__h3 {
    margin-bottom: .5em;
}
.menu__h3 em{
        display:block;
      font-style:normal;
}
.menu__price {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin: 1em -1em 0 0;

    .fs-20 {
        font-size: 2rem;
    }
}

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

    .menu__atc {
        width: 24%;
        margin: 0;
    }

    .menu__txtbox {
        width: 90%;
        margin: -50px auto 0 0;
        padding: 1em .5em 1em;
        border-radius: 0 10px 0 0;
    }

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

    .menu__price {
        margin: 1em -1em 0 0;

        .fs-20 {
            font-size: 2rem;
        }
    }

}

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

    .menu__atc {
        width: 24%;
    }

    .menu__txtbox {
        width: 90%;
        margin: -60px auto 0 0;
        padding: 1em .5em 1em;
        border-radius: 0 30px 0 0;
    }

    .menu__h3 {
        margin-bottom: .5em;

    }
    .menu__h3 em{
      display:inline;
      font-style:normal;
    }

    .menu__price {
        margin: 1em -1em 0 0;

        .fs-20 {
            font-size: 2rem;
        }
    }

}

/*============================
   contents
============================*/
/* .cont__item a{margin-left: 20px;
    margin-bottom: 10px;

} */
  .none {
   display:none;
}
.contents {
    padding: 60px 0;
}

.cont__obj01 {
    width: 100%;
    bottom: 0;
    left: 0;
    /* display: block; */
    position: absolute; /* 必要に応じて */
        opacity: 0.6;
}

.cont__obj02 {
    width: calc((150/1920)*120%);
    bottom: 0;
    right: 1%;
              z-index:-999;
    display:none;
}

.cont__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;

}

.cont__item {
    width: 48%;
    margin: 0 1%;
}

@media screen and (min-width: 768px) {
    .cont__item{margin-left: 0px;
    margin-bottom: 0px;

}
    .contents {
        padding: 80px 0;
    }

    .cont__obj01 {
        width: calc((280 / 1920) * 100%);
        bottom: 0;
        left: 1%;
        display: block;
    }

    .cont__obj02 {
        width: calc((150/1920)*100%);
        bottom: 0;
        right: 1%;
  display:block;
    }

    .cont__items {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
        margin-left: 0;

    }

    .cont__item {
        width: 32%;
        margin: 0;
        max-width: 302px;
    }
}

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

    .cont__obj01 {

        width: calc((280/1920)*100%);
        bottom: 0;
        left: 1%;

    }

    .cont__obj02 {
        width: calc((150/1920)*100%);
        bottom: 0;
        right: 1%;

    }

    .cont__item {
        width: 32%;
    }
}

/*============================
   news
============================*/
.news {
    padding: 60px 0;
    background: url(../images/news_bg.png) no-repeat center bottom/cover;
}


.news__ttl {
    .font-en {
        margin: .2em 0 .5em;
    }

    & img {
        margin: 0 auto;
        max-width: 160px;
        width: 100px;
    }
}

.news__atc {
    display: block;
    max-width: 400px;
    margin: 0 auto 30px;

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

.news__txtwrap {
    margin-top: 1em;
}

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


.news__atc--ttl {
  text-shadow: 3px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

}


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

    .news {
        padding: 80px 0;
    }


    .news__ttl {
        .font-en {
            margin: .2em 0 .5em;
        }

        & img {
            margin: 0 auto;
            max-width: 160px;
            width: 120px;
        }
    }

    .news__atcwrap .webgene-blog {
        display: flex;
        width: 102%;
        margin-left: -1%;
        margin-bottom: 40px;
    }

    .news__atc {
        width: 30.33%;
        max-width: none;
        margin: 0 1.5%;
text-shadow: 3px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255);
    }

    .news__txtwrap {
        margin-top: 1em;
    }

    .news__date {
        margin-bottom: .5em;
    }

}

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


    .news__ttl {
        .font-en {
            margin: .2em 0 .5em;
        }

        & img {
            margin: 0 auto;
            max-width: 160px;
            width: 160px;
        }
    }

    .news__atcwrap .webgene-blog {
        width: 102%;
        margin-left: -1%;
        margin-bottom: 50px;
    }

    .news__atc {
        width: 30.33%;
        margin: 0 1.5%;

    }

    .news__txtwrap {
        margin-top: 1em;
    }

    .news__date {
        margin-bottom: .5em;
    }


}

/*============================
   info
============================*/
.info__txt em{
display:block;
  font-style:normal;
      margin-bottom: -25px;
}
.infomation {
    padding: 60px 0 0;


    &::before {
        content: "";
        position: absolute;
        width: 97%;
        height: 100%;
        background: #ede7d7;
        top: 0;
        left: 0;
        z-index: -2;
    }
}

.info__ttl {
    .font-en {
        font-size: 3.4rem;
        color: #ffffff;
        opacity: .5;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        mix-blend-mode: soft-light;
    }
}

.info__btn {
    display: block;
    max-width: 182px;
    width: 120px;
    margin: 1em 0 30px auto;
}

.infomation iframe {
    display: block;
    width: 95%;
    height: 240px;
    margin: 0 0 0 auto;
}
@media screen and (min-width:414px) {
  .info__txt em{
display:inline;
  font-style:normal;
        margin-bottom: 0px;
}
@media screen and (min-width:768px) {

    .infomation {
        padding: 80px 0 0;


        &::before {
            width: 95%;
            height: 100%;
        }
    }

    .info__ttl {
        .font-en {
            font-size: 6rem;
        }
    }

    .info__btn {
        max-width: 182px;
        width: 120px;
        margin: 1em 5% 30px auto;
    }

    .info__txt {
        width: fit-content;
        margin: 0 auto;
    }

    .infomation iframe {
        width: 95%;
        height: 280px;
        margin: 0 0 0 auto;
    }


}

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


        &::before {
            width: 95%;
            height: 100%;
        }
    }

    .info__ttl {
        .font-en {
            font-size: 12rem;
        }
    }

    .info__btn {
        max-width: 182px;
        width: 180px;
        margin: -1em 3% 40px auto;
    }

    .info__txt {
        width: fit-content;
        margin: 0 auto;
    }

    .infomation iframe {
        width: 95%;
        height: 350px;
        margin: 0 0 0 auto;
    }

}
