@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorBlack: #222;
  --colorRed: #f84c2d;
  --colorBg: #fff;
  --colorMain: #1aa0d8;
  --colorKey: #fa9938;
  --colorBase: #d2edfa;
}

:root {
  --linear-gradient: linear-gradient(#1aa0d8 0%, #75d4fd 100%);
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontPrice: "Roboto Condensed", sans-serif;
}

:root {
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 18rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(2.1875%, 0.0520833333vw, 6.25%);
}
@media (max-width: 768px) {
  html {
    font-size: 0.1333333333vw;
  }
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200rem;
  width: 90%;
}

.wrapper-small {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000rem;
  width: 90%;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

.wpcf7 {
  margin-top: 50rem;
}
.page_contact-confirm .wpcf7 {
  margin-top: 0;
}

.form_box + .form_box {
  margin-top: 30rem;
}

label {
  font-size: 24rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  label {
    font-size: 30rem;
  }
}

.required label::before {
  content: "必須";
  display: inline-block;
  margin-right: 5rem;
  padding: 0 0.75em;
  height: 2em;
  border-radius: 5rem;
  background-color: #b50021;
  color: #fff;
  font-size: 18rem;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #c00;
  font-weight: bold;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  color: #c00;
  text-align: center;
  font-weight: bold;
  font-size: 24rem;
}

input[type=text], input[type=email], input[type=tel] {
  margin-top: 8rem;
  padding: 0.5em 0.8em;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4rem;
  font-size: 24rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  input[type=text], input[type=email], input[type=tel] {
    font-size: 30rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  color: #aaa;
  font-size: 26rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #aaa;
  font-size: 26rem;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  color: #aaa;
  font-size: 26rem;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  color: #aaa;
  font-size: 26rem;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder {
  color: #aaa;
  font-size: 26rem;
}
@media (max-width: 768px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
    font-size: 30rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
    font-size: 30rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
    font-size: 30rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
    font-size: 30rem;
  }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder {
    font-size: 30rem;
  }
}

.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7-list-item {
  display: block;
  margin-top: 40rem;
  margin-left: 0;
}
.wpcf7-list-item label {
  font-size: 24rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .wpcf7-list-item label {
    font-size: 30rem;
  }
}

span.wpcf7-spinner {
  display: none;
}

textarea {
  margin-top: 8rem;
  padding: 0.5em 0.8em;
  min-height: 200rem;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4rem;
  font-size: 24rem;
  line-height: 1.5;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
}
textarea::-moz-placeholder {
  color: #aaa;
}
textarea:-ms-input-placeholder {
  color: #aaa;
}
textarea::-ms-input-placeholder {
  color: #aaa;
}
textarea::placeholder {
  color: #aaa;
}

.wpcf7-list-item-label a {
  color: var(--colorKey);
  text-decoration: underline;
}

input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40rem;
  margin-right: auto;
  margin-left: auto;
  padding: 16rem 0;
  max-width: 400rem;
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: var(--colorKey);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  input[type=submit] {
    margin-top: 80rem;
    padding: 40rem 0;
    max-width: none;
    font-size: 34rem;
    line-height: 1;
  }
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.8;
  }
}

input[type=button] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 16rem 0;
  max-width: 400rem;
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  input[type=button] {
    padding: 40rem 0;
    max-width: none;
    font-size: 34rem;
    line-height: 1;
  }
}
@media (hover: hover) {
  input[type=button]:hover {
    opacity: 0.8;
  }
}

.page_contact-confirm p {
  padding: 1em;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .page_contact-confirm p {
    padding: 1em 0;
    font-size: 34rem;
  }
}
@media (max-width: 768px) {
  .page_contact-confirm label {
    font-size: 34rem;
  }
}
.page_contact-confirm label span {
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .page_contact-confirm .page_container {
    padding-bottom: 100rem;
  }
}

.contact_text {
  text-align: center;
}
@media (max-width: 768px) {
  .contact_text {
    text-align: left;
  }
}

.page_contact-thanks .contact_text {
  font-size: 24rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .page_contact-thanks .contact_text {
    font-size: 30rem;
  }
}
.page_contact-thanks .contact_return {
  margin-top: 40rem;
  max-width: 400rem;
  width: 100%;
}
@media (max-width: 768px) {
  .page_contact-thanks .contact_return {
    margin-top: 80rem;
    max-width: none;
  }
}
.page_contact-thanks .contact_return a {
  display: block;
  padding: 16rem 0;
  width: 100%;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .page_contact-thanks .contact_return a {
    padding: 40rem 0;
    font-size: 34rem;
    line-height: 1;
  }
}

.header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  padding: 10rem 80rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .header {
    padding: 10rem 40rem;
  }
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10rem;
  background: var(--linear-gradient);
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90rem;
}
@media (max-width: 768px) {
  .header_inner {
    height: 100rem;
  }
}

.header_logo {
  width: 441rem;
}
@media (max-width: 768px) {
  .header_logo {
    width: 500rem;
  }
}

@media (max-width: 768px) {
  .header_nav {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-grid;
    display: grid;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: var(--colorBase);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    place-items: center;
  }
  .is-open .header_nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50rem;
}
@media (max-width: 768px) {
  .header_nav_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
    width: 470rem;
  }
}

