@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

bbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: 0 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #444;
}
a:hover {
  opacity: 1;
}
a:hover img {
  opacity: 1;
}

img {
  vertical-align: bottom;
}

.wrap {
  overflow: hidden;
  max-width: 375px;
  margin-inline: auto;
}
.wrap .color__red {
  color: #aa0d33;
}
.wrap .color__yellow {
  color: #faff00;
}
.wrap .color__blue {
  color: #10016a;
}
.wrap .color__gray {
  color: #444;
}
.wrap .color__black {
  color: #000;
}
.wrap .color__orange {
  color: #ee410c;
}
.wrap .color__brown {
  color: #564039;
}
.wrap .color__pink {
  color: #ee0c78;
}
.wrap .font__serif {
  font-family: "Noto Serif JP", serif;
}
.wrap .font__500 {
  font-weight: 500;
}
.wrap .font__S {
  font-size: 10px;
}
.wrap .font__S strong {
  font-size: 10px;
}
.wrap .font__L {
  font-size: 20px;
}
.wrap .font__ls--0 {
  letter-spacing: 0;
}
.wrap .font__ls--1 {
  letter-spacing: 0.1em;
}
.wrap .font__lh--14 {
  line-height: 1.4;
}
.wrap .number {
  font-family: "Heebo", sans-serif;
}
.wrap .margin__bottom--25 {
  margin-bottom: 25px;
}
.wrap .margin__bottom--30 {
  margin-bottom: 30px;
}
.wrap .catch {
  font-size: 15px;
  color: #fff !important;
  background-color: #aa0d33;
  border-radius: 100vh;
  width: auto;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.wrap .catch::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8.6602540378px solid #aa0d33;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.wrap .title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.wrap .title.line {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  padding: 20px 0;
}
.wrap .title.line::before, .wrap .title.line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
}
.wrap .title small {
  font-size: 22px;
}
.wrap .note__small {
  text-align: left;
  font-size: 10px;
  padding: 20px 0;
  line-height: 1.5;
}
.wrap .note__small--12 {
  font-size: 12px;
}
.wrap .note__assessment, .wrap .note__cta {
  text-align: right;
  font-size: 10px;
  padding-right: 10px;
}
.wrap .yellow .note__assessment {
  color: #623f2e;
}
.wrap .bubble {
  font-weight: 500;
  position: relative;
}
.wrap .bubble::before, .wrap .bubble::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 1px;
  height: 35px;
  background-color: #000;
}
.wrap .bubble::before {
  left: 50px;
  transform: rotate(-30deg);
}
.wrap .bubble::after {
  right: 50px;
  transform: rotate(30deg);
}
.wrap .heading__bubble {
  background-color: #aa0d33;
  border-radius: 100vmax;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-inline: auto;
  padding-inline: 12px;
  padding-block: 8px 9px;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.wrap .heading__bubble::after {
  background-color: inherit;
  bottom: -8px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 12px;
}
.wrap .heading__text {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.wrap .heading__text * {
  font-family: "Noto Serif JP", serif;
  font-weight: inherit;
}
.wrap .heading__text small {
  font-size: 22px;
}
.wrap .heading__text .strong {
  color: #aa0d33;
}
.wrap .heading__lead {
  margin-bottom: 25px;
  color: #444;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0;
}
.wrap .orange .color__red {
  color: #ee410c;
}
.wrap .orange .heading__bubble {
  background-color: #ee410c;
}
.wrap .orange .heading__text .strong {
  color: #ee410c;
}
.wrap .watch .color__red,
.wrap .pink .color__red {
  color: #ee0c78;
}
.wrap .watch .heading__bubble,
.wrap .pink .heading__bubble {
  background-color: #ee0c78;
}
.wrap .watch .heading__text .strong,
.wrap .pink .heading__text .strong {
  color: #ee0c78;
}
.wrap .brand .heading {
  font-family: "Noto Serif JP", serif;
}
.wrap .marker {
  background-image: linear-gradient(to bottom, transparent 70%, #faff00 70%);
  padding: 0 0.1em;
}
.wrap .star {
  color: #ffc700;
  font-size: 14px;
}
.wrap .inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 10px;
}

.keyvisual {
  position: relative;
}
.keyvisual__icon {
  position: absolute;
  top: -18px;
  right: 0;
  width: 89px;
  height: auto;
}
.keyvisual__bottom {
  background: url(../images/keyvisual-bottom-background.png) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 16px 15px 15px;
}
.keyvisual__bottom--title {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #8c6500;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 10px;
}
.keyvisual__bottom--title::before, .keyvisual__bottom--title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 32px;
}
.keyvisual__bottom--title::before {
  background: url(../images/keyvisual-bottom-title-left.png) no-repeat center/cover;
  left: -35px;
}
.keyvisual__bottom--title::after {
  background: url(../images/keyvisual-bottom-title-right.png) no-repeat center/cover;
  right: -35px;
}
.keyvisual__bottom--list {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
}
.keyvisual__bottom--item {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #8c6500;
  background-color: rgba(200, 191, 118, 0.8);
  padding: 8px;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
}
.keyvisual__bottom--link {
  color: #8c6500;
  display: block;
  width: 100%;
}
.keyvisual__note {
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
.keyvisual__slide {
  background-color: #222222;
  padding-bottom: 10px;
}
.keyvisual__slide--content .splide__slide {
  background-color: #fff;
  color: #000;
  padding: 5px 5px 0;
}
.keyvisual__slide--content .splide__price {
  color: #ee410c;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
.keyvisual__slide--content .splide__price .number {
  font-size: 14px;
  font-weight: 500;
}
.keyvisual.sake .keyvisual__icon {
  top: 40px;
}
.keyvisual.watch .keyvisual__slide {
  background-color: #e8e9f2;
}
.keyvisual.watch .keyvisual__slide--content .splide__price {
  color: #10016a;
}
.keyvisual.watch .keyvisual__icon {
  top: auto;
  bottom: 110px;
  left: 2px;
  width: 85px;
}
.keyvisual.brand.keyvisual .keyvisual__count {
  font-family: "Noto Serif JP", serif;
}
.keyvisual.brand.keyvisual .keyvisual__count--wrap {
  position: absolute;
  top: 227px;
  left: 150px;
}
.keyvisual.brand.keyvisual .keyvisual__count--number {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #6d5034;
}
.keyvisual.brand.keyvisual .keyvisual__count--text {
  font-size: 28px;
}
.keyvisual.brand.keyvisual .keyvisual__count--suffix {
  writing-mode: vertical-rl;
  font-size: 14px;
  position: relative;
  top: 3px;
  left: 2px;
}
.keyvisual.brand.keyvisual .keyvisual__count--bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: linear-gradient(125.29deg, #7c5c20 -15.37%, #a28245 145.22%);
  display: inline-block;
  padding: 3px 6px 4px;
  position: relative;
  top: 6px;
  left: -23px;
}
.keyvisual.brand.keyvisual .keyvisual__date {
  position: relative;
  top: 10px;
  left: 110px;
  font-size: 10px;
  color: #333;
}
.keyvisual.brand.keyvisual .keyvisual__slide {
  position: absolute;
  top: 395px;
  margin-bottom: 0;
  padding-bottom: 0;
  background: transparent;
  z-index: -1;
}
.keyvisual.brand.keyvisual .keyvisual__slide .splide__track::after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background: #fff9ef;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.keyvisual.brand.keyvisual .keyvisual__slide .splide__price {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 10px;
  color: #6d5034;
  margin-top: -5px;
}
.keyvisual.brand.keyvisual .keyvisual__slide .splide__price .number {
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.keyvisual.brand::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/keyvisual-background-brand.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 54.5px);
}

.idcardnote {
  padding: 20px 16px;
  background: #fff;
}
.idcardnote p {
  color: #ee0c0c;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}
.idcardnote p a {
  color: #ee0c0c;
  text-decoration: underline;
}

.campaignBanner__accordion {
  padding: 10px;
  background-color: #fff;
}
.campaignBanner__accordion--detail {
  width: 100%;
}
.campaignBanner__accordion--summary {
  list-style: none;
  text-align: center;
  border: 1px solid;
  border-color: #444;
  border-radius: 30px;
  padding: 12.5px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  width: 100%;
  cursor: pointer;
}
.campaignBanner__accordion--summary::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ee0c0c;
  border-right: 0;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  /* transition: transform .3s; */
}
.campaignBanner__accordion--summary:is([open] *)::after {
  transform: rotate(90deg);
  top: 13px;
}
.campaignBanner__accordion--content {
  margin-top: 10px;
  padding: 0 5px;
}
.campaignBanner__accordion--contentTop {
  background-color: #e8e9f2;
  border-radius: 5px;
  padding: 10px 0 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: 7.5px;
}
.campaignBanner__accordion--contentBottom {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  color: #444;
}
.campaignBanner__accordion--contentUnderline {
  background: linear-gradient(transparent 50%, #faff00 50%);
}

.assessment {
  padding: 20px 10px 10px;
  background-color: #aa0d33;
  background-image: linear-gradient(45deg, #e60012, #aa0d33);
  border-top: 1px solid #fff;
}
.assessment__balloon--wrap {
  position: absolute;
  display: inline-block;
  min-width: 268px;
  margin-right: 20px;
  padding: 4px 10px 6px;
  border-radius: 9999px;
  background-color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
  font-feature-settings: "palt";
  color: #000;
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.2);
}
.assessment__balloon--wrap::before {
  content: "";
  position: absolute;
  top: 70%;
  right: 0;
  border-style: solid;
  border-width: 4px 0 8px 24px;
  border-color: transparent transparent transparent #fff;
  translate: 60% -50%;
  transform: skew(0, 30deg);
  transform-origin: left;
}
.assessment__balloon--wrap p span {
  color: #e60012;
}
.assessment__time {
  font-size: 16px;
}
.assessment__time--unit {
  font-size: 13px;
}
.assessment__color {
  color: #e60012;
}
.assessment__inner {
  background-color: #fff;
  padding: 15px 10px 10px;
}
.assessment__inner a {
  display: block;
}
.assessment__link--wrapper {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  max-width: 316px;
  margin: 0 0 8px 7px;
}
.assessment__link--store {
  background-image: linear-gradient(135deg, #452d94 0%, #100169 53%);
  border-bottom: 5px solid #130562;
  border-right: 5px solid #130562;
  box-shadow: inset 5px 5px 0 rgba(255, 255, 255, 0.25);
  display: -ms-grid;
  display: grid;
  padding: 10px 10px 6px;
  place-items: center;
  text-align: center;
}
.assessment__title {
  display: block;
}
.assessment__title--store {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}
.assessment__title--store::before {
  aspect-ratio: 1;
  background-image: url(../images/search.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 4px;
  translate: 0 3px;
  width: 20px;
}
.assessment__text--store {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
.assessment__welcome {
  margin-top: 10px;
}
.assessment.orange {
  padding-top: 0;
  background-color: #ee410c;
  background: linear-gradient(to bottom, #ef600c 0%, #ee850c 100%);
}
.assessment.orange > img {
  margin-left: 10px;
}
.assessment.pink {
  padding-top: 0;
  background-color: #ee0c78;
  background: linear-gradient(to bottom, #eb064b 0%, #eb064b 0%, #eb0545 0%, #eb064b 0%, #eb0545 1%, #eb064b 1%, #eb064b 2%, #eb0545 2%, #eb064b 2%, #eb064b 2%, #eb0545 2%, #eb0545 3%, #eb064b 3%, #eb0545 3%, #eb064b 3%, #eb0545 3%, #eb064b 3%, #eb0545 3%, #eb0545 3%, #eb064b 4%, #eb0545 4%, #eb0545 5%, #eb064b 5%, #eb0545 5%, #eb0545 9%, #ea0540 9%, #eb0545 9%, #eb0545 9%, #ea0540 9%, #eb0545 9%, #eb0545 9%, #ea0540 9%, #eb0545 9%, #eb0545 10%, #ea0540 10%, #eb0545 10%, #ea0540 10%, #eb0545 10%, #ea0540 10%, #eb0545 10%, #eb0545 11%, #ea0540 11%, #eb0545 11%, #eb0545 11%, #ea0540 11%, #eb0545 11%, #ea0540 11%, #eb0545 11%, #ea0540 11%, #eb0545 12%, #ea0540 12%, #ea0540 21%, #ea043b 21%, #ea043b 23%, #ea0540 23%, #ea043b 23%, #ea0540 23%, #ea043b 24%, #ea043b 26%, #e90437 26%, #ea043b 27%, #e90437 27%, #ea043b 27%, #e90437 27%, #ea043b 27%, #e90437 27%, #ea043b 27%, #ea043b 28%, #e90437 29%, #e90437 29%, #ea043b 29%, #e90437 29%, #e90437 29%, #ea043b 30%, #e90437 30%, #e90437 36%, #e90332 36%, #e90437 36%, #e90437 37%, #e90332 37%, #e90332 45%, #e9032e 45%, #e90332 45%, #e9032e 45%, #e90332 45%, #e9032e 45%, #e90332 45%, #e9032e 45%, #e9032e 46%, #e90332 46%, #e9032e 46%, #e9032e 47%, #e90332 47%, #e9032e 47%, #e90332 48%, #e9032e 48%, #e9032e 48%, #e90332 48%, #e9032e 49%, #e9032e 51%, #e80229 51%, #e9032e 51%, #e9032e 52%, #e80229 52%, #e9032e 52%, #e80229 52%, #e9032e 52%, #e80229 52%, #e9032e 52%, #e9032e 52%, #e80229 53%, #e9032e 53%, #e9032e 53%, #e80229 53%, #e9032e 53%, #e9032e 53%, #e80229 53%, #e9032e 54%, #e80229 54%, #e80229 54%, #e9032e 54%, #e9032e 54%, #e80229 54%, #e80229 62%, #e80124 62%, #e80229 62%, #e80229 62%, #e80124 62%, #e80229 62%, #e80229 63%, #e80124 63%, #e80124 63%, #e80229 63%, #e80229 63%, #e80124 64%, #e80124 64%, #e80229 64%, #e80124 64%, #e80124 69%, #e8011f 69%, #e80124 70%, #e8011f 70%, #e80124 70%, #e80124 71%, #e8011f 71%, #e80124 71%, #e8011f 71%, #e80124 71%, #e8011f 71%, #e80124 71%, #e8011f 71%, #e80124 72%, #e8011f 72%, #e80124 72%, #e8011f 72%, #e8011f 72%, #e80124 72%, #e8011f 72%, #e8011f 77%, #e7001a 78%, #e8011f 78%, #e8011f 79%, #e7001a 79%, #e8011f 79%, #e7001a 79%, #e8011f 79%, #e8011f 80%, #e7001a 80%, #e8011f 80%, #e7001a 80%, #e8011f 80%, #e7001a 80%, #e7001a 81%, #e8011f 81%, #e7001a 81%, #e7001a 81%, #e8011f 81%, #e7001a 81%, #e7001a 89%, #e70015 89%, #e7001a 89%, #e7001a 90%, #e70015 90%, #e7001a 90%, #e7001a 91%, #e70015 91%, #e70015 100%);
}
.assessment.yellow {
  padding: 20px 15px 15px;
  background: #fdf5d0;
}
.assessment.yellow .assessment__inner {
  background: #fefcf1;
  background-repeat: 5px;
  padding: 18px 6px 18px;
}
.assessment.yellow .assessment__link--wrapper {
  margin-bottom: 5px;
}
.assessment.yellow .assessment__link--wrapper a {
  margin-right: -2px;
  padding: 14px 0 8px;
  background: linear-gradient(100deg, #0057ff 0%, #0518c6 27%, #030092 100%);
  border-radius: 5px;
  border-right: 5px #020078 solid;
  border-bottom: 5px #020078 solid;
  box-shadow: inset 5px 5px 0px rgba(255, 255, 255, 0.25);
}
.assessment.yellow .assessment__content--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.assessment.yellow .assessment__content--icon {
  width: 30px;
  height: 30px;
  background-image: url(../images/search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.assessment.yellow .assessment__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
.assessment.yellow .assessment__title::before {
  content: none;
}
.assessment.yellow .assessment__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}
.assessment.yellow .assessment__text .color__yellow {
  letter-spacing: 0;
}
.assessment.yellow .assessment__button--tel {
  margin-right: -5px;
}
.assessment.yellow .assessment__button--onsite {
  margin-right: -5px;
}

.assessment__link--wrapperGoldChoice {
  max-width: 306px;
  margin-bottom: 24px;
}

.assessment__link--wrapperGoldReview {
  max-width: 325px;
  margin-top: 6px;
}

.price {
  padding: 35px 0;
  position: relative;
}
.price::before {
  background: linear-gradient(182.96deg, #e4d197 0.29%, #ede1b7 46.02%, #f0db8f 99.71%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.price__heading .heading__text small {
  font-size: 22px;
}
.price__update {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 5px;
  text-align: center;
}
.price__tab {
  margin-top: 20px;
}
.price .color__gray {
  margin-top: 15px;
  text-align: center;
}
.price .price__bottom {
  color: #444;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-top: 20px;
  padding: 0 5px;
}
.price .tab__menu {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}
.price .tab__menu--item {
  display: grid;
}
.price .tab__menu--button {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 1px;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background-color, border, color;
  width: 100%;
}
.price .tab__menu--button[aria-expanded=true] {
  background-color: #af9249;
  border-color: #af9249;
  color: #fff;
}
.price .tab__panel {
  margin-top: 15px;
}
.price .tab__panel--box {
  display: none;
  opacity: 0;
}
.price .tab__panel--box[aria-hidden=false] {
  animation: fadeIn 0.5s linear forwards;
  display: block;
}
.price .tab__panel--heading {
  align-items: center;
  display: grid;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  gap: 15px;
  grid-template-columns: 1fr auto 1fr;
  line-height: 1.2;
  text-align: center;
}
.price .tab__panel--heading::before, .price .tab__panel--heading::after {
  background-color: #a6a6a6;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
}
.price .tab__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8px;
}
.price .tab__item {
  background-color: #fff;
  display: none;
  gap: 10px;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 5px;
}
.price .tab__item.is-visible {
  display: grid;
}
.price .tab__image {
  display: grid;
}
.price .tab__image img {
  aspect-ratio: 163/110;
  object-fit: cover;
}
.price .tab__caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-top: 8px;
  text-align: center;
}
.price .tab__price {
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: grid;
  gap: 4px;
  grid-template-columns: auto 1fr;
  padding: 2px 0;
}
.price .tab__price--tag {
  background-color: #aa0d33;
  color: #fff;
  display: grid;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.1;
  padding: 3px 4px;
  place-items: center;
  text-align: center;
}
.price .tab__price--text {
  color: #aa0d33;
  font-family: "Heebo", sans-serif;
  font-size: 22px;
  letter-spacing: -0.05em;
  margin-top: 3px;
}
.price .tab__price--text .yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  margin-left: 2px;
}
.price .tab__button {
  background-color: #fff;
  border: 1px solid #000;
  display: grid;
  font-size: 14px;
  padding: 18px 30px;
  place-items: center;
  position: relative;
  width: 100%;
}
.price .tab__button::after {
  color: inherit;
  content: "＋";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}
.price .tab__button.is-close::after {
  content: "－";
}
.price .tab__button--content {
  display: none;
  margin-top: 10px;
}
.price .tab__button--content.is-active {
  display: block;
}
.price.orange .tab__menu--button[aria-expanded=true] {
  background-color: #564039;
  border-color: #564039;
}
.price.orange .tab__price--tag {
  background-color: #ee410c;
}
.price.orange .tab__price--text {
  color: #ee410c;
}

.secret {
  padding: 35px 9px 20px;
  text-align: center;
  color: #444;
}
.secret__heading .heading__text {
  color: #000;
  letter-spacing: 0;
}
.secret h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px auto 15px;
  line-height: 1.2;
  color: #000;
}
.secret p {
  text-align: left;
  margin-bottom: 25px;
  line-height: 1.4;
  padding: 0 10px;
}
.secret .strong {
  font-weight: 500;
  color: #aa0d33;
}
.secret__top--content {
  margin-top: 15px;
  padding: 0 8px;
}
.secret__top--text {
  margin-bottom: 20px !important;
  color: #444;
  font-size: 14px;
  font-weight: 400;
}
.secret__hex--list {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  margin-inline: auto;
  margin-top: 1.5rem;
  place-items: center;
  width: fit-content;
}
.secret__hex--item {
  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: grid;
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 1.1;
  place-items: center;
  text-align: center;
  width: 68px;
}
.secret__hex--item.small {
  font-size: 13px;
}
.secret__hex--item.accent {
  background-color: #aa0d33;
}
.secret__hex--plus {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.secret__strong {
  margin-top: 6px;
  text-align: center !important;
}
.secret__strong--text {
  font-size: 24px;
  font-weight: 500;
  color: #10016a;
}
.secret__point {
  position: relative;
}
.secret__point figcaption {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #10016a;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.secret__box {
  width: calc(100% - 20px);
  margin-inline: auto;
  margin-bottom: 25px;
}
.secret__box dt {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #10016a;
}
.secret__box dd {
  padding: 10px;
  background-color: #e8e9f2;
}
.secret__box dd ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 10px;
}
.secret__box dd ul li {
  font-size: 13px;
  font-weight: 500;
  width: calc(33.3333333333% - 2px);
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #10016a;
  height: 25px;
}
.secret__box dd ul li:nth-child(2) {
  letter-spacing: -0.15em;
}
.secret__box dd p {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
.secret__box dd .strong {
  font-size: 18px;
  font-weight: 700;
}
.secret.orange .strong {
  color: #ee410c;
}
.secret.orange .secret__hex--item {
  background-color: #564039;
}
.secret.orange .secret__hex--item.accent {
  background-color: #ee410c;
}
.secret.orange .secret__strong--text {
  color: #ee410c;
}
.secret.orange .secret__point figcaption {
  background-color: #564039;
}
.secret.orange .secret__box dt {
  background-color: #564039;
}
.secret.orange .secret__box dd {
  background-color: #fff2e3;
}
.secret.orange .secret__box dd ul li {
  color: #564039;
}
.secret.pink .strong {
  color: #ee0c78;
}
.secret.pink .secret__hex--item.accent {
  background-color: #ee0c78;
}
.secret.pink .secret__strong--text {
  color: #ee0c78;
}

.promise {
  padding: 35px 0;
  position: relative;
}
.promise::before {
  background-image: url(../images/promise-background.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -5;
}
.promise__inner {
  padding-inline: 10px;
}
.promise__heading h2 {
  font-size: 28px;
  letter-spacing: 0;
}
.promise__list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.promise__item {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(17, 1, 106, 0.1);
  display: flex;
  gap: 12px;
  padding: 8px;
  padding-right: 16px;
}
.promise__number {
  width: 50px;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  aspect-ratio: 1;
  background-color: #10016a;
  color: #fff;
  border-radius: 3px;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.promise__text {
  font-size: 14px;
  line-height: 1.5;
}
.promise.daikichibrand::before {
  content: none;
}
.promise.daikichibrand .promise__heading .heading__bubble {
  background-color: #ee410c;
}
.promise.daikichibrand .promise__heading .heading__text {
  letter-spacing: 0;
}
.promise.daikichibrand .promise__number {
  background-color: #806d08;
}

.store {
  padding: 35px 10px 20px;
  text-align: center;
  background: linear-gradient(182.96deg, #e5e6ef 0.29%, #e6e7f0 46.03%, #e8e9f2 99.71%);
}
.store__heading .heading__text .strong {
  color: #aa0d33;
}
.store .note__cta {
  margin: -10px 0 10px;
}
.store .store__note--2 {
  margin: -20px 0 10px;
}
.store h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
.store h4 {
  font-size: 17px !important;
}
.store .line {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.store__point {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.store__point dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.store__point dl dt {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #10016a;
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.store__point dl dt small {
  font-size: 9px;
}
.store__point dl dd {
  text-align: left;
  color: #444;
  width: calc(100% - 50px);
  line-height: 1.33;
}
.store__point dl dd strong {
  color: #aa0d33;
  font-weight: 700;
  background: #faff00;
}
.store__feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 25px;
}
.store__feature li {
  width: 50%;
  padding: 5px;
}
.store__feature--item {
  border: 1px solid #cccccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
}
.store__feature--title {
  background: #fff;
  color: #10016a;
  border-radius: 10px 10px 0 0;
  padding: 7px;
  height: 29px;
}
.store__feature--text {
  background-color: #10016a;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 6px 2px;
  height: 45px;
}
.store__feature--text__font__L {
  font-size: 28px;
  font-weight: bold;
}
.store__feature--text__font__S {
  font-size: 10px;
}
.store__staff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
.store__staff li {
  padding: 5px;
}
.store__staff li figcaption {
  font-size: 11px;
  padding: 5px 0;
}
.store__inner {
  padding: 0 5px;
}
.store__youtube {
  margin-top: 30px;
}
.store__youtube--heading {
  color: #ee410c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: fit-content;
}
.store__youtube--heading .large {
  color: #000;
  font-size: 25px;
  letter-spacing: 0.05em;
}
.store__youtube--heading::before, .store__youtube--heading::after {
  background-color: #ee410c;
  bottom: 3px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 40px;
}
.store__youtube--heading::before {
  left: -12px;
  rotate: -120deg;
  transform-origin: left center;
}
.store__youtube--heading::after {
  right: -10px;
  rotate: 120deg;
  transform-origin: right center;
}
.store__youtube--content {
  margin-top: 15px;
}
.store__youtube--content iframe {
  aspect-ratio: 355/200;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.store.orange .store__inner, .store.pink .store__inner {
  margin-top: 40px;
}
.store.orange .store__inner .note__cta, .store.pink .store__inner .note__cta {
  margin-top: 15px;
}
.store.pink .store__youtube--heading {
  color: #ee0c78;
}
.store.pink .store__youtube--heading::before, .store.pink .store__youtube--heading::after {
  background-color: #ee0c78;
}

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

.review {
  border-radius: 5px;
  background: #fff;
  padding: 25px 10px;
  margin-bottom: 35px;
  text-align: center;
}
.review h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}
.review h2 strong {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
.review__image {
  margin-bottom: 10px;
}
.review__box {
  border: solid 1px #ccc;
  margin-bottom: 5px;
  text-align: left;
}
.review__title {
  position: relative;
  padding: 13px 15px;
  cursor: pointer;
}
.review__title h3 {
  font-size: 15px;
  font-weight: 500;
  padding-right: 20px;
  letter-spacing: -0.1em;
  line-height: 1.4;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
.review__status {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
}
.review__star {
  color: #ffc700;
  font-size: 14px;
}
.review__user {
  font-size: 12px;
  color: #444;
}
.review__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 14px;
  transition: 0.3s;
}
.review__arrow:is(.active *).review__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.review__content {
  display: none;
  padding: 0 10px;
  border-top: solid 1px #ccc;
  color: #444;
  margin: 0 10px;
  font-size: 14px;
  padding: 15px 10px 20px;
  line-height: 1.4;
}
.review__content.open {
  display: block;
  padding: 15px 10px 20px;
  transition: 0.3s;
  height: auto;
  opacity: 1;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.review .font__S {
  font-size: 12px;
  margin-top: 14px;
}
.review .button__more, .review .button__close {
  position: relative;
  padding: 10px 35px 10px 30px;
  margin: 0 auto;
  background: #eee;
  border-radius: 25px;
  width: fit-content;
  margin-top: 10px;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  width: 265px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review .button__more::after {
  content: "＋";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.review .button__close::after {
  content: "－";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}

.onsite__tel {
  display: flex;
  justify-content: center;
  background: #e8e9f2;
  padding: 10px 0 20px;
}

.onsite__tel--link {
  display: block;
  width: 90%;
}

.kaitoriPrice {
  padding-bottom: 34px;
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
.kaitoriPrice::before {
  background-image: url(../images/kaitoriPrice-background.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}
.kaitoriPrice__inner {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.kaitoriPrice__heading--text {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 6px;
  text-align: center;
  color: #333;
}
.kaitoriPrice__update {
  color: #aa0d33;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 6px;
  text-align: center;
}
.kaitoriPrice__tab {
  margin-top: 20px;
}
.kaitoriPrice__bottom--text {
  color: #000;
  line-height: 10px;
}
.kaitoriPrice .tab__menu {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.kaitoriPrice .tab__menu--item {
  display: grid;
}
.kaitoriPrice .tab__menu--button {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 1px;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background-color, color;
  width: 100%;
  color: #000;
}
.kaitoriPrice .tab__menu--button[aria-expanded=true] {
  background-color: #af9249;
  border-color: #af9249;
  color: #fff;
}
.kaitoriPrice .tab__panel {
  margin-top: 10px;
}
.kaitoriPrice .tab__panel--box {
  display: none;
  opacity: 0;
}
.kaitoriPrice .tab__panel--box[aria-hidden=false] {
  animation: fadeIn 0.5s linear forwards;
  display: block;
}
.kaitoriPrice .tab__panel--heading {
  display: grid;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  gap: 15px;
  grid-template-columns: 1fr auto 1fr;
  line-height: 1.2;
  text-align: center;
  color: #333;
}
.kaitoriPrice .tab__panel--heading::before, .kaitoriPrice .tab__panel--heading::after {
  background-color: #a6a6a6;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
}
.kaitoriPrice .tab__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8px;
}
.kaitoriPrice .tab__item {
  background-color: #fff;
  display: none;
  gap: 15px;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 5px;
}
.kaitoriPrice .tab__item.is-visible {
  display: grid;
}
.kaitoriPrice .tab__image {
  display: grid;
  align-items: center;
}
.kaitoriPrice .tab__image img {
  aspect-ratio: 163/110;
  object-fit: cover;
}
.kaitoriPrice .tab__caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}
.kaitoriPrice .tab__price--content {
  display: grid;
  gap: 4px;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 2px 0;
}
.kaitoriPrice .tab__price--tag {
  background-color: #aa0d33;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.1;
  padding: 3px 4px;
  text-align: center;
}
.kaitoriPrice .tab__price--text {
  color: #aa0d33;
  font-family: "Heebo", sans-serif;
  font-size: 22px;
  letter-spacing: -0.05em;
  margin-top: 3px;
}
.kaitoriPrice .tab__price--text .yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  margin-left: 2px;
}
.kaitoriPrice .tab__button {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 14px;
  padding: 18px 30px;
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  color: #000;
}
.kaitoriPrice .tab__button::after {
  color: inherit;
  content: "＋";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}
.kaitoriPrice .tab__button.is-close::after {
  content: "－";
}
.kaitoriPrice .tab__button--content {
  display: none;
  margin-top: 10px;
}
.kaitoriPrice .tab__button--content.is-active {
  display: block;
}
.kaitoriPrice .tab__button--content.is-active-price {
  display: block;
}
.kaitoriPrice.orange .kaitoriPrice__update {
  color: #ee410c;
}
.kaitoriPrice.orange .tab__menu--button[aria-expanded=true] {
  background-color: #564039;
  border-color: #564039;
}
.kaitoriPrice.pink .kaitoriPrice__update {
  color: #ee0c78;
}
.kaitoriPrice.pink .tab__menu--button[aria-expanded=true] {
  background-color: #10016a;
  border-color: #10016a;
}
.kaitoriPrice.daikichibrand::before {
  background-image: none;
  background-color: #e4e6ef;
}
.kaitoriPrice.daikichibrand .kaitoriPrice__heading .heading__bubble {
  background-color: #ee410c;
}
.kaitoriPrice.daikichibrand .kaitoriPrice__update {
  color: #10016a;
}
.kaitoriPrice.daikichibrand .tab__menu--button[aria-expanded=true] {
  background-color: #10016a;
  border-color: #10016a;
}
.kaitoriPrice.daikichibrand .tab__menu--button#tab08, .kaitoriPrice.daikichibrand .tab__menu--button#tab09 {
  display: none;
}
.kaitoriPrice.daikichibrand .tab__price--tag {
  background-color: #10016a;
}
.kaitoriPrice.daikichibrand .tab__price--text {
  color: #e8002e;
}
.kaitoriPrice.shucho .kaitoriPrice__heading--text {
  color: #aa0d33;
}
.kaitoriPrice.shucho .kaitoriPrice__heading .heading__bubble {
  background-color: #10016a;
}
.kaitoriPrice.shucho .tab__menu--button[aria-expanded=true] {
  background-color: #10016a;
  border-color: #10016a;
}

.choice {
  margin: 0 auto;
  width: 100%;
}
.choice__inner {
  margin: 0 auto;
  padding: 32px 15px 30px;
  background-color: #10016a;
}
.choice__inner h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0.1em;
}
.choice__inner dl {
  padding: 0;
  width: 100%;
  background: #fff;
}
.choice__inner dl + dl {
  margin-top: 13px;
}
.choice__inner dl dt {
  display: flex;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
.choice__inner dl dd {
  padding: 10px 10px 20px;
  display: none;
}
.choice__image {
  width: 150px;
}
.choice__title--wrap {
  width: 205px;
  padding: 10px 20px;
}
.choice__label {
  font-size: 12px;
  background-color: #10016a;
  color: #fff;
  padding: 0 5px;
  border-radius: 100vh;
  margin: auto;
  white-space: nowrap;
  width: 165px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choice__title {
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}
.choice__more {
  border: none;
  display: block;
  width: fit-content;
  margin: 5px auto 0;
  background: transparent;
  font-size: 14px;
  color: #444;
  position: relative;
}
.choice__more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  width: 14px;
  height: 7px;
  background: url(../images/chevron.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
.choice__more:is(.active *).choice__more::after {
  transform: translateY(-50%) rotate(180deg);
}
.choice__content__image {
  padding-bottom: 25px;
}
.choice__detail {
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 20px;
}
.choice__detail--title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  padding: 0 0 20px;
}
.choice__detail--title::before, .choice__detail--title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
}
.choice__detail .store__feature {
  margin: 0 0 10px;
}
.choice__detail .store__feature--title {
  padding: 5px;
  height: 26px;
}
.choice__detail .store__feature--text {
  height: 42px;
}
.choice__detail .store__feature--text__font__L {
  font-size: 24px;
}
.choice__close {
  position: relative;
  display: block;
  width: 225px;
  padding: 12px 15px;
  margin: 10px auto 0;
  font-size: 14px;
  background: transparent;
  border: solid 1px #ccc;
  border-radius: 30px;
  line-height: 1;
  color: #000;
}
.choice__close::after {
  content: "－";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 14px;
}
.choice__circle {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: linear-gradient(180deg, #ee0c0c 0%, #aa0d33 100%);
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}
.choice__circle--text {
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
}
.choice__circle--text .color__yellow {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
.choice__circle--text .font__L {
  font-size: 15px;
}
.choice.orange .choice__circle {
  background: linear-gradient(180deg, #ee850c 0%, #ee410c 100%);
}
.choice.pink .choice__circle {
  background: linear-gradient(180deg, #ee0c0c 0%, #ee0c78 100%);
}

.search {
  padding: 35px 10px;
  position: relative;
}
.search::before {
  background-color: #f8f8f8;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}
.search .heading__note--date {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
}
.search .heading__text .small {
  font-size: 20px;
  letter-spacing: 0;
}
.search__tab {
  margin-top: 20px;
}
.search__tab--menu {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.search__tab--menu.empty {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.search__tab--menu#tabMenuMuni {
  padding: 10px;
  background: #eaeaea;
}
.search__tab--menu#tabMenuMuni.empty {
  padding: 0;
  background: none;
}
.search__tab--menu#tabMenuMuni .search__tab--button[aria-expanded=true] {
  background-color: #49b4d9;
  border-color: #49b4d9;
  color: #fff;
}
.search__tab--item {
  display: grid;
}
.search__tab--button {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 1px;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background-color, border, color;
  width: 100%;
  color: #000;
}
.search__tab--button[aria-expanded=true] {
  background-color: #10016a;
  border-color: #10016a;
  color: #fff;
}
.search__accordion--item {
  background-color: #fff;
  border: 1px solid #ccc;
}
.search__accordion--item:nth-of-type(n + 2) {
  margin-top: 8px;
}
.search__summary {
  height: 65px;
  padding: 10px 38px 10px 15px;
  position: relative;
  list-style: none;
}
.search__summary::after {
  aspect-ratio: 25/14;
  background-image: url(../images/chevron2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 12px;
  rotate: 180deg;
  top: 50%;
  transform-origin: center;
  transition: rotate 0.5s;
  translate: 0 -50%;
  width: 12px;
  z-index: 1;
}
.search__summary:where(.js-accordion__details[open] *)::after {
  rotate: 0deg;
}
.search__summary--inner {
  border-right: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  height: 100%;
  padding-right: 15px;
}
.search__shop--name {
  flex: 1;
  font-size: 15px;
  overflow: hidden;
}
.search__shop--infoContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.search__shop--infoContent:nth-of-type(n + 2) {
  margin-top: 15px;
}
.search__shop--term {
  font-size: 14px;
  width: 60px;
}
.search__shop--desc {
  color: #444;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
}
.search__station {
  color: #444;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  width: min(100%, 115px);
}
.search__body--content {
  padding: 25px 15px 15px;
}
.search a[href^=tel] {
  overflow: unset;
}
.search__cta--button {
  margin-top: 35px;
}
.search__cta--buttonShop {
  margin: 16px -10px -10px -10px;
}
.search.orange .search__tab--menu#tabMenuMuni .search__tab--button[aria-expanded=true] {
  background-color: #d29359;
  border-color: #d29359;
}
.search.orange .search__tab--button[aria-expanded=true] {
  background-color: #564039;
  border-color: #564039;
}
.search.orange.brand {
  background-color: #fdf9f2;
}
.search.orange.brand .search__tab--button {
  border-radius: 6px;
}
.search.orange.brand .search__accordion--item {
  border-radius: 6px;
}
.search.orange.brand .search__summary {
  height: 85px;
  color: #333;
}

#storeList {
  margin: 25px 0;
}

.button01 {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  font-family: "Noto Sans JP", sans-serif;
}
.button01__link {
  background: linear-gradient(96.08deg, #e9140a 0%, #ad0c01 54.81%);
  border-bottom: 5px solid #950a01;
  border-right: 5px solid #950a01;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15), inset 5px 5px 0 rgba(255, 255, 255, 0.25);
  display: grid;
  padding: 14px 5px 4px;
  place-items: center;
  position: relative;
  color: #fff;
}
.button01__text--top {
  background-color: #faff00;
  border: 1px solid #000;
  border-radius: 100vmax;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  padding: 2px 4px 2px;
  position: absolute;
  text-align: center;
  top: 0;
  translate: -50% -50%;
  width: min(100%, 275px);
}
.button01__text--top .number {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.button01__text--bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.button01__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.button01__title .large {
  font-weight: 700;
  font-size: 25px;
  padding-left: 1px;
  padding-right: 1px;
}
.button01__title::before {
  aspect-ratio: 18/25;
  background-image: url(../images/icon-tel-white.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 2px;
  translate: 0 2px;
  width: 18px;
}

.flow {
  padding: 35px 0 50px;
}
.flow__title {
  margin-bottom: 25px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}
.flow__title small {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
}
.flow__tab {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 0 15px;
  gap: 5px;
  border-bottom: 1px solid #ccc;
}
.flow__tab--item {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: calc(50% - 2.5px);
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -1px;
  z-index: 1;
}
.flow__tab--item.active {
  padding-top: 19px;
  border-top: 0;
  border-bottom: solid 1px #fff;
  background: #fff;
  color: #100169;
}
.flow__tab--item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  margin: 0 -1px;
  height: 4px;
  background-color: #100169;
}
.flow__content--item {
  display: none;
  padding: 25px 15px 0;
}
.flow__content--item.active {
  display: block;
}
.flow__content--item img {
  width: 100%;
}
.flow.brand {
  padding-bottom: 0;
}

.voice {
  background-color: #10016a;
  padding: 35px 10px;
  text-align: center;
}
.voice .heading__text {
  margin-bottom: 20px;
  color: #fff;
}
.voice .heading__text small {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}
.voice__user {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.voice__user--item {
  width: 100%;
}
.voice .button__more, .voice .button__close {
  position: relative;
  padding: 10px 35px 10px 30px;
  margin: 0 auto;
  background: #eee;
  border-radius: 25px;
  width: fit-content;
  margin-top: 5px;
  min-width: 200px;
  text-align: center;
  font-size: 14px;
}
.voice .button__more::after {
  content: "＋";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.voice .button__close::after {
  content: "－";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}

.user {
  padding: 20px 15px 25px;
  background: #fff;
  text-align: left;
}
.user__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.user__icon {
  width: 60px;
  height: auto;
}
.user__status {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #444;
}
.user__title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  color: #444;
}
.user__comment {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding: 0 5px;
}

.voice2 {
  background-color: #10016a;
  padding: 35px 10px;
  text-align: center;
}
.voice2 .heading__text {
  margin-bottom: 20px;
  color: #fff;
}
.voice2 .heading__text small {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}

.voice2__user {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.voice2__user--item {
  width: 100%;
}
.voice2__user--item .user {
  padding: 20px 15px 25px;
  background: #fff;
  text-align: left;
}
.voice2__user--item .user__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  gap: 10px;
}
.voice2__user--item .user__icon {
  width: 80px;
  height: auto;
}
.voice2__user--item .user__star {
  margin-bottom: 15px;
  color: #ffc700;
  font-size: 14px;
}
.voice2__user--item .user__type {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 20px;
  border: 1px solid #444;
  background: #fff;
  padding: 2px 12px;
  margin-right: 5px;
}
.voice2__user--item .user__offer {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.voice2__user--item .user__offer--item {
  color: #10016a;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.voice2__user--item .user__comment {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 5px;
  background: #e8e9f2;
  padding: 15px 10px;
  margin-bottom: 12px;
}
.voice2__user--item .user__data {
  color: #444;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.voice2 .button__more,
.voice2 .button__close {
  position: relative;
  padding: 10px 35px 10px 30px;
  margin: 0 auto;
  background: #eee;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  min-width: 200px;
  text-align: center;
  font-size: 14px;
}

.voice2 .button__more:after {
  content: "＋";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}

.voice2 .button__close:after {
  content: "－";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}

.faq {
  padding: 35px 10px 15px;
  background: #fff;
}
.faq__heading .heading__text {
  letter-spacing: 0.05em;
}
.faq__heading .heading__text small {
  display: block;
  font-size: 20px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__title, .faq__content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.4s;
  line-height: 1.4;
}
.faq__title {
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 0.5em 30px 0.5em 50px;
  background: #f5f5f5;
  border: solid 1px #ccc;
  position: relative;
  min-height: 65px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq__title::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 500;
  color: #10016a;
  font-family: "Heebo", sans-serif;
}
.faq__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 14px;
  height: 7px;
  background: url(../images/chevron.png) no-repeat center;
  background-size: cover;
  transition: 0.4s;
}
.faq__content {
  height: 0;
  overflow: hidden;
  font-size: 14px;
  color: #444;
  padding: 0 20px 0 50px;
  background: #fff;
  border: solid 1px #ccc;
  margin-top: -1px;
  border-top: 0;
  position: relative;
  transition: all 0.4s;
  opacity: 0;
}
.faq__content::before {
  content: "A.";
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 25px;
  font-weight: 500;
  color: #aa0d33;
  font-family: "Heebo", sans-serif;
  line-height: 1;
  opacity: 0;
  transition: all 0.4s;
}
.faq__content--telbox {
  margin: 0.5em -18px -12px -45px;
}
.faq__content--telbutton {
  display: block;
  width: 100%;
}

.toggle {
  display: none;
}
.toggle:checked + .faq__title + .faq__content {
  height: auto;
  padding: 1em 20px 1em 50px;
  transition: all 0.4s;
  border-bottom: solid 1px #ccc;
  margin-top: 0;
  display: block !important;
  opacity: 1;
}
.toggle:checked + .faq__title + .faq__content::before {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.necessary {
  padding: 35px 10px;
}
.necessary__heading .heading__text {
  margin-bottom: 25px;
}
.necessary__inner {
  padding: 25px 15px;
  background-color: #e8e9f2;
  line-height: 1.4;
}
.necessary h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.necessary h3 span {
  font-size: 25px;
}
.necessary p {
  color: #444;
}
.necessary p span {
  font-weight: bold;
}
.necessary__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 25px auto;
}
.necessary__list li {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 50px;
}
.necessary.brand .necessary__inner {
  padding: 0;
  background: transparent;
}
.necessary.brand .necessary__inner h3 {
  width: 80%;
  margin-inline: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid;
  border-color: #ee410c;
}
.necessary.brand .necessary__inner h3 + p {
  width: calc(100% - 40px);
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.necessary.brand .necessary__inner .color__red {
  color: #ee410c;
  font-weight: 700;
}
.necessary.brand .necessary__inner .color__red .marker {
  background-image: linear-gradient(to bottom, transparent 70%, #f9e10b 70%);
}
.necessary.brand .necessary__inner--box {
  margin-top: 25px;
  padding: 25px 15px;
  background: #f5f5f5;
  border-radius: 5px;
}
.necessary.brand .necessary__inner--box h4 {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #333;
  text-align: center;
  margin-top: 17px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.necessary.brand .necessary__inner--box h4::before, .necessary.brand .necessary__inner--box h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #333;
}
.necessary.brand .necessary__inner--box h4::before {
  left: -70px;
}
.necessary.brand .necessary__inner--box h4::after {
  right: -70px;
}
.necessary.brand .necessary__inner--box p {
  margin-top: 8px;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
}
.necessary.brand .necessary__inner--box p strong {
  font-size: 13px;
}
.necessary.brand .necessary__inner--box p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}
.necessary.brand .necessary__list {
  margin-top: 0;
  margin-bottom: 0;
}

.othercategories {
  margin: 0 auto;
  padding: 10px 10px 35px;
  width: 100%;
}
.othercategories__heading .heading__text {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1;
  color: #000;
}
.othercategories dl {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 10px;
  background: #fff;
  border: solid 1px #ccc;
}
.othercategories dl + dl {
  margin-top: 15px;
}
.othercategories dl dt {
  width: calc(100% - 100px);
  padding: 0 10px 0 0;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.othercategories dl dt span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}
.othercategories dl dd {
  width: 100px;
  height: 100px;
}

.bundle {
  padding: 35px 10px;
  text-align: center;
  background-color: #f8f8f8;
  margin: 0;
}
.bundle .title {
  font-size: 25px;
}
.bundle .title.marker {
  background: linear-gradient(transparent 60%, #faff00 60%);
  display: inline-block;
}
.bundle__list {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px;
}
.bundle__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #faff00;
  font-weight: 500;
  border-radius: 100vh;
  width: 105px;
  aspect-ratio: 1/1;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 13px;
}
.bundle__list li:last-child {
  letter-spacing: -0.1em;
}
.bundle__bubble {
  color: #444;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
}
.bundle__bubble::before, .bundle__bubble::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 1px;
  height: 35px;
  background-color: #000;
}
.bundle__bubble::before {
  left: 50px;
  transform: rotate(-30deg);
}
.bundle__bubble::after {
  right: 50px;
  transform: rotate(30deg);
}
.bundle__anchor {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.bundle__anchor p {
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 3px);
  height: 40px;
  background-color: #444;
  cursor: pointer;
}
.bundle__anchor p a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center start;
  padding-left: 10px;
}
.bundle__anchor p::after {
  margin-right: 10px;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
.bundle__anchor p:first-child {
  background-color: #10016a;
  width: 100%;
}

.cmlink {
  background: #e4e6ef;
}
.cmlink p {
  padding: 12px 10px;
  display: grid;
  place-items: center;
}
.cmlink p a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #10016a;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-inline: auto;
}
.cmlink p a span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cmlink p a::before {
  content: "";
  display: block;
  width: 16px;
  background-image: url(../images/play-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1;
}

.footer {
  padding: 35px 10px 100px;
  text-align: center;
  background-color: #10016a;
  color: #fff;
  line-height: 1.4;
}
.footer .title {
  font-size: 25px;
  letter-spacing: 0.1em;
}
.footer .company {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.footer .company th,
.footer .company td {
  border: solid 1px #ccc;
  vertical-align: middle;
  text-align: left;
  padding: 10px 15px;
}
.footer .company th {
  color: #000;
  background-color: #f8f8f8;
  white-space: nowrap;
  font-weight: 400;
}
.footer .company td {
  color: #444;
  background-color: #fff;
}
.footer .company td ol {
  padding: 0 10px 0 15px;
}
.footer .company td ol li {
  list-style: decimal;
  margin-bottom: 10px;
}
.footer p {
  margin-bottom: 15px;
  font-weight: 300;
}
.footer .copyright {
  font-size: 13px;
  margin-top: 15px;
}

.footerBanner {
  margin: 0;
  margin-inline: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 375px;
  z-index: 5;
}
.footerBanner a {
  display: block;
}

#header.thanks {
  max-width: 750px;
  margin-inline: auto;
}
.thanks__text {
  margin: 70px 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.thanks__link {
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.5;
}
.thanks__link a {
  color: blue;
  text-decoration: underline;
  font-size: 16px;
}

.button__tel,
.button__form,
.assessmentform__button,
.assessment__inner a[href^=tel],
.store__inner a[href^=tel],
.search__inner a[href^=tel],
.onsite__tel--link,
.jewelryHighOffer__button--inner,
.bundle__button--form {
  position: relative;
  overflow: hidden;
  display: block;
}

.button__tel::after,
.button__form::after,
.assessmentform__button::after,
.assessment__inner a[href^=tel]::after,
.store__inner a[href^=tel]::after,
.search__inner a[href^=tel]::after,
.onsite__tel--link::after,
.jewelryHighOffer__button--inner::after,
.market .button__wrap::after,
.bundle__button--form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

.assessment a,
.store a,
.bundle a,
.choice a,
.assessment__link a {
  color: #fff;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}