@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  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;
}

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

* {
  box-sizing: border-box;
}

/* ↑↑ reset.css ↑↑ */
html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 1370px) and (min-width: 768px) {
  html {
    font-size: 0.7299270073vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  font-family: "Hiragino Sans", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.u-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.c-wrapper {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .c-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 120rem;
  }
}
@media screen and (min-width: 768px) {
  .c-wrapper__sub {
    margin: 0 auto;
    width: 100rem;
  }
}

body.is-active {
  overflow: hidden;
}

.c-hamburger {
  position: fixed;
  top: 2.4rem;
  right: 2rem;
  width: 4rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0.5rem;
}
.c-hamburger__line {
  display: block;
  margin: 0 auto;
  width: 2.4rem;
  height: 1px;
  background-color: #333;
}
@media (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger.is-open {
  background-color: #FCFBF6;
}
.c-hamburger.is-scroll {
  border: 1px solid #000;
}

.c-common__btn {
  padding: 1.5rem 0;
  background-color: #1958b7;
  border-radius: 6rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(25, 88, 183, 0.25);
  display: block;
}
.c-common__btn-text {
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
.c-common__btn-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 2rem;
  background: url(../../img/new/common/mail2.svg) 50% 50%/contain no-repeat;
}
.c-common__btn-text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 2rem;
  background: url(../../img/new/common/arrow-right-white.svg) 50% 50%/contain no-repeat;
  transition: transform 0.2s;
}
.c-common__btn-text:hover:after {
  transform: translate(0.4rem, -50%);
}
.c-common__btn--orange {
  padding: 2rem 0 1rem;
  border-radius: 7rem;
  background-color: #FF7601;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  box-shadow: 0 0.4rem 0 #BE5700;
  transition: box-shadow 0.15s, transform 0.15s;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-common__btn--orange {
    font-size: 1.8rem;
  }
}
.c-common__btn--orange:hover {
  box-shadow: 0 0 0 #BE5700;
  transform: translateY(0.4rem);
}
.c-common__btn--orange-sub {
  padding: 0.2rem 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18.3rem;
  text-align: center;
  border-radius: 3.8rem;
  border: 2px solid #FF7601;
  background-color: #fff;
  color: #FF7601;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-common__btn--orange-sub {
    font-size: 1.3rem;
    width: 18.2rem;
  }
}
.c-common__btn--green {
  padding: 2.1rem 0 2rem;
  border-radius: 7rem;
  background-color: #01AA01;
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  text-align: center;
  box-shadow: 0 0.3rem 0 #006700;
  transition: box-shadow 0.15s, transform 0.15s;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-common__btn--green {
    box-shadow: 0 0.4rem 0 #006700;
    padding: 2.7rem 0 2rem;
  }
}
.c-common__btn--green:hover {
  box-shadow: 0 0 0 #006700;
  transform: translateY(0.4rem);
}
.c-common__btn--green-sub {
  padding: 0.2rem 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.5rem;
  text-align: center;
  border-radius: 3.8rem;
  border: 2px solid #01AA01;
  background-color: #fff;
  color: #01AA01;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-common__btn--green-sub {
    width: 17rem;
    font-size: 1.4rem;
  }
}
.c-common__btn--green-main {
  display: inline-block;
  padding-left: 2.3rem;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-common__btn--green-main {
    padding-left: 2rem;
  }
}
.c-common__btn--green-main:before {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 1.3rem;
  height: 2rem;
  background: url(../../img/new/common/tel.svg) 50% 50%/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .c-common__btn--green-main:before {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.c-common__btn--green-main-small {
  margin-left: -0.5rem;
  font-size: 1.4rem;
}
.c-common__btn--gold {
  padding: 1.6rem 0;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid #E7DDC4;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  box-shadow: 0 0.4rem 0 #DFD3B2;
  transition: box-shadow 0.15s, transform 0.15s;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-common__btn--gold {
    font-size: 1.6rem;
  }
}
.c-common__btn--gold:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1.5rem;
  background: url(../../img/new/common/arrow-right-orange.svg) 50% 50%/contain no-repeat;
}
.c-common__btn--gold:hover {
  box-shadow: 0 0 0 #DFD3B2;
  transform: translateY(0.4rem);
}
.c-common__btn--gold-border {
  padding: 2.1rem 0;
  background-color: #fff;
  color: #886911;
  border: 3px solid #886911;
  border-radius: 7rem;
  font-size: 1.6rem;
  font-weight: 600;
  box-shadow: 3px 3px 8px rgba(137, 105, 17, 0.16);
  text-align: center;
  display: block;
  position: relative;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
@media screen and (max-width: 767px) {
  .c-common__btn--gold-border {
    width: 28rem;
    margin-inline: auto;
    padding: 1.45rem 0;
  }
}
.c-common__btn--gold-border:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 1.2rem;
  background: url(../../img/new/common/arrow-right-gold.svg) 50% 50%/contain no-repeat;
  transition: transform 0.2s;
}
.c-common__btn--gold-border:hover {
  color: #6f5410;
  border-color: #6f5410;
  box-shadow: 1px 1px 4px rgba(137, 105, 17, 0.2);
}
.c-common__btn--gold-border:hover::after {
  transform: translate(0.4rem, -50%);
}

/* ===============================================
# 以下を相談してみるボタン
=============================================== */
.c-contact-tel-flex-wrap {
  text-align: center;
  padding: 2.4rem 2rem 2rem 2rem;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.c-contact-tel-flex-wrap-title {
  color: #01AA01;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.09rem;
  position: relative;
  display: inline-block;
}

.c-contact-tel-flex-wrap-title:before,
.c-contact-tel-flex-wrap-title:after {
  content: "";
  position: absolute;
  top: 13%;
  transform: translateY(50%);
  width: 0.1rem;
  height: 1.6rem;
  background-color: #01aa01;
}

.c-contact-tel-flex-wrap-title:before {
  left: -1.5rem;
  transform: rotate(135deg);
}

.c-contact-tel-flex-wrap-title:after {
  right: -1.5rem;
  transform: rotate(-135deg);
}

.c-contact-tel-flex-wrap-item {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  column-gap: 0.8rem;
  width: fit-content;
}

.c-contact-tel-flex-wrap-item-link {
  min-width: 9rem;
  border-radius: 0.7086rem;
  border: 0.0886rem solid #01AA01;
  background: #01AA01;
  box-shadow: 0 0.3543rem 0 0 #038303;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5; /* 18px */
  letter-spacing: 0.06rem;
  padding: 1.6rem 1.2rem;
}

.c-contact {
  padding: 1.6rem 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-contact {
    padding: 3.6rem 0 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-contact .c-wrapper {
    width: 100%;
    background-color: #E6F3EF;
  }
}
.c-contact-title {
  color: #E31A1A;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-align: center;
  letter-spacing: 1;
}
@media screen and (min-width: 768px) {
  .c-contact-title {
    font-size: 2.1rem;
    font-weight: 700;
  }
}
.c-contact-title-text {
  padding: 0 1.5rem;
  position: relative;
}
.c-contact-title-text:before, .c-contact-title-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(135deg);
  width: 0.2rem;
  height: 1.5rem;
  background-color: #E31A1A;
  border-radius: 1rem;
}
.c-contact-title-text:after {
  transform: translateY(-50%) rotate(-135deg);
  left: auto;
  right: 0;
}
.c-contact__detail {
  padding: 2rem 1rem 3.2rem;
  background-color: #E6F3EF;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-contact__detail {
    margin: 0 auto;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    width: 120rem;
    justify-content: center;
  }
}
.c-contact__detail-tel {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-tel {
    padding-right: 2rem;
  }
}
.c-contact__detail-tel-link-num {
  font-size: 3.1rem;
  color: #00A040;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.093rem;
  position: relative;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-tel-link-num {
    letter-spacing: 0.03rem;
    font-size: 4rem;
    padding-left: 8.5rem;
  }
}
.c-contact__detail-tel-link-num-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #fff;
  color: #01aa01;
  border-radius: 0.8rem;
  line-height: 1.2;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-tel-link-num-text {
    line-height: 1;
    width: 7.5rem;
  }
}
.c-contact__detail-tel-link-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-tel-link-text {
    display: block;
    font-size: 1.4rem;
    color: #01AA01;
  }
}
@media screen and (min-width: 768px) {
  .c-contact__detail-tel-link {
    padding-right: 2rem;
    width: 32.2rem;
  }
}
.c-contact__detail-btns {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-btns {
    margin-top: 0;
    padding: 2rem;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
  }
}
.c-contact__detail-btns-tel {
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-btns-tel {
    display: none;
  }
}
.c-contact__detail-btns-hr {
  margin: 1rem 1rem 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-btns-hr {
    display: none;
  }
}
.c-contact__detail-btns-hr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to left, #ccc 0, #ccc 3px, #E6F3EF 3px, #E6F3EF 6px);
  z-index: 0;
}
.c-contact__detail-btns-hr-text {
  display: inline-block;
  padding: 0 1rem;
  background-color: #E6F3EF;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-btns-list {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    width: 31rem;
  }
}
.c-contact__detail-btns-list-item {
  margin: 0 auto;
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .c-contact__detail-btns-list-item-link-sub {
    width: 20rem;
  }
}
.c-contact__detail-btns-list-item-link-main {
  padding-left: 3rem;
  position: relative;
}
.c-contact__detail-btns-list-item-link-main:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.6rem;
  background: url(../../img/new/common/mail.svg) 50% 50%/contain no-repeat;
}
.c-contact__detail-btns-list-item-link-main-small {
  margin-left: -0.8rem;
  font-size: 1.5rem;
}
.c-contact__voice {
  margin-top: 2.2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .c-contact__voice {
    margin-top: 0;
    padding: 0 0 0 2rem;
    width: 33.5rem;
  }
}
.c-contact__voice-item {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-contact__voice-item:first-child {
    margin-top: 0;
  }
}
.c-contact__voice-item-img {
  width: 4.2rem;
  height: 4.2rem;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
.c-contact__voice-item-text {
  padding: 1rem 0.5rem;
  width: 26.4rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  background-color: #E6F3EF;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
}
.c-contact__voice-item-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.57rem;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.7rem;
  background: #ccc;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.c-contact__voice-item-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.37rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.6rem;
  background: #E6F3EF;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.c-contact__voice-item-text strong {
  font-weight: 800;
}
.c-contact__voice-item-text-bold {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-contact--ver2 .c-wrapper {
    margin: 0 auto;
    width: 100rem;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .c-contact--ver2__detail {
    padding: 1.5rem 6rem;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 0.8rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-contact--ver2__detail-tel {
    width: 31.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-contact--ver2__detail-btns {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .c-contact--ver2__voice {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-contact--ver2__voice-item {
    margin-top: 0;
  }
}

.c-contact__tel {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .c-contact__tel {
    padding: 2.6rem 0;
  }
}
@media screen and (min-width: 768px) {
  .c-contact__tel--ver1 {
    padding: 4.8rem 0 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-contact__tel .c-wrapper {
    width: 100rem;
  }
}
.c-contact__tel-wrap {
  background-color: #f7efdb;
  border-radius: 0.8rem;
  padding: 2rem 4rem 3.6rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap {
    position: relative;
  }
}
.c-contact__tel-wrap-title {
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-title {
    border-bottom: 0.15rem solid rgba(0, 0, 0, 0.2);
  }
}
.c-contact__tel-wrap-title-sub {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  color: #886911;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-title-sub {
    font-size: 1.8rem;
  }
}
.c-contact__tel-wrap-title-sub:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-title-sub:before {
    height: 0.15rem;
  }
}
.c-contact__tel-wrap-title-sub-text {
  padding: 0 1rem;
  display: inline-block;
  background-color: #f7efdb;
  position: relative;
  letter-spacing: 0.09rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-title-sub-text {
    padding: 0 2rem;
  }
}
.c-contact__tel-wrap-title-sub-text-partition {
  padding: 0 1rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  top: -0.2rem;
}
.c-contact__tel-wrap-title-main {
  margin-top: 0.5rem;
  color: #886911;
  font-size: 2.1rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-title-main {
    font-size: 3.4rem;
  }
}
.c-contact__tel-wrap-title-main-text {
  padding-left: 3rem;
  position: relative;
  letter-spacing: 0.34rem;
}
.c-contact__tel-wrap-title-main-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 2rem;
  background: url(../../img/new/common/tel2.svg) 50% 50%/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-title-main-text:before {
    width: 1.95rem;
    height: 3rem;
  }
}
.c-contact__tel-wrap-detail {
  margin-top: 3.3rem;
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail {
    justify-content: center;
  }
}
.c-contact__tel-wrap-detail-text {
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-text {
    position: absolute;
    top: 4.4rem;
    right: 6.2rem;
    display: flex;
    width: 19.6rem;
    gap: 0.2rem;
  }
}
.c-contact__tel-wrap-detail-text-speech {
  padding: 0.8rem 0 1.4rem;
  background: url(../../img/new/common/c-tel-speech-bubble.png) 50% 50%/contain no-repeat;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-text-speech {
    padding: 1rem 0;
    background: url(../../img/new/common/c-tel-speech-bubble-pc.png) 50% 50%/contain no-repeat;
    width: 13.4rem;
    font-size: 1.26rem;
  }
}
.c-contact__tel-wrap-detail-text-img {
  margin: 0 auto;
  width: 10.4rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-text-img {
    width: 5.3rem;
    height: 5.7rem;
  }
}
.c-contact__tel-wrap-detail-btns {
  width: 16.1rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns {
    width: 75.5rem;
  }
}
.c-contact__tel-wrap-detail-btns-title {
  text-align: center;
}
.c-contact__tel-wrap-detail-btns-title-text {
  color: #01aa01;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 0 0.06rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-title-text {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 1.5rem;
  }
}
.c-contact__tel-wrap-detail-btns-title-text:before, .c-contact__tel-wrap-detail-btns-title-text:after {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  width: 1px;
  height: 1.6rem;
  background-color: #01aa01;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-title-text:before, .c-contact__tel-wrap-detail-btns-title-text:after {
    height: 2.3rem;
    bottom: 0;
  }
}
.c-contact__tel-wrap-detail-btns-title-text:before {
  left: -0.6rem;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-title-text:before {
    left: 0;
  }
}
.c-contact__tel-wrap-detail-btns-title-text:after {
  right: -0.6rem;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-title-text:after {
    right: 0;
  }
}
.c-contact__tel-wrap-detail-btns-list {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
.c-contact__tel-wrap-detail-btns-list-item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item {
    width: 24rem;
  }
}
.c-contact__tel-wrap-detail-btns-list-item-link {
  padding: 0.7rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item-link {
    padding: 1.1rem 0;
    font-size: 1.8rem;
  }
}
.c-contact__tel-wrap-detail-btns-list-item-link-icon {
  position: absolute;
  top: 50%;
  left: 0.6rem;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #fff;
  width: 2.59rem;
  height: 2.59rem;
  line-height: 2.59rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item-link-icon {
    width: 3.89rem;
    height: 3.89rem;
  }
}
.c-contact__tel-wrap-detail-btns-list-item-link-icon-img {
  margin: 0.5rem auto 0;
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item-link-icon-img {
    margin-top: 0.8rem;
    width: 2.4rem;
  }
}
.c-contact__tel-wrap-detail-btns-list-item:first-child .c-contact__tel-wrap-detail-btns-list-item-link {
  padding-left: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item:first-child .c-contact__tel-wrap-detail-btns-list-item-link {
    padding-left: 1.2rem;
  }
}
.c-contact__tel-wrap-detail-btns-list-item:first-child .c-contact__tel-wrap-detail-btns-list-item-link-icon-img {
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item:first-child .c-contact__tel-wrap-detail-btns-list-item-link-icon-img {
    width: 2.25rem;
  }
}
.c-contact__tel-wrap-detail-btns-list-item:last-child .c-contact__tel-wrap-detail-btns-list-item-link {
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item:last-child .c-contact__tel-wrap-detail-btns-list-item-link {
    padding-left: 1.2rem;
  }
}
.c-contact__tel-wrap-detail-btns-list-item:last-child .c-contact__tel-wrap-detail-btns-list-item-link-icon-img {
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-contact__tel-wrap-detail-btns-list-item:last-child .c-contact__tel-wrap-detail-btns-list-item-link-icon-img {
    width: 2.25rem;
  }
}

.c-select__achievement {
  margin-top: 5rem;
}
.c-select__achievement-title {
  text-align: center;
}
.c-select__achievement-title-text {
  padding: 0 1rem;
  color: #E31A1A;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}
.c-select__achievement-title-text:before, .c-select__achievement-title-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.2rem;
  height: 1.55rem;
  background-color: #E31A1A;
}
.c-select__achievement-title-text:before {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}
.c-select__achievement-title-text:after {
  right: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.c-select__achievement-detail {
  margin-top: 1rem;
  padding: 3rem 2rem;
  background-color: #fff;
  border: 1px solid #886911;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-select__achievement-detail {
    padding: 3rem 2rem 3rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
}
.c-select__achievement-detail-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-select__achievement-detail-wrap {
    width: 63.4rem;
  }
}
.c-select__achievement-detail-wrap-select {
  padding: 1.7rem 2rem;
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-weight: 300;
}
.c-select__achievement-detail-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.4rem;
  height: 0.7rem;
  background-color: #886911;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateY(-50%);
  pointer-events: none;
}
.c-select__achievement-detail-btn {
  margin: 2rem auto 0;
  width: 27rem;
}
@media screen and (min-width: 768px) {
  .c-select__achievement-detail-btn {
    margin: 0 auto;
    width: 23rem;
  }
}

