/* =========================
   メンズサイズページ
   size-men-renewal.css
========================= */

#mh-size-men-renewal {
  --mh-red: #a32328;
  --mh-dark-red: #7f171c;
  --mh-yellow: #f6c343;
  --mh-cream: #fff6e6;
  --mh-orange: #f39800;
  --mh-brown: #5a2f1b;
  --mh-text: #333;
  --mh-border: #f0d7b2;
  color: var(--mh-text);
  font-family: inherit;
  line-height: 1.8;
  overflow: hidden;
}

#mh-size-men-renewal * {
  box-sizing: border-box;
}

#mh-size-men-renewal img {
  max-width: 100%;
  height: auto;
  display: block;
}

#mh-size-men-renewal a {
  text-decoration: none;
}

.sp-only {
  display: none;
}

/* HERO */
.mh-size-hero {
  position: relative;
  padding: 76px 20px 60px;
  background:
    linear-gradient(
      rgba(255, 255, 255, .74)
    ),
    url("https://www.mangohouse.jp/asset2023/images/size/sizebanner.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.mh-size-hero__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.mh-size-kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 20px;
  background: var(--mh-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  border-radius: 4px;
  transform: rotate(-1deg);
  box-shadow: 6px 6px 0 rgba(163, 35, 40, .12);
}

.mh-size-hero h1 {
  margin: 0;
  color: var(--mh-red);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .04em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.mh-size-important {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 20px 24px;
  background: rgba(255, 255, 255, .94);
  border: 2px solid var(--mh-red);
  border-left: 8px solid var(--mh-red);
  text-align: left;
  box-shadow: 8px 8px 0 rgba(163, 35, 40, .12);
}

.mh-size-important p {
  margin: 0;
}

.mh-size-important__main {
  margin-bottom: 8px !important;
  color: var(--mh-red);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

/* COMMON */
.mh-size-section {
  max-width: 1080px;
  margin: 72px auto 0;
  padding: 0 20px;
}

.mh-size-nav-section {
  margin-top: 40px;
}

.mh-size-title {
  text-align: center;
  margin-bottom: 30px;
}

.mh-size-title p {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--mh-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  border-bottom: 3px solid var(--mh-yellow);
}

.mh-size-title h2 {
  margin: 0;
  color: var(--mh-red);
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 900;
}

.mh-size-section-lead {
  max-width: 900px;
  margin: 0 auto 20px;
  font-weight: 700;
}

/* CHECK */
.mh-size-check {
  display: grid;
  gap: 18px;
}

.mh-size-check--3 {
  grid-template-columns: repeat(3, 1fr);
}

.mh-size-check__item {
  padding: 30px 22px;
  background: #fff;
  border: 1px solid var(--mh-border);
  border-top: 6px solid var(--mh-red);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(90, 47, 27, .08);
}

.mh-size-check__item h3 {
  margin: 0 0 10px;
  color: var(--mh-brown);
  font-size: 20px;
  font-weight: 900;
}

.mh-size-check__item p {
  margin: 0;
  font-size: 15px;
}

/* FIT */
.mh-size-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mh-size-fit-card {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--mh-border);
  border-top: 6px solid var(--mh-red);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(90, 47, 27, .08);
}

.mh-size-fit-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 12px;
  background: var(--mh-cream);
  color: var(--mh-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  border-left: 4px solid var(--mh-red);
}

.mh-size-fit-card h3 {
  margin: 0 0 10px;
  color: var(--mh-brown);
  font-size: 24px;
  font-weight: 900;
}

.mh-size-fit-img {
  margin: 16px 0;
}

.mh-size-fit-img img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.mh-size-fit-copy {
  margin: 0 0 16px;
  font-weight: 700;
}

.mh-size-list {
  margin: 0 0 20px;
  padding-left: 1.4em;
}

.mh-size-list li {
  margin: 5px 0;
}

/* TABLE */
.mh-size-table-wrap {
  max-width: 980px;
  margin: 0 auto 22px;
  overflow-x: auto;
}

.mh-size-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--mh-border);
}

.mh-size-table th,
.mh-size-table td {
  padding: 14px 16px;
  border: 1px solid var(--mh-border);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.mh-size-table th {
  background: var(--mh-red);
  color: #fff;
  font-weight: 900;
}

.mh-size-table td:first-child {
  color: var(--mh-red);
  font-weight: 900;
}

.mh-size-table tbody tr:nth-child(even) td {
  background: #fffaf4;
}

.mh-size-table-block {
  margin-top: 34px;
}

.mh-size-table-block h3 {
  max-width: 980px;
  margin: 0 auto 14px;
  color: var(--mh-brown);
  font-size: 22px;
  font-weight: 900;
}

.mh-size-note {
  max-width: 980px;
  margin: 12px auto 0;
  color: #6b5a4d;
  font-size: 14px;
}

/* BOX */
.mh-size-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  border: 1px solid #ead8c2;
  border-left: 6px solid var(--mh-red);
  border-radius: 14px;
}

.mh-size-box h3 {
  margin: 0 0 16px;
  color: var(--mh-brown);
  font-size: 22px;
  font-weight: 900;
}

.mh-size-box p {
  margin: 0;
}

.mh-size-box p + p {
  margin-top: 16px;
}

.mh-size-box--cream {
  background: #fffaf4;
}

.mh-size-box--red {
  background: linear-gradient(135deg, var(--mh-red), var(--mh-dark-red));
  color: #fff;
  border: none;
}

.mh-size-box--red p {
  font-weight: 700;
}

.mh-size-box--red .more-btn {
  margin-top: 20px;
}

/* POINT */
.mh-size-point-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.mh-size-point-grid--single {
  grid-template-columns: 1fr;
}

.mh-size-point-card {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--mh-border);
  border-radius: 12px;
}

