@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-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;
}

html {
  scroll-behavior: smooth;
}

section span.br {
  display: none;
}
section .pc-only {
  display: block;
}
section .sp-only {
  display: none;
}
section.our-journey-section {
  background-color: #F5E8DF;
  padding: 70px 10px 42px 10px;
}
section.our-journey-section .title-wrapper {
  margin-top: 0;
}
section.our-journey-section .our-journey ul li > img {
  width: 100%;
  max-width: 180px;
  margin-top: 20px;
}
section.our-journey-section .our-journey ul li div.our-journey-text-flex {
  display: flex;
  align-items: flex-start;
  margin-left: 72px;
  margin-top: 30px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
section.our-journey-section .our-journey ul li div.our-journey-text-flex div p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
section.our-journey-section .our-journey ul li div.our-journey-text-flex div p:last-child {
  margin-top: 30px;
}
section.our-journey-section .our-journey ul li div.our-journey-text-flex img {
  max-width: 236px;
  height: auto;
}
section.our-journey-section .our-journey ul li div div {
  display: block;
}
section.our-journey-section .our-journey ul li:nth-child(2) div.our-journey-text img.sp-only {
  display: none;
}
section.our-journey-section .our-journey ul li:nth-child(2) div.our-journey-text-flex div p:nth-child(2) {
  margin-top: 30px;
}
section.our-journey-section .our-journey ul li:nth-child(2) div.our-journey-text-flex div p:last-child {
  margin-top: 0;
}
section.our-journey-section .our-journey ul li:nth-child(3) div.our-journey-text {
  align-items: flex-start;
}
section.our-journey-section .our-journey ul li:nth-child(3) div.our-journey-text p:nth-child(3) {
  margin-top: 30px;
}
section.our-journey-section .our-journey ul li:nth-child(3) div.our-journey-text-flex {
  margin-top: 10px;
}
section.our-journey-section .our-journey ul li:nth-child(3) div.our-journey-text-flex div p:nth-child(3) {
  margin-top: 30px;
}
section.our-journey-section .our-journey ul li:nth-child(3) div.our-journey-text-flex div p:last-child {
  margin-top: 30px;
}
section.our-journey-section .our-journey ul li:nth-child(3) div.our-journey-text-flex .flex-images img:nth-child(1) {
  margin-bottom: 18px;
}
section.our-journey-section .our-journey ul li:nth-child(4) div.our-journey-text-flex {
  margin-top: 21px;
}
section.our-journey-section .our-journey ul li:nth-child(4) div.our-journey-text-flex div p:last-child {
  margin-top: 30px;
}
section.recommendation-section {
  background-color: var(--main-color);
}
section.recommendation-section .recommendation-wrapper {
  background-color: #fff;
  max-width: calc(100vw - 100px);
  width: 100%;
  padding: 70px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
section.recommendation-section .recommendation-wrapper > div {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
section.recommendation-section .recommendation-wrapper > div > img {
  border: 2px solid var(--main-color);
  border-radius: 10px;
}
section.recommendation-section div img.sp-only {
  display: none;
  border: 2px solid var(--main-color);
  border-radius: 10px;
}
section.recommendation-section div h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}
section.recommendation-section div p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
section.recommendation-section div p:nth-child(4) {
  margin-bottom: 40px;
}
section.recommendation-section div p:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: var(--main-color);
  margin-top: 40px;
}
section.recommendation-section div p:last-child span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
section.recommendation-section img {
  max-width: 267px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.evidence-section {
  background-color: #F5E8DF;
  padding: 70px 10px;
  box-sizing: border-box;
}
section.evidence-section .title-wrapper {
  margin-top: 0;
}
section.evidence-section .title-wrapper h2 {
  line-height: 30px;
}
section.evidence-section .evidence-caption {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
section.evidence-section .evidence-caption p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
section.movie-section {
  height: auto;
}
section.movie-section .movie-wrapper {
  padding: 70px 30px;
  height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
}
section.movie-section .movie-wrapper .title-wrapper {
  margin-top: 70px;
}
section.movie-section .movie-wrapper .title-wrapper:first-of-type {
  margin-top: 0;
}
section.developer-comment-section {
  background-color: #F5E8DF;
  padding: 70px 10px;
}
section.developer-comment-section .title-wrapper {
  margin-top: 0;
}
section.developer-comment-section .developer-comment-wrapper .developer-comment {
  position: relative;
  background-color: #fff;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 30px;
  max-width: 900px;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  box-sizing: border-box;
}
section.developer-comment-section .developer-comment-wrapper .developer-comment div {
  position: relative;
  margin-top: 15px;
}
section.developer-comment-section .developer-comment-wrapper .developer-comment div h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: 0;
  margin-bottom: 18px;
}
section.developer-comment-section .developer-comment-wrapper .developer-comment div p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2em;
}
section.developer-comment-section .developer-comment-wrapper .developer-comment div p.patent-number {
  position: absolute;
  bottom: 0;
}
section.developer-comment-section .developer-comment-wrapper .developer-comment div p.sp-only {
  display: none;
}
section.developer-comment-section .developer-comment-wrapper .developer-comment:first-child {
  margin-bottom: 30px;
}
section.developer-comment-section .developer-comment-wrapper .developer-comment img {
  max-width: 200px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.developer-comment-section .more-link-button-long-text {
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  section span.br {
    display: block;
  }
  section.our-journey-section {
    padding: 70px 10px;
  }
  section.our-journey-section .our-journey ul li {
    padding: 0 30px 30px 30px;
  }
  section.our-journey-section .our-journey ul li div:first-of-type div.ribbon-text-parts-title p {
    font-size: 20px;
  }
  section.our-journey-section .our-journey ul li div:first-of-type div:nth-of-type(1) p.number {
    left: 47px;
  }
  section.our-journey-section .our-journey ul li div.our-journey-text img {
    max-width: 236px;
    width: 100%;
    margin: 30px auto;
  }
  section.our-journey-section .our-journey ul li div.our-journey-text img.sp-only {
    display: block;
  }
  section.our-journey-section .our-journey ul li div.our-journey-text-flex {
    margin-left: 0;
    margin-top: 0;
  }
  section.our-journey-section .our-journey ul li div.our-journey-text-flex div p {
    max-width: 290px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
  section.our-journey-section .our-journey ul li div.our-journey-text-flex img.pc-only {
    display: none;
  }
  section.our-journey-section .our-journey ul li div.our-journey-text-flex img.sp-only {
    display: block;
    max-width: 236px;
    width: 100%;
    margin: 30px auto;
  }
  section.our-journey-section .our-journey ul li:nth-child(2) div.our-journey-text {
    margin-top: 30px;
  }
  section.our-journey-section .our-journey ul li:nth-child(2) div.our-journey-text img.sp-only {
    display: block;
  }
  section.our-journey-section .our-journey ul li:nth-child(2) div.our-journey-text-flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 30px;
  }
  section.our-journey-section .our-journey ul li:nth-child(2) div.our-journey-text-flex img {
    margin: 30px 0;
  }
  section.our-journey-section .our-journey ul li:nth-child(3) div.our-journey-text-flex {
    margin-top: 0;
  }
  section.our-journey-section .our-journey ul li:nth-child(3) div.our-journey-text-flex div p:nth-child(2) {
    margin-top: 0;
  }
  section.recommendation-section {
    display: flex;
    flex-direction: column-reverse;
  }
  section.recommendation-section .recommendation-wrapper {
    max-width: calc(100vw - 40px);
    padding: 70px 10px;
  }
  section.recommendation-section .recommendation-wrapper div {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
  }
  section.recommendation-section .recommendation-wrapper div img.sp-only {
    display: block;
    max-width: 263px;
    width: 100%;
    height: 328px;
    margin: 0 auto;
    margin-bottom: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.recommendation-section .recommendation-wrapper div h2 {
    text-align: center;
    line-height: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 58px;
  }
  section.recommendation-section .recommendation-wrapper div p:nth-child(4) {
    margin-bottom: 32px;
  }
  section.recommendation-section .recommendation-wrapper div p:last-child {
    line-height: normal;
  }
  section.recommendation-section .recommendation-wrapper div span {
    display: block;
  }
  section.recommendation-section .recommendation-wrapper .pc-only {
    display: none;
  }
  section.recommendation-section div p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
  section.evidence-section {
    padding: 70px 10px;
  }
  section.evidence-section .evidence-caption {
    max-width: 290px;
    width: 100%;
  }
  section.evidence-section .evidence-caption p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
  section.movie-section .title-wrapper p {
    margin-bottom: 8px;
  }
  section.movie-section .movie-wrapper {
    width: 100%;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    padding: 70px 10px;
  }
  section.movie-section .movie-wrapper .movie-content {
    position: relative;
    width: 100%;
    max-width: 290px;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  section.movie-section .movie-wrapper .title-wrapper {
    margin-top: 36px;
  }
  section.movie-section .movie-wrapper .title-wrapper h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
  }
  section.movie-section .movie-wrapper .title-wrapper h2 span.br {
    display: block;
  }
  section.developer-comment-section {
    padding: 70px 10px;
  }
  section.developer-comment-section .title-wrapper {
    margin-top: 0;
  }
  section.developer-comment-section .developer-comment-wrapper .developer-comment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    max-width: 350px;
    width: 100%;
  }
  section.developer-comment-section .developer-comment-wrapper .developer-comment:first-of-type {
    height: 560px;
  }
  section.developer-comment-section .developer-comment-wrapper .developer-comment:nth-of-type(2) {
    height: 454px;
  }
  section.developer-comment-section .developer-comment-wrapper .developer-comment img {
    margin-bottom: 30px;
  }
  section.developer-comment-section .developer-comment-wrapper .developer-comment div {
    display: initial;
  }
  section.developer-comment-section .developer-comment-wrapper .developer-comment div p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
  section.developer-comment-section .developer-comment-wrapper .developer-comment div p.sp-only {
    display: block;
    text-align: right;
    max-width: 290px;
    margin-top: 34px;
  }
  section.developer-comment-section .developer-comment-wrapper .developer-comment div p.pc-only {
    display: none;
  }
  section.developer-comment-section .more-link-button-long-text {
    max-width: 290px;
    width: 100%;
  }
}/*# sourceMappingURL=our-journey.css.map */