@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: 10px;
    padding: 30px 0 0 1%;
}


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


.kv__copy {
    position: absolute;
    max-width: 733px;
    /* width: 38.17%; */
    width: 55%;
    z-index: 99;
    white-space: nowrap;
    display: block;
    top: 85%;
    left: 18%;
    transform: translate(-50%, -50%);
}


.kv__scroll {
    display: none;
}


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

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

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

.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: 50% !important;
    bottom: 5%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%) !important;
    position: absolute;
}


.kv .swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 5px;
    z-index: 99;
    background: #111111;
    border-radius: 0% !important;
    margin: 0 8px !important;
    opacity: 1;

}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d42d00;
}

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


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


    .kv__copy {
        width: 38.17%;
        top: 60%;
        left: 19%;
    }

}



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

    .kv {
        margin-top: 0;
        padding: 0 .5% 0 14%;
    }

    .kv__copy {
        width: 38.17%;
        top: 60%;
        left: 19%;
    }
}

@media screen and (min-width:1680px) {
  
  .kv {
    margin-left: 50px;
}
  
  .kv__img img {
    width: 90%;
}
  
}

@media screen and (min-width:1830px) {
  
    .kv {
    margin-left: 70px;
}
  
  .kv__img img {
    width: 87%;
}
  
}



/*============================
    concept  
============================*/
.concept {
    padding: 60px 0 0;
}
.cnot__h3{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
}

.cont__txt {
    text-align: left;
}

.conc__btn a {
    margin: 0 auto;
}

.conc__imgwrap {
    width: 112%;
    margin-left: -6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto 0;
}

.conc__left {
    width: 40%;
}

.conc__right {
    width: 55%;
}
.cnot__h3 .txt {
    display: inline;
    line-height: 2;
}

.cont__txt p {
    display: inline;
    line-height: 2;
}
.cont__txt h1{
    line-height: 2;
}

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

    .cont__txt {
        text-align: center;
    }

    .conc__btn a {
        margin: 0 auto;
    }

    .conc__imgwrap {
        width: 100%;
        margin-left: 0;
        display: block;
        margin: 0;
    }

    .conc__left {
        position: absolute;
        max-width: 490px;
        /* width: 40.83%; */
        width: 20%;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: -1;
    }

    .conc__right {
        position: absolute;
        /* width: 44.25%; */
        width: 18%;
        max-width: 531px;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: -1;

    }

    .cnot__h3 .txt {
        display: inline;
    }

    .cont__txt p {
        display: inline;
        line-height: 2;
    }

    .cont__txt .pcbr {
        display: block;
    }
}

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

    .conc__left {
        max-width: 490px;
        width: 40.83%;
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .conc__right {
        width: 40.25%;
        max-width: 531px;
        right: auto;
        left: 110%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;

    }
}

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

.guide__img {
    width: 90%;
    max-width: 989px;
}

.guide__ill {
    max-width: 210px;
    width: 17.5%;
    right: 0;
    top: 0;
}

.guide__box {
    padding: 50px 0;
    width: 90%;
    position: relative;
    margin: -40px auto 0;
}

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

.guide__ttl .font-en {
    margin-bottom: .25em;
}

.guide__link a {
    white-space: nowrap;
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.guide__link .arw {
    width: 50px;
    height: auto;
    margin-left: .5em;
    display: inline-block;
}

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

    .guide__img {
        width: 82.4%;
        max-width: 989px;
    }

    .guide__ill {
        max-width: 210px;
        width: 17.5%;
        right: 0;
        top: 0;
    }

    .guide__box {
        padding: 50px 0;
        width: 42%;
        position: relative;
        margin: -200px 10% 0 auto;
    }

    .guide__bg {
        width: 145%;
    }

    .guide__ttl {
        margin-bottom: 20px;
    }

    .guide__ttl .font-en {
        font-size: 2.4rem;
    }

    .guide__link .arw {
        width: 50px;
        margin-left: .5em;
    }

}

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

    .guide__img {
        width: 82.4%;
        max-width: 989px;
    }

    .guide__ill {
        max-width: 210px;
        width: 17.5%;
        right: auto;
        left: 100%;
        top: 0;
        transform: translate(-50%);
    }

    .guide__box {
        padding: 50px 0;
        width: 40%;
        max-width: 480px;
        position: absolute;
        margin: 0;
        top: 75%;
        right: 10%;
        transform: translate(0, -50%);
    }

    .guide__bg {
        width: 145%;
    }

    .guide__ttl {

        margin-bottom: 40px;
    }

    .guide__ttl .font-en {
        font-size: 3.6rem;
    }

    .guide__link .arw {
        width: 100px;
        transition: .3s;
    }

    .guide__link:hover .arw {
        transform: translate(10px);
    }

}

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

