@charset "utf-8";

/* ==========================================
   Base Styles
   ========================================== */
h2 {
  font-family: "Ten Mincho", serif;
  font-weight: bold;
}

.event {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  font-size: 16px;
  padding: 0 0 100px;
  position: relative;
}

.event .pc {
  display: none !important;
}

.event .sp {
  display: block !important;
}

.event .inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}

.event .inner-s {
  max-width: 1100px;
  margin: 0 auto;
}

.event .bg-sepa {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.event a:hover {
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .event .pc {
    display: block !important;
  }

  .event .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .event {
    padding-bottom: 50px;
  }

  .event .pc {
    display: none;
  }

  .event .sp {
    display: block;
  }

  .event .inner {
    max-width: 90%;
    margin: 0 auto;
    width: 90%;
    padding: 0 0;
  }
}

/* ==========================================
   FV (First View)
   ========================================== */
.fv {
  width: 100%;
}

.fv_bottom {
  background: url(../img/bg_01.png) no-repeat center bottom / cover;
  padding-bottom: 100px;
}

.fv_bottom .fv_message {
  padding: 100px 0 120px 0;
}

.fv_bottom .fv_message .fv_message_ttl {
  max-width: 522px;
  width: 36%;
  margin: 0 auto 50px;
}

.fv_bottom .fv_message .fv_message_ttl img {
  width: 100%;
}

.fv_bottom .fv_message .fv_message_txt {
  font-size: 18px;
  text-align: center;
}

.fv_bottom .fv_message .fv_message_award {
  margin-top: 50px;
}

.fv_bottom .fv_message .fv_message_award img {
  margin: auto;
  max-width: 1100px;
  display: block;
}

@media screen and (max-width: 768px) {
  .fv_bottom {
    background: url(../img/bg_01_sp.png) no-repeat center bottom / cover;
    padding-bottom: 50px;
  }

  .fv_bottom .fv_message {
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 55px;
  }

  .fv_bottom .fv_message .fv_message_ttl {
    width: 90%;
    margin-bottom: 50px;
  }

  .fv_bottom .fv_message .fv_message_ttl img {
    width: 89%;
    margin: auto;
  }

  .fv_bottom .fv_message .fv_message_txt {
    font-size: 16px;
    padding: 0 10px;
  }

  .fv_bottom .fv_message .fv_message_award {
    margin-top: 40px;
  }

  .fv_bottom .fv_message .fv_message_award img {
    margin: auto;
    max-width: 90%;
  }
}

/* ==========================================
   Coupon
   ========================================== */
.coupon {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 120px;
}

.coupon .coupon_txt {
  padding: 30px 30px 0;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .coupon {
    margin: 50px auto;
  }
}

/* ==========================================
   Point
   ========================================== */
.point {
  padding: 100px 0;
  background: url("../img/point_bg.png") no-repeat 100% 100%;
}

.point .inner {
  width: 80%;
  max-width: 1024px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 70px;
}

.point .point_ttl {
  max-width: 715px;
  width: 58.6%;
  margin: 0 auto;
}

.point ul {
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 60px;
}

.point .li {
  width: calc(100% / 3);
  max-width: 218px;
}

.point .box_point01 {
  padding-top: 3.7%;
}

.bg-sepa.reason-top {
  margin-top: -45px;
}

@media screen and (max-width: 768px) {
  .point {
    aspect-ratio: auto;
    padding: 50px 0;
    background: url("../img/point_bg_sp.png") no-repeat 100% 100%;
  }

  .point .inner {
    width: 90%;
    row-gap: 20px;
  }

  .point .point_ttl {
    width: 88%;
  }

  .point ul {
    margin-top: 30px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .point li {
    width: 80%;
  }

  .point .box_point01 {
    padding-top: 0;
  }
}

/* ==========================================
   Reason
   ========================================== */
.reason {
  margin-bottom: -50px;
  padding: 100px 0 150px;
  background: url("../img/bg_03.png") no-repeat center / cover;
  display: block;
  position: relative;
  top: -50px;
  z-index: 1;
}

.reason .reason_ttl {
  padding: 70px 0;
  max-width: 748px;
  width: 58.5%;
  margin: 0 auto;
}

.reason .reason_ttl img {
  width: 100%;
}

.reason .reason_ttl .note {
  width: 168px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}

.reason .reason_list {
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px;
}

.reason .reason_item {
  width: calc((100% - 120px) / 3);
}

.reason .reason_item img {
  width: 100%;
}

.reason .reason_item .reason_item_ttl {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 20px;
}

.reason .reason_item .reason_item_txt {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .reason {
    background-repeat: repeat-y;
    background-size: 100%;
    padding: 40px 0 50px;
  }

  .reason .reason_ttl {
    padding: 40px 0 30px;
    width: 90%;
  }

  .reason .reason_ttl .note {
    width: 36%;
  }

  .reason .reason_list {
    flex-wrap: wrap;
    gap: 40px;
  }

  .reason .reason_item {
    width: 100%;
    padding: 0 10px;
  }

  .reason .reason_item .reason_item_txt {
    font-size: 17px;
  }
}

/* ==========================================
   Ind
   ========================================== */
.ind {
  padding: 100px 0 50px;
}

.ind .ind_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ind .ind_item {
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 768px) {
  .ind {
    padding: 70px 0 10vw;
  }

  .ind .ind_list {
    flex-wrap: wrap;
    align-items: center;
  }

  .ind .ind_item {
    width: 100%;
  }

  .ind .ind_item img {
    width: 100%;
  }

  .ind .ind_item:nth-of-type(1) img {
    padding-left: 3vw;
  }
}

/* ==========================================
   Rank & Arrival
   ========================================== */
#rank {
    padding-top: 80px;
    margin-top: -80px;
}

.rank {
  background-color: #feffef;
  border-radius: 5px;
  padding: 100px 50px 50px;
  margin-top: -80px;
}

.rank_ttl .note {
  width: 168px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}

.rank img {
  width: 100%;
}

.inner .rank_ttl {
  width: 50%;
  margin: auto;
}

.inner .rank_ttl img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.rank .rank_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

.rank .rank_item,
.arrival .arrival_item {
  width: calc((100% - 40px) / 2);
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

.rank .rank_item._01,
.arrival .arrival_item {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}

.rank .rank_item._01 {
  border: 1px solid #b28435;
}

.rank .rank_item .img_frame,
.arrival .arrival_item .img_frame {
  position: relative;
}

.rank .rank_item._01 .img_frame,
.arrival .arrival_item .img_frame {
  width: 40%;
  max-width: 420px;
}

.rank .rank_item._01 .txt_frame,
.arrival .arrival_item .txt_frame {
  width: 55%;
  max-width: 580px;
  padding-right: 20px;
}

.rank .rank_item .img_frame .rank_icon {
  max-width: 53px;
  width: 15.58%;
  position: absolute;
  top: -6px;
  left: 3px;
}

.rank .rank_item .img_frame .rank_icon.rank_icon01 {
  max-width: 73px;
  width: 17.38%;
}

.rank .rank_item .item_ttl,
.arrival .arrival_item .item_ttl {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.rank .rank_item .item_ttl .item_ttl_txt,
.arrival .arrival_item .item_ttl .item_ttl_txt {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.rank .rank_item .item_ttl .item_ttl_txt .fnt-s,
.arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s {
  font-size: 80%;
}

.rank .rank_item .item_ttl .item_ttl_txt .fnt-s span,
.arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s span {
  font-size: 18px;
  font-weight: normal;
}

.rank .rank_item .item_comment,
.arrival .arrival_item .item_comment {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.3;
}

.rank .rank_item .couponlist,
.arrival .arrival_item .couponlist,
.gift_product_item .couponlist {
  width: calc((100% - 60px) / 3) !important;
  max-width: none !important;
  box-sizing: border-box;
}

.rank .rank_item._01 .txt_frame .couponlist,
.arrival .arrival_item .couponlist {
  justify-content: flex-end;
}

.gift_product_item.single .couponlist {
  padding-top: 20px;
}

.coupon01,
.coupon02 {
  font-size: 20px;
  line-height: 100%;
  display: inline-block;
}

.coupon01 {
  padding: 7px 8px;
  color: #0c1e64;
  background: #edd985;
  white-space: nowrap;
}

.coupon02 {
  padding: 7px 12px;
  color: #fff;
  background: #0c1e65;
  display: block;
}

.item_price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #c13030;
  line-height: 1;
}

.item_price .tag-freeship {
  display: inline-block;
  font-size: 17px;
  background-color: #c13030;
  padding: 7px 10px;
  color: #fff;
  margin-right: 10px;
  margin-top: 5px;
}

.item_price .price {
  font-size: 40px;
  font-weight: 500;
}

.item_price .yen {
  padding-top: 5px;
  font-size: 30px;
}

.arrival {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff4de;
  padding: 100px 50px 50px;
  position: relative;
}

.arrival .arrival_ttl {
  max-width: 120px;
  width: 80%;
  margin: 0 auto 60px;
}

.arrival .arrival_item .img_frame img {
  margin-bottom: 20px;
}

.arrival .arrival_item .txt_frame ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.arrival .arrival_item .txt_frame li {
  padding: 5px 20px;
  font-size: 20px;
  border: 1px solid #222222;
  border-radius: 50px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .rank {
    padding: 80px 10px 30px;
    margin-top: -65px;
  }

  .rank_ttl .note {
    width: 32.1%;
    margin: auto;
    margin-bottom: 6%;
  }

  .inner .rank_ttl {
    width: 95%;
  }

  .rank .rank_list {
    padding: 0 10px;
    flex-wrap: wrap;
    gap: 50px 10px;
  }

  .rank .rank_item {
    width: 100%;
  }

  .rank .rank_item._01,
  .arrival .arrival_item,
  .gift_product_item.single {
    flex-wrap: wrap;
  }

  .rank .rank_item._01 .img_frame,
  .arrival .arrival_item .img_frame,
  .gift_product_item.single .img_frame,
  .rank .rank_item._01 .txt_frame,
  .arrival .arrival_item .txt_frame,
  .gift_product_item.single .txt_frame {
    width: 100%;
    max-width: 1200px;
  }

  .rank .rank_item._01 .txt_frame,
  .arrival .arrival_item .txt_frame,
  .gift_product_item.single .txt_frame {
    padding-right: 0;
  }

  .rank .rank_item .item_ttl .item_ttl_txt,
  .arrival .arrival_item .item_ttl .item_ttl_txt,
  .gift_product_item.single .product_ttl .product_ttl_txt,
  .gift_product_item .product_ttl .product_ttl_txt {
    margin-bottom: 0;
    font-size: 19px;
  }

  .rank .rank_item .item_ttl .item_ttl_txt .fnt-s span,
  .arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s span {
    font-size: 13px;
    font-weight: normal;
  }

  .rank .rank_item .item_comment,
  .arrival .arrival_item .item_comment,
  .gift_product_item.single .product_txt {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rank .rank_item .couponlist,
  .arrival .arrival_item .couponlist,
  .gift_product_item .couponlist {
    margin-bottom: 5px;
  }

  .coupon01,
  .coupon02 {
    font-size: 13px;
  }

  .coupon01 {
    padding: 5px 10px 5px 0;
  }

  .coupon02 {
    padding: 5px 10px;
  }

  .arrival {
    padding: 100px 0 50px;
  }

  .item_price .tag-freeship {
    font-size: 13px;
    padding: 5px;
  }

  .item_price .price {
    font-size: 29px;
    font-weight: 600;
  }

  .item_price .yen {
    font-size: 16px;
  }

  .arrival .arrival_item .txt_frame ul {
    margin-top: 30px;
    gap: 10px;
  }

  .arrival .arrival_item .txt_frame li {
    padding: 5px 15px;
    font-size: 12px;
  }
}

/* ==========================================
   Gift Description
   ========================================== */
.sendimg {
  width: 100%;
}

.send {
  padding-bottom: 10px;
}

.send.gift_ttl {
  max-width: 470px;
  width: 39%;
  margin: 0 auto;
  padding: 140px 0 100px;
}

.gift_desc {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 100px;
  --in-brd-px: 24px;
  --in-ribbon-px: -2px;
  padding: var(--in-brd-px);
  border: 2px solid #89a0c3;
  background-color: #fff;
  position: relative;
}

.gift_desc_ribbon_lt,
.gift_desc_ribbon_rb {
  position: absolute;
  max-width: 128px;
  width: 10.6%;
}

.gift_desc_ribbon_lt {
  top: var(--in-ribbon-px);
  left: var(--in-ribbon-px);
}

.gift_desc_ribbon_rb {
  bottom: var(--in-ribbon-px);
  right: var(--in-ribbon-px);
}

.gift_desc_inner {
  border: 2px solid #89a0c3;
  padding: 45px 80px;
}

.gift_desc_item {
  display: flex;
  align-items: center;
}

.gift_desc_item.img-r {
  flex-direction: row-reverse;
}

.gift_desc_item.img-l {
  flex-direction: row;
}

.gift_desc_item .img_frame {
  width: 35%;
}

.gift_desc_item .img_frame img {
  max-width: 100%;
  width: 60%;
  display: block;
  margin: 0 auto;
}

.gift_desc_item .desc {
  width: 65%;
  padding: 0 20px;
}

.gift_desc_item .desc .ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2e5b86;
}

.gift_desc_item .desc .txt {
  font-size: 20px;
}

.gift_desc_item .desc .txt .marker_ul {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #faebd0 80%);
}

.gift_desc_item .desc .txt .caution {
  font-size: 16px;
}

.gift_separate {
  width: 100%;
  margin: 30px 0;
  border: 1px solid #89a0c3;
}

/* ==========================================
   Gift Mother / Father
   ========================================== */
.gift.gift-mother {
  background-color: #fbeaf2;
  margin-top: -1px;
  margin-bottom: -1px;
  display: none;
}

.gift.gift-mother .gift_desc_inner {
  border-color: #fbeaf2;
}

.gift.gift-mother .gift_separate {
  background-color: #fbeaf2;
}

.gift.gift-mother .gift_desc_item .desc .ttl {
  color: #a5173c;
}

.gift.gift-mother .gift_desc_item:nth-of-type(3) .img_frame img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .send {
    padding-bottom: 10px;
  }

  .send.gift_ttl {
    width: 90%;
    padding: 20px 0 30px;
  }

  .gift_desc {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    --in-brd-px: 5px;
    --in-ribbon-px: -2px;
  }

  .gift_desc_inner {
    padding: 20px 5px;
  }

  .gift_desc_item.img-r,
  .gift_desc_item.img-l {
    flex-flow: column;
  }

  .gift_desc_item .img_frame {
    width: 50%;
    margin: 20px 0 10px;
  }

  .gift_desc_item .img_frame img {
    width: 70%;
  }

  .gift_desc_item .desc {
    width: 100%;
    padding: 0 10px;
  }

  .gift_desc_item .desc .ttl {
    font-size: 16px;
  }

  .gift_desc_item .desc .txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .gift_desc_item .desc .txt .caution {
    font-size: 12px;
  }

  .gift_desc_ribbon_lt,
  .gift_desc_ribbon_rb {
    width: 15%;
  }

  .gift_separate {
    margin: 20px 0;
  }
}

/* ==========================================
   Gift Range / Category
   ========================================== */
.gift_range {
  padding: 100px 0;
  background: url(../img/bg_04.png) no-repeat;
  background-size: cover;
}

.gift_range .gift_range_ttl {
  max-width: 190px;
  width: 80%;
  margin: 0 auto 60px;
}

.gift_range_ttl .note {
  width: 168px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}

.gift.gift_range .gift_range_list,
.send.gift_cat .gift_cat_list {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}

.gift.gift_range .gift_range_item,
.send.gift_cat .gift_cat_item {
  width: calc((100% - 40px) / 2);
  max-width: 361px;
}

.send.gift_cat {
  padding: 120px 0 100px;
}

.send.gift_cat .gift_cat_ttl {
  max-width: 270px;
  width: 80%;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .gift_range {
    padding: 100px 0;
    background: url(../img/bg_04_sp.png) no-repeat;
    background-size: cover;
  }

  .gift_range_ttl .note {
    width: 96%;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }

  .gift.gift_range {
    margin-bottom: 0;
    padding: 40px 0 30px;
  }

  .gift.gift_range .gift_range_ttl {
    width: 30%;
    margin-bottom: 30px;
    max-width: 185px;
  }

  .gift.gift_range .gift_range_item,
  .send.gift_cat .gift_cat_item {
    width: calc((100% - 10px) / 1);
  }

  .send.gift_cat {
    padding: 60px 0 60px;
  }

  .send.gift_cat .gift_cat_ttl {
    width: 60%;
    margin-bottom: 30px;
  }

  .gift.gift_range .gift_range_list,
  .send.gift_cat .gift_cat_list {
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* ==========================================
   Gift Products
   ========================================== */
.send.gift_product {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  margin-bottom: 70px;
}

.send.gift_product.home_use {
  background: #fcf8ef;
}

.gift_product .img_frame {
  margin-bottom: 10px;
}

.gift_product .single .img_frame {
  margin-bottom: 0;
}

.gift_product_item.single {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gift_product_item.single .img_frame {
  width: 43%;
  max-width: 475px;
}

.gift_product_item.single .txt_frame {
  width: 53%;
  max-width: 590px;
}

.send.gift_product .gift_product_ttl {
  width: 80%;
  margin: 0 auto 50px;
}

.send.gift_product.gift_atsugiri .gift_product_ttl {
  max-width: 272px;
  width: 80%;
  position: relative;
}

.send.gift_product.gift_shintan .gift_product_ttl {
  max-width: 120px;
  width: 80%;
}

.send.gift_product.gift_gyuutan .gift_product_ttl {
  max-width: 274px;
  width: 80%;
}

.send.gift_product.gift_assort .gift_product_ttl {
  max-width: 415px;
  width: 80%;
}

.send.gift_product.gift_gokuzyou .gift_product_ttl {
  max-width: 513px;
  width: 80%;
}

.send.gift_product.gift_atsugiri {
  position: relative;
}

.send.gift_product.gift_atsugiri .no1_icon {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 11.02%;
  max-width: 130px;
}

.send.gift_product .gift_product_list {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex !important;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px !important;
  flex-wrap: wrap !important;
}

.send.gift_product .gift_product_list.even,
.send.gift_product.gift_gyuutan .gift_product_list {
  justify-content: center;
  flex-wrap: wrap;
}

.gift_product_item {
  width: calc((100% - 60px) / 3);
}

.send.gift_product .gift_product_list.even .gift_product_item,
.send.gift_product.gift_gyuutan .gift_product_list .gift_product_item {
  width: calc((100% - 30px) / 2);
  max-width: 410px;
  padding: 30px;
  background: #faf7ed;
}

.gift_product_item.single {
  width: 100% !important;
  max-width: 850px !important;
}

.gift_product_item.single.no1 {
  border: 2px solid #b28435;
  position: relative;
}

.gift_product_item.single.no1 .mark {
  width: 158px;
  height: 157px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 30;
}

.gift_product_item .product_ttl {
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.gift_product_item.single .product_ttl {
  margin: 0 0 30px;
}

.gift_product_item .copy {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #246aac;
}

.gift_product_item .product_ttl .product_ttl_txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.gift_product_item.single .product_ttl .product_ttl_txt {
  font-size: 30px;
}

.gift_product_item .product_ttl .product_ttl_txt .fnt-s {
  font-size: 80%;
}

.gift_product_item .product_ttl .product_ttl_txt .fnt-s span {
  font-size: 18px;
  font-weight: normal;
}

.gift_product_item .product_txt {
  font-size: 16px;
}

.gift_product_item.single .product_txt {
  margin: 0 0 30px;
  font-size: 23px;
}

.item_price .ebd.square {
  display: inline-block;
  font-size: 19px;
  text-align: center;
  line-height: 1.2;
  background-color: #edd985;
  padding: 8px 5px;
  color: #0c1e64;
  margin-right: 10px;
  margin-top: 5px;
}

.item_price .ebd.square span {
  display: inline-block;
  font-size: 21px;
}

.item_price .tag-freeship.square {
  padding: 8px 11px;
  font-size: 19px;
  text-align: center;
  line-height: 1.2;
}

.send.gift_product .variations_btn_area,
.send.gift_product .more_btn_area {
  padding: 60px 0 0;
  text-align: center;
}

.send.gift_product .variations_btn,
.send.gift_product .more_btn {
  margin: 0 auto;
  padding: 15px 0;
  font-size: 23px;
  position: relative;
  color: #4f280d;
  border: 1px solid #4f280d;
  border-radius: 5px;
  display: inline-block;
}

.send.gift_product .variations_btn {
  width: 100%;
}

.send.gift_product .more_btn {
  width: 100%;
  max-width: 480px;
}

.send.gift_product .variations_btn_area ul {
  display: flex;
  justify-content: space-between;
}

.send.gift_product .variations_btn_area li {
  width: calc((100% - 80px) / 4);
}

.send.gift_product .variations_btn::after,
.send.gift_product .more_btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 1px solid #4f280d;
  border-right: 1px solid #4f280d;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .send.gift_product.home_use .gift_product_list {
    gap: 0;
  }

  .send.gift_product {
    padding: 30px 10px;
  }

  .send.gift_product .gift_product_list {
    flex-wrap: wrap;
    gap: 40px;
  }

  .send.gift_product .gift_product_item {
    width: calc((100% - 10px) / 2);
  }

  .send.gift_product.gift_gyuutan .gift_product_item .item_price {
    justify-content: flex-end;
  }

  .item_price .ebd.square {
    margin-right: 6px;
    padding: 5px 2px;
    font-size: 10px;
  }

  .item_price .ebd.square span {
    font-size: 11px;
  }

  .item_price .tag-freeship.square {
    margin-right: 6px;
    padding: 5px 7px;
    font-size: 11px;
  }

  .send.gift_product.gift_shintan .gift_product_ttl {
    width: 30%;
    margin-bottom: 30px;
  }

  .send.gift_product.gift_gyuutan .gift_product_ttl {
    width: 65%;
    margin-bottom: 30px;
  }

  .send.gift_product.gift_assort .gift_product_ttl {
    width: 55%;
    margin-bottom: 30px;
  }

  .gift-ship.gift-bg-wht .send.gift_product.gift_gyuutan .ttl_under_caution {
    font-size: 14px;
    margin-bottom: 0;
  }

  .send.gift_product .more_btn {
    padding: 10px 55px;
    font-size: 14px;
  }

  .send.gift_product .variations_btn_area {
    padding: 0;
    margin-top: 20px;
  }

  .send.gift_product .more_btn_area {
    padding: 20px 0 0;
  }

  .send.gift_product .variations_btn_area ul {
    flex-wrap: wrap;
    gap: 15px;
  }

  .send.gift_product .variations_btn_area li {
    width: calc((100% - 15px) / 2);
  }

  .send.gift_product .variations_btn,
  .send.gift_product .more_btn {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
  }

  .send.gift_product .variations_btn::after,
  .send.gift_product .more_btn::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 3px);
    right: 15px;
  }

  .gift_product_item .copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .gift_product_item.single .product_ttl {
    margin: 0 0 10px;
  }

  .gift_product_item .product_ttl .product_ttl_txt .fnt-s span,
  .rank .rank_item .item_ttl .item_ttl_txt .fnt-s,
  .arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s {
    font-size: 80%;
  }

  .gift_product_item .product_txt {
    font-size: 13px;
  }

  .gift_product_item.single .product_txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* ==========================================
   Order Flow
   ========================================== */
.order_flow {
  background: url(../img/order_flow_bg.png) repeat-y cover;
  padding: 45px 0;
  margin-top: -70px;
}

.order_flow .order_flow_ttl {
  max-width: 369px;
  width: 30%;
  margin: 0 auto;
  padding: 60px 0;
}

.order_flow .box_flow {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  background: url("../img/box_flow_bg.png") repeat-y 42px 0;
}

.order_flow .box_flow .box_flow_inner {
  width: calc(100% - 104px);
  margin-bottom: 30px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  border-bottom: 1px solid #6f6f6f;
}

.order_flow .box_flow .box_flow_inner.last {
  border-bottom: none;
}

.order_flow .box_flow dl {
  width: 63%;
}

.order_flow .box_flow .img_frame {
  width: 35%;
  max-width: 420px;
}

.order_flow .box_flow .flow_no {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #00479d;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.order_flow .box_flow .flow_no span {
  font-size: 30px;
  display: block;
}

.order_flow .box_flow dt {
  height: 84px;
  font-size: 26px;
  font-weight: bold;
  color: #122d70;
  display: flex;
  align-items: center;
}

.order_flow .box_flow dd {
  font-size: 20px;
  color: #122d70;
}

.order_flow .box_flow_end {
  margin: 0 20px 35px;
  padding: 20px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #00479d;
}

.order_flow .box_flow .comment_box {
  margin-top: 15px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #f0722d;
  background: #fdfbe0;
}

@media screen and (max-width: 768px) {
  .order_flow {
    margin-top: 0;
    padding-top: 0;
  }

  .order_flow .box_flow {
    background-position: 23px 0;
  }

  .order_flow .box_flow .box_flow_inner {
    flex-direction: column;
    width: calc(100% - 64px);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .order_flow .order_flow_ttl {
    width: 68%;
    padding: 30px 0;
  }

  .order_flow .box_flow .flow_no {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .order_flow .box_flow .flow_no span {
    font-size: 20px;
  }

  .order_flow .box_flow .img_frame {
    width: 100%;
    margin-top: 10px;
  }

  .order_flow .box_flow dl {
    width: 100%;
    max-width: 100%;
  }

  .order_flow .box_flow dt {
    height: 50px;
    font-size: 14px;
  }

  .order_flow .box_flow dd p {
    font-size: 12px;
  }

  .order_flow .box_flow dd p.kome {
    font-size: 10px !important;
  }

  .order_flow .box_flow_end {
    margin: 0 20px 5px;
    padding: 10px;
    font-size: 16px;
  }

  .order_flow .box_flow .comment_box {
    margin: 15px auto;
    padding: 15px;
    font-size: 12px;
  }
}

/* ==========================================
   Notice
   ========================================== */
.notice {
  max-width: 1220px;
  margin: 0 auto 150px;
}

.notice .notice_item {
  margin: 0 20px;
  padding: 40px 50px;
  background-color: #f4f1f1;
}

.notice .notice_item+.notice_item {
  margin-top: 50px;
}

.notice .notice_item .item_ttl {
  background-color: #aaa;
  color: #fff;
  padding: 1.0em 0 1.2em;
  margin-bottom: 40px;
}

.notice .notice_item .item_ttl_txt {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.notice .notice_item .item_desc {
  display: flex;
  align-items: center;
}

.notice .notice_item .item_desc .img_frame {
  width: 30%;
  padding: 0 10px;
}

.notice .notice_item .item_desc .img_frame img {
  margin: 0 auto;
}

.notice .notice_item .item_desc .item_desc_txt {
  width: 70%;
  padding: 0 30px 0 10px;
  font-size: 18px;
}

.notice .notice_item .item_desc .item_desc_txt .fnt-c {
  font-weight: bold;
  color: #c13030;
}

.notice .notice_item .item_desc .item_desc_txt .fnt-s {
  font-size: 88%;
}

.notice .notice_item1 .item_ttl {
  background-color: #c13030;
}

.notice .notice_item2 .item_ttl {
  background-color: #28a163;
}

@media screen and (max-width: 768px) {
  .notice {
    margin: 0 auto;
    padding: 40px 0 20px;
  }

  .notice .notice_item {
    margin: 0 10px;
    padding: 20px 10px 40px;
  }

  .notice .notice_item .item_ttl {
    margin-bottom: 20px;
  }

  .notice .notice_item .item_ttl_txt {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .notice .notice_item .item_desc {
    flex-wrap: wrap;
  }

  .notice .notice_item .item_desc .img_frame {
    width: 100%;
    margin-bottom: 20px;
  }

  .notice .notice_item .item_desc .img_frame img,
  .notice .notice_item1 .item_desc .img_frame img {
    width: 30%;
  }

  .notice .notice_item2 .item_desc .img_frame img {
    width: 60%;
    max-width: 200px;
  }

  .notice .notice_item .item_desc .item_desc_txt {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
  }
}

#kinds {
  padding-bottom: 50px;
  margin-bottom: 70px;
  padding: 100px 0;
  background: url("../img/bg_06.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .event {
    padding-bottom: 50px;
  }

  .event .pc {
    display: none;
  }

  .event .sp {
    display: block;
  }

  .event .inner {
    max-width: 1200px;
    padding: 0 10px;
  }

  .fv_bottom {
    background: url(../img/bg_01_sp.png) no-repeat center bottom / cover;
    padding-bottom: 50px;
  }

  .fv_bottom .fv_message {
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 55px;
  }

  .fv_bottom .fv_message .fv_message_ttl {
    width: 90%;
    margin-bottom: 50px;
  }

  .fv_bottom .fv_message .fv_message_txt {
    font-size: 16px;
    padding: 0 10px;
  }

  .coupon {
    margin: 50px auto;
  }

  .point {
    aspect-ratio: auto;
    padding: 50px 0;
    background: url("../img/point_bg_sp.png") no-repeat 100% 100%;
  }

  .point .inner {
    width: 90%;
    row-gap: 20px;
  }

  .point .point_ttl {
    width: 88%;
  }

  .point ul {
    margin-top: 30px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .point li {
    width: 80%;
  }

  .point .box_point01 {
    padding-top: 0;
  }

  .reason {
    background-repeat: repeat-y;
    background-size: 100%;
  }

  .reason .reason_ttl {
    padding: 40px 0 30px;
    width: 90%;
  }

  .reason .reason_list {
    flex-wrap: wrap;
    gap: 40px;
  }

  .reason .reason_item {
    width: 100%;
    padding: 0 10px;
  }

  .reason .reason_item .reason_item_txt {
    font-size: 17px;
  }

  .ind {
    padding: 70px 0 10vw;
  }

  .ind .ind_list {
    flex-wrap: wrap;
    align-items: center;
  }

  .ind .ind_item {
    width: 100%;
  }

  .ind .ind_item img {
    width: 100%;
  }

  .ind .ind_item:nth-of-type(1) img {
    padding-left: 3vw;
  }

  .rank {
    padding: 80px 10px 30px;
    margin-top: -65px;
  }

  .inner .rank_ttl {
    width: 95%;
  }

  .rank .rank_list {
    padding: 0 10px;
    flex-wrap: wrap;
    gap: 50px 10px;
  }

  .rank .rank_item {
    width: 100%;
  }

  .rank .rank_item._01,
  .arrival .arrival_item,
  .gift_product_item.single {
    flex-wrap: wrap;
  }

  .rank .rank_item._01 .img_frame,
  .arrival .arrival_item .img_frame,
  .gift_product_item.single .img_frame,
  .rank .rank_item._01 .txt_frame,
  .arrival .arrival_item .txt_frame,
  .gift_product_item.single .txt_frame {
    width: 100%;
    max-width: 1200px;
  }

  .rank .rank_item._01 .txt_frame,
  .arrival .arrival_item .txt_frame,
  .gift_product_item.single .txt_frame {
    padding-right: 0;
  }

  .rank .rank_item .item_ttl .item_ttl_txt,
  .arrival .arrival_item .item_ttl .item_ttl_txt,
  .gift_product_item.single .product_ttl .product_ttl_txt,
  .gift_product_item .product_ttl .product_ttl_txt {
    margin-bottom: 0;
    font-size: 19px;
  }

  .gift_product_item .copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .gift_product_item.single .product_ttl {
    margin: 0 0 10px;
  }

  .gift_product_item .product_ttl .product_ttl_txt .fnt-s span,
  .rank .rank_item .item_ttl .item_ttl_txt .fnt-s,
  .arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s {
    font-size: 80%;
  }

  .rank .rank_item .item_ttl .item_ttl_txt .fnt-s span,
  .arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s span {
    font-size: 13px;
    font-weight: normal;
  }

  .rank .rank_item .item_comment,
  .arrival .arrival_item .item_comment,
  .gift_product_item.single .product_txt {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .gift_product_item .product_txt {
    font-size: 13px;
  }

  .rank .rank_item .couponlist,
  .arrival .arrival_item .couponlist,
  .gift_product_item .couponlist {
    margin-bottom: 5px;
  }

  .coupon01,
  .coupon02 {
    font-size: 13px;
  }

  .coupon01 {
    padding: 5px 10px 5px 0;
  }

  .coupon02 {
    padding: 5px 10px;
  }

  .send.gift_product.home_use .gift_product_list {
    gap: 0;
  }

  .arrival {
    padding: 100px 0 50px;
  }

  .item_price .tag-freeship {
    font-size: 13px;
    padding: 5px;

  }

  .item_price .price {
    font-size: 29px;
    font-weight: 600;
  }

  .item_price .yen {
    font-size: 16px;
  }

  .arrival .arrival_item .txt_frame ul {
    margin-top: 30px;
    gap: 10px;
  }

  .arrival .arrival_item .txt_frame li {
    padding: 5px 15px;
    font-size: 12px;
  }

  .send {
    padding-bottom: 10px;
  }

  .send.gift_ttl {
    width: 90%;
    padding: 20px 0 30px;
  }

  .send.gift_product .variations_btn_area {
    padding: 0;
    margin-top: 20px;
  }

  .send.gift_product .more_btn_area {
    padding: 20px 0 0;
  }

  .send.gift_product .variations_btn_area ul {
    flex-wrap: wrap;
    gap: 15px;
  }

  .send.gift_product .variations_btn_area li {
    width: calc((100% - 15px) / 2);
  }

  .send.gift_product .variations_btn,
  .send.gift_product .more_btn {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
  }

  .send.gift_product .variations_btn::after,
  .send.gift_product .more_btn::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 3px);
    right: 15px;
  }

  .gift_desc {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    --in-brd-px: 5px;
    --in-ribbon-px: -2px;
  }

  .gift_desc_inner {
    padding: 20px 5px;
  }

  .gift_desc_item.img-r,
  .gift_desc_item.img-l {
    flex-flow: column;
  }

  .gift_desc_item .img_frame {
    width: 50%;
    margin: 20px 0 10px;
  }

  .gift_desc_item .img_frame img {
    width: 70%;
  }

  .gift_desc_item .desc {
    width: 100%;
    padding: 0 10px;
  }

  .gift_desc_item .desc .ttl {
    font-size: 16px;
  }

  .gift_desc_item .desc .txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .gift_desc_item .desc .txt .caution {
    font-size: 12px;
  }

  .gift_desc_ribbon_lt,
  .gift_desc_ribbon_rb {
    width: 15%;
  }

  .gift_separate {
    margin: 20px 0;
  }

  .gift.gift_range {
    margin-bottom: 0;
    padding: 40px 0 30px;
  }

  .gift.gift_range .gift_range_ttl {
    width: 30%;
    margin-bottom: 30px;
    max-width: 185px;
  }

  .gift.gift_range .gift_range_item,
  .send.gift_cat .gift_cat_item {
    width: calc((100% - 10px) / 1);
  }

  .send.gift_cat {
    padding: 60px 0 60px;
  }

  .send.gift_cat .gift_cat_ttl {
    width: 60%;
    margin-bottom: 30px;
  }

  .send.gift_product {
    padding: 30px 10px;
  }

  .send.gift_product .gift_product_list {
    flex-wrap: wrap;
    gap: 40px;
  }

  .send.gift_product .gift_product_item {
    width: calc((100% - 10px) / 2);
  }

  .send.gift_product.gift_gyuutan .gift_product_item .item_price {
    justify-content: flex-end;
  }

  .item_price .ebd.square {
    margin-right: 6px;
    padding: 5px 2px;
    font-size: 10px;
  }

  .item_price .ebd.square span {
    font-size: 11px;
  }

  .item_price .tag-freeship.square {
    margin-right: 6px;
    padding: 5px 7px;
    font-size: 11px;
  }

  .send.gift_product.gift_shintan .gift_product_ttl {
    width: 30%;
    margin-bottom: 30px;
  }

  .send.gift_product.gift_gyuutan .gift_product_ttl {
    width: 65%;
    margin-bottom: 30px;
  }

  .send.gift_product.gift_assort .gift_product_ttl {
    width: 55%;
    margin-bottom: 30px;
  }

  .gift-ship.gift-bg-wht .send.gift_product.gift_gyuutan .ttl_under_caution {
    font-size: 14px;
    margin-bottom: 0;
  }

  .send.gift_product .more_btn {
    padding: 10px 55px;
    font-size: 14px;
  }

  .order_flow {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .order_flow .box_flow {
    background-position: 23px 0;
  }

  .order_flow .box_flow .box_flow_inner {
    flex-direction: column;
    width: calc(100% - 64px);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .order_flow .order_flow_ttl {
    width: 68%;
    padding: 30px 0;
  }

  .order_flow .box_flow .flow_no {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .order_flow .box_flow .flow_no span {
    font-size: 20px;
  }

  .order_flow .box_flow .img_frame {
    width: 100%;
    margin-top: 10px;
  }

  .order_flow .box_flow dl {
    width: 100%;
    max-width: 100%;
  }

  .order_flow .box_flow dt {
    height: 50px;
    font-size: 14px;
  }

  .order_flow .box_flow dd p {
    font-size: 12px;
  }

  .order_flow .box_flow dd p.kome {
    font-size: 10px !important;
  }

  .order_flow .box_flow_end {
    margin: 0 20px 5px;
    padding: 10px;
    font-size: 16px;
  }

  .order_flow .box_flow .comment_box {
    margin: 15px auto;
    padding: 15px;
    font-size: 12px;
  }

  .notice {
    margin: 0 auto;
    padding: 40px 0 20px;
  }

  .notice .notice_item {
    margin: 0 10px;
    padding: 20px 10px 40px;
  }

  .notice .notice_item .item_ttl {
    margin-bottom: 20px;
  }

  .notice .notice_item .item_ttl_txt {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .notice .notice_item .item_desc {
    flex-wrap: wrap;
  }

  .notice .notice_item .item_desc .img_frame {
    width: 100%;
    margin-bottom: 20px;
  }

  .notice .notice_item .item_desc .img_frame img,
  .notice .notice_item1 .item_desc .img_frame img {
    width: 30%;
  }

  .notice .notice_item2 .item_desc .img_frame img {
    width: 60%;
    max-width: 200px;
  }

  .notice .notice_item .item_desc .item_desc_txt {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
  }

}

/* ==========================================
   Footer
   ========================================== */
.footerblock {
  background-color: #2F1F1B;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.footerblock a {
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.footer-info {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  text-align: left;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  color: #000000;
}

.footer-info h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #2F1F1B;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.footer-info h3::before {
  content: "\25A0";
  margin-right: 5px;
}

.footer-info h4 {
  font-weight: bold;
  margin: 20px 0 0 0;
}

.footer-info p {
  font-size: 16px;
}

.footer-copyright {
  flex: 1 1 100%;
  text-align: center;
  margin-top: 20px;
}

/* ==========================================
   Gift Service
   ========================================== */
.gift-service {
  padding: 100px 0 150px;
  background: url(../img/bg_02.png) no-repeat center / cover;
  display: block;
  z-index: 1;
}

.gift-service .note {
  width: 168px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}

.gift-service img {
  width: 100%;
}

.gift-service .gift-service_ttl {
  max-width: 793px;
  width: 50%;
  margin: auto;
  margin-bottom: 70px;
}

.gift-service-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.gift-service-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FFF;
  padding: 4% 13%;
  flex-shrink: 0;
  align-items: center;
}

.gift-service-item img {
  width: 112px;
  height: auto;
  display: block;
  margin: auto;
}

.gift-service-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.gift-service-item_2nd {
  display: grid;
  grid-template-columns: 4fr 6fr;
  background: #FFF;
  padding: 4% 2% 4% 2%;
  align-items: center;
}

.gift-service-item_2nd img {
  width: 112px;
  height: auto;
  display: block;
  margin: auto;
}

.gift-service-item_2nd p {
  height: auto;
  display: block;
}

.gift-service-item_3rd {
  gap: 10px;
  background: #fff;
  width: 112%;
  padding: 40px 0;
}

.gift-service-item_3rd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4%;
  padding: 0% 10% 0% 20%;
}

.gift-service-item_3rd ul li {}

.gift-service-item_3rd p {
  text-align: center;
  font-size: 23px;
  padding-top: 30px;
  line-height: 1.4;
}

.gift-service-item_3rd img {
  height: auto;
  display: block;
  margin: auto;
}

.gift-service-item_4th {
  gap: 10px;
  background: #fff;
  padding: 40px 0 20px 0;
}

.gift-service-item_4th ul {
  display: flex;
  justify-content: flex-start;
}

.gift-service-item_4th li {
  text-align: center;
  padding-right: 100px;
  font-weight: bold;
  font-size: 20px;
}

.gift-service-item_4th p {
  padding-top: 20px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .gift-service .note {
    width: 41.9%;
    margin: auto;
    margin-bottom: 6%;
  }

  .gift-service .gift-service_ttl {
    max-width: 526px;
    width: 80%;
    margin-bottom: 10px;
  }

  .gift-service {
    padding: 70px 0 100px;
    background: url(../img/bg_02_sp.png) no-repeat center / cover;
  }

  .gift-service-container {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .gift-service-item {
    display: grid;
    gap: 5%;
    grid-template-columns: 4fr 6fr;
    background: #FFF;
    padding: 4% 19% 4% 4%;
    flex-shrink: 0;
    align-items: center;
    margin-bottom: 20px;
  }

  .gift-service-item img {
    width: 64%;
    height: auto;
    display: block;
    margin: auto;
  }

  .gift-service-item_2nd {
    display: grid;
    grid-template-columns: 3fr 7fr;
    background: #FFF;
    padding: 4% 2% 4% 7%;
    align-items: center;
    margin-bottom: 20px;
  }

  .gift-service-item_2nd p {
    width: 89%;
    height: auto;
    display: block;
    margin: auto;
  }

  .gift-service-item_2nd img {
    width: 69%;
    height: auto;
    display: block;
    margin: auto;
  }

  .gift-service-item_3rd {
    background: #fff;
    width: 100%;
    padding: 0px 0;
  }

  .gift-service-item_3rd ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11%;
    padding: 6% 10% 2% 10%;
  }

  .gift-service-item_3rd ul li {}

  .gift-service-item_3rd ul li img {
    width: 16vw;
  }

  .gift-service-item_3rd img {
    height: auto;
    display: block;
    margin: auto;
  }

  .gift-service-item_3rd p {
    text-align: center;
    font-size: 16px;
    padding-top: 0;
    line-height: 1.5;
    font-weight: 500;
  }

  .gift-service-item_4th li {
    text-align: center;
    padding-right: 0;
    font-weight: bold;
    font-size: 20px;
    width: 30%;
  }

  .gift-service-item_4th li p {
    font-size: 12px;
  }

  .gift-service-item_4th ul {
    display: flex;
    justify-content: space-around;
  }

  .gift-service-item_4th p {
    padding-top: 10px;
    font-weight: 500;
    width: 90%;
    margin: auto;
    font-size: 10px;
  }

  .txt_or {
    color: #ed802f;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: clamp(12px, 4.4vw, 21px);
  }

  .txt_bl {
    color: #042870;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: clamp(12px, 4.4vw, 21px);
  }
}

.reason .reason_ttl .note {
  width: 168px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}

.gift_range {
  padding: 100px 0;
  background: url(../img/bg_04.png) no-repeat;
  background-size: cover;
}

.event .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}

.gift_range .gift_range_ttl {
  max-width: 190px;
  width: 80%;
  margin: 0 auto 60px;
}

.gift.gift_range .gift_range_list,
.send.gift_cat .gift_cat_list {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}

#gift-ship {}

.gift-ship {
  margin-bottom: -50px;
  padding: 100px 0 150px;
  background: url(../img/bg_05.png) no-repeat center / cover;
  display: block;
  position: relative;
  top: -50px;
  z-index: 1;
}

.gift-ship .gift-ship_ttl {
  padding: 70px 0;
  margin: 0 auto;
  width: 264px;
}

.gift-ship .gift-ship_ttl img {
  width: 100%;
}

.gift-ship .gift-ship_ttl .note {
  width: 168px;
  margin: auto;
  margin-bottom: 20px;
  display: block;
}

.gift-ship .inner {}

.gift-ship .inner h3 {
  width: 100%;
  margin: auto;
  padding-top: 70px;
  background: #fff;
}

.gift-ship .inner h3 img {
  width: 581px;
  margin: auto;
  display: block;
}

.gift-ship-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #FFF;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 50px 40px;
}

.gift-ship-item {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.gift-ship-img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.gift-ship-title {
  margin: 0 0 25px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

.gift-ship-desc {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .gift-ship-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 30px;
    margin: 0 auto 30px;
  }
}

.gift-ship-title .f-22 {
  font-size: 22px;
}

.gift-ship-title .f-18 {
  font-size: 18px;
  font-weight: 300;
}

#kinds {}

.kinds {
  margin-bottom: -50px;
  padding: 100px 0 150px;
  background: url(../img/bg_05.png) no-repeat center / cover;
  display: block;
  position: relative;
  top: -50px;
  z-index: 1;
}

.kinds .kinds_ttl {
  padding: 70px 0;
  margin: 0 auto;
  width: 186px;
}

.kinds .kinds_ttl img {
  width: 100%;
}

.kinds .kinds_ttl .note {
  width: 168px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}

.kinds .inner {}

.kinds .inner h3 {
  width: 100%;
  margin: auto;
  padding-top: 70px;
  background: #fff;
}

.kinds .inner h3 img {
  width: 960px;
  margin: auto;
  display: block;
}

.kinds-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #FFF;
  gap: 30px;

  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 50px 40px;
}

.kinds-item {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.kinds-img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.kinds-title {
  margin: 0 0 25px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

.kinds-desc {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .kinds-container {
    grid-template-columns: 1fr;
    gap: 40px;
    display: block;
    padding: 20px 40px;
  }
}

.kinds-title .f-22 {
  font-size: 22px;
}

.kinds-title .f-18 {
  font-size: 18px;
  font-weight: 300;
}

.kinds .kinds-box {
  background: #fff;
  margin-bottom: 40px;
}

.kinds .kinds-list {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 50px 20px;
}

.kinds .kinds-list p:first-of-type {
  width: 49%;
  margin: 0;
}

.kinds .kinds-list p:first-of-type img {
  width: 100%;
  height: auto;
  display: block;
}

.kinds .kinds-list p:last-of-type {
  width: 45.8%;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.kinds .kinds-note {
  display: block;
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.5;
}

.kinds .kinds-list-box-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.kinds-container>*:last-child {
  grid-column: 1 / -1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.kinds .kinds-list-box-item {
  background: #fff;
  padding: 40px 20px;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  background: #f3f3f3;
}

.kinds .f-start {
  justify-content: flex-start;
}

.kinds .item_price .cv {
  margin: 0 0 0 auto;
}

.kinds .kinds-list-box-item p {}

.kinds .item_price .tag-freeship_bl {
  display: inline-block;
  font-size: 13px;
  background-color: #274b9f;
  padding: 7px 10px;
  color: #fff;
  margin-right: 10px;
  margin-top: 5px;
}

.kinds .tag-freeship {
  white-space: nowrap;

}

@media (max-width: 768px) {
  .kinds-list-box-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .kinds .kinds-list {
    flex-direction: column;
    padding: 20px;
  }

  .kinds .kinds-list p:first-of-type,
  .kinds .kinds-list p:last-of-type {
    width: 90%;
    margin: auto;
  }

  .kinds .kinds-list p:first-of-type {
    margin-bottom: 20px;
  }
}

.kinds .kinds-list-box-item .gift-ship-item {
  display: flex;
  flex-direction: column;
}

.kinds .kinds-list-box-item .gift-ship-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
  background: #f3f3f3;
}

.kinds .kinds-list-box-item .gift-ship-item p:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  width: 80px;
}

.kinds .kinds-list-box-item .gift-ship-item p:nth-of-type(1) img {
  width: 100%;
  height: auto;
  display: block;
}

.kinds .kinds-list-box-item .gift-ship-item p.gift-ship-title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.kinds .kinds-list-box-item .gift-ship-item .item_price {
  grid-column: 1 / 3;
  grid-row: 2;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.txt_or {
  color: #ed802f;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.txt_bl {
  color: #042870;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.kinds_left {
  margin-left: -90px !important;
}

.kinds_more img {
  width: 100%;
  margin: auto;
  display: block;
}

.kinds_more {
  width: 500px;
  margin: auto;
}

.event-nav {
  background-color: #243372;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.event-nav .inner {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.event-nav .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1100px;
  margin: auto;
}

.event-nav .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-nav .nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.4);
}

.event-nav .nav-item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.4);
}

.event-nav .nav-link {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  font-size: 19px;
  padding: 17px 10px;
  letter-spacing: 0.1em;
}

.event-nav .nav-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .event-nav .inner {
    padding: 0;
  }

  .event-nav .nav-list {
    height: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
  }

  .event-nav .nav-item::after,
  .event-nav .nav-item:first-child::before {
    display: none;
  }

  .event-nav .nav-item {
    height: auto;
    box-sizing: border-box;
    display: flex;
  }

  .event-nav .nav-item:nth-child(1),
  .event-nav .nav-item:nth-child(2),
  .event-nav .nav-item:nth-child(3) {
    flex: 1 1 33.333%;
  }

  .event-nav .nav-item:nth-child(4),
  .event-nav .nav-item:nth-child(5) {
    flex: 1 1 50%;
  }

  .event-nav .nav-link {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 12px 4px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: none;
    border-bottom: none;
    background-color: transparent;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (max-width: 360px) {
  .event-nav .nav-link {
    font-size: 11px;
    padding: 10px 2px;
  }
}

@media screen and (max-width: 768px) {
  .fv_bottom .fv_message .fv_message_award img {
    margin: auto;
    max-width: 90%;
  }

  .rank_ttl .note {
    width: 32.1%;
    margin: auto;
    margin-bottom: 6%;
  }

  .gift-service .note {
    width: 41.9%;
    margin: auto;
    margin-bottom: 6%;
  }

  .fv_bottom .fv_message .fv_message_award {
    margin-top: 40px;
  }

  .gift-service .gift-service_ttl {
    max-width: 526px;
    width: 80%;
  }

  .gift-service-container {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .gift-service-item {
    display: grid;
    gap: 5%;
    grid-template-columns: 4fr 6fr;
    background: #FFF;
    padding: 4% 19% 4% 4%;
    flex-shrink: 0;
    align-items: center;
    margin-bottom: 20px;
  }

  .gift-service-item_2nd {
    display: grid;
    grid-template-columns: 3fr 7fr;
    background: #FFF;
    padding: 4% 2% 4% 7%;
    align-items: center;
    margin-bottom: 20px;
  }

  .gift-service-item_2nd p {
    width: 89%;
    height: auto;
    display: block;
    margin: auto;
  }

  .gift-service-item_2nd img {
    width: 69%;
    height: auto;
    display: block;
    margin: auto;
  }

  .event .inner {
    max-width: 90%;
    margin: 0 auto;
    width: 90%;
    padding: 0 0;
  }

  .txt_or {
    color: #ed802f;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: clamp(12px, 4.4vw, 21px);
  }

  .txt_bl {
    color: #042870;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: clamp(12px, 4.4vw, 21px);
  }

  .gift-service-item img {
    width: 64%;
    height: auto;
    display: block;
    margin: auto;
  }

  .gift-service-item_3rd {
    background: #fff;
    width: 100%;
    padding: 0px 0;
  }

  .gift-service-item_3rd ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11%;
    padding: 6% 10% 2% 10%;
  }

  .gift-service-item_3rd ul li {}

  .gift-service-item_3rd ul li img {
    width: 16vw;
  }

  .gift-service-item_3rd img {
    height: auto;
    display: block;
    margin: auto;
  }

  .gift-service-item_3rd p {
    text-align: center;
    font-size: 16px;
    padding-top: 0;
    line-height: 1.5;
    font-weight: 500;
  }

  .gift-service-item_4th li {
    text-align: center;
    padding-right: 0;
    font-weight: bold;
    font-size: 20px;
    width: 30%;
  }

  .gift-service-item_4th li p {
    font-size: 12px;
  }

  .gift-service-item_4th ul {
    display: flex;
    justify-content: space-around;
  }

  .gift-service-item_4th p {
    padding-top: 10px;
    font-weight: 500;
    width: 90%;
    margin: auto;
    font-size: 10px;
  }

  .gift-ship .inner h3 img {
    width: 69.7%;
    margin: auto;
    display: block;
  }

  .gift-ship .inner h3 {
    width: 100%;
    margin: auto;
    padding-top: 30px;
    background: #fff;
  }

  .kinds .kinds_ttl {
    padding: 40px 0;
    margin: 0 auto;
    width: 30.1%;
  }

  .kinds .inner h3 {
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    background: #fff;
  }

  .kinds .kinds-list p:first-of-type img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }

  .kinds .kinds-list-box-container {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .kinds .kinds-list-box-item {
    padding: 40px 20px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    background: #f3f3f3;
    margin-bottom: 20px;
  }

  .kinds .kinds-list-box-item .gift-ship-item .item_price {
    grid-column: 1 / 3;
    grid-row: 2;
    margin: auto;
    margin-top: 5px;
    display: block;
    align-items: center;
    max-width: 190px;
  }

  .kinds .item_price .cv {
    padding-left: 0;
    width: 86%;
    display: block;
    margin: auto;
    margin-top: 20px;
  }

  .kinds .kinds-list-box-item .gift-ship-item p.gift-ship-title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
  }

  .kinds .kinds-box {
    background: #fff;
    margin-bottom: 40px;
  }

  .kinds .inner h3 img {
    width: 73.4%;
    margin: auto;
    display: block;
  }

  .kinds-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-bottom: 30px;
  }

  .kinds_more {
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }

  #kinds {
    padding-bottom: 50px;
    margin-bottom: 0;
    padding: 40px 0 20px;
    background: url(../img/bg_06_sp.png) no-repeat;
    background-size: cover;
  }

  .gift.gift_range .gift_range_list,
  .send.gift_cat .gift_cat_list {
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .gift-ship .gift-ship_ttl {
    padding: 0px 0;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 42.7%;
  }

  .gift-ship-title {
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }

  .kinds .kinds-list p:last-of-type {
    font-size: 15px;
  }

  .kinds-title {
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }

  .gift-ship-title .f-22 {
    font-size: 16px;
  }

  .gift-ship-title .f-18 {
    font-size: 13px;
    font-weight: 300;
  }

  .kinds .kinds-list-box-item .gift-ship-item p:nth-of-type(1) img {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
  }

  .kinds .kinds-list-box-item .gift-ship-item p:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    width: 80px;
  }

  .kinds-title .f-22 {
    font-size: 16px;
  }

  .kinds-title .f-18 {
    font-size: 13px;
    font-weight: 300;
  }

  .gift-service {
    padding: 70px 0 100px;
    background: url(../img/bg_02_sp.png) no-repeat center / cover;
    display: block;
    z-index: 1;
  }

  .reason {
    margin-bottom: -50px;
    padding: 40px 0 50px;
    background: url("../img/bg_03_sp.png") no-repeat center / cover;
    display: block;
    position: relative;
    top: -50px;
    z-index: 1;
  }

  .gift_range {
    padding: 100px 0;
    background: url(../img/bg_04_sp.png) no-repeat;
    background-size: cover;
  }

  .gift-ship {
    margin-bottom: -50px;
    padding: 50px 0 110px;
    background: url(../img/bg_05_sp.png) no-repeat center / cover;
    display: block;
    position: relative;
    top: -50px;
    z-index: 1;
  }

  .fv_bottom .fv_message .fv_message_ttl img {
    width: 89%;
    margin: auto;
  }

  .gift-service .gift-service_ttl {
    width: 64.3%;
    margin: auto;
    margin-bottom: 10px;
  }

  .gift_range_ttl .note {
    width: 96%;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }

  .reason .reason_ttl .note {
    width: 36%;
  }

  .gift-ship .gift-ship_ttl .note {
    width: 65%;
  }

  .kinds .kinds_ttl .note {
    width: 90%;
  }

  .kinds .kinds-note {
    font-size: 13px;
  }

  .kinds .kinds-list-box-item .gift-ship-item {
    gap: 8px;
  }

}

.concept{
  margin-bottom: 170px;
  padding: 250px 0 250px;
    background: url(../img/bg_07.png) no-repeat center / cover;
    display: block;
    position: relative;
    top: 90px;
    z-index: 1;
}

.concept h2{
  width: 813px;
  margin: auto;
}

.concept .inner{
  max-width: 840px;
}


@media (max-width: 768px){
  .concept{
    margin-bottom: 10px;
    padding: 20% 0 33%;
    background: url(../img/bg_07_sp.png) no-repeat center / cover;
    background-position-y: -3%;
    display: block;
    position: relative;
    top: 0px;
    z-index: 1;
  }

  .concept h2{
    width: 70%;
    margin: auto;
  }
  .concept p{
    width: 93.3%;
    margin: auto;
  }
}