.c-contact--ver3 .c-wrapper {
  border-radius: 1.6rem;
}
.c-contact--ver3 .c-contact__detail-tel-wrapper {
  display: flex;
  align-items: center;
  min-width: 0;
}
.c-contact--ver3 .c-contact__detail-tel {
  flex-shrink: 0;
  width: 37.4rem;
}
.c-contact--ver3 .c-contact--ver2__detail {
  padding: 1.5rem 3rem 2.8rem;
}
.c-contact--ver3 .c-contact__detail-btns-list-item {
  width: 31rem;
}
.c-contact--ver3 .c-contact__detail-tel {
  padding-right: 0;
}
.c-contact--ver3 .c-common__btn--orange {
  font-size: 1.4rem;
  padding: 1.2rem 0 0.7rem;
}
.c-contact--ver3 .c-common__btn--orange-sub {
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  width: 20rem;
}
.c-contact--ver3 .c-contact__detail-btns-list {
  margin-top: 1.8rem;
}
.c-contact--ver3 .c-contact__detail-btns {
  border-right: none;
  padding: 0;
  padding-left: 2rem;
}
.c-contact--ver3 .c-contact__detail-tel-link-num {
  padding-left: 9rem;
  font-size: 3.6rem;
  position: relative;
  top: 1.6rem;
  left: 1.6rem;
  letter-spacing: 0.1rem;
}
.c-contact--ver3 .c-contact__detail-tel-link-num::before {
  width: 4.4rem;
  height: 2.6rem;
  bottom: 1.2rem;
  left: -5.4rem;
}
.c-contact--ver3 .c-contact__detail-tel-link-text {
  letter-spacing: -0.08rem;
  position: relative;
  top: 1.1rem;
  left: 2.2rem;
}

