@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
@charset "UTF-8";
.sp-only {
  display: block !important;
}
@media screen and (min-width: 821px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 821px) {
  .pc-only {
    display: block !important;
  }
}

.text-bold {
  font-weight: 600;
}

.text-darkred {
  color: #893B3B;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 1.2195121951vw;
}
@media screen and (min-width: 821px) {
  html {
    font-size: 0.7575757576vw;
  }
}
@media screen and (min-width: 1320px) {
  html {
    font-size: 10px;
  }
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
body.spmenu-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
}

main {
  margin-top: 100px;
  margin-bottom: 100px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

* {
  box-sizing: border-box;
}

.lum-lightbox-inner img {
  -o-object-fit: contain;
     object-fit: contain;
}

.ec-pager {
  padding-bottom: 6rem;
}
.ec-pager .ec-pager__item a {
  background-color: #FFF;
  color: #3774B5;
  border: solid 1px #3774B5;
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .ec-pager .ec-pager__item a {
    font-size: 1.6rem;
  }
}
.ec-pager .ec-pager__item a:hover {
  background-color: #3774B5;
  color: #FFF;
}
.ec-pager .ec-pager__item--active a {
  background-color: #3774B5;
  color: #FFF;
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .ec-pager .ec-pager__item--active a {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .ec-input input,
  .ec-birth input,
  .ec-select input,
  .ec-halfInput input,
  .ec-numberInput input,
  .ec-zipInput input,
  .ec-telInput input {
    font-size: 16px;
  }
}
.col2 {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 821px) {
  .col2 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .col2 {
    display: grid;
    grid-template-columns: 22.5rem 1fr;
    gap: 5.5rem;
    padding: 0 2rem;
  }
}

.sidenav__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-size: 3.6rem;
  height: 12.6rem;
  padding-left: 4rem;
  background-color: #F6F6F8;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .sidenav__title {
    font-size: 1.8rem;
    height: 5.1rem;
    padding-left: 1.3rem;
  }
}
.sidenav__list {
  margin-bottom: 3.1rem;
}
.sidenav__item a {
  color: #1D1D1D;
  padding-left: 4rem;
  padding-top: 4rem;
  display: grid;
  grid-template-columns: 16.5rem 1fr;
  gap: 4rem;
  align-items: center;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .sidenav__item a {
    padding-left: 0;
    padding-top: 1.5rem;
    grid-template-columns: 6rem 1fr;
    gap: 1rem;
    font-size: 1.5rem;
  }
}
.sidenav__item-image {
  height: 16.5rem;
}
@media screen and (min-width: 821px) {
  .sidenav__item-image {
    height: 6rem;
  }
}
.sidenav__item-image--circle {
  height: 16.5rem;
  border-radius: 8.25rem;
  border: solid 1px #BCB6A0;
}
@media screen and (min-width: 821px) {
  .sidenav__item-image--circle {
    height: 6rem;
    border-radius: 3rem;
    border: solid 0.5px #BCB6A0;
  }
}
.sidenav__banner-list {
  display: flex;
  flex-direction: column;
  margin: 10rem 0;
  padding: 0 4rem;
  gap: 6rem;
}
@media screen and (min-width: 821px) {
  .sidenav__banner-list {
    margin: 5rem 0;
    gap: 3rem;
    padding: 0;
  }
}

.ec-input select,
.ec-birth select,
.ec-select select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select {
  font-size: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .ec-input select,
  .ec-birth select,
  .ec-select select,
  .ec-halfInput select,
  .ec-numberInput select,
  .ec-zipInput select,
  .ec-telInput select {
    font-size: 1.6rem;
  }
}

.ec-input textarea,
.ec-birth textarea,
.ec-select textarea,
.ec-halfInput textarea,
.ec-numberInput textarea,
.ec-zipInput textarea,
.ec-telInput textarea {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-input textarea,
  .ec-birth textarea,
  .ec-select textarea,
  .ec-halfInput textarea,
  .ec-numberInput textarea,
  .ec-zipInput textarea,
  .ec-telInput textarea {
    font-size: 16px;
  }
}

#page_shopping_login .ec-grid3 {
  justify-content: center;
}

.header__ribbon {
  background-color: #EFEBDD;
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  gap: 0;
  height: 6rem;
  padding: 0 4rem;
}
@media screen and (min-width: 821px) {
  .header__ribbon {
    justify-content: center;
    font-size: 1.4rem;
    gap: 6.5rem;
    height: 3rem;
  }
}
.header__ribbon-tblock {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.header__ribbon-text {
  color: #1D1D1D;
  display: flex;
  width: 100%;
}
.header__ribbon-text b {
  color: #893B3B;
  font-weight: bold;
}
.header__ribbon-text small {
  padding-top: 0.6rem;
  font-size: 2rem;
}
@media screen and (min-width: 821px) {
  .header__ribbon-text small {
    padding-top: 0;
    font-size: 1.4rem;
  }
}
.header__ribbon-icon {
  display: block;
  width: auto;
  height: 2.764rem;
}
@media screen and (min-width: 821px) {
  .header__ribbon-icon {
    height: 1.303rem;
  }
}
.header__color {
  color: #FFBB00;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (min-width: 821px) {
  .header__color {
    font-size: 1.6rem;
  }
}
.header__upper-shipping {
  width: 4.5rem;
  margin-right: 0.6rem;
}
@media screen and (min-width: 821px) {
  .header__upper-shipping {
    width: 3rem;
    margin-right: 0.6rem;
  }
}
.header__main {
  background-color: #FFF;
  border-bottom: solid 1px #D2D2D2;
}
.header__main-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  height: 12rem;
}
@media screen and (min-width: 821px) {
  .header__main-inner {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .header__main-inner {
    padding: 0.7rem 2rem;
    height: 7.1rem;
  }
}
.header__main-logo {
  display: block;
  width: 23rem;
}
@media screen and (min-width: 821px) {
  .header__main-logo {
    width: 15.7rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header__main-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.05rem;
}
@media screen and (min-width: 821px) {
  .header__main-right {
    gap: 6.69rem;
  }
}
.header__main-tel {
  display: none;
}
@media screen and (min-width: 821px) {
  .header__main-tel {
    display: block;
    width: 17.148rem;
  }
}
.header__main-tel:hover {
  opacity: 0.7;
}
.header__main-icon-list {
  display: flex;
  padding-top: 0;
  gap: 2.2rem;
}
@media screen and (min-width: 821px) {
  .header__main-icon-list {
    gap: 2.5rem;
  }
}
.header__main-icon--guide {
  display: none;
}
@media screen and (min-width: 821px) {
  .header__main-icon--guide {
    display: block;
  }
}
.header__main-icon--guide img {
  display: block;
}
@media screen and (min-width: 821px) {
  .header__main-icon--guide img {
    display: none;
  }
}
.header__main-icon--guide a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.57rem;
  position: relative;
  height: 100%;
}
.header__main-icon--guide a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 821px) {
  .header__main-icon--guide a::after {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.8rem;
    top: 0.7rem;
    right: -1rem;
    background-image: url(/html/assets/img/common/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.header__main-icon--mypage img {
  display: block;
}
@media screen and (min-width: 821px) {
  .header__main-icon--mypage img {
    display: none;
  }
}
.header__main-icon--mypage a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.57rem;
  position: relative;
  height: 100%;
}
.header__main-icon--mypage a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 821px) {
  .header__main-icon--mypage a::after {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.8rem;
    top: 0.7rem;
    right: -1rem;
    background-image: url(/html/assets/img/common/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.header__main-icon--mypage a {
  gap: 1.08rem;
}
.header__main-icon--mypage img {
  width: 3.158rem;
  height: 3.72rem;
}
.header__main-icon--cart img {
  display: block;
}
@media screen and (min-width: 821px) {
  .header__main-icon--cart img {
    display: none;
  }
}
.header__main-icon--cart a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.57rem;
  position: relative;
  height: 100%;
}
.header__main-icon--cart a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 821px) {
  .header__main-icon--cart a::after {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.8rem;
    top: 0.7rem;
    right: -1rem;
    background-image: url(/html/assets/img/common/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.header__main-icon--cart img {
  width: 4.472rem;
  height: 4.645rem;
}
.header__icon-mypage {
  width: 4.341rem;
  height: 4.015rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 821px) {
  .header__icon-mypage {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.header__icon-cart {
  width: 4.341rem;
  height: 4.015rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 821px) {
  .header__icon-cart {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.header__main-text {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .header__main-text {
    font-size: 1.4rem;
  }
}
.header__main-text-guide {
  display: none;
}
@media screen and (min-width: 821px) {
  .header__main-text-guide {
    display: contents;
  }
}
.header__spmenu {
  position: relative;
  background: #FFF;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  padding: 1rem 0;
}
@media screen and (min-width: 821px) {
  .header__spmenu {
    display: none;
  }
}
.header__spmenu-bar {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 1px;
  border-radius: 0.5px;
  background: #333333;
  width: 100%;
}
.header__spmenu-bar:nth-of-type(1) {
  top: 1rem;
}
.header__spmenu-bar:nth-of-type(2) {
  top: 2.5rem;
}
.header__spmenu-bar:nth-of-type(3) {
  top: 4rem;
}
.header__pcmenu {
  background-color: white;
  display: none;
}
@media screen and (min-width: 821px) {
  .header__pcmenu {
    display: block;
  }
}
.header__menu-list {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  .header__menu-list {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .header__menu-list {
    padding: 0 2rem;
  }
}
.header__menu-item {
  display: flex;
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu-item a {
  color: #1D1D1D;
}
.header__menu-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1.8rem;
  top: 1.1rem;
  left: 0;
  border-right: solid 1px #D2D2D2;
}
.header__menu-item:last-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1.8rem;
  top: 1.1rem;
  right: 0;
  border-right: solid 1px #D2D2D2;
}
.header__menu-item > a {
  display: flex;
  position: relative;
}
.header__menu-item > a:hover {
  color: #893B3B;
}
.header__menu-item--withdropdown {
  display: flex;
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu-item--withdropdown::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1.8rem;
  top: 1.1rem;
  left: 0;
  border-right: solid 1px #D2D2D2;
}
.header__menu-item--withdropdown:last-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1.8rem;
  top: 1.1rem;
  right: 0;
  border-right: solid 1px #D2D2D2;
}
.header__menu-item--withdropdown > a {
  display: flex;
  position: relative;
}
.header__menu-item--withdropdown > a:hover {
  color: #893B3B;
}
.header__menu-item--withdropdown a {
  color: #1D1D1D;
}
.header__menu-item--withdropdown > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.936rem;
  height: 0.936rem;
  top: 0.8rem;
  right: -1.7rem;
  background-image: url(/html/assets/img/common/arrow-bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__submenu-wrapper {
  left: 0;
  position: absolute;
  z-index: 2;
  top: 3.8rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
}
.header__submenu-wrapper.open {
  opacity: 1;
  pointer-events: all;
}
.header__submenu-wrapper > div::before {
  left: 2rem;
}
.header__submenu {
  position: relative;
  margin-top: 0.9rem;
  background-color: #FFF;
  display: flex;
  border: solid 2px #893B3B;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header__submenu::before {
  content: "";
  position: absolute;
  top: -0.9rem;
  background: #893B3B;
  height: 0.7rem;
  width: 1.8rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.header__submenu-list {
  padding: 1.3rem 0;
}
.header__submenu-list li a {
  padding: 1.3rem 2.5rem 1.3rem 3.4rem;
  position: relative;
  font-size: 1.4rem;
  display: block;
  white-space: nowrap;
}
.header__submenu-list li a:hover {
  background-color: #EEE;
  color: #893B3B;
}
.header__b2b-button {
  display: none;
  position: fixed;
  width: 15.4rem;
  right: 4rem;
  bottom: 4rem;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .header__b2b-button {
    display: block;
  }
}
.header__b2b-button:hover {
  opacity: 0.7;
}

.spmenu {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  z-index: 99;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  transition: all 0.3s;
  padding-bottom: calc(100vh - 100svh);
}
.spmenu.open {
  left: 0;
}
.spmenu__header {
  background-color: #EFEBDD;
  color: #FFF;
  padding: 3.3rem 4rem 4.7rem;
  display: flex;
  justify-content: space-between;
}
.spmenu__title {
  font-size: 3.8rem;
  font-weight: bold;
}
.spmenu__close {
  position: relative;
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
}
.spmenu__close::before {
  content: "";
  position: absolute;
  height: 4.95rem;
  width: 0.3rem;
  min-width: 1px;
  background-color: #1D1D1D;
  transform: rotateZ(45deg);
}
.spmenu__close::after {
  content: "";
  position: absolute;
  height: 4.95rem;
  width: 0.3rem;
  min-width: 1px;
  background-color: #1D1D1D;
  transform: rotateZ(-45deg);
}
.spmenu__account {
  background-color: #EFEBDD;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 0 4rem 4rem;
}
.spmenu__b2b-button {
  background-color: #FFF;
  color: #333;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.9rem;
  font-size: 3rem;
  grid-column-start: 1;
  grid-column-end: 3;
}
.spmenu__login-button {
  background-color: #FFF;
  color: #333;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.9rem;
  font-size: 3rem;
}
.spmenu__login-button span {
  position: relative;
  padding-left: 3.9rem;
}
.spmenu__login-button span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2.9rem;
  height: 3.7rem;
  background-image: url(/html/assets/img/common/mypage.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.spmenu__cart-button {
  background-color: #FFF;
  color: #333;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.9rem;
  font-size: 3rem;
}
.spmenu__cart-button span {
  position: relative;
  padding-left: 5rem;
}
.spmenu__cart-button span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 4rem;
  height: 3.1rem;
  background-image: url(/html/assets/img/common/cart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.spmenu__group-item span {
  height: 11rem;
  display: flex;
  position: relative;
  padding: 0 4rem;
  background-color: #FFF;
  align-items: center;
  font-size: 3.2rem;
  color: #333;
  border-bottom: solid 1px #D0D0D0;
}
.spmenu__group-item span::before {
  content: "";
  position: absolute;
  top: 4rem;
  right: 5.35rem;
  height: 3rem;
  width: 0.3rem;
  background-color: #1D1D1D;
}
.spmenu__group-item span::after {
  content: "";
  position: absolute;
  top: 5.35rem;
  right: 4rem;
  width: 3rem;
  height: 0.3rem;
  background-color: #1D1D1D;
}
.spmenu__menu-list {
  overflow: hidden;
  transition: all 0.3s linear;
}
.spmenu__menu-item a {
  height: 11rem;
  display: flex;
  position: relative;
  padding: 0 4rem;
  background-color: #FFF;
  align-items: center;
  font-size: 3.2rem;
  color: #333;
  border-bottom: solid 1px #AEAEAE;
}
.spmenu__menu-item a::before {
  content: "";
  position: absolute;
  top: 4.5rem;
  right: 4rem;
  width: 1.4rem;
  height: 2rem;
  background-image: url(/html/assets/img/common/nav-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .footer {
    padding: 2rem 2rem;
  }
}
.footer__wrapper {
  background-color: #F6F6F8;
  padding-top: 8rem;
}
@media screen and (min-width: 821px) {
  .footer__wrapper {
    padding-top: 3rem;
  }
}
.footer__inner {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 821px) {
  .footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
.footer__shipping {
  padding: 7.1rem 4rem 0;
}
@media screen and (min-width: 821px) {
  .footer__shipping {
    border-right: solid 2px #F6F6F8;
    padding: 4.5rem 4rem;
  }
}
.footer__payment {
  padding: 9.1rem 4rem 0;
}
@media screen and (min-width: 821px) {
  .footer__payment {
    border-right: solid 2px #F6F6F8;
    padding: 4.5rem;
  }
}
.footer__payment-list {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-left: 2.5rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .footer__payment-list {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-left: 0.5rem;
  }
}
.footer__payment-list li {
  list-style-type: none;
  position: relative;
  padding-left: 0.7em;
}
.footer__payment-list li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -0.2rem;
  top: 0.7em;
  content: "";
  background: #1D1D1D;
}
.footer__return {
  padding: 9.1rem 4rem 8rem;
}
@media screen and (min-width: 821px) {
  .footer__return {
    padding: 4.5rem 4.9rem;
  }
}
.footer__title {
  color: #1D1D1D;
  font-weight: bold;
  font-size: 4rem;
  padding-bottom: 3.8rem;
}
@media screen and (min-width: 821px) {
  .footer__title {
    font-size: 1.8rem;
    padding-bottom: 2.4rem;
  }
}
.footer__text {
  font-size: 3rem;
  line-height: 1.8;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .footer__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.footer__text em {
  font-weight: bold;
  font-style: normal;
  display: block;
  font-size: 3rem;
  line-height: 5rem;
}
@media screen and (min-width: 821px) {
  .footer__text em {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
}
.footer__text em span {
  display: inline;
}
@media screen and (min-width: 821px) {
  .footer__text em span {
    display: block;
  }
}
.footer__text a {
  margin-top: 1.8rem;
  position: relative;
  color: #893B3B;
  text-decoration: underline;
}
.footer__text a::after {
  content: "";
  background-image: url(/html/assets/img/common/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.2rem;
  right: -3rem;
  width: 1.7rem;
  height: 1.7rem;
}
@media screen and (min-width: 821px) {
  .footer__text a::after {
    top: 1rem;
    right: -1.4rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.footer__text a:hover {
  opacity: 0.7;
}
.footer__nav {
  display: none;
}
@media screen and (min-width: 821px) {
  .footer__nav {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    padding: 3.6rem 0;
    gap: 3rem;
    background-color: #F6F6F8;
    justify-content: space-between;
  }
}
.footer__nav-inner {
  display: flex;
  gap: 6rem;
}
.footer__nav-title {
  font-weight: bold;
  color: #1D1D1D;
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
}
.footer__nav-list {
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-left: 1.5rem;
}
.footer__nav-list li {
  position: relative;
  padding-left: 0.6em;
}
.footer__nav-list li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #000;
}
.footer__nav-list a {
  color: #1D1D1D;
}
.footer__nav-list a:hover {
  text-decoration: underline;
  color: #893B3B;
  opacity: 0.7;
}
.footer__nav-list-wrapper {
  display: flex;
  gap: 2rem;
}
.footer__address {
  font-size: 1.6rem;
  line-height: 1.6;
}
.footer__logo {
  width: 13rem;
  margin-bottom: 2.6rem;
}
.footer__logo-sp {
  display: block;
  margin: 0 auto;
  width: 41.6rem;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 821px) {
  .footer__logo-sp {
    display: none;
  }
}
.footer__copyright-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 821px) {
  .footer__copyright-wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .footer__copyright-wrapper {
    justify-content: space-between;
    flex-direction: row;
    padding: 0 2rem;
    height: 8rem;
  }
}
.footer__copyright {
  color: #1D1D1D;
  font-size: 2.2rem;
  padding: 7.5rem 0 4.1rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 821px) {
  .footer__copyright {
    border-top: solid 1px #D0D0D0;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    margin-top: 2.3rem;
  }
}
.footer__menu-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__menu-link li {
  position: relative;
  padding-right: 2rem;
  font-size: 2.8rem;
  line-height: 2.4;
}
@media screen and (min-width: 821px) {
  .footer__menu-link li {
    padding-right: 4.5rem;
    font-size: 1.4rem;
  }
}
.footer__menu-link li::before {
  content: "";
  border-left: 1px solid #D0D0D0;
  align-self: stretch;
  padding-left: 2rem;
}
@media screen and (min-width: 821px) {
  .footer__menu-link li::before {
    padding-left: 4.5rem;
  }
}
.footer__menu-link li:first-child::before {
  content: "";
  padding-right: 2rem;
}
@media screen and (min-width: 821px) {
  .footer__menu-link li:first-child::before {
    padding-right: 0;
  }
}
.footer__menu-link li:nth-child(2)::after {
  content: "";
  border-right: 1px solid #D0D0D0;
  padding-right: 2rem;
}
@media screen and (min-width: 821px) {
  .footer__menu-link li:nth-child(2)::after {
    border-right: none;
    padding-right: 0;
  }
}
.footer__menu-link li:nth-child(3) {
  padding-left: 2rem;
}
@media screen and (min-width: 821px) {
  .footer__menu-link li:nth-child(3) {
    padding-left: 0;
  }
}
.footer__menu-link li:last-child::after {
  content: "";
  border-right: 1px solid #D0D0D0;
  padding-right: 2rem;
}
@media screen and (min-width: 821px) {
  .footer__menu-link li:last-child::after {
    padding-right: 4.5rem;
  }
}
.footer__menu-link li a {
  color: #1D1D1D;
}
.footer__menu-link li a:hover {
  opacity: 0.7;
}

.home-main {
  background-color: white;
  color: #1D1D1D;
}

.home-mainVisual {
  background-color: white;
  color: #1D1D1D;
  margin-top: 2.4rem;
}
.home-mainVisual .swiper {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-width: 12.67px;
  --swiper-pagination-bullet-height: 12.67px;
  --swiper-pagination-bullet-size: 12.67px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
  --swiper-pagination-color: $blue;
  --swiper-pagination-bullet-inactive-color: #FFF;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.home-mainVisual .swiper-slide {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .home-mainVisual .swiper-slide {
    max-width: 767px;
  }
}
.home-mainVisual .swiper-pagination {
  position: relative;
  padding-top: 4rem;
}
@media screen and (min-width: 821px) {
  .home-mainVisual .swiper-pagination {
    padding-top: 3.5rem;
  }
}
.home-mainVisual .swiper-pagination-bullet {
  background-color: #F6F6F8;
}
.home-mainVisual .swiper-pagination-bullet-active {
  background-color: #EFEBDD;
}

.home-information {
  color: #1D1D1D;
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  margin-top: 9.2rem;
}
@media screen and (min-width: 821px) {
  .home-information {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .home-information {
    margin-top: 4.6rem;
  }
}
.home-information__inner {
  border: solid 1px #D0D0D0;
  padding: 5.4rem;
}
@media screen and (min-width: 821px) {
  .home-information__inner {
    padding: 2.7rem 12.4rem 3.5rem;
  }
}
.home-information__title {
  background-color: #893B3B;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 32rem;
  height: 7.6rem;
  font-size: 3.6rem;
}
@media screen and (min-width: 821px) {
  .home-information__title {
    width: 16rem;
    height: 3.8rem;
    font-size: 1.8rem;
  }
}
.home-information__text {
  margin-top: 4.8rem;
  font-size: 3.2rem;
  line-height: 6rem;
}
@media screen and (min-width: 821px) {
  .home-information__text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.home-popular {
  color: #1D1D1D;
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  margin-top: 13.4rem;
}
@media screen and (min-width: 821px) {
  .home-popular {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .home-popular {
    margin-top: 6.7rem;
  }
}
.home-popular__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 821px) {
  .home-popular__title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
.home-popular__list {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  gap: 13.8rem;
}
@media screen and (min-width: 821px) {
  .home-popular__list {
    flex-direction: row;
    margin-top: 4.7rem;
    gap: 6.9rem;
  }
}
.home-popular__item-title {
  color: #1D1D1D;
  font-size: 3.6rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 821px) {
  .home-popular__item-title {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
.home-popular__item-image {
  transition: all 0.2s linear;
}
.home-popular__item-image:hover {
  opacity: 0.6;
}
.home-popular__item-text {
  color: #1D1D1D;
  font-size: 3.2rem;
  line-height: 6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 821px) {
  .home-popular__item-text {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-top: 0.8rem;
  }
}
.home-popular__item-price {
  color: #1D1D1D;
  font-weight: bold;
  text-align: right;
  margin-top: 4.2rem;
  font-size: 3.6rem;
}
@media screen and (min-width: 821px) {
  .home-popular__item-price {
    margin-top: 2.1rem;
    font-size: 1.8rem;
  }
}
.home-popular__item-price small {
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (min-width: 821px) {
  .home-popular__item-price small {
    font-size: 1.4rem;
  }
}

.home-recommend {
  color: #1D1D1D;
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .home-recommend {
    padding: 2rem 2rem;
  }
}
.home-recommend__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 2rem 0;
  margin-top: 15rem;
}
@media screen and (min-width: 821px) {
  .home-recommend__title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
@media screen and (min-width: 821px) {
  .home-recommend__title {
    margin-top: 11.6rem;
  }
}
.home-recommend__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 5rem;
}
@media screen and (min-width: 821px) {
  .home-recommend__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-top: 4.7rem;
  }
}
.home-recommend__item-title {
  color: #1D1D1D;
  font-size: 3.6rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 821px) {
  .home-recommend__item-title {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
.home-recommend__item-image {
  transition: all 0.2s linear;
}
.home-recommend__item-image:hover {
  opacity: 0.6;
}
.home-recommend__item-price {
  color: #1D1D1D;
  margin-top: 2.1rem;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 821px) {
  .home-recommend__item-price {
    margin-top: 2.1rem;
    font-size: 1.8rem;
  }
}
.home-recommend__item-price small {
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (min-width: 821px) {
  .home-recommend__item-price small {
    font-size: 1.4rem;
  }
}

.home-about {
  color: #1D1D1D;
  height: 112.3rem;
  background-image: url(/html/assets/img/top/about-bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 10rem;
}
@media screen and (min-width: 821px) {
  .home-about {
    background-image: url(/html/assets/img/top/about-bg.jpg);
    margin-top: 11.3rem;
    height: 69.3rem;
  }
}
.home-about__inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 6rem 4rem;
}
@media screen and (min-width: 821px) {
  .home-about__inner {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .home-about__inner {
    padding-top: 16.6rem;
  }
}
.home-about__content {
  background-color: #FFF;
  padding: 10rem 4rem;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 821px) {
  .home-about__content {
    padding: 6rem;
    width: 77.7rem;
  }
}
.home-about__title {
  font-weight: 600;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  font-size: 5.5rem;
}
@media screen and (min-width: 821px) {
  .home-about__title {
    font-size: 3.5rem;
  }
}
.home-about__text {
  font-size: 3.2rem;
  line-height: 5.6rem;
  margin-top: 7.2rem;
}
@media screen and (min-width: 821px) {
  .home-about__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 3.6rem;
  }
}

.home-search {
  color: #1D1D1D;
  background-color: #F6F6F8;
  margin-top: 10rem;
}
@media screen and (min-width: 821px) {
  .home-search {
    margin-top: 11.2rem;
  }
}
.home-search__inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 821px) {
  .home-search__inner {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .home-search__inner {
    padding-top: 11.5rem;
    padding-bottom: 11.2rem;
  }
}
.home-search__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 821px) {
  .home-search__title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
.home-search__subtitle {
  border-left: solid 3px #893B3B;
  color: #1D1D1D;
  font-weight: 600;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding-left: 1.6rem;
  font-size: 4.6rem;
  margin-top: 9.8rem;
}
@media screen and (min-width: 821px) {
  .home-search__subtitle {
    padding-left: 0.8rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 821px) {
  .home-search__subtitle {
    margin-top: 4.9rem;
  }
}
.home-search__list--category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4.8rem;
  margin-bottom: 16.6rem;
  gap: 2.4rem;
}
@media screen and (min-width: 821px) {
  .home-search__list--category {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 2.4rem;
    margin-bottom: 8.3rem;
    gap: 2rem;
  }
}
.home-search__list--category li {
  transition: all 0.2s linear;
}
.home-search__list--category li:hover {
  opacity: 0.6;
}
.home-search__list--category p {
  color: #1D1D1D;
  text-align: center;
  margin-top: 2.8rem;
  font-size: 3rem;
}
@media screen and (min-width: 821px) {
  .home-search__list--category p {
    margin-top: 1.57rem;
    font-size: 1.8rem;
  }
}
.home-search__list--trouble {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 4.8rem;
  margin-bottom: 5rem;
  gap: 2.4rem;
}
@media screen and (min-width: 821px) {
  .home-search__list--trouble {
    display: flex;
    margin-top: 2.4rem;
    margin-bottom: 4.8rem;
    gap: 1.2rem;
  }
}
.home-search__list--trouble li {
  transition: all 0.2s linear;
  background-color: #FFF;
  border: solid 1px #BCB6A0;
  padding: 1.9rem 0;
}
@media screen and (min-width: 821px) {
  .home-search__list--trouble li {
    padding: 3.2rem 0 2.9rem;
  }
}
.home-search__list--trouble li:hover {
  opacity: 0.6;
}
.home-search__list--trouble li:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/3;
}
.home-search__list--trouble li:nth-child(2) {
  grid-row: 1/2;
  grid-column: 3/5;
}
.home-search__list--trouble li:nth-child(3) {
  grid-row: 1/2;
  grid-column: 5/7;
}
.home-search__list--trouble li:nth-child(4) {
  grid-row: 2/3;
  grid-column: 2/4;
}
.home-search__list--trouble li:nth-child(5) {
  grid-row: 2/3;
  grid-column: 4/6;
}
.home-search__list--trouble li img {
  padding: 0 4.3rem;
}
@media screen and (min-width: 821px) {
  .home-search__list--trouble li img {
    padding: 0 3.7rem;
  }
}
.home-search__list--trouble p {
  color: #1D1D1D;
  text-align: center;
  margin-top: 1.7rem;
  font-size: 2.6rem;
  padding: 0;
}
@media screen and (min-width: 821px) {
  .home-search__list--trouble p {
    margin-top: 1.57rem;
    font-size: 1.8rem;
  }
}
.home-search__list--trouble p span {
  display: block;
}
@media screen and (min-width: 821px) {
  .home-search__list--trouble p span {
    display: inline-block;
  }
}
.home-search__link {
  color: #1D1D1D;
  transition: all 0.2s linear;
  background-color: #EFEBDD;
  border: solid 1px #BCB6A0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 10rem;
  border-radius: 5rem;
  font-size: 3.2rem;
  width: 46rem;
}
@media screen and (min-width: 821px) {
  .home-search__link {
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.6rem;
    width: 23rem;
  }
}
.home-search__link:hover {
  opacity: 0.6;
}
.home-search__link::after {
  content: "";
  position: absolute;
  background-image: url(/html/assets/img/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 4rem;
  right: 5rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 821px) {
  .home-search__link::after {
    top: 2rem;
    right: 2.5rem;
    width: 1rem;
    height: 1rem;
  }
}

.breadcrumb {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0 4rem 4rem;
  margin: 3rem auto;
}
@media screen and (min-width: 821px) {
  .breadcrumb {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .breadcrumb {
    padding: 0 2rem 2rem;
    margin: 1.5rem auto 4rem;
  }
}
.breadcrumb__list {
  display: flex;
}
.breadcrumb__item {
  color: #1D1D1D;
  position: relative;
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .breadcrumb__item {
    font-size: 1.4rem;
  }
}
.breadcrumb__item a {
  color: #893B3B;
}
.breadcrumb__item a:hover {
  opacity: 0.7;
}
.breadcrumb__item::before {
  content: ">";
  position: relative;
  padding: 0 2.4rem;
}
@media screen and (min-width: 821px) {
  .breadcrumb__item::before {
    padding: 0 1.2rem;
  }
}
.breadcrumb__item:first-child::before {
  content: "";
  padding: 0;
}

.contact-content {
  color: #1D1D1D;
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .contact-content {
    padding: 2rem 2rem;
  }
}
.contact-content__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .contact-content__title {
    font-size: 4rem;
  }
}
.contact-content__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  margin-top: 5rem;
}
@media screen and (min-width: 821px) {
  .contact-content__wrapper {
    display: grid;
    grid-template-columns: 37.4rem 1fr;
    gap: 2.8rem;
    margin-top: 5rem;
  }
}
.contact-content__image {
  width: 36rem;
  margin: -5rem 0 0 auto;
}
@media screen and (min-width: 821px) {
  .contact-content__image {
    width: 100%;
    margin: 0;
  }
}
.contact-content__subtitle {
  font-weight: normal;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  font-size: 4.5rem;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 821px) {
  .contact-content__subtitle {
    font-size: 3.1rem;
    margin-bottom: 2.4rem;
  }
}
.contact-content__text {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .contact-content__text {
    font-size: 1.6rem;
  }
}
.contact-content__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 0 4.4rem;
  gap: 3rem;
}
@media screen and (min-width: 821px) {
  .contact-content__list {
    margin: 0;
    padding: 0 0 0 2.2rem;
    gap: 1.5rem;
  }
}
.contact-content__list li {
  list-style-type: disc;
  color: #893B3B;
}
.contact-content__list li span {
  display: block;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  font-size: 4.3rem;
}
@media screen and (min-width: 821px) {
  .contact-content__list li span {
    font-size: 2.3rem;
  }
}
.contact-content__list li small {
  color: #333;
  display: block;
  margin-top: 3rem;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .contact-content__list li small {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.contact-content__tel {
  display: inline-block;
  text-decoration: underline;
  color: #893B3B;
  position: relative;
  margin-right: 0.5rem;
}
.contact-content__link-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFEBDD;
  border: solid 1px #BCB6A0;
  position: relative;
  margin-top: 10rem;
  width: 46rem;
  height: 10rem;
  border-radius: 5rem;
  font-size: 3.2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 821px) {
  .contact-content__link-top {
    margin-top: 5rem;
    width: 23rem;
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.6rem;
  }
}
.contact-content__link-top::after {
  content: "";
  background-image: url(/html/assets/img/contact/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 3.8rem;
  right: 3.8rem;
}
@media screen and (min-width: 821px) {
  .contact-content__link-top::after {
    width: 1rem;
    height: 1rem;
    top: 1.9rem;
    right: 1.9rem;
  }
}

.contact-form {
  color: #1D1D1D;
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  gap: 5.7rem;
}
@media screen and (min-width: 821px) {
  .contact-form {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .contact-form {
    margin-top: 6rem;
    gap: 5.7rem;
  }
}
.contact-form input::-moz-placeholder {
  font-size: 15px;
}
.contact-form input::placeholder {
  font-size: 15px;
}
.contact-form dl {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 821px) {
  .contact-form dl {
    grid-template-columns: 19rem 1fr;
    gap: 6rem;
  }
}
.contact-form dl dt p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 3.2rem;
  height: 8rem;
  gap: 3rem;
}
@media screen and (min-width: 821px) {
  .contact-form dl dt p {
    justify-content: space-between;
    font-size: 1.6rem;
    height: 4rem;
    gap: 0;
  }
}
.contact-form dl dt em {
  background-color: #D83939;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-style: normal;
  padding: 0 2.8rem;
  height: 5rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 821px) {
  .contact-form dl dt em {
    padding: 0 1.4rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
}
.contact-form dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-form dl dd p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  .contact-form dl dd p {
    font-size: 1.3rem;
  }
}
.contact-form dl dd input {
  width: 100%;
  display: flex;
  align-items: center;
  border: solid 1px #BABABA;
  height: 8rem;
  padding: 2rem;
  font-size: max(3.2rem, 16px);
}
@media screen and (min-width: 821px) {
  .contact-form dl dd input {
    height: 4rem;
    padding: 10px;
    font-size: 16px;
  }
}
.contact-form dl dd textarea {
  width: 100%;
  display: flex;
  align-items: center;
  border: solid 1px #BABABA;
  height: 42rem;
  padding: 2rem;
  font-size: max(3.2rem, 16px);
}
@media screen and (min-width: 821px) {
  .contact-form dl dd textarea {
    height: 21rem;
    padding: 10px;
    font-size: 16px;
  }
}
.contact-form dl dd .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.1rem;
}
@media screen and (min-width: 821px) {
  .contact-form dl dd .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1rem 2.1rem;
  }
}
.contact-form dl dd .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-form dl dd .wpcf7-checkbox input {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.4rem 0 0 0;
}
@media screen and (min-width: 821px) {
  .contact-form dl dd .wpcf7-checkbox input {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0.2rem 0 0 0;
  }
}
.contact-form dl dd .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .contact-form dl dd .wpcf7-checkbox label {
    gap: 0.4rem;
    font-size: 1.6rem;
  }
}
.contact-form input.wpcf7-submit {
  background-color: #893B3B;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.1s linear;
  width: 50rem;
  height: 10.6rem;
  border-radius: 5.3rem;
  margin-bottom: 26rem;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .contact-form input.wpcf7-submit {
    width: 25rem;
    height: 5.3rem;
    border-radius: 2.65rem;
    margin-bottom: 13rem;
    font-size: 1.6rem;
  }
}
.contact-form input.wpcf7-submit:hover {
  opacity: 0.8;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.teiki {
  color: #1D1D1D;
}
.teiki p {
  line-height: 1.75;
}
.teiki__wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0 4rem;
  margin-bottom: 11rem;
}
@media screen and (min-width: 821px) {
  .teiki__wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .teiki__wrapper {
    padding: 0;
    margin-bottom: 13.4rem;
  }
}
.teiki__h1-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .teiki__h1-title {
    font-size: 4rem;
  }
}
.teiki__h2-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 821px) {
  .teiki__h2-title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
.teiki__mv {
  margin-bottom: 5rem;
}
.teiki__about {
  margin-bottom: 5rem;
}
@media screen and (min-width: 821px) {
  .teiki__about {
    margin-bottom: 11rem;
  }
}
.teiki__about-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 2rem 0;
  letter-spacing: 2;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 821px) {
  .teiki__about-title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
@media screen and (min-width: 821px) {
  .teiki__about-title {
    margin: 0 auto 1.7rem;
  }
}
.teiki__about-inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 821px) {
  .teiki__about-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7rem;
  }
}
.teiki__about-graph {
  margin: 0 auto 3rem;
  width: 70%;
}
@media screen and (min-width: 821px) {
  .teiki__about-graph {
    margin: 0 auto;
    width: 27.7rem;
    height: auto;
  }
}
.teiki__about-paragraph {
  align-items: left;
  color: #1D1D1D;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .teiki__about-paragraph {
    max-width: 57.5rem;
  }
}
.teiki__about-paragraph p {
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .teiki__about-paragraph p {
    font-size: 1.6rem;
  }
}
.teiki__about-subtitle {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #CCF1E2;
  text-decoration-thickness: 1.5rem;
  text-underline-offset: -2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  font-size: 3.8rem;
  margin: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 821px) {
  .teiki__about-subtitle {
    text-decoration: underline;
    text-decoration-color: #CCF1E2;
    text-decoration-thickness: 1rem;
  }
}
@media screen and (min-width: 821px) {
  .teiki__about-subtitle {
    margin: 0.75rem 0 2rem;
    font-size: 2.2rem;
  }
}
.teiki__merit {
  margin-bottom: 5rem;
}
@media screen and (min-width: 821px) {
  .teiki__merit {
    margin-bottom: 11rem;
  }
}
.teiki__h2-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 2rem 0;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 821px) {
  .teiki__h2-title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
@media screen and (min-width: 821px) {
  .teiki__h2-title {
    margin: 0 auto 2rem;
  }
}
.teiki__merit-list {
  background-color: #EFEBDD;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media screen and (min-width: 821px) {
  .teiki__merit-list {
    background-color: #EFEBDD;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: stretch;
    width: 92rem;
  }
}
.teiki__merit-item {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 5rem 3rem;
}
@media screen and (min-width: 821px) {
  .teiki__merit-item {
    padding: 2.7rem 2.7rem;
    width: 48.5%;
    gap: 0.9rem;
  }
}
.teiki__merit-item p {
  width: 100%;
  line-height: 1.75;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .teiki__merit-item p {
    font-size: 1.6rem;
  }
}
.teiki__merit-item em {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #CCF1E2;
  text-decoration-thickness: 1.5rem;
  text-underline-offset: -2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
}
@media screen and (min-width: 821px) {
  .teiki__merit-item em {
    text-decoration: underline;
    text-decoration-color: #CCF1E2;
    text-decoration-thickness: 1rem;
  }
}
.teiki__merit-item-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding: 0 0 0.2rem 0.8rem;
  margin: 0 0 0.9rem;
  line-height: 1;
  border-left: #893B3B 3px solid;
  font-size: 5.6rem;
}
@media screen and (min-width: 821px) {
  .teiki__merit-item-title {
    font-size: 2.5rem;
  }
}
.teiki__merit-img--01 {
  margin: 1rem auto 2rem;
  width: 25%;
}
@media screen and (min-width: 821px) {
  .teiki__merit-img--01 {
    margin: 0 auto 1rem;
    width: 8.5rem;
    height: auto;
  }
}
.teiki__merit-img--02 {
  margin: 1rem auto 2rem;
  width: 30%;
}
@media screen and (min-width: 821px) {
  .teiki__merit-img--02 {
    margin: 0 auto 1rem;
    width: 9.58rem;
    height: auto;
  }
}
.teiki__merit-img--03 {
  margin: 1.5rem auto 2.5rem;
  width: 25%;
}
@media screen and (min-width: 821px) {
  .teiki__merit-img--03 {
    margin: 1rem auto 2rem;
    width: 9.45rem;
    height: auto;
  }
}
.teiki__merit-img--04 {
  margin: 1.5rem auto 2.5rem;
  width: 30%;
}
@media screen and (min-width: 821px) {
  .teiki__merit-img--04 {
    margin: 1.5rem auto 2.5rem;
    width: 10.52rem;
    height: auto;
  }
}
.teiki__merit-img--05 {
  margin: 1rem auto 2rem;
  width: 20%;
}
@media screen and (min-width: 821px) {
  .teiki__merit-img--05 {
    margin: 0 auto 1rem;
    width: 6.18rem;
    height: auto;
  }
}
.teiki__merit-img--06 {
  margin: 1.5rem auto 2.5rem;
  width: 30%;
}
@media screen and (min-width: 821px) {
  .teiki__merit-img--06 {
    margin: 0 auto 2rem;
    width: 8.9rem;
    height: auto;
  }
}
.teiki__merit-no {
  font-size: 2.4rem;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
}
@media screen and (min-width: 821px) {
  .teiki__merit-no {
    font-size: 1.8rem;
  }
}
.teiki__merit-no::before {
  content: "Merit";
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .teiki__merit-no::before {
    font-size: 1.8rem;
  }
}
.teiki__explanation-item {
  margin: 0 0 8rem;
}
@media screen and (min-width: 821px) {
  .teiki__explanation-item {
    margin: 0 0 3.5rem;
  }
}
.teiki__explanation-item-title {
  border-left: solid 3px #893B3B;
  color: #1D1D1D;
  font-weight: 600;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding-left: 1.6rem;
  font-size: 4.6rem;
  margin: 0 0 2.7rem;
}
@media screen and (min-width: 821px) {
  .teiki__explanation-item-title {
    padding-left: 0.8rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 821px) {
  .teiki__explanation-item-title {
    margin: 0 0 1.8rem;
  }
}
.teiki__explanation-text {
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .teiki__explanation-text {
    font-size: 1.6rem;
  }
}
.teiki__product-list:last-child {
  margin-bottom: 0;
}
.teiki__product-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (min-width: 821px) {
  .teiki__product-list ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.teiki__product-list ul li {
  color: #1D1D1D;
}
.teiki__product-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.teiki__product-list ul li .discount {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 821px) {
  .teiki__product-list ul li .discount {
    gap: 0.5rem;
  }
}
.teiki__product-list ul li .discount-title {
  font-size: 2.8rem;
}
@media screen and (min-width: 821px) {
  .teiki__product-list ul li .discount-title {
    font-size: 1.4rem;
  }
}
.teiki__product-list ul li .discount-badge {
  background-color: #893B3B;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0 0.6rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 821px) {
  .teiki__product-list ul li .discount-badge {
    height: 2rem;
    padding: 0 0.3rem;
    font-size: 1.3rem;
  }
}
.teiki__product-list ul li .title {
  display: block;
  margin-top: 3rem;
  font-size: 3.2rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .teiki__product-list ul li .title {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.teiki__product-list ul li .price {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 3.6rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .teiki__product-list ul li .price {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.teiki__product-list ul li .price small {
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .teiki__product-list ul li .price small {
    font-size: 1.2rem;
  }
}

.privacy {
  padding: 0 4rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .privacy {
    padding: 0;
  }
}
.privacy__h1-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .privacy__h1-title {
    font-size: 4rem;
  }
}
.privacy__h2-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  display: flex;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto 3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 821px) {
  .privacy__h2-title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
.privacy__h3-title {
  border-left: solid 3px #893B3B;
  color: #1D1D1D;
  font-weight: 600;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding-left: 1.6rem;
  font-size: 4.6rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 821px) {
  .privacy__h3-title {
    padding-left: 0.8rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 821px) {
  .privacy__h3-title {
    margin-bottom: 1.5rem;
  }
}
.privacy__text-wrapper {
  margin: 0 0 8rem;
}
@media screen and (min-width: 821px) {
  .privacy__text-wrapper {
    margin: 0 0 11rem;
  }
}
.privacy__text-wrapper-2 {
  margin: 0 0 4rem;
}
@media screen and (min-width: 821px) {
  .privacy__text-wrapper-2 {
    margin: 0 0 4.4rem;
  }
}
.privacy__text {
  font-size: 3.2rem;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .privacy__text {
    font-size: 1.6rem;
  }
}
.privacy__note {
  color: #1D1D1D;
  font-size: 3.2rem;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 821px) {
  .privacy__note {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}
.privacy__note::before {
  content: "※";
  width: 1.6rem;
  height: 1.6rem;
}
.privacy__conatct-box {
  background-color: #F6F6F8;
  padding: 2.5rem 3.5rem 3rem;
  margin: 3rem 0 0;
}
@media screen and (min-width: 821px) {
  .privacy__conatct-box {
    padding: 1.5rem 3rem 3rem;
    max-width: 55rem;
  }
}
.privacy__conatct-title {
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .privacy__conatct-title {
    font-size: 1.6rem;
  }
}
.privacy__conatct-tel, .privacy__conatct-mail {
  text-decoration: none;
  color: #893B3B;
  margin-left: 5px;
  margin-right: 10px;
}
.privacy__conatct-tel:hover, .privacy__conatct-mail:hover {
  color: #893B3B;
  opacity: 0.7;
}
.privacy__text-list {
  list-style: disc;
  margin-left: 1.5em;
  font-size: 3.2rem;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .privacy__text-list {
    font-size: 1.6rem;
  }
}

.faq {
  color: #1D1D1D;
}
.faq__wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  gap: 4rem;
  padding: 0 4rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 821px) {
  .faq__wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .faq__wrapper {
    padding: 0;
    margin-bottom: 10rem;
  }
}
.faq__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .faq__title {
    font-size: 4rem;
  }
}
.faq__category {
  margin-bottom: 6rem;
}
@media screen and (min-width: 821px) {
  .faq__category {
    margin-bottom: 11rem;
  }
}
.faq__category-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  display: flex;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto 3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 821px) {
  .faq__category-title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
.faq__item-inner {
  margin: 0;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding-bottom: 0;
}
.faq__item-inner::after {
  position: absolute;
  content: "";
  background-image: url(/html/assets/img/content/faq-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotateZ(180deg);
  pointer-events: none;
  transition: all 0.3s linear;
  width: 2.5rem;
  height: 2.5rem;
  right: 2.5rem;
  top: 2.8rem;
}
@media screen and (min-width: 821px) {
  .faq__item-inner::after {
    width: 2rem;
    height: 2rem;
    top: 2.6rem;
    right: 2.6rem;
  }
}
.faq__item-inner.close::after {
  transform: rotateZ(0);
}
.faq__question {
  background-color: #F6F6F8;
  color: #1D1D1D;
  position: relative;
  font-weight: normal;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding: 2rem 6.5rem 2rem 7rem;
  font-size: 3.6rem;
  line-height: 1.428;
}
@media screen and (min-width: 821px) {
  .faq__question {
    padding: 1.5rem 5rem 1.5rem 7.5rem;
    font-size: 2.5rem;
  }
}
.faq__question::before {
  position: absolute;
  content: "Q.";
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  display: inline-block;
  top: 1.8rem;
  left: 2.9rem;
}
@media screen and (min-width: 821px) {
  .faq__question::before {
    top: 1.3rem;
    left: 3.9rem;
  }
}
.faq__answer {
  transition: all 0.3s linear;
  background-color: white;
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 0 4rem 0 7.5rem;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .faq__answer {
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.faq__answer::before {
  position: absolute;
  content: "A.";
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #893B3B;
  display: inline-block;
  left: 3rem;
}
@media screen and (min-width: 821px) {
  .faq__answer::before {
    font-size: 2.5rem;
    left: 4rem;
  }
}

.law {
  color: #1D1D1D;
}
.law__wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0 4rem;
  margin-bottom: 11rem;
}
@media screen and (min-width: 821px) {
  .law__wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .law__wrapper {
    padding: 0;
    margin-bottom: 13.4rem;
  }
}
.law__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .law__title {
    font-size: 4rem;
  }
}
.law__h2-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  display: flex;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto 3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 821px) {
  .law__h2-title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
.law__subtitle {
  border-left: solid 3px #893B3B;
  color: #1D1D1D;
  font-weight: 600;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding-left: 1.6rem;
  font-size: 4.6rem;
  margin-top: 6rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 821px) {
  .law__subtitle {
    padding-left: 0.8rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 821px) {
  .law__subtitle {
    margin-top: 0rem;
    margin-bottom: 2.3rem;
  }
}
.law__information {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 12rem;
  border-top: 1px solid #D1D1D1;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .law__information {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 11rem;
  }
}
.law__information dt {
  background-color: #F6F6F8;
  border-right: none;
  border-bottom: 1px solid #D1D1D1;
  font-weight: bold;
  width: 100%;
  padding: 2.5rem 2.5rem;
  letter-spacing: 2;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .law__information dt {
    width: 18%;
    text-align: center;
  }
}
.law__information dd {
  background-color: white;
  border-right: none;
  border-bottom: 1px solid #D1D1D1;
  width: 100%;
  padding: 2.5rem 2.5rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .law__information dd {
    width: 82%;
  }
}
.law__subtitle {
  border-left: solid 3px #893B3B;
  color: #1D1D1D;
  font-weight: 600;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding-left: 1.6rem;
  font-size: 4.6rem;
}
@media screen and (min-width: 821px) {
  .law__subtitle {
    padding-left: 0.8rem;
    font-size: 2.5rem;
  }
}
.law__text {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 821px) {
  .law__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 3.2rem;
  }
}
.law__text em {
  font-weight: bold;
  font-style: normal;
}
.law__note {
  color: #1D1D1D;
  font-size: 3.2rem;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 821px) {
  .law__note {
    font-size: 1.6rem;
  }
}
.law__note::before {
  content: "※";
  width: 1.6rem;
  height: 1.6rem;
}
.law__note em {
  font-weight: bold;
  font-style: normal;
}
.law__number-list {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-left: 2rem;
}
@media screen and (min-width: 821px) {
  .law__number-list {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.law__number-list li {
  margin-bottom: 1.3rem;
}
.law__return-text {
  margin-bottom: 2rem;
}
.law__more-wrapper {
  margin-top: 2rem;
}
@media screen and (min-width: 821px) {
  .law__more-wrapper {
    margin-top: 1rem;
  }
}
.law__more {
  position: relative;
  color: #893B3B;
  text-decoration: underline;
}
.law__more a {
  color: #893B3B;
}
.law__more:hover {
  color: #893B3B;
  opacity: 0.7;
}
.law__more::after {
  content: "";
  background-image: url(/html/assets/img/common/nav-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.8rem;
  right: -3rem;
  width: 1.7rem;
  height: 1.7rem;
}
@media screen and (min-width: 821px) {
  .law__more::after {
    top: 1.05rem;
    right: -1.2rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.company {
  color: #1D1D1D;
}
.company__wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0 4rem;
  margin-bottom: 11rem;
}
@media screen and (min-width: 821px) {
  .company__wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .company__wrapper {
    padding: 0;
    margin-bottom: 13.4rem;
  }
}
.company__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .company__title {
    font-size: 4rem;
  }
}
.company__text {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 5rem;
}
@media screen and (min-width: 821px) {
  .company__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.company__link {
  margin-bottom: 10rem;
}
@media screen and (min-width: 821px) {
  .company__link {
    margin-bottom: 2.5rem;
  }
}
.company__link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #EFEBDD;
  color: #1D1D1D;
  border: solid 1px #eae5d3;
  transition: all 0.5s;
  width: 36rem;
  height: 11rem;
  border-radius: 5.5rem;
  font-size: 3.2rem;
  position: relative;
  font-weight: normal;
  border: solid 1px #BCB6A0;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .company__link-button {
    max-width: 360px;
    width: 25rem;
    height: 5.5rem;
    font-size: 1.6rem;
    border-radius: 2.75rem;
  }
}
.company__link-button:active {
  text-decoration: none;
  color: #1D1D1D;
}
.company__link-button:hover {
  text-decoration: none;
  color: #1D1D1D;
  border-color: white;
  background-color: white;
}
.company__link-button span {
  color: #1D1D1D;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  .company__link-button span {
    line-height: 1.4;
  }
}
.company__link-button span::after {
  position: absolute;
  content: "";
  border-top: solid 2px #1D1D1D;
  border-right: solid 2px #1D1D1D;
  transform: rotate(45deg);
  width: 1.6rem;
  height: 1.6rem;
  top: 4.8rem;
  right: 3rem;
}
@media screen and (min-width: 821px) {
  .company__link-button span::after {
    width: 0.8rem;
    height: 0.8rem;
    top: 2.3rem;
    right: 2.5rem;
  }
}
@media screen and (min-width: 821px) {
  .company__link-button {
    width: 23rem;
    height: 5rem;
    border-radius: 2.5rem;
  }
}
.company__link-button::after {
  content: "";
  background-image: url(/html/assets/img/common/blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3.9rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 821px) {
  .company__link-button::after {
    top: 1.9rem;
    right: 2.5rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.company__link-button:hover {
  color: #1D1D1D;
  border-color: #d1cdbe;
  background-color: #e7e1cc;
}
.company__information-wrapper {
  margin: 4rem 0 0;
}
@media screen and (min-width: 821px) {
  .company__information-wrapper {
    margin: 4rem 0 0;
  }
}
.company__information {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 12rem;
  border-top: 1px solid #D1D1D1;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .company__information {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}
.company__information dt {
  background-color: #F6F6F8;
  border-right: none;
  border-bottom: 1px solid #D1D1D1;
  font-weight: bold;
  width: 100%;
  padding: 2.5rem 2.5rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .company__information dt {
    width: 18%;
    text-align: center;
  }
}
.company__information dd {
  background-color: white;
  border-right: none;
  border-bottom: 1px solid #D1D1D1;
  width: 100%;
  padding: 2.5rem 2.5rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .company__information dd {
    width: 82%;
  }
}

.guide {
  color: #1D1D1D;
}
.guide__wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0 4rem;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 821px) {
  .guide__wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .guide__wrapper {
    padding: 0;
    margin-bottom: 5.5rem;
  }
}
.guide__index {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto 6rem;
}
@media screen and (min-width: 821px) {
  .guide__index {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4rem;
  }
}
.guide__index-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #EFEBDD;
  color: #1D1D1D;
  border: solid 1px #eae5d3;
  transition: all 0.5s;
  width: 36rem;
  height: 11rem;
  border-radius: 5.5rem;
  font-size: 3.2rem;
  position: relative;
  font-weight: normal;
  border: solid 1px #BCB6A0;
  width: 100%;
  padding-right: 1em;
}
@media screen and (min-width: 821px) {
  .guide__index-button {
    max-width: 360px;
    width: 25rem;
    height: 5.5rem;
    font-size: 1.6rem;
    border-radius: 2.75rem;
  }
}
.guide__index-button:active {
  text-decoration: none;
  color: #1D1D1D;
}
.guide__index-button:hover {
  text-decoration: none;
  color: #1D1D1D;
  border-color: white;
  background-color: white;
}
.guide__index-button span {
  color: #1D1D1D;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  .guide__index-button span {
    line-height: 1.4;
  }
}
.guide__index-button span::after {
  position: absolute;
  content: "";
  border-top: solid 2px #1D1D1D;
  border-right: solid 2px #1D1D1D;
  transform: rotate(45deg);
  width: 1.6rem;
  height: 1.6rem;
  top: 4.8rem;
  right: 3rem;
}
@media screen and (min-width: 821px) {
  .guide__index-button span::after {
    width: 0.8rem;
    height: 0.8rem;
    top: 2.3rem;
    right: 2.5rem;
  }
}
@media screen and (min-width: 821px) {
  .guide__index-button {
    width: 23rem;
    height: 4rem;
    border-radius: 2rem;
  }
}
.guide__index-button::after {
  content: "";
  background-image: url(/html/assets/img/content/arrow-bottom-bk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 4.2rem;
  right: 7rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 821px) {
  .guide__index-button::after {
    top: 1.7rem;
    right: 2.0rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.guide__index-button:hover {
  color: #1D1D1D;
  border-color: #d1cdbe;
  background-color: #e7e1cc;
}
.guide__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .guide__title {
    font-size: 4rem;
  }
}
.guide__payment-block {
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 821px) {
  .guide__payment-block {
    margin-bottom: 11.7rem;
  }
}
.guide__para {
  margin-bottom: 8.5rem;
}
@media screen and (min-width: 821px) {
  .guide__para {
    margin-bottom: 4.5rem;
  }
}
.guide__h2-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 821px) {
  .guide__h2-title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
.guide__h3-title {
  border-left: solid 3px #893B3B;
  color: #1D1D1D;
  font-weight: 600;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding-left: 1.6rem;
  font-size: 4.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 821px) {
  .guide__h3-title {
    padding-left: 0.8rem;
    font-size: 2.5rem;
  }
}
.guide__text {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 821px) {
  .guide__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.guide__text em {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #CCF1E2;
  text-decoration-thickness: 1.5rem;
  text-underline-offset: -2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
}
@media screen and (min-width: 821px) {
  .guide__text em {
    text-decoration: underline;
    text-decoration-color: #CCF1E2;
    text-decoration-thickness: 1rem;
  }
}
.guide__note {
  color: #1D1D1D;
  font-size: 3.2rem;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 821px) {
  .guide__note {
    font-size: 1.6rem;
  }
}
.guide__note::before {
  content: "※";
  width: 1.6rem;
  height: 1.6rem;
}
.guide__note em {
  font-weight: bold;
  font-style: normal;
}
.guide__link {
  text-decoration: underline;
  color: #1D1D1D;
}
.guide__link:hover {
  color: #1D1D1D;
  opacity: 0.7;
}
.guide__info {
  background-color: #F6F6F8;
  padding: 3rem 2.5rem 3rem 3rem;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 821px) {
  .guide__info {
    width: 65rem;
  }
}
.guide__subheading {
  color: #1D1D1D;
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 821px) {
  .guide__subheading {
    font-size: 2rem;
  }
}
.guide__simple-list {
  margin-left: 1.5em;
  color: #1D1D1D;
  list-style: disc;
  font-size: 3.2rem;
  line-height: 1.75;
  margin-top: 1.5rem;
}
@media screen and (min-width: 821px) {
  .guide__simple-list {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
}
.guide__bullet-bk-square {
  color: #1D1D1D;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 5.2rem;
  margin-bottom: 3rem;
  padding-left: -1.8em;
}
@media screen and (min-width: 821px) {
  .guide__bullet-bk-square {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
.guide__bullet-bk-square::before {
  content: "■";
  color: #893B3B;
}
.guide__date-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 4rem;
  border-top: 1px solid #D2D2D2;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .guide__date-table {
    font-size: 1.6rem;
  }
}
.guide__date-table dt {
  background-color: #F6F6F8;
  border-bottom: 1px solid #D2D2D2;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem;
}
@media screen and (min-width: 821px) {
  .guide__date-table dt {
    width: 18%;
  }
}
.guide__date-table dd {
  background-color: white;
  border-bottom: 1px solid #D2D2D2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 821px) {
  .guide__date-table dd {
    width: 82%;
  }
}
.guide__image-delivery {
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 821px) {
  .guide__image-delivery {
    width: 92rem;
    margin-bottom: 0;
  }
}
.guide__list {
  list-style: none;
  color: #1D1D1D;
  font-size: 3.2rem;
  line-height: 1.75;
  margin-left: -0.5em;
}
@media screen and (min-width: 821px) {
  .guide__list {
    font-size: 1.6rem;
  }
}
.guide__list li {
  counter-increment: cnt;
}
.guide__list li::before {
  content: "(" counter(cnt) ") ";
}

.niwamates {
  color: #1D1D1D;
}
.niwamates__wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0 4rem;
  margin-bottom: 12rem;
}
@media screen and (min-width: 821px) {
  .niwamates__wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 821px) {
  .niwamates__wrapper {
    padding: 0 2rem;
    margin-bottom: 12rem;
  }
}
.niwamates__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .niwamates__title {
    font-size: 4rem;
  }
}
.niwamates__mv {
  margin-bottom: 5rem;
}
.niwamates__h2-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 5.5rem;
  border-top: #BFB695 1px solid;
  border-bottom: #BFB695 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 821px) {
  .niwamates__h2-title {
    font-size: 3.5rem;
    margin: 0 auto 3.3rem;
  }
}
.niwamates__oxygen {
  margin-bottom: 10rem;
}
.niwamates__appeal {
  margin-top: 4.8rem;
}
.niwamates__about {
  margin-bottom: 9rem;
}
.niwamates__reason {
  background-color: #EFEBDD;
  padding: 2rem;
  margin-bottom: 10rem;
}
.niwamates__reason-title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  line-height: 1.2;
  font-size: 4.8rem;
  margin: 0 0 2rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .niwamates__reason-title {
    font-size: 3.5rem;
  }
}
.niwamates__reason-inner {
  background-color: #FFF;
  padding: 1rem 3rem 3.6rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.niwamates__reason-01 {
  margin: 0 0 4.8rem;
}
.niwamates__reason-subtitle {
  border-left: solid 3px #893B3B;
  color: #1D1D1D;
  font-weight: 600;
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  padding-left: 1.6rem;
  font-size: 4.6rem;
  margin: 2rem 0;
}
@media screen and (min-width: 821px) {
  .niwamates__reason-subtitle {
    padding-left: 0.8rem;
    font-size: 2.5rem;
  }
}
.niwamates__reason-img01, .niwamates__reason-img02 {
  margin: 0 0 2rem;
}
.niwamates__reason-img03 {
  width: 100%;
  margin: 4rem auto;
}
@media screen and (min-width: 821px) {
  .niwamates__reason-img03 {
    width: 90%;
    margin: 4rem auto;
  }
}
.niwamates__text {
  line-height: 1.75;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .niwamates__text {
    font-size: 1.6rem;
  }
}
.niwamates__text em {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #CCF1E2;
  text-decoration-thickness: 1.5rem;
  text-underline-offset: -2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
}
@media screen and (min-width: 821px) {
  .niwamates__text em {
    text-decoration: underline;
    text-decoration-color: #CCF1E2;
    text-decoration-thickness: 1rem;
  }
}
.niwamates__voice {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 12rem;
}
.niwamates__voice-item {
  background-color: #F6F6F8;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.niwamates__voice-item-thum {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 821px) {
  .niwamates__voice-item-thum {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem 2rem;
  }
}
.niwamates__voice-img {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 60%;
}
.niwamates__voice-img img {
  padding: 1rem 3rem;
}
@media screen and (min-width: 821px) {
  .niwamates__voice-img {
    width: 45%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .niwamates__voice-img img {
    width: 13.4rem;
    padding: 0;
  }
}
.niwamates__voice-name {
  color: #893B3B;
  font-size: 3rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .niwamates__voice-name {
    font-size: 1.6rem;
  }
}
.niwamates__voice-subtitle {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  font-size: 4.2rem;
  line-height: 1.75;
  padding: 1rem;
}
@media screen and (min-width: 821px) {
  .niwamates__voice-subtitle {
    font-size: 2.5rem;
    line-height: 1.75;
    padding: 0;
  }
}
.niwamates__voice-item-text {
  background-color: #FFF;
  padding: 3rem 3rem 3.6rem;
  line-height: 1.75;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .niwamates__voice-item-text {
    font-size: 1.6rem;
  }
}
.niwamates__product-list:last-child {
  margin-bottom: 0;
}
.niwamates__product-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.niwamates__product-list ul li {
  color: #1D1D1D;
}
.niwamates__product-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.niwamates__product-list ul li .discount {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list ul li .discount {
    gap: 0.5rem;
  }
}
.niwamates__product-list ul li .discount-title {
  font-size: 2.8rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list ul li .discount-title {
    font-size: 1.4rem;
  }
}
.niwamates__product-list ul li .discount-badge {
  background-color: #893B3B;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0 0.6rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list ul li .discount-badge {
    height: 2rem;
    padding: 0 0.3rem;
    font-size: 1.3rem;
  }
}
.niwamates__product-list ul li .title {
  display: block;
  margin-top: 3rem;
  font-size: 3.2rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list ul li .title {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.niwamates__product-list ul li .price {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 3.6rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list ul li .price {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.niwamates__product-list ul li .price small {
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list ul li .price small {
    font-size: 1.2rem;
  }
}
.niwamates__product-list--upper {
  margin-bottom: 11rem;
}
.niwamates__product-list--upper:last-child {
  margin-bottom: 0;
}
.niwamates__product-list--upper ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list--upper ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.niwamates__product-list--upper ul li {
  color: #1D1D1D;
}
.niwamates__product-list--upper ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.niwamates__product-list--upper ul li .discount {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list--upper ul li .discount {
    gap: 0.5rem;
  }
}
.niwamates__product-list--upper ul li .discount-title {
  font-size: 2.8rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list--upper ul li .discount-title {
    font-size: 1.4rem;
  }
}
.niwamates__product-list--upper ul li .discount-badge {
  background-color: #893B3B;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0 0.6rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list--upper ul li .discount-badge {
    height: 2rem;
    padding: 0 0.3rem;
    font-size: 1.3rem;
  }
}
.niwamates__product-list--upper ul li .title {
  display: block;
  margin-top: 3rem;
  font-size: 3.2rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list--upper ul li .title {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.niwamates__product-list--upper ul li .price {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 3.6rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list--upper ul li .price {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.niwamates__product-list--upper ul li .price small {
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .niwamates__product-list--upper ul li .price small {
    font-size: 1.2rem;
  }
}

.product-list {
  padding: 0 4rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .product-list {
    padding: 0;
  }
}
.product-list__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .product-list__title {
    font-size: 4rem;
  }
}
.product-list__count {
  display: flex;
  justify-content: flex-end;
  border-top: solid 2px #D1D1D1;
  margin-top: 4.2rem;
  padding-top: 1rem;
  margin-bottom: 4.2rem;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-list__count {
    font-size: 1.6rem;
    border-top: solid 2px #D1D1D1;
    margin-top: 4.2rem;
    padding-top: 0.5rem;
    margin-bottom: 4.8rem;
  }
}
.product-list__product-list {
  margin-bottom: 10.6rem;
}
.product-list__product-list:last-child {
  margin-bottom: 0;
}
.product-list__product-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (min-width: 821px) {
  .product-list__product-list ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.product-list__product-list ul li {
  color: #1D1D1D;
}
.product-list__product-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-list__product-list ul li .discount {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 821px) {
  .product-list__product-list ul li .discount {
    gap: 0.5rem;
  }
}
.product-list__product-list ul li .discount-title {
  font-size: 2.8rem;
}
@media screen and (min-width: 821px) {
  .product-list__product-list ul li .discount-title {
    font-size: 1.4rem;
  }
}
.product-list__product-list ul li .discount-badge {
  background-color: #893B3B;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0 0.6rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 821px) {
  .product-list__product-list ul li .discount-badge {
    height: 2rem;
    padding: 0 0.3rem;
    font-size: 1.3rem;
  }
}
.product-list__product-list ul li .title {
  display: block;
  margin-top: 3rem;
  font-size: 3.2rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .product-list__product-list ul li .title {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.product-list__product-list ul li .price {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 3.6rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .product-list__product-list ul li .price {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.product-list__product-list ul li .price small {
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .product-list__product-list ul li .price small {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 821px) {
  .product-list__product-list {
    margin-bottom: 5.3rem;
  }
}
.product-list__product-list ul li .title {
  color: #1D1D1D;
}
.product-list__product-list ul li .price {
  color: #1D1D1D;
}
.product-list__paginate {
  margin-bottom: 11.2rem;
}
.product-list__paginate ul {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
@media screen and (min-width: 821px) {
  .product-list__paginate ul {
    gap: 1rem;
  }
}
.product-list__paginate ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.8rem;
  height: 6.8rem;
  font-size: 3.2rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .product-list__paginate ul a {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.6rem;
  }
}
.product-list__paginate ul a:hover {
  opacity: 0.7;
}
.product-list__paginate ul a.active {
  background-color: #EFEBDD;
  border: solid 1px #BFB696;
}
.product-list__paginate ul a.page {
  border: solid 1px #BFB696;
}
.product-list__paginate ul a.prev {
  position: relative;
}
.product-list__paginate ul a.prev::after {
  content: "";
  background-image: url(/html/assets/img/common/arrow-left-paginate.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 821px) {
  .product-list__paginate ul a.prev::after {
    top: 1rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.product-list__paginate ul a.next {
  position: relative;
}
.product-list__paginate ul a.next::after {
  content: "";
  background-image: url(/html/assets/img/common/arrow-right-paginate.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 821px) {
  .product-list__paginate ul a.next::after {
    top: 1rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.product-detail {
  padding: 0 4rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .product-detail {
    padding: 0;
    display: grid;
    grid-template-columns: 32.8rem 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0 10rem;
  }
}
@media screen and (min-width: 821px) {
  .product-detail__title-wrapper {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 821px) {
  .product-detail__image-wrapper {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.product-detail__image-wrapper .item_visual {
  margin-bottom: 0;
  border: solid 1px #D1D1D1;
}
.product-detail__image-wrapper img {
  width: 100%;
}
.product-detail__image-wrapper .slide-item {
  display: block !important;
}
.product-detail__image-wrapper .slick-dots {
  display: none !important;
}
.product-detail__image-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.4rem;
  gap: 3.4rem;
}
@media screen and (min-width: 821px) {
  .product-detail__image-nav {
    margin-top: 1.7rem;
    gap: 1.7rem;
  }
}
.product-detail__image-nav img {
  border: solid 1px #D1D1D1;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.product-detail__explain-wrapper .ec-productRole__price .ec-price .price02-default,
.product-detail__explain-wrapper .ec-productRole__price .ec-price .ec-price__price {
  font-size: 8rem;
  padding: 0;
  margin-top: 3rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-productRole__price .ec-price .price02-default,
  .product-detail__explain-wrapper .ec-productRole__price .ec-price .ec-price__price {
    font-size: 4rem;
    padding: 0;
    margin-top: 1.5rem;
  }
}
.product-detail__explain-wrapper .ec-productRole__price .ec-price .ec-price__tax {
  font-size: 3.6rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-productRole__price .ec-price .ec-price__tax {
    font-size: 1.8rem;
  }
}
.product-detail__explain-wrapper .ec-productRole__code {
  display: none;
}
.product-detail__explain-wrapper .ec-productRole__actions {
  margin-top: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-productRole__actions {
    margin-top: 1.6rem;
  }
}
.product-detail__explain-wrapper .ec-productRole__actions label {
  margin-top: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-productRole__actions label {
    margin-top: 1.6rem;
  }
}
.product-detail__explain-wrapper .ec-productRole__actions select {
  margin-top: 3.2rem;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-productRole__actions select {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.product-detail__explain-wrapper .ec-numberInput span {
  display: inline-block;
  font-size: 3.2rem;
  padding-right: 3.8rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-numberInput span {
    font-size: 1.6rem;
    padding-right: 1.9rem;
  }
}
.product-detail__explain-wrapper .ec-numberInput input[type=number] {
  margin-bottom: 4rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-numberInput input[type=number] {
    margin-bottom: 2rem;
  }
}
.product-detail__explain-wrapper .ec-productRole__btn button {
  background-color: #893B3B;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 11.2rem;
  border-radius: 5.6rem;
  font-size: 3.2rem;
  padding-left: 7rem;
  padding-right: 0rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-productRole__btn button {
    width: 25rem;
    height: 5.6rem;
    border-radius: 2.8rem;
    font-size: 1.6rem;
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
.product-detail__explain-wrapper .ec-productRole__btn button:hover {
  opacity: 0.7;
}
.product-detail__explain-wrapper .ec-productRole__btn button::after {
  content: "";
  position: absolute;
  background-image: url(/html/assets/img/product/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.6rem;
  height: 5.6rem;
  top: 3rem;
  left: 20rem;
}
@media screen and (min-width: 821px) {
  .product-detail__explain-wrapper .ec-productRole__btn button::after {
    width: 2.8rem;
    height: 2.8rem;
    top: 1.5rem;
    left: 4rem;
  }
}
.product-detail__content-wrapper {
  margin-top: 10.5rem;
}
@media screen and (min-width: 821px) {
  .product-detail__content-wrapper {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.product-detail__title {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  color: #1D1D1D;
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .product-detail__title {
    font-size: 4rem;
  }
}
.product-detail__subtitle {
  margin-top: 4.7rem;
  font-size: 6rem;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .product-detail__subtitle {
    margin-top: 4.7rem;
    font-size: 3rem;
  }
}
.product-detail__attributes {
  margin-top: 8rem;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__attributes {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.product-detail__attributes a {
  display: inline-block;
  margin-right: 4rem;
  line-height: 1.8;
  color: #893B3B;
  text-decoration: underline;
  position: relative;
  margin-right: 6rem;
}
@media screen and (min-width: 821px) {
  .product-detail__attributes a {
    margin-right: 4rem;
  }
}
.product-detail__attributes a::after {
  content: "";
  background-image: url(/html/assets/img/common/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2rem;
  right: -4rem;
  width: 2.3rem;
  height: 2.3rem;
}
@media screen and (min-width: 821px) {
  .product-detail__attributes a::after {
    top: 0.9rem;
    right: -2rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.product-detail__attributes a:hover {
  opacity: 0.7;
}
.product-detail__attributes a.simple_link {
  display: inline-block;
  margin-right: 4rem;
  line-height: 1.8;
  color: #893B3B;
  text-decoration: none;
  margin-right: 0;
}
.product-detail__attributes a.simple_link::after {
  content: "";
  background-image: none;
}
.product-detail__attributes dl {
  border-top: solid 1px #D0D0D0;
  margin-top: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__attributes dl {
    margin-top: 1.6rem;
  }
}
.product-detail__attributes dt {
  margin-top: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__attributes dt {
    margin-top: 1.6rem;
  }
}
.product-detail__attributes dd {
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .product-detail__attributes dd {
    margin-top: 0.5rem;
  }
}
.product-detail__contents img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 3.4rem 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents img {
    margin: 1.7rem 0;
  }
}
.product-detail__contents figure img {
  margin-top: 1.8rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents figure img {
    margin-top: 0.9rem;
  }
}
.product-detail__contents figure figcaption {
  font-weight: bold;
}
.product-detail__contents h2 {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  border-top: solid 1px #BFB695;
  border-bottom: solid 1px #BFB695;
  text-align: center;
  font-size: 7rem;
  padding: 4.4rem 0;
  margin-top: 10rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h2 {
    font-size: 3.5rem;
    padding: 2.2rem 0;
    margin-top: 10rem;
  }
}
.product-detail__contents h2:first-child {
  margin-top: 0;
}
.product-detail__contents h3 {
  font-family: "游明朝体", Yu Mincho, YuMincho, serif;
  position: relative;
  border-left: solid 6px #893B3B;
  margin-top: 8rem;
  padding-left: 1.6rem;
  font-size: 5.6rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3 {
    border-left: solid 3px #893B3B;
    margin-top: 4rem;
    padding-left: 0.8rem;
    font-size: 2.8rem;
  }
}
.product-detail__contents h3.point1 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point1 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.point1:after {
  content: "Point1";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point1:after {
    top: -4rem;
  }
}
.product-detail__contents h3.continue1 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue1 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.continue1:after {
  content: "愛され続ける理由1";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue1:after {
    top: -4rem;
  }
}
.product-detail__contents h3.point2 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point2 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.point2:after {
  content: "Point2";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point2:after {
    top: -4rem;
  }
}
.product-detail__contents h3.continue2 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue2 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.continue2:after {
  content: "愛され続ける理由2";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue2:after {
    top: -4rem;
  }
}
.product-detail__contents h3.point3 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point3 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.point3:after {
  content: "Point3";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point3:after {
    top: -4rem;
  }
}
.product-detail__contents h3.continue3 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue3 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.continue3:after {
  content: "愛され続ける理由3";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue3:after {
    top: -4rem;
  }
}
.product-detail__contents h3.point4 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point4 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.point4:after {
  content: "Point4";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point4:after {
    top: -4rem;
  }
}
.product-detail__contents h3.continue4 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue4 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.continue4:after {
  content: "愛され続ける理由4";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue4:after {
    top: -4rem;
  }
}
.product-detail__contents h3.point5 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point5 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.point5:after {
  content: "Point5";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point5:after {
    top: -4rem;
  }
}
.product-detail__contents h3.continue5 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue5 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.continue5:after {
  content: "愛され続ける理由5";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue5:after {
    top: -4rem;
  }
}
.product-detail__contents h3.point6 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point6 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.point6:after {
  content: "Point6";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.point6:after {
    top: -4rem;
  }
}
.product-detail__contents h3.continue6 {
  margin-top: 16rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue6 {
    margin-top: 8rem;
  }
}
.product-detail__contents h3.continue6:after {
  content: "愛され続ける理由6";
  position: absolute;
  top: -8rem;
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h3.continue6:after {
    top: -4rem;
  }
}
.product-detail__contents h2 + h3 {
  margin-top: 4rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h2 + h3 {
    margin-top: 2rem;
  }
}
.product-detail__contents p + h2 {
  margin-top: 8rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents p + h2 {
    margin-top: 4rem;
  }
}
.product-detail__contents h4 {
  font-weight: bold;
  position: relative;
  margin-top: 6.4rem;
  padding-left: 4.8rem;
  font-size: 3.2rem;
  margin: 3.4rem 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h4 {
    margin-top: 3.2rem;
    padding-left: 2.4rem;
    font-size: 1.6rem;
    margin: 1.7rem 0;
  }
}
.product-detail__contents h4::after {
  content: "";
  position: absolute;
  position: absolute;
  background-color: #893B3B;
  left: 0;
  top: 0.5rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h4::after {
    top: 0.25rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.product-detail__contents h5 {
  font-weight: bold;
  font-size: 3.2rem;
  margin: 3.4rem 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents h5 {
    font-size: 1.6rem;
    margin: 1.7rem 0;
  }
}
.product-detail__contents p {
  margin: 3.4rem 0;
  line-height: 5.6rem;
  font-size: 3.2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents p {
    margin: 1.7rem 0;
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
}
.product-detail__contents p em {
  font-weight: bold;
  font-style: normal;
  background: linear-gradient(transparent 70%, #CCF1E2 70%);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.product-detail__contents div.voice {
  background-color: #F6F6F8;
  padding: 1.3rem 3rem;
}
.product-detail__contents dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 6rem 0 12rem;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .product-detail__contents dl {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin: 2rem 0 4rem;
  }
}
.product-detail__contents dt {
  background-color: #F6F6F8;
  border-right: none;
  border-bottom: 1px solid #D1D1D1;
  font-weight: bold;
  width: 100%;
  padding: 2.5rem 2.5rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .product-detail__contents dt {
    width: 18%;
    text-align: center;
    border-right: 1px solid #D1D1D1;
  }
}
.product-detail__contents dd {
  background-color: white;
  border-bottom: 1px solid #D1D1D1;
  width: 100%;
  padding: 2.5rem 2.5rem;
  color: #1D1D1D;
}
@media screen and (min-width: 821px) {
  .product-detail__contents dd {
    width: 82%;
  }
}
.product-detail__contents dl.ingredient {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  width: 100%;
  margin: 6rem 0 12rem;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .product-detail__contents dl.ingredient {
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin: 2rem 0;
    border-right: none;
  }
}
.product-detail__contents dl.ingredient dt {
  text-align: left;
  background-color: #EFEBDD;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  font-weight: normal;
  width: 60%;
  padding: 2rem 2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents dl.ingredient dt {
    width: 30%;
    padding: 1rem 2rem;
  }
}
.product-detail__contents dl.ingredient dd {
  text-align: left;
  background-color: white;
  border-bottom: 1px solid #D1D1D1;
  width: 40%;
  padding: 2rem 3rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents dl.ingredient dd {
    width: 20%;
    padding: 1rem 3rem;
    border-bottom: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
  }
}
.product-detail__contents div.efficacy {
  background-color: #F6F6F8;
  padding: 4.8rem 6.4rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents div.efficacy {
    padding: 2.4rem 3.2rem;
  }
}
.product-detail__contents div.efficacy h4 {
  font-size: 3.2rem;
  margin: 0;
  padding: 0;
}
.product-detail__contents div.efficacy h4::after {
  width: 0;
  height: 0;
}
@media screen and (min-width: 821px) {
  .product-detail__contents div.efficacy h4 {
    font-size: 1.6rem;
  }
}
.product-detail__contents div.efficacy ul {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 3.2rem;
  gap: 1.6rem;
  margin-top: 2rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents div.efficacy ul {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 1.6rem;
  }
}
.product-detail__contents div.efficacy ul li {
  list-style-type: disc;
  margin-left: 4rem;
}
@media screen and (min-width: 821px) {
  .product-detail__contents div.efficacy ul li {
    margin-left: 2rem;
  }
}
.product-detail__cta {
  margin-top: 6rem;
  margin-bottom: 11.8rem;
}
.product-detail__cta img {
  width: 100%;
}
.product-detail__cta a:hover {
  opacity: 0.7;
}
