@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #d9d9d9;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #003c8c;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003c8c;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.about {
  margin-top: 3.5625rem;
}

.about__img {
  width: 100%;
}
.about__heading {
  font-size: 1.878125rem;
  font-weight: 700;
  margin-top: 1.875rem;
  padding-right: 0.6875rem;
  text-align: center;
}
.about__heading .about__heading-1 {
  font-size: 1.5625rem;
  font-weight: bold;
}
.about__heading .about__heading-2 {
  color: #2c893a;
  font-weight: 700;
}

.about__text {
  display: flex;
  flex-direction: column;
  font-size: 1.5625rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6875rem;
  max-width: 40.75rem;
  padding-inline: 1.25rem;
}
.about__text__item {
  background-image: url(../../../img/top-img/dotted@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 0.0625rem solid transparent;
  font-weight: 700;
  padding-bottom: 0.25rem;
  padding-left: 0.875rem;
  white-space: nowrap;
}
.about__text__item:nth-child(3) {
  color: #2c893a;
  font-size: 1.878125rem;
}
.campaign {
  margin-top: 5rem;
}

.campaign-title__en {
  color: #2c893a;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}

.campaign-title__ja {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  margin-top: -0.375rem;
  text-align: center;
}

.campaign__items-pc {
  display: grid;
  gap: 1.1875rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.5625rem;
}

.campaign__items-sp {
  display: none;
}

.campaign__item {
  text-align: center;
}
.category {
  background: #faf8f1;
  margin-top: 5rem;
  padding-bottom: 3.8125rem;
  padding-top: 3.8125rem;
}

.category__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  padding-inline: 1.25rem;
  padding-inline: 2.5rem;
}
.category-title__en {
  color: #2c893a;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}

.category-title__ja {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.125rem;
  text-align: center;
}

.category__items-pc {
  display: grid;
  gap: 1.375rem 1.5625rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3.875rem;
}

.category__items-sp {
  display: none;
}

.category__item {
  text-align: center;
}
.contact {
  background: url(../../../img/top-img/contact-bg.png) no-repeat center center/cover;
  padding-bottom: 5.125rem;
  padding-top: 5.1875rem;
}
.contact__inner {
  text-align: center;
}

.contact__message {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  max-width: 42.5rem;
  position: relative;
}
.contact__message::before, .contact__message::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 1.8125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.125rem;
}
.contact__message::before {
  left: -0.875rem;
  transform: translateY(-50%) rotate(-20deg);
}
.contact__message::after {
  right: -0.875rem;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(20deg);
}

.contact__button {
  margin-top: 2.5rem;
  text-align: center;
}
.contact-button__link {
  align-items: center;
  background: #f98100;
  border-radius: 0.9375rem;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  padding: 1.625rem 0;
  text-align: center;
}
.contact-button__link img {
  height: 1.125rem;
  margin-top: 0.1875rem;
  padding-right: 0.125rem;
  width: 1.5rem;
}

.footer {
  background: #faf8f1;
}

.footer__nav {
  align-items: center;
  display: flex;
  gap: 6rem;
  justify-content: center;
}

.footer__link {
  color: #000;
  font-size: 0.9375rem;
  padding: 2.75rem 0 2.6875rem 0;
  position: relative;
}
.footer__link::before {
  background: #000;
  content: "";
  display: block;
  height: 1.875rem;
  left: -2.9375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.125rem;
}
.footer__link:last-child::after {
  background: #000;
  content: "";
  display: block;
  height: 1.875rem;
  position: absolute;
  right: -2.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.125rem;
}

.information {
  background: rgb(246, 246, 246);
  padding-top: 10rem;
}

.information__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.information__card {
  border-radius: 1.25rem;
}

.information__title {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}
.information__heading__ja {
  color: #228edd;
  font-family: Arial, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 109%; /* 69.76px */
  margin-top: 2.25rem;
}

.information-box__button {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-left: auto;
  margin-top: 3.9375rem;
}

.information-box__button-link {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.01875rem;
  line-height: 1.9453125rem;
}

.information-box__button-link-img img {
  height: 4rem;
  width: 4rem;
}

.information__lists {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.625rem;
  max-width: 64rem;
}
.information__lists > * + * {
  position: relative;
}
.information__lists > * + *::before {
  background: #e3e3e3;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.information__list:nth-child(n+2) {
  position: relative;
}
.information__list:nth-child(n+2)::before {
  background: #e3e3e3;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.information__link a {
  display: inline-block;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 0.5rem;
  transition: color 0.3s;
  vertical-align: top;
}
.information__link a:hover {
  color: #fabe00;
}

.information-link {
  background: #fff;
  display: flex;
  flex-direction: row;
  padding-bottom: 3rem;
  padding-inline: 3rem;
  padding-top: 3rem;
  transition: background-color 0.3s;
  width: 100%;
}
.information-link:hover {
  background-color: #fff9e5;
}

.information-link__meta {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  width: 16.875rem;
}

.information-link__date {
  font-family: Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01625rem;
  line-height: 167.5%;
}

.information-link__label {
  border: 0.0625rem solid #228edd;
  border-radius: 6.25rem;
  color: #228edd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.015rem;
  line-height: 167.5%;
  padding: 0.125rem 1rem;
  white-space: nowrap;
}
.information-link__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  width: 73%;
}