.c-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 4.8rem;
    letter-spacing: 0.24rem;
  }
}

.c-title-sub {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 768px) {
  .c-title-sub {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}

.c-desc {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}

.c-desc-sub {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08rem;
}

.c-accordion__head {
  position: relative;
  display: block;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  padding: 1.5rem 2.5rem;
  border-radius: 0.8rem;
}
.c-accordion__head:before, .c-accordion__head:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #886911;
  transition: transform 0.3s;
}
.c-accordion__head:after {
  transform: translateY(-50%) rotate(90deg);
}
.c-accordion__head.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}
.c-accordion__body {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #FCFBF6;
  border: 2px solid #DFD3B0;
  border-radius: 1rem;
  padding: 2rem;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.c-accordion__body-item-link {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.6rem 0.9rem;
  display: block;
  position: relative;
}
.c-accordion__body:before, .c-accordion__body:after {
  content: "";
  position: absolute;
  left: var(--triangle-position);
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
.c-accordion__body:before {
  top: -14px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #DFD3B0;
}
.c-accordion__body:after {
  top: -11px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #FCFBF6;
}
.c-accordion__pref {
  font-size: 2rem;
}
.c-accordion__pref:not(:first-child) {
  margin-top: 2rem;
}
.c-accordion__pref-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.c-accordion__pref-list:nth-child(n+2) {
  margin-top: 2rem;
}
.c-accordion__pref-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-accordion__pref-list-item {
    width: 27.3rem;
  }
}
.c-accordion__pref-list-item-link {
  padding: 1.2rem 1.5rem;
  border-radius: 0.8rem;
  border-width: 2px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-accordion__pref-list-item-link {
    font-size: 1.4rem;
    border-radius: 7rem;
    width: 28rem;
  }
}
.c-accordion.is-open .c-accordion__body {
  opacity: 1;
  visibility: visible;
  display: block;
}

.c-market__accordion {
  padding-block: 5rem 6.5rem;
  background: #FCFBF6;
}
@media screen and (min-width: 768px) {
  .c-market__accordion {
    margin-top: 4.8rem;
    padding-block: 5.6rem 5.6rem;
    border-radius: 1.6rem;
  }
}
.c-market__accordion .c-wrapper {
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .c-market__accordion .c-wrapper {
    width: auto;
    padding-inline: 4rem;
  }
}
.c-market__accordion .c-select__achievement-title-text {
  letter-spacing: 0.18rem;
}
.c-market__accordion-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-block: 3rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-list {
    grid-template-columns: 1fr;
    margin-block: 2.9rem 2.4rem;
    gap: 2.4rem;
  }
}
.c-market__accordion-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #DFD3B0;
  background: #FFF;
  padding: 1rem 2rem;
}
.c-market__accordion-list-item.is-disabled {
  pointer-events: none;
  cursor: default;
}
.c-market__accordion-list-item.is-disabled .c-market__accordion-list-items-text-title {
  color: #333;
  text-decoration: none;
}
.c-market__accordion-list-item:hover {
  opacity: 0.6;
}
.c-market__accordion-list-items-img {
  width: 6rem;
}
.c-market__accordion-list-items-img img {
  height: auto;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-list-items-img img {
    position: relative;
  }
}
.c-market__accordion-list-items-text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}
.c-market__accordion-list-items-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-list-items-text-wrap {
    gap: 1rem;
  }
}
.c-market__accordion-list-items-text-gold {
  color: #886911;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  border: 0.1rem solid #886911;
  line-height: 1;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-list-items-text-gold {
    font-size: 1.2rem;
    letter-spacing: 0.036rem;
    padding: 0.4rem 1rem;
    width: 9rem;
  }
}
.c-market__accordion-list-items-text-title {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.07rem;
  color: #1958B7;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-list-items-text-title {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}
.c-market__accordion-list-items-text-price {
  text-align: right;
  flex-shrink: 0;
  font-family: "Hiragino Sans";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  color: #E31A1A;
  margin-bottom: -0.4rem;
}
.c-market__accordion-list-items-text-price-bold {
  color: #E31A1A;
  text-align: right;
  font-family: "Helvetica Neue";
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
}
.c-market__accordion-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-item {
    padding-inline: 4rem;
    border-radius: 1.0816rem;
    border: 0.108rem solid #DFD3B0;
    background: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .c-market__accordion-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #886911 0, #886911 3rem, #DEDEDE 3rem, #DEDEDE 100%);
    width: 100%;
    height: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-market__accordion-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #886911 0, #886911 3rem, #DEDEDE 3rem, #DEDEDE 100%);
    width: 100%;
    height: 0.1rem;
    display: none;
  }
}
.c-market__accordion-item.is-opened .p-kimono__accordion-header::after {
  transform: translateY(-50%) rotate(0deg);
}
.c-market__accordion-item.is-opened .p-kimono__accordion-content {
  opacity: 1;
}
.c-market__accordion-header {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  padding-block: 2rem;
  cursor: pointer;
  position: relative;
  padding-right: 3.4rem;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-header {
    padding-block: 2.5rem;
  }
}
.c-market__accordion-header::before, .c-market__accordion-header::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #886911;
  transition: transform 0.3s;
}
.c-market__accordion-header::after {
  transform: translateY(-50%) rotate(90deg);
}
.c-market__accordion-header.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}
.c-market__accordion-header-img {
  width: 4.1rem;
  height: 4.1rem;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-header-img {
    width: 4.3rem;
    height: 4.3rem;
  }
}
.c-market__accordion-title-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  position: relative;
  color: #886911;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-title-text {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.12rem;
  }
}
.c-market__accordion-content {
  display: none;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 0.8rem;
  padding-bottom: 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-market__accordion-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1.6rem;
    grid-row-gap: 2.4rem;
    padding-bottom: 3.2rem;
    padding-top: 2.4rem;
  }
  .c-market__accordion-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to right, #886911 0, #886911 6rem, #DEDEDE 6rem, #DEDEDE 100%);
    width: 100%;
    height: 0.1rem;
  }
}

.c-care__accordion {
  background: #F7EFDB;
  padding-block: 5rem 6.5rem;
}
@media screen and (min-width: 768px) {
  .c-care__accordion {
    padding-block: 4.2rem;
    border-radius: 1.6rem;
    margin-top: 4.8rem;
  }
}
.c-care__accordion .c-wrapper {
  width: auto;
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .c-care__accordion .c-wrapper {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-care__accordion .c-desc-sub {
    margin-top: 1.8rem;
  }
}
.c-care__accordion-title {
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
.c-care__accordion-title:nth-of-type(n + 2) {
  margin-top: 4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-care__accordion-title:nth-of-type(n + 2) {
    margin-top: 5rem;
  }
}
.c-care__accordion-list {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-care__accordion-list {
    row-gap: 1.8rem;
    margin-top: 2.4rem;
  }
}
.c-care__accordion-list .c-desc-sub {
  margin-top: 1.6rem;
}
.c-care__accordion-list-item {
  border-radius: 0.8rem;
  border: 0.1rem solid #DFD3B0;
  background: #FFF;
  position: relative;
  padding: 2.4rem 1.9rem 0.6rem 1.9rem;
}
@media screen and (min-width: 768px) {
  .c-care__accordion-list-item {
    padding: 2.1rem 1.9rem 0rem;
  }
}
.c-care__accordion-list-item.is-opened .p-kimono__faq-accordion-list-item-header::after {
  transform: translateY(-50%) rotate(0deg);
}
.c-care__accordion-list-item.is-opened .p-kimono__faq-accordion-list-item-content {
  opacity: 1;
}
.c-care__accordion-list-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  color: #473933;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .c-care__accordion-list-item-header {
    padding-bottom: 1.9rem;
  }
}
.c-care__accordion-list-item-header::before, .c-care__accordion-list-item-header::after {
  content: "";
  position: absolute;
  top: 32%;
  right: 0;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #886911;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.c-care__accordion-list-item-header::after {
  transform: translateY(-50%) rotate(90deg);
}
.c-care__accordion-list-item-header-title {
  padding-right: 3.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-care__accordion-list-item-header-title {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    padding-bottom: 0;
  }
}
.c-care__accordion-list-item-content {
  display: none;
  padding-block: 1.6rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.065rem;
  border-top: 0.1rem solid #DEDEDE;
}
@media screen and (min-width: 768px) {
  .c-care__accordion-list-item-content {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.07rem;
  }
}
.c-care__accordion-list-item-content-block {
  margin-bottom: 2rem;
}
.c-care__accordion-list-item-content-title {
  padding: 1rem;
  line-height: 1;
  background-color: #E5DEC8;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-care__accordion-list-item-content-text {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 300;
}
.c-care__accordion-list-item-content-box {
  margin-top: 1rem;
  padding: 1.5rem;
  border: 1px solid #E5DEC8;
  border-radius: 1rem;
}
.c-care__accordion-list-item-content-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.c-care__accordion-list-item-content-box-list-item {
  padding-left: 3rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-care__accordion-list-item-content-box-list-item {
    width: calc((100% - 4rem) / 3);
  }
}
.c-care__accordion-list-item-content-box-list-item:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../../img/new/common/check-box.svg) 50% 50%/contain no-repeat;
}