.menu__img {
    width: 90%;
    max-width: 989px;
    margin: 0 0 0 auto;
}

.menu__ill {
    max-width: 235px;
    width: 19.5%;
    left: 0;
    top: 0;
}

.menu__box {
    padding: 50px 0;
    width: 90%;
    position: relative;
    margin: -40px auto 0;
}

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

.menu__ttl .font-en {
    margin-bottom: .25em;
}

.menu__link a {
    white-space: nowrap;
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu__link .arw {
    width: 50px;
    margin-left: .5em;
    height: auto;
    display: inline-block;
}

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

    .menu__img {
        width: 82.4%;
        max-width: 989px;
    }

    .menu__ill {
        max-width: 235px;
        width: 19.5%;
        left: 0;
        top: 0;
    }

    .menu__box {
        padding: 50px 0;
        width: 42%;
        position: relative;
        margin: -200px auto 0 10%;
    }

    .menu__bg {
        width: 145%;
    }

    .menu__ttl {
        margin-bottom: 20px;
    }

    .menu__ttl .font-en {
        font-size: 2.4rem;
    }

    .menu__link .arw {
        width: 50px;
        margin-left: .5em;
    }

}

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

    .menu__img {
        width: 82.4%;
        max-width: 989px;
    }

    .menu__ill {
        max-width: 235px;
        width: 19.5%;
        left: 0;
        top: 0;
        transform: translate(-50%);
    }

    .menu__box {
        padding: 50px 0;
        width: 40%;
        max-width: 480px;
        position: absolute;
        margin: 0;
        top: 75%;
        left: 10%;
        transform: translate(0, -50%);
    }

    .guide__bg {
        width: 145%;
    }

    .menu__ttl {
        margin-bottom: 40px;
    }
    .menu__ttl .font-en {
        font-size: 3.6rem;
    }

    .menu__link .arw {
        width: 100px;
        transition: .3s;
    }

    .menu__link:hover .arw {
        transform: translate(10px);
    }

}

/*============================
    product  
============================*/
.product {
    padding: 60px 0 0;
    background: linear-gradient(#e3e0d9 0, #e3e0d9 50%, transparent 50%, transparent 100%);
}

.pro__ttl img {
    max-width: 252px;
    width: 100px;
    margin: 0 auto;

}

.pro__ttl .font-en {
    margin-bottom: .25em;
}

.pro__box {
    padding: 30px 5% 0;
    background-color: #fcf9f4;
}

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

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

.pro__img {
    position: relative;
    margin-bottom: 15px;
}

.pro__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #dfdbd2;
    top: 5px;
    left: 5px;
    border-radius: 10px;
}

.pro__btn a {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .product {
        padding: 80px 0 0;
        background: linear-gradient(#e3e0d9 0, #e3e0d9 50%, transparent 50%, transparent 100%);
    }

    .pro__ttl img {
        max-width: 252px;
        width: 160px;
        margin: 0 auto;
    }

    .pro__box {
        padding: 60px 5% 0;
    }

    .pro__atc {
        max-width: 400px;
        width: 31%;
        margin: 0;
    }


    .pro__img {
        margin-bottom: 15px;
    }

    .pro__img::before {
        top: 5px;
        left: 5px;
        border-radius: 10px;
    }

}

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

    .pro__ttl img {
        width: 252px;
    }

    .pro__box {
        padding: 100px 5% 0;
    }

    .pro__items {
        max-width: 1280px;
        margin: 0 auto 80px;
    }

    .pro__atc {
        max-width: 400px;
        width: 31%;
        margin: 0;
    }


    .pro__img {
        margin-bottom: 15px;
    }

    .pro__img::before {
        top: 10px;
        left: 10px;
        border-radius: 10px;
    }

}

/*============================
    rank  
============================*/

.rank {
    padding: 60px 0 0;
}

.rank__ttlwrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 80px;
}

.rank__ttl .font-en {
    margin-bottom: .5em;
}

.rank__ttl img {
    max-width: 122px;
    width: 60px;
    display: block;
    margin-bottom: 0;
}

.rank__btn a {
    width: 120px;
    line-height: 38px;
    margin-right: 30px;

}

.rank__btn .arw {
    width: 40px;
}

.r-navwarp {
    position: absolute;
    left: 0;
    bottom: -65px;
    display: flex;
    justify-content: space-between;
    width: 100px;

}

.r-swiper-button-prev {
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 9;
    position: relative;


}

.r-swiper-button-next {
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 9;
    position: relative;
}

.r-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;
    z-index: 9;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
}

.r-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;
    z-index: 9;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
}

.swiper-button-disabled {
    opacity: .5;
}

.rank__swiper {
    overflow: visible;
    padding: 10px;
}

