@charset "UTF-8";
.mh-risou-app__ttl, .mh-risou-card__ttl, .mh-risou__ttl, .mh-present__ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.mh-risou-app__qr > p, .mh-risou-app__banner-item > p, .mh-risou-card__text, .mh-risou__text, .mh-present__body p, .mh-header__list {
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.mh-risou__ttl, .mh-risou__text, .mh-present__ttl, .mh-present__flex, .mh-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
}

.mh-header {
  padding: 40px 30px;
}

.mh-header__image {
  width: 100%;
}

.mh-header__ttl {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.666666;
  text-align: center;
  padding: 44px 0 50px;
}
.mh-header__ttl2 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 18px;
}
.mh-header .hstack-actions {
  margin-bottom: 42.5px;
}
.mh-header__list {
  margin-top: 20px;
  margin-bottom: 42.5px;
}
.mh-header__list > * {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.mh-header__list > *::before {
  content: "・";
}

.mh-anchor-btn {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mh-anchor-btn::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='16' viewBox='0 0 28 16'%3e%3cpath d='M27 1.5l-13 13-13-13' fill='none' stroke='black' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 100%;
  width: 14px;
  height: 8px;
  margin-left: 15px;
}
.mh-anchor-btn::before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
}
.mh-anchor-btn:hover {
  opacity: 0.75;
}

.mh-present {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mh-present__ttl {
  text-align: center;
  padding: 44.5px 0 27px;
}
.mh-present__flex {
  margin-bottom: 46.5px;
}
.mh-present__img {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}
.mh-present__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 43px;
}
.mh-present__actions > *:not(:last-child) {
  margin-bottom: 15px;
}

.mh-risou {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 0;
}
.mh-risou__ttl {
  text-align: center;
}
.mh-risou__text {
  margin-bottom: 43px;
}
.mh-risou__grid {
  margin-top: 30px;
}
.mh-risou__grid > * {
  margin-bottom: 50px;
}
.mh-risou__grid > *:nth-last-child(2), .mh-risou__grid > *:last-child {
  margin-bottom: 0;
}

.mh-risou-card__img {
  aspect-ratio: 3 / 2;
  background: #000;
  display: block;
  width: 100%;
}
.mh-risou-card__info {
  padding: 45px 30px 50px;
}
.mh-risou-card__ttl {
  margin-bottom: 18px;
}
.mh-risou-card__text {
  margin-bottom: -0.4285714286em;
}
.mh-risou-card__text > p:not(:last-child) {
  margin-bottom: 26px;
}
.mh-risou-card__text a {
  text-decoration: underline;
  color: #7f0019;
}
.mh-risou-card .hstack-actions:last-child {
  margin-top: 50px;
}

.mh-risou-app {
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 30px 50px;
  max-width: 800px;
}
.mh-risou-app__ttl {
  margin-bottom: 38px;
}
.mh-risou-app__banner {
  display: flex;
  margin-bottom: 50px;
}
.mh-risou-app__banner-item:not(:last-child) {
  margin-right: 14px;
}
.mh-risou-app__banner-item > p {
  text-align: center;
  margin-bottom: 9px;
}
.mh-risou-app__banner-item > a {
  display: block;
}
.mh-risou-app__banner-item img {
  display: block;
  width: auto;
  height: 50px;
}
.mh-risou-app__qr {
  display: flex;
  align-items: center;
}
.mh-risou-app__qr > img {
  display: block;
  width: 100px;
  margin-right: 20px;
}
.mh-risou-app__qr > p {
  font-weight: bold;
}

