@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}

.main {
    margin-right: 0;
}

@media screen and (min-width:768px) {
    .main {
        margin-right: 40px;
    }
}



@media screen and (min-width:1025px) {
    .main {
        margin-right: 80px;
    }
}

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

.kv__img img {
    object-fit: cover;
    height: 600px;
}

.kv__logo {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: block;
}

.kv__copy {
    position: absolute;
    width: 57.88%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: block;
}

.kv__copy img {
    opacity: 0;
    display: block;
    animation: copyAnime 1s 1s ease-out forwards;
}

.kv__scroll {
    display: none;
}

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

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

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

    .kv__img img {
        height: auto;
        max-height: 100vh;
    }

    .kv__logo {
        width: 34.23%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .kv__copy {
        width: 57.88%;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .kv__scroll {
        position: absolute;
        display: block;
        width: 10px;
        right: -4%;
        bottom: 0;
    }


}



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

    .kv__img img {
        object-fit: cover;
        height: auto;
        max-height: 100vh;
    }

    .kv__logo {
        max-width: 630px;
        width: 34.23%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .kv__copy {
        max-width: 1065px;
        width: 57.88%;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .kv__scroll {
        display: block;
        position: absolute;
        width: 12px;
        right: -4%;
        bottom: 0;
    }


}


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



.conc__ttl--en {
    font-size: 6rem;
    color: #eeece7;
    letter-spacing: 0;
    line-height: 1;
    left: -.1em;
    top: -.75em;
}

.conc__txtwrap {
    width: 100%;
    padding-left: 7%;
    margin: 0 auto 60px;
}

.conc__copy {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.2;
}

.conc__btn a {
    margin: 0 0 0 auto;
}
.conc__img{
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (min-width:768px) {
    .concept {
        padding: 100px 0 0;
    }

    .conc__ttl--en {
        font-size: 10rem;
        left: 0;
        top: -.75em;
    }

    .conc__txtwrap {
        width: 80%;
        margin: 0 auto 60px;
    }

    .conc__copy {
        font-size: min(4rem, 4vw);
        letter-spacing: .05em;
        line-height: 1.4;
    }

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

@media screen and (min-width:1025px) {
    .concept {
        padding: 150px 0 0;
    }
    .concept .inner__large {
        max-width: 1600px;
    }

    .conc__ttl--en {
        font-size: 16rem;
        left: 0;
        top: -.75em;
    }

    .conc__txtwrap {
        width: 80%;
        max-width: 1080px;
        margin: 0 auto 100px;
    }

    .conc__copy {
        font-size: 6rem;
        letter-spacing: .05em;
        line-height: 1.2;
    }

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


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

.cat__flex {
    display: flex;
}

.cat__ttl {
    margin-bottom: 15px;
}

.cat__atc {
    width: 48%;
    margin-bottom: 10px;
    position: relative;
}

.cat__atc a::before {
    content: "View More";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    opacity: 0;
    transition: .3s ease-out;
}

.cat__atc a::after {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border: solid 1px #fff;
    opacity: 0;
    transition: .3s ease-out;
}

.cat__atc a:hover {
    opacity: 1;
}

.cat__atc a:hover::before,
.cat__atc a:hover::after {
    opacity: 1;
}

.cat__cat {
    display: block;
    bottom: 0;
    left: 0;
    height: 20px;
    z-index: 9;
    font-size: 1.2rem;
}

.cat__cat .before {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 80px;
    top: 0;
    left: 0;
    line-height: 20px;
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 0 1em;
    background: #000;
    transition: .3s ease-out;
}

.cat__cat .after {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 80px;
    top: 0;
    left: 0;
    line-height: 20px;
    color: #000;
    text-align: center;
    width: fit-content;
    padding: 0 1em;
    background: #fff;
    transition: .3s ease-out;
    opacity: 0;

}

.cat__atc a:hover .cat__cat .before {
    opacity: 0;
}

.cat__atc a:hover .cat__cat .after {
    opacity: 1;
}

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

    .cat__ttl {
        margin-bottom: 0;
    }

    .cat__atc {
        width: 24%;
        margin-bottom: 15px;
    }

    .cat__atc a::before {
        font-size: 1.6rem;
    }

    .cat__cat {
        height: 26px;
        font-size: 1.4rem;
    }

    .cat__cat .before {
        min-width: 90px;
        line-height: 26px;
    }

    .cat__cat .after {
        min-width: 90px;
        line-height: 26px;
    }
}

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

    .cat__ttl {
        margin-bottom: 0;
    }

    .cat__atc {
        width: 24%;
        max-width: 348px;
        margin-bottom: 20px;
    }

    .cat__atc a::before {
        font-size: 1.8rem;
    }


    .cat__cat {
        height: 30px;
        font-size: 1.5rem;
    }

    .cat__cat .before {
        min-width: 100px;
        line-height: 30px;
    }

    .cat__cat .after {
        min-width: 100px;
        line-height: 30px;
    }
}

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

.access::before {
    content: "";
    position: absolute;
    width: 68%;
    height: 400px;
    background: #f3f0ea;
    top: -40px;
    left: 0;
    z-index: -1;
}

.acc__left {
    width: 100%;
    margin-bottom: 30px;
}

.acc__right {
    width: 100%;
}

.acc__img {
    max-width: 660px;
}

.acc__ttl::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #0d0d0d;
    bottom: -1em;
    left: 0;
    transform: translate(-50%);
    z-index: -1;
}

.acc__ul {
    font-size: 1.5rem;
}

.acc__li {
    margin-bottom: 1em;
    line-height: 1.5;
}

.acc__li .ttl {
    display: block;
    width: 100%;
}

.acc__li .txt {
    width: 100%;
    font-size:14px;
}


.acc__btn a {
    margin: 0 0 0 auto;
}

.access iframe {
    width: 100%;
    height: 250px;
}

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

    .access::before {
        width: 68%;
        height: 500px;
        top: -60px;
        left: 0;
    }

    .acc__flex {
        align-items: flex-start;
    }

    .acc__left {
        width: 48%;
    }

    .acc__right {
        width: 48%;
    }

    .acc__img {
        max-width: 660px;
    }

    .acc__h3 {
        font-size: min(2rem, 2vw);
    }

    .acc__ul {
        font-size: 1.5rem;
    }

    .acc__li {
        margin-bottom: 1em;
    }

    .acc__li .ttl {
        display: block;
        width: 30%;
    }

    .acc__li .txt {
        width: 68%;
    }

    .acc__btn a {
        margin: 0 0 0 auto;
    }

    .access iframe {
        height: 430px;
    }
}

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

    .access::before {
        width: 68%;
        height: 780px;
        top: -80px;
        left: 0;
    }

    .acc__flex {
        align-items: center;
    }

    .acc__left {
        width: 48%;
    }

    .acc__right {
        width: 48%;
    }

    .acc__img {
        max-width: 660px;
    }

    .acc__ul {
        font-size: 1.5rem;
    }

    .acc__li {
        margin-bottom: 1.5em;
        align-items: center;
    }

    .acc__li .ttl {
        display: block;
        width: 25%;
    }

    .acc__li .txt {
        width: 74%;
    font-size:16px;
    }

    .acc__btn a {
        margin: 0 0 0 auto;
    }

    .access iframe {
        height: 430px;
    }
}
@media screen and (min-width:1720px) {
    .acc__li .ttl {
        width: 15%;
    }

    .acc__li .txt {
        width: 80%;
    }
}
/*============================
  menu
============================*/
.menu {
    padding: 60px 0;
}

