:root {
  --薄グレー: #f8f8f8;
  --水色: #02c6ff;
  --濃青: #0f3291;
  --グレー: #b9b9b9;
  --黒: #010101;
  --赤: #d11b28;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fv-section {
  background-color: var(--薄グレー);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.fv-bn-box {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.fv-bn-link-box {
  aspect-ratio: 2;
  border-radius: 5px;
  flex: none;
  width: 50vw;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fv-ber {
  background-color: #f0f0f0;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 3px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.fv-ber-g {
  background-color: var(--水色);
  width: 10%;
  height: 100%;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-box {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.image-2 {
  width: 90px;
  margin-right: 0;
}

.heading {
  color: #02c6ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-button, .icon {
  display: none;
}

.nav-icon-box {
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
  display: flex;
}

.top-icon-link {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.top-icon-img-box {
  aspect-ratio: 1;
  background-color: #e2f2ff;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-bottom: 5px;
  display: flex;
}

.image-3 {
  width: 50%;
}

.image-3.log {
  width: 43%;
}

.image-3.touroku {
  width: 47%;
  margin-right: -2px;
}

.text-block {
  color: var(--濃青);
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.nav2-box {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10% 20px;
  display: flex;
}

.search-box {
  border: 1px solid #505050;
  border-radius: 5px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.search-box.pc {
  margin-left: auto;
}

.search-box.mob {
  display: none;
}

.text-block-2 {
  color: var(--グレー);
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.4;
}

.image-4 {
  width: 20px;
  margin-left: auto;
}

.menu-lik-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.t-bd {
  background-color: var(--グレー);
  width: 1px;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-2 {
  color: var(--黒);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.lottie-animation, .nav-menu {
  display: none;
}

.b-p-section {
  background-color: var(--薄グレー);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.b-pr-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.h-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-box.yoko {
  margin-right: 220px;
}

.h-box.yoko.news {
  margin-right: 100px;
}

.heading-3 {
  color: var(--黒);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.syouhin-link-box {
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.s-img-box {
  aspect-ratio: 1;
  border: 1px solid var(--グレー);
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.image-6 {
  aspect-ratio: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.heading-4 {
  color: var(--黒);
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.yen-box {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.yen-box.logout {
  display: none;
}

.text-block-5 {
  color: #d11b28;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.text-block-5._2 {
  color: var(--赤);
  margin-left: 3px;
  font-size: 20px;
  font-weight: 500;
}

.link-block-2 {
  background-color: var(--水色);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  aspect-ratio: 1;
  background-color: var(--濃青);
  border-radius: 360px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  position: absolute;
  inset: auto -6% auto auto;
}

.link-block-3.l {
  left: -6%;
  right: auto;
}

.link-block-3.fv {
  background-color: var(--濃青);
  width: 40px;
  position: static;
}

.image-7 {
  width: 8px;
}

.image-7.l {
  transform: rotate(180deg);
}

.pr-scroll-box {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.category-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cg-box {
  width: 80%;
  max-width: 1500px;
  height: auto;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 40px;
}

.cg-item {
  box-shadow: none;
  background-color: #fff;
  border: 1px #212121;
}

.cg-item.top {
  background-color: #f9f9f9;
}

.faq-answer-inner-2 {
  padding: 20px;
  overflow: visible;
}

.faq-answer-2 {
  border-bottom: 1px solid var(--グレー);
  height: auto;
  overflow: hidden;
}

.minus-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 1px;
  position: absolute;
}

.h3-3 {
  color: var(--黒);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-3 {
  color: #231815;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.ctg-w {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.p-m-wrap-3 {
  background-color: var(--濃青);
  border: 1px #2ea7e0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.cg-t-box {
  border-bottom: 1px none var(--グレー);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.plus-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 1px;
  height: 38%;
  position: absolute;
}

.image-8 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 50px;
  margin-right: 20px;
}

.c-link-box {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.c-c-ber {
  background-color: var(--水色);
  width: 10px;
  height: 2px;
  margin-right: 5px;
}

.text-block-6 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.news-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.news-main-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: auto;
  display: flex;
}

.news-main-box._70 {
  width: 70%;
  margin-top: 60px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.news-link-box {
  background-color: #f8f8f8;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: #8a8a8a;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-8 {
  width: auto;
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.image-9 {
  width: 7px;
  position: absolute;
  inset: auto 20px auto auto;
  transform: rotate(90deg);
}

.news-list-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-block-4 {
  background-color: var(--濃青);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.link-block-4.touroku {
  margin-right: auto;
}

.text-block-9 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.text-block-10 {
  background-color: var(--水色);
  color: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.text-block-10.tokka {
  background-color: #fc3636;
  margin-right: 3px;
}

.news-tug-box {
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.text-block-11 {
  color: #fff;
  background-color: #fc3636;
  border-radius: 3px;
  flex: none;
  margin-right: 7px;
  padding: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.fv-ber-main-bov {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.toku-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-section {
  border-top: 1px solid var(--グレー);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-box {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1500px;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 50%;
}

.f-link-box {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.image-10 {
  width: 150px;
}

.link-block-5 {
  margin-left: auto;
}

.f-r-box {
  background-color: var(--濃青);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.f-link-main-box {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.list-t-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.list-t-section.cg {
  padding-bottom: 100px;
}

.list-p-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 1500px;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.list-p-box.member {
  width: 50%;
  min-width: 700px;
}

.list-p-box.con {
  width: 60%;
  min-width: 800px;
}

.pr-t-box {
  border-bottom: 2px solid var(--濃青);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.text-block-14 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.sub-nav-box {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  max-width: 1500px;
  height: auto;
  display: flex;
}

.link-3 {
  color: #646464;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.link-3.op {
  text-decoration: none;
}

.image-11 {
  width: 5px;
  margin-left: 7px;
  margin-right: 7px;
}

.text-block-15 {
  color: var(--黒);
  margin-left: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.grid-5 {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.pr-s-box {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 1500px;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.pr-img-b0x {
  aspect-ratio: 1;
  border: 1px solid var(--グレー);
  background-image: url('../images/wc-img.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.image-12 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.pr-te-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  height: auto;
  margin-left: auto;
  display: flex;
}

.link-4 {
  color: #646464;
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
}

.heading-5 {
  color: var(--濃青);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.text-block-16 {
  color: var(--黒);
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.text-block-17 {
  color: var(--黒);
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.yen-pr-box {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.text-block-18 {
  color: #d11b28;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.text-block-18._2 {
  margin-left: 2px;
  font-size: 22px;
  font-weight: 500;
}

.pr-y-s-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-12 {
  border: 1px solid #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.q-icon {
  color: #a0a0a0;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1;
}

.q-icon.m {
  margin-right: auto;
}

.q-icon.p {
  margin-left: auto;
}

.text-block-107 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.link-block-6 {
  background-color: var(--濃青);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-108 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.syou-s-box {
  border-top: 1px solid var(--グレー);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.syou-s-mox {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.syou-s-t-box {
  border-right: 1px solid var(--グレー);
  border-bottom: 1px solid var(--グレー);
  border-left: 1px solid var(--グレー);
  background-color: #f0f8fc;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 10px;
  display: flex;
}

.syous-main-box {
  border-right: 1px solid var(--グレー);
  border-bottom: 1px solid var(--グレー);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 15px 10px;
  display: flex;
}

.text-block-109 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-110 {
  color: var(--黒);
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.link-5 {
  color: var(--濃青);
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--グレー);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.link-block-7 {
  background-color: var(--濃青);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.text-block-111 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.text-block-112 {
  color: #d11b28;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 20px;
}

.grid-7.con {
  width: 100%;
  margin-top: 30px;
}

.gaiyo-box {
  border-bottom: 1px solid var(--グレー);
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.gaiyo-box.con {
  border-bottom-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-6 {
  width: 220px;
  color: var(--濃青);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.heading-6.con {
  color: var(--黒);
}

.text-block-113 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-114 {
  color: var(--黒);
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.div-block-13 {
  border: 1px solid var(--グレー);
  border-radius: 5px;
  width: 100%;
  height: 60px;
}

.div-block-13.naiyo {
  height: 200px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.member-main-box {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.m-n-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.m-n-box._2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.m-n-box.kaku {
  margin-bottom: 10px;
}

.m-n-box.log {
  margin-bottom: 20px;
}

.text-block-115 {
  color: var(--黒);
  align-items: center;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.m-t-box {
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span {
  background-color: var(--赤);
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  padding: 3px 5px 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.men-2r {
  width: 48%;
  height: 100%;
}

.men-2r.bt {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: auto;
  display: flex;
}

.link-block-8 {
  background-color: #8b8b8b;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.text-block-116 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.text-block-117 {
  color: var(--黒);
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.4;
}

.text-block-118 {
  color: var(--黒);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.text-block-119 {
  color: var(--黒);
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.4;
}

.link-6 {
  color: var(--濃青);
}

.text-block-120 {
  color: var(--グレー);
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.4;
}

.ch-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.ch-box.con {
  margin-top: 20px;
}

.div-block-14 {
  aspect-ratio: 1;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  width: 15px;
  margin-right: 5px;
}

.text-block-121 {
  color: var(--黒);
  margin-top: -1px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.n-box {
  width: 100%;
  margin-bottom: 20px;
}

.n-t-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-135 {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.scroll_box {
  background-color: var(--薄グレー);
  border: 1px solid #9b9b9b;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
  overflow: scroll;
}

.scroll_text {
  width: 100%;
  height: auto;
  padding: 20px;
}

.text-block-78 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.text-span-2 {
  font-weight: 600;
}

.pop-k {
  z-index: 2000;
  background-color: #fffffff2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-main-box {
  border: 3px solid var(--濃青);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: auto;
  padding: 30px 60px 40px;
  display: flex;
}

.image-13 {
  width: 120px;
  margin-bottom: 40px;
}

.text-block-136 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.text-span-3 {
  color: var(--赤);
}

.text-block-137 {
  color: var(--黒);
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.pop-botan-section {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.pop-botan {
  background-color: var(--濃青);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.pop-botan.no {
  border: 1px solid var(--グレー);
  background-color: #fff;
}

.text-block-138 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
}

.text-block-138.no {
  color: var(--黒);
}

.text-span-4 {
  background-color: var(--赤);
  color: #fff;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 400;
}

.link-block-9 {
  border: 1px solid var(--グレー);
  background-color: var(--薄グレー);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.text-block-139 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
}

.link-7 {
  color: var(--黒);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
}

.gd-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.heading-7 {
  color: var(--濃青);
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-7.br {
  color: var(--黒);
}

.text-block-140 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.text-block-140.top {
  margin-top: 40px;
}

.link-8 {
  color: var(--黒);
}

.p-i-box {
  width: 30%;
}

.p-list-img-box {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 15px;
}

.sub-img-box {
  aspect-ratio: 1;
  border: 1px solid var(--グレー);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-14 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.ng-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-141 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-8 {
  color: var(--濃青);
  margin-top: 0;
  font-family: Droid Serif, serif;
  line-height: 1;
}

.text-block-142 {
  color: var(--黒);
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .fv-section {
    background-color: #fff;
    padding-top: 10px;
  }

  .fv-bn-link-box {
    width: 90vw;
  }

  .nav-box {
    height: 80px;
    padding-left: 2.5%;
    padding-right: 0%;
  }

  .image-2 {
    width: 80px;
  }

  .brand {
    z-index: 1001;
  }

  .menu-button {
    z-index: 1100;
    background-color: var(--濃青);
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-left: 20px;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 1100;
    background-color: var(--濃青);
  }

  .icon {
    display: flex;
  }

  .nav-icon-box {
    z-index: 1100;
    margin-left: auto;
    position: relative;
  }

  .top-icon-link {
    margin-left: 15px;
  }

  .top-icon-img-box {
    width: 40px;
  }

  .text-block {
    display: flex;
  }

  .nav2-box {
    justify-content: center;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .search-box {
    width: 100%;
  }

  .search-box.nav {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .search-box.pc {
    display: none;
  }

  .search-box.mob {
    display: flex;
  }

  .menu-lik-box, .heading-2 {
    display: none;
  }

  .lottie-animation {
    width: 30px;
    margin: 8px auto auto;
    display: flex;
  }

  .nav-menu {
    z-index: 1000;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 120px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .b-p-section {
    padding-bottom: 40px;
  }

  .link-block {
    border-bottom: 1px solid var(--グレー);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .link-block.op {
    border-bottom-style: none;
  }

  .text-block-3 {
    color: var(--黒);
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }

  .image-5 {
    width: 8px;
    margin-left: auto;
  }

  .image-5.op {
    transform: rotate(90deg);
  }

  .nav-open-list {
    border-bottom: 1px solid var(--グレー);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .link-2 {
    color: #000;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
  }

  .nav-link-tan-box {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .nav-link-ber {
    background-color: var(--水色);
    width: 10px;
    height: 2px;
    margin-right: 5px;
  }

  .text-block-4 {
    color: var(--黒);
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .b-pr-box {
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .h-box {
    margin-left: 5%;
  }

  .h-box._0, .h-box.yoko {
    margin-left: 0%;
  }

  .syouhin-link-box {
    width: 35vw;
  }

  .syouhin-link-box.pr {
    width: auto;
  }

  .link-block-3 {
    display: none;
  }

  .pr-scroll-box {
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
    padding-left: 5%;
    overflow: scroll;
  }

  .category-section {
    padding-top: 0;
  }

  .cg-box {
    width: 90%;
    max-width: none;
  }

  .faq-answer-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .ctg-w {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .cg-t-box {
    padding-left: 0;
    padding-right: 0;
  }

  .news-main-box {
    flex-flow: column;
    width: 90%;
  }

  .news-main-box._70 {
    width: 90%;
  }

  .grid-3 {
    margin-top: 40px;
  }

  .news-link-box {
    padding-left: 20px;
    padding-right: 50px;
  }

  .link-block-4 {
    margin-right: auto;
  }

  .footer-box {
    width: 90%;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .link-block-5 {
    flex: none;
  }

  .f-link-main-box {
    flex-flow: column;
    width: 80%;
  }

  .list-t-section {
    padding-top: 30px;
  }

  .list-p-box {
    width: 90%;
    max-width: none;
  }

  .list-p-box.member, .list-p-box.con {
    width: 90%;
    min-width: auto;
  }

  .sub-nav-box {
    width: 90%;
    max-width: none;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .pr-s-box {
    flex-flow: column;
    width: 90%;
    max-width: none;
  }

  .pr-img-b0x {
    width: 100%;
  }

  .pr-te-box {
    width: 100%;
    margin-top: 40px;
  }

  .grid-7 {
    width: 100%;
    margin-top: 10px;
  }

  .grid-7.con {
    width: 100%;
  }

  .gaiyo-box {
    flex-flow: column;
    align-items: flex-start;
  }

  .heading-6 {
    width: auto;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-block-113 {
    font-size: 14px;
  }

  .scroll_box {
    height: 150px;
  }

  .pop-main-box {
    width: 95%;
  }

  .p-i-box {
    width: 100%;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .fv-ber {
    width: 60vw;
  }

  .news-link-box {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .news-tug-box {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .pop-main-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .fv-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .fv-bn-link-box {
    margin-left: 3px;
    margin-right: 3px;
  }

  .fv-ber {
    height: 2px;
    margin-top: 20px;
  }

  .nav-box {
    height: 60px;
  }

  .image-2 {
    width: 60px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
  }

  .top-icon-link {
    margin-left: 12px;
  }

  .top-icon-img-box {
    width: 35px;
  }

  .text-block {
    font-size: 11px;
  }

  .nav2-box {
    padding-top: 80px;
  }

  .search-box.nav {
    margin-bottom: 10px;
  }

  .lottie-animation {
    width: 25px;
    margin-top: 2px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .b-p-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .syouhin-link-box {
    width: 40vw;
  }

  .s-img-box {
    margin-bottom: 15px;
  }

  .heading-4, .text-block-5 {
    font-size: 14px;
  }

  .text-block-5._2 {
    font-size: 16px;
  }

  .pr-scroll-box {
    margin-top: 20px;
  }

  .category-section {
    padding-bottom: 40px;
  }

  .cg-item {
    border-radius: 10px;
  }

  .h3-3 {
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .ctg-w {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .p-m-wrap-3 {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin-left: 40px;
  }

  .cg-t-box {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .news-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-3 {
    margin-top: 20px;
  }

  .news-link-box {
    padding-right: 30px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .image-9 {
    right: 15px;
  }

  .link-block-4 {
    margin-top: 30px;
  }

  .text-block-10 {
    font-size: 11px;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .fv-ber-main-bov {
    margin-top: 0;
  }

  .grid-4 {
    width: 100%;
  }

  .image-10 {
    width: 100px;
  }

  .link-block-5 {
    flex: none;
  }

  .text-block-13 {
    font-size: 11px;
  }

  .list-t-section.cg {
    padding-bottom: 60px;
  }

  .text-block-14 {
    font-size: 18px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .link-4 {
    font-size: 12px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .div-block-12 {
    width: 80px;
    height: 45px;
  }

  .text-block-107 {
    font-size: 14px;
  }

  .link-block-6 {
    height: 45px;
    margin-left: 15px;
  }

  .text-block-109 {
    font-size: 13px;
  }

  .link-block-7 {
    height: 45px;
  }

  .grid-7 {
    margin-top: 0;
  }

  .grid-7.con {
    margin-top: 20px;
  }

  .gaiyo-box.con {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-6, .text-block-113 {
    font-size: 14px;
  }

  .text-block-117, .text-block-119, .text-block-121 {
    font-size: 13px;
  }

  .scroll_text {
    padding: 15px 10px;
  }

  .pop-main-box {
    border-width: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-13 {
    width: 80px;
    margin-bottom: 20px;
  }

  .text-block-136 {
    font-size: 13px;
  }

  .text-block-137 {
    margin-top: 30px;
    font-size: 14px;
  }

  .pop-botan-section {
    justify-content: space-between;
    width: 100%;
  }

  .pop-botan {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-4 {
    padding-bottom: 1px;
    font-size: 11px;
  }

  .link-7 {
    font-size: 13px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .ng-section {
    height: 100svh;
  }

  .text-block-141 {
    font-size: 16px;
  }

  .utility-page-wrap {
    height: 400px;
  }

  .heading-8 {
    font-size: 28px;
  }
}

#w-node-_06eead28-a913-c460-b0f0-87eef7f81eb4-5350190d, #w-node-_06eead28-a913-c460-b0f0-87eef7f81ec1-5350190d, #w-node-_06eead28-a913-c460-b0f0-87eef7f81ece-5350190d, #w-node-_06eead28-a913-c460-b0f0-87eef7f81ede-5350190d, #w-node-_14a35401-b8ba-1e47-2858-d164292135fc-075c58a6, #w-node-_14a35401-b8ba-1e47-2858-d16429213613-075c58a6, #w-node-_14a35401-b8ba-1e47-2858-d16429213622-075c58a6, #w-node-_14a35401-b8ba-1e47-2858-d16429213635-075c58a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5d0de78f-ae0d-e715-8da5-4470267a8a88-76e899f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


