@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
}

.mrlBody {
  font-family: "Noto Sans JP";
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 0 50px;
    max-width: 1220px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 81%;
  }
}

.mlrwrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mlrwrap {
    padding: 0 20px;
    max-width: 1120px;
  }
}
@media screen and (max-width: 767px) {
  .mlrwrap {
    width: 81%;
  }
}

.modulewrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modulewrap {
    padding: 0 20px;
    max-width: 1295px;
  }
}
@media screen and (max-width: 767px) {
  .modulewrap {
    width: 92%;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.reformTopMv {
  position: relative;
}
.reformTopMv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.reformTopMv-img.active {
  position: relative;
  opacity: 1;
}
@media screen and (max-width: 844px) {
  .reformTopMv-img img {
    height: 716px;
  }
}
.reformTopMv-ttl {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .reformTopMv-ttl {
    top: 21%;
    left: 123px;
    max-width: 26%;
  }
}
@media screen and (max-width: 844px) {
  .reformTopMv-ttl {
    top: 121px;
    left: 50%;
    width: 254px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformTopMv-txt {
  position: absolute;
  z-index: 1;
  font-family: "Noto Sans JP";
  line-height: 45px;
}
@media screen and (min-width: 1025px) {
  .reformTopMv-txt {
    right: 0;
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 20px 136px;
    width: 56%;
    height: 260px;
    border-radius: 250px 0 0 250px;
    background: #fafaf8;
    color: #4c4948;
    font-weight: 400;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .reformTopMv-txt {
    right: 0;
    bottom: -90px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 65px 0 66px 117px;
    width: 56%;
    border-radius: 250px 0 0 250px;
    background: #fafaf8;
    color: #4c4948;
    font-weight: 400;
    font-size: 16px;
  }
}
@media screen and (max-width: 844px) {
  .reformTopMv-txt {
    right: 0;
    bottom: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 55px 30px 55px 35px;
    width: 93%;
    border-radius: 140px 0 0 140px;
    background: #fafaf8;
    color: #4c4948;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6em;
    line-height: 1.7em;
  }
}
.reformTopMv-links {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .reformTopMv-links {
    bottom: 10%;
  }
}
@media screen and (max-width: 844px) {
  .reformTopMv-links {
    bottom: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformTopMv-links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 325px;
  height: 43px;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
}
.reformTopMv-links-link.is-active {
  background: #fff;
  color: #4c4948;
}
.reformTopMv-links-link.is-active::after {
  background: url(../img/link_btn_hover.svg);
  background-size: contain;
}
.reformTopMv-links-link:hover {
  background: #fff;
  color: #4c4948;
}
.reformTopMv-links-link:hover::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/link_btn_hover.svg);
  background-size: contain;
}
.reformTopMv-links-link::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/link_btn.svg);
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformTopMv-links-library_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 325px;
  height: 43px;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
}
.reformTopMv-links-library_btn a::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 32px;
  background: url(../img/library_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformTopMv-links-library_btn a:hover {
  background: #fff;
  color: #4c4948;
}
.reformTopMv-links-library_btn a:hover::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 32px;
  background: url(../img/library_icon_hover.svg);
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformTopMv-modal {
  position: absolute;
  z-index: 9;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .reformTopMv-modal {
    bottom: -17%;
    padding: 29px 50px 30px;
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopMv-modal {
    bottom: 12%;
    left: 50%;
    padding: 25px 40px 30px;
    width: 325px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformTopMv-modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.reformTopMv-modal-ttl {
  margin-bottom: 15px;
  color: #a5a5a5;
  font-weight: 700;
  font-size: 1.6rem;
}
.reformTopMv-modal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.reformTopMv-modal-link {
  font-size: 2rem;
}
.reformTopMv-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-top {
    right: 10px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
  .page-top span {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #7e6e5b;
    opacity: 0;
    cursor: pointer;
  }
  .page-top:hover {
    color: #fff;
  }
  .page-top.is-show {
    visibility: visible;
    opacity: 1;
  }
  :has(.page-top:hover) .page-top span {
    color: #fff;
  }
  .page-top span {
    color: #7e6e5b;
    font-weight: 400;
    font-size: 14px;
  }
  .page-top:hover {
    border: 2px solid white;
    background: #c8bb9b;
    color: #fff;
  }
  .page-top span:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    width: 100%;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 30px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .page-top span {
    font-size: 1.8rem;
  }
}
.reformTopContents {
  background: #e5e0d5;
}
@media screen and (min-width: 1025px) {
  .reformTopContents {
    padding: 230px 123px 94px;
  }
}
@media screen and (max-width: 1024px) {
  .reformTopContents {
    padding: 230px 10px 94px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents {
    padding: 25px 0 22px;
  }
}
.reformTopContents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .reformTopContents-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .reformTopContents-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reformTopContents-list-item {
  position: relative;
  z-index: 8;
  padding-bottom: 25px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .reformTopContents-list-item {
    width: 315px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-list-item {
    width: 252px;
  }
}
.reformTopContents-list-item::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}
.reformTopContents-list-item.min60 {
  position: relative;
}
.reformTopContents-list-item.min60::after {
  content: "";
  position: absolute;
  left: 0;
  height: 41px;
  background: url(../img/30min.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformTopContents-list-item.min60::after {
    top: 170px;
    width: 59px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-list-item.min60::after {
    top: 138px;
    width: 49px;
  }
}
.reformTopContents-list-item-img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reformTopContents-list-item-img {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-list-item-img {
    height: 186px;
  }
}
.reformTopContents-list-item-img img {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .reformTopContents-list-item-img img {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-list-item-img img {
    height: 186px;
  }
}
.reformTopContents-list-item-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  background: url(../img/play_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reformTopContents-list-item-menu {
  color: #4c4948;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformTopContents-list-item-menu {
    margin-top: 13px;
    padding-left: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-list-item-menu {
    margin-top: 18px;
    padding-right: 23px;
    padding-left: 23px;
    font-size: 1.2rem;
  }
}
.reformTopContents-list-item-ttl {
  color: #4c4948;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .reformTopContents-list-item-ttl {
    margin-top: 6px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-list-item-ttl {
    margin-top: 8px;
    padding-right: 23px;
    padding-left: 23px;
    font-size: 1.4rem;
  }
}
.reformTopContents-list-item-goodbtn {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;
  display: block;
  width: 18px;
  height: 17px;
  cursor: pointer;
}
.reformTopContents-list-item-goodbtn:hover {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  height: 17px;
  background: url(../img/good_icon_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.reformTopContents-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 144px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  color: #7e6e5b;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .reformTopContents-link {
    margin: 160px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-link {
    margin: 22px auto 0;
  }
}

.hidden {
  display: none;
}

.load-more-btn {
  display: none;
  margin: 30px auto 0;
  width: 144px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  color: #7e6e5b;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .load-more-btn {
    display: block;
  }
}
.reformTopContents-slider {
  position: relative;
  overflow: visible !important;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reformTopContents-slider {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-slider {
    margin-top: 45px;
  }
}

.swiper-slide {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    width: 315px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 252px !important;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev:after, .swiper-button-next:after {
  color: #000;
  font-size: 24px;
}

.swiper-pagination {
  position: relative;
  right: 0 !important;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    top: -125px !important;
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: -40px !important;
    text-align: center !important;
  }
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: #c9c9c9 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #888 !important;
  opacity: 1;
}

/* スライドのスタイルは既存のものを活用 */
@media screen and (min-width: 768px) {
  .reformTopContents-list-item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reformTopContents-list-item {
    height: auto;
  }
}

.swiper-wrapper {
  z-index: 21 !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.75);
}

.modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .modal-container {
    width: 364px;
  }
}

.modal-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-content {
    padding: 20px;
    width: 960px;
    height: 558px !important;
    aspect-ratio: 1920/1116;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 20px 0;
    width: 100%;
    height: auto !important;
    aspect-ratio: 300/466;
  }
}

.modal-close {
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-close {
    top: -58px;
    right: 19px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .modal-close {
    top: -60px;
    right: 3px;
    width: 49px;
    height: 49px;
    font-size: 60px;
  }
}

.modal-content-video {
  width: 100%;
  height: 100%;
  border: none;
}

.modal-navigation {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; /* これにより背景のクリックが可能になります */
}
@media screen and (min-width: 768px) {
  .modal-navigation {
    bottom: -90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-navigation {
    bottom: -70px;
    gap: 6px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}

.modal-prev-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 17px;
  width: 150px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 26px;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  pointer-events: auto;
}
.modal-prev-btn span {
  margin-top: -9px;
}

.modal-next-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 17px;
  width: 150px;
  height: 48px;
  border-radius: 26px;
  font-size: 1.3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  pointer-events: auto; /* ボタンのクリックを有効にします */
}
@media screen and (min-width: 768px) {
  .modal-next-btn {
    background-color: #887f71;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .modal-next-btn {
    background-color: #fff;
    color: #4c4c4c;
  }
}
.modal-next-btn span {
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .modal-next-btn span {
    width: 29px;
  }
}

.modal-good-btn {
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .modal-good-btn {
    right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .modal-good-btn {
    right: 0;
  }
}
.modal-good-btn:hover {
  width: 49px;
  height: 49px;
  background: url(../img/modal_good_icon_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-prev-btn:hover, .modal-next-btn:hover {
  opacity: 0.7;
}

.reformTopSection {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .reformTopSection.moremargin {
    padding-bottom: 180px;
  }
}
.reformTopSection.backgroundbeige {
  background: #e5e0d5;
}
.reformTopSection.backgroundwhite {
  background: #f8f8f5;
}
.reformTopSection-sectionumber {
  color: #796a56;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 2.6rem;
}
.reformTopSection-ttl {
  margin-top: 10px;
  color: #c4b59d;
  font-weight: 400;
  font-size: 6.4rem;
  font-family: "Zen Old Mincho";
}
@media screen and (max-width: 767px) {
  .reformTopSection-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: -0.02em;
  }
}
.reformTopSection-ttl-span {
  position: relative;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformTopSection-ttl-span {
    top: -12px;
    margin-left: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .reformTopSection-ttl-span {
    font-size: 1.6rem;
  }
}
.reformTopSection-txt {
  margin-top: 16px;
  color: #3e3a39;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .reformTopSection-txt {
    margin-top: 24px;
  }
}
.reformTopSection-bigttlerea {
  margin: 0 auto;
  max-width: 1440px;
}
.reformTopSection-bigttlerea-bigttl {
  margin-left: -10px;
  color: #edeae4;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reformTopSection-bigttlerea-bigttl {
    margin-top: -90px;
    margin-bottom: 35px;
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopSection-bigttlerea-bigttl {
    margin-top: -30px;
    margin-bottom: 15px;
    font-size: 79px;
  }
}
.reformTopSection-ttlerea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
}
.reformTopSection-ttlerea-btn {
  position: relative;
  z-index: 66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  margin-bottom: 8px;
  width: 123px;
  height: 29px;
  border: 1px solid #717071;
  border-radius: 14px;
  color: #717071;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .reformTopSection-ttlerea-btn {
    position: absolute;
    bottom: 44px;
    left: 50%;
    width: 252px;
    height: 60px;
    border-radius: 31px;
    font-size: 26px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformTopSection-ttlerea-btn::after {
  content: "";
  display: inline-block;
  margin-top: 1px;
  background: url(../img/more_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformTopSection-ttlerea-btn::after {
    margin-left: 3px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopSection-ttlerea-btn::after {
    margin-left: 21px;
    width: 23px;
    height: 23px;
  }
}

.reformTopFooter {
  position: relative;
  background: #c8bb9b;
}
@media screen and (min-width: 768px) {
  .reformTopFooter {
    padding: 158px 0 188px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopFooter {
    padding: 145px 0 77px;
  }
}
.reformTopFooter-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .reformTopFooter-flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .reformTopFooter-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reformTopFooter-flex-ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reformTopFooter-flex-ttl {
    width: 281px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopFooter-flex-ttl {
    width: 175px;
  }
}
.reformTopFooter-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .reformTopFooter-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .reformTopFooter-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.reformTopFooter-links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .reformTopFooter-links-link {
    width: 325px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopFooter-links-link {
    width: 100%;
    height: 43px;
  }
}
.reformTopFooter-links-link.is-active {
  background: #fff;
  color: #4c4948;
}
.reformTopFooter-links-link.is-active::after {
  background: url(../img/link_btn_hover.svg);
  background-size: contain;
}
.reformTopFooter-links-link:hover {
  background: #fff;
  color: #4c4948;
}
.reformTopFooter-links-link:hover::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/link_btn_hover.svg);
  background-size: contain;
}
.reformTopFooter-links-link::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/link_btn.svg);
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformTopFooter-links-library_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
}
.reformTopFooter-links-library_btn a::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 32px;
  background: url(../img/library_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformTopFooter-links-library_btn a:hover {
  background: #fff;
  color: #4c4948;
}
.reformTopFooter-links-library_btn a:hover::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 32px;
  background: url(../img/library_icon_hover.svg);
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformTopFooter-modal {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .reformTopFooter-modal {
    bottom: -56%;
    left: -40px;
    padding: 29px 50px 30px;
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .reformTopFooter-modal {
    bottom: -122%;
    left: 50%;
    padding: 30px 40px 30px;
    width: 325px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformTopFooter-modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.reformTopFooter-modal-ttl {
  margin-bottom: 15px;
  color: #a5a5a5;
  font-weight: 700;
  font-size: 1.6rem;
}
.reformTopFooter-modal-links {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.reformTopFooter-modal-link {
  font-size: 2rem;
}
.reformTopFooter-modal-close {
  position: absolute;
  top: -340%;
  right: -271%;
  width: 590%;
  height: 470%;
  border: none;
  background: none;
  color: #707070;
  font-weight: 100;
  font-size: 4.2rem;
  cursor: default;
}

.reformMrlMv {
  position: relative;
}
.reformMrlMv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.reformMrlMv-img.active {
  position: relative;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .reformMrlMv-img img {
    height: 716px;
  }
}
.reformMrlMv-ttl {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .reformMrlMv-ttl {
    top: 21%;
    left: 123px;
    max-width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlMv-ttl {
    top: 121px;
    left: 50%;
    width: 254px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformMrlMv-txt {
  position: absolute;
  z-index: 1;
  font-family: "Noto Sans JP";
  line-height: 45px;
}
@media screen and (min-width: 1025px) {
  .reformMrlMv-txt {
    right: 0;
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 20px 136px;
    width: 56%;
    height: 260px;
    border-radius: 250px 0 0 250px;
    background: #fafaf8;
    color: #4c4948;
    font-weight: 400;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .reformMrlMv-txt {
    right: 0;
    bottom: -90px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 65px 0 66px 117px;
    width: 56%;
    border-radius: 250px 0 0 250px;
    background: #fafaf8;
    color: #4c4948;
    font-weight: 400;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlMv-txt {
    right: 0;
    bottom: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 55px 30px 55px 35px;
    width: 93%;
    border-radius: 140px 0 0 140px;
    background: #fafaf8;
    color: #4c4948;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6em;
    line-height: 1.7em;
  }
}
.reformMrlMv-links {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .reformMrlMv-links {
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlMv-links {
    bottom: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformMrlMv-links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 325px;
  height: 43px;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
}
.reformMrlMv-links-link.is-active {
  background: #fff;
  color: #4c4948;
}
.reformMrlMv-links-link.is-active::after {
  background: url(../img/link_btn_hover.svg);
  background-size: contain;
}
.reformMrlMv-links-link:hover {
  background: #fff;
  color: #4c4948;
}
.reformMrlMv-links-link:hover::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/link_btn_hover.svg);
  background-size: contain;
}
.reformMrlMv-links-link::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/link_btn.svg);
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformMrlMv-links-library_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 325px;
  height: 43px;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
}
.reformMrlMv-links-library_btn:hover {
  background: #fff;
  color: #4c4948;
}
.reformMrlMv-links-library_btn:hover::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 32px;
  background: url(../img/library_icon_hover.svg);
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformMrlMv-links-library_btn::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 32px;
  background: url(../img/library_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformMrlMv-modal {
  position: absolute;
  z-index: 9;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .reformMrlMv-modal {
    bottom: -17%;
    padding: 29px 50px 30px;
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlMv-modal {
    bottom: 12%;
    left: 50%;
    padding: 25px 40px 30px;
    width: 325px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformMrlMv-modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.reformMrlMv-modal-ttl {
  margin-bottom: 15px;
  color: #a5a5a5;
  font-weight: 700;
  font-size: 1.6rem;
}
.reformMrlMv-modal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.reformMrlMv-modal-link {
  font-size: 2rem;
}
.reformMrlMv-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-top {
    right: 10px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
  .page-top span {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #7e6e5b;
    opacity: 0;
    cursor: pointer;
  }
  .page-top:hover {
    color: #fff;
  }
  .page-top.is-show {
    visibility: visible;
    opacity: 1;
  }
  :has(.page-top:hover) .page-top span {
    color: #fff;
  }
  .page-top span {
    color: #7e6e5b;
    font-weight: 400;
    font-size: 14px;
  }
  .page-top:hover {
    border: 2px solid white;
    background: #c8bb9b;
    color: #fff;
  }
  .page-top span:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    width: 100%;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 30px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .page-top span {
    font-size: 1.8rem;
  }
}
.reformMrlBody {
  background: #f8f8f5;
  /* スライドのスタイルは既存のものを活用 */
}
@media screen and (min-width: 768px) {
  .reformMrlBody {
    padding: 132px 0 94px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody {
    padding: 75px 0 22px;
  }
}
.reformMrlBody-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.reformMrlBody-link-img {
  width: 17px;
}
.reformMrlBody-link-txt {
  font-size: 10px;
  font-family: "Noto Sans JP";
}
.reformMrlBody-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b79f78;
  font-weight: 400;
  font-family: "Zen Old Mincho";
}
@media screen and (min-width: 768px) {
  .reformMrlBody-ttl {
    gap: 35px;
    margin-top: 80px;
    font-size: 63px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    margin-top: 20px;
    font-size: 56px;
  }
}
.reformMrlBody-ttl span {
  color: #b79f78;
  font-weight: 400;
  font-size: 19px;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformMrlBody-ttl span {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-ttl span {
    margin-top: 0;
  }
}
.reformMrlBody-txt {
  margin-top: 30px;
  color: #717071;
  letter-spacing: 0.02em;
  font-size: 16px;
}
.reformMrlBody-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .reformMrlBody-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .reformMrlBody-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}
.reformMrlBody-list-item {
  position: relative;
  z-index: 8;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item {
    padding-bottom: 15px;
    width: 251px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item {
    padding-bottom: 10px;
    width: 100%;
  }
}
.reformMrlBody-list-item::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item::before {
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item::before {
    top: 10px;
    right: 10px;
  }
}
.reformMrlBody-list-item.min60 {
  position: relative;
}
.reformMrlBody-list-item.min60::after {
  content: "";
  position: absolute;
  left: 0;
  height: 41px;
  background: url(../img/30min.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item.min60::after {
    top: 112px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item.min60::after {
    top: 68px;
    width: 27px;
  }
}
.reformMrlBody-list-item-img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item-img {
    height: 166px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item-img {
    height: auto;
  }
}
.reformMrlBody-list-item-img img {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item-img img {
    height: 166px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item-img img {
    width: 100%;
    height: 98px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.reformMrlBody-list-item-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/play_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item-img::after {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item-img::after {
    width: 33px;
    height: 33px;
  }
}
.reformMrlBody-list-item-menu {
  color: #4c4948;
  font-weight: 400;
  font-family: Noto Sans JP;
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item-menu {
    margin-top: 13px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item-menu {
    margin-top: 5px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.8rem;
  }
}
.reformMrlBody-list-item-ttl {
  color: #4c4948;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item-ttl {
    margin-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item-ttl {
    margin-top: 5px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1rem;
  }
}
.reformMrlBody-list-item-goodbtn {
  position: absolute;
  z-index: 10;
  display: block;
  width: 18px;
  height: 17px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item-goodbtn {
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item-goodbtn {
    top: 19px;
    right: 19px;
  }
}
.reformMrlBody-list-item-goodbtn:hover {
  position: absolute;
  width: 18px;
  height: 17px;
  background: url(../img/good_icon_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformMrlBody-list-item-goodbtn:hover {
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody-list-item-goodbtn:hover {
    top: 19px;
    right: 19px;
  }
}
.reformMrlBody .hidden {
  display: none;
}
.reformMrlBody .load-more-btn {
  display: none;
  margin: 30px auto 0;
  width: 144px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  color: #7e6e5b;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .reformMrlBody .load-more-btn {
    display: block;
  }
}
.reformMrlBody .reformMrlContents-slider {
  position: relative;
  overflow: visible !important;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reformMrlBody .reformMrlContents-slider {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody .reformMrlContents-slider {
    margin-top: 45px;
  }
}
.reformMrlBody .swiper-slide {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .reformMrlBody .swiper-slide {
    width: 251px !important;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody .swiper-slide {
    width: calc(50% - 6px) !important;
  }
}
.reformMrlBody .swiper-button-prev, .reformMrlBody .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.reformMrlBody .swiper-button-prev:after, .reformMrlBody .swiper-button-next:after {
  color: #000;
  font-size: 24px;
}
.reformMrlBody .swiper-pagination {
  position: relative;
  right: 0 !important;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .reformMrlBody .swiper-pagination {
    top: -125px !important;
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody .swiper-pagination {
    bottom: -40px !important;
    text-align: center !important;
  }
}
.reformMrlBody .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: #c9c9c9 !important;
  opacity: 1 !important;
}
.reformMrlBody .swiper-pagination-bullet-active {
  background: #888 !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .reformMrlBody .reformMrlContents-list-item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlBody .reformMrlContents-list-item {
    height: auto;
  }
}
.reformMrlBody .swiper-wrapper {
  z-index: 21 !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.75);
}

.modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .modal-container {
    width: 364px;
  }
}

.modal-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-content {
    padding: 20px;
    width: 960px;
    height: 540px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 20px 0;
    width: 100%;
    height: 529px;
  }
}

.modal-close {
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-close {
    top: -58px;
    right: 19px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .modal-close {
    top: -60px;
    right: 3px;
    width: 49px;
    height: 49px;
    font-size: 60px;
  }
}

.modal-content-video {
  width: 100%;
  height: 100%;
  border: none;
}

.modal-navigation {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; /* これにより背景のクリックが可能になります */
}
@media screen and (min-width: 768px) {
  .modal-navigation {
    bottom: -90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-navigation {
    bottom: -70px;
    gap: 6px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}

.modal-prev-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 17px;
  width: 150px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 26px;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  pointer-events: auto;
}
.modal-prev-btn span {
  margin-top: -9px;
}

.modal-next-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 17px;
  width: 150px;
  height: 48px;
  border-radius: 26px;
  font-size: 1.3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  pointer-events: auto; /* ボタンのクリックを有効にします */
}
@media screen and (min-width: 768px) {
  .modal-next-btn {
    background-color: #887f71;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .modal-next-btn {
    background-color: #fff;
    color: #4c4c4c;
  }
}
.modal-next-btn span {
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .modal-next-btn span {
    width: 29px;
  }
}

.modal-good-btn {
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .modal-good-btn {
    right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .modal-good-btn {
    right: 0;
  }
}
.modal-good-btn:hover {
  width: 49px;
  height: 49px;
  background: url(../img/modal_good_icon_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-prev-btn:hover, .modal-next-btn:hover {
  opacity: 0.7;
}

.reformMrlSection {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .reformMrlSection.moremargin {
    padding-bottom: 180px;
  }
}
.reformMrlSection.backgroundbeige {
  background: #e5e0d5;
}
.reformMrlSection.backgroundwhite {
  background: #f8f8f5;
}
.reformMrlSection-sectionumber {
  color: #796a56;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 2.6rem;
}
.reformMrlSection-ttl {
  margin-top: 10px;
  color: #c4b59d;
  font-weight: 700;
  font-size: 6.4rem;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .reformMrlSection-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: -0.02em;
  }
}
.reformMrlSection-ttl-span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reformMrlSection-ttl-span {
    top: -21px;
    margin-left: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlSection-ttl-span {
    font-size: 1.6rem;
  }
}
.reformMrlSection-txt {
  margin-top: 16px;
  color: #3e3a39;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .reformMrlSection-txt {
    margin-top: 24px;
  }
}
.reformMrlSection-bigttlerea {
  margin: 0 auto;
  max-width: 1440px;
}
.reformMrlSection-bigttlerea-bigttl {
  margin-left: -10px;
  color: #edeae4;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reformMrlSection-bigttlerea-bigttl {
    margin-top: -90px;
    margin-bottom: 35px;
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlSection-bigttlerea-bigttl {
    margin-top: -30px;
    margin-bottom: 15px;
    font-size: 79px;
  }
}
.reformMrlSection-ttlerea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
}
.reformMrlSection-ttlerea-btn {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  margin-bottom: 8px;
  width: 123px;
  height: 29px;
  border: 1px solid #717071;
  border-radius: 14px;
  color: #717071;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .reformMrlSection-ttlerea-btn {
    position: absolute;
    bottom: 44px;
    left: 50%;
    width: 252px;
    height: 60px;
    border-radius: 31px;
    font-size: 26px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformMrlSection-ttlerea-btn::after {
  content: "";
  display: inline-block;
  margin-top: 1px;
  background: url(../img/more_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformMrlSection-ttlerea-btn::after {
    margin-left: 3px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlSection-ttlerea-btn::after {
    margin-left: 21px;
    width: 23px;
    height: 23px;
  }
}

.reformMrlFooter {
  position: relative;
  background: #c8bb9b;
}
@media screen and (min-width: 768px) {
  .reformMrlFooter {
    padding: 158px 0 188px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter {
    padding: 145px 0 77px;
  }
}
.reformMrlFooter-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .reformMrlFooter-flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reformMrlFooter-flex-ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reformMrlFooter-flex-ttl {
    width: 281px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter-flex-ttl {
    width: 175px;
  }
}
.reformMrlFooter-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .reformMrlFooter-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.reformMrlFooter-links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .reformMrlFooter-links-link {
    width: 325px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter-links-link {
    width: 100%;
    height: 43px;
  }
}
.reformMrlFooter-links-link.is-active {
  background: #fff;
  color: #4c4948;
}
.reformMrlFooter-links-link.is-active::after {
  background: url(../img/link_btn_hover.svg);
  background-size: contain;
}
.reformMrlFooter-links-link:hover {
  background: #fff;
  color: #4c4948;
}
.reformMrlFooter-links-link:hover::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/link_btn_hover.svg);
  background-size: contain;
}
.reformMrlFooter-links-link::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/link_btn.svg);
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformMrlFooter-links-library_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .reformMrlFooter-links-library_btn {
    width: 325px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter-links-library_btn {
    width: 100%;
    height: 43px;
  }
}
.reformMrlFooter-links-library_btn:hover {
  background: #fff;
  color: #4c4948;
}
.reformMrlFooter-links-library_btn:hover::after {
  content: "";
  display: inline-block;
  margin-top: -6px;
  width: 24px;
  height: 32px;
  background: url(../img/library_icon_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformMrlFooter-links-library_btn::after {
  content: "";
  display: inline-block;
  margin-top: -9px;
  width: 24px;
  height: 32px;
  background: url(../img/library_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reformMrlFooter-modal {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .reformMrlFooter-modal {
    bottom: -26%;
    left: 198px;
    padding: 29px 50px 30px;
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter-modal {
    bottom: 2%;
    left: 50%;
    padding: 30px 40px 30px;
    width: 325px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reformMrlFooter-modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.reformMrlFooter-modal-ttl {
  margin-bottom: 15px;
  color: #a5a5a5;
  font-weight: 700;
  font-size: 1.6rem;
}
.reformMrlFooter-modal-links {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.reformMrlFooter-modal-link {
  font-size: 2rem;
}
.reformMrlFooter-modal-close {
  position: absolute;
  border: none;
  background: none;
  color: #707070;
  font-weight: 100;
  font-size: 4.2rem;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .reformMrlFooter-modal-close {
    top: -340%;
    right: -271%;
    width: 590%;
    height: 470%;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter-modal-close {
    top: 2px;
    right: 14px;
    font-weight: 100;
    font-size: 5.5rem;
  }
}
.reformMrlFooter-toplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformMrlFooter-toplink {
    margin-top: 77px;
    width: 274px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reformMrlFooter-toplink {
    margin-top: 16px;
    width: 100%;
    height: 60px;
  }
}
.reformMrlFooter-toplink:hover {
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.7;
}

.reformModule {
  background: #f8f8f5;
}
@media screen and (min-width: 768px) {
  .reformModule {
    padding: 132px 0 94px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule {
    padding: 75px 0 22px;
  }
}
.reformModule-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.reformModule-link-img {
  width: 17px;
}
.reformModule-link-txt {
  font-size: 10px;
  font-family: "Noto Sans JP";
}
.reformModule-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b79f78;
  font-weight: 400;
  font-family: "Zen Old Mincho";
}
@media screen and (min-width: 768px) {
  .reformModule-ttl {
    gap: 35px;
    margin-top: 80px;
    font-size: 63px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    margin-top: 20px;
    font-size: 56px;
  }
}
.reformModule-ttl span {
  color: #b79f78;
  font-weight: 400;
  font-size: 19px;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModule-ttl span {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-ttl span {
    margin-top: 0;
  }
}
.reformModule-txt {
  margin-top: 30px;
  color: #717071;
  letter-spacing: 0.02em;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .reformModule-list {
    display: grid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(auto-fit, 251px);
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .reformModule-list {
    display: grid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(auto-fit, 251px);
    margin-top: 35px;
    max-width: 813px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
.reformModule-list-item {
  position: relative;
  z-index: 8;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .reformModule-list-item {
    padding-bottom: 15px;
    width: 251px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item {
    padding-bottom: 10px;
    width: 100%;
  }
}
.reformModule-list-item::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformModule-list-item::before {
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item::before {
    top: 10px;
    right: 10px;
  }
}
.reformModule-list-item.min60 {
  position: relative;
}
.reformModule-list-item.min60::after {
  content: "";
  position: absolute;
  left: 0;
  height: 41px;
  background: url(../img/30min.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformModule-list-item.min60::after {
    top: 112px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item.min60::after {
    top: 68px;
    width: 27px;
  }
}
.reformModule-list-item-img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reformModule-list-item-img {
    height: 166px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item-img {
    height: auto;
  }
}
.reformModule-list-item-img img {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .reformModule-list-item-img img {
    height: 166px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item-img img {
    width: 100%;
    height: 98px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.reformModule-list-item-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/play_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .reformModule-list-item-img::after {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item-img::after {
    width: 33px;
    height: 33px;
  }
}
.reformModule-list-item-menu {
  color: #4c4948;
  font-weight: 400;
  font-family: Noto Sans JP;
}
@media screen and (min-width: 768px) {
  .reformModule-list-item-menu {
    margin-top: 13px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item-menu {
    margin-top: 5px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.8rem;
  }
}
.reformModule-list-item-ttl {
  color: #4c4948;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .reformModule-list-item-ttl {
    margin-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item-ttl {
    margin-top: 5px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1rem;
  }
}
.reformModule-list-item-goodbtn {
  position: absolute;
  z-index: 10;
  display: block;
  width: 18px;
  height: 17px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .reformModule-list-item-goodbtn {
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item-goodbtn {
    top: 19px;
    right: 19px;
  }
}
.reformModule-list-item-goodbtn:hover {
  position: absolute;
  width: 18px;
  height: 17px;
  background: url(../img/good_icon_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformModule-list-item-goodbtn:hover {
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule-list-item-goodbtn:hover {
    top: 19px;
    right: 19px;
  }
}
.reformModule .hidden {
  display: none;
}
.reformModule .load-more-btn {
  display: none;
  margin: 30px auto 0;
  width: 144px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  color: #7e6e5b;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .reformModule .load-more-btn {
    display: block;
  }
}
.reformModule .reformMrlContents-slider {
  position: relative;
  overflow: visible !important;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reformModule .reformMrlContents-slider {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .reformModule .reformMrlContents-slider {
    margin-top: 45px;
  }
}

.reformModuleBody-contents {
  /* スライドのスタイルは既存のものを活用 */
}
.reformModuleBody-contents .swiper-slide {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .reformModuleBody-contents .swiper-slide {
    width: 251px !important;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-contents .swiper-slide {
    width: calc(50% - 6px) !important;
  }
}
.reformModuleBody-contents .swiper-button-prev, .reformModuleBody-contents .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.reformModuleBody-contents .swiper-button-prev:after, .reformModuleBody-contents .swiper-button-next:after {
  color: #000;
  font-size: 24px;
}
.reformModuleBody-contents .swiper-pagination {
  position: relative;
  right: 0 !important;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .reformModuleBody-contents .swiper-pagination {
    top: -125px !important;
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-contents .swiper-pagination {
    bottom: -40px !important;
    text-align: center !important;
  }
}
.reformModuleBody-contents .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: #c9c9c9 !important;
  opacity: 1 !important;
}
.reformModuleBody-contents .swiper-pagination-bullet-active {
  background: #888 !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .reformModuleBody-contents .reformMrlContents-list-item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-contents .reformMrlContents-list-item {
    height: auto;
  }
}
.reformModuleBody-contents .swiper-wrapper {
  z-index: 21 !important;
}
.reformModuleBody-contents .hidden {
  display: none;
  /* 非表示のスタイル */
}

.load-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 123px;
  height: 28px;
  border: 1px solid #717071;
  border-radius: 40px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .load-more-button {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .load-more-button {
    margin: 20px auto 0;
  }
}
.load-more-button::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/module/more_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.load-more-button:hover {
  background-color: #fff;
  /* ホバー時の背景色 */
}

@media screen and (min-width: 768px) {
  .reformModuleMv.kitchenbg {
    width: 100%;
    height: 724px;
    background: url(../img/module/kitchen_mv_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .reformModuleMv.bathandtoiletbg {
    width: 100%;
    height: 724px;
    background: url(../img/module/bathandtoilet_mv_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .reformModuleMv.livingdiningbg {
    width: 100%;
    height: 724px;
    background: url(../img/module/livingdining_mv_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleMv.kitchenbg {
    width: 100%;
    height: 725px;
    background: url(../img/module/kitchen_mv_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .reformModuleMv.bathandtoiletbg {
    width: 100%;
    height: 725px;
    background: url(../img/module/bathandtoilet_mv_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .reformModuleMv.livingdiningbg {
    width: 100%;
    height: 725px;
    background: url(../img/module/livingdining_mv_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.reformModuleMv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .reformModuleMv-list {
    margin: 0 auto;
    padding-top: 114px;
    padding-left: 57px;
    max-width: 1380px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleMv-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 64px;
    padding-left: 10px;
    width: 210px;
  }
}
.reformModuleMv-list-item {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reformModuleMv-list-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleMv-list-item {
    font-size: 8px;
  }
}
.reformModuleMv-list-item-link {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reformModuleMv-list-item-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleMv-list-item-link {
    font-size: 8px;
  }
}
.reformModuleMv-list-item-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .reformModuleMv-logo {
    margin-top: 50px;
    width: 165px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleMv-logo {
    margin: 50px auto 0;
    width: 165px;
  }
}
.reformModuleMv-txt {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .reformModuleMv-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 214px;
    color: #ebe4d8;
    font-weight: 700;
    font-size: 20px;
    font-family: "Noto Sans JP";
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleMv-txt {
    display: none;
  }
}
.reformModuleMv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ebe4d8;
  font-weight: 100;
  font-family: "Zen Old Mincho";
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .reformModuleMv-ttl {
    margin: -30px auto 0;
    font-size: 96px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleMv-ttl {
    margin: 0 auto;
    color: #c4b59d;
    text-align: center;
    font-size: 80px;
    line-height: 1.1em;
  }
}
.reformModuleMv-ttl span {
  text-align: center;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .reformModuleMv-ttl span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleMv-ttl span {
    margin-top: 18px;
    color: #fff;
    text-align: center;
    font-size: 24px;
  }
}
.reformModuleMv-scrolltxt {
  margin: 180px auto 0;
  width: 23px;
}
.reformModuleMv-scrolltxt.lineheight {
  margin: 90px auto 0;
  line-height: 1.1em;
}

.reformModuleBody {
  background: #e5dfd2;
}
@media screen and (min-width: 768px) {
  .reformModuleBody {
    padding: 144px 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody {
    padding: 56px 0 60px;
  }
}
.reformModuleBody-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .reformModuleBody-word {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-word {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 57px;
  }
}
.reformModuleBody-word-ttl {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Noto Sans JP";
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .reformModuleBody-word-ttl {
    width: 50%;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-word-ttl {
    font-size: 40px;
  }
}
.reformModuleBody-word-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .reformModuleBody-word-contents {
    width: 52%;
  }
}
.reformModuleBody-word-contents-ttl {
  color: #3e3a39;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModuleBody-word-contents-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-word-contents-ttl {
    letter-spacing: 0.08em;
    font-size: 18px;
  }
}
.reformModuleBody-word-contents-txt {
  color: #3e3a39;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModuleBody-word-contents-txt {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-word-contents-txt {
    font-size: 16px;
    line-height: 1.6em;
  }
}
.reformModuleBody-contents {
  border-radius: 40px;
  background: #f8f8f5;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .reformModuleBody-contents {
    margin-top: 125px;
    padding: 60px 80px 80px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-contents {
    margin-top: 40px;
    padding: 20px 20px 70px;
  }
}
.reformModuleBody-contents-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #c4b59d;
  font-family: "Zen Old Mincho";
}
@media screen and (min-width: 768px) {
  .reformModuleBody-contents-ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-contents-ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
  }
}
.reformModuleBody-contents-ttl span {
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModuleBody-contents-ttl span {
    margin-top: 22px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleBody-contents-ttl span {
    margin-top: 0;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .reformModuleSection.kitchensectionbg {
    padding: 144px 0 60px;
    background: url(../img/module/kitchrn_sectionbg_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .reformModuleSection.bathandtoiletsectionbg {
    padding: 144px 0 60px;
    background: url(../img/module/bathandtoilet_sectionbg_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .reformModuleSection.livingdiningsectionbg {
    padding: 144px 0 60px;
    background: url(../img/module/livingdining_sectionbg_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection.kitchensectionbg {
    padding: 36px 0 46px;
    background: url(../img/module/kitchrn_sectionbg_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .reformModuleSection.bathandtoiletsectionbg {
    padding: 36px 0 46px;
    background: url(../img/module/bathandtoilet_sectionbg_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .reformModuleSection.livingdiningsectionbg {
    padding: 36px 0 46px;
    background: url(../img/module/livingdining_sectionbg_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.reformModuleSection-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-word {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-word {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 57px;
  }
}
.reformModuleSection-word-ttl {
  color: #808080;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-family: "Noto Sans JP";
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-word-ttl {
    width: 50%;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-word-ttl {
    font-size: 40px;
  }
}
.reformModuleSection-word-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-word-contents {
    width: 50%;
  }
}
.reformModuleSection-word-contents-ttl {
  color: #3e3a39;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModuleSection-word-contents-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-word-contents-ttl {
    font-size: 18px;
  }
}
.reformModuleSection-word-contents-txt {
  color: #3e3a39;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModuleSection-word-contents-txt {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-word-contents-txt {
    font-size: 16px;
    line-height: 1.6em;
  }
}
.reformModuleSection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list {
    gap: 35px;
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list {
    gap: 16px;
    margin-top: 50px;
  }
}
.reformModuleSection-list-item {
  width: 100%;
  background: #f8f8f5;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item {
    padding: 50px 90px 52px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.reformModuleSection-list-item-subttl {
  color: #796a56;
  font-weight: 700;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-subttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-subttl {
    font-size: 10px;
  }
}
.reformModuleSection-list-item-ttl {
  color: #c4b59d;
  font-family: "Zen Old Mincho";
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3px;
    font-size: 30px;
  }
}
.reformModuleSection-list-item-ttl span {
  margin-right: 15px;
  font-size: 40px;
}
.reformModuleSection-list-item-txt {
  color: #3e3a39;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-txt {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-txt {
    margin-top: 25px;
    letter-spacing: -0.008em;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.reformModuleSection-list-item-linktoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 40px;
  color: #717071;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-linktoku {
    width: 182px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-linktoku {
    position: relative;
    width: 100%;
  }
}
.reformModuleSection-list-item-linktoku::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/module/module_linkbtn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-linktoku::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-linktoku::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.reformModuleSection-list-item-linkbath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 40px;
  color: #717071;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-linkbath {
    width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-linkbath {
    position: relative;
    width: 100%;
  }
}
.reformModuleSection-list-item-linkbath::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/module/module_linkbtn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-linkbath::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-linkbath::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.reformModuleSection-list-item-linktoilet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  padding-left: 10px;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 40px;
  color: #717071;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-linktoilet {
    width: 315px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-linktoilet {
    position: relative;
    width: 100%;
  }
}
.reformModuleSection-list-item-linktoilet::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/module/module_linkbtn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-linktoilet::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-linktoilet::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.reformModuleSection-list-item-linkjire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  width: 243px;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 40px;
  color: #717071;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-linkjire {
    width: 243px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-linkjire {
    position: relative;
    width: 100%;
  }
}
.reformModuleSection-list-item-linkjire::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/module/module_linkbtn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-list-item-linkjire::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-list-item-linkjire::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.reformModuleSection-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 38px;
  border: 1px solid #fff;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  color: #b79f78;
}
@media screen and (min-width: 768px) {
  .reformModuleSection-link {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    width: 642px;
    height: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleSection-link {
    gap: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 45px auto 0;
    padding-right: 20px;
    width: 100%;
    height: 69px;
    font-size: 14px;
  }
}
.reformModuleSection-link::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/module/module_linkbtn2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.bathlinkflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .bathlinkflex {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bathlinkflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.reformModuleIdea {
  background: #f8f8f5;
}
@media screen and (min-width: 768px) {
  .reformModuleIdea {
    padding: 124px 0 102px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleIdea {
    padding: 60px 0 70px;
  }
}
.reformModuleIdea-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .reformModuleIdea-body {
    gap: 65px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleIdea-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .reformModuleIdea-body-ttl {
    margin-top: 30px;
    width: 606px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleIdea-body-ttl {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .reformModuleIdea-body-contents {
    width: 481px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleIdea-body-contents {
    width: 100%;
  }
}
.reformModuleIdea-body-contents-ttl {
  color: #796a56;
  font-weight: 700;
  font-size: 20px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .reformModuleIdea-body-contents-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4em;
  }
}
.reformModuleIdea-body-contents-txt {
  color: #3e3a39;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .reformModuleIdea-body-contents-txt {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleIdea-body-contents-txt {
    margin: 22px auto 0;
    width: 89%;
    font-size: 14px;
    line-height: 1.4em;
  }
}
.reformModuleIdea-body-contents-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  border: 1px solid #717071;
  border-radius: 40px;
  color: #717071;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .reformModuleIdea-body-contents-link {
    gap: 22px;
    margin-top: 30px;
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .reformModuleIdea-body-contents-link {
    gap: 15px;
    margin: 30px auto 0;
    width: 89%;
  }
}
.reformModuleIdea-body-contents-link::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/module/module_linkbtn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}