@charset "UTF-8";

#mh-international {
  --mh-red: #b4232d;
  --mh-deep-red: #8f1720;
  --mh-ink: #292929;
  --mh-muted: #6a6a6a;
  --mh-line: #ded9d2;
  --mh-soft: #f7f5f1;
  --mh-white: #fff;
  color: var(--mh-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

#mh-international *,
#mh-international *::before,
#mh-international *::after { box-sizing: border-box; }

#mh-international h1,
#mh-international h2,
#mh-international h3,
#mh-international p { margin-top: 0; }

#mh-international h1,
#mh-international h2,
#mh-international h3 {
  font-weight:600!important;
}



#mh-international a { transition: opacity .25s ease, background-color .25s ease; }
#mh-international a:hover { opacity: .78; }
#mh-international h1 {
  font-weight:900;
}
.mh-international-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 24px 80px;
  background-color: #e8f8fc;
  background-image:
    linear-gradient(rgba(244, 252, 255, .08), rgba(225, 247, 252, .08)),
    url("/asset2023/images/common/seaback.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #afd7e1;
}

.mh-international-hero::before {
  display: none;
}

.mh-international-hero::after {
  display: none;
}

.mh-international-hero__inner,
.mh-international-section { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }

.mh-international-hero__inner { position: relative; z-index: 1; }

.mh-international-kicker,
.mh-international-title > p,
.mh-international-guide-card__label,
.mh-international-last__en {
  margin-bottom: 8px;
  color: var(--mh-red);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.mh-international-hero h1 { margin-bottom: 0; font-size: clamp(32px, 5vw, 52px); line-height: 1.35; }
.mh-international-subtitle { margin-bottom: 28px; color: var(--mh-red); font-size: 18px; letter-spacing: .04em; }
.mh-international-lead { max-width: 890px; font-size: 17px; }
.mh-international-lead [lang="en"] { color: var(--mh-muted); }

#mh-international [lang="en"] { line-height: 1.7; }

.mh-international-important {
  max-width: 900px;
  margin-top: 30px;
  padding: 22px 26px;
  background: #fff5f5;
  border: 1px solid #e2b8bb;
  border-left: 5px solid var(--mh-red);
}

.mh-international-important p { margin-bottom: 0; }
.mh-international-important__main { color: var(--mh-deep-red); font-size: 18px; font-weight: 700; }

.mh-international-hero__btns,
.mh-international-last .more-btn { margin-top: 34px; }

.mh-international-hero__btns,
.mh-international-last__btns { display: flex; flex-wrap: wrap; gap: 14px; }

#mh-international .more-btn { width: min(270px, 100%); margin-bottom: 0; }
#mh-international .more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 34px;
  border: 1px solid var(--mh-red);
  color: var(--mh-red);
  font-weight: 700;
  text-decoration: none;
}

#mh-international .more-btn.red a { background: var(--mh-red); color: #fff; }
#mh-international .more-btn.white a { background: #fff; }

.mh-international-hero-image {
  margin: 54px 0 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mh-line);
  box-shadow: 0 18px 50px rgba(50, 32, 32, .12);
}

.mh-international-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.mh-international-hero-image figcaption,
.mh-international-device figcaption {
  margin: 0;
  padding: 18px 22px;
  background: #fff;
  color: var(--mh-ink);
  font-size: 14px;
  text-align: center;
}

.mh-international-hero-image figcaption [lang="en"],
.mh-international-device figcaption [lang="en"] { color: var(--mh-muted); }

.mh-international-section { padding-block: 86px; }
.mh-international-section--soft {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100% - 1100px) / 2));
  background: var(--mh-soft);
}

.mh-international-title { margin-bottom: 38px; text-align: center; }
.mh-international-title h2 { margin-bottom: 6px; font-size: clamp(25px, 4vw, 34px); line-height: 1.45; }
.mh-international-title > span { color: var(--mh-muted); font-size: 14px; }

.mh-international-check-grid,
.mh-international-guide-grid,
.mh-international-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }

.mh-international-check-card,
.mh-international-guide-card,
.mh-international-contact-card {
  position: relative;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--mh-line);
}

.mh-international-check-card { padding-left: 82px; }
.mh-international-check-card__num {
  position: absolute;
  top: 31px;
  left: 28px;
  color: #d8b9bc;
  font: 700 24px/1 Arial, sans-serif;
}

.mh-international-check-card h3,
.mh-international-guide-card h3,
.mh-international-contact-card h3,
.mh-international-flow__body h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.55; }

.mh-international-check-card p:last-child,
.mh-international-guide-card p:last-child,
.mh-international-contact-card p:last-child { margin-bottom: 0; }

.mh-international-check-card [lang="en"],
.mh-international-guide-card [lang="en"],
.mh-international-contact-card [lang="en"],
.mh-international-flow [lang="en"] { color: var(--mh-muted); font-size: 14px; }

.mh-international-cart-guide { padding-top: 20px; }
.mh-international-cart-guide__intro {
  max-width: 850px;
  margin: -8px auto 34px;
  text-align: center;
}

.mh-international-cart-guide__intro p { margin-bottom: 8px; }
.mh-international-cart-guide__intro [lang="en"] { color: var(--mh-muted); font-size: 14px; }

.mh-international-device-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(260px, .7fr);
  align-items: stretch;
  gap: 24px;
}

.mh-international-device {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  background: #f2efeb;
  border: 1px solid var(--mh-line);
}

.mh-international-device__label {
  padding: 12px 18px;
  background: var(--mh-red);
  color: #fff;
  font: 700 13px/1.4 Arial, sans-serif;
  letter-spacing: .13em;
  text-align: center;
}

