@charset "UTF-8";
@layer normalize, destyle;
@layer normalize {
  /* Document
   * ========================================================================== */
  /**
   * Add border box sizing in all browsers (opinionated).
   */
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }
  /**
   * 1. Add text decoration inheritance in all browsers (opinionated).
   * 2. Add vertical alignment inheritance in all browsers (opinionated).
   */
  ::before,
  ::after {
    text-decoration: inherit; /* 1 */
    vertical-align: inherit; /* 2 */
  }
  /**
   * 1. Use the default cursor in all browsers (opinionated).
   * 2. Change the line height in all browsers (opinionated).
   * 3. Use a 4-space tab width in all browsers (opinionated).
   * 4. Remove the grey highlight on links in iOS (opinionated).
   * 5. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   * 6. Breaks words to prevent overflow in all browsers (opinionated).
   */
  html {
    cursor: default; /* 1 */
    line-height: 1.5; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%; /* 5 */
    -webkit-text-size-adjust: 100%; /* 5 */
    word-break: break-word; /* 6 */
  }
  /* Sections
   * ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  body {
    margin: 0;
  }
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Edge, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   * ========================================================================== */
  /**
   * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
   */
  dl dl,
  dl ol,
  dl ul,
  ol dl,
  ul dl {
    margin: 0;
  }
  /**
   * Remove the margin on nested lists in Edge 18- and IE.
   */
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin: 0;
  }
  /**
   * 1. Add the correct sizing in Firefox.
   * 2. Show the overflow in Edge 18- and IE.
   */
  hr {
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  /**
   * Add the correct display in IE.
   */
  main {
    display: block;
  }
  /**
   * Remove the list style on navigation lists in all browsers (opinionated).
   */
  nav ol,
  nav ul {
    list-style: none;
    padding: 0;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /* Text-level semantics
   * ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  /**
   * Add the correct text decoration in Edge 18-, IE, and Safari.
   */
  abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /* Embedded content
   * ========================================================================== */
  /*
   * Change the alignment on media elements in all browsers (opinionated).
   */
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  /**
   * Add the correct display in IE 9-.
   */
  audio,
  video {
    display: inline-block;
  }
  /**
   * Add the correct display in iOS 4-7.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  /**
   * Remove the border on iframes in all browsers (opinionated).
   */
  iframe {
    border-style: none;
  }
  /**
   * Remove the border on images within links in IE 10-.
   */
  img {
    border-style: none;
  }
  /**
   * Change the fill color to match the text color in all browsers (opinionated).
   */
  svg:not([fill]) {
    fill: currentColor;
  }
  /**
   * Hide the overflow in IE.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  /* Tabular data
   * ========================================================================== */
  /**
   * Collapse border spacing in all browsers (opinionated).
   */
  table {
    border-collapse: collapse;
  }
  /* Forms
   * ========================================================================== */
  /**
   * Remove the margin on controls in Safari.
   */
  button,
  input,
  select {
    margin: 0;
  }
  /**
   * 1. Show the overflow in IE.
   * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
   */
  button {
    overflow: visible; /* 1 */
    text-transform: none; /* 2 */
  }
  /**
   * Correct the inability to style buttons in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  /**
   * 1. Change the inconsistent appearance in all browsers (opinionated).
   * 2. Correct the padding in Firefox.
   */
  fieldset {
    border: 1px solid #a0a0a0; /* 1 */
    padding: 0.35em 0.75em 0.625em; /* 2 */
  }
  /**
   * Show the overflow in Edge 18- and IE.
   */
  input {
    overflow: visible;
  }
  /**
   * 1. Correct the text wrapping in Edge 18- and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   */
  legend {
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    white-space: normal; /* 1 */
  }
  /**
   * 1. Add the correct display in Edge 18- and IE.
   * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
   */
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  /**
   * Remove the inheritance of text transform in Firefox.
   */
  select {
    text-transform: none;
  }
  /**
   * 1. Remove the margin in Firefox and Safari.
   * 2. Remove the default vertical scrollbar in IE.
   * 3. Change the resize direction in all browsers (opinionated).
   */
  textarea {
    margin: 0; /* 1 */
    overflow: auto; /* 2 */
    resize: vertical; /* 3 */
  }
  /**
   * Remove the padding in IE 10-.
   */
  [type=checkbox],
  [type=radio] {
    padding: 0;
  }
  /**
   * 1. Correct the odd appearance in Chrome, Edge, and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Safari.
   */
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
  }
  /**
   * Remove the inner padding in Chrome, Edge, and Safari on macOS.
   */
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style upload buttons in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /**
   * Remove the inner border and padding of focus outlines in Firefox.
   */
  ::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
   * Restore the focus outline styles unset by the previous rule in Firefox.
   */
  :-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   * Remove the additional :invalid styles in Firefox.
   */
  :-moz-ui-invalid {
    box-shadow: none;
  }
  /* Interactive
   * ========================================================================== */
  /*
   * Add the correct display in Edge 18- and IE.
   */
  details {
    display: block;
  }
  /*
   * Add the correct styles in Edge 18-, IE, and Safari.
   */
  dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  dialog:not([open]) {
    display: none;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Scripting
   * ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  canvas {
    display: inline-block;
  }
  /**
   * Add the correct display in IE.
   */
  template {
    display: none;
  }
  /* User interaction
   * ========================================================================== */
  /*
   * 1. Remove the tapping delay in IE 10.
   * 2. Remove the tapping delay on clickable elements
        in all browsers (opinionated).
   */
  a,
  area,
  button,
  input,
  label,
  select,
  summary,
  textarea,
  [tabindex] { /* 1 */
    touch-action: manipulation; /* 2 */
  }
  /**
   * Add the correct display in IE 10-.
   */
  [hidden] {
    display: none;
  }
  /* Accessibility
   * ========================================================================== */
  /**
   * Change the cursor on busy elements in all browsers (opinionated).
   */
  [aria-busy=true] {
    cursor: progress;
  }
  /*
   * Change the cursor on control elements in all browsers (opinionated).
   */
  [aria-controls] {
    cursor: pointer;
  }
  /*
   * Change the cursor on disabled, not-editable, or otherwise
   * inoperable elements in all browsers (opinionated).
   */
  [aria-disabled=true],
  [disabled] {
    cursor: not-allowed;
  }
  /*
   * Change the display on visually hidden accessible elements
   * in all browsers (opinionated).
   */
  [aria-hidden=false][hidden] {
    display: initial;
  }
  [aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
}
@layer destyle {
  /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  *,
  ::before,
  ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
  }
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
  }
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  /* Vertical rhythm */
  /* ============================================ */
  p,
  table,
  blockquote,
  address,
  pre,
  iframe,
  form,
  figure,
  dl {
    margin: 0;
  }
  /* Headings */
  /* ============================================ */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }
  /* Lists (enumeration) */
  /* ============================================ */
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* Lists (definition) */
  /* ============================================ */
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
  }
  address {
    font-style: inherit;
  }
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  svg,
  img,
  embed,
  object,
  iframe {
    vertical-align: bottom;
  }
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    -webkit-appearance: none; /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
  }
  /**
   * Correct cursors for clickable elements.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    cursor: pointer;
  }
  button:disabled,
  [type=button]:disabled,
  [type=reset]:disabled,
  [type=submit]:disabled {
    cursor: default;
  }
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
  :-moz-focusring {
    outline: auto;
  }
  select:disabled {
    opacity: inherit;
  }
  /**
   * Remove padding
   */
  option {
    padding: 0;
  }
  /**
   * Reset to invisible
   */
  fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  legend {
    padding: 0;
  }
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * Correct the outline style in Safari.
   */
  [type=search] {
    outline-offset: -2px; /* 1 */
  }
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /**
   * Fix appearance for Firefox
   */
  [type=number] {
    -moz-appearance: textfield;
  }
  /**
   * Clickable labels
   */
  label[for] {
    cursor: pointer;
  }
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /*
   * Remove outline for editable content.
   */
  [contenteditable]:focus {
    outline: auto;
  }
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
  table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
  }
  caption {
    text-align: left;
  }
  td,
  th {
    vertical-align: top;
    padding: 0;
  }
  th {
    text-align: left;
    font-weight: bold;
  }
  .wp-block-content * {
    all: revert-layer;
  }
}
/* ============================================================
/* variables
============================================================ */
/* ============================================================
/* base
============================================================ */
:root {
  /* color */
  --color-base: #272120;
  --color-container: #efebe3;
  --color-container-sub: #dbd4c6;
  --color-sun: #eb6100;
  --color-sun-container: #ffe5dd;
  --color-forest: #6fba2c;
  --color-forest-container: #ebface;
  --color-sea: #0099e2;
  --color-sea-container: #ccefff;
  --color-fruits: #ffed8a;
  --color-fruits-container: #fff9bc;
  --color-fruits-icon: #ffc505;
  --color-sky: #142d88;
  --color-alert: #e81515;
  --color-disabled: #eaeaea;
  --color-link-primary: var(--color-sea);
  --color-link-secondary: var(--color-sea-container);
}

body {
  position: relative;
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--color-base);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 812px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 812px) and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (max-width: 811px) {
  html {
    font-size: 14px;
  }
  body {
    min-width: 320px;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 2.56vw;
  }
}
/* ============================================================
/* module
============================================================ */
img {
  max-width: 100%;
  height: auto;
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
a,
button {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:hover,
  button:hover {
    text-decoration: none;
  }
}
/* breakpoint only layout */
@media screen and (min-width: 812px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 811px) {
  .pc-only {
    display: none !important;
  }
}
/* icon
============================================================ */
.m-icon-step4, .m-icon-step3, .m-icon-step2, .m-icon-step1, .m-icon-03, .m-icon-02, .m-icon-01, .m-icon-pdf, .m-icon-facebook, .m-icon-line, .m-icon-info-rounded, .m-icon-bars, .m-icon-doc, .m-icon-plus, .m-icon-cross, .m-icon-edit, .m-icon-share, .m-icon-info, .m-icon-copy, .m-icon-check-rounded, .m-icon-check, .m-icon-leaf, .m-icon-person, .m-icon-mountain, .m-icon-point, .m-icon-blank, .m-icon-plane, .m-icon-bell, .m-icon-x, .m-icon-instagram, .m-icon-mypage, .m-icon-login, .m-icon-register, .m-arrow {
  position: relative;
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
.m-icon-step4:before, .m-icon-step3:before, .m-icon-step2:before, .m-icon-step1:before, .m-icon-03:before, .m-icon-02:before, .m-icon-01:before, .m-icon-pdf:before, .m-icon-facebook:before, .m-icon-line:before, .m-icon-info-rounded:before, .m-icon-bars:before, .m-icon-doc:before, .m-icon-plus:before, .m-icon-cross:before, .m-icon-edit:before, .m-icon-share:before, .m-icon-info:before, .m-icon-copy:before, .m-icon-check-rounded:before, .m-icon-check:before, .m-icon-leaf:before, .m-icon-person:before, .m-icon-mountain:before, .m-icon-point:before, .m-icon-blank:before, .m-icon-plane:before, .m-icon-bell:before, .m-icon-x:before, .m-icon-instagram:before, .m-icon-mypage:before, .m-icon-login:before, .m-icon-register:before, .m-arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

.m-arrow:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_chevron.svg");
  mask-image: url("../img/common/icon_chevron.svg");
  background: currentColor;
}

.m-icon-register:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_register.svg");
  mask-image: url("../img/common/icon_register.svg");
  background: currentColor;
}

.m-icon-login:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_login.svg");
  mask-image: url("../img/common/icon_login.svg");
  background: currentColor;
}

.m-icon-mypage:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_mypage.svg");
  mask-image: url("../img/common/icon_mypage.svg");
  background: currentColor;
}

.m-icon-instagram:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_instagram.svg");
  mask-image: url("../img/common/icon_instagram.svg");
  background: currentColor;
}

.m-icon-x:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_x.svg");
  mask-image: url("../img/common/icon_x.svg");
  background: currentColor;
}

.m-icon-bell:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_bell.svg");
  mask-image: url("../img/common/icon_bell.svg");
  background: currentColor;
}

.m-icon-plane:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_plane.svg");
  mask-image: url("../img/common/icon_plane.svg");
  background: currentColor;
}

.m-icon-blank:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_blank.svg");
  mask-image: url("../img/common/icon_blank.svg");
  background: currentColor;
}

.m-icon-point:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_point.svg");
  mask-image: url("../img/common/icon_point.svg");
  background: currentColor;
}

.m-icon-mountain:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_mountain.svg");
  mask-image: url("../img/common/icon_mountain.svg");
  background: currentColor;
}

