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

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

  ミックスイン

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

:root {
  --scrollbar-width: 0;
}

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

.js-accordion__details {
  overflow: hidden;
  /* アニメーション中に内容が飛び出さない */
}

.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, #ee850c 0%, #ee410c 100%);
  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.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.4rem;
  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 {
  /* 20250625変更 */
  /* box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "Noto Serif JP", serif; */
  margin-inline: -8px;
}

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

.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: #100169;
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.4rem;
  margin-inline: auto;
  padding: 0.2rem 1.6rem 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__bubbleRed {
  background-color: #e8002e;
}

.heading__bubbleOrange {
  background-color: #ee410c;
}

.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__text .small {
  font-size: 2.5rem;
}

.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, #ee850c 0%, #ee410c 100%);
  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__tag-text .color {
  color: #AC1E02;
}

.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-image: url(../img/cta-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

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

.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.02em;
  margin-top: 1.2rem;
}

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

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

  特徴

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

.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__heading-content {
  -ms-grid-columns: 1fr 0.8rem auto 0.8rem 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 1rem;
}

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

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

.features__thumb {
  margin-top: 2rem;
}

.features__point-list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

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

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

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

.features__point-text {
  color: #444;
  font-weight: 400;
  line-height: 1.2;
}

.features__contents {
  margin-top: 2rem;
  padding: 0 1rem;
}

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

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

.features__child-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.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 {
  color: #444;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1rem;
  text-align: center;
}

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

.features__box {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  border-radius: 1rem;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 2;
  grid-template-rows: subgrid;
  overflow: hidden;
}

.features__box-thumb img {
  -o-object-fit: cover;
  aspect-ratio: 313/160;
  height: 100%;
  object-fit: cover;
}

