/** Shopify CDN: Minification failed

Line 497:25 Unexpected "}"

**/
/* gift.css */
.gift {
  background: #fff;
  color: #594b41;
  font-feature-settings: "palt";
  line-height: 1;
  min-width: 320px;
  overflow-x: hidden; }

.gift-header {
  /* background: #fe8f96 url(/cdn/shop/files/gift_kv_pc.jpg?v=1753329840) center center/cover no-repeat scroll; */
  height: 0vh; 
}
  .gift-header__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 50px;
    position: relative; }
  .gift-header__title {
    position: absolute;
    right: 50px;
    top: 110px; }
  .gift-header__main-title {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0.127em;
    line-height: 1.5; }
  .gift-header__sub-title {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
    padding: 0; }

@media (max-width: 768px) {
  .gift-header {
    /* background: #fe8f96 url(/cdn/shop/files/gift_kv_sp.jpg?v=1753329840) left top/cover no-repeat scroll; */
    height: 0px; 
  }
    .gift-header__inner {
      margin: 0;
      max-width: none;
      padding: 0; }
    .gift-header__title {
      left: 15px;
      position: absolute;
      top: 30px; }
    .gift-header__main-title {
      font-size: 24px;
      line-height: 1.5; }
    .gift-header__sub-title {
      font-size: 12px;
      line-height: 1.7;
      margin-top: 10px; } }

.gift-app {
  bottom: 20px;
  display: flex;
  min-width: 187px;
  position: fixed;
  right: 20px;
  z-index: 3; }
  .gift-app__item {
    overflow: hidden;
    width: 187px; }

@media (max-width: 768px) {
  .gift-app {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%; }
    .gift-app__item {
      width: 100%; } }

.gift-app-item {
  background: rgba(254, 227, 215, 0.8);
  border-radius: 12px;
  padding: 13px; }
  .gift-app-item__balloon {
    background: #FFFFFF;
    border: 1px solid #6c6057;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 24px;
    position: relative;
    padding: 5px 5px 7px 5px;
    text-align: center; }
    .gift-app-item__balloon:before, .gift-app-item__balloon:after {
      border: solid transparent;
      content: '';
      height: 0;
      left: 50%;
      pointer-events: none;
      position: absolute;
      top: 100%;
      width: 0; }
    .gift-app-item__balloon:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-width: 14px;
      border-bottom-width: 14px;
      border-left-width: 7px;
      border-right-width: 7px;
      border-top-color: #FFFFFF;
      margin-left: -7px; }
    .gift-app-item__balloon:before {
      border-color: transparent;
      border-top-width: 16px;
      border-bottom-width: 16px;
      border-left-width: 8px;
      border-right-width: 8px;
      border-top-color: #6c6057;
      margin-left: -8px;
      margin-top: 1px; }
  .gift-app-item__title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2.7px;
    margin-bottom: 10px;
    text-align: center; }
    .gift-app-item__title br {
      display: none; }
  .gift-app-item__price {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: -5px;
    text-align: center; }
    .gift-app-item__price .tax {
      font-size: 10px; }
  .gift-app-item__btn {
    margin-top: 10px; }
    .gift-app-item__btn a {
      background: var(--button_color);
      border-color: var(--button_color);
      border-radius: 999px;
      box-sizing: border-box;
      color: var(--white);
      display: inline-block;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 2.25px;
      padding: 10px;
      text-align: center;
      transition: 0.4s ease;
      width: 100%; }
      .gift-app-item__btn a:hover {
        background: var(--hover_button_color);
        border: var(--hover_button_color);
        color: var(--white); }
      .gift-app-item__btn a span {
        font-size: 8px;
        padding-left: 3px;
        vertical-align: 1px; }

@media (max-width: 768px) {
  .gift-app-item {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px; }
    .gift-app-item__balloon {
      display: none; }
    .gift-app-item__title {
      font-size: 10px;
      font-weight: bold;
      letter-spacing: normal;
      line-height: 1.2;
      margin-bottom: 0;
      margin-right: 10px;
      text-align: left; }
    .gift-app-item__price {
      font-size: 19px;
      margin-top: 0;
      text-align: left; }
      .gift-app-item__price .tax {
        font-size: 10px; }
    .gift-app-item__btn {
      margin-top: 5px;
      width: 100%; }
      .gift-app-item__btn a {
        font-size: 12px;
        padding: 5px 10px; }
        .gift-app-item__btn a span {
          display: inline; } }