.m-icon-person:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_person.svg");
  mask-image: url("../img/common/icon_person.svg");
  background: currentColor;
}

.m-icon-leaf:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_leaf.svg");
  mask-image: url("../img/common/icon_leaf.svg");
  background: currentColor;
}

.m-icon-check:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_check.svg");
  mask-image: url("../img/common/icon_check.svg");
  background: currentColor;
}

.m-icon-check-rounded:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_check_rounded.svg");
  mask-image: url("../img/common/icon_check_rounded.svg");
  background: currentColor;
}

.m-icon-copy:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_copy.svg");
  mask-image: url("../img/common/icon_copy.svg");
  background: currentColor;
}

.m-icon-info:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_info.svg");
  mask-image: url("../img/common/icon_info.svg");
  background: currentColor;
}

.m-icon-share:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_share.svg");
  mask-image: url("../img/common/icon_share.svg");
  background: currentColor;
}

.m-icon-edit:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_edit.svg");
  mask-image: url("../img/common/icon_edit.svg");
  background: currentColor;
}

.m-icon-cross:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_cross.svg");
  mask-image: url("../img/common/icon_cross.svg");
  background: currentColor;
}

.m-icon-plus:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_plus.svg");
  mask-image: url("../img/common/icon_plus.svg");
  background: currentColor;
}

.m-icon-doc:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_doc.svg");
  mask-image: url("../img/common/icon_doc.svg");
  background: currentColor;
}

.m-icon-bars:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_bars.svg");
  mask-image: url("../img/common/icon_bars.svg");
  background: currentColor;
}

.m-icon-info-rounded:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_info_rounded.svg");
  mask-image: url("../img/common/icon_info_rounded.svg");
  background: currentColor;
}

.m-icon-line:before {
  background-image: url("../img/common/icon_line.svg");
}

.m-icon-facebook:before {
  background-image: url("../img/common/icon_facebook.svg");
}

.m-icon-pdf:before {
  background-image: url("../img/common/icon_pdf.svg");
}

.m-icon-01 {
  aspect-ratio: 34/15;
}
.m-icon-01:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_01.svg");
  mask-image: url("../img/common/icon_01.svg");
  background: currentColor;
}

.m-icon-02 {
  aspect-ratio: 34/15;
}
.m-icon-02:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_02.svg");
  mask-image: url("../img/common/icon_02.svg");
  background: currentColor;
}

.m-icon-03 {
  aspect-ratio: 34/15;
}
.m-icon-03:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_03.svg");
  mask-image: url("../img/common/icon_03.svg");
  background: currentColor;
}

.m-icon-step1 {
  aspect-ratio: 73/18;
}
.m-icon-step1:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_step1.svg");
  mask-image: url("../img/common/icon_step1.svg");
  background: currentColor;
  -webkit-mask-position: left center;
  mask-position: left center;
}

.m-icon-step2 {
  aspect-ratio: 73/18;
}
.m-icon-step2:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_step2.svg");
  mask-image: url("../img/common/icon_step2.svg");
  background: currentColor;
  -webkit-mask-position: left center;
  mask-position: left center;
}

.m-icon-step3 {
  aspect-ratio: 73/18;
}
.m-icon-step3:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_step3.svg");
  mask-image: url("../img/common/icon_step3.svg");
  background: currentColor;
  -webkit-mask-position: left center;
  mask-position: left center;
}

.m-icon-step4 {
  aspect-ratio: 73/18;
}
.m-icon-step4:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_step4.svg");
  mask-image: url("../img/common/icon_step4.svg");
  background: currentColor;
  -webkit-mask-position: left center;
  mask-position: left center;
}

/* hover-opacity
============================================================ */
/* list-block
============================================================ */
/* list-decimal
============================================================ */
/* list-decimal
============================================================ */
/* slider arrow
============================================================ */
/* btn
============================================================ */
.m-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
}

