@charset "UTF-8";
@layer resets {
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  :where([hidden]:not([hidden=until-found])) {
    display: none !important;
  }
  :where(html) {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    color-scheme: dark light;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    scrollbar-gutter: stable;
    interpolate-size: allow-keywords;
    line-height: 1.5;
    scroll-padding-top: 5.7em;
    scroll-behavior: smooth;
    min-width: 225px;
  }
  @media screen and (max-width: 768px) {
    :where(html) {
      scroll-padding-top: 4.3em;
    }
  }
  header {
    min-width: 225px;
    z-index: 5;
  }
  :where(html:has(dialog:modal[open])) {
    overflow: clip;
  }
  :where(body) {
    line-height: inherit;
    font-family: var(--font-jp);
    -webkit-font-smoothing: antialiased;
    font-size: clamp(var(--font-size-min), var(--font-size-mid), var(--font-size-max));
    color: #1a1a1a;
    background-color: #f0ebeb;
  }
  :where(body).active {
    overflow: hidden;
  }
  :where(section) {
    position: relative;
    overflow-x: hidden;
  }
  :where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
  }
  :where(button) {
    all: unset;
  }
  :where(textarea) {
    resize: vertical;
    resize: block;
  }
  :where(button, label, select, summary, [role=button], [role=option]) {
    cursor: pointer;
  }
  :where(:disabled, label:has(> :disabled, + disabled)) {
    cursor: not-allowed;
  }
  :where(a) {
    color: inherit;
    text-underline-offset: 0.2ex;
    text-decoration: none;
  }
  :where(ul, ol) {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  :where(blockquote, q) {
    quotes: none;
  }
  :where(blockquote:before, blockquote:after, q:before, q:after) {
    content: "";
    content: none;
  }
  :where(table) {
    border-collapse: collapse;
    border-spacing: 0;
  }
  :where(img, picture, svg, video) {
    max-inline-size: 100%;
    block-size: auto;
    display: block;
    vertical-align: middle;
  }
  :where(dialog, [popover]) {
    border: none;
    background: none;
    color: inherit;
    inset: unset;
    max-width: unset;
    max-height: unset;
    overflow: unset;
  }
  :where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
    display: none !important;
  }
  :where(:focus-visible) {
    outline: 3px solid CanvasText;
    box-shadow: 0 0 0 5px Canvas;
    outline-offset: 1px;
  }
  :where(:focus-visible, :target) {
    scroll-margin-block: 8vh;
  }
  :where(.visually-hidden:not(:focus-within, :active)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
  }
  :where(fieldset, legend) {
    display: block;
    float: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
  }
  :where(a) {
    text-decoration: none;
    transition: 0.3s;
    opacity: 1;
    display: inline-block;
  }
  :where(a):active {
    transform: scale(0.95);
  }
  :where(a):hover {
    opacity: 0.6;
  }
}
@layer setting {
  :root {
    /* フォント関連 */
    --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, "メイリオ", meiryo, sans-serif;
    --font-min: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    --font-en: "Jost", sans-serif;
    --font-begas: "Bebas Neue", cursive;
    /* レイアウト */
    --container-width: 1200px;
    --container-width-p: 90%;
    --section-padding: 2em 0;
    /* 色 */
    --color1: #ecf1f7;
    --color2: #222;
    /* フォントサイズclamp */
    --font-size-min: 11px;
    --font-size-mid: 3.2dvw;
    --font-size-max: 16px;
  }
  @media screen and (min-width: 1px) {
    :root {
      --font-size-min: 9px;
      --font-size-mid: 3.9dvw;
      --font-size-max: 22px;
    }
  }
}
@layer layouts {
  /* アコーディオン */
  :where(.accordion-area) {
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  :where(.accordion-area) li {
    background-color: #fff;
    border-radius: 0.8em;
  }
  :where(.accordion-area) li + li {
    margin-top: 1em;
  }
  :where(.accordion-area) :where(.title) {
    position: relative;
    transition: all 0.5s ease;
    margin: 0;
    padding-left: 1.4em;
    background-color: #f0f0f0;
    padding: 3% 6% 3% 3.5em;
    letter-spacing: 0.02em;
    font-size: 0.9em;
  }
  :where(.accordion-area) :where(.title):before {
    display: block;
    position: absolute;
    content: "";
    left: 1em;
    top: 50%;
    width: 1.6em;
    height: 1.6em;
    transform: translateY(-50%);
    background: url("../img/icon2.webp") no-repeat center/contain;
  }
  :where(.accordion-area) :where(.title):after {
    content: "";
    width: 2em;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    right: calc(6% - 0.45em);
    top: 51%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
  }
  :where(.accordion-area) :where(.title) :where(span) {
    cursor: pointer;
    display: inline-block;
    padding: 0.7em 0;
    width: 100%;
    position: relative;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 100%;
    padding-right: 1.3em;
  }
  :where(.accordion-area) :where(.title) :where(span):before, :where(.accordion-area) :where(.title) :where(span):after {
    content: "";
    height: 3px;
    width: 1.1em;
    display: block;
    position: absolute;
    right: 0;
    top: 0.1em;
    bottom: 0;
    margin: auto;
    background-size: 90%;
    background-position: center;
    transform: rotate(0deg);
    transition: 0.3s;
    background-color: #0f314a;
    z-index: 3;
  }
  :where(.accordion-area) :where(.title) :where(span):before {
    transform: rotate(-90deg);
  }
  :where(.accordion-area) .title.close span::before {
    transform: rotate(0deg);
  }
  :where(.accordion-area) .abox {
    display: none;
    padding: 3% 6% 3% 3.5em;
    position: relative;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.8;
  }
  :where(.accordion-area) .abox:before {
    display: block;
    position: absolute;
    content: "";
    left: 1em;
    top: 2.2em;
    width: 1.6em;
    height: 1.6em;
    transform: translateY(-50%);
    background: url("../img/icon3.webp") no-repeat center/contain;
  }
  :where(.frame) {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    position: relative;
    padding: 0 3%;
  }
  article {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    background-color: #fff;
  }
  article h2 {
    margin-bottom: 1em;
  }
  :where(.flex) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  :where(header) {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #a50005;
    padding: 1em 0;
  }
  :where(header) .headerframe {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  @media screen and (max-width: 600px) {
    :where(header) .headerframe {
      padding: 0 4%;
    }
  }
  :where(header) .logo {
    width: 32%;
  }
  :where(footer) {
    background-color: #fff;
    color: #a50005;
    text-align: center;
    font-weight: 600;
    border-top: 0.4em #a50005 solid;
  }
  :where(footer) .frame {
    padding-bottom: 5.5em;
  }
  :where(footer) p {
    margin: 1.3em 0;
    font-size: 0.8em;
  }
  :where(.fixed) {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f8f0;
    padding: 0.1em 0 0.3em;
    z-index: 4;
  }
  :where(.fixed) .fixedframe {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  :where(.fixed) .fixedframe a {
    width: 60%;
    display: block;
    margin-inline: auto;
    max-width: 250px;
  }
  @media screen and (max-width: 600px) {
    :where(.fixed) .fixedframe {
      padding: 0 4%;
    }
  }
  .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin-inline: auto;
  }
  .links a {
    width: 48.5%;
  }
  #kv {
    margin-top: 14%;
    background: url("../img/kv_bg.webp") no-repeat top/cover;
    padding: 4% 0;
  }
  @media screen and (max-width: 768px) {
    #kv {
      margin-top: 14%;
    }
  }
  #kv h1 {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 80%;
  }
  #special-info {
    position: relative;
    z-index: 2;
    margin-top: -3%;
  }
  #special-info h2 {
    position: relative;
    z-index: 3;
  }
  #special-info figure {
    display: block;
    margin-top: -11%;
  }
  .purchase-method {
    padding-bottom: 1em;
    font-size: 1.4em;
  }
  @media screen and (max-width: 768px) {
    .purchase-method {
      font-size: 1.05em;
    }
  }
  .purchase-method .box {
    margin-bottom: 1.5em;
  }
  .purchase-method p {
    font-weight: 600;
    padding: 1em 0;
    width: 90%;
    line-height: 1.8;
    margin-inline: auto;
    font-size: 0.93em;
  }
  .purchase-method h4 {
    text-align: center;
    background-color: #f47e05;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 0.5em;
    border-radius: 999px;
    width: 90%;
    margin-inline: auto;
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .purchase-method .w_box {
    position: relative;
    background-color: #f8f8f0;
    padding: 1.5em 0.8em 1.1em;
    margin-top: 1em;
  }
  .purchase-method ul li {
    position: relative;
    padding: 0.9em 0 1em 2.4em;
    background-image: url("../img/border.webp");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 3% auto;
    font-weight: 700;
  }
  .purchase-method ul li:before {
    display: block;
    position: absolute;
    content: "";
    left: 0.2em;
    top: 50%;
    width: 1.4em;
    height: auto;
    aspect-ratio: 1/1;
    line-height: 1em;
    transform: translateY(-50%);
    background: url("../img/icon1.webp") no-repeat center/99% auto;
  }
  #reason {
    font-size: 1.4em;
  }
  @media screen and (max-width: 768px) {
    #reason {
      font-size: 1.05em;
    }
  }
  #reason .box {
    margin-bottom: 1em;
  }
  #reason p {
    width: 90%;
    margin-inline: auto;
    font-weight: 600;
    padding: 1em 0;
    line-height: 1.8;
    color: #282828;
    font-size: 0.93em;
  }
  #teach {
    font-size: 1.4em;
    padding-bottom: 1em;
  }
  @media screen and (max-width: 768px) {
    #teach {
      font-size: 1.05em;
    }
  }
  #teach h2 {
    margin-bottom: 0;
  }
  #teach p {
    width: 90%;
    margin-inline: auto;
    font-weight: 600;
    padding: 0 0 1em;
    line-height: 2;
  }
  #faq {
    padding-bottom: 1.5em;
  }
  #shop {
    padding-bottom: 1.5em;
  }
  #shop h3 {
    background-color: #a50005;
    text-align: center;
    color: #fff;
    padding: 0.4em 0;
    font-size: 1.7em;
    letter-spacing: 0.2em;
    margin-bottom: 0.6em;
  }
  @media screen and (max-width: 768px) {
    #shop h3 {
      font-size: 1.45em;
    }
  }
  #shop h4 {
    color: #a50005;
    letter-spacing: 0.1em;
    margin-bottom: 0.9rem;
    position: relative;
    font-size: 1.6em;
  }
  @media screen and (max-width: 768px) {
    #shop h4 {
      font-size: 1.5em;
    }
  }
  #shop h4:before {
    display: inline-block;
    content: "〉";
  }
  #shop h5 {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
  }
  @media screen and (max-width: 768px) {
    #shop h5 {
      font-size: 1.2em;
    }
  }
  #shop .shop_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 0.3em #cbcbcb solid;
  }
  @media screen and (max-width: 768px) {
    #shop .shop_box {
      font-size: 0.95em;
    }
  }
  #shop .shop_box figure {
    width: 25%;
  }
  #shop .shop_box .txt {
    width: 72%;
    font-weight: 600;
    line-height: 1.4;
  }
  #achievements .flex {
    flex-wrap: wrap;
    align-items: stretch;
  }
  #achievements .flex .box {
    width: 48%;
    margin-bottom: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #achievements .flex .box h3 {
    font-size: 1.1em;
    margin: 1em 0 0.5em;
    flex-grow: 1;
  }
  #achievements .flex .box .san {
    background-color: #71ce5a;
    color: #fff;
    display: inline-block;
    padding: 0.2em 0.7em 0.3em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 0.95em;
    margin-bottom: 0.2em;
  }
  #achievements .flex .box .price {
    color: #b20005;
    font-weight: 900;
    font-size: 1.6em;
  }
  #achievements .flex .box .price span {
    font-size: 0.67em;
    padding-left: 0.1em;
  }
  #strengthened {
    padding: 8% 0;
    background: linear-gradient(180deg, rgb(255, 255, 255) 5%, rgb(232, 232, 232) 5%);
  }
  #strengthened h2 {
    width: 94%;
    margin: 0 auto;
  }
  #strengthened .box {
    margin: 2% 0 2% auto;
    background-color: #b20005;
    width: 96%;
    padding: 1em 0;
    display: flex;
    justify-content: space-between;
  }
  #strengthened .box figure {
    width: 44%;
    margin-left: 1em;
  }
  #strengthened .box .txt {
    width: 56%;
    color: #fff;
    padding: 0 1em;
  }
  #strengthened .box .txt h3 {
    font-weight: 900;
    font-size: 1.22em;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
  }
  #strengthened .box .txt p {
    font-size: 0.75em;
  }
  #strengthened .box.re {
    flex-direction: row-reverse;
    margin: 2% auto 2% 0;
  }
  #strengthened .box.re figure {
    margin-left: 0;
    margin-right: 1em;
  }
  #voice .box {
    background-image: url(../img/border.webp);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 3% auto;
    padding-bottom: 7%;
    margin-bottom: 5%;
  }
  #voice h3 {
    color: #a50005;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.2em solid #a50005;
    margin-bottom: 1em;
  }
  #voice h3 i {
    width: 22%;
  }
  #voice h3 b {
    width: 75%;
    letter-spacing: 0.05em;
    font-size: 1.12m;
    line-height: 1.5;
  }
  #voice p {
    color: #282828;
    font-weight: 600;
  }
}
@layer modules {
  /* ハンバーガーメニュー構造・配置 */
  .hamburger {
    display: flex;
    margin: auto 0;
    cursor: pointer;
    text-align: center;
    width: 9%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    transform: translateX(120%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    max-width: 450px;
    background-size: 100% auto, auto;
    background-position: top center;
    background: transparent;
  }
  @media screen and (max-width: 768px) {
    nav.globalMenuSp {
      background: rgba(255, 255, 255, 0.7);
    }
  }
  nav.globalMenuSp .w_box {
    padding: 2em 0;
    width: 90%;
    background-color: #fff;
    margin-left: auto;
    box-shadow: 0 0 0.6em 0 rgba(0, 0, 0, 0.5);
  }
  nav.globalMenuSp ul {
    width: 100%;
  }
  nav.globalMenuSp ul li a {
    color: #1e1e1e;
    padding: 0.9em 5%;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
  nav.globalMenuSp .close_menu {
    width: 50%;
    height: auto;
    top: 10px;
    right: 10px;
    cursor: pointer;
    margin: 12% auto 0;
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
}
@layer utilities {
  @media screen and (min-width: 1px) {
    .pc {
      display: none !important;
    }
  }
  .sp {
    display: none !important;
  }
  @media screen and (min-width: 1px) {
    .sp {
      display: block !important;
    }
  }
}