.header_nav_link {
  position: relative;
  display: block;
  height: 100%;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .header_nav_link {
    padding: 10rem;
    color: var(--colorMain);
    font-weight: var(--weightBold);
    font-size: 45rem;
  }
}
@media (hover: hover) {
  .header_nav_link:hover {
    opacity: 1;
  }
  .header_nav_link:hover::after {
    width: 110%;
  }
}
.header_nav_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--colorMain);
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header_nav_link::after {
    display: none;
  }
}

.header_button-tel {
  width: 349rem;
}
@media (max-width: 768px) {
  .header_button-tel {
    margin-top: 100rem;
    width: 100%;
  }
}

.button-fixed {
  position: fixed;
  right: calc(50% - 680rem);
  right: 80rem;
  bottom: 40rem;
  width: 186rem;
  height: 186rem;
}
@media (max-width: 768px) {
  .button-fixed {
    display: none;
  }
}
.button-fixed a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200rem;
  -webkit-filter: drop-shadow(0 3rem 2rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 3rem 2rem rgba(0, 0, 0, 0.2));
}
@media (hover: hover) {
  .button-fixed a:hover {
    opacity: 1;
    -webkit-transform: translateY(-8rem);
            transform: translateY(-8rem);
  }
}
.button-fixed a img {
  border-radius: 200rem;
}

@media (max-width: 768px) {
  .nav_button {
    position: absolute;
    top: 45rem;
    right: 40rem;
    visibility: visible;
    width: 45rem;
    height: 39rem;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.is-open .nav_button {
  visibility: hidden;
  opacity: 0;
}

.nav_button-close {
  position: absolute;
  top: 45rem;
  right: 40rem;
  visibility: hidden;
  width: 45rem;
  height: 45rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav_button-close img {
  position: absolute;
  top: 0;
  left: 0;
}
.is-open .nav_button-close {
  visibility: visible;
  opacity: 1;
}

.footer {
  position: relative;
  z-index: 100;
  padding: 30rem 0 15rem;
  background: var(--linear-gradient);
}
@media (max-width: 768px) {
  .footer {
    padding: 60rem 0;
  }
}

.footer_inner {
  width: 800rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer_inner {
    width: 100%;
  }
}

.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50rem;
     -moz-column-gap: 50rem;
          column-gap: 50rem;
  row-gap: 20rem;
}
@media (max-width: 768px) {
  .footer_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40rem;
  }
}

.footer_nav_link {
  color: #fff;
  font-size: 18rem;
}
@media (max-width: 768px) {
  .footer_nav_link {
    font-size: 24rem;
    font-size: 28rem;
  }
}

.footer_copyright {
  display: inline-block;
  margin-top: 43rem;
  color: #fff;
  font-size: 14rem;
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 120rem;
    font-size: 20rem;
  }
}

.footer_logo {
  margin: 146rem auto 0;
  width: 486rem;
}
@media (max-width: 768px) {
  .footer_logo {
    width: 580rem;
  }
}

.footer_button-tel {
  margin: 30rem auto 0;
  width: 350rem;
}
@media (max-width: 768px) {
  .footer_button-tel {
    width: 500rem;
  }
}