.features__box-body {
  background-color: #10016a;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}

.features__box-top-text {
  border-bottom: 0.1rem solid #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
}

.features__box-bottom-text {
  font-size: 1.5rem;
}

.features__box-bottom-text .yellow {
  font-size: 1.7rem;
}

.features__box-bottom-text .number {
  background-color: #10016a;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.1rem;
  padding: 0 0.2rem;
}

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

.features__tag-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__tag-item:where(.strong01 *) {
  border: none;
  font-weight: 400;
}

.features__tag-itemSmall {
  font-size: 1.2rem;
}

.features__tag-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__button-content {
  margin-top: 1rem;
}

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

  フッター

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

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

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

  金相場

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

.gold {
  padding: 2.2rem 2rem 0.3rem;
  position: relative;
}

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

.gold::after {
  background-image: linear-gradient(to bottom, rgba(170, 13, 52, 0.6) 0%, #aa0d33 100%);
  bottom: 0;
  content: "";
  height: 6rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.gold__heading {
  color: #ffea80;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

.gold__heading .gradation {
  -webkit-background-clip: text;
  background: radial-gradient(44.61% 256.01% at 48.15% -37.4%, #ffea80 0%, #b89b00 79.15%, #806d08 100%);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  font-size: 4.4rem;
  line-height: 1;
  margin-right: 0.3rem;
}

.gold__attention {
  background-color: rgba(255, 255, 255, 0.87);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  margin-inline: auto;
  margin-top: 0.6rem;
  padding: 0.2rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gold__contents {
  align-items: center;
  display: flex;
  gap: 1.2rem;
}

.gold__contents-heading {
  aspect-ratio: 1;
  border-radius: 50%;
  color: #534502;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  place-items: center;
  position: relative;
  rotate: -15deg;
  text-align: center;
  width: 7.1rem;
  z-index: 1;
}

.gold__contents-heading::before {
  background-image: linear-gradient(-156.5deg, #e3cf62 0%, #997700 82%, #c3b14c 100%);
  border-radius: 50%;
  content: "";
  display: block;
  inset: -0.34rem;
  position: absolute;
  z-index: -10;
}

.gold__contents-heading::after {
  background-image: linear-gradient(156.5deg, #d9ca79 0%, #ebce3e 46%, #b49056 100%);
  border-radius: 50%;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -5;
}

.gold__price-content {
  margin-top: 1.8rem;
}

.gold__price-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.gold__price-text-large {
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  margin-right: 0.5rem;
  text-shadow: 0.2rem 0.2rem 0.2rem #aa0d33, -0.2rem -0.2rem 0.2rem #aa0d33, -0.2rem 0.2rem 0.2rem #aa0d33, 0.2rem -0.2rem 0.2rem #aa0d33, 0.2rem 0 0.2rem #aa0d33, -0.2rem 0 0.2rem #aa0d33, 0 0.2rem 0.2rem #aa0d33, 0 -0.2rem 0.2rem #aa0d33;
  white-space: nowrap;
}

.gold__update-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1.5rem;
}

.header {
  background-color: #fff;
}

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

.header__logo {
  width: 14.7rem;
}

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

  買取品目

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

.items {
  padding: 4rem 0;
  position: relative;
}

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

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

.items__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  background-color: #fff;
  border: 0.1rem solid #e8e8e8;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 0.1rem 0.1rem 0.6rem;
}

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

.items__figure img {
  -o-object-fit: cover;
  aspect-ratio: 213/160;
  height: 100%;
  object-fit: cover;
}

.items__caption {
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 0.8rem;
}

.items__item-heading {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.items__bottom-image {
  margin-inline: auto;
  margin-top: 1.5rem;
  max-width: 29.9rem;
}

.items__bottom-caption {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1.5rem;
  text-align: center;
}

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

  本日の買取相場

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

.section-wrapper {
  padding: 3rem 0 4rem;
  position: relative;
}

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

.market .heading__text {
  letter-spacing: 0;
}

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

.market__update-text {
  font-size: 1.4rem;
  margin-top: 0.6rem;
  text-align: center;
}

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

.market__content-title {
  -ms-grid-columns: 2.5rem 0.6rem auto 0.6rem 2.5rem;
  align-items: center;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.6rem;
  grid-template-columns: 2.5rem auto 2.5rem;
  justify-content: center;
}

.market__content-title .small {
  font-size: 1.4rem;
}

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

.market__content-title.gold-title {
  margin-top: 2.5rem;
}

.market__table01 {
  border-collapse: collapse;
  margin-top: 1rem;
  width: 100%;
}

.market__table01 th,
.market__table01 td {
  border: 0.1rem solid #ccc;
  font-weight: 500;
  line-height: 1;
  padding: 0.8rem 0.3rem;
  text-align: center;
  vertical-align: middle;
}

.market__table01 th {
  background-color: #f1eed6;
  letter-spacing: -0.05em;
  width: 7rem;
}

.market__table01 .number {
  font-family: "Heebo", sans-serif;
  font-size: 1.8rem;
}

.market__table01 .small {
  font-size: 1.1rem;
}

.market__table01 .platinum {
  background-color: #d3e2ec;
}

.market__table01 .second-line {
  font-weight: 400;
}

.market__table02 {
  border-collapse: collapse;
  margin-top: 1rem;
  width: 100%;
}

.market__table02 th,
.market__table02 td {
  border: 0.1rem solid #ccc;
  font-weight: 500;
  line-height: 1;
  padding: 0.8rem 0.3rem;
  text-align: center;
  vertical-align: middle;
}

.market__table02 thead th {
  background-color: #c8bf76;
  color: #fff;
}

.market__table02 thead th:first-child {
  width: 29.8%;
}

.market__table02 tbody th {
  background-color: #f1eed6;
}

.market__table02 .number {
  font-family: "Heebo", sans-serif;
  font-size: 1.8rem;
}

.market__table02 .small {
  font-size: 1.1rem;
}

.market__table02 .second-line {
  font-weight: 400;
}

.market__chart-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
}

.market__chart-image {
  margin-top: 1rem;
}

.market__note {
  margin-top: 2.5rem;
  padding: 1.2rem 1rem 1.6rem;
  position: relative;
  z-index: 1;
}

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

.market__note-title {
  -ms-grid-columns: 1fr 0.8rem auto 0.8rem 1fr;
  color: #faff00;
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  gap: 0.8rem;
  grid-template-columns: 1fr auto 1fr;
  place-content: center;
  place-items: center;
  text-shadow: 0.2rem 0.2rem 0.2rem #22297f, -0.2rem -0.2rem 0.2rem #22297f, -0.2rem 0.2rem 0.2rem #22297f, 0.2rem -0.2rem 0.2rem #22297f, 0.2rem 0 0.2rem #22297f, -0.2rem 0 0.2rem #22297f, 0 0.2rem 0.2rem #22297f, 0 -0.2rem 0.2rem #22297f;
}

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

.market__note-text {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 0.6rem;
  text-align: center;
  text-shadow: 0.2rem 0.2rem 0.2rem #22297f, -0.2rem -0.2rem 0.2rem #22297f, -0.2rem 0.2rem 0.2rem #22297f, 0.2rem -0.2rem 0.2rem #22297f, 0.2rem 0 0.2rem #22297f, -0.2rem 0 0.2rem #22297f, 0 0.2rem 0.2rem #22297f, 0 -0.2rem 0.2rem #22297f;
}

.market__note-text .yellow {
  font-weight: 700;
}

.market__note-contents {
  -ms-grid-columns: 1fr 2.5rem 1fr;
  background-color: rgba(255, 255, 255, 0.9);
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  place-items: center;
  position: relative;
  z-index: 1;
}

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

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

.market__note-contents::before {
  color: #e8002e;
  content: "▲";
  display: block;
  font-size: 1.6rem;
  left: 50%;
  position: absolute;
  rotate: 90deg;
  top: 50%;
  transform-origin: center center;
  translate: -50% -50%;
  z-index: 1;
}

.market__note-content {
  line-height: 1;
  padding: 1rem 1rem 0.8rem;
  text-align: center;
}

.market__note-year {
  font-size: 1.5rem;
  font-weight: 400;
}

.market__note-year .number {
  font-family: "Heebo", sans-serif;
  font-size: 1.6rem;
}

.market__note-price {
  font-size: 1.8rem;
  font-weight: 700;
}

.market__note-price .number {
  font-family: "Heebo", sans-serif;
  font-size: 3rem;
  letter-spacing: -0.05em;
  margin-right: 0.2rem;
}

.market__note-price.blue {
  color: #22297f;
}

.market__note-bottom-text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: 0.8rem;
  text-align: center;
}

.market__button-text {
  align-items: flex-end;
  display: flex;
  font-size: 1.4rem;
  gap: 1rem;
  justify-content: center;
  line-height: 1.4;
  margin-inline: auto;
  margin-top: 1.8rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.market__button-text .red {
  font-size: 2rem;
}

.market__button-text::before,
.market__button-text::after {
  background-color: #000;
  content: "";
  display: block;
  height: 3.5rem;
  margin-bottom: 0.4rem;
  transform-origin: center bottom;
  width: 0.1rem;
}

.market__button-text::before {
  rotate: -30deg;
}

.market__button-text::after {
  rotate: 30deg;
}

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

.market__small-note{
  text-align: left;
  font-size: 12px;
  padding: 32px 0 0;
  line-height: 1.5;
  color: #444;
}


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

  選べる３つの買取方法

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

.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%, #aa0d33 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;
}

.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: #ee0c78;
  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 {
  -ms-grid-columns: auto 0.5rem auto 0.5rem auto;
  background-color: #806D08;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, auto);
  padding: 0.4rem 2rem;
  place-content: center;
  place-items: center;
  position: relative;
}

/* .mv__top-text01-content::before,
.mv__top-text01-content::after {
  aspect-ratio: 39/82;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  width: 2rem;
} */

/* .mv__top-text01-content::before {
  background-image: url(../img/mv/mv-left-icon.png);
}

.mv__top-text01-content::after {
  background-image: url(../img/mv/mv-right-icon.png);
} */

.mv__top-text01 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  /* text-align: center; */
  position: relative;
  left: 26px;
}

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

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

.mv__top-text02 {
  background-color: #C8BF76;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3rem 2rem;
  text-align: center;
}

.mv__middle-area {
  overflow: hidden;
  padding: 3.5rem 10rem 2.3rem 1.6rem;
  position: relative;
  z-index: 1;
}

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

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

.mv__heading {
  color: #2a34b8;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.mv__heading-gradation {
  -webkit-background-clip: text;
  background: radial-gradient(55.38% 212.99% at 36.29% -10%, #3140ff 59.45%, #2a34b8 100%);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  display: inline;
  font-size: 4.8rem;
  line-height: 1;
}

.mv__heading-small {
  display: inline-block;
  font-size: 1.8rem;
  translate: 0.2rem 0.6rem;
}

.mv__line-text {
  color: #444;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 0.2rem;
  padding: 0 1.4rem;
  position: relative;
}

.mv__line-text .red {
  font-size: 1.6rem;
}

.mv__line-text::after {
  aspect-ratio: 407/6;
  background-image: url(../img/mv/mv-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.2rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}

.mv__middle-contents {
  margin-top: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv__middle-text {
  color: #444;
  font-size: 1.3rem;
  text-align: center;
}

.mv__middle-tag-text {
  background-color: #100169;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 2rem 0.1rem;
}

.mv__middle-bottom-text {
  color: #100169;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.mv__middle-bottom-text .small {
  font-size: 2.2rem;
}

.mv__middle-bottom-text .space-small {
  display: inline-block;
  margin-left: -0.5rem;
}

.mv__slide-area {
  padding-bottom: 0.6rem;
  padding-top: 0.8rem;
  position: relative;
  z-index: 10;
}

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

.mv__slide-top-text {
  -webkit-background-clip: text;
  -ms-grid-columns: auto 1rem auto 1rem auto;
  background-clip: text;
  background-image: linear-gradient(0deg, #eeee00 40%, #ffffff 48%, #eeee00 74%);
  color: rgba(0, 0, 0, 0);
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 1rem;
  grid-template-columns: auto auto auto;
  line-height: 1;
  place-content: center;
  place-items: center;
  position: relative;
}

.mv__slide-top-text::before,
.mv__slide-top-text::after {
  color: #c2ad00;
  display: block;
  font-size: inherit;
}

.mv__slide-top-text::before {
  content: "/";
  rotate: y 180deg;
}

.mv__slide-top-text::after {
  content: "/";
}

.mv__slide-top-text .number {
  font-size: 2.1rem;
}

.mv__splide-content {
  margin-top: 0.8rem;
}

.mv__splide-content .splide__slide {
  -ms-grid-rows: auto 1fr;
  background-color: #fff;
  color: #000;
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0.3rem;
  padding-bottom: 0.5rem;
}

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

.mv__splide-content .splide__price-text {
  color: #e8002e;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: auto;
  text-align: center;
}

.mv__splide-content .splide__price-text .number {
  font-size: 1.5rem;
}

.mv__slide-bottom-text {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 0.3rem;
  text-align: center;
}

.mv__slide-bottom-text .yellow {
  font-size: 1.8rem;
  font-weight: 700;
}

.mv__slide-bottom-text .small {
  font-size: 1.3rem;
}

.mv__bottom-area {
  background-color: #e4e6ef;
  padding: 1.2rem 1rem;
}

.mv__link {
  align-items: center;
  color: #100169;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  gap: 0.8rem;
  letter-spacing: 0.02em;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

  買取に必要なもの

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

.need {
  padding-bottom: 3.5rem;
  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 .red {
  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;
}

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

  どんな状態でも査定可能

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

.possible {
  padding: 4rem 0 4.5rem;
  position: relative;
  z-index: 1;
}

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

.possible__heading .heading__text {
  letter-spacing: 0.05em;
}

.possible__tab.tab {
  margin-top: 1.5rem;
}

.possible__contents {
  background-color: #fff;
  border: 0.1rem solid #ccc;
  margin-top: 2rem;
  padding: 2rem 1.5rem;
}

.possible__image img {
  -o-object-fit: cover;
  aspect-ratio: 325/90;
  height: 100%;
  object-fit: cover;
}

.possible__check-list {
  margin-top: 1.2rem;
}

.possible__check-item {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  gap: 0.8rem;
}

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

.possible__check-item::before {
  aspect-ratio: 1;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 2rem;
}

.possible__contents-text {
  border-top: 0.1rem solid #a6a6a6;
  color: #444;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
}

.possible__bottom-area {
  margin-top: 2rem;
  padding: 0 1.5rem;
}

.possible__button-text {
  align-items: flex-end;
  display: flex;
  font-size: 1.4rem;
  gap: 1rem;
  justify-content: center;
  line-height: 1.4;
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.possible__button-text .red {
  font-size: 1.8rem;
}

.possible__button-text::before,
.possible__button-text::after {
  background-color: #000;
  content: "";
  display: block;
  height: 3.5rem;
  margin-bottom: 0.4rem;
  transform-origin: center bottom;
  width: 0.1rem;
}

.possible__button-text::before {
  rotate: -30deg;
}

.possible__button-text::after {
  rotate: 30deg;
}

.possible__button {
  margin-top: 1rem;
}

.possible__bottom-text-content {
  color: #444;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1.5rem;
  text-align: center;
}

.possible__bottom-text:nth-of-type(2) {
  border-top: 0.1rem solid #a6a6a6;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
}

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

  買取参考価格

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

.price {
  padding-bottom: 3.4rem;
  padding-top: 3.5rem;
  position: relative;
}

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

.price__update-text {
  color: #10016a;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  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;
}

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

  お約束

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

.promise {
  margin-top: 4rem;
  position: relative;
}

.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: #806d08;
  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 {
  color: #444;
  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;
  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[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: #ee0c78;
  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-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[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 {
  background-color: #fff;
  padding: 1rem 1rem 2.6rem;
}

.secret__top-contents {
  padding: 0 0.4rem;
}

.secret__heading-top-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  text-align: center;
}

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

.secret__heading-text::before,
.secret__heading-text::after {
  background-color: #a6a6a6;
  content: "";
  display: block;
  height: 0.1rem;
  margin-top: 0.4rem;
  width: 100%;
}

.secret__heading-text .large {
  font-size: 2.2rem;
}

.secret__heading-text .number {
  font-size: 2.5rem;
}

.secret__top-text {
  color: #444;
  font-weight: 400;
  margin-top: 1.5rem;
}

.secret__top-text .red {
  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: #10016a;
  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-plus {
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
}

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

.secret__strong-text {
  color: #10016a;
  font-size: 2.4rem;
  font-size: 2.5rem;
  font-weight: 500;
}

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

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

.secret__image-content {
  position: relative;
}

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

.secret__list-number {
  aspect-ratio: 1;
  background-color: #10016a;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 2.5rem;
  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: 2rem;
  text-align: center;
}

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

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

.secret__definition {
  margin-top: 1.8rem;
}

.secret__term {
  background-color: #10016a;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 1.5rem;
  text-align: center;
}

.secret__description {
  background-color: #e8e9f2;
  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: #10016a;
  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;
}

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

  初めて金を売る〜

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

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

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

.select__heading-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5rem;
  text-align: center;
}

.select__heading-text .red {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.select__heading-text .red::before,
.select__heading-text .red::after {
  aspect-ratio: 72/70;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  width: 3.6rem;
}

.select__heading-text .red::before {
  background-image: url(../img/select-left-icon.png);
}

.select__heading-text .red::after {
  background-image: url(../img/select-right-icon.png);
}

.select__heading-text .small {
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.select__contents {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.3rem 0.3rem 0.9rem rgba(0, 0, 0, 0.15);
  margin-top: 1.8rem;
  padding: 1rem;
}

.select__thumb img {
  border-radius: 0.5rem;
}

.select__list {
  padding: 0 0.5rem;
}

.select__item {
  padding-bottom: 1.6rem;
  padding-top: 1.3rem;
  position: relative;
  z-index: 1;
}

.select__item:nth-of-type(n + 2) {
  border-top: 0.1rem solid #a6a6a6;
}

.select__item::after {
  color: #e7d9bd;
  font-family: "EB Garamond", sans-serif;
  font-size: 10rem;
  font-style: italic;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  translate: 0 -50%;
  z-index: -5;
}

.select__item:nth-of-type(1)::after {
  content: "1";
}

.select__item:nth-of-type(2)::after {
  content: "2";
}

.select__item:nth-of-type(3)::after {
  content: "3";
}

.select__term {
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.select__term::before {
  color: #e8002e;
  content: "●";
  margin-right: 0.4rem;
}

.select__desc {
  color: #444;
  font-weight: 400;
  margin-top: 0.6rem;
  padding-right: 0.5rem;
}

.select__desc .marker {
  font-weight: 500;
}

.select__image img {
  border-radius: 0.5rem;
}

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

  買取大吉の強み

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

.strong01 {
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}

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

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

.strong01__top-area {
  margin-top: 2.5rem;
  padding-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}

.strong01__top-area::before {
  aspect-ratio: 335/472;
  background-image: url(../img/strong-human.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.1rem;
  content: "";
  display: block;
  left: -1.2rem;
  position: absolute;
  width: 16.8rem;
  z-index: -1;
}

.strong01__top-contents {
  margin-left: auto;
  width: 20rem;
}

.strong01__defi {
  margin-top: 0.8rem;
}

.strong01__defi:last-of-type {
  -ms-grid-columns: 8.6rem 0.5rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 8.6rem 1fr;
}

.strong01__term {
  align-items: center;
  background-color: #10016a;
  border-radius: 100vmax;
  color: #faff00;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  justify-content: center;
  padding: 0.2rem 0.5rem;
}

.strong01__desc {
  color: #10016a;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.2rem;
}

.strong01__desc .vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.strong01__desc .number {
  color: #e8002e;
  font-size: 3.5rem;
  letter-spacing: -0.02em;
  margin-right: 0.1rem;
}

.strong01__desc .number-2 {
  font-size: 3rem;
}

.strong01__desc .number.space {
  letter-spacing: -0.06em;
}

.strong01__desc .number.space .space {
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: -0.2em;
  translate: -0.08em 0;
}

.strong01__desc .block,
.strong01__desc .vertical {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.strong01__desc .block {
  display: inline-block;
  margin-left: 0.5rem;
  width: 2.2em;
}

.strong01__youtube-content {
  background-color: #10016a;
  margin-left: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  margin-right: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  padding-left: calc((100vw - var(--scrollbar-width)) / 2 - 50%);
  padding-right: calc((100vw - var(--scrollbar-width)) / 2 - 50%);
}

.strong01__youtube-link {
  -ms-grid-columns: 1fr 1.4rem 10.2rem;
  display: -ms-grid;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr 10.2rem;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
}

.strong01__youtube-texts {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 1rem;
}

.strong01__youtube-texts::before {
  aspect-ratio: 40/35;
  background-image: url(../img/strong-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 2rem;
}

.strong01__youtube-text01 {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.strong01__youtube-text02 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.strong01__youtube-thumb img {
  border-radius: 0.3rem;
}

.strong01__features {
  margin-top: 4rem;
}

.strong01__secret {
  margin-top: 4rem;
}

.strong01__button-list {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  margin-inline: auto;
  margin-top: 4rem;
  width: calc(100% - 3rem);
}

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

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

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

.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, color;
  width: 100%;
}

.tab__menu-button[aria-expanded="true"] {
  background-color: #10016a;
  color: #fff;
}

.tab__panel {
  margin-top: 1rem;
}

.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 img {
  -o-object-fit: cover;
  aspect-ratio: 163/110;
  object-fit: cover;
}

.tab__caption {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-top: 0.5rem;
  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: #10016a;
  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: #e8002e;
  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: "－";
}

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

  出張買取

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

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

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

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

.travel__circle {
  aspect-ratio: 1;
  background-image: 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;
}

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

  お客様の声

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

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

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

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

.voice02__contents {
  background-color: #fff;
  margin-top: 1.5rem;
  padding: 1.7rem 0 2.5rem;
}

.voice02__accordion {
  margin-top: 1rem;
  padding: 0 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[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: "－";
}

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

.marker-gold {
  background-image: linear-gradient(to bottom, transparent 74%, #d0c88f 74%);
  padding: 0 0.2em;
}

.orange {
  color: #ee410c;
}

.yellow {
  color: #faff00;
}

.red {
  color: #e8002e;
}

.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;
  }
  /* a[href^="tel:"] {
    pointer-events: none;
  } */
}
.f_min{
  font-family: "Noto Serif JP", serif;
}
.store_note{
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 1px;
  right: -55px;
}

.hibrand_store_note {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.cta_note{
  text-align: right;
  font-size: 1rem;
  color: #000;
}
.asta{
  font-size: 1rem;
  line-height: 1;
}
.c_blank{
  color: #000;
}

.small-note{
  text-align: left;
  font-size: 10px;
  padding: 20px 0;
  line-height: 1.5;
}
.no1-ico{
  display: block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: -20px;
  left: 3px;
  z-index: 2;
}
.no1-ico-img{
  height: 100%;
  width: 100%;
}