@charset "UTF-8";

:root {
  --MAIN_WHITE: #fff;
  --MAIN_BLACK: #333;
  --MAIN_ORANGE: #ea543b;
  --PCFV_INDEX: 0;
  --NAV_INDEX: 2;
  --FV_FONT_SIZE: 42px;
  --FV_FONT-TB_SIZE: 64px;
  --FV_FONT-PC_SIZE: 104px;
  --FV-SUB_FONT_SIZE: 16px;
  --FV-SUB_FONT-TB_SIZE: 20px;
  --MENU_FONT_SIZE: 24px;
  --MENU_FONT-TB_SIZE: 36px;
  --BASE_FONT_SIZE: 15px;
  --MIDDLE_FONT_SIZE: 14px;
  --SMALL_FONT_SIZE: 13px;
  --TINY_FONT_SIZE: 12px;
  --TINY_FONT-TB_SIZE: 18px;
  --CR_FONT_SIZE: 10px;
  --BASE_FONT_FAMILY: "Zen Kaku Gothic New", sans-serif;
  --SUB_FONT_FAMILY: "Roboto", sans-serif;
}

body {
  margin: 0;
}

h1 {
  margin: 0;
  color: var(--MAIN_WHITE);
  text-align: center;
  font-size: var(--FV_FONT_SIZE);
  font-family: var(--SUB_FONT_FAMILY);
}

h2 {
  margin: 0;
  padding-bottom: 6px;
  color: var(--MAIN_ORANGE);
  text-align: left;
  font-size: var(--MENU_FONT_SIZE);
  font-family: var(--BASE_FONT_FAMILY);
  font-weight: 500;
  line-height: 1.2em;
}

img {
  width: 100%;
  height: auto;
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  letter-spacing: 0.03em;
}

li {
  letter-spacing: 0.03em;
}

p {
  letter-spacing: 0.03em;
}

.intoro-pc {
  display: none;
}

.main-bg {
  width: 100%;
  height: auto;
  background-color: var(--MAIN_ORANGE);
}

.section-top {
  padding: 40px 1.25rem;
}

.section-top__ttl-sub {
  margin: 0;
  color: var(--MAIN_WHITE);
  text-align: center;
  font-size: var(--FV-SUB_FONT_SIZE);
  font-family: var(--BASE_FONT_FAMILY);
}

.en-lnk {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
}

.en-btn {
  padding: 10px 34px 10px 22px;
  border: solid 1px var(--MAIN_ORANGE);
  border-radius: 24px;
  background-color: var(--MAIN_WHITE);
  color: var(--MAIN_ORANGE);
  font-weight: 600;
  font-family: var(--SUB_FONT_FAMILY);
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.en-btn--txt {
  display: inline;
  position: relative;
}

.en-btn--txt::after {
  position: absolute;
  content: url(//www.mentaiju.com/imgs/sgn-or.svg);
  top: -1px;
  width: 16px;
  height: auto;
  margin-left: 2px;
}

.section-top__pt {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: var(--FV_FONT-TB_SIZE);
  }

  .section-top__ttl-sub {
    font-size: var(--FV-SUB_FONT-TB_SIZE);
  }

  .section-top {
    padding: 40px 6rem;
  }
}

@media screen and (min-width: 1000px) {
  .section-top {
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
    max-width: 1000px;
  }

  h1 {
    font-size: var(--FV_FONT-PC_SIZE);
    text-align: left;
    line-height: 96px;
  }

  .intoro-pc {
    display: block;
  }

  .section-top__ttl-sub {
    font-size: var(--MENU_FONT_SIZE);
    text-align: left;
  }

  .en-lnk {
    justify-content: left;
  }

  .en-btn {
    transition: 0.5s;
  }

  .en-btn:hover {
    border: solid 1px var(--MAIN_WHITE);
    background-color: var(--MAIN_ORANGE);
    color: var(--MAIN_WHITE);
  }

  .en-btn--txt:hover::after {
    content: url(//www.mentaiju.com/imgs/sgn.svg);
  }

  .section-top__pt {
    width: 518px;
    margin: 28px 0 0 auto;
  }
}

.section-menu {
  height: auto;
  padding: 40px 1.25rem;
  border-radius: 36px;
  background-color: var(--MAIN_WHITE);
  font-family: var(--BASE_FONT_FAMILY);
}

.section-menu__list__wrap {
  display: flex;
  flex-direction: row;
}

.section-menu__list:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--MAIN_ORANGE);
}

