@charset "utf-8";

/*--------------------------------
 * OH下層用スタイル
--------------------------------*/
.is-pages + #l-body,
#l-body {
  margin-top: 0;
}

#l-body .l-body__content {
  max-width: 100%;
  padding: 0;
}

.is-pages.l-header__nav__list__item:not(.is-language) a {
  color: #fff;
}
.is-pages.l-header.is-out_main_visual .l-header__nav__list__item:not(.is-language) a {
  color: #333;
}

.is-pages.l-header__logo svg {
  fill: #fff;
}
.is-pages.l-header.is-out_main_visual .l-header__logo svg {
  fill: #29af6f;
}

@media screen and (max-width: 840px) {
  .l-navi-bottom.is-on {
    display: none;
  }
}

/*--------------------------------
 * common
--------------------------------*/
.spicy-cool {
  position: relative;
}

.spicy-cool .ff-en {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.spicy-cool img {
  width: 100%;
  display: block;
}

.spicy-cool ._column {
  display: flex;
}

/* 改行 */
.spicy-cool ._sp-only {
  display: none;
}
@media screen and (max-width: 840px) {
  .spicy-cool ._pc-only {
    display: none;
  }
  .spicy-cool ._sp-only {
    display: block;
  }
}

.container {
  border-top: 5px solid #fff;
}

/* ボタン */
.btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .btn {
    font-size: clamp(10px, 2vw, 14px);
    flex-direction: column;
  }
}

.btn:hover,
.btn:focus {
  opacity: .6;
  text-decoration: none;
}

.btn.-spicy .-image {
  margin-left: 10px;
  order: 2;
}
.btn.-cool .-image {
  margin-right: 10px;
}
@media screen and (max-width: 840px) {
  .btn.-spicy .-image {
    margin-left: 0;
    order: 1;
  }
  .btn.-cool .-image {
    margin-right: 0;
  }
}

.btn.-spicy .-text {
  order: 1;
}


/* ページトップへ戻るボタン */
.pagetop {
  max-width: 50px;
  width: 100%;
  opacity: 0;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 10;
  transform: translateY(200%);
  transition: all .3s;
  cursor: pointer;
}
.pagetop.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 840px) {
  .pagetop {
    bottom: 25px;
    right: 25px;
  }
}

.pagetop:hover {
  opacity: .6;
}


