@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   link
   -------------------------------------------------------------------------- */
a {
  cursor: pointer !important;
  text-decoration: none;
}

a:link {
  color: #5c3386;
} /* unvisited link */
a:visited {
  color: #5c3386;
} /* visited link */
a:hover {
  color: #5c3386;
} /* mouse over link */
a:active {
  color: #5c3386;
} /* selected link */
a:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
ul, ol {
  list-style: none;
}

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

/* -----------------------------------------------------------------------------
   br
   -------------------------------------------------------------------------- */
br.m-pc-none {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  br.m-pc-none {
    display: none;
  }
}
br.m-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  br.m-sp-none {
    display: block;
    line-height: 0;
  }
}
/* -----------------------------------------------------------------------------
   common 01
   -------------------------------------------------------------------------- */
.tel-link a {
  text-decoration: none;
}

.m-mb-0 {
  margin-bottom: 0 !important;
}

.m-mb-40 {
  margin-bottom: 40px !important;
}

.m-pb-0 {
  padding-bottom: 0 !important;
}

.m-w-100 {
  width: 100% !important;
}

.m-us {
  font-family: "Manrope", sans-serif;
}

/* -----------------------------------------------------------------------------
   common 02
   -------------------------------------------------------------------------- */
.m-cmn-ttl-us {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #9094A3;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl-us {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.m-cmn-ttl-us::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #9094A3;
  margin-left: 8px;
  vertical-align: 5px;
}

.m-cmn-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .m-cmn-ttl {
    font-size: 4rem;
  }
}

.m-cmn-ttl-wrap-black .m-cmn-ttl {
  color: #3D3E42;
}

/* -----------------------------------------------------------------------------
   common 03
   -------------------------------------------------------------------------- */
.m-cmn-more-btn {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.04em;
}

.m-cmn-more-btn a {
  position: relative;
  display: inline-block;
  border: 1px solid #DBDBDB;
  border-radius: 50px;
  padding: 0 50px 0 25px;
  color: #3D3E42;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-cmn-more-btn a:hover {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .m-cmn-more-btn a:hover {
    background-color: #fff;
  }
}
.m-cmn-more-btn span {
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-cmn-more-btn span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 13px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.m-cmn-more-btn a:hover span::before {
  right: 13px;
}
@media screen and (min-width: 768px) {
  .m-cmn-more-btn a:hover span::before {
    right: 0;
  }
}
.m-cmn-more-btn span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.m-cmn-more-btn a:hover span::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .m-cmn-more-btn a:hover span::after {
    right: -13px;
  }
}
/* -----------------------------------------------------------------------------
   common 04（hero）
   -------------------------------------------------------------------------- */
.m-lower-hero-wrap {
  width: 100%;
  padding: 0 20px;
}
.m-lower-hero-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .m-lower-hero-inner {
    padding-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .m-lower-hero-inner-noimages {
    padding-bottom: 80px;
  }
}
.m-lower-hero-ttl-us {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #9094A3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .m-lower-hero-ttl-us {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.m-lower-hero-ttl-us::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #9094A3;
  vertical-align: middle;
  margin-left: 8px;
}

.m-lower-hero-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .m-lower-hero-ttl {
    font-size: 4.8rem;
  }
}
/* -----------------------------------------------------------------------------
		共通スタイル
		-------------------------------------------------------------------------- */
.m-cmn-lower-hero-img-wrap {
  overflow: hidden;
}

.m-cmn-lower-hero-img-wrap img {
  aspect-ratio: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-hero-img-wrap img {
    aspect-ratio: 1440/560;
  }
}
.m-cmn-lower-section-ttl {
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #484E76;
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-section-ttl {
    font-size: 2.8rem;
  }
}
.m-cmn-lower-section-ttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #484E76;
  margin-right: 12px;
  vertical-align: -7px;
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-section-ttl::before {
    height: 36px;
    margin-right: 20px;
  }
}
.m-cmn-lower-desc {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-desc {
    font-size: 1.8rem;
  }
}
.m-cmn-desc {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .m-cmn-desc {
    font-size: 1.6rem;
  }
}
.m-cmn-pc-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-cmn-pc-img {
    display: block;
  }
}
.m-cmn-sp-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .m-cmn-sp-img {
    display: none;
  }
}
.m-mt-0 {
  margin-top: 0 !important;
}

.m-mb-0 {
  margin-bottom: 0 !important;
}

/* -----------------------------------------------------------------------------
   m-cmn-section-head
   -------------------------------------------------------------------------- */