.rank__swiper--item {
    width: 90%;
    max-width: 300px;
    margin-right: 40px;
}

.rank__img {
    position: relative;
    margin-bottom: 10px;
}

.rank__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #dfdbd2;
    top: -10px;
    left: -10px;
    border-radius: 10px;
}

.rank__img .num {
    width: 100px;
    height: 70px;
    background: url(../images/rank_num_bg01.png) no-repeat center center/contain;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
    z-index: 9;
}

.rank__img .num.color02 {
    background: url(../images/rank_num_bg02.png) no-repeat center center/contain;
}

.rank__img .num.color03 {
    background: url(../images/rank_num_bg03.png) no-repeat center center/contain;
}

.rank__cat {
    width: fit-content;
    padding: 0 .5em;
    line-height: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #999999;
    border: solid 1px #999999;
    border-radius: 4px;
    margin-bottom: .5em;
}

.rank__menu .txt {
    font-size: 1.2rem;
    display: block;
}

.rank__menu .fs-20 {
    font-size: 1.6rem;
    font-weight: bold;
}
.rank__menu .price p{
    display: inline;
}
@media screen and (min-width:768px) {

    .rank {
        padding: 100px 0 0;
    }

    .rank__ttlwrap {
        display: block;
        margin-bottom: 0;
        width: 25%;
    }

    .rank__right {
        width: 70%;
    }

    .rank__ttl {
        margin-bottom: 30px;
    }

    .rank__ttl .font-en {
        margin-bottom: .25em;
    }

    .rank__ttl img {
        max-width: 122px;
        width: 80px;
    }

    .rank__btn a {
        width: 120px;
        line-height: 38px;
        margin-right: 30px;

    }

    .rank__btn .arw {
        width: 40px;
    }

    .r-navwarp {
        position: relative;
        left: auto;
        bottom: auto;
        display: flex;
        justify-content: space-between;
        width: 100px;
        margin-bottom: 30px;

    }

    .r-swiper-button-prev {
        width: 40px;
        height: 40px;

    }

    .r-swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .rank__swiper-area {
        width: 120%;
        overflow: hidden;
    }

    .rank__swiper {
        overflow: visible;
        padding: 50px 10px 10px;
        width: 120%;
    }

    .rank__swiper--item {
        width: 90%;
        max-width: 260px;
        margin-right: 40px;
    }

    .rank__img {
        margin-bottom: 10px;
    }

    .rank__img::before {
        top: -10px;
        left: -10px;
    }

    .rank__img .num {
        width: 100px;
        height: 70px;
        font-size: 2rem;
        top: 0;
        right: 0;
    }


    .rank__cat {
        padding: 0 .5em;
        line-height: 20px;
        font-size: 1.2rem;
        border-radius: 4px;
        margin-bottom: .5em;
    }

    .rank__menu {
        align-items: flex-end;
    }

    .rank__menu .txt {
        font-size: 1.2rem;
    }

    .rank__menu .fs-20 {
        font-size: 1.6rem;
    }

}

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

    .rank__ttlwrap {
        width: 25%;
    }

    .rank__right {
        width: 70%;
    }

    .rank__ttl {
        margin-bottom: 50px;
    }


    .rank__ttl img {
        width: 122px;
    }

    .rank__btn a {
        width: 200px;
        line-height: 58px;
        margin-right: 0;

    }

    .rank__btn .arw {
        width: 70px;
    }

    .r-navwarp {
        width: 140px;
        margin-bottom: 50px;

    }

    .r-swiper-button-prev {
        width: 66px;
        height: 66px;

    }

    .r-swiper-button-next {
        width: 66px;
        height: 66px;
    }

    .rank__swiper-area {
        width: 150%;
    }

    .rank__swiper {
        padding: 50px 10px 10px;
        width: 120%;
    }

    .rank__swiper--item {
        width: 90%;
        max-width: 390px;
        margin-right: 40px;
    }

    .rank__img {
        margin-bottom: 15px;
    }

    .rank__img::before {
        top: -10px;
        left: -10px;
    }

    .rank__img .num {
        width: 157px;
        height: 108px;
        font-size: 4.6rem;
        top: 0;
        right: 0;
        padding-right: .25em;
    }


    .rank__cat {
        padding: 0 .5em;
        line-height: 24px;
        font-size: 1.3rem;
        border-radius: 4px;
        margin-bottom: .5em;
    }

    .rank__menu {
        align-items: flex-end;
    }

    .rank__menu .txt {
        font-size: 1.4rem;
        letter-spacing: .025em;
    }

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


}



/*============================
    staff  
============================*/
.staff {
    padding: 60px 0 0;
    background: #fcf9f4;
}

.staff__box {
    padding: 30px 5%;
    background: #fff;

}