/*--------------------------------
 * mv
--------------------------------*/
.mv {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.mv_title,
.mv_detail {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

.mv_title {
  max-width: 620px;
  width: 80%;
  top: 75px;
  opacity: 0;
  transform: scale(.5);
}
@media screen and (min-height: 650px) and (min-width: 1400px) {
  .mv_title {
    max-width: 820px;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .mv_title {
    width: 90%;
    top: calc(var(--vh-offset) * 100 - 78%);
  }
}

.mv_detail {
  color: #fff;
  text-align: center;
  max-width: 720px;
  width: 100%;
  opacity: 0;
  bottom: 0;
}
@media screen and (max-width: 840px) {
  .mv_detail {
    height: calc(var(--vh-offset) * 100 - 65%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.mv_desc {
  margin-bottom: 85px;
  opacity: 0;
  transform: translateY(100%);
}
@media screen and (min-height: 650px) and (min-width: 1400px) {
  .mv_desc {
    margin-bottom: 120px;
  }
}

.mv_date {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-height: 650px) and (min-width: 1400px) {
  .mv_date {
    max-width: 400px;
  }
}
@media screen and (max-width: 840px) {
  .mv_date {
    display: none;
  }
}

.mv_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-height: 650px) and (min-width: 1400px) {
  .mv_text {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 840px) {
  .mv_text {
    font-size: 18px;
    font-size: clamp(15px, 3vw, 18px);
    margin-top: 0;
  }
}


.mv_spicy,
.mv_cool {
  width: 50%;
  height: 100vh;
  height: calc(var(--vh-offset, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.mv_spicy {
  background: url('../images/bg-spicy.webp') repeat;
}
.mv_cool {
  background: url('../images/bg-cool.webp') repeat left top / 100% auto content-box;
}
@media screen and (max-width: 840px) {
  .mv_spicy,
  .mv_cool {
    align-items: flex-start;
  }
}

.js-carousel {
  width: 100%!important;
  height: clamp(340px, 27vw, 500px);
  width: max-content;
  display: flex;
  will-change: transform;
  opacity: 0;
  transform: scale(0.7);
}

@media screen and (max-width: 840px) {
  .js-carousel {
    width: 100%;
    height: calc(var(--vh-offset) * 100 - 35%);
    flex-direction: column;
  }
}

.js-left-image,
.js-right-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.js-left-image::before,
.js-right-image::before,
.js-left-image::after,
.js-right-image::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
}

.js-left-image::before,
.js-right-image::before {
  left: 0;
}

.js-left-image::after,
.js-right-image::after {
  right: 0;
}

.js-left-image::before {
  background: url('../images/mv-spicy1.webp') no-repeat center center;
  background-size: cover;
}
.js-left-image::after {
  background: url('../images/mv-spicy2.webp') no-repeat center center;
  background-size: cover;
}

.js-right-image::before {
  background: url('../images/mv-cool1.webp') no-repeat center center;
  background-size: cover;
}
.js-right-image::after {
  background: url('../images/mv-cool2.webp') no-repeat center center;
  background-size: cover;
}


@media screen and (max-width: 840px) {
  .js-left-image::before,
  .js-right-image::before,
  .js-left-image::after,
  .js-right-image::after {
    width: 100%;
    height: 47%;
    left: 0;
  }

  .js-left-image::before,
  .js-right-image::before {
    top: 0;
  }

  .js-left-image::after,
  .js-right-image::after {
    bottom: 0;
  }
}


/*--------------------------------
 * ボタン（MV上）
--------------------------------*/
.top_btn {
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}
.top_btn .btn {
  width: calc((100% / 2) - 10px);
  max-height: 135px;
  padding-bottom: 5px;
  border: 2px solid #fff;
  border-bottom: none;
  border-top-left-radius: 50px;
  border-top-left-radius: clamp(30px, 6vw, 50px);
  border-top-right-radius: 50px;
  border-top-right-radius: clamp(30px, 6vw, 50px);
}
@media screen and (min-width: 841px) {
  .top_btn .btn {
    max-height: 60px;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media screen and (min-height: 650px) and (min-width: 1400px) {
  .top_btn .btn {
    max-height: 90px;
  }
}
.top_btn .btn.-spicy {
  background-color: #570505;
}
.top_btn .btn.-cool {
  background-color: #142145;
}

.top_btn .btn .-image {
  max-width: 100px;
  max-width: clamp(90px, 20vw, 100px);
}
@media screen and (min-height: 650px) and (min-width: 1400px) {
  .top_btn .btn .-image {
    max-width: 144px;
    max-width: clamp(80px, 12vw, 144px);
  }
}
.top_btn .btn.-spicy .-image {
  transform: translateY(-5%);
}
.top_btn .btn.-cool .-image {
  transform: translateY(-10%);
}
@media screen and (max-width: 840px) {
  .top_btn .btn.-spicy .-image {
    transform: translateY(0);
  }
  .top_btn .btn.-cool .-image {
    transform: translateY(0);
  }
}


/*--------------------------------
 * ボタン（下部）
--------------------------------*/
.btm_btn {
  margin-top: 1px;
}
@media screen and (max-width: 840px) {
  .btm_btn {
    margin-top: 3px;
  }
}
.btm_btn .btn {
  width: 50%;
  height: 70px;
  border: none;
  flex: 1;
}
.btm_btn .btn.-spicy {
  background: url('../images/bg-spicy.webp') repeat;
}
.btm_btn .btn.-cool {
  background: url('../images/bg-cool.webp') repeat left top / 100% auto;
}
@media screen and (max-width: 840px) {
  .btm_btn .btn {
    height: 135px;
    height: clamp(80px, 18vw, 135px);
  }
}

.btm_btn .btn .-image {
  max-width: 144px;
  max-width: clamp(90px, 10vw, 144px);
}
@media screen and (max-width: 840px) {
  .btm_btn .btn .-image {
    max-width: 184px;
    max-width: clamp(90px, 23vw, 184px);
  }
}
.btm_btn .btn.-cool .-image {
  transform: translateY(-10%);
}
@media screen and (max-width: 840px) {
  .btm_btn .btn.-cool .-image {
    transform: translateY(-5%);
  }
}

.btm_btn .btn::after {
  content: "";
  width: 15px;
  height: 29px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.317' height='31.458' viewBox='0 0 17.317 31.458'%3E%3Cg id='group_1762' data-name='group 1762' transform='translate(-1421.5 596.945) rotate(-90)'%3E%3Cline id='line_3' data-name='line 3' x1='2.335' y2='17.665' transform='translate(593.707 1423.087) rotate(45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='line_4' data-name='line 4' x1='2.335' y1='17.664' transform='translate(567.074 1424.738) rotate(-45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center / auto 100% content-box;
  position: absolute;
  top: 53%;
  right: 26px;
  right: clamp(10px, 3vw, 26px);
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .btm_btn .btn::after {
    width: 10px;
    height: 20px;
  }
}

/*--------------------------------
 * tab
--------------------------------*/
.tab-shop {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  /* pointer-events: none; */
  transition: opacity 0.5s ease;
  display: none;
}
.tab-shop.-spicy {
  background: url('../images/bg-spicy.webp') repeat;
}
.tab-shop.-cool {
  background: url('../images/bg-cool.webp') repeat left top / 100% auto content-box;
}
.tab-shop.js-show {
  display: block;
  opacity: 1;
  visibility: visible;
  position: static;
  pointer-events: auto;
}


/*--------------------------------
 * ショップ詳細
--------------------------------*/
.tab-shop_list,
.tab-shop_item {
  width: 100%;
}

.tab-shop_item:not(:first-child) {
  border-top: 5px solid #fff;
}

.tab-shop_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .tab-shop_inner {
    padding: 55px 25px;
  }
}

.tab-shop_unit._column {
  width: 100%;
  justify-content: space-between;
}

.tab-shop_name {
  font-size: 45px;
  font-size: clamp(35px, 3.5vw, 45px);
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .tab-shop_name {
    font-size: clamp(22px, 5.5vw, 45px);
    line-height: 1.2;
  }
}

.tab-shop_link {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.tab-shop_link:hover,
.tab-shop_link:focus {
  color: #fff;
  opacity: .6;
}

.tab-shop_name.-en,
.tab-shop_floor {
  font-size: 22px;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .tab-shop_name.-en,
  .tab-shop_floor {
    font-size: clamp(13px, 2.6vw, 22px);
  }
}

.tab-shop_menu {
  margin-top: 30px;
}
@media screen and (max-width: 840px) {
  .tab-shop_menu._column {
    margin-top: 20px;
    display: block;
  }
}

.tab-shop_image {
  max-width: 580px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 840px) {
  .tab-shop_image {
    width: 100%;
    margin: 0 auto;
  }
}
.tab-shop_image.-right {
  order: 2;
}

.tab-shop_imagelavel {
  font-size: 20px;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: bold;
  text-align: center;
  width: 120px;
  width: clamp(90px, 10vw, 120px);
  height: 120px;
  height: clamp(90px, 10vw, 120px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.tab-shop_imagelavel.-spicy {
  color: #DC000C;
}
.tab-shop_imagelavel.-cool {
  color: #0072BC;
}

.tab-shop_imagelogo {
  max-width: 250px;
  width: 45%;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
.tab-shop_imagelogo.-spicy {
  top: 5%;
}
.tab-shop_imagelogo.-cool {
  max-width: 280px;
  width: 48%;
  top: 9.5%;
  right: 10px;
}

.tab-shop_desc {
  flex: 1;
}
.tab-shop_desc.-left {
  margin-right: 35px;
  margin-right: clamp(20px, 3vw, 35px);
}
.tab-shop_desc.-right {
  margin-left: 35px;
  margin-left: clamp(20px, 3vw, 35px);
  order: 1;
}
@media screen and (max-width: 840px) {
  .tab-shop_desc {
    margin-top: 35px;
  }
  .tab-shop_desc.-left {
    margin-right: 0;
  }
  .tab-shop_desc.-right {
    margin-left: 0;
  }
}

.tab-shop_hgroup {
  position: relative;
}

.tab-shop_menu._column {
  flex-wrap: wrap;
  align-items: flex-start;
}

.tab-shop_menu_name {
  font-size: 30px;
  font-size: clamp(20px, 2.3vw, 30px);
}
@media screen and (max-width: 840px) {
  .tab-shop_menu_name {
    font-size: clamp(20px, 3.8vw, 30px);
  }
}

.tab-shop_menu_name.-en {
  font-size: 22px;
  line-height: 1.8;
  font-size: clamp(18px, 1.9vw, 22px);
}
@media screen and (max-width: 840px) {
  .tab-shop_menu_name.-en {
    font-size: clamp(16px, 2.8vw, 22px);
  }
}

.tab-shop_menu_price {
  font-size: 30px;
  font-size: clamp(20px, 2.3vw, 30px);
}
@media screen and (max-width: 840px) {
  .tab-shop_menu_price {
    font-size: clamp(20px, 3.8vw, 30px);
  }
}

.tab-shop_menu_price-text {
  padding-right: 155px;
  padding-right: clamp(60px, 13vw, 155px);
}

.tab-shop_menu_price ._small,
.tab-shop_menu_price-text ._small {
  font-size: 20px;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .tab-shop_menu_price ._small,
  .tab-shop_menu_price-text ._small {
    font-size: clamp(14px, 2.6vw, 20px);
  }
}

@media screen and (max-width: 1100px) {
  .tab-shop_menu_price ._limited {
    display: block;
  }
}

.tab-shop_menulevel {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
.tab-shop_menulevel._column {
  align-items: center;
}
@media screen and (max-width: 840px) {
  .tab-shop_menulevel._column {
    flex-direction: row;
  }
}

.tab-shop_menulevel .-image {
  width: 100%;
}
.tab-shop_menulevel .-image.-level1 {
  max-width: 22px;
  max-width: clamp(15px, 1.7vw, 22px);
}
.tab-shop_menulevel .-image.-level2 {
  max-width: 52px;
  max-width: clamp(26px, 4.23vw, 52px);
}
.tab-shop_menulevel .-image.-level3 {
  max-width: 82px;
  max-width: clamp(56px, 6.2vw, 82px);
}
.tab-shop_menulevel .-image.-level4 {
  max-width: 112px;
  max-width: clamp(78px, 8.4vw, 112px);
}
@media screen and (max-width: 840px) {
  .tab-shop_menulevel .-image.-level1 {
    max-width: clamp(15px, 3.15vw, 22px);
  }
  .tab-shop_menulevel .-image.-level2 {
    max-width: clamp(35px, 7.5vw, 52px);
  }
  .tab-shop_menulevel .-image.-level3 {
    max-width: clamp(56px, 11.7vw, 82px);
  }
  .tab-shop_menulevel .-image.-level4 {
    max-width: clamp(78px, 16.4vw, 112px);
  }
}

.tab-shop_menulevel .-text {
  font-size: 19px;
  font-size: clamp(13px, 1.5vw, 19px);
  text-align: center;
  margin-left: clamp(10px, 1.1vw, 15px);
  min-width: 70px;
  min-width: clamp(50px, 5.8vw, 70px);
  padding: 2px 0 3px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #000;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 840px) {
  .tab-shop_menulevel .-text {
    font-size: clamp(10px, 2.8vw, 19px);
    min-width: initial;
    margin-left: clamp(10px, 1.8vw, 15px);
    padding: 2px 10px 3px;
  }
}

.tab-shop_menulevel .-text.-lg {
  min-width: 85px;
  min-width: clamp(60px, 5.8vw, 85px);
}

.tab-shop_menu_lead {
  font-size: 22px;
  font-size: clamp(18px, 1.8vw, 22px);
  margin-top: 30px;
}
@media screen and (max-width: 840px) {
  .tab-shop_menu_lead {
    font-size: clamp(18px, 3.3vw, 22px);
    margin-top: 20px;
  }
}

.tab-shop_menu_text {
  font-size: 17px;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (max-width: 840px) {
  .tab-shop_menu_text {
    font-size: clamp(14px, 2.5vw, 17px);
  }
}

.tab-shop_menu_order {
  font-size: 17px;
  font-size: clamp(14px, 1.4vw, 17px);
  margin-top: 30px;
  padding: 10px;
  border: 2px solid #fff;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 840px) {
  .tab-shop_menu_order {
    font-size: clamp(14px, 2.5vw, 17px);
  }
}
@media screen and (max-width: 400px) {
  .tab-shop_menu_order dt {
    white-space: nowrap;
    /* width: 70px; */
  }
  .tab-shop_menu_order dd {
    /* width: calc(100% - 70px); */
  }
}


/*--------------------------------
 * 注記
--------------------------------*/
.note_list {
  max-width: 1280px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .note_list {
    padding: 0 15px;
  }
}

.note_item {
  font-size: 15px;
  font-weight: 500;
  color: #3E3A39;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}



@media screen and (max-height: 480px) and (orientation: landscape) {
  .mv_title {
    top: 20%;
  }

  .mv_detail {
    height: auto;
  }

  .mv_desc {
    margin-bottom: 120px;
  }

  .js-carousel {
    height: 550px;
  }

  .mv_spicy,
  .mv_cool {
    min-height: 800px;
  }
}



/*--------------------------------
 * 多言語調整
--------------------------------*/
html:lang(en) .tab-shop_name.-en,
html:lang(zh-CN) .tab-shop_name.-en,
html:lang(zh-TW) .tab-shop_name.-en,
html:lang(ko) .tab-shop_name.-en {
  display: none;
}



html:lang(en) .tab-shop_unit._column,
html:lang(zh-CN) .tab-shop_unit._column,
html:lang(zh-TW) .tab-shop_unit._column,
html:lang(ko) .tab-shop_unit._column {
  justify-content: flex-end;
}

html:lang(en) .tab-shop_menu_name.-en,
html:lang(zh-CN) .tab-shop_menu_name.-en,
html:lang(zh-TW) .tab-shop_menu_name.-en,
html:lang(ko) .tab-shop_menu_name.-en {
  display: none;
}

html:lang(en) .tab-shop_imagelavel,
html:lang(zh-CN) .tab-shop_imagelavel,
html:lang(zh-TW) .tab-shop_imagelavel,
html:lang(ko) .tab-shop_imagelavel {
  font-size: clamp(10px, 1.2vw, 14px);
  padding-top: 7px;
  box-sizing: border-box;
}

html:lang(en) .tab-shop_menu_price ._small._limited,
html:lang(zh-CN) .tab-shop_menu_price ._small._limited,
html:lang(zh-TW) .tab-shop_menu_price ._small._limited,
html:lang(ko) .tab-shop_menu_price ._small._limited {
  display: block;
}


html:lang(en) .tab-shop_menu_order dt {
  white-space: nowrap;
}

html:lang(en) .tab-shop_hgroup::after,
html:lang(zh-CN) .tab-shop_hgroup::after,
html:lang(zh-TW) .tab-shop_hgroup::after,
html:lang(ko) .tab-shop_hgroup::after {
  content: "";
  clear: both;
  display: block;
}

html:lang(en) .tab-shop_menulevel,
html:lang(zh-CN) .tab-shop_menulevel,
html:lang(zh-TW) .tab-shop_menulevel,
html:lang(ko) .tab-shop_menulevel {
  margin-top: 10px;
  float: right;
  position: static;
}

html:lang(en) .tab-shop_menulevel .-text,
html:lang(zh-CN) .tab-shop_menulevel .-text,
html:lang(zh-TW) .tab-shop_menulevel .-text,
html:lang(ko) .tab-shop_menulevel .-text {
  font-size: 16px;
  font-size: clamp(12px, 1.5vw, 16px);
  padding: 2px 15px 3px;
}