@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, select, textarea, p,
blockquote, table, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

img, a {
  text-decoration: none;
  vertical-align: top;
}

a {
  color: #231815;
}

button {
  /*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: #ccc;*/
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

li {
  list-style: none;
}

strong {
  font-weight: bold;
}

hr {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #cccccc;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 0.1px;
}

* html .clearfix {
  height: 0.1px;
}

html,
body {
  font-size: 62.5%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  letter-spacing: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  height: 100%; /* アドレスバーの件で書いてみる */
  /*background-color: #fff;*/
  width: auto;
  color: #4B392D;
}
@media screen and (max-width: 768px) {
  html,
  body {
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  html,
  body {
    font-size: 56.5%;
  }
}

body.f_js-open {
  overflow: hidden;
}

main {
  display: block;
}

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

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

/* リンクテキスト */
a {
  cursor: pointer;
  text-decoration: none;
}
a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

a, input, textarea {
  outline: none;
}

:focus {
  outline: none;
}

button {
  cursor: pointer;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

::-moz-selection {
  background: #E0E1E3;
}

::selection {
  background: #E0E1E3;
}

::-moz-selection {
  background: #E0E1E3;
}

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          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;
}
ul li,
ol li {
  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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  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
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

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

/****** メインカラー ******/
/* 文字 */
/* ベタ */
/* ベタ */
/* 文字 */
/* 文字 */
/* ベタ */
/* ベタ */
/* 文字 */
/* 文字 */
/* ベタ */
/* 文字 */
/* ベタ */
/* 文字 */
/* ベタ */
/* ベタ */
/* 文字 */
/* 文字 */
/* プロジェクト全体で共通して適用するスタイル */
.f_js-ojf,
.f_js-ojf__bottom {
  -o-object-fit: cover;
     object-fit: cover;
}

.f_js-ojf__bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

/* ローディング */
#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fffffd;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#loading .loading__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#loading .loading__inner .loading-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#loading .loading__inner .loading-icon .illust {
  height: 100%;
  position: absolute;
  opacity: 0;
  background: #FFFFFD;
  -webkit-animation: slideshow_anim 5s infinite;
          animation: slideshow_anim 5s infinite;
}
#loading .loading__inner .loading-icon .illust:nth-of-type(2) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@-webkit-keyframes slideshow_anim {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideshow_anim {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#loading .loading__inner .loading-txt {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #45CC5A;
  margin: 12px auto 0;
}

/* 背景 */
.o-c_bg__def {
  background: #FFFFFD;
}

.o-c_bg__pagehead {
  background: #FFFFFD;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -100;
  top: 0;
  right: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-c_bg__pagehead__img {
  width: 46%;
  max-width: 720px;
}
@media screen and (max-width: 960px) {
  .o-c_bg__pagehead__img {
    width: 56%;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  .o-c_bg__pagehead__img {
    width: 75%;
  }
}

/* モーダル(Remodal.js) */
.lock {
  overflow: hidden;
}

.o_c_modal-content {
  display: none;
  position: relative;
  max-width: 340px;
  width: calc(100% - 40px);
}

.popup-modal-dismiss {
  font-family: "Outfit", sans-serif;
  text-align: right;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000;
  display: block;
  overflow: visible;
  width: 84px;
  height: 30px;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #4B392D;
  border: 0;
  outline: 0;
  background: transparent;
}
.popup-modal-dismiss:hover {
  opacity: 0.5;
}

.popup-modal-dismiss:before,
.popup-modal-dismiss:after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 3px;
  background: #231815;
  border-radius: 1.5px;
}

.popup-modal-dismiss:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-modal-dismiss:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-modal-wrap {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* 見出し */
/* ページ見出し */
.o-c_heading__def01__en,
.o-c_heading__center01__en,
.o-c_heading__vertical01__en,
.o-c_heading__page__en {
  font-family: "Outfit", sans-serif;
  color: #45CC5A;
}
.o-c_heading__def01__jp,
.o-c_heading__center01__jp,
.o-c_heading__vertical01__jp,
.o-c_heading__page__jp {
  color: #45CC5A;
}

.o-c_heading__def01__en,
.o-c_heading__center01__en,
.o-c_heading__page__en {
  margin-bottom: 8px;
}

/* 20241025 取扱いブランドh2ココカラ */
.o-c_heading__center01__h2 {
  margin-top: 88px;
}
/* 20241025 取扱いブランドh2ココマデ */

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

.o-c_heading__vertical01 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.o-c_heading__vertical01__en {
  margin-left: 12px;
}

.o-c-heading__sec {
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .o-c-heading__sec {
    margin-bottom: 40px;
  }
}
.o-c-heading__sec__en,
.o-c-heading__sec .o-c-heading__sec__en-bg {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.o-c-heading__sec__en {
  font-family: "Outfit", sans-serif;
}
.o-c-heading__sec__en::before {
  content: "";
  position: absolute;
  right: -80px;
  width: 60px;
  height: 1.5px;
  background-color: #4B392D;
}
.o-c-heading__sec__en-bg {
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 12px;
  background-color: #FFFFFD;
}
.o-c-heading__sec__info {
  margin-top: 36px;
}

.o-c-heading__en-sub {
  font-family: "Outfit", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 14px;
  background-color: #F7FDE8;
  border-radius: 6px;
  color: #45CC5A;
  margin-bottom: 12px;
}

.o-c-heading__sec {
  border-radius: 14px;
  background: #F7FDE8;
  padding: 14px 26px;
  color: #45CC5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
.o-c-heading__sec__number {
  font-family: "Outfit", sans-serif;
  margin-right: 20px;
}

.o-c-heading__brand-kai {
  width: 100%;
  color: #45CC5A;
  margin-bottom: 14px;
}
.o-c-heading__brand-kai__sub {
  font-family: "Outfit", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  background: #F7FDE8;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.o-c-heading__sus {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Zen Maru Gothic";
  color: #45CC5A;
  position: relative;
  margin-left: 1.2em;
  margin-right: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.o-c-heading__sus:before {
  content: "";
  position: absolute;
  left: -1.2em;
  width: 0.5em;
  height: 0.5em;
  background: #45CC5A;
  border-radius: 50%;
}
.o-c-heading__sus:after {
  content: "";
  position: absolute;
  right: -1.2em;
  width: 0.5em;
  height: 0.5em;
  background: #45CC5A;
  border-radius: 50%;
}

.o-c-heading__sus-data {
  background: #E0FC94;
  border-radius: 10px;
  padding: 8px 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .o-c-heading__sus-data {
    padding: 8px;
  }
}

/* テキスト */
/* 日本語フォント */
.o-c_txt__jp {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* 共通 */
/* FV */
.o-c_txt__fv-main {
  font-size: clamp(2.6rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (max-width: 1080px) {
  .o-c_txt__fv-main {
    font-size: clamp(2.7rem, 5vw, 3.1rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 1080px) and (max-width: 500px) {
  .o-c_txt__fv-main {
    font-size: clamp(2.4rem, 5vw, 2.8rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
}

.o-c_txt__fv-sub {
  font-size: clamp(1.1rem, 5vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2em;
}
@media screen and (max-width: 1080px) {
  .o-c_txt__fv-sub {
    font-size: clamp(1rem, 5vw, 1.1rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2em;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .o-c_txt__fv-sub {
    font-size: clamp(1rem, 5vw, 1.3rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2em;
  }
}

.o-c_txt__fv-point {
  text-align: center;
  font-size: clamp(1.1rem, 5vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 1080px) {
  .o-c_txt__fv-point {
    font-size: clamp(0.9rem, 5vw, 1.1rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
}

/* 見出し */
.o-c_txt__heading-1 {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-c_txt__heading-2 {
  font-size: clamp(3.6rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4em;
}

.o-c_txt__heading-3 {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.o-c_txt__heading-4 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.o-c_txt__heading-5 {
  font-size: clamp(1.4rem, 5vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

/* 長文 */
.o-c_txt__nomal-1 {
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8em;
}

.o-c_txt__nomal-1-bold {
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8em;
}

.o-c_txt__nomal-2 {
  font-size: clamp(1.3rem, 5vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.8em;
}

.o-c_txt__nomal-2-bold {
  font-size: clamp(1.3rem, 5vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.8em;
}

.o-c_txt__nomal-2-bold2 {
  font-size: clamp(1.3rem, 5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 0.8em;
}

.o-c_txt__nomal-3 {
  font-size: clamp(1.2rem, 5vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.8em;
}

.o-c_txt__nomal-3-bold {
  font-size: clamp(1.2rem, 5vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8em;
}

.o-c_txt__nomal-4 {
  font-size: clamp(1.1rem, 5vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9em;
}

.o-c_txt__nomal-4-bold {
  font-size: clamp(1.1rem, 5vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9em;
}

/* TOP 高価買取ブランド用 大家 */
.o-c_txt__nomal-5 {
  font-size: clamp(0.8rem, 5vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4em;
  padding-top: 1em;
}

/* スマホ改行 大家 */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/* カテゴリーなど */
.o-c_txt__label-1 {
  font-size: clamp(0.8rem, 5vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: initial;
}

.o-c_txt__label-2 {
  font-size: clamp(0.6rem, 5vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: initial;
}

.o-c_txt__label-3 {
  font-size: clamp(2.8rem, 5vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}

.o-c_txt__label-4 {
  color: #EB932D;
  background: #FFFAD5;
  position: relative;
  z-index: 1;
  padding: 3px 5px;
}

.o-c_txt__largeno-1 {
  font-size: clamp(7.8rem, 5vw, 8.6rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 0.8em;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .o-c_txt__largeno-1 {
    font-size: clamp(5rem, 5vw, 6.6rem);
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 0.8em;
  }
}

/* リンク */
/***** デフォルト *****/
.o-c_link__squ01,
.o-c_link__squ01-green,
.o-c_link__squ02,
.o-c_link__squ04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 220px;
  height: 58px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #4B392D;
  border-radius: 10px;
  color: #FFFFFD;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .o-c_link__squ01,
  .o-c_link__squ01-green,
  .o-c_link__squ02,
  .o-c_link__squ04 {
    width: 100%;
    max-width: 180px;
  }
}
.o-c_link__squ01:hover,
.o-c_link__squ01-green:hover,
.o-c_link__squ02:hover,
.o-c_link__squ04:hover {
  opacity: 0.5;
}
.o-c_link__squ01__svg,
.o-c_link__squ01-green__svg,
.o-c_link__squ02__svg,
.o-c_link__squ04__svg {
  width: 7px;
  stroke: #FFFFFD;
}

.o-c_link__squ01-green {
  background: #FFFFFD;
  color: #45CC5A;
  border: solid #45CC5A 1.5px;
}
.o-c_link__squ01-green__svg {
  stroke: #45CC5A;
}

.o-c_link__squ02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-c_link__squ03 {
  display: inline-block;
  padding: 6px 14px;
  color: #FFFFFD;
  border-radius: 6px;
  background: #4B392D;
  border: solid #FFFFFD 1.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-c_link__squ03:hover {
  opacity: 0.5;
}

.o-c_link__squ04 {
  background: #FFFFFD;
  color: #4B392D;
  border: solid #4B392D 1.5px;
}

.o-c_link__squ05 {
  width: 100%;
  display: inline-block;
  padding: 4px 8px;
  text-align: center;
  color: #FFFFFD;
  border-radius: 6px;
  background: #45CC5A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-c_link__squ05:hover {
  opacity: 0.5;
}

.o-c_link__brandlogo {
  text-align: center;
  background: #FFFFFD;
  padding: 14px 24px;
}
/* 新規買取ブランド 20240628 */
.o-c_link__brandlogo2 {
  text-align: center;
  background: #FFFAD5;
  padding: 14px 24px;
}
/* 買取強化ブランド 20250227 */
.o-c_link__brandlogo3 {
  text-align: center;
  background: #F7FDE8;
  padding: 14px 24px;
}


.o-c_link__def {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #45CC5A;
  border-bottom: solid #45CC5A 1.5px;
  padding-bottom: 1px;
  margin-right: 0.12em;/* リンクにマージン追加 20250411 */
  margin-left: 0.12em;/* リンクにマージン追加 20250411 */
  
}
.o-c_link__def:hover {
  opacity: 0.5;
}

.o-c_link__scroll {
  width: 186px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: solid #45CC5A 1.5px;
  margin-top: 7px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-c_link__scroll:hover {
  opacity: 0.5;
}
.o-c_link__scroll__icon {
  margin-right: 6px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.o-c_link__opacity {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-c_link__opacity:hover {
  opacity: 0.5;
}

.o-c_link__imgzoom {
  overflow: hidden;
  position: relative;
}
.o-c_link__imgzoom img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-c_link__imgzoom:hover img {
  -webkit-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}
.o-c_link__imgzoom:hover .no-img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/***** お取扱無し *****/
.o-c_link__nothing {
  width: 100%;
  padding: 50px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFD;
  border-radius: 14px;
  border: solid #ED574C 1.5px;
  -webkit-box-shadow: 0 6px 16px rgba(237, 132, 132, 0.16);
          box-shadow: 0 6px 16px rgba(237, 132, 132, 0.16);
}
@media screen and (max-width: 500px) {
  .o-c_link__nothing {
    padding: 26px 5%;
  }
}
.o-c_link__nothing__mess {
  color: #ED574C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .o-c_link__nothing__mess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.o-c_link__nothing__mess__icon {
  width: 104px;
}
@media screen and (max-width: 500px) {
  .o-c_link__nothing__mess__icon {
    width: 74px;
    margin-bottom: 16px;
  }
}
.o-c_link__nothing__mess__heading {
  margin-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .o-c_link__nothing__mess__heading {
    text-align: center;
  }
}
.o-c_link__nothing__txt {
  margin: 20px 0;
  text-align: center;
}

/***** お申し込み *****/
.o-c_link__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-c_link__offer__body {
  padding: 50px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFD;
  border-radius: 14px;
  border: solid #4B392D 1.5px;
  -webkit-box-shadow: 0 6px 16px rgba(101, 144, 41, 0.16);
          box-shadow: 0 6px 16px rgba(101, 144, 41, 0.16);
}
@media screen and (max-width: 768px) {
  .o-c_link__offer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-c_link__offer__body {
    padding: 34px 10%;
  }
}
.o-c_link__offer__body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-c_link__offer__body__list:nth-child(2) {
  margin-left: 15%;
}
@media screen and (max-width: 768px) {
  .o-c_link__offer__body__list:nth-child(2) {
    margin-left: 0;
    margin-top: 42px;
  }
}
.o-c_link__offer__body__list:nth-child(2) .o-c_link__squ02 {
  background: #EB932D;
}
.o-c_link__offer__body__list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-c_link__offer__body__list__heading__img {
  height: 52px;
  margin-right: 16px;
}
.o-c_link__offer__body__list__heading__kantan {
  color: #EABF0C;
}
.o-c_link__offer__body__list__heading__kitiri {
  color: #EB932D;
}
.o-c_link__offer__body__list__txt {
  text-align: center;
  margin-top: 16px;
}
.o-c_link__offer__body__list .o-c_link__squ02 {
  margin-top: 22px;
  background: #EABF0C;
}

/* タブ */
/* 職種タブ */
.o-c-tab__jobs {
  width: 100%;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.o-c-tab__jobs li + li {
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .o-c-tab__jobs li + li {
    margin-left: 6px;
  }
}
.o-c-tab__jobs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  cursor: pointer;
}
.o-c-tab__jobs li p {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
  width: 100%;
  background: #FFFFFD;
  border: 2px solid #6EDBDB;
  padding: 10px 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #6EDBDB;
  text-align: center;
  border-radius: 50px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 500px) {
  .o-c-tab__jobs li p {
    font-size: 1.2rem;
  }
}
.o-c-tab__jobs li p:hover {
  background: #6EDBDB;
}
.o-c-tab__jobs li p:hover span {
  color: #FFFFFD;
}
.o-c-tab__jobs li p span {
  color: #6EDBDB;
}
.o-c-tab__jobs li.is-active {
  cursor: default;
}
.o-c-tab__jobs li.is-active p {
  background: #6EDBDB;
  color: #FFFFFD;
  border: 2px solid #6EDBDB;
}
.o-c-tab__jobs li.is-active p:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #6EDBDB transparent;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.o-c-tab__jobs li.is-active p span {
  color: #FFFFFD;
}

.o-c-tab__jobs-cont {
  display: none;
}
.o-c-tab__jobs-cont.is-active {
  display: block;
}
.o-c-tab__jobs-cont__message {
  margin-top: 30px;
  text-align: center;
}

/* ライン */
/* 線 */
.o-c_line__heading {
  padding-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-c_line__heading::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1.5px;
  margin-left: -28px;
  background-color: #ACA390;
}

.o-c_line__wave-nomal {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 50%;
  pointer-events: none;
}
.o-c_line__wave-nomal__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.o-c_line__wave-nomal__svg .anim-wave {
  fill: #FFFFFD;
}

.o-c_line__wave-footer {
  width: 100%;
  position: relative;
  height: 200px;
  background: #FFFFFD;
}
@media screen and (max-width: 960px) {
  .o-c_line__wave-footer {
    height: 100px;
  }
}
.o-c_line__wave-footer__inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.o-c_line__wave-footer__inner__svg {
  display: block;
}
.o-c_line__wave-footer__inner__img {
  display: block;
}

/* リスト */
/* デフォルト */
.o-c_list__brand {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.o-c_list__brand__child, .o-c_list__brand__link {
  width: calc((100% - 36px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .o-c_list__brand__child, .o-c_list__brand__link {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-c_list__brand__child, .o-c_list__brand__link {
    width: calc((100% - 12px) / 2);
  }
}
.o-c_list__brand__child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-c_list__brandall {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  line-height: 1.8em;
}
.o-c_list__brandall li + li {
  margin-top: 4px;
}
.o-c_list__brandall li {
  width: calc((100% - 24px) / 3);
  /* ブロンズ、シルバー（打ち消しリンク） */
}
@media screen and (max-width: 768px) {
  .o-c_list__brandall li {
    width: calc((100% - 12px) / 2);
  }
}
.o-c_list__brandall li a {
  font-family: "Outfit", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.o-c_list__brandall li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4em;
  height: 100%;
  background: #F0EDE6;
}
.o-c_list__brandall li a:hover {
  opacity: 0.5;
}
.o-c_list__brandall li a p {
  font-family: "Zen Maru Gothic", sans-serif;
}
.o-c_list__brandall li .bronze-lank,
.o-c_list__brandall li .silver-lank {
  color: #696357;
  text-decoration: line-through;
}

.o-c-list__def-green li + li,
.o-c-list__def-yellow li + li,
.o-c-list__def-orange li + li,
.o-c-list__def-red li + li {
  margin-top: 2px;
}
.o-c-list__def-green li,
.o-c-list__def-yellow li,
.o-c-list__def-orange li,
.o-c-list__def-red li {
  position: relative;
  margin-left: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4em;
}
.o-c-list__def-green li:before,
.o-c-list__def-yellow li:before,
.o-c-list__def-orange li:before,
.o-c-list__def-red li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1.2em;
  width: 0.5em;
  height: 0.5em;
  background: #4B392D;
  border-radius: 50%;
}

.o-c-list__def-green li:before {
  content: "";
  background: #45CC5A;
}

.o-c-list__def-yellow li:before {
  content: "";
  background: #EABF0C;
}

.o-c-list__def-orange li:before {
  content: "";
  background: #EB932D;
}

.o-c-list__def-red li:before {
  content: "";
  background: #ED574C;
}

.o-c-list__def ul li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #6EDBDB;
  border-radius: 50%;
  margin-right: 0.4em;
}
.o-c-list__def ol li {
  margin-left: 20px;
  list-style-type: decimal;
}

.o-c-list__3cont__nomal {
  gap: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .o-c-list__3cont__nomal {
    gap: 10px 16px;
  }
}
.o-c-list__3cont__nomal li {
  width: calc((100% - 20px - 7.2em) / 3);
}
@media screen and (max-width: 500px) {
  .o-c-list__3cont__nomal li {
    width: calc((100% - 16px - 3.6em) / 2);
  }
}

/****** ドロップダウン ******/
.o-c_list__drop {
  width: 100%;
}
.o-c_list__drop__button {
  position: relative;
  color: #EB932D;
  border-radius: 6px;
  border: solid #FFFFFD 1.5px;
}
.o-c_list__drop__button__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-c_list__drop__button__inner:hover {
  opacity: 0.5;
}
.o-c_list__drop__button__inner svg {
  width: 10px;
  fill: #FFFFFD;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.o-c_list__drop__button__list {
  width: 100%;
  z-index: 8900;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 10;
  margin-top: 10px;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4B392D;
}
.o-c_list__drop__button.open .o-c_list__drop__button__list {
  position: static;
  visibility: visible;
  opacity: 1;
}
.o-c_list__drop__button.open svg {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

/* 幅 */
/* 文字色 */
/* 背景色 */
.o-c_list__drop-menu {
  width: 100%;
}
.o-c_list__drop-menu__button {
  width: 100%;
  position: relative;
  background-color: #4B392D;
  color: #FFFFFD;
  border-radius: 6px;
  border: solid #FFFFFD 1.5px;
}
.o-c_list__drop-menu__button__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.o-c_list__drop-menu__button__inner__label {
  font-family: "Outfit", sans-serif;
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 3px 0px 3px 10px;
}
.o-c_list__drop-menu__button__inner svg {
  width: 10px;
  fill: #FFFFFD;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.o-c_list__drop-menu__button__list {
  width: 100%;
  z-index: 8900;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 33px;
  right: 0;
  z-index: 10;
  background-color: #4B392D;
  border-radius: 6px;
  border: solid #FFFFFD 1.5px;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 500px) {
  .o-c_list__drop-menu__button__list {
    width: 90px;
  }
}
.o-c_list__drop-menu__button__list a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 2px;
  line-height: 1.4em;
}
@media screen and (max-width: 500px) {
  .o-c_list__drop-menu__button__list a {
    padding: 6px;
  }
}
.o-c_list__drop-menu__button__list a:hover {
  color: #ACA390;
}
.o-c_list__drop-menu__button__list .drop-link {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-c_list__drop-menu__button__list .drop-link__block {
  width: 50%;
}
.o-c_list__drop-menu__button__list .drop-link__block a {
  font-family: "Outfit", sans-serif;
}
.o-c_list__drop-menu__button.open .o-c_list__drop-menu__button__list {
  visibility: visible;
  opacity: 1;
}
.o-c_list__drop-menu__button.open svg {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

/* 改行 */
/* large以下の時改行 */
.o-u_br__large {
  display: none;
}
@media screen and (max-width: 1080px) {
  .o-u_br__large {
    display: block;
  }
}

/* 1024以下の時改行 */
.o-u_br__1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .o-u_br__1024 {
    display: block;
  }
}

/* 960以下の時改行 */
.o-u_br__960 {
  display: none;
}
@media screen and (max-width: 960px) {
  .o-u_br__960 {
    display: block;
  }
}

/* 640以下の時改行 */
.o-u_br__640 {
  display: none;
}
@media screen and (max-width: 640px) {
  .o-u_br__640 {
    display: block;
  }
}

/* small以下の時改行 */
.o-u_br__small {
  display: none;
}
@media screen and (max-width: 500px) {
  .o-u_br__small {
    display: block;
  }
}

/* 1440以上の時改行 */
.o-u_br__1440-over {
  display: block;
}
@media screen and (max-width: 1440px) {
  .o-u_br__1440-over {
    display: none;
  }
}

/* 1024以上の時改行 */
.o-u_br__1024-over {
  display: block;
}
@media screen and (max-width: 1024px) {
  .o-u_br__1024-over {
    display: none;
  }
}

/* large以上の時改行 */
.o-u_br__large-over {
  display: block;
}
@media screen and (max-width: 1080px) {
  .o-u_br__large-over {
    display: none;
  }
}

/* 1024以上の時改行 */
.o-u_br__1024-over {
  display: block;
}
@media screen and (max-width: 1024px) {
  .o-u_br__1024-over {
    display: none;
  }
}

/* media-960以上の時改行 */
.o-u_br__media-960-over {
  display: block;
}
@media screen and (max-width: 960px) {
  .o-u_br__media-960-over {
    display: none;
  }
}

/* medium以上の時改行 */
.o-u_br__medium-over {
  display: block;
}
@media screen and (max-width: 768px) {
  .o-u_br__medium-over {
    display: none;
  }
}

/* small以上の時改行 */
.o-u_br__small-over {
  display: block;
}
@media screen and (max-width: 500px) {
  .o-u_br__small-over {
    display: none;
  }
}

/* マージン */
/* 普通のテキスト */
.o-u_margin__cont-1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .o-u_margin__cont-1 {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-u_margin__cont-1 {
    margin-bottom: 52px;
  }
}

.o-u_margin__cont-2 {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .o-u_margin__cont-2 {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-u_margin__cont-2 {
    margin-bottom: 38px;
  }
}

/* パディング */
/* 普通のテキスト */
.o-u_padding__wrap-1 {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .o-u_padding__wrap-1 {
    padding: 54px 0 84px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-u_padding__wrap-1 {
    padding: 46px 0 76px;
  }
}

.o-u_padding__wrap-2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .o-u_padding__wrap-2 {
    padding-bottom: 76px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-u_padding__wrap-2 {
    padding-bottom: 60px;
  }
}

.o-u_padding__wrap-3 {
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  .o-u_padding__wrap-3 {
    padding: 100px 0 72px;
  }
}

.o-u_padding__wrap-3-u {
  padding: 100px 0 40px;
}
@media screen and (max-width: 768px) {
  .o-u_padding__wrap-3-u {
    padding: 100px 0 30px;
  }
}

.o-u_padding__wrap-4 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .o-u_padding__wrap-4 {
    padding: 72px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-u_padding__wrap-4 {
    padding: 66px 0 0;
  }
}

.o-u_padding__wrap-5 {
  padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .o-u_padding__wrap-5 {
    padding: 0 0 54px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-u_padding__wrap-5 {
    padding: 0 0 46px;
  }
}

.o-u_padding__wrap-6 {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .o-u_padding__wrap-6 {
    padding: 0 0 56px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-u_padding__wrap-6 {
    padding: 0 0 52px;
  }
}

/* ヘッダー */
.l_header {
  width: calc(100% - 74rem);
  max-width: 216px;
  padding: 36px;
  border-radius: 0 24px 24px 0;
  background: rgb(255, 255, 253);
  -webkit-box-shadow: 0 6px 16px rgba(101, 144, 41, 0.16);
          box-shadow: 0 6px 16px rgba(101, 144, 41, 0.16);
  position: fixed;
  top: calc(50% - 254px);
  left: 0;
  z-index: 9000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l_header {
    width: 100%;
    max-width: initial;
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
  }
}
.l_header__title {
  margin-bottom: 26px;
}
.l_header__title__logo {
  position: relative;
  width: 122px;
  height: 38px;
  margin-bottom: 14px;
  z-index: 9300;
}
@media screen and (max-width: 960px) {
  .l_header__title__logo {
    width: 100px;
    height: 31px;
    position: fixed;
    top: 26px;
    left: 5%;
  }
}
.l_header__title__logo:before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("/images/renewal/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l_header__title__logo__home {
  font-size: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
}
.l_header__title__copy {
  color: #45CC5A;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l_header__title__copy {
    display: none;
  }
}

/* ヘッダー内メニュー、ハンバーガーメニュー */
.l_gnav__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex: 1 0 auto; /* IE用 flexを突き抜けるので */
  position: relative;
  /* ハンバーガーメニュー内 */
  /* ハンバーガーメニュー時のみ表示 */
  /* ハンバーガーメニュー　ロゴ */
  /* ハンバーガーメニュー時 */
}
@media screen and (max-width: 960px) {
  .l_gnav__menu {
    width: 100%;
    height: 100vh;
    background: #F7FDE8;
    position: fixed;
    top: 0;
    left: 0;
    /*padding: 104px 5% 30px;*//*20250212 修正*/
	padding: 85px 5% 30px;
    z-index: 9100;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  .l_gnav__menu {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
.l_gnav__menu__inner,
.l_gnav__menu .l_gnav__menu__inner-squ {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l_gnav__menu__inner,
  .l_gnav__menu .l_gnav__menu__inner-squ {
    max-width: 520px;
  }
}
.l_gnav__menu__inner {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l_gnav__menu__inner li {
  width: 100%;
}
.l_gnav__menu__inner li + li {
  margin-top: 6px;
}
.l_gnav__menu__inner__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .l_gnav__menu__inner__link {
    width: 100%;
    display: inline-block;
    /*padding: 16px 8px;*//*20250212 修正*/
	padding: 15px 8px;
    text-align: center;
    border-radius: 6px;
    background: #FFFFFD;
  }
}
.l_gnav__menu__inner__link:hover {
  color: #45CC5A;
}
.l_gnav__menu__inner-squ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .l_gnav__menu__inner-squ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
.l_gnav__menu__inner-squ li + li {
  margin-top: 6px;
}
@media screen and (max-width: 960px) {
  .l_gnav__menu__inner-squ li + li {
    margin-top: 0;
  }
}
.l_gnav__menu__inner-squ li {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l_gnav__menu__inner-squ li {
    width: calc((100% - 12px) / 2);
  }
}
.l_gnav__menu__inner-squ a {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l_gnav__menu__inner-squ a {
    padding: 16px 8px;
  }
}
.l_gnav__menu .dis-hamburger {
  display: none;
}
@media screen and (max-width: 960px) {
  .l_gnav__menu .dis-hamburger {
    display: block;
  }
}
.l_gnav__menu__hum-logo {
  width: 24%;
}
@media screen and (max-width: 500px) {
  .l_gnav__menu__hum-logo {
    width: 50%;
  }
}
.l_gnav__menu__hum-logo .copy {
  margin-bottom: 18px;
}
@media screen and (max-width: 960px) {
  .l_gnav__menu.f_js-open {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: auto;
  }
}

/* ハンバーガーボタン */
.l_gnav__button {
  display: none;
  z-index: 9300;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 68px;
  background: #45CC5A;
  border-radius: 0 0 0 14px;
}
@media screen and (max-width: 960px) {
  .l_gnav__button {
    display: block;
  }
}
.l_gnav__button__inner {
  width: 100%;
  height: 100%;
  border: none;
  z-index: 9200;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l_gnav__button__inner__icon {
  position: absolute;
  top: 18px;
  width: 100%;
}
.l_gnav__button__inner__icon__bar {
  width: 60%;
  margin: 0 auto;
  height: 3px;
  border-radius: 1.5px;
  background-color: #FFFFFD;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l_gnav__button__inner__icon__bar:nth-child(2) {
  margin: 8px auto;
}
.l_gnav__button__inner__txt {
  font-family: "Outfit", sans-serif;
  position: absolute;
  bottom: 14px;
  width: 100%;
  color: #FFFFFD;
  text-align: center;
}

/* ハンバーガーボタン 押した時 */
.f_js-open .l_gnav__button__inner__icon {
  top: 24px;
}
.f_js-open .l_gnav__button__inner__icon__bar:nth-child(1) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.f_js-open .l_gnav__button__inner__icon__bar:nth-child(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* フッターボタン */
.l_gnav__footer {
  display: none;
  z-index: 8900;
  position: fixed;
  bottom: 20px;
  left: 20px;
  margin: auto;
  width: 270px;
  height: 50px;
  background: #45CC5A;
  border: solid #45CC5A 1px;
  padding: 10px 0;
  -webkit-box-shadow: 0 6px 16px rgba(101, 144, 41, 0.16);
          box-shadow: 0 6px 16px rgba(101, 144, 41, 0.16);
  border-radius: 34px;
}
@media screen and (max-width: 960px) {
  .l_gnav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  .l_gnav__footer {
    width: 260px;
  }
}
.l_gnav__footer__link + .l_gnav__footer__link {
  border-left: solid #FFFFFD 2px;
}
.l_gnav__footer__link {
  padding: 4px 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFD;
}
.l_gnav__footer__link:hover {
  color: #E0FC94;
}

/* 買取のお申し込み モーダル */
.l_gnav__modal__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 50px 10% 62px;
}
.l_gnav__modal__inner__head {
  width: 100%;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  background: #FFFAD5;
  border-radius: 14px 14px 0 0;
}
.l_gnav__modal__inner__body {
  margin-top: 46px;
}
.l_gnav__modal__inner .o-c_link__offer__body__list:nth-child(2) {
  margin-left: 0;
  margin-top: 38px;
}

.l-wrapper {
  visibility: hidden;
}

.l-wrap__def,
.l-wrap__w100 {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-wrap__def {
  width: 90%;
}

.l-wrap__w100 {
  width: 100%;
}

.l-wrap__2column-r {
  width: calc(100% - 28rem);
  margin: auto 30px auto 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l-wrap__2column-r {
    width: 90%;
    margin: auto;
  }
}

.l-wrap__def__l {
  max-width: 1080px;
  width: 100%;
}

.l-wrap__def__m {
  max-width: 960px;
  width: 100%;
}

.l-wrap__def__s {
  max-width: 820px;
  width: 100%;
}

/* フッター */
.l_footer__inner {
  background: #4B392D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: -1px;
}
.l_footer__inner__body {
  padding: 10px 0 54px 0;
  margin: 0 5%;
  color: #FFFFFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/*運営者情報 20240628追加*/
.l_footer__inner__body__license {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
}
/*運営者情報 20240628ココマデ*/
@media screen and (max-width: 960px) {
  .l_footer__inner__body {
    padding: 10px 0 86px 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .l_footer__inner__body {
    padding: 24px 0 86px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l_footer__inner__body__list {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .l_footer__inner__body__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l_footer__inner__body__list:nth-child(2) {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .l_footer__inner__body__list:nth-child(2) {
    width: 100%;
  }
}
.l_footer__inner__body__list__logo {
  margin-bottom: 32px;
  display: inline-block;
}
.l_footer__inner__body__list__logo__svg {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .l_footer__inner__body__list__copyright {
    display: none;
  }
}
.l_footer__inner__body__list__copyright-sp {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l_footer__inner__body__list__copyright-sp {
    display: block;
  }
}
.l_footer__inner__body__list__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  .l_footer__inner__body__list__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    width: 90%;
  }
}
.l_footer__inner__body__list__menu a + a {
  margin-left: 14px;
}
.l_footer__inner__body__list__menu:nth-child(2) {
  margin: 4px auto 28px auto;
}
@media screen and (max-width: 500px) {
  .l_footer__inner__body__list__menu:nth-child(2) {
    margin: 12px 0 26px;
  }
}
.l_footer__inner__body__list__menu:nth-child(3) a + a {
  margin-left: 8px;
}
@media screen and (max-width: 500px) {
  .l_footer__inner__body__list__menu:nth-child(3) a + a {
    margin-left: 0;
  }
}
.l_footer__inner__body__list__menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .l_footer__inner__body__list__menu .menu-link {
    width: calc((100% - 12px) / 2);
    height: 36px;
    margin-left: 0;
    text-align: center;
  }
}
/*トップページ*/
/* ファーストビュー 丸の大きさ */
#top .l_gnav__footer {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  #top .l_gnav__footer {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 960px) {
  #top .l_gnav__footer.scroll-nav {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 960px) {
  .p_top .l_header__title__logo {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p_top__main {
  /* ファーストビュー */
  /* リシャールについて */
  /* ご利用案内 */
  /* お申し込みはこちら */
  /* 高価買取ブランド */
}
.p_top__main__fv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #F7FDE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  .p_top__main__fv {
    margin-bottom: 0;
  }
}
.p_top__main__fv__inner {
  height: 100%;
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .p_top__main__fv__inner {
    width: 100%;
    padding: 0 5%;
  }
}
.p_top__main__fv__inner__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top__main__fv__inner__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 700px;
    margin: 70px 0 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .p_top__main__fv__inner__main {
    min-height: initial;
    margin: 72px 0 96px;
  }
}
.p_top__main__fv__inner__main .block1 {
  width: 32%;
  max-width: 312px;
  min-width: 300px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p_top__main__fv__inner__main .block1 {
    min-width: 262px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p_top__main__fv__inner__main .block1 {
    width: 100%;
    max-width: initial;
    min-width: initial;
  }
}
.p_top__main__fv__inner__main .block1 .fv-copy__main {
  margin-bottom: 32px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p_top__main__fv__inner__main .block1 .fv-copy__main {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .p_top__main__fv__inner__main .block1 .fv-copy__main {
    text-align: center;
    margin-top: 26px;
    margin-right: -24px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) and (max-width: 500px) {
  .p_top__main__fv__inner__main .block1 .fv-copy__main {
    margin-right: 0;
  }
}
.p_top__main__fv__inner__main .block1 .fv-copy__sub {
  margin-bottom: 42px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p_top__main__fv__inner__main .block1 .fv-copy__sub {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .p_top__main__fv__inner__main .block1 .fv-copy__sub {
    display: none;
  }
}
.p_top__main__fv__inner__main .block1 .fv-copy__sub-sp {
  display: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top__main__fv__inner__main .block1 .fv-copy__sub-sp {
    display: block;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .p_top__main__fv__inner__main .block1 .fv-copy__sub-sp {
    margin-bottom: 24px;
  }
}
.p_top__main__fv__inner__main .block1 .fv-point {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.p_top__main__fv__inner__main .block1 .fv-point__block {
  width: calc((100% - 14px) / 2);
  background: #FFFFFD;
  border-radius: 18px;
  padding: 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top__main__fv__inner__main .block1 .fv-point__block {
    width: calc((100% - 42px) / 4);
    background: transparent;
    padding: 0;
  }
}
.p_top__main__fv__inner__main .block1 .fv-point__block__img {
  margin-bottom: 4px;
  max-width: 64px;
}
@media screen and (max-width: 960px) {
  .p_top__main__fv__inner__main .block1 .fv-point__block__img {
    max-width: 56px;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  .p_top__main__fv__inner__main .block1 .fv-point__block__img {
    max-width: 50px;
  }
}
.p_top__main__fv__inner__main .block2 {
  width: 68%;
  margin-left: 44px;
}
@media screen and (max-width: 1080px) {
  .p_top__main__fv__inner__main .block2 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p_top__main__fv__inner__main .block2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p_top__main__fv__inner__main .block2 .fv-img {
  width: 100%;
  height: 100%;
  max-height: 728px;
  min-height: 548px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p_top__main__fv__inner__main .block2 .fv-img {
    width: 70%;
    max-width: 420px;
    min-width: 372px;
    min-height: initial;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .p_top__main__fv__inner__main .block2 .fv-img {
    width: 90%;
    max-width: initial;
    min-width: initial;
  }
}
@media screen and (max-width: 500px) {
  .p_top__main__fv__wave {
    height: 72%;
  }
}
.p_top__main__about__inner .enquete-img {
  max-width: 740px;
  width: 100%;
}
.p_top__main__about__inner .pc-view {
  display: block;
}
@media screen and (max-width: 500px) {
  .p_top__main__about__inner .pc-view {
    display: none;
  }
}
.p_top__main__about__inner .sp-view {
  display: none;
}
@media screen and (max-width: 500px) {
  .p_top__main__about__inner .sp-view {
    display: block;
  }
}
.p_top__main__about__inner__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .p_top__main__about__inner__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_top__main__about__inner__main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
}
@media screen and (max-width: 640px) {
  .p_top__main__about__inner__main__body {
    padding-left: 0;
  }
}
.p_top__main__about__inner__main__body .about-img {
  border-radius: 22px;
}
.p_top__main__about__inner__main__body .about-txt {
  margin: 36px 0 42px 0;
}
@media screen and (max-width: 640px) {
  .p_top__main__about__inner__main .o-c_heading__vertical01 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .p_top__main__about__inner__main .o-c_heading__vertical01__en {
    margin-left: 0;
  }
}
.p_top__main__info__inner__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .p_top__main__info__inner__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_top__main__info__inner__main__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 54px;
}
@media screen and (max-width: 960px) {
  .p_top__main__info__inner__main__body {
    gap: 34px 22px;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  .p_top__main__info__inner__main__body {
    gap: 48px 0;
  }
}
.p_top__main__info__inner__main__body__list {
  width: calc((100% - 54px) / 2);
}
@media screen and (max-width: 960px) {
  .p_top__main__info__inner__main__body__list {
    width: calc((100% - 22px) / 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  .p_top__main__info__inner__main__body__list {
    width: 100%;
  }
}
.p_top__main__info__inner__main__body__list .info-link {
  display: block;
  width: 100%;
  height: auto;
  background: #FFFFFD;
  border-radius: 22px;
  border: solid #45CC5A 1.5px;
}
.p_top__main__info__inner__main__body__list .info-link:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_top__main__info__inner__main__body__list .info-link__img {
  width: 100%;
  overflow: hidden;
}
.p_top__main__info__inner__main__body__list .info-title {
  width: 100%;
  margin: 20px 0 10px 0;
  color: #45CC5A;
}
.p_top__main__info__inner__main__body__list .info-txt {
  width: 100%;
}
.p_top__main__info__inner__main .o-c_heading__vertical01 {
  padding-left: 60px;
}
@media screen and (max-width: 640px) {
  .p_top__main__info__inner__main .o-c_heading__vertical01 {
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .p_top__main__info__inner__main .o-c_heading__vertical01__en {
    margin-left: 0;
  }
}
.p_top__main__pubrand {
  background: #F7FDE8;
}
/*新規買取ブランド 20240628*/
.p_top__main__pubrand2 {
  background: #FFFFFD;
}
.p_top__main__pubrand__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_top__main__pubrand__list .fv-img {
  width: 100%;
  height: 100%;
}
.p_top .l_footer .o-c_line__wave-footer {
  background: #F7FDE8;
}

/*リシャールの特徴*/
.p_features__main {
  /* 5つの特徴 */
  /* ご提供サービスについて */
}
.p_features__main__point {
  position: relative;
}
.p_features__main__point .enquete-img {
  max-width: 740px;
  width: 100%;
  margin-top: 60px;
}
.p_features__main__point .pc-view {
  display: block;
}
@media screen and (max-width: 500px) {
  .p_features__main__point .pc-view {
    display: none;
  }
}
.p_features__main__point .sp-view {
  display: none;
}
@media screen and (max-width: 500px) {
  .p_features__main__point .sp-view {
    display: block;
  }
}
.p_features__main__point__body__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px 32px;
}
@media screen and (max-width: 1024px) {
  .p_features__main__point__body__list {
    gap: 46px 32px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .p_features__main__point__body__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .p_features__main__point__body__list li {
    width: 100%;
  }
}
.p_features__main__point__body__list__child {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 1024px) {
  .p_features__main__point__body__list__child {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .p_features__main__point__body__list__child {
    width: 100%;
  }
}
.p_features__main__point__body__list__child .point-img {
  position: relative;
  width: 100%;
  border-radius: 22px;
  background: #FFFAD5;
}
.p_features__main__point__body__list__child .point-img__number {
  font-family: "Outfit", sans-serif;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background: #FFFFFD;
  border-radius: 22px 0 22px 0;
  color: #45CC5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_features__main__point__body__list__child .point-img__main {
  width: 100%;
}
.p_features__main__point__body__list__child .point-title {
  color: #45CC5A;
  text-align: center;
  margin: 18px 0 10px 0;
}
.p_features__main__service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 52px;
}
@media screen and (max-width: 500px) {
  .p_features__main__service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .p_features__main__service__list li {
    width: 100%;
  }
}
.p_features__main__service__list__child {
  width: calc((100% - 52px) / 2);
}
.p_features__main__service__list__child .service-title {
  color: #45CC5A;
  margin-bottom: 18px;
}
.p_features__main__service__list__child .o-c_link__squ01-green {
  margin-top: 26px;
}

/*サステナビリティへの取り組み*/
.p_susta__main {
  /* ファッション × サステナブル */
  /* リユースでファッションを楽しもう */
  /* ご利用案内 */
}
.p_susta__main__fa-sus {
  position: relative;
}
.p_susta__main__fa-sus__comment {
  border-top: solid #45CC5A 1.5px;
  border-bottom: solid #45CC5A 1.5px;
  padding: 36px 0;
}
.p_susta__main__fa-sus__comment .sus-com-heading {
  margin-bottom: 12px;
  color: #45CC5A;
  position: relative;
  margin-left: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4em;
}
.p_susta__main__fa-sus__comment .sus-com-heading:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1.2em;
  width: 0.5em;
  height: 0.5em;
  background: #45CC5A;
  border-radius: 50%;
}
.p_susta__main__fa-sus__body__block + .p_susta__main__fa-sus__body__block {
  margin-top: 30px;
}
.p_susta__main__fa-sus__body__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7FDE8;
  border-radius: 22px;
  padding: 30px 60px;
  /* 1人当たり(年間平均)の衣服消費・利用状況 */
  /* 可燃ごみ・不燃ごみに出される衣類の量と焼却・埋め立て量 / 服を手放す手段の分布 */
}
@media screen and (max-width: 768px) {
  .p_susta__main__fa-sus__body__block {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .p_susta__main__fa-sus__body__block {
    padding: 30px 12px;
  }
}
.p_susta__main__fa-sus__body__block .heikin-data {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_susta__main__fa-sus__body__block .heikin-data {
    gap: 30px 12px;
  }
}
.p_susta__main__fa-sus__body__block .heikin-data__list {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .p_susta__main__fa-sus__body__block .heikin-data__list {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .p_susta__main__fa-sus__body__block .heikin-data__list {
    width: calc((100% - 12px) / 2);
  }
}
.p_susta__main__fa-sus__body__block .heikin-data__list__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_susta__main__fa-sus__body__block .heikin-data__list__body img {
  height: 58px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .p_susta__main__fa-sus__body__block .heikin-data__list__body img {
    height: 44px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .p_susta__main__fa-sus__body__block .heikin-data__list__body img {
    height: 38px;
  }
}
.p_susta__main__fa-sus__body__block .heikin-data__list__body__txt {
  margin-bottom: 3px;
}
.p_susta__main__fa-sus__body__block .heikin-data__list__body__txt__no {
  color: #45CC5A;
  margin-left: -4px;
  margin-right: 6px;
}
.p_susta__main__fa-sus__body__block .haiki-data {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_susta__main__fa-sus__body__block .haiki-data {
    gap: 30px 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .p_susta__main__fa-sus__body__block .haiki-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .p_susta__main__fa-sus__body__block .haiki-data img {
    padding: 0 10%;
  }
}
.p_susta__main__fa-sus__body__block .haiki-data__list {
  width: calc((100% - 20px) / 2);
  /* グリーン */
  /* ライトグリーン */
  /* ライトオレンジ */
  /* オレンジ */
  /* ブルー */
}
@media screen and (max-width: 640px) {
  .p_susta__main__fa-sus__body__block .haiki-data__list {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 640px) and (max-width: 500px) {
  .p_susta__main__fa-sus__body__block .haiki-data__list {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .p_susta__main__fa-sus__body__block .haiki-data__list .o-c-heading__sus-data {
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p_susta__main__fa-sus__body__block .haiki-data__list__body {
  width: 100%;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-green .haiki-data__list__graph__title:before {
  background: #45CC5A;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-green .haiki-data__list__graph__txt {
  color: #45CC5A;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-green2 .haiki-data__list__graph__title:before {
  background: #69E67C;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-green2 .haiki-data__list__graph__txt {
  color: #69E67C;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-orange2 .haiki-data__list__graph__title:before {
  background: #FFB94A;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-orange2 .haiki-data__list__graph__txt {
  color: #FFB94A;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-orange .haiki-data__list__graph__title:before {
  background: #EB932D;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-orange .haiki-data__list__graph__txt {
  color: #EB932D;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-blue .haiki-data__list__graph__title:before {
  background: #6EDBDB;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph.graph-blue .haiki-data__list__graph__txt {
  color: #6EDBDB;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph + .haiki-data__list__graph {
  margin-top: 6px;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .p_susta__main__fa-sus__body__block .haiki-data__list__graph {
    margin-left: 0;
  }
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph__title {
  position: relative;
  margin-left: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph__title:before {
  content: "";
  position: absolute;
  left: -2.5em;
  width: 1.8em;
  height: 1.8em;
  background: #4B392D;
  border-radius: 50%;
}
.p_susta__main__fa-sus__body__block .haiki-data__list__graph__txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  margin-top: -10px;
  margin-left: 10px;
}
.p_susta__main__fa-sus__body__block .fa-sus-txt {
  padding-top: 20px;
  margin-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p_susta__main__fa-sus__body__block .fa-sus-txt:before {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 2px;
  background: #45CC5A;
  border-radius: 1px;
}
.p_susta__main__fa-sus__body__block .fa-sus-point {
  background: #FFFFFD;
  border-radius: 10px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .p_susta__main__fa-sus__body__block .fa-sus-point {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_susta__main__fa-sus__body__block .fa-sus-point__head {
  font-family: "Outfit", sans-serif;
  color: #45CC5A;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 640px) {
  .p_susta__main__fa-sus__body__block .fa-sus-point__head {
    width: 100%;
    margin-bottom: 5px;
  }
}
.p_susta__main__fa-sus__body__block .fa-sus-point__txt {
  width: 80%;
}
@media screen and (max-width: 640px) {
  .p_susta__main__fa-sus__body__block .fa-sus-point__txt {
    width: 100%;
    text-align: center;
  }
}
.p_susta__main__reuse__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .p_susta__main__reuse__list {
    gap: 30px;
  }
}
.p_susta__main__reuse__list__img {
  width: calc((100% - 84px) / 3);
}
@media screen and (max-width: 768px) {
  .p_susta__main__reuse__list__img {
    width: calc((100% - 30px) / 2);
  }
}
.p_susta__main__info {
  background: #F7FDE8;
}
.p_susta__main__info__inner__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_susta__main__info__inner__main__head {
  text-align: center;
  margin-bottom: 30px;
  color: #45CC5A;
}
.p_susta__main__info__inner__main__sub {
  text-align: center;
}
.p_susta__main__info__inner__main__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 54px;
}
@media screen and (max-width: 768px) {
  .p_susta__main__info__inner__main__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}
.p_susta__main__info__inner__main__body__list {
  width: calc((100% - 54px) / 2);
}
@media screen and (max-width: 768px) {
  .p_susta__main__info__inner__main__body__list {
    width: 100%;
  }
}
.p_susta__main__info__inner__main__body__list .info-link {
  display: block;
  width: 100%;
  height: auto;
  background: #FFFFFD;
  border-radius: 22px;
  border: solid #45CC5A 1.5px;
}
.p_susta__main__info__inner__main__body__list .info-link:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_susta__main__info__inner__main__body__list .info-link__img {
  width: 100%;
  overflow: hidden;
}
.p_susta__main__info__inner__main__body__list .info-title {
  width: 100%;
  margin: 20px 0 10px 0;
  color: #45CC5A;
}
.p_susta__main__info__inner__main__body__list .info-txt {
  width: 100%;
}
.p_susta__main__info__inner__main__heading {
  padding-left: 60px;
}
.p_susta .l_footer .o-c_line__wave-footer {
  background: #F7FDE8;
}

/*リシャールの特徴*/
.p_flow__main {
  /* 買取方法のご案内 */
  /* 選べる2つの申込方法 */
  /* 買取の流れ */
}
.p_flow__main__step {
  position: relative;
}
.p_flow__main__step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_flow__main__step__body__title {
  padding: 2px 20px;
  margin-bottom: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p_flow__main__step__body__title .step-title {
  white-space: nowrap;
}
.p_flow__main__step__body__title .step-title__child {
  color: #45CC5A;
}
.p_flow__main__step__body__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -10;
  width: 100%;
  height: 64%;
  background: #F7FDE8;
  border-radius: 10px;
}
.p_flow__main__step__body__3step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .p_flow__main__step__body__3step {
    gap: 6px;
  }
}
.p_flow__main__step__body__3step .step-main {
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .p_flow__main__step__body__3step .step-main {
    width: calc((100% - 12px) / 3);
  }
}
.p_flow__main__step__body__3step .step-main .icon-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p_flow__main__step__body__3step .step-main .icon-arrow::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("/images/renewal/icon_arrow.png");
  background-size: 24px;
  background-repeat: no-repeat;
  margin-right: -22px;
}
@media screen and (max-width: 500px) {
  .p_flow__main__step__body__3step .step-main .icon-arrow::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    margin-right: -10px;
  }
}
.p_flow__main__step__body__3step .step-main__txt {
  border-bottom: solid #45CC5A 2px;
  margin-top: 10px;
  text-align: center;
}
.p_flow__main__step__body__more {
  color: #45CC5A;
  margin-bottom: 26px;
}
.p_flow__main__step__body__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_flow__main__step__body__link a + a {
  margin-left: 22px;
}
.p_flow__main__choose,
.p_flow__main .p_flow__main__buyflow {
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .p_flow__main__choose,
  .p_flow__main .p_flow__main__buyflow {
    padding-top: 70px;
  }
}
.p_flow__main__choose__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .p_flow__main__choose__offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p_flow__main__choose__offer__block.offer-kantan {
  border: solid #EABF0C 1.5px;
}
.p_flow__main__choose__offer__block.offer-kitiri {
  border: solid #EB932D 1.5px;
}
.p_flow__main__choose__offer__block {
  width: calc((100% - 12px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding: 26px 4% 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p_flow__main__choose__offer__block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_flow__main__choose__offer__block:nth-child(2) {
    margin-top: 70px;
  }
}
.p_flow__main__choose__offer__block .offer-title {
  position: absolute;
  margin-top: -46px;
  padding: 0 16px;
  background: #FFFFFD;
}
.p_flow__main__choose__offer__block .offer-title .offer-icon {
  width: 30px;
  margin-right: 12px;
}
.p_flow__main__choose__offer__block .offer-title.offer-kantan {
  color: #EABF0C;
}
.p_flow__main__choose__offer__block .offer-title.offer-kitiri {
  color: #EB932D;
}
.p_flow__main__choose__offer__block .offer-list {
  width: 100%;
  margin: 20px 0;
}
.p_flow__main__choose__offer__block .offer-flow {
  width: 100%;
  padding: 14px 26px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_flow__main__choose__offer__block .offer-flow.offer-kantan {
  background: #FFFAD5;
}
.p_flow__main__choose__offer__block .offer-flow.offer-kantan .offer-flow__child {
  color: #EABF0C;
}
.p_flow__main__choose__offer__block .offer-flow.offer-kitiri {
  background: #FDF5DB;
}
.p_flow__main__choose__offer__block .offer-flow.offer-kitiri .offer-flow__child {
  color: #EB932D;
}
.p_flow__main__choose__offer__block .icon-arrow {
  width: 12px;
  margin: 10px 0;
}
.p_flow__main__choose__offer__block .o-c_link__squ02 {
  margin-top: 26px;
}
.p_flow__main__choose__offer__block .o-c_link__squ02.offer-kantan {
  background: #EABF0C;
}
.p_flow__main__choose__offer__block .o-c_link__squ02.offer-kitiri {
  background: #EB932D;
}
.p_flow__main__buyflow__list__child + .p_flow__main__buyflow__list__child {
  margin-top: 66px;
}
.p_flow__main__buyflow__list__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .p_flow__main__buyflow__list__child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p_flow__main__buyflow__list__child__main {
  width: 60%;
  padding-right: 30px;
}
@media screen and (max-width: 500px) {
  .p_flow__main__buyflow__list__child__main {
    width: 100%;
    padding-right: 0;
  }
}
.p_flow__main__buyflow__list__child__main .flow-title {
  color: #45CC5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.p_flow__main__buyflow__list__child__main .flow-title__number {
  font-family: "Outfit", sans-serif;
  margin-right: 10px;
  margin-bottom: 2px;
}
.p_flow__main__buyflow__list__child__img {
  width: 40%;
  background: #FFFAD5;
  border-radius: 22px;
}
@media screen and (max-width: 500px) {
  .p_flow__main__buyflow__list__child__img {
    width: 80%;
    margin-top: 20px;
    border-radius: 50%;
  }
}
.p_flow__main__buyflow__list__child__sub {
  width: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.p_flow__main__buyflow__list__child__sub .buyflow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: #FFFFFD;
  margin-top: -54px;
  padding: 0 10px;
}
.p_flow__main__buyflow__list__child__sub .buyflow-title__icon {
  width: 22px;
  margin-right: 12px;
}
.p_flow__main__buyflow__list__child__sub .buyflow-title__txt {
  text-align: center;
}
.p_flow__main__buyflow__list__child__sub .buyflow-title.buyflow-kantan {
  color: #EABF0C;
}
.p_flow__main__buyflow__list__child__sub .buyflow-title.buyflow-kitiri {
  color: #EB932D;
}
.p_flow__main__buyflow__list__child__sub.buyflow-kantan {
  border: solid #EABF0C 1.5px;
}
.p_flow__main__buyflow__list__child__sub.buyflow-kitiri {
  border: solid #EB932D 1.5px;
}

/*ご利用規約*/
.p_style-list__main__menu {
  width: 85px;
  padding: 11px 9px 11px 11px;
  border-radius: 12px 0 0 12px;
  background: #4B392D;
  color: #FFFFFD;
  -webkit-box-shadow: 0 6px 16px rgba(101, 144, 41, 0.16);
          box-shadow: 0 6px 16px rgba(101, 144, 41, 0.16);
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_style-list__main__menu__search {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_style-list__main__menu__search__icon {
  width: 14px;
  margin-right: 6px;
}
.p_style-list__main__cont {
  position: relative;
}
.p_style-list__main__cont__body__title {
  padding-top: 70px;
}
.p_style-list__main__cont__body .satei-ok .style-list-title {
  color: #EABF0C;
}
.p_style-list__main__cont__body .satei-ng .style-list-title {
  color: #EB932D;
}
.p_style-list__main__cont__body__info + .p_style-list__main__cont__body__info {
  margin-top: 30px;
}
.p_style-list__main__cont__body__info {
  position: relative;
}
.p_style-list__main__cont__body__info .style-list-title {
  width: 222px;
  color: #45CC5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 20241025 サジェストタイトル追加 ココカラ */
.p_style-list__main__cont__body__info .sg-guide {
  width: 333px;
}
/* 20241025 サジェストタイトル追加 ココマデ */
.p_style-list__main__cont__body__info .style-list-title__icon {
  width: 20px;
  margin-right: 8px;
}
.p_style-list__main__cont__body__info .style-list-title__txt {
  margin-top: 10px;
}
.p_style-list__main__cont__body__info .style-list-title__svg {
  width: 18px;
  margin-left: 12px;
}
.p_style-list__main__cont__body__info .style-list-form {
  position: relative;
  width: 400px;
}
@media screen and (max-width: 500px) {
  .p_style-list__main__cont__body__info .style-list-form {
    width: 100%;
  }
}
.p_style-list__main__cont__body__info .style-list-form__clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.p_style-list__main__cont__body__info .style-list-form__clear::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/images/renewal/icon_cross_s.png);
  background-size: 16px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p_style-list__main__cont__body__info .style-list-form__clear input {
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.p_style-list__main__cont__body__info .style-list-form__input {
  width: 100%;
  border: solid #45CC5A 1.5px;
  padding: 18px 48px 18px 20px;
  border-radius: 10px;
}
.p_style-list__main__cont__body__info .style-list-form__input::-webkit-input-placeholder {
  color: #ACA390;
}
.p_style-list__main__cont__body__info .style-list-form__input::-moz-placeholder {
  color: #ACA390;
}
.p_style-list__main__cont__body__info .style-list-form__input:-ms-input-placeholder {
  color: #ACA390;
}
.p_style-list__main__cont__body__info .style-list-form__input::-ms-input-placeholder {
  color: #ACA390;
}
.p_style-list__main__cont__body__info .style-list-form__input::placeholder {
  color: #ACA390;
}
.p_style-list__main__cont__body__info .style-list-suggest {
  position: absolute;
  z-index: 100;
  margin-top: 0.5px;
  width: 400px;
  padding: 20px;
  border-radius: 10px;
  background: #F7FDE8;
}
@media screen and (max-width: 500px) {
  .p_style-list__main__cont__body__info .style-list-suggest {
    width: 100%;
  }
}
.p_style-list__main__cont__body__info .style-list-suggest div + div {
  margin-top: 10px;
}
.p_style-list__main__cont__body__info .style-list-suggest div {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.p_style-list__main__cont__body__info .style-list-suggest div:hover {
  opacity: 0.5;
}
.p_style-list__main__cont__body__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .p_style-list__main__cont__body__notice {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p_style-list__main__cont__body__notice p + p {
  margin-left: 12px;
}
.p_style-list__main__cont__body__notice .style-list-notice {
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 14px;
  background: #F7FDE8;
  padding: 10px 20px;
  color: #45CC5A;
}
@media screen and (max-width: 500px) {
  .p_style-list__main__cont__body__notice .style-list-notice {
    width: 100%;
  }
}

/*取扱ブランド 個別ページ*/
.p_brand-kai__main {
  /* ご利用案内 */
}
.p_brand-kai__main__body {
  position: relative;
}
.p_brand-kai__main__body__head {
  background: #F7FDE8;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p_brand-kai__main__body__head .l-wrap__2column-r {
    width: 100%;
  }
}
.p_brand-kai__main__body__head__svg {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .p_brand-kai__main__body__head__svg {
    display: none;
  }
}
.p_brand-kai__main__body__head__inner {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p_brand-kai__main__body__head__inner {
    padding: 90px 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  .p_brand-kai__main__body__head__inner {
    padding: 90px 0 0;
  }
}
.p_brand-kai__main__body__head__inner .o-c_heading__page {
  font-family: "Outfit", "Zen Maru Gothic", sans-serif;
}
.p_brand-kai__main__body__head__inner__cont {
  width: 38%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p_brand-kai__main__body__head__inner__cont {
    width: 264px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  .p_brand-kai__main__body__head__inner__cont {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.p_brand-kai__main__body__head__inner__cont .brand-kai-head__txt {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__txt {
    display: none;
  }
}
.p_brand-kai__main__body__head__inner__cont .brand-kai-head__txt__logo {
  width: 128px;
}
@media screen and (max-width: 960px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__txt__logo {
    display: none;
  }
}
.p_brand-kai__main__body__head__inner__cont .brand-kai-head__txt__copy {
  text-align: center;
  margin: 14px 0 20px;
  white-space: nowrap;
}
.p_brand-kai__main__body__head__inner__cont .brand-kai-head__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__point {
    width: 90%;
  }
}
@media screen and (max-width: 640px) and (max-width: 500px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__point {
    width: 100%;
    gap: 0;
  }
}
.p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block {
  width: calc((100% - 8px) / 2);
  min-width: 123px;
  background: #FFFFFD;
  border-radius: 10px;
  padding: 12px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block {
    padding: 14px 6px 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block {
    width: calc((100% - 24px) / 4);
    min-width: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) and (max-width: 500px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block {
    width: calc((100% - 0px) / 4);
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(255, 255, 253, 0.85);
  }
}
.p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block__img {
  width: 44px;
  margin-bottom: 4px;
}
@media screen and (max-width: 960px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block__img {
    width: 38px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block__img {
    width: 54px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) and (max-width: 640px) {
  .p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block__img {
    width: 46px;
  }
}
.p_brand-kai__main__body__head__inner__cont .brand-kai-head__point__block p {
  text-align: center;
  line-height: 1.4em;
}
.p_brand-kai__main__body__head__img {
  margin-top: -10px;
  margin-left: -10px;
  width: 62%;
}
@media screen and (max-width: 960px) {
  .p_brand-kai__main__body__head__img {
    width: auto;
    height: 330px;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .p_brand-kai__main__body__head__img {
    height: 240px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) and (max-width: 640px) {
  .p_brand-kai__main__body__head__img {
    width: 80%;
    height: 280px;
    -o-object-position: 50% 0;
       object-position: 50% 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) and (max-width: 640px) and (max-width: 500px) {
  .p_brand-kai__main__body__head__img {
    width: 100%;
    height: 260px;
  }
}
.p_brand-kai__main__body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_brand-kai__main__body__inner section + section {
  margin-top: 42px;
}
.p_brand-kai__main__body__inner .brand-kai-border {
  padding-bottom: 42px;
  border-bottom: solid #45CC5A 1.5px;
}
.p_brand-kai__main__body__inner__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_brand-kai__main__body__inner__cont .o-c-heading__brand-kai {
  margin-bottom: 30px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-logo,
.p_brand-kai__main__body__inner__cont .brand-kai-rank {
  margin: 20px 0;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-logo,
  .p_brand-kai__main__body__inner__cont .brand-kai-rank {
    margin: auto;
    width: 80%;
  }
}
.p_brand-kai__main__body__inner__cont .brand-kai-logo img,
.p_brand-kai__main__body__inner__cont .brand-kai-rank img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-logo {
    margin-top: 26px;
  }
}
@media screen and (max-width: 640px) and (max-width: 500px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-logo {
    margin: 50px 0 14px;
  }
}
.p_brand-kai__main__body__inner__cont .brand-kai-title-c,
.p_brand-kai__main__body__inner__cont .brand-kai-txt-c {
  text-align: center;
}
.p_brand-kai__main__body__inner__cont .brand-kai-title-c {
  font-family: "Outfit", "Zen Maru Gothic", sans-serif;
  color: #45CC5A;
  margin-bottom: 14px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-rank {
  margin: 30px 0 14px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-rank-t {
  color: #ACA390;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt {
  font-family: "Outfit", "Zen Maru Gothic", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; /* 20250411 ブランドページ買取ポイント改行削除 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt span + span {
  margin-top: 10px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__head {
  width: 100%;
  border: solid #ACA390 1px;
  border-bottom: none;
  background: #F0EDE6;
  padding: 8px;
  text-align: center;
  margin-top: 30px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table + .brand-kai-txt__table {
  border-top: none;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table {
  width: 100%;
  border: solid #ACA390 1px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table th {
  background: #F0EDE6;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table th,
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table td {
  padding: 12px 10px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .detail-block + .detail-block {
  border-top: solid #ACA390 1px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .detail-block__head {
  border-right: solid #ACA390 1px;
  width: 130px;
}
@media screen and (max-width: 500px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-txt__table .detail-block__head {
    width: 86px;
  }
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .detail-block__body {
  font-family: "Outfit", "Zen Maru Gothic", sans-serif;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block + .size-block {
  border-left: solid #ACA390 1px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block {
  width: calc((100% - 0px) / 6);
}
@media screen and (max-width: 768px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block {
    width: calc((100% - 0px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block:nth-child(4) {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block:nth-child(n+4) {
    border-top: solid #ACA390 1px;
  }
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block__head,
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block .size-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block__head {
  height: 48.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid #ACA390 1px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-txt__table .size-block__body {
  font-family: "Outfit", "Zen Maru Gothic", sans-serif;
}
.p_brand-kai__main__body__inner__cont .o-c_heading__def01 {
  text-align: center;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki li {
  width: calc((100% - 60px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki li img {
  width: 110px;
  margin-bottom: 6px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki li a {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki li a:hover {
  opacity: 0.5;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki-u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-jisseki-u {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki-u li {
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-jisseki-u li {
    width: 100%;
  }
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki-u li img {
  width: 200px;
  margin-bottom: 10px;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki-u li p {
  font-family: "Outfit", sans-serif;
  white-space: nowrap;
}
.p_brand-kai__main__info {
  background: #F7FDE8;
}
.p_brand-kai__main__info__inner__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_brand-kai__main__info__inner__main__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 54px;
}
@media screen and (max-width: 768px) {
  .p_brand-kai__main__info__inner__main__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}
.p_brand-kai__main__info__inner__main__body__list {
  width: calc((100% - 54px) / 2);
}
@media screen and (max-width: 768px) {
  .p_brand-kai__main__info__inner__main__body__list {
    width: 100%;
  }
}
.p_brand-kai__main__info__inner__main__body__list .info-link {
  display: block;
  width: 100%;
  height: auto;
  background: #FFFFFD;
  border-radius: 22px;
  border: solid #45CC5A 1.5px;
}
.p_brand-kai__main__info__inner__main__body__list .info-link:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_brand-kai__main__info__inner__main__body__list .info-link__img {
  width: 100%;
  overflow: hidden;
}
.p_brand-kai__main__info__inner__main__body__list .info-title {
  width: 100%;
  margin: 20px 0 10px 0;
  color: #45CC5A;
}
.p_brand-kai__main__info__inner__main__body__list .info-txt {
  width: 100%;
}
.p_brand-kai__main__info__inner__main__heading {
  padding-left: 60px;
}
.p_brand-kai .o-c_line__wave-footer {
  background: #F7FDE8;
}

/*お客さまの声*/
.p_voice__main {
  /* FAQ */
}
.p_voice__main__cont {
  position: relative;
}
.p_voice__main__cont__body dl + dl {
  margin-top: 100px;
}
.p_voice__main__cont__body__block__comment {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .p_voice__main__cont__body__block__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p_voice__main__cont__body__block__comment .comment-heading,
  .p_voice__main__cont__body__block__comment .comment-txt {
    width: fit-contents;
  }
}
.p_voice__main__cont__body__block__comment .comment-heading {
  color: #45CC5A;
  background: #FFFFFD;
  padding: 0px 12px;
  position: absolute;
  top: -30px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .p_voice__main__cont__body__block__comment .comment-heading {
    left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_voice__main__cont__body__block__comment .comment-heading__number {
  font-family: "Outfit", sans-serif;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  .p_voice__main__cont__body__block__comment .comment-heading__number {
    margin-right: 0;
  }
}
.p_voice__main__cont__body__block__comment .comment-txt {
  border-radius: 22px;
  border: solid #45CC5A 1.5px;
  background: rgba(255, 255, 253, 0.8);
  padding: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .p_voice__main__cont__body__block__comment .comment-txt {
    padding: 40px 32px;
  }
}
.p_voice__main__cont__body__block__reply {
  margin: 0 2%;
}
.p_voice__main__cont__body__block__reply .reply-reshal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.p_voice__main__cont__body__block__reply .reply-reshal__img {
  width: 80px;
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .p_voice__main__cont__body__block__reply .reply-reshal__img {
    margin-right: 18px;
  }
}
.p_voice__main__cont__body__block__reply .reply-point {
  border-radius: 22px;
  background: #F7FDE8;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 500px) {
  .p_voice__main__cont__body__block__reply .reply-point {
    padding: 32px;
  }
}
.p_voice__main__cont__body__block__reply .reply-point__heading {
  color: #45CC5A;
  margin-bottom: 8px;
}
@media screen and (max-width: 500px) {
  .p_voice__main__cont__body__block__reply .reply-point__heading {
    width: 100%;
    text-align: center;
  }
}

/* 運営会社 */
.p_company__main {
  /* FAQ */
}
.p_company__main__cont {
  position: relative;
}
.p_company__main__cont__body dl + div {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .p_company__main__cont__body dl + div {
    margin-top: 40px;
  }
}
.p_company__main__cont__body__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_company__main__cont__body__block__comment {
  width: 20%;
  min-width: 142px;
  padding: 28px 0;
  border-bottom: solid #45CC5A 2px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p_company__main__cont__body__block__comment {
    min-width: 114px;
  }
}
.p_company__main__cont__body__block__reply {
  width: 80%;
  padding: 28px 0 28px 26px;
  border-bottom: solid #45CC5A 1.5px;
}
.p_company__main__cont__body__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .p_company__main__cont__body__img {
    gap: 8px;
  }
}
.p_company__main__cont__body__img .company-img {
  width: calc((100% - 48px) / 3);
  border-radius: 22px;
}
@media screen and (max-width: 960px) {
  .p_company__main__cont__body__img .company-img {
    width: calc((100% - 24px) / 3);
    border-radius: 10px;
  }
}

/*よくあるご質問*/
.p_qa__main__cont {
  position: relative;
}
.p_qa__main__cont__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_qa__main__cont__block + .p_qa__main__cont__block {
  margin-top: 60px;
}
.p_qa__main__cont__block__inner {
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .p_qa__main__cont__block__inner {
    padding-top: 70px;
  }
}
.p_qa__main__cont__block .qa-txt {
  margin: auto 4%;
}
.p_qa__main__cont__block .qa-txt__block + .qa-txt__block {
  margin-top: 20px;
}
.p_qa__main__cont__block .qa-txt__block {
  padding-bottom: 30px;
  border-bottom: solid #45CC5A 1.5px;
}
.p_qa__main__cont__block .qa-txt__block__inner + .qa-txt__block__inner {
  margin-top: 4px;
}
.p_qa__main__cont__block .qa-txt__block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_qa__main__cont__block .qa-txt__block__inner__number {
  font-family: "Outfit", sans-serif;
  width: 30px;
  margin-right: 18px;
  color: #45CC5A;
}
@media screen and (max-width: 500px) {
  .p_qa__main__cont__block .qa-txt__block__inner__number {
    margin-right: 0;
  }
}
.p_qa__main__cont__block .qa-txt__block__inner__txt {
  width: 100%;
  margin-top: 11px;
}
@media screen and (max-width: 500px) {
  .p_qa__main__cont__block .qa-txt__block__inner__txt {
    margin-top: 5px;
  }
}
.p_qa__main__cont__block .qa-txt p + ol,
.p_qa__main__cont__block .qa-txt ol + p {
  margin-top: 16px;
}
.p_qa__main__cont__block .qa-txt ol li + li {
  margin-top: 8px;
}
.p_qa__main__cont__block .qa-txt ol li {
  list-style-type: decimal;
  margin-left: 18px;
  padding-left: 2px;
}

/*個人情報保護方針*/
.p_privacy__main__cont {
  position: relative;
}
.p_privacy__main__cont__block + .p_privacy__main__cont__block {
  margin-top: 66px;
}
.p_privacy__main__cont__block .privacy-title {
  color: #45CC5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.p_privacy__main__cont__block .privacy-title__number {
  font-family: "Outfit", sans-serif;
  margin-right: 10px;
  margin-bottom: 2px;
}
.p_privacy__main__cont__block .privacy-txt p + ul,
.p_privacy__main__cont__block .privacy-txt ul + p,
.p_privacy__main__cont__block .privacy-txt p + p {
  margin-top: 16px;
}
.p_privacy__main__cont__block .privacy-txt ul li + li {
  margin-top: 8px;
}

/*ご利用規約*/
.p_kiyaku__main__cont {
  position: relative;
}
.p_kiyaku__main__cont__block + .p_kiyaku__main__cont__block {
  margin-top: 50px;
}
.p_kiyaku__main__cont__block .o-c-heading__sec__number {
  font-family: "Zen Maru Gothic", sans-serif;
}
.p_kiyaku__main__cont__block .kiyaku-txt {
  margin: auto 4%;
}
.p_kiyaku__main__cont__block .kiyaku-txt p + ol,
.p_kiyaku__main__cont__block .kiyaku-txt ol + p {
  margin-top: 16px;
}
.p_kiyaku__main__cont__block .kiyaku-txt ol li + li {
  margin-top: 8px;
}
.p_kiyaku__main__cont__block .kiyaku-txt ol li {
  list-style-type: decimal;
  margin-left: 18px;
  padding-left: 2px;
}

/*お問い合わせ*/
.p_questionmail__main__cont__subheading {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_questionmail__main__cont__subheading .subheading__child {
  margin-top: 36px;
}
.p_questionmail__main__cont__subheading .subheading__img {
  width: 286px;
  height: 286px;
  border-radius: 50%;
  background: #FFFAD5;
}
.p_questionmail__main__cont__subheading .subheading__btn {
  margin-top: 56px;
}
.p_questionmail__main__cont__error {
  color: #ED574C;
  width: 100%;
  margin-bottom: 10px;
}
.p_questionmail__main__cont__mail .mail-block + .mail-block {
  margin-top: 40px;
}
.p_questionmail__main__cont__mail .mail-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #45CC5A;
}
.p_questionmail__main__cont__mail .mail-block__title__kome {
  margin-left: 6px;
}
.p_questionmail__main__cont__mail .mail-block__box input,
.p_questionmail__main__cont__mail .mail-block__box textarea {
  width: 100%;
  border: solid #45CC5A 1.5px;
  padding: 20px;
  border-radius: 10px;
}
.p_questionmail__main__cont__mail .mail-block__box input {
  height: 30px;
}
.p_questionmail__main__cont__mail .mail-block__box textarea {
  height: 120px;
}
.p_questionmail__main__cont__mail .mail-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_questionmail__main__cont__mail .mail-block__list__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_questionmail__main__cont__mail .mail-block__list__radio input {
  margin-right: 6px;
  accent-color: #45CC5A;
}
.p_questionmail__main__cont__mail .mail-block__list__radio + .mail-block__list__radio {
  margin-top: 6px;
}
.p_questionmail__main__cont__mail .mail-block .o-c-list__def-green {
  margin-top: 16px;
}
.p_questionmail__main__cont__mail .mail-submit {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_questionmail__main__cont__mail .mail-submit input + input {
  margin-left: 20px;
}

/* 404 */
.p_error__main__cont__img {
  width: 80%;
  max-width: 360px;
  margin-bottom: 30px;
}
.p_error__main__cont__body {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_error__main__cont__body__heading {
  text-align: center;
}

/* 20240612 内部リンクの設定ココカラ */
.kaitori_brand p{
  color: #FFFFFD;
  background: #4B392D;
  border-radius: 10px;
  font-size: clamp(1.1rem, 5vw, 1.4rem);
  font-weight: 500;
  text-align: center;
  padding: 15px 25px;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  line-height: 1.9em; 
}

.kaitori_brand p:hover{
  opacity: 0.5;
}
/* 20240612 内部リンクの設定ココマデ */

/* 20240702 買取実績追加 */
@media screen and (max-width: 500px) {
  .p_brand-kai__main__body__inner__cont .brand-kai-jisseki li {
    width: calc((100% - 20px) / 2);
  }
}
.list-data{
  opacity: 1;
}
.list-data.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.list-btn {
  margin-top: -50px ;
}
.list-btn.is-btn-hidden{
  display:none;
}
.list-btn button {
  color:#FFFFFD;
  background:#45CC5A;
  border-radius: 10px;
  font-size: clamp(1.1rem, 5vw, 1.4rem);
  font-weight: 500;
  text-align: center;
  padding: 15px 65px;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  line-height: 1.9em;
}
.list-btn button:hover {
  opacity:0.6;
}
/* 20240702 買取実績追加ココマデ*/
/* 20240802 ハッシュタグ検索対応ココカラ*/
.tag_inner-retouch {
                color: #45CC5A;
                margin-top: 1em;
                position: relative;
                display: flex;
                flex-wrap: wrap;                
}
 .tag_inner-retouch .o-c-heading__brand-kai__sub {
                font-family: "Outfit", "Zen Maru Gothic", sans-serif;
}
 .tag_inner-retouch::before {
                content: url(/images/renewal/hush_tagu.png);
}
.tag_inner-retouch a::before {
                content: "#";
}
.tag_inner-retouch p:first-child {
                margin-right: 1.5rem;
 }
 .tag_contaier .update_timestamp {
                color: #4B392D;
                position: relative;
                text-align: right;
}
@media screen and (max-width: 500px) {
  .tag_contaier .update_timestamp {
                  font-size: 12px;
  }
}
/* 20240802 ハッシュタグ検索対応ココマデ*/
/* 20240819 買取実績リスト修正ココカラ */
.brand-kai-jisseki .list-data.is-hidden {
  z-index: -100;
}
.p_brand-kai__main__body__inner {
  align-items: end;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki {
  gap: unset;
  justify-content: space-between;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki li a {
  padding-bottom: 30px;
}
.list-btn {
  margin-top: 20px;
}
/* 20240819 買取実績リスト修正ココマデ */
/* 20260420 GoogleMap PSI改善版 */
.p_company__main__cont__body__gmap {
  margin-top: 50px;
  background: #f0f0f0;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.p_company__main__cont__body__gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media screen and (max-width: 960px) {
  .p_company__main__cont__body__gmap {
    height: 300px;
  }
}
/* 20260420 GoogleMap PSI改善版ココマデ */
/* 20240920 取扱いアイテムの追加ココカラ */
/* 20250203 margin調整ココカラ */
.brand-kai__item__box {
    margin-top: unset;
}
@media screen and (max-width: 960px) {
    .brand-kai__item__box {
margin-top: 18px;
    }
}
/* 20250203 margin調整ココマデ */
.brand-kai__item__box .brand-kai__item__list {
    width: auto;
    margin-left: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.brand-kai__item__box .brand-kai__item__list li {
    font-family:"Outfit", "Zen Maru Gothic", sans-serif;
    background: #FFFAD5;
}
/* 20240920 取扱いアイテムの追加ココマデ */
/* 20240924 よくあるご質問 アコーディオン化ココカラ */
.qa-txt__block__inner.acc_head {
    position: relative;
    cursor: pointer;
    padding-right: 3em;
    padding-bottom: 1em;
}
.qa-txt__block__inner.acc_head::before,
.qa-txt__block__inner.acc_head::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background:#45CC5A;
}
.qa-txt__block__inner.acc_head::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.qa-txt__block__inner.acc_head.active::after{
  transform:rotate(0deg);
}
.qa-txt__block__inner.acc_content {
  display: none;
}
.qa-txt__block__inner.acc_head.active + .qa-txt__block__inner.acc_content {
  display: block;
}
/* 20240924 よくあるご質問 アコーディオン化ココマデ */
/* 20241004 ブランドページファーストビュー改善ココカラ */
.about-img {
    margin-bottom: 54px;
}
.about-img img {
    width: 100%;
	display: block;
}
.about-img a {
  transition: opacity 0.3s ease;
}

.about-img a:hover,
.about-img a:active {
  opacity: 0.5;
}
/* 20241004 ブランドページファーストビュー改善ココマデ */
/* 20241004 パンくずリストの設定ココカラ */
.breadcrumb {
  font-size: clamp(1.1rem, 5vw, 1.4rem);
  font-weight: 400;
  margin-top: 1.5em;
  width: 100%;
  display: flex;
  color: #4B392D;
  font-family: "Outfit", "Zen Maru Gothic", sans-serif;
  justify-content: flex-start;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.breadcrumb li::after {
  content: "/";
  padding: 0 1px;
  display: inline-block;
}
.breadcrumb li:last-child::after {
  content: none;
}
 .breadcrumb::before {
         content: url(/images/renewal/icon_home.png);
		 padding-right: 0.2em;
}
/* 20241004 パンくずリストの設定ココマデ */
/* 20241022 パンくずリストの修正ココカラ */
.breadcrumb-s {
    max-width: 820px;
    width: 100%;
}
ul.breadcrumb {
    display: inline;
}
ul.breadcrumb li {
    display: inline;
    vertical-align: top;
}
.breadcrumb::before {
    margin-top: -2px;
    display: inline-block;
    width: 21px;
    height: 21px;
}
/* 20241022 パンくずリストの修正ココマデ */
/* 20241111 買取実績パンくずリストココカラ */
.p-purchase_results_breadcrumb {
    margin: auto 70px 10px 280px;
}
.breadcrumb_inner {
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
}
ul.breadcrumb {
    display: inline;
    line-height: 1.4;
}
ul.breadcrumb li {
    display: inline;
    vertical-align: top;
}
.p-purchase_results_breadcrumb .breadcrumb::before {
    background-image: url(https://www.reshal.jp/images/renewal/icon_home.png);
    background-repeat: no-repeat;
    margin-top: -2px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 18px;
}
@media screen and (max-width: 960px) {
  .breadcrumb {
    line-height: 1.3;
  }
  .p-purchase_results_breadcrumb {
    margin: 20px auto;
  }
  .breadcrumb_inner {
    margin: 0 auto;
    padding: 0 5px;
  }
  .p-purchase_results_breadcrumb .breadcrumb::before { 
    display: inline-block;
    padding-right: 0.2em;
    margin-top: -3px;
  }
}
/* 20241111 買取実績パンくずリストココマデ */
/* 20241205 スムーススクロールボタンの設置ココカラ */
  .p_style-list__main__menu{
      bottom: 80px;
  }
  .pagetop{
      right: 15px;
      bottom: 15px;
      display: none;
      position: fixed;
  }
  .pagetop a{
      width: 50px;
      height: 50px;
      color: #fff;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      text-decoration: none;
      background-color: #45CC5A;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }
  .pagetop a:hover{
      opacity: .5;
  }
  .pagetop .chevron_svg{
      width: 20px;
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
  }
/* 20241205 スムーススクロールボタンの設置ココマデ */
/* 20241216 買取強化ページカテゴリココカラ */
.category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px
}
.category_list_item {
  width: calc((100% - 90px) / 4);
}
.category_item_name {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(1.2rem, 5vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .category_list_item {
    width: calc((100% - 30px) / 2);
  }
}
/* 20241216 買取強化ページカテゴリココマデ */
/* 20241218 季節バナー上 追加ココカラ */
.season_img {
  margin-top: 84px;
  }
/* 20241218 季節バナー上 追加ココマデ */
  /* 20250204 トップ お客さまの声ボタン 調整ココカラ */
  .o-u_padding__wrap-3-v {
  padding: 10px 0 80px;
}
@media screen and (max-width: 768px) {
  .o-u_padding__wrap-3-v {
    padding: 10px 0 72px;
  }
}
/* 20250204 トップ お客さまの声ボタン 調整ココマデ */
/* 20250210 ブランドページ コンテンツ強化 ココカラ */
.p_flow__main__step__body .o-c_heading__def01 {
    text-align: center;
    margin-bottom: 0;
}
.o-u_margin__cont-3 {
  margin-bottom: 114px;
}
@media screen and (max-width: 768px) {
  .o-u_margin__cont-3 {
    margin-bottom: 106px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .o-u_margin__cont-3 {
    margin-bottom: 98px;
  }
}
/* 20250210 ブランドページ コンテンツ強化 ココマデ */
/* 20250212 バイヤー紹介ページ ココカラ */
.buyer-img{
  text-align:left;
  margin-top:30px;
  }
.tantoulist{
  width:85%;
  text-align:center;
  border-radius:22px;
  }
/* 20250212 バイヤー紹介ページ ココマデ */
/* 20250213 ブランドページ お客さまの声 ココカラ */
  .u-pb0 {
    padding-bottom: 0;
}
.p_brand-kai__voice .o-c_heading__def01 {
  text-align: center;
}
.p_brand-kai__voice .o-c_link__squ01-green {
    margin: 0 auto;
}
.p_brand-kai__voice .p_voice__main__cont__body__block__comment {
    margin-bottom: 50px;
}
/* 20250213 ブランドページ お客さまの声 ココマデ */
/* 20250418 カルーセル */
.commitment-ttl {
  text-align: start;
  width: 100%;
  margin-bottom: 20px;
}
.carousel-content {
  position: relative;
  box-sizing: border-box;
}
.carousel {
  overflow: hidden;
  width: 820px;
  margin: 0 auto;
  position: relative;
}
.carousel-buyer {
  height: auto;
}
.carousel-commitment {
  height: auto;
}
.carousel-area {
  height: auto;
  display: flex;
  position: absolute;
}
.carousel-list {
  width: 820px;
  height: auto;
  box-sizing: border-box;
}
.carousel-list-commitment {
  padding: 20px;
}
.carousel-list-buyer {
  display: flex;
  gap: 30px;
  padding: 20px;
  align-items: center;
}
.carousel-list-buyer .buyer-img {
  width: 35%;
  margin-top: 0;
}
.carousel-list-buyer .buyer-img img {
  object-fit: cover;
  width: 85%;
  box-shadow: 54px 0px 0px 0px #FFFAD5;
}
.carousel-list-buyer .p_brand-kai__buyer-txtBox {
  width: calc(65% - 30px);
  margin: 0 1em;
}
.carousel-list-buyer .p_brand-kai__buyer-txtBox h3 {
  text-align: right;
  margin: 0 0.5em 0.5em 0;
  color: #45CC5A;
}
/* ボタンタグの装飾リセット */
.carousel-btn {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
}
/*********** スライド送りボタン ***********/
/* 共有パーツ */
.arow-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 10px;
  padding: 0 20px;
}
.arrow-btn {
  width: 48px;
  height: 48px;
  background-color:unset;
  border: #45CC5A 1px solid;
  border-radius: 12px;
  transition: .2s;
}
.arrow-btn:focus {
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
}
.arrow-btn:hover {
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
}
/* 左 */
.arrow-left {
  position: relative;
}
/* ボタン左の中身（三角を擬似要素で表現） */
.arrow-left:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #45CC5A;
  border-left: 2px solid #45CC5A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%)rotate(-45deg);
  pointer-events: none;
}
/* 右 */
.arrow-right {
  position: relative;
}
/* ボタン右の中身（三角を擬似要素で表現） */
.arrow-right:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #45CC5A;
  border-left: 2px solid #45CC5A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%)rotate(135deg);
  pointer-events: none;
}
@media screen and (max-width: 1100px) { 
  .carousel {
    width:74.54545454545455vw;
  }
  .carousel-list {
    width: 74.54545454545455vw;
  }
}
@media screen and (max-width: 960px) { 
  .carousel {
    width:85.41666666666666vw;
  }
  .carousel-list {
    width: 85.41666666666666vw;
  }
}
@media screen and (max-width: 768px) { 
  .carousel {
    width:89.99869791666667vw;
  }
  .carousel-list {
    width:89.99869791666667vw;
  }
  /* ボタン */
  #voice .o-c_link__squ01-green,
  #buyer .o-c_link__squ01-green{
    width: 180px;
  }
}
/* スマホ */
@media screen and (max-width: 500px) {
  .carousel-content {
    padding: unset;
  }
  .carousel {
    width: calc(100vw - 40px);
    box-sizing: border-box;
  }
  .carousel-list {
    width: calc(100vw - 40px);
    box-sizing: border-box;
	padding: 20px 0;
  }
  .carousel-list-buyer { 
    flex-direction: column;
  }
  .carousel-list-buyer .buyer-img {
    width: 98%;
    margin-top: 0;
  }
  .carousel-list-buyer .p_brand-kai__buyer-txtBox {
    width: 100%;
  }
}
/* 20250418 カルーセル ココマデ*/
/* 20250425 参考の買取実績 */
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki-reference {
    row-gap: 30px;
}
.brand-kai-jisseki-referenceItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_brand-kai__main__body__inner__cont .brand-kai-jisseki .brand-kai-jisseki-referenceItem a {
    padding-bottom: 0;
}
.brand-kai-jisseki-price {
    margin-top: auto;
}
/* 20250425 参考の買取実績 ココマデ*/
/* 20250612 フッターボタンの修正ココカラ */
.js-modal-open::before {
    background-image: url(https://www.reshal.jp/images/renewal/footer_box.png);
	background-repeat: no-repeat;
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
}
/* 20250612 フッターボタンの修正ココマデ */
/* 20250805　注釈を持つ段落（親要素）のための設定 */
.has-footnote {
  position: relative; /* 子要素を絶対位置で配置の基準点 */
  padding-bottom: 2em; /* 下部に余白を確保 (値は調整可) */
}

/* 20250805　親要素の中の「最後のsmallタグ」だけを右下に配置する設定 */
.has-footnote > small:last-child {
  position: absolute; /* 親を基準に絶対位置で配置 */
  bottom: 1em;          /* 親の下端から0の位置 */
  right: 1em;           /* 親の右端から0の位置 */
  line-height: 1;     /* 行の高さを調整して、見た目を整える */
}
/* 20260205 上部に余白を作るためのカスタムクラス */
.u-mt-1 {
    margin-top: 2em;
}
/* 20260309 info用バナー枠に影を付ける */
.about-img-shadow {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(101,144,41,0.16);
  border: 1.5px solid #45CC5A;
}

.about-img-shadow img {
  width: 100%;
  display: block;
}
/* 20260318 info用spバナー */
.about-img .info-img {
  max-width: 820px;
  width: 100%;
}
.about-img .pc-view {
  display: block;
}
@media screen and (max-width: 500px) {
  .about-img .pc-view {
    display: none;
  }
}
.about-img .sp-view {
  display: none;
}
@media screen and (max-width: 500px) {
  .about-img .sp-view {
    display: block;
  }
}
/* 20260409 外部リンク用矢印 */
.external-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 2px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2345CC5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}