@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

:where(*, *::before, *::after) {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  border: none;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: 0;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

textarea {
  display: block;
  resize: vertical;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  display: block;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 0.75rem;
  vertical-align: middle;
  width: 100%;
}

time {
  display: block;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ミックスイン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

a {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: opacity;
}

html {
  font-size: 2.67vw;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-break: strict;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
}

details {
  overflow: hidden;
}

summary {
  cursor: pointer;
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.button01 {
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.button01__link {
  background: linear-gradient(96.08deg, #ee850c 0%, #ee410c 54.81%);
  border-bottom: 0.5rem solid #d94112;
  border-right: 0.5rem solid #d94112;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0.5rem 0.5rem 0 rgba(255, 255, 255, 0.25);
  display: -ms-grid;
  display: grid;
  padding: 1.4rem 0.5rem 0.4rem;
  place-items: center;
  position: relative;
}

.button01__top-text {
  background-color: #faff00;
  border: 0.1rem solid #000;
  border-radius: 100vmax;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  left: 50%;
  padding: 0 0.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  translate: -50% -50%;
  width: min(100%, 27.5rem);
}

.button01__top-text .number {
  font-size: 1.6rem;
}

.button01__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
}

.button01__title .large {
  font-size: 2.5rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.button01__title::before {
  aspect-ratio: 18/25;
  background-image: url(../img/tel.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 0.2rem;
  translate: 0 0.2rem;
  width: 1.8rem;
}

.button01__bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  button02

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.button02 {
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.button02__link {
  background-image: linear-gradient(135deg, #79b9f3 0%, #1c71be 53%);
  border-bottom: 0.5rem solid #1060a9;
  border-right: 0.5rem solid #1060a9;
  box-shadow: inset 0.5rem 0.5rem 0 rgba(255, 255, 255, 0.25);
  display: -ms-grid;
  display: grid;
  padding: 0.8rem 1rem 0.4rem;
  place-items: center;
}

.cta__travel-button_wx-wrap{
  box-shadow: none;
  width: 107%;
  margin-left: -8px;
  margin-top: -6px;
}

.button02__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
}

.button02__bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  button03

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.button03 {
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.button03__link {
  background-image: linear-gradient(135deg, #452d94 0%, #100169 53%);
  border-bottom: 0.5rem solid #130562;
  border-right: 0.5rem solid #130562;
  box-shadow: inset 0.5rem 0.5rem 0 rgba(255, 255, 255, 0.25);
  display: -ms-grid;
  display: grid;
  padding: 0.8rem 1rem 0.4rem;
  place-items: center;
}

.button03__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
}

.button03__title::before {
  aspect-ratio: 1;
  background-image: url(../img/search.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  translate: 0 0.3rem;
  width: 2rem;
}

.button03__bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  セクション見出し

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.heading__bubble {
  background-color: #ee410c;
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.4rem;
  margin-inline: auto;
  padding: 0.2rem 1.2rem 0.4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.heading__bubble::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: inherit;
  bottom: -0.6rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  height: 0.8rem;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 1rem;
  z-index: -1;
}

.heading__text {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 0.6rem;
  text-align: center;
}

.heading__textWhite {
  color: #fff;
}

.inner {
  margin-inline: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.wrapper {
  overflow-x: clip;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  追従CTAボタン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.cta-fixed {
  /* background-color: rgba(0, 0, 0, 0.5); */
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: fixed;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  .cta-fixed {
      margin-inline: auto;
      max-width: 37.5rem;
      left: 50%;
      transform: translateX(-50%);
  }
}

.cta-fixed.is-show {
  opacity: 1;
  visibility: visible;
}

.cta-fixed__content {
  padding: 1rem;
  padding-right: 5.5rem;
  position: relative;
}

.cta-fixed__button {
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.15);
}

/* .cta-fixed__link {
  background: linear-gradient(96.08deg, #ee850c 0%, #ee410c 54.81%);
  border-bottom: 0.5rem solid #d94112;
  border-right: 0.5rem solid #d94112;
  box-shadow: inset 0.5rem 0.5rem 0 rgba(255, 255, 255, 0.25);
  display: -ms-grid;
  display: grid;
  padding: 1.4rem 0.4rem 0.4rem;
  place-items: center;
  position: relative;
} */

.cta-fixed__tag-text {
  align-items: center;
  background-color: #faff00;
  border: 0.1rem solid #000;
  border-radius: 100vmax;
  color: #000;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  left: 50%;
  letter-spacing: -0.05em;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  translate: -50% -1.5rem;
  width: 27.5rem;
}

.cta-fixed__tag-text .number {
  font-family: "Heebo", sans-serif;
  font-size: 1.6rem;
}

.cta-fixed__text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.cta-fixed__text::before {
  aspect-ratio: 18/25;
  background-image: url(../img/tel.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  translate: 0 0.2rem;
  width: 1.6rem;
}

.cta-fixed__text .large {
  font-size: 2.7rem;
  letter-spacing: 0;
}

.cta-fixed__image {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 6rem;
  z-index: 5;
}

.cta-fixed__image img {
  aspect-ratio: 60/86;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  CTA

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.cta {
  font-family: "Noto Serif JP", serif;
  padding-bottom: 1rem;
  padding-top: 2rem;
  position: relative;
}

.cta::before {
  background: linear-gradient(220.47deg, #ee410c 0%, #ee850c 100%);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.cta__top-content {
  padding-left: 0.6rem;
}

.cta__radius-text {
  background-color: #fff;
  border-radius: 100vmax;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.3rem 3rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.cta__radius-text .accent {
  color: #ee410c;
}

.cta__heading {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-top: 0.8rem;
}

.cta__heading .yellow {
  font-size: 3rem;
  letter-spacing: 0;
}

.cta__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.3;
  margin-top: 0.8rem;
}

.cta__button-content {
  background-color: #fff;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
  padding: 3rem 1.5rem 1.5rem;
  position: relative;
}

.cta__button-content::before {
  aspect-ratio: 115/140;
  background-image: url(../img/cta-woman.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  translate: 0 -100%;
  width: 11.5rem;
  z-index: -1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  買取強化情報

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.enhancement {
  padding: 3.5rem 0;
  position: relative;
}

.enhancement::before {
  background-image: url(../img/enhancement-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.enhancement__heading .heading__text {
  line-height: 1.2;
}

.enhancement__heading .heading__text .small {
  font-size: 2.5rem;
}

.enhancement__list {
  -ms-grid-columns: 1fr 1rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

.enhancement__item {
  background-color: #fff;
  padding: 1rem 1rem 1.5rem;
  position: relative;
}

.enhancement__tag {
  aspect-ratio: 1;
  background: linear-gradient(180deg, #ee850c 0%, #ee410c 100%);
  border-radius: 50%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.15));
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 900;
  left: 0.5rem;
  line-height: 1.2;
  place-content: center;
  place-items: center;
  position: absolute;
  top: -0.5rem;
  width: 5rem;
  z-index: 1;
}

.enhancement__tag .yellow {
  display: block;
}

.enhancement__figure {
  -ms-grid-rows: auto 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  width: 100%;
}

.enhancement__figure img {
  -o-object-fit: contain;
  aspect-ratio: 153/150;
  object-fit: contain;
}

.enhancement__caption {
  margin-top: 1rem;
}

.enhancement__item-heading {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 -0.8rem;
  text-align: center;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  共通特徴

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.features__term {
  -ms-grid-columns: 1fr 1rem auto 1rem 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
}

.features__term::before,
.features__term::after {
  background-color: #a6a6a6;
  content: "";
  display: block;
  height: 0.1rem;
  width: 100%;
}

.features__description {
  margin-top: 1rem;
}

.features__definition-child {
  -ms-grid-columns: 1fr 0.5rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.features__content {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  border: 0.1rem solid #ccc;
  border-radius: 1rem;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 2;
  grid-template-rows: subgrid;
  overflow: hidden;
}

.features__term-child {
  background-color: #fff;
  color: #10016a;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: center;
}

.features__term-child.large {
  font-size: 1.5rem;
}

.features__description-child {
  background-color: #10016a;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  padding: 0 0.4rem;
  place-items: center;
  text-align: center;
}

.features__description-child .large {
  font-family: "Heebo", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.features__description-child .small {
  font-size: 1rem;
}

.features__description-child .number {
  font-size: 2.8rem;
  letter-spacing: -0.02em;
}

.features__list {
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.5rem;
}

.features__item {
  align-items: center;
  background-color: #fff;
  border: 0.1rem solid #000;
  border-radius: 100vmax;
  color: #000;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.1;
  padding: 0.3rem;
  text-align: center;
}

.features__itemSmall {
  font-size: 1.2rem;
}

.features__itemGray {
  background-color: #e8e9f2;
}

.features__bottom-text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-top: 1rem;
  text-align: center;
}

.features__prevention {
  background-color: #fff;
  margin-top: 2rem;
  padding: 2rem 2.5rem;
}

.features__prevention-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
}

.features__prevention-list {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.2rem;
}

.features__prevention-item img {
  -o-object-fit: contain;
  aspect-ratio: 1;
  object-fit: contain;
  width: 6rem;
}

.features__prevention-text {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1rem;
  text-align: center;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  フッター

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.footer {
  background-color: #10016a;
  padding-bottom: 9.6rem;
  padding-top: 3.5rem;
}

.footer__heading {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.footer__table {
  border: 0.1rem solid #ccc;
  font-size: 1.4rem;
  margin-top: 1.6rem;
  width: 100%;
}

.footer__table-head {
  background-color: #f8f8f8;
  border: 0.1rem solid #ccc;
  font-weight: 400;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  vertical-align: middle;
  width: 10rem;
}

.footer__table-data {
  background-color: #fff;
  border: 0.1rem solid #ccc;
  color: #444;
  font-weight: 400;
  padding: 1rem 1.2rem;
}

.footer__table-list {
  list-style: decimal;
  padding-left: 1.5rem;
}

.footer__table-item:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.footer__bottom-content {
  color: #fff;
  margin-top: 3rem;
  text-align: center;
}

.footer__bottom-text {
  font-size: 1.4rem;
  font-weight: 400;
}

.footer__bottom-text:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.footer__copyright-text {
  margin-top: 2rem;
}

.footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
}

.header {
  background-color: #fff;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 5rem;
}

.header__logo {
  width: 14.7rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  店舗紹介

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.introduction {
  padding: 3.5rem 0;
  position: relative;
  z-index: 1;
}

.introduction::before {
  background-image: url(../img/introduction-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.introduction__heading .heading__text .small {
  font-size: 2.5rem;
}

.introduction__thumb {
  margin-top: 2.5rem;
}

.introduction__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 355/201;
  height: 100%;
  object-fit: cover;
}

.introduction__point-list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-right: 1rem;
}

.introduction__point-item {
  -ms-grid-columns: auto 0.7rem 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: auto 1fr;
}

.introduction__point-circle {
  aspect-ratio: 1;
  background-color: #10016a;
  border-radius: 50%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem;
  padding-top: 1.2rem;
  place-content: center;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 4.5rem;
}

.introduction__point-circle .number {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.2rem;
}

.introduction__point-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

.introduction__features {
  margin-top: 2.4rem;
}

.introduction__staff-contents {
  margin-top: 2rem;
  padding: 0 0.5rem;
}

.introduction__staff-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-align: center;
}

.introduction__staff-definition {
  margin-top: 1rem;
}

.introduction__staff-term {
  -ms-grid-columns: 1fr 1rem auto 1rem 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
}

.introduction__staff-term::before,
.introduction__staff-term::after {
  background-color: #a6a6a6;
  content: "";
  display: block;
  height: 0.1rem;
  width: 100%;
}

.introduction__staff-desc {
  margin-top: 0.6rem;
}

.introduction__staff-list {
  -ms-grid-columns: 1fr 1.1rem 1fr 1.1rem 1fr 1.1rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(4, 1fr);
}

.introduction__staff-image img {
  -o-object-fit: cover;
  aspect-ratio: 78/91;
  height: 100%;
  object-fit: cover;
}

.introduction__staff-name {
  color: #444;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: center;
}

.introduction__voice-contents {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 3.5rem;
  padding: 2.5rem 1rem 2.4rem;
}

.introduction__voice-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.introduction__voice-heading .large {
  font-size: 2.5rem;
}

.introduction__voice {
  margin-top: 1rem;
}

.introduction__youtube-contents {
  margin-top: 3rem;
}

.introduction__youtube-heading {
  color: #ee410c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.introduction__youtube-heading .large {
  color: #000;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}

.introduction__youtube-heading::before,
.introduction__youtube-heading::after {
  background-color: #ee410c;
  bottom: 0.3rem;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 4rem;
}

.introduction__youtube-heading::before {
  left: -1.2rem;
  rotate: -120deg;
  transform-origin: left center;
}

.introduction__youtube-heading::after {
  right: -1rem;
  rotate: 120deg;
  transform-origin: right center;
}

.introduction__youtube {
  margin-top: 1.5rem;
}

.introduction__youtube iframe {
  -o-object-fit: cover;
  aspect-ratio: 355/200;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.introduction__button-container {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  margin-top: 5rem;
  padding: 0 1.5rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  買取相場

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.market {
  padding: 3.5rem 0 3rem;
  position: relative;
  z-index: 1;
}

.market::before {
  background-image: url(../img/market.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.market__update-text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  text-align: center;
}

.market__table {
  border-collapse: collapse;
  margin-top: 2.2rem;
  width: 100%;
}

.market__table th,
.market__table td {
  border: 0.1rem solid #ccc;
  vertical-align: middle;
}

.market__table th:first-child {
  width: 15.5rem;
}

.market__table td {
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

.market__table td .number {
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.05em;
  margin-right: 0.2rem;
}

.market__table thead th {
  background-color: #564039;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-align: center;
}

.market__table tbody th,
.market__table tbody td {
  padding: 1.5rem 1rem;
}

.market__table tbody th {
  background-color: #f8f8f8;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.market__table tbody th .small {
  font-size: 1.2rem;
  letter-spacing: -0.05em;
}

.market__strong-text-content {
  margin-top: 2rem;
}

.market__strong-text {
  color: #564039;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.market__text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.5rem;
  padding: 0 0.6rem;
}

.market__text .black {
  color: #000;
  font-weight: 500;
}

.market__button {
  margin-inline: auto;
  margin-top: 3rem;
  width: calc(100% - 3rem);
}

.market__button .button01__top-text {
  font-size: 1.4rem;
  width: min(100%, 28.5rem);
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  選べる３つの買取方法

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.method {
  background-color: #10016a;
  padding: 3.5rem 0;
}

.method__heading {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}

.method__accordion {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.method__summary {
  display: flex;
}

.method__image-content {
  position: relative;
  width: 15rem;
}

.method__image-content img {
  -o-object-fit: cover;
  aspect-ratio: 150/115;
  object-fit: cover;
}

.method__circle {
  aspect-ratio: 1;
  background: linear-gradient(180deg, #ee850c 0%, #ee410c 100%);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.15));
  left: 0.3rem;
  place-items: center;
  position: absolute;
  top: 0.3rem;
  width: 5.8rem;
  z-index: 1;
}

.method__circle-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
}

.method__circle-text .yellow {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.method__circle-text .large {
  font-size: 1.5rem;
}

.method__right-content {
  background-color: #fff;
  flex: 1;
  padding: 1rem 1rem 0.6rem;
}

.method__item-heading-group {
  text-align: center;
}

.method__item-heading-sub {
  background-color: #10016a;
  border-radius: 100vmax;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 1.2rem;
  font-weight: 400;
  margin-inline: auto;
  min-width: 16.5rem;
  padding: 0.2rem 0.6rem;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.method__item-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 0.4rem;
}

.method__toggle-text {
  border-top: 0.1rem solid #ccc;
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
  padding-top: 0.6rem;
  text-align: center;
}

.method__toggle-text span {
  display: inline-block;
  position: relative;
}

.method__toggle-text span::after {
  aspect-ratio: 25/14;
  background-image: url(../img/arrow02.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  rotate: 180deg;
  top: 50%;
  transform-origin: center;
  transition: rotate 0.5s;
  translate: 2rem -40%;
  width: 1.2rem;
  z-index: 1;
}

.method__toggle-text span:where(.js-accordion__details-02[open] *)::after {
  rotate: 0deg;
}

.method__accordion-body {
  background-color: #fff;
  padding: 1rem 1rem 2rem;
}

.method__accordion-thumbnail img {
  -o-object-fit: cover;
  aspect-ratio: 335/200;
  object-fit: cover;
}

.method__accordion-contents {
  margin-top: -2.5rem;
  padding: 0 0.5rem;
}

.method__accordion-title {
  background-color: #10016a;
  border-radius: 100vmax;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-inline: auto;
  min-width: 20rem;
  padding: 0.2rem 0.6rem;
  place-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.method__strong-text {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin: 1.2rem -1rem 0;
  text-align: center;
}

.method__text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
}

.method__definition {
  background-color: #e8e9f2;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 1.5rem 2rem 2rem;
}

.method__term {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: -1.5rem;
  text-align: center;
}

.method__term .navy {
  color: #10016a;
}

.method__description {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1.3em;
}

.method__description:first-of-type {
  margin-top: 1rem;
}

.method__description::before {
  content: "・";
  margin-right: 0.5rem;
}

.method__features {
  margin-top: 2rem;
}

.method__button-container {
  border-top: 0.1rem solid #ccc;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 3.5rem;
}

.method__close-button {
  border: 0.1rem solid #ccc;
  border-radius: 100vmax;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  font-weight: 400;
  margin-inline: auto;
  margin-top: 2rem;
  padding: 0.8rem 3.4rem;
  place-items: center;
  position: relative;
  width: min(22.5rem, 100%);
}

.method__close-button::after {
  content: "ー";
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}

.method__modal-contents {
  margin-top: 4rem;
}

.method__modal-button-list {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.method__modal-button {
  width: 100%;
}

.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  position: relative;
  width: min(100rem, 100% - 10rem);
}

.modal-menu-contetns {
  padding: 5rem;
}

.modal-top-close {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 5rem;
}

.modal-top-close::before,
.modal-top-close::after {
  background-color: #444;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform-origin: center;
  translate: 0 -50%;
  width: 4.5rem;
}

.modal-top-close::before {
  rotate: 45deg;
}

.modal-top-close::after {
  rotate: -45deg;
}

.method__modal-image-content {
  margin-inline: auto;
  max-width: 67rem;
  position: relative;
}

.method__modal-image-content img {
  -o-object-fit: cover;
  aspect-ratio: 670/400;
  object-fit: cover;
}

.method__modal-circle {
  aspect-ratio: 1;
  background-image: linear-gradient(180deg, #ee0c0c 0%, #ee0c78 100%);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.15));
  left: 1rem;
  place-items: center;
  position: absolute;
  top: 1rem;
  width: 8rem;
  z-index: 1;
}

.method__modal-circle-text {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: center;
}

.method__modal-circle-text .yellow {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 900;
}

.method__modal-circle-text .large {
  font-size: 2.5rem;
}

.method__modal-heading-group {
  margin-top: -2.5rem;
  position: relative;
  z-index: 1;
}

.method__modal-heading {
  background-color: #10016a;
  border-radius: 100vmax;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  margin-inline: auto;
  min-width: 20rem;
  padding: 0.3rem 2rem;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.method__modal-subheading {
  font-size: 2.5rem;
  margin-top: 1.2rem;
  text-align: center;
}

.method__modal-text {
  color: #444;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.2rem;
  text-align: center;
}

.method__modal-dl {
  background-color: #e8e9f2;
  border-radius: 1rem;
  margin-inline: auto;
  margin-top: 3.4rem;
  max-width: 67rem;
  padding: 2.4rem 3rem 3rem;
}

.method__modal-dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.method__modal-dt .navy {
  color: #10016a;
}

.method__modal-dd {
  margin-top: 2rem;
}

.method__modal-child-list {
  -ms-grid-columns: auto 4rem auto;
  display: -ms-grid;
  display: grid;
  gap: 1rem 4rem;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
}

.method__modal-child-item {
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
}

.method__modal-child-item::before {
  content: "・";
  margin-right: 0.5rem;
}

.method__modal-cta {
  margin-top: 4rem;
}

.method__modal-tel {
  background-color: #ee410c;
  margin-inline: auto;
  margin-top: 2rem;
  max-width: 60rem;
  padding: 0.6rem;
}

.method__modal-tel-link {
  align-items: center;
  background-color: #fff;
  color: #000;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.4rem 3.6rem 1rem 4rem;
  position: relative;
  z-index: 1;
}

.method__modal-tel-left {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
}

.method__modal-tel-left .large {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
}

.method__modal-tel-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.method__modal-tel-top-text {
  background-color: #faff00;
  border: 0.2rem solid #000;
  border-radius: 100vmax;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 2.4rem;
  text-align: center;
}

.method__modal-tel-top-text .number {
  font-size: 2rem;
}

.method__modal-tel-number {
  align-items: baseline;
  display: flex;
  font-size: 5rem;
  font-weight: 700;
  gap: 0.3rem;
  line-height: 1;
  margin-top: 1.2rem;
  white-space: nowrap;
}

.method__modal-tel-number::before {
  aspect-ratio: 56/80;
  background-image: url(../img/tel_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 2.8rem;
}

.method__modal-tel-bottom-text {
  color: #444;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
}

.method__modal-bottom-button {
  border: 0.1rem solid #ccc;
  border-radius: 100vmax;
  display: -ms-grid;
  display: grid;
  font-size: 1.5rem;
  font-weight: 400;
  margin-inline: auto;
  margin-top: 4rem;
  min-width: 30rem;
  padding: 1.2rem 2rem;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  メインビジュアル

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.mv__top-text01-content {
  background-color: #564039;
  padding: 0.4rem 1rem;
}

.mv__top-text01 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
}

.mv__top-text01 .number {
  font-size: 2rem;
}

.mv__top-text01 .small {
  font-size: 1.3rem;
}

.mv__middle-area {
  padding: 1.5rem 0.5rem 2rem;
  position: relative;
  z-index: 5;
}

.mv__middle-area::before {
  background-image: url(../img/mv/mv-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.mv__circle-text {
  aspect-ratio: 1;
  background: linear-gradient(180deg, #ee410c 0%, #ee850c 100%);
  border: 0.2rem solid #fff;
  border-radius: 50%;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1.2;
  place-items: center;
  position: absolute;
  right: 0.6rem;
  text-align: center;
  top: -0.3rem;
  width: 8rem;
  z-index: 5;
}

.mv__circle-text .yellow {
  font-size: 1.4rem;
}

.mv__circle-text .large {
  font-size: 1.5rem;
}

.mv__heading {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #faff00 0%, #ee850c 100%);
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 2rem #000000) drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.3));
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-align: center;
}

.mv__heading .large {
  font-size: 5rem;
}

.mv__line-text {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.7);
  border-top: 0.1rem solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-inline: auto;
  margin-top: 1rem;
  padding: 0.2rem 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv__line-text .number {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.mv__tag-list {
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-inline: auto;
  margin-top: 16rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv__tag-item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100vmax;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  color: #564039;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  text-align: center;
}

.mv__bottom-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.08em;
  margin-top: 1rem;
  text-align: center;
  white-space: nowrap;
}

.mv__slide-area {
  background-color: #222222;
  padding-bottom: 1rem;
}

.mv__splide-content .splide__slide {
  background-color: #fff;
  color: #000;
  padding: 0.5rem 0.5rem 0;
}

.mv__splide-content .splide__price-text {
  color: #ee410c;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.mv__splide-content .splide__price-text .number {
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  買取に必要なもの

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.need {
  padding-bottom: 1.7rem;
  padding-top: 2.5rem;
}

.need__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.need__contents {
  background-color: #e8e9f2;
  margin-top: 2rem;
  padding: 2.5rem 1.5rem;
}

.need__child-heading {
  font-size: 2rem;
  text-align: center;
}

.need__child-heading .orange {
  display: block;
  font-size: 2.4rem;
}

.need__top-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.2rem;
}

.need__top-text .strong {
  font-weight: 700;
}

.need__list {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  margin-top: 2.4rem;
}

.need__item {
  background-color: #fff;
  font-size: 1.8rem;
  padding: 1.2rem 2rem;
  text-align: center;
}

.need__bottom-list {
  margin-top: 2.4rem;
}

.need__bottom-item {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  その他の商品

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.other {
  padding: 1.7rem 0 3.5rem;
}

.other__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.other__top-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.2rem;
  text-align: center;
}

.other__list {
  margin-top: 2.5rem;
}

.other__item {
  align-items: center;
  border: 0.1rem solid #ccc;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
  padding-left: 2rem;
}

.other__item:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.other__texts {
  flex: 1;
}

.other__item-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.other__item-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.4rem;
}

.other__image {
  width: 10rem;
}

.other__image img {
  -o-object-fit: cover;
  aspect-ratio: 1;
  object-fit: cover;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  買取参考価格

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.price {
  padding: 3.5rem 0;
  position: relative;
}

.price::before {
  background-image: url(../img/price/price-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.price__heading .heading__text .small {
  font-size: 2.2rem;
}

.price__update-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  text-align: center;
}

.price__tab {
  margin-top: 2rem;
}

.price__bottom-text {
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-top: 2rem;
  padding: 0 0.5rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  お約束

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.promise {
  padding: 3.5rem 0;
  position: relative;
}

.promise::before {
  background-image: url(../img/promise-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -5;
}

.promise__heading .heading__text {
  font-size: 2.8rem;
  letter-spacing: 0;
}

.promise__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.promise__item {
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(17, 1, 106, 0.1);
  display: flex;
  gap: 1.2rem;
  padding: 0.8rem;
  padding-right: 1.6rem;
}

.promise__number {
  aspect-ratio: 1;
  background-color: #10016a;
  border-radius: 0.3rem;
  color: #fff;
  display: -ms-grid;
  display: grid;
  flex-shrink: 0;
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  place-items: center;
  width: 5rem;
}

.promise__text {
  font-size: 1.4rem;
  font-weight: 400;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  よくあるご質問

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.question {
  padding-bottom: 2.5rem;
  padding-top: 3.5rem;
}

.question__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.question__heading .small {
  font-size: 2rem;
}

.question__accordion {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.question__accordion-item {
  border: 0.1rem solid #ccc;
}

.question__summary {
  background-color: #f5f5f5;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.5rem;
  padding-right: 5.4rem;
  position: relative;
}

.question__summary::after {
  aspect-ratio: 25/14;
  background-image: url(../img/arrow02.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 1.5rem;
  rotate: 180deg;
  top: 50%;
  transform-origin: center;
  transition: rotate 0.5s;
  translate: 0 -50%;
  width: 1.2rem;
  z-index: 1;
}

.question__summary:where(.js-accordion__details-02[open] *)::after {
  rotate: 0deg;
}

.question__question-text {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.question__question-text::before {
  color: #10016a;
  content: "Q.";
  flex-shrink: 0;
  font-family: "Heebo", sans-serif;
  font-size: 2.4rem;
}

.question__accordion-body {
  border-top: 0.1rem solid #ccc;
  padding: 1.5rem;
  padding-right: 2.4rem;
}

.question__answer-text {
  align-items: flex-start;
  color: #444;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 1rem;
}

.question__answer-text::before {
  color: #ee410c;
  content: "A.";
  flex-shrink: 0;
  font-family: "Heebo", sans-serif;
  font-size: 2.4rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  店舗検索

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.search {
  padding: 3.5rem 0;
  position: relative;
  z-index: 1;
}

.search::before {
  background-color: #f8f8f8;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.search__heading .heading__text .small {
  font-size: 2rem;
  letter-spacing: 0;
}

.search__tab {
  margin-top: 2rem;
}

.search__tab .tab__menu-button[aria-expanded=true] {
  background-color: #564039;
  border-color: #564039;
  color: #fff;
}

.search__tab-panel.tab__panel {
  margin-top: 2.5rem;
}

.search__accordion-item {
  background-color: #fff;
  border: 0.1rem solid #ccc;
}

.search__accordion-item:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}

.search__summary {
  height: 6.5rem;
  padding: 1rem 3.8rem 1rem 1.5rem;
  position: relative;
}

.search__summary::after {
  aspect-ratio: 25/14;
  background-image: url(../img/arrow02.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 1.2rem;
  rotate: 180deg;
  top: 50%;
  transform-origin: center;
  transition: rotate 0.5s;
  translate: 0 -50%;
  width: 1.2rem;
  z-index: 1;
}

.search__summary:where(.js-accordion__details-02[open] *)::after {
  rotate: 0deg;
}

.search__summary-inner {
  align-items: center;
  border-right: 0.1rem solid #ccc;
  display: flex;
  gap: 1.5rem;
  height: 100%;
  justify-content: space-between;
  padding-right: 1.5rem;
}

.search__shop-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  flex: 1;
  font-size: 1.5rem;
  overflow: hidden;
}

.search__station {
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
  width: min(100%, 11.5rem);
}

.search__map iframe {
  -o-object-fit: cover;
  aspect-ratio: 354/250;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.search__body-contents {
  padding: 2.5rem 1.5rem 1.5rem;
}

.search__info-content {
  align-items: flex-start;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.search__info-content:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}

.search__shop-term {
  font-size: 1.4rem;
  width: 6rem;
}

.search--shop-desc {
  color: #444;
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
}

.search__cta-button {
  margin-top: 3.5rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ヒミツ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.secret {
  padding: 3.5rem 0;
}

.secret__top-contents {
  margin-top: 1.5rem;
  padding: 0 0.8rem;
}

.secret__top-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
}

.secret__top-text .orange {
  font-weight: 500;
}

.secret__hexagon-list {
  -ms-grid-columns: 1fr auto 1fr auto 1fr auto 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  margin-inline: auto;
  margin-top: 1.5rem;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.secret__hexagon-item {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  aspect-ratio: 130/110;
  background-color: #564039;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  line-height: 1.1;
  place-items: center;
  text-align: center;
  width: 6.8rem;
}

.secret__hexagon-item.small {
  font-size: 1.3rem;
}

.secret__hexagon-item.accent {
  background-color: #ee410c;
}

.secret__hexagon-plus {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
}

.secret__strong {
  margin-top: 0.6rem;
  text-align: center;
}

.secret__strong-text {
  font-size: 2.4rem;
  font-weight: 500;
}

.secret__list {
  display: -ms-grid;
  display: grid;
  margin-top: 3.5rem;
  row-gap: 4rem;
}

.secret__image-content {
  position: relative;
}

.secret__image-content img {
  -o-object-fit: cover;
  aspect-ratio: 355/200;
  object-fit: cover;
}

.secret__list-number {
  aspect-ratio: 1;
  background-color: #564039;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 2.4rem;
  left: 0;
  line-height: 100%;
  place-items: center;
  position: absolute;
  top: 0;
  width: 5rem;
  z-index: 1;
}

.secret__contents {
  margin-top: 1.5rem;
}

.secret__item-heading {
  font-size: 2.2rem;
  text-align: center;
}

.secret__item-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
  padding: 0 1rem;
}

.secret__item-text .orange {
  font-weight: 500;
}

.secret__definition {
  margin-top: 2.2rem;
  padding: 0 1rem;
}

.secret__term {
  background-color: #564039;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.2rem 1.5rem;
  text-align: center;
}

.secret__description {
  background-color: #fff2e3;
  padding: 1rem;
}

.secret__child-list {
  -ms-grid-columns: 1fr 0.3rem 1fr 0.3rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
}

.secret__child-item {
  background-color: #fff;
  color: #564039;
  font-size: 1.3rem;
  letter-spacing: -0.05em;
  padding: 0.4rem 0.2rem;
  text-align: center;
  white-space: nowrap;
}

.secret__definition-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1rem;
  text-align: center;
}

.secret__definition-text-strong {
  font-size: 1.8rem;
  font-weight: 700;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  タブメニュー（買取参考価格）

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.tab__menu {
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.tab__menu-item {
  display: -ms-grid;
  display: grid;
}

.tab__menu-button {
  background-color: #fff;
  border: 0.1rem solid #ccc;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.6rem 0.1rem;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background-color, border, color;
  width: 100%;
}

.tab__menu-button[aria-expanded=true] {
  background-color: #564039;
  border-color: #564039;
  color: #fff;
}

.tab__panel {
  margin-top: 1.5rem;
}

.tab__panel-box {
  display: none;
  opacity: 0;
}

.tab__panel-box[aria-hidden=false] {
  -webkit-animation: fadeIn 0.5s linear forwards;
  animation: fadeIn 0.5s linear forwards;
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tab__panel-heading {
  -ms-grid-columns: 1fr 1.5rem auto 1.5rem 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  gap: 1.5rem;
  grid-template-columns: 1fr auto 1fr;
  line-height: 1.2;
  text-align: center;
}

.tab__panel-heading::before,
.tab__panel-heading::after {
  background-color: #a6a6a6;
  content: "";
  display: inline-block;
  height: 0.1rem;
  width: 100%;
}

.tab__list {
  -ms-grid-columns: 1fr 1rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.8rem;
}

.tab__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  background-color: #fff;
  display: none;
  gap: 1rem;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 0.5rem;
}

.tab__item.is-visible {
  display: -ms-grid;
  display: grid;
}

.tab__image {
  display: -ms-grid;
  display: grid;
}

.tab__image img {
  -o-object-fit: cover;
  aspect-ratio: 163/110;
  object-fit: cover;
}

.tab__caption {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-top: 0.8rem;
  text-align: center;
}

.tab__price-content {
  -ms-grid-columns: auto 0.4rem 1fr;
  align-items: center;
  border-bottom: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  display: -ms-grid;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: auto 1fr;
  padding: 0.2rem 0;
}

.tab__price-tag {
  background-color: #ee410c;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.1;
  padding: 0.3rem 0.4rem;
  place-items: center;
  text-align: center;
}

.tab__price-text {
  color: #ee410c;
  font-family: "Heebo", sans-serif;
  font-size: 2.2rem;
  letter-spacing: -0.05em;
  margin-top: 0.3rem;
}

.tab__price-text .yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 0.2rem;
}

.tab__button-content {
  display: none;
  margin-top: 1rem;
}

.tab__button-content.is-active {
  display: block;
}

.tab__button {
  background-color: #fff;
  border: 0.1rem solid #000;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  padding: 1.8rem 3rem;
  place-items: center;
  position: relative;
  width: 100%;
}

.tab__button::after {
  color: inherit;
  content: "＋";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
}

.tab__button.is-close::after {
  content: "－";
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  より高く売るコツ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.tips {
  padding: 3.5rem 0;
  position: relative;
  z-index: 1;
}

.tips::before {
  background-image: url(../img/tips-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.tips__heading .heading__text {
  color: #fff;
  line-height: 1.2;
}

.tips__thumb {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 2rem;
}

.tips__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 375/175;
  height: 100%;
  object-fit: cover;
}

.tips__list {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 2.5rem rgba(0, 0, 0, 0.2);
  margin-top: -2.5rem;
  padding: 2rem 1.5rem 0;
  position: relative;
  z-index: 1;
}

.tips__item {
  border-top: 0.1rem solid #564039;
  padding-bottom: 2.6rem;
  padding-top: 0.5rem;
  position: relative;
}

.tips__item::before {
  background-color: #564039;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
  z-index: 1;
}

.tips__item-title-content {
  align-items: center;
  display: flex;
  font-family: "Heebo", sans-serif;
  gap: 0.8rem;
}

.tips__number {
  color: #564039;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.tips__item-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0.3rem;
}

.tips__item-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.2rem;
}

.tips__item-text .orange {
  font-weight: 500;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  出張買取

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.travel {
  padding: 3.5rem 0;
  position: relative;
}

.travel::after {
  background-color: #e8e9f2;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 27.5rem;
  z-index: -5;
}

.travel__heading .small {
  font-size: 2.5rem;
}

.travel__heading .first-line {
  display: block;
}

.travel__thumbnail {
  margin-top: 2.4rem;
  position: relative;
}

.travel__circle {
  aspect-ratio: 1;
  background: linear-gradient(180deg, #ee850c 0%, #ee410c 100%);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.15));
  left: 1rem;
  place-items: center;
  position: absolute;
  top: -1.5rem;
  width: 7.5rem;
  z-index: 1;
}

.travel__thumbnail-text {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
}

.travel__thumbnail-text .yellow {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 900;
}

.travel__thumbnail-text .small {
  font-size: 1.6rem;
}

.travel__illust {
  margin-top: -3rem;
  position: relative;
  z-index: 5;
}

.travel__strong {
  margin: 0.5rem -0.8rem 0;
  margin-top: 0.5rem;
}

.travel__strong-text {
  display: block;
  line-height: 1.4;
  text-align: center;
}

.travel__strong-text .first-line {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.travel__strong-text .orange {
  font-size: 2.4rem;
  font-weight: 700;
}

.travel__strong-text .small {
  font-size: 2rem;
}

.travel__strong-text .space-small {
  letter-spacing: -0.1em;
}

.travel__text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.5rem;
  padding: 0 0.8rem;
}

.travel__bottom-contents {
  margin-inline: auto;
  margin-top: 2rem;
  width: calc(100% - 3rem);
}

.travel__button-content {
  border-top: 0.1rem solid #a6a6a6;
  margin-top: 2rem;
  padding-top: 2rem;
}

.travel__button .button01__title {
  font-size: 1.8rem;
}

.travel__button .button01__title .large {
  font-size: 2.4rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  お客様の声

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.voice01 {
  padding: 3.5rem 0;
  position: relative;
}

.voice01::before {
  background-color: #10016a;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -5;
}

.voice01__heading .small {
  display: block;
  font-size: 2rem;
  letter-spacing: 0;
}

.voice01__list {
  margin-top: 2.4rem;
}

.voice01__item {
  -webkit-animation: fadeIn 0.5s linear forwards;
  animation: fadeIn 0.5s linear forwards;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  color: #444;
  padding: 2rem 1.5rem;
  padding-bottom: 2.2rem;
}

.voice01__item:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.voice01__item.is-hidden {
  display: none;
}

.voice01__top-content {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.voice01__icon {
  width: 6rem;
}

.voice01__icon img {
  -o-object-fit: contain;
  aspect-ratio: 1;
  object-fit: contain;
}

.voice01__info-content {
  font-size: 1.2rem;
  font-weight: 400;
}

.voice01__star {
  color: #ffc700;
  font-size: 1.4rem;
}

.voice01__date-name-content {
  display: flex;
}

.voice01__name::before {
  content: "/";
  margin: 0 0.3rem;
}

.voice01__shop-name {
  margin-right: -0.5rem;
}

.voice01__text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
  padding: 0 0.8rem;
}

.voice01__button-content {
  display: none;
  margin-inline: auto;
  margin-top: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.voice01__button-content.is-active {
  display: block;
}

.voice01__button {
  -ms-grid-columns: 1fr 0.5rem auto;
  background-color: #eee;
  border-radius: 100vmax;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0.5rem;
  grid-template-columns: 1fr auto;
  letter-spacing: -0.05em;
  min-width: 20rem;
  padding: 0.8rem 1rem 0.8rem 2rem;
  place-items: center;
  width: 100%;
}

.voice01__button::after {
  content: "＋";
  font-size: 1.6rem;
}

.voice01__button.is-close::after {
  content: "－";
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  お客様の声

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.voice02__accordion {
  margin-top: 1rem;
}

.voice02__accordion-item {
  -webkit-animation: fadeIn 0.5s linear forwards;
  animation: fadeIn 0.5s linear forwards;
  border: 0.1rem solid #ccc;
}

.voice02__accordion-item:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}

.voice02__accordion-item.is-hidden {
  display: none;
}

.voice02__summary {
  padding: 1rem 4rem 1rem 1.5rem;
  position: relative;
  z-index: 1;
}

.voice02__summary::after {
  aspect-ratio: 25/14;
  background-image: url(../img/arrow02.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 1.5rem;
  rotate: 180deg;
  top: 50%;
  transform-origin: center;
  transition: rotate 0.5s;
  translate: 0 -40%;
  width: 1.2rem;
  z-index: 1;
}

.voice02__summary:where(.js-accordion__details-02[open] *)::after {
  rotate: 0deg;
}

.voice02__info {
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
}

.voice02__star {
  color: #ffc700;
  font-size: 1.3rem;
  font-weight: 400;
  white-space: nowrap;
}

.voice02__date-name {
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
}

.voice02__voice-title {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.voice02__accordion-body {
  padding: 0 1rem;
}

.voice02__accordion-body-inner {
  border-top: 0.1rem solid #ccc;
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 1.5rem 1rem 2rem;
}

.voice02__store-name {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

.voice02__button-content {
  display: none;
  margin-inline: auto;
  margin-top: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.voice02__button-content.is-active {
  display: block;
}

.voice02__button {
  -ms-grid-columns: 1fr 0.5rem auto;
  background-color: #eee;
  border-radius: 100vmax;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0.5rem;
  grid-template-columns: 1fr auto;
  letter-spacing: -0.05em;
  min-width: 20rem;
  padding: 0.8rem 1rem 0.8rem 2rem;
  place-items: center;
  width: 100%;
}

.voice02__button::after {
  content: "＋";
  font-size: 1.6rem;
}

.voice02__button.is-close::after {
  content: "－";
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

大歓迎

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.welcome01 {
  padding: 3.5rem 0;
  position: relative;
  z-index: 1;
}

.welcome01::before {
  background-image: url(../img/welcome01_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.welcome01__heading {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.welcome01__heading .large {
  font-size: 3rem;
}

.welcome01__contents {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  padding: 1rem 1rem 2.5rem;
  position: relative;
}

.welcome01__image-list {
  -ms-grid-columns: 1fr 1rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.welcome01__image-item img {
  -o-object-fit: cover;
  aspect-ratio: 163/100;
  height: 100%;
  object-fit: cover;
}

.welcome01__caption {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.4rem;
  text-align: center;
}

.welcome01__text {
  border-top: 0.1rem solid #ccc;
  color: #444;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1.8rem;
  padding-top: 1.2rem;
  text-align: center;
}

.welcome01__button-top-text {
  color: #fff;
  font-size: 1.4rem;
  margin-inline: auto;
  margin-top: 2rem;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.welcome01__button-top-text .yellow {
  display: block;
  font-size: 1.8rem;
}

.welcome01__button-top-text::before,
.welcome01__button-top-text::after {
  background-color: #fff;
  bottom: 0.3rem;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 3.5rem;
}

.welcome01__button-top-text::before {
  left: -1.2rem;
  rotate: -120deg;
  transform-origin: left center;
}

.welcome01__button-top-text::after {
  right: -1rem;
  rotate: 120deg;
  transform-origin: right center;
}

.welcome01__button {
  margin-inline: auto;
  margin-top: 1rem;
  width: calc(100% - 3rem);
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  まとめ売りも大歓迎

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.welcome02 {
  background-color: #f8f8f8;
  padding: 3rem 0 3.5rem;
}

.welcome02__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.welcome02__top-contents {
  padding: 0 1.5rem;
}

.welcome02__circle-list {
  -ms-grid-columns: 1fr 0.3rem 1fr 0.3rem 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.5rem;
}

.welcome02__circle-item {
  aspect-ratio: 1;
  background-color: #faff00;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  height: auto;
  letter-spacing: -0.05em;
  line-height: 1.2;
  place-items: center;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.welcome02__button-top-text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-inline: auto;
  margin-top: 1.5rem;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.welcome02__button-top-text::before,
.welcome02__button-top-text::after {
  background-color: #444;
  bottom: 0.3rem;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 4rem;
}

.welcome02__button-top-text::before {
  left: -1.2rem;
  rotate: -120deg;
  transform-origin: left center;
}

.welcome02__button-top-text::after {
  right: -1rem;
  rotate: 120deg;
  transform-origin: right center;
}

.welcome02__cta-button {
  margin-top: 1rem;
}

.welcome02__cta-button .button01__title {
  font-size: 1.8rem;
}

.welcome02__cta-button .button01__title .large {
  font-size: 2.4rem;
}

.welcome02__cta-button .button01__title .small {
  font-size: 1.6rem;
}

.welcome02__media {
  -ms-grid-columns: 12.5rem 1fr;
  border: 0.1rem solid #ccc;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  margin-top: 2rem;
}

.welcome02__media-image {
  position: relative;
}

.welcome02__media-image img {
  -o-object-fit: cover;
  aspect-ratio: 125/90;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.welcome02__circle {
  aspect-ratio: 1;
  background: linear-gradient(180deg, #ee850c 0%, #ee410c 100%);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.15));
  left: 0.4rem;
  place-items: center;
  position: absolute;
  top: -0.5rem;
  width: 5.4rem;
  z-index: 1;
}

.welcome02__circle-text {
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.welcome02__circle-text .yellow {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.welcome02__circle-text .large {
  font-size: 1.5rem;
}

.welcome02__circle-text .middle {
  font-size: 1.1rem;
}

.welcome02__media-text-content {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  padding: 0 1.2rem;
  place-items: center;
}

.welcome02__media-text {
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.welcome02__media-text .orange {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.welcome02__button-list {
  -ms-grid-columns: 1fr 0.5rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

.welcome02__button-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/3;
  grid-row: 1/2;
}

.welcome02__button-item:nth-child(1) .welcome02__button {
  background-color: #10016a;
}

.welcome02__button-item:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 2/3;
}

.welcome02__button-item:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 2/3;
}

.welcome02__button {
  align-items: center;
  background-color: #444;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  gap: 2rem;
  justify-content: space-between;
  padding: 0.9rem 0.7rem 0.9rem 1rem;
}

.welcome02__button::after {
  aspect-ratio: 11/21;
  background-image: url(../img/arrow04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  width: 0.6rem;
}

.marker {
  background-image: linear-gradient(to bottom, transparent 70%, #faff00 70%);
  padding: 0 0.1em;
}

.orange {
  color: #ee410c;
}

.yellow {
  color: #faff00;
}

.navy {
  color: #10016a;
}

.heebo {
  font-family: "Heebo", sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  .wrapper {
    margin-inline: auto;
    max-width: 37.5rem;
  }

  .cta-fixed__content {
    margin-inline: auto;
    width: 37.5rem;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }

  /* pcの電話番号発信非対応 */

  /* a[href^="tel:"] {
    pointer-events: none;
  } */
}
/*# sourceMappingURL=sourcemaps/style.css.map */

.f_min{
  font-family: "Noto Serif JP", serif;
}
.store_note{
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.cta_note{
  text-align: right;
  font-size: 1rem;
  color: #000;
}
.asta{
  font-size: 1rem;
}
.c_blank{
  color: #000;
}