@charset "utf-8";

/*
レスポンシブサイズ基準

@media  screen and (max-width:1400px) {
}

@media  screen and (max-width:767px) {
}

@media  screen and (max-width:374px) {
}

*/
.wrapper {
  background: none;
  min-width: auto;
}
.lp_harvest{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 180%;
  color: #4B4B4B;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  border:0;
}

.lp_harvest  * {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal;
  box-sizing: border-box;
}

.lp_harvest a:hover,.lp_harvest .link:hover{
  opacity: .8;
}

.lp_harvest img{
  max-width: 100%;
}

.lp_harvest  a:hover img,
.lp_harvest  a:active img,
.lp_harvest  a:focus img,
.lp_harvest  input:hover img,
.lp_harvest  input:active img,
.lp_harvest  input:focus img {
  opacity: 0.8;
}
.lp_harvest  a:active,
.lp_harvest  a:focus,
.lp_harvest  input:active,
.lp_harvest  input:focus {
  outline: thin dotted;
}
.lp_harvest  strong, #cp_body em {
  font-weight: bold;
}
.lp_harvest  sup {
  font-size: 65%;
}

/* lp_harvest
----------------------------------------------------------------- */

.lp_harvest .view_pc {
  display: block
}
.lp_harvest .view_sp {
  display: none;
}

.lp_harvest .section_box{
  padding: 4%;
  background: #F5F3EC;
  border-radius: 10px;
}
.lp_harvest .view_max375 {
    display: none;
}
@media (width <= 767px) {
  .lp_harvest .section_box{
    padding: 4% 8% 6%;
  }
  .lp_harvest .view_pc {
    display: none;
  }
  .lp_harvest .view_sp {
    display: block;
  }
  .lp_harvest img.view_sp{
    margin: auto;
  }
}
@media (width <= 375px) {
  .lp_harvest .view_max375 {
    display: block;
  }
}
/*.mv
----------------------------------------------------------------- */

.lp_harvest .mv{
  position: relative;
  background-color: #F7F5EF;
}

.lp_harvest .mv img{
  width: 100%;
}

.lp_harvest .mv_bottom{
  background-color: #2C4466;
  background-size: cover;
}

.lp_harvest .mv_bottom_content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6%;
  margin: 0 auto;
  position: relative;
}

.lp_harvest .mv_bottom_content .img_left,
.lp_harvest .mv_bottom_content .img_right{
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}
.lp_harvest .mv_bottom_content .img_right{
  left: auto;
  right: 0;
}
.lp_harvest .mv_bottom_content .img_center{
  width: 47%;
  /* min-width: 640px; */
  height: auto;
  margin: 64px auto;
  position: relative;
  z-index: 1;
}
@media  screen and (max-width:600px) {
  .lp_harvest .mv_bottom_content{
    flex-direction: column;
  }
  .lp_harvest .mv_bottom_content .img_center{
    width: 90%;
  }
  .lp_harvest .mv_bottom_content .img_left{
    top: 0;
    width: 100%;
    height: auto;
  }
  .lp_harvest .mv_bottom_content .img_right{
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto
  }
  .lp_harvest .mv_bottom_content .img_right .mv_bottom_deco{
    right: -30%;
    bottom: -35px;
  }
}

/* campaign_detail
----------------------------------------------------------------- */

.lp_harvest .campaign_detail{
  background-color: #F7F4F0;
  padding: 120px 0 100px;
  margin: 0;
}
.lp_harvest .campaign_detail .wrapper{
  width: 1110px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp_harvest .campaign_detail .wrapper .campaign_ttl{
  margin-bottom: 27px;
  width: 500px;
}
.lp_harvest .campaign_detail .wrapper .campaign_ttl img{
  width: 100%;
}
.lp_harvest .campaign_detail .wrapper .detail_content{
  background-color: #E8D7C7;
  padding: 0 55px 85px 55px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp_harvest .campaign_detail .wrapper .detail_box{
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP";
  margin: 15px auto 60px;
}
.lp_harvest .campaign_detail .wrapper .detail_box .box_title{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #80251B;
  border-radius: 50px;
  padding: 12px 0;
  width: 224px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present {
  margin: 0 auto 60px;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .box_title{
  top: 60px;
  background-color: #80251B;
  letter-spacing: 0.16em;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail{
  display: flex;
  width: 844px;
  max-width: 98%;
  justify-content: space-between;
  align-items: center;
  padding: 110px 0 58px;
  margin: 0 auto;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail img{
  width: 40%;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text{
  width: 55%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .limited_tag{
  color: #676767;
  font-size: 14px;
  text-align: center;
  padding: 3px 10px;
  width: fit-content;
  border: solid 1px #676767;
  margin-bottom: 12px;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_name{
  font-family: "Noto Serif JP";
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_name span{
  font-size: 18px;
  line-height: 1;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_name span.capacity{
  font-size: 14px;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_lead{
  font-size: 15px;
  line-height: 2;
  margin: 27.3px 0 32px;
  text-align: justify;
  font-weight: 400;
}
.lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_notes{
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}
.lp_harvest .campaign_detail .wrapper .detail_box .period{
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #80251B;
  text-align: center;
  padding: 45px 0 35px;
  max-width: 98%;
}
.lp_harvest .campaign_detail .wrapper .detail_box .period span{
  font-size: 30px;
  margin: 0 9.5px;
  vertical-align:bottom;
}
.lp_harvest .campaign_detail .wrapper .detail_box .period span.date{
  font-size: 38px;
  margin-left: 0;
}
.lp_harvest .campaign_detail .wrapper .detail_box .conditions{
  font-size: 16px;
  line-height: 2.5;
  width: 80%;
  text-align: left;
  padding: 60.8px 0 57.2px;
  margin: 0 auto;
}
.lp_harvest a.itemlink{
  display: block;
  width: 557px;
  max-width: 90%;
}
@media  screen and (max-width:767px) {
  .lp_harvest .campaign_detail .wrapper{
    max-width: 90%;
  }
  .lp_harvest .campaign_detail .wrapper .campaign_ttl {
    width: 90%;
    max-width: 373px;
  }
  .lp_harvest .campaign_detail {
    padding: 80px 0 60px;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box .box_title{
    width: 170px;
    font-size: 16px;
    padding: 7px 0;
  }
  .lp_harvest .campaign_detail .wrapper .detail_content {
    padding: 10px 0 0 0;
    background-color: transparent;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .box_title{
    top:60px;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail{
    flex-direction: column;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail img{
    width: 57%;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text{
    width: 87%;
    margin-right: 0;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .limited_tag {
    padding: 1px 10px;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_name{
    font-size: 20px;
    line-height: 1.5;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_name span{
    font-size: 16px;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_lead{
    font-size: 14px;
    margin: 19.3px 0 32px;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box.present .present_detail .present_text .present_notes{
    font-size: 12px;
    line-height: 1.83;
    width: 100%;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box .period{
    font-size: 17px;
    line-height: 1.5;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box .period span{
    font-size: 25px;
    vertical-align:sub;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box .period span.date{
    font-size: 28px;
  }
  .lp_harvest .campaign_detail .wrapper .detail_box .conditions{
    font-size: 14px;
    line-height: 2;
    width: 87%;
  }
  .lp_harvest a.itemlink{
    width: 274px;
  }
}

.lp_harvest .campaign_item {
  width: 100%;
  margin: 0;
  background-color: #F8EAD7;
  padding: 93px 0 77px;
  font-family: "Noto Sans JP";
}
.lp_harvest .campaign_item .wrapper{
  width: 1280px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp_harvest .campaign_item .wrapper .item_title{
  font-size: 32px;
  letter-spacing: 0.16em;
  color: #D7753F;
  text-align: center;
}
.lp_harvest .campaign_item .wrapper .item_lead{
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
  text-align: center;
  margin: 20px auto 40px;
}
.lp_harvest .campaign_item .wrapper .item_list{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.lp_harvest .campaign_item .wrapper .item_list > li{
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 22px;
  width: 400px; 
  max-width: 30%;
}
.lp_harvest .campaign_item .wrapper .item_list > li .item_name{
  width: 100%;
  height: 100px;
  border-bottom: solid 1px #CEC8B5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 20.5px;
  text-align: center;
}
.lp_harvest .campaign_item .wrapper .item_list li .img_wrap{
  width: 70%;
}
.lp_harvest .campaign_item .wrapper .item_list li .price{
  font-size: 13px;
  margin: 5.5px auto 8.5px;
  color: #4B4B4B;
}
.lp_harvest .campaign_item .wrapper .item_list li .price span{
  font-size: 20px;
  font-weight: bold;
}
.lp_harvest .campaign_item .wrapper .item_list li .btn_wrap{
  width: 90%;
  margin-top: 10px;
  padding: 0;
}
.lp_harvest .campaign_item .wrapper .leading_btn{
  font-size: 18px;
  color: #1F3841;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 7px;
  margin: 82px auto 11px;
}
.lp_harvest .campaign_item .wrapper .leading_btn::before,
.lp_harvest .campaign_item .wrapper .leading_btn::after{
  content: '';
  position: absolute;
  width: 24px; /* 斜線の長さを調整 */
  height: 2px; /* 線の太さ */
  background-color: #1F3841; /* 線の色 */
  border-radius: 2px; /* 角を丸くする */
}
.lp_harvest .campaign_item .wrapper .leading_btn::before{
  top: 50%;
  left: -20px; /* テキストから離す距離 */
  transform: translateY(-50%) rotate(45deg); /* 斜線を45度傾ける */
}
.lp_harvest .campaign_item .wrapper .leading_btn::after{
  top: 50%;
  right: -20px; /* テキストから離す距離 */
  transform: translateY(-50%) rotate(-45deg); /* 斜線を45度傾ける */
}
.lp_harvest .campaign_item .wrapper .item_notes{
  font-size: 13px;
  line-height: 2;
  text-align: justify;
  width: 80%;
  margin: 40px auto 0;
}
@media  screen and (max-width:1023px) {
  .lp_harvest .campaign_item .wrapper .item_list li{
    max-width: 45%;
  }
}
@media  screen and (max-width:600px) {
  .lp_harvest .campaign_item .wrapper .item_list li{
    max-width: 75%;
  }
  .lp_harvest .campaign_item .wrapper .leading_btn{
    font-size: 16px;
  }
}
@media  screen and (max-width:430px) {
  .lp_harvest .campaign_item {
    padding: 63px 0 50px;
  }
  .lp_harvest .campaign_item .wrapper{
    max-width: 90%;
  }
  .lp_harvest .campaign_item .wrapper .item_title{
    font-size: 22px;
  }
  .lp_harvest .campaign_item .wrapper .item_lead{
    font-size: 14px;
    line-height: 1.86;
    margin: 13px auto 36px;
  }
  .lp_harvest .campaign_item .wrapper .item_list{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .lp_harvest .campaign_item .wrapper .item_list li{
    width: 314px;
    max-width: 90%;
  }
  .lp_harvest .campaign_item .wrapper .item_list li .item_name{
    font-size: 16px;
    height: 60px;
    margin-bottom: 9.5px;
  }
  .lp_harvest .campaign_item .wrapper .item_list li .price{
    font-size: 10px;
    margin: 10px auto 3px;
  }
  .lp_harvest .campaign_item .wrapper .item_list li .price span{
    font-size: 14px;
  }
  .lp_harvest .campaign_item .wrapper .leading_btn{
    font-size: 12px;
    margin: 30px auto 5px;
  }
  .lp_harvest .campaign_item .wrapper .leading_btn::before,
  .lp_harvest .campaign_item .wrapper .leading_btn::after{
    width: 16px; /* 斜線の長さを調整 */
    height: 1px; /* 線の太さ */
    border-radius: 1px; /* 角を丸くする */
  }
  .lp_harvest .campaign_item .wrapper .leading_btn::before{
    left: -10px;
  }
  .lp_harvest .campaign_item .wrapper .leading_btn::after{
    right: -10px;
  }
  .lp_harvest .campaign_item .wrapper .item_notes{
    font-size: 11px;
    margin: 30px auto 0;
    width: 100%;
  }

}
.lp_harvest .campaign_other{
  margin: 70px auto 80px;
  width: 557px;
  max-width: 85%;
}
.Products-detail-color .display_selected_-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  position: relative;
}
.display_selected_Item-img {
  width: 15%;
  padding-right: 10px;
}
.display_selected_Item {
  width: 85%;
  padding-right: 1em;
}
.display_selected_-wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  content: '▼';
  display: inline-block;
  font-size: 8px;
}





/* カラーピッカー設定
----------------------------------------------------------------- */

.Products-detail-color {
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  margin: 10px auto 2px;
  max-width: 346px;
}
.Products-detail-color-ttl {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #D0D0D0
}
.Products-detail-color-select {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.Products-detail-color .display_selected_-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  position: relative;
}
.Products-detail-color .display_selected_-wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  content: '▼';
  display: inline-block;
  font-size: 8px;
}
.Products-detail-color .display_selected_Item {
  width: 85%;
  padding-right: 1em;
}
.Products-detail-color .display_selected_Item-img {
  width: 15%;
  padding-right: 10px;
}
.Products-detail-color .selected_box {
  width: 100%;
  border: 1px solid #D0D0D0;
  box-shadow: 0px 5px 5px #D0D0D0;
  position: absolute;
  left: 0;
  top: 95%;
  z-index: +1;
  background: white;
  cursor: pointer;
}
.Products-detail-color .selected_box li {
  cursor: default;
  box-sizing: border-box;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  margin-top: 0;
}

.Products-detail-color .selected_box li.selected{
  background-color: #f8f8f8;
}

.Products-detail-color .selected_box li figure{
  width: 15%;
  padding-right: 10px;
}
.Products-detail-color .selected_box li p {
  width: 85%;
  font-size: 14px;
  text-align: left;
}
@media  screen and (max-width:430px) {
  .Products-detail-color {
    max-width: 90%;
  }
}
@media  screen and (max-width:374px) {
  .Products-detail-color{
    font-size: 13px;
  }
}