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

.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.6rem 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 .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: 1.8rem;
  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 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: #ee0c78;
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.4rem;
  margin-inline: auto;
  padding: 0.2rem 1rem 0.4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.heading__textWhite {
  color: #fff;
}

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

.wrapper {
  overflow-x: clip;
}

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

  キャンペーン

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

.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 .large01 {
  font-size: 2.7rem;
  letter-spacing: 0;
}

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

.cta-fixed__tel-text {
  display: none;
}

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

.cta-fixed__image img {
  -o-object-fit: contain;
  aspect-ratio: 60/86;
  object-fit: contain;
}

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

  CTA

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

.cta {
  font-family: "Noto Serif JP", serif;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  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__bubble-text {
  background-color: #fff;
  border-radius: 100vmax;
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.6rem 1.8rem 0.6rem 2.2rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.cta__bubble-text::after {
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%);
  background-color: #fff;
  bottom: -1.4rem;
  clip-path: polygon(0 0, 50% 0, 100% 100%);
  content: "";
  height: 1.6rem;
  position: absolute;
  right: 0.4rem;
  width: 3.8rem;
  z-index: -1;
}

.cta__heading {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.2rem;
  text-shadow: 0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.15);
}

.cta__heading .gradation {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff0004 0%, #f83288 70%);
  color: rgba(0, 0, 0, 0);
  display: inline;
  font-size: 3rem;
  line-height: 1;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  padding: 0 0.3rem;
  position: relative;
  text-shadow: none;
}

.cta__heading .gradation::before {
  background-color: #faff00;
  border-radius: 0.2rem;
  bottom: 0.3rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0.5rem;
  z-index: -1;
}

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

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

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

.cta__button-content::before {
  aspect-ratio: 125/150;
  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: 12.5rem;
  z-index: -1;
}

.cta__tel {
  display: none;
}

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

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

.cta__tel-right {
  flex: 1;
  padding-right: 3.6rem;
}

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

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

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

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

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

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

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

  買取強化情報

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

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

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

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

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

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

.enhancement__tag .yellow {
  display: block;
}

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

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

.enhancement__caption {
  margin-top: 1rem;
}

.enhancement__item-heading {
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

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

  共通特徴

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

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

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

.features__description {
  margin-top: 1rem;
}

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

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

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

.features__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: 3rem;
  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;
  margin-top: 2rem;
  padding: 2rem 2.5rem;
}

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

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

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

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

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

  フッター

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  background-color: #fff;
}

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

.header__logo {
  width: 14.7rem;
}

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

  買取品目

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

.items {
  padding: 3.5rem 0 3rem;
  position: relative;
}

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

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

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

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

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

.items__item-heading {
  font-size: 1.6rem;
  text-align: center;
}

.items__text {
  border-top: 0.1rem solid #ccc;
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
  margin-inline: auto;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  text-align: center;
  width: calc(100% - 0.8rem);
}

.items__text .light-gray {
  color: #ccc;
}

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

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

  選べる３つの買取方法

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

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

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

.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 {
  position: relative;
  z-index: 1;
}