.c-fixed_btn {
  padding: 2.5rem 0 2rem;
  background-color: #E6F3EF;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.c-fixed_btn.is-show {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .c-fixed_btn {
    display: none;
  }
}
.c-fixed_btn .c-common__btn--green {
  margin: 0 auto;
  padding: 2rem 0 1.2rem;
  width: 31rem;
}
.c-fixed_btn .c-common__btn--green-sub {
  width: 19rem;
}

.c-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 5;
  height: 100vh;
}
.c-menu__overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.c-flow {
  background-color: #FCFBF6;
}
.c-flow__desc {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.c-flow__step {
  margin-top: 2rem;
}
.c-flow__step-title {
  color: #886911;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-flow__step-title {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.c-flow__step-title-text {
  padding: 0 1.2rem 0 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-flow__step-title-text {
    padding: 0 1.5rem;
  }
}
.c-flow__step-title-text:before, .c-flow__step-title-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.2rem;
  height: 1.556rem;
  background-color: #886911;
}
@media screen and (min-width: 768px) {
  .c-flow__step-title-text:before, .c-flow__step-title-text:after {
    height: 2rem;
  }
}
.c-flow__step-title-text:before {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}
.c-flow__step-title-text:after {
  right: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.c-flow__step-title-text-num {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step-title-text-num {
    font-size: 3.2rem;
  }
}
.c-flow__step-box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box {
    display: flex;
  }
}
.c-flow__step-box-item {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item {
    text-align: center;
    flex-direction: column-reverse;
    width: auto;
    flex: 1;
    min-width: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item:before {
    content: "";
    padding: 3rem 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 2rem;
    height: 3.845rem;
    background: #FCFBF6 url(../../img/new/common/arrow-right-gray.svg) 50% 50%/contain no-repeat;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #ccc 0, #ccc 1.5px, transparent 1.5px, transparent 4px);
  }
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item:last-child:before {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item:last-child:after {
    background-image: none;
  }
}
.c-flow__step-box-item-img {
  text-align: center;
  width: 7.2rem;
  height: 7.2rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item-img {
    width: 10.8rem;
    height: 10.8rem;
  }
}
.c-flow__step-box-item-img:after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.2rem;
  height: 1rem;
  background: url(../../img/new/common/arrow-bottom-gray.svg) 50% 50%/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item-img:after {
    background: none;
  }
}
.c-flow__step-box-item-img-icon {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.4rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item-img-icon {
    width: 6.6rem;
  }
}
.c-flow__step-box-item:nth-child(2) .c-flow__step-box-item-img-icon {
  top: 50%;
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item:nth-child(2) .c-flow__step-box-item-img-icon {
    width: 5.3rem;
  }
}
.c-flow__step-box-item:nth-child(3) .c-flow__step-box-item-img-icon {
  top: 50%;
  width: 2.8rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item:nth-child(3) .c-flow__step-box-item-img-icon {
    width: 4.2rem;
  }
}
.c-flow__step-box-item:last-child .c-flow__step-box-item-img-icon {
  top: 50%;
  width: 3.6rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item:last-child .c-flow__step-box-item-img-icon {
    width: 5.4rem;
  }
}
.c-flow__step-box-item:last-child .c-flow__step-box-item-img:after {
  width: 0;
  background: none;
}
.c-flow__step-box-item-text {
  padding: 1rem 0;
  width: 26.2rem;
  color: #45322B;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item-text {
    font-size: 1.7rem;
    width: auto;
  }
}
.c-flow__step-box-item-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #ccc 0, #ccc 1.5px, transparent 1.5px, transparent 4px);
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item-text:after {
    background-image: none;
  }
}
.c-flow__step-box-item-text-num {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.1rem 0.3rem;
  background-color: #E5DEC8;
  border-radius: 0.4rem;
  color: #886911;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step-box-item-text-num {
    font-size: 1.56rem;
  }
}

.c-consultation {
  width: 74.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-consultation {
    width: 100%;
  }
}
.c-consultation-tel-flex-wrap {
  text-align: center;
  padding: 2.4rem 2rem 2rem;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.c-consultation-tel-flex-wrap-title {
  color: #01AA01;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.09rem;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-consultation-tel-flex-wrap-title {
    text-align: center;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.3%;
    letter-spacing: 0.105rem;
  }
}
.c-consultation-tel-flex-wrap-title::before, .c-consultation-tel-flex-wrap-title::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  transform: translateY(50%);
  width: 0.15rem;
  height: 1.6rem;
  background-color: #01aa01;
}
@media screen and (min-width: 768px) {
  .c-consultation-tel-flex-wrap-title::before, .c-consultation-tel-flex-wrap-title::after {
    top: -1rem;
  }
}
.c-consultation-tel-flex-wrap-title::before {
  left: -1.5rem;
  transform: rotate(135deg);
}
.c-consultation-tel-flex-wrap-title::after {
  right: -1.5rem;
  transform: rotate(-135deg);
}
.c-consultation-tel-flex-wrap-items .c-consultation-tel-flex-wrap-item {
  margin-top: 1.6rem;
  display: flex;
  column-gap: 0.9rem;
  margin-inline: auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-consultation-tel-flex-wrap-items .c-consultation-tel-flex-wrap-item {
    column-gap: 1.5rem;
  }
}
.c-consultation-tel-flex-wrap-items .c-consultation-tel-flex-wrap-item-link {
  border-radius: 0.7086rem;
  border: 0.0886rem solid #01AA01;
  background: #01AA01;
  box-shadow: 0 0.3543rem 0 0 #038303;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  padding-block: 1.4rem;
  width: 9.7rem;
}
@media screen and (min-width: 768px) {
  .c-consultation-tel-flex-wrap-items .c-consultation-tel-flex-wrap-item-link {
    width: 22rem;
    padding-block: 1.3rem;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.09rem;
  }
}
.c-consultation-tel-flex-wrap-items .c-consultation-tel-flex-wrap-item-link a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

.c-shop {
  background-color: rgba(136, 105, 17, 0.2);
}
.c-shop__accordion {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-shop__accordion {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-shop__accordion .c-accordion {
    width: 38rem;
  }
}
.c-shop__slider {
  padding-top: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-shop__slider {
    margin: 0 auto;
    width: 128rem;
    overflow-x: hidden;
  }
}
.c-shop__slider-title {
  text-align: center;
  position: relative;
}
.c-shop__slider-title:after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.89rem;
  height: 0.95rem;
  background-color: #886911;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.c-shop__slider-title-text {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  background-color: #886911;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-shop__slider-title-text {
    font-size: 2.34rem;
  }
}
.c-shop__slider-title-text:before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: -3.4rem;
  width: 5rem;
  height: 4.8rem;
  background: url(../../img/new/top/shop_star1.svg) 50% 50%/contain no-repeat;
}
.c-shop__slider-title-text:after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  right: -2.2rem;
  width: 1.8rem;
  height: 2rem;
  background: url(../../img/new/top/shop_star2.svg) 50% 50%/contain no-repeat;
}
.c-shop__slider-list {
  margin-top: 3rem;
}
.c-shop__slider-list .slick-list {
  margin: 0 -0.4rem;
}
@media screen and (min-width: 768px) {
  .c-shop__slider-list .slick-list {
    margin: 0 -1.5rem;
  }
}
.c-shop__slider-list-item {
  margin: 0 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-shop__slider-list-item {
    margin: 0 1.5rem;
  }
}
.c-shop__subpage {
  overflow: hidden;
  background: #E7E1CF;
}
@media screen and (min-width: 768px) {
  .c-shop__subpage {
    border-radius: 1.6rem;
    margin-top: 4rem;
  }
}
.c-shop__subpage .c-wrapper {
  width: auto;
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .c-shop__subpage .c-wrapper {
    padding-inline: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-shop__subpage .c-title {
    font-size: 4rem;
  }
}
.c-shop__subpage .c-shop__slider {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-shop__subpage .c-shop__slider-list-item {
    margin-inline: 0.8rem;
    width: 20.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-shop__subpage .c-shop__slider-title-text {
    color: #FFF;
    font-size: 1.68rem;
    font-weight: 800;
    letter-spacing: 0.084rem;
  }
}
.c-shop__subpage .slick-list {
  padding-left: 21.2rem;
}
@media screen and (min-width: 768px) {
  .c-shop__subpage .c-shop__accordion {
    gap: 0.8rem 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .c-shop__subpage .c-shop__accordion .c-accordion {
    width: 23.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-shop__subpage .c-shop__accordion .c-accordion__pref-list-item {
    width: 21.8rem;
  }
}
.c-shop__subpage .c-shop__accordion .c-accordion__pref-list-item-link {
  width: 100%;
}

.c-mv__campaign {
  background-size: auto auto;
  background-color: rgb(38, 84, 65);
  background-image: repeating-linear-gradient(134deg, transparent, transparent 8px, rgba(255, 255, 255, 0.02) 8px, rgba(255, 255, 255, 0.02) 16px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign {
    border-radius: 0 0 2.4rem 2.4rem;
  }
}
.c-mv__campaign-title {
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.c-mv__campaign-title-text {
  position: relative;
  padding: 0 1rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 999px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  -webkit-text-stroke: 0.5rem #265441;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-title-text {
    font-size: 2rem;
  }
}
.c-mv__campaign-title-text::before, .c-mv__campaign-title-text::after {
  content: "";
  position: absolute;
  top: 60%;
  width: 0.2rem;
  height: 2rem;
  background-color: #fff;
  outline: 0.3rem solid #265441;
  outline-offset: 0;
  border-radius: 2px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-title-text::before, .c-mv__campaign-title-text::after {
    top: 50%;
  }
}
.c-mv__campaign-title-text::before {
  left: -0.3rem;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-title-text::before {
    left: 0;
  }
}
.c-mv__campaign-title-text::after {
  right: -0.3rem;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-title-text::after {
    right: 0;
  }
}
.c-mv__campaign-title-text-num {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  padding-inline: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-title-text-num {
    font-size: 3.2rem;
  }
}
.c-mv__campaign-detail {
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail {
    margin: -2rem auto 0;
    padding-bottom: 1rem;
    width: 80rem;
    gap: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__campaign-detail {
    margin-top: -1.2rem;
  }
}
.c-mv__campaign-detail-item {
  text-align: center;
  position: relative;
}
.c-mv__campaign-detail-item:first-child {
  width: 11.8rem;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item:first-child {
    width: auto;
  }
}
.c-mv__campaign-detail-item:nth-child(2) {
  width: 7.8rem;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item:nth-child(2) {
    width: auto;
  }
}
.c-mv__campaign-detail-item:last-child {
  width: 10.6rem;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item:last-child {
    width: auto;
  }
}
.c-mv__campaign-detail-item:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -1rem;
  width: 0.1rem;
  height: 4rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item:after {
    right: -2rem;
  }
}
.c-mv__campaign-detail-item:last-child:after {
  width: 0;
  background-color: transparent;
}
.c-mv__campaign-detail-item-text {
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item-text {
    font-size: 1.8rem;
    position: relative;
  }
}
.c-mv__campaign-detail-item-text-small {
  writing-mode: vertical-rl;
  font-size: 1.1rem;
  font-weight: 500;
  margin-right: -0.5rem;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item-text-small {
    font-size: 1.6rem;
  }
}
.c-mv__campaign-detail-item-text--yellow {
  color: #FFE66C;
}
.c-mv__campaign-detail-item-text--yellow-num {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item-text--yellow-num {
    font-size: 3.6rem;
  }
}
.c-mv__campaign-detail-item-text--yellow-bold {
  font-weight: 700;
  color: #FFE66C;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item-text--yellow-bold {
    font-size: 2rem;
  }
}
.c-mv__campaign-detail-item-text-caution {
  font-size: 0.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-mv__campaign-detail-item-text-caution {
    position: absolute;
    right: 0;
    top: 1rem;
    font-size: 1.2rem;
  }
}

.c-recommend__campaign {
  padding-bottom: 4rem;
  border-bottom: 2px solid #ededed;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign {
    border-bottom: none;
  }
}
.c-recommend__campaign-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-title {
    font-size: 2.4rem;
  }
}
.c-recommend__campaign-title-text {
  display: inline-block;
  border-bottom: 2px solid #896911;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-desc {
    text-align: center;
  }
}
.c-recommend__campaign-slider {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-slider {
    width: 100%;
    margin: 2rem auto 0;
    overflow-x: hidden;
  }
}
.c-recommend__campaign-slider-list {
  margin-left: 2.8rem;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-slider-list {
    margin-left: 0;
  }
}
.c-recommend__campaign-slider-list .slick-list {
  padding: 0 2.8rem 0 0;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-slider-list .slick-list {
    padding: 0;
  }
}
.c-recommend__campaign-slider-list-item {
  margin: 0 0.5rem;
}
.c-recommend__campaign-slider-list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  margin-left: -1.4rem;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-slider-list .slick-dots {
    margin-left: 0.5rem;
  }
}
.c-recommend__campaign-slider-list .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.c-recommend__campaign-slider-list .slick-dots li button:before {
  display: none;
}
.c-recommend__campaign-slider-list-dot {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 0.1rem solid #333;
  background: transparent;
  box-sizing: border-box;
}
.c-recommend__campaign-slider-list .slick-dots li.slick-active .c-recommend__campaign-slider-list-dot {
  background: #333;
}
.c-recommend__campaign-subpage {
  border-bottom: none;
}

@media (min-width: 1790px) {
  .c-recommend__campaign-slider-list {
    display: flex;
    justify-content: center;
    gap: 0.1rem;
  }
  .c-recommend__campaign-slider-list-item {
    flex: 0 0 420px;
  }
}
.c-recommend__campaign-slider-list {
  gap: 1px;
}
.c-recommend__campaign-slider-list-item {
  width: 31.5rem;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-slider-list-item {
    width: 42rem;
  }
}
.c-recommend__campaign-slider-list-item-link-img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-slider-list .slick-list {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .c-recommend__campaign-slider-list .slick-slide {
    transform: translateX(-21rem);
  }
}

.slick-dots {
  position: static;
  margin-top: 40px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.slick-dots li button {
  width: 0.8rem !important;
  height: 0.8rem !important;
  padding: 0;
  border-radius: 50%;
  background: #ccc !important;
  border: none;
  font-size: 0;
}
.slick-dots li button::before {
  content: none !important;
}
.slick-dots li.slick-active button {
  background: #000 !important;
}

.c-purchase__area {
  background: #F7efdb;
  padding-block: 5rem 6.5rem;
}
@media screen and (min-width: 768px) {
  .c-purchase__area {
    padding-block: 4.2rem;
    border-radius: 1.6rem;
    margin-bottom: 12rem;
    margin-top: 4.8rem;
  }
}
.c-purchase__area .c-wrapper {
  width: auto;
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .c-purchase__area .c-wrapper {
    padding-inline: 4rem;
  }
}
.c-purchase__area-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.13rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-purchase__area-title {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}
.c-purchase__area-subtitle {
  padding-block: 1.6rem;
  text-align: center;
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.18rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #886911;
  padding-inline: 2.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-purchase__area-subtitle::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 0.25rem;
    height: 1.55rem;
    top: 50%;
    left: 5rem;
    margin-right: -5rem;
    transform: translateY(-50%) rotate(135deg);
  }
  .c-purchase__area-subtitle::after {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 1.55rem;
    top: 50%;
    right: 6rem;
    margin-left: -5rem;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .c-purchase__area-subtitle {
    padding-block: 1.1rem;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.24rem;
    margin-inline: auto;
  }
  .c-purchase__area-subtitle::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 0.25rem;
    height: 1.95rem;
    top: 52%;
    left: 20.3rem;
    margin-right: -5rem;
    transform: translateY(-50%) rotate(135deg);
  }
  .c-purchase__area-subtitle::after {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 1.95rem;
    top: 52%;
    right: 21rem;
    margin-left: -5rem;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}
.c-purchase__area-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  background: #fff;
  padding: 2rem 2rem 0.8rem;
  border-radius: 0 0 1.04rem 1.04rem;
  border: 0.13rem solid rgba(223, 211, 176, 0.87);
}
@media screen and (min-width: 768px) {
  .c-purchase__area-list {
    padding: 2rem 3.8rem 0.8rem;
    row-gap: 1.8rem;
  }
}
.c-purchase__area-list-item {
  background: #FFF;
  border-bottom: 0.1rem solid #dedede;
}
.c-purchase__area-list-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .c-purchase__area-list-item {
    display: flex;
    align-items: center;
  }
}
.c-purchase__area-list-item-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #473933;
  letter-spacing: 0.08rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-purchase__area-list-item-title {
    width: 12.6rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding-bottom: 2rem;
  }
}
.c-purchase__area-list-item-text {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #001dff;
  letter-spacing: 0.006rem;
  text-decoration-line: underline;
  display: flex;
  column-gap: 1.6rem;
  row-gap: 0.8rem;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-purchase__area-list-item-text {
    margin-left: 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.075rem;
    margin-top: 0;
    padding-bottom: 2rem;
  }
}

