@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;
}
p {
  color: inherit;
}

html p#breadCrumb {
  top: 40px;
}
@media (min-width: 992px) {
  html p#breadCrumb {
    top: 120px;
  }
}
html p#breadCrumb {
  color: #2D342C;
}
html p#breadCrumb a {
  color: #2D342C;
}
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: "YuGothic";
  color: #483125;
  padding-top: 120px;
/*  padding-bottom: 90px;*/
  /* pcOnly spOnly */
}
@media (max-width: 767px) {
  #lp {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@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: #BFBAA9;
  padding-bottom: 80px;
  padding-top: 80px;
  color: #393939;
}
@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: YuMincho;
font-weight: normal;
font-size: 28px;
line-height: 100%;
text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
	  letter-spacing: 0.1rem;
}
@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: YuGothic;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
    margin-top: 30px;
}

#lp .secA .box .p1 small{
    line-height: 1.6;
    display: inline-block;
    padding: 13px 0 0 0;
}

@media (max-width: 767px) {
  #lp .secA .box .p1 {
    font-family: YuGothic;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    text-align: center;
  }
}
#lp .secA .box .p1 small {
  font-family: YuGothic;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  #lp .secA .box .p1 small {
    font-family: YuGothic;
    font-size: 10px;
    font-weight: 300;
    line-height: 14.48px;
    text-align: center;
  }
}

#lp .secA .box .p3 {
  font-family: YuGothic;
  font-size: 15px;
  font-weight: 350;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20%;
}
@media (max-width: 767px) {
  #lp .secA .box .p3 {
    font-family: YuGothic;
    font-size: 12px;
    font-weight: 350;
    line-height: 24px;
    text-align: center;
  }
}
#lp .secA h2 {
	font-family: YuMincho;
  margin-bottom: 40px;
	  letter-spacing: 0.1rem;
}
@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: YuGothic;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secA .box2 p {
    font-size: 12px;
    font-weight: 350;
    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: #EEECE1;
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  #lp .secB {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#lp .secB h2 {
	font-family: YuMincho;
    text-align: center;
    margin-bottom: 10%;
}
#lp .secB .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  #lp .secB .box {
    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: 30px;
}
#lp .secB .box .tag span {
  display: flex;
  padding: 2px 10px;
  border: 1px solid #483125;
  font-family: YuGothic;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secB .box .tag span {
    font-family: YuGothic;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.38px;
    text-align: left;
  }
}
#lp .secB .box p {
  font-family: YuGothic;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lp .secB .box p {
    font-family: YuGothic;
    font-size: 14px;
    font-weight: 500;
    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: 30px;
  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: #BFBAA9;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.72px;
  letter-spacing: 0.1em;
  text-align: center;
  width: 400px;
  height: 50px;
  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;
}
@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: 10% 50px;
/*  padding-top: 34px;*/
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #lp .secB .box2 .box2-inner {
    padding: 10% 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: 230px;
  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 > div:last-child {
  align-self: center;
}
#lp .secB .box2 .grid h3 {
  font-family: YuGothic;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
    letter-spacing: 1px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid h3 {
    /*font-family: Inter;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
}

#lp .secB .box2 .grid p {
  font-family: YuGothic;
  font-size: 13px;
  font-weight: 350;
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid p {
    font-family: YuGothic;
    font-size: 12px;
    font-weight: 350;
    text-align: left;
    padding: 0 20px;
  }
}
#lp .secB .box2 .grid:first-child {
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  #lp .secB .box2 .grid:first-child {
/*    padding-bottom: 20px;
    margin-bottom: 20px;*/
  }
}

#lp .pyramid{ display: flex; flex-wrap: wrap; align-items: center;}
#lp .pyramid p{ width: calc(100% / 2 - 10px); box-sizing: border-box; font-size: 12px!important;}

#lp .secB .jam{ border: 1px solid #000000; padding: 8%; text-align: center; position: relative; display: inline-block; margin-top: 40px;}

#lp .secB .jam::before {
  content: "";
  position: absolute;
  top: 0;
  left: 23%;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}

#lp .secB .jam::after {
  content: "";
  position: absolute;
  top: 0;
  left: 23%;
  border-style: solid;
  border-width: 0 14px 27.8px 14px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}

#lp .secB .jam h4{ font-weight: bold; font-family: YuGothic; margin-bottom: 6%;}

#lp .secB .jam p {
  font-family: YuGothic;
  font-size: 13px;
  font-weight: 350;
  line-height: 2;
  text-align: center;
}

#lp .secB .photo{ display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 20px;}
#lp .secB .photo p{ width: calc(100% / 2 - 10px); box-sizing: border-box;}
#lp .secB .photo p:nth-of-type(n+3) { margin: 0 auto;}
#lp .secB .box .img_item03{ display:none;}

@media (max-width: 767px) {
#lp .secB .jam{ padding: 10% 3vw; margin-top: 40px;}
	
#lp .secB .jam p {
    font-family: YuGothic;
    font-size: 12px;
    font-weight: 350;
    text-align: left;
	margin-bottom: 20px;
  }
#lp .secB .photo{ display:block;}
#lp .secB .photo p{margin-bottom: 10px; width: 100%;}
#lp .secB .jam::before { left: 50%;}
#lp .secB .jam::after { left: 50%;}
#lp .secB .photo p:nth-of-type(n+3) { margin:inherit;}
	
#lp .pyramid{ display:block;}
#lp .pyramid p{ width:100%; font-size: 13px!important;}
	
	
#lp .secB .box .img_item02{ width: 95%;}
#lp .secB .box .img_item03{ width: 80%; margin-top: -20%; margin-left: 20%; display: block;}
}



#lp .secC {
  background: #BFBAA9;
  padding-top: 90px;
  padding-bottom: 90px;
  color: #393939;
}
@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;
	margin-bottom: 15%;
}
@media (max-width: 767px) {
  #lp .secC .box {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#lp .secC .box h3 {
  font-family: YuMincho;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
 padding-top: 30px;
	letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  #lp .secC .box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
	      padding-top: 20px;
  }
}

#lp .secC .box h4{font-family: YuMincho; margin-bottom: 40px; font-size: 15px; letter-spacing: 1px; letter-spacing: 0.1rem;}
@media (max-width: 767px) {
#lp .secC .box h4{ margin-bottom: 20px; font-size: 13px;}
}	

#lp .secC .box p {
  font-family: YuGothic;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secC .box p {
    font-family: YuGothic;
    font-size: 12px;
    font-weight: 300;
    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: YuGothic;
  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: YuGothic;
    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: YuGothic;
  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: YuGothic;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.72px;
    text-align: left;
  }
}
#lp .secC .box2 p {
  font-family: YuGothic;
  font-size: 13px;
  font-weight: 350;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  #lp .secC .box2 p {
    font-family: YuGothic;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
  }
}

#lp .secC .banner a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-family: YuGothic;
  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;
}