@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25em;
  font-weight: 500;
}

:root {
  --main-color: #23734D;
  --sub-color:#C0192B;
  --text-color: #000;
  --title-color: #114D30;
}

.title-wrapper {
  text-align: center;
  color: var(--title-color);
  letter-spacing: 0;
  margin-top: 70px;
  margin-bottom: 36px;
}
.title-wrapper p {
  margin-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.title-wrapper h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.title-wrapper h2, .title-wrapper h3 {
  letter-spacing: 0.3em;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .title-wrapper p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .title-wrapper h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
  }
  .title-wrapper h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.more-link-button-short-text {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: var(--main-color);
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  max-height: 90px;
  height: 100%;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
.more-link-button-short-text .more-link-button-short {
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  height: 100%;
}
.more-link-button-short-text .more-link-button-short p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.more-link-button-short-text .more-link-button-short i {
  font-size: 20px;
}
.more-link-button-short-text .more-link-button-short i.fa-cart-shopping, .more-link-button-short-text .more-link-button-short i.fa-phone {
  font-size: 50px;
}
.more-link-button-short-text.phone-button .more-link-button-short div p {
  line-height: normal;
}
.more-link-button-short-text.phone-button .more-link-button-short div p:first-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.more-link-button-short-text.phone-button .more-link-button-short div p:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.more-link-button-long-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  max-width: 1080px;
  width: 100%;
  max-height: 90px;
  height: 100%;
  margin: 32px auto 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
}
.more-link-button-long-text .more-link-button-long {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.more-link-button-long-text .more-link-button-long p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.more-link-button-long-text .more-link-button-long i {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .more-link-button-short-text,
  .more-link-button-long-text {
    max-width: 290px;
    width: 100%;
    height: 60px;
  }
  .more-link-button-short-text .more-link-button-short, .more-link-button-short-text .more-link-button-long,
  .more-link-button-long-text .more-link-button-short,
  .more-link-button-long-text .more-link-button-long {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .more-link-button-short-text .more-link-button-short p, .more-link-button-short-text .more-link-button-long p,
  .more-link-button-long-text .more-link-button-short p,
  .more-link-button-long-text .more-link-button-long p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .more-link-button-short-text .more-link-button-short i.fa-cart-shopping, .more-link-button-short-text .more-link-button-short i.fa-phone, .more-link-button-short-text .more-link-button-long i.fa-cart-shopping, .more-link-button-short-text .more-link-button-long i.fa-phone,
  .more-link-button-long-text .more-link-button-short i.fa-cart-shopping,
  .more-link-button-long-text .more-link-button-short i.fa-phone,
  .more-link-button-long-text .more-link-button-long i.fa-cart-shopping,
  .more-link-button-long-text .more-link-button-long i.fa-phone {
    font-size: 25px;
  }
  .more-link-button-short-text.phone-button .more-link-button-short div p:first-child, .more-link-button-short-text.phone-button .more-link-button-short div p:nth-child(2),
  .more-link-button-long-text.phone-button .more-link-button-short div p:first-child,
  .more-link-button-long-text.phone-button .more-link-button-short div p:nth-child(2) {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
  .carousel-section .more-link-button-long-text {
    max-width: 350px;
    width: 100%;
    height: 70px;
  }
  .point-images-section .point-images-wrapper .more-link-button-short .more-link-button-short-text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  button.more-link-button-short-text:hover, button.more-link-button-long-text:hover, button.faq-button:hover, button.link-button:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}
.link-button-wrapper {
  max-width: 898px;
  margin: 80px auto 50px auto;
}
.link-button-wrapper > div {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.link-button-wrapper > div:last-child {
  margin-bottom: 0;
}
.link-button-wrapper .link-button {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  max-width: 280px;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
}
.link-button-wrapper .link-button a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .link-button-wrapper {
    margin: 70px auto;
  }
  .link-button-wrapper > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    row-gap: 30px;
  }
  .link-button-wrapper .link-button {
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    max-width: 290px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
  }
  .link-button-wrapper .link-button a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.calm-section {
  overflow: hidden;
  position: relative;
  pointer-events: none;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 0;
}
.calm-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../img/calm-background.png") no-repeat center right/cover;
}
.calm-section .calm-inner .calm-text-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 30%;
  padding-left: 3rem;
  text-wrap: nowrap;
  font-family: "Kiwi Maru", sans-serif;
}
.calm-section .calm-inner .calm-text-wrapper > p span.br {
  display: none;
}
.calm-section .calm-inner .calm-text-wrapper h2 {
  margin-bottom: 42px;
  font-size: 26px;
  font-weight: 500;
}
.calm-section .calm-inner .calm-text-wrapper h2 span {
  font-size: 42px;
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #000 0.08em, rgba(0, 0, 0, 0) 0.06em);
  padding-top: 0.2em;
}
.calm-section .calm-inner .calm-text-wrapper ul {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-color);
  font-weight: 500;
}
.calm-section .calm-inner .calm-text-wrapper ul li {
  margin-bottom: 42px;
}
.calm-section .calm-inner .calm-text-wrapper ul li span.br {
  display: none;
}
.calm-section .calm-inner .calm-text-wrapper ul li span.background-red {
  background-color: var(--sub-color);
  color: #fff;
  padding: 4px 6px;
}
.calm-section .calm-inner .calm-text-wrapper ul li span.background-red.list-no-margin {
  margin: 0;
}
.calm-section .calm-inner .calm-text-wrapper p {
  color: #C0192A;
  font-size: 26px;
  line-height: 2rem;
}
.calm-section .calm-inner .calm-text-wrapper p br {
  display: none;
}
.calm-section .calm-inner .calm-text-wrapper p span {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .calm-section {
    padding: 0;
    width: 100%;
    height: 683px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .calm-section::before {
    background: url("../img/calm-background-SP.png") no-repeat top center/cover;
  }
  .calm-section .calm-inner {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .calm-section .calm-inner .calm-text-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .calm-section .calm-inner .calm-text-wrapper > p span.br {
    display: block;
  }
  .calm-section .calm-inner .calm-text-wrapper h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .calm-section .calm-inner .calm-text-wrapper h2 span {
    font-size: 26px;
  }
  .calm-section .calm-inner .calm-text-wrapper ul {
    line-height: 2.2rem;
  }
  .calm-section .calm-inner .calm-text-wrapper ul li {
    margin-bottom: 30px;
  }
  .calm-section .calm-inner .calm-text-wrapper ul li span.br {
    display: block;
    background: none;
  }
  .calm-section .calm-inner .calm-text-wrapper ul li span.list-no-margin {
    margin: 0;
  }
  .calm-section .calm-inner .calm-text-wrapper p {
    color: #C0192A;
    font-size: 18px;
  }
  .calm-section .calm-inner .calm-text-wrapper p span {
    font-size: 26px;
  }
}
.product-lineup-section {
  padding: 70px 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0px auto;
}
.product-lineup-section .product-lineup-wrapper {
  margin: 0 auto;
  box-sizing: border-box;
}
.product-lineup-section .product-lineup-wrapper .title-wrapper {
  margin-top: 0;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items {
  max-width: 100%;
  width: 340px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  box-sizing: border-box;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 23px;
  box-sizing: border-box;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a img {
  max-width: 290px;
  width: 100%;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: var(--text-color);
  margin-top: 25px;
  margin-bottom: 17px;
  height: 4rem;
  line-height: 33px;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 1;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-items-colors ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-items-colors ul .color-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-items-colors ul .color-circle.colors-violet {
  background-color: #594662;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-items-colors ul .color-circle.colors-gray {
  background-color: #BAC1D4;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-items-colors ul .color-circle.colors-pink {
  background-color: #E7CBCD;
}
.product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-items-colors ul .color-circle.colors-black {
  background-color: #272529;
}
.product-lineup-section .product-lineup-wrapper .message-card-banner {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-lineup-section .product-lineup-wrapper .message-card-banner img {
  width: 100%;
  max-width: 900px;
}
.product-lineup-section .product-lineup-wrapper .message-card-banner img.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .product-lineup-section .product-lineup-wrapper {
    margin: 0 auto;
    max-width: 95vw;
    border-radius: 4px;
  }
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper {
    max-width: 280px;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items:first-of-type, .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items:last-of-type {
    height: auto;
  }
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items:first-of-type a > p, .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items:last-of-type a > p {
    height: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: visible;
  }
  .product-lineup-section .product-lineup-wrapper .message-card-banner img {
    max-width: 350px;
    margin: 0 auto;
  }
  .product-lineup-section .product-lineup-wrapper .message-card-banner img.pc-only {
    display: none;
  }
  .product-lineup-section .product-lineup-wrapper .message-card-banner img.sp-only {
    display: block;
    max-width: 290px;
  }
  .product-lineup-section .product-lineup-wrapper .message-card-banner {
    max-width: 350px;
    display: block;
    margin: 30px auto 0 auto;
  }
  .product-lineup-section .product-lineup-wrapper .message-card-banner img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .product-lineup-section .product-lineup-wrapper .message-card-banner img:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a > p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 769px) and (max-width: 891px) {
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper {
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a > p {
    height: 6rem;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 769px) and (max-width: 867px) {
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-price {
    font-size: 19px;
  }
}
@media (min-width: 769px) and (max-width: 833px) {
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a .product-lineup-price {
    font-size: 17px;
  }
}
@media (min-width: 769px) and (max-width: 1096px) {
  .product-lineup-section .product-lineup-wrapper .product-lineup-items-wrapper .product-lineup-items a > p {
    height: 6rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.product-intro-section {
  background-color: #F5E8DF;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.product-intro-section .product-intro-wrapper .title-wrapper {
  margin-top: 0;
}
.product-intro-section .product-intro-wrapper ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
  list-style: none;
  text-align: center;
}
.product-intro-section .product-intro-wrapper ul li {
  position: relative;
  max-width: 100%;
}
.product-intro-section .product-intro-wrapper ul li .product-intro-text {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
  text-wrap: nowrap;
}
.product-intro-section .product-intro-wrapper ul li img {
  max-width: 280px;
  width: 100%;
}

@media screen and (max-width: 1010px) {
  .product-intro-wrapper ul {
    flex-direction: column;
    max-width: 95vw;
    margin: 0 auto;
  }
  .product-intro-wrapper ul li img {
    max-width: 100%;
  }
  .image-text {
    font-size: 16px;
    max-width: 90%;
  }
}
.point-images-section {
  background-color: #F5E8DF;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0;
}
.point-images-section .point-images-wrapper {
  text-align: center;
}
.point-images-section .point-images-wrapper > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: var(--text-color);
  letter-spacing: 0.3em;
  line-height: 1;
}
.point-images-section .point-images-wrapper > p span.br {
  display: none;
}
.point-images-section .point-images-wrapper > p span {
  color: var(--sub-color);
}
.point-images-section .point-images-wrapper .point-images-grid ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 900px;
  margin: 36px auto 50px;
}
.point-images-section .point-images-wrapper .point-images-grid ul li {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1/1;
}
.point-images-section .point-images-wrapper .point-images-grid ul li:nth-of-type(3) img, .point-images-section .point-images-wrapper .point-images-grid ul li:nth-of-type(3) p:first-child {
  margin-top: 43px;
}
.point-images-section .point-images-wrapper .point-images-grid ul li:nth-of-type(4) img, .point-images-section .point-images-wrapper .point-images-grid ul li:nth-of-type(4) p:first-child {
  margin-top: 39px;
}
.point-images-section .point-images-wrapper .point-images-grid ul li:nth-of-type(5) img, .point-images-section .point-images-wrapper .point-images-grid ul li:nth-of-type(5) p:first-child {
  margin-top: 30px;
}
.point-images-section .point-images-wrapper .point-images-grid ul li:nth-of-type(6) p:first-of-type {
  margin-top: -8px;
}
.point-images-section .point-images-wrapper .point-images-grid ul li img {
  width: 60%;
  margin-top: 15px;
}
.point-images-section .point-images-wrapper .point-images-grid ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: var(--text-color);
  letter-spacing: 0;
}

@media (max-width: 1010px) {
  .point-images-section .point-images-wrapper {
    max-width: 95vw;
    margin: 0 auto;
  }
  .point-images-section .point-images-wrapper > p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 34px;
  }
  .point-images-section .point-images-wrapper > p span.br {
    display: block;
  }
  .point-images-section .point-images-wrapper .point-images-grid ul {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
  }
}
ul.ribbon-text-parts-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
}
ul.ribbon-text-parts-wrapper li {
  display: block;
  position: relative;
  padding: 0 30px 30px 20px;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  border-radius: 10px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
ul.ribbon-text-parts-wrapper li:last-child {
  margin-bottom: 0;
}
ul.ribbon-text-parts-wrapper li div:first-of-type {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
ul.ribbon-text-parts-wrapper li div:first-of-type div:nth-of-type(1) img.ribbon {
  display: inline-block;
  margin: 0;
  z-index: 2;
  max-height: 84px;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
ul.ribbon-text-parts-wrapper li div:first-of-type div:nth-of-type(1) img.ribbon .number {
  padding-left: 0;
}
ul.ribbon-text-parts-wrapper li div:first-of-type div:nth-of-type(1) p {
  text-align: left;
}
ul.ribbon-text-parts-wrapper li div:first-of-type div:nth-of-type(1) p.number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 37px;
  margin: 0;
  color: #fff;
  z-index: 100;
}
ul.ribbon-text-parts-wrapper li div:first-of-type div.ribbon-text-parts-title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
ul.ribbon-text-parts-wrapper li div:first-of-type div {
  display: block;
}
ul.ribbon-text-parts-wrapper li div.ribbon-text-parts-text {
  display: block;
  margin-left: 72px;
}
ul.ribbon-text-parts-wrapper li div.ribbon-text-parts-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  ul.ribbon-text-parts-wrapper li {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 20px 30px 20px;
  }
  ul.ribbon-text-parts-wrapper li div .ribbon-text-parts-title p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
  ul.ribbon-text-parts-wrapper li div.ribbon-text-parts-text {
    margin-left: 0;
  }
  ul.ribbon-text-parts-wrapper li div.ribbon-text-parts-text p {
    max-width: 290px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
}
.image-caption-block-wrapper {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 810px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.image-caption-block-wrapper .image-caption-block {
  text-align: center;
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
}
.image-caption-block-wrapper .image-caption-block img {
  max-width: 390px;
  width: 100%;
  height: auto;
  display: block;
}
.image-caption-block-wrapper .image-caption-block .image-caption-block-text {
  padding: 14px 0;
  font-size: 14px;
  line-height: 1.4;
}
.image-caption-block-wrapper .image-caption-block .image-caption-block-text p {
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.image-caption-block-wrapper .image-caption-block .image-caption-block-text p:first-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.image-caption-block-wrapper .image-caption-block .image-caption-block-text p:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.image-caption-block-wrapper .image-caption-block:nth-child(1) .image-caption-block-text {
  background-color: #fff;
  color: var(--main-color);
}
.image-caption-block-wrapper .image-caption-block:nth-child(2) .image-caption-block-text {
  background-color: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .image-caption-block-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .image-caption-block-wrapper .image-caption-block {
    max-width: 290px;
    width: 100%;
  }
  .image-caption-block-wrapper .image-caption-block .image-caption-block-text {
    padding: 11px 0;
  }
  .image-caption-block-wrapper .image-caption-block .image-caption-block-text p:first-child {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
  .image-caption-block-wrapper .image-caption-block .image-caption-block-text p:last-child {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
}
.movie-section {
  background-color: var(--main-color);
}
.movie-section .title-wrapper {
  margin-top: 0;
}
.movie-section .movie-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: calc(100vw - 100px);
  height: 100%;
  max-height: 744px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 30px 0 30px;
  box-sizing: border-box;
}
.movie-section .movie-wrapper .movie-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.movie-section .movie-wrapper .movie-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

.top-banner {
  height: 270px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.top-banner .top-banner-wrapper {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 1;
  text-wrap: nowrap;
}
.top-banner .top-banner-wrapper .title-wrapper {
  margin: 0;
}
.top-banner .top-banner-wrapper .title-wrapper h1 {
  line-height: 30px;
}

.compare-box {
  margin: 30px auto 0 auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #E4EFEA;
  border-radius: 10px;
}

.compare-box .compare-box-title, .reasons-grid-compare-flex .compare-box-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  text-align: center;
}
.compare-box .compare-box-title span.br, .reasons-grid-compare-flex .compare-box-title span.br {
  display: none;
}
.compare-box .compare-box-title span.br, .reasons-grid-compare-flex .compare-box-title span.br {
  display: none;
}
.compare-box .compare-box-content-wrap, .reasons-grid-compare-flex .compare-box-content-wrap {
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}
.compare-box .compare-box-content-wrap.reasons-grid-compare-flex-wrap, .reasons-grid-compare-flex .compare-box-content-wrap.reasons-grid-compare-flex-wrap {
  padding: 0;
  margin-top: 30px;
}
.compare-box .compare-box-content-wrap .compare-box-content, .reasons-grid-compare-flex .compare-box-content-wrap .compare-box-content {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  max-width: 370px;
  width: 100%;
}
.compare-box .compare-box-content-wrap .compare-box-content img, .reasons-grid-compare-flex .compare-box-content-wrap .compare-box-content img {
  display: block;
  width: 100%;
  height: auto;
}
.compare-box .compare-box-content-wrap .compare-box-content .compare-box-content-caption, .reasons-grid-compare-flex .compare-box-content-wrap .compare-box-content .compare-box-content-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  height: 77px;
  width: 100%;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background-color: var(--main-color);
}
.compare-box .compare-box-content-wrap .compare-box-content .compare-box-content-caption p, .reasons-grid-compare-flex .compare-box-content-wrap .compare-box-content .compare-box-content-caption p {
  font-weight: normal;
}

.reasons-grid-compare-flex .compare-box-content-wrap .compare-box-content {
  max-width: 285px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .reasons-grid-compare-flex .compare-box-content-wrap {
    flex-direction: column;
  }
  .reasons-grid-compare-flex .compare-box-content-wrap .compare-box-content-wrap {
    padding: 0;
  }
  .reasons-grid-compare-flex .compare-box-content-wrap .compare-box-content-wrap .compare-box-content img {
    max-width: 285px;
    width: 100%;
  }
  .compare-box span.br {
    display: block;
  }
  .compare-box .compare-box-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
  }
  .compare-box .compare-box-title span.br {
    display: block;
  }
  .compare-box .compare-box-content-wrap {
    flex-direction: column;
  }
  .compare-box .compare-box-content-wrap .compare-box-content {
    max-width: 230px;
    width: 100%;
  }
}
header {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  height: 100px;
  box-sizing: border-box;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 50px;
  padding-right: 15px;
  font-weight: normal;
}
header > div {
  display: flex;
}
header > div > div .logo img {
  width: 100%;
  max-width: 188px;
}
header > div .menu-button-wrapper {
  display: none;
}
header nav ul.menu {
  display: flex;
  height: 100%;
  align-items: center;
}
header nav ul.menu.sp-only {
  display: none;
}
header nav ul.menu li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  list-style: none;
  letter-spacing: 0;
  color: var(--text-color);
  cursor: pointer;
  padding: 0 13px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  box-sizing: border-box;
}
header nav ul.menu li a {
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  align-items: center;
  height: 100%;
}
header nav ul.menu li:hover {
  background-color: #23734D;
  color: #fff;
}
header nav ul.menu li:hover a {
  color: #fff;
}
header nav ul.menu .about-product {
  position: relative;
  display: flex;
  align-items: center;
}
header nav ul.menu .about-product span {
  display: block;
  color: var(--text-color);
}
header nav ul.menu .about-product:hover {
  background-color: #23734D;
}
header nav ul.menu .about-product:hover span {
  color: #fff;
}
header nav ul.menu .about-product:hover .sub-menu {
  display: block;
}
header nav ul.menu .about-product .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #7A7A7A;
  z-index: 10;
  min-width: 216px;
}
header nav ul.menu .about-product .sub-menu li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
  padding: 0;
  color: var(--text-color);
  border-top: 1px solid #7A7A7A;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
header nav ul.menu .about-product .sub-menu li:first-child {
  border: none;
}
header nav ul.menu .about-product .sub-menu li a {
  color: var(--text-color);
  width: 100%;
  padding: 25px 0;
  display: block;
}
header nav ul.menu .about-product .sub-menu li:hover {
  background-color: #23734D;
}
header nav ul.menu .about-product .sub-menu li:hover a {
  color: #fff;
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    padding: 0;
    z-index: 300;
  }
  header > div {
    width: 100%;
    justify-content: space-between;
    padding: 10px 17px 10px 20px;
    box-sizing: border-box;
  }
  header > div .menu-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
  }
  header > div .menu-button-wrapper .menu-label {
    font-size: 12px;
    color: #23734D;
    margin-top: 4px;
  }
  header > div .menu-button-wrapper .menu-label.menu-close {
    display: none;
  }
  header > div .menu-button-wrapper .menu-button-container {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 34px;
    height: 34px;
    position: relative;
  }
  header > div .menu-button-wrapper .menu-button-container .menu-button {
    width: 34px;
    height: 4px;
    background-color: #23734D;
    position: absolute;
    top: 15px;
    left: 0;
    transition: all 0.3s ease;
  }
  header > div .menu-button-wrapper .menu-button-container .menu-button::before, header > div .menu-button-wrapper .menu-button-container .menu-button::after {
    content: "";
    width: 34px;
    height: 4px;
    background-color: #23734D;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  header > div .menu-button-wrapper .menu-button-container .menu-button::before {
    top: -10px;
  }
  header > div .menu-button-wrapper .menu-button-container .menu-button::after {
    top: 10px;
  }
  header > div .menu-button-wrapper .menu-button-container.active .menu-button {
    background-color: transparent;
  }
  header > div .menu-button-wrapper .menu-button-container.active .menu-button::before {
    transform: rotate(45deg);
    top: 0;
  }
  header > div .menu-button-wrapper .menu-button-container.active .menu-button::after {
    transform: rotate(-45deg);
    top: 0;
  }
  header nav {
    width: 100%;
  }
  header nav ul.menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 999;
  }
  header nav ul.menu.pc-only {
    display: none;
  }
  header nav ul.menu.sp-only {
    display: block;
  }
  header nav ul.menu.sp-only.open {
    display: flex;
    top: 80px;
    height: calc(100vh - 80px);
    transform: scaleY(1);
    opacity: 1;
    z-index: 99999;
  }
  header nav ul.menu.sp-only li {
    width: 100%;
    height: 50px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--text-color);
    max-width: 95vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 20px;
  }
  header nav ul.menu.sp-only li a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--text-color);
  }
  header nav ul.menu.sp-only li:hover {
    background-color: #fff;
    color: var(--text-color);
  }
  header nav ul.menu.sp-only li:hover a {
    color: var(--text-color);
  }
  header nav ul.menu.sp-only li.about-product {
    max-height: 80px;
  }
  header nav ul.menu.sp-only li.about-product span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: var(--text-color);
    max-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 20px;
  }
  header nav ul.menu.sp-only li.menu-border {
    border-top: 1px solid #ACACAC;
    max-height: 80px;
  }
  header nav ul.menu.sp-only li.menu-border a {
    max-height: 80px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 20px;
  }
  header nav ul.menu.sp-only .about-product .sub-menu {
    display: block;
    position: relative;
    border: none;
    width: 100%;
  }
  header nav ul.menu.sp-only .about-product .sub-menu li {
    border: none;
    padding: 0;
    background: none;
    text-align: left;
  }
}
.text-margin-top {
  margin-top: 1.5rem;
}

hr {
  display: none;
}

#footer {
  display: none;
}

footer {
  background: #fff;
  color: var(--text-color);
  text-align: center;
  padding: 0 10px 120px 10px;
}
footer .footer-wrapper .title-wrapper {
  margin-top: 70px;
  margin-bottom: 41px;
}
footer .footer-wrapper .footer-store-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
footer .footer-wrapper .footer-store-wrapper > p {
  margin-bottom: 33px;
  letter-spacing: 0;
  font-weight: normal;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store {
  max-width: 900px;
  text-align: left;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list {
  margin: 0 auto;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store {
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #ACACAC;
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 900px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div {
  max-width: 500px;
  margin: 0 auto;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store:first-child {
  border-top: 1px solid #ACACAC;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-name {
  margin: 0 auto 28px 0;
  font-weight: bold;
  font-size: 20px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-name a {
  max-width: 100%;
  color: var(--text-color);
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 0;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info {
  margin: 0;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info a {
  color: var(--text-color);
  text-decoration: none;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info .tel-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info .tel-wrapper p a {
  border-bottom: 1px solid;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info .tel-wrapper p i {
  margin-right: 4px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info table {
  color: var(--text-color);
  margin-bottom: 6px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info table th {
  font-size: 20px;
  text-align: left;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info table td.small-text {
  font-size: 11px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info,
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes {
  letter-spacing: 0;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info p,
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes p {
  text-align: left;
  font-weight: normal;
  margin-bottom: 2px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info p:last-child,
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes p:last-child {
  margin-bottom: 0;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info {
  width: 75%;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info .business-hours-wrapper .business-hours-title {
  color: var(--text-color);
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 4px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info .business-hours-wrapper .business-hours div {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-info .business-hours-wrapper .business-hours div :nth-child(2) {
  margin-left: 4.3em;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes {
  margin: 0;
  width: 25%;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes .store-sizes-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  color: var(--text-color);
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes .store-sizes-info div {
  margin-top: 5px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes .store-sizes-info div p {
  margin-bottom: 3px;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes .store-sizes-info div ul {
  display: flex;
  list-style: none;
  text-align: center;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes .store-sizes-info div ul li {
  font-size: 14px;
  padding: 2px 2px;
  text-align: center;
  width: 42px;
  height: 24px;
  color: #fff;
  background-color: #7A7A7A;
  border-radius: 12px;
  margin-right: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-content .store-sizes .store-sizes-info div ul li:last-child {
  margin-right: 0;
}
footer .footer-wrapper .footer-menu-wrapper {
  -moz-column-gap: 45px;
       column-gap: 45px;
  text-align: left;
  max-width: 795px;
  margin: 0 auto 32px;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap {
  max-width: 541px;
  margin: 0 auto;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content {
  display: flex;
  gap: 105px;
  justify-content: center;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .list-products {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .list-products p {
  margin-bottom: 22px;
  padding: 0;
  list-style: none;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 20px;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .list-products ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .list-products ul li {
  margin-left: 1rem;
  margin-bottom: 21px;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .list-products ul li:last-child {
  margin-bottom: 0;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .list-products ul li a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .other-links {
  padding: 0;
  list-style: none;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .other-links li {
  margin-bottom: 21px;
}
footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .other-links li a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: normal;
  list-style: none;
  white-space: nowrap;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 20px;
}
footer .footer-wrapper .footer-menu-wrapper .sns-wrapper {
  margin-top: 40px;
}
footer .footer-wrapper .footer-menu-wrapper .sns-wrapper .sns-icons {
  text-align: center;
}
footer .footer-wrapper .footer-menu-wrapper .sns-wrapper .sns-icons a {
  text-decoration: none;
  margin-right: 24px;
}
footer .footer-wrapper .footer-menu-wrapper .sns-wrapper .sns-icons a:last-child {
  margin-right: 0;
}
footer .footer-wrapper .footer-menu-wrapper .sns-wrapper .sns-icons a img {
  max-width: 56px;
  width: 100%;
}
footer .footer-wrapper small {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 940px) and (min-width: 769px) {
  footer .footer-wraper .footer-menu-wrapper .sns-wrapper .sns-icons {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  footer {
    margin: 0 auto;
    max-width: 95vw;
  }
  footer .footer-wrapper h3 {
    margin-bottom: 30px;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list {
    row-gap: 20px;
    margin-bottom: 20px;
    display: block;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store .store-name {
    margin: 0 auto 28px auto;
    line-height: 28px;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div {
    max-width: 290px;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div .store-content {
    max-width: 290px;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div .store-content .store-info {
    width: 100%;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div .store-content .store-info p {
    text-wrap: wrap;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div .store-content .store-info .tel-wrapper, footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div .store-content .store-info .business-hours-wrapper {
    margin-bottom: 28px;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div .store-content .store-sizes {
    margin: 0;
    width: 100%;
  }
  footer .footer-wrapper .footer-store-wrapper .fitting-store .store-list .store div .store-content .store-sizes .store-sizes-info div ul li {
    padding: 2px 10px;
    width: auto;
  }
  footer .footer-wrapper .footer-menu-wrapper {
    display: block;
    margin-bottom: 50px;
  }
  footer .footer-wrapper .footer-menu-wrapper .sitemap {
    border: none;
  }
  footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content {
    display: block;
    max-width: 290px;
    margin: 0 auto 30px auto;
    text-align: left;
  }
  footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content li {
    margin-bottom: 10px;
  }
  footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .list-products ul {
    margin-bottom: 30px;
  }
  footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .list-products, footer .footer-wrapper .footer-menu-wrapper .sitemap .sitemap-content .other-links {
    margin-right: 0;
    margin-left: 0;
  }
  footer .footer-wrapper .footer-menu-wrapper .sns-wrapper {
    max-width: 350px;
    margin: 40px auto 0 auto;
  }
  footer .footer-wrapper .footer-menu-wrapper .sns-wrapper .sns-icons {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  footer .footer-wrapper .footer-menu-wrapper .sns-wrapper .sns-icons a {
    margin-right: 0;
    display: flex;
  }
  footer .footer-wrapper .footer-menu-wrapper .sns-wrapper .sns-icons a:last-child {
    margin-right: 0;
  }
  footer .footer-wrapper .footer-menu-wrapper .sns-wrapper .sns-icons a img {
    max-width: 51px;
    width: 100%;
  }
  .store-content {
    flex-direction: column;
  }
}
.notfound-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.notfound-page .title-wrapper {
  color: #000;
}
.notfound-page .caption {
  text-align: center;
}

.post-main .post-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: normal;
}
.post-main .post-wrapper h1.post-title, .post-main .post-wrapper .wp-block-heading {
  color: var(--title-color);
  letter-spacing: 0.1em;
}
.post-main .post-wrapper h1.post-title {
  margin-top: 70px;
  line-height: 1.8;
  letter-spacing: -0.1;
}
.post-main .post-wrapper h1.post-title, .post-main .post-wrapper h1.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.post-main .post-wrapper h2.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 24px 0px;
}
.post-main .post-wrapper h3.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.post-main .post-wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper h1.wp-block-heading, .post-main .post-wrapper h2.wp-block-heading, .post-main .post-wrapper h3.wp-block-heading, .post-main .post-wrapper p,
  .post-main .post-wrapper blockquote.wp-block-quote, .post-main .post-wrapper ul.wp-block-list, .post-main .post-wrapper ul.wp-block-list,
  .post-main .post-wrapper div.wp-block-buttons {
    width: 90%;
    max-width: 290px;
    margin: 0 auto;
  }
  .post-main .post-wrapper h1.post-title, .post-main .post-wrapper h1.wp-block-heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: bold;
  }
  .post-main .post-wrapper h1.post-title {
    margin-top: 30px;
    line-height: 1.5;
    letter-spacing: -1.9;
  }
  .post-main .post-wrapper h2.wp-block-heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .post-main .post-wrapper h3.wp-block-heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .post-main .post-wrapper p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
}
.post-main .post-wrapper .post-date {
  width: auto;
  padding-bottom: 24px;
  font-size: 16px;
  letter-spacing: 1;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .post-date {
    padding-bottom: 0px;
    margin: 30px 0;
  }
}
.post-main .post-wrapper .post-category {
  width: 110px;
  font-size: 18px;
  letter-spacing: 1;
}
.post-main .post-wrapper .post-category a {
  width: 100%;
  background-color: var(--main-color);
  text-decoration: none;
  color: #fff;
  padding: 8px 4px;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .post-category {
    margin: 0;
    margin-bottom: 30px;
  }
}
.post-main .post-wrapper .marker {
  background: linear-gradient(transparent 60%, #DCCBAD 70%);
  padding: 0 2px;
  display: inline;
}
.post-main .post-wrapper .wp-block-post-featured-image {
  margin: 40px 0px;
}
.post-main .post-wrapper .wp-block-post-featured-image img {
  width: 100%;
  max-width: 900px;
  margin-bottom: 16px;
}
.post-main .post-wrapper .wp-block-image img {
  margin: 30px 0;
}
.post-main .post-wrapper blockquote {
  position: relative;
  padding-left: 20px;
  margin: 10px 0px;
  margin-left: 10px;
  line-height: 1.7;
}
.post-main .post-wrapper blockquote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -7px;
  width: 5px;
  height: 100%;
  border-radius: 5px;
  background-color: #ACACAC;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper blockquote.wp-block-quote {
    padding-left: 0;
    margin-top: 20px;
  }
}
.post-main .post-wrapper .wp-block-list {
  margin: 10px 0px;
  margin-left: 30px;
}
.post-main .post-wrapper .wp-block-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.post-main .post-wrapper .wp-block-list li::marker {
  color: var(--main-color);
}
.post-main .post-wrapper ol.wp-block-list {
  margin-left: 24px;
}
.post-main .post-wrapper ol.wp-block-list li {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper ul.wp-block-list, .post-main .post-wrapper ol.wp-block-list {
    margin: 10px 0;
    margin-left: 55px;
  }
}
.post-main .post-wrapper .is-style-cta-button a.wp-block-button__link {
  width: 100%;
  background-color: var(--main-color);
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px 0px;
  letter-spacing: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.post-main .post-wrapper .is-style-cta-button a.wp-block-button__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .is-style-cta-button a.wp-block-button__link {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
}
.post-main .post-wrapper .is-style-note-text {
  background-color: #E4EFEA;
  padding: 16px;
  border-radius: 10px;
  margin: 10px 0px;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .is-style-note-text {
    margin: 0 auto;
  }
}
.post-main .post-wrapper .wp-block-table {
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
}
.post-main .post-wrapper .wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 2px solid var(--main-color);
  border-radius: 8px;
  overflow: hidden;
}
.post-main .post-wrapper .wp-block-table table th, .post-main .post-wrapper .wp-block-table table td {
  border: none;
  border-right: 2px solid var(--main-color);
}
.post-main .post-wrapper .wp-block-table table td {
  border-bottom: 2px solid var(--main-color);
  padding: 14px 25px;
}
.post-main .post-wrapper .wp-block-table table tbody tr:last-child td {
  border-bottom: none;
}
.post-main .post-wrapper .wp-block-table table tbody tr td:last-child,
.post-main .post-wrapper .wp-block-table table thead tr th:last-child {
  border-right: none;
}
.post-main .post-wrapper .wp-block-table table thead {
  color: var(--main-color);
  background-color: #E4EFEA;
}
.post-main .post-wrapper .wp-block-table table thead th {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .wp-block-table {
    overflow: auto;
    margin-left: 10px;
  }
  .post-main .post-wrapper .wp-block-table::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .post-main .post-wrapper .wp-block-table::-webkit-scrollbar-track {
    background: #F5E8DF; /* スクロールバーの背景色 */
  }
  .post-main .post-wrapper .wp-block-table::-webkit-scrollbar-thumb {
    background: var(--main-color);
  }
  .post-main .post-wrapper .wp-block-table::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  }
  .post-main .post-wrapper .wp-block-table table {
    min-width: 900px;
  }
}
.post-main .post-wrapper .size-full img {
  margin-top: 20px;
}
.post-main .post-wrapper .section-divider {
  width: 100%;
  max-width: 900px;
  display: block;
  border-bottom: 1px solid #ACACAC;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .section-divider {
    max-width: 290px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.post-main .post-wrapper .share-section .share-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.post-main .post-wrapper .share-section .share-buttons .x-post-button, .post-main .post-wrapper .share-section .share-buttons .fb-share-button, .post-main .post-wrapper .share-section .share-buttons .rss-link-button {
  width: 90px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease;
}
.post-main .post-wrapper .share-section .share-buttons .x-post .x-post-button {
  background-color: #000;
}
.post-main .post-wrapper .share-section .share-buttons .x-post .x-post-button:hover {
  background-color: #333;
}
.post-main .post-wrapper .share-section .share-buttons .x-post .x-post-button img {
  width: 15px;
  height: 15px;
  display: inline-block;
}
.post-main .post-wrapper .share-section .share-buttons .x-post .x-post-button span {
  font-size: 10px;
  color: #fff;
  line-height: 35px;
}
.post-main .post-wrapper .share-section .share-buttons .fb-share {
  padding-top: 3px;
}
.post-main .post-wrapper .share-section .share-buttons .rss .rss-link-button {
  background-color: #f7941d;
}
.post-main .post-wrapper .share-section .share-buttons .rss .rss-link-button:hover {
  background-color: #e67e00;
}
.post-main .post-wrapper .share-section .share-buttons .rss .rss-link-button img {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.post-main .post-wrapper .share-section .share-buttons .rss .rss-link-button span {
  font-size: 14px;
  color: #fff;
}
.post-main .post-wrapper .share-section .share-buttons .hatena-share {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .share-section {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
  .post-main .post-wrapper .share-section p {
    margin-left: 0;
  }
  .post-main .post-wrapper .share-section .share-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.post-main .post-wrapper .post-navigation-container {
  width: 100%;
  max-width: 900px;
  margin-top: 70px;
}
.post-main .post-wrapper .post-navigation-container .post-navigation {
  display: flex;
  justify-content: center;
  min-height: 3rem;
  align-items: stretch;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a {
  width: 50%;
  max-width: 450px;
  text-decoration: none;
  color: inherit;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post {
  width: 100%;
  height: 100%;
  padding: 15px 5px;
  display: flex;
  align-items: center;
  border: 1px solid #ACACAC;
  box-sizing: border-box;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .arrow,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .arrow {
  width: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #7A7A7A;
  margin: 0;
  text-align: center;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .prev-post-area,
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .next-post-area,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .prev-post-area,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .next-post-area {
  width: calc(100% - 50px);
  padding: 10px 0px;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .prev-post-area .prev-title,
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .prev-post-area .next-title,
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .next-post-area .prev-title,
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .next-post-area .next-title,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .prev-post-area .prev-title,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .prev-post-area .next-title,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .next-post-area .prev-title,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .next-post-area .next-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 2.8em;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .prev-date,
.post-main .post-wrapper .post-navigation-container .post-navigation a .prev-post .next-date,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .prev-date,
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post .next-date {
  font-size: 16px;
  color: #7A7A7A;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a .next-post {
  justify-content: flex-end;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a + a .next-post {
  border-left: none;
}
.post-main .post-wrapper .post-navigation-container .post-navigation a:hover .prev-title,
.post-main .post-wrapper .post-navigation-container .post-navigation a:hover .next-title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .post-navigation-container {
    max-width: 290px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .post-main .post-wrapper .post-navigation-container .post-navigation {
    display: flex;
    flex-direction: column;
  }
  .post-main .post-wrapper .post-navigation-container .post-navigation a {
    width: 100%;
  }
  .post-main .post-wrapper .post-navigation-container .post-navigation a + a .next-post {
    border-top: none;
    border-left: 1px solid #ACACAC;
  }
}
.post-main .post-wrapper .comments-area {
  margin-top: 30px;
  margin-bottom: 70px;
  background: #fff;
}
.post-main .post-wrapper .comments-area .comments-title, .post-main .post-wrapper .comments-area .comment-author {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.post-main .post-wrapper .comments-area .comments-title {
  margin-bottom: 10px;
}
.post-main .post-wrapper .comments-area .comment {
  border: 1px solid #ACACAC;
  padding: 16px;
  background: #fff;
  margin-bottom: 12px;
}
.post-main .post-wrapper .comments-area .comment .comment-author, .post-main .post-wrapper .comments-area .comment .comment-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}
.post-main .post-wrapper .comments-area .comment .comment-author {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper .comments-area {
    width: 95%;
    max-width: 290px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .post-main .post-wrapper .comments-area .comment {
    padding: 14px 4px;
  }
}
@media screen and (max-width: 768px) {
  .post-main .post-wrapper {
    width: 95%;
    max-width: 340px;
  }
}
.post-main .custom-comment-form-wrapper {
  width: 100%;
  padding: 70px 0px;
  background-color: #F5E8DF;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area .custom-comment-form {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 0;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area .custom-comment-form .form-group {
  width: 90%;
  max-width: 790px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area .custom-comment-form .form-group label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area .custom-comment-form .form-group .form-control {
  width: 100%;
  height: 30px;
  border: 1px solid #ACACAC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area .custom-comment-form .form-group textarea.form-control {
  height: 150px;
  padding: 3px;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area .custom-comment-form .form-button {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area .custom-comment-form .form-button .submit-button {
  width: 540px;
  background-color: var(--main-color);
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2.5;
}
.post-main .custom-comment-form-wrapper .custom-comment-form-area .custom-comment-form .form-button .submit-button:hover {
  opacity: 0.5;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .post-main .custom-comment-form-wrapper .custom-comment-form-area {
    max-width: 330px;
  }
}
.post-main .recommend-area {
  margin-top: 60px;
  padding: 0 20px;
}
.post-main .recommend-area .recommend-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 36px;
  color: var(--main-color);
}
@media screen and (max-width: 768px) {
  .post-main .recommend-area .recommend-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
  }
}
.post-main .recommend-area .more-link-button-long {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  max-width: 900px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  margin-top: 32px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
}
.post-main .recommend-area .more-link-button-long .more-link-button-long-text {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0;
}
.post-main .recommend-area .more-link-button-long .more-link-button-long-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.3em;
}
.post-main .recommend-area .more-link-button-long .more-link-button-long-text i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .post-main .recommend-area .more-link-button-long {
    max-width: 290px;
  }
  .post-main .recommend-area .more-link-button-long .more-link-button-long-text {
    box-shadow: none;
  }
  .post-main .recommend-area .more-link-button-long .more-link-button-long-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
}

.breadcrumb {
  font-size: 16px;
  margin-top: 30px;
  color: #000;
  letter-spacing: 1;
}
.breadcrumb .sep {
  padding: 0 0.2em;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb span {
  color: #000;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-blog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-left: 16px;
  }
}

.category-area {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.category-area .title-wrapper h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .category-area .title-wrapper {
    margin-top: 36px;
  }
  .category-area .title-wrapper h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: bold;
  }
  .category-area .title-wrapper h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3;
  }
}
.category-area .pagination {
  margin-top: 70px;
}
.category-area .pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.category-area .pagination ul.page-numbers li .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  text-decoration: none;
  border-radius: 50%;
  font-size: 16px;
}
.category-area .pagination ul.page-numbers li .page-numbers.current {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.category-area .pagination ul.page-numbers li .page-numbers:hover {
  background: var(--main-color);
  color: #fff;
}
.category-area .pagination ul.page-numbers li .page-numbers.dots {
  width: 50px;
  height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  border: none;
  background: transparent;
  color: var(--main-color);
  cursor: default;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .category-area .pagination ul.page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
  }
  .category-area .pagination ul.page-numbers li .page-numbers.dots {
    width: 40px;
    height: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
  }
}

.recommend-area .post-list-placeholder, .category-area .post-list-placeholder {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.recommend-area .post-list-placeholder .post-item, .category-area .post-list-placeholder .post-item {
  width: 280px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.16));
}
.recommend-area .post-list-placeholder .post-item .post-thumbnail img, .category-area .post-list-placeholder .post-item .post-thumbnail img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.recommend-area .post-list-placeholder .post-item .blog-text, .category-area .post-list-placeholder .post-item .blog-text {
  text-align: left;
  padding: 24px;
}
.recommend-area .post-list-placeholder .post-item .blog-text p.blog-meta, .category-area .post-list-placeholder .post-item .blog-text p.blog-meta {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  color: var(--text-color);
  margin-top: 14px;
  letter-spacing: 0;
}
.recommend-area .post-list-placeholder .post-item .blog-text p.blog-title, .category-area .post-list-placeholder .post-item .blog-text p.blog-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-top: 8px;
  color: var(--main-color);
  height: 2.5em;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.recommend-area .post-list-placeholder .post-item .blog-text p.blog-date, .category-area .post-list-placeholder .post-item .blog-text p.blog-date {
  margin-top: 4px;
  font-size: 0.8rem;
}
.recommend-area .post-list-placeholder .post-item .blog-text p.blog-excerpt, .category-area .post-list-placeholder .post-item .blog-text p.blog-excerpt {
  height: 4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.recommend-area .post-list-placeholder .post-item .blog-text .blog-readmore p, .category-area .post-list-placeholder .post-item .blog-text .blog-readmore p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-weight: 500;
  color: var(--main-color);
  display: flex;
  justify-content: right;
  margin-top: 8px;
}
.recommend-area .post-list-placeholder .post-item a, .category-area .post-list-placeholder .post-item a {
  text-decoration: none;
  color: #000;
}
.recommend-area .post-list-placeholder .post-item:hover, .category-area .post-list-placeholder .post-item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .recommend-area .post-list-placeholder, .category-area .post-list-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .recommend-area .post-list-placeholder .post-item, .category-area .post-list-placeholder .post-item {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
}

main div.blog-container section.category-area div.post-list-placeholder {
  flex-wrap: nowrap;
}

.bottom-links-wrapper {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 9999;
  display: flex;
  justify-content: right;
  align-items: center;
}
.bottom-links-wrapper .bottom-links {
  display: flex;
  max-width: 900px;
  min-width: 100%;
  justify-content: right;
  align-items: center;
  gap: 24px;
}
.bottom-links-wrapper .bottom-links .sp-only {
  display: none;
}
.bottom-links-wrapper .bottom-links .bottom-links-item {
  background-color: #C0192A;
  width: 100%;
  max-width: 278px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 6px;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
  border-radius: 50px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item:first-child {
  background-color: #fff;
  border-radius: 7px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item:first-child a {
  color: #C0192A;
}
.bottom-links-wrapper .bottom-links .bottom-links-item:last-child {
  margin: 0;
  width: 100%;
  max-width: 80px;
  aspect-ratio: 1/1;
}
.bottom-links-wrapper .bottom-links .bottom-links-item:last-child img {
  width: 50px;
  height: auto;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.14em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text-wrapper .coupon-title {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .bottom-links-arrow {
  position: relative;
  padding-right: 20px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .bottom-links-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #C0192A;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .bottom-links-arrow-white {
  position: relative;
  padding-right: 40px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .bottom-links-arrow-white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .pc-only {
  text-align: left;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .sp-only {
  display: none;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text i::before {
  font-size: 20px;
}

@media screen and (min-width: 767px) {
  .bottom-links-wrapper .bottom-links .bottom-links-item {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-links-wrapper {
    z-index: 200;
  }
  .firstview-section {
    min-height: calc(100vh + 50px);
  }
  .firstview-section .firstview-section-image-wrapper.pc-only,
  .firstview-section .bottom-links-wrapper .bottom-links.pc-only {
    display: none;
  }
  .firstview-section .firstview-section-image-wrapper {
    display: block;
    padding-top: 10px;
    width: auto;
    align-items: center;
    margin: 0 auto;
  }
  .firstview-section .firstview-section-image-wrapper.sp-only {
    display: block;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left img {
    width: 350px;
    display: block;
    margin: 0 auto;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-top: 40px;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp img {
    width: 100%;
    display: block;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 400px;
    gap: 4px;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle {
    position: absolute;
    width: 35%;
    max-width: 140px;
    min-width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #B52C2C;
    color: #fff;
    text-align: center;
    box-sizing: content-box;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle .firstview-point-circle-dotted .firstview-point-circle-dotted p {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.8;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle:nth-child(1) {
    top: 3%;
    right: 6%;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle:nth-child(2) {
    top: -4%;
    left: 3%;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle:nth-child(3) {
    bottom: 8%;
    left: 0%;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left p.patent-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 8px;
  }
  .bottom-links-wrapper {
    padding-left: 4px;
    padding-right: 4px;
    height: 100px;
  }
  .bottom-links-wrapper .pc-only {
    display: none;
  }
  .bottom-links-wrapper .bottom-links {
    gap: 5px;
  }
  .bottom-links-wrapper .bottom-links.sp-only {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    align-items: center;
    width: 100%;
  }
  .bottom-links-wrapper .bottom-links.sp-only .top-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 780px;
    gap: 10px;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item {
    background-color: #C0192A;
    width: 100%;
    max-width: 78px;
    aspect-ratio: 1/1;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item:first-child {
    background-color: #fff;
    border-radius: 50%;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item:first-child a {
    color: #C0192A;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .sp-only {
    display: block;
    font-size: 14px;
    white-space: nowrap;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text i::before {
    font-size: 40px;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button {
    width: 100%;
    max-width: 780px;
    background-color: #b52c2c;
    padding: 8px 6px;
    border-radius: 10px;
    text-align: center;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a .bottom-links-text-wrapper {
    display: flex;
    flex-direction: initial;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a .bottom-links-text-wrapper .coupon-title {
    margin: 0;
    font-size: 10px;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a .bottom-links-text-wrapper .coupon-title::before, .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a .bottom-links-text-wrapper .coupon-title::after {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .bottom-links-wrapper .bottom-links .bottom-links-item {
    width: 100%;
    max-width: 65px;
    aspect-ratio: 1/1;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item:last-child {
    width: 100%;
    max-width: 65px;
    aspect-ratio: 1/1;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text i::before {
    font-size: 32px;
  }
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  margin-bottom: 70px;
}

.firstview-section {
  background-color: #F5E8DF;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: calc(100vh - 100px);
  padding-top: 10px;
  padding-bottom: 20px;
}
.firstview-section .firstview-section-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
}
.firstview-section .firstview-section-image-wrapper.sp-only {
  display: none;
}
.firstview-section .firstview-section-image-wrapper.pc-only {
  flex-direction: column;
}
.firstview-section .firstview-section-image-wrapper.pc-only .pare-content {
  -moz-column-gap: 45px;
       column-gap: 45px;
  max-width: 891px;
  width: 100%;
}
.firstview-section .firstview-section-image-wrapper.pc-only p.patent-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  right: 8px;
}
.firstview-section .firstview-section-image-wrapper div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-left {
  display: flex;
  flex-direction: column;
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-left img {
  max-width: 368px;
  width: 100%;
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-left.firstview-text {
  max-height: 385px;
  width: auto;
  max-width: 100%;
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-point-circle-wrapper {
  display: flex;
  justify-content: center;
  gap: 4px;
  width: 100%;
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-point-circle-wrapper .firstview-point-circle {
  position: relative;
  background-color: #B52C2C;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 132px;
  aspect-ratio: 1/1;
  box-sizing: content-box;
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-point-circle-wrapper .firstview-point-circle .firstview-point-circle-dotted {
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-point-circle-wrapper .firstview-point-circle .firstview-point-circle-dotted p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-right {
  padding-top: 20px;
  align-items: end;
}
.firstview-section .firstview-section-image-wrapper .firstview-section-image-right img {
  width: 100%;
  max-width: 440px;
}

.bottom-links-wrapper {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 9999;
  display: flex;
  justify-content: right;
  align-items: center;
}
.bottom-links-wrapper .bottom-links {
  display: flex;
  max-width: 900px;
  min-width: 100%;
  justify-content: right;
  align-items: center;
  gap: 24px;
}
.bottom-links-wrapper .bottom-links .sp-only {
  display: none;
}
.bottom-links-wrapper .bottom-links .bottom-links-item {
  background-color: #C0192A;
  width: 100%;
  max-width: 278px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 6px;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
  border-radius: 50px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item:first-child {
  background-color: #fff;
  border-radius: 7px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item:first-child a {
  color: #C0192A;
}
.bottom-links-wrapper .bottom-links .bottom-links-item:last-child {
  margin: 0;
  width: 100%;
  max-width: 80px;
  aspect-ratio: 1/1;
}
.bottom-links-wrapper .bottom-links .bottom-links-item:last-child img {
  width: 50px;
  height: auto;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.14em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text-wrapper .coupon-title {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .bottom-links-arrow {
  position: relative;
  padding-right: 20px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .bottom-links-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #C0192A;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .bottom-links-arrow-white {
  position: relative;
  padding-right: 40px;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .bottom-links-arrow-white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .pc-only {
  text-align: left;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .sp-only {
  display: none;
}
.bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text i::before {
  font-size: 20px;
}

@media screen and (min-width: 767px) {
  .bottom-links-wrapper .bottom-links .bottom-links-item {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-links-wrapper {
    z-index: 200;
  }
  .firstview-section {
    min-height: calc(100vh + 50px);
  }
  .firstview-section .firstview-section-image-wrapper.pc-only,
  .firstview-section .bottom-links-wrapper .bottom-links.pc-only {
    display: none;
  }
  .firstview-section .firstview-section-image-wrapper {
    display: block;
    padding-top: 10px;
    width: auto;
    align-items: center;
    margin: 0 auto;
  }
  .firstview-section .firstview-section-image-wrapper.sp-only {
    display: block;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left img {
    width: 350px;
    display: block;
    margin: 0 auto;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-top: 40px;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp img {
    width: 100%;
    display: block;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 400px;
    gap: 4px;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle {
    position: absolute;
    width: 35%;
    max-width: 140px;
    min-width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #B52C2C;
    color: #fff;
    text-align: center;
    box-sizing: content-box;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle .firstview-point-circle-dotted .firstview-point-circle-dotted p {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.8;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle:nth-child(1) {
    top: 3%;
    right: 6%;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle:nth-child(2) {
    top: -4%;
    left: 3%;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left .firstview-section-image-sp .firstview-point-circle-wrapper .firstview-point-circle:nth-child(3) {
    bottom: 8%;
    left: 0%;
  }
  .firstview-section .firstview-section-image-wrapper .firstview-section-image-left p.patent-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 8px;
  }
  .bottom-links-wrapper {
    padding-left: 4px;
    padding-right: 4px;
    height: 100px;
  }
  .bottom-links-wrapper .pc-only {
    display: none;
  }
  .bottom-links-wrapper .bottom-links {
    gap: 5px;
  }
  .bottom-links-wrapper .bottom-links.sp-only {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    align-items: center;
    width: 100%;
  }
  .bottom-links-wrapper .bottom-links.sp-only .top-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 780px;
    gap: 10px;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item {
    background-color: #C0192A;
    width: 100%;
    max-width: 78px;
    aspect-ratio: 1/1;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item:first-child {
    background-color: #fff;
    border-radius: 50%;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item:first-child a {
    color: #C0192A;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text .sp-only {
    display: block;
    font-size: 14px;
    white-space: nowrap;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text i::before {
    font-size: 40px;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button {
    width: 100%;
    max-width: 780px;
    background-color: #b52c2c;
    padding: 8px 6px;
    border-radius: 10px;
    text-align: center;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a .bottom-links-text-wrapper {
    display: flex;
    flex-direction: initial;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a .bottom-links-text-wrapper .coupon-title {
    margin: 0;
    font-size: 10px;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a .bottom-links-text-wrapper .coupon-title::before, .bottom-links-wrapper .bottom-links .bottom-links-item .coupon-button a .bottom-links-text-wrapper .coupon-title::after {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .bottom-links-wrapper .bottom-links .bottom-links-item {
    width: 100%;
    max-width: 65px;
    aspect-ratio: 1/1;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item:last-child {
    width: 100%;
    max-width: 65px;
    aspect-ratio: 1/1;
  }
  .bottom-links-wrapper .bottom-links .bottom-links-item a .bottom-links-text i::before {
    font-size: 32px;
  }
}
.media-appearances-section {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}
.media-appearances-section .media-appearances-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 34px;
}
.media-appearances-section .media-appearances-image-wrapper img {
  height: 60px;
  max-width: 260px;
  min-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

@media (min-width: 769px) and (max-width: 1010px) {
  .media-appearances-section .media-appearances-image-wrapper div img {
    height: 60px;
    max-width: 180px;
    min-width: 160px;
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .media-appearances-section .media-appearances-image-wrapper {
    row-gap: 0;
  }
  .media-appearances-section .media-appearances-image-wrapper div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.carousel-section {
  margin: 0px auto;
  padding: 70px 20px;
  background-color: #F5E8DF;
  box-sizing: border-box;
}
.carousel-section > div {
  max-width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 10px;
  border-radius: 10px;
}
.carousel-section > div .title-wrapper {
  margin-top: 0;
}
.carousel-section > div .carousel-wrapper {
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: center;
}
.carousel-section > div .carousel-wrapper .prev, .carousel-section > div .carousel-wrapper .next {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.carousel-section > div .carousel-wrapper .prev::before, .carousel-section > div .carousel-wrapper .next::before {
  width: 5px;
  height: 1px;
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-left: 20px solid var(--main-color);
}
.carousel-section > div .carousel-wrapper .prev::before {
  transform: rotate(180deg);
  top: 0;
  transform-origin: left center;
}
.carousel-section > div .carousel-wrapper .next::before {
  top: 0;
  transform-origin: right center;
}
.carousel-section > div .carousel-wrapper button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
}
.carousel-section > div .carousel-wrapper button span {
  color: var(--text-color);
}
.carousel-section > div .carousel-wrapper .carousel {
  position: relative;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
}
.carousel-section > div .carousel-wrapper .carousel .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
  padding: 0 2px;
}
.carousel-section > div .carousel-wrapper .carousel .carousel-track .slide {
  flex: 0 0 calc((100% - 40px) / 3);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  filter: drop-shadow(0px -1px 3px rgba(0, 0, 0, 0.16));
}
.carousel-section > div .carousel-wrapper .carousel .carousel-track .slide a {
  text-decoration: none;
}
.carousel-section > div .carousel-wrapper .carousel .carousel-track .slide a img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.carousel-section > div .carousel-wrapper .carousel .carousel-track .slide a div {
  padding: 20px 25px;
}
.carousel-section > div .carousel-wrapper .carousel .carousel-track .slide a div p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 8px;
  color: #114D30;
  height: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carousel-section > div .carousel-wrapper .carousel .carousel-track .slide a div p:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: var(--text-color);
  margin-top: 35px;
}
.carousel-section > div .carousel-wrapper .carousel .indicators {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  height: 4px;
}
.carousel-section > div .carousel-wrapper .carousel .indicators .line {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  width: 130px;
  height: 2px;
  background: #DCCBAD;
  margin: 0 5px;
  transition: 0.3s;
}
.carousel-section > div .carousel-wrapper .carousel .indicators .line.active {
  background-color: var(--main-color);
  height: 4px;
  transform: translateY(-1px);
}
.carousel-section > div .more-comment {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 1080px;
  height: 70px;
  border-radius: 10px;
  background-color: var(--main-color);
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.carousel-section > div .more-comment p {
  text-align: center;
  text-align: center;
  padding: 23px 0;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.carousel-section > div .more-comment p a {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

@media (max-width: 768px) {
  .carousel-section {
    overflow: hidden;
  }
  .carousel-section .title-wrapper {
    margin-top: 0;
  }
  .carousel-section > div {
    margin: 0 auto;
    padding: 70px 10px;
    max-width: 95vw;
    border-radius: 4px;
  }
  .carousel-section > div .carousel-wrapper {
    max-width: 350px;
    width: 100%;
  }
  .carousel-section > div .carousel-wrapper .carousel .carousel-track .slide {
    flex: 0 0 100%;
    max-width: 290px;
  }
  .carousel-section > div .more-link-button-long {
    max-width: 350px;
  }
}
@media screen and (min-width: 769px) {
  .carousel-section .carousel-wrapper .carousel .carousel-track .slide:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}
.payment-section {
  color: var(--text-color);
}
.payment-section .payment-wrapper {
  max-width: 95vw;
  margin: 0 auto;
}
.payment-section .payment-wrapper .payment-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.payment-section .payment-wrapper .payment-table tr:nth-child(1) td:nth-child(2) img {
  max-width: 251px;
}
.payment-section .payment-wrapper .payment-table tr:nth-child(2) td:nth-child(2) img {
  max-width: 450px;
  width: 100%;
}
.payment-section .payment-wrapper .payment-table tr:nth-child(3) td:nth-child(2) img {
  max-width: 381px;
  width: 100%;
}
.payment-section .payment-wrapper .payment-table td {
  width: 100%;
  max-width: 900px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  border-top: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  color: var(--text-color);
  vertical-align: top;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.payment-section .payment-wrapper .payment-table td span.br {
  display: block;
}
.payment-section .payment-wrapper .payment-table td ul {
  padding-left: 1rem;
  margin-top: 16px;
}
.payment-section .payment-wrapper .payment-table td ul li::marker {
  color: var(--text-color);
  font-size: 10%;
}
.payment-section .payment-wrapper .payment-table tr:last-child td {
  border-bottom: none;
}
.payment-section .payment-wrapper .payment-text {
  text-align: center;
  margin-bottom: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.payment-section .payment-wrapper .payment-text span.br {
  display: none;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-wrapper {
    max-width: 95vw;
    margin: 0 auto;
  }
  .payment-section .payment-wrapper .payment-table {
    max-width: 350px;
  }
  .payment-section .payment-wrapper .payment-table tr {
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
  }
  .payment-section .payment-wrapper .payment-table tr td {
    display: block;
    border: none;
    padding: 0;
    max-width: 95vw;
  }
  .payment-section .payment-wrapper .payment-table tr td:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .payment-section .payment-wrapper .payment-table tr td:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .payment-section .payment-wrapper .payment-table tr td:last-child img {
    max-width: 95vw;
  }
  .payment-section .payment-wrapper .payment-table tr:last-child {
    border-bottom: none;
  }
  .payment-section .payment-wrapper .payment-text {
    line-height: 27px;
  }
  .payment-section .payment-wrapper .payment-text span.br {
    display: block;
  }
}
.calm-grid-section {
  margin-top: 70px;
  margin-bottom: 0;
}
.calm-grid-section .calm-grid-wrapper {
  margin-bottom: 70px;
}
.calm-grid-section .calm-grid-wrapper .sp-only {
  display: none;
}
.calm-grid-section .calm-grid-wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: var(--text-color);
  letter-spacing: 0.3em;
  text-align: center;
}
.calm-grid-section .calm-grid-wrapper p span {
  color: var(--sub-color);
}
.calm-grid-section .calm-grid-wrapper p span.br {
  display: none;
}
.calm-grid-section .calm-grid-wrapper .calm-grid {
  margin-top: 70px;
}
.calm-grid-section .calm-grid-wrapper .calm-grid ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  -moz-column-gap: 53px;
       column-gap: 53px;
  row-gap: 30px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.calm-grid-section .calm-grid-wrapper .calm-grid ul li {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.calm-grid-section .calm-grid-wrapper .calm-grid ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.calm-grid-section .calm-grid-banner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1175px;
  margin: 0 0 0 auto;
}
.calm-grid-section .calm-grid-banner.sp-only {
  display: none;
}
.calm-grid-section .calm-grid-banner img {
  max-width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.calm-grid-section .calm-grid-banner .calm-grid-banner-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  top: 10px;
  left: -10%;
  color: var(--text-color);
  padding: 5px;
  border-radius: 5px;
}
.calm-grid-section .calm-grid-banner .calm-grid-banner-text .calm-grid-banner-text-inner {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-wrap: nowrap;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  margin-left: 30px;
}
.calm-grid-section .calm-grid-banner .calm-grid-banner-text .calm-grid-banner-text-inner p {
  margin-bottom: 37px;
  font-size: 18px;
  letter-spacing: 0.3em;
}
.calm-grid-section .calm-grid-banner .calm-grid-banner-text .calm-grid-banner-text-inner div {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.calm-grid-section .calm-grid-banner .calm-grid-banner-text .calm-grid-banner-text-inner div img {
  max-width: 188px;
}

@media (min-width: 769px) {
  .calm-grid-section .calm-grid-wrapper p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .calm-grid-section .calm-grid-wrapper p span.br {
    display: block;
  }
  .calm-grid-section .calm-grid-wrapper .calm-grid ul {
    display: block;
    padding-bottom: 0;
  }
  .calm-grid-section .calm-grid-wrapper .calm-grid ul li img {
    max-width: 280px;
    width: 100%;
  }
  .calm-grid-section .calm-grid-wrapper p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 34px;
  }
  .calm-grid-section .calm-grid-banner.pc-only {
    display: none;
  }
  .calm-grid-section .calm-grid-banner.sp-only {
    display: block;
  }
  .calm-grid-section .sp-only {
    overflow: hidden;
    position: relative;
    pointer-events: none;
    padding-top: 37px;
    box-sizing: border-box;
    padding-bottom: 70px;
    text-align: center;
    font-family: "Kiwi Maru", sans-serif;
    color: var(--text-color);
    margin-bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
  .calm-grid-section .sp-only::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: url("../img/calm-grid-banner-sp.png") no-repeat center right/cover;
  }
  .calm-grid-section .sp-only ul li {
    position: relative;
    margin-bottom: 40px;
  }
  .calm-grid-section .sp-only ul li img {
    max-width: 250px;
    width: 100%;
  }
  .calm-grid-section .sp-only ul li:nth-child(2) {
    margin-bottom: 60px;
  }
  .calm-grid-section .sp-only ul li:nth-child(3)::before {
    content: "";
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 14px solid #C0192A;
  }
  .calm-grid-section .sp-only .calm-inner {
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
  }
  .calm-grid-section .sp-only .calm-inner .calm-text-wrapper {
    position: relative;
    z-index: 1;
    text-wrap: nowrap;
  }
  .calm-grid-section .sp-only .calm-inner .calm-text-wrapper p {
    color: #C0192A;
    font-size: 26px;
    font-family: "Kiwi Maru", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3em;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 37px;
  }
  .calm-grid-section .sp-only .calm-inner .calm-text-wrapper div {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }
  .calm-grid-section .sp-only .calm-inner .calm-text-wrapper div p {
    margin: 0;
  }
  .calm-grid-section .sp-only .calm-inner .calm-text-wrapper div img {
    max-width: 188px;
  }
}
.reasons-section {
  padding: 70px 10px;
  background-color: #fff;
  border-left: 50px solid var(--main-color);
  border-right: 50px solid var(--main-color);
  margin-bottom: 0;
}
.reasons-section .reasons-wrapper {
  margin: 0 auto;
  text-align: center;
}
.reasons-section .reasons-wrapper .title-wrapper {
  margin-top: 0;
}
.reasons-section .reasons-wrapper .reasons-grid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 758px;
  margin: 0 auto;
  list-style: none;
}
.reasons-section .reasons-wrapper .reasons-grid ul li {
  display: block;
  position: relative;
  padding: 0 30px;
  width: 100%;
  max-width: 364px;
  height: 302px;
  max-height: 302px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  color: var(--text-color);
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
}
.reasons-section .reasons-wrapper .reasons-grid ul li > img {
  width: 100%;
  max-width: 180px;
  margin-top: 20px;
}
.reasons-section .reasons-wrapper .reasons-grid ul li div {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.reasons-section .reasons-wrapper .reasons-grid ul li div img {
  display: inline-block;
  margin: 0;
  z-index: 2;
  max-height: 84px;
  text-align: center;
  font-size: 17px;
  color: white;
}
.reasons-section .reasons-wrapper .reasons-grid ul li div img:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 20px solid var(--main-color);
  border-right: 20px solid var(--main-color);
  border-bottom: 10px solid transparent;
}
.reasons-section .reasons-wrapper .reasons-grid ul li div p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  text-align: left;
  line-height: 1.4em;
}
.reasons-section .reasons-wrapper .reasons-grid ul li div p.number {
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 50px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  z-index: 100;
}
.reasons-section .reasons-wrapper .reasons-grid ul li div div {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}
.reasons-section .reasons-wrapper .reasons-grid ul li:nth-of-type(2) div div:nth-of-type(2) p, .reasons-section .reasons-wrapper .reasons-grid ul li:nth-of-type(3) div div:nth-of-type(2) p, .reasons-section .reasons-wrapper .reasons-grid ul li:nth-of-type(4) div div:nth-of-type(2) p {
  margin-top: -20px;
}

@media (max-width: 768px) {
  .reasons-section {
    border-left: 21px solid var(--main-color);
    border-right: 21px solid var(--main-color);
  }
  .reasons-section .reasons-wrapper .reasons-grid ul {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
  }
  .reasons-section .reasons-wrapper .reasons-grid ul li div {
    align-items: start;
  }
  .reasons-section .reasons-wrapper .reasons-grid ul li div div:nth-of-type(2) p {
    padding-top: 16px;
  }
  .reasons-section .reasons-wrapper .reasons-grid ul li div div:nth-of-type(2) p:nth-child(2) {
    padding-top: 2px;
  }
  .reasons-section .reasons-wrapper .reasons-grid ul li:nth-of-type(2) div div:nth-of-type(2) p, .reasons-section .reasons-wrapper .reasons-grid ul li:nth-of-type(3) div div:nth-of-type(2) p, .reasons-section .reasons-wrapper .reasons-grid ul li:nth-of-type(4) div div:nth-of-type(2) p {
    margin-top: 0;
  }
}
.news-section {
  max-width: 95vw;
  margin: 0 auto 70px auto;
}
.news-section .news-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.news-section .news-wrapper ul {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
}
.news-section .news-wrapper ul li {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #ACACAC;
}
.news-section .news-wrapper ul li:last-child {
  border: none;
  margin-bottom: 30px;
}
.news-section .news-wrapper ul li a {
  color: var(--text-color);
  text-decoration: none;
}
.news-section .news-wrapper ul li a .article {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.news-section .news-wrapper ul li a .article figure img {
  min-width: 255px;
  max-width: 255px;
  width: 100%;
  height: auto;
}
.news-section .news-wrapper ul li a .article .article-info .article-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.news-section .news-wrapper ul li a .article .article-info h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 41px;
  color: var(--text-color);
}
.news-section .news-wrapper ul li a .article .article-info p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .news-section .news-wrapper {
    max-width: 95vw;
  }
  .news-section .news-wrapper ul li a .article {
    display: flex;
    flex-direction: column;
    max-width: 290px;
  }
  .news-section .news-wrapper ul li a .article figure {
    text-align: center;
  }
  .news-section .news-wrapper ul li a .article figure img {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .news-section .news-wrapper ul li:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}
.media-section {
  background-color: #F5E8DF;
  padding: 70px 0;
  margin-bottom: 0;
}
.media-section .media-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
.media-section .media-wrapper .title-wrapper {
  margin: 0;
}
.media-section .media-wrapper .media-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  margin-top: 36px;
}
.media-section .media-wrapper .media-list .media-item {
  background-color: #fff;
  width: 100%;
  max-width: 440px;
  height: 424px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.media-section .media-wrapper .media-list .media-item span.br {
  display: block;
}
.media-section .media-wrapper .media-list .media-item img {
  margin-bottom: 14px;
  max-width: 100%;
}
.media-section .media-wrapper .media-list .media-item time {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 17px;
  text-align: left;
}
.media-section .media-wrapper .media-list .media-item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  display: block;
  width: 100%;
  text-overflow: clip;
  height: 1.2em;
  line-height: 1.2em;
  color: var(--text-color);
  letter-spacing: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-section .media-wrapper .media-list {
    display: flex;
    flex-direction: column;
    place-items: center;
    row-gap: 30px;
  }
  .media-section .media-wrapper .media-list .media-item {
    width: 350px;
    height: 342px;
    max-width: 95vw;
  }
  .media-section .media-wrapper .media-list .media-item span.br {
    display: block;
  }
}/*# sourceMappingURL=top.css.map */