.m-cmn-section-head {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #484E76;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-head {
    font-size: 2.8rem;
  }
}
.m-cmn-section-head::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #484E76;
  margin-right: 20px;
  vertical-align: -8px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-head::before {
    height: 38px;
  }
}
/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 2;
  overflow-y: scroll;
  height: 100%;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  background-color: #393C52;
  min-width: 375px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-contents-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   header pc
   -------------------------------------------------------------------------- */
.l-header-pc-wrap {
  position: fixed;
  z-index: 12;
  width: 100%;
  background-color: #393C52;
  display: block;
}
@media screen and (max-width: 999px) {
  .l-header-pc-wrap {
    display: none;
  }
}
.l-header-pc-inner {
  position: relative;
  width: 100%;
  height: 96px;
  padding: 0 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .l-header-pc-inner {
    padding: 0 30px;
  }
}
.l-header-pc-logo {
  width: 210px;
  font-size: 0; /* テキストの余白をなくす */
  margin: 0; /* マージンを統一 */
  padding: 0; /* パディングを統一 */
  display: inline-block; /* 要素のインライン表示を統一 */
}
@media screen and (max-width: 1199px) {
  .l-header-pc-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-pc-logo {
    width: 120px;
  }
}
.l-header-pc-gnav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-header-pc-gnav-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}

.l-header-pc-gnav-utility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.l-header-pc-gnav-utility ul li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.l-header-pc-gnav-utility ul li:first-of-type::after {
  content: "/";
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: -18px;
  color: #CFD4E6;
}

.l-header-pc-gnav-utility ul li a {
  color: #CFD4E6;
}

.l-header-pc-gnav-utility-tel {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #CFD4E6 !important;
}

.l-header-pc-gnav-utility-tel::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/cmn_ico_header_tel.png);
  background-size: cover;
  margin-right: 5px;
  vertical-align: -3px;
}

.l-header-pc-gnav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .l-header-pc-gnav-main {
    gap: 23px;
  }
}
.l-header-pc-gnav-main > li {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1199px) {
  .l-header-pc-gnav-main > li {
    font-size: 1.3rem;
  }
}
.l-header-pc-gnav-main > li > a {
  position: relative;
  display: block;
  color: #fff;
  padding-bottom: 5px;
}

.l-header-pc-gnav-main > li > a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.l-header-pc-gnav-main > li:hover > a::before {
  width: 100%;
}

.l-header-pc-gnav-main li > a > span {
  position: relative;
  padding-right: 13px;
}

.l-header-pc-gnav-main li > a > span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: 0;
}

.l-header-pc-gnav-main li > a > span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.l-header-pc-gnav-main li:hover > a > span::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.l-header-pc-gnav-main-megamenu {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  color: #393C52;
  padding-top: 22px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header-pc-gnav-main li:hover .l-header-pc-gnav-main-megamenu {
  visibility: visible;
  opacity: 1;
}

.l-header-pc-gnav-main-megamenu-inner {
  background-color: #42465C;
  padding: 0 20px;
}

.l-header-pc-gnav-main-megamenu-box {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 40px 0;
}

.l-header-pc-gnav-main-megamenu-ttl-wrap {
  padding-right: 40px;
  border-right: 1px solid #636776;
}
@media screen and (max-width: 1199px) {
  .l-header-pc-gnav-main-megamenu-ttl-wrap {
    padding-right: 20px;
  }
}
.l-header-pc-gnav-main-megamenu-ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .l-header-pc-gnav-main-megamenu-ttl {
    font-size: 1.9rem;
  }
}
.l-header-pc-gnav-main-megamenu-ttl a:first-of-type {
  text-decoration: none;
  color: #fff;
  display: block;
  padding-right: 90px;
}
@media screen and (max-width: 1199px) {
  .l-header-pc-gnav-main-megamenu-ttl a:first-of-type {
    padding-right: 0;
  }
}
.l-header-pc-gnav-main-megamenu-ttl a.l-header-pc-gnav-main-megamenu-ttl-link {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 0;
  border: 1px solid #9094A3;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .l-header-pc-gnav-main-megamenu-ttl a.l-header-pc-gnav-main-megamenu-ttl-link {
    width: 40px;
    height: 40px;
    top: 45px;
  }
}
.l-header-pc-gnav-main-megamenu-ttl:hover a.l-header-pc-gnav-main-megamenu-ttl-link {
  background-color: #fff;
}

.l-header-pc-gnav-main-megamenu-ttl a.l-header-pc-gnav-main-megamenu-ttl-link > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  overflow: hidden;
}