.section-menu__list:nth-child(2),
.section-menu__list:nth-child(3),
.section-menu__list:nth-child(4),
.section-menu__list:nth-child(5) {
  margin-top: 40px;
}

.section-menu__list:last-child {
  margin-top: 40px;
}

.section-menu__list__ttl--small {
  margin: 4px 0 0;
  padding-right: 20px;
  color: var(--MAIN_ORANGE);
  font-family: var(--SUB_FONT_FAMILY);
  font-size: var(--TINY_FONT_SIZE);
  font-weight: 500;
  letter-spacing: -1px;
}

.section-menu__list__wrap--btm {
  width: 100%;
}

.section-menu__list__ttl-sub {
  margin: 0;
  color: var(--MAIN_ORANGE);
  font-size: var(--MIDDLE_FONT_SIZE);
  font-weight: 500;
  line-height: 1.6rem;
}

.num-small {
  font-family: var(--SUB_FONT_FAMILY);
  font-size: var(--FV-SUB_FONT_SIZE);
  font-weight: 500;
}

.section-menu__list__pt {
  width: 100%;
  height: auto;
  margin: 18px 0;
}

.section-menu__list__desc {
  margin: 0;
  color: var(--MAIN_BLACK);
  font-size: var(--BASE_FONT_SIZE);
  font-weight: 500;
  line-height: 1.5rem;
}

.section-menu__list__date-ttl,
.section-menu__list__shop-ttl {
  position: relative;
  margin: 24px 0 0;
  padding-left: 10px;
  color: var(--MAIN_ORANGE);
  font-size: var(--BASE_FONT_SIZE);
  font-weight: 500;
}

.section-menu__list__date-ttl::before,
.section-menu__list__shop-ttl::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--MAIN_ORANGE);
  top: 7px;
  left: 0;
}

.section-menu__list__date {
  margin: 2px 0 0;
  color: var(--MAIN_BLACK);
  font-size: var(--BASE_FONT_SIZE);
  font-weight: 500;
}

.section-menu__list__date--small {
  margin: 10px 0 0;
  color: var(--MAIN_BLACK);
  font-size: var(--SMALL_FONT_SIZE);
}

.section-menu__list__shop-parts {
  margin: 8px 0 0;
}

.section-menu__list__shop a {
  color: var(--MAIN_BLACK);
  font-size: var(--BASE_FONT_SIZE);
  font-weight: 500;
}

.section-menu__list__btn {
  display: block;
  text-align: center;
}

.section-menu__list__btn__wrap {
  display: inline-block;
  margin: 40px 0 0;
  padding: 16px 29px;
  border-radius: 28px;
  background-color: var(--MAIN_ORANGE);
  font-weight: 600;
  color: var(--MAIN_WHITE);
  text-decoration: none;
}

.btn-sign {
  display: inline;
  position: relative;
  padding-right: 14px;
}

