﻿:root {
  color-scheme: light;
  --ink: #5c5c5c;
  --dark: #3f3f3f;
  --muted: #767676;
  --paper: #ffffff;
  --panel: #eef0ef;
  --beige: #d9c59f;
  --beige-dark: #a89167;
  --line: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #e7e7e7;
  color: var(--ink);
  font-family:
    "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  line-height: 1.6;
}

.sheet {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 16px 36px 34px;
  background: var(--paper);
}

.guide-section + .guide-section {
  margin-top: 20px;
}

.pattern-block {
  margin: 0 0 24px;
  padding: 20px;
  background: #b9f05a;
}

.pattern-header {
  margin-bottom: 18px;
  padding: 0 0 18px;
  background: transparent;
}

.pattern-header h1 {
  margin-bottom: 8px;
  font-size: 27px;
}

.pattern-header p:not(.pattern-kicker) {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.7;
}

.pattern-header .pattern-kicker {
  display: flex;
  align-items: center;
  min-height: 56px;
  margin: 0 0 14px;
  padding: 12px 22px;
  background: #12a118;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.pattern-header .pattern-kicker::before {
  content: "";
  width: 8px;
  height: 28px;
  margin-right: 12px;
  border-radius: 999px;
  background: #eaff5b;
}

.pattern-section {
  padding: 16px;
  background: rgba(255, 255, 255, 0.88);
}

.pattern-section + .pattern-section {
  margin-top: 16px;
}

.basic-heading {
  margin: 0 0 16px;
  padding: 0;
  background: transparent;
}

.basic-heading p {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 12px 22px;
  background: #687176;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.basic-heading p::before {
  content: "";
  width: 8px;
  height: 28px;
  margin-right: 12px;
  border-radius: 999px;
  background: var(--beige);
}

h1,
h2 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

h1 span,
h2 span {
  margin-right: 8px;
}

h3 {
  margin: 0 0 4px;
  color: var(--dark);
  font-size: 13px;
  line-height: 1.45;
}

p {
  margin: 0;
  color: var(--dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
}

.photo-grid,
.rule-grid,
.camera-layout {
  background: var(--panel);
}

.photo-grid {
  display: grid;
  gap: 2px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.photo-tile {
  min-width: 0;
  background: #f5f5f4;
}

.tile-label,
.pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 10px;
  background: var(--beige);
  color: var(--dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.guide-section:not(.pattern-section) .tile-label {
  min-height: 34px;
  margin: 10px 12px 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--beige);
  font-size: 14px;
}

.pattern-section .tile-label {
  min-height: 34px;
  margin: 10px 12px 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #28bd21;
  color: #fff;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 900;
}

.pattern-section .photo-tile {
  background: #f4ffe9;
}

.pose-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.82fr);
  gap: 2px;
  background: var(--panel);
}

.pose-note {
  display: flex;
  align-items: center;
  min-height: 260px;
  padding: 22px;
  background: #f4ffe9;
}

.pose-note p {
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.85;
}

.pose-layout .sample {
  height: 260px;
}

.note-card {
  background: var(--panel);
}

.note-card p {
  min-height: 88px;
  padding: 12px 16px 16px;
  background: var(--panel);
}

.sample {
  display: block;
  width: 100%;
  height: 172px;
  object-fit: contain;
  background: #f2f2f0;
}

.half-body {
  height: 342px;
}

.camera-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2px;
}

.single-photo {
  background: var(--panel);
}

.single-photo .sample {
  height: auto;
}

.stacked-photos {
  display: grid;
  gap: 2px;
}

.stacked-photos .sample {
  height: 174px;
}

.text-box {
  padding: 16px 24px 22px;
  background: var(--panel);
}

.text-box h3::before {
  content: "繝ｻ";
}

.text-box p + h3 {
  margin-top: 16px;
}

.rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}

.rule-card {
  min-width: 0;
  padding: 12px 12px 14px;
  background: #f3f3f2;
}

.pill {
  min-height: 34px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--beige);
  font-size: 14px;
}

.rule-card p {
  margin-top: 10px;
  font-size: 11px;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.comparison .sample {
  height: 176px;
}

.tiny {
  height: 122px;
  transform: scale(0.92);
}

.rule-card > .sample {
  height: 190px;
}

@media (max-width: 680px) {
  .sheet {
    padding: 14px 16px 28px;
  }

  h1,
  h2 {
    font-size: 22px;
  }

  .grid-2,
  .pose-layout,
  .camera-layout,
  .rule-grid {
    grid-template-columns: 1fr;
  }

  .pose-note {
    min-height: 0;
    padding: 14px 16px 16px;
  }

  .pose-note p {
    font-size: 15px;
    line-height: 1.7;
  }

  .half-body {
    min-height: 260px;
  }
}

@media print {
  body {
    background: #fff;
  }

  .sheet {
    width: 100%;
    padding: 10mm 12mm;
  }
}


.merged-page {
  background: #e7e7e7;
  color: #333;
  font-family:
    "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  margin: 0;
}

.site-shell {
  width: min(980px, 100%);
  margin: 0 auto;
  background: #fff;
}

.site-header {
  padding: 22px 32px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.16);
}

.site-logo {
  display: block;
  width: min(340px, 72%);
  margin: 0 auto;
}

.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.shipping-bar {
  padding: 7px 12px;
  background: #2e3740;
  color: #33cccc;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.breadcrumb {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 14px 28px 0;
  color: #777;
  font-size: 13px;
  white-space: nowrap;
}

.breadcrumb a {
  color: #2887d8;
  text-decoration: none;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 34px;
  padding: 30px 36px 42px;
  border-bottom: 12px solid #efefef;
}

.img-card {
  align-self: start;
}

.img-card amp-img {
  border: 1px solid #999;
  box-sizing: border-box;
  background: #f8f8f8;
}

.product-copy {
  align-self: center;
}

.section-mark {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.section-mark::before,
.section-mark::after {
  content: "";
  flex: 1;
  border-top: 1px solid currentColor;
}

.section-mark::before {
  margin-right: 0.75em;
}

.section-mark::after {
  margin-left: 0.75em;
}

.product-copy h1 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.55;
}

.product-copy p {
  font-size: 15px;
  font-weight: 500;
}

.cont {
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

.product-copy .cont {
  margin-top: 28px;
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  width: 47%;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.btn-default,
.btn-default:visited {
  background: #e6e6e6;
  color: #333;
  border-color: #adadad;
  margin-right: 10px;
}

.btn-normal,
.btn-normal:visited {
  color: #fff;
  background: #14529e;
  border-color: #0a4082;
}

.photo-guide-block {
  padding: 36px;
  background: #fff;
}

.photo-guide-block .sheet {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.photo-guide-block .sample {
  background: #f7f7f5;
}

.bottom-action {
  padding: 0 36px 42px;
}

.site-footer {
  padding: 28px 32px;
  color: #777;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 760px) {
  .site-shell {
    width: 100%;
  }

  .site-header,
  .product-layout,
  .photo-guide-block,
  .bottom-action {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-copy h1 {
    font-size: 19px;
  }

  .btn {
    width: 100%;
  }

  .btn-default,
  .btn-default:visited {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