.l-header-pc-gnav-main-megamenu-ttl a.l-header-pc-gnav-main-megamenu-ttl-link > span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: calc(50% + 13px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header-pc-gnav-main-megamenu-ttl:hover a.l-header-pc-gnav-main-megamenu-ttl-link > span::before {
  right: 50%;
}

.l-header-pc-gnav-main-megamenu-ttl a.l-header-pc-gnav-main-megamenu-ttl-link > span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-header-pc-gnav-main-megamenu-ttl:hover a.l-header-pc-gnav-main-megamenu-ttl-link > span::after {
  right: -13px;
}

.l-header-pc-gnav-main-megamenu-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .l-header-pc-gnav-main-megamenu-detail-wrap {
    padding-left: 20px;
  }
}
.l-header-pc-gnav-main-megamenu-detail-wrap li {
  max-width: 180px;
  position: relative;
}

.l-header-pc-gnav-main-megamenu-detail-wrap li img {
  margin-bottom: 10px;
}

.l-header-pc-gnav-main-megamenu-detail-wrap li > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.l-header-pc-gnav-main-megamenu-item-head {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  padding-right: 50px;
  padding-top: 3px;
}

.l-header-pc-gnav-main-megamenu-item-head a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #9094A3;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header-pc-gnav-main-megamenu-detail-wrap li:hover .l-header-pc-gnav-main-megamenu-item-head a {
  background-color: #fff;
}

.l-header-pc-gnav-main-megamenu-item-head > a > span {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.l-header-pc-gnav-main-megamenu-item-head > a > span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: calc(50% + 13px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header-pc-gnav-main-megamenu-detail-wrap li:hover .l-header-pc-gnav-main-megamenu-item-head > a > span::before {
  right: 50%;
}

.l-header-pc-gnav-main-megamenu-item-head > a > span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-header-pc-gnav-main-megamenu-detail-wrap li:hover .l-header-pc-gnav-main-megamenu-item-head > a > span::after {
  right: -13px;
  opacity: 0;
}

/* -----------------------------------------------------------------------------
   header sp
   -------------------------------------------------------------------------- */
.l-header-wrap-sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-header-wrap-sp {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    padding: 23px 20px;
    z-index: 12;
  }
}
.l-nav-box {
  line-height: 1;
}

.l-header-logo-sp {
  position: relative;
  width: 160px;
  line-height: 1;
  font-size: 0; /* テキストの余白をなくす */
  margin: 0; /* マージンを統一 */
  padding: 0; /* パディングを統一 */
  display: inline-block; /* 要素のインライン表示を統一 */
  z-index: 12;
}
@media screen and (max-width: 999px) {
  .l-header-logo-sp {
    width: 120px;
  }
}
.l-header-logo-sp a {
  display: block;
}

@media screen and (max-width: 999px) {
  .l-gnav-wrap-sp {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 11;
    background-color: #393C52;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 80px 20px 65px;
  }
}
@media screen and (max-width: 999px) {
  .is-open .l-gnav-wrap-sp {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.l-gnav-wrap-sp::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 999px) {
  #l-gnav-sp {
    width: 100%;
    margin-right: -100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 999px) {
  .is-open #l-gnav-sp {
    margin-right: 0;
  }
}
/* ------------------------------
   #l-gnav-sp li
   ------------------------------ */
@media screen and (max-width: 999px) {
  #l-gnav-sp > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    border-bottom: 1px solid #636776;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
#l-gnav-sp > ul > li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999px) {
  #l-gnav-sp > ul > li {
    width: 100%;
  }
}
.is-open #l-gnav-sp > ul > li {
  margin-left: 0;
}

#l-gnav-sp > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 17px 0;
}
#l-gnav-sp > ul > li span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 23px;
  z-index: 13;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#l-gnav-sp > ul > li span::before,
#l-gnav-sp > ul > li span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 17px;
  top: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#l-gnav-sp > ul > li span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#l-gnav-sp > ul > li span.show::before {
  opacity: 0;
}

#l-gnav-sp > ul > li span.show::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.l-gnav-child-items {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 10px;
}

.l-gnav-child-items li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.l-gnav-child-items a {
  display: block;
  color: #9094A3;
}

.is-accordion-open.l-gnav-child-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  visibility: visible;
  opacity: 1;
}

.l-gnav-sp-tel-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20px;
}

.l-gnav-sp-tel-wrap a {
  font-family: "Manrope", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  color: #CFD4E6;
  margin-bottom: 10px;
}

