@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before,
*::after {
  background-repeat: no-repeat;
}

::selection {
  background: #d1dade;
  color: #ffffff;
}

::-moz-selection {
  background: #d1dade;
  color: #ffffff;
}

html {
  font-size: min(1.33vw, 16px);
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  color: #000000;
  background-color: white;
  height: 100%;
}
html p {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: min(1.33vw, 16px);
  line-height: 1.8em;
}
html .min {
  font-family:
    "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .san-serif {
  font-family: Arial, serif;
}
html .txt-center {
  text-align: center;
}
html .br-pc,
html .pc-only {
  display: inherit;
}
html .br-sp,
html .sp-only {
  display: none;
}
html a {
  color: #38c0fc;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s all;
}
html a:hover {
  transition: 0.3s all;
  opacity: 0.75;
}
html img {
  vertical-align: top;
  line-height: 0;
}

table {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  word-break: break-word;
}

ol,
ul {
  list-style: none;
}

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  pointer-events: none;
}

address {
  font-style: normal;
}

.hide {
  display: none;
}

main {
  /*margin-top: 230px;*/
  /*margin-top: 200px;*/
}

.btn-more {
  background: #ffffff;
  display: inline-block;
  position: absolute;
  content: "";
  z-index: 1;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  width: 280px;
}
.btn-more a {
  color: #000000;
  text-decoration: none;
  display: block;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  font-size: min(1.5vw, 18px);
  padding-right: 15px;
}
.btn-more a:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
}
.btn-more a:hover:after {
  color: #ffffff !important;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 40px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  padding: 10px;
  outline: none;
  border: 1px solid #ececec;
  width: 100%;
}

.full-img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1300px) {
  main {
    /*margin-top: calc(230 / 1300 * 100vw);*/
    margin-top: 15.3846153846vw;
  }
}
@media only screen and (max-width: 828px) {
  html {
    font-size: 12px;
    font-family:
      "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.025em;
    color: #000000;
    background-color: white;
  }
  html p {
    font-family:
      "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7em;
  }
  html .br-pc,
  html .pc-only {
    display: none;
  }
  html .br-sp,
  html .sp-only {
    display: inherit;
  }
  .btn-more {
    background: #ffffff;
    display: inline-block;
    position: absolute;
    content: "";
    z-index: 1;
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    width: 215px;
  }
  .btn-more a {
    color: #000000;
    text-decoration: none;
    display: block;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    font-size: 12px;
    padding-right: 15px;
  }
  .btn-more a:hover {
    background: #000000;
    color: #ffffff;
    opacity: 1;
  }
  .btn-more a:hover:after {
    color: #ffffff !important;
  }
  main {
    /*margin-top: 60px;*/
    margin-top: 0;
  }
  main section {
    position: relative;
    width: 100%;
  }
  main section .wrapper {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
  main section .wrapper h2.subtit {
    display: inline-block;
    text-align: left;
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25;
  }
  main section .wrapper h2.subtit span {
    font-family:
      "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
  }
  main section .wrapper h2.subtit:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
  }
}
.breadcrumb-area {
  margin: 10px 10px 10px 30px;
}
.breadcrumb-area span a {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .breadcrumb-area {
    margin: 10px 10px 10px 20px;
  }
}
.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}
.wp-pagenavi a {
  color: #000;
}
.wp-pagenavi .current {
  color: #999;
  border: 1px solid #bfbfbf !important;
  font-weight: normal;
}

@media only screen and (max-width: 500px) {
  .room54-stock .wp-pagenavi {
    margin-top: 0;
  }
}
header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
}
header .attention {
  background: #f5e1cb;
  text-align: center;
  padding: 5.6px 0;
}
header .header-cta {
  display: flex;
  justify-content: right;
  background-color: #6c6565;
  color: #ffffff;
  padding: 22.5px 30px;
}
header .header-cta .left {
  text-align: right;
  margin-right: 62px;
}
header .header-cta .mid {
  color: #ffffff;
  font-size: 36px;
  margin-right: 30px;
  text-decoration: none;
  vertical-align: sub;
}
header .header-cta .mid img {
  vertical-align: sub;
  max-width: 35px;
  width: 100%;
}
header .header-cta .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  border-left: solid 1px #ffffff;
  min-width: 563px;
  padding-left: 30px;
  letter-spacing: -1px;
  text-decoration: none;
}
header .header-cta .right img {
  max-width: 35px;
  width: 100%;
}
header .header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-menu .left {
  margin-left: 30px;
}
header .header-menu .left a {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  text-decoration: none;
  color: #000000;
}
header .header-menu .left a img {
  margin-right: 10px;
  max-width: 60px;
  width: 100%;
}
header .header-menu .left a h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
header .header-menu .left a h1 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 42px;
}
header .header-menu .right .navbar-toggler {
  display: none;
}
header .header-menu .right #nav-pc {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
header .header-menu .right #nav-pc li {
  height: 110px;
  display: inline-block;
  border-left: 1px solid #d1dade;
}
header .header-menu .right #nav-pc li a {
  font-size: 20px;
  display: block;
  color: #000000;
  width: 100%;
  height: 100%;
  line-height: 110px;
  text-decoration: none;
  width: 160px;
  text-align: center;
  letter-spacing: -1px;
}
header .header-menu .right #nav-pc li a:hover {
  background-color: #fff9c0;
  border-bottom: 5px solid #666666;
  opacity: 1;
}
header .header-menu .right #nav-sp {
  display: none;
}

@media only screen and (max-width: 1300px) {
  header .header-cta {
    padding: 1.7307692308vw 2.3076923077vw;
  }
  header .header-cta .left {
    text-align: right;
    margin-right: 4.7692307692vw;
  }
  header .header-cta .mid {
    font-size: 2.7692307692vw;
    margin-right: 2.3076923077vw;
  }
  header .header-cta .mid img {
    width: 2.6923076923vw;
  }
  header .header-cta .right {
    font-size: 1.5384615385vw;
    min-width: 43.3076923077vw;
    padding-left: 2.3076923077vw;
  }
  header .header-cta .right img {
    vertical-align: sub;
    width: 2.6923076923vw;
  }
  header .header-menu .left {
    margin-left: 2.3076923077vw;
  }
  header .header-menu .left a img {
    width: 4.6153846154vw;
    margin-right: 0.7692307692vw;
  }
  header .header-menu .left a h1 {
    font-size: 1.2307692308vw;
  }
  header .header-menu .left a h1 span {
    font-size: 3.2307692308vw;
  }
  header .header-menu .right .navbar-toggler {
    display: none;
  }
  header .header-menu .right #nav-pc {
    flex-wrap: wrap;
  }
  header .header-menu .right #nav-pc li {
    height: 8.4615384615vw;
    border-left: 1px solid #d1dade;
  }
  header .header-menu .right #nav-pc li a {
    font-size: 1.5384615385vw;
    line-height: 8.4615384615vw;
    width: 12.3076923077vw;
  }
  header .header-menu .right #nav-sp {
    display: none;
  }
}
@media only screen and (max-width: 828px) {
  header .attention {
    display: none;
  }
  header .header-cta {
    display: none;
  }
  header .header-menu {
    height: 60px;
  }
  header .header-menu .left {
    margin-left: 30px;
  }
  header .header-menu .left a img {
    width: 40px;
    margin-right: 8px;
  }
  header .header-menu .left a h1 {
    font-size: 11px;
  }
  header .header-menu .left a h1 span {
    font-size: 24px;
  }
  header .header-menu .right .navbar-toggler {
    background-color: #f5e1ca;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.25s;
    z-index: 200;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: none;
  }
  header .header-menu .right .navbar-toggler::before {
    position: absolute;
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 13px;
    font-size: 28px;
    font-weight: 900;
  }
  header .header-menu .right .navbar-toggler.on::before {
    content: "\f00d";
  }
  header .header-menu .right #nav-pc {
    display: none;
  }
  header .header-menu .right #nav-sp {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #f5e1ca;
    margin-top: 60px;
    padding: 20px;
    height: calc(100vh - 60px);
    overflow: scroll;
    z-index: 100;
  }
  header .header-menu .right #nav-sp .navbar-nav {
    background-color: #ffffff;
    padding: 0 28px;
  }
  header .header-menu .right #nav-sp .navbar-nav li {
    border-bottom: 1px dashed #d7e5eb;
  }
  header .header-menu .right #nav-sp .navbar-nav li a {
    position: relative;
    font-size: 15px;
    display: block;
    color: #000000;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    line-height: 58px;
    text-decoration: none;
    letter-spacing: -1px;
  }
  header .header-menu .right #nav-sp .navbar-nav li a:hover {
    background-color: #fff9c0;
    opacity: 1;
  }
  header .header-menu .right #nav-sp .navbar-nav li a::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-menu .right #nav-sp .navbar-nav li:first-child a::after {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
  }
  header .header-menu .right #nav-sp .header-cta-sp {
    margin-top: 20px;
    background-color: #ffffff;
  }
  header .header-menu .right #nav-sp .header-cta-sp .title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(253, 188, 180, 0.2);
    padding: 10px 0;
  }
  header .header-menu .right #nav-sp .header-cta-sp .sp-tel {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1;
  }
  header .header-menu .right #nav-sp .header-cta-sp .sp-tel a {
    color: #ed6b78;
    font-size: 24px;
    text-decoration: none;
  }
  header .header-menu .right #nav-sp .header-cta-sp .open {
    padding: 17px;
  }
  header .header-menu .right #nav-sp .header-cta-sp .btn-cta {
    position: relative;
    display: block;
    background: #ed6b78;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    font-size: 15px;
    font-weight: bold;
  }
  header .header-menu .right #nav-sp .header-cta-sp .btn-cta::after {
    display: inline-block;
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
footer {
  background: #6c6565;
  color: #f0e6e6;
  margin-top: 100px;
  position: relative;
}
footer .footer-top {
  padding: 100px 8.75vw 92px 8.75vw;
}
footer .footer-top .footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
footer .footer-top .footer-inner .left {
  width: 50%;
}
footer .footer-top .footer-inner .left p {
  margin-top: 10px;
}
footer .footer-top .footer-inner .left p:first-child {
  margin-top: 0;
}
footer .footer-top .footer-inner .left p a {
  font-family: "Tilt Warp", sans-serif;
  color: #f0e6e6;
  font-size: 42px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 10px;
}
footer .footer-top .footer-inner .right {
  width: 50%;
}
footer .footer-top .footer-inner .right .footer-menu {
  display: flex;
  justify-content: flex-end;
}
footer .footer-top .footer-inner .right .footer-menu ul {
  margin-right: 5.5vw;
}
footer .footer-top .footer-inner .right .footer-menu ul:last-child {
  margin-right: 0;
}
footer .footer-top .footer-inner .right .footer-menu ul li {
  letter-spacing: 0.9px;
  line-height: 1.8;
}
footer .footer-top .footer-inner .right .footer-menu ul li a {
  color: #f0e6e6;
  font-size: 18px;
  text-decoration: none;
}
footer .footer-top .footer-inner .right .footer-menu ul li a::before {
  content: "-";
  margin-right: 15px;
}
footer .footer-bottom {
  text-align: center;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 23px 0;
}

.fixed-footer {
  display: none;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 110;
}
#pagetop.show {
  opacity: 1;
  visibility: visible;
}
#pagetop a {
  display: block;
  background-color: #6c6565;
  width: 60px;
  height: 60px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  border: 1px solid #f5e1cb;
}

@media only screen and (max-width: 1080px) {
  footer {
    position: relative;
    margin-top: 30px;
  }
  footer .footer-top {
    padding: 28px 24px;
  }
  footer .footer-top .footer-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer .footer-top .footer-inner .left {
    width: 100%;
  }
  footer .footer-top .footer-inner .left p {
    text-align: center;
  }
  footer .footer-top .footer-inner .left p a {
    font-size: 24px;
  }
  footer .footer-top .footer-inner .right {
    width: 100%;
  }
  footer .footer-top .footer-inner .right .footer-menu {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  footer .footer-top .footer-inner .right .footer-menu ul {
    margin-right: 0;
  }
  footer .footer-top .footer-inner .right .footer-menu ul:last-child {
    margin-right: 0;
  }
  footer .footer-top .footer-inner .right .footer-menu ul li {
    letter-spacing: 0.9px;
    line-height: 1.8;
  }
  footer .footer-top .footer-inner .right .footer-menu ul li a {
    font-size: 14px;
  }
  footer .footer-top .footer-inner .right .footer-menu ul li a::before {
    margin-right: 10px;
  }
  footer .footer-bottom {
    font-size: 10px;
    padding: 13px 0;
  }
}
@media only screen and (max-width: 828px) {
  footer {
    margin-bottom: 60px;
  }
  .fixed-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #6c6565;
    z-index: 100;
  }
  .fixed-footer .d-flex {
    display: flex;
  }
  .fixed-footer .d-flex a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 12.5px 0;
    width: 50%;
    border-right: solid 1px #ffffff;
  }
  .fixed-footer .d-flex a img {
    max-width: 35px;
    width: 100%;
    margin-right: 10px;
  }
  .fixed-footer .d-flex a:last-child {
    border-right: none;
  }
  .fixed-footer .d-flex a p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
  .fixed-footer .d-flex a p span {
    font-size: 10px;
    font-weight: normal;
  }
  #pagetop {
    right: 4px;
    bottom: 66px;
  }
  #pagetop a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
#mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 7.9375vw;
  padding-bottom: 7.5vw;
  padding-left: 4.375vw;
  padding-right: 4.375vw;
  background-color: #d7e5eb;
}
#mainimg .copy {
  font-size: 2vw;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
#mainimg .copy span {
  font-size: 3vw;
  font-weight: bold;
}
#mainimg .list {
  margin-top: 5vw;
}
#mainimg .list ul li {
  font-family: "Yu Mincho Demibold", "YuMincho Demibold", sans-serif;
  max-width: 45.6875vw;
  background: #ffffff;
  font-size: 1.5vw;
  letter-spacing: -0.1em;
  padding: 10px 17px;
  margin-top: 1.25vw;
}
#mainimg .position-abs {
  position: absolute;
  top: 3.75vw;
  right: 2.1875vw;
  width: 45.9375vw;
}

#category {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
#category::before {
  content: "CATEGORY";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
#category h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
#category h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
#category h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#category h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#category .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.8px;
}
#category .bg-baige {
  background: #f5e1cb;
  margin-top: 175px;
  padding-bottom: 45px;
}
#category .bg-baige .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
#category .bg-baige .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -145px;
}
#category .bg-baige .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
#category .bg-baige .container .d-flex .col a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#category .bg-baige .container .d-flex .col a:hover {
  opacity: 1;
}
#category .bg-baige .container .d-flex .col a .card .overf-hidden {
  overflow: hidden;
}
#category .bg-baige .container .d-flex .col a .card .overf-hidden img {
  max-width: 295px;
  width: 100%;
  transition: 0.75s;
}
#category .bg-baige .container .d-flex .col a .card .overf-hidden img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
#category .bg-baige .container .d-flex .col a .card .card-body {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
#category .bg-baige .container .d-flex .col a .card .card-body .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
#category .bg-baige .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
#category .bg-baige .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}

#works {
  margin-top: 100px;
}
#works .products {
  position: relative;
}
#works .products::before {
  content: "PRODUCTS";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
#works .tag {
  margin-top: 60px;
}
#works .tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#works .tag ul li {
  margin-right: 15px;
  padding: 3px 5px;
  font-size: 16px;
}
#works .tag ul .new {
  background-color: #ec6577;
  color: #ffffff;
}
#works .tag ul .recommend {
  background-color: #f95800;
  color: #ffffff;
}
#works .tag ul .delivery {
  background-color: #00b900;
  color: #ffffff;
}
#works .tag ul .confort {
  background-color: #6c6565;
  color: #ffffff;
}
#works h2 {
  position: relative;
  line-height: 1em;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
#works h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
#works h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#works h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#works .container {
  position: relative;
  max-width: 1460px;
  width: 98%;
  margin: 0 auto;
  padding: 105px 80px 100px 80px;
  background-color: #fffacd;
}
#works .container::before {
  content: "CASE";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 80px;
  top: 110px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
#works .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#works .container .d-flex .col {
  background-color: #ffffff;
  width: 31.2%;
  margin-top: 40px;
}
#works .container .d-flex .col a {
  display: block;
  text-decoration: none;
}
#works .container .d-flex .col a:hover {
  opacity: 1;
}
#works .container .d-flex .col a .card {
  text-align: center;
}
#works .container .d-flex .col a .card .overf-hidden {
  overflow: hidden;
}
#works .container .d-flex .col a .card .overf-hidden img {
  max-width: 407px;
  width: 100%;
  transition: 0.75s;
  object-fit: cover;
  height: 200px;
}
#works .container .d-flex .col a .card .overf-hidden img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
#works .container .d-flex .col a .card .card-body {
  color: #000000;
  padding: 10px;
  line-height: 1.4;
}
#works .container .d-flex .col a .card .card-body .card-title {
  font-size: 24px;
  font-weight: bold;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#voice {
  position: relative;
  margin-top: 100px;
}
#voice::before {
  content: "VOICE";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
#voice h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
#voice h2 span {
  font-size: 40px;
}
#voice h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#voice h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#voice .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
}
#voice .container .d-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  align-items: flex-start;
}
#voice .container .d-flex .left {
  width: 23%;
  max-width: 300px;
  margin-right: 60px;
}
#voice .container .d-flex .left img {
  max-width: 301px;
  width: 100%;
}
#voice .container .d-flex .right {
  width: 72.3%;
}
#voice .container .d-flex .right .balloon {
  position: relative;
  background-color: #ececec;
  width: 100%;
  max-width: 940px;
  padding: 36px 40px;
  border-radius: 12px;
}
#voice .container .d-flex .right .balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ececec;
}
#voice .container .d-flex .right h5 {
  font-size: 20px;
}
#voice .container .d-flex .right p {
  font-size: 18px;
  margin-top: 17px;
  word-break: break-word;
}

.cta-home {
  margin-top: 100px;
  background-image: url(../images/bg-cta.png);
  background-size: contain;
  background-position: center top;
  padding: 6.25vw 9.375vw 0 9.375vw;
}
.cta-home .container h2 {
  font-size: 2.25vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
.cta-home .container .cta-block {
  background-color: #ffffff;
  margin-top: 21.875vw;
  padding: 50px;
}
.cta-home .container .cta-block .d-flex {
  display: flex;
  align-items: center;
}
.cta-home .container .cta-block .d-flex .left {
  background-color: #f0e6e6;
  width: 100%;
  max-width: 180px;
  text-align: center;
  margin-right: 20px;
  padding: 8px 0;
}
.cta-home .container .cta-block .d-flex .left.letter-space {
  letter-spacing: 0.57em;
}
.cta-home .container .cta-block .d-flex .left p {
  font-size: 18px;
  font-weight: bold;
}
.cta-home .container .cta-block .d-flex .right a {
  font-size: 48px;
  font-weight: bold;
  font-family: "Tilt Warp", sans-serif;
  color: #ed6b78;
  letter-spacing: 2.4px;
  text-decoration: none;
}
.cta-home .container .cta-block .d-flex .right p {
  font-size: 18px;
  margin-top: 17px;
}
.cta-home .container .cta-block .btn-cta {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ed6b78;
  margin-top: 38px;
  padding: 23px 0;
  text-decoration: none;
}
.cta-home .container .cta-block .btn-cta::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

#contents {
  margin-top: 100px;
}
#contents h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
#contents h2 span {
  font-size: 40px;
}
#contents h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#contents h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#contents .container {
  position: relative;
  max-width: 1460px;
  width: 98%;
  background-color: #d7e5eb;
  margin: 0 auto;
  padding: 105px 80px 100px 80px;
}
#contents .container::before {
  content: "CONTENTS";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 80px;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
#contents .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#contents .container .d-flex .col {
  max-width: 630px;
  width: 48%;
  height: 240px;
  margin-top: 40px;
}
#contents .container .d-flex .col a {
  position: relative;
  display: flex;
  font-size: 24px;
  color: #000000;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.2;
  padding: 22px 5.9375vw 22px 22px;
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    0px 1px 0 #fff,
    -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}
#contents .container .d-flex .col a::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#contents .container .d-flex .col a.contents-01 {
  background: url(../images/contents-01.png) no-repeat center center;
  background-size: cover;
}
#contents .container .d-flex .col a.contents-02 {
  background: url(../images/contents-02.png) no-repeat center center;
  background-size: cover;
}
#contents .container .d-flex .col a.contents-03 {
  background: url(../images/contents-03.png) no-repeat center center;
  background-size: cover;
}
#contents .container .d-flex .col a.contents-04 {
  background: url(../images/contents-04.png) no-repeat center center;
  background-size: cover;
}
#contents .container .d-flex .col a.contents-05 {
  background: url(../images/contents-05.png) no-repeat center center;
  background-size: cover;
}
#contents .container .d-flex .col a.contents-05 span {
  display: block;
}
#contents .container .d-flex .col a.contents-05 span::after {
  content: "";
  display: inline-block;
  background-image: url(../images/contents-05-mark.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 28px;
}
#contents .container .d-flex .col a.contents-06 {
  background: url(../images/contents-06.png) no-repeat center center;
  background-size: cover;
}

#recommend {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
#recommend::before {
  content: "RECOMMEND";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