.gift-when__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 50px 0px 50px; }

.gift-when__inner-variety {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 50px 0px 50px; }

.gift-when__title {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center; }
  .gift-when__title br {
    display: none; }

@media (max-width: 768px) {
  .gift-when {
    padding: 40px 15px; }
    .gift-when__inner {
      max-width: none;
      margin: 0;
      padding: 0; }
    .gift-when__inner-variety {
    max-width: none;
    margin: -50px 0px 0px 0px;
    padding: 0; }
    .gift-when__title {
      font-size: 20px; }
      .gift-when__title br {
        display: block; } }

.gift-when-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .gift-when-list__li {
    width: calc((100% - 30px * 2) / 4); }

.gift-when__list-to-corporation{
  display: flex;
  flex-wrap: wrap;
.gift-when-list-to-corporation {
  align-items: flex-start;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
    .gift-when-list__li-to-corporation img {
      /* margin: 0px 5px 0px 5px; */
        height: 215px;
        width: 160px;
    } }
.gift-when-list-to-corporation::after{
  content:"";
  display: block;
  width:30%;
}
.corporation {
  padding: 20px 0px 0px 0px;
}

@media (max-width: 768px) {
  .gift-when__list-to-corporation{
  .gift-when-list-to-corporation {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gift-when-list__li-to-corporation {
      margin : 0;
      width: 48%; }
    .gift-when-list__li-to-corporation img {
        /* height: 180px; */
    } }
    .to-corporation {
      margin-top: 20px;
    }
}

@media (max-width: 768px) {
  .gift-when-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* flex-flow: column; */
    gap: 13px; }
    .gift-when-list__li {
      width:48%;
      display: flex;
      justify-content: center; } }

.gift-when-li {
  /* background: #F5F5F5; */
  box-sizing: border-box;
  height: 100%;
  padding: 0px 20px; }
  .gift-when-li__thumb {
    margin: -25px -20px 25px -20px; }
    .gift-when-li__thumb img {
      height: auto;
      width: 100%; }
  .gift-when-li__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0;
    text-align: center; }
  .gift-when-li__text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    text-align: justify; }

@media (max-width: 768px) {
  .gift-when-li__title {
    font-size: 15px; }
  .gift-when-li__text {
    font-size: 12px;
    line-height: 1.5; } }

.gift-thx__header {
  background: #fe8f96 url(/cdn/shop/files/variety_header.png?v=1700807608) center center/cover no-repeat scroll;
  height: 434px; }

.gift-thx__header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative; }

.gift-thx__title {
  font-size: 36px;
  letter-spacing: 0.127em;
  line-height: 1.5;
  position: absolute;
  right: 50px;
  top: 190px; }

.gift-thx__body-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px;
  position: relative; }