.l-gnav-sp-tel-wrap a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/cmn_ico_header_tel.png);
  background-size: cover;
  margin-right: 5px;
  vertical-align: -3px;
}

.l-gnav-sp-tel-desc {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #CFD4E6;
}

.l-gnav-sp-tel-desc span {
  font-family: "Manrope", sans-serif;
}

.l-gnav-sp-cv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.l-gnav-sp-cv-wrap a {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  width: 50%;
  background-color: #fff;
  border-radius: 2px;
  color: #3D3E42;
  padding: 22px 0;
  text-align: center;
}

.l-gnav-sp-cv-wrap a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  vertical-align: -5px;
  margin-right: 8px;
}

.l-gnav-sp-cv-wrap a:first-child::before {
  background-image: url(../img/common/cmn_ico_burger_reserve.png);
}

.l-gnav-sp-cv-wrap a:last-child::before {
  background-image: url(../img/common/cmn_ico_burger_catalog.png);
}

.l-gnav-sp-contact-btn {
  margin-bottom: 30px;
}

.l-gnav-sp-contact-btn a {
  position: relative;
  display: block;
  padding: 22px 0;
  text-align: center;
  background-color: #474C66;
  border-radius: 2px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.l-gnav-sp-contact-btn a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/cmn_ico_fixed_contact.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-gnav-sp-info-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-bottom: none !important;
  gap: 30px;
  padding-left: 0 !important;
}

.l-gnav-sp-info-item > li {
  position: relative;
  display: inline-block !important;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.l-gnav-sp-info-item > li:first-of-type::after {
  content: "/";
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: -17px;
  color: #CFD4E6 !important;
}

.l-gnav-sp-info-item > li > a {
  color: #CFD4E6 !important;
  padding: 0 !important;
}

/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  display: none;
}
@media screen and (max-width: 999px) {
  #l-nav-toggle {
    position: fixed;
    right: 20px;
    top: 23px;
    width: 40px;
    height: 23px;
    cursor: pointer;
    z-index: 12;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
#l-nav-toggle div {
  position: relative;
}

#l-nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 1px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#l-nav-toggle span:nth-child(1) {
  top: 5px;
}

#l-nav-toggle span:nth-child(2) {
  top: 12px;
}

#l-nav-toggle span:nth-child(3) {
  top: 19px;
}