.information-link__button {
  margin-left: auto;
  margin-top: 3.75rem;
  padding-right: 1.1875rem;
}

.mainVisual {
  height: 0;
  padding-top: 50%;
  position: relative;
  width: 100%;
}

.mainVisual__content {
  background: url(../../../img/top-img/1_1_img_smartphone_PC@2x.png) no-repeat center center/cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.Knowledge {
  background: #fabe00;
  padding-top: 10rem;
}

.Knowledge__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.Knowledge__card {
  border-radius: 1.25rem;
}

.Knowledge__title {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}
.Knowledge__heading__ja {
  color: #228edd;
  font-family: Arial, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 109%; /* 69.76px */
  margin-top: 2.25rem;
}

.Knowledge-box__button {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-left: auto;
  margin-top: 3.9375rem;
}

.Knowledge-box__button-link {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.01875rem;
  line-height: 1.9453125rem;
}

.Knowledge-box__button-link-img img {
  height: 4rem;
  width: 4rem;
}

.Knowledge__lists {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.625rem;
  max-width: 64rem;
}
.Knowledge__lists > * + * {
  position: relative;
}
.Knowledge__lists > * + *::before {
  background: #e3e3e3;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.Knowledge__list:nth-child(n+2) {
  position: relative;
}
.Knowledge__list:nth-child(n+2)::before {
  background: #e3e3e3;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.Knowledge__link a {
  display: inline-block;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 0.5rem;
  transition: color 0.3s;
  vertical-align: top;
}
.Knowledge__link a:hover {
  color: #fabe00;
}

.Knowledge-link {
  background: #fff;
  display: flex;
  flex-direction: row;
  padding-bottom: 3rem;
  padding-inline: 3rem;
  padding-top: 3rem;
  transition: background-color 0.3s;
  width: 100%;
}
.Knowledge-link:hover {
  background-color: #fff9e5;
}

.Knowledge-link__meta {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  width: 16.875rem;
}

.Knowledge-link__date {
  font-family: Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01625rem;
  line-height: 167.5%;
}

.Knowledge-link__label {
  border: 0.0625rem solid #228edd;
  border-radius: 6.25rem;
  color: #228edd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.015rem;
  line-height: 167.5%;
  padding: 0.125rem 1rem;
  white-space: nowrap;
}
.Knowledge-link__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  width: 73%;
}

.Knowledge-link__button {
  margin-left: auto;
  margin-top: 3.75rem;
  padding-right: 1.1875rem;
}

.purchase {
  background: #faf8f1;
  margin-top: 5rem;
  padding-bottom: 3.8125rem;
  padding-top: 3.8125rem;
}

.purchase__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.purchase-title {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}
.purchase-title span {
  background: #2c893a;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  padding: 0 0.5625rem;
}

.purchase__items-pc {
  margin-top: 3.875rem;
}