.gift-thx--type02 .gift-thx__header {
  background: #fe8f96 url(/cdn/shop/files/choose_img02.png?v=1704334448) center bottom/cover no-repeat scroll; }

.gift-thx--type02 .gift-thx__title {
  color: #fff;
  left: 50px;
  right: auto; }

@media (max-width: 768px) {
  .gift-thx__header {
    background: #fe8f96 url(/cdn/shop/files//gift-bg02_sp.png) center bottom/contain no-repeat scroll;
    height: 208px; 
    
  }
  .gift-thx__header-inner {
    max-width: none;
    margin: 0;
    padding: 0; }
  .gift-thx__title {
    color: #fff;
    font-size: 25px;
    left: 15px;
    right: auto;
    top: 20px; }
  .gift-thx__body-inner {
    margin: 0;
    max-width: none;
    padding: 50px 15px; }
  .gift-thx--type02 .gift-thx__header {
    background: #fe8f96 url(/cdn/shop/files/choose_img_sp.png?v=1704334802) center bottom/cover no-repeat scroll; }
  .gift-thx--type02 .gift-thx__title {
    left: 15px;
    right: auto;
    top: 90px; 
  } 
}

.gift-thx-items {
  display: flex;
  gap: 4.8%;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}
  .gift-thx-items__item {
    width: calc((100% - 10% * 2) / 3); }

@media (max-width: 768px) {
  .gift-thx-items {
    gap: 13px;
    display: flex;
  flex-wrap: wrap;
    justify-content: space-between; }
    .gift-thx-items__item {
      width: 48%; } }

.gift-thx-item__thumb {
  margin: 0; }
  .gift-thx-item__thumb img {
    height: auto;
    margin: auto;
    width: 100%; }

.gift-thx-item__texts {
  background: #FEE3D7;
  margin: -30px -36px 0 25px;
  padding: 45px 22px 30px 22px; }

.gift-thx-item__title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  text-align: center; }

.gift_update-ver2-thx-item__title {
  background: #FEE3D7; }

.gift-thx-item__price {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; }
  .gift-thx-item__price .tax {
    white-space: nowrap;
    font-size: 8px; }

.gift_update-ver2-thx-item__btn {
    margin-top: 10px;
}

.gift-thx-item__btn {
  margin: 0 auto;
  max-width: 300px; 
}
  .gift-thx-item__btn a {
    background: #fff;
    border: #E8007E solid 1px;
    box-sizing: border-box;
    color: #E8007E;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2.25px;
    padding: 10px 0 12px;
    text-align: center;
    transition: 0.4s ease;
    width: 100%;
  }
    .gift-thx-item__btn a:hover {
      background: var(--hover_button_color);
      color: var(--white);
    }
    .gift-thx-item__btn a:after {
      border-style: solid;
      border-width: 6px 0 6px 7px;
      border-color: transparent transparent transparent #E8007E;
      content:"";
      display: inline-block;
      height: 0;
      margin-left: 5px;
      width: 0;
    }
  .gift-thx-item__btn a:hover:after {
  border-color: transparent transparent transparent #fff;
   }
.gift-thx-item--type02 .gift-thx-item__texts {
  background: #FFE2E6; }

.gift-thx-item--type03 .gift-thx-item__texts {
  background: #FFC3CD; }

@media (max-width: 768px) {
  .gift_update-ver2-thx-item__title {
  background: #FEE3D7; }
  .gift_update-ver2-thx-item__btn {
    margin-top: 10px; }
  /* .gift-thx-item__thumb {
    margin: 0 25px 0 0; } */
  .gift-thx-item__texts {
    margin: -30px 0 0 25px; }
  .gift-thx-item__title {
    font-size: 15px;
    margin-bottom: 10px; }
  .gift-thx-item__price {
    font-size: 15px; }
    .gift-thx-item__price .tax {
      display: inline;
      font-size: 10px;
      margin-top: 0; }
    max-width: 220px; }
    .gift-thx-item__btn a {
      margin-bottom: 10px;
      font-size: 15px; } }

.gift-features__feature {
  background: #F5F5F5; }

.gift-features__feature-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  position: relative; }

.gift-features__visual {
  background: #fe8f96 url(/cdn/shop/files//gift-bg03.png) center center/cover no-repeat scroll;
  height: 434px; }

.gift-features__visual-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative; }

.gift-features__visual-text {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  left: 50px;
  letter-spacing: 0.127em;
  line-height: 1.6;
  position: absolute;
  top: 113px; }

@media (max-width: 768px) {
  .gift-features__feature-inner {
    max-width: none;
    margin: 0;
    padding: 50px 15px; }
  .gift-features__visual {
    background: #fe8f96 url(/cdn/shop/files//gift-bg03_sp.png) center center/cover no-repeat scroll;
    height: 370px; }
  .gift-features__visual-inner {
    max-width: none;
    margin: 0;
    padding: 0; }
  .gift-features__visual-text {
    font-size: 22px;
    left: 0;
    text-align: center;
    top: 30px;
    width: 100%; }
    .gift-features__visual-text br:nth-child(1) {
      display: none; } }

.gift-feature__copy {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0;
  text-align: center; }
  .gift-feature__copy br {
    display: none; }

@media (max-width: 768px) {
  .gift-feature__copy {
    margin-bottom: 20px; }
    .gift-feature__copy br {
      display: block; } }

.gift-feature-list {
  display: flex;
  justify-content: center;
  /* gap: 20px;  */
}
  .gift-feature-list__li {
    width: calc((100% - 20px * 3) / 3); }

@media (max-width: 768px) {
  .gift-feature-list {
    flex-flow: column;
    gap: 15px; }
    .gift-feature-list__li {
      width: auto; } }

.gift-feature-li {
  /* background: #fff; */
  box-sizing: border-box;
  height: 100%;
  /* padding: 30px 20px;  */
}
  .gift-feature-li__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center; 
    text-decoration:underline;
  }
  .gift-feature-li__thumb {
    margin: 20px auto; 
  }
    .gift-feature-li__thumb img {
      height: auto;
      width: 100%; }
  .gift-feature-li__text {
    font-size: 14px;
    line-height: 1.4;
    text-align: center; }

@media (max-width: 768px) {
  .gift-feature-li {
    padding: 30px 15px; }
    .gift-feature-li__title {
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center; }
    .gift-feature-li__thumb {
      margin: 10px auto; 
    }
    .gift-feature-li__text {
      font-size: 12px;
      line-height: 1.3;
      padding: 0;
      text-align: center; } }

.gift-voice__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px; }

.gift-voice__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  text-align: center; }

