@charset "UTF-8"; /*****contents*****/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_frame {
    color: #fff;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.promo_frame .promo_inner {
    width: 67.5rem;
    margin-left: auto;
    position: relative;
    min-height: 84rem;
}

.promo_frame .promo_swiper .swiper-slide {
	overflow: hidden;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.promo_frame .promo_swiper .swiper-slide-active p.img,
.promo_frame .promo_swiper .swiper-slide-duplicate-active p.img,
.promo_frame .promo_swiper .swiper-slide-prev p.img {
  animation: zoomUp 7s linear 0s normal both;
}

.promo_frame .txt_wrap {
    position: absolute;
    bottom: 9rem;
    left: 4.5rem;
    width: 80%;
    z-index: 1;
}

.promo_frame .scroll {
    position: absolute;
    bottom: 0;
    left: -4.5rem;
}

.promo_frame .scroll img {
    width: 1.8rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.promo_frame .scroll p {
    display: flex;
    align-items: center;
}

.promo_frame .scroll span {
    display: block;
    position: relative;
    width: 1px;
    height: 16rem;
    overflow: hidden;
    margin-left: .8rem;
}

.promo_frame .scroll p span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 160%;
    background-color: #cccccc;
    content: "";
    animation: 3s cubic-bezier(0.8, 0, 0.1, 1) infinite scrollAnime;
}

@keyframes scrollAnime {
    0% {
        transform: translateY(-100%);
    }

    5% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(0);
    }

    95% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(100%);
    }
}

/*============================
汎用
============================*/
.cmn_btn a {
    font-size: 3.2rem;
    color: var(--theme_a_color);
    width: 45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
    border-radius: 5rem;
    font-weight: 700;
    margin: 0 auto;
}

.cmn_l_arrow a {
    position: relative;
}

.cmn_l_arrow a::before {
    position: absolute;
    content: "";
    background: url(../images/common/arrow_w.svg)no-repeat 50% /.8rem 1.8rem var(--theme_a_color);
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cmn_r_arrow a {
    position: relative;
}

.cmn_r_arrow a::after {
    position: absolute;
    content: "";
    right: 5.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.arrow_white a::after {
    background: url(../images/common/arrow_w.svg)no-repeat 50% /contain;
    width: 1.5rem;
    height: 2.8rem;
}

.arrow_gold a {
    position: relative;
}

.arrow_gold a::after {
    position: absolute;
    background: url(../images/common/arrow_g.svg)no-repeat 50% /contain;
    width: 1.3rem;
    height: 2.8rem;
}

.cmn_bg01 a {
    background: var(--theme_a_color);
}

.cmn_bg02 {
}

.cmn_bg02 a {
    background: #fff;
}

.cmn_color_white a {
    color: #fff;
}

h2.cmn_ttl {
    text-align: center;
}

h2.cmn_ttl span {
    color: #fff;
    text-align: center;
}

h2.cmn_ttl .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.2rem;
    letter-spacing: .2em;
    font-weight: 400;
}

h2.cmn_ttl .ja {
    display: block;
    margin: 0 auto;
}

.cmn_lt01 {
    letter-spacing: .4em;
}

/*============================
#home_store
============================*/
#home_store .base_width {
    width: 100%
}

#home_store ul.items li {
    width: 33.33333%;
    padding: 1.5rem 1.5rem;
}

#home_store ul.items li:nth-child(2) {
    border-left: .2rem solid #CCCCCC;
    border-right: .2rem solid #CCCCCC;
}

#home_store ul.items li h3.ttl {
    font-size: 3.4rem;
    color: var(--theme_a_color);
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.5rem;
}

#home_store ul.items li p.img {
    margin-bottom: 2.5rem;
}

#home_store ul.items li p {
    text-align: center;
}

#home_store ul.items li p:not(.insta) a {
    font-size: 2.8rem;
    letter-spacing: .02em;
    position: relative;
    padding: 0 2rem 0 5rem;
    z-index: 1;
}

#home_store ul.items li p.insta {
}

#home_store ul.items li p.insta a {
    width: 14rem;
    display: block;
    margin: -1rem auto -2rem;
}

/*============================
#home_news
============================*/
#home_news {
    padding: 4rem 0 7rem;
}

#home_news .ttl_wrap {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    padding: 0 7rem 0 4rem;
}

#home_news .ttl_wrap h2.main_ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 7rem;
    font-weight: 400;
    letter-spacing: -.02em;
    color: var(--theme_a_color);
    line-height: 1;
}

#home_news .ttl_wrap p.btn a {
    font-size: 3rem;
    letter-spacing: .2em;
    color: #fff;
    border-radius: 3.5rem;
    min-width: 17rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home_news .ttl_wrap p.btn a::after {
    right: 3rem;
}