.mh-international-device__image {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.mh-international-device__image img {
  display: block;
  width: 100%;
  height: auto;
}

.mh-international-device--sp .mh-international-device__image img {
  width: auto;
  max-width: 100%;
  max-height: 580px;
}

.mh-international-flow { max-width: 900px; margin-inline: auto; }
.mh-international-flow__item {
  display: grid;
  grid-template-columns: 118px 1fr;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid var(--mh-line);
}

.mh-international-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
  background: var(--mh-red);
  color: #fff;
  font: 700 14px/1.4 Arial, sans-serif;
  letter-spacing: .08em;
}

.mh-international-flow__body { padding: 24px 28px; }
.mh-international-flow__body p { margin-bottom: 6px; }
.mh-international-flow__body p:last-child { margin-bottom: 0; }
.mh-international-center-btn { margin: 32px auto 0; }

.mh-international-guide-card__label { margin-bottom: 10px; }
.mh-international-text-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--mh-red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mh-international-caution {
  max-width: 900px;
  margin-inline: auto;
  padding: 34px 38px;
  background: #fff;
  border: 1px solid #dfb0b4;
  border-top: 5px solid var(--mh-red);
}

.mh-international-caution__title { margin-bottom: 16px; color: var(--mh-deep-red); font-size: 20px; font-weight: 700; }
.mh-international-caution [lang="en"] { color: var(--mh-muted); }
.mh-international-contact-card .more-btn { margin-top: 24px!important; }

.mh-international-last {
  padding: 74px 24px;
  background: var(--mh-red);
  color: #fff;
  text-align: center;
}

.mh-international-last__en { color: #fff; opacity: .75; }
.mh-international-last h2 { margin-bottom: 12px; font-size: clamp(25px, 4vw, 36px); }
.mh-international-last p { margin-inline: auto; }
.mh-international-last .more-btn a { border-color: #fff; color: var(--mh-red); }
.mh-international-last > .more-btn { margin-top: 80px!important; }

.mh-product-marquee {
  width: 100%;
  margin: 34px 0 4px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}

.mh-product-marquee__track {
  display: flex;
  width: max-content;
  animation-name: mh-product-flow;
  animation-duration: 38s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  will-change: transform;
}

.mh-product-marquee__group {
  display: flex;
  flex-shrink: 0;
  gap: 18px;
  padding-right: 18px;
}

.mh-product-marquee__item {
  display: block;
  width: 190px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  color: var(--mh-ink);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(82, 0, 5, .2);
}

.mh-product-marquee__item img {
  display: block;
  width: 190px;
  height: 190px;
  object-fit: cover;
  background: #f6f4f1;
}

.mh-product-marquee__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

@keyframes mh-product-flow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 767px) {
  #mh-international { font-size: 15px; }
  .mh-international-hero { padding: 58px 0 52px; }
  .mh-international-hero {
    background-image:
      linear-gradient(rgba(244, 252, 255, .06), rgba(225, 247, 252, .06)),
      url("/asset2023/images/common/seaback_sp.png");
    background-position: center top;
    background-size: cover;
  }
  .mh-international-hero__inner,
  .mh-international-section { width: min(100% - 32px, 1100px); }
  .mh-international-lead { font-size: 15px; }
  .mh-international-important { padding: 18px 18px 18px 20px; }
  .mh-international-important__main { font-size: 16px; }
  .mh-international-hero__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .mh-international-hero-image { margin-top: 36px; }
  .mh-international-hero-image figcaption,
  .mh-international-device figcaption { padding: 14px 15px; font-size: 13px; }
  #mh-international .more-btn { width: 100%; }
  #mh-international .more-btn a { min-height: 52px; padding-inline: 12px; font-size: 14px; }
  .mh-international-section { padding-block: 60px; }
  .mh-international-section--soft { width: 100%; padding-inline: 16px; }
  .mh-international-title { margin-bottom: 28px; }
  .mh-international-check-grid,
  .mh-international-guide-grid,
  .mh-international-contact-grid { grid-template-columns: 1fr; gap: 14px; }
  .mh-international-cart-guide { padding-top: 4px; }
  .mh-international-cart-guide__intro { margin-bottom: 24px; text-align: left; }
  .mh-international-device-grid { grid-template-columns: 1fr; gap: 16px; }
  .mh-international-device__image { padding: 10px; }
  .mh-international-device--sp .mh-international-device__image img { max-height: 620px; }
  .mh-international-check-card,
  .mh-international-guide-card,
  .mh-international-contact-card { padding: 25px 22px; }
  .mh-international-check-card { padding-left: 66px; }
  .mh-international-check-card__num { top: 26px; left: 20px; font-size: 21px; }
  .mh-international-flow__item { grid-template-columns: 1fr; }
  .mh-international-flow__num { justify-content: flex-start; padding: 10px 18px; }
  .mh-international-flow__body { padding: 22px 20px; }
  .mh-international-caution { padding: 25px 22px; }
  .mh-international-last { padding: 58px 18px; }
  .mh-product-marquee {
    width: calc(100% + 36px);
    margin-inline: -18px;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
  }
  .mh-product-marquee__track { animation-duration: 30s; }
  .mh-product-marquee__group { gap: 12px; padding-right: 12px; }
  .mh-product-marquee__item,
  .mh-product-marquee__item img { width: 150px; }
  .mh-product-marquee__item img { height: 150px; }
  .mh-product-marquee__item span { min-height: 58px; font-size: 12px; }
  .mh-international-last > .more-btn { margin-top: 64px!important; }
}

@media (max-width: 420px) {
  .mh-international-hero__btns { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  #mh-international a { transition: none; }
  .mh-product-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .mh-product-marquee__track { animation: none; }
  .mh-product-marquee__group[aria-hidden="true"] { display: none; }
}