#recommend h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
#recommend h2 span {
  font-size: 40px;
}
#recommend h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#recommend h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#recommend .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.8px;
}
#recommend .bg-baige {
  background: #f5e1cb;
  margin-top: 135px;
  padding-bottom: 45px;
}
#recommend .bg-baige .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
}
#recommend .bg-baige .container .d-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#recommend .bg-baige .container .d-flex .col {
  width: 22.6%;
  margin-top: -95px;
}
#recommend .bg-baige .container .d-flex .col a {
  display: block;
  text-decoration: none;
  color: #000000;
}
#recommend .bg-baige .container .d-flex .col a:hover {
  opacity: 1;
}
#recommend .bg-baige .container .d-flex .col a .card {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
#recommend .bg-baige .container .d-flex .col a .card .overf-hidden {
  overflow: hidden;
  height: 210px;
}
#recommend .bg-baige .container .d-flex .col a .card .overf-hidden img {
  max-width: 736px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s;
}
#recommend .bg-baige .container .d-flex .col a .card .overf-hidden img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
#recommend .bg-baige .container .d-flex .col a .card .card-header {
  background: #6c6565;
  color: #fff;
}
#recommend .bg-baige .container .d-flex .col a .card .card-header p {
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-weight: bold;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body {
  background-color: #ffffff;
  padding: 10px;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .spec {
  border-top: dotted 1px #aaa;
  border-bottom: dotted 1px #aaa;
  margin-top: 15px;
  padding: 15px 0;
  word-break: break-all;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .spec .size {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .spec .size li {
  font-size: 15px;
  line-height: 1.6;
}
#recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .size
  li:nth-child(odd) {
  border: solid 1px #aaa;
  border-radius: 30px;
  min-width: 67px;
  margin-right: 15px;
  padding: 0 10px;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .spec .number {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  width: 100%;
}
#recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .number
  li {
  font-size: 15px;
  line-height: 1.6;
}
#recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .number
  li:nth-child(odd) {
  border: solid 1px #aaa;
  border-radius: 30px;
  min-width: 82px;
  margin-right: 15px;
  margin-top: 2px;
  padding: 0 10px;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .price {
  margin-top: 15px;
  word-break: break-all;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .price p {
  font-size: 48px;
  color: #ec6577;
  text-align: right;
  font-weight: bold;
  line-height: 1;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .price p span {
  font-size: 24px;
  color: #000000;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .price .tax {
  font-size: 20px;
  text-align: right;
  color: #000000;
  margin-top: 10px;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .tag {
  margin-top: 10px;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .tag ul li {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0 10px;
}
#recommend .bg-baige .container .d-flex .col a .card .card-body .tag ul li.new {
  background-color: #ec6577;
  color: #ffffff;
}
#recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul
  li.recommend {
  background-color: #f95800;
  color: #ffffff;
}
#recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul
  li.delivery {
  background-color: #00b900;
  color: #ffffff;
}
#recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul
  li.confort {
  background-color: #6c6565;
  color: #ffffff;
}

#information {
  position: relative;
  margin-top: 100px;
}
#information::before {
  content: "INFORMATION";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
#information .container {
  position: relative;
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
}
#information .container h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    0px 1px 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}
#information .container h2 span {
  font-size: 40px;
}
#information .container h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#information .container h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#information .container .list {
  margin-top: 75px;
}
#information .container .list dl {
  display: flex;
  width: 100%;
  border-top: 1px solid #d1dade;
  padding: 26px;
  background-color: rgba(217, 222, 209, 0.2);
  border-bottom: 1px solid #d1dade;
}
#information .container .list dl:nth-child(even) {
  background-color: #f1f2ef;
}
#information .container .list dl dt {
  color: #ec6577;
  font-size: 18px;
  font-weight: 900;
  width: 8%;
  margin-right: 2%;
  min-width: 100px;
}
#information .container .list dl dd {
  font-size: 18px;
  word-break: break-word;
  width: 90%;
}
#information .container .list dl dd a {
  color: #333;
  text-decoration: none;
}
#information .container .list dl dd a:hover {
  text-decoration: underline;
}
#information .container .btn-info {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #f5e1cb;
  margin-top: 38px;
  padding: 23px 0;
  text-decoration: none;
  margin: 50px auto 50px auto;
  max-width: 350px;
  width: 100%;
}
#information .container .btn-info::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
#information .news {
  margin-top: 250px;
  margin-bottom: 100px;
}
#information .news article h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
#information .news article p {
  font-size: 16px;
}

#promotion {
  margin-top: 6.25vw;
  background-image: url(../images/bg-promotion.png);
  background-size: 100vw 43.125vw;
  padding: 7.5625vw 4.375vw;
}
#promotion .h2-block {
  width: 45.25vw;
}
#promotion .h2-block h2 {
  display: inline;
  font-size: 2vw;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  margin-top: 1.25vw;
  padding: 0.4375vw 0px 0.4375vw 1.25vw;
  line-height: 2.5;
}
#promotion .p-block {
  width: 40.5625vw;
}
#promotion .p-block p {
  font-size: 1.25vw;
  margin-top: 3.5vw;
}

@media only screen and (max-width: 1300px) {
  #recommend .bg-baige .container .d-flex .col a {
    display: block;
    text-decoration: none;
    color: #000000;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .price p {
    font-size: 3.6923076923vw;
  }
  #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price
    p
    span {
    font-size: 1.8461538462vw;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .price .tax {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 828px) {
  #mainimg {
    margin-top: 0;
    height: 56.4102564103vw;
    z-index: 1;
    padding-top: 75px;
  }
  #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #mainimg .copy span {
    font-size: 17px;
    font-weight: bold;
  }
  #mainimg .list {
    display: none;
  }
  #mainimg .position-abs {
    position: absolute;
    top: 17.9487179487vw;
    left: auto;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
  #category {
    margin-top: 40px;
  }
  #category::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #category h2 {
    font-size: 20px;
  }
  #category h2 span {
    font-size: 20px;
  }
  #category .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  #category .bg-baige {
    background: none;
    margin-top: 45px;
    padding-bottom: 0;
  }
  #category .bg-baige .container {
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
  }
  #category .bg-baige .container .d-flex {
    width: 100%;
    margin-top: 0;
  }
  #category .bg-baige .container .d-flex .col {
    width: 46.8%;
    margin-top: 15px;
  }
  #category .bg-baige .container .d-flex .col a .card {
    text-align: center;
  }
  #category .bg-baige .container .d-flex .col a .card img {
    width: 100%;
  }
  #category .bg-baige .container .d-flex .col a .card .card-body .card-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
  }
  #works {
    margin-top: 30px;
  }
  #works .products::before {
    font-size: 40px;
    letter-spacing: 2px;
    top: 7px;
  }
  #works h2 {
    font-size: 20px;
    line-height: 1.4em;
  }
  #works h2 span {
    font-size: 20px;
  }
  #works .container {
    max-width: 1460px;
    width: 100%;
    padding: 30px 20px;
  }
  #works .container::before {
    font-size: 40px;
    top: 30px;
    letter-spacing: 2px;
  }
  #works .container .d-flex {
    margin-top: 45px;
  }
  #works .container .d-flex .col {
    width: 46.8%;
    margin-top: 20px;
  }
  #works .container .d-flex .col a .card .card-body .card-title {
    font-size: 16px;
    font-weight: bold;
  }
  #voice {
    margin-top: 40px;
  }
  #voice::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #voice h2 {
    font-size: 20px;
  }
  #voice h2 span {
    font-size: 20px;
  }
  #voice .container {
    width: 100%;
    padding: 0 20px;
  }
  #voice .container .d-flex {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #voice .container .d-flex.sp-margin {
    margin-top: 60px;
  }
  #voice .container .d-flex .left {
    width: 100%;
    max-width: 164px;
    margin-right: 0;
  }
  #voice .container .d-flex .right {
    width: 100%;
    margin-top: 30px;
  }
  #voice .container .d-flex .right .balloon {
    width: 100%;
    max-width: 940px;
    padding: 25px;
    word-break: break-word;
  }
  #voice .container .d-flex .right .balloon:before {
    content: none;
  }
  #voice .container .d-flex .right h5 {
    font-size: 16px;
  }
  #voice .container .d-flex .right p {
    font-size: 15px;
    margin-top: 15px;
  }
  #cta {
    display: none;
  }
  #contents {
    margin-top: 40px;
  }
  #contents h2 {
    font-size: 20px;
  }
  #contents h2 span {
    font-size: 20px;
  }
  #contents .container {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
  }
  #contents .container::before {
    font-size: 40px;
    top: 30px;
    letter-spacing: 2px;
  }
  #contents .container .d-flex {
    margin-top: 40px;
  }
  #contents .container .d-flex .col {
    width: 100%;
    max-width: 42.0512820513vw;
    height: 44.358974359vw;
    margin-top: 22px;
    background-color: #ffffff;
  }
  #contents .container .d-flex .col a {
    font-size: 15px;
    padding: 22px 18px;
    justify-content: center;
    align-items: end;
    letter-spacing: -0.1em;
    line-height: 1.4;
  }
  #contents .container .d-flex .col a::after {
    content: none;
  }
  #contents .container .d-flex .col a.contents-01 {
    background: url(../images/contents-sp-01.png) no-repeat center center;
    background-position: 50% 45%;
    background-size: 80%;
  }
  #contents .container .d-flex .col a.contents-02 {
    background: url(../images/contents-sp-02.png) no-repeat center center;
    background-position: 50% 25%;
    background-size: 53%;
  }
  #contents .container .d-flex .col a.contents-03 {
    background: url(../images/contents-sp-03.png) no-repeat center center;
    background-position: 50% 25%;
    background-size: 58%;
  }
  #contents .container .d-flex .col a.contents-04 {
    background: url(../images/contents-sp-04.png) no-repeat center center;
    background-position: 50% 45%;
    background-size: 70%;
  }
  #contents .container .d-flex .col a.contents-05 {
    background: url(../images/contents-sp-05.png) no-repeat center center;
    background-position: 50% 35%;
    background-size: 70%;
  }
  #contents .container .d-flex .col a.contents-05 span {
    display: block;
  }
  #contents .container .d-flex .col a.contents-05 span::after {
    content: "";
    display: inline-block;
    background-image: url(../images/contents-sp-05-mark.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
  }
  #contents .container .d-flex .col a.contents-06 {
    background: url(../images/contents-sp-06.png) no-repeat center center;
    background-position: 50% 25%;
    background-size: 80%;
  }
  #recommend {
    margin-top: 40px;
  }
  #recommend::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #recommend h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  #recommend h2::before {
    bottom: -17px;
  }
  #recommend h2::after {
    bottom: -22px;
  }
  #recommend .comment {
    margin-top: 55px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  #recommend .bg-baige {
    background: none;
    margin-top: 10px;
    padding-bottom: 45px;
  }
  #recommend .bg-baige .container {
    width: 100%;
    padding: 0 20px;
  }
  #recommend .bg-baige .container .d-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recommend .bg-baige .container .d-flex .col {
    width: 46.8%;
    margin-top: 20px;
  }
  #recommend .bg-baige .container .d-flex .col a img {
    width: 100%;
  }
  #recommend .bg-baige .container .d-flex .col a .card {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  }
  #recommend .bg-baige .container .d-flex .col a .card .overf-hidden {
    overflow: hidden;
  }
  #recommend .bg-baige .container .d-flex .col a .card .overf-hidden img {
    width: 100%;
    transition: 0.75s;
  }
  #recommend .bg-baige .container .d-flex .col a .card .overf-hidden img:hover {
    transform: scale(1.2);
    transition: 0.75s;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-header p {
    padding: 0.5rem 1rem;
    font-size: 12px;
    line-height: 1.4;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body {
    padding: 10px;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .card-title {
    font-size: 14px;
    line-height: 1.4;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .spec {
    border-top: dotted 1px #aaa;
    border-bottom: dotted 1px #aaa;
    margin-top: 15px;
    padding: 15px 0;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .spec ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .spec ul li {
    font-size: 12px;
  }
  #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .spec
    ul
    li:nth-child(odd) {
    font-size: 12px;
    border: solid 1px #aaa;
    margin-right: 10px;
    line-height: 1.6;
    padding: 0 7px;
  }
  #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .spec
    ul.number {
    margin-top: 10px;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .price {
    margin-top: 15px;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .price p {
    font-size: 24px;
  }
  #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price
    p
    span {
    font-size: 14px;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .price .tax {
    font-size: 11px;
    margin-top: 10px;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .tag {
    margin-top: 10px;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .tag ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  #recommend .bg-baige .container .d-flex .col a .card .card-body .tag ul li {
    font-size: 10px;
    margin-right: 5px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 10px;
  }
  #information {
    margin-top: 30px;
  }
  #information::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #information .container {
    width: 100%;
    padding: 0 20px;
  }
  #information .container h2 {
    font-size: 20px;
  }
  #information .container .list {
    margin-top: 75px;
  }
  #information .container .list dl {
    flex-wrap: wrap;
    width: 100%;
    padding: 17px 20px 21px 20px;
    border-bottom: 1px solid #d1dade;
  }
  #information .container .list dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #information .container .list dl dd {
    width: 100%;
    font-size: 16px;
  }
  #information .news {
    margin-top: 0;
  }
  #information .news article h3 {
    font-size: 16px;
  }
  #information .news article p {
    font-size: 14px;
  }
  #promotion {
    margin-top: 30px;
    background-color: #b4e4df;
    padding: 30px 20px 50px;
    background-image: none;
  }
  #promotion .bg-promotion {
    background-image: url(../images/bg-promotion-sp.png);
    background-size: 370px;
    background-position: left 114px;
  }
  #promotion .bg-promotion .h2-block {
    width: auto;
  }
  #promotion .bg-promotion .h2-block h2 {
    display: inline;
    font-size: 17px;
    margin-top: 10px;
    padding: 7px 0 7px 10px;
    letter-spacing: -0.05em;
    line-height: 3;
  }
  #promotion .bg-promotion .p-block {
    width: auto;
    margin-top: 313px;
  }
  #promotion .bg-promotion .p-block p {
    font-size: 15px;
    margin-top: 30px;
  }
  .cta-home {
    margin-top: 0;
    background-image: url(../images/bg-cta-sp.png);
    background-color: #f4c2c2;
    background-size: contain;
    background-position: center 75%;
    height: 84.6153846154vw;
    padding: 30px 20px;
  }
  .cta-home .container h2 {
    font-size: 17px;
    letter-spacing: 0px;
  }
  .cta-home .container .cta-block {
    display: none;
  }
  #cta-sp {
    margin-top: 30px;
    padding: 0 20px;
  }
  #cta-sp h5 {
    font-size: 16px;
    text-align: center;
    background-color: rgba(253, 188, 180, 0.2);
    margin-top: 22px;
    padding: 10px;
  }
  #cta-sp h5.letter-space {
    letter-spacing: 0.57em;
  }
  #cta-sp h5 p {
    font-size: 16px;
  }
  #cta-sp a {
    display: block;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    font-family: "Tilt Warp", sans-serif;
    color: #ed6b78;
    letter-spacing: 2.4px;
    text-decoration: none;
    margin-top: 22px;
    line-height: 1;
  }
  #cta-sp p {
    font-size: 18px;
    margin-top: 17px;
  }
  #cta-sp .btn-cta {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ed6b78;
    text-decoration: none;
    line-height: 24px;
    margin-top: 38px;
    padding: 23px 0;
  }
  #cta-sp .btn-cta::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 500px) {
  #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  #mainimg .position-abs {
    top: 22.0512820513vw;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
  #contents {
    margin-top: 40px;
  }
  #contents h2 {
    font-size: 20px;
  }
  #contents h2 span {
    font-size: 20px;
  }
  #contents .container {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
  }
  #contents .container::before {
    font-size: 40px;
    top: 30px;
    letter-spacing: 2px;
  }
  #contents .container .d-flex {
    margin-top: 40px;
  }
  #contents .container .d-flex .col {
    width: 100%;
    max-width: 42.0512820513vw;
    height: 44.358974359vw;
    margin-top: 22px;
  }
  #contents .container .d-flex .col a {
    font-size: 3.5897435897vw;
    padding: 3.8461538462vw 4.6153846154vw;
  }
  #contents .container .d-flex .col a.contents-05 {
    padding: 5.641025641vw 4.6153846154vw 2.3076923077vw;
  }
  #promotion .bg-promotion .h2-block h2 {
    font-size: 4.1025641026vw;
  }
  .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
}
.page-about #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.9375vw;
  padding-bottom: 4.875vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-about #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-about #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.page-about #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-about #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-about #mainimg .position-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
  width: 26.3125vw;
}

.page-about .stock-main-image {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 40px;
}

.page-about .stock-main-image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-about #works h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-about #works h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-about #works h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #works h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #works .top {
  position: relative;
}
.page-about #works .top::before {
  content: "CASE";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-about #category:before {
  content: none;
}
.page-about #category h2.small {
  font-size: 20px;
}
.page-about #category h2:before {
  content: none;
}
.page-about #category h2:after {
  content: none;
}
.page-about #category .comment {
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 30px;
}
.page-about #category .bg-baige {
  background-color: #eee0d1;
}
.page-about #category .bg-baige .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-about #category .bg-baige .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -145px;
}
.page-about #category .bg-baige .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
.page-about #category .bg-baige .container .d-flex .col .card {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.page-about #category .bg-baige .container .d-flex .col .card .overf-hidden {
  overflow: hidden;
}
.page-about
  #category
  .bg-baige
  .container
  .d-flex
  .col
  .card
  .overf-hidden
  img {
  max-width: 295px;
  width: 100%;
  transition: 0.75s;
}
.page-about #category .bg-baige .container .d-flex .col .card .card-body {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
.page-about
  #category
  .bg-baige
  .container
  .d-flex
  .col
  .card
  .card-body
  .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.page-about #service {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-about #service::before {
  content: "SERVICE";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-about #service h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-about #service h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-about #service h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #service h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #service .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-about #service .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-about #service .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-about #service .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
.page-about #service .container .d-flex .col .circle {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
.page-about #service .container .d-flex .col .circle img {
  max-width: 295px;
  width: 100%;
}
.page-about #service .container .d-flex .col .circle .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.page-about #service .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-about #service .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-about #works ul.list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page-about #works ul.list li {
  border: solid 3px #fffbd7;
  margin-right: 10px;
  font-size: 14px;
}
.page-about #works ul.list li a {
  background: #fff;
  padding: 10px 15px;
  color: #000;
  display: block;
  text-decoration: none;
}
.page-about #works ul.list li a:active {
  background: #fffbd7;
}
.page-about #works .container2 {
  position: relative;
  max-width: 1460px;
  width: 98%;
  margin: 0 auto;
  padding: 0 80px 40px 80px;
  background-color: #fffacd;
}
.page-about #works .container2 .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* ← 左寄せ */
  gap: 0 3.1%;
  margin-top: 50px;
}
.page-about #works .container2 .d-flex .col {
  background-color: #ffffff;
  width: 31.2%;
  margin-top: 40px;
}
.page-about #works .container2 .d-flex .col a {
  display: block;
  text-decoration: none;
}
.page-about #works .container2 .d-flex .col a:hover {
  opacity: 1;
}
.page-about #works .container2 .d-flex .col a .card {
  text-align: center;
}
.page-about #works .container2 .d-flex .col a .card .overf-hidden {
  overflow: hidden;
}
.page-about #works .container2 .d-flex .col a .card .overf-hidden img {
  max-width: 407px;
  width: 100%;
  transition: 0.75s;
  object-fit: cover;
  height: 200px;
}
.page-about #works .container2 .d-flex .col a .card .overf-hidden img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
.page-about #works .container2 .d-flex .col a .card .card-body {
  color: #000000;
  padding: 10px;
  line-height: 1.4;
}
.page-about #works .container2 .d-flex .col a .card .card-body .card-title {
  font-size: 24px;
  font-weight: bold;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.page-about #other-works {
  width: 100%;
  margin-top: 80px;
}
.page-about #other-works h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-about #other-works h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #other-works .other-works-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 100px auto 0 auto;
  max-width: 1460px;
}
.page-about #other-works .other-works-block .col {
  margin-left: 3%;
  width: 22.6%;
}
.page-about #other-works .other-works-block .col:first-child {
  margin-left: 0;
}
.page-about #other-works .other-works-block .col a {
  display: block;
  text-decoration: none;
}
.page-about #other-works .other-works-block .col a:hover {
  opacity: 1;
}
.page-about #other-works .other-works-block .col a .card {
  text-align: center;
}
.page-about #other-works .other-works-block .col a .card .overf-hidden {
  overflow: hidden;
}
.page-about #other-works .other-works-block .col a .card .overf-hidden img {
  max-width: 407px;
  width: 100%;
  transition: 0.75s;
  object-fit: cover;
  height: 200px;
}
.page-about
  #other-works
  .other-works-block
  .col
  a
  .card
  .overf-hidden
  img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
.page-about #other-works .other-works-block .col a .card .card-body {
  color: #000000;
  padding: 10px;
  line-height: 1.4;
}
.page-about #other-works .other-works-block .col a .card .card-title {
  font-size: 24px;
  font-weight: bold;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.page-about #cat {
  width: 100%;
  margin-top: 80px;
}
.page-about #cat h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-about #cat h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-about #cat h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #cat .container {
  width: 100%;
  margin: 0 auto;
  padding-top: 1px;
  background: #eee0d1;
  margin-top: 60px;
}
.page-about #cat .container .d-flex {
  max-width: 1300px;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
.page-about #cat .container .d-flex .col {
  background-color: #ffffff;
  width: 22%;
  margin: 40px 0 40px 0;
  border-radius: 50px;
}
.page-about #cat .container .d-flex .col a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}
.page-about #cat .container .d-flex .col a:hover {
  opacity: 1;
}
.page-about #cat .container .d-flex .col a .title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-about #service-area {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-about #service-area::before {
  content: "SERVICE AREA";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-about #service-area h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-about #service-area h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-about #service-area h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #service-area h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #service-area .comment {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1.8px;
  margin-top: 46px;
}
.page-about #service-area .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-about #service-area .container .cta-block {
  background-color: #ffffff;
  margin-top: 60px;
}
.page-about #service-area .container .cta-block .d-flex {
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-about #service-area .container .cta-block .d-flex .left {
  background-color: #f0e6e6;
  width: 100%;
  max-width: 180px;
  text-align: center;
  margin-right: 20px;
  padding: 8px 0;
}
.page-about #service-area .container .cta-block .d-flex .left.letter-space {
  letter-spacing: 0.57em;
}
.page-about #service-area .container .cta-block .d-flex .left p {
  font-size: 18px;
  font-weight: bold;
}
.page-about #service-area .container .cta-block .d-flex .right a {
  font-size: 48px;
  font-weight: bold;
  font-family: "Tilt Warp", sans-serif;
  color: #ed6b78;
  letter-spacing: 2.4px;
  text-decoration: none;
}
.page-about #service-area .container .cta-block .d-flex .right p {
  font-size: 18px;
  margin-top: 17px;
}
.page-about #service-area .container .cta-block .btn-cta {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ed6b78;
  margin-top: 38px;
  padding: 23px 0;
  text-decoration: none;
}
.page-about #service-area .container .cta-block .btn-cta::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.page-about #service-area .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-about #service-area .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
.page-about #service-area .container .d-flex .col .circle {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
.page-about #service-area .container .d-flex .col .circle img {
  max-width: 295px;
  width: 100%;
}
.page-about #service-area .container .d-flex .col .circle .card-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.page-about #service-area .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-about #service-area .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-about #payment-method {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-about #payment-method::before {
  content: "Payment Method";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-about #payment-method h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-about #payment-method h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-about #payment-method h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #payment-method h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-about #payment-method .container {
  max-width: 1170px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-about #payment-method .container .comment {
  font-size: 20px;
  font-weight: bold;
  max-width: 780px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}
.page-about #payment-method .container .methods {
  margin-top: 47px;
}
.page-about #payment-method .container .methods table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.page-about #payment-method .container .methods table tr {
  border: 1px solid #cccccc;
}
.page-about #payment-method .container .methods table tr th {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px 30px;
  vertical-align: middle;
}
.page-about #payment-method .container .methods table tr th.first {
  width: 200px;
}
.page-about #payment-method .container .methods table tr th.second {
  width: 350px;
}
.page-about #payment-method .container .methods table tr th.third {
  width: 310px;
}
.page-about #payment-method .container .methods table tr th.forth {
  width: 310px;
}
.page-about #payment-method .container .methods table tr td {
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px 30px;
  vertical-align: middle;
}
.page-about #payment-method .container .methods table tr td.fifth img {
  max-width: 300px;
  width: 100%;
}
.page-about #payment-method .container .methods table tr td.sixth {
  padding: 35px 10px;
}
.page-about #payment-method .container .methods table tr td.sixth img {
  max-width: 213px;
  width: 100%;
}
.page-about #payment-method .container .methods table tr td.seventh {
  padding: 35px 10px;
}
.page-about #payment-method .container .methods table tr td.seventh img {
  max-width: 280px;
  width: 100%;
}
.page-about #payment-method .container .methods table tr td img {
  max-width: 100%;
}
@media only screen and (max-width: 828px) {
  .page-about #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-about #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-about #mainimg .copy span {
    font-size: 17px;
  }
  .page-about #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-about #mainimg .list {
    display: none;
  }
  .page-about #mainimg .position-abs {
    position: absolute;
    top: 50px;
    left: auto;
    right: 20px;
    width: 40%;
    max-width: 365px;
    margin: auto;
    z-index: -1;
  }
  .page-about #cat h2 {
    font-size: 20px;
  }
  .page-about #category {
    margin-top: 40px;
    padding: 0 20px;
  }
  .page-about #category::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-about #category h2 {
    font-size: 20px;
  }
  .page-about #category h2 span {
    font-size: 20px;
  }
  .page-about #category .comment {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-about #category .comment br {
    display: none;
  }
  .page-about #category .bg-baige {
    background: none;
    margin-top: 45px;
    padding-bottom: 0;
  }
  .page-about #category .bg-baige .container {
    max-width: 1300px;
    width: 100%;
    padding: 0;
  }
  .page-about #category .bg-baige .container .d-flex {
    width: 100%;
    margin-top: 0;
  }
  .page-about #category .bg-baige .container .d-flex .col {
    width: 46.8%;
    margin-top: 15px;
  }
  .page-about #category .bg-baige .container .d-flex .col a .card {
    text-align: center;
  }
  .page-about #category .bg-baige .container .d-flex .col a .card img {
    width: 100%;
  }
  .page-about
    #category
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .card-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
  }
  .page-about #service {
    margin-top: 40px;
  }
  .page-about #service::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-about #service h2 {
    font-size: 20px;
  }
  .page-about #service h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 20px;
  }
  .page-about #service .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-about #service .container {
    width: 98%;
    padding: 0 20px;
  }
  .page-about #service .container .d-flex {
    width: 100%;
    margin-top: 0;
  }
  .page-about #service .container .d-flex .col {
    width: 46.8%;
    margin-top: 30px;
  }
  .page-about #service .container .d-flex .col .circle .card-title {
    font-size: 16px;
    margin-top: 15px;
  }
  .page-about #service .container .d-flex .col .circle .card-title br {
    display: none;
  }
  .page-about #service-area {
    margin-top: 40px;
  }
  .page-about #service-area::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-about #service-area h2 {
    font-size: 20px;
  }
  .page-about #service-area h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 20px;
  }
  .page-about #service-area .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-about #service-area .comment.mt-off {
    margin-top: 20px;
  }
  .page-about #service-area .container {
    width: 100%;
    padding: 0 20px;
  }
  .page-about #service-area .container .cta-block {
    display: none;
  }
  .page-about #cta-sp .comment {
    font-size: 14px;
  }
  .page-about #payment-method {
    margin-top: 30px;
  }
  .page-about #payment-method::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-about #payment-method h2 {
    font-size: 20px;
  }
  .page-about #payment-method h2 span {
    font-size: 20px;
  }
  .page-about #payment-method .container {
    width: 100%;
    padding: 0 20px;
  }
  .page-about #payment-method .container .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-about #payment-method .container .methods {
    margin-top: 30px;
  }
  .page-about #payment-method .container .methods table tr th {
    font-size: 12px;
    padding: 10px 15px;
  }
  .page-about #payment-method .container .methods table tr td {
    font-size: 12px;
    padding: 10px 15px;
  }
  .page-about #payment-method .container .methods table tr td.fifth {
    padding: 35px 10px;
  }
  .page-about #payment-method .container .methods table tr td.six {
    padding: 35px 10px;
  }
  .page-about #payment-method .container .methods table tr td img {
    max-width: 100%;
  }
  .page-about #works .container2 {
    max-width: 1460px;
    width: 100%;
    padding: 10px 20px 30px 20px;
    margin-top: 50px;
  }
  .page-about #works .container2 .d-flex {
    margin-top: 0px;
    justify-content: space-between;
    gap: 0;
  }
  .page-about #works .container2 .d-flex .col {
    width: 46.8%;
    margin-top: 20px;
  }
  .page-about #works .container2 .d-flex .col a .card .card-body .card-title {
    font-size: 16px;
    font-weight: bold;
  }
  .page-about #works h2 {
    font-size: 20px;
    line-height: 1.6em;
  }
  .page-about #works .top::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 500px) {
  .page-about #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-about #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-about #mainimg .position-abs {
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
  .page-about #other-works h2 {
    font-size: 20px;
  }
  .page-about .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
  .page-about #cat .container .d-flex {
    padding: 20px 10px 0 10px;
  }
  .page-about #cat .container .d-flex .col {
    width: 46.8%;
    margin: 0 0 20px 0;
  }
  .page-about #cat .container .d-flex .col a .title {
    font-size: 16px;
  }
}

/* Lightbox用のスタイルを更新 */
.lightbox {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  justify-content: center;
  align-items: center;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.lightbox.active img {
  opacity: 1;
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active .lightbox-close {
  opacity: 1;
}

#works .cat-sub {
  display: flex;
  justify-content: space-around;
  padding: 0 40px 40px 0;
}

#works .cat-sub .l-section {
  width: 72%;
  margin-top: 40px;
}

#works .cat-sub .r-section {
  width: 28%;
  margin-top: 40px;
}

#works .cat-sub .r-section table {
  background: #fff;
  width: 100%;
}

#works .cat-sub .r-section table th {
  width: 100%;
  background: #f7f7f7;
  padding: 5px 10px;
  display: block;
  text-align: left;
}

#works .cat-sub .r-section table td {
  background: #fff;
  width: 100%;
  display: block;
  padding: 5px 10px;
}

/* single stock page fallback layout */
.cat-sub {
  display: flex;
  justify-content: space-around;
  padding: 30px 40px 40px 0;
}

.cat-sub .l-section {
  width: 72%;
}

.cat-sub .r-section {
  width: 28%;
  margin-top: 40px;
}

.cat-sub .r-section table {
  background: #fff;
  width: 100%;
}

.cat-sub .r-section table th {
  width: 100%;
  background: #f7f7f7;
  padding: 5px 10px;
  display: block;
  text-align: left;
}

.cat-sub .r-section table td {
  background: #fff;
  width: 100%;
  display: block;
  padding: 5px 10px;
}

.gallery02 .l-inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
/*
  height: 350px;
  object-fit: cover;
*/
}

@media only screen and (max-width: 828px) {
  .cat-sub {
    flex-wrap: wrap;
    padding: 0 0 40px 0 !important;
  }
  .cat-sub .l-section {
    width: 100% !important;
  }
  .cat-sub .r-section {
    width: 90% !important;
    margin-top: 30px !important;
  }
}
/* slider */
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide {
  z-index: 0;
}

/* 前へ / 次へボタン */
.splide__arrow--prev,
.splide__arrow--next {
  display: grid;
  place-content: center;
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
  transition: var(--transition);
  background-color: #d7e5eb;
  border-radius: 50%;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #ffffff;
  border-width: 3px 3px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}

.splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide__pagination {
  font-size: 0;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide__slide:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide-wrapper {
  position: relative;
}

.splide__arrow > svg {
  display: none;
}

.gallery02 {
  overflow: hidden;
}

.gallery02 .splide,
.gallery02 .thumb-wrapper {
  max-width: 800px;
  margin: auto;
}

.gallery02 .splide {
  overflow: visible;
}

.gallery02 .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}

.gallery02 .splide__arrow--prev,
.gallery02 .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gallery02 .splide__arrow--prev {
  right: calc(100% - 1.6rem);
}

.gallery02 .splide__arrow--next {
  left: calc(100% - 1.6rem);
}

.gallery02 .slide {
  display: block;
  overflow: hidden;
}

.gallery02 .slide-media {
  display: block;
  padding-top: 62.5%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
background: #fffef0;
}

.gallery02 .slide-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery02 .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}

.gallery02 .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.gallery02 .thumb-media {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
  opacity: 0.6;
  background-color: #fff;
}

.gallery02 .thumb-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  object-fit: cover;
}

.gallery02 .thumb-media.is-active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 1;
}

.gallery02 .thumb-media.is-active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .gallery02 .splide__arrow--prev::before,
  .gallery02 .splide__arrow--next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .gallery02 .splide__arrow--prev::after,
  .gallery02 .splide__arrow--next::after {
    border-color: #fff;
  }
  .gallery02 .splide__arrow--prev {
    right: calc(100% - 1.6rem);
  }
  .gallery02 .splide__arrow--next {
    left: calc(100% - 1.6rem);
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
  .gallery02 .thumb-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .splide__arrow--prev::before,
  .splide__arrow--next::before {
    transition: var(--transition);
  }
  .splide__arrow--prev:hover::before,
  .splide__arrow--next:hover::before {
    transform: scale(1.2);
  }
  .gallery02 .thumb-media:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .gallery02 .thumb-media:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #0c1210;
  --color-gray: #ddd;
  --color-theme: #b4e900;
  --color-theme-darken: #6e8f00;
  --color-text: #adbdb7;
  --box-shadow:
    0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover:
    1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset:
    inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark:
    0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
    -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

:focus:not(:focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

.marker {
  background: linear-gradient(transparent 60%, #af0101 60%);
}

.l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 0 40px;
}

.cat-sub {
  margin-top: 60px !important;
}

.l-inner {
  background: #fffacd;
}

.inner-baige {
  background: #eee0d1;
}

.c-temp {
  line-height: 1;
}

.c-temp .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-temp .text {
  font-size: 2.4rem;
  font-weight: bold;
}

.c-temp .button {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 12rem;
  padding: 1.6rem 0 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color-theme);
}

.c-footer .l-inner {
  padding-top: 0;
}

.c-footer .text {
  color: var(--color-gray);
}

.c-info {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 6.4rem;
}

.c-info li {
  position: relative;
  padding-left: 16px;
  color: #fff;
}

.c-info li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 2px;
  content: "";
  background-color: var(--color-gray);
}

.c-info li + li {
  margin-top: 0.8rem;
}

.c-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  min-width: 32rem;
  margin-bottom: 6.4rem;
  vertical-align: top;
  color: #fff;
}

.c-title [class*="ico-"] {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  width: 10rem;
  margin-bottom: 1.2rem;
  padding: 0.8rem 0 0.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 100px;
  background-color: var(--color-theme-darken);
}

.c-title .ico-advanced {
  color: #fff;
  background-color: #333;
}

/* slider */
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide {
  z-index: 0;
}

/* 前へ / 次へボタン */
.splide__arrow--prev,
.splide__arrow--next {
  display: grid;
  place-content: center;
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
  transition: var(--transition);
  background-color: #d7e5eb;
  border-radius: 50%;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #ffffff;
  border-width: 3px 3px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}

.splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide__pagination {
  font-size: 0;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide__slide:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide-wrapper {
  position: relative;
}

.splide__arrow > svg {
  display: none;
}
/* Lightbox用のスタイルを更新 */
.lightbox {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  justify-content: center;
  align-items: center;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.lightbox.active img {
  opacity: 1;
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active .lightbox-close {
  opacity: 1;
}

#works .cat-sub {
  display: flex;
  justify-content: space-around;
  padding: 0 40px 40px 0;
}

#works .cat-sub .l-section {
  width: 72%;
}

#works .cat-sub .r-section {
  width: 28%;
  margin-top: 40px;
}

#works .cat-sub .r-section table {
  background: #fff;
  width: 100%;
}

#works .cat-sub .r-section table th {
  width: 100%;
  background: #f7f7f7;
  padding: 5px 10px;
  display: block;
  text-align: left;
}

#works .cat-sub .r-section table td {
  background: #fff;
  width: 100%;
  display: block;
  padding: 5px 10px;
  min-height: 30px;
}

@media only screen and (max-width: 828px) {
  #category .bg-baige .container .d-flex .col .card .card-body .card-title {
    font-size: 20px !important;
  }
  .cat-sub {
    flex-wrap: wrap;
    padding: 0 0 40px 0 !important;
  }
  .cat-sub .l-section {
    width: 100% !important;
  }
  .cat-sub .r-section {
    width: 90% !important;
    margin-top: 30px !important;
  }
  #other-works {
    margin-top: 40px !important;
  }
  #other-works .other-works-block {
    justify-content: space-between !important;
    margin-top: 60px !important;
    padding: 0 20px;
  }
  #other-works .other-works-block .col {
    margin-left: 0 !important;
    width: 46.8% !important;
  }
  #other-works .other-works-block .col a .card .card-body .card-title {
    font-size: 20px;
  }
  #cat {
    margin-top: 40px !important;
  }
}
.company #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.9375vw;
  padding-bottom: 4.875vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.company #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.company #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.company #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.company #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.company #mainimg .position-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
  width: 26.3125vw;
}
@media only screen and (max-width: 828px) {
  .company #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
    padding-top: 75px;
  }
  .company #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .company #mainimg .copy span {
    font-size: 17px;
  }
  .company #mainimg .list {
    display: none;
  }
  .company #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .company #mainimg .position-abs {
    position: absolute;
    top: 55px;
    left: auto;
    right: 20px;
    width: 40%;
    max-width: 365px;
    margin: auto;
    z-index: -1;
  }
}
.company #company {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.company #company::before {
  content: "Ourcompany";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.company #company h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.company #company h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.company #company h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.company #company h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.company #company .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.company #company .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.company #company .container img {
  margin: 40px auto 0 auto;
  display: block;
}
.company #company .container .company-kkl-link {
  max-width: 700px;
  margin: 40px auto 0;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
}
.company #company .container .company-kkl-link:hover {
  opacity: 0.85;
}
.company #company .container .company-kkl-link__logo {
  flex: 0 0 150px;
}
.company #company .container .company-kkl-link__logo img {
  width: 100%;
  margin: 0;
}
.company #company .container .company-kkl-link__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.1;
  flex: 1 1 auto;
  min-width: 0;
}
.company #company .container .company-kkl-link__copy {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.company #company .container .company-kkl-link__name {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.company #company .container table.tb01 {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
  line-height: 2em;
}
.company #company .container table.tb01 th,
.company #company .container table.tb01 td {
  padding: 15px 15px 15px 15px;
  border: 1px solid #cccccc;
  text-align: left;
  box-sizing: border-box;
}
.company #company .container table.tb01 th {
  background: #fff9c0;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
.company #company .container table.tb01 td {
  background: #f7f7f7;
  font-size: 18px;
}
@media only screen and (max-width: 828px) {
  .company #company {
    margin-top: 40px;
  }
  .company #company::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .company #company h2 {
    font-size: 20px;
  }
  .company #company h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 20px;
  }
  .company #company .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .company #company .container {
    width: 98%;
    padding: 0 20px;
  }
  .company #company .container img {
    width: 100%;
  }
  .company #company .container .company-kkl-link {
    padding: 16px 18px;
    gap: 16px;
  }
  .company #company .container .company-kkl-link__logo {
    flex-basis: 96px;
  }
  .company #company .container .company-kkl-link__logo img {
    width: 100%;
  }
  .company #company .container .company-kkl-link__copy {
    font-size: 19px;
  }
  .company #company .container .company-kkl-link__name {
    font-size: 25px;
  }
  .company #company table.tb01 {
    line-height: 3em !important;
  }
  .company #company table.tb01 th,
  .company #company table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .company #company table.tb01 th {
    font-size: 18px;
  }
  .company #company table.tb01 td {
    font-size: 16px;
  }
  .company #company table.tb01 tr:last-child {
    border-bottom: solid 1px #cccccc;
  }
  .company #company .container > a:not(.company-kkl-link) img {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .company #company .container .company-kkl-link {
    gap: 12px;
    padding: 14px 12px;
  }
  .company #company .container .company-kkl-link__logo {
    flex-basis: 72px;
  }
  .company #company .container .company-kkl-link__copy {
    font-size: 14px;
  }
  .company #company .container .company-kkl-link__name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .company #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .company #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .company #mainimg .position-abs {
    top: 55px;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
  .company .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
}

body {
  counter-reset: number 0;
}

.page-fullorder #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.9375vw;
  padding-bottom: 4.875vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-fullorder #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-fullorder #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 2.5vw;
  letter-spacing: 0.05em;
}
.page-fullorder #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-fullorder #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-fullorder #mainimg .position-abs {
  position: absolute;
  width: 14.6875vw;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
}
.page-fullorder #plan {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-fullorder #plan::before {
  content: "REFERENCE PLAN";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-fullorder #plan h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-fullorder #plan h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-fullorder #plan h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #plan h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #plan .container {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 1px;
}
.page-fullorder #plan .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-fullorder #plan .container .d-flex .col {
  width: 48.3333333333%;
  margin-top: 50px;
}
.page-fullorder #plan .container .d-flex .col img {
  width: 100%;
}
.page-fullorder #plan .container .d-flex .col .card-body {
  background: #fffacd;
  padding: 30px;
}
.page-fullorder #plan .container .d-flex .col .card-body h5 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 7px 0;
}
.page-fullorder #plan .container .d-flex .col .card-body .comment {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 30px;
}
.page-fullorder #plan .container .d-flex .col .card-body .bg-white {
  background: #fff;
  margin-top: 48px;
  padding: 30px;
}
.page-fullorder #plan .container .d-flex .col .card-body .bg-white ul li {
  font-weight: normal;
}
.page-fullorder #plan .container .d-flex .col .cardbody-outer {
  margin-top: 27px;
  text-align: center;
}
.page-fullorder #plan .container .d-flex .col .cardbody-outer img {
  margin-top: 16px;
  max-width: 95.5px;
}
.page-fullorder #plan .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-fullorder #plan .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-fullorder #lineup {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-fullorder #lineup::before {
  content: "LINEUP";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-fullorder #lineup h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-fullorder #lineup h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-fullorder #lineup h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #lineup h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #lineup .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-fullorder #lineup .bg-baige {
  background: #f5e1cb;
  margin-top: 145px;
  padding-bottom: 45px;
}
.page-fullorder #lineup .bg-baige .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-fullorder #lineup .bg-baige .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -145px;
}
.page-fullorder #lineup .bg-baige .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
.page-fullorder #lineup .bg-baige .container .d-flex .col a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.page-fullorder #lineup .bg-baige .container .d-flex .col a:hover {
  opacity: 1;
}
.page-fullorder
  #lineup
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden {
  overflow: hidden;
}
.page-fullorder
  #lineup
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden
  img {
  max-width: 295px;
  width: 100%;
  transition: 0.75s;
}
.page-fullorder
  #lineup
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden
  img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
.page-fullorder #lineup .bg-baige .container .d-flex .col a .card .card-body {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
.page-fullorder
  #lineup
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.page-fullorder #lineup .bg-baige .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-fullorder #lineup .bg-baige .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-fullorder #lineup .container {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}
.page-fullorder #lineup .container .price {
  margin-top: 50px;
  text-align: center;
}
.page-fullorder #lineup .container .price .btn-price {
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 14px 0;
  text-decoration: none;
  transition: 0.3s;
  border: 4px solid #d7e5eb;
  border-radius: 50px;
  color: #000;
}
.page-fullorder #lineup .container .price .btn-price:hover {
  transition: 0.3s;
}
.page-fullorder #lineup .container .comment {
  font-size: 18px;
  margin-top: 37px;
  letter-spacing: -1px;
}
.page-fullorder #whyrecommend {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-fullorder #whyrecommend::before {
  content: "WHY RECOMMEND";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-fullorder #whyrecommend h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-fullorder #whyrecommend h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-fullorder #whyrecommend h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #whyrecommend h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #whyrecommend .container {
  max-width: 1200px;
  width: 98%;
  margin: 75px auto 0;
  padding-top: 1px;
}
.page-fullorder #whyrecommend .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.page-fullorder #whyrecommend .container .d-flex .col {
  width: 48.3333333333%;
  margin-top: 50px;
  position: relative;
  border: 1px solid #bcbcbc;
}
.page-fullorder #whyrecommend .container .d-flex .col .card .card-body {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
  padding: 30px;
}
.page-fullorder
  #whyrecommend
  .container
  .d-flex
  .col
  .card
  .card-body
  .card-title {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  background-color: #d7e5eb;
  padding: 23px;
  width: 89.6551724138%;
  top: -20px;
  left: -20px;
}
.page-fullorder
  #whyrecommend
  .container
  .d-flex
  .col
  .card
  .card-body
  .card-title
  span {
  font-size: 30px;
  font-family: "Tilt Warp", sans-serif;
  padding-right: 0.8em;
}
.page-fullorder
  #whyrecommend
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center {
  text-align: center;
}
.page-fullorder
  #whyrecommend
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center
  img.recommend-01 {
  max-width: 373px;
  margin-top: 107px;
  margin-bottom: 37px;
}
.page-fullorder
  #whyrecommend
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center
  img.recommend-02 {
  max-width: 319px;
  margin-top: 94px;
  margin-bottom: 22px;
}
.page-fullorder
  #whyrecommend
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center
  img.recommend-03 {
  max-width: 279px;
  margin-top: 107px;
  margin-bottom: 37px;
}
.page-fullorder
  #whyrecommend
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center
  img.recommend-04 {
  max-width: 336px;
  margin-top: 90px;
  margin-bottom: 37px;
}
.page-fullorder #whyrecommend .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-fullorder #whyrecommend .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-fullorder #process {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-fullorder #process::before {
  content: "PROCESS";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-fullorder #process h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-fullorder #process h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-fullorder #process h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #process h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #process .container {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-fullorder #process .container .comment {
  margin-top: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-fullorder #process .container .steps {
  border-left: 5px solid #958ac2;
  margin-top: 70px;
  padding-left: 70px;
}
.page-fullorder #process .container .steps .step {
  position: relative;
}
.page-fullorder #process .container .steps .step h3 {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #958ac2;
  margin-top: 43px;
  padding-top: 24px;
}
.page-fullorder #process .container .steps .step h3::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  background: #958ac2;
  text-align: center;
  line-height: 80px;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  top: 0;
  left: -114px;
  z-index: 10;
}
.page-fullorder #process .container .steps .step:first-child h3 {
  margin-top: 0;
}
.page-fullorder #process .container .steps .step:last-child h3::after {
  content: "";
  position: absolute;
  border-left: solid 10px #ffffff;
  height: 120px;
  left: -75px;
  z-index: 0;
}
.page-fullorder #process .container .steps .step .cta-block {
  background-color: #ffffff;
  border: solid 1px #bcbcbc;
  margin-top: 20px;
  padding: 50px;
}
.page-fullorder #process .container .steps .step .cta-block .d-flex {
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-fullorder #process .container .steps .step .cta-block .d-flex .left {
  background-color: #f0e6e6;
  width: 100%;
  max-width: 180px;
  text-align: center;
  margin-right: 20px;
  padding: 8px 0;
}
.page-fullorder
  #process
  .container
  .steps
  .step
  .cta-block
  .d-flex
  .left.letter-space {
  letter-spacing: 0.57em;
}
.page-fullorder #process .container .steps .step .cta-block .d-flex .left p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.page-fullorder #process .container .steps .step .cta-block .d-flex .right a {
  font-size: 48px;
  font-weight: bold;
  font-family: "Tilt Warp", sans-serif;
  color: #ed6b78;
  letter-spacing: 2.4px;
  text-decoration: none;
}
.page-fullorder #process .container .steps .step .cta-block .d-flex .right p {
  font-size: 18px;
  margin-top: 17px;
}
.page-fullorder #process .container .steps .step .cta-block .btn-cta {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ed6b78;
  margin-top: 38px;
  padding: 23px 0;
  text-decoration: none;
}
.page-fullorder #process .container .steps .step .cta-block .btn-cta::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.page-fullorder #process .container .steps .step p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 27px;
}
.page-fullorder #manufacturer {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-fullorder #manufacturer::before {
  content: "MANUFACTURER";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-fullorder #manufacturer h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-fullorder #manufacturer h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-fullorder #manufacturer h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #manufacturer h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #manufacturer .container {
  max-width: 900px;
  margin: 75px auto 0;
}
.page-fullorder #manufacturer .container .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5%;
}
.page-fullorder #manufacturer .container .d-flex .col {
  width: 19.6%;
}
.page-fullorder #manufacturer .container .d-flex .col img {
  max-width: 100%;
}
.page-fullorder #coverage {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-fullorder #coverage::before {
  content: "COVERAGE DETAILS";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-fullorder #coverage h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-fullorder #coverage h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-fullorder #coverage h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #coverage h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #coverage .container {
  max-width: 1200px;
  margin: 75px auto 0;
}
.page-fullorder #coverage .container .details {
  max-width: 800px;
}
.page-fullorder #coverage .container .details .detail {
  margin-top: 48px;
}
.page-fullorder #coverage .container .details .detail p {
  word-break: break-word;
}
.page-fullorder #faq {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-fullorder #faq::before {
  content: "FAQ";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-fullorder #faq h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-fullorder #faq h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-fullorder #faq h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #faq h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-fullorder #faq .comment {
  margin-top: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-fullorder #faq .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1px;
}
.page-fullorder #faq .container .faq-box {
  margin-top: 50px;
}
.page-fullorder #faq .container .faq-box .faq-item {
  margin-top: 40px;
}
.page-fullorder #faq .container .faq-box .faq-item .question {
  position: relative;
  background-color: #8abec2;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2.1px;
  padding: 1rem;
  cursor: pointer;
}
.page-fullorder #faq .container .faq-box .faq-item .question span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 1.5rem;
}
.page-fullorder #faq .container .faq-box .faq-item .question::after {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-size: 27px;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page-fullorder #faq .container .faq-box .faq-item .question.open::after {
  content: "\f107";
}
.page-fullorder #faq .container .faq-box .faq-item .answer {
  display: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 23px;
  text-indent: -4rem;
  padding-left: 5rem;
}
.page-fullorder #faq .container .faq-box .faq-item .answer span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #8abec2;
  vertical-align: middle;
  line-height: 0;
  margin-right: 1.75rem;
}
@media only screen and (max-width: 1080px) {
  .page-fullorder #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-fullorder #mainimg .list {
    display: block;
  }
  .page-fullorder #process #cta-sp {
    margin-top: 30px;
    padding: 0;
  }
  .page-fullorder #process #cta-sp h5 {
    font-size: 16px;
    text-align: center;
    background-color: rgba(253, 188, 180, 0.2);
    margin-top: 22px;
    padding: 10px;
  }
  .page-fullorder #process #cta-sp h5.letter-space {
    letter-spacing: 0.57em;
  }
  .page-fullorder #process #cta-sp h5 p {
    font-size: 16px;
  }
  .page-fullorder #process #cta-sp a {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: "Tilt Warp", sans-serif;
    color: #ed6b78;
    letter-spacing: 2.4px;
    text-decoration: none;
    margin-top: 22px;
    line-height: 1;
  }
  .page-fullorder #process #cta-sp p {
    font-size: 18px;
    margin-top: 17px;
  }
  .page-fullorder #process #cta-sp .btn-cta {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ed6b78;
    text-decoration: none;
    line-height: 24px;
    margin-top: 38px;
    padding: 23px 0;
  }
  .page-fullorder #process #cta-sp .btn-cta::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 828px) {
  .page-fullorder #mainimg {
    margin-top: 0;
    height: 35.1282051282vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-fullorder #mainimg .list {
    display: none;
  }
  .page-fullorder #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-fullorder #mainimg .copy span {
    font-size: 17px;
  }
  .page-fullorder #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-fullorder #mainimg .position-abs {
    position: absolute;
    top: 60px;
    left: auto;
    right: 20px;
    width: 18%;
    max-width: 421px;
    margin: auto;
    z-index: -1;
  }
  .page-fullorder #plan {
    margin-top: 40px;
  }
  .page-fullorder #plan::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-fullorder #plan h2 {
    font-size: 20px;
  }
  .page-fullorder #plan h2 span {
    font-size: 40px;
  }
  .page-fullorder #plan .container {
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
  }
  .page-fullorder #plan .container .d-flex {
    width: 100%;
  }
  .page-fullorder #plan .container .d-flex .col {
    width: 100%;
    margin-top: 50px;
  }
  .page-fullorder #plan .container .d-flex .col a img {
    width: 100%;
  }
  .page-fullorder #plan .container .d-flex .col a .card-body {
    padding: 30px;
  }
  .page-fullorder #plan .container .d-flex .col a .card-body h5 {
    font-size: 20px;
    padding: 7px 0;
  }
  .page-fullorder #plan .container .d-flex .col a .card-body .comment {
    font-size: 16px;
    margin-top: 30px;
  }
  .page-fullorder #plan .container .d-flex .col a .card-body .bg-white {
    margin-top: 36px;
    padding: 30px;
  }
  .page-fullorder #plan .container .d-flex .col .cardbody-outer {
    margin-top: 27px;
  }
  .page-fullorder #plan .container .d-flex .col .cardbody-outer img {
    margin-top: 16px;
    max-width: 95.5px;
  }
  .page-fullorder #lineup {
    width: 100%;
    margin-top: 100px;
  }
  .page-fullorder #lineup::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-fullorder #lineup h2 {
    font-size: 20px;
  }
  .page-fullorder #lineup h2 span {
    font-size: 40px;
  }
  .page-fullorder #lineup .comment {
    margin-top: 70px;
    font-size: 14px;
  }
  .page-fullorder #lineup .bg-baige {
    margin-top: 45px;
    padding-bottom: 0;
  }
  .page-fullorder #lineup .bg-baige .container {
    max-width: 1300px;
    width: 100%;
    padding: 20px;
  }
  .page-fullorder #lineup .bg-baige .container .d-flex {
    width: 100%;
    margin-top: 0;
  }
  .page-fullorder #lineup .bg-baige .container .d-flex .col {
    width: 46.8%;
    margin-top: 15px;
  }
  .page-fullorder
    #lineup
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .card-title {
    font-size: 16px;
    margin-top: 15px;
  }
  .page-fullorder #lineup .container {
    max-width: 1200px;
    width: 98%;
  }
  .page-fullorder #lineup .container .price {
    margin-top: 30px;
  }
  .page-fullorder #lineup .container .price .btn-price {
    font-size: 18px;
    padding: 14px 0;
  }
  .page-fullorder #lineup .container .price .btn-price:hover {
    transition: 0.3s;
  }
  .page-fullorder #lineup .container .comment {
    font-size: 14px;
    margin-top: 37px;
    letter-spacing: -1px;
  }
  .page-fullorder #whyrecommend {
    margin-top: 100px;
  }
  .page-fullorder #whyrecommend::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-fullorder #whyrecommend h2 {
    font-size: 20px;
  }
  .page-fullorder #whyrecommend h2 span {
    font-size: 20px;
  }
  .page-fullorder #whyrecommend .container {
    margin: 40px auto 0;
  }
  .page-fullorder #whyrecommend .container .d-flex .col {
    width: 100%;
    margin: 20px 20px 0;
  }
  .page-fullorder #whyrecommend .container .d-flex .col .card .card-body {
    padding: 10px;
  }
  .page-fullorder
    #whyrecommend
    .container
    .d-flex
    .col
    .card
    .card-body
    .card-title {
    position: relative;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    top: 0;
    left: 0;
  }
  .page-fullorder
    #whyrecommend
    .container
    .d-flex
    .col
    .card
    .card-body
    .card-title
    span {
    font-size: 18px;
  }
  .page-fullorder
    #whyrecommend
    .container
    .d-flex
    .col
    .card
    .card-body
    .text-center
    img.recommend-01 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-fullorder
    #whyrecommend
    .container
    .d-flex
    .col
    .card
    .card-body
    .text-center
    img.recommend-02 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-fullorder
    #whyrecommend
    .container
    .d-flex
    .col
    .card
    .card-body
    .text-center
    img.recommend-03 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-fullorder
    #whyrecommend
    .container
    .d-flex
    .col
    .card
    .card-body
    .text-center
    img.recommend-04 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-fullorder #process {
    margin-top: 100px;
  }
  .page-fullorder #process::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-fullorder #process h2 {
    font-size: 20px;
  }
  .page-fullorder #process h2 span {
    font-size: 40px;
  }
  .page-fullorder #process .container {
    padding: 0 20px;
    width: 100%;
  }
  .page-fullorder #process .container .comment {
    margin-top: 40px;
    font-size: 14px;
  }
  .page-fullorder #process .container .steps {
    border-left: none;
    margin-top: 40px;
    padding-left: 0;
  }
  .page-fullorder #process .container .steps .step {
    position: relative;
  }
  .page-fullorder #process .container .steps .step h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #958ac2;
    margin-top: 43px;
    padding-top: 10px;
  }
  .page-fullorder #process .container .steps .step h3::before {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    z-index: 10;
    margin-right: 0.5rem;
  }
  .page-fullorder #process .container .steps .step .cta-block {
    background-color: #ffffff;
    border: solid 1px #bcbcbc;
    margin-top: 20px;
    padding: 50px;
  }
  .page-fullorder #process .container .steps .step .cta-block .d-flex {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .page-fullorder #process .container .steps .step .cta-block .d-flex .left {
    width: 100%;
    max-width: 180px;
    margin-right: 20px;
    padding: 8px 0;
  }
  .page-fullorder #process .container .steps .step .cta-block .d-flex .left p {
    font-size: 14px;
  }
  .page-fullorder #process .container .steps .step .cta-block .d-flex .right a {
    font-size: 48px;
    font-weight: bold;
    font-family: "Tilt Warp", sans-serif;
    color: #ed6b78;
    letter-spacing: 2.4px;
    text-decoration: none;
  }
  .page-fullorder #process .container .steps .step .cta-block .d-flex .right p {
    font-size: 18px;
    margin-top: 17px;
  }
  .page-fullorder #process .container .steps .step .cta-block .btn-cta {
    position: relative;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ed6b78;
    margin-top: 38px;
    padding: 23px 0;
    text-decoration: none;
  }
  .page-fullorder #process .container .steps .step .cta-block .btn-cta::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-fullorder #process .container .steps .step p {
    font-size: 14px;
    margin-top: 18px;
  }
  .page-fullorder #manufacturer {
    margin-top: 100px;
  }
  .page-fullorder #manufacturer::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-fullorder #manufacturer h2 {
    font-size: 20px;
  }
  .page-fullorder #manufacturer h2 span {
    font-size: 40px;
  }
  .page-fullorder #manufacturer .container {
    padding: 0 20px;
  }
  .page-fullorder #coverage {
    margin-top: 100px;
  }
  .page-fullorder #coverage::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-fullorder #coverage h2 {
    font-size: 20px;
  }
  .page-fullorder #coverage h2 span {
    font-size: 40px;
  }
  .page-fullorder #coverage .container {
    max-width: 1200px;
    margin: 75px auto 0;
    padding: 0 20px;
  }
  .page-fullorder #coverage .container .details {
    max-width: 800px;
  }
  .page-fullorder #coverage .container .details .detail {
    margin-top: 48px;
  }
  .page-fullorder #faq {
    margin-top: 100px;
  }
  .page-fullorder #faq::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-fullorder #faq h2 {
    font-size: 20px;
  }
  .page-fullorder #faq h2 span {
    font-size: 40px;
  }
  .page-fullorder #faq .comment {
    margin-top: 70px;
    font-size: 14px;
  }
  .page-fullorder #faq .container {
    max-width: 1200px;
    padding: 0 20px;
  }
  .page-fullorder #faq .container .faq-box {
    margin-top: 50px;
  }
  .page-fullorder #faq .container .faq-box .faq-item {
    margin-top: 40px;
  }
  .page-fullorder #faq .container .faq-box .faq-item .question {
    font-size: 16px;
    padding-right: 50px;
    line-height: 1.4;
    text-indent: -3rem;
    padding-left: 4rem;
  }
  .page-fullorder #faq .container .faq-box .faq-item .question span {
    font-size: 18px;
    margin-right: 1.25rem;
  }
  .page-fullorder #faq .container .faq-box .faq-item .question::after {
    font-size: 18px;
  }
  .page-fullorder #faq .container .faq-box .faq-item .answer {
    font-size: 14px;
    margin-top: 23px;
    text-indent: -3rem;
    padding-left: 4rem;
  }
  .page-fullorder #faq .container .faq-box .faq-item .answer span {
    font-size: 18px;
    margin-right: 1.25rem;
  }
  .page-fullorder #cta-sp .comment,
  .page-fullorder #cta-sp2 .comment {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .page-fullorder #mainimg {
    height: 46.1538461538vw;
  }
  .page-fullorder #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-fullorder #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-fullorder #mainimg .position-abs {
    right: 20px;
    margin: auto;
    z-index: -1;
  }
  .page-fullorder #manufacturer .container .d-flex {
    gap: 0.5%;
  }
  .page-fullorder #manufacturer .container .d-flex .col {
    width: 49.5%;
  }
  .page-fullorder .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
}

body {
  counter-reset: number 0;
}

.page-beginner #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.9375vw;
  padding-bottom: 4.875vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-beginner #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-beginner #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 2.5vw;
  letter-spacing: 0.05em;
}
.page-beginner #mainimg .copy span:after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/beginners-icon.png);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 10px;
  bottom: 4px;
}
.page-beginner #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-beginner #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-beginner #mainimg .position-abs {
  position: absolute;
  width: 17.8125vw;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
}
.page-beginner #about-p {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-beginner #about-p::before {
  content: "ABOUT PRODUCTS";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-beginner #about-p h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-beginner #about-p h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-beginner #about-p h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #about-p h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #about-p .container {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 1px;
}
.page-beginner #about-p .container p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.page-beginner #about-p .container img {
  margin: 40px auto;
  display: block;
  width: 100%;
  max-width: 800px;
}
.page-beginner #comparison {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-beginner #comparison::before {
  content: "Comparison";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-beginner #comparison h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-beginner #comparison h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-beginner #comparison h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #comparison h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #comparison .container {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  margin-top: 70px;
  padding-top: 1px;
}
.page-beginner #comparison .container .comment {
  font-size: 18px;
  font-weight: bold;
}
.page-beginner #comparison .container .box {
  background: #f5e1cb;
  padding: 30px;
  margin-top: 40px;
}
.page-beginner #comparison .container .box .left {
  width: 50%;
}
.page-beginner #comparison .container .box .right {
  width: 50%;
}
.page-beginner #comparison .container .box span {
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0;
  font-size: 30px;
  margin-bottom: 30px;
}
.page-beginner #comparison .container .box .flex-area {
  display: flex;
  background: white;
  padding: 30px;
}
.page-beginner #comparison .container .box .flex-area p {
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}
.page-beginner #comparison .container .box .flex-area img {
  margin: auto;
  display: block;
  width: 100%;
}
.page-beginner #lineup {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-beginner #lineup::before {
  content: "LINEUP";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-beginner #lineup h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-beginner #lineup h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-beginner #lineup h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #lineup h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #lineup .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-beginner #lineup .bg-baige {
  background: #f5e1cb;
  margin-top: 145px;
  padding-bottom: 45px;
}
.page-beginner #lineup .bg-baige .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-beginner #lineup .bg-baige .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -145px;
}
.page-beginner #lineup .bg-baige .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
.page-beginner #lineup .bg-baige .container .d-flex .col a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.page-beginner #lineup .bg-baige .container .d-flex .col a:hover {
  opacity: 1;
}
.page-beginner #lineup .bg-baige .container .d-flex .col a .card .overf-hidden {
  overflow: hidden;
}
.page-beginner
  #lineup
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden
  img {
  max-width: 295px;
  width: 100%;
  transition: 0.75s;
}
.page-beginner
  #lineup
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden
  img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
.page-beginner #lineup .bg-baige .container .d-flex .col a .card .card-body {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
.page-beginner
  #lineup
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.page-beginner #lineup .bg-baige .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-beginner #lineup .bg-baige .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-beginner #lineup .container {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}
.page-beginner #lineup .container .price {
  margin-top: 50px;
  text-align: center;
}
.page-beginner #lineup .container .price .btn-price {
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 14px 0;
  text-decoration: none;
  transition: 0.3s;
  border: 4px solid #d7e5eb;
  border-radius: 50px;
  color: #000;
}
.page-beginner #lineup .container .price .btn-price:hover {
  transition: 0.3s;
}
.page-beginner #lineup .container .comment {
  font-size: 18px;
  margin-top: 37px;
  letter-spacing: -1px;
}
.page-beginner #forbeginner {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-beginner #forbeginner::before {
  content: "For Beginner’s";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-beginner #forbeginner h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-beginner #forbeginner h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-beginner #forbeginner h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #forbeginner h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #forbeginner .container {
  max-width: 1200px;
  width: 100%;
  margin: 75px auto 0;
  padding-top: 1px;
}
.page-beginner #forbeginner .container .comment {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-weight: bold;
}
.page-beginner #forbeginner .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.page-beginner #forbeginner .container .d-flex .col {
  width: 48.3333333333%;
  margin-top: 50px;
  position: relative;
  border: 1px solid #bcbcbc;
}
.page-beginner #forbeginner .container .d-flex .col .card .card-body {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
  padding: 30px;
}
.page-beginner
  #forbeginner
  .container
  .d-flex
  .col
  .card
  .card-body
  .card-title {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  background-color: #d7e5eb;
  padding: 23px;
  width: 89.6551724138%;
  top: -20px;
  left: -20px;
}
.page-beginner
  #forbeginner
  .container
  .d-flex
  .col
  .card
  .card-body
  .card-title
  span {
  font-size: 30px;
  font-family: "Tilt Warp", sans-serif;
  padding-right: 0.8em;
}
.page-beginner
  #forbeginner
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center {
  text-align: center;
}
.page-beginner
  #forbeginner
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center
  img.forb-01 {
  max-width: 203px;
  margin-top: 80px;
  margin-bottom: 37px;
}
.page-beginner
  #forbeginner
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center
  img.forb-02 {
  max-width: 279px;
  margin-top: 94px;
  margin-bottom: 30px;
}
.page-beginner
  #forbeginner
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center
  img.forb-03 {
  max-width: 324px;
  margin-top: 95px;
  margin-bottom: 37px;
}
.page-beginner
  #forbeginner
  .container
  .d-flex
  .col
  .card
  .card-body
  .text-center
  img.forb-04 {
  max-width: 295px;
  margin-top: 90px;
  margin-bottom: 37px;
}
.page-beginner #forbeginner .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-beginner #forbeginner .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-beginner #process {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-beginner #process::before {
  content: "PROCESS";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-beginner #process h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-beginner #process h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-beginner #process h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #process h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #process .container {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-beginner #process .container .comment {
  margin-top: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-beginner #process .container .steps {
  border-left: 5px solid #958ac2;
  margin-top: 70px;
  padding-left: 70px;
}
.page-beginner #process .container .steps .step {
  position: relative;
}
.page-beginner #process .container .steps .step h3 {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #958ac2;
  margin-top: 43px;
  padding-top: 24px;
}
.page-beginner #process .container .steps .step h3::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  background: #958ac2;
  text-align: center;
  line-height: 80px;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  top: 0;
  left: -114px;
  z-index: 10;
}
.page-beginner #process .container .steps .step:first-child h3 {
  margin-top: 0;
}
.page-beginner #process .container .steps .step:last-child h3::after {
  content: "";
  position: absolute;
  border-left: solid 10px #ffffff;
  height: 120px;
  left: -75px;
  z-index: 0;
}
.page-beginner #process .container .steps .step .cta-block {
  background-color: #ffffff;
  border: solid 1px #bcbcbc;
  margin-top: 20px;
  padding: 50px;
}
.page-beginner #process .container .steps .step .cta-block .d-flex {
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-beginner #process .container .steps .step .cta-block .d-flex .left {
  background-color: #f0e6e6;
  width: 100%;
  max-width: 180px;
  text-align: center;
  margin-right: 20px;
  padding: 8px 0;
}
.page-beginner
  #process
  .container
  .steps
  .step
  .cta-block
  .d-flex
  .left.letter-space {
  letter-spacing: 0.57em;
}
.page-beginner #process .container .steps .step .cta-block .d-flex .left p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.page-beginner #process .container .steps .step .cta-block .d-flex .right a {
  font-size: 48px;
  font-weight: bold;
  font-family: "Tilt Warp", sans-serif;
  color: #ed6b78;
  letter-spacing: 2.4px;
  text-decoration: none;
}
.page-beginner #process .container .steps .step .cta-block .d-flex .right p {
  font-size: 18px;
  margin-top: 17px;
}
.page-beginner #process .container .steps .step .cta-block .btn-cta {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ed6b78;
  margin-top: 38px;
  padding: 23px 0;
  text-decoration: none;
}
.page-beginner #process .container .steps .step .cta-block .btn-cta::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.page-beginner #process .container .steps .step p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 27px;
}
.page-beginner #manufacturer {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-beginner #manufacturer::before {
  content: "MANUFACTURER";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-beginner #manufacturer h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-beginner #manufacturer h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-beginner #manufacturer h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #manufacturer h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #manufacturer .container {
  max-width: 900px;
  margin: 75px auto 0;
}
.page-beginner #manufacturer .container .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5%;
}
.page-beginner #manufacturer .container .d-flex .col {
  width: 19.6%;
}
.page-beginner #manufacturer .container .d-flex .col img {
  max-width: 100%;
}
.page-beginner #coverage {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-beginner #coverage::before {
  content: "COVERAGE DETAILS";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-beginner #coverage h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-beginner #coverage h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-beginner #coverage h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #coverage h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #coverage .container {
  max-width: 1200px;
  margin: 75px auto 0;
}
.page-beginner #coverage .container .details {
  max-width: 800px;
}
.page-beginner #coverage .container .details .detail {
  margin-top: 48px;
}
.page-beginner #coverage .container .details .detail p {
  word-break: break-word;
}
.page-beginner #faq {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-beginner #faq::before {
  content: "FAQ";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-beginner #faq h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-beginner #faq h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-beginner #faq h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #faq h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-beginner #faq .comment {
  margin-top: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-beginner #faq .container {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-beginner #faq .container .faq-box {
  margin-top: 50px;
}
.page-beginner #faq .container .faq-box .faq-item {
  margin-top: 40px;
}
.page-beginner #faq .container .faq-box .faq-item .question {
  position: relative;
  background-color: #8abec2;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2.1px;
  padding: 1rem;
  cursor: pointer;
}
.page-beginner #faq .container .faq-box .faq-item .question span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 1.5rem;
}
.page-beginner #faq .container .faq-box .faq-item .question::after {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-size: 27px;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page-beginner #faq .container .faq-box .faq-item .question.open::after {
  content: "\f107";
}
.page-beginner #faq .container .faq-box .faq-item .answer {
  display: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 23px;
  text-indent: -4rem;
  padding-left: 5rem;
}
.page-beginner #faq .container .faq-box .faq-item .answer span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #8abec2;
  vertical-align: middle;
  line-height: 0;
  margin-right: 1.75rem;
}
@media only screen and (max-width: 1080px) {
  .page-beginner #mainimg {
    margin-top: 0;
    height: 35.8974358974vw;
    z-index: 1;
  }
  .page-beginner #mainimg .list {
    display: block;
  }
  .page-beginner #process #cta-sp {
    margin-top: 30px;
    padding: 0;
  }
  .page-beginner #process #cta-sp h5 {
    font-size: 16px;
    text-align: center;
    background-color: rgba(253, 188, 180, 0.2);
    margin-top: 22px;
    padding: 10px;
  }
  .page-beginner #process #cta-sp h5.letter-space {
    letter-spacing: 0.57em;
  }
  .page-beginner #process #cta-sp h5 p {
    font-size: 16px;
  }
  .page-beginner #process #cta-sp a {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: "Tilt Warp", sans-serif;
    color: #ed6b78;
    letter-spacing: 2.4px;
    text-decoration: none;
    margin-top: 22px;
    line-height: 1;
  }
  .page-beginner #process #cta-sp p {
    font-size: 18px;
    margin-top: 17px;
  }
  .page-beginner #process #cta-sp .btn-cta {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ed6b78;
    text-decoration: none;
    line-height: 24px;
    margin-top: 38px;
    padding: 23px 0;
  }
  .page-beginner #process #cta-sp .btn-cta::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 828px) {
  .page-beginner #mainimg {
    margin-top: 0;
    height: 35.1282051282vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-beginner #mainimg .list {
    display: none;
  }
  .page-beginner #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-beginner #mainimg .copy span {
    font-size: 17px;
  }
  .page-beginner #mainimg .copy span:after {
    width: 20px;
    height: 20px;
    left: 5px;
    bottom: 2px;
  }
  .page-beginner #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-beginner #mainimg .position-abs {
    position: absolute;
    top: 65px;
    left: auto;
    right: 20px;
    width: 23%;
    max-width: 421px;
    margin: auto;
    z-index: -1;
  }
  .page-beginner #about-p {
    margin-top: 40px;
  }
  .page-beginner #about-p::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-beginner #about-p h2 {
    font-size: 20px;
  }
  .page-beginner #about-p h2 span {
    font-size: 40px;
  }
  .page-beginner #about-p .container {
    margin-top: 30px;
    padding: 0 20px;
  }
  .page-beginner #about-p .container p {
    font-size: 14px;
  }
  .page-beginner #comparison::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-beginner #comparison .container {
    padding: 0 20px;
    width: 100%;
  }
  .page-beginner #comparison .container .comment {
    font-size: 14px;
  }
  .page-beginner #comparison .container .box {
    padding: 20px;
  }
  .page-beginner #comparison .container .box span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-beginner #comparison .container .box .flex-area {
    flex-wrap: wrap;
    padding: 20px;
  }
  .page-beginner #comparison .container .box .flex-area .left {
    width: 100%;
  }
  .page-beginner #comparison .container .box .flex-area .left p {
    font-size: 14px;
    padding: 0;
  }
  .page-beginner #comparison .container .box .flex-area .right {
    width: 100%;
  }
  .page-beginner #comparison .container .box .flex-area .right img {
    margin-top: 20px;
  }
  .page-beginner #lineup {
    width: 100%;
    margin-top: 100px;
  }
  .page-beginner #lineup::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-beginner #lineup h2 {
    font-size: 20px;
  }
  .page-beginner #lineup h2 span {
    font-size: 40px;
  }
  .page-beginner #lineup .comment {
    margin-top: 70px;
    font-size: 14px;
  }
  .page-beginner #lineup .bg-baige {
    margin-top: 45px;
    padding-bottom: 0;
  }
  .page-beginner #lineup .bg-baige .container {
    max-width: 1300px;
    width: 100%;
    padding: 20px;
  }
  .page-beginner #lineup .bg-baige .container .d-flex {
    width: 100%;
    margin-top: 0;
  }
  .page-beginner #lineup .bg-baige .container .d-flex .col {
    width: 46.8%;
    margin-top: 15px;
  }
  .page-beginner
    #lineup
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .card-title {
    font-size: 16px;
    margin-top: 15px;
  }
  .page-beginner #lineup .container {
    max-width: 1200px;
    width: 98%;
  }
  .page-beginner #lineup .container .price {
    margin-top: 30px;
  }
  .page-beginner #lineup .container .price .btn-price {
    font-size: 18px;
    padding: 14px 0;
  }
  .page-beginner #lineup .container .price .btn-price:hover {
    transition: 0.3s;
  }
  .page-beginner #lineup .container .comment {
    font-size: 14px;
    margin-top: 37px;
    letter-spacing: -1px;
  }
  .page-beginner #forbeginner {
    margin-top: 100px;
  }
  .page-beginner #forbeginner::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-beginner #forbeginner h2 {
    font-size: 20px;
  }
  .page-beginner #forbeginner h2 span {
    font-size: 20px;
  }
  .page-beginner #forbeginner .container {
    margin: 40px auto 0;
    padding: 0 20px;
  }
  .page-beginner #forbeginner .container .comment {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .page-beginner #forbeginner .container .d-flex .col {
    width: 100%;
    margin: 20px auto 0;
  }
  .page-beginner #forbeginner .container .d-flex .col .card .card-body {
    padding: 10px;
  }
  .page-beginner
    #forbeginner
    .container
    .d-flex
    .col
    .card
    .card-body
    .card-title {
    position: relative;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    top: 0;
    left: 0;
  }
  .page-beginner
    #forbeginner
    .container
    .d-flex
    .col
    .card
    .card-body
    .card-title
    span {
    font-size: 18px;
  }
  .page-beginner
    #forbeginner
    .container
    .d-flex
    .col
    .card
    .card-body
    .text-center
    img.forb-01 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-beginner
    #forbeginner
    .container
    .d-flex
    .col
    .card
    .card-body
    .text-center
    img.forb-02 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-beginner
    #forbeginner
    .container
    .d-flex
    .col
    .card
    .card-body
    .text-center
    img.forb-03 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-beginner
    #forbeginner
    .container
    .d-flex
    .col
    .card
    .card-body
    .text-center
    img.forb-04 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-beginner #process {
    margin-top: 100px;
  }
  .page-beginner #process::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-beginner #process h2 {
    font-size: 20px;
  }
  .page-beginner #process h2 span {
    font-size: 40px;
  }
  .page-beginner #process .container {
    padding: 0 20px;
    width: 100%;
  }
  .page-beginner #process .container .comment {
    margin-top: 40px;
    font-size: 14px;
  }
  .page-beginner #process .container .steps {
    border-left: none;
    margin-top: 40px;
    padding-left: 0;
  }
  .page-beginner #process .container .steps .step {
    position: relative;
  }
  .page-beginner #process .container .steps .step h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #958ac2;
    margin-top: 43px;
    padding-top: 10px;
  }
  .page-beginner #process .container .steps .step h3::before {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    z-index: 10;
    margin-right: 0.5rem;
  }
  .page-beginner #process .container .steps .step .cta-block {
    background-color: #ffffff;
    border: solid 1px #bcbcbc;
    margin-top: 20px;
    padding: 50px;
  }
  .page-beginner #process .container .steps .step .cta-block .d-flex {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .page-beginner #process .container .steps .step .cta-block .d-flex .left {
    width: 100%;
    max-width: 180px;
    margin-right: 20px;
    padding: 8px 0;
  }
  .page-beginner #process .container .steps .step .cta-block .d-flex .left p {
    font-size: 14px;
  }
  .page-beginner #process .container .steps .step .cta-block .d-flex .right a {
    font-size: 48px;
    font-weight: bold;
    font-family: "Tilt Warp", sans-serif;
    color: #ed6b78;
    letter-spacing: 2.4px;
    text-decoration: none;
  }
  .page-beginner #process .container .steps .step .cta-block .d-flex .right p {
    font-size: 18px;
    margin-top: 17px;
  }
  .page-beginner #process .container .steps .step .cta-block .btn-cta {
    position: relative;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ed6b78;
    margin-top: 38px;
    padding: 23px 0;
    text-decoration: none;
  }
  .page-beginner #process .container .steps .step .cta-block .btn-cta::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-beginner #process .container .steps .step p {
    font-size: 14px;
    margin-top: 18px;
  }
  .page-beginner #manufacturer {
    margin-top: 100px;
  }
  .page-beginner #manufacturer::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-beginner #manufacturer h2 {
    font-size: 20px;
  }
  .page-beginner #manufacturer h2 span {
    font-size: 40px;
  }
  .page-beginner #coverage {
    margin-top: 100px;
  }
  .page-beginner #coverage::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-beginner #coverage h2 {
    font-size: 20px;
  }
  .page-beginner #coverage h2 span {
    font-size: 40px;
  }
  .page-beginner #coverage .container {
    max-width: 1200px;
    margin: 75px auto 0;
  }
  .page-beginner #coverage .container .details {
    max-width: 800px;
  }
  .page-beginner #coverage .container .details .detail {
    margin-top: 48px;
  }
  .page-beginner #faq {
    margin-top: 100px;
  }
  .page-beginner #faq::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-beginner #faq h2 {
    font-size: 20px;
  }
  .page-beginner #faq h2 span {
    font-size: 40px;
  }
  .page-beginner #faq .comment {
    margin-top: 70px;
    font-size: 14px;
  }
  .page-beginner #faq .container {
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
  }
  .page-beginner #faq .container .faq-box {
    margin-top: 50px;
  }
  .page-beginner #faq .container .faq-box .faq-item {
    margin-top: 40px;
  }
  .page-beginner #faq .container .faq-box .faq-item .question {
    font-size: 16px;
    padding-right: 50px;
    line-height: 1.4;
    text-indent: -3rem;
    padding-left: 4rem;
  }
  .page-beginner #faq .container .faq-box .faq-item .question span {
    font-size: 18px;
    margin-right: 1.25rem;
  }
  .page-beginner #faq .container .faq-box .faq-item .question::after {
    font-size: 18px;
  }
  .page-beginner #faq .container .faq-box .faq-item .answer {
    font-size: 14px;
    margin-top: 23px;
    text-indent: -3rem;
    padding-left: 4rem;
  }
  .page-beginner #faq .container .faq-box .faq-item .answer span {
    font-size: 18px;
    margin-right: 1.25rem;
  }
  .page-beginner #cta-sp .comment,
  .page-beginner #cta-sp2 .comment {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .page-beginner #mainimg {
    height: 41.0256410256vw;
  }
  .page-beginner #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-beginner #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-beginner #mainimg .position-abs {
    right: 20px;
    margin: auto;
    z-index: -1;
  }
  .page-beginner #manufacturer .container .d-flex {
    gap: 0.5%;
  }
  .page-beginner #manufacturer .container .d-flex .col {
    width: 49.5%;
  }
  .page-beginner .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
}

.page-news #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-news #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-news #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 2.5vw;
  letter-spacing: 0.05em;
}
.page-news #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-news #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-news #mainimg .position-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
  width: 26.3125vw;
}
@media only screen and (max-width: 828px) {
  .page-news #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-news #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-news #mainimg .copy span {
    font-size: 17px;
  }
  .page-news #mainimg .list {
    display: none;
  }
  .page-news #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-news #mainimg .position-abs {
    position: absolute;
    top: 7.6923076923vw;
    left: auto;
    right: 20px;
    width: 40%;
    max-width: 365px;
    margin: auto;
    z-index: -1;
  }
}
.page-news #news {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.page-news #news .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
  display: flex;
  justify-content: space-between;
}
.page-news #news .container .side-menu {
  width: 250px;
  margin-right: 30px;
}
.page-news #news .container .side-menu .content {
  background: #fffbd7;
}
.page-news #news .container .side-menu span {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  display: block;
}
.page-news #news .container .r-container {
  width: 100%;
  max-width: 1020px;
  padding: 0;
}
.page-news #news .container .r-container dl {
  border-bottom: solid 1px #d1dade;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.page-news #news .container .r-container dl dt {
  color: #ed6b78;
  font-size: 17px;
  font-weight: bold;
}
.page-news #news .container .r-container dl dd {
  font-weight: bold;
  font-size: 17px;
}
.page-news #news .container .r-container dl p {
  font-size: 14px;
}
@media only screen and (max-width: 828px) {
  .page-news #news {
    margin-top: 40px;
  }
  .page-news #news dl dt {
    font-size: 14px;
  }
  .page-news #news dl dd a {
    font-size: 14px;
    margin-top: 15px;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .page-news #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-news #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-news #mainimg .position-abs {
    top: 7.6923076923vw;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
}
.page-news #archive-list {
  position: relative;
  width: 100%;
}
.page-news #archive-list h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-news #archive-list .archive-box h2 {
  background: #6c6565;
  color: #ffffff;
  padding: 18px;
  font-size: 18px;
}
.page-news #archive-list .archive-box .archive-item .question {
  position: relative;
  background: #f5e1ca;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2.1px;
  padding: 1rem;
  border-bottom: 1px solid #707070;
  cursor: pointer;
}
.page-news #archive-list .archive-box .archive-item .question::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page-news #archive-list .archive-box .archive-item .question.open::after {
  font-weight: 600;
  content: "\f068";
}
.page-news #archive-list .archive-box .archive-item .answer {
  display: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 0 10px 0;
  text-indent: -4rem;
  padding-left: 5rem;
  background: #fffacd;
}
.page-news #archive-list .archive-box .archive-item .answer li {
  padding-top: 10px;
}
.page-news #archive-list .archive-box .archive-item .answer li a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
.page-news #archive-list .archive-box .archive-item .answer li:last-child {
  padding-bottom: 10px;
}
.page-news #archive-list .archive-box .archive-item .answer span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #8abec2;
  vertical-align: middle;
  line-height: 0;
  margin-right: 1.75rem;
}
@media only screen and (max-width: 828px) {
  .page-news #news .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0 20px;
  }
  .page-news #news .container .side-menu {
    width: 100%;
    margin: 20px 0 20px 0;
  }
}

.page-post #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-post #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-post #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 2.5vw;
  letter-spacing: 0.05em;
}
.page-post #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-post #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-post #mainimg .position-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
  width: 26.3125vw;
}
@media only screen and (max-width: 828px) {
  .page-post #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
  }
  .page-post #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-post #mainimg .copy span {
    font-size: 17px;
  }
  .page-post #mainimg .list {
    display: none;
  }
  .page-post #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-post #mainimg .position-abs {
    position: absolute;
    top: 0;
    left: auto;
    right: 20px;
    width: 40%;
    max-width: 365px;
    margin: auto;
    z-index: -1;
  }
}
.page-post #news {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-post #news .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
  display: flex;
  justify-content: space-between;
}
.page-post #news .container .side-menu {
  width: 250px;
  margin-right: 30px;
}
.page-post #news .container .side-menu .content {
  background: #fffbd7;
}
.page-post #news .container .side-menu span {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  display: block;
}
.page-post #news .container .r-container {
  width: 100%;
  max-width: 1020px;
  padding: 0;
}
.page-post #news .container .r-container span {
  color: #ed6b78;
  font-weight: bold;
  text-align: right;
  display: block;
  padding-bottom: 5px;
}
.page-post #news .container .r-container h3 {
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid #d1dade;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.page-post #news .container .r-container p {
  font-size: 14px;
}
.page-post #news .container .r-container img {
  margin: 20px auto;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 828px) {
  .page-post #news {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .page-post #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-post #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-post #mainimg .position-abs {
    top: 0;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
}
.page-post #archive-list {
  position: relative;
  width: 100%;
}
.page-post #archive-list h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-post #archive-list .archive-box h2 {
  background: #6c6565;
  color: #ffffff;
  padding: 18px;
  font-size: 18px;
}
.page-post #archive-list .archive-box .archive-item .question {
  position: relative;
  background: #f5e1ca;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2.1px;
  padding: 1rem;
  border-bottom: 1px solid #707070;
  cursor: pointer;
}
.page-post #archive-list .archive-box .archive-item .question::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page-post #archive-list .archive-box .archive-item .question.open::after {
  font-weight: 600;
  content: "\f068";
}
.page-post #archive-list .archive-box .archive-item .answer {
  display: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 0 10px 0;
  text-indent: -4rem;
  padding-left: 5rem;
  background: #fffacd;
}
.page-post #archive-list .archive-box .archive-item .answer li {
  padding-top: 10px;
}
.page-post #archive-list .archive-box .archive-item .answer li a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
.page-post #archive-list .archive-box .archive-item .answer li:last-child {
  padding-bottom: 10px;
}
.page-post #archive-list .archive-box .archive-item .answer span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #8abec2;
  vertical-align: middle;
  line-height: 0;
  margin-right: 1.75rem;
}
@media only screen and (max-width: 828px) {
  .page-post #news .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .page-post #news .container .side-menu {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  .page-post #news .container .r-container img {
    width: 90%;
  }
}

.page-simulation #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-simulation #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-simulation #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 2.5vw;
  letter-spacing: 0.05em;
}
.page-simulation #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-simulation #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-simulation #mainimg .position-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
  width: 26.3125vw;
}
.page-simulation #category:before {
  content: none;
}
.page-simulation #category h2.small {
  font-size: 20px;
}
.page-simulation #category h2:before {
  content: none;
}
.page-simulation #category h2:after {
  content: none;
}
.page-simulation #category .comment {
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 30px;
}
.page-simulation #category .bg-baige {
  background-color: #eee0d1;
}
@media only screen and (max-width: 828px) {
  .page-simulation #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
  }
  .page-simulation #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-simulation #mainimg .copy span {
    font-size: 17px;
  }
  .page-simulation #mainimg .list {
    display: none;
  }
  .page-simulation #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-simulation #mainimg .position-abs {
    position: absolute;
    top: 0;
    left: auto;
    right: 20px;
    width: 40%;
    max-width: 365px;
    margin: auto;
    z-index: -1;
  }
}
.page-simulation #simulation {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-simulation #simulation .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-simulation #simulation .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
@media only screen and (max-width: 828px) {
  .page-simulation #simulation {
    margin-top: 40px;
  }
  .page-simulation #simulation::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-simulation #simulation h2 {
    font-size: 20px;
  }
  .page-simulation #simulation h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 20px;
  }
  .page-simulation #simulation .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-simulation #simulation .container {
    width: 98%;
  }
  .page-simulation #simulation .container img {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .page-simulation #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-simulation #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-simulation #mainimg .position-abs {
    top: 0;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
  .page-simulation .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
}

/* 外装シミュレーションパネル */
@media screen and (min-width: 960px) {
  .l-column-wrap {
    margin: 0 auto;
    max-width: 1020px;
  }
}
@media screen and (max-width: 960px) {
  .l-column-wrap {
    display: flex;
    margin: 0 auto;
    padding: 0;
    /* min-width: 1050px; */
    /* max-width: 1400px; */
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .l-column-wrap .l-column-main {
    width: 100%;
  }
}
/*nav*/
/*@media screen and (min-width: 960px){*/
.l-column-wrap .l-column-nav {
  width: 250px;
}

.column_nav_item {
  /* background-color: #ffe1cb; */
  background-color: #fffaef;
}

.column_nav_item .column_nav_menu {
  display: none;
}

.column_nav_item h2 {
  position: relative;
  padding-left: 10px;
  line-height: 52px;
  background-color: rgba(131, 72, 9, 0.8901960784);
  font-size: 18px;
  color: #fff;
}

.column_nav_item h2.pro {
  position: relative;
  padding-left: 10px;
  line-height: 52px;
  background-color: #0062a0;
  font-size: 20px;
  color: #fff;
}

/*---ac----*/
.column_nav_item h2::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V224H48c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032H192V432c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288H400c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H256V80z%22%2F%3E%3C%2Fsvg%3E")
    0 0 / cover no-repeat;
}

.column_nav_item h2.is-open::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M432%20256c0%2017.7-14.3%2032-32%2032L48%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32l352%200c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E");
}

.column_nav_item .product_menu_parent {
  padding-bottom: 20px;
}

.column_nav_item .product_menu_child {
  padding: 0 20px;
}

.column_nav_item .product_menu_child.wide {
  padding: 15px 10px 0;
}

.column_nav_item .news_archive_title::after {
  background-image: none;
}

.column_nav_item .news_archive_parent .js-accordion {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 45px;
  font-size: 18px;
  color: #80260b;
  background-color: #fce1cd;
  border-bottom: solid 1px rgba(128, 38, 11, 0.231372549);
}

.column_nav_item .news_archive_parent .js-accordion::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%2355e%22%20d%3D%22M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V224H48c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032H192V432c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288H400c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H256V80z%22%2F%3E%3C%2Fsvg%3E")
    0 0 / cover no-repeat;
}

.column_nav_item .news_archive_parent .is-open::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%2355e%22%20d%3D%22M432%20256c0%2017.7-14.3%2032-32%2032L48%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32l352%200c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E");
}

.column_nav_item .news_archive_child {
  padding: 0 20px 0 60px;
}

.column_nav_item a {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #80260b;
  text-decoration: none;
}

.column_nav_item a:hover {
  text-decoration: underline;
}

section.column_nav_item.open.pro {
  margin-top: 20px;
}

section.column_nav_item.open.pro li,
section.column_nav_item.open li {
  border-bottom: 1px solid #b7b7b7;
  /* white-space: nowrap; */
}

ul.product_menu_child.wide li.ac-menu-parent a {
  padding: 0;
}

ul.product_menu_child.wide li a {
  padding: 0 0 0 20px;
}

/*}*/
@media screen and (max-width: 960px) {
  nav.l-column-nav.sp_none {
    display: none;
  }
  .breadclumbs.sp_none.bnav-t {
    display: none;
  }
  .l-column-wrap .l-column-nav {
    width: 100%;
  }
}
/*sub-tit*/
.l-column-main #news_scion .wrapper h2.subtit,
.l-column-main #about .wrapper h2.subtit,
.l-column-main #pickup .wrapper h2.subtit {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  color: #f95800;
  padding-left: 116px;
  /* border-bottom:2px dashed #a61919; */
}

.l-column-main #list .wrapper h2.subtit,
.l-column-main #office_list .wrapper h2.subtit,
.l-column-main #pic_list .wrapper h2.subtit,
.l-column-main #pic_list .wrapper h2.subtit {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  color: #f95800;
  /*padding-left: 116px;*/
  /* border-bottom:2px dashed #a61919; */
}

.l-column-main #other .wrapper h2.subtit {
  font-size: 3rem;
  font-weight: bold;
  /*  position:relative;
  color: #F95800;
  padding-left: 116px;
  border-bottom:2px dashed #a61919; */
  color: #f95800;
}

.l-column-main #news_scion .wrapper h2.subtit::before {
  background: url(../img/news_h2_ico.png) no-repeat left top;
  background-size: cover;
  width: 85px;
  height: 75px;
  top: -14px;
}

@media screen and (max-width: 959px) {
  #other {
    margin-top: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 828px) {
  .l-column-main #news_scion .wrapper h2.subtit,
  .l-column-main #about .wrapper h2.subtit,
  .l-column-main #pickup .wrapper h2.subtit {
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    color: #f95800;
    padding-left: 80px;
    /* border-bottom:2px dashed #a61919; */
  }
  .l-column-main #list .wrapper h2.subtit {
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    color: #f95800;
    /*padding-left: 116px;*/
    /* border-bottom:2px dashed #a61919; */
  }
  .l-column-main #other .wrapper h2.subtit {
    font-size: 2.4rem;
    font-weight: bold;
    /*  position:relative;
    color: #F95800;
    padding-left: 116px;
    border-bottom:2px dashed #a61919; */
  }
  .l-column-main #news_scion .wrapper h2.subtit::before {
    background: url(../img/news_h2_ico.png) no-repeat left top;
    background-size: cover;
    width: 70px;
    height: 60px;
    top: -10px;
  }
}
/*news-li*/
#news_scion h2.subtit {
  display: block;
}

.l-column-main #news_scion,
.l-column-main #news_scion {
  font-size: 1.3rem;
}

#news_scion .wrapper dl {
  padding: 20px;
  border-bottom: 0px;
  width: 100%;
}

#news_scion .wrapper dl dt {
  float: left;
  border-top: 1px solid #bcbcbc;
  padding: inherit;
  color: #f95800;
}

#news_scion .wrapper dl dd {
  border-top: 1px solid #bcbcbc;
  padding: 15px;
  word-wrap: break-word;
}

@media screen and (min-width: 960px) {
  .l-column-main #news_scion {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) {
  .l-column-main #news_scion {
    margin-top: 30px;
  }
}
@media screen and (max-width: 828px) {
  .l-column-main #news_scion .wrapper {
    text-align: left;
    position: relative;
    padding: 1px 0;
  }
  #news_scion .wrapper dl {
    padding: 0px;
  }
}
/*news*/
.p-date {
  text-align: right;
  padding-bottom: 1em;
  font-size: 18px;
  color: #f95800;
}

.p-tit {
  font-size: 20px;
  /* padding: 20px 0; */
  line-height: 1.3;
  border-bottom: 2px dashed #f95800;
  text-align: left;
}

p.p_txt {
  padding-top: 1.6em;
  text-align: left;
  font-size: 16px;
}

/*以下*/
@media (max-width: 828px) {
  .p-date {
    font-size: 16px;
  }
}
/*picup-list*/
.l-column-main #pickup .wrapper {
  text-align: left;
  margin: 0 auto;
}

.picup_box {
  margin-top: 20px;
}

h3.pickup_list_title {
  font-size: 18px;
  color: #f95800;
  /* margin-bottom: 20px; */
}

/*---------------*/
.l-column-main #pickup .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-column-main #pickup .wrapper ul li {
  position: relative;
  display: inline-block;
  max-width: 406px;
  width: 33.3333333333%;
  margin: 1%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  border-radius: 16px;
}

.l-column-main #pickup .wrapper ul li h3 {
  background: #f95800;
  padding: 10px;
  border-radius: 16px 16px 0 0;
  color: #ffffff;
}

.l-column-main #pickup .wrapper ul li img {
  /* max-width: 371px; */
  width: 100%;
  margin-top: 20px;
}

.l-column-main #pickup .wrapper ul li p {
  margin: 20px;
  letter-spacing: 0;
}

.l-column-main #pickup .wrapper ul::after {
  content: "";
  display: block;
  width: 33.3333333333%;
  height: 0;
}

@media only screen and (min-width: 728px) {
  .l-column-main #pickup .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    margin: 0 auto;
  }
  .l-column-main #pickup .wrapper ul li {
    position: relative;
    display: inline-block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 48%;
    margin: 1% auto 1% 1%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border-radius: 16px;
  }
  .l-column-main #pickup .wrapper ul li h3 {
    background: #f95800;
    padding: 10px;
    border-radius: 16px 16px 0 0;
    color: #ffffff;
  }
  .l-column-main #pickup .wrapper ul li img {
    /* max-width: 371px; */
    width: 89%;
    margin-top: 20px;
  }
  .l-column-main #pickup .wrapper ul li p {
    margin: 20px;
    letter-spacing: 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 727px) {
  .l-column-main #pickup .wrapper ul {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-column-main #pickup .wrapper ul li {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border-radius: 16px;
  }
  .l-column-main #pickup .wrapper ul li h3 {
    background: #f95800;
    padding: 10px;
    border-radius: 16px 16px 0 0;
    color: #ffffff;
    font-size: 15px;
  }
  .l-column-main #pickup .wrapper ul li img {
    max-width: auto;
    width: calc(100% - 40px);
    margin: 20px;
  }
  .l-column-main #pickup .wrapper ul li p {
    margin: 0 20px 20px 20px;
    letter-spacing: 0;
    font-size: 16px;
  }
}
/*---------------*/
@media screen and (min-width: 960px) {
  .l-column-main #pickup,
  .l-column-main #about {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) {
  .l-column-main #pickup,
  .l-column-main #about {
    margin-top: 30px;
  }
}
/*category*/
.l-column-main #category .category-box .wrapper {
  text-align: left;
  margin: 0 auto;
}

/*about*/
.l-column-main #other .wrapper {
  text-align: left;
  margin: 0 auto;
  padding: 1px 0px;
}
.l-column-main #other .wrapper p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}

#other h3.other_title {
  padding: 26px 0 0;
  font-size: 18px;
  line-height: 1.6;
}

#other h4 {
  background-color: #e95200;
  color: white;
  margin-top: 1.7rem;
  padding: 0.5rem;
  font-size: 16px;
  line-height: 1.4;
}

/*list*/
.l-column-main #list .wrapper {
  text-align: left;
  margin: 0 auto;
  padding: 1px 0px;
}

.l-column-main #list .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-column-main #list .wrapper ul li {
  position: relative;
  display: inline-block;
  max-width: 406px;
  width: 33.3333333333%;
  margin: 1%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  border-radius: 16px;
}

.l-column-main #list .wrapper ul li h3 {
  background: #f95800;
  padding: 10px;
  border-radius: 16px 16px 0 0;
  color: #ffffff;
}

.l-column-main #list .wrapper ul li img {
  margin: 20px;
}

.l-column-main #list .wrapper ul li p {
  margin: 20px;
  letter-spacing: 0;
}

.l-column-main #list .wrapper ul::after {
  content: "";
  display: block;
  width: 33.3333333333%;
  height: 0;
}

.l-column-main #list .wrapper ul li p.btn {
  margin-top: auto;
  text-align: right;
  position: relative;
}

.l-column-main #list .wrapper ul li p.btn a:before {
  background: #ff701e;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.l-column-main #list .wrapper ul li p.btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.l-column-main #list .wrapper ul li a {
  opacity: 1;
}

@media only screen and (min-width: 601px) {
  .l-column-main #list .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin: 20px auto;
    max-width: 1024px;
  }
  .l-column-main #list .wrapper ul li {
    position: relative;
    display: inline-block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 48%;
    margin: 1% auto 1% 1%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 244, 235, 0.7019607843);
  }
  .l-column-main #list .wrapper ul li h3 {
    background: #f95800;
    padding: 10px;
    border-radius: 16px 16px 0 0;
    color: #ffffff;
    font-size: 17px;
  }
  .l-column-main #list .wrapper ul li img {
    width: 89%;
    /* margin: 20px 22px; */
    object-fit: cover;
  }
  .l-column-main #list .wrapper ul li p {
    margin: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 601px) {
  .l-column-main #list .wrapper ul {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin: 20px auto;
    max-width: 1024px;
    margin: 20px auto;
  }
  .l-column-main #list .wrapper ul li {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border-radius: 16px;
    background: rgba(255, 244, 235, 0.7019607843);
  }
  .l-column-main #list .wrapper ul li h3 {
    background: #f95800;
    padding: 10px;
    border-radius: 16px 16px 0 0;
    color: #ffffff;
    font-size: 17px;
  }
  .l-column-main #list .wrapper ul li img {
    width: calc(100% - 40px);
    margin: 20px;
  }
  .l-column-main #list .wrapper ul li p {
    margin: 0 20px 20px 20px;
    letter-spacing: 0;
    font-size: 16px;
  }
  .l-column-main #other .wrapper p {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
  }
}
/*company_*/
h3.c_title {
  background: #c84512;
  color: #fff;
  font-size: 20px;
  padding: 0.5em;
  margin-top: 2em;
}

table.c_table {
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
  font-size: 16px;
}

.c_table th {
  background: #fce1cd;
  color: #80260b;
  width: 25%;
  text-align: left;
}

.c_table th,
.c_table td {
  padding: 5px 10px;
  border: 1px solid #cfcfcf;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .c_table {
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
    margin: 10px;
  }
  .c_table th {
    display: inline-block;
    width: 100%;
    background: #fce1cd;
    color: #80260b;
    white-space: nowrap;
  }
  .c_table th,
  .c_table td {
    display: block;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.6;
  }
}
/*office_list*/
.l-column-main #office_list .wrapper {
  text-align: left;
  margin: 0 auto;
  padding: 1px 0px;
}

.l-column-main #office_list .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-column-main #office_list .wrapper ul li {
  /*! position: relative; */
  display: inline-block;
  width: 32%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  border-radius: 16px;
}

.l-column-main #office_list .wrapper ul::after {
  content: "";
  display: block;
  height: 0;
}

.l-column-main #office_list .wrapper ul li p.btn {
  margin-top: auto;
  text-align: right;
}

.l-column-main #office_list .wrapper ul li p.btn a {
  background: #3783ff;
  background: #3783ff;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  padding: 10px 20px 10px 40px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  position: relative;
}

.l-column-main #office_list .wrapper ul li p.btn a:before {
  position: absolute;
  left: 20px;
  top: 6px;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
}

.office_list_map {
  margin-top: 30px;
  text-align: center;
}

.office_list_map img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 728px) {
  .l-column-main #office_list .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin: 20px auto;
    max-width: 1024px;
  }
  .l-column-main #office_list .wrapper ul li {
    /*! position: relative; */
    display: inline-block;
    /*! max-width: -moz-fit-content; */
    /*! max-width: fit-content; */
    /*! width: 32%; */
    /*! margin: 1% auto 1% 1%; */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 28px;
  }
  .l-column-main #office_list .wrapper ul li h3 {
    background: #d6f3ff;
    padding: 10px;
    border-radius: 16px 16px 0 0;
    color: #000;
    font-size: 16px;
  }
  .l-column-main #office_list .wrapper ul li img {
    /* max-width: 371px; */
    width: 89%;
    margin-top: 20px;
  }
  .l-column-main #office_list .wrapper ul li p {
    margin: 20px;
    letter-spacing: 0;
    font-size: 17px;
  }
}
@media only screen and (max-width: 727px) {
  .l-column-main #office_list .wrapper ul {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
  }
  .l-column-main #office_list .wrapper ul li {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border-radius: 16px;
  }
  .l-column-main #office_list .wrapper ul li h3 {
    background: #d6f3ff;
    padding: 10px;
    border-radius: 16px 16px 0 0;
    color: #000000;
    font-size: 15px;
  }
  .l-column-main #office_list .wrapper ul li img {
    max-width: auto;
    width: calc(100% - 40px);
    margin: 20px;
  }
  .l-column-main #office_list .wrapper ul li p {
    margin: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }
}
/*group*/
.group {
  margin-top: 40px;
  font-size: 17px;
}

.group_h3-1 {
  padding-top: 2rem;
  font-size: 22px;
}

.company_block_c a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .company_block_c {
    /* margin: 10px 0 130px 0; */
    border-top: solid 1px;
    border-color: #c9c9c9;
    display: flex;
  }
  .inbox-a {
    width: 38%;
    /* float: left; */
    padding: 20px 0 0 0;
  }
  .inbox-a img {
    width: 88%;
    border: solid 1px;
    border-color: #c9c9c9;
  }
  .inbox-b {
    margin: 20px 0px 0 16px;
    position: relative;
    /* height: 0; */
    padding-bottom: 20px;
    overflow: hidden;
    display: inline-block;
    width: 62%;
    font-size: 15px;
    line-height: 1.5;
  }
  .company_block_c p.text-t {
    padding-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .company_block_c {
    margin: 10px 0 20px 0;
    border-top: solid 1px;
    border-color: #c9c9c9;
  }
  .inbox-a {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .inbox-a img {
    width: 50%;
    border: solid 1px;
    border-color: #c9c9c9;
  }
  .company_block_c p.text-t {
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
  }
  .inbox-b {
    margin-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
  }
}
.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
}

.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}

.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.dropdownlink2 {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
  background: #e4ffd3;
  margin-left: 10px;
}

.dropdownlink2 i {
  position: absolute;
  top: 17px;
  left: 16px;
}

.dropdownlink2 .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
  display: none;
  background: #c8e6c9;
}

.submenuItems li {
  border-bottom: 1px solid #b6b6b6;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
}

.submenuItems a:hover {
  background-color: #cddc39;
  color: #fff;
}

.submenuItems li.open .dropdownlink2 {
  color: #cddc39;
}

.submenuItems li.open .dropdownlink2 .fa-chevron-down {
  transform: rotate(180deg);
}

.submenuItems2 {
  background: #83a972;
  margin-left: 10px;
  display: none;
}

.submenuItems2 li {
  border-bottom: 1px solid #b6b6b6;
}

/*jico*/
.flow_box {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin: 20px 0px 0px 12px;
}

.flow_box ul {
  padding: 0;
}

.flow_box li {
  list-style-type: none;
}

.flow_box dd {
  margin-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.flow {
  position: relative;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow > li {
  position: relative;
}

.flow > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #486d00;
  display: inline-block;
  margin-right: 0.3em;
}

.flow > li dl {
  padding-left: 70px;
  position: relative;
}

.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #486d00;
  border-radius: 50%;
  left: -4px;
}

.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow > li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #486d00;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

p.accident_tel a {
  color: black;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  /*以下*/
  .flow::before,
  .flow > li dl::before,
  .flow > li dl::after {
    display: none;
  }
  .flow_box {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-left: 0px;
  }
  .flow > li dl {
    padding-left: 0px;
    position: relative;
  }
}
/*gaisou*/
/*outer*/
h3.p-2 {
  margin-top: 1em;
}

#other h3.gai_h3 {
  background-color: #6c6565;
  color: white;
  padding: 1rem;
  font-size: 18px;
  line-height: 1.4;
}

#other h3.gai_h3_1 {
  background-color: #6c6565;
  color: white;
  margin-top: 2em;
  padding: 1rem;
  font-size: 18px;
  line-height: 1.4;
}

#other h4.gai_h4_1 {
  color: black;
  background: white;
  font-size: 16px;
}

ul.gai_list {
  margin-top: 1em;
}

ul.gai_list li {
  list-style: disc;
  margin-left: 1.5em;
  font-size: 16px;
}

a.btn.btn-primary {
  color: #000;
  background-color: #ffb700;
  border-color: #ffb700;
  padding: 16px;
  border-radius: 0.5rem;
}

p.px-3.text-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.outer_top {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
  margin: 2rem 0;
}

.outer_box {
  position: relative;
}

p.px-3.border-top {
  border-top: 1px solid #dee2e6;
  margin: 3em 0 1em;
  padding-top: 3em;
}

#simulation-front,
#simulation-side {
  position: absolute;
  max-width: 80%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

#simulation-bg {
  max-width: 80%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.front-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /*! flex-wrap: wrap; */
}

.front-item {
  width: 25%;
}

.front-item img {
  max-width: 100%;
  overflow: hidden;
  height: 80px;
  display: block;
  object-fit: contain;
  padding: 3px;
  margin: 10px;
  cursor: pointer;
}

.recommend-item-title {
  font-size: 12px;
  /*! white-space: nowrap; */
  padding: 8px;
}

.front-panel {
  overflow-x: scroll;
}

/*pop*/
.pop-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pop-list > li {
  width: 25%;
  /*! margin-bottom: 30px; */
}

.pop-list .pop-item {
  cursor: pointer;
  padding: 10px;
}

.pop-list .pop-item .img-box {
  width: 100%;
  overflow: hidden;
}

.pop-list .pop-item .img-box > img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop-list .pop-item .ttl,
.pop-list .pop-item .txt {
  /*! font-weight: bold; */
  /*! text-align: center; */
  display: none;
}

.pop-list .pop-item:hover .img-box > img {
  transform: scale(1.05);
}

.page-standard {
  @import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
  /* slider */
  /* 前へ / 次へボタン */
  /* Lightbox用のスタイルを更新 */
}
.page-standard #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.9375vw;
  padding-bottom: 4.875vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-standard #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-standard #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.page-standard #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-standard #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-standard #mainimg .position-standard {
  position: absolute;
  top: 7.5vw;
  right: 6.25vw;
  width: 26.3125vw;
}
.page-standard #category-ttl {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-standard #category-ttl::before {
  content: "Products";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-standard #category-ttl h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-standard #category-ttl h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-standard #category-ttl h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #category-ttl h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #category-ttl .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.8px;
  font-weight: bold;
}
.page-standard #category-ttl .bg-baige {
  background: #f5e1cb;
  margin-top: 175px;
  padding-bottom: 45px;
}
.page-standard #category-ttl .bg-baige .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-standard #category-ttl .bg-baige .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -145px;
}
.page-standard #category-ttl .bg-baige .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
.page-standard #category-ttl .bg-baige .container .d-flex .col a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.page-standard #category-ttl .bg-baige .container .d-flex .col a:hover {
  opacity: 1;
}
.page-standard
  #category-ttl
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden {
  overflow: hidden;
}
.page-standard
  #category-ttl
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden
  img {
  max-width: 295px;
  width: 100%;
  transition: 0.75s;
}
.page-standard
  #category-ttl
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden
  img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
.page-standard
  #category-ttl
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
.page-standard
  #category-ttl
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.page-standard #category-ttl .bg-baige .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-standard #category-ttl .bg-baige .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-standard #service {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-standard #service::before {
  content: "SERVICE";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-standard #service h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-standard #service h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-standard #service h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #service h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #service .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-standard #service .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-standard #service .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-standard #service .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
.page-standard #service .container .d-flex .col .circle {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
.page-standard #service .container .d-flex .col .circle img {
  max-width: 295px;
  width: 100%;
}
.page-standard #service .container .d-flex .col .circle .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.page-standard #service .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-standard #service .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-standard #service-area {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-standard #service-area::before {
  content: "SERVICE AREA";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-standard #service-area h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-standard #service-area h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-standard #service-area h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #service-area h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #service-area .comment {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1.8px;
  margin-top: 46px;
}
.page-standard #service-area .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-standard #service-area .container .cta-block {
  background-color: #ffffff;
  margin-top: 60px;
}
.page-standard #service-area .container .cta-block .d-flex {
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-standard #service-area .container .cta-block .d-flex .left {
  background-color: #f0e6e6;
  width: 100%;
  max-width: 180px;
  text-align: center;
  margin-right: 20px;
  padding: 8px 0;
}
.page-standard #service-area .container .cta-block .d-flex .left.letter-space {
  letter-spacing: 0.57em;
}
.page-standard #service-area .container .cta-block .d-flex .left p {
  font-size: 18px;
  font-weight: bold;
}
.page-standard #service-area .container .cta-block .d-flex .right a {
  font-size: 48px;
  font-weight: bold;
  font-family: "Tilt Warp", sans-serif;
  color: #ed6b78;
  letter-spacing: 2.4px;
  text-decoration: none;
}
.page-standard #service-area .container .cta-block .d-flex .right p {
  font-size: 18px;
  margin-top: 17px;
}
.page-standard #service-area .container .cta-block .btn-cta {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ed6b78;
  margin-top: 38px;
  padding: 23px 0;
  text-decoration: none;
}
.page-standard #service-area .container .cta-block .btn-cta::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.page-standard #service-area .container .d-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-standard #service-area .container .d-flex .col {
  width: 22.6%;
  margin-top: 50px;
}
.page-standard #service-area .container .d-flex .col .circle {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.4;
}
.page-standard #service-area .container .d-flex .col .circle img {
  max-width: 295px;
  width: 100%;
}
.page-standard #service-area .container .d-flex .col .circle .card-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.page-standard #service-area .container .d-flex::before {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
  order: 1;
}
.page-standard #service-area .container .d-flex::after {
  content: "";
  display: block;
  width: 22.6%;
  height: 0;
}
.page-standard #payment-method {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-standard #payment-method::before {
  content: "Payment Method";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-standard #payment-method h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-standard #payment-method h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-standard #payment-method h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #payment-method h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #payment-method .container {
  max-width: 1170px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
}
.page-standard #payment-method .container .comment {
  font-size: 20px;
  font-weight: bold;
  max-width: 780px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}
.page-standard #payment-method .container .methods {
  margin-top: 47px;
}
.page-standard #payment-method .container .methods table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.page-standard #payment-method .container .methods table tr {
  border: 1px solid #cccccc;
}
.page-standard #payment-method .container .methods table tr th {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px 30px;
  vertical-align: middle;
}
.page-standard #payment-method .container .methods table tr th.first {
  width: 200px;
}
.page-standard #payment-method .container .methods table tr th.second {
  width: 350px;
}
.page-standard #payment-method .container .methods table tr th.third {
  width: 310px;
}
.page-standard #payment-method .container .methods table tr th.forth {
  width: 310px;
}
.page-standard #payment-method .container .methods table tr td {
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px 30px;
  vertical-align: middle;
}
.page-standard #payment-method .container .methods table tr td.fifth img {
  max-width: 300px;
  width: 100%;
}
.page-standard #payment-method .container .methods table tr td.sixth {
  padding: 35px 10px;
}
.page-standard #payment-method .container .methods table tr td.sixth img {
  max-width: 213px;
  width: 100%;
}
.page-standard #payment-method .container .methods table tr td.seventh {
  padding: 35px 10px;
}
.page-standard #payment-method .container .methods table tr td.seventh img {
  max-width: 280px;
  width: 100%;
}
.page-standard #payment-method .container .methods table tr td img {
  max-width: 100%;
}
.page-standard ul.list-gray {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page-standard ul.list-gray li {
  padding: 10px 15px;
  border: solid 3px #efeeee;
  margin-right: 10px;
}
@media only screen and (max-width: 828px) {
  .page-standard #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-standard #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-standard #mainimg .copy span {
    font-size: 17px;
  }
  .page-standard #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-standard #mainimg .list {
    display: none;
  }
  .page-standard #mainimg .position-standard {
    position: absolute;
    top: 13.0769230769vw;
    left: auto;
    right: 20px;
    width: 35%;
    max-width: 300px;
    margin: auto;
    z-index: -1;
  }
  .page-standard #category-ttl {
    margin-top: 40px;
  }
  .page-standard #category-ttl::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-standard #category-ttl h2 {
    font-size: 20px;
  }
  .page-standard #category-ttl h2 span {
    font-size: 20px;
  }
  .page-standard #category-ttl .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-standard #category-ttl .bg-baige {
    margin-top: 45px;
    padding-bottom: 0;
  }
  .page-standard #category-ttl .bg-baige .container {
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
  }
  .page-standard #category-ttl .bg-baige .container .d-flex {
    width: 100%;
    margin-top: 0;
    padding: 20px 0;
  }
  .page-standard #category-ttl .bg-baige .container .d-flex .col {
    width: 46.8%;
    margin-top: 15px;
  }
  .page-standard #category-ttl .bg-baige .container .d-flex .col a .card {
    text-align: center;
  }
  .page-standard #category-ttl .bg-baige .container .d-flex .col a .card img {
    width: 100%;
  }
  .page-standard
    #category-ttl
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .card-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
  }
  .page-standard #products {
    position: relative;
    width: 100%;
    margin-top: 100px;
  }
  .page-standard #products::before {
    content: "Products";
    position: absolute;
    font-family: "Tilt Warp", sans-serif;
    color: #f7f7f7;
    font-size: 80px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 4px;
  }
  .page-standard #products h2 {
    position: relative;
    font-size: 32px;
    text-align: center;
    text-shadow:
      2px 2px 0 #fff,
      -2px -2px 0 #fff,
      -2px 2px 0 #fff,
      2px -2px 0 #fff,
      0px 2px 0 #fff,
      0 -2px 0 #fff,
      -2px 0 0 #fff,
      2px 0 0 #fff,
      2px 1px 0 #fff,
      -2px 1px 0 #fff,
      2px -1px 0 #fff,
      -2px -1px 0 #fff,
      1px 2px 0 #fff,
      1px -2px 0 #fff,
      -1px 2px 0 #fff,
      -1px -2px 0 #fff,
      1px 1px 0 #fff,
      -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff;
  }
  .page-standard #products h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 40px;
  }
  .page-standard #products h2:before {
    content: "";
    position: absolute;
    bottom: -25px;
    display: inline-block;
    width: 80px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
  }
  .page-standard #products h2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
  }
  .page-standard #products .comment {
    margin-top: 70px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1.8px;
  }
  .page-standard #products .bg-baige {
    background: #f5e1cb;
    margin-top: 175px;
    padding-bottom: 45px;
  }
  .page-standard #products .bg-baige .container {
    max-width: 1300px;
    width: 98%;
    margin: 0 auto;
    padding-top: 1px;
  }
  .page-standard #products .bg-baige .container .d-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -145px;
  }
  .page-standard #products .bg-baige .container .d-flex .col {
    width: 22.6%;
    margin-top: 50px;
  }
  .page-standard #products .bg-baige .container .d-flex .col a {
    display: block;
    overflow: hidden;
    text-decoration: none;
  }
  .page-standard #products .bg-baige .container .d-flex .col a:hover {
    opacity: 1;
  }
  .page-standard
    #products
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .overf-hidden {
    overflow: hidden;
  }
  .page-standard
    #products
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .overf-hidden
    img {
    max-width: 295px;
    width: 100%;
    transition: 0.75s;
  }
  .page-standard
    #products
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .overf-hidden
    img:hover {
    transform: scale(1.2);
    transition: 0.75s;
  }
  .page-standard
    #products
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.4;
  }
  .page-standard
    #products
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .card-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    color: #000000;
  }
  .page-standard #products .bg-baige .container .d-flex::before {
    content: "";
    display: block;
    width: 22.6%;
    height: 0;
    order: 1;
  }
  .page-standard #products .bg-baige .container .d-flex::after {
    content: "";
    display: block;
    width: 22.6%;
    height: 0;
  }
  .page-standard #service {
    margin-top: 40px;
  }
  .page-standard #service::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-standard #service h2 {
    font-size: 20px;
  }
  .page-standard #service h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 20px;
  }
  .page-standard #service .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-standard #service .container {
    width: 98%;
    padding: 0 20px;
  }
  .page-standard #service .container .d-flex {
    width: 100%;
    margin-top: 0;
  }
  .page-standard #service .container .d-flex .col {
    width: 46.8%;
    margin-top: 30px;
  }
  .page-standard #service .container .d-flex .col .circle .card-title {
    font-size: 16px;
    margin-top: 15px;
  }
  .page-standard #service .container .d-flex .col .circle .card-title br {
    display: none;
  }
  .page-standard #service-area {
    margin-top: 40px;
  }
  .page-standard #service-area::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-standard #service-area h2 {
    font-size: 20px;
  }
  .page-standard #service-area h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 20px;
  }
  .page-standard #service-area .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-standard #service-area .comment.mt-off {
    margin-top: 20px;
  }
  .page-standard #service-area .container {
    width: 100%;
    padding: 0 20px;
  }
  .page-standard #service-area .container .cta-block {
    display: none;
  }
  .page-standard #cta-sp .comment {
    font-size: 14px;
  }
  .page-standard #payment-method {
    margin-top: 30px;
  }
  .page-standard #payment-method::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-standard #payment-method h2 {
    font-size: 20px;
  }
  .page-standard #payment-method h2 span {
    font-size: 20px;
  }
  .page-standard #payment-method .container {
    width: 100%;
    padding: 0 20px;
  }
  .page-standard #payment-method .container .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-standard #payment-method .container .methods {
    margin-top: 30px;
  }
  .page-standard #payment-method .container .methods table tr th {
    font-size: 12px;
    padding: 10px 15px;
  }
  .page-standard #payment-method .container .methods table tr td {
    font-size: 12px;
    padding: 10px 15px;
  }
  .page-standard #payment-method .container .methods table tr td.fifth {
    padding: 35px 10px;
  }
  .page-standard #payment-method .container .methods table tr td.six {
    padding: 35px 10px;
  }
  .page-standard #payment-method .container .methods table tr td img {
    max-width: 100%;
  }
}
.page-standard ul.list-gray {
  margin-top: 0px;
}
.page-standard #cat {
  width: 100%;
  margin-top: 80px;
}
.page-standard #cat h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-standard #cat h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-standard #cat h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #cat .container {
  width: 100%;
  margin: 0 auto;
  padding-top: 1px;
  background: #eee0d1;
  margin-top: 60px;
}
.page-standard #cat .container .d-flex {
  max-width: 1300px;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
.page-standard #cat .container .d-flex .col {
  background-color: #ffffff;
  width: 22%;
  margin: 40px 0 40px 0;
  border-radius: 50px;
}
.page-standard #cat .container .d-flex .col a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}
.page-standard #cat .container .d-flex .col a:hover {
  opacity: 1;
}
.page-standard #cat .container .d-flex .col a .title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .page-standard #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-standard #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-standard #mainimg .position-standard {
    top: 15.3846153846vw;
    right: 20px;
    width: 35%;
    margin: auto;
    z-index: -1;
  }
  .page-standard .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
  .page-standard #cat .container .d-flex {
    padding: 20px 10px 0 10px;
  }
  .page-standard #cat .container .d-flex .col {
    width: 46.8%;
    margin: 0 0 20px 0;
  }
  .page-standard #cat .container .d-flex .col a .title {
    font-size: 16px;
  }
}
.page-standard :root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #0c1210;
  --color-gray: #ddd;
  --color-theme: #b4e900;
  --color-theme-darken: #6e8f00;
  --color-text: #adbdb7;
  --box-shadow:
    0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover:
    1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset:
    inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark:
    0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
    -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}
.page-standard :focus:not(:focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}
.page-standard .marker {
  background: linear-gradient(transparent 60%, #af0101 60%);
}
.page-standard .l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 0 40px;
}
.page-standard .cat-sub {
  margin-top: 60px !important;
}
.page-standard .l-inner {
  background: #fffacd;
}
.page-standard .inner-baige {
  background: #eee0d1;
}
.page-standard .bg-slide {
  background: #eee0d1;
}
.page-standard .c-temp {
  line-height: 1;
}
.page-standard .c-temp .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-standard .c-temp .text {
  font-size: 2.4rem;
  font-weight: bold;
}
.page-standard .c-temp .button {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 12rem;
  padding: 1.6rem 0 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color-theme);
}
.page-standard .c-footer .l-inner {
  padding-top: 0;
}
.page-standard .c-footer .text {
  color: var(--color-gray);
}
.page-standard .c-info {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 6.4rem;
}
.page-standard .c-info li {
  position: relative;
  padding-left: 16px;
  color: #fff;
}
.page-standard .c-info li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 2px;
  content: "";
  background-color: var(--color-gray);
}
.page-standard .c-info li + li {
  margin-top: 0.8rem;
}
.page-standard .c-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  min-width: 32rem;
  margin-bottom: 6.4rem;
  vertical-align: top;
  color: #fff;
}
.page-standard .c-title [class*="ico-"] {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  width: 10rem;
  margin-bottom: 1.2rem;
  padding: 0.8rem 0 0.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 100px;
  background-color: var(--color-theme-darken);
}
.page-standard .c-title .ico-advanced {
  color: #fff;
  background-color: #333;
}
.page-standard .slide-media,
.page-standard .thumb-media {
  position: relative;
  overflow: hidden;
}
.page-standard .slide-media img,
.page-standard .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-standard .splide {
  z-index: 0;
}
.page-standard .splide__arrow--prev,
.page-standard .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
  transition: var(--transition);
  background-color: #d7e5eb;
  border-radius: 50%;
}
.page-standard .splide__arrow--prev::after,
.page-standard .splide__arrow--next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #ffffff;
  border-width: 3px 3px 0 0;
}
.page-standard .splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.page-standard .splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
.page-standard .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.page-standard .splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}
.page-standard .splide__pagination {
  font-size: 0;
}
.page-standard .splide__pagination__page:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}
.page-standard .splide__slide:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}
.page-standard .splide-wrapper {
  position: relative;
  margin: 0 !important;
}
.page-standard .splide__arrow > svg {
  display: none;
}
.page-standard .gallery02 {
  overflow: hidden;
}
.page-standard .gallery02 .splide,
.page-standard .gallery02 .thumb-wrapper {
  max-width: 800px;
  margin: auto;
}
.page-standard .gallery02 .splide {
  overflow: visible;
}
.page-standard .gallery02 .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.page-standard .gallery02 .splide__arrow--prev,
.page-standard .gallery02 .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-standard .gallery02 .splide__arrow--prev {
  right: calc(100% - 1.6rem);
}
.page-standard .gallery02 .splide__arrow--next {
  left: calc(100% - 1.6rem);
}
@media only screen and (max-width: 1024px) {
  .page-standard html {
    -webkit-text-size-adjust: 100%;
  }
  .page-standard .l-inner {
    padding: 0 4rem;
  }
  .page-standard .pc {
    display: none !important;
  }
  .page-standard .gallery02 .splide__arrow--prev::before,
  .page-standard .gallery02 .splide__arrow--next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .page-standard .gallery02 .splide__arrow--prev::after,
  .page-standard .gallery02 .splide__arrow--next::after {
    border-color: #fff;
  }
  .page-standard .gallery02 .splide__arrow--prev {
    right: calc(100% - 1.6rem);
  }
  .page-standard .gallery02 .splide__arrow--next {
    left: calc(100% - 1.6rem);
  }
}
@media only screen and (max-width: 599px) {
  .page-standard html {
    font-size: 50%;
  }
  .page-standard .pc-tab {
    display: none !important;
  }
  .page-standard .gallery02 .thumb-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .page-standard .tab-sp {
    display: none !important;
  }
  .page-standard .splide__arrow--prev::before,
  .page-standard .splide__arrow--next::before {
    transition: var(--transition);
  }
  .page-standard .splide__arrow--prev:hover::before,
  .page-standard .splide__arrow--next:hover::before {
    transform: scale(1.2);
  }
  .page-standard .gallery02 .thumb-media:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .page-standard .gallery02 .thumb-media:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 600px) {
  .page-standard .sp {
    display: none !important;
  }
}
.page-standard .lightbox {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  justify-content: center;
  align-items: center;
}
.page-standard .lightbox.active {
  opacity: 1;
  visibility: visible;
}
.page-standard .lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.page-standard .lightbox.active img {
  opacity: 1;
  transform: scale(1);
}
.page-standard .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-standard .lightbox.active .lightbox-close {
  opacity: 1;
}
.page-standard #works .cat-sub {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0 40px 40px 0;
}
.page-standard #works .cat-sub .l-section {
  width: 72%;
}
.page-standard #works .cat-sub .r-section {
  width: 28%;
  margin-top: 0;
}
.page-standard #works .cat-sub .r-section table {
  background: #fff;
  width: 100%;
}
.page-standard #works .cat-sub .r-section table th {
  width: 100%;
  background: #f7f7f7;
  padding: 5px 10px;
  display: block;
  text-align: left;
}
.page-standard #works .cat-sub .r-section table td {
  background: #fff;
  width: 100%;
  display: block;
  padding: 5px 10px;
}
@media only screen and (max-width: 828px) {
  .page-standard .cat-sub {
    flex-wrap: wrap;
    padding: 0 0 40px 0 !important;
  }
  .page-standard .cat-sub .l-section {
    width: 100% !important;
  }
  .page-standard .cat-sub .r-section {
    width: 90% !important;
    margin-top: 30px !important;
  }
}
.page-standard #recommend {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-standard #recommend::before {
  content: "RECOMMEND";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-standard #recommend h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-standard #recommend h2 span {
  font-size: 40px;
}
.page-standard #recommend h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #recommend h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-standard #recommend .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.8px;
}
.page-standard #recommend .bg-baige {
  background: #f5e1cb;
  margin-top: 135px;
  padding-bottom: 45px;
}
.page-standard #recommend .bg-baige .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
}
.page-standard #recommend .bg-baige .container .d-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-standard #recommend .bg-baige .container .d-flex .col {
  /*width: 22.6%;*/
  /*margin-top: -95px;*/
}
.page-standard #recommend .bg-baige .container .d-flex .col a {
  display: block;
  text-decoration: none;
  color: #000000;
}
.page-standard #recommend .bg-baige .container .d-flex .col a:hover {
  opacity: 1;
}
.page-standard #recommend .bg-baige .container .d-flex .col a .card {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden {
  overflow: hidden;
  height: 210px;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden
  img {
  max-width: 736px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .overf-hidden
  img:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-header {
  background: #6c6565;
  color: #fff;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-header
  p {
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-weight: bold;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.page-standard #recommend .bg-baige .container .d-flex .col a .card .card-body {
  background-color: #ffffff;
  padding: 10px;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec {
  border-top: dotted 1px #aaa;
  border-bottom: dotted 1px #aaa;
  margin-top: 15px;
  padding: 15px 0;
  word-break: break-all;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .size {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .size
  li {
  font-size: 15px;
  line-height: 1.6;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .size
  li:nth-child(odd) {
  border: solid 1px #aaa;
  border-radius: 30px;
  min-width: 67px;
  margin-right: 15px;
  padding: 0 10px;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .number {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  width: 100%;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .number
  li {
  font-size: 15px;
  line-height: 1.6;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .spec
  .number
  li:nth-child(odd) {
  border: solid 1px #aaa;
  border-radius: 30px;
  min-width: 82px;
  margin-right: 15px;
  margin-top: 2px;
  padding: 0 10px;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .price {
  margin-top: 15px;
  word-break: break-all;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .price
  p {
  font-size: 48px;
  color: #ec6577;
  text-align: right;
  font-weight: bold;
  line-height: 1;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .price
  p
  span {
  font-size: 24px;
  color: #000000;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .price
  .tax {
  font-size: 20px;
  text-align: right;
  color: #000000;
  margin-top: 10px;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag {
  margin-top: 10px;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul
  li {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0 10px;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul
  li.new {
  background-color: #ec6577;
  color: #ffffff;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul
  li.recommend {
  background-color: #f95800;
  color: #ffffff;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul
  li.delivery {
  background-color: #00b900;
  color: #ffffff;
}
.page-standard
  #recommend
  .bg-baige
  .container
  .d-flex
  .col
  a
  .card
  .card-body
  .tag
  ul
  li.confort {
  background-color: #6c6565;
  color: #ffffff;
}
.page-standard #recommend .no-bg {
  background: #fff !important;
  padding-bottom: 0;
  margin-top: 170px;
}
.page-standard #recommend .sub-cat {
  margin-top: 40px;
  padding-bottom: 0;
}
.page-standard #recommend .sub-cat .container .d-flex .col {
  margin-top: 0;
  margin-bottom: 40px;
}
.page-standard #recommend .btn {
  text-align: center;
  max-width: 400px;
  margin: 40px auto;
}
.page-standard #recommend .btn a {
  background: #f5e1cb;
  text-decoration: none;
  color: #000;
  padding: 15px 20px;
  border-radius: 50px;
  display: block;
  margin: 0 10px;
}
.page-standard #recommend .btn a p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
}
.page-standard #recommend .ba-none::before {
  content: none !important;
}
@media only screen and (max-width: 1300px) {
  .page-standard #recommend .bg-baige .container .d-flex .col a {
    display: block;
    text-decoration: none;
    color: #000000;
  }
  .page-standard #recommend .bg-baige .container .d-flex .col a .card {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price
    p {
    font-size: 3.6923076923vw;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price
    p
    span {
    font-size: 1.8461538462vw;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price
    .tax {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 828px) {
  .page-standard #recommend {
    margin-top: 40px;
  }
  .page-standard #recommend::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-standard #recommend h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .page-standard #recommend h2::before {
    bottom: -17px;
  }
  .page-standard #recommend h2::after {
    bottom: -22px;
  }
  .page-standard #recommend .comment {
    margin-top: 55px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-standard #recommend .bg-baige {
    background: none;
    margin-top: 10px;
    padding-bottom: 45px;
  }
  .page-standard #recommend .bg-baige .container {
    width: 100%;
    padding: 0 20px;
  }
  .page-standard #recommend .bg-baige .container .d-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-standard #recommend .bg-baige .container .d-flex .col {
    width: 46.8%;
    margin-top: 20px;
  }
  .page-standard #recommend .bg-baige .container .d-flex .col a img {
    width: 100%;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .overf-hidden {
    overflow: hidden;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .overf-hidden
    img {
    width: 100%;
    transition: 0.75s;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .overf-hidden
    img:hover {
    transform: scale(1.2);
    transition: 0.75s;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-header
    p {
    padding: 0.5rem 1rem;
    font-size: 12px;
    line-height: 1.4;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body {
    padding: 10px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .card-title {
    font-size: 14px;
    line-height: 1.4;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .spec {
    border-top: dotted 1px #aaa;
    border-bottom: dotted 1px #aaa;
    margin-top: 15px;
    padding: 15px 0;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .spec
    ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .spec
    ul
    li {
    font-size: 12px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .spec
    ul
    li:nth-child(odd) {
    font-size: 12px;
    border: solid 1px #aaa;
    margin-right: 10px;
    line-height: 1.6;
    padding: 0 7px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .spec
    ul.number {
    margin-top: 10px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price {
    margin-top: 15px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price
    p {
    font-size: 24px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price
    p
    span {
    font-size: 14px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .price
    .tax {
    font-size: 11px;
    margin-top: 10px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .tag {
    margin-top: 10px;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .tag
    ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .page-standard
    #recommend
    .bg-baige
    .container
    .d-flex
    .col
    a
    .card
    .card-body
    .tag
    ul
    li {
    font-size: 10px;
    margin-right: 5px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 10px;
  }
  .page-standard #recommend .btn {
    margin: 0 auto 60px auto;
  }
  .page-standard #recommend .btn a p {
    font-size: 18px;
  }
}

.page-contact #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.9375vw;
  padding-bottom: 4.875vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-contact #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-contact #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.page-contact #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-contact #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-contact #mainimg .position-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
  width: 26.3125vw;
}
.page-contact #category:before {
  content: none;
}
.page-contact #category h2.small {
  font-size: 20px;
}
.page-contact #category h2:before {
  content: none;
}
.page-contact #category h2:after {
  content: none;
}
.page-contact #category .comment {
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 30px;
}
.page-contact #category .bg-baige {
  background-color: #eee0d1;
}
@media only screen and (max-width: 828px) {
  .page-contact #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-contact #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-contact #mainimg .copy span {
    font-size: 17px;
  }
  .page-contact #mainimg .list {
    display: none;
  }
  .page-contact #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-contact #mainimg .position-abs {
    position: absolute;
    top: 55px;
    left: auto;
    right: 20px;
    width: 40%;
    max-width: 365px;
    margin: auto;
    z-index: -1;
  }
}
.page-contact #contact {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-contact #contact::before {
  content: "Contact";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-contact #contact h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-contact #contact h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-contact #contact h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-contact #contact h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-contact #contact .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-contact #contact .container {
  max-width: 1300px;
  width: 98%;
  margin: 40px auto 0 auto;
  padding-top: 1px;
}
.page-contact #contact .container img {
  margin: 40px auto 0 auto;
  display: block;
  width: 60%;
}
.page-contact #contact .container .cf-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px dashed #ccc;
  transition: all 0.3s;
}
.page-contact #contact .container .cf-area:last-child {
  border-bottom: none;
}
.page-contact #contact .container .cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  line-height: 1.5em;
}
.page-contact #contact .container .cf-area dt p {
  font-size: 16px;
}
.page-contact #contact .container .cf-area dd {
  flex: 1;
  margin-top: 10px;
}
.page-contact #contact .container .cf-area input,
.page-contact #contact .container .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
  resize: vertical;
  transition: all 0.3s;
}
.page-contact #contact .container .cf-area input:focus,
.page-contact #contact .container .cf-area textarea:focus {
  outline: none;
  background: #e4e4e4;
}
.page-contact #contact .container .cf-required {
  background: #b91e23;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  border-radius: 2px;
}
.page-contact #contact .container .any {
  background: #eee;
  padding: 5px;
  border-radius: 2px;
  font-size: 14px;
}
.page-contact #contact .container .cf-send input {
  display: block;
  background: #8abec2;
  width: 300px;
  height: 60px;
  margin: 30px auto 0;
  border: none;
  border-radius: 10px;
  color: #fff;
  box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.3em;
  font-weight: bold;
  transition: all 0.3s;
}
.page-contact #contact .container .cf-send input:hover {
  filter: brightness(1.15);
}
.page-contact #contact .container .wpcf7 form.invalid .wpcf7-response-output,
.page-contact #contact .container .wpcf7 form.unaccepted .wpcf7-response-output,
.page-contact
  #contact
  .container
  .wpcf7
  form.payment-required
  .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}
@media only screen and (max-width: 828px) {
  .page-contact #contact {
    margin-top: 40px;
  }
  .page-contact #contact::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-contact #contact h2 {
    font-size: 20px;
  }
  .page-contact #contact h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 20px;
  }
  .page-contact #contact .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-contact #contact .container {
    width: 100%;
    padding: 0 20px;
  }
  .page-contact #contact .container img {
    width: 100%;
  }
  .page-contact #contact .container .cf-area {
    display: block;
  }
  .page-contact #contact .container .cf-area dt {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
    line-height: 1.5em;
  }
  .page-contact #contact .container .cf-send input {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .page-contact #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-contact #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-contact #mainimg .position-abs {
    top: 55px;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
  .page-contact .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
}

.page-policy #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.9375vw;
  padding-bottom: 4.875vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-policy #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-policy #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.page-policy #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-policy #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-policy #mainimg .position-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
  width: 26.3125vw;
}
@media only screen and (max-width: 828px) {
  .page-policy #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-policy #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-policy #mainimg .copy span {
    font-size: 17px;
  }
  .page-policy #mainimg .list {
    display: none;
  }
  .page-policy #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-policy #mainimg .position-abs {
    position: absolute;
    top: 55px;
    left: auto;
    right: 20px;
    width: 40%;
    max-width: 365px;
    margin: auto;
    z-index: -1;
  }
}
.page-policy #policy {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page-policy #policy::before {
  content: "PRIVACY";
  position: absolute;
  font-family: "Tilt Warp", sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 4px;
}
.page-policy #policy h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff,
    1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px 2px 0 #fff,
    -1px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}
.page-policy #policy h2 span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
}
.page-policy #policy h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-policy #policy h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
.page-policy #policy .comment {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.page-policy #policy .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  padding-top: 1px;
  /*
      dl {
        margin-top: 30px;
        dt {
          background: #6c6565;
          color: #fff;
          font-size: 18px;
          padding: 10px;
          line-height: 1.6em;

        }
        dd {
          font-size: 16px;
          margin: 20px 0 30px 0;
          line-height: 1.6em;

        }
      }      
  */
}
.page-policy #policy .container img {
  margin: 40px auto 0 auto;
  display: block;
}
@media only screen and (max-width: 828px) {
  .page-policy #policy {
    margin-top: 40px;
  }
  .page-policy #policy::before {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .page-policy #policy h2 {
    font-size: 20px;
  }
  .page-policy #policy h2 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 20px;
  }
  .page-policy #policy .comment {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.1px;
  }
  .page-policy #policy .container {
    width: 98%;
    padding: 0 20px;
  }
  .page-policy #policy .container img {
    width: 100%;
  }
  .page-policy #policy .container dl dt {
    font-size: 16px;
  }
  .page-policy #policy .container dl dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .page-policy #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-policy #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-policy #mainimg .position-abs {
    top: 55px;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
  .page-policy .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
}

.page-sitemap #mainimg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.9375vw;
  padding-bottom: 12.5vw;
  padding-left: 4.375vw;
  padding-right: 6.1875vw;
  background-color: #d7e5eb;
}
.page-sitemap #mainimg .copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.1em;
}
.page-sitemap #mainimg .copy span {
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.page-sitemap #mainimg .copy_sub {
  font-family: "Tilt Warp", sans-serif;
  font-size: 1.875vw;
  font-weight: normal;
  color: #ffffff;
}
.page-sitemap #mainimg .list {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 1.3125vw;
  letter-spacing: -0.1em;
}
.page-sitemap #mainimg .position-abs {
  position: absolute;
  top: 5vw;
  bottom: 0;
  margin: auto;
  right: 6.25vw;
  width: 26.3125vw;
}
.page-sitemap #category:before {
  content: none;
}
.page-sitemap #category h2.small {
  font-size: 20px;
}
.page-sitemap #category h2:before {
  content: none;
}
.page-sitemap #category h2:after {
  content: none;
}
.page-sitemap #category .comment {
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 30px;
}
.page-sitemap #category .bg-baige {
  background-color: #eee0d1;
}
@media only screen and (max-width: 828px) {
  .page-sitemap #mainimg {
    margin-top: 0;
    height: 41.0256410256vw;
    z-index: 1;
    padding-top: 75px;
  }
  .page-sitemap #mainimg .copy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page-sitemap #mainimg .copy span {
    font-size: 17px;
  }
  .page-sitemap #mainimg .list {
    display: none;
  }
  .page-sitemap #mainimg .copy_sub {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
  .page-sitemap #mainimg .position-abs {
    position: absolute;
    top: 55px;
    left: auto;
    right: 20px;
    width: 40%;
    max-width: 365px;
    margin: auto;
    z-index: -1;
  }
}
.page-sitemap .container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto 0 auto;
  padding-top: 1px;
}
.page-sitemap .container .site-menu {
  padding: 0 20px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.page-sitemap .container .site-menu li a {
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  line-height: 2.4em;
}
.page-sitemap .container .site-menu li a:hover {
  text-decoration: underline;
  transition: 0.5s;
}
.page-sitemap .container .site-menu li span {
  padding-right: 7px;
}
@media only screen and (max-width: 828px) {
  .page-sitemap .container {
    width: 98%;
    padding: 0 20px;
  }
  .page-sitemap .container img {
    width: 100%;
  }
  .page-sitemap .container .site-menu {
    justify-content: space-between;
    margin-top: 40px;
    padding: 0;
  }
  .page-sitemap .container .site-menu li a {
    font-size: 14px;
  }
  .page-sitemap .container .site-menu .right {
    text-align: right;
  }
}
@media only screen and (max-width: 500px) {
  .page-sitemap #mainimg .copy {
    font-size: 3.3333333333vw;
  }
  .page-sitemap #mainimg .copy span {
    font-size: 3.8461538462vw;
  }
  .page-sitemap #mainimg .position-abs {
    top: 60px;
    right: 20px;
    width: 40%;
    margin: auto;
    z-index: -1;
  }
  .page-sitemap .cta-home .container h2 {
    font-size: 4.1025641026vw;
  }
}
/*25.09.02*/
.mv05 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Swiper / スライド高さ */
.mv05 .swiper-slide {
  position: relative;
  height: 600px;
}

/* 背景の基本設定 */
.slide-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 3s ease;
}

.slide-bg.clip img {
  clip-path: polygon(
    0% 0%,
    95% 5%,
    95% 95%,
    5% 95%,
    5% 20%,
    10% 20%,
    10% 80%,
    90% 80%,
    90% 20%,
    5% 20%
  );
}

/* --- アクティブ時の拡大アニメ --- */
.mv05 .swiper-slide.swiper-slide-active .slide-bg.clip img {
  transform: scale(1.5);
}

/* 背景（ピンク） 
.slide-bg{
  position:absolute;
  top:0; left:0; width:100%; height:100%;
  overflow:hidden;
  z-index:1;
}
.slide-bg img{
  width:100%; height:100%; object-fit:cover;
  transition: transform 3s;
}
.slide-bg.clip img{
  clip-path: polygon(0rem 0rem, calc(100% - 3.5rem) 3.5rem, calc(100% - 3.5rem) calc(100% - 3.5rem), 3.5rem calc(100% - 3.5rem), 3.5rem 7rem, 7rem 7rem, 7rem calc(100% - 7rem), calc(100% - 7rem) calc(100% - 7rem), calc(100% - 7rem) 7rem, 3.5rem 7rem);
  z-index:1;
}
.mv05 .swiper-slide.swiper-slide-active .slide-bg.clip img{
  transform: scale(1.5);
  transition: transform 3s ease;
}
*/
/* 共通キャプション（見出し + 2カラム） — PCではスライド上に重ねる */
.common-caption {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
  pointer-events: none;
}
.common-caption h2 {
  font-size: 2.4rem;
  color: #000;
  margin: 0 0 20px;
  text-align: center;
  pointer-events: auto;
}

/* キャプション内コンテンツ */
.caption-body {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.caption-media {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caption-media img {
  max-width: 100%;
  max-height: 360px;
  height: auto;
  object-fit: contain;
  display: block;
  transition:
    opacity 1.8s ease,
    transform 1.8s ease;
  transform: scale(1);
}
.caption-media img.fade {
  opacity: 0;
  transform: scale(0.98);
}
.caption-text {
  flex: 1 1 50%;
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  box-sizing: border-box;
  color: #000;
  border-radius: 6px;
}
.caption-text p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.fade-out {
  opacity: 0;
  transform: scale(0.98);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.fade-in {
  opacity: 1;
  transform: scale(1.05);
  transition:
    opacity 1.5s ease,
    transform 1.5s ease;
}

/* フラクション（非表示）*/
.fraction {
  display: none;
}

/* レスポンシブ高さ */
@media (max-width: 1200px) {
  .mv05 .swiper-slide {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .mv05 .swiper-slide {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .mv05 .swiper-slide {
    height: 300px;
  }
}

/* SP（縦並び）: キャプションをスライダーの下に移動する */
@media (max-width: 768px) {
  .common-caption {
    position: absolute; /* ← relativeからabsoluteに戻す */
    top: 50%; /* 背景中央に配置 */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 12px;
    background: rgb(255 255 255); /* 白背景を少し透過させて見やすく */
    border-radius: 8px;
  }
  .common-caption h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
    margin-top: 3em;
  }
  .caption-body {
    display: block;
    text-align: center;
  }
  .caption-media img {
    width: 90%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }
  .caption-text {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}

/* PC 微調整 */
@media (min-width: 769px) {
  .common-caption h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .caption-media img {
    max-height: 340px;
  }
}
/*25.10.23追加テスト*/
/* ===== ヘッダー高さを低くする調整 ===== */
header .attention {
  padding: 3px 0; /* 少し薄く */
}

header .header-cta {
  padding: 10px 20px; /* 22.5px → 約半分 */
}

header .header-cta .mid {
  font-size: 24px; /* 36px → 約2/3に */
  margin-right: 15px;
}
header .header-cta .mid img {
  max-width: 25px; /* 35px → 約70% */
}

header .header-cta .right {
  font-size: 16px; /* 少し小さく */
  min-width: 400px;
  padding-left: 20px;
}

header .header-menu .right #nav-pc li {
  height: 60px; /* 110px → 約半分 */
}
header .header-menu .right #nav-pc li a {
  font-size: 16px;
  line-height: 60px;
  width: 160px;
  white-space: nowrap;
}

.top_btn {
  text-align: center;
  max-width: 400px;
  margin: 40px auto;
}
.top_btn a {
  background: #f5e1cb;
  text-decoration: none;
  color: #000;
  padding: 15px 20px;
  border-radius: 50px;
  display: block;
  margin: 0 10px;
}

.top_btn a p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
}

/* 固定ヘッダー下の余白を調整 */
main {
  margin-top: 200px;
}
@media only screen and (max-width: 1300px) {
  main {
    margin-top: 15.3846153846vw;
  }
}
@media only screen and (max-width: 1024px) {
  main {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 828px) {
  main {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 500px) {
  main {
    margin-top: 60px;
  }
}

/* product card price alignment */
.product-price-group {
  text-align: right;
}
.product-price-value {
  display: block;
  text-align: right;
  white-space: nowrap;
}
.tax-price {
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