/*============================
#home_feature
============================*/
#home_feature {
    padding-bottom: 8rem;
}

#home_feature .base_width {
    width: 100%;
}

#home_feature h2 {
    margin-bottom: 9rem;
    position: relative;
    z-index: 4;
}

#home_feature h2 .ja {
    width: 32.2rem;
    margin: 0 auto;
    display: block;
}

/*============================
#home_menu
============================*/
#home_menu {
    padding-bottom: 8rem;
}

#home_menu h2 {
    margin-bottom: 5rem;
}

#home_menu h2 .en {
    color: inherit;
}

#home_menu h2 .ja {
    width: 38.8rem;
}

#home_menu p.main_txt {
    font-size: 3rem;
    margin: 0 auto;
    margin-bottom: 4rem;
    text-align: center;
}

#home_menu .menu_swiper {
    width: 60rem;
    margin: 0 auto 6rem;
}

#home_menu .menu_swiper .img_wrap {
    margin-bottom: 3rem;
}

#home_menu .menu_swiper p.img {
    padding-top: 63.335%;
}

#home_menu .menu_swiper .ttl_wrap {
    padding: 0 4rem;
}

#home_menu .menu_swiper .cat_wrap {
    gap: 1rem;
    margin-bottom: 2rem;
}

#home_menu .menu_swiper .cat_wrap p.cat {
    font-size: 2.42rem;
    color: #fff;
    letter-spacing: .04em;
    min-width: 10.3rem;
    background: var(--theme_a_color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
}

#home_menu .menu_swiper h3.ttl {
    margin-bottom: 1rem;
    font-size: 3.8rem;
    letter-spacing: .1em;
}

#home_menu .menu_btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#home_menu .menu_btn_wrap p.btn a {
    font-size: 3.6rem;
    width: 51rem;
    height: 11rem;
    border-radius: 5.5rem;
}

/*============================
#home_special
============================*/
#home_feature h3.sub_ttl span.num::before{
	mix-blend-mode: screen;
}
#home_feature h3.sub_ttl span.num.num01::before{
	background-image: url("../images/home/num01.svg");
	width: 10.8rem;
}

#home_feature h3.sub_ttl span.num.num02::before{
	background-image: url("../images/home/num02.svg");
	width: 11.2rem;
}

#home_feature h3.sub_ttl span.num.num03::before{
	background-image: url("../images/home/num03.svg");
	width: 11.5rem;
}
/*============================
#home_special
============================*/
#home_special {
    background: #B22930;
    padding-bottom: 9rem;
}

#home_special h2.cmn_ttl {
    margin-bottom: 3rem;
}

#home_special h2.cmn_ttl .ja {
    width: 34rem;
}

#home_special p.main_img {
    width: 68.5rem;
    margin: 0 calc(50% - 34.25rem) 6rem;
}

#home_special .swiper.spl_swiper {
    width: 60rem;
    margin: 0 auto;
}

#home_special .swiper.spl_swiper .swiper-wrapper .swiper-slide .main_lead {
    position: absolute;
    top: -5rem;
    right: 2rem;
    z-index: 1;
}

#home_special .swiper.spl_swiper .swiper-wrapper .swiper-slide .main_lead p.txt {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.3181818181;
    letter-spacing: .04em;
    width: 12rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme_a_color);
    border-radius: 100%;
}

#home_special .swiper.spl_swiper .swiper-wrapper .swiper-slide p.img.img_container {
    padding-top: 38rem;
    margin-bottom: 2.5rem;
}

#home_special .swiper.spl_swiper .swiper-wrapper .swiper-slide .txt_wrap {
    padding: 0 0 0 2.5rem;
    margin-bottom: 5.5rem;
}

#home_special .swiper.spl_swiper .swiper-wrapper .swiper-slide .com_wrap {
    display: flex;
    gap: 1rem;
}

#home_special .swiper.spl_swiper .swiper-wrapper .swiper-slide p.com {
    background: #fff;
    color: #B22930;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 2.42rem;
    letter-spacing: .04em;
    min-width: 10.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    line-height: 1.4;
}

#home_special .swiper.spl_swiper .swiper-wrapper .swiper-slide h3.ttl {
    margin-bottom: 1rem;
    font-size: 3.8rem;
    color: #fff;
    letter-spacing: .1em;
}

#home_special .swiper.spl_swiper .swiper-wrapper .swiper-slide p.main_txt {
    color: #fff;
    letter-spacing: .08em;
    line-height: 1.5;
}

#home_special .btn_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

#home_special .btn_wrap p.btn a {
    font-size: 3.6rem;
    letter-spacing: .02em;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 6rem .5rem;
    width: 51rem;
    height: 11rem;
    border-radius: 5.5rem;
    border: 2px solid #fff;
    position: relative;
}

