@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Noto+Serif+JP:wght@200;500;700&display=swap");
.gift {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f5f2;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  color: #3e1d09;
}
.gift .pc {
  display: inherit;
}
.gift .sp {
  display: none;
}
.gift div:after {
  content: "";
  display: none;
}
.gift a {
  text-decoration: none;
}
.gift .inner {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.gift .fnt-s {
  font-size: 85%;
}
.gift .btn {
  background-color: #49220a;
  margin: 0 auto;
  color: #fff;
}
.gift .btn::after {
  border-color: transparent transparent transparent #fff;
}
.gift .btn:hover ,
.gift a:hover  {
  opacity: 0.8;
}
.gift .li-caution li {
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
}
.gift .li-caution li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.gift .fs-p-heading--lv2 {
  display: none;
}
.gift .mv {
    background: url(https://lapoppofarm.itembox.design/item/valentine2026/choco_back_r.jpg) repeat-y;
    background-size: contain;
}
.gift .mv .mv_message {
  color: #FFF;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 60px;
}
.gift .mv .mv_message .message_txt {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 1.5em;
  text-shadow: 5px 5px 10px #4f2a1d;
}
p.message_date {
    font-size: 1.5em;
}

.gift .ind {
  padding: 30px 20px 0;
}
.gift .ind .ind_list {
  width: 80%;
  margin: 0 auto 50px;
  text-align: center;
}
.gift .ind .ind_item {
  display: inline-block;
  width: calc((100% - 30px) / 3);
  height: 120px;
  vertical-align: bottom;
  position: relative;
  box-shadow: 0 5px 10px #4f2a1d;
  overflow: visible;
  padding: 35px 0 35px;
  background-color: #fff;
  border: 1px solid #4f2a1d;
}
.gift .ind .ind_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #4f2a1d;
  border-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX( -50% );
}
.gift .ind .ind_item .mark {
  position: absolute;
  top: -27%;
  left: 50%;
  transform: translateX( -50% );
}
.gift .ind .ind_item:first-child .mark {
    top: -33%;
}
.gift .ind .ind_item .txt {
  display: inline-block;
  font-size: 17px;
  color: #4f2a1d;
}


.product {
  background: url("https://lapoppofarm.itembox.design/item/valentine2026/paper_back.jpg") repeat top left;
  background-size: auto auto;
}
.product .product_top {
  padding: 30px 30px 15px;
  text-align: center;
}
p.attention {
    color: #87101f;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 2em 0 0;
    background: #FFF;
    width: calc(100% - 80px);
    margin: 0 auto;
}
.product .product_list {
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.product .product_list:first-of-type {
  padding-top: 60px;
}
.product .product_list:last-of-type {
   margin-bottom: 0;
}
.product .product_list .product_item {
  background-color: #fff;
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 150px 0 10px;
}
.product .product_list .product_item .ribbon {
  position: absolute;
  z-index: 1;
  top: 40px;
  width: calc(100% + 20px);
  height: 135px;
  margin-right: -10px;
  margin-bottom: 80px;
  margin-left: -10px;
}
.product .product_list .product_item .ribbon::before, .product .product_list .product_item .ribbon::after {
  content: "";
  position: absolute;
  top: 70px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-width: 50px 18px;
}
.product .product_list .product_item .ribbon::before {
  left: -26px;
  border-style: solid;
  border-color: #87101f #87101f #87101f transparent;
}
.product .product_list .product_item .ribbon::after {
  right: -26px;
  border-style: solid;
  border-color: #87101f transparent #87101f #87101f;
  display: block;
  visibility: visible;
}
.product .product_list .product_item .ribbon .ribbon_txt {
  line-height: 3em;
  position: relative;
  z-index: 1;
  height: inherit;
  margin-bottom: 0;
  text-align: center;
  color: #FFF;
  background: #9b1620;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product_list .product_item .ribbon .ribbon_txt::before, .product .product_list .product_item .ribbon .ribbon_txt::after {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #87101f;
}
.product .product_list .product_item .ribbon .ribbon_txt::before {
  left: 0;
  border-left: 10px solid transparent;
}
.product .product_list .product_item .ribbon .ribbon_txt::after {
  right: 0;
  border-right: 10px solid transparent;
}
.product .product_list .product_item .ribbon .ribbon_txt .ribbon_ttl {
  font-size: 45px;
  line-height: 1;
}
.product .product_list .product_item .ribbon .ribbon_txt .ribbon_ttl .fnt-s {
  font-size: 80%;
  line-height: 1.3;
}
.product .product_list .product_item .ribbon .ribbon_txt .ribbon_ttl .fnt-ss {
  font-size: 65%;
}
.product .product_list .product_item .product_desc {
  padding: 60px 10px 30px;
}
.product .product_list .product_item .product_desc .desc_txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #6D422D;
  line-height: 1.8;
}
.product .product_list .product_item .product_desc .desc_spec {
  font-size: 30px;
  text-align: center;
  color: #b3030e;
  font-weight: bold;
}
.product .product_list .product_item .product_desc .desc_spec .fnt-b {
  font-size: 160%;
}
.product .product_list .product_item .product_desc .product_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  padding: 20px 0;
}
.product .product_list .product_item .product_desc .product_info .info_size {
  background-color: #d82d5a;
  text-align: center;
  font-size: 26px;
  color: #fff;
  padding: 0.4em 0.5em;
  line-height: 1.1;
}
.product .product_list .product_item .product_desc .product_info .info_size.fnt-adjust {
  font-size: 20px;
  padding: 0.6em 0.7em;
}
.product .product_list .product_item .product_desc .product_info .info_size .fnt-s {
  font-size: 80%;
}
.product .product_list .product_item .product_desc .product_info .info_price {
  color: #b3030e;
  font-size: 35px;
  font-weight: bold;
  min-width: 200px;
}
.product .product_list .product_item .product_desc .product_info .info_price .fnt-s {
  font-size: 60%;
}
.product .product_list .product_item .product_img {
  width: 80%;
  margin: 0 auto 3em;
}
.product .product_list .product_item .product_img img {
  width: 100%;
}
.product .product_list .product_item .product_img2 {
    width: 100%;
    margin: 0 auto 2em;
}
.product .product_list .product_item .product_btn {
  text-align: center;
  padding: 50px 0 80px;
}
.product .product_list .product_item .product_btn .btn {
  display: inline-block;
  width: 80%;
  max-width: 500px;
  background-color: #6D422D;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  font-size: 28px;
  position: relative;
  border-radius: 100vh;
}
.product .product_list .product_item .product_btn .btn.col-brown {
  background-color: #ae812a;
}
.product .product_list .product_item .product_btn .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
}
.product .product_list .product_item .product_btn .btn .btn_txt {
  line-height: 1;
}
.product .product_list .product_item ul.point {
    width: 80%;
    margin: 0 auto;
    font-size: 1.2em;
}
.product .product_list .product_item ul.point li{
	overflow: hidden;
}
.product .product_list .product_item ul.point li img {
    float: left;
    margin-right: 20px;
}
.product .product_list .product_item ul.point li p {
    padding: 0.7em 0 1.5em 2em;
}