.mh-size-point-card h4 {
  margin: 0 0 8px;
  color: var(--mh-red);
  font-size: 18px;
  font-weight: 900;
}

.mh-size-point-card p {
  margin: 0;
  font-weight: 700;
}

/* CAUTION */
.mh-size-caution {
  max-width: 900px;
  margin: 22px auto 0;
  padding: 20px;
  background: #fff6e6;
  border-left: 6px solid var(--mh-red);
  border-radius: 10px;
}

.mh-size-caution p {
  margin: 0;
}

.mh-size-caution strong {
  color: var(--mh-red);
}

/* STAFF FIT
   シンプル表示
========================= */

.mh-size-staff-widget {
  max-width: 900px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.mh-size-staff-widget--slim {
  max-width: 900px;
  grid-template-columns: 1fr;
}

.mh-size-staff-widget__item {
  min-width: 0;
}

/* スタッフコメント画像 */
.mh-size-staff-comment {
  max-width: 900px;
  margin: 28px auto 0;
}

.mh-size-staff-comment h3 {
  margin: 0 0 14px;
  color: var(--mh-brown);
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.mh-size-staff-comment img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* LAST CTA */
.mh-size-last {
  position: relative;
  margin: 74px auto 0;
  padding: 54px 20px;
  text-align: center;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-dark-red));
  color: #fff;
  overflow: hidden;
}

.mh-size-last::before {
  content: "";
  position: absolute;
  inset: auto -10% -50px -10%;
  height: 120px;
  background: rgba(255, 255, 255, .08);
  transform: rotate(-3deg);
}

.mh-size-last > p:first-child {
  position: relative;
  margin: 0 0 24px;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.5;
}

.mh-size-last__btns {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

#mh-size-men-renewal .more-btn {
  margin: 20px 0 20px;
}

#mh-size-men-renewal .more-btn a {
  text-decoration: none;
}

/* SP */
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .mh-size-hero {
    padding: 50px 16px 44px;
    background:
      linear-gradient(
        rgba(255, 255, 255, .48)
      ),
      url("https://www.mangohouse.jp/asset2023/images/size/sizebanner.jpg") center center / cover no-repeat;
  }

  .mh-size-important {
    padding: 18px;
  }

  .mh-size-important__main {
    font-size: 18px;
  }

  .mh-size-section {
    margin-top: 50px;
    padding: 0 16px;
  }

  .mh-size-check--3,
  .mh-size-fit-grid,
  .mh-size-point-grid,
  .mh-size-point-grid--single {
    grid-template-columns: 1fr;
  }

  .mh-size-check__item,
  .mh-size-fit-card,
  .mh-size-box {
    padding: 22px 18px;
  }

  .mh-size-table th,
  .mh-size-table td {
    padding: 12px;
    font-size: 14px;
  }

  .mh-size-staff-widget {
    gap: 20px;
  }

  .mh-size-staff-comment {
    margin-top: 24px;
  }

  .mh-size-staff-comment h3 {
    font-size: 19px;
  }

  .mh-size-last {
    padding: 48px 16px;
  }

  .mh-size-last__btns {
    display: block;
  }

  .mh-size-last .more-btn {
    width: 100%;
    margin-top: 12px;
  }

  .mh-size-last .more-btn a {
    width: 100%;
  }
}
/* =========================
   リンクボタン中央寄せ
   ※ mh-size-last 内は除外
========================= */