.mh-section-shop {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mh-section-shop .section-ttl {
  padding: 43.5px 0 45.5px;
}
@media (min-width: 768px) {
  .mh-risou-app__ttl, .mh-risou-card__ttl, .mh-risou__ttl, .mh-present__ttl {
    font-size: 2.25rem;
    line-height: 1.666666;
    text-align: center;
  }
  .mh-risou-app__qr > p, .mh-risou-app__banner-item > p, .mh-risou-card__text, .mh-risou__text, .mh-present__body p, .mh-header__list {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .mh-risou__ttl, .mh-risou__text, .mh-present__ttl, .mh-present__flex, .mh-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mh-header__ttl {
    font-size: 3rem;
  }
  .mh-header__ttl {
    padding: 92px 0 70px;
  }
  .mh-header__ttl2 {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
  .mh-header__ttl2 {
    margin-bottom: 18px;
  }
  .mh-header .hstack-actions {
    margin-bottom: 43px;
  }
  .mh-header__list {
    margin-bottom: 47px;
  }
  .mh-anchor-btn {
    font-size: 1.4rem;
  }
  .mh-anchor-btn::after {
    width: 16px;
    height: 9px;
    margin-left: 8px;
  }
  .mh-present__ttl {
    padding: 44px 0 67px;
  }
  .mh-present__flex {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .mh-present__flex > * {
    width: 47%;
    max-width: 360px;
  }
  .mh-present__img {
    margin-bottom: 0;
  }
  .mh-present__actions {
    margin-top: 47px;
  }
  .mh-present__actions > *:not(:last-child) {
    margin-bottom: 22px;
  }
  .mh-risou__ttl {
    padding: 44px 30px 29px;
  }
  .mh-risou__text {
    margin-bottom: 47px;
  }
  .mh-risou__grid {
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mh-risou__grid > * {
    margin-bottom: 100px;
    width: 47%;
    max-width: 360px;
  }
  .mh-risou-card__info {
    padding: 42px 0 0;
  }
  .mh-risou-card__ttl {
    margin-bottom: 19px;
  }
  .mh-risou-card__text {
    margin-bottom: -0.4375em;
  }
  .mh-risou-card__text > p:not(:last-child) {
    margin-bottom: 30px;
  }
  .mh-risou-card .hstack-actions:last-child {
    margin-top: 44px;
  }
  .mh-risou-app {
    margin: 160px auto 0;
    padding: 45px 0 77px;
  }
  .mh-risou-app__ttl {
    margin-bottom: 39px;
  }
  .mh-risou-app__banner {
    margin-bottom: 56px;
  }
  .mh-risou-app__banner-item:not(:last-child) {
    margin-right: 13px;
  }
  .mh-risou-app__banner-item > p {
    margin-bottom: 7px;
  }
  .mh-risou-app__banner-item img {
    height: 44px;
  }
  .mh-risou-app__qr {
    flex-direction: column;
  }
  .mh-risou-app__qr > img {
    width: 150px;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .mh-risou-app__qr > p {
    text-align: center;
  }
  .mh-section-shop .section-ttl {
    padding: 41px 0 38px;
  }
}

.ie21-header__nav-item.is-current::after {
  content: none;
}

.kv {
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  .kv {
    padding: 40px 30px 80px;
  }
}

.kv__inner {
  margin: 0 auto;
  max-width: 800px;
}

.kv__main_image {
  width: 100%;
}

.kv__main_title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.666666;
  text-align: center;
  padding: 0 30px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .kv__main_title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.kv__main_text {
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding: 0 30px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .kv__main_text {
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 0;
    text-align: center;
  }
}

.kv__modelhouse {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .kv__modelhouse {
    margin-top: 120px;
  }
}

.kv__modelhouse_image {
  width: 100%;
}

.kv__modelhouse_title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.666666;
  text-align: center;
  padding: 0 30px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .kv__modelhouse_title {
    font-size: 2.25rem;
    line-height: 1.666666;
  }
}

.ie21-header__sub {
  display: none;
}

.c-fixed-side-btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.c-fixed-side-btn {
  transition: opacity 350ms ease, bottom 350ms ease;
  position: fixed;
  right: 0;
  top: 160px;
  height: max-content;
  writing-mode: vertical-rl;
  line-height: 100%;
  padding: 33px 20.5px 30px;
  text-decoration: none;
  background: #7F0019;
  border-radius: 8px 0 0 8px;
  z-index: 999;
}

/* SP */
@media only screen and (max-width:768px) {
  .c-fixed-side-btn {
    display: flex;
    justify-content: center;
    width: 334.14px;
    height: 54.14px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    border-radius: 6px;
    padding: 0;
    writing-mode: unset;
    top: auto;
    line-height: 1.8;
  }

  .c-fixed-side-btn.hide {
    opacity: 0;
    bottom: -74px;
    transition: opacity 350ms ease, bottom 350ms ease;
  }
}

.c-fixed-side-btn__label {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.c-fixed-side-btn__label::after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 17px;
  height: 17px;
  background: url(/ie/assets/images/tokucho/kakaku/icon_button_arrow.svg) center/contain no-repeat;
}

/* SP */
@media only screen and (max-width:768px) {
  .c-fixed-side-btn__label::after {
    background: none;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: 0;
    margin-left: 4px;
  }
}