.btn-sign::after {
  position: absolute;
  content: url(//www.mentaiju.com/imgs/sgn.svg);
  top: 1px;
  width: 14px;
  height: auto;
  margin-left: 2px;
}

@media screen and (min-width: 768px) {
  .section-menu {
    padding: 40px 2rem;
  }

  .section-menu__list__ttl--small {
    font-size: var(--TINY_FONT-TB_SIZE);
    font-weight: 400;
  }

  h2 {
    font-size: var(--MENU_FONT-TB_SIZE);
  }

  .section-menu__list__ttl__wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .section-menu__list__ttl-sub {
    font-size: var(--FV-SUB_FONT_SIZE);
  }

  .num-small {
    font-size: var(--TINY_FONT-TB_SIZE);
  }

  .section-menu__list__desc {
    font-size: var(--TINY_FONT-TB_SIZE);
  }

  .section-menu__list__date-ttl,
  .section-menu__list__shop-ttl {
    font-size: var(--TINY_FONT-TB_SIZE);
  }

  .section-menu__list__date {
    font-size: var(--TINY_FONT-TB_SIZE);
  }

  .section-menu__list__shop a {
    font-size: var(--TINY_FONT-TB_SIZE);
  }

  .section-menu__list__btn__wrap {
    font-size: var(--TINY_FONT-TB_SIZE);
  }
}


@media screen and (min-width: 1000px) {
  .sp {
    display: none;
  }

  .intoro-pc {
    display: inherit;
  }

  .section-menu {
    padding: 0;
    background-color: inherit;
  }

  .section-menu__wrap {
    display: flex;
    flex-direction: row;
  }

  .swiper-slide {
    width: 375px;
  }

  .swiper {
    padding: 0 40px;
  }

  .section-menu__list {
    padding: 40px 1.25rem;
    border-radius: 36px;
    background-color: var(--MAIN_WHITE);
  }

  .section-menu__list:nth-child(2),
  .section-menu__list:nth-child(3),
  .section-menu__list:nth-child(4),
  .section-menu__list:nth-child(5),
  .section-menu__list:last-child {
    margin-top: 0;
  }

  .section-menu__list:not(:last-child) {
    border-bottom: none;
  }

  .section-menu__list__ttl--small {
    font-size: var(--TINY_FONT_SIZE);
    letter-spacing: 0;
    font-weight: 500;
  }

  h2 {
    font-size: var(--MENU_FONT_SIZE);
  }

  .section-menu__list__ttl__wrap {
    display: inherit;
  }

  .section-menu__list__ttl-sub {
    font-size: var(--MIDDLE_FONT_SIZE);
  }

  .num-small {
    font-size: var(--FV-SUB_FONT_SIZE);
  }

  .section-menu__list__desc {
    font-size: var(--BASE_FONT_SIZE);
  }

  .section-menu__list__date-ttl,
  .section-menu__list__shop-ttl {
    font-size: var(--BASE_FONT_SIZE);
  }

  .section-menu__list__date {
    font-size: var(--BASE_FONT_SIZE);
  }

  .section-menu__list__shop a {
    font-size: var(--BASE_FONT_SIZE);
  }

  .section-menu__list__btn__wrap {
    font-size: var(--FV-SUB_FONT_SIZE);
  }
}


.section-foot {
  margin: 0 1.25rem;
  padding: 40px 0 10px;
}

.section-foot__wrap {
  padding-bottom: 72px;
}

.section-foot__list:not(:last-child) {
  margin-bottom: 12px;
}

.section-foot__list-lnk {
  position: relative;
  padding-left: 15px;
  font-size: var(--MIDDLE_FONT_SIZE);
  font-family: var(--BASE_FONT_FAMILY);
  font-weight: 500;
  color: var(--MAIN_WHITE);
}

.section-foot__list-lnk::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--MAIN_WHITE);
}

.section-foot__list-lnk::after {
  position: absolute;
  content: url(//www.mentaiju.com/imgs/sgn.svg);
  top: 1px;
  width: 12px;
  height: auto;
  margin-left: 2px;
}

.copyright {
  font-weight: 400;
  font-size: var(--CR_FONT_SIZE);
  font-family: var(--BASE_FONT_FAMILY);
  text-align: center;
  color: var(--MAIN_WHITE);
}

@media screen and (min-width: 768px) {
  .section-foot {
    margin: 0 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .section-foot {
    margin: 0 auto;
    padding: 100px 0 10px;
    width: 100%;
    max-width: 1000px;
  }
}

.global-nav {
  position: fixed;
  bottom: 30px;
  width: 100%;
  z-index: var(--NAV_INDEX);
}

.global-nav__wrap {
  width: 90%;
  max-width: 340px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 8px 24px;
  box-sizing: border-box;
  border-radius: 36px;
  background-color: rgba(234, 84, 59, 0.5);
  backdrop-filter: blur(1.5px);
}

.global-nav__list__wrap {
  display: flex;
  margin-right: 8px;
}

.global-nav__list {
  display: flex;
}

.global-nav__list:first-child img {
  width: 40px;
  height: auto;
}

.global-nav__list:nth-child(2) img {
  width: 20px;
  height: auto;
}

.global-nav__list:nth-child(3) img {
  width: 36px;
  height: auto;
}

.global-nav__list:nth-child(4) img {
  width: 25px;
  height: auto;
}

.global-nav__list:last-child img {
  width: 10px;
  height: auto;
}

.global-nav__list-lnk {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-nav__list-lnk.is-active {
  background-color: #c79834;
  border-radius: 50%;
}

.global-nav__lnk-ec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: solid 1px var(--MAIN_WHITE);
  background-color: var(--MAIN_ORANGE);
}

.global-nav__lnk-ec img {
  width: auto;
  height: 78%;
}

@media screen and (min-width: 400px) {
  .global-nav__list__wrap {
    justify-content: space-around;
    width: 65%;
  }
}

@media screen and (min-width: 1000px) {
  .global-nav {
    visibility: hidden;
  }
}

span.price--change {
  margin: 0 0.3rem;
  padding: 0.2rem 0.5rem;
  background-color: #FCC737;
  color: #000;
  border-radius: 3rem;
  font-weight: 600;
}