.l-header {
  position: relative;
  margin-bottom: 0;
  padding: 2rem 0;
  z-index: 100;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 2rem 0 0;
    position: relative;
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .l-header.is-sticky {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .l-header.is-hide {
    transform: translateY(-100%);
  }
}
.l-header__common {
  padding: 2rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .l-header__common {
    padding: 2rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__common .l-header__logo {
    align-items: flex-start;
  }
}
.l-header .c-wrapper {
  display: flex;
  justify-content: space-between;
  position: static;
}
@media screen and (min-width: 768px) {
  .l-header .c-wrapper {
    margin: 0 auto;
    padding: 0 3rem;
    width: 135rem;
    align-items: center;
  }
}
.l-header__logo {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  position: static;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 36.2rem;
    position: relative;
  }
}
.l-header__logo-img {
  margin-bottom: 0 !important;
  width: 9.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header__logo-img {
    width: 13rem;
  }
}
.l-header__logo-sub {
  width: 18.3rem;
  position: static;
}
@media screen and (min-width: 768px) {
  .l-header__logo-sub {
    display: block;
    width: 21rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo-sub-img {
    margin-top: -1rem;
    width: 21.2rem;
  }
}
.l-header__logo-sub-text {
  position: absolute;
  top: 6.5rem;
  left: 2rem;
  width: calc(100% - 4rem);
  font-size: 0.8rem;
  margin-bottom: 0 !important;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-header__logo-sub-text {
    top: auto;
    bottom: -2rem;
    left: 0;
    white-space: nowrap;
    font-size: 1.1rem !important;
  }
}
.l-header__logo-sub-text-top {
  top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo-sub-text-top {
    top: auto;
  }
}
.l-header__logo-text {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  border: 0.05rem solid #333;
  position: absolute;
  top: 5rem;
  left: 2rem;
  width: 9.5rem;
  text-align: center;
  z-index: 10;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-header__logo-text {
    font-size: 1.1rem;
    letter-spacing: -0.07rem;
    width: 13rem;
    top: 3.3rem;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header-_page-copy {
    position: relative;
    display: flex;
  }
}
.l-header__pc-contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__pc-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    width: 64rem;
  }
}
.l-header__pc-contact-tel-wrap-img-num {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #00A040;
  position: relative;
  padding-left: 8rem;
}
.l-header__pc-contact-tel-wrap-img-num-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #01aa01;
  color: #fff;
  border-radius: 0.8rem;
  line-height: 1;
  padding: 0.5rem 0.5rem 0.6rem 0.6rem;
  width: 7.5rem;
  text-align: center;
}
.l-header__pc-contact-tel-wrap-text {
  font-size: 1.2rem;
  color: #01AA01;
  margin-left: 8rem;
}
.l-header__pc-contact-btns {
  width: 33rem;
  display: flex;
  gap: 1rem;
}
.l-header__pc-contact-btns-item-link {
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .l-header__pc-contact-btns-item-link.c-common__btn--orange {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__pc-contact-btns-item-link-sub.c-common__btn--orange-sub {
    padding: 0.2rem 0;
    width: 20rem;
    font-size: 1.3rem;
  }
}
.l-header__pc-contact-btns-item-link-main {
  padding-left: 3rem;
  position: relative;
}
.l-header__pc-contact-btns-item-link-main:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.6rem;
  background: url(../../img/new/common/mail.svg) 50% 50%/contain no-repeat;
}
.l-header__pc-contact-btns-item-link-small {
  margin-left: -0.8rem;
  font-size: 1.5rem;
}
.l-header__nav {
  position: fixed;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #FCFBF6;
  overflow-y: auto;
  transform: translateY(-108%);
  transition: transform 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    position: static;
    display: block;
    width: 120rem;
    margin: 0 auto;
    transform: translateY(0);
    margin-top: 0rem;
    height: auto;
    background-color: #fff;
    overflow: visible;
  }
}
.l-header__nav .c-hamburger {
  top: 1.5rem;
}
.l-header__nav .l-header__logo {
  margin: 2rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav .l-header__logo {
    display: none;
  }
}
.l-header__nav-wrapper {
  position: static;
  padding: 0 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav-wrapper {
    padding: 1.75rem 0;
  }
}
.l-header__nav-list {
  position: static;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list {
    display: flex;
  }
}
.l-header__nav-list-item {
  position: static;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item:last-child .l-header__nav-list-item-link {
    border-right: 1px solid #E7E8E7;
  }
}
.l-header__nav-list-item-link {
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(136, 105, 16, 0.2);
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-link {
    padding: 1.1rem 0;
    border-bottom: none;
    border-left: 1px solid #E7E8E7;
    text-align: center;
  }
}
.l-header__nav-list-item-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
  width: 0.65rem;
  height: 1.3rem;
  background: url(../../img/new/common/arrow-hamburger-menu.svg) 50% 50%/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-link:after {
    background: none;
  }
}
.l-header__nav-list-item-parent .js-menu-trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.3rem;
  height: 0.15rem;
  background-color: #886911;
  transition: transform 0.3s;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-parent .js-menu-trigger:after {
    background: none;
  }
}
.l-header__nav-list-item-parent .js-menu-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 1.3rem;
  height: 0.15rem;
  background-color: #886911;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-parent .js-menu-trigger:before {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-parent-text {
    padding-right: 2rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-parent-text:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.45rem;
    height: 0.9rem;
    transform: translateY(-50%);
    transition: transform 0.3s;
    background: url(../../img/new/common/arrow-bottom-black.svg) 50% 50%/contain no-repeat;
  }
}
.l-header__nav-list-item-parent.is-open .js-menu-trigger:after {
  transform: translateY(-50%) rotate(0);
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-parent.is-open .js-menu-trigger:after {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-parent.is-open .l-header__nav-list-item-parent-text {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-parent.is-open .l-header__nav-list-item-parent-text:after {
    transform: translateY(-50%) scale(1, -1);
  }
}
.l-header__nav-list-item-child {
  margin-top: 2rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child {
    margin-top: 0;
    padding: 5.6rem 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 120rem;
    background-color: #F7EFDB;
    border-radius: 0 0 4.8rem 4.8rem;
  }
}
.l-header__nav-list-item-child .p-top__products-contents {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child .p-top__products-contents {
    margin: 0 auto;
    width: 100rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child .p-top__products-contents-item {
    width: calc((100% - 8rem) / 5);
  }
}
.l-header__nav-list-item-child .p-top__flow-select-box {
  padding: 0;
  border: none;
}
.l-header__nav-list-item-child-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child-btn {
    display: block;
    margin: 5rem auto 0;
    width: 20rem;
  }
}
.l-header__nav-list-item-child-btn-link {
  font-size: 1.6rem;
  padding: 1.45rem 0;
  background-color: #886911;
  border-radius: 7rem;
  box-shadow: 3px 3px 8px rgba(137, 105, 17, 0.16);
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
}
.l-header__nav-list-item-child-site {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child-site {
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child-site-item {
    width: 49.2rem;
    display: flex;
  }
}
.l-header__nav-list-item-child-site-item-link {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child-site-item-link {
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }
}
.l-header__nav-list-item-child-site-item-link:before {
  background: none;
}
.l-header__nav-list-item-child-site-item-link-img {
  margin: 0 auto;
  width: 17.6rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child-site-item-link-img {
    width: 24rem;
    height: 6rem;
  }
}
.l-header__nav-list-item-child-site-item-link-text {
  text-align: left;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child-site-item-link-text {
    margin-top: 1rem;
  }
}
.l-header__nav-list-item-child-site-item-link-text-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-header__nav-list-item-child-site-item-link-text-title-small {
  font-size: 1.5rem;
}
.l-header__nav-list-item-child-site-item-link-text-desc {
  font-size: 1.4rem;
  font-weight: 300;
}
.l-header__nav-list-item-child-site-item-link-content {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-header__nav-list-item-child-site-item-link-content-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #888;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child-site-item-link-content-title {
    width: 8.6rem;
  }
}
.l-header__nav-list-item-child-site-item-link-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 22.4rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list-item-child-site-item-link-content-list {
    width: auto;
  }
}
.l-header__nav-list-item-child-site-item-link-content-list-item {
  padding: 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #886911;
  border: 1px solid #DFD3B0;
  border-radius: 0.4rem;
}
.l-header__nav-list-item-child--area {
  padding: 0 0 0 1rem;
}
.l-header__nav-list-item-child--area .p-top__products-contents {
  flex-direction: column;
}
.l-header__nav-list-item-child--area .p-top__products-contents-item {
  padding: 0 0 2rem;
  width: 100%;
  border-bottom: 1px solid rgba(136, 105, 16, 0.2);
}
.l-header__nav-list-item-child--area-title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.l-header__nav-list-item-child--area-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}
.l-header__nav-list-item-child--area-box .p-top__products-contents-item-link {
  width: 10.5rem;
}
.l-header__nav-list-item-column {
  margin-bottom: 1rem;
}
.l-header__nav-list-item-column-search-title {
  padding-left: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.l-header__nav-list-item-column-search-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../img/new/common/search.svg) 50% 50%/contain no-repeat;
}
.l-header__nav-list-item-column-search-form-text {
  margin-top: 1rem;
  padding: 1.1rem 1.5rem;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0.2rem;
  background-color: #fff;
}
.l-header__nav-list-item-column-search-form-btn {
  display: block;
  margin: 1rem auto 0;
  padding: 0.6rem 0;
  width: 14.1rem;
  background-color: #333;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.l-header__nav-contact-wrap-title {
  background-color: #265441;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0;
}
.l-header__nav-contact-wrap-detail {
  margin-top: 2.4rem;
  margin-left: 0;
  padding: 0 2rem;
}
.l-header__nav-contact-wrap-detail-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.l-header__nav-contact-wrap-detail-list-item-link {
  position: relative;
  padding: 1.6rem 0;
  border-radius: 7.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  display: block;
  text-align: center;
  width: 16.676rem;
}
.l-header__nav-contact-wrap-detail-list-item-link-text {
  position: relative;
}
.l-header__nav-contact-wrap-detail-list-item-link-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-header__nav-contact-wrap-detail-list-item-link--tel {
  background-color: #01AA01;
  box-shadow: 0 0.4rem 0 #006700;
  transition: box-shadow 0.3s;
}
.l-header__nav-contact-wrap-detail-list-item-link--tel:hover {
  box-shadow: 0 0 0 #006700;
}
.l-header__nav-contact-wrap-detail-list-item-link--tel-text {
  padding-left: 2rem;
}
.l-header__nav-contact-wrap-detail-list-item-link--tel-text:before {
  width: 1.17rem;
  height: 1.84rem;
  background: url(../../img/new/common/tel.svg) 50% 50%/contain no-repeat;
}
.l-header__nav-contact-wrap-detail-list-item-link--mail {
  background-color: #FF7601;
  box-shadow: 0 0.4rem 0 #be5700;
  transition: box-shadow 0.3s;
}
.l-header__nav-contact-wrap-detail-list-item-link--mail:hover {
  box-shadow: 0 0 0 #be5700;
}
.l-header__nav-contact-wrap-detail-list-item-link--mail-text {
  padding-left: 2.5rem;
}
.l-header__nav-contact-wrap-detail-list-item-link--mail-text:before {
  width: 1.9rem;
  height: 1.5rem;
  background: url(../../img/new/common/mail.svg) 50% 50%/contain no-repeat;
}
.l-header__nav-banner {
  margin-top: 4rem;
  padding: 2rem 2rem 13rem;
  background-color: #F7EFDB;
}
.l-header__nav-banner-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-header.is-open {
  transform: translateX(0);
  background-color: #FCFBF6;
}
.l-header.is-open .l-header__nav {
  transform: translateY(0);
}
.l-header.is-open .c-hamburger__line {
  position: absolute;
}
.l-header.is-open .c-hamburger__line:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
}
.l-header.is-open .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.l-header.is-open .c-hamburger__line:nth-child(3) {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(-30deg);
}