.mv::after {
  aspect-ratio: 156/202;
  background-image: url(../img/mv-human.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.1rem;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  width: 15.6rem;
  z-index: 5;
}

.mv__top-area {
  font-family: "Noto Serif JP", serif;
  padding: 8rem 1.5rem 1.1rem;
  position: relative;
  z-index: 1;
}

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

.mv__bubble-text {
  background-color: #faff00;
  border-radius: 100vmax;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-inline: auto;
  padding: 0 1.6rem 0.3rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv__bubble-text .pink {
  font-size: 2rem;
}

.mv__bubble-text .large {
  font-size: 1.8rem;
}

.mv__bubble-text::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #faff00;
  bottom: -0.8rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: 1.3rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.6rem;
  z-index: -1;
}

.mv__heading {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.mv__heading .large {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.mv__contents {
  margin-left: auto;
  margin-top: 3.6rem;
  width: 20.5rem;
}

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

.mv__item {
  align-items: baseline;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  color: #10016a;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 2;
  min-height: 3rem;
  padding: 0.2rem 0.8rem;
}

.mv__item .small {
  font-size: 1.2rem;
}

.mv__text {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1.2rem;
  text-align: justify;
  text-shadow: 0.4rem 0.4rem 0.4rem #040067, -0.4rem -0.4rem 0.4rem #040067, -0.4rem 0.4rem 0.4rem #040067, 0.4rem -0.4rem 0.4rem #040067, 0.4rem 0 0.4rem #040067, -0.4rem 0 0.4rem #040067, 0 0.4rem 0.4rem #040067, 0 -0.4rem 0.4rem #040067;
}

.mv__text .yellow {
  font-size: 2rem;
}

.mv__text .small-space {
  letter-spacing: -0.4em;
}

.mv__bottom-area {
  background-color: #dddfef;
  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;
  letter-spacing: 0.02em;
  margin-left: 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 .pink {
  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;
}

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

  買取参考価格

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

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

.price::before {
  background-image: url(../img/price/bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  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 {
  padding: 3.5rem 0;
  position: relative;
}

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

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

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

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

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

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

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

  よくあるご質問

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

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

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

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

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

  ヒミツ

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

.secret {
  padding-bottom: 3rem;
  padding-top: 3.5rem;
}

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

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

.secret__top-text .pink {
  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.4rem;
  letter-spacing: -0.05em;
  line-height: 1.1;
  place-items: center;
  text-align: center;
  width: 6.8rem;
}

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

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

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

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

.secret__image-content {
  position: relative;
}

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

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

.secret__contents {
  margin-top: 1.5rem;
}

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

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

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

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

.secret__term {
  background-color: #10016a;
  color: #fff;
  font-size: 1.4rem;
  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;
}

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

  店舗一覧

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

.store-list {
  padding-bottom: 4.3rem;
  padding-top: 3.5rem;
}

.store-list__heading .small {
  font-size: 2.4rem;
}

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

.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__search-contents {
  display: none;
}

.store-list__search-heading {
  background-color: #10016a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 2rem;
  text-align: center;
}

.store-list__search-item {
  -webkit-animation: fadeIn 0.5s linear forwards;
  align-items: center;
  animation: fadeIn 0.5s linear forwards;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  min-height: 6rem;
  position: relative;
  transition: background-color 0.5s;
}

.store-list__search-item:not(:has(a)) {
  border-bottom: 0.1rem solid #10016a;
  color: #10016a;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 0.5rem 3rem 0.5rem 1rem;
}

.store-list__search-item:not(:has(a))::after {
  aspect-ratio: 15/8;
  background-image: url(../img/arrow02.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  right: 0.5rem;
  rotate: 90deg;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
}

.store-list__search-item a {
  -ms-grid-columns: auto 1rem 1fr;
  align-items: center;
  border-bottom: 0.1rem solid #10016a;
  color: #444;
  display: -ms-grid;
  display: grid;
  font-size: 1.6rem;
  font-weight: 400;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  height: 100%;
  padding: 0.5rem 2rem 0.5rem 1rem;
}

.store-list__search-item a::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: 2.5rem;
}

.store-list__search-item.is-hidden {
  display: none;
}

.store-list__search-item.selected {
  background-color: #e8e9f2;
}

.store-list__store {
  -webkit-animation: fadeIn 0.5s linear forwards;
  animation: fadeIn 0.5s linear forwards;
}

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

  店舗情報

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

.store {
  background-color: #f8f8f8;
  padding-bottom: 4.5rem;
  padding-top: 3.5rem;
}

.store__heading {
  color: #10016a;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.store__heading .large {
  color: #000;
  display: block;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-top: 0.2rem;
}

.store__splide-container {
  margin-top: 2.5rem;
}

.store__splide .splide__slide {
  opacity: 0.6;
  transition-duration: 0.5s;
  transition-property: opacity;
}

.store__splide .splide__slide.is-active {
  opacity: 1;
}

.store__splide .splide__slide img {
  -o-object-fit: cover;
  aspect-ratio: 355/249;
  object-fit: cover;
}

.store__splide .splide__pagination {
  margin-top: 0.4rem;
  position: static;
}

.store__splide .splide__pagination__page {
  height: 0.8rem;
  margin: 0.5rem;
  width: 0.8rem;
}

.store__splide .splide__pagination__page.is-active {
  background-color: #10016a;
  opacity: 1;
  transform: scale(1);
}

.store__container {
  margin-top: 1.5rem;
}

.store__table-container {
  font-size: 1.4rem;
}

.store__table {
  border-top: 0.1rem solid #ccc;
  width: 100%;
}

.store__table-row {
  border-bottom: 0.1rem solid #ccc;
}

.store__table-head {
  background-color: #e8e9f2;
  border-right: 0.1rem solid #ccc;
  font-weight: 400;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
  vertical-align: middle;
  width: 8.5rem;
}

.store__table-data {
  background-color: #fff;
  color: #444;
  font-weight: 400;
  padding: 1rem 1.2rem;
  vertical-align: middle;
}

.store__map-container {
  margin-top: 2.5rem;
}

.store__map {
  border: 0.1rem solid #ccc;
}

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

.store__map-link {
  align-items: center;
  background-color: #e8e9f2;
  border-radius: 100vmax;
  color: #444;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 1.4rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.store__map-link::after {
  aspect-ratio: 10/21;
  background-image: url(../img/arrow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-top: 0.2rem;
  width: 0.5rem;
}

.store__features {
  margin-top: 3rem;
}

.store__access {
  margin-top: 3.5rem;
}

.store__child-heading {
  color: #10016a;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.store__child-heading .large {
  color: #000;
  display: block;
  font-size: 2.2rem;
}

.store__child-heading::before {
  aspect-ratio: 57/50;
  background-image: url(../img/logo-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-bottom: 0.5rem;
  margin-inline: auto;
  width: 2.8rem;
}

.store__accordion {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

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

.store__summary {
  align-items: center;
  background-color: #e8e9f2;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2.2rem 1.5rem;
}

.store__summary::after {
  aspect-ratio: 25/14;
  background-image: url(../img/arrow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  rotate: 180deg;
  transition: rotate 0.5s;
  width: 1.2rem;
}

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

.store__summary-text {
  color: #444;
  font-size: 1.4rem;
}

.store__accordion-body {
  background-color: #fff;
  padding: 1.5rem;
}

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

.store__access-image {
  position: relative;
}

.store__access-image img {
  -o-object-fit: cover;
  aspect-ratio: 155/100;
  object-fit: cover;
}

.store__access-number {
  aspect-ratio: 1;
  background-color: #10016a;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  height: auto;
  left: 0;
  place-items: center;
  position: absolute;
  top: 0;
  width: 3.5rem;
  z-index: 1;
}

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

.store__greeting {
  margin-top: 3.5rem;
}

.store__greeting-contents {
  margin-top: 2rem;
}

.store__greeting-thumb {
  margin-inline: auto;
  width: 19rem;
}

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

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

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

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

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

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

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

.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: #10016a;
  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, #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: -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 .pink {
  font-size: 2.4rem;
  font-weight: 700;
}

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

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

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

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

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

.travel__tel {
  background-color: #ee0c78;
  margin-inline: auto;
  margin-top: 5rem;
  max-width: 66rem;
  padding: 0.6rem;
}

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

.travel__tel-left {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.travel__tel-left .pink {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

  お客様の声

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

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

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

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

.voice__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
}

.voice__item {
  background-color: #fff;
  border: 0.1rem solid #ccc;
  padding: 1.5rem;
  padding-bottom: 2.2rem;
}

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

.voice__icon {
  width: 6rem;
}

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

.voice__top-text {
  color: #10016a;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
}

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

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



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

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

.welcome__heading {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.welcome__heading .small {
  display: block;
  font-size: 2rem;
}

.welcome__contents {
  background-color: #f8f8f8;
  border-radius: 0.5rem;
  margin-top: 4rem;
  padding: 2.5rem 1.2rem 1.5rem;
  position: relative;
}

.welcome__strong {
  background-color: #faff00;
  border-radius: 100vmax;
  display: -ms-grid;
  display: grid;
  left: 50%;
  padding: 0.4rem 1.8rem;
  place-items: center;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: min(30.5rem, 100%);
  z-index: 1;
}

.welcome__strong-text {
  font-size: 1.4rem;
  font-weight: 700;
}

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

.welcome__image-item img {
  -o-object-fit: cover;
  aspect-ratio: 108/80;
  object-fit: cover;
}

.welcome__list {
  -ms-grid-columns: auto 0.6rem auto;
  display: -ms-grid;
  display: grid;
  gap: 0.2rem 0.6rem;
  grid-template-columns: auto auto;
  margin-right: -0.5rem;
  margin-top: 1.5rem;
}

.welcome__item {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 0.8em;
  text-indent: -0.94em;
  text-shadow: 0.3rem 0.3rem 0.3rem #fff, -0.3rem -0.3rem 0.3rem #fff, -0.3rem 0.3rem 0.3rem #fff, 0.3rem -0.3rem 0.3rem #fff, 0.3rem 0 0.3rem #fff, -0.3rem 0 0.3rem #fff, 0 0.3rem 0.3rem #fff, 0 -0.3rem 0.3rem #fff;
}

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

.welcome__text {
  border-top: 0.1rem solid #10016a;
  color: #444;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
  padding-top: 1.6rem;
  text-align: center;
}

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

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

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

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

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

.welcome__button {
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.pc {
  display: none;
}

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

.pink {
  color: #ee0c78;
}

.yellow {
  color: #faff00;
}

.red {
  color: #e60012;
}

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

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

  body {
    font-size: 1.6rem;
  }

  .button02__link {
    padding: 1.2rem 2rem 0.8rem;
  }

  .button02__title {
    font-size: 2.4rem;
  }

  .button02__bottom-text {
    font-size: 1.3rem;
  }

  .heading__bubble {
    font-size: 1.8rem;
    padding: 0.6rem 2rem;
  }

  .heading__bubble::after {
    bottom: -1.2rem;
    height: 1.6rem;
    width: 2rem;
  }

  .heading__text {
    font-size: 4rem;
    margin-top: 1.6rem;
  }

  .inner {
    max-width: 104rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .inner.innerSmall01 {
    max-width: 89rem;
  }

  .inner.innerSmall02 {
    max-width: 84rem;
  }

  .campaign {
    padding: 3rem 0 5rem;
  }

  .campaign__contents {
    margin-inline: auto;
    max-width: 68rem;
    padding: 1rem;
    padding-top: 0.5rem;
  }

  .campaign__contents::before {
    background-image: url(../img/campaign-bg_pc.jpg);
  }

  .campaign__top-content {
    align-items: flex-end;
    display: flex;
    gap: 1.4rem;
    justify-content: flex-start;
    padding-left: 2rem;
    position: relative;
    z-index: 5;
  }

  .campaign__strong-text {
    align-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    flex-direction: column;
    font-size: 1.5rem;
    height: auto;
    line-height: 1.2;
    margin-inline: 0;
    max-width: none;
    padding: 0;
    translate: 0 -1.5rem;
    width: 10rem;
  }

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

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

  .campaign__heading {
    margin-top: 0;
    width: 49.5rem;
  }

  .campaign__bottom-content {
    border-radius: 0.5rem;
    margin-top: -0.3rem;
  }

  .campaign__list {
    margin-right: 0;
  }

  .campaign__text {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }

  .campaign__text::before {
    display: none;
  }

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

  .cta-fixed__content {
    margin-inline: auto;
    padding-left: 7.6rem;
    padding-right: 7.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .cta-fixed__button {
    width: 65rem;
  }

  .cta-fixed__link {
    align-items: center;
    background-color: #fff;
    background-image: none;
    border: 0.6rem solid #ee0c78;
    box-shadow: none;
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding: 1.4rem;
  }

  .cta-fixed__tag-text {
    border-width: 0.2rem;
    font-size: 1.5rem;
    line-height: 1.3;
    translate: -50% -2.2rem;
    width: 35rem;
  }

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

  .cta-fixed__text {
    color: #000;
    font-size: 2rem;
  }

  .cta-fixed__text::before {
    display: none;
  }

  .cta-fixed__text .large01 {
    font-size: 2rem;
  }

  .cta-fixed__text .large02 {
    font-size: 3rem;
  }

  .cta-fixed__tel-text {
    align-items: baseline;
    color: #ee0c78;
    display: flex;
    font-family: "Heebo", sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    gap: 0.4rem;
    line-height: 1;
    margin-top: 0.3rem;
  }

  .cta-fixed__tel-text::before {
    aspect-ratio: 56/80;
    background-image: url(../img/tel_pc.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 2.5rem;
  }

  .cta-fixed__image {
    width: 8.6rem;
  }

  .cta-fixed__image img {
    aspect-ratio: 172/220;
  }

  .cta {
    padding-bottom: 2rem;
    padding-top: 0;
  }

  .cta::before {
    background-image: url(../img/cta-bg_pc.jpg);
  }

  .cta__top-content {
    padding-left: 0;
  }

  .cta__bubble-text {
    border: 0.1rem solid #ccc;
    font-size: 1.8rem;
    margin-inline: auto;
    padding: 0.6rem 2.4rem;
    translate: 0 -50%;
  }

  .cta__bubble-text::after {
    display: none;
  }

  .cta__heading {
    font-size: 4rem;
    margin-top: -0.5rem;
    text-align: center;
  }

  .cta__heading .gradation {
    font-size: 5rem;
  }

  .cta__heading .gradation::before {
    border-radius: 0.5rem;
    bottom: 0.4rem;
    left: -0.2rem;
    right: -0.2rem;
    top: 0.9rem;
  }

  .cta__heading .yellow {
    font-size: 5rem;
  }

  .cta__heading .small {
    font-size: 3rem;
  }

  .cta__button-content {
    -ms-grid-columns: 1fr 37rem;
    align-items: center;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 37rem;
    margin-top: 2rem;
    padding: 2rem 3rem 2rem 3.6rem;
  }

  .cta__button-content::before {
    right: 0.5rem;
    width: 11.7rem;
  }

  .cta__tel {
    align-items: center;
    border-right: 0.1rem solid #ccc;
    color: #000;
    display: flex;
    gap: 2.4rem;
  }

  .cta__travel-button {
    margin-left: auto;
    margin-top: 0;
    width: 32rem;
  }

  .cta-wrapper {
    padding-bottom: 4rem;
    padding-top: 8rem;
    position: relative;
  }

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

  .cta-wrapper.cta-wrapperWhite::before {
    display: none;
  }

  .cta-wrapper .cta {
    margin-inline: auto;
    width: min(100% - 4rem, 104rem);
  }

  .cta-wrapper .cta__button-content {
    -ms-grid-columns: 1fr 34rem;
    grid-template-columns: 1fr 34rem;
  }

  .cta-wrapper .cta__tel {
    gap: 2rem;
  }

  .cta-wrapper .cta__tel-right {
    padding-right: 2.6rem;
  }

  .cta-wrapper .cta__travel-button {
    width: 30rem;
  }

  .cta-wrapperLarge {
    padding-bottom: 8rem;
  }

  .enhancement {
    padding: 8rem 0;
  }

  .enhancement::before {
    background-image: url(../img/enhancement-bg_pc.jpg);
  }

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

  .enhancement__item {
    padding: 2rem 2rem 2.5rem;
  }

  .enhancement__tag {
    font-size: 1.8rem;
    left: 1rem;
    top: -1rem;
    width: 7rem;
  }

  .enhancement__figure img {
    aspect-ratio: 280/180;
  }

  .enhancement__caption {
    margin-top: 1.8rem;
  }

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

  .features__definition {
    margin-inline: auto;
    max-width: 61rem;
  }

  .features__term {
    font-size: 3rem;
    gap: 2rem;
    padding: 0 1rem;
  }

  .features__description {
    margin-top: 2rem;
  }

  .features__definition-child {
    gap: 1rem;
  }

  .features__content {
    border-radius: 2rem;
  }

  .features__term-child {
    font-size: 2rem;
    padding: 1rem 2rem;
  }

  .features__description-child {
    font-size: 2rem;
    padding: 0.2rem 2rem;
  }

  .features__description-child .large {
    font-size: 4.5rem;
  }

  .features__list {
    gap: 1rem;
    margin-top: 1rem;
    padding: 0 2.3rem;
  }

  .features__item {
    font-size: 1.8rem;
    padding: 0.6rem 1.5rem;
  }

  .features__itemSmall {
    font-size: 1.7rem;
  }

  .features__prevention {
    margin-left: calc(50% - (100vw - var(--scrollbar-width)) / 2);
    margin-right: calc(50% - (100vw - var(--scrollbar-width)) / 2);
    margin-top: 5rem;
    padding: 4rem 0;
    padding-left: calc((100vw - var(--scrollbar-width)) / 2 - 50%);
    padding-right: calc((100vw - var(--scrollbar-width)) / 2 - 50%);
  }

  .features__prevention-title {
    font-size: 2.5rem;
  }

  .features__prevention-list {
    gap: 1.5rem;
    margin-top: 1.6rem;
  }

  .features__prevention-item img {
    width: 9rem;
  }

  .features__prevention-text {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .footer {
    padding-bottom: 7.3rem;
    padding-top: 8rem;
  }

  .footer__heading {
    font-size: 3rem;
  }

  .footer__table {
    line-height: 1.8;
    margin-top: 3rem;
  }

  .footer__table-head {
    padding: 1.2rem 3rem;
    width: 17rem;
  }

  .footer__table-data {
    padding: 1.2rem 3rem;
  }

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

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

  .footer__copyright {
    font-size: 1.4rem;
  }

  .header__inner {
    min-height: 6rem;
  }

  .header__logo {
    width: 16.8rem;
  }

  .items {
    padding: 8rem 0;
  }

  .items::before {
    background-image: url(../img/items-bg_pc.jpg);
  }

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

  .items__item {
    padding: 1rem 1rem 2.5rem;
  }

  .items__caption {
    margin-top: 1.2rem;
  }

  .items__item-heading {
    font-size: 2rem;
  }

  .items__text {
    font-size: 1.5rem;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    width: calc(100% - 2rem);
  }

  .items__bottom-text {
    margin-top: 3rem;
  }

  .method {
    padding: 8rem 0;
  }

  .method__image-content {
    width: 100%;
  }

  .method__image-content img {
    aspect-ratio: 320/180;
  }

  .method__circle {
    left: 0.5rem;
    top: 0.5rem;
    width: 8rem;
  }

  .method__circle-text {
    font-size: 1.3rem;
  }

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

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

  .method__right-content {
    padding: 1rem 1rem 1.4rem;
  }

  .method__item-heading-sub {
    font-size: 1.6rem;
    min-width: 25rem;
    padding: 0.5rem 1.5rem;
  }

  .method__item-heading {
    font-size: 2.5rem;
    margin-top: 0.7rem;
  }

  .method__toggle-text {
    font-size: 1.5rem;
    padding-top: 1rem;
  }

  .method__toggle-text span {
    display: block;
    width: 100%;
  }

  .method__toggle-text span::after {
    display: none;
  }

  .method__toggle-text span::before {
    color: #444;
    content: "＋";
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
  }

  .mv::after {
    left: clamp(2rem, -48.3470031546rem + 47.9495268139vw, 17.2rem);
    width: 20.6rem;
  }

  .mv__top-area {
    padding: 12rem 4rem 5rem;
  }

  .mv__top-area::before {
    background-image: url(../img/mv-bg_pc.jpg);
  }

  .mv__bubble-text {
    font-size: 2.4rem;
    padding: 0.2rem 2rem 0.6rem;
  }

  .mv__bubble-text .pink {
    font-size: 3rem;
  }

  .mv__bubble-text .large {
    font-size: 2.8rem;
  }

  .mv__bubble-text::after {
    bottom: -1.6rem;
    height: 2.2rem;
    width: 2.6rem;
  }

  .mv__heading {
    font-size: 4rem;
    margin-top: 1.2rem;
  }

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

  .mv__contents {
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .mv__list {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .mv__item {
    border-radius: 1rem;
    font-size: 2rem;
    min-height: 5rem;
    padding: 0.4rem 1.6rem;
  }

  .mv__item .small {
    font-size: 1.6rem;
  }

  .mv__text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-top: 2rem;
    text-align: center;
  }

  .mv__text .yellow {
    font-size: 3rem;
  }

  .mv__text .small-space {
    letter-spacing: 0.05em;
  }

  .mv__bottom-area {
    padding: 1.8rem 4rem;
  }

  .mv__link {
    font-size: 1.6rem;
    gap: 0.8rem;
    margin-right: auto;
  }

  .mv__link::before {
    margin-top: 0.2rem;
    width: 2rem;
  }

  .need {
    padding-bottom: 10rem;
    padding-top: 4rem;
  }

  .need__heading {
    font-size: 3.5rem;
  }

  .need__contents {
    margin-top: 4rem;
    padding: 4rem 10rem 6.4rem;
  }

  .need__child-heading {
    font-size: 2.5rem;
  }

  .need__child-heading .pink {
    font-size: 3.5rem;
  }

  .need__top-text {
    font-size: 1.5rem;
    margin-top: 1.6rem;
    text-align: center;
  }

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

  .need__item {
    font-size: 1.7rem;
    padding: 1.7rem 1.2rem;
  }

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

  .need__bottom-item {
    font-size: 1.3rem;
  }

  .price {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .price::before {
    background-image: url(../img/price/bg_pc.jpg);
  }

  .price__update-text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .price__tab {
    margin-top: 3rem;
  }

  .price__bottom-text {
    font-size: 1.4rem;
    margin-top: 3rem;
    text-align: center;
  }

  .promise {
    padding: 8rem 0;
  }

  .promise::before {
    background-image: url(../img/promise-bg_pc.jpg);
  }

  .promise__heading .heading__text {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }

  .promise__list {
    margin-top: 4rem;
  }

  .promise__item {
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 1rem rgba(17, 1, 106, 0.1);
    gap: 2rem;
    padding: 1rem;
    padding-right: 4rem;
  }

  .promise__number {
    border-radius: 0.5rem;
    font-size: 3rem;
    width: 8rem;
  }

  .promise__text {
    font-size: 1.8rem;
  }

  .question {
    padding-bottom: 4rem;
    padding-top: 8rem;
  }

  .question__heading {
    font-size: 3.5rem;
  }

  .question__accordion {
    margin-top: 4rem;
  }

  .question__summary {
    font-size: 1.7rem;
    padding: 2.2rem 7rem 2.2rem 3rem;
  }

  .question__summary::after {
    right: 3rem;
    width: 2rem;
  }

  .question__question-text::before {
    font-size: 3rem;
  }

  .question__accordion-body {
    padding: 2.5rem 3rem;
    padding-right: 8rem;
  }

  .question__answer-text {
    font-size: 1.5rem;
  }

  .question__answer-text::before {
    font-size: 3rem;
  }

  .secret {
    padding-bottom: 8rem;
    padding-top: 4rem;
  }

  .secret__top-contents {
    margin-top: 2rem;
  }

  .secret__top-text {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
  }

  .secret__hexagon-list {
    gap: 0.4rem;
    margin-top: 3rem;
  }

  .secret__hexagon-item {
    font-size: 1.6rem;
    width: 9rem;
  }

  .secret__hexagon-plus {
    font-size: 2rem;
  }

  .secret__strong {
    margin-top: 1rem;
  }

  .secret__strong-text {
    font-size: 3rem;
  }

  .secret__list {
    margin-top: 5rem;
    row-gap: 5rem;
  }

  .secret__item {
    -ms-grid-columns: 46rem 3rem 1fr;
    align-items: center;
    display: -ms-grid;
    display: grid;
    gap: 3rem;
    grid-template-columns: 46rem 1fr;
  }

  .secret__image-content img {
    aspect-ratio: 460/270;
  }

  .secret__list-number {
    font-size: 3rem;
    width: 6rem;
  }

  .secret__contents {
    margin-top: 0;
  }

  .secret__item-heading {
    font-size: 2.5rem;
    text-align: left;
  }

  .secret__item-text {
    font-size: 1.5rem;
    line-height: 1.66;
    padding: 0;
  }

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

  .secret__term {
    font-size: 1.7rem;
    padding: 0.2rem 2rem;
  }

  .secret__child-list {
    -ms-grid-columns: (auto) [6];
    grid-template-columns: repeat(6, auto);
  }

  .secret__child-item {
    display: -ms-grid;
    display: grid;
    font-size: 1.4rem;
    line-height: 1.2;
    place-items: center;
  }

  .secret__definition-text-strong {
    font-size: 1.7rem;
  }

  .store-list {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .store-list__heading .small {
    font-size: 4rem;
  }

  .store-list__search-contents {
    -ms-grid-columns: 1fr 3.5rem 1fr 3.5rem 1fr;
    display: -ms-grid;
    display: grid;
    gap: 3.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
  }

  .store {
    padding-bottom: 8rem;
    padding-top: 4rem;
  }

  .store__heading {
    font-size: 3rem;
  }

  .store__heading .large {
    font-size: 4rem;
  }

  .store__splide-container {
    margin-top: 4rem;
  }

  .store__splide .splide__slide img {
    aspect-ratio: 640/448;
  }

  .store__splide .splide__pagination {
    margin-top: 1rem;
  }

  .store__splide .splide__pagination__page {
    height: 1rem;
    width: 1rem;
  }

  .store__container {
    -ms-grid-columns: 59rem 3rem 1fr;
    display: -ms-grid;
    display: grid;
    gap: 3rem;
    grid-template-columns: 59rem 1fr;
    margin-top: 3rem;
  }

  .store__table-container {
    font-size: 1.5rem;
  }

  .store__table-head {
    padding: 2rem 3rem;
    width: 15rem;
  }

  .store__table-data {
    padding: 2rem 3rem;
  }

  .store__map-container {
    margin-top: 0;
  }

  .store__map iframe {
    aspect-ratio: 380/230;
  }

  .store__map-link {
    margin-inline: 0;
    margin-left: auto;
    margin-top: 1.5rem;
    padding: 1rem 2rem;
  }

  .store__features {
    margin-top: 5rem;
  }

  .store__access {
    margin-top: 8rem;
  }

  .store__child-heading {
    font-size: 2.5rem;
  }

  .store__child-heading .large {
    font-size: 3.5rem;
  }

  .store__child-heading::before {
    margin-bottom: 1rem;
    width: 4.6rem;
  }

  .store__accordion {
    gap: 2rem;
    margin-top: 4rem;
  }

  .store__summary {
    padding: 2.2rem 2rem 2.2rem 3rem;
  }

  .store__summary::after {
    width: 2rem;
  }

  .store__summary-text {
    font-size: 1.8rem;
  }

  .store__accordion-body {
    padding: 4rem;
  }

  .store__access-list {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    gap: 4rem 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .store__access-image img {
    aspect-ratio: 290/190;
  }

  .store__access-number {
    font-size: 2.5rem;
    width: 5rem;
  }

  .store__access-text {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  .store__greeting {
    margin-top: 8rem;
  }

  .store__greeting-contents {
    display: flex;
    flex-direction: row-reverse;
    gap: 5rem;
    margin-top: 4rem;
  }

  .store__greeting-thumb {
    margin-inline: 0;
    width: 20rem;
  }

  .store__greeting-texts {
    flex: 1;
    margin-top: 0;
    padding: 0;
  }

  .store__greeting-text {
    font-size: 1.5rem;
  }

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

  .tab__menu {
    -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr;
    gap: 0.8rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .tab__menu-button {
    font-size: 1.7rem;
    padding: 1.6rem 1.5rem;
  }

  .tab__panel {
    margin-top: 5rem;
  }

  .tab__panel-heading {
    font-size: 3rem;
  }

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

  .tab__item {
    gap: 2rem;
    padding: 1rem;
  }

  .tab__caption {
    font-size: 1.7rem;
    margin-top: 1.8rem;
  }

  .tab__price-content {
    gap: 1rem;
  }

  .tab__price-tag {
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
  }

  .tab__price-text {
    font-size: 3.2rem;
    margin-top: 0.5rem;
    padding-right: 0.5rem;
    text-align: right;
  }

  .tab__price-text .yen {
    font-size: 2rem;
  }

  .tab__button-content {
    margin-top: 2rem;
  }

  .tab__button {
    font-size: 1.7rem;
    padding: 2.2rem 3rem;
  }

  .travel {
    padding: 8rem 0;
  }

  .travel::after {
    top: 50.3rem;
  }

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

  .travel__thumbnail {
    margin-top: 4rem;
  }

  .travel__circle {
    left: 2rem;
    top: -2rem;
    width: 13rem;
  }

  .travel__thumbnail-text {
    font-size: 1.7rem;
  }

  .travel__thumbnail-text .yellow {
    font-size: 3.5rem;
  }

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

  .travel__illust {
    margin-inline: auto;
    margin-top: -10rem;
    width: 57.8rem;
  }

  .travel__strong {
    margin-top: 2.4rem;
  }

  .travel__strong-text .first-line {
    font-size: 2.5rem;
  }

  .travel__strong-text .pink {
    font-size: 4rem;
  }

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

  .travel__text {
    font-size: 1.5rem;
    margin-top: 2rem;
    text-align: center;
  }

  .travel__bottom-contents {
    margin-top: 4.5rem;
  }

  .voice {
    padding: 8rem 0;
  }

  .voice__heading .small {
    font-size: 3rem;
  }

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

  .voice__item {
    padding: 2rem 2rem 4rem;
  }

  .voice__top-content {
    gap: 1.5rem;
  }

  .voice__icon {
    width: 7rem;
  }

  .voice__top-text {
    font-size: 1.7rem;
  }

  .voice__text {
    font-size: 1.5rem;
    margin-top: 0.6rem;
  }

  .welcome {
    padding: 8rem 0;
  }

  .welcome__heading {
    font-size: 4rem;
    line-height: 1.4;
  }

  .welcome__heading .small {
    font-size: 3rem;
  }

  .welcome__contents {
    border-radius: 1rem;
    margin-top: 6rem;
    padding: 2.5rem 2.5rem 2rem;
  }

  .welcome__strong {
    padding: 0.5rem 1.8rem;
    width: min(40rem, 100%);
  }

  .welcome__strong-text {
    font-size: 2rem;
  }

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

  .welcome__image-item img {
    aspect-ratio: 180/120;
  }

  .welcome__list {
    -ms-grid-columns: auto 1rem auto 1rem auto 1rem auto;
    gap: 0.5rem 1rem;
    grid-template-columns: repeat(4, auto);
    margin-right: 0;
    padding: 0 1rem;
  }

  .welcome__item {
    font-size: 1.6rem;
  }

  .welcome__item:nth-of-type(1) {
    order: 1;
  }

  .welcome__item:nth-of-type(2) {
    order: 3;
  }

  .welcome__item:nth-of-type(3) {
    order: 5;
  }

  .welcome__item:nth-of-type(4) {
    order: 7;
  }

  .welcome__item:nth-of-type(5) {
    order: 2;
  }

  .welcome__item:nth-of-type(6) {
    order: 4;
  }

  .welcome__item:nth-of-type(7) {
    order: 6;
  }

  .welcome__item:nth-of-type(8) {
    order: 8;
  }

  .welcome__text {
    font-size: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .welcome__button-top-text {
    font-size: 1.8rem;
    margin-top: 3.4rem;
  }

  .welcome__button-top-text .yellow {
    font-size: 2.5rem;
  }

  .welcome__button-top-text::before,
  .welcome__button-top-text::after {
    width: 6rem;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

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

@media (min-width: 1367px) {
  html {
    font-size: 0.73vw;
  }
}

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

  /* pcの電話番号発信非対応 */
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.ssin-Details_Container{
  margin-top: 4rem;
}
.ssin-DetailsUnit{
  margin-bottom: 2rem;
}
.ssin-DetailsUnit_Summary{
	position: relative;
}
.ssin-DetailsUnit_Summary svg{
	display: none;
}
.ssin-DetailsUnit_Summary:after{
	  aspect-ratio: 25 / 14;
    background-image: url(../img/arrow02.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    rotate: 180deg;
    transition: rotate 0.5s;
}
summary::-webkit-details-marker {
	display: none;
}
@media screen and (max-width: 640px) {
	.ssin-DetailsUnit_Root{
		padding: 10px;
	}
	.ssin-DetailsUnit_Root li{
		padding: 10px;
	}
}

.ssin-DetailsUnit_Contents{
	display:block !important;
}


.cp_mode_mv_pc,
.cp_mode_header{
  display: block;
}
.cp_mode_mv_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .cp_mode_mv_pc,
  .cp_mode_header{
    display: none;
  }
  .cp_mode_mv_sp {
    display: block;
  }
}