.menu__ttlwrap {
    display: flex;
}

.menu__atc {
    width: 100%;
    margin: 0 5px;
}

.menu__img {
    margin-bottom: 10px;
}

.menu__atc--ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    width: 90%;
}

.menu__atc--ttl .font-en {
    display: block;
    font-size: 3rem;
}

.menu__price {
    text-align: right;
    color: #999999;
}

.m-swiper-button-prev {
    position: absolute;
    left: -4%;
    top: 50%;
    margin: 0;
    width: 11px;
    height: 17px;
    z-index: 9;
    transform: translate(0, -50%);
}

.m-swiper-button-next {
    position: absolute;
    left: auto;
    right: -4%;
    top: 50%;
    margin: 0;
    width: 11px;
    height: 17px;
    z-index: 9;
    transform: translate(0, -50%);
}

.m-swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
}

.m-swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
}

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

    .menu {
        padding: 80px 0;
    }

    .menu__ttlwrap {
        display: flex;
    }

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

    .menu__img {
        margin-bottom: 10px;
    }

    .menu__atc--ttl .font-en {
        font-size: 3rem;
    }


    .m-swiper-button-prev {
        left: -2%;
        top: 50%;
        width: 11px;
        height: 17px;
    }

    .m-swiper-button-next {
        right: -2%;
        top: 50%;
        width: 11px;
        height: 17px;
    }
}

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

    .menu {
        padding: 120px 0;
    }

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

    .menu__img {
        margin-bottom: 10px;
    }

    .m-swiper-button-prev {
        left: -2%;
        top: 50%;
        width: 11px;
        height: 17px;
    }

    .m-swiper-button-next {
        right: -2%;
        top: 50%;
        width: 11px;
        height: 17px;
    }

}

/*============================
  recruit
============================*/
.rn__bg::before {
    content: "";
    position: absolute;
    width: 25.52%;
    height: 100%;
    max-width: 490px;
    background: url(../images/rec-news_bg.png) no-repeat center center/cover;
    top: 0;
    right: 0;

}

.recruit {
    padding: 10px 0 0;
}

.rec__ttl::before {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1px;
    background-color: #0d0d0d;
    bottom: -1em;
    left: 50%;
    transform: translate(-50%);
}

.rec__atc {
    position: relative;
}