.gift-voice__slider {
  display: flex;
  margin: 0 -20px;
  padding: 0 60px; }
  .gift-voice__slider .slick-initialized {
    display: block !important; }
  .gift-voice__slider .slick-arrow {
    background: transparent;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: 100%;
    top: calc(50% - 32px);
    width: 40px;
    white-space: nowrap;
    z-index: 2; }
  .gift-voice__slider .slick-prev {
    left: 10px; }
  .gift-voice__slider .slick-next {
    right: 10px; }
  .gift-voice__slider .slick-arrow::before {
    content: "";
    height: 24px;
    left: 15px;
    position: absolute;
    top: calc(50% - 13px);
    width: 24px; }
  .gift-voice__slider .slick-prev::before {
    border-top: 2px solid #594b41;
    border-right: 2px solid #594b41;
    transform: rotate(225deg); }
  .gift-voice__slider .slick-next::before {
    border-top: 2px solid #594b41;
    border-right: 2px solid #594b41;
    left: 0;
    right: 20px;
    transform: rotate(45deg); }

.gift-voice__slider-item {
  margin: 0 20px;
  width: 100%; }

.gift-voice__image {
  background: #f5f5f5;
  margin-bottom: 10px; }
  .gift-voice__image img {
    height: auto;
    width: 100%; }

.gift-voice__name {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-bottom: 10px; }
  .gift-voice__name img {
    margin: 0 10px 0 0;
    width: 25px; }

.gift-voice__text {
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 2.7px;
  padding: 20px;
  text-align: justify; }

@media (max-width: 1024px) {
  .gift-voice__inner {
    max-width: none;
    margin: 0;
    padding: 50px 15px 0 15px; }
  .gift-voice__title {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 20px; }
  .gift-voice__slider-wrapper {
    display: flex;
    overflow-x: scroll;
    margin: 0 -15px;
    padding-bottom: 50px; }
  .gift-voice__slider {
    margin: 0 8px;
    padding: 0; }
  .gift-voice__slider-item {
    margin: 0 7px;
    width: 234px;
    display: block !important; }
  .gift-voice__name {
    align-items: center;
    display: flex; }
    .gift-voice__name img {
      margin: 0 10px 0 0;
      width: 30px; }
  .gift-voice__text {
    font-size: 12px; } }

/*# sourceMappingURL=gift.map */


.set-info{
  margin-top:20px;
    display: flex;
  justify-content: flex-end;
}
.set-info>p{
  line-height: 20px;
}
.gift-reccomend{
  font-size:11px;
  text-align:center;
  padding:0 0 5px;
  color:#e60080;
}
  .br-sp{
    display:none;
  }
.gift-thx__items{
  padding-top: 120px;
margin-top: -120px;
}
.gift-thx{
    padding-top: 100px;
margin-top: -100px;
}
.gift-when{
  margin-bottom:100px;
}
.fs-s{
  font-size:14px;
}
@media screen and (max-width:768px) {
    .br-sp{
    display:block;
  }
   /* .gift-thx-items{
     flex-flow:nowrap;
     overflow:scroll;
     margin-bottom:20px;
   } */
/* .gift-when-list{
       flex-flow:nowrap;
     overflow:scroll;
} */
.gift-when-li{
  width:243px;
}
/* .gift-thx-item__btn{
  margin-top:50px;
} */
  .gift-when{
  margin-bottom:50px;
}
  .fs-s{
  font-size:20px;
}
}

.gift_update-ver2__title {
 font-size: 22px;
 font-weight: bold;
 line-height: 1;
 letter-spacing: 3px;
 margin-bottom: 30px;
 text-align: center;
}

.gift_update-ver2__read {
 text-align: center;
 font-size: 15px;
 line-height: 1.5;
 margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .gift_update-ver2__title {
    font-size: 22px;
    line-height: normal;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
 .gift_update-ver2__read {
  font-size: 15px;
 }
}
  
.gift-features__feature {
  background: #F5F5F5;
}
  
.mincho {
 font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", HiraMinProN-W6, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}