.purchase-items__1-pc {
  display: flex;
  gap: 3.75rem;
  justify-content: center;
}

.purchase-items__2-pc {
  display: flex;
  gap: 3.75rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.purchase__items-sp {
  display: none;
}

.purchase__item {
  text-align: center;
  width: 9.5rem;
}

.qa {
  padding-top: 5rem;
}

.heading__ja {
  color: #2c893a;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}

.qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.25rem;
  margin-top: 3.25rem;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.qa-box {
  background: #faf8f1;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1.875rem 0 1.8125rem 0;
}
.qa-box.is-open .qa-box__head::after {
  transform: rotate(0deg);
}

.qa-box__head {
  display: block;
  padding: 0 1.625rem 0 1.625rem;
  position: relative;
  width: 100%;
}

.qa-box__head-text {
  color: #2c893a;
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  text-align: left;
}
.qa-box__head-text::before {
  background: url(../../../img/top-img/shape@2x.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 9px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 12px;
}
.qa-box__head-text.rotated::before {
  transform: translateY(-50%) rotate(180deg);
}

.qa-box__body {
  display: none;
  padding: 0;
}
.qa-box__a {
  display: flex;
  gap: 8px;
}

.qa-box__a-text {
  display: block;
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 0 3.375rem 0 3.875rem;
  padding-top: 10px;
}

.reason {
  margin-top: 4.75rem;
}
.reason-heading__box {
  background: #2c893a;
  text-align: center;
}

.reason__heading {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 1.375rem 0;
  position: relative;
}
.reason__heading::before, .reason__heading::after {
  background-color: #fff;
  content: "";
  flex-grow: 1;
  height: 0.125rem;
}
.reason__heading::before {
  margin-right: 1.8125rem;
}
.reason__heading::after {
  margin-left: 1.8125rem;
}

.reason__heading-1 {
  font-size: 2rem;
  padding-top: 0.6875rem;
}

.reason__inner {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 5.6875rem;
}

.reason-card {
  margin-top: 5rem;
}

.reason-card__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 65rem;
  padding-inline: 1.25rem;
}

.reason-card__items {
  display: grid;
  gap: 2.875rem 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.reason-card__img-area-wrap {
  position: relative;
}

.reason-card__img-area {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 60.5%;
  position: relative;
  width: 100%;
}
.reason-card__img-area source {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.reason-card__img-area img {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.reason-card__number {
  bottom: -1.6875rem;
  left: 0;
  position: absolute;
  width: 17%;
  z-index: 100;
}
.reason-card__number img {
  height: 100%;
  width: 100%;
}

.reason-card__text-area {
  margin-top: 2.25rem;
}

.reason-card__title {
  color: #2c893a;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0;
}

.reason-card__text {
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.5625rem;
}

.step {
  background: #f3f1e2;
  margin-top: 3.375rem;
}

.step-heading__box {
  background: #2c893a;
  text-align: center;
}

.step__heading {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.875rem;
  font-weight: 500;
  padding: 1.75rem 0;
  position: relative;
}
.step__heading::before, .step__heading::after {
  background-color: #fff;
  content: "";
  flex-grow: 1;
  height: 0.125rem;
}
.step__heading::before {
  margin-right: 1.8125rem;
}
.step__heading::after {
  margin-left: 1.8125rem;
}

.step__heading-1 {
  font-size: 1.5rem;
  padding-top: 0.3125rem;
}

.step__inner {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 5.6875rem;
}

.step-card {
  margin-top: 3.6875rem;
  padding-bottom: 3rem;
}

.step-card__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 65rem;
  padding-inline: 1.25rem;
}

.step-card__items {
  display: grid;
  gap: 2.0625rem 3rem;
  grid-template-columns: repeat(2, 1fr);
}

.step-card__item {
  background: #fff;
  border-radius: 1.6875rem;
  padding: 1.875rem 2.375rem 1.875rem 2.1875rem;
  position: relative;
}
.step-card__item:nth-child(1)::before, .step-card__item:nth-child(3)::before {
  background: #2c893a;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  display: block;
  height: 4.5rem;
  position: absolute;
  right: -2.75rem;
  top: 43%;
  transform: translateX(-50%);
  width: 1.25rem;
  z-index: 100;
}

.step-card__img-area-wrap {
  margin-top: 2rem;
}

.step-card__number {
  height: 3.0625rem;
  width: 3.0625rem;
  z-index: 100;
}
.step-card__number img {
  height: 100%;
  width: 100%;
}

.step-card__img-area {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 49%;
  position: relative;
  width: 100%;
}
.step-card__img-area source {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.step-card__img-area img {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.step-card__text-area {
  margin-top: 0.4375rem;
}

.step-card__title-wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.8125rem;
}
.step-card__title {
  color: #2c893a;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0;
}

.step-card__text {
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.875rem;
}

.step-card__button {
  margin-top: 1.3125rem;
  text-align: center;
}

.step-card__button-link {
  align-items: center;
  background: #2c893a;
  border-radius: 1.429375rem;
  color: #fff;
  display: flex;
  font-size: 1.75rem;
  gap: 0.625rem;
  justify-content: center;
  max-width: 24.971875rem;
  padding: 0.125rem 0;
  width: 100%;
}
.step-card__button-link img {
  height: 1.875rem;
  width: 1.4375rem;
}

.store {
  margin-top: 4.875rem;
  padding-bottom: 2.0625rem;
}

.store__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.store__items-sp {
  display: none;
}

.store__item {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.1875rem;
}

.store__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.875rem;
  max-width: 11.625rem;
}
.store__item {
  text-align: center;
}
.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 0.8421052632vw;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .about {
    margin-top: 4.9375rem;
  }
  .about__heading {
    font-size: 7.73vw;
    font-weight: bold;
    line-height: 10vw;
    margin-top: 3.9375rem;
    padding-left: 0.25rem;
    padding-right: 0;
  }
  .about__heading .about__heading-1 {
    font-size: 6.13vw;
    font-weight: bold;
    margin-left: 0.375rem;
  }
  .about__heading .about__heading-2 {
    font-weight: bold;
  }
  .about__heading .about__heading-3 {
    color: #000;
    font-size: 7.73vw;
    font-weight: bold;
  }
  .about__text__item {
    font-size: 3.47vw;
    padding-left: 0;
  }
  .about__text__item:nth-child(3) {
    font-size: 4.27vw;
    font-weight: 500;
  }
  .campaign {
    margin-top: 3.75rem;
  }
  .campaign__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .campaign-title__en {
    font-size: 7.73vw;
  }
  .campaign-title__ja {
    font-size: 3.47vw;
  }
  .campaign__items-pc {
    display: none;
  }
  .campaign__items-sp {
    display: grid;
    gap: 3.125rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.9375rem;
  }
  .category {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
  .category-title__en {
    font-size: 7.73vw;
  }
  .category-title__ja {
    font-size: 3.47vw;
  }
  .category__items-pc {
    display: none;
  }
  .category__items-sp {
    display: grid;
    gap: 1.5rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.125rem;
  }
  .contact__inner {
    padding-inline: 2.5rem;
  }
  .contact__message {
    display: inline-block;
    font-size: 3.07vw;
    max-width: 27.25rem;
    text-align: center;
  }
  .contact__message::before, .contact__message::after {
    height: 8.93vw;
  }
  .contact__message::before {
    left: -1.87vw;
  }
  .contact__message::after {
    right: -1.87vw;
  }
  .contact-button__link {
    font-size: 3.47vw;
    padding: 4.67vw 0;
  }
  .contact-button__link img {
    height: 3.2vw;
    margin-top: 0.4vw;
    padding-right: 0.27vw;
    width: 4vw;
  }
  .footer__nav {
    gap: 9.07vw;
  }
  .footer__link {
    font-size: 2.67vw;
    padding: 2.5625rem 0 2.5625rem 0;
  }
  .footer__link::before {
    height: 1.6875rem;
    left: -4.53vw;
  }
  .footer__link:last-child::after {
    height: 1.6875rem;
    right: -4.53vw;
  }
  .information {
    padding-top: 6rem;
  }
  .information {
    padding-bottom: 0;
    padding-top: 0;
  }
  .information__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .information__card {
    padding-top: 2.5rem;
  }
  .information__heading__ja {
    font-size: 3.25rem;
  }
  .information-box__button {
    display: none;
  }
  .information__lists {
    gap: 0.5rem;
    margin-top: 3.625rem;
  }
  .information-link {
    flex-direction: column;
    gap: 0;
    padding: 2rem 1.5rem;
  }
  .information-link__meta {
    flex-shrink: 0;
    gap: 1.1875rem;
  }
  .information-link__date {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    line-height: 1.65rem;
    width: 5.3125rem;
  }
  .information-link__label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
    padding: 0.125rem 2.6875rem;
  }
  .information-link__title {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    line-height: 1.65rem;
    margin-top: 0.5rem;
    width: 100%;
  }
  .mainVisual {
    padding-top: 121.5%;
  }
  .mainVisual__content {
    background: url(../../../img/top-img-sp/1_1_img_smartphone_SP@2x.png) no-repeat center center/cover;
  }
  .Knowledge {
    padding-top: 6rem;
  }
  .Knowledge {
    padding-bottom: 5.5rem;
    padding-top: 6rem;
  }
  .Knowledge__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .Knowledge__card {
    padding-top: 2.5rem;
  }
  .Knowledge__heading__ja {
    font-size: 3.25rem;
  }
  .Knowledge-box__button {
    display: none;
  }
  .Knowledge__lists {
    gap: 0.5rem;
    margin-top: 3.625rem;
  }
  .Knowledge-link {
    flex-direction: column;
    gap: 0;
    padding: 2rem 1.5rem;
  }
  .Knowledge-link__meta {
    flex-shrink: 0;
    gap: 1.1875rem;
  }
  .Knowledge-link__date {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    line-height: 1.65rem;
    width: 5.3125rem;
  }
  .Knowledge-link__label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
    padding: 0.125rem 1.25rem;
  }
  .Knowledge-link__title {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    line-height: 1.65rem;
    margin-top: 0.5rem;
    width: 100%;
  }
  .purchase {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
  .purchase__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
  }
  .purchase-title span {
    font-size: 7.73vw;
  }
  .purchase-title {
    font-size: 7.73vw;
  }
  .purchase__items-pc {
    display: none;
  }
  .purchase-items__1-pc {
    gap: 1.875rem;
  }
  .purchase-items__2-pc {
    gap: 1.875rem;
  }
  .purchase__items-sp {
    display: grid;
    gap: 3.25rem 0.9375rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.0625rem;
  }
  .purchase__item {
    width: 100%;
  }
  .purchase__item img {
    max-width: 100%;
  }
  .qa {
    padding-top: 3.75rem;
  }
  .qa__inner {
    padding-inline: 1.25rem;
  }
  .heading__ja {
    font-size: 7.73vw;
  }
  .qa__boxes {
    padding-inline: 1.25rem;
  }
  .qa-box {
    padding: 2.0625rem 0 1.375rem 0;
  }
  .qa-box__head {
    padding: 0 3.47vw 0 3.47vw;
  }
  .qa-box__head-text {
    font-size: 3.47vw;
    letter-spacing: -0.01em;
  }
  .qa-box__head-text::before {
    height: 1.2vw;
    width: 1.6vw;
  }
  .qa-box__a {
    gap: 10px;
  }
  .qa-box__a-text {
    font-size: 3.07vw;
    line-height: 4vw;
    margin-top: 23px;
    padding: 0 7.2vw 0 5.07vw;
  }
  .reason {
    margin-top: 4.1875rem;
  }
  .reason__heading {
    align-items: initial;
    display: block;
    font-size: 7.73vw;
    padding: 2rem 1rem;
  }
  .reason__heading::before, .reason__heading::after {
    display: none;
  }
  .reason__heading-1 {
    font-size: 6.13vw;
    font-weight: 500;
  }
  .reason__heading-2 {
    font-weight: 500;
  }
  .reason__inner {
    padding: 0 1.25rem;
  }
  .reason-card__inner {
    padding-inline: 0;
  }
  .reason-card__items {
    gap: 3rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .reason-card__item:nth-child(2) .reason-card__text-area {
    text-align: right;
  }
  .reason-card__item:nth-child(2) .reason-card__number {
    left: initial;
    right: 9.2vw;
  }
  .reason-card__item:nth-child(4) .reason-card__text-area {
    text-align: right;
  }
  .reason-card__item:nth-child(4) .reason-card__number {
    left: initial;
    right: 9.2vw;
  }
  .reason-card__item:nth-child(6) .reason-card__text-area {
    text-align: right;
  }
  .reason-card__item:nth-child(6) .reason-card__number {
    left: initial;
    right: 9.2vw;
  }
  .reason-card__number {
    bottom: -6.67vw;
    height: 12.67vw;
    left: 6.93vw;
    width: 14vw;
    z-index: 100;
  }
  .reason-card__text-area {
    margin-top: 3.125rem;
    padding: 0 6.67vw;
  }
  .reason-card__title {
    font-size: 2.69vw;
  }
  .reason-card__title {
    font-size: 6vw;
    letter-spacing: -0.05em;
    text-align: left;
    white-space: nowrap;
  }
  .reason-card__text {
    font-size: 1.73vw;
    text-align: left;
    white-space: nowrap;
  }
  .reason-card__text {
    font-size: 3.33vw;
    line-height: 5.33vw;
  }
  .step {
    margin-top: 4.625rem;
  }
  .step__heading {
    font-size: 7.73vw;
    justify-content: center;
    padding: 2.1875rem 0;
  }
  .step__heading::before, .step__heading::after {
    flex-grow: 0;
    width: 8.67vw;
  }
  .step__heading::before, .step__heading::after {
    width: 6vw;
  }
  .step__heading-1 {
    font-size: 6.3vw;
    font-weight: 500;
  }
  .step__heading-2 {
    font-weight: 500;
  }
  .step__inner {
    padding: 0 1.25rem;
  }
  .step-card {
    margin-top: 3.1875rem;
    padding-bottom: 3.75rem;
  }
  .step-card__inner {
    padding-inline: 2rem;
  }
  .step-card__items {
    gap: 7.25rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .step-card__item:nth-child(1)::before, .step-card__item:nth-child(3)::before {
    display: none;
  }
  .step-card__item {
    padding: 4vw 6.67vw 4.8vw 7.33vw;
  }
  .step-card__item:not(:last-child)::after {
    background: #2c893a;
    bottom: -5.75rem;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    content: "";
    display: block;
    height: 4.5rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    width: 1.25rem;
  }
  .step-card__img-area-wrap {
    margin-top: 2.375rem;
  }
  .step-card__number {
    bottom: -6.67vw;
    height: 12.67vw;
    left: 6.93vw;
    width: 14vw;
    z-index: 100;
  }
  .step-card__img-area {
    padding-top: 37.5%;
  }
  .step-card__text-area {
    margin-top: 1.25rem;
  }
  .step-card__title {
    font-size: 5.07vw;
    white-space: nowrap;
  }
  .step-card__text {
    font-size: 1.73vw;
    line-height: 2.28vw;
  }
  .step-card__text {
    font-size: 3.33vw;
    line-height: 5.33vw;
  }
  .step-card__button {
    margin-top: 2.625rem;
  }
  .step-card__button-link {
    font-size: 2.69vw;
  }
  .step-card__button-link {
    border-radius: 2rem;
    font-size: 6vw;
    max-width: 34.9375rem;
  }
  .step-card__button-link {
    font-size: 4vw;
  }
  .step-card__button-link img {
    height: 2.8vw;
    width: 2.2vw;
  }
  .step-card__button-link img {
    height: 5.47vw;
    width: 4.27vw;
  }
  .store {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .store__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
  }
  .store__items-pc {
    display: none;
  }
  .store__items-sp {
    display: block;
  }
  .store__item {
    margin-top: 3.5625rem;
    max-width: 40.5rem;
  }
  .store__logo {
    margin-top: 5rem;
    max-width: 24.9375rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */