body {
  --color-white: #fff;
  --color-red: #af1c3a;
  --color-yellow: #b18938;
  --color-black: #2d3b45;
  --color-line: #07B53B;
}

html {
    scroll-behavior: smooth;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.arial {
  font-family: Arial, serif;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

.section-ttl {
  text-align: center;
  color: var(--color-red);
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(223, 61, 85, 1) 0%,
    rgba(175, 28, 58, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(223, 61, 85, 1) 0%,
    rgba(175, 28, 58, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0, rgba(223, 61, 85, 1)),
    color-stop(1, rgba(175, 28, 58, 1))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(223, 61, 85, 1) 0%,
    rgba(175, 28, 58, 1) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(223, 61, 85, 1) 0%,
    rgba(175, 28, 58, 1) 100%
  );
  text-align: center;
  padding: 1.79% 0 1.67%;
}

header > p {
  font-size: 26px;
  font-weight: 500;
  color: var(--color-white);
}

header > p > span {
  font-size: 1.54em;
  margin-left: 3.4%;
}

@media screen and (max-width: 820px) {
  header > p {
    font-size: 20px;
  }

  header > p > span {
    font-size: 1.54em;
    margin-left: 3.4%;
  }
}

.mv {
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.mv-text {
  padding-top: 10%;
  padding-left: 14.9%;
  padding-bottom: 27.2%;
}

.mv-text > p {
  font-size: 28px;
  color: var(--color-black);
  margin-bottom: 3.1%;
}

.mv-text > h1 {
  font-size: 60px;
  color: var(--color-red);
}

.mv-text > h1 > span {
  font-size: 0.78em;
}

.mv-person {
  position: absolute;
  right: 5.4%;
  bottom: 0;
  width: 41.8%;
  z-index: 0;
}

.mv-textbox {
  padding: 4.2% 5.6% 4.2% 7.5%;
  background-color: var(--color-white);
  width: fit-content;
  position: absolute;
  bottom: -10%;
  box-shadow: #3f3c273e 2px 6px 25px;
  z-index: 1;
}

.mv-textbox::before {
  content: "";
  width: 30%;
  height: 4px;
  background-color: var(--color-red);
  position: absolute;
  top: 0;
  left: 0;
}

.mv-textbox > h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: var(--color-red);
}

.mv-textbox > p:first-of-type {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.75;
  letter-spacing: 0.2em;
  margin-bottom: 4%;
}

.mv-textbox > p.attention {
  font-size: 15px;
  font-weight: 500;
  color: #2d3b45;
  line-height: 1.75;
  letter-spacing: 0.2em;
  margin-bottom: 4%;
}

.mv-textbox > p .lineButton {
  background: var(--color-line);
  color: #fff;
  display: block;
  text-align: center;
  line-height: 3;
}

.mv-textbox > img {
  width: 21.3%;
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1266px) {
  .mv-textbox {
    bottom: -14%;
    padding: 2.1% 2.8% 2.1% 3.75%;
  }

  .mv-textbox > img {
    width: 15%;
  }

  .mv-person {
    right: 2%;
    width: 30%;
  }
}

@media screen and (max-width: 986px) {
  .mv-textbox {
    bottom: -16%;
  }

  .mv-person {
    right: 0%;
    width: 24%;
  }
}


.offer {
  padding: 7% 0;
  background-color: var(--color-red);
}

.offer .section-ttl {
  margin-bottom: 4.3%;
  color: white;
}

.offer .offer-text {
  color: white;
}

.offer-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.94;
  color: var(--color-black);
  margin-bottom: 4.5%;
}

.offer-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2%;
}

.offer-item {
  width: 20%;
  max-width: 170px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: white;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-red);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0.5em;
  line-height: 1.75;
  text-align: center;
}

.offer-item > span {
  font-size: 0.8em;
}

.about {
  background: -moz-radial-gradient(
    50% 54.01%,
    circle farthest-corner,
    rgba(223, 61, 85, 1) 0%,
    rgba(175, 28, 58, 1) 100%
  );
  background: -webkit-radial-gradient(
    50% 54.01%,
    circle farthest-corner,
    rgba(223, 61, 85, 1) 0%,
    rgba(175, 28, 58, 1) 100%
  );
  background: -o-radial-gradient(
    50% 54.01%,
    circle farthest-corner,
    rgba(223, 61, 85, 1) 0%,
    rgba(175, 28, 58, 1) 100%
  );
  background: -ms-radial-gradient(
    50% 54.01%,
    circle farthest-corner,
    rgba(223, 61, 85, 1) 0%,
    rgba(175, 28, 58, 1) 100%
  );
  padding: 10% 0 5.6%;
  text-align: center;
  color: var(--color-white);
  letter-spacing: 0.2em;
  line-height: 1.75;
}

.about-logo {
  width: 15.7%;
  margin: 0px auto 4.4%;
}

.about > h3 {
  font-size: 20px;
  margin-bottom: 4.4%;
  width: 95%;
  margin: 0 auto 4.4%;
}

.about > p {
  font-size: 14px;
  line-height: 2.1875;
  width: 95%;
  margin: 0 auto;
  text-align: left;
  max-width: 1000px;
}

.gift {
  background-image: url(../img/gift-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 7.2% 0 6.7%;
}

.gift .section-ttl {
  margin-bottom: 8.1%;
}

.gift-textbox {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.gift-textbox > h3 {
  font-weight: 700;
  font-size: 26px;
  color: var(--color-red);
  position: relative;
  padding-bottom: 2.9%;
  margin-bottom: 3.7%;
}

.gift-textbox > h3::after {
  position: absolute;
  content: "";
  width: 56.8%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--color-red);
}

.gift-textbox > p.shipporiTop {
  width: 56.8%;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-bottom: 2%;
}

.gift-textbox > p.shipporiMain {
  width: 56.8%;
  line-height: 2.5;
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-bottom: 2%;
}

.gift-textbox > p.shipporiMain > span:first-of-type {
  font-size: 18px;
  font-weight: bold;
}

.gift-textbox > p.shipporiMain > span:last-of-type {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-red);
}

.gift-textbox > p.shipporiLast {
  width: 56.8%;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-bottom: 5.8%;
  color: var(--color-red);
}

.gift-textbox > .gift-item-img {
  width: 52%;
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}

.item-feature {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.item-feature > h3 {
  font-weight: 700;
  font-size: 26px;
  color: var(--color-red);
  position: relative;
  padding-bottom: 2.6%;
  margin-bottom: 3.6%;
}

.item-feature > h3::after {
  position: absolute;
  content: "";
  width: 56.8%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--color-red);
}

.item-feature-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4.5%;
}

.item-feature-item {
  width: 31.5%;
  background-color: var(--color-white);
  position: relative;
  padding: 5% 1.7% 1.7%;
}

.item-feature-item:before {
  content: "";
  width: 21.6%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../img/step1.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.item-feature-item:nth-of-type(2):before {
  background: url(../img/step2.png) no-repeat;
  background-size: contain;
}

.item-feature-item:nth-of-type(3):before {
  background: url(../img/step3.png) no-repeat;
  background-size: contain;
}

.item-feature-item > h4 {
  font-size: 26px;
  text-align: center;
  color: var(--color-red);
  padding-bottom: 11.8%;
  margin-bottom: 6.8%;
  position: relative;
}

.item-feature-item:first-of-type > h4 {
  margin-bottom: 11.8%;
}

.item-feature-item > h4::after {
  content: "";
  position: absolute;
  width: 24.6%;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: var(--color-red);
}

.item-feature-item > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 6.1%;
  line-height: 1.7;
}

.item-feature-item:first-of-type > p {
  margin-bottom: 10.1%;
}

.item-feature-item > img {
  width: 100%;
}

.gift-summary {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  width: fit-content;
  margin: 0 auto;
  padding: 1.4% 1.6%;
}

@media screen and (max-width: 820px) {
  .gift-summary {
    font-size: 18px;
  }
}

.effect {
  padding: 7% 0;
}

.effect .section-ttl {
  margin-bottom: 3.8%;
}

.effect-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: #7272723e 2px 2px 15px;
}

.effect-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.23% 0;
}

.effect-container:first-of-type .effect-inner {
  margin-bottom: 4.2%;
}

.effect-item-text {
  width: 50.6%;
}

.effect-item-text > h3 {
  font-size: 32px;
  letter-spacing: 0.12em;
  color: var(--color-red);
  padding-bottom: 4.46%;
  margin-bottom: 10.5%;
  position: relative;
}

.effect-item-text > h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--color-red);
}

.effect-item-text > p {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2.1875;
}

.effect-item-img {
  width: 44.1%;
}

.customer-testimonials {
  padding-bottom: 9.8%;
}

.customer-testimonials > h2 {
  margin-bottom: 4.5%;
}

.customer-testimonials-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 793px;
  margin: 0 auto 6.46%;
}

.customer-testimonials-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  text-align: center;
  background: url(../img/customer-testimonials-bg2.png) center center no-repeat;
  background-size: contain;
}

.customer-testimonials-item:first-of-type {
  background: url(../img/customer-testimonials-bg2.png) center center no-repeat;
  background-size: contain;
}

.customer-testimonials-item > p:first-of-type {
  font-size: 16px;
  line-height: 1.43;
  letter-spacing: 0.12em;
  margin-bottom: 0.2em;
}

.customer-testimonials-item > p:nth-of-type(2) {
  display: inline-block;
  font-size: 47px;
  font-weight: 600;
  background: linear-gradient(90deg, #af1c3a 0%, #df3d55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.customer-testimonials-item > p:nth-of-type(2) > span {
  font-size: 73px;
}

.customer-testimonials-item > p:last-of-type {
  font-size: 32px;
  letter-spacing: 0.12em;
  color: var(--color-red);
}

@media screen and (max-width: 900px) {
  .customer-testimonials-item > p:nth-of-type(2) {
    font-size: 30px;
  }
  .customer-testimonials-item > p:nth-of-type(2) > span {
    font-size: 40px;
  }

  .customer-testimonials-item > p:last-of-type {
    font-size: 24px;
  }
}

.customer-testimonials .annotation {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.location {
  padding: 7% 0 5%;
  background-color: var(--color-red);
}

.location .section-ttl {
  color: var(--color-white);
  margin-bottom: 4.73%;
}

.location > p {
  text-align: center;
  color: var(--color-white);
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.18em;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.location > p > span {
  text-decoration: underline 1px solid #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.location-list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.location-item {
  background-color: var(--color-white);
  padding: 1.9% 1.9% 3.15%;
  width: 23.6%;
  box-shadow: #5413203c 5px 5px 15px;
}

.location-item > img {
  width: 100%;
  margin-bottom: 13.1%;
}

.location-item > p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--color-black);
  letter-spacing: 0.12em;
  margin-bottom: 12.8%;
  text-align: center;
  font-weight: 600;
}

.location-item > p > span {
  color: var(--color-red);
}

.location-item > a {
  font-size: 16px;
  color: var(--color-white);
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 600;
  background-color: var(--color-yellow);
  display: block;
  width: 100%;
  padding: 6.9% 0;
}

.action {
  padding: 7% 0;
}

.action .section-ttl {
  margin-bottom: 4.1%;
}

.action > p {
  text-align: center;
  font-size: 18px;
  line-height: 2.22;
  letter-spacing: 0.2em;
  margin-bottom: 3.4%;
  font-weight: 500;
}

.action > p > span {
  color: var(--color-red);
  font-weight: 600;
}

.action > a {
  width: 98%;
  max-width: 830px;
  margin: 0 auto;
  background-color: var(--color-line);
  display: block;
  text-align: center;
  padding: 2.8% 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: var(--color-white);
}

.access {
  padding-bottom: 0;
}

.access .section-ttl {
  margin-bottom: 3.4%;
}

.access > img {
  display: block;
  width: 100%;
}

footer {
  padding: 5.556% 0;
  background-color: var(--color-red);
}

.footer-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6%;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-logo {
  width: 17.8%;
}

.footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.footer-list {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-size: 14px;
  letter-spacing: 0.14em;
  width: 67.3%;
  gap: 10%;
}

.footer-sns-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 13.2%;
}

.footer-sns-item {
  width: 22.1%;
}

.footer-sns-item a,
.footer-sns-item img {
  display: block;
  width: 100%;
}

.footer-copyright {
  margin-top: 4.8%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 769px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .section-ttl {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }

  header {
    padding: 13px 0;
  }

  header > p {
    font-size: 15px;
    line-height: 1.4;
  }

  header > p > span {
    margin-left: 0;
  }

  .mv-text {
    padding-top: 5%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 5%;
  }

  .mv-text > p {
    font-size: 18px;
    margin-bottom: 3.1%;
  }

  .mv-text > h1 {
    font-size: 30px;
  }

  .mv-person {
    width: 100%;
    position: static;
    padding-bottom: calc(300px - 10%);
  }

  .mv-textbox {
    /* display: none; */
    padding: 2% 4%;
    width: 100%;
    position: absolute;
    top: unset;
    bottom: 0;
  }

  .mv-textbox > h2 {
    font-size: 18px;
  }

  .mv-textbox > p:first-of-type {
    font-size: 12px;
    margin-bottom: 3%;
  }

  .mv-textbox > p.attention {
    font-size: 12px;
    margin-bottom: 2%;
  }

  .mv-textbox > p.attention br {
    display: none;
  }

  .mv-textbox > p:last-of-type {
    font-size: 12px;
    margin-bottom: 2%;
  }

  .mv-textbox > img {
    width: 16%;
    top: -15%;
    right: 3%;
    transform: initial;
  }

  .offer {
    padding-top: 11.3%;
    padding-bottom: 7%;
  }

  .offer .section-ttl {
    margin-bottom: 4.3%;
  }

  .offer-text {
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 14px;
    margin-bottom: 4.5%;
  }

  .offer-text br {
    display: none;
  }

  .offer-list {
    flex-wrap: wrap;
    gap: 6%;
  }

  .offer-item {
    width: 40%;
    font-size: 16px;
    margin-bottom: 6%;
  }

  .about {
    padding: 10% 0;
  }

  .about-logo {
    width: 40%;
    margin: 0px auto 6%;
  }

  .about > h3 {
    font-size: 16px;
    margin-bottom: 4.4%;
    width: 95%;
    margin: 0 auto 4.4%;
  }

  .about > p {
    font-size: 14px;
    width: 92%;
    margin: 0 auto;
  }

  .gift {
    padding: 10% 0;
  }

  .gift-textbox > p.shipporiMain {
    width: auto;
  }

  .gift .section-ttl {
    margin-bottom: 8.1%;
  }

  .gift-textbox {
    width: 95%;
  }

  .gift-textbox > h3 {
    font-size: 18px;
    color: var(--color-red);
    position: relative;
    padding-bottom: 2.9%;
    margin-bottom: 3.7%;
  }

  .gift-textbox > h3::after {
    width: 100%;
  }

  .gift-textbox > p:first-of-type {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-bottom: 3%;
  }

  .gift-textbox > p:last-of-type {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5.8%;
  }

  .gift-textbox > p:last-of-type br {
    display: none;
  }

  .gift-textbox > p.shipporiMain > span:first-of-type {
    font-size: 20px;
    line-height: 2;
  }

  .gift-textbox > p:last-of-type > span:first-of-type {
    font-size: 15px;
  }

  .gift-textbox > p:last-of-type > span:last-of-type {
    font-size: 16px;
    font-weight: bold;
  }

  .gift-textbox > p.shipporiMain > span:last-of-type {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
  }

  .gift-textbox > .gift-item-img {
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    right: initial;
    top: initial;
    transform: initial;
    margin-bottom: 8%;
  }

  .effect-item-img {
    width: 100%;
  }

  .item-feature {
    width: 95%;
  }

  .item-feature > h3 {
    font-size: 18px;
    padding-bottom: 2.6%;
    margin-bottom: 3.6%;
  }

  .item-feature > h3::after {
    width: 100%;
  }

  .item-feature-list {
    flex-direction: column;
    gap: 2%;
    margin-bottom: 5%;
  }

  .item-feature-item {
    width: 100%;
    padding: 5% 1.7% 1.7%;
    margin-bottom: 4%;
  }

  .item-feature-item:before {
    width: 15%;
  }

  .item-feature-item > h4 {
    font-size: 18px;
    padding-bottom: 4%;
    margin-bottom: 4%;
    position: relative;
  }

  .item-feature-item:first-of-type > h4 {
    margin-bottom: 4%;
  }

  .item-feature-item > p {
    font-size: 14px;
    margin-bottom: 4%;
  }

  .item-feature-item:first-of-type > p {
    margin-bottom: 4%;
  }

  .gift-summary {
    font-size: 16px;
    width: 95%;
    padding: 2% 1.6%;
    text-align: center;
  }

  .effect {
    padding: 10% 0;
  }

  .effect .section-ttl {
    margin-bottom: 3.8%;
  }

  .effect-container {
    width: 95%;
  }

  .effect-inner {
    flex-direction: column-reverse;
    width: 95%;
    padding: 5% 0;
  }

  .effect-container:first-of-type .effect-inner {
    margin-bottom: 4.2%;
    flex-direction: column;
  }

  .effect-item-text {
    width: 100%;
  }

  .effect-item-text > h3 {
    font-size: 24px;
    padding-bottom: 4%;
    margin-bottom: 4%;
    position: relative;
  }

  .effect-item-text > p {
    font-size: 14px;
    margin-bottom: 5%;
  }

  .customer-testimonials {
    padding-bottom: 5%;
  }

  .customer-testimonials-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
    width: 95%;
    margin: 0 auto 6.46%;
  }

  .customer-testimonials-item:first-of-type {
    margin: 0 26%;
  }

  .customer-testimonials-item {
    width: 48%;
  }

  .customer-testimonials-item > p:first-of-type {
    font-size: 12px;
  }

  .customer-testimonials-item > p:nth-of-type(2) {
    font-size: 25px;
  }

  .customer-testimonials-item > p:nth-of-type(2) > span {
    font-size: 40px;
  }

  .customer-testimonials-item > p:last-of-type {
    font-size: 25px;
  }

  .customer-testimonials .annotation {
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }

  .location {
    padding: 10% 0;
  }

  .location .section-ttl {
    margin-bottom: 5%;
  }

  .location > p {
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1.8;
    margin-bottom: 5%;
  }

  .location-list {
    flex-wrap: wrap;
    width: 95%;
  }

  .location-item {
    padding: 1.9%;
    width: 48%;
    margin-bottom: 4%;
  }

  .location-item > img {
    width: 100%;
    margin-bottom: 6%;
  }

  .location-item > p {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 6%;
  }

  .location-item > a {
    font-size: 13px;
    letter-spacing: 0;
    padding: 6.9% 0;
  }

  .mv-textbox > p .lineButton {
    font-size: 16px;
    line-height: 1.6;
    padding: 2% 0;
    position: relative;
    font-weight: bold;
  }

  .mv-textbox > p .lineButton::after {
    content: "＞";
    position: absolute;
    right: 1.5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .action {
    padding: 10% 0;
  }

  .action .section-ttl {
    margin-bottom: 5%;
  }

  .action > p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5%;
  }

  .action > a {
    position: relative;
    width: 95%;
    padding: 2.8% 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--color-white);
    line-height: 1.6; 
  }

  .action > a::after {
    content: "＞";
    position: absolute;
    right: 1.5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .access {
    padding-bottom: 10%;
  }

  .access .section-ttl {
    margin-bottom: 5%;
  }

  footer {
    padding: 10% 0;
    background-color: var(--color-red);
  }

  .footer-container {
    flex-direction: column;
    gap: 6%;
    width: 95%;
  }

  .footer-logo {
    width: 40%;
    margin-bottom: 5%;
  }

  .footer-nav {
    flex-direction: column;
    width: 100%;
  }

  .footer-list {
    font-size: 14px;
    letter-spacing: 0.14em;
    width: 100%;
    justify-content: center;
    gap: 10%;
    margin-bottom: 5%;
  }

  .footer-sns-list {
    width: 30%;
  }

  .footer-copyright {
    margin-top: 5%;
    font-size: 9px;
    text-align: center;
  }
}