.footer_button-mail {
  margin: 5rem auto 0;
  width: 350rem;
  height: 55rem;
}
@media (max-width: 768px) {
  .footer_button-mail {
    width: 500rem;
    height: 100rem;
  }
}
.footer_button-mail .footer_mail_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  background-color: #fff;
  color: var(--colorMain);
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .footer_button-mail .footer_mail_link {
    font-size: 26rem;
  }
}
.footer_button-mail .footer_mail_link::before {
  content: "";
  display: block;
  width: 40rem;
  height: 30rem;
  background-image: url(../image/icon_mail.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top_section_title {
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 44rem;
}
@media (max-width: 768px) {
  .top_section_title {
    font-size: 48rem;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .top_section_title span {
    font-size: 44rem;
  }
}

.mv {
  position: relative;
  margin: 0 auto;
  max-height: 980rem;
  aspect-ratio: 1920/980;
  background-image: url("../image/mv_image.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .mv {
    max-height: none;
    aspect-ratio: 750/1000;
    background-image: url("../image/mv_image-sp.jpg");
  }
}

.mv_text {
  position: absolute;
  top: 180rem;
  right: calc(50% - 600rem);
  width: 854rem;
}
.mv_text img {
  width: 100%;
}

@media (max-width: 768px) {
  .mv_text01 {
    position: absolute;
    top: 140rem;
    right: 30rem;
    width: 370rem;
  }
  .mv_text01 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mv_text02 {
    position: absolute;
    top: 370rem;
    right: 45rem;
    width: 380rem;
  }
  .mv_text02 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mv_text03 {
    position: absolute;
    bottom: 40rem;
    left: 50%;
    width: 664rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mv_text03 img {
    width: 100%;
  }
}

.top_news {
  padding: 40rem 0;
}

.top_news_title {
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 30rem;
}
@media (max-width: 768px) {
  .top_news_title {
    font-size: 40rem;
  }
}

.top_news_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15rem;
}
.top_news_container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 224rem;
  height: 152rem;
  background-image: url(../image/icon-shirts01.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.top_news_link {
  position: relative;
  z-index: 3;
  display: block;
}
.top_news_link + .top_news_link {
  margin-top: 10rem;
}

.top_news_item {
  padding: 1em 0;
  border-top: 1px solid #aaa;
}
.top_news_link:first-child .top_news_item {
  border-top: none;
}

.top_news_date {
  font-size: 20rem;
}
@media (max-width: 768px) {
  .top_news_date {
    font-size: 30rem;
  }
}

.top_news_text {
  font-size: 22rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top_news_text {
    text-align: justify;
    font-size: 30rem;
  }
}

.button_more {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
  margin-top: 20rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 20rem;
}
@media (max-width: 768px) {
  .button_more {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 30rem;
  }
}
@media (hover: hover) {
  .button_more:hover::after {
    -webkit-transform: translateX(5rem) rotate(-45deg);
            transform: translateX(5rem) rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .top_news .button_more {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.button_more::after {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  border: 2px solid var(--colorMain);
  border-top: 0;
  border-left: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.button_more::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px dotted var(--colorMain);
}

.top_point {
  position: relative;
  z-index: 4;
  padding: 90rem 0;
  background-color: var(--colorBase);
  background-image: url(../image/bg_image.svg);
  background-position: center 50rem;
  background-size: 80%;
  background-repeat: repeat;
}

.top_point .top_section_title {
  font-size: 50rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top_point .top_section_title {
    font-size: 60rem;
  }
}
.top_point .top_section_title span {
  font-size: 30rem;
}
.top_point .top_section_title span:first-of-type {
  color: #f84c2d;
}

.top_point_container {
  margin-top: 120rem;
}
@media (max-width: 768px) {
  .top_point_container {
    margin-top: 80rem;
  }
}

.top_point_item {
  position: relative;
}
.top_point_item + .top_point_item {
  margin-top: 150rem;
}
@media (max-width: 768px) {
  .top_point_item + .top_point_item {
    margin-top: 260rem;
  }
}
.top_point_item::after {
  content: "";
  position: absolute;
  top: -100rem;
  left: 60rem;
  display: block;
  width: 80rem;
  height: 176rem;
  background-image: url(../image/top_point_number01.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .top_point_item::after {
    top: -65rem;
    left: 35rem;
    width: 60rem;
    height: 132rem;
  }
}
.top_point_item:nth-of-type(2)::after {
  background-image: url(../image/top_point_number02.svg);
}
.top_point_item:nth-of-type(3)::after {
  background-image: url(../image/top_point_number03.svg);
}

.top_point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60rem 80rem 60rem 60rem;
  width: 680rem;
  border-radius: 50rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .top_point_box {
    padding: 60rem 45rem;
    width: 630rem;
    border-radius: 40rem;
  }
}

.top_point_title {
  color: var(--colorMain);
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: 40rem;
  line-height: 1.45;
}
.top_point_title span {
  color: var(--colorKey);
}

.top_point_text {
  margin-top: 20rem;
  color: var(--colorMain);
  font-size: 20rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .top_point_text {
    font-size: 30rem;
  }
}

.top_point_photo {
  position: absolute;
  right: 0;
  bottom: -60rem;
  width: 560rem;
  aspect-ratio: 560/354;
  border-radius: 50rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .top_point_photo {
    bottom: -205rem;
    width: 400rem;
  }
}
.top_point_photo img {
  width: 100%;
}

.top_point_item:nth-of-type(2) .top_point_photo img {
  padding-top: 50rem;
}

.top_point_contact {
  position: relative;
  margin-top: 160rem;
  padding: 70rem 100rem 80rem 100rem;
  border-radius: 50rem;
  background-color: #fdfaf4;
}
@media (max-width: 768px) {
  .top_point_contact {
    margin-top: 240rem;
    padding: 60rem;
  }
}
.top_point_contact .top_point_title {
  color: var(--colorKey);
  font-weight: var(--weightBold);
  font-size: 42rem;
}
@media (max-width: 768px) {
  .top_point_contact .top_point_title {
    font-size: 40rem;
  }
}
.top_point_contact .top_point_text {
  color: var(--colorKey);
  font-size: 24rem;
  line-height: 1.533;
}
@media (max-width: 768px) {
  .top_point_contact .top_point_text {
    margin-top: 30rem;
    font-size: 30rem;
  }
}
.top_point_contact .top_point_text span {
  font-weight: var(--weightBold);
}
.top_point_contact::before {
  content: "";
  position: absolute;
  top: 75rem;
  right: 100rem;
  display: block;
  width: 239rem;
  height: 278rem;
  background-image: url(../image/icon_machine.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .top_point_contact::before {
    top: 75rem;
    right: 50rem;
    width: 180rem;
    height: 209rem;
  }
}

.button_area {
  margin-top: 50rem;
  width: 100%;
  height: 100rem;
}
@media (max-width: 768px) {
  .button_area {
    height: 80rem;
  }
}
.button_area .button {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  background-color: var(--colorKey);
  -webkit-box-shadow: 0 8rem 0 0 rgba(250, 153, 56, 0.4);
          box-shadow: 0 8rem 0 0 rgba(250, 153, 56, 0.4);
  color: #fff;
  font-weight: var(--weightBold);
  font-size: 32rem;
  place-items: center;
}
@media (hover: hover) {
  .button_area .button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  .button_area .button:hover::after {
    -webkit-transform: translateX(10rem) rotate(-45deg);
            transform: translateX(10rem) rotate(-45deg);
  }
}
.button_area .button::after {
  content: "";
  position: absolute;
  right: 80rem;
  display: block;
  width: 16rem;
  height: 16rem;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .button_area .button::after {
    right: 40rem;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
  }
}

.button.button_price {
  background-color: var(--colorMain);
  -webkit-box-shadow: 0 8rem 0 0 var(--colorBase);
          box-shadow: 0 8rem 0 0 var(--colorBase);
}

.top_guide .button_area {
  margin-top: 20rem;
}

.top_guide {
  position: relative;
  z-index: 3;
  margin-top: -100rem;
  padding: 190rem 0 130rem;
  background-color: #fff;
}

.top_guide_container {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .top_guide_container {
    margin-top: 60rem;
  }
}

.top_guide_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 36rem;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .top_guide_title {
    font-size: 40rem;
  }
}
.top_guide_title::before {
  content: "";
  display: block;
  margin-top: 10rem;
  width: 40rem;
  height: 34rem;
  background-color: var(--colorMain);
  -webkit-mask-image: url(../image/icon-check.svg);
          mask-image: url(../image/icon-check.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.top_guide_inner {
  padding: 0 0 0 55rem;
}
@media (max-width: 768px) {
  .top_guide_inner {
    padding-right: 0;
    padding-left: 50rem;
  }
}

.top_guide_label {
  display: inline-block;
  padding: 0 1em;
  border-radius: 10rem;
  background-color: var(--colorMain);
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: var(--weightBold);
  place-items: center;
}
@media (max-width: 768px) {
  .top_guide_label {
    display: -ms-grid;
    display: grid;
    border-radius: 10rem;
    font-size: 26rem;
  }
}

.top_guide_inner {
  margin-top: 10rem;
}
.top_guide_inner .top_guide_item:first-child .top_guide_inner {
  margin-top: 30rem;
}

.top_guide_first {
  margin-top: 20rem;
}

.top_guide_item + .top_guide_item {
  margin-top: 65rem;
}
@media (max-width: 768px) {
  .top_guide_item + .top_guide_item {
    margin-top: 60rem;
  }
}

.top_guide_first_item + .top_guide_first_item {
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .top_guide_first_item + .top_guide_first_item {
    margin-top: 50rem;
  }
}

.top_guide_text {
  margin-top: 10rem;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .top_guide_text {
    text-align: justify;
    font-size: 30rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top_guide_text span {
  font-weight: var(--weightBold);
}

.top_guide_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40rem;
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .top_guide_photo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50rem;
    margin: 40rem auto;
    width: 60%;
  }
}

@media (max-width: 768px) {
  li.top_guide_first_item:nth-child(2) .top_guide_photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.top_guide_photo_figure {
  width: 500rem;
}
@media (max-width: 768px) {
  .top_guide_photo_figure {
    width: 100%;
  }
}
.top_guide_photo_figure img {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .top_guide_photo_figure img {
    margin-top: 20rem;
  }
}
.top_guide_photo_figure + .top_guide_photo_figure {
  width: auto;
}
@media (max-width: 768px) {
  .top_guide_photo_figure + .top_guide_photo_figure {
    width: 100%;
  }
}
.top_guide_photo_figure + .top_guide_photo_figure img {
  width: 300rem;
}
@media (max-width: 768px) {
  .top_guide_photo_figure + .top_guide_photo_figure img {
    margin: 20rem 30% 0;
    width: 40%;
  }
}
.top_guide_photo_figure figcaption {
  margin-top: 10rem;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .top_guide_photo_figure figcaption {
    white-space: nowrap;
    font-size: 26rem;
    line-height: 1.44;
  }
}
.top_guide_photo_figure ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.44;
}
.top_guide_photo_figure ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.8em;
}
.top_guide_photo_figure ul li::before {
  content: "●";
  margin-right: 5rem;
  font-size: 14rem;
}

.top_price {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: -100rem;
  padding: 190rem 0 100rem;
  background-color: var(--colorBase);
}
.top_price .top_section_title-ex {
  text-align: center;
  font-size: 14rem;
}
@media (max-width: 768px) {
  .top_price .top_section_title-ex {
    font-size: 24rem;
  }
}

.top_price_inner {
  padding: 80rem 0 100rem;
  border-radius: 70rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .top_price_inner {
    padding: 60rem 0 80rem;
    width: 700rem;
  }
}

.top_price_container {
  margin: 30rem auto 0;
  width: 960rem;
}
@media (max-width: 768px) {
  .top_price_container {
    width: 650rem;
  }
}

.top_price_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid var(--colorMain);
}
.top_price_list-shirts .top_price_item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .top_price_list-shirts .top_price_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 0.5em 1em 1em;
  }
}

@media (max-width: 768px) {
  .top_price_name {
    font-size: 28rem;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top_price_name span {
  font-weight: var(--weightBold);
  font-size: 24rem;
}
@media (max-width: 768px) {
  .top_price_name span {
    margin-bottom: 6rem;
    font-size: 32rem;
    line-height: 1.6;
  }
}
.top_price_list-shirts .top_price_name {
  width: 600rem;
}
@media (max-width: 768px) {
  .top_price_list-shirts .top_price_name {
    width: 100%;
  }
}

.top_price_price {
  font-weight: 600;
  font-size: 34rem;
  font-family: var(--fontPrice);
}
@media (max-width: 768px) {
  .top_price_price {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 40rem;
    line-height: 1.5;
  }
}
.top_price_price span {
  font-size: 22rem;
}
@media (max-width: 768px) {
  .top_price_price span {
    display: inline-block;
    margin-top: 15rem;
    margin-right: 0;
    font-size: 30rem;
  }
}
.top_price_price .top_price_incl_tax {
  font-size: 30rem;
}
@media (max-width: 768px) {
  .top_price_price .top_price_incl_tax {
    margin-top: 0;
    font-size: 36rem;
  }
}

.top_price_list-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50rem;
}
.top_price_list-other .top_price_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
  width: 470rem;
}
@media (max-width: 768px) {
  .top_price_list-other .top_price_item {
    width: 100%;
  }
}
.top_price_list-other .top_price_name {
  font-size: 20rem;
}
@media (max-width: 768px) {
  .top_price_list-other .top_price_name {
    font-size: 30rem;
  }
}
.top_price_list-other .top_price_price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 600;
  font-size: 25rem;
  font-family: var(--fontPrice);
}
@media (max-width: 768px) {
  .top_price_list-other .top_price_price {
    font-size: 40rem;
  }
}
.top_price_list-other .top_price_price span {
  font-size: 18rem;
}
@media (max-width: 768px) {
  .top_price_list-other .top_price_price span {
    display: inline-block;
    margin-top: 0;
    font-size: 30rem;
  }
}
.top_price_list-other .top_price_price .top_price_incl_tax {
  font-size: 24rem;
}
@media (max-width: 768px) {
  .top_price_list-other .top_price_price .top_price_incl_tax {
    font-size: 36rem;
  }
}

.top_price_list-bedding {
  margin-top: 50rem;
}
.top_price_list-bedding .top_price_label {
  text-align: right;
  font-size: 14rem;
}
@media (max-width: 768px) {
  .top_price_list-bedding .top_price_label {
    font-size: 20rem;
  }
}
.top_price_list-bedding .top_price_item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .top_price_list-bedding .top_price_item {
    padding: 0.5em 1em;
  }
}
.top_price_list-bedding .top_price_name {
  font-weight: var(--weightBold);
  font-size: 16rem;
}
@media (max-width: 768px) {
  .top_price_list-bedding .top_price_name {
    font-size: 30rem;
  }
}
.top_price_list-bedding .top_price_price {
  font-weight: 600;
  font-size: 25rem;
  font-family: var(--fontPrice);
}
@media (max-width: 768px) {
  .top_price_list-bedding .top_price_price {
    font-size: 40rem;
    line-height: 1.4;
  }
}
.top_price_list-bedding .top_price_price span {
  margin-right: 2rem;
  font-size: 26rem;
}
@media (max-width: 768px) {
  .top_price_list-bedding .top_price_price span {
    font-size: 30rem;
  }
}
.top_price_list-bedding p:nth-child(2) {
  margin-left: auto;
}
.top_price_list-bedding p:nth-child(3) {
  margin-left: 100rem;
  width: 160rem;
  text-align: right;
}
@media (max-width: 768px) {
  .top_price_list-bedding p:nth-child(3) {
    margin-left: 20rem;
  }
}

.top_price_caution {
  padding: 1em;
}
.top_price_caution li {
  margin-top: 5rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top_price_caution li {
    margin-top: 10rem;
    text-align: justify;
    font-size: 24rem;
  }
}
.top_price_caution li::before {
  content: "●";
  margin-right: 0.2em;
  font-size: 14rem;
}
@media (max-width: 768px) {
  .top_price_caution li::before {
    font-size: 24rem;
  }
}

.top_card {
  margin-top: -100rem;
  padding: 190rem 0 100rem;
  background-color: #fff;
  background-color: var(--colorBase);
  background-color: var(--colorBase);
  background-image: url(../image/bg_image.svg);
  background-position: center 50rem;
  background-size: 80%;
  background-repeat: repeat;
}

.top_card_inner {
  padding: 80rem 0 100rem;
  border-radius: 70rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .top_card_inner {
    padding: 60rem 0 80rem;
    width: 90%;
  }
}

.top_card_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .top_card_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_card_image {
  position: relative;
  margin-top: 80rem;
  width: 290rem;
  -webkit-filter: drop-shadow(0 3rem 6rem rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 3rem 6rem rgba(0, 0, 0, 0.3));
  -webkit-transform: translateX(60rem) rotate(-10deg);
          transform: translateX(60rem) rotate(-10deg);
}
@media (max-width: 768px) {
  .top_card_image {
    margin-top: 40rem;
    -webkit-transform: translateX(0) rotate(-10deg);
            transform: translateX(0) rotate(-10deg);
  }
}
.top_card_image img {
  width: 100%;
  border-radius: 20rem;
}

.top_card_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 26rem;
  margin-top: 40rem;
}
.top_card_copy::before {
  content: "";
  display: block;
  width: 55rem;
  width: 50rem;
  height: 122rem;
  height: 110rem;
  background-image: url(../image/top_point_number01.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(10rem, 5rem);
          transform: translate(10rem, 5rem);
}
@media (max-width: 768px) {
  .top_card_copy::before {
    -webkit-transform: translate(0, 5rem);
            transform: translate(0, 5rem);
  }
}
.top_card_copy:nth-child(2)::before {
  background-image: url(../image/top_point_number02.svg);
}
.top_card_copy:nth-child(3)::before {
  background-image: url(../image/top_point_number03.svg);
}
.top_card_copy p {
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 30rem;
  line-height: 1.527;
}
.top_card_copy p span {
  color: var(--colorKey);
  font-weight: var(--weightBold);
  line-height: 0.9;
}
.top_card_copy p .number {
  font-size: 50rem;
}

.top_card_description {
  margin-top: 80rem;
}

.top_card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .top_card_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_card_item + .top_card_item {
  margin-top: 30rem;
}
@media (max-width: 768px) {
  .top_card_item + .top_card_item {
    margin-top: 40rem;
  }
}

.top_card_title {
  display: -ms-grid;
  display: grid;
  width: 180rem;
  border-radius: 5rem;
  background-color: #f4fafd;
  text-align: center;
  place-items: center;
}
@media (max-width: 768px) {
  .top_card_title {
    padding: 0.5em;
    width: 100%;
    border-radius: 10rem;
    font-size: 26rem;
  }
}

.top_card_text {
  width: 800rem;
}
@media (max-width: 768px) {
  .top_card_text {
    margin-top: 20rem;
    width: 100%;
    text-align: justify;
    font-size: 24rem;
    line-height: 1.5;
  }
}
.top_card_text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
}
.top_card_text li::before {
  content: "●";
  display: block;
  margin-top: 5rem;
  margin-right: 3rem;
  font-size: 14rem;
}
@media (max-width: 768px) {
  .top_card_text li::before {
    margin-top: 0;
    font-size: 24rem;
  }
}
.top_card_text li + li {
  margin-top: 10rem;
}

.top_card_list + .top_card_list {
  font-size: 16rem;
}
@media (max-width: 768px) {
  .top_card_list + .top_card_list {
    font-size: 24rem;
  }
}
.top_card_list + .top_card_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .top_card_list + .top_card_list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_card_list + .top_card_list li::before {
  content: "・";
  display: block;
  margin-right: 5rem;
  text-indent: 1em;
}

.top_price_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15rem;
  margin-top: 80rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 32rem;
}
.top_price_title:first-child {
  margin-top: 0;
}
.top_price_title::before, .top_price_title::after {
  content: "";
  display: inline-block;
  width: 30rem;
  height: 2rem;
  background-color: var(--colorMain);
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.table-shirts.tablepress,
.table-other.tablepress,
.table-bedding.tablepress,
.table-option.tablepress {
  margin-top: 20rem;
}
.table-shirts .column-1,
.table-other .column-1,
.table-bedding .column-1,
.table-option .column-1 {
  padding: 0.5em 0;
  vertical-align: middle;
  font-weight: var(--weightBold);
  font-size: 24rem;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .table-shirts .column-1,
  .table-other .column-1,
  .table-bedding .column-1,
  .table-option .column-1 {
    font-size: 30rem;
  }
}
.table-shirts .column-1 span,
.table-other .column-1 span,
.table-bedding .column-1 span,
.table-option .column-1 span {
  font-weight: var(--weightRegular);
  font-size: 20rem;
}
@media (max-width: 768px) {
  .table-shirts .column-1 span,
  .table-other .column-1 span,
  .table-bedding .column-1 span,
  .table-option .column-1 span {
    font-size: 26rem;
  }
}
.table-shirts .column-2,
.table-other .column-2,
.table-bedding .column-2,
.table-option .column-2 {
  width: 120rem;
  vertical-align: middle;
  text-align: right;
  font-weight: var(--weightBold);
  font-size: 24rem;
  font-family: var(--fontPrice);
}
@media (max-width: 768px) {
  .table-shirts .column-2,
  .table-other .column-2,
  .table-bedding .column-2,
  .table-option .column-2 {
    font-size: 30rem;
  }
}
.table-shirts .column-2::after,
.table-other .column-2::after,
.table-bedding .column-2::after,
.table-option .column-2::after {
  content: "円";
  display: inline-block;
  font-size: 20rem;
}
.table-shirts .column-3,
.table-other .column-3,
.table-bedding .column-3,
.table-option .column-3 {
  width: 120rem;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: 22rem;
  font-family: var(--fontPrice);
}
@media (max-width: 768px) {
  .table-shirts .column-3,
  .table-other .column-3,
  .table-bedding .column-3,
  .table-option .column-3 {
    font-size: 30rem;
  }
}
.table-shirts .column-3::before,
.table-other .column-3::before,
.table-bedding .column-3::before,
.table-option .column-3::before {
  content: "（税込";
  display: inline-block;
  font-weight: var(--weightRegular);
  font-size: 18rem;
}
@media (max-width: 768px) {
  .table-shirts .column-3::before,
  .table-other .column-3::before,
  .table-bedding .column-3::before,
  .table-option .column-3::before {
    font-size: 24rem;
  }
}
.table-shirts .column-3::after,
.table-other .column-3::after,
.table-bedding .column-3::after,
.table-option .column-3::after {
  content: "円）";
  display: inline-block;
  font-weight: var(--weightRegular);
  font-size: 18rem;
}
@media (max-width: 768px) {
  .table-shirts .column-3::after,
  .table-other .column-3::after,
  .table-bedding .column-3::after,
  .table-option .column-3::after {
    font-size: 24rem;
  }
}
.table-shirts caption,
.table-other caption,
.table-bedding caption,
.table-option caption {
  display: none;
}
.table-shirts tr:last-child,
.table-other tr:last-child,
.table-bedding tr:last-child,
.table-option tr:last-child {
  border-bottom: 1px solid var(--border-color);
}

.table-option .column-2::before {
  content: "+";
  display: inline-block;
  margin-right: 0.2em;
  font-weight: var(--weightRegular);
}

.table-shirts tr:nth-child(odd) td {
  padding-bottom: 0;
}

.table-shirts tr:nth-child(even) td {
  padding-top: 0;
  padding-bottom: 0.3em;
  border-top: 0;
}

.single_title {
  margin-bottom: 50rem;
  font-weight: var(--weightBold);
  font-size: 30rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .single_title {
    font-size: 40rem;
  }
}

.single_container {
  margin-top: 30rem;
}
@media (max-width: 768px) {
  .single_container {
    font-size: 30rem;
  }
}
.single_container .wp-block-heading {
  margin-top: 40rem;
  margin-bottom: 10rem;
  font-weight: var(--weightBold);
  font-size: 24rem;
}
@media (max-width: 768px) {
  .single_container .wp-block-heading {
    font-size: 34rem;
  }
}
.single_container .wp-block-image {
  margin-top: 30rem;
  margin-bottom: 10rem;
  width: 100%;
}
.single_container .wp-block-image img {
  width: 100%;
}
.single_container p {
  margin-top: 20rem;
  margin-bottom: 10rem;
  font-size: 22rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .single_container p {
    font-size: 30rem;
  }
}

.single_postlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 58rem;
}
.single_postlink .prev, .single_postlink .next {
  display: inline-block;
  border-bottom: 2px dotted;
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .single_postlink .prev, .single_postlink .next {
    font-size: 28rem;
  }
}
.single_postlink .next::after {
  content: "";
  display: inline-block;
  margin-left: 5rem;
  width: 10rem;
  height: 10rem;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(-1rem) rotate(-45deg);
          transform: translateY(-1rem) rotate(-45deg);
}
@media (max-width: 768px) {
  .single_postlink .next::after {
    width: 15rem;
    height: 15rem;
  }
}
.single_postlink .prev::before {
  content: "";
  display: inline-block;
  margin-right: 5rem;
  width: 10rem;
  height: 10rem;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(-1rem) rotate(135deg);
          transform: translateY(-1rem) rotate(135deg);
}
@media (max-width: 768px) {
  .single_postlink .prev::before {
    width: 15rem;
    height: 15rem;
  }
}

.single_postlink .next {
  margin-left: auto;
}

.single_postlink .prev + .next {
  margin-left: 0;
}

.single_link_back {
  margin-top: 50rem;
  text-align: center;
}
@media (max-width: 768px) {
  .single_link_back {
    margin-top: 80rem;
  }
}
.single_link_back a {
  display: inline-block;
  border-bottom: 2px dotted;
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .single_link_back a {
    font-size: 28rem;
  }
}

.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15rem;
  margin-top: 60rem;
}