/* gift-sec common style */
.gift .gift-sec {
  padding: 80px 0 100px;
}
.gift .gift-sec .ttl_img {
  max-width: 720px;
  width: 90%;
  margin: 0 auto 30px;
}
.gift .gift-sec .item-list {
  border-top: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  background-color: #fff;
  position: relative;
  box-shadow: 2px 2px 8px #ddd;
}

/* 1col 2col */
.gift .gift-sec .item-list-1col {
  margin-bottom: 30px;
}
.gift .gift-sec .item-list-2col {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.gift .gift-sec .item-list-1col .item-list {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
.gift .gift-sec .item-list-2col .item-list {
  width: calc( ( 100% - 20px ) / 2 );
}
.gift .gift-sec .item-list-1col .img_frame {
  width: 48.6111%;
}
.gift .gift-sec .item-list-1col .img_frame img {
  width: 100%;
}
.gift .gift-sec .item-list-1col .item_desc {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-flow: column;
}
.gift .gift-sec .item-list-2col .item_desc {
  padding: 20px;
}
.gift .gift-sec .item-list-1col .onepoint {
  position: absolute;
  top: -3%;
  left: -1%;
  width: 18%;
  max-width: 123px;
}
.gift .gift-sec .item-list-1col .onepoint img {
  width: 100%;
}
.gift .gift-sec .item-list-2col .onepoint {
  position: absolute;
  top: -2%;
  left: -2%;
  width: 36%;
  max-width: 123px;
}
.gift .gift-sec .item-list-2col .onepoint img {
  width: 100%;
}

.gift .gift-sec .item-list .img_frame img {
  
}
.gift .gift-sec .item-list .desc_txt {
  font-size: 17px;
  line-height: 1.5;
}
.gift .gift-sec .item-list .item_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 5px;
}
.gift .gift-sec .item-list .item_price {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.gift .gift-sec .item-list .item_price .fnt-s {
  font-size: 60%;  
}
.gift .gift-sec .item-list .btn_area {
  margin-top: 15px;
}
.gift .gift-sec .item-list .btn_area .btn_to_item {
  display: block;
  padding: 10px 0;
  border-radius: 100vh;
  border: 1px solid #49220a;
  color: #49220a;
  background-color: #fff;
  text-align: center;
  position: relative;
  height: auto;
  width: 100%;
  font-size: 20px;
}
.gift .gift-sec .item-list .btn_area .btn_to_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform:translateY( -50% );
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #49220a;
  border-right: 0;
}

/* gift-sec custom color */
.gift .thanks {
  background: url("https://lapoppofarm.itembox.design/item/assets/img/giftitem/thanks_bg.jpg") repeat-y top left;
  background-size: 100% 100%;
}
.gift .birthday {
  background: url("https://lapoppofarm.itembox.design/item/assets/img/giftitem/birthday_bg.jpg") repeat-y top left;
  background-size: 100% 100%;
}
.gift .rgift {
  background: url("https://lapoppofarm.itembox.design/item/assets/img/giftitem/rgift_bg.jpg") repeat-y top left;
  background-size: 100% 100%;
}
.gift .christmas .item-list {
    border-color: #b72027;
}
.gift .wintergift .item-list {
    border-color: #6D422D;
}

/* message card */
.valentine_card {
    background: url(https://lapoppofarm.itembox.design/item/valentine2026/choco_back_r.jpg) repeat-y;
    background-size: contain;
}
.valentine_card .message_txt {
    color: #FFF;
    padding: 15px 0;
	font-size: 1.1em;
    text-shadow: 5px 5px 10px #4f2a1d;
}
.message2{
	margin: 30px 0;
}


/* price_choice */
.price_choice {
  background-color: #fff;
  padding: 80px 20px;
}
.price_choice .choice_ttl {
  font-size: 35px;
  color: #3e1d09;
  text-align: center;
  margin-bottom: 70px;
  font-weight: bold;
}
.price_choice .choice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px 20px;
}
.price_choice .choice_list .choice_item {
  display: block;
  width: calc((100% - 40px) / 3);
  background-color: #6D422D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  color: #fff;
  font-size: 26px;
}
.price_choice .choice_list .choice_item .choice_inner_txt .fnt-s {
  font-size: 80%;
}
.price_choice .choice_list .choice_item:hover {
  opacity: 0.8;
}


/* service */
.gift .service {
  background-color: #f8f5f2;
  padding: 100px 0;
}
.gift .service .service_ttl {
  background-color: #e8e0db;
  padding: 20px 0;
}
.gift .service .service_ttl .service_ttl_txt {
  font-size: 36px;
  text-align: center;
}
.gift .service .service_ttl .service_ttl_subtxt {
  font-size: 20px;
  text-align: center;
}
.gift .service .service_link {
  
}
.gift .service .service_link .btn_to_service {
  display: block;
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #49220a;
  border-radius: 100vh;
  position: relative;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.gift .service .service_link .btn_to_service::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform:translateY( -50% );
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}
/* custom */
.gift .service .noshi_block {
  
}
.gift .service .card-list {
  max-width: 720px;
  width: 90%;
  margin: 20px auto 20px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.gift .service .card-list .card-item {
  width: calc( ( 100% - 20px ) / 2 );
}
.gift .service .card-list .card-item .ttl {
  text-align: center;
  margin-bottom: 10px;
}
.gift .service .card-list .card-item .ttl .mark {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #e8e0db;
  border-radius: 100vh;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
}
.gift .service .bag-list {
  width: 85%;
  max-width: 600px;
  margin: 30px auto 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
.gift .service .bag-list .bag-item {
  width: calc( ( 100% - 80px ) / 3 );
}
.gift .service .bag-list .bag-item .img_frame {
  margin-bottom: 10px;
}
.gift .service .bag-list .bag-item .bag_caption {
  font-size: 18px;
  text-align: center;
}
/* service common style */
.gift .service .service_subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  padding: 50px 20px 10px;
}
.gift .service .service_subttl::before ,
.gift .service .service_subttl::after {
  content: "";
  flex: 1;
  height: 2px;
  border-top: 1px solid #49220a;
  border-bottom: 1px solid #49220a;
  display: block;
}
.gift .service .service_subttl .ttl {
  font-size: 30px;
}
.gift .service .service_subttl .freemark {
  font-size: 20px;
  border-radius: 100vh;
  border: 1px solid #49220a;
  padding: 0.3em 1.5em;
}
.gift .service .service_desc {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.gift .service .noshi-list {
  max-width: 720px;
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px 26px;
}
.gift .service .noshi-list .noshi-item {
  width: calc( ( 100% - 78px ) / 4 );
}
.gift .service .noshi-list .noshi-item .img_frame {
  text-align: center;
}
.gift .service .noshi-list .noshi-item .img_frame img {
  /* width: 100%; */
}
.gift .service .noshi-list .noshi-item .noshi_caption {
  font-size: 18px;
  text-align: center;
}

/* deliv */
.gift .deliv {
  background-color: #f8f5f2;
  padding: 0 0 100px;
}
.gift .deliv .deliv_ttl {
  background-color: #e8e0db;
  font-size: 36px;
  text-align: center;
  padding: 15px 0;
}
.gift .deliv .deliv_contents {

}
.gift .deliv .dlv_freeship {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 94.4444%;
  margin: 30px auto;
  padding: 20px 10px;
}
.gift .deliv .dlv_freeship .ttl {
  display: inline-block;
  font-size: 24px;
  border-bottom: 1px solid #49220a;
}
.gift .deliv .dlv_freeship .ttl .fnt-s {
  font-size: 80%;
}
.gift .deliv .dlv_freeship .ttl .fnt-ss {
  font-size: 60%;
}
.gift .deliv .dlv_freeship .free_img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
}
.gift .deliv .dlv_freeship .free_img .img_frame {
  
}
.gift .deliv .dlv_freeship .free_img .free_txt {

}
.gift .deliv .dlv_freeship .free_img .free_txt .txt {
  font-size: 58px;
  line-height: 1;
}
.gift .deliv .dlv_date {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 94.4444%;
  margin: 0 auto 30px;
  padding: 20px 10px;
}
.gift .deliv .dlv_date .date_ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
.gift .deliv .dlv_date .desc {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.gift .deliv .dlv_date .desc .fnt-ul {
  text-decoration: underline;
}
.gift .deliv .dlv_date .shipping {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.gift .deliv .dlv_date .shipping-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.gift .deliv .dlv_date .shipping-item .mark {
  font-size: 18px;
  border-radius: 100vh;
  border: 1px solid #49220a;
  padding: 0.1em 1.5em;
}
.gift .deliv .dlv_date .shipping-item .txt {
  font-size: 20px;
}
.gift .deliv .deliv_link {
  
}
.gift .deliv .deliv_link .btn_to_deliv {
  display: block;
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #49220a;
  border-radius: 100vh;
  position: relative;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.gift .deliv .deliv_link .btn_to_deliv::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform:translateY( -50% );
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}

/* banner */
.gift .banner {
  
}
.gift .banner a {
  display: block;
}
.gift .banner a + a {
  margin-top: 20px;
}




@media screen and (max-width: 767px) {
  .gift .mv .mv_message {
    padding: 0 30px;
	margin: 0;
  }
　p.message_date {
    font-size: 1.0em;
    padding: 20px 0;
  }
 .gift .ind .ind_list {
    margin: 0 auto 2px;
  }
  .product .product_list:first-of-type {
		padding-top: 0;
　}
  p.attention {
    font-size: 0.9em;
    padding: 10px;
    width: 88%;
    margin: 0 auto;
 }	
 .message2 {
    font-size: 0.85em;
	}

  .gift {
    /* max-width: auto; */
  }
  .gift .pc {
    display: none;
  }
  .gift .sp {
    display: inherit;
  }
  .gift img {
    max-width: 100%;
  }
  .gift .inner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .gift .mv {
    padding-left: 0;
    padding-right: 0;
  }
  .gift .mv .mv_message .message_ttl {
    font-size: 18px;
  }
  .gift .mv .mv_message .message_txt {
    font-size: 15px;
	margin-top: 30px;
  }
  p.message_date {
    font-size: 1.1em;
	}
  .gift .ind {
    padding: 10px 10px 20px;
  }
  .gift .ind .ind_list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .gift .ind .ind_item {
    width: calc( ( 100% - 10px ) / 2 );
    margin-top: 10vw;
  }
  .gift .ind .ind_item::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #49220a;
  }
  .gift .ind .ind_item .txt {
    font-size: 14px;
  }

  /*  */
  .gift .gift-sec {
    padding: 40px 0 40px;
  }
  .gift .gift-sec .ttl_img {
    margin-bottom: 10px;
  }
  .gift .gift-sec .item-list-1col .item-list {
    flex-flow: column;
  }
  .gift .gift-sec .item-list-1col .img_frame {
    width: 100%;
    text-align: center;
  }
  .gift .gift-sec .item-list .desc_txt {
    font-size: 14px;
  }
  .gift .gift-sec .item-list .item_name {
    font-size: 18px;
  }
  .gift .gift-sec .item-list .item_price {
    font-size: 19px;
  }
  .gift .gift-sec .item-list .btn_area {
    margin-top: 10px;
  }  
  .gift .gift-sec .item-list .btn_area .btn_to_item {
    font-size: 18px;
    padding: 6px 0;
  }
  /* col1 col2 */
  .gift .gift-sec .item-list-1col .item_desc {
    padding: 20px 20px 30px;
  }
  .gift .gift-sec .item-list-1col .item-list .item_name {
    font-size: 20px;
  }
  .gift .gift-sec .item-list-1col .item-list .item_price {
    font-size: 21px;
  }
  .gift .gift-sec .item-list-2col {
    gap: 10px;
  }
  .gift .gift-sec .item-list-2col .item-list {
    width: calc( ( 100% - 10px ) / 2 );
  }
  .gift .gift-sec .item-list-2col .item_desc {
    padding: 10px 10px 20px;
  }
  .gift .gift-sec .item-list-2col .item-list .btn_area .btn_to_item {
    font-size: 14px;
  }
  .gift .gift-sec .item-list-1col .onepoint {
    width: 30%;
  }
  .gift .gift-sec .item-list-2col .onepoint {
    width: 45%;
  }

  .gift .gift-sec.ranking {
    padding-bottom: 20px;
  }  

  .gift .budget .budget-list {
    gap: 10px;
  }
  .gift .budget .budget-list .budget-item {
    width: calc( ( 100% - 10px ) / 2 );
    font-size: 15px;
  }
  .gift .budget .budget-list .budget-item::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #49220a;
  }

  .gift .service {
    padding: 50px 0;
  }
  .gift .service .service_ttl .service_ttl_txt {
    font-size: 25px;
  }
  .gift .service .service_ttl .service_ttl_subtxt {
    font-size: 18px;
  }
  .gift .service .service_subttl .ttl {
    font-size: 22px;
  }
  .gift .service .service_subttl .freemark {
    font-size: 16px !important;
    padding: 0.2em 1em;
  }
  .gift .service .service_desc {
    font-size: 14px;
    padding: 0 20px 10px;
  }
  .gift .service .noshi-list {
    justify-content: flex-start;
    gap: 20px;
    max-width: 400px;
  }
  .gift .service .noshi-list .noshi-item {
    width: calc( ( 100% - 20px ) / 2 );
  }
  .gift .service .noshi-list .noshi-item .noshi_caption {
    font-size: 14px;    
  }
  .gift .service .service_link .btn_to_service {
    font-size: 18px;
  }
  .gift .service .service_link .btn_to_service::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
  }
  .gift .service .bag-list {
    justify-content: space-between;
    gap: 0;
  }
  .gift .service .bag-list .bag-item .bag_caption {
    font-size: 14px;
  }

  .gift .deliv {
    padding: 0 0 60px;
  }  
  .gift .deliv .deliv_ttl {
    font-size: 25px;
  }
  .gift .deliv .dlv_freeship .ttl {
    font-size: 20px;
  }
  .gift .deliv .dlv_freeship .free_img .img_frame {
    width: 15%;
  }
  .gift .deliv .dlv_freeship .free_img .free_txt {

  }
  .gift .deliv .dlv_freeship .free_img .free_txt .txt {
    font-size: 10vw;
  }
  .gift .deliv .dlv_date .date_ttl {
    font-size: 20px;
  }
  .gift .deliv .dlv_date .desc {
    font-size: 16px;
    padding: 0 20px;
  }

  .gift .deliv .dlv_date .shipping {
    flex-flow: column;
  }
  .gift .deliv .deliv_link .btn_to_deliv {
    font-size: 18px;
  }
  .gift .deliv .deliv_link .btn_to_deliv::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .product_list .product_item {
    width: calc(100% - 44px) !important;
    padding: 100px 0 10px !important;
  }
  .product_list .product_item .ribbon {
    width: calc(100% + 20px) !important;
    height: 80px !important;
    top: 0 !important;
  }
  .product_list .product_item .ribbon .ribbon_txt .ribbon_ttl {
    font-size: 20px !important;
  }
  .product_list .product_item .ribbon::before, .product_list .product_item .ribbon::after {
    top: 30px !important;
    border-width: 34px 10px !important;
  }
  .product_list .product_item .ribbon::before {
    left: -10px !important;
  }
  .product_list .product_item .ribbon::after {
    right: -10px !important;
  }
  .product_list .product_item .product_desc {
    padding: 10px !important;
  }
  .product_list .product_item .product_desc .desc_txt {
    font-size: 16px !important;
    max-width: 450px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .product_list .product_item .product_desc .desc_spec {
    font-size: 17px;
  }
  .product_list .product_item .product_desc .product_info {
    gap: 0 10px !important;
  }
  .product_list .product_item .product_desc .product_info .info_size {
    font-size: 15px;
    padding: 0.4em 0.5em;
    max-width: 65%;
  }
  .product_list .product_item .product_desc .product_info .info_size.fnt-adjust {
    font-size: 15px;
    padding: 0.4em 0.5em;
  }
  .product_list .product_item .product_desc .product_info .info_price {
    font-size: 16px !important;
    min-width: auto !important;
  }
　.product .product_list .product_item ul.point {
    font-size: 1.0em;
	}
  .product_list .product_item .product_under_desc .desc_txt {
    font-size: 16px;
    max-width: 450px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .product_list .product_item .product_btn {
    padding: 30px 0 40px !important;
  }
  .product_list .product_item .product_btn .btn {
    height: auto !important;
    min-height: 50px !important;
    font-size: 18px !important;
  }
  .product_list .product_item .product_recommend {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    padding: 15px;
  }
  .product_list .product_item .product_recommend .recommend_ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .product_list .product_item .product_recommend .recommend_list li {
    font-size: 14px;
  }
  .product_list .product_item .product_recommend .recommend_point {
    padding: 6px;
  }
  .product_list .product_item .product_recommend .recommend_point_txt {
    font-size: 12px;
  }
  .product_list .product_item .product_link_text {
    
  }
  .product_list .product_item .product_link_text .txt {
    font-size: 14px;
  }
  .product_list .product_item + .product_item {
    padding-top: 120px;
  }
  .product_list .product_item + .product_item .ribbon {
    top: 20px;
  }
	
  .price_choice {
    padding: 40px 10px;
  }
  .price_choice .choice_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .price_choice .choice_list {
    gap: 10px;
  }
  .price_choice .choice_list .choice_item {
    width: calc((100% - 20px) / 3);
    min-height: 50px;
    font-size: 12px;
    border-radius: 10px;
  }
 .product .product_list .product_item ul.point li img {
    width: 35%;
    width: 35%;
	}
 .product .product_list .product_item ul.point {
    font-size: 0.9em;
	}

}
/* tablet 調整 */
@media screen and (min-width: 550px) and (max-width: 767px) {
  .gift .deliv .dlv_freeship .free_img .free_txt .txt {
    font-size: 56px;
  }
}