#home_special .btn_wrap p.btn a::after {
    position: absolute;
    content: "";
    right: 4.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/common/arrow_w.svg) no-repeat 50% / contain;
    width: 1.5rem;
    height: 2.8rem;
}

/*============================
#home_resto
============================*/
#home_resto {
    padding-bottom: 3rem;
    background: var(--theme_a_color);
}

#home_resto .base_width {
    width: calc(100% - 25px);
}

#home_resto h2 {
    margin-bottom: 5.5rem;
}

#home_resto h2 .en {
    color: inherit;
    color: #fff;
}

#home_resto h2 .ja {
    width: 25.5rem;
}

#home_resto .resto_wrap {
    margin-bottom: 6rem;
}

#home_resto .resto_wrap .bg_wrap {
    padding: 6rem 2.5rem 5rem;
    background: #fff;
}

#home_resto .resto_wrap .bg_wrap .ttl_area {
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
    justify-content: center;
}

#home_resto .resto_wrap.honten .bg_wrap .ttl_area {
    margin-left: -9rem;
}

#home_resto .resto_wrap.labo .bg_wrap .ttl_area {
    margin-left: -3rem;
}

#home_resto .resto_wrap.okazaki .bg_wrap .ttl_area {
    margin-left: 2rem;
}

#home_resto .resto_wrap.honten .bg_wrap .ttl_area p.logo {
    width: 9rem;
}

#home_resto .resto_wrap.labo .bg_wrap .ttl_area p.logo {
    width: 7.8rem;
}

#home_resto .resto_wrap.okazaki .bg_wrap .ttl_area p.logo {
    width: 9rem;
}

#home_resto .resto_wrap .bg_wrap .ttl_area h3.ttl {
    font-size: 4.8rem;
    letter-spacing: .06em;
    font-weight: 700;
    line-height: 1.25;
}

#home_resto .resto_wrap .bg_wrap .ttl_area h3.ttl.ttl_sm {
    font-size: 4rem;
}

#home_resto .resto_wrap .bg_wrap .img_area {
    margin: 0 0 4rem;
    position: relative;
}

#home_resto .resto_wrap .bg_wrap .img_area img {
	width: 100%;
}

#home_resto .resto_wrap .bg_wrap p.txt {
    color: var(--theme_a_color);
    font-size: 3.2rem;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 4rem;
}

#home_resto .resto_wrap .bg_wrap .info_area {
    margin-bottom: 4rem;
}

#home_resto .resto_wrap .bg_wrap .info_area p.addr {
    position: relative;
    padding-left: 10rem;
    font-weight: 400;
}

#home_resto .resto_wrap .bg_wrap .info_area p.addr::before {
    position: absolute;
    content: "";
    background: url("../images/common/map_gold.svg") no-repeat 50% /contain;
    width: 3.4rem;
    height: 4rem;
    top: 50%;
    transform: translateY(-50%);
    left: 3.5rem;
}

#home_resto .resto_wrap .bg_wrap .info_area p.tel a {
    font-size: 3.6rem;
    padding-left: 10rem;
    position: relative;
    font-weight: 400;
}

#home_resto .resto_wrap .bg_wrap .info_area p.tel a::before {
    position: absolute;
    content: "";
    background: url("../images/common/tel_gold.svg") no-repeat 50% /contain;
    width: 3.2rem;
    height: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 4rem;
}

#home_resto .resto_wrap .bg_wrap ul.btns_area {
    justify-content: center;
    gap: 2rem;
}

#home_resto .resto_wrap .bg_wrap ul.btns_area li a {
    color: #3F3A27;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    height: 8.2rem;
    border-radius: 4.1rem;
    position: relative;
    background: var(--theme_a_color);
    color: #fff;
}

#home_resto .resto_wrap .bg_wrap ul.btns_area li a::after {
    background: url(../images/common/arrow_w.svg) no-repeat 50% / contain;
    width: 1.2rem;
    height: 2.8rem;
    position: absolute;
    content: "";
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}

#home_resto .faq_wrap {
    display: flex;
    position: relative;
    margin-top: 9rem;
    display: none;
}

#home_resto .faq_wrap::after {
    position: absolute;
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat 50% / 1.5rem 3rem var(--theme_a_color);
    width: 8.6rem;
    height: 8.6rem;
    bottom: 3rem;
    right: 3rem;
    border-radius: 100%;
}

#home_resto .faq_wrap .ttl_area {
    background: var(--theme_a_color);
    width: calc(100% - 27rem);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 9rem 1rem;
}

#home_resto .faq_wrap .ttl_area h3.ttl {
    margin-bottom: 4rem;
}

#home_resto .faq_wrap .ttl_area h3.ttl a {
    font-size: 4.2rem;
    color: #fff;
}

#home_resto .faq_wrap .ttl_area p.txt {
    font-size: 2.8rem;
    line-height: 1.7142;
}

#home_resto .faq_wrap .img_area p.img {
    width: 27rem;
}

/*============================
#home_reserve
============================*/
#home_reserve {
    background: url(../images/home/contact_img01.jpg) no-repeat 50% / cover;
    position: relative;
    z-index: 0;
    padding-top: 11rem;
    padding-bottom: 10rem;
}

#home_reserve::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: -1;
    top: 0;
    left: 0;
}

#home_reserve h2 {
    margin-bottom: 3.5rem;
}

#home_reserve h2 .ja {
    width: 50rem;
    margin: 0 auto;
}

#home_reserve h2 .ja img {
	width: 100%;
}

#home_reserve h2 .en {
    font-size: 2.2rem;
    display: block;
    margin-top: 1rem;
}

#home_reserve ul.items {
    margin-bottom: -2rem;
}

#home_reserve ul.items li {
    margin-bottom: 2rem;
}

#home_reserve ul.items li a {
    font-size: 3.4rem;
    color: #fff;
    display: flex;
    align-items: center;
    background: #B22930;
    width: 51.6rem;
    height: 13.4rem;
    border-radius: 6.7rem;
    position: relative;
    margin: 0 auto;
    padding-left: 2rem;
    padding: 1rem 9rem 1.5rem;
}

#home_reserve ul.items li a::after {
    position: absolute;
    content: "";
    right: 6.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/common/arrow_w.svg) no-repeat 50% / contain;
    width: 1.5rem;
    height: 2.8rem;
}

/*============================
#home_recruit
============================*/
#home_recruit {
    padding: 9rem 0 5rem;
}

#home_recruit .inner .bg_wrap {
    border-radius: 3rem;
    background: #163764;
    padding: 6.5rem 4rem;
    position: relative;
}

#home_recruit .inner .bg_wrap::after {
    position: absolute;
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat 50% / 1.5rem 3rem;
    width: 8.6rem;
    height: 8.6rem;
    bottom: 8rem;
    right: 7rem;
    border: .2rem solid #fff;
    border-radius: 100%;
}

#home_recruit .inner .bg_wrap h2.main_ttl {
    text-align: center;
    margin-bottom: 3.5rem;
}

#home_recruit .inner .bg_wrap h2.main_ttl a {
    display: block;
    color: #fff;
}

#home_recruit .inner .bg_wrap h2.main_ttl span {
    display: block;
}

#home_recruit .inner .bg_wrap h2.main_ttl .ja {
    font-size: 2.8rem;
    letter-spacing: .1em;
    font-weight: 700;
    margin-bottom: 1rem;
}

#home_recruit .inner .bg_wrap h2.main_ttl .en {
    font-size: 10.4rem;
    letter-spacing: .02em;
    font-weight: 400;
    line-height: 1;
    font-family: "Josefin Sans", sans-serif;
}

#home_recruit .inner .bg_wrap ul.items {
    margin: 0 auto 7rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

#home_recruit .inner .bg_wrap ul.items li {
    font-size: 2.6rem;
    letter-spacing: .01em;
    color: #163764;
    background: #fff;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
    padding: .226rem 0;
    line-height: 1.25;
    letter-spacing: .1em;
    width: 13.5rem;
    height: 13.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

#home_recruit .inner .bg_wrap h3.ttl {
    width: 14.5rem;
    position: absolute;
    top: 38%;
    left: 4rem;
}

#home_recruit .inner .bg_wrap .img_wrap p.img.big {
    width: 47.2rem;
    margin-left: auto;
    margin-right: -6rem;
}

#home_recruit .inner .bg_wrap .img_wrap p.img.small {
    width: 34rem;
    margin-top: -5rem;
}

/*============================
#home_sns
============================*/
#home_sns {
    padding-top: 2.5rem;
    padding-bottom: 17rem;
}

#home_sns h2 {
    width: 29.8rem;
    margin: 0 auto 2rem;
}

#home_sns ul.insta_list {
    margin: 0 -1rem;
}

#home_sns ul.insta_list li {
    border: .2rem solid #CCCCCC;
    border-radius: 1rem;
    width: calc(33.3333% - 2rem);
    margin: 0 1rem;
    height: 15rem;
}

#home_sns ul.insta_list li a {
    font-size: 2.8rem;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 8rem;
}

#home_sns ul.insta_list li a::before {
    position: absolute;
    content: "";
    background: url(../images/common/insta_icon.svg) no-repeat 50% / contain;
    width: 10rem;
    height: 10rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