.m-btn {
  height: 5.4rem;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
  border-radius: 5.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  border: 0.2rem solid;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .m-btn:hover {
    opacity: 0.7;
  }
}
.m-btn .m-arrow {
  margin-left: 1em;
  margin-top: 0.1em;
}
.m-btn .suffix {
  margin-left: 1em;
}
@media screen and (min-width: 812px) {
  .m-btn {
    width: 33.7rem;
  }
}
@media screen and (max-width: 811px) {
  .m-btn {
    width: 100%;
  }
}
.m-btn.small {
  padding: 0 1.5em;
  height: 4.6rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 812px) {
  .m-btn.small {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.m-btn.xsmall {
  padding: 0 1.5em;
  height: 3.8rem;
  border-color: var(--color-container-sub);
}
.m-btn.xsmall .m-arrow {
  font-size: 80%;
}
@media screen and (min-width: 812px) {
  .m-btn.xsmall {
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* m-form
============================================================ */
/* m-form-item
============================================================ */
.m-form-item__caption {
  font-weight: 700;
  margin-bottom: 0.25em;
  letter-spacing: normal;
  font-size: 1.6rem;
}
.m-form-item__notes {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  color: #666;
}
.m-form-item__input {
  position: relative;
  width: 100%;
}
.m-form-item__input input[type=text],
.m-form-item__input input[type=email],
.m-form-item__input input[type=tel],
.m-form-item__input input[type=url],
.m-form-item__input input[type=number],
.m-form-item__input input[type=password],
.m-form-item__input select,
.m-form-item__input textarea {
  width: 100%;
  line-height: 2;
  font: inherit;
  border: 1px solid #b2b2b2;
  border-radius: 0.4rem;
  background-color: #fff;
}
.m-form-item__input input[type=text]:focus,
.m-form-item__input input[type=email]:focus,
.m-form-item__input input[type=tel]:focus,
.m-form-item__input input[type=url]:focus,
.m-form-item__input input[type=number]:focus,
.m-form-item__input input[type=password]:focus,
.m-form-item__input select:focus,
.m-form-item__input textarea:focus {
  outline-color: var(--color-base);
}
.m-form-item__input input[type=text][aria-invalid=true],
.m-form-item__input input[type=email][aria-invalid=true],
.m-form-item__input input[type=tel][aria-invalid=true],
.m-form-item__input input[type=url][aria-invalid=true],
.m-form-item__input input[type=number][aria-invalid=true],
.m-form-item__input input[type=password][aria-invalid=true],
.m-form-item__input select[aria-invalid=true],
.m-form-item__input textarea[aria-invalid=true] {
  border-color: #f00;
  box-shadow: 0 0 0 300px #ffe5dd inset;
}
@media screen and (min-width: 812px) {
  .m-form-item__input input[type=text],
  .m-form-item__input input[type=email],
  .m-form-item__input input[type=tel],
  .m-form-item__input input[type=url],
  .m-form-item__input input[type=number],
  .m-form-item__input input[type=password],
  .m-form-item__input select,
  .m-form-item__input textarea {
    padding: 1.1rem 2rem;
  }
}
@media screen and (max-width: 811px) {
  .m-form-item__input input[type=text],
  .m-form-item__input input[type=email],
  .m-form-item__input input[type=tel],
  .m-form-item__input input[type=url],
  .m-form-item__input input[type=number],
  .m-form-item__input input[type=password],
  .m-form-item__input select,
  .m-form-item__input textarea {
    padding: 0.9rem 1.6rem;
  }
}
@media screen and (min-width: 812px) {
  .m-form-item__input textarea {
    padding: 2.2rem 2rem;
    height: 40rem;
  }
}
@media screen and (max-width: 811px) {
  .m-form-item__input textarea {
    padding: 2rem 1.6rem;
    height: 32rem;
  }
}
.m-form-item__input select {
  background-image: url(../img/common/icon_chevron_down.svg);
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
}
.m-form-item__input select:has(option[value=""]:checked) {
  color: #a9a9a9;
}
.m-form-item__input::-moz-placeholder, .m-form-item__input ::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.m-form-item__input::placeholder,
.m-form-item__input ::placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.m-form-item__input select.noselected {
  color: #a9a9a9;
  opacity: 1;
}
.m-form-item__input label:has([type=checkbox]),
.m-form-item__input label:has([type=radio]) {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
.m-form-item__input label:has([type=checkbox]) input,
.m-form-item__input label:has([type=radio]) input {
  position: absolute;
  left: 0;
  top: 0;
}
.m-form-item__input label:has([type=checkbox]):before,
.m-form-item__input label:has([type=radio]):before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.2em;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.2s ease;
}
.m-form-item__input label:has([type=checkbox]):after,
.m-form-item__input label:has([type=radio]):after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  display: block;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: translate(-50%, -50%) scale(0);
}
.m-form-item__input label:has([type=checkbox]:checked):before,
.m-form-item__input label:has([type=radio]:checked):before {
  border-color: var(--color-base);
  background-color: var(--color-base);
}
.m-form-item__input label:has([type=checkbox]:checked):after,
.m-form-item__input label:has([type=radio]:checked):after {
  transform: translate(-50%, -50%) scale(1);
}
.m-form-item__input label:has([type=checkbox]):before {
  border-radius: 0.2em;
}
.m-form-item__input label:has([type=checkbox]):after {
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(0% 40%, 0% 50%, 34% 85%, 48% 85%, 100% 21%, 100% 9%, 89% 9%, 40% 70%, 11% 40%);
}
.m-form-item__input label:has([type=radio]):before {
  border-radius: 50%;
}
.m-form-item__input label:has([type=radio]):after {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
@media screen and (min-width: 812px) {
  .m-form-item__date {
    display: grid;
    grid-template-columns: repeat(3, 19rem);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media screen and (max-width: 811px) {
  .m-form-item__input {
    font-size: max(16px, 1.4rem);
  }
  .m-form-item__date {
    display: flex;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .m-form-item__date > * {
    flex: 1;
  }
  .m-form-item__date > *:has([name*=-y]) {
    flex: 1.5;
  }
}
.m-form-item .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.m-form-item .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  font-size: 1.5rem;
}

.m-form-error {
  font-size: calc(100% - 0.2rem);
  color: #f00;
  margin-top: 0.5em;
}

.m-form-item:has(.m-form-error) .m-form-item__input input[type=text],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=email],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=tel],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=url],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=number],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=password],
.m-form-item:has(.m-form-error) .m-form-item__input select,
.m-form-item:has(.m-form-error) .m-form-item__input textarea {
  border-color: #f00;
  box-shadow: 0 0 0 300px #ffe5dd inset;
}

/* title
============================================================ */
.m-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  line-height: 1.36;
  width: -moz-fit-content;
  width: fit-content;
}
.m-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
}
.m-ttl .main {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-ttl .main-jp {
  font-weight: 700;
}
.m-ttl .sub {
  font-weight: 600;
}
@media screen and (min-width: 812px) {
  .m-ttl {
    row-gap: 0.8rem;
    padding-bottom: 2.4rem;
    margin-bottom: 4.8rem;
  }
  .m-ttl:after {
    width: 4.9rem;
  }
  .m-ttl .main {
    font-size: 4rem;
  }
  .m-ttl .main-jp {
    font-size: 3.8rem;
  }
  .m-ttl .sub {
    font-size: 1.4rem;
  }
  .m-ttl.vertically-pc {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 2.4rem 0 0;
    margin: 0;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .m-ttl.vertically-pc:after {
    left: auto;
    right: 0;
    top: 0;
    width: 0;
    height: 4.9rem;
    border-bottom: none;
    border-left: 1px solid;
  }
  .m-ttl.vertically-pc .main {
    width: 1.36em;
    white-space: nowrap;
    transform-origin: left bottom;
    transform: translate(0, -100%) rotate(90deg);
  }
  .m-ttl.vertically-pc .sub {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
  }
  .m-ttl.vertically-pc .sub .hor {
    font-style: normal;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    letter-spacing: normal;
  }
  .m-ttl.vertically-pc .sub .half {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 0.5em;
    width: 1em;
    font-style: normal;
    text-combine-upright: all;
  }
  .m-ttl.centered-pc {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .m-ttl.centered-pc::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 811px) {
  .m-ttl {
    row-gap: 0.8rem;
    padding-bottom: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .m-ttl:after {
    width: 4.9rem;
  }
  .m-ttl .main {
    font-size: 2.8rem;
  }
  .m-ttl .main-jp {
    font-size: 2.6rem;
  }
  .m-ttl .sub {
    font-size: 1.2rem;
  }
  .m-ttl.vertically-sp {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 1.6rem 0 0;
    margin: 0;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .m-ttl.vertically-sp:after {
    left: auto;
    right: 0;
    top: 0;
    width: 0;
    height: 4.9rem;
    border-bottom: none;
    border-left: 1px solid;
  }
  .m-ttl.vertically-sp .main {
    width: 1.36em;
    white-space: nowrap;
    transform-origin: left bottom;
    transform: translate(0, -100%) rotate(90deg);
  }
  .m-ttl.vertically-sp .sub {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
  }
  .m-ttl.vertically-sp .sub .hor {
    font-style: normal;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    letter-spacing: normal;
  }
  .m-ttl.vertically-sp .sub .half {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 0.5em;
    width: 1em;
    font-style: normal;
    text-combine-upright: all;
  }
  .m-ttl.centered-sp {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .m-ttl.centered-sp::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* accordion
============================================================ */
.js-accordion [aria-hidden], .js-accordion__content {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.2s ease-out;
}
.js-accordion [aria-hidden][aria-hidden=true], .js-accordion__content[aria-hidden=true] {
  grid-template-rows: 0fr;
}
.js-accordion__content__inner {
  overflow: hidden;
}

/* ============================================================
/* layout
============================================================ */
@view-transition {
  navigation: auto;
}
/* inner
============================================================ */
.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 812px) {
  .l-inner {
    box-sizing: content-box;
    max-width: 1200px;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 811px) {
  .l-inner {
    padding: 0 2rem;
    max-width: 520px;
  }
}

/* wrapper
============================================================ */
.l-wrapper {
  background-color: var(--color-container);
}

/* container
============================================================ */
@media screen and (min-width: 812px) {
  .l-container {
    padding-bottom: 9.6rem;
  }
}
@media screen and (max-width: 811px) {
  .l-container {
    padding-top: 5.7rem;
    padding-bottom: 6.4rem;
  }
}

/* header
============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.l-header__btns {
  display: flex;
  align-items: center;
}
.l-header__btns a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.4rem;
  font-weight: 700;
  aspect-ratio: 1/1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header__btns a em {
  line-height: 1;
}
@media (hover: hover) {
  .l-header__btns a:hover {
    opacity: 0.7;
  }
}
.l-header__btns :has(.m-icon-register) {
  color: var(--color-sun);
}
.l-header__btns :has(.m-icon-login) {
  color: var(--color-forest);
}
.l-header__btns :has(.m-icon-mypage) {
  color: var(--color-sea);
}
@media screen and (min-width: 812px) {
  .l-header {
    padding: 1.6rem 2rem 0;
  }
  .l-header__inner {
    max-width: 124rem;
    margin: 0 auto;
    height: 8rem;
    border-radius: 8rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0.6rem 0.4rem 0.4rem rgba(65, 65, 65, 0.08);
  }
  .l-header__logo {
    width: 19.5rem;
    margin-left: 3.2rem;
  }
  .l-header__nav {
    flex: 1;
  }
  .l-header__nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .l-header__nav__list a,
  .l-header__nav__list button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 3rem;
    padding: 0 1em;
    border-radius: 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
  }
}
@media screen and (min-width: 812px) and (hover: hover) {
  .l-header__nav__list a,
  .l-header__nav__list button {
    transition: background-color 0.3s ease;
  }
  .l-header__nav__list a:hover,
  .l-header__nav__list button:hover {
    background-color: var(--color-container);
  }
}
@media screen and (min-width: 812px) {
  .l-header__nav__list a.active,
  .l-header__nav__list button.active {
    font-weight: 700;
    background-color: var(--color-container);
  }
  .l-header__nav .js-dropdown-menu {
    position: relative;
  }
  .l-header__subnav {
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    padding-top: 5rem;
    transform: translateX(-50%);
    visibility: hidden;
    transition: all 0.3s;
  }
  .l-header__subnav[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
  }
  .l-header__subnav__inner {
    position: relative;
    padding: 1.6rem;
    border: 0.3rem solid #fff;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1.6rem;
    box-shadow: 0 0.6rem 0.8rem 0.8rem rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(0.4rem);
    backdrop-filter: blur(0.4rem);
  }
  .l-header__subnav__inner:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 3.5rem;
    height: 1.7rem;
    background-color: #fff;
    clip-path: polygon(0 100%, 46% 0, 54% 0, 100% 100%);
  }
  .l-header__subnav__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
  }
  .l-header__subnav__list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24rem;
    height: 3.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    border: 1px solid var(--color-link-primary);
    border-radius: 0.4rem;
    padding: 0.8rem 1.6rem;
    text-decoration: none;
    color: var(--color-link-primary);
    background-color: #fff;
  }
}
@media screen and (min-width: 812px) and (hover: hover) {
  .l-header__subnav__list a {
    transition: all 0.3s;
  }
  .l-header__subnav__list a:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-link-primary);
  }
}
@media screen and (min-width: 812px) {
  .l-header__subnav:has(.l-header__subnav__block) .l-header__subnav__inner {
    display: flex;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
  }
  .l-header__subnav__block__ttl {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
  .l-header__subnav__block__list {
    display: flex;
    flex-direction: column;
  }
  .l-header__subnav__block:nth-child(n+1) {
    position: relative;
  }
  .l-header__subnav__block:nth-child(n+1):before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.6rem;
    width: 2px;
    height: 100%;
    background-color: #fff;
  }
  .l-header__subnav#nav-location .l-header__subnav__list {
    --color-link-primary: var(--color-sea);
  }
  .l-header__subnav#nav-lifestyle .l-header__subnav__list li:nth-child(1) {
    --color-link-primary: var(--color-sun);
  }
  .l-header__subnav#nav-lifestyle .l-header__subnav__list li:nth-child(2) {
    --color-link-primary: var(--color-forest);
  }
  .l-header__subnav#nav-lifestyle .l-header__subnav__list li:nth-child(3) {
    --color-link-primary: var(--color-sea);
  }
  .l-header__btns {
    margin-right: 2.4rem;
  }
  .l-header__btns a {
    font-size: 1.2rem;
    width: 7.2rem;
  }
  .l-header__btns a em {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 811px) {
  .l-header__inner {
    width: 100%;
    height: 5.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
  }
  .l-header__logo {
    width: 14rem;
    margin-left: 1.6rem;
  }
  .l-header__btns {
    margin: 0 1.2rem 0 auto;
    padding-top: 0.5rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .l-header__btns a {
    font-size: 1rem;
    letter-spacing: normal;
  }
  .l-header__btns a em {
    font-size: 1.6rem;
  }
  .l-header__nav {
    display: none;
  }
}

/* gnav
============================================================ */
.l-gnav {
  position: fixed;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.l-gnav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.l-gnav__btn {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  color: #fff;
  background-color: var(--color-sky);
  border-radius: 50%;
  position: relative;
}
.l-gnav__btn span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0;
  background: currentColor;
  transition: transform 0.2s ease;
}
.l-gnav__btn span:nth-child(1) {
  transform: translate(-50%, -50%);
}
.l-gnav__btn span:nth-child(2) {
  transform: translate(-50%, -0.45rem);
}
.l-gnav__btn span:nth-child(3) {
  transform: translate(-50%, 0.25rem);
}
.l-gnav__btn[aria-expanded=true] span:nth-child(1) {
  transform: translate(-50%, -50%) scale(0);
}
.l-gnav__btn[aria-expanded=true] span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-gnav__btn[aria-expanded=true] span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-gnav__btn:not([aria-expanded=true]) span:nth-child(1) {
  opacity: 0;
}
.l-gnav__btn:not([aria-expanded=true]) span:nth-child(3) {
  width: 1.2rem;
  margin-left: -0.2rem;
}
.l-gnav__outer {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-gnav__outer::-webkit-scrollbar {
  display: none;
}
.l-gnav__logout {
  font-size: 1.4rem;
}
@media screen and (min-width: 812px) {
  .l-gnav, .l-gnav__btn {
    display: none;
  }
}
@media screen and (max-width: 811px) {
  .l-gnav {
    top: calc(5.7rem - 1px);
    left: 0;
    right: 0;
    bottom: 0;
  }
  .l-gnav__inner {
    padding: 3.2rem 0;
  }
  .l-gnav__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .l-gnav__btns a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    height: 4.6rem;
    border-radius: 4.6rem;
    text-decoration: none;
    border: 0.2rem solid;
  }
  .l-gnav__btns a em {
    position: absolute;
    top: 50%;
    left: 2.8rem;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
  }
  .l-gnav__btns a:has(.m-icon-register) {
    color: var(--color-sun);
  }
  .l-gnav__btns a:has(.m-icon-login) {
    color: var(--color-forest);
  }
  .l-gnav__btns a:has(.m-icon-mypage) {
    color: var(--color-sea);
    grid-column: span 2;
  }
  .l-gnav .l-nav {
    margin: 4rem 0 3.2rem;
  }
}

/* nav
============================================================ */
.l-nav {
  display: flex;
}
.l-nav__block__ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
  row-gap: 1.6rem;
}
.l-nav__block__ttl .main {
  line-height: 1;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.l-nav__block__ttl .sub {
  font-weight: 500;
  font-size: 1.4rem;
}
.l-nav__block.lifestyle .l-nav__block__ttl .main {
  color: var(--color-forest);
}
.l-nav__block.location .l-nav__block__ttl .main {
  color: var(--color-sun);
}
.l-nav__block.about .l-nav__block__ttl .main {
  color: var(--color-sea);
}
.l-nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.l-nav__list a {
  font-weight: 500;
  text-decoration: none;
}
@media (hover: hover) {
  .l-nav__list a:hover {
    text-decoration: underline;
  }
}
.l-nav__block.lifestyle .l-nav__list li, .l-nav__block.location .l-nav__list li {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.l-nav__block.lifestyle .l-nav__list li:before, .l-nav__block.location .l-nav__list li:before {
  content: "-";
  display: inline-block;
  width: 0.7em;
  text-indent: 0;
}
.l-nav__block.lifestyle .l-nav__list {
  font-size: 1.3rem;
}
.l-nav__block.location .l-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  font-size: 1.3rem;
}
.l-nav__block.about .l-nav__list {
  font-size: 1.4rem;
}
@media screen and (min-width: 812px) {
  .l-nav {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .l-nav {
    flex-direction: column;
    row-gap: 4rem;
  }
  .l-nav__block.location .l-nav__list {
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* sns
============================================================ */
.l-sns {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  line-height: 1;
}
.l-sns a {
  display: block;
  font-size: 2.4rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-sns a:hover {
    opacity: 0.7;
  }
}

/* pagetop
============================================================ */
.l-pagetop .m-btn {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.l-pagetop .m-btn .m-arrow {
  transform: rotate(-90deg);
}
@media screen and (min-width: 812px) {
  .l-pagetop {
    padding-bottom: 2.4rem;
  }
  .l-pagetop .m-btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 811px) {
  .l-pagetop {
    padding-bottom: 2.4rem;
  }
}

/* footer
============================================================ */
.l-footer {
  background-color: #fff;
}
.l-footer__logo {
  width: 26.8rem;
  margin-bottom: 4rem;
}
.l-footer__nav {
  font-size: 1.2rem;
}
.l-footer__nav ul {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}
.l-footer__nav a {
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__nav a:hover {
    text-decoration: underline;
  }
}
.l-footer__logout {
  font-size: 1.4rem;
  font-weight: 500;
}
.l-footer .l-copyright {
  letter-spacing: normal;
}
@media screen and (min-width: 812px) {
  .l-footer {
    padding: 5.6rem 0;
    border-radius: 8rem 8rem 0 0;
  }
  .l-footer__inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    row-gap: 4.8rem;
  }
  .l-footer .l-copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 811px) {
  .l-footer {
    padding: 4rem 0;
    border-top-right-radius: 5.6rem;
  }
  .l-footer__nav {
    margin-top: 2.4rem;
  }
  .l-footer__nav ul {
    justify-content: flex-start;
  }
  .l-footer .l-nav {
    margin: 3.2rem 0;
  }
  .l-footer .l-copyright {
    font-size: 1.1rem;
  }
  .l-footer__logout {
    margin-bottom: 3.2rem;
  }
}

/* breadcrumb
============================================================ */
.l-breadcrumb ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  font-weight: 700;
}
.l-breadcrumb li {
  display: inline;
}
.l-breadcrumb li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 1em;
}
@media (hover: hover) {
  .l-breadcrumb li a:hover {
    text-decoration: none;
  }
}
/* ============================================================
/* project module
============================================================ */
/* sc-register
============================================================ */
.sc-register .m-ttl .main {
  color: var(--color-sea);
}
.sc-register__feature {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  color: var(--color-sea);
}
.sc-register__feature li {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.sc-register__feature li em {
  font-size: 180%;
}
.sc-register__btns {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.sc-register__btns :has(.m-icon-register) {
  color: var(--color-sun);
}
.sc-register__btns :has(.m-icon-login) {
  color: var(--color-forest);
}
.sc-register__btns :has(.m-icon-mypage) {
  color: var(--color-sky);
}
.sc-register__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  height: 6.2rem;
  border-radius: 6.2rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid;
  transition: opacity 0.3s ease;
}
.sc-register__btns a em {
  font-size: 2.4rem;
  line-height: 1;
}
@media (hover: hover) {
  .sc-register__btns a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 812px) {
  .sc-register {
    margin-top: 9.6rem;
  }
  .sc-register .m-ttl {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    padding-bottom: 0;
    margin-bottom: 2.4rem;
  }
  .sc-register .m-ttl::after {
    content: none;
  }
  .sc-register__wrapper {
    padding: 4rem 8rem;
    border-radius: 4rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sc-register__btns a {
    width: 30rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-register {
    margin-top: 6.4rem;
  }
  .sc-register .m-ttl {
    padding-bottom: 0;
  }
  .sc-register .m-ttl:after {
    content: none;
  }
  .sc-register__wrapper {
    padding: 4.8rem 2.4rem;
    border-radius: 4rem;
    background-color: #fff;
  }
  .sc-register__feature {
    font-size: 1.6rem;
    row-gap: 1.6rem;
  }
  .sc-register__feature li:last-child em {
    margin-top: -1em;
  }
  .sc-register__btns {
    margin-top: 3.2rem;
  }
  .sc-register__btns a {
    width: 100%;
  }
}

/* sc-links
============================================================ */
.sc-links__list {
  display: grid;
  gap: 1.6rem;
}
.sc-links__list a {
  display: block;
  text-decoration: none;
  aspect-ratio: 236/120;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .sc-links__list a:hover {
    opacity: 0.7;
  }
}
.sc-links__list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0.2rem solid var(--color-fruits);
  border-radius: 1.6rem;
}
@media screen and (min-width: 812px) {
  .sc-links {
    margin-top: 9.6rem;
  }
  .sc-links__wrapper {
    padding: 4rem;
    border-radius: 4rem;
    background-color: var(--color-container-sub);
  }
  .sc-links__header {
    text-align: center;
  }
  .sc-links__list {
    justify-content: center;
    grid-template-columns: repeat(4, auto);
  }
  .sc-links__list li {
    width: 23.6rem;
  }
  .sc-links__list:not(:has(li:nth-child(4))) {
    display: flex;
  }
}
@media screen and (max-width: 811px) {
  .sc-links {
    margin-top: 6.4rem;
    padding: 4.8rem 0;
    border-radius: 4rem;
    background-color: var(--color-container-sub);
  }
  .sc-links__wrapper {
    display: flex;
    -moz-column-gap: 2.1rem;
    column-gap: 2.1rem;
    padding-left: 1.2rem;
  }
  .sc-links__list {
    width: 23.6rem;
  }
}

/* sc-apply
============================================================ */
.sc-apply__note {
  margin-top: 1em;
}
@media screen and (min-width: 812px) {
  .sc-apply__desc {
    text-align: center;
  }
  .sc-apply__note {
    text-align: center;
  }
}

@media screen and (min-width: 812px) {
  .sc-apply-flow {
    display: flex;
    justify-content: center;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-apply-flow {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    margin-top: 1.6rem;
  }
}

.sc-apply-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0.4rem solid var(--color-flow);
  border-radius: 2.4rem;
}
.sc-apply-flow__item__caption {
  font-size: 2rem;
  color: var(--color-flow);
}
.sc-apply-flow__item__caption em {
  width: auto;
  height: 1em;
}
.sc-apply-flow__item__ttl {
  margin: 0.8rem 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
}
.sc-apply-flow__item__text {
  margin-bottom: auto;
}
.sc-apply-flow__item__link {
  margin-top: 1.4rem;
}
.sc-apply-flow__item__link .m-btn {
  width: 100%;
  color: var(--color-flow);
}
.sc-apply-flow__item__link .m-btn .m-arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.sc-apply-flow__item__link .m-btn.disabled {
  pointer-events: none;
  color: #b2b2b2;
  border-color: transparent;
  background-color: var(--color-disabled);
}
.sc-apply-flow__item__balloon {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 6.9rem;
  aspect-ratio: 1/1;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: var(--color-flow);
  border-radius: 50%;
}
.sc-apply-flow__item:nth-child(1) {
  --color-flow: var(--color-sun);
}
.sc-apply-flow__item:nth-child(2) {
  --color-flow: var(--color-forest);
}
.sc-apply-flow__item:nth-child(3) {
  --color-flow: var(--color-sea);
}
.sc-apply-flow__item.disabled {
  color: #b2b2b2;
  --color-flow: #b2b2b2;
  pointer-events: none;
}
.sc-apply-flow__item.disabled .sc-apply-flow__item__link .m-btn {
  pointer-events: none;
  color: #b2b2b2;
  border-color: transparent;
  background-color: var(--color-disabled);
}
.sc-apply-flow__item__image {
  margin-top: 0.5rem;
}
.sc-apply-flow__item__image img {
  width: 100%;
}
@media screen and (min-width: 812px) {
  .sc-apply-flow__item {
    width: 32.6rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-apply-flow__item {
    padding: 1.2rem;
  }
  .sc-apply-flow__item__text {
    font-size: 1.4rem;
  }
  .sc-apply-flow__item__balloon {
    width: 7.7rem;
  }
}

/* m-over
============================================================ */
.m-over {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .m-over:hover {
    opacity: 0.7;
  }
}

/* m-follow-bnr
============================================================ */
.m-follow-bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 99;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
body.is_fixed_follow_bnr .m-follow-bnr {
  opacity: 1;
  visibility: visible;
}
.m-follow-bnr > * {
  pointer-events: auto;
}
.m-follow-bnr__inner {
  position: relative;
}
.m-follow-bnr__image a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .m-follow-bnr__image a:hover {
    opacity: 0.7;
  }
}
.m-follow-bnr__image img {
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.08);
}
.m-follow-bnr__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color-base);
  border-radius: 50%;
  border: 1px solid;
  font-size: 2rem;
  cursor: pointer;
  transform: translate(40%, -40%);
}
.m-follow-bnr__btn {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-sun);
  background-color: #fff;
  border: 0.4rem solid var(--color-container);
  border-right: none;
  cursor: pointer;
}
.m-follow-bnr__inner {
  visibility: hidden;
  opacity: 0;
  transform: translateX(150%);
  transition: all 0.5s ease;
}
.m-follow-bnr.is_visible .m-follow-bnr__inner {
  transform: translateX(0);
  visibility: inherit;
  opacity: 1;
}
.m-follow-bnr__btn {
  visibility: inherit;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease;
}
.m-follow-bnr.is_visible .m-follow-bnr__btn {
  transform: translateX(150%);
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 812px) {
  .m-follow-bnr {
    margin-bottom: 0.8rem;
  }
  .l-wrapper:has(.m-follow-nav) .m-follow-bnr {
    bottom: 9rem;
  }
  .l-wrapper:has(.m-follow-nav) .m-follow-bnr__btn {
    top: auto;
    bottom: 0;
  }
  .m-follow-bnr__inner {
    width: 35rem;
    margin-right: 1.6rem;
  }
  .m-follow-bnr__image img {
    border-radius: 1.8rem;
  }
  .m-follow-bnr__btn {
    width: 5.6rem;
    border-radius: 1.6rem 0 0 1.6rem;
    font-size: 2.5rem;
    box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 811px) {
  .m-follow-bnr {
    margin-bottom: 0.8rem;
  }
  .l-wrapper:has(.m-follow-nav) .m-follow-bnr {
    bottom: 9rem;
  }
  .m-follow-bnr__inner {
    width: 29rem;
    margin-right: 2rem;
  }
  .m-follow-bnr__image img {
    border-radius: 1.8rem;
  }
  .m-follow-bnr__btn {
    top: auto;
    bottom: 0;
    width: 4rem;
    border-radius: 1.2rem 0 0 1.2rem;
    font-size: 2rem;
  }
}

/* m-follow-nav
============================================================ */
.m-follow-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  transition: all 0.3s ease;
}
.m-follow-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-follow-nav__share, .m-follow-nav__register {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  padding: 0 1.5em;
  height: 5.4rem;
  border-radius: 5.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .m-follow-nav__share:hover, .m-follow-nav__register:hover {
    opacity: 0.7;
  }
}
.m-follow-nav__share em, .m-follow-nav__register em {
  font-size: 150%;
}
.m-follow-nav__register {
  color: #fff;
  background-color: var(--color-sea);
}
@media screen and (min-width: 812px) {
  .m-follow-nav {
    margin-right: 1.3rem;
    margin-bottom: 1.3rem;
    border-radius: 10rem;
    padding: 1.2rem;
    box-shadow: 0 0.6rem 0.8rem 0.4rem rgba(65, 65, 65, 0.08);
    opacity: 0;
    visibility: hidden;
  }
  body.is_fixed_follow_nav .m-follow-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 811px) {
  .m-follow-nav {
    width: 100%;
    padding: 0.8rem 0 2.4rem;
    box-shadow: 0 -0.2rem 0.4rem 0.4rem rgba(65, 65, 65, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(150%);
  }
  body.is_fixed_follow_nav .m-follow-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

/* modal-share
============================================================ */
.modal-share {
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 3.2rem;
  box-shadow: 0 0.6rem 0.8rem 0.4rem rgba(65, 65, 65, 0.08);
}
.modal-share:open, .modal-share[open] {
  animation: dialog-fade-in 0.3s ease forwards;
}
.modal-share__inner {
  position: relative;
}
.modal-share__close {
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  width: 3.2rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color-base);
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
}
.modal-share__ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.modal-share__list {
  margin-top: 1.6rem;
}
.modal-share__list button,
.modal-share__list a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  border-radius: 5.4rem;
  padding: 1.5em;
  -moz-column-gap: 0.8em;
  column-gap: 0.8em;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  border: 0.2rem solid;
}
.modal-share__list button em,
.modal-share__list a em {
  font-size: 150%;
}
@media screen and (min-width: 812px) {
  .modal-share__inner {
    width: 47.4rem;
  }
  .modal-share__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 811px) {
  .modal-share__inner {
    width: 28rem;
  }
  .modal-share__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
  }
}

@keyframes dialog-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/* m-iframe-container
============================================================ */
.m-iframe-container iframe {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.m-iframe-container iframe::-webkit-scrollbar {
  display: none;
}

/* m-news-list
============================================================ */
.m-news-list {
  display: flex;
  flex-direction: column;
}
.m-news-list dl {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #fff;
}
.m-news-list dt {
  color: var(--color-forest);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.m-news-list dt:before {
  content: "●";
  display: inline-block;
  width: 1.5em;
  transform: scale(0.8);
}
@media screen and (min-width: 812px) {
  .m-news-list {
    row-gap: 4.8rem;
  }
}
@media screen and (max-width: 811px) {
  .m-news-list {
    row-gap: 2.4rem;
  }
}

/* js-inview
============================================================ */
.js-inview {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.js-inview.isInviewed {
  opacity: 1;
  transform: translateY(0);
}

.js-inview-fade {
  opacity: 0;
  transition: opacity 1s ease;
}
.js-inview-fade.isInviewed {
  opacity: 1;
}

/* ============================================================
/* top page
============================================================ */
.sc-top-mv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sc-top-mv__slider {
  position: relative;
}
.sc-top-mv__slider .js-slider__controller {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.sc-top-mv__slider .js-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  line-height: 0;
}
.sc-top-mv__slider .js-slider__pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}
.sc-top-mv__slider .js-slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-fruits-icon);
}
.sc-top-mv__slider .js-slider__player {
  position: relative;
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  color: #fff;
  cursor: pointer;
}
.sc-top-mv__slider .js-slider__player:before, .sc-top-mv__slider .js-slider__player:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sc-top-mv__slider .js-slider__player:before {
  opacity: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_chevron.svg");
  mask-image: url("../img/common/icon_chevron.svg");
  background: currentColor;
}
.sc-top-mv__slider .js-slider__player:after {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_pause.svg");
  mask-image: url("../img/common/icon_pause.svg");
  background: currentColor;
}
.sc-top-mv__slider.is-autoplay-stop .js-slider__player:before {
  opacity: 1;
}
.sc-top-mv__slider.is-autoplay-stop .js-slider__player:after {
  opacity: 0;
}
.sc-top-mv__image {
  position: relative;
  z-index: -1;
}
.sc-top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sc-top-mv__image figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sc-top-mv__movie {
  position: relative;
}
.sc-top-mv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sc-top-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sc-top-mv__inner .l-inner {
  position: relative;
}
.sc-top-mv__ttl {
  margin: 0 auto;
}
.sc-top-mv__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.sc-top-mv__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .sc-top-mv__nav a:hover {
    opacity: 0.7;
  }
}
.sc-top-mv__nav a .m-arrow {
  margin-left: 1em;
  margin-top: 0.1em;
  transform: rotate(90deg);
}
.sc-top-mv__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  aspect-ratio: 1/1;
  text-align: center;
  width: 23.8rem;
  row-gap: 1.8rem;
  font-size: 1.2rem;
}
.sc-top-mv__badge img {
  width: 18.9rem;
  padding-bottom: 10%;
}
.sc-top-mv__badge em {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 812px) {
  .sc-top-mv {
    border-radius: 0 0 8rem 8rem;
  }
  .sc-top-mv__slider .js-slider__controller {
    right: 4.8rem;
    margin-bottom: 4.8rem;
  }
  .sc-top-mv__image {
    height: 90rem;
  }
  .sc-top-mv__image figcaption {
    font-size: 1.4rem;
    text-align: right;
    padding: 0 4.8rem;
    margin-bottom: 8.4rem;
  }
  .sc-top-mv__movie {
    height: 90rem;
  }
  .sc-top-mv__ttl {
    width: 67rem;
  }
  .sc-top-mv__nav {
    margin-top: 8rem;
  }
  .sc-top-mv__nav a {
    width: 30rem;
    height: 6.2rem;
    border-radius: 6.2rem;
    font-size: 1.6rem;
  }
  .sc-top-mv__inner .l-inner {
    padding-top: 6rem;
  }
  .sc-top-mv__badge {
    position: absolute;
    top: 0;
    right: 2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-mv {
    border-radius: 0 0 0 5.6rem;
  }
  .sc-top-mv__slider .js-slider__controller {
    left: 0;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .sc-top-mv__image {
    height: 74.4rem;
  }
  .sc-top-mv__image figcaption {
    margin-bottom: 4.8rem;
    font-size: 1.4rem;
    text-align: center;
    padding: 0 1em;
  }
  .sc-top-mv__movie {
    height: 74.4rem;
  }
  .sc-top-mv__ttl {
    width: 23.6rem;
    position: relative;
    z-index: 1;
  }
  .sc-top-mv__inner {
    height: 100%;
  }
  .sc-top-mv__inner .l-inner {
    padding-top: 4rem;
    padding-bottom: 10.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sc-top-mv__nav {
    flex-direction: column;
  }
  .sc-top-mv__nav li {
    width: 100%;
  }
  .sc-top-mv__nav a {
    width: 100%;
    height: 5.4rem;
    border-radius: 5.4rem;
    font-size: 1.4rem;
  }
  .sc-top-mv__badge {
    position: absolute;
    top: 34.5rem;
    left: calc(50% + 6rem);
    width: 12rem;
    padding: 1rem;
  }
}

.sc-top-about__text {
  line-height: 2;
}
.sc-top-about__text p + p {
  margin-top: 2em;
}
.sc-top-about__figure a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .sc-top-about__figure a:hover {
    opacity: 0.7;
  }
}
.sc-top-about__figure img {
  box-shadow: 0 0 1.6rem 0.8rem rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 812px) {
  .sc-top-about {
    padding: 9.6rem 0;
  }
  .sc-top-about .l-inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
  }
  .sc-top-about__text {
    width: 63rem;
  }
  .sc-top-about__figure {
    width: 43.2rem;
  }
  .sc-top-about__figure img {
    border-radius: 2.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-about {
    padding: 5.4rem 0;
  }
  .sc-top-about__text + .m-btn {
    margin-top: 3.2rem;
  }
  .sc-top-about__figure {
    margin-top: 3.2rem;
  }
  .sc-top-about__figure img {
    border-radius: 1.8rem;
  }
}

.sc-top-lifestyle {
  background-color: #fff;
}
@media screen and (min-width: 812px) {
  .sc-top-lifestyle {
    padding: 6.4rem 0;
    border-radius: 8rem 0 0 8rem;
  }
  .sc-top-lifestyle__header {
    display: flex;
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
  }
  .sc-top-lifestyle__desc {
    line-height: 2;
  }
  .sc-top-lifestyle__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    margin-top: 6.4rem;
  }
  .sc-top-lifestyle__list > :nth-child(1) {
    margin-top: 3.2rem;
  }
  .sc-top-lifestyle__list > :nth-child(2) {
    margin-top: 9.6rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-lifestyle {
    padding: 4.8rem 0;
    border-radius: 5.6rem 0 0 5.6rem;
  }
  .sc-top-lifestyle__header {
    margin-bottom: 3.2rem;
  }
  .sc-top-lifestyle__desc {
    font-size: 1.4rem;
  }
  .sc-top-lifestyle__list {
    display: flex;
    flex-direction: column;
    row-gap: 6.4rem;
  }
  .sc-top-lifestyle__list > * {
    margin-top: 6.4rem;
  }
}

.sc-top-lifestyle__item__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .sc-top-lifestyle__item__link:hover {
    opacity: 0.7;
  }
}
.sc-top-lifestyle__item:nth-child(1) {
  --color-link: var(--color-sun);
}
.sc-top-lifestyle__item:nth-child(2) {
  --color-link: var(--color-forest);
}
.sc-top-lifestyle__item:nth-child(3) {
  --color-link: var(--color-sea);
}
.sc-top-lifestyle__item__inner {
  position: relative;
}
.sc-top-lifestyle__item__caption {
  position: absolute;
  top: -6.4rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  border-radius: 0.8rem;
  background-color: var(--color-link);
}
.sc-top-lifestyle__item__caption:after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  width: 2.7rem;
  height: 1.3rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: inherit;
  transform: translateX(-50%);
}
.sc-top-lifestyle__item__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.6rem;
  padding-left: 0.2rem;
  padding-right: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.7em;
  column-gap: 0.7em;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}
.sc-top-lifestyle__item__ttl:before, .sc-top-lifestyle__item__ttl:after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background-color: inherit;
}
.sc-top-lifestyle__item__ttl:before {
  top: calc(100% - 0.5px);
  left: 0;
  clip-path: path("M16 0H0V16C0 7.1639 7.1639 0 16 0Z");
}
.sc-top-lifestyle__item__ttl:after {
  left: calc(100% - 0.5px);
  top: 0;
  clip-path: path("M16 0H0V16C0 7.1639 7.1639 0 16 0Z");
}
.sc-top-lifestyle__item__ttl [class*=m-icon-0] {
  color: var(--color-link);
  font-size: 200%;
}
.sc-top-lifestyle__item__ttl .m-arrow {
  color: var(--color-link);
  font-size: 70%;
  margin-top: 0.2em;
}
.sc-top-lifestyle__item__image {
  position: relative;
  width: 100%;
  height: 30.2rem;
  border-radius: 3.2rem;
}
.sc-top-lifestyle__item__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.5);
  border-radius: inherit;
}
.sc-top-lifestyle__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.sc-top-lifestyle__item__block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem;
  color: #fff;
}
.sc-top-lifestyle__item__copy {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.sc-top-lifestyle__item__hash {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 0.5em;
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

.sc-top-area {
  background-color: var(--color-container-sub);
}
.sc-top-area__map__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sc-top-area__block__ttl {
  margin-bottom: 0.8rem;
  line-height: 1.4;
  font-weight: 500;
}
.sc-top-area__block__list {
  display: grid;
  gap: 0.8rem;
}
.sc-top-area__block__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-sea);
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--color-sea);
  border-radius: 0.4rem;
  background-color: #fff;
}
@media (hover: hover) {
  .sc-top-area__block__list a {
    transition: all 0.3s;
  }
  .sc-top-area__block__list a:hover {
    background-color: var(--color-sea);
    color: #fff;
  }
}
@media screen and (min-width: 812px) {
  .sc-top-area {
    margin-top: 9.6rem;
    padding: 9.6rem 0;
    border-radius: 0 8rem 8rem 0;
  }
  .sc-top-area__header {
    display: flex;
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
  }
  .sc-top-area__desc {
    line-height: 2;
  }
  .sc-top-area__map {
    position: relative;
    width: 100rem;
    margin: 0 auto;
  }
  .sc-top-area__map__image {
    aspect-ratio: 1000/635;
  }
  .sc-top-area__block {
    position: absolute;
    padding: 0.8rem;
    border-radius: 0.8rem;
    background-color: var(--color-fruits);
  }
  .sc-top-area__block__ttl {
    text-align: center;
    font-size: 1.4rem;
  }
  .sc-top-area__block__list a {
    height: 3.3rem;
  }
  .sc-top-area__block__list a .main {
    font-size: 1.3rem;
  }
  .sc-top-area__block__list a .sub {
    font-size: 1.2rem;
  }
  .sc-top-area__block:nth-child(1) {
    top: 8.7rem;
    left: 30.8rem;
    width: 24rem;
  }
  .sc-top-area__block:nth-child(2) {
    top: 49.5rem;
    left: 36.8rem;
    width: 47rem;
  }
  .sc-top-area__block:nth-child(2) .sc-top-area__block__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sc-top-area__block:nth-child(3) {
    top: 32.8rem;
    left: 3.3rem;
    width: 24rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-area {
    margin-top: 6.4rem;
    padding: 6.4rem 0;
    border-radius: 0 5.6rem 5.6rem 0;
  }
  .sc-top-area__desc {
    font-size: 1.4rem;
  }
  .sc-top-area__map__image {
    aspect-ratio: 35/38;
    margin: 3.2rem 0;
  }
  .sc-top-area__list {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .sc-top-area__block__ttl {
    font-size: 1.4rem;
  }
  .sc-top-area__block__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .sc-top-area__block__list a {
    line-height: 1.4;
    flex-direction: column;
    height: 5.4rem;
  }
  .sc-top-area__block__list a .main {
    font-size: 1.6rem;
  }
  .sc-top-area__block__list a .sub {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 812px) {
  .sc-top-news {
    padding-top: 9.6rem;
  }
  .sc-top-news .l-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
    max-width: 128rem;
  }
  .sc-top-news__inner {
    min-height: 17rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-news {
    padding-top: 6.4rem;
  }
}

/* ============================================================
/* subpage
============================================================ */
.sc-subpage__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.sc-subpage__ttl .main {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sc-subpage__ttl .sub {
  font-weight: 700;
}
@media screen and (min-width: 812px) {
  .sc-subpage__header {
    margin-bottom: 6.4rem;
    padding-top: 16rem;
  }
  .sc-subpage__ttl {
    row-gap: 2rem;
  }
  .sc-subpage__ttl .main {
    font-size: 4.8rem;
  }
  .sc-subpage__ttl .sub {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-subpage__header {
    margin-bottom: 4.8rem;
    padding-top: 4rem;
  }
  .sc-subpage__ttl {
    row-gap: 1.6rem;
  }
  .sc-subpage__ttl .main {
    font-size: 3.6rem;
  }
  .sc-subpage__ttl .sub {
    font-size: 2rem;
  }
}

/* ============================================================
/* area detail page
============================================================ */
.sc-area-dtl__header {
  position: relative;
  z-index: 0;
}
.sc-area-dtl__header__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
}
.sc-area-dtl__header__inner .l-inner {
  position: relative;
}
.sc-area-dtl__slider {
  position: relative;
}
.sc-area-dtl__slider .swiper {
  overflow: visible;
}
.sc-area-dtl__slider .js-slider__controller {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.sc-area-dtl__slider .js-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  line-height: 0;
}
.sc-area-dtl__slider .js-slider__pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}
.sc-area-dtl__slider .js-slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-fruits-icon);
}
.sc-area-dtl__slider .js-slider__player {
  position: relative;
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  color: #fff;
  cursor: pointer;
}
.sc-area-dtl__slider .js-slider__player:before, .sc-area-dtl__slider .js-slider__player:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sc-area-dtl__slider .js-slider__player:before {
  opacity: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_chevron.svg");
  mask-image: url("../img/common/icon_chevron.svg");
  background: currentColor;
}
.sc-area-dtl__slider .js-slider__player:after {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_pause.svg");
  mask-image: url("../img/common/icon_pause.svg");
  background: currentColor;
}
.sc-area-dtl__slider.is-autoplay-stop .js-slider__player:before {
  opacity: 1;
}
.sc-area-dtl__slider.is-autoplay-stop .js-slider__player:after {
  opacity: 0;
}
.sc-area-dtl__image {
  position: relative;
  z-index: -1;
}
.sc-area-dtl__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sc-area-dtl__image__caption {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: right;
  opacity: 0;
  transition: opacity 1s ease;
}
.swiper-slide-active .sc-area-dtl__image__caption {
  opacity: 1;
}
.sc-area-dtl__ttl {
  font-weight: 700;
}
.sc-area-dtl__ruby {
  font-weight: 600;
}
@media screen and (min-width: 812px) {
  .sc-area-dtl__slider .js-slider__controller {
    right: 4.8rem;
    margin-bottom: 4.8rem;
  }
  .sc-area-dtl__image {
    height: 56rem;
  }
  .sc-area-dtl__image img {
    border-radius: 0 0 0 8rem;
  }
  .sc-area-dtl__image__caption {
    font-size: 1.4rem;
    padding: 0.5em 4rem 0;
  }
  .sc-area-dtl__ttl {
    font-size: 4.8rem;
  }
  .sc-area-dtl__ruby {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-dtl__slider .js-slider__controller {
    left: 0;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .sc-area-dtl__image {
    height: 39rem;
  }
  .sc-area-dtl__image img {
    border-radius: 0 0 0 5.6rem;
  }
  .sc-area-dtl__image__caption {
    font-size: 1.2rem;
    padding: 0.5em 2rem 0;
  }
  .sc-area-dtl__ttl {
    font-size: 3.6rem;
  }
  .sc-area-dtl__ruby {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 812px) {
  .sc-area-about {
    padding: 9.6rem 0;
  }
  .sc-area-about .l-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-about {
    padding: 6.4rem 0 4rem;
  }
  .sc-area-about__header {
    margin-bottom: 4rem;
  }
}

.sc-area-access {
  border-radius: 2.4rem;
  background-color: #fff;
}
.sc-area-access__ttl {
  margin-bottom: 1.6rem;
  color: var(--color-sea);
  font-size: 2rem;
  font-weight: 700;
}
.sc-area-access__ttl em {
  font-size: 150%;
  margin-right: 0.2em;
  margin-top: -0.2em;
}
.sc-area-access__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sc-area-access__list li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.sc-area-access__gmap {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  margin-top: 1em;
  margin-left: auto;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.sc-area-access__gmap em {
  font-size: 120%;
}
@media screen and (min-width: 812px) {
  .sc-area-access {
    margin-top: 4rem;
    padding: 3.2rem;
    display: grid;
    grid-template-columns: 1fr 40.8rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-access {
    margin-top: 3.2rem;
    padding: 3.2rem 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
}

.sc-area-feature {
  background-color: #fff;
}
@media screen and (min-width: 812px) {
  .sc-area-feature {
    margin-bottom: 9.6rem;
    padding: 9.6rem 0;
    border-radius: 8rem 0 0 8rem;
  }
  .sc-area-feature__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
  .sc-area-feature__items {
    display: flex;
    flex-direction: column;
    row-gap: 3.2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-feature {
    margin-bottom: 6.4rem;
    padding: 4.8rem 0;
    border-radius: 5.6rem 0 0 5.6rem;
  }
  .sc-area-feature__block {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .sc-area-feature__items {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
    margin-top: 3.2rem;
  }
}

.sc-area-feature__item:not(:last-child) {
  border-bottom: 2px solid #eaeaea;
}
.sc-area-feature__item__ttl {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-sea);
}
.sc-area-feature__item__ttl em {
  font-size: 150%;
  margin-right: 0.2em;
  margin-top: -0.2em;
}
.sc-area-feature__item__link {
  margin-top: 1.6rem;
}
@media screen and (min-width: 812px) {
  .sc-area-feature__item {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    padding-bottom: 3.2rem;
  }
  .sc-area-feature__item__inner {
    flex: 1;
  }
  .sc-area-feature__item__image {
    width: 28rem;
  }
  .sc-area-feature__item__image img {
    border-radius: 1.8rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-feature__item {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .sc-area-feature__item__image img {
    border-radius: 2.4rem;
  }
}

.sc-area-introduce,
.sc-area-recommend {
  border-style: solid;
}
.sc-area-introduce__ttl,
.sc-area-recommend__ttl {
  font-weight: 700;
}
.sc-area-introduce__ttl em,
.sc-area-recommend__ttl em {
  font-size: 150%;
  margin-right: 0.2em;
  margin-top: -0.2em;
}
.sc-area-introduce__content,
.sc-area-recommend__content {
  font-weight: 700;
}
.sc-area-introduce__list,
.sc-area-recommend__list {
  font-weight: 700;
}
.sc-area-introduce__list li,
.sc-area-recommend__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sc-area-introduce__list li:before,
.sc-area-recommend__list li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
@media screen and (min-width: 812px) {
  .sc-area-introduce,
  .sc-area-recommend {
    padding: 2.4rem;
    border-width: 0.6rem;
    border-radius: 2.4rem;
  }
  .sc-area-introduce__ttl,
  .sc-area-recommend__ttl {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .sc-area-introduce__content, .sc-area-introduce__list,
  .sc-area-recommend__content,
  .sc-area-recommend__list {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-introduce,
  .sc-area-recommend {
    padding: 2.4rem;
    border-width: 0.4rem;
    border-radius: 2.4rem;
  }
  .sc-area-introduce__ttl,
  .sc-area-recommend__ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .sc-area-introduce__content, .sc-area-introduce__list,
  .sc-area-recommend__content,
  .sc-area-recommend__list {
    font-size: 1.6rem;
  }
}

.sc-area-introduce {
  border-color: var(--color-forest);
}
.sc-area-introduce__ttl {
  color: var(--color-forest);
}

.sc-area-recommend {
  border-color: var(--color-sun);
}
.sc-area-recommend__ttl {
  color: var(--color-sun);
}

.sc-area-exp {
  background-color: var(--color-container-sub);
}
@media screen and (min-width: 812px) {
  .sc-area-exp {
    padding: 9.6rem 0;
    border-radius: 0 8rem 8rem 0;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-exp {
    padding: 4.8rem 0;
    border-radius: 0 5.6rem 5.6rem 0;
  }
}

.sc-area-exp-terms {
  background-color: #fff;
  border-color: var(--color-forest);
  border-style: solid;
}
.sc-area-exp-terms__ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.25;
}
.sc-area-exp-terms__ttl em {
  font-size: 150%;
  margin-right: 0.2em;
  margin-top: -0.1em;
  color: var(--color-forest);
}
.sc-area-exp-terms__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sc-area-exp-terms__list li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.sc-area-exp-terms__note {
  color: var(--color-alert);
  font-size: 1.4rem;
}
@media screen and (min-width: 812px) {
  .sc-area-exp-terms {
    border-width: 0.6rem;
    border-radius: 4rem;
    padding: 3.4rem;
    margin-top: 4.8rem;
  }
  .sc-area-exp-terms__ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
  .sc-area-exp-terms__note {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-exp-terms {
    border-width: 0.4rem;
    border-radius: 2.4rem;
    padding: 2rem 1.6rem;
    margin-top: 4.8rem;
  }
  .sc-area-exp-terms__ttl {
    flex-direction: column;
    row-gap: 0.8rem;
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
  .sc-area-exp-terms__note {
    margin-top: 3.2rem;
  }
}

.sc-area-exp-dtl {
  background-color: #fff;
  border-color: var(--color-forest);
  border-style: solid;
}
.sc-area-exp-dtl__ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.25;
}
.sc-area-exp-dtl__ttl em {
  font-size: 150%;
  margin-right: 0.2em;
  margin-top: -0.1em;
  color: var(--color-forest);
}
@media screen and (min-width: 812px) {
  .sc-area-exp-dtl {
    border-width: 0.6rem;
    border-radius: 4rem;
    padding: 3.4rem;
    margin-top: 4.8rem;
  }
  .sc-area-exp-dtl__ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
  .sc-area-exp-dtl__items {
    display: flex;
    flex-direction: column;
    row-gap: 3.2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-exp-dtl {
    border-width: 0.4rem;
    border-radius: 2.4rem;
    padding: 3.6rem 2rem;
    margin-top: 4.8rem;
  }
  .sc-area-exp-dtl__ttl {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
  .sc-area-exp-dtl__items {
    display: flex;
    flex-direction: column;
    row-gap: 3.2rem;
  }
}

.sc-area-exp-dtl__item:not(:last-child) {
  border-bottom: 2px solid #eaeaea;
}
.sc-area-exp-dtl__item__ttl {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
}
.sc-area-exp-dtl__item__ttl em {
  font-size: 150%;
  margin-right: 0.2em;
  margin-top: -0.2em;
}
.sc-area-exp-dtl__item__link {
  margin-top: 1.6rem;
}
@media screen and (min-width: 812px) {
  .sc-area-exp-dtl__item {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    row-gap: 2.4rem;
    padding-bottom: 3.2rem;
  }
  .sc-area-exp-dtl__item__inner {
    width: 100%;
  }
  .sc-area-exp-dtl__item__image {
    width: 34rem;
  }
  .sc-area-exp-dtl__item__image img {
    border-radius: 2.2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-exp-dtl__item {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .sc-area-exp-dtl__item__ttl {
    font-size: 1.6rem;
  }
  .sc-area-exp-dtl__item__content {
    font-size: 1.4rem;
  }
  .sc-area-exp-dtl__item__image img {
    border-radius: 2.4rem;
  }
}

@media screen and (min-width: 812px) {
  .sc-area-faq {
    padding: 9.6rem 0 0;
  }
  .sc-area-faq .l-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 11.9rem;
    column-gap: 11.9rem;
    max-width: 104rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-faq {
    padding: 6.4rem 0 0;
  }
}

.sc-area-faq__item {
  border-bottom: 2px solid #fff;
}
.sc-area-faq__item__ttl {
  position: relative;
  display: flex;
}
.sc-area-faq__item__ttl .prefix {
  width: 5.9rem;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  margin-top: -0.4em;
  color: var(--color-sea);
  padding-left: 0.9rem;
}
.sc-area-faq__item__ttl span {
  flex: 1;
}
.sc-area-faq__item .icon-accordion {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  aspect-ratio: 1/1;
}
.sc-area-faq__item .icon-accordion:before, .sc-area-faq__item .icon-accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-sea);
}
.sc-area-faq__item .icon-accordion:before {
  width: 60%;
  height: 0.2rem;
}
.sc-area-faq__item .icon-accordion:after {
  height: 60%;
  width: 0.2rem;
}
.sc-area-faq__item__ttl[aria-expanded=true] .icon-accordion:after {
  opacity: 0;
}
.sc-area-faq__item__content {
  padding-left: 5.9rem;
}
@media screen and (min-width: 812px) {
  .sc-area-faq__item + .sc-area-faq__item {
    margin-top: 1.6rem;
  }
  .sc-area-faq__item__ttl {
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
  .sc-area-faq__item__content {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-faq__item__ttl {
    padding: 1.6rem 2.4rem 1.6rem 0;
  }
  .sc-area-faq__item__content {
    padding-bottom: 1.6rem;
  }
}

.sc-area-tabicube__ttl {
  margin-bottom: 1.6rem;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
}
.sc-area-tabicube__text {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.sc-area-tabicube__link .m-btn {
  -moz-column-gap: 0.6em;
  column-gap: 0.6em;
  color: var(--color-sea);
}
.sc-area-tabicube__link .m-icon-blank {
  font-size: 150%;
}
@media screen and (min-width: 812px) {
  .sc-area-tabicube {
    margin-top: 9.6rem;
  }
  .sc-area-tabicube__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.2rem 0;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    border-radius: 4rem;
    background-color: var(--color-container-sub);
  }
  .sc-area-tabicube__bnr {
    width: 46.8rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-tabicube {
    margin-top: 6.4rem;
  }
  .sc-area-tabicube__inner {
    padding: 3.2rem 2rem;
    border-radius: 2.4rem;
    background-color: var(--color-container-sub);
  }
  .sc-area-tabicube__ttl {
    text-align: center;
  }
  .sc-area-tabicube__link {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .sc-area-tabicube__link span {
    flex: 1;
    text-align: center;
    padding-left: 3.2rem;
  }
  .sc-area-tabicube__bnr {
    margin-top: 3.2rem;
  }
}

.sc-area-dtl .sc-apply {
  background-color: #fff;
}
@media screen and (min-width: 812px) {
  .sc-area-dtl .sc-apply {
    margin-top: 9.6rem;
    padding: 9.6rem 0;
    border-radius: 8rem 0 0 8rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-area-dtl .sc-apply {
    margin-top: 6.4rem;
    padding: 4.8rem 0;
    border-radius: 5.6rem 0 0 5.6rem;
  }
}

/* ============================================================
/* monitor page
============================================================ */
.l-wrapper:has(.sc-monitor) {
  background-color: var(--color-sea-container);
}

.sc-monitor__ttl {
  display: flex;
  flex-direction: column;
}
.sc-monitor__ttl .main {
  font-weight: 700;
}
.sc-monitor__ttl .sub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  padding: 0 1em;
  font-weight: 600;
  border-radius: 1.2rem;
  background-color: #fee86c;
}
.sc-monitor__ttl .sub::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 2rem;
  height: 1rem;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
@media screen and (min-width: 812px) {
  .sc-monitor__header {
    padding-top: 13rem;
    margin-bottom: 8.8rem;
  }
  .sc-monitor__header .l-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    max-width: 124rem;
  }
  .sc-monitor__ttl .main {
    font-size: 6.4rem;
  }
  .sc-monitor__ttl .sub {
    font-size: 2.4rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sc-monitor__balloon {
    width: 18.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor__header {
    padding-top: 3.2rem;
    margin-bottom: 4.8rem;
  }
  .sc-monitor__header .l-inner {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .sc-monitor__ttl {
    row-gap: 2rem;
  }
  .sc-monitor__ttl .main {
    font-size: 3.6rem;
    line-height: 1.3;
  }
  .sc-monitor__ttl .sub {
    font-size: 1.6rem;
    width: 100%;
  }
  .sc-monitor__balloon img {
    width: 100%;
  }
}

.sc-monitor-about {
  overflow: hidden;
}
.sc-monitor-about__ttl {
  font-weight: 700;
}
.sc-monitor-about__text {
  line-height: 2;
}
.sc-monitor-about__text em {
  font-style: normal;
  background: var(--color-fruits);
}
.sc-monitor-about__text + .sc-monitor-about__text {
  margin-top: 2em;
}
.sc-monitor-about__figures {
  display: flex;
  justify-content: center;
}
.sc-monitor-about__figure {
  text-align: center;
}
.sc-monitor-about__figure figcaption {
  font-weight: 700;
  white-space: nowrap;
}
.sc-monitor-about__ex {
  border-radius: 1.2rem;
  background-color: var(--color-forest-container);
}
.sc-monitor-about__ex__ttl {
  margin-bottom: 0.75em;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.sc-monitor-about__ex__list dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.4rem;
  padding-top: 0.5em;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 1.2rem;
  background-color: #fff;
}
.sc-monitor-about__ex__list dt {
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: var(--color-sea);
}
.sc-monitor-about__ex__list dt em {
  font-size: 2rem;
  font-style: normal;
}
.sc-monitor-about__ex__list dt em.num {
  font-size: 2.8rem;
  line-height: 2rem;
}
.sc-monitor-about__ex__list dt .yen {
  display: inline-block;
  transform: translateY(0.1em);
}
.sc-monitor-about .m-btn em {
  transform: rotate(90deg);
}
@media screen and (min-width: 812px) {
  .sc-monitor-about {
    padding-top: 3rem;
    margin-top: -3rem;
  }
  .sc-monitor-about .l-inner {
    display: grid;
    grid-template-columns: 82.8rem 1fr;
  }
  .sc-monitor-about__container {
    border: 0.6rem solid var(--color-sea);
    border-radius: 4.8rem;
    background-color: #fff;
    padding: 6.4rem 4.8rem;
  }
  .sc-monitor-about__ttl {
    margin-bottom: 3.6rem;
    font-size: 3.2rem;
  }
  .sc-monitor-about__image img {
    width: 57rem;
    max-width: 57rem;
    margin-left: -15rem;
    margin-top: -3rem;
  }
  .sc-monitor-about__figures {
    margin-top: 3rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .sc-monitor-about__figures .m-icon-plus {
    font-size: 6.4rem;
  }
  .sc-monitor-about__figure figcaption {
    font-size: 2rem;
  }
  .sc-monitor-about__figure img {
    width: 24rem;
  }
  .sc-monitor-about__ex {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding: 1.6rem;
    max-width: 70rem;
  }
  .sc-monitor-about__ex__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
  .sc-monitor-about .m-btn {
    margin: 4rem auto 0;
    width: 30rem;
    height: 6.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-about__block {
    border: 0.4rem solid var(--color-sea);
    border-radius: 2.4rem;
    background-color: #fff;
    padding: 2.8rem 2rem;
  }
  .sc-monitor-about__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .sc-monitor-about__image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 45rem;
    max-width: 45rem;
    margin-top: 1.6rem;
  }
  .sc-monitor-about__block + .sc-monitor-about__image {
    margin-top: -0.8rem;
    margin-bottom: 1.6rem;
  }
  .sc-monitor-about__figures {
    margin-top: 2rem;
  }
  .sc-monitor-about__figures .m-icon-plus {
    font-size: 3.2rem;
    margin-top: -4rem;
  }
  .sc-monitor-about__figure {
    width: 13rem;
  }
  .sc-monitor-about__figure figcaption {
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .sc-monitor-about__figure img {
    width: 11rem;
  }
  .sc-monitor-about__ex {
    margin-top: 1.5rem;
    padding: 1.6rem;
  }
  .sc-monitor-about__ex__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
  }
  .sc-monitor-about__ex__list dl:last-child dt {
    letter-spacing: normal;
  }
  .sc-monitor-about .m-btn {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 812px) {
  .sc-monitor-area {
    padding: 9.6rem 0;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-area {
    padding: 4.8rem 0;
  }
}

.sc-monitor-area__group__ttl {
  position: relative;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding: 1.8rem 0.4rem;
}
.sc-monitor-area__group__ttl .icon-accordion {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: var(--color-sea);
}
.sc-monitor-area__group__ttl .icon-accordion .m-arrow {
  transform: rotate(90deg);
}
.sc-monitor-area__group__ttl[aria-expanded=true] .icon-accordion .m-arrow {
  transform: rotate(270deg);
}
.sc-monitor-area__group + .sc-monitor-area__group {
  margin-top: 1.6rem;
}
.sc-monitor-area__group__inner {
  display: flex;
  flex-direction: column;
  padding-top: 2.4rem;
  row-gap: 2.4rem;
}
@media screen and (max-width: 811px) {
  .sc-monitor-area__group__ttl .icon-accordion {
    width: 2.9rem;
    height: 2.9rem;
    font-size: 1.4rem;
  }
  .sc-monitor-area__group__inner {
    row-gap: 1.6rem;
    padding-top: 1.6rem;
  }
}

.sc-monitor-area__item {
  position: relative;
  border: 4px solid var(--color-sea);
  border-radius: 1.6rem;
  background-color: #fff;
}
.sc-monitor-area__item__disabled {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  z-index: 0;
}
.sc-monitor-area__item__disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #747474;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sc-monitor-area__item__ttl {
  position: relative;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.sc-monitor-area__item__ttl .icon-accordion {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--color-sea);
}
.sc-monitor-area__item__ttl .icon-accordion .m-arrow {
  transform: rotate(90deg);
}
.sc-monitor-area__item__ttl[aria-expanded=true] .icon-accordion .m-arrow {
  transform: rotate(270deg);
}
@media screen and (min-width: 812px) {
  .sc-monitor-area__item__disabled {
    font-size: 2rem;
    margin-left: 2em;
    padding: 0.25em 1em;
  }
  .sc-monitor-area__item__inner {
    padding: 0.3rem 3rem 3rem;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .sc-monitor-area__item__info__figure {
    width: 40rem;
  }
  .sc-monitor-area__item__info__inner {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .sc-monitor-area__item__detail .m-btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-area__item__disabled {
    height: 2rem;
    font-size: 1.4rem;
    margin-left: 1.5em;
    padding: 0.25em 1em;
  }
  .sc-monitor-area__item__disabled:before {
    height: 4rem;
  }
  .sc-monitor-area__item__inner {
    padding: 1.2rem 1.6rem 2.8rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .sc-monitor-area__item__ttl {
    font-size: 2rem;
  }
  .sc-monitor-area__item__ttl .icon-accordion {
    font-size: 1.4rem;
  }
}

.sc-monitor-area__summary__disabled {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  z-index: 0;
}
.sc-monitor-area__summary__disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #747474;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sc-monitor-area__summary__ttl {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-forest);
}
.sc-monitor-area__summary__list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  font-weight: 700;
  background-color: var(--color-forest-container);
}
.sc-monitor-area__summary__list dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sc-monitor-area__summary__list dd ul li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
@media screen and (min-width: 812px) {
  .sc-monitor-area__summary {
    margin-bottom: 3.2rem;
  }
  .sc-monitor-area__summary__disabled {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
  }
  .sc-monitor-area__summary__ttl {
    font-size: 2.4rem;
  }
  .sc-monitor-area__summary__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
  }
  .sc-monitor-area__summary__list dl {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    align-items: center;
  }
  .sc-monitor-area__summary__list dt,
  .sc-monitor-area__summary__list dd {
    padding: 0.8rem 0;
  }
  .sc-monitor-area__summary__list dt {
    width: 14rem;
    height: 100%;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-area__summary {
    margin-bottom: 2.4rem;
  }
  .sc-monitor-area__summary__disabled {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
  }
  .sc-monitor-area__summary__ttl {
    font-size: 2rem;
  }
  .sc-monitor-area__summary__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
  }
  .sc-monitor-area__summary__list dt,
  .sc-monitor-area__summary__list dd {
    padding: 0.8rem 0;
  }
}

.sc-monitor-area__gmap {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  margin-top: 1em;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.sc-monitor-area__gmap em {
  font-size: 120%;
}
@media screen and (max-width: 811px) {
  .sc-monitor-area__gmap {
    margin-left: auto;
  }
}

.sc-monitor-area__introduce__ttl,
.sc-monitor-area__recommend__ttl {
  font-weight: 700;
}
.sc-monitor-area__introduce__ttl em,
.sc-monitor-area__recommend__ttl em {
  font-size: 150%;
  margin-right: 0.2em;
  margin-top: -0.2em;
}
.sc-monitor-area__introduce__content,
.sc-monitor-area__recommend__content {
  font-size: 1.4rem;
  font-weight: 500;
}
.sc-monitor-area__introduce__list,
.sc-monitor-area__recommend__list {
  font-size: 1.4rem;
  font-weight: 500;
}
.sc-monitor-area__introduce__list li,
.sc-monitor-area__recommend__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sc-monitor-area__introduce__list li:before,
.sc-monitor-area__recommend__list li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
@media screen and (min-width: 812px) {
  .sc-monitor-area__introduce__ttl,
  .sc-monitor-area__recommend__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-area__introduce__ttl,
  .sc-monitor-area__recommend__ttl {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}

.sc-monitor-area__introduce__ttl {
  color: var(--color-forest);
}

.sc-monitor-area__recommend__ttl {
  color: var(--color-sun);
}

.sc-monitor-area__exp__ttl {
  font-weight: 700;
  color: var(--color-forest);
}
.sc-monitor-area__exp__ttl em {
  font-size: 150%;
  margin-right: 0.2em;
  margin-top: -0.2em;
}
@media screen and (min-width: 812px) {
  .sc-monitor-area__exp {
    margin-top: 3.2rem;
  }
  .sc-monitor-area__exp__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .sc-monitor-area__exp__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-area__exp {
    margin-top: 3.2rem;
  }
  .sc-monitor-area__exp__ttl {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .sc-monitor-area__exp__list {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
}

.sc-monitor-area__exp__item__link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.sc-monitor-area__exp__item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  row-gap: 1.2rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background-color: var(--color-container);
}
.sc-monitor-area__exp__item__image {
  aspect-ratio: 24/14;
  overflow: hidden;
}
.sc-monitor-area__exp__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.8rem;
}
.sc-monitor-area__exp__item__ttl {
  line-height: 1.4;
  font-weight: 700;
}
.sc-monitor-area__exp__item__text {
  font-size: 1.4rem;
  color: #757575;
}
.sc-monitor-price {
  background-color: #fff;
}
@media screen and (min-width: 812px) {
  .sc-monitor-price {
    padding: 9.6rem 0;
    border-radius: 8rem 0 0 8rem;
  }
  .sc-monitor-price__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    margin-top: 6.4rem;
  }
  .sc-monitor-price__note {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-price {
    padding: 4.8rem 0;
    border-radius: 5.6rem 0 0 5.6rem;
  }
  .sc-monitor-price__list {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .sc-monitor-price__note {
    margin-top: 3.2rem;
    font-size: 1.4rem;
  }
}

.sc-monitor-price__item {
  --price-item-color: var(--color-sun);
  --price-item-color-container: var(--color-sun-container);
  display: flex;
  flex-direction: column;
  background-color: var(--price-item-color-container);
}
.sc-monitor-price__item dt {
  line-height: 1.3;
  font-weight: 700;
}
.sc-monitor-price__item dd {
  line-height: 1;
  font-weight: 500;
  color: var(--price-item-color);
}
.sc-monitor-price__item dd em {
  font-style: normal;
}
@media screen and (min-width: 812px) {
  .sc-monitor-price__item {
    padding: 3.2rem 2.4rem;
    border-radius: 2.4rem;
    row-gap: 1em;
  }
  .sc-monitor-price__item dt {
    font-size: 2.4rem;
  }
  .sc-monitor-price__item dd em {
    font-size: 4.8rem;
  }
  .sc-monitor-price__item:nth-child(4n+2), .sc-monitor-price__item:nth-child(4n+3) {
    --price-item-color: var(--color-forest);
    --price-item-color-container: var(--color-forest-container);
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-price__item {
    padding: 1.6rem;
    border-radius: 2.4rem;
    row-gap: 0.25em;
  }
  .sc-monitor-price__item dt {
    font-size: 1.6rem;
  }
  .sc-monitor-price__item dd {
    font-size: 1.2rem;
  }
  .sc-monitor-price__item dd em {
    font-size: 3.2rem;
  }
  .sc-monitor-price__item:nth-child(even) {
    --price-item-color: var(--color-forest);
    --price-item-color-container: var(--color-forest-container);
  }
}

.sc-monitor-terms {
  border: 0.4rem solid #fee86c;
}
.sc-monitor-terms__ttl {
  font-weight: 700;
}
@media screen and (min-width: 812px) {
  .sc-monitor-terms {
    margin-top: 8rem;
    padding: 4.4rem;
    border-radius: 4rem;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
  }
  .sc-monitor-terms__ttl {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .sc-monitor-terms__ttl .hor {
    font-style: normal;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    letter-spacing: normal;
  }
  .sc-monitor-terms__ttl .half {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 0.5em;
    width: 1em;
    font-style: normal;
    text-combine-upright: all;
  }
  .sc-monitor-terms__list {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .sc-monitor-terms__note {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-terms {
    margin-top: 3.2rem;
    padding: 2.8rem 1.6rem;
    border-radius: 2.4rem;
  }
  .sc-monitor-terms__ttl {
    margin-bottom: 2.4rem;
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sc-monitor-terms__list {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .sc-monitor-terms__note {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.sc-monitor-terms__item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: var(--color-fruits-container);
  border-radius: 0.8rem;
}
.sc-monitor-terms__item dd {
  font-weight: 500;
}
.sc-monitor-terms__item dd .small {
  font-weight: 400;
}
.sc-monitor-terms__item ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sc-monitor-terms__item ul li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
@media screen and (min-width: 812px) {
  .sc-monitor-terms__item {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: 2px solid #eaeaea;
  }
  .sc-monitor-terms__item dt {
    width: 12.4rem;
  }
  .sc-monitor-terms__item dd {
    padding: 0.8rem 0;
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .sc-monitor-terms__item dd .small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor-terms__item dt {
    height: 4.3rem;
    margin-bottom: 1.6rem;
  }
  .sc-monitor-terms__item dd {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .sc-monitor-terms__item dd .small {
    font-size: 1.2rem;
  }
}

.sc-monitor .sc-apply__container {
  background-color: #fff;
  border-color: var(--color-sea);
  border-style: solid;
}
@media screen and (min-width: 812px) {
  .sc-monitor .sc-apply {
    margin-top: 9.6rem;
  }
  .sc-monitor .sc-apply__container {
    padding: 9.6rem 0;
    border-width: 0.6rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-monitor .sc-apply {
    margin-top: 4.8rem;
  }
  .sc-monitor .sc-apply__container {
    padding: 4.4rem 1.6rem;
    border-width: 0.4rem;
    border-radius: 2.4rem;
  }
}

/* ============================================================
/* lifestyle indexl page
============================================================ */
.sc-lifestyle-idx__header {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sc-lifestyle-idx__header__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
}
.sc-lifestyle-idx__header__inner .l-inner {
  position: relative;
}
.sc-lifestyle-idx__image {
  position: relative;
  z-index: -1;
}
.sc-lifestyle-idx__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sc-lifestyle-idx__ttl {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.sc-lifestyle-idx__ttl .main {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sc-lifestyle-idx__ttl .sub {
  font-weight: 700;
}
@media screen and (min-width: 812px) {
  .sc-lifestyle-idx__header {
    border-radius: 0 0 8rem 0;
  }
  .sc-lifestyle-idx__header__inner {
    padding-top: 8rem;
  }
  .sc-lifestyle-idx__image {
    height: 34rem;
  }
  .sc-lifestyle-idx__ttl {
    row-gap: 2rem;
  }
  .sc-lifestyle-idx__ttl .main {
    font-size: 4.8rem;
  }
  .sc-lifestyle-idx__ttl .sub {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-lifestyle-idx__header {
    border-radius: 0 0 0 5.6rem;
  }
  .sc-lifestyle-idx__image {
    height: 22.6rem;
  }
  .sc-lifestyle-idx__ttl {
    row-gap: 1.5rem;
  }
  .sc-lifestyle-idx__ttl .main {
    font-size: 3.6rem;
  }
  .sc-lifestyle-idx__ttl .sub {
    font-size: 2rem;
  }
}

.sc-lifestyle-about__ttl {
  font-weight: 700;
}
@media screen and (min-width: 812px) {
  .sc-lifestyle-about {
    padding: 9.6rem 0;
  }
  .sc-lifestyle-about .l-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .sc-lifestyle-about__inner {
    min-height: 20rem;
  }
  .sc-lifestyle-about__ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-lifestyle-about {
    padding: 6.4rem 0 4rem;
  }
  .sc-lifestyle-about__header {
    margin-bottom: 4rem;
  }
  .sc-lifestyle-about__ttl {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}

.sc-lifestyle-prog {
  background-color: #fff;
}
.sc-lifestyle-prog__selector select {
  cursor: pointer;
}
@media screen and (min-width: 812px) {
  .sc-lifestyle-prog {
    padding: 9.6rem 0;
    border-radius: 8rem 0 0 8rem;
  }
  .sc-lifestyle-prog__selector {
    margin-left: auto;
    width: 17.2rem;
  }
  .sc-lifestyle-prog__list {
    margin-top: 3.2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    row-gap: 3.2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-lifestyle-prog {
    padding: 6.4rem 0;
    border-radius: 5.6rem 0 0 5.6rem;
  }
  .sc-lifestyle-prog__list {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    row-gap: 3.2rem;
  }
}

.sc-lifestyle-prog__item__link {
  display: block;
  text-decoration: none;
  height: 100%;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .sc-lifestyle-prog__item__link:hover {
    opacity: 0.7;
  }
}
.sc-lifestyle-prog__item__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 0.8rem;
}
.sc-lifestyle-prog__item__image {
  aspect-ratio: 282/203;
  overflow: hidden;
}
.sc-lifestyle-prog__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.2rem;
}
.sc-lifestyle-prog__item__ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.sc-lifestyle-prog__item__text {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: #757575;
}
.sc-lifestyle-prog__item__area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.4em;
  font-size: 1.4rem;
  color: var(--color-sun);
  border: 1px solid var(--color-sun);
  border-radius: 0.4rem;
  padding: 0 0.8em;
  margin-top: auto;
}

/* ============================================================
/* mypage
============================================================ */
@media screen and (min-width: 812px) {
  .sc-subpage:has(.sc-mypage) .sc-subpage__ttl {
    text-align: left;
    align-items: flex-start;
  }
}

@media screen and (min-width: 812px) {
  .sc-mypage__entry-table {
    margin-top: -16rem;
  }
  .sc-mypage__news-table {
    margin-top: 6.4rem;
  }
  .sc-mypage__member-menu {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-mypage__news-table {
    margin-top: 1.6rem;
  }
  .sc-mypage__member-menu {
    margin-top: 1.6rem;
  }
}

.password-protected {
  padding: 2rem 0;
  text-align: center;
}
.password-protected h1 {
  margin-bottom: 1rem;
}
.password-protected p {
  margin-bottom: 1.5rem;
}
.password-protected form {
  max-width: 300px;
  margin: 0 auto;
}
.password-protected form input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}
.password-protected form button {
  padding: 0.5rem 1rem;
  background: #007cba;
  color: white;
  border: none;
  cursor: pointer;
}

/* ============================================================
/* faq page
============================================================ */
@media screen and (min-width: 812px) {
  .sc-faq .l-inner {
    max-width: 100rem;
  }
}

.sc-faq-item {
  border-bottom: 2px solid #fff;
}
.sc-faq-item__ttl {
  position: relative;
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: baseline;
}
.sc-faq-item .icon-accordion {
  position: absolute;
  color: var(--color-sea);
  right: 1rem;
  top: 50%;
  width: 1.6rem;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
.sc-faq-item .icon-accordion:before, .sc-faq-item .icon-accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
}
.sc-faq-item .icon-accordion:before {
  width: 100%;
  height: 0.2rem;
}
.sc-faq-item .icon-accordion:after {
  height: 100%;
  width: 0.2rem;
}
.sc-faq-item__ttl[aria-expanded=true] .icon-accordion:after {
  opacity: 0;
}
.sc-faq-item__content__inner {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: baseline;
}
.sc-faq-item__prefix {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-size: 2.4rem;
}
.sc-faq-item__ttl .sc-faq-item__prefix {
  color: var(--color-sea);
}
.sc-faq-item__content__inner .sc-faq-item__prefix {
  color: var(--color-sun);
}
.sc-faq-item__content__inner .wp-block-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 812px) {
  .sc-faq-item__ttl {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-right: 4rem;
  }
  .sc-faq-item__content__inner {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-faq-item__ttl {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-right: 3rem;
  }
  .sc-faq-item__content__inner {
    padding-bottom: 1.6rem;
  }
}

/* ============================================================
/* privacy page
============================================================ */
.sc-privacy {
  background-color: #fff;
}
.sc-privacy h2 {
  line-height: 1.3;
  color: var(--color-sea);
  font-weight: 700;
  margin-bottom: 1em;
}
.sc-privacy h2:not(:first-child) {
  margin-top: 4.8rem;
}
.sc-privacy h3 {
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #dbd4c6;
  margin-bottom: 1em;
  margin-top: 4.8rem;
}
.sc-privacy h4 {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 4.8rem;
  padding-left: 0.75em;
  border-left: 0.3rem solid var(--color-sea);
}
.sc-privacy h5 {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 4.8rem;
}
.sc-privacy ul {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 0.5em;
}
.sc-privacy ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sc-privacy ul li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.sc-privacy ol {
  counter-reset: list-decimal 0;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 0.5em;
}
.sc-privacy ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.sc-privacy ol li:before {
  content: counter(list-decimal) ".";
  counter-increment: list-decimal;
  display: inline-block;
  width: 2.0em;
  padding-right: 0.5em;
  text-align: center;
  text-indent: 0;
  font-feature-settings: normal;
}
.sc-privacy ol.bracket {
  counter-reset: list-decimal 0;
}
.sc-privacy ol.bracket li {
  padding-left: 2em;
  text-indent: -2em;
}
.sc-privacy ol.bracket li:before {
  content: counter(list-decimal) ")";
  counter-increment: list-decimal;
  display: inline-block;
  width: 2em;
  text-align: center;
  text-indent: 0;
  font-feature-settings: normal;
}
.sc-privacy p {
  margin-bottom: 1em;
}
.sc-privacy table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-top: 4.8rem;
}
.sc-privacy table th,
.sc-privacy table td {
  padding: 1em;
  font-weight: 500;
  border: 1px solid #d3d3d3;
}
.sc-privacy table th {
  background-color: #ecf9ff;
}
.sc-privacy a .suffix {
  margin-left: 0.5em;
  margin-top: -0.1em;
  font-size: 120%;
}
@media screen and (min-width: 812px) {
  .sc-privacy {
    padding: 4.8rem 3.2rem;
    border-radius: 2.4rem;
    margin-top: 6.4rem;
  }
  .sc-privacy h2 {
    font-size: 3.2rem;
  }
  .sc-privacy h3 {
    font-size: 2.4rem;
  }
  .sc-privacy h4 {
    font-size: 2rem;
  }
  .sc-privacy h5 {
    font-size: 1.8rem;
  }
  .sc-privacy table th {
    width: 40rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-privacy {
    padding: 3.2rem 2.4rem;
    border-radius: 2.4rem;
    margin-top: 3.2rem;
  }
  .sc-privacy h2 {
    font-size: 2.4rem;
  }
  .sc-privacy h3 {
    font-size: 2rem;
  }
  .sc-privacy h4 {
    font-size: 1.8rem;
  }
  .sc-privacy h5 {
    font-size: 1.6rem;
  }
  .sc-privacy table,
  .sc-privacy tbody,
  .sc-privacy tr,
  .sc-privacy th,
  .sc-privacy td {
    display: block;
  }
  .sc-privacy th,
  .sc-privacy td {
    margin-top: -1px;
  }
}