.l-main {
  padding: 0;
  color: #333;
}

@media screen and (min-width: 768px) {
  .l-container {
    display: flex;
    padding-inline: 4rem;
    max-width: 128rem;
    width: 100%;
    margin-inline: auto;
    gap: 6rem;
  }
}

.l-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-content {
    width: 68.333334%;
  }
}

.l-sidebar {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    display: block;
    width: 25.833333%;
    margin-left: 5.833333%;
  }
}

.l-footer {
  background-color: #42382F !important;
}
.l-footer__navi-top-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-pc .c-wrapper {
    width: 100rem;
    margin: 0 auto;
    padding: 8rem 0 5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-cta {
    width: 30rem;
  }
}
.l-footer__navi-top-cta-btns-item {
  margin-bottom: 1.5rem;
}
.l-footer__navi-top-cta-btns-item-link {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  position: relative;
}
.l-footer__navi-top-cta-btns-item-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 2rem;
  background: url(../../img/new/common/arrow-right-orange.svg) 50% 50%/contain no-repeat;
  transition: transform 0.2s;
}
.l-footer__navi-top-cta-btns-item-link:hover::after {
  transform: translate(0.4rem, -50%);
}
.l-footer__navi-top-cta-contact {
  margin-top: 3rem;
  padding: 2rem 2rem 2.5rem;
  border-radius: 1rem;
  background-color: #fff;
}
.l-footer__navi-top-cta-contact-title {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.l-footer__navi-top-cta-contact-tel {
  margin-bottom: 2rem;
}
.l-footer__navi-top-cta-contact-tel-text {
  padding-left: 4rem;
  font-size: 3rem;
  font-weight: 700;
  color: #E31A1A;
  display: block;
  position: relative;
}
.l-footer__navi-top-cta-contact-tel-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 2.1rem;
  background: url(../../img/new/common/freedial2.svg) 50% 50%/contain no-repeat;
}
.l-footer__navi-top-cta-contact-tel-detail {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-cta-contact .c-contact__detail-tel {
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-cta-contact .c-contact__detail-tel-link {
    padding-right: 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-cta-contact .c-contact__detail-tel-link-num {
    padding-left: 4.5rem;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-cta-contact .c-contact__detail-tel-link-num-text {
    width: 3.8rem;
    background-color: #E6F3EF;
    border-radius: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-lists {
    width: 61.5rem;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-lists-list {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-lists-list-item:not(:first-child) {
    margin-top: 5rem;
  }
}
.l-footer__navi-top-lists-list-item-link {
  padding: 2rem 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-lists-list-item-link {
    padding: 0;
    border-bottom: none;
    font-weight: 700;
  }
}
.l-footer__navi-top-lists-list-item-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../img/new/common/arrow-right-white.svg) 50% 50%/contain no-repeat;
  transition: right 0.15s;
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-lists-list-item-link:after {
    width: 0;
    background: none;
  }
}
.l-footer__navi-top-lists-list-item-link:hover {
  opacity: 0.6;
}
.l-footer__navi-top-lists-list-item-link:hover:after {
  right: -1rem;
}
.l-footer__navi-top-lists-list-sub-item {
  margin-top: 1.5rem;
}
.l-footer__navi-top-lists-list-sub-item-link {
  font-size: 1.3rem;
  color: #fff;
}
.l-footer__navi-top-lists-list-sub-item-link:hover {
  opacity: 0.6;
}
.l-footer__navi-top-lists-list-sub-item-link-text {
  padding-right: 1.8rem;
  position: relative;
}
.l-footer__navi-top-lists-list-sub-item-link-text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../img/new/common/blank.svg) 50% 50%/contain no-repeat;
}
.l-footer__navi-top-info {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__navi-top-info {
    padding: 5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(to right, #fff 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
.l-footer__navi-top-info-logo {
  width: 10rem;
}
.l-footer__navi-top-info-list {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  width: 80rem;
}
.l-footer__navi-top-info-list-item {
  white-space: nowrap;
}
.l-footer__navi-top-info-list-item-link {
  color: #fff;
  font-size: 1.3rem;
}
.l-footer__navi-top-info-list-item-link:hover {
  opacity: 0.6;
}
.l-footer__navi-bottom {
  margin-top: 3rem;
  padding-bottom: 3rem;
}
.l-footer__navi-bottom-wrap-title {
  color: #fff;
}
.l-footer__navi-bottom-wrap-detail-list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.l-footer__navi-bottom-wrap-detail-list-item {
  width: calc((100% - 4rem) / 3);
}
.l-footer__navi-bottom-wrap-detail-list-item-link {
  color: #fff;
  font-size: 1.3rem;
}
.l-footer__navi-bottom-wrap-detail-list-item-link-text {
  padding-right: 1rem;
  position: relative;
}
.l-footer__navi-bottom-wrap-detail-list-item-link-text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../img/new/common/blank.svg) 50% 50%/contain no-repeat;
}
.l-footer__company {
  padding: 1rem 0;
  background-color: #FCFBF5;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company .c-wrapper {
    padding-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100rem;
    background: repeating-linear-gradient(to right, #000 0 2px, transparent 2px 8px) left bottom/auto 2px repeat-x;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company-text {
    padding-left: 10rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company-text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    aspect-ratio: 20/9;
    width: 8rem;
    height: 8rem;
    background: url(../../img/new/common/logo-corporate.svg) 50% 50%/contain no-repeat;
  }
}
.l-footer__company-imgs {
  margin-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  background: repeating-linear-gradient(to right, #000 0 2px, transparent 2px 8px) left bottom/auto 2px repeat-x;
}
@media screen and (min-width: 768px) {
  .l-footer__company-imgs {
    margin-top: 0;
    padding-bottom: 0;
    background: none;
  }
}
.l-footer__company-imgs-item:first-child {
  width: 4rem;
}
.l-footer__company-imgs-item:last-child {
  width: 5rem;
}
.l-footer__company-imgs-item-img {
  height: 5rem;
}
.l-footer__company-copyright {
  padding: 2rem 0;
  text-align: center;
}

.l-sidebar {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    display: block;
    width: 100%;
    margin-left: 0;
    height: 100%;
  }
}

.l-sidebar__new {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  gap: 4.5rem;
  height: 100%;
}
.l-sidebar__new .p-side-block {
  display: flex;
  flex-direction: column;
}
.l-sidebar__new .p-side-block--campaign {
  position: sticky;
  top: 0;
}
.l-sidebar__new .p-side-title {
  color: #5d4d3f;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  font-size: 2.4rem !important;
  padding-bottom: 1.8rem !important;
  margin-bottom: 2rem !important;
}
.l-sidebar__new .p-side-title::before {
  content: "";
  position: absolute;
  inset-block-end: -1px;
  inset-inline-start: 0;
  background-color: #bfa472;
  width: 4rem;
  block-size: 2px;
}
.l-sidebar__new {
  /*　-----------------
  .p-side-method
  -----------------　*/
}
.l-sidebar__new .p-side-method {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.l-sidebar__new .p-side-method__item {
  list-style: none;
}
.l-sidebar__new .p-side-method__link {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e6dccc;
  border-bottom: 5px solid #e1d2ba;
  border-radius: 1.2rem;
  text-decoration: none;
  transition: opacity 0.3s;
  padding: 2.2rem 2.5rem;
}
.l-sidebar__new .p-side-method__link:hover {
  opacity: 0.7;
}
.l-sidebar__new .p-side-method__iconWrap {
  flex-shrink: 0;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 2.5rem;
}
.l-sidebar__new .p-side-method__icon {
  width: 100%;
  block-size: 100%;
  object-fit: contain;
  display: block;
}
.l-sidebar__new .p-side-method__icon-buy {
  width: 3.8rem;
  block-size: 2.2rem;
}
.l-sidebar__new .p-side-method__icon-shop {
  width: 2.7rem;
  block-size: 2.4rem;
}
.l-sidebar__new .p-side-method__icon-box {
  width: 2.5rem;
  block-size: 2.7rem;
}
.l-sidebar__new .p-side-method__textWrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.l-sidebar__new .p-side-method__name {
  color: #333333;
  font-weight: 700;
  font-size: 1.8rem;
  margin-block-end: 0.4rem;
}
.l-sidebar__new .p-side-method__desc {
  color: #888888;
  font-size: 1.3rem;
}
.l-sidebar__new .p-side-method__arrow {
  flex-shrink: 0;
  width: 1rem;
  block-size: auto;
  margin-inline-start: 1.5rem;
}
.l-sidebar__new .p-side-method--kind .c-common__btn--gold {
  padding: 1.6rem 1rem;
  box-shadow: none;
  text-align: left;
  color: #886911;
  opacity: 1;
  transition: opacity 0.3s;
}
.l-sidebar__new .p-side-method--kind .c-common__btn--gold:hover {
  opacity: 0.6;
  transform: translateY(0);
}
.l-sidebar__new {
  /*　-----------------
  .p-side-links
  -----------------　*/
}
.l-sidebar__new .p-side-links-wrapper {
  background-color: #f5eedf;
  border-radius: 1.2rem;
  padding: 2rem;
}
.l-sidebar__new .p-side-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.l-sidebar__new .p-side-link {
  display: flex;
  align-items: stretch;
  background-color: #fcfbf6;
  border-radius: 0.8rem;
  box-shadow: 0 4px 0 #dfd1b8;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.1s, box-shadow 0.1s;
}
.l-sidebar__new .p-side-link:hover {
  opacity: 0.8;
}
.l-sidebar__new .p-side-link:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #dfd1b8;
}
.l-sidebar__new .p-side-link--red {
  background-color: #bb4e4e;
}
.l-sidebar__new .p-side-link__textWrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.l-sidebar__new .p-side-link__text {
  color: #886911;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
}
.l-sidebar__new .p-side-link__text-mini {
  font-size: 1.2rem;
}
.l-sidebar__new .p-side-link--red .p-side-link__text {
  color: #ffffff;
}
.l-sidebar__new .p-side-link__arrow {
  background-color: #333333;
  flex-shrink: 0;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-sidebar__new .p-side-link__arrowIcon {
  width: 0.7rem;
  block-size: auto;
  display: block;
}
.l-sidebar__new {
  /*　-----------------
  .p-side-contact
  -----------------　*/
}
.l-sidebar__new .p-side-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-sidebar__new .p-side-contact__title {
  color: #e60012;
  font-weight: 800;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  gap: 0.8rem;
}
.l-sidebar__new .p-side-contact__title::before,
.l-sidebar__new .p-side-contact__title::after {
  content: "";
  display: block;
  background-color: #e60012;
  width: 1rem;
  block-size: 2px;
  border-radius: 2px;
}
.l-sidebar__new .p-side-contact__title::before {
  transform: rotate(45deg);
}
.l-sidebar__new .p-side-contact__title::after {
  transform: rotate(-45deg);
}
.l-sidebar__new .p-side-contact__content {
  background-color: #eff6f3;
  border-radius: 0.8rem;
  padding: 2rem 1.5rem;
}
.l-sidebar__new .p-side-contact__telBox {
  text-align: center;
  margin-block-end: 1rem;
}
.l-sidebar__new .p-side-contact__telLink {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-sidebar__new .p-side-contact__telLink:hover {
  opacity: 0.7;
}
.l-sidebar__new .p-side-contact__telNumWrap {
  display: flex;
  align-items: center;
  color: #00a040;
  gap: 0.8rem;
  margin-block-end: 0.5rem;
}
.l-sidebar__new .p-side-contact__telNumBadge {
  background: #fff;
  color: #01aa01;
  padding: 0.5rem;
  border-radius: 0.3rem;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 600;
  width: 38px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-sidebar__new .p-side-contact__telNum {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 3.6rem;
}
.l-sidebar__new .p-side-contact__telDesc {
  color: #01aa01;
  font-weight: 400;
  font-size: 1.4rem;
}
.l-sidebar__new .p-side-contact__or {
  text-align: center;
  position: relative;
  margin-block-end: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-sidebar__new .p-side-contact__or::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  border-block-start: 2px dotted #cccccc;
  z-index: 0;
}
.l-sidebar__new .p-side-contact__orText {
  background-color: #eff6f3;
  color: #333333;
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  padding-inline: 1rem;
}
.l-sidebar__new .p-side-contact__btnBox {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.l-sidebar__new .p-side-contact__btn {
  background-color: #ff7601;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: transform 0.1s, box-shadow 0.1s;
  box-shadow: 0 4px 0 #be5700;
  padding-block: 2.5rem 1.7rem;
}
.l-sidebar__new .p-side-contact__btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #be5700;
}
.l-sidebar__new .p-side-contact__btnBadge {
  background-color: #ffffff;
  border: 2px solid #ff7601;
  border-radius: 10rem;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: -1.2rem;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0.2rem 1.5rem;
  color: #ff7601;
}
.l-sidebar__new .p-side-contact__btnText {
  padding-left: 3rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}
.l-sidebar__new .p-side-contact__btnText:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.6rem;
  background: url(../../img/new/common/mail.svg) 50% 50%/contain no-repeat;
}
.l-sidebar__new {
  /*　-----------------
  .p-side-info
  -----------------　*/
}
.l-sidebar__new .p-side-info-wrapper {
  background-color: #f5eedf;
  border-radius: 1.2rem;
  padding: 2.5rem;
  position: relative;
}
.l-sidebar__new .p-side-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-sidebar__new .p-side-info__link {
  display: flex;
  align-items: stretch;
  height: 5rem;
  border-radius: 0.8rem;
  box-shadow: 0 4px 0 #dccfab;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.1s, box-shadow 0.1s;
}
.l-sidebar__new .p-side-info__link:hover {
  opacity: 0.8;
}
.l-sidebar__new .p-side-info__link:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #dccfab;
}
.l-sidebar__new .p-side-info__link--green {
  background-color: #d5e2b0;
}
.l-sidebar__new .p-side-info__link--orange {
  background-color: #ffdabb;
}
.l-sidebar__new .p-side-info__link--pink {
  background-color: #fcd8d5;
}
.l-sidebar__new .p-side-info__textWrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.l-sidebar__new .p-side-info__text {
  color: #333333;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
}
.l-sidebar__new .p-side-info__text--green {
  color: #295e40;
  font-size: 1.5rem;
  line-height: 1;
}
.l-sidebar__new .p-side-info__textHighlight--orange {
  color: #e04b1b;
  font-size: 1.5rem;
  display: block;
  line-height: 1.2;
  margin-block-start: 0.2rem;
}
.l-sidebar__new .p-side-info__textHighlight--purple {
  color: #4b4578;
  font-size: 1.5rem;
  display: block;
  line-height: 1.2;
  margin-block-start: 0.2rem;
}
.l-sidebar__new .p-side-info__arrow {
  background-color: #474747;
  flex-shrink: 0;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-sidebar__new .p-side-info__arrowIcon {
  width: 0.7rem;
  block-size: auto;
  display: block;
}
.l-sidebar__new {
  /*　-----------------
  .p-side-banners
  -----------------　*/
}
.l-sidebar__new .p-side-banners {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.l-sidebar__new .p-side-banners__link {
  display: block;
  transition: opacity 0.3s, transform 0.2s;
}
.l-sidebar__new .p-side-banners__link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.l-sidebar__new .p-side-banners__img {
  width: 100%;
  block-size: auto;
  border-radius: 1rem;
}
.l-sidebar__new .sidemenu__arealink_submenu_container {
  display: none;
  top: 0rem;
  right: calc(100% - 1.5rem);
  width: 75rem;
  padding-right: 4.5rem;
  position: absolute;
  z-index: 2;
}
.l-sidebar__new .sidemenu__arealink_submenu_container::before, .l-sidebar__new .sidemenu__arealink_submenu_container::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-sidebar__new .sidemenu__arealink_submenu_container::after {
  width: 2rem;
  height: 2.2rem;
  top: 3.6rem;
  right: 2.7rem;
  background-color: #DFD2B0;
  z-index: 3;
}
.l-sidebar__new .sidemenu__arealink_submenu_container::before {
  width: 1.7rem;
  height: 1.92rem;
  top: 3.7rem;
  right: 3rem;
  background-color: #fff;
  z-index: 4;
}
.l-sidebar__new .sidemenu__arealink_submenu_container.is-open {
  display: block;
}
.l-sidebar__new .sidemenu__arealink_submenu {
  padding: 1rem 3rem;
  border-radius: 3rem;
  background-color: #fff;
  border: 0.1rem solid #DFD2B0;
  clear: #DFD2B0;
}
.l-sidebar__new .arealist {
  display: block;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #ccc;
}
.l-sidebar__new .arealist:last-child {
  border-bottom: none;
}
.l-sidebar__new .sidemenu__arealink_submenu .arealist a {
  margin-right: 1.5rem;
  display: inline-block;
  color: #1958B7;
  text-decoration: underline;
  font-size: 1.6rem;
}
.l-sidebar__new .sidemenu__arealink_submenu .arealist p {
  width: calc(2.5rem + 7em);
  padding-left: 2.5rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  background: center left/2rem url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path class="cls-2" d="M50,0A36.9,36.9,0,0,0,13.1,36.9a35.14,35.14,0,0,0,4.77,18.15c6.42,10.68,26.8,42,26.8,42a6.33,6.33,0,0,0,10.66,0s20.38-31.35,26.8-42A35.14,35.14,0,0,0,86.9,36.9,36.9,36.9,0,0,0,50,0Zm0,49.4A12.5,12.5,0,1,1,62.5,36.9,12.5,12.5,0,0,1,50,49.4Z" fill="%2343392F"/></svg>') no-repeat;
}/*# sourceMappingURL=common.css.map */