.staff__ill01 {
    max-width: 260px;
    width: 18.57%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.staff__ill02 {
    max-width: 280px;
    width: 20%;
    top: 100%;
    left: 100%;
    transform: translate(-50%, -50%);

    mix-blend-mode: hard-light;
    z-index: 1;
}

.staff__left {
    margin-bottom: 30px;
}

.staff__ttl .txt {
    font-weight: bold;
}

.staff__link a {
    white-space: nowrap;
    display: block;
    display: flex;
    align-items: center;
}

.staff__link .arw {
    height: auto;
    width: 50px;
    margin-left: .5em;
    display: inline-block;
}

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

    .staff__box {
        padding: 40px 5%;
    }

    .staff__ill01 {
        width: 18.57%;
        top: 0;
        left: 0;
    }

    .staff__ill02 {
        width: 20%;
        top: 100%;
        left: 100%;
    }

    .staff__left {
        margin-bottom: 0;
        width: 45%;
    }

    .staff__right {
        width: 50%;
    }

    .staff__link .arw {
        width: 70px;
    }
}

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

    .staff__box {
        padding: 80px 5%;
    }

    .staff__ill01 {
        width: 18.57%;
        top: 0;
        left: 0;
    }

    .staff__ill02 {
        width: 20%;
        top: 100%;
        left: 105%;
    }

    .staff__left {
        margin-bottom: 0;
        width: 45%;
    }

    .staff__right {
        width: 50%;
    }

    .staff__link .arw {
        width: 100px;
        transition: .3s;
    }

    .staff__link:hover .arw {
        transform: translate(10px);
    }
}


/*============================
    blog  
============================*/

.blog {
    padding: 60px 0;
    background: #fcf9f4;
}

.blog__left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.blog__ttl {
    margin-bottom: 0;
}

.blog__ttl .font-en {
    margin-bottom: .5em;
}

.blog__link a {
    white-space: nowrap;
    display: block;
    display: flex;
    align-items: center;
}

.blog__link .txt {
    display: inline;
}

.blog__link .arw {
    height: auto;
    width: 50px;
    margin-left: .5em;
    display: inline-block;
}

.blog__atc {
    margin-bottom: 1em;
}

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

.blog__atc a {
    display: block;
}


.blog__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


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

    .blog__left {
        display: block;
        margin-bottom: 0;
        width: 25%;
    }

    .blog__atcwrap {
        width: 74%;
    }

    .blog__ttl {
        margin-bottom: 40px;
    }

    .blog__link .arw {
        width: 70px;
        margin-left: .5em;
    }

    .blog__atc {
        margin-bottom: 1em;
    }


}

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

    .blog__left {
        display: block;
        margin-bottom: 0;
        width: 25%;
    }

    .blog__atcwrap {
        width: 74%;
    }

    .blog__ttl {
        margin-bottom: 60px;
    }

    .blog__link .arw {
        width: 100px;
        margin-left: .5em;
        transition: .3s;
    }

    .blog__link:hover .arw {
        transform: translate(10px);
    }

    .blog__atc {
        margin-bottom: 1em;
    }

}

/*============================
    contact  
============================*/

.contact__box {
    padding: 30px 5%;
    background-color: #fff;

}

.contact__ttl .font-en {
    margin-top: .5em;
}

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

.contact__mail {
    max-width: 280px;
    margin: 0 auto;
}

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

    .contact__box {
        padding: 40px 5%;
    }

    .contact__ttl .font-en {
        margin-top: .5em;
    }

    .contact__left,
    .contact__right {
        width: 48%;
    }

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

    .contact__mail {
        max-width: 280px;
        margin: 0 auto 0 0;
    }
}

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

    .contact__box {
        padding: 50px 5%;
    }

    .contact__ttl .font-en {
        margin-top: .5em;
    }

    .contact__left,
    .contact__right {
        width: 48%;
    }

    .contact__tel {
        max-width: 350px;
        margin: 0 0 0 auto;
    }

    .contact__mail {
        max-width: 367px;
        margin: 0 auto 0 0;
    }
}

a.blog_top{
    display: flex;
    gap: 20px;
}
div.blog_space{
  margin-top: 1em;
}
div.blog__atcwrap02 {
  width: 100%;
}

@media screen and (max-width:1024px) {
div.flex02{
  display: flex;
  flex-direction: column;
  align-items: center;
}
  p.font-en02 {
  text-align: center;
}
}
@media screen and (max-width:520px) {
a.blog_top{
  flex-direction: column;
  gap: 0px;
}
}
@media screen and (max-width:767px) {
div.rank__ttlwrap02 {
  margin-bottom: 24px;
}
div.blog02 {
  padding: 20px 0 0;
}
}
@media screen and (min-width: 1025px) {
div.blog02 {
  padding: 20px 0 0;
}
}