.page-numbers {
  display: -ms-grid;
  display: grid;
  width: 37rem;
  height: 37rem;
  border: 1px solid var(--colorMain);
  border-radius: 30rem;
  background-color: #fff;
  color: var(--colorMain);
  font-size: 16rem;
  line-height: 1;
  place-items: center;
}
@media (max-width: 768px) {
  .page-numbers {
    width: 70rem;
    height: 70rem;
    border-radius: 70rem;
    font-size: 30rem;
  }
}
.page-numbers.current {
  display: -ms-grid;
  display: grid;
  width: 37rem;
  height: 37rem;
  border: 1px solid var(--colorMain);
  border-radius: 30rem;
  background-color: var(--colorMain);
  color: #fff;
  font-size: 16rem;
  line-height: 1;
  place-items: center;
}
@media (max-width: 768px) {
  .page-numbers.current {
    width: 70rem;
    height: 70rem;
    border-radius: 70rem;
    font-size: 30rem;
  }
}
.page-numbers.prev, .page-numbers.next {
  display: none;
}

.page_title {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  height: 180rem;
  background-color: var(--colorBase);
  color: var(--colorMain);
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 42rem;
  place-items: center;
}
.page_title::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 500rem);
  z-index: -1;
  display: block;
  width: 220rem;
  height: 143rem;
  background-image: url(../image/title_bg-left.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page_title::before {
    left: 5rem;
  }
}
.page_title::after {
  content: "";
  position: absolute;
  right: calc(50% - 450rem);
  bottom: -1rem;
  z-index: -1;
  display: block;
  width: 140rem;
  height: 162rem;
  background-image: url(../image/title_bg-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page_title::after {
    right: 40rem;
  }
}

.page_container {
  position: relative;
  z-index: 1;
  padding: 80rem 0 200rem;
}
.page_container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50rem;
  z-index: -1;
  display: block;
  width: 300rem;
  height: 202rem;
  background-image: url(../image/icon-shirts01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .page_container::before {
    right: 0;
    left: auto;
  }
}

.page_option p {
  font-size: 22rem;
}
@media (max-width: 768px) {
  .page_option p {
    font-size: 30rem;
  }
}
.page_option .wp-block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 36rem;
}
@media (max-width: 768px) {
  .page_option .wp-block-heading {
    font-size: 40rem;
  }
}
.page_option .wp-block-heading::before {
  content: "";
  display: block;
  width: 40rem;
  height: 34rem;
  background-image: url(../image/icon-check.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page_option .wp-block-group + .wp-block-group {
  margin-top: 50rem;
}

.option_image {
  margin: 50rem auto 100rem;
}
@media (max-width: 768px) {
  .option_image {
    width: 80%;
  }
}

.page_sneakers-cleaning p {
  font-size: 22rem;
}
@media (max-width: 768px) {
  .page_sneakers-cleaning p {
    font-size: 30rem;
  }
}
.page_sneakers-cleaning .wp-block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 36rem;
}
@media (max-width: 768px) {
  .page_sneakers-cleaning .wp-block-heading {
    font-size: 40rem;
  }
}
.page_sneakers-cleaning .wp-block-heading::before {
  content: "";
  display: block;
  width: 40rem;
  height: 34rem;
  background-image: url(../image/icon-check.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page_sneakers-cleaning .wp-block-group + .wp-block-group {
  margin-top: 50rem;
}

.page_privacy_policy .page_container p,
.page_rules .page_container p {
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .page_privacy_policy .page_container p,
  .page_rules .page_container p {
    font-size: 26rem;
  }
}
.page_privacy_policy .page_container p + p,
.page_rules .page_container p + p {
  margin-top: 20rem;
}
.page_privacy_policy .page_container .wp-block-heading,
.page_rules .page_container .wp-block-heading {
  font-weight: var(--weightBold);
  font-size: 28rem;
}
@media (max-width: 768px) {
  .page_privacy_policy .page_container .wp-block-heading,
  .page_rules .page_container .wp-block-heading {
    font-size: 32rem;
  }
}
.page_privacy_policy .page_container .wp-block-group,
.page_rules .page_container .wp-block-group {
  margin-top: 50rem;
}
.page_privacy_policy .page_container ol,
.page_rules .page_container ol {
  padding-left: 1em;
  list-style: auto;
  text-align: justify;
}
@media (max-width: 768px) {
  .page_privacy_policy .page_container ol,
  .page_rules .page_container ol {
    font-size: 26rem;
  }
}

.page_rules .page_container p {
  padding-left: 1em;
  text-indent: -1em;
}
.page_rules .page_container p::before {
  content: "・";
  display: inline;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  background-color: rgba(255, 255, 255, 0.6);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child {
  font-weight: var(--weightBold);
}

.page_contact .page_contact_image {
  margin-top: 20rem;
}
.page_contact .wp-block-group + .wp-block-group {
  margin-top: 80rem;
}
.page_contact .wp-block-heading {
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 28rem;
}
@media (max-width: 768px) {
  .page_contact .wp-block-heading {
    font-size: 32rem;
  }
}

details {
  padding: 0.5em 1em;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 20rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  details {
    font-size: 24rem;
  }
}

.table-company {
  font-size: 24rem;
}

.page_faq .wp-block-group + .wp-block-group {
  margin-top: 80rem;
}
.page_faq .wp-block-heading {
  font-size: 28rem;
  color: var(--colorMain);
  border-bottom: 2rem solid var(--colorMain);
  padding-bottom: 10rem;
  margin-bottom: 10rem;
  width: 100%;
}
@media (max-width: 768px) {
  .page_faq .wp-block-heading {
    font-size: 34rem;
    text-align: justify;
  }
}
.page_faq .wp-block-heading::before {
  content: "Q.";
  display: inline-block;
  margin-right: 10rem;
  font-size: 35rem;
}
@media (max-width: 768px) {
  .page_faq .wp-block-heading::before {
    font-size: 32rem;
  }
}
@media (max-width: 768px) {
  .page_faq p {
    font-size: 30rem;
  }
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  padding: 10rem;
  margin-top: 20rem;
  font-size: 20rem;
  min-width: 300rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: 30rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wp-block-buttons > .wp-block-button {
    display: block;
    width: 100%;
  }
}

.wpel-icon.wpel-image {
  display: none;
}

.page_404_text {
  text-align: center;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .page_404_text {
    font-size: 30rem;
  }
}

.page_404 .button_more {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 80rem auto 0;
}
.page_404 .button_more::before {
  left: 50%;
  width: 220rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page_404 .button_more::before {
    width: 300rem;
  }
}
.page_404 .button_more::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 767px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */