@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";

/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-normal: 1.5;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-orange: #f5a100;
    --color-orange-dark: #fa6e00;
    --color-grey97: #f8f8f8;
    --color-grey33: #555;
    --color-light-yellow: #fff3db;
    --font-noto: "Noto Sans JP", sans-serif;
  }
}
@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  ol, ul, menu {
    list-style: none;
  }

  images, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  images, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  *, :before, :after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
  }

  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.15;
  }

  body {
    margin: 0;
  }

  main {
    display: block;
  }

  p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
  }

  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin-left: 0;
  }

  hr {
    box-sizing: content-box;
    clear: both;
    height: 0;
    color: inherit;
    border-top-width: 1px;
    margin: 0;
    overflow: visible;
  }

  pre {
    font-family: monospace;
    font-size: inherit;
  }

  address {
    font-style: inherit;
  }

  a {
    color: inherit;
    background-color: #0000;
    text-decoration: none;
  }

  abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp {
    font-family: monospace;
    font-size: inherit;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  images, embed, object, iframe {
    vertical-align: bottom;
  }

  button, input, optgroup, select, textarea {
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    text-align: inherit;
    background: none;
    border-radius: 0;
    outline: 0;
    margin: 0;
    padding: 0;
  }

  [type="checkbox"] {
    appearance: checkbox;
  }

  [type="radio"] {
    appearance: radio;
  }

  button, input {
    overflow: visible;
  }

  button, select {
    text-transform: none;
  }

  button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    appearance: none;
  }

  button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default;
  }

  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  [type="button"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  [type="reset"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  button:-moz-focusring {
    outline: 1px dotted buttontext;
  }

  [type="button"]:-moz-focusring {
    outline: 1px dotted buttontext;
  }

  [type="reset"]:-moz-focusring {
    outline: 1px dotted buttontext;
  }

  [type="submit"]:-moz-focusring {
    outline: 1px dotted buttontext;
  }

  select::-ms-expand {
    display: none;
  }

  option {
    padding: 0;
  }

  fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  legend {
    color: inherit;
    white-space: normal;
    max-width: 100%;
    padding: 0;
    display: table;
  }

  progress {
    vertical-align: baseline;
  }

  textarea {
    overflow: auto;
  }

  [type="number"]::-webkit-inner-spin-button {
    height: auto;
  }

  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  [type="search"] {
    outline-offset: -2px;
  }

  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }

  label[for] {
    cursor: pointer;
  }

  details {
    display: block;
  }

  summary {
    display: list-item;
  }

  [contenteditable] {
    outline: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  caption {
    text-align: left;
  }

  td, th {
    vertical-align: top;
    padding: 0;
  }

  th {
    text-align: left;
    font-weight: bold;
  }

  template, [hidden] {
    display: none;
  }
}
@layer components {
  :root {
    --black90: #1c1a1b;
    --black80: #303030;
    --black70: #433b3b;
    --black60: #555;
    --black30: #ccc;
    --black5: #f8f8f8;
    --orange: #f5a100;
    --ffjp: "Hiragino Sans ProN", "ヒラギノ角ゴシック ProN", "Hiragino Sans Pro", "Yu Gothic UI", "游ゴシック", "MSゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
    --ffNoto: "Noto Sans JP", sans-serif;
  }

  images {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
  }

  body {
    color: #000;
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Helvetica, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    position: relative;
  }

  .contents-wrap {
    font-family: var(--ffjp);
  }

  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .global-header {
    border-top: var(--orange) solid 5px;
    background-color: #fff;
    height: 50px;
    padding: 0 10px;
  }

  .global-header__inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
  }

  .global-header__link {
    font-size: .875rem;
  }

  .global-header__link a {
    color: var(--black80);
    text-decoration: underline;
  }

  .site-title {
    height: 100%;
    color: var(--black70);
    align-items: center;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
  }

  .site-title images {
    width: 86px;
    margin-right: 10px;
  }

  .hero-area {
    background: url("../images/fv_bgimages_sp.jpg") top / cover no-repeat;
    padding: 15px 20px 20px;
  }

  .hero-area__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .hero-area__feature-box {
    flex-direction: column;
    gap: 1.6vw;
    width: 63%;
    display: flex;
  }

  .hero-area__copy01 {
    margin-bottom: 3vw;
    padding-left: 4.5vw;
    font-size: clamp(13px, 3.5vw, 39px);
    font-weight: 500;
    line-height: 8.2vw;
  }

  .hero-area__copy01--strong {
    color: #fff;
    z-index: 0;
    margin-right: 3vw;
    font-size: clamp(16px, 4.3vw, 48px);
    font-weight: 700;
    display: inline-block;
    position: relative;
  }

  .hero-area__copy01--strong:before {
    content: "";
    background-color: var(--orange);
    z-index: -1;
    width: calc(100% + 4vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: -2vw;
    transform: skewX(-20deg);
  }

  .hero-area__copy02 {
    margin-bottom: 2vw;
    font-size: 4vw;
    font-weight: 700;
  }

  .hero-area__copy03 {
    font-size: 4.7vw;
    font-weight: 800;
    font-family: var(--ffNoto);
    margin-bottom: 3.47vw;
    line-height: 1.5;
  }

  .hero-area__copy03--strong {
    color: var(--orange);
    font-size: 6.5vw;
  }

  .regist_login_box {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 3.47vw;
    padding: clamp(20px, 5.3vw, 40px);
  }

  .regist_login_box .formbox input[type="text"] {
    appearance: none;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    outline: none;
    width: 100%;
    height: 40px;
    padding: 0 10px;
  }

  .regist_login_box .formbox input[type="text"]::placeholder {
    color: #000;
    opacity: .5;
  }

  .regist_login_box .formbox input[type="text"]:-ms-placeholder-shown {
    color: #000;
    opacity: .5;
  }

  .regist_login_box .formbox input[type="text"]::placeholder {
    color: #000;
    opacity: .5;
  }

  .regist_login_box .formbox input[type="text"]:focus::placeholder {
    opacity: 0;
  }

  .regist_login_box .formbox input[type="text"]:focus:-ms-placeholder-shown {
    opacity: 0;
  }

  .regist_login_box .formbox input[type="text"]:focus::placeholder {
    opacity: 0;
  }

  .regist_login_box .formbox .form_input dt {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
  }

  .regist_login_box .formbox .form_input dd .att_txt {
    display: block;
  }

  .regist_login_box .formbox .register_btnbox {
    text-align: center;
    margin-top: 20px;
  }

  .regist_login_box .formbox .reg_btn01_txt {
    margin-bottom: 15px;
    font-size: .75rem;
    display: block;
  }

  .regist_login_box .formbox .reg_btn01_txt a {
    text-decoration: underline;
  }

  .regist_login_box .formbox .reg_btn01_wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    position: relative;
  }

  .regist_login_box .formbox .reg_btn01_wrap:before {
    content: "";
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }

  .regist_login_box .formbox .reg_btn01_wrap:after {
    content: "";
    border-right: var(--orange) solid 2px;
    border-bottom: var(--orange) solid 2px;
    z-index: 1;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%)rotate(-45deg);
  }

  .regist_login_box .formbox .reg_btn01 {
    color: #fff;
    background-color: var(--orange);
    border-radius: 30px;
    width: 100%;
    height: 60px;
    padding-right: 10px;
    font-size: 1.375rem;
    font-weight: bold;
    box-shadow: 0 4px 3px #00000029;
  }

  .regist_login_box .regist_login_box_item:nth-child(n+2) {
    margin-top: 30px;
  }

  .regist_login_box .regist_login_tltle {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 700;
  }

  .regist_login_box .has_account_btn_box {
    flex-wrap: wrap;
    gap: 12px;
    display: flex;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item {
    width: calc(50% - 6px);
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a {
    border: var(--black30) solid 1px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding-left: 30px;
    font-size: .875rem;
    font-weight: bold;
    line-height: 38px;
    display: block;
    position: relative;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a.facebook {
    color: #0866ff;
    border-color: #0866ff;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a.facebook:before {
    background: url("../images/logo_fb.svg") center / contain no-repeat;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a.google {
    color: #1f1f1f;
    border-color: #1f1f1f;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a.google:before {
    background: url("../images/logo_google.svg") center / 80% no-repeat;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a.line {
    color: #06c755;
    border-color: #06c755;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a.line:before {
    background: url("../images/logo_line.svg") center / contain no-repeat;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo {
    color: #f03;
    border-color: #f03;
    font-size: 12px;
  }

  .regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo:before {
    background: url("../images/logo_yahoo.png") center / contain no-repeat;
  }

  .register_btmbox {
    text-align: center;
  }

  .register_contents {
    padding: 40px 20px;
  }

  .register_contents .reg_txt02 {
    text-align: center;
    font-size: .8125rem;
  }

  .register_contents .telbox {
    background-color: var(--black5);
    text-align: center;
    border-radius: 5px;
    max-width: 370px;
    margin-top: 20px;
    padding: 20px 30px;
    display: inline-block;
  }

  .register_contents .telbox li {
    justify-content: center;
    align-items: center;
    font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Helvetica, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    line-height: 1.5;
    display: flex;
  }

  .register_contents .telbox span {
    color: var(--black60);
  }

  .register_contents .telbox span.tel_area {
    font-size: 16px;
    font-weight: bold;
  }

  .register_contents .telbox span.tel_area:after {
    content: "：";
  }

  .register_contents .telbox span.tel_num {
    font-size: 20px;
  }

  .global-footer {
    border-top: var(--black30) solid 1px;
  }

  .footer_address {
    font-size: 10pt;
    line-height: 1.8;
  }

  .tel_box {
    clear: both;
    text-align: left;
    background: #fff;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    overflow: hidden;
  }

  .tel_box .pmark {
    text-align: right;
    width: 100%;
    margin-top: 10px;
    position: static;
  }

  .tel_box .pmark images {
    width: 75px;
  }

  .tel_box li {
    margin: 7px 0;
  }

  .tel_box span {
    color: #f5a100;
    text-align: left;
    width: 50px;
    padding: 2px 0;
    font-size: 10pt;
    font-weight: bold;
    display: inline-block;
  }

  .tel_box a {
    color: #646464;
    margin-left: 10px;
    font-size: 11pt;
  }

  .copyWrap {
    clear: both;
    z-index: 97;
    background: #f8f8f8;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .copy {
    color: #a7a7a7;
    text-align: center;
    min-height: 4vh;
    padding: 8px 0;
    font-size: 9pt;
  }

  .footer_links .link_list a {
    text-decoration: underline;
  }

  .footer_links {
    margin-bottom: 20px;
  }

  @media screen and (max-width: 896px) {
    .pcOnly {
      display: none;
    }

    .footer_address {
      width: 100%;
      margin: 20px auto 10px;
      display: block;
      position: relative;
    }

    .address_box {
      padding-left: 1em;
      position: relative;
    }

    .tel_box:last-child {
      background: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
    }

    .tel_box {
      background: #f1f1f1;
      margin-bottom: 0;
      padding: 20px 10px;
      display: block;
    }

    .tel_box .pmark {
      text-align: right;
      width: 100%;
      position: static;
    }
  }

  @media screen and (min-width: 897px) {
    .spOnly {
      display: none;
    }

    .global-header {
      border-top-width: 8px;
      height: 98px;
    }

    .global-header__link {
      font-size: 1rem;
    }

    .global-header__link a:hover {
      text-decoration: none;
    }

    .site-title {
      font-size: 1.125rem;
    }

    .site-title images {
      width: 145px;
      margin-right: 23px;
    }

    .hero-area {
      background-image: url("../images/fv_bgimages.jpg");
      margin-bottom: 30px;
      padding: 60px 20px 42px;
    }

    .hero-area__feature-box {
      background-color: #ffffffd4;
      border-radius: 12px;
      flex-direction: row;
      justify-content: center;
      gap: 0;
      width: 100%;
      padding: 25px 20px 20px;
      display: flex;
    }

    .hero-area__copy01 {
      margin-bottom: 20px;
      padding-left: 35px;
      font-size: 1.625rem;
      line-height: 70px;
    }

    .hero-area__copy01--strong {
      margin-right: 23px;
      font-size: 2.25rem;
    }

    .hero-area__copy01--strong:before {
      width: calc(100% + 36px);
      left: -18px;
      transform: skewX(-24deg);
    }

    .hero-area__copy02 {
      margin-bottom: 15px;
      font-size: 2.125rem;
    }

    .hero-area__copy03 {
      margin-bottom: 28px;
      font-size: 2.8125rem;
    }

    .hero-area__copy03--strong {
      font-size: 3.4375rem;
    }

    .regist_login_box {
      flex-direction: row-reverse;
      justify-content: space-between;
      margin-top: 40px;
      padding: 40px;
      display: flex;
    }

    .regist_login_box .formbox input[type="text"] {
      text-align: left;
      max-width: 470px;
    }

    .regist_login_box .formbox .form_input dt {
      margin-bottom: 15px;
      font-size: 1.25rem;
    }

    .regist_login_box .formbox .form_input dd {
      text-align: center;
    }

    .regist_login_box .formbox .reg_btn01_txt {
      margin-bottom: 20px;
      font-size: 1rem;
    }

    .regist_login_box .regist_login_box_item {
      width: calc(50% - 40px);
    }

    .regist_login_box .regist_login_box_item:nth-child(n+2) {
      margin-top: 0;
    }

    .regist_login_box .regist_login_tltle {
      margin-bottom: 25px;
      font-size: 1.25rem;
    }

    .regist_login_box .has_account_btn_box {
      gap: 16px;
    }

    .regist_login_box .has_account_btn_box .has_account_btn_item {
      width: calc(50% - 8px);
    }

    .regist_login_box .has_account_btn_box .has_account_btn_item a {
      height: 45px;
      font-size: 1rem;
      line-height: 43px;
    }

    .regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo {
      color: #f03;
      border-color: #f03;
      font-size: 1rem;
    }

    .regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo:before {
      background: url("../images/logo_yahoo.png") center / contain no-repeat;
    }

    .or_line {
      align-items: center;
      font-size: .875rem;
      display: flex;
      position: relative;
    }

    .or_line:before, .or_line:after {
      content: "";
      background-color: #000;
      width: 1px;
      height: calc(50% - 15px);
      position: absolute;
      left: 50%;
    }

    .or_line:before {
      top: 0;
    }

    .or_line:after {
      bottom: 0;
    }

    .global-footer {
      border-top: none;
    }

    .footer_address {
      max-width: 1040px;
      margin: 10px auto;
      padding: 0 20px;
      display: flex;
    }

    .address_box images {
      float: left;
    }

    .address_box {
      padding: 10px 0;
    }

    .address_box p {
      float: right;
      margin-top: 15px;
      margin-left: 20px;
    }

    .tel_box {
      margin-left: auto;
    }

    .tel_box ul {
      text-align: left;
      grid-template-columns: max-content max-content;
      grid-auto-rows: auto;
      justify-content: end;
      justify-items: start;
      gap: 6px 24px;
      width: max-content;
      margin-left: auto;
      display: grid;
    }

    .tel_box li {
      margin: 0 0 6px;
    }

    .tel_box images {
      margin-left: 100px;
    }
  }

  .sorting-heading-before:before {
    content: var(--tw-content);
    content: var(--tw-content);
    content: var(--tw-content);
    content: var(--tw-content);
    content: var(--tw-content);
    background-color: var(--color-orange-dark);
    --tw-content: "";
    content: var(--tw-content);
    width: 8.46154vw;
    height: 2px;
    display: block;
    rotate: 57deg;
  }

  @media (min-width: 897px) {
    .sorting-heading-before:before {
      content: var(--tw-content);
      width: 53.5px;
    }
  }

  .sorting-heading-after:after {
    content: var(--tw-content);
    content: var(--tw-content);
    content: var(--tw-content);
    content: var(--tw-content);
    content: var(--tw-content);
    background-color: var(--color-orange-dark);
    --tw-content: "";
    content: var(--tw-content);
    width: 8.46154vw;
    height: 2px;
    display: block;
    rotate: -57deg;
  }

  @media (min-width: 897px) {
    .sorting-heading-after:after {
      content: var(--tw-content);
      width: 53.5px;
    }
  }
}
@layer utilities {
  .relative {
    position: relative;
  }

  .mx-\[calc\(13\*100vw\/390\)\] {
    margin-inline: 3.33333vw;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-\[calc\(5\*100vw\/390\)\] {
    margin-block: 1.28205vw;
  }

  .mt-\[calc\(-80\*100vw\/390\)\] {
    margin-top: -20.5128vw;
  }

  .mt-\[calc\(4\*100vw\/390\)\] {
    margin-top: 1.02564vw;
  }

  .mt-\[calc\(10\*100vw\/390\)\] {
    margin-top: 2.5641vw;
  }

  .mt-\[calc\(16\*100vw\/390\)\] {
    margin-top: 4.10256vw;
  }

  .mt-\[calc\(20\*100vw\/390\)\] {
    margin-top: 5.12821vw;
  }

  .mt-\[calc\(40\*100vw\/390\)\] {
    margin-top: 10.2564vw;
  }

  .mt-\[calc\(50\*100vw\/390\)\] {
    margin-top: 12.8205vw;
  }

  .mt-auto {
    margin-top: auto;
  }

  .mr-\[calc\(7\*100vw\/390\)\] {
    margin-right: 1.79487vw;
  }

  .mb-\[14px\] {
    margin-bottom: 14px;
  }

  .mb-\[calc\(3\*100vw\/390\)\] {
    margin-bottom: .769231vw;
  }

  .mb-\[calc\(6\*100vw\/390\)\] {
    margin-bottom: 1.53846vw;
  }

  .mb-\[calc\(8\*100vw\/390\)\] {
    margin-bottom: 2.05128vw;
  }

  .mb-\[calc\(10\*100vw\/390\)\] {
    margin-bottom: 2.5641vw;
  }

  .mb-\[calc\(13\*100vw\/390\)\] {
    margin-bottom: 3.33333vw;
  }

  .mb-\[calc\(15\*100vw\/390\)\] {
    margin-bottom: 3.84615vw;
  }

  .mb-\[calc\(18\.355\*100vw\/390\)\] {
    margin-bottom: 4.70641vw;
  }

  .mb-\[calc\(20\*100vw\/390\)\] {
    margin-bottom: 5.12821vw;
  }

  .mb-\[calc\(40\*100vw\/390\)\] {
    margin-bottom: 10.2564vw;
  }

  .ml-\[60px\] {
    margin-left: 60px;
  }

  .ml-\[calc\(6\*100vw\/390\)\] {
    margin-left: 1.53846vw;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .h-\[calc\(40\*100vw\/390\)\] {
    height: 10.2564vw;
  }

  .h-\[calc\(45\*100vw\/390\)\] {
    height: 11.5385vw;
  }

  .h-\[calc\(50\*100vw\/390\)\] {
    height: 12.8205vw;
  }

  .h-\[calc\(54\*100vw\/390\)\] {
    height: 13.8462vw;
  }

  .h-\[calc\(60\*100vw\/390\)\] {
    height: 15.3846vw;
  }

  .h-\[calc\(489\*100vw\/390\)\] {
    height: 125.385vw;
  }

  .h-full {
    height: 100%;
  }

  .w-\[75px\] {
    width: 75px;
  }

  .w-\[calc\(30\*100vw\/390\)\] {
    width: 7.69231vw;
  }

  .w-\[calc\(75\*100vw\/390\)\] {
    width: 19.2308vw;
  }

  .w-\[calc\(94\*100vw\/390\)\] {
    width: 24.1026vw;
  }

  .w-\[calc\(160\*100vw\/390\)\] {
    width: 41.0256vw;
  }

  .w-\[calc\(350\*100vw\/390\)\] {
    width: 89.7436vw;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-\[fadeIn_0\.3s_ease-in\] {
    animation: .3s ease-in fadeIn;
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

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

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[calc\(12\*100vw\/390\)\] {
    gap: 3.07692vw;
  }

  .gap-\[calc\(16\*100vw\/390\)\] {
    gap: 4.10256vw;
  }

  .gap-\[calc\(20\*100vw\/390\)\] {
    gap: 5.12821vw;
  }

  .gap-\[calc\(30\*100vw\/390\)\] {
    gap: 7.69231vw;
  }

  .rounded-\[5px\] {
    border-radius: 5px;
  }

  .rounded-\[calc\(5\*100vw\/390\)\] {
    border-radius: 1.28205vw;
  }

  .rounded-\[calc\(10\*100vw\/390\)\] {
    border-radius: 2.5641vw;
  }

  .rounded-\[calc\(30\*100vw\/390\)\] {
    border-radius: 7.69231vw;
  }

  .rounded-t-\[calc\(10\*100vw\/390\)\] {
    border-top-left-radius: 2.5641vw;
    border-top-right-radius: 2.5641vw;
  }

  .rounded-b-\[calc\(10\*100vw\/390\)\] {
    border-bottom-right-radius: 2.5641vw;
    border-bottom-left-radius: 2.5641vw;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t-\[calc\(1\*100vw\/390\)\] {
    border-top-style: var(--tw-border-style);
    border-top-width: .25641vw;
  }

  .border-t-\[calc\(8\*100vw\/390\)\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2.05128vw;
  }

  .border-\[\#1F1F1F\] {
    border-color: #1f1f1f;
  }

  .border-\[\#06C755\] {
    border-color: #06c755;
  }

  .border-\[\#0866FF\] {
    border-color: #0866ff;
  }

  .border-\[\#BBB\] {
    border-color: #bbb;
  }

  .border-\[\#CCC\] {
    border-color: #ccc;
  }

  .border-\[\#F03\] {
    border-color: #f03;
  }

  .border-\[\#FF5B00\] {
    border-color: #ff5b00;
  }

  .border-orange {
    border-color: var(--color-orange);
  }

  .bg-\[\#F5A100\] {
    background-color: #f5a100;
  }

  .bg-\[\#F8F8F8\] {
    background-color: #f8f8f8;
  }

  .bg-\[\#F65757\] {
    background-color: #f65757;
  }

  .bg-grey97 {
    background-color: var(--color-grey97);
  }

  .bg-light-yellow {
    background-color: var(--color-light-yellow);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-linear-to-r {
    --tw-gradient-position: to right;
  }

  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-r {
      --tw-gradient-position: to right in oklab;
    }
  }

  .bg-linear-to-r {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .hero-section-bg {
    background-image: url('../images/hero-bg-sp.jpg');
  }

  .from-\[\#F5A100\] {
    --tw-gradient-from: #f5a100;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#F65757\] {
    --tw-gradient-to: #f65757;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#F68027\] {
    --tw-gradient-to: #f68027;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .p-\[calc\(20\*100vw\/390\)\] {
    padding: 5.12821vw;
  }

  .px-\[calc\(7\*100vw\/390\)\] {
    padding-inline: 1.79487vw;
  }

  .px-\[calc\(10\*100vw\/390\)\] {
    padding-inline: 2.5641vw;
  }

  .px-\[calc\(20\*100vw\/390\)\] {
    padding-inline: 5.12821vw;
  }

  .px-\[calc\(30\*100vw\/390\)\] {
    padding-inline: 7.69231vw;
  }

  .py-\[calc\(20\*100vw\/390\)\] {
    padding-block: 5.12821vw;
  }

  .pt-\[calc\(7\*100vw\/390\)\] {
    padding-top: 1.79487vw;
  }

  .pt-\[calc\(18\*100vw\/390\)\] {
    padding-top: 4.61538vw;
  }

  .pt-\[calc\(21\*100vw\/390\)\] {
    padding-top: 5.38462vw;
  }

  .pt-\[calc\(23\*100vw\/390\)\] {
    padding-top: 5.89744vw;
  }

  .pt-\[calc\(29\*100vw\/390\)\] {
    padding-top: 7.4359vw;
  }

  .pb-\[6px\] {
    padding-bottom: 6px;
  }

  .pb-\[calc\(10\*100vw\/390\)\] {
    padding-bottom: 2.5641vw;
  }

  .pb-\[calc\(20\*100vw\/390\)\] {
    padding-bottom: 5.12821vw;
  }

  .pb-\[calc\(26\*100vw\/390\)\] {
    padding-bottom: 6.66667vw;
  }

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

  .font-noto {
    font-family: var(--font-noto);
  }

  .text-\[14\.2px\] {
    font-size: 14.2px;
  }

  .text-\[calc\(10\.9\*100vw\/390\)\] {
    font-size: 2.79487vw;
  }

  .text-\[calc\(11\*100vw\/390\)\] {
    font-size: 2.82051vw;
  }

  .text-\[calc\(11\.4\*100vw\/390\)\] {
    font-size: 2.92308vw;
  }

  .text-\[calc\(12\.4\*100vw\/390\)\] {
    font-size: 3.17949vw;
  }

  .text-\[calc\(13\*100vw\/390\)\] {
    font-size: 3.33333vw;
  }

  .text-\[calc\(13\.1\*100vw\/390\)\] {
    font-size: 3.35897vw;
  }

  .text-\[calc\(13\.2\*100vw\/390\)\] {
    font-size: 3.38462vw;
  }

  .text-\[calc\(13\.3\*100vw\/390\)\] {
    font-size: 3.41026vw;
  }

  .text-\[calc\(14\*100vw\/390\)\] {
    font-size: 3.58974vw;
  }

  .text-\[calc\(15\.6\*100vw\/390\)\] {
    font-size: 4vw;
  }

  .text-\[calc\(16\*100vw\/390\)\] {
    font-size: 4.10256vw;
  }

  .text-\[calc\(17\.1\*100vw\/390\)\] {
    font-size: 4.38462vw;
  }

  .text-\[calc\(18\*100vw\/390\)\] {
    font-size: 4.61538vw;
  }

  .text-\[calc\(19\*100vw\/390\)\] {
    font-size: 4.8718vw;
  }

  .text-\[calc\(19\.4\*100vw\/390\)\] {
    font-size: 4.97436vw;
  }

  .text-\[calc\(21\*100vw\/390\)\] {
    font-size: 5.38462vw;
  }

  .text-\[calc\(23\*100vw\/390\)\] {
    font-size: 5.89744vw;
  }

  .text-\[calc\(62\*100vw\/390\)\] {
    font-size: 15.8974vw;
  }

  .leading-\[26\.4px\] {
    --tw-leading: 26.4px;
    line-height: 26.4px;
  }

  .leading-\[calc\(13\.8\*100vw\/390\)\] {
    --tw-leading: calc(13.8 * 100vw / 390);
    line-height: 3.53846vw;
  }

  .leading-\[calc\(24\*100vw\/390\)\] {
    --tw-leading: calc(24 * 100vw / 390);
    line-height: 6.15385vw;
  }

  .leading-\[calc\(29\*100vw\/390\)\] {
    --tw-leading: calc(29 * 100vw / 390);
    line-height: 7.4359vw;
  }

  .leading-\[calc\(30\*100vw\/390\)\] {
    --tw-leading: calc(30 * 100vw / 390);
    line-height: 7.69231vw;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .tracking-\[-0\.05em\] {
    --tw-tracking: -.05em;
    letter-spacing: -.05em;
  }

  .tracking-\[0\.03em\] {
    --tw-tracking: .03em;
    letter-spacing: .03em;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#1F1F1F\] {
    color: #1f1f1f;
  }

  .text-\[\#06C755\] {
    color: #06c755;
  }

  .text-\[\#0866FF\] {
    color: #0866ff;
  }

  .text-\[\#646464\] {
    color: #646464;
  }

  .text-\[\#A7A7A7\] {
    color: #a7a7a7;
  }

  .text-\[\#F03\] {
    color: #f03;
  }

  .text-\[\#FF5B00\] {
    color: #ff5b00;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-grey33 {
    color: var(--color-grey33);
  }

  .text-orange {
    color: var(--color-orange);
  }

  .text-orange-dark {
    color: var(--color-orange-dark);
  }

  .text-transparent {
    color: #0000;
  }

  .text-white {
    color: var(--color-white);
  }

  .underline {
    text-decoration-line: underline;
  }

  .shadow-\[0_calc\(4\*100vw\/390\)_calc\(3\*100vw\/390\)_0_rgba\(0\,0\,0\,0\.16\)\] {
    --tw-shadow: 0 var(--tw-shadow-color, calc(4 * 100vw / 390)) calc(3 * 100vw / 390) 0 #00000029;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_-1px_10px_0px_\#0000001A\] {
    --tw-shadow: 0px -1px 10px 0px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_20px_0px_\#0000001A\] {
    --tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
  }

  .before\:top-1\/2:before {
    content: var(--tw-content);
    top: 50%;
  }

  .before\:right-\[calc\(8\*100vw\/390\)\]:before {
    content: var(--tw-content);
    right: 2.05128vw;
  }

  .before\:right-\[calc\(9\*100vw\/390\)\]:before {
    content: var(--tw-content);
    right: 2.30769vw;
  }

  .before\:h-\[calc\(1\*100vw\/390\)\]:before {
    content: var(--tw-content);
    height: .25641vw;
  }

  .before\:h-\[calc\(8\*100vw\/390\)\]:before {
    content: var(--tw-content);
    height: 2.05128vw;
  }

  .before\:h-\[calc\(26\*100vw\/390\)\]:before {
    content: var(--tw-content);
    height: 6.66667vw;
  }

  .before\:h-px:before {
    content: var(--tw-content);
    height: 1px;
  }

  .before\:w-\[calc\(8\*100vw\/390\)\]:before {
    content: var(--tw-content);
    width: 2.05128vw;
  }

  .before\:w-\[calc\(20\*100vw\/390\)\]:before {
    content: var(--tw-content);
    width: 5.12821vw;
  }

  .before\:w-\[calc\(26\*100vw\/390\)\]:before {
    content: var(--tw-content);
    width: 6.66667vw;
  }

  .before\:w-full:before {
    content: var(--tw-content);
    width: 100%;
  }

  .before\:-translate-y-1\/2:before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .before\:rotate-45:before {
    content: var(--tw-content);
    rotate: 45deg;
  }

  .before\:rotate-60:before {
    content: var(--tw-content);
    rotate: 60deg;
  }

  .before\:rounded-full:before {
    content: var(--tw-content);
    border-radius: 3.40282e38px;
  }

  .before\:border-t-\[calc\(2\*100vw\/390\)\]:before {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: .512821vw;
  }

  .before\:border-r-\[calc\(2\*100vw\/390\)\]:before {
    content: var(--tw-content);
    border-right-style: var(--tw-border-style);
    border-right-width: .512821vw;
  }

  .before\:border-\[\#FF5B00\]:before {
    content: var(--tw-content);
    border-color: #ff5b00;
  }

  .before\:bg-black:before {
    content: var(--tw-content);
    background-color: var(--color-black);
  }

  .before\:bg-white:before {
    content: var(--tw-content);
    background-color: var(--color-white);
  }

  .before\:transition-all:before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .before\:duration-300:before {
    content: var(--tw-content);
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content);
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:top-1\/2:after {
    content: var(--tw-content);
    top: 50%;
  }

  .after\:right-\[calc\(18\*100vw\/390\)\]:after {
    content: var(--tw-content);
    right: 4.61538vw;
  }

  .after\:z-1:after {
    content: var(--tw-content);
    z-index: 1;
  }

  .after\:h-\[calc\(1\*100vw\/390\)\]:after {
    content: var(--tw-content);
    height: .25641vw;
  }

  .after\:h-\[calc\(8\*100vw\/390\)\]:after {
    content: var(--tw-content);
    height: 2.05128vw;
  }

  .after\:h-px:after {
    content: var(--tw-content);
    height: 1px;
  }

  .after\:w-\[calc\(8\*100vw\/390\)\]:after {
    content: var(--tw-content);
    width: 2.05128vw;
  }

  .after\:w-\[calc\(20\*100vw\/390\)\]:after {
    content: var(--tw-content);
    width: 5.12821vw;
  }

  .after\:w-full:after {
    content: var(--tw-content);
    width: 100%;
  }

  .after\:-translate-y-1\/2:after {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .after\:-rotate-45:after {
    content: var(--tw-content);
    rotate: -45deg;
  }

  .after\:rotate-120:after {
    content: var(--tw-content);
    rotate: 120deg;
  }

  .after\:border-r-\[calc\(2\*100vw\/390\)\]:after {
    content: var(--tw-content);
    border-right-style: var(--tw-border-style);
    border-right-width: .512821vw;
  }

  .after\:border-b-\[calc\(2\*100vw\/390\)\]:after {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: .512821vw;
  }

  .after\:border-r-\[\#F65757\]:after {
    content: var(--tw-content);
    border-right-color: #f65757;
  }

  .after\:border-b-\[\#F65757\]:after {
    content: var(--tw-content);
    border-bottom-color: #f65757;
  }

  .after\:bg-black:after {
    content: var(--tw-content);
    background-color: var(--color-black);
  }

  .after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content);
  }

  @media (hover: hover) {
    .hover\:bg-\[\#FF5B00\]:hover {
      background-color: #ff5b00;
    }

    .hover\:text-white:hover {
      color: var(--color-white);
    }

    .hover\:before\:border-t-white:hover:before {
      content: var(--tw-content);
      border-top-color: var(--color-white);
    }

    .hover\:before\:border-r-white:hover:before {
      content: var(--tw-content);
      border-right-color: var(--color-white);
    }
  }

  @media (min-width: 897px) {
    .md\:mx-\[13px\] {
      margin-inline: 13px;
    }

    .md\:my-\[5px\] {
      margin-block: 5px;
    }

    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }

    .md\:mt-\[-234px\] {
      margin-top: -234px;
    }

    .md\:mt-\[20px\] {
      margin-top: 20px;
    }

    .md\:mt-\[30px\] {
      margin-top: 30px;
    }

    .md\:mr-\[12px\] {
      margin-right: 12px;
    }

    .md\:mb-\[6px\] {
      margin-bottom: 6px;
    }

    .md\:mb-\[7px\] {
      margin-bottom: 7px;
    }

    .md\:mb-\[8px\] {
      margin-bottom: 8px;
    }

    .md\:mb-\[14px\] {
      margin-bottom: 14px;
    }

    .md\:mb-\[15px\] {
      margin-bottom: 15px;
    }

    .md\:mb-\[19px\] {
      margin-bottom: 19px;
    }

    .md\:mb-\[20px\] {
      margin-bottom: 20px;
    }

    .md\:mb-\[24px\] {
      margin-bottom: 24px;
    }

    .md\:ml-\[6px\] {
      margin-left: 6px;
    }

    .md\:ml-auto {
      margin-left: auto;
    }

    .md\:block {
      display: block;
    }

    .md\:flex {
      display: flex;
    }

    .md\:grid {
      display: grid;
    }

    .md\:hidden {
      display: none;
    }

    .md\:h-\[40px\] {
      height: 40px;
    }

    .md\:h-\[45px\] {
      height: 45px;
    }

    .md\:h-\[60px\] {
      height: 60px;
    }

    .md\:h-\[80px\] {
      height: 80px;
    }

    .md\:h-\[98px\] {
      height: 98px;
    }

    .md\:h-\[650px\] {
      height: 650px;
    }

    .md\:w-\[30px\] {
      width: 30px;
    }

    .md\:w-\[60px\] {
      width: 60px;
    }

    .md\:w-\[145px\] {
      width: 145px;
    }

    .md\:w-\[160px\] {
      width: 160px;
    }

    .md\:w-\[360px\] {
      width: 360px;
    }

    .md\:w-\[622px\] {
      width: 622px;
    }

    .md\:max-w-\[1125px\] {
      max-width: 1125px;
    }

    .md\:max-w-\[1320px\] {
      max-width: 1320px;
    }

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

    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:flex-col {
      flex-direction: column;
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:items-center {
      align-items: center;
    }

    .md\:items-end {
      align-items: flex-end;
    }

    .md\:justify-start {
      justify-content: flex-start;
    }

    .md\:gap-\[10px\] {
      gap: 10px;
    }

    .md\:gap-\[16px\] {
      gap: 16px;
    }

    .md\:gap-\[20px\] {
      gap: 20px;
    }

    .md\:gap-\[24px\] {
      gap: 24px;
    }

    .md\:gap-x-\[26px\] {
      column-gap: 26px;
    }

    .md\:gap-y-\[6px\] {
      row-gap: 6px;
    }

    .md\:rounded-\[5px\] {
      border-radius: 5px;
    }

    .md\:rounded-\[10px\] {
      border-radius: 10px;
    }

    .md\:rounded-\[20px\] {
      border-radius: 20px;
    }

    .md\:rounded-\[30px\] {
      border-radius: 30px;
    }

    .md\:rounded-t-\[10px\] {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

    .md\:rounded-b-\[10px\] {
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
    }

    .md\:border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0;
    }

    .md\:border-t-8 {
      border-top-style: var(--tw-border-style);
      border-top-width: 8px;
    }

    .md\:hero-section-bg {
      background-image: url('../images/hero-bg-pc.jpg');
    }

    .md\:bg-size-\[1440px_650px\] {
      background-size: 1440px 650px;
    }

    .md\:p-\[20px\] {
      padding: 20px;
    }

    .md\:px-\[10px\] {
      padding-inline: 10px;
    }

    .md\:px-\[12px\] {
      padding-inline: 12px;
    }

    .md\:px-\[20px\] {
      padding-inline: 20px;
    }

    .md\:px-\[40px\] {
      padding-inline: 40px;
    }

    .md\:px-\[68px\] {
      padding-inline: 68px;
    }

    .md\:pt-\[7px\] {
      padding-top: 7px;
    }

    .md\:pt-\[30px\] {
      padding-top: 30px;
    }

    .md\:pt-\[40px\] {
      padding-top: 40px;
    }

    .md\:pt-\[50px\] {
      padding-top: 50px;
    }

    .md\:pt-\[64px\] {
      padding-top: 64px;
    }

    .md\:pt-\[75px\] {
      padding-top: 75px;
    }

    .md\:pb-\[15px\] {
      padding-bottom: 15px;
    }

    .md\:pb-\[20px\] {
      padding-bottom: 20px;
    }

    .md\:pb-\[30px\] {
      padding-bottom: 30px;
    }

    .md\:pb-\[40px\] {
      padding-bottom: 40px;
    }

    .md\:pb-\[79px\] {
      padding-bottom: 79px;
    }

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

    .md\:text-\[11\.4px\] {
      font-size: 11.4px;
    }

    .md\:text-\[12px\] {
      font-size: 12px;
    }

    .md\:text-\[13\.3px\] {
      font-size: 13.3px;
    }

    .md\:text-\[13px\] {
      font-size: 13px;
    }

    .md\:text-\[14px\] {
      font-size: 14px;
    }

    .md\:text-\[15px\] {
      font-size: 15px;
    }

    .md\:text-\[16px\] {
      font-size: 16px;
    }

    .md\:text-\[17\.6px\] {
      font-size: 17.6px;
    }

    .md\:text-\[20px\] {
      font-size: 20px;
    }

    .md\:text-\[21\.1px\] {
      font-size: 21.1px;
    }

    .md\:text-\[22px\] {
      font-size: 22px;
    }

    .md\:text-\[26px\] {
      font-size: 26px;
    }

    .md\:text-\[30px\] {
      font-size: 30px;
    }

    .md\:text-\[37px\] {
      font-size: 37px;
    }

    .md\:text-\[40px\] {
      font-size: 40px;
    }

    .md\:text-\[111px\] {
      font-size: 111px;
    }

    .md\:leading-\[13\.8px\] {
      --tw-leading: 13.8px;
      line-height: 13.8px;
    }

    .md\:leading-\[24px\] {
      --tw-leading: 24px;
      line-height: 24px;
    }

    .md\:leading-\[51px\] {
      --tw-leading: 51px;
      line-height: 51px;
    }

    .md\:shadow-\[0_4px_3px_0_rgba\(0\,0\,0\,0\.16\)\] {
      --tw-shadow: 0 4px 3px 0 var(--tw-shadow-color, #00000029);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .md\:before\:right-\[8px\]:before {
      content: var(--tw-content);
      right: 8px;
    }

    .md\:before\:right-\[19px\]:before {
      content: var(--tw-content);
      right: 19px;
    }

    .md\:before\:h-\[8px\]:before {
      content: var(--tw-content);
      height: 8px;
    }

    .md\:before\:h-\[26px\]:before {
      content: var(--tw-content);
      height: 26px;
    }

    .md\:before\:h-full:before {
      content: var(--tw-content);
      height: 100%;
    }

    .md\:before\:w-\[8px\]:before {
      content: var(--tw-content);
      width: 8px;
    }

    .md\:before\:w-\[20px\]:before {
      content: var(--tw-content);
      width: 20px;
    }

    .md\:before\:w-\[26px\]:before {
      content: var(--tw-content);
      width: 26px;
    }

    .md\:before\:w-px:before {
      content: var(--tw-content);
      width: 1px;
    }

    .md\:before\:border-t-2:before {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
    }

    .md\:before\:border-r-2:before {
      content: var(--tw-content);
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }

    .md\:after\:right-\[18px\]:after {
      content: var(--tw-content);
      right: 18px;
    }

    .md\:after\:h-\[8px\]:after {
      content: var(--tw-content);
      height: 8px;
    }

    .md\:after\:h-full:after {
      content: var(--tw-content);
      height: 100%;
    }

    .md\:after\:w-\[8px\]:after {
      content: var(--tw-content);
      width: 8px;
    }

    .md\:after\:w-\[20px\]:after {
      content: var(--tw-content);
      width: 20px;
    }

    .md\:after\:w-px:after {
      content: var(--tw-content);
      width: 1px;
    }

    .md\:after\:border-r-2:after {
      content: var(--tw-content);
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }

    .md\:after\:border-b-2:after {
      content: var(--tw-content);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }

    @media not all and (min-width: 1100px) {
      .md\:max-\[1100px\]\:ml-\[calc\(6\*100vw\/1100\)\] {
        margin-left: .545455vw;
      }

      .md\:max-\[1100px\]\:h-\[calc\(40\*100vw\/1100\)\] {
        height: 3.63636vw;
      }

      .md\:max-\[1100px\]\:h-\[calc\(60\*100vw\/1100\)\] {
        height: 5.45455vw;
      }

      .md\:max-\[1100px\]\:w-\[calc\(30\*100vw\/1100\)\] {
        width: 2.72727vw;
      }

      .md\:max-\[1100px\]\:w-\[calc\(360\*100vw\/1100\)\] {
        width: 32.7273vw;
      }

      .md\:max-\[1100px\]\:gap-\[calc\(16\*100vw\/1100\)\] {
        gap: 1.45455vw;
      }

      .md\:max-\[1100px\]\:px-\[calc\(10\*100vw\/1100\)\] {
        padding-inline: .909091vw;
      }

      .md\:max-\[1100px\]\:px-\[calc\(40\*100vw\/1100\)\] {
        padding-inline: 3.63636vw;
      }

      .md\:max-\[1100px\]\:px-\[calc\(68\*100vw\/1100\)\] {
        padding-inline: 6.18182vw;
      }

      .md\:max-\[1100px\]\:pt-\[calc\(50\*100vw\/1100\)\] {
        padding-top: 4.54545vw;
      }

      .md\:max-\[1100px\]\:pt-\[calc\(64\*100vw\/1100\)\] {
        padding-top: 5.81818vw;
      }

      .md\:max-\[1100px\]\:pb-\[calc\(40\*100vw\/1100\)\] {
        padding-bottom: 3.63636vw;
      }

      .md\:max-\[1100px\]\:pb-\[calc\(79\*100vw\/1100\)\] {
        padding-bottom: 7.18182vw;
      }

      .md\:max-\[1100px\]\:text-\[calc\(12\*100vw\/1100\)\] {
        font-size: 1.09091vw;
      }

      .md\:max-\[1100px\]\:text-\[calc\(14\*100vw\/1100\)\] {
        font-size: 1.27273vw;
      }

      .md\:max-\[1100px\]\:text-\[calc\(15\*100vw\/1100\)\] {
        font-size: 1.36364vw;
      }

      .md\:max-\[1100px\]\:text-\[calc\(16\*100vw\/1100\)\] {
        font-size: 1.45455vw;
      }

      .md\:max-\[1100px\]\:text-\[calc\(17\.6\*100vw\/1100\)\] {
        font-size: 1.6vw;
      }

      .md\:max-\[1100px\]\:text-\[calc\(20\*100vw\/1100\)\] {
        font-size: 1.81818vw;
      }

      .md\:max-\[1100px\]\:text-\[calc\(21\.1\*100vw\/1100\)\] {
        font-size: 1.91818vw;
      }

      .md\:max-\[1100px\]\:before\:right-\[calc\(19\*100vw\/1100\)\]:before {
        content: var(--tw-content);
        right: 1.72727vw;
      }

      .md\:max-\[1100px\]\:before\:h-\[calc\(8\*100vw\/1100\)\]:before {
        content: var(--tw-content);
        height: .727273vw;
      }

      .md\:max-\[1100px\]\:before\:h-\[calc\(26\*100vw\/1100\)\]:before {
        content: var(--tw-content);
        height: 2.36364vw;
      }

      .md\:max-\[1100px\]\:before\:w-\[calc\(8\*100vw\/1100\)\]:before {
        content: var(--tw-content);
        width: .727273vw;
      }

      .md\:max-\[1100px\]\:before\:w-\[calc\(26\*100vw\/1100\)\]:before {
        content: var(--tw-content);
        width: 2.36364vw;
      }

      .md\:max-\[1100px\]\:before\:border-r-\[calc\(2\*100vw\/1100\)\]:before {
        content: var(--tw-content);
        border-right-style: var(--tw-border-style);
        border-right-width: .181818vw;
      }

      .md\:max-\[1100px\]\:after\:right-\[calc\(18\*100vw\/1100\)\]:after {
        content: var(--tw-content);
        right: 1.63636vw;
      }

      .md\:max-\[1100px\]\:after\:h-\[calc\(8\*100vw\/1100\)\]:after {
        content: var(--tw-content);
        height: .727273vw;
      }

      .md\:max-\[1100px\]\:after\:w-\[calc\(8\*100vw\/1100\)\]:after {
        content: var(--tw-content);
        width: .727273vw;
      }
    }
  }

  @media (min-width: 1440px) {
    .lg\:h-\[650px\] {
      height: 650px;
    }

    .lg\:hero-section-bg {
      background-image: url('../images/hero-bg-pc-lg.jpg');
    }

    .lg\:bg-size-\[1920px_650px\] {
      background-size: 1920px 650px;
    }
  }

  .\[\&\:has\(\#tab-haken\:checked\)_\.tab-haken\]\:block:has(#tab-haken:checked) .tab-haken {
    display: block;
  }

  .\[\&\:has\(\#tab-haken\:checked\)_label\[for\=\'tab-haken\'\]\]\:relative:has(#tab-haken:checked) label[for="tab-haken"] {
    position: relative;
  }

  .\[\&\:has\(\#tab-haken\:checked\)_label\[for\=\'tab-haken\'\]\]\:h-\[calc\(50\*100vw\/390\)\]:has(#tab-haken:checked) label[for="tab-haken"] {
    height: 12.8205vw;
  }

  @media (min-width: 897px) {
    .md\:\[\&\:has\(\#tab-haken\:checked\)_label\[for\=\'tab-haken\'\]\]\:h-\[80px\]:has(#tab-haken:checked) label[for="tab-haken"] {
      height: 80px;
    }
  }

  .\[\&\:has\(\#tab-seishain\:checked\)_\.tab-seishain\]\:block:has(#tab-seishain:checked) .tab-seishain {
    display: block;
  }

  .\[\&\:has\(\#tab-seishain\:checked\)_label\[for\=\'tab-seishain\'\]\]\:relative:has(#tab-seishain:checked) label[for="tab-seishain"] {
    position: relative;
  }

  .\[\&\:has\(\#tab-seishain\:checked\)_label\[for\=\'tab-seishain\'\]\]\:h-\[calc\(50\*100vw\/390\)\]:has(#tab-seishain:checked) label[for="tab-seishain"] {
    height: 12.8205vw;
  }

  @media (min-width: 897px) {
    .md\:\[\&\:has\(\#tab-seishain\:checked\)_label\[for\=\'tab-seishain\'\]\]\:h-\[80px\]:has(#tab-seishain:checked) label[for="tab-seishain"] {
      height: 80px;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false
}
@property --tw-tracking {
  syntax: "*";
  inherits: false
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
