@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-image: linear-gradient(135deg, #f14fae 0%, #ee0c78 100%);
  border-bottom: 0.5rem solid #d80b6d;
  border-right: 0.5rem solid #d80b6d;
  box-shadow: inset 0.5rem 0.5rem 0 rgba(255, 255, 255, 0.25);
  display: -ms-grid;
  display: grid;
  padding: 1.4rem 1.4rem 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-size: 1.8rem;
  font-weight: 700;
}

.button01__title .small {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.button01__title .middle {
  font-size: 2.2rem;
  letter-spacing: -0.05em;
}

.button01__title .large {
  font-size: 2.4rem;
  letter-spacing: 0;
  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.4rem;
  translate: 0 0.2rem;
  width: 1.6rem;
}

.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 1.6rem 0.4rem;
  place-items: center;
}

.button02__title {
  font-size: 2rem;
  font-weight: 600;
}

.button02__top-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 1.6rem 0.4rem;
  place-items: center;
}

.button03__title {
  font-size: 1.8rem;
  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.2rem;
  width: 2rem;
}

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

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

  セクション見出し

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

.heading__bubble {
  background-color: #10016a;
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.5rem;
  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.14em;
  line-height: 1.4;
  margin-top: 0.6rem;
  text-align: center;
}

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

.wrapper {
  overflow-x: clip;
}

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

  キャンペーン

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

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

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

.campaign__strong-text {
  align-items: baseline;
  background-color: #faff00;
  border: 0.2rem solid #000;
  border-radius: 100vmax;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  margin-inline: auto;
  max-width: 32rem;
  padding: 0.2rem 1.6rem 0.5rem;
}

.campaign__strong-text .number {
  font-size: 2.2rem;
}

.campaign__strong-text .small {
  font-size: 1.8rem;
}

.campaign__heading {
  margin-top: 1rem;
}

.campaign__bottom-content {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 1.2rem;
  padding: 1rem 1.2rem;
}

.campaign__list {
  margin-right: -1rem;
}

.campaign__text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.campaign__text::before {
  content: "・";
}

.campaign__attention {
  border-top: 0.1rem solid #ccc;
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.2rem;
  padding: 1.2rem 0.2rem 0;
}

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

  追従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;
}

.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-image: linear-gradient(135deg, #f14fae 0%, #ee0c78 100%);
  border-bottom: 0.5rem solid #d80b6d;
  border-right: 0.5rem solid #d80b6d;
  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;
}

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

催事買取のご案内

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

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

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

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

.events__thumbnail {
  margin-top: 2rem;
}

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

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

.events__top-text .pink {
  font-weight: 500;
}

.events__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);
  margin-top: 2rem;
  padding: 0 1.5rem;
}

.events__tag-item {
  background-color: #fff;
  border: 0.1rem solid #10016a;
  border-radius: 100vmax;
  color: #10016a;
  display: -ms-grid;
  display: grid;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  place-items: center;
}

.events__contents01 {
  margin-top: 3.5rem;
}

.events__contents-heading-content {
  -ms-grid-columns: 1fr 1rem auto 1rem 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
}

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

.events__contents-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.events__contents-heading .navy {
  font-size: 1.7rem;
}

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

.events__accordion {
  margin-top: 1.5rem;
}

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

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

.events__summary {
  background-color: #fff;
  font-size: 1.5rem;
  padding: 1rem 3.8rem 1rem 1.5rem;
  position: relative;
}

.events__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;
}

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

.events__summary-text {
  border-right: 0.1rem solid #ccc;
  padding: 1rem 0;
}

.events__summary-text .normal {
  font-weight: 400;
}

.events__accordion-body {
  background-color: #fff;
}

.events__accordion-body {
  background-color: #fff;
  padding: 0 1rem 1.5rem;
}

.events__accordion-contents {
  margin-top: 1.5rem;
  padding: 0 0.5rem;
}

.events__accordion-heading {
  font-size: 1.6rem;
}

.events__event-list {
  margin-top: 2rem;
}

.events__event-item {
  color: #444;
}

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

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

.events__event-term::after {
  content: "／";
}

.events__event-desc,
.events__event-term {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
}

.events__accordion-button {
  margin-top: 2rem;
}

.events__contents02 {
  margin-top: 3.5rem;
  position: relative;
  z-index: 1;
}

.events__contents02::before {
  aspect-ratio: 375/429;
  background-image: url(../img/map.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: auto;
  left: -1rem;
  position: absolute;
  top: 4rem;
  width: 37.5rem;
  z-index: -1;
}

.events__area-list {
  margin-top: 1.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.events__area-term {
  font-size: 1.6rem;
  text-shadow: 0.2rem 0.2rem 0.2rem #e8e9f2, -0.2rem -0.2rem 0.2rem #e8e9f2, -0.2rem 0.2rem 0.2rem #e8e9f2, 0.2rem -0.2rem 0.2rem #e8e9f2, 0.2rem 0 0.2rem #e8e9f2, -0.2rem 0 0.2rem #e8e9f2, 0 0.2rem 0.2rem #e8e9f2, 0 -0.2rem 0.2rem #e8e9f2;
}

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

.events__area-desc {
  margin-top: 0.3rem;
}

.events__area-child-list {
  -moz-column-gap: 1em;
  column-gap: 1em;
  display: flex;
  flex-wrap: wrap;
}

.events__area-child-item {
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
  text-shadow: 0.2rem 0.2rem 0.2rem #e8e9f2, -0.2rem -0.2rem 0.2rem #e8e9f2, -0.2rem 0.2rem 0.2rem #e8e9f2, 0.2rem -0.2rem 0.2rem #e8e9f2, 0.2rem 0 0.2rem #e8e9f2, -0.2rem 0 0.2rem #e8e9f2, 0 0.2rem 0.2rem #e8e9f2, 0 -0.2rem 0.2rem #e8e9f2;
}

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

.events__area-button {
  margin: 2rem 1.5rem 0;
}

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

  共通特徴

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

.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__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__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;
  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;
}

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

  選べる３つの買取方法

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

.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-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: 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.4rem;
}

.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[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;
}

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

  メインビジュアル

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

.mv {
  position: relative;
  z-index: 1;
}

.mv__top-area {
  background-color: #10016a;
  padding-bottom: 0.4rem;
}

.mv__top-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.2rem 2rem 0.5rem;
  text-align: center;
}

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

.mv__top-text .small {
  font-size: 1.2rem;
}

.mv__middle-area {
  padding: 3rem 0.2rem 2.5rem 2rem;
  position: relative;
  position: relative;
}

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

.mv__middle-area::after {
  aspect-ratio: 287/464;
  background-image: url(../img/mv-human.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1.3rem;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  right: 0;
  width: 14.3rem;
  z-index: 5;
}

.mv__content01 {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.mv__content01-left {
  flex: 1;
}

.mv__logo {
  filter: drop-shadow(0px 0px 1.5rem #fff);
  margin-left: -1rem;
  width: min(27.3rem, 100%);
}

.mv__text01 {
  border-bottom: 0.1rem solid #10016a;
  border-top: 0.1rem solid #10016a;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0.2rem 1.5rem 0.5rem;
  text-align: center;
  text-shadow: 0px 0px 2rem #fff, 0px 0px 2rem #fff, 0px 0px 2rem #fff, 0px 0px 2rem #fff, 0px 0px 2rem #fff;
}

.mv__text01 .number {
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.mv__text01 .small {
  font-size: 1.4rem;
}

.mv__content01-right {
  flex-shrink: 0;
}

.mv__circle-text {
  aspect-ratio: 1;
  background-image: linear-gradient(to bottom, #ee0c0c 0%, #ee0c78 100%);
  border: 0.2rem solid #fff;
  border-radius: 50%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  filter: drop-shadow(0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.15));
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.1;
  place-content: center;
  place-items: center;
  text-align: center;
  width: 7.5rem;
}

.mv__circle-text .yellow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.mv__content02 {
  margin-right: auto;
  margin-top: 2rem;
  width: 21rem;
}

.mv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-right: -1rem;
  text-shadow: 0px 0px 2rem #fff, 0px 0px 2rem #fff, 0px 0px 2rem #fff, 0px 0px 2rem #fff;
  white-space: nowrap;
}

.mv__title .large {
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

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

.mv__tag-item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  color: #10016a;
  filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.15));
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.2rem;
  text-align: center;
}

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

.mv__bottom-area {
  background-color: #e8e9f2;
  padding: 1.4rem 1rem;
}

.mv__link {
  align-items: center;
  color: #1e257c;
  display: block;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  gap: 0.4rem;
  justify-content: center;
  letter-spacing: 0.02em;
}

.mv__link span {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.mv__link::before {
  background-image: url(../img/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.6rem;
  width: 1.6rem;
}

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

  店舗検索

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

.store-list {
  padding: 3.5rem 0;
  position: relative;
}

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

.store-list__heading .small {
  font-size: 2rem;
  letter-spacing: 0;
}

.store-list__image {
  margin-top: 2.4rem;
}

.store-list__image img {
  -o-object-fit: cover;
  aspect-ratio: 355/200;
  height: 100%;
  object-fit: cover;
}

.store-list__accordion {
  margin-top: 1.5rem;
}

.store-list__summary {
  border-bottom: 0.1rem solid #10016a;
  color: #10016a;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.7rem 3.8rem 1.7rem 0.5rem;
  position: relative;
}

.store-list__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;
}

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

.store-list__accordion-body {
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.store-list__child-accordion-item {
  border: 0.1rem solid #ccc;
}

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

.store-list__child-summary {
  background-color: #e8e9f2;
  font-size: 1.4rem;
  padding: 1rem 3.8rem 1rem 1.5rem;
  position: relative;
}

.store-list__child-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;
}

.store-list__child-summary:where(.js-accordion-child__details[open] *)::after {
  rotate: 0deg;
}

.store-list__child-summary-text {
  border-right: 0.1rem solid #ccc;
  padding: 1rem 0;
}

.store-list__child-accordion-body {
  background-color: #fff;
}

.store-list__store-list {
  padding-left: 1rem;
  padding-right: 1rem;
}

.store-list__store-item {
  border-top: 0.1rem solid #ccc;
}

.store-list__store-link {
  align-items: center;
  color: #444;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0.8rem;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
}

.store-list__store-link::before {
  aspect-ratio: 1;
  background-image: url(../img/arrow03.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 2rem;
}

.store-list__button {
  margin: 1.5rem;
  margin-bottom: 0rem;
}

.store-list__features {
  margin-top: 3.5rem;
}

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

.pink {
  color: #f41058;
}

.yellow {
  color: #faff00;
}

.red {
  color: #e60012;
}

.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;
}
