body,html{
  margin: 0;
  padding: 0;
}

#MainContent{
  overflow: hidden;
}

.lp_contents {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #000;
}
.lp_contents * {
  box-sizing: border-box;
}

.lp_contents img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* aタグ無効 */
.lp_contents a.disabled,
.lp_contents a.disabled:hover,
.lp_contents a.disabled:focus,
.lp_contents a.disabled:active {
pointer-events: none;
cursor: default;
text-decoration: none;
user-select:none;
touch-callout:none;
-webkit-user-select:none;
-webkit-touch-callout:none;
-moz-user-select:none;
-moz-touch-callout:none;
-ms-user-select :none;
-ms-touch-callout:none;
}
.lp_contents a.disabled span {
border-bottom: none;
}

.lp_contents .sp{
  display: none;
}

.lp_contents a {
  text-decoration: none;
  color: currentColor;
}
.lp_contents a:hover img{
  filter: brightness(0.9);
  transition: all 0.5s;
}


/* mainvisual */
.lp_contents .mainvisual{
  margin: 0;
}

/* section */
.lp-section{
  padding: 4.3% 0 5.5%;
}

#sec01.lp-section{
  background: #E5E4DB;
}
#sec02.lp-section{
  margin-top: 40px;
}

.lp-section_title{
  margin: 60px auto;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

/*lead*/
.lp_contents .lead{
  width: 100%;
  margin-bottom: 6.2%;
}
.lp_contents .lead_box{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.lp_contents .lead_box p{
  margin: 0 auto 2.7em;
  font-size: 22px;
  line-height: 2.5;
  letter-spacing: 0.07em;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  text-align: center;
}

/*item*/
.lp_contents .item{
  width: 90%;
  max-width: 1192px;
  margin: 0 auto 5.2%;
  padding-bottom: 21.6%;
  position: relative;
}
.lp_contents .item-center{
  width: 90%;
  max-width: 1192px;
  margin: 0 auto;
}


.item_image{
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.item_title{
  margin: 2em auto 1em;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  text-align: center;
}
.item_text{
  width: 692px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}

.item_image .main{
  width: 67%;
  display: block;
}
.item_image .sub{
  width: 49.2%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.item_movie{
  width: 70%;
  max-width: 800px;
  margin: auto;
}
.item_movie video{
  width: 100%;
}

/* item2 */
.lp_contents .item2{
  width: 90%;
  max-width: 1192px;
  margin: 0 auto 6.8%;
  display: flex;
  align-items: flex-end;
}
.lp_contents .item2_image{
  width: 62%;
}
.lp_contents .item2_textarea{
  width: 41%;
  margin-left: -3.5%;
  margin-bottom: 7%;
}
.lp_contents .item2_title{
  margin: 0 auto 0.8em;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
}
.lp_contents .item2_text{
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

/* image-2-item */
.item_image.image-2-item{
  max-width: 1072px;
  margin: 0 auto 5.5%;
  display: flex;
  column-gap: 2%;
}
.item_image.image-2-item img{
  width: 49%;
}


.lp_contents .item.item-reverse{
  padding-top: 24.5%;
  padding-bottom: 0;
}
.lp_contents .item.item-reverse .item_image{
  flex-direction: row-reverse;
}
.lp_contents .item.item-reverse .item_image .sub{
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.lp_contents .item.item-reverse .credit{
  width: 30%;
  margin-bottom: 5px;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
}



/* credit */
.lp_contents .credit {
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.lp_contents .credit li:not(:nth-last-child) {
  margin: 0 0 20px 0;
}
.lp_contents .credit .itemname{
  font-weight: 500;
}
.lp_contents .credit .itemprice{
  margin: 0 0 0 10px;
}
.lp_contents .credit span.buybutton{
  font-size: 12px;
  letter-spacing: 0.14em;
  display: inline-block;
  border: 1px solid #000;
  padding : 0px 15px;
  margin: 0 0 0 16px;
  transition: 0.5s;
}
.lp_contents .credit li:hover span.buybutton{
  background-color: #000;
  color: #ffffff;
}

.lp_contents .credit span.morebutton{
  min-width: 120px;
  padding : 5px 10px;
  margin: 5px auto;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
  border: 1px solid #333333;
  background-color: #ffffff;
  transition: 0.5s;
}
.lp_contents .credit li:hover span.morebutton{
  border: 1px solid #ffffff;
  background-color: #333333;
  color: #ffffff;
}

/* itemlist */
.itemlist-area{
  margin: 4.1% auto;
}
.itemlist-area_title{
  margin: 0 auto 60px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.itemlist{
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  column-gap: 3.8%;
}
.itemlist li{
  width: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.itemlist_textarea{
  margin: 12px auto 0;
}

.itemlist li span.itemcategory{
  font-weight: 500;
  line-height: 1.8;
  display: block;
}
.itemlist li span.itemname{
  display: block;
}
.itemlist li span.itemprice{
  margin: 5px 0;
  font-size: 13px;
  color: #434343;
  display: block;
}

.itemlist li span.buybutton{
  width: 100%;
  max-width: 315px;
  padding : 15px 0;
  margin: 17px 0;
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #ffffff;
  transition: 0.5s;
}
.itemlist li:hover img{
  filter: brightness(0.95);
  transition: 0.5s;
}
.itemlist li:hover span.buybutton{
  background-color: #000;
  color: #ffffff;
}


/* -- profile -- */
.profile_wrap{
  margin: 0 auto;
  padding: 6.5% 0;
  background: #E5E5E5;
}
.profile_wrap .profile {
  max-width: 690px;
  margin: auto;
}
.profile_title {
  margin: 0 auto 1.1em;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  text-align: center;
}
.profile_text {
  font-size: 16px;
  line-height: 1.8;
}
.profile_text p{
  margin: 0 auto 2em;
}

@media (max-width:900px) {

  .lp-section_title{
    font-size: 26px;
  }

  .item_title{
    font-size: 26px;
  }
  
  .item_movie{
    width: 60%;
  }

  .lp_contents .item2_title{
    font-size: 26px;
  }
  .lp_contents .item2_textarea{
    width: 50%;
    margin-left: -10%;
    margin-bottom: 2%;
  }

  .profile_title{
    font-size: 26px;
  }
}


@media (max-width: 767px) {
  .lp_contents .pc{
    display: none;
  }
  .lp_contents .sp{
    display: inline;
  }

  /* section */
  .lp-section{
    padding: 15% 0;
  }
  .lp-section_title{
    margin-bottom: 40px;
    font-size: 20px;
  }

  #sec02.lp-section{
    margin-top: 0;
  }

  /* lead */
  .lp_contents .lead{
    margin: 0 auto 15%;
  }
  .lp_contents .lead_box p{
    margin-bottom: 1.5em;
    font-size: 18px;
  }

  /*item*/
  .lp_contents .item{
    margin-bottom: 70px;
    padding-bottom: 0;
  }
  .item_title{
    margin-top: 20px;
    font-size: 20px;
  }
  .item_text{
    font-size: 14px;
  }

  .item_movie{
    width: 100%;
  }

  .item_image{
    width: 100%;
    flex-wrap: wrap;
  }
  .item_image .main{
    width: 90%;
  }
  .item_image .sub{
    width: 70%;
    margin: -5% 0 0 auto;
    position: relative;
  }

  .lp_contents .item.item-reverse{
    padding-top: 0;
  }
  .item.item-reverse .item_image .sub{
    width: 70%;
    margin: -5% auto 0 0;
    position: relative;
  }
  .lp_contents .item.item-reverse .credit{
    width: 100%;
    position: relative;
    text-align: center;
  }

  /* item2 */
  .lp_contents .item2{
    flex-direction: column;
    gap: 0;
  }
  .lp_contents .item2_image{
    width: 100%;
  }
  .lp_contents .item2_textarea{
    width: 100%;
    margin: 20px 0 0;
  }
  .lp_contents .item2_title{
    font-size: 20px;
    text-align: center;
  }
  .lp_contents .item2_text{
    text-align: center;
  }

  /* credit */
  .lp_contents .credit{
    margin-top: 15px;
    text-align: center;
  }

  /* itemlist */
  .itemlist-area{
    margin: 50px auto 80px;
  }
  .itemlist-area_title{
    margin-bottom: 30px;
    font-size: 18px;
  }
    
  .itemlist{
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .itemlist li{
    width: 47.5%;
    font-size: 13px;
  }
  .itemlist li span.buybutton{
    font-size: 12px;
    padding: 0.8em 0;
  }

  /* -- profile -- */
  .profile_wrap {
    padding: 12% 15% 8%;
  }
  .profile_wrap .profile {
    width: 100%;
    margin: auto;
    display: block;
  }
  .profile_title{
    font-size: 20px;
    line-height: 1.6;
  }
  .profile_text{
    font-size: 14px;
  }


}