#mh-size-men-renewal .more-btn:not(.mh-size-last .more-btn) {

  margin: 20px auto !important;
}

#mh-size-men-renewal .more-btn:not(.mh-size-last .more-btn) a {

  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
  #mh-size-men-renewal .more-btn:not(.mh-size-last .more-btn) {
    width: 100% !important;
    margin: 16px auto 0 !important;
  }

  #mh-size-men-renewal .more-btn:not(.mh-size-last .more-btn) a {
    width: 100% !important;
    display: block !important;
  }
}
.note3 {
  margin:0 0 3%!important;
  color:var(--mh-red);
  font-weight:900;
  font-size:18px!important;
}
/* =========================
   サイズ表トップページ
   size-men-renewal.css 共有版
========================= */

#mh-size-top-renewal {
  --mh-red: #a32328;
  --mh-dark-red: #7f171c;
  --mh-yellow: #f6c343;
  --mh-cream: #fff6e6;
  --mh-orange: #f39800;
  --mh-brown: #5a2f1b;
  --mh-text: #333;
  --mh-border: #f0d7b2;
  color: var(--mh-text);
  font-family: inherit;
  line-height: 1.8;
  overflow: hidden;
}

#mh-size-top-renewal * {
  box-sizing: border-box;
}

#mh-size-top-renewal a {
  text-decoration: none;
}

/* HERO */
.mh-size-top-hero {
  position: relative;
  padding: 76px 20px 60px;
  background:
    linear-gradient(
      rgba(255, 255, 255, .74),
      rgba(255, 246, 230, .9)
    ),
    url("https://www.mangohouse.jp/img/size1.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.mh-size-top-hero__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.mh-size-top-kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 20px;
  background: var(--mh-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  border-radius: 4px;
  transform: rotate(-1deg);
  box-shadow: 6px 6px 0 rgba(163, 35, 40, .12);
}

.mh-size-top-hero h1 {
  margin: 0;
  color: var(--mh-red);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .04em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.mh-size-top-important {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 20px 24px;
  background: rgba(255, 255, 255, .94);
  border: 2px solid var(--mh-red);
  border-left: 8px solid var(--mh-red);
  text-align: left;
  box-shadow: 8px 8px 0 rgba(163, 35, 40, .12);
}

.mh-size-top-important p {
  margin: 0;
}

.mh-size-top-important__main {
  margin-bottom: 8px !important;
  color: var(--mh-red);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

/* COMMON */
.mh-size-top-section {
  max-width: 1080px;
  margin: 72px auto 0;
  padding: 0 20px;
}

.mh-size-top-title {
  text-align: center;
  margin-bottom: 30px;
}

.mh-size-top-title p {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--mh-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  border-bottom: 3px solid var(--mh-yellow);
}

.mh-size-top-title h2 {
  margin: 0;
  color: var(--mh-red);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
}

/* SIZE BUTTONS */
.mh-size-top-btns {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

#mh-size-top-renewal .mh-size-top-btns .more-btn {
  width: 100%;
  margin: 0;
  text-align: center;
}

#mh-size-top-renewal .mh-size-top-btns .more-btn a {
  width: 100%;
  display: block;
  font-size: 18px;
}

/* SUPPORT */
.mh-size-top-support {
  max-width: 900px;
  margin: 0 auto 25px;
  padding: 28px;
  background: #fff;
  border: 1px solid #ead8c2;
  border-left: 6px solid var(--mh-red);
  border-radius: 14px;
}

.mh-size-top-support p {
  margin: 0;
}

.mh-size-top-support__btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

#mh-size-top-renewal .mh-size-top-support__btns .more-btn {
  margin: 0;
}

/* SP */
@media screen and (max-width: 767px) {
  .mh-size-top-hero {
    padding: 50px 16px 44px;
    background:
      linear-gradient(
        rgba(255, 255, 255, .48),
        rgba(255, 246, 230, .84)
      ),
      url("https://www.mangohouse.jp/img/size1.jpg") center center / cover no-repeat;
  }

  .mh-size-top-important {
    padding: 18px;
  }

  .mh-size-top-important__main {
    font-size: 18px;
  }

  .mh-size-top-section {
    margin-top: 50px;
    padding: 0 16px;
  }

  .mh-size-top-btns {
    gap: 14px;
  }

  .mh-size-top-support {
    padding: 22px 18px;
  }

  .mh-size-top-support__btns {
    display: block;
  }

  #mh-size-top-renewal .mh-size-top-support__btns .more-btn {
    width: 100%;
    margin: 14px auto 0;
  }

  #mh-size-top-renewal .mh-size-top-support__btns .more-btn a {
    width: 100%;
    display: block;
  }
}
.mh-size-fit-card--single {
  max-width: 900px !important;
  margin: 0 auto !important;
}

/* =========================
   レディースサイズページ専用
========================= */

#mh-size-men-renewal.mh-size-women-renewal .mh-size-hero--women {
  background:
    linear-gradient(
      rgba(255, 255, 255, .74),
      rgba(255, 246, 230, .9)
    ),
    url("/asset2023/images/size/womensizebanner.jpg") center center / cover no-repeat !important;
}

#mh-size-men-renewal.mh-size-women-renewal .mh-size-fit-card--single {
  max-width: 900px !important;
  margin: 0 auto !important;
}

#mh-size-men-renewal.mh-size-women-renewal .mh-size-staff-comment img + img {
  margin-top: 18px !important;
}

@media screen and (max-width: 767px) {
  #mh-size-men-renewal.mh-size-women-renewal .mh-size-hero--women {
    background:
      linear-gradient(
        rgba(255, 255, 255, .48),
        rgba(255, 246, 230, .84)
      ),
      url("/asset2023/images/size/womensizebanner.jpg") center center / cover no-repeat !important;
  }

  #mh-size-men-renewal.mh-size-women-renewal .mh-size-staff-comment img + img {
    margin-top: 12px !important;
  }
}

/* =========================
   シャツ測り方ページ専用
========================= */

#mh-size-men-renewal.mh-size-measure-renewal .mh-size-hero--measure {
  background:
    linear-gradient(
      rgba(255, 255, 255, .74),
      rgba(255, 246, 230, .9)
    ),
    url("https://www.mangohouse.jp/asset2023/images/store/info2026.webp") center center / cover no-repeat !important;
}

/* 測り方カード */
#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 22px !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-card {
  padding: 26px 24px !important;
  background: #fff !important;
  border: 1px solid var(--mh-border) !important;
  border-top: 6px solid var(--mh-red) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(90, 47, 27, .08) !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-card h3 {
  margin: 0 0 16px !important;
  color: var(--mh-brown) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-card p {
  margin: 16px 0 0 !important;
  font-weight: 700 !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 260px !important;
  padding: 18px !important;
  background: #fffaf4 !important;
  border: 1px solid var(--mh-border) !important;
  border-radius: 12px !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-img img {
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 auto !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-img--double {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-img--double img {
  max-width: 100% !important;
}

/* サイズ表ボタン */
#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-btns {
  display: flex !important;
  justify-content: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin-top: 22px !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-btns .more-btn {
  margin: 0 !important;
  text-align: center !important;
}

#mh-size-men-renewal.mh-size-measure-renewal .mh-measure-btns .more-btn a {
  display: inline-block !important;
}

/* PCボタンつぶれ対策 */
@media screen and (min-width: 768px) {
  #mh-size-men-renewal.mh-size-measure-renewal .more-btn {
    width: auto !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  #mh-size-men-renewal.mh-size-measure-renewal .more-btn a {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 220px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mh-size-men-renewal.mh-size-measure-renewal .mh-size-hero--measure {
    background:
      linear-gradient(
        rgba(255, 255, 255, .78),
        rgba(255, 246, 230, .92)
      ),
      url("https://www.mangohouse.jp/asset2023/images/store/info2026.webp") center center / cover no-repeat !important;
  }

  #mh-size-men-renewal.mh-size-measure-renewal .mh-measure-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #mh-size-men-renewal.mh-size-measure-renewal .mh-measure-card {
    padding: 22px 18px !important;
  }

  #mh-size-men-renewal.mh-size-measure-renewal .mh-measure-img {
    min-height: auto !important;
    padding: 14px !important;
  }

  #mh-size-men-renewal.mh-size-measure-renewal .mh-measure-img--double {
    grid-template-columns: 1fr !important;
  }

  #mh-size-men-renewal.mh-size-measure-renewal .mh-measure-btns {
    display: block !important;
  }

  #mh-size-men-renewal.mh-size-measure-renewal .mh-measure-btns .more-btn {
    width: 100% !important;
    margin-top: 12px !important;
  }

  #mh-size-men-renewal.mh-size-measure-renewal .mh-measure-btns .more-btn a {
    width: 100% !important;
    display: block !important;
    white-space: normal !important;
  }
}