.rec__atc:first-child,
.rec__atc:nth-child(4) {
    width: 100%;
    margin: 0 auto 10px;
}

.rec__atc:nth-child(2),
.rec__atc:nth-child(3) {
    width: 100%;
    margin: 0 auto 10px;
}

.rec__img img {
    object-fit: cover;
    height: 220px;
    filter: grayscale(100%);
    transition: .3s ease-out;
}

.rec__txtwrap {
    position: absolute;
    width: 95%;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.rec__h3 .font-en {
    display: block;
    font-size: 2rem;
}

.rec__btn {
    margin: 0 auto;
    line-height: 26px;
    border: solid 1px #fff;
    width: fit-content;
    text-align: center;
    padding: 0 1em;
    transition: .3s ease-out;
    font-size: 1.2rem;

}


.rec__atc a:hover .rec__btn {
    background: #000;
    color: #fff;
    border-color: #000;
    border-color: fff;

}

.rec__atc a:hover {
    opacity: 1;
}

.rec__atc a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    transition: .3s ease-out;
    z-index: 9;
}

.rec__atc a:hover::before {
    opacity: 0;
}

.rec__atc a:hover .rec__img img {
    filter: unset;
}

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

    .rec__atc {
        margin-bottom: 20px;
    }

    .rec__atc:first-child,
    .rec__atc:nth-child(4) {
        width: 59.25%;
    }

    .rec__atc:nth-child(2),
    .rec__atc:nth-child(3) {
        width: 37.59%;
    }

    .rec__img img {
        height: 300px;
    }

    .rec__txtwrap {
        width: 95%;
    }

    .rec__btn {
        line-height: 30px;
        font-size: 1.6rem;
    }
}

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

    .rec__atc {
        margin-bottom: 30px;
    }

    .rec__atc:first-child,
    .rec__atc:nth-child(4) {
        width: 59.25%;
        max-width: 640px;
    }

    .rec__atc:nth-child(2),
    .rec__atc:nth-child(3) {
        width: 37.59%;
        max-width: 406px;
    }

    .rec__img img {
        height: 400px;
    }

    .rec__txtwrap {
        width: 95%;
    }

    .rec__h3 .font-en {
        display: block;
        font-size: 3rem;
    }

    .rec__btn {
        line-height: 38px;
        font-size: 1.8rem;
    }
}



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

.news__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.news__atc {
    margin-bottom: 20px;
}

.news__atc:last-child {
    margin-bottom: 0;
}


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

.news__cat {
    line-height: 18px;
    text-align: center;
    width: fit-content;
    margin-left: 1em;
    font-size: 1rem;
    border: solid 1px #111;
    padding: 0 1em;
    display: inline-block;
}

.news__atc--ttl {
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

    .news__left {
        width: 30%;
        display: block;
        margin-bottom: 0;
    }

    .news__right {
        width: 65%;
    }

    .news__ttl {
        margin-bottom: 30px;
    }

    .news__atc {
        margin-bottom: 20px;
    }

  .info__info{
        margin-bottom: 5px;
    }
    .news__date {
      margin-top:10px;
    }
    .news__cat {
        line-height: 20px;
        font-size: 14px;
    }

    .news__atc--ttl {
    font-size: 1.4rem;
    }


}

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

    .news__left {
        width: 30%;
    }

    .news__right {
        width: 50%;
    }

    .news__ttl {
        margin-bottom: 30px;
    }

    .news__atc {
        margin-bottom: 30px;
    }


    .news__cat {
        line-height: 20px;
        font-size: 1.2rem;
    }

    .news__atc--ttl {
        font-size: 1.5rem;
        
    }

}



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

.ig__ttl::before {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1px;
    background-color: #0d0d0d;
    bottom: -1.5em;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (min-width:768px) {
    .ig__ttl::before {
        width: 2em;
        height: 1.5px;
        bottom: -1.5em;
        left: 50%;
    }
}

@media screen and (min-width:1025px) {
    .ig__ttl::before {
        width: 2em;
        height: 2px;
        bottom: -1.5em;
        left: 50%;
    }
}


/*============================
    スマホ非表示  
============================*/

.display{display:none;}
.display_sp {display:block;}
@media screen and (min-width:768px) {
.display{display:none;}
.display_sp {display:block;}
}
  @media screen and (min-width:1028px) {
.display{display:block;}
.display_sp {display:none;}
}


/*============================
  スライダー風
============================*/
.kv_slider {
  position: relative;
  width: 100%;
  height: 94vh;
  overflow: hidden;
}

.kv_slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  opacity: 0;
  animation: fade 8s infinite;
}

.kv_slider img:nth-child(1) { animation-delay: 0s; }
.kv_slider img:nth-child(2) { animation-delay: 4s; }

@keyframes fade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  40%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}

@media screen and (max-width:1024px) {
.kv_slider{
    height: 70vh;
}
}

@media screen and (max-width:767px) {
.kv_slider{
    height: 600px;
}
.kv_slider img{
    object-position: center center;
}
}