@media screen and (max-width: 999px) {
  #l-nav-toggle {
    display: block;
  }
}
.is-open #l-nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 999px) {
  .is-open #l-nav-toggle span:nth-child(1) {
    border-bottom: solid 1px #fff;
  }
}
.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 999px) {
  .is-open #l-nav-toggle span:nth-child(2),
  .is-open #l-nav-toggle span:nth-child(3) {
    border-bottom: solid 1px #fff;
  }
}
/* -----------------------------------------------------------------------------
   l-main
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .l-main {
    margin-top: 96px;
  }
}
/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 120px 20px;
  }
}
.l-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-wrap {
    gap: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-nav-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.l-footer-nav-btn-box {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .l-footer-nav-btn-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-footer-nav-btn {
  margin-bottom: 8px;
}

.l-footer-nav-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 68px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #3D3E42;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 480px) {
  .l-footer-nav-btn a {
    width: 320px;
  }
}
.l-footer-nav-btn a:hover {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-btn a:hover {
    background-color: #DBDBDB;
  }
}
.l-footer-nav-btn a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-footer-nav-btn:nth-of-type(1) a::before {
  background-image: url(../img/common/footer_ico_reserve.png);
}

.l-footer-nav-btn:nth-of-type(2) a::before {
  background-image: url(../img/common/footer_ico_catalog.png);
}

.l-footer-nav-btn:nth-of-type(3) a::before {
  background-image: url(../img/common/footer_ico_mail.png);
}

.l-footer-nav-btn:nth-of-type(4) a::before {
  background-image: url(../img/common/cmn_ico_fixed_request.png);
}

.l-footer-nav-btn:nth-of-type(3) a,
.l-footer-nav-btn:nth-of-type(4) a {
  background-color: #42465C;
  color: #fff;
}

.l-footer-nav-btn:nth-of-type(3) a:hover,
.l-footer-nav-btn:nth-of-type(4) a:hover {
  background-color: #42465C;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-btn:nth-of-type(3) a:hover,
  .l-footer-nav-btn:nth-of-type(4) a:hover {
    background-color: #32364D;
  }
}
.l-footer-nav-tel-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-tel-box {
    margin: 20px auto 0;
  }
}
.l-footer-nav-tel {
  font-family: "Manrope", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff !important;
}

.l-footer-nav-tel::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/cmn_ico_footer_tel.png);
  background-size: cover;
  margin-right: 8px;
  vertical-align: -3px;
}

.l-footer-nav-tel-desc {
  font-size: 1.2rem;
  color: #CFD4E6;
}

.l-footer-nav-tel-desc span {
  font-family: "Manrope", sans-serif;
}

.l-footer-nav-lists-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-lists-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.l-footer-nav-lists-items > li {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-lists-items > li {
    font-size: 1.8rem;
  }
}
.l-footer-nav-lists-items > li > a {
  display: block;
  color: #fff;
}

.l-footer-nav-child-lists-items {
  padding-left: 10px;
  margin-top: 20px;
}

.l-footer-nav-child-lists-items > li {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-child-lists-items > li {
    font-size: 1.5rem;
  }
}
.l-footer-nav-child-lists-items > li > a {
  position: relative;
  display: inline-block;
  color: #9094A3;
  padding-bottom: 5px;
}

.l-footer-nav-child-lists-items > li > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #9094A3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer-nav-child-lists-items > li:hover > a::after {
  width: 0;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-child-lists-items > li:hover > a::after {
    width: 100%;
  }
}
.l-footer-sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #636776;
  padding-bottom: 30px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer-sub-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.l-footer-sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer-sns-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.l-footer-sns-ttl {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-right: 25px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-sns-ttl {
    width: auto;
    margin-bottom: 0;
  }
}
.l-footer-sns-box img {
  width: 32px;
  margin-right: 20px;
}

.l-footer-privacy-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 30px;
}
@media screen and (min-width: 768px) {
  .l-footer-privacy-box ul {
    gap: 30px;
  }
}
.l-footer-privacy-box ul li {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.l-footer-privacy-box ul li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  right: -15px;
  color: #9094A3;
}

.l-footer-privacy-box ul li a {
  color: #9094A3;
}

.l-footer-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-footer-logo-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.l-footer-logo {
  width: 240px;
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-logo {
    width: 400px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-logo {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.l-footer-address {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer-address {
    font-size: 1.3rem;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-address {
    margin-bottom: 0;
  }
}
.l-footer-address img {
  width: 8px;
  margin: 0 5px;
}

.l-footer-address span {
  font-family: "Manrope", sans-serif;
}

.l-footer-address a {
  color: #fff;
}

.l-footer-copyright {
  font-size: 1rem;
  color: #9094A3;
  letter-spacing: 0;
  margin-left: 0;
}
@media screen and (min-width: 1000px) {
  .l-footer-copyright {
    margin-left: auto;
  }
}
.l-footer-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 11;
}
@media screen and (min-width: 1000px) {
  .l-footer-fixed {
    height: 675px;
    right: 15px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.l-footer-fixed-pc {
  display: none;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 1000px) {
  .l-footer-fixed-pc {
    display: block;
  }
}
.l-footer-fixed-pc-reserve {
  position: relative;
  display: inline-block;
  border: 1px solid #9094A3;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
  padding: 24px 10px;
  color: #9094A3 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer-fixed-pc-reserve:hover {
  color: #9094A3;
  background-color: #DBDBDB;
}

.l-footer-fixed-pc-reserve::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/cmn_ico_fixed_reserve.png);
  background-size: cover;
  margin-bottom: 5px;
}

.l-footer-fixed-pc-catalog {
  position: relative;
  display: inline-block;
  border: 1px solid #9094A3;
  border-radius: 0 0 50px 50px;
  background-color: #fff;
  padding: 24px 10px;
  color: #9094A3 !important;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer-fixed-pc-catalog:hover {
  color: #9094A3;
  background-color: #DBDBDB;
}

.l-footer-fixed-pc-catalog::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/cmn_ico_fixed_catalog.png);
  background-size: cover;
  margin-bottom: 5px;
}

.l-footer-fixed-pc-contact {
  padding: 25px 12px;
  border-radius: 50px;
  background-color: #42465C;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer-fixed-pc-contact:hover {
  color: #fff;
  background-color: #32364D;
}

.l-footer-fixed-pc-contact::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/cmn_ico_fixed_contact.png);
  background-size: cover;
  margin-bottom: 5px;
}

.l-footer-fixed-pc-request::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/cmn_ico_fixed_request.png);
  background-size: cover;
  margin-bottom: 5px;
}

.l-footer-fixed-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
}
@media screen and (min-width: 1000px) {
  .l-footer-fixed-sp {
    display: none;
  }
}
.l-footer-fixed-sp a {
  width: 48px;
}