@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html, body {
  margin: 0;
  padding: 0;
}
#lp p {
  color: inherit;
}
.center{ text-align: center!important;}
.fw300{ font-weight: 300!important;}

html p#breadCrumb {
  top: 50px;
}
@media (min-width: 992px) {
}
html p#breadCrumb {
  color: #ffffff;
}
html p#breadCrumb a {
  color: #ffffff;
}
html .fade-in {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}
html .fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
html .fade-in.--2 {
  transition-delay: 300ms;
}
html .fade-in.--3 {
  transition-delay: 500ms;
}

#lp {
  font-family: "Noto Sans JP";
  color: #483125;
  /* pcOnly spOnly */
}
@media (max-width: 767px) {
html p#breadCrumb { top: 4px;}
html p#breadCrumb {
  color: #1F4D41;
}
html p#breadCrumb a {
  color: #1F4D41;
}
}
@media (max-width: 767px) {
  #lp .pcOnly {
    display: none !important;
  }
}
#lp .spOnly {
  display: none !important;
}
@media (max-width: 767px) {
  #lp .spOnly {
    display: block !important;
  }
}
#lp h1, #lp h2, #lp h3, #lp h4, #lp h5, #lp h6, #lp p, #lp span, #lp a, #lp ul, #lp li {
  margin: 0;
}
#lp * {
  box-sizing: content-box;
}
#lp img {
  max-width: 100%;
  width: 100%;
  display: block;
}
#lp .page-width {
  max-width: 1000px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  #lp .page-width {
    padding: 0 15px;
  }
}
#lp .page-width-b {
  max-width: 1200px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  #lp .page-width-b {
    padding: 0 15px;
  }
}
#lp span.js-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2D342C;
  color: #2D342C;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  width: 400px;
  height: 50px;
  font-size: 15px;
  font-weight: 300;
  line-height: 21.72px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #lp span.js-more {
    width: 345px;
    font-size: 12px;
    font-weight: 300;
    line-height: 17.38px;
    margin-top: 20px;
  }
}
#lp .js-more.open .icon::after {
  display: none;
}
#lp .js-more.open .icon::after {
  display: none;
}
#lp .js-more .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}
#lp .js-more .icon::before,
#lp .js-more .icon::after {
  content: "";
  position: absolute;
  background-color: #2D342C;
}
#lp .js-more .icon::before {
  width: 24px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
#lp .js-more .icon::after {
  width: 1px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
}
#lp .js-more-content {
  display: none;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #lp .js-more-content {
    margin-top: 30px;
  }
}
#lp .img-hover {
  position: relative;
  overflow: hidden;
}
#lp .img-hover > img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.15s;
  transform: scale(1.1);
}
#lp .img-hover:hover img:last-child,
#lp .img-hover:active img:last-child {
  opacity: 1;
  transition: 0.15s;
}
@media (max-width: 767px) {
  #lp .img-cut {
    position: relative;
    width: 100%;
    max-width: 600px; /* 必要に応じて調整 */
  }
  #lp .img-cut img {
    position: absolute;
    top: 0;
    /*left: 0;*/
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  #lp .img-cut img:first-child {
    position: relative; /* 最初の画像は位置の基準として使用 */
    opacity: 1;
  }
  #lp .fade {
    opacity: 1 !important;
  }
}
#lp h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.63px;
  text-align: left;
}
@media (max-width: 767px) {
  #lp h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
  }
}

#lp .secA {
  background: #1F4D41;
  padding-bottom: 80px;
  padding-top: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  #lp .secA {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #lp .secA .img01 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}
#lp .secA .box {
  text-align: center;
}
#lp .secA .box h1 {
  font-family: Lato;
  font-size: 28px;
  font-weight: 300;
  line-height: 33.6px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lp .secA .box h1 {
    /*font-family: Inter;*/
    font-size: 18px;
    font-weight: 300;
    line-height: 21.78px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 13px;
  }
}
#lp .secA .box .p1 {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #lp .secA .box .p1 {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    text-align: center;
    margin-bottom: 13px;
    margin-top: 30px;
  }
}
#lp .secA .box .p1 small {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  #lp .secA .box .p1 small {
    font-family: Noto Sans JP;
    font-size: 10px;
    font-weight: 300;
    line-height: 14.48px;
    text-align: center;
  }
}
#lp .secA .box .p2 {
  width: fit-content;
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #lp .secA .box .p2 {
    font-family: Noto Sans JP;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.82px;
    text-align: center;
  }
}
#lp .secA .box .p3 {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 350;
  line-height: 30px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #lp .secA .box .p3 {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 350;
    line-height: 24px;
    text-align: center;
    margin-bottom: 26px;
  }
}
#lp .secA h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #lp .secA h2 {
    margin-bottom: 20px;
  }
}
#lp .secA .box2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  #lp .secA .box2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
#lp .secA .box2 p {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secA .box2 p {
    font-size: 12px;
    font-weight: 350;
    line-height: 20px;
    text-align: left;
  }
}
#lp .secA .box2 span {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  display: block;
  margin-top: 2px;
}
@media (max-width: 767px) {
  #lp .secA .box2 span {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
  }
}
#lp .secB {
  background: #8D7260;
  padding-top: 90px;
  padding-bottom: 90px;
}
#lp .secB{ color: #ffffff;}
@media (max-width: 767px) {
  #lp .secB {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lp .secB .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #lp .secB .box {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#lp .secB .box .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#lp .secB .box h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.63px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #lp .secB .box h2 {
    /*font-family: Inter;*/
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
  }
}
#lp .secB .box .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
#lp .secB .box .tag span {
  display: flex;
  padding: 2px 10px;
  background: #fff;
  border: 1px solid #483125;
  color: #483125;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secB .box .tag span {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.38px;
    text-align: left;
  }
}
#lp .secB .box p {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.72px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lp .secB .box p {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.27px;
    text-align: left;
    margin-bottom: 12px;
  }
}
#lp .secB .box .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  #lp .secB .box .price {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    margin-bottom: 15px;
  }
}
#lp .secB .box .price small {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secB .box .price small {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
  }
}
#lp .secB .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #483125;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.72px;
  letter-spacing: 0.1em;
  text-align: center;
  width: 400px;
  height: 50px;
  border-radius: 5px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #lp .secB .box a {
    font-size: 15px;
    font-weight: 500;
    line-height: 21.72px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #lp .secB .box .img03 {
    display: none;
  }
}
@media (max-width: 767px) {
  #lp .secB .box .img02 {
    width: 85.51%;
  }
}
#lp .secB .box .img03_b {
  margin-top: -20px;
  max-width: 76%;
  margin-left: auto;
}
#lp .secB .box2 {
  padding: 0 30px;
	color: #483125;
}
@media (max-width: 767px) {
  #lp .secB .box2 {
    padding: 0 15px;
  }
}
#lp .secB .box2 h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lp .secB .box2 h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    margin-bottom: 18px;
  }
}
#lp .secB .box2 .box2-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 50px;
  padding-top: 34px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #lp .secB .box2 .box2-inner {
    padding: 30px 20px;
  }
}
#lp .secB .box2 .grid {
  display: grid;
  grid-template-columns: 465fr 477fr;
  gap: 55px;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#lp .secB .box2 .grid > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid > div:first-child {
    position: relative;
  }
}
#lp .secB .box2 .grid > div:first-child img {
  max-width: 200px;
  width: 100%;
}
#lp .secB .box2 .grid.grid_none img {
  max-width:none!important;
  width: 100%;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid > div:first-child img:last-child {
   /* position: absolute;*/
    /*opacity: 0.8;*/
  }
#lp .secB .box2 .grid.grid_none img{ width: 60%!important;}
}
#lp .secB .box2 .grid > div:last-child {
  align-self: center;
}
#lp .secB .box2 .grid h3 {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid h3 {
    /*font-family: Inter;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 2px;
    padding: 0 20px;
  }
}
#lp .secB .box2 .grid p {
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 350;
  line-height: 18.82px;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid p {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 350;
    line-height: 17.38px;
    text-align: left;
    padding: 0 20px;
  }
}
#lp .secB .box2 .grid:nth-child(-n+2) {
  border-bottom: 1px solid #CCB7A6;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid:nth-child(-n+2) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
	#lp .secB .box2 .grid_none{ display: block!important;}
}
#lp .secC {
  background: #1F4D41;
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff;
}
@media (max-width: 767px) {
  #lp .secC {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lp .secC h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.63px;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #lp .secC h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
    margin-bottom: 20px;
  }
}
#lp .secC .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  #lp .secC .box {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#lp .secC .box h3 {
  /*font-family: Inter;*/
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #lp .secC .box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin-bottom: 18px;
  }
}
#lp .secC .box p {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 300;
  line-height: 21.72px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secC .box p {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
  }
}
#lp .secC .box a {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 45px;
  color: #483125;
  background: #fff;
  border-radius: 5px;
  margin-top: 26px;
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.72px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  #lp .secC .box a {
    font-family: Noto Sans JP;
    font-size: 15px;
    font-weight: 500;
    line-height: 21.72px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
  }
}
#lp .secC .box2 {
  margin-top: 45px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #lp .secC .box2 {
    margin-top: 30px;
    margin-bottom: 54px;
  }
}
#lp .secC .box2 div:first-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lp .secC .box2 div:first-child {
    margin-bottom: 16px;
  }
}
#lp .secC .box2 h3 {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 400;
  line-height: 21.72px;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #lp .secC .box2 h3 {
    font-family: Noto Sans JP;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.72px;
    text-align: left;
  }
}
#lp .secC .box2 p {
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 350;
  line-height: 23.4px;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secC .box2 p {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 300;
    line-height: 21.6px;
    text-align: left;
  }
}

#lp .secC .banner a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 300;
  line-height: 26.06px;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secC .banner a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20.27px;
    text-align: left;
  }
}
#lp .secC .banner a span {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lp .secC .banner a span {
    margin-bottom: 10px;
  }
}

.js-moretxtbtn, .js-closetxtbtn {
  cursor: pointer;
}


.photo_fade {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 5 / 4;
  overflow: hidden;
}

.photo_fade img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeLoop 8s infinite ease-in-out;
}

/* 1枚目 */
.photo_fade img:nth-child(1) {
  animation-delay: 0s;
}

/* 2枚目 */
.photo_fade img:nth-child(2) {
  animation-delay: 4s;
}

@keyframes fadeLoop { 
  0%   { opacity: 0; }
  10%  { opacity: 1; }   /* フェードイン */
  45%  { opacity: 1; }   /* 表示キープ */
  65%  { opacity: 0; }   /* フェードアウト */
  100% { opacity: 0; }
}

@media (max-width: 767px) {
  .photo_fade { max-width: none; }
}