/*冬のギフト*/
.wintergift {
  background: linear-gradient(0deg,rgba(254, 242, 236, 1) 0%, rgba(254, 244, 239, 1) 95%, rgba(255, 255, 255, 1) 95%);
}
.wintergift #ce19_mv {
  border-bottom:15px solid #b89d02 !important;
  background-image:none !important;
}

.wintergift .mainImage {
  background: linear-gradient(0deg, rgb(159 33 36) 0%, rgb(174 36 34) 95%);
}

.wintergift h2{
  color: #b89d02 !important;
  font-weight: bold !important;
  font-size: 30px !important;
  display: block;
  text-align: center;
}

.wintergift .marker{
  background: linear-gradient(transparent 70%, #f9dad2 75%);
}

#contents_wrap .content_wrap .inner p.textarea span{
  font-size:70%;
  color:#444;
  line-height: 1.5em !important;
  font-weight: normal;
  display: block;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .wintergift h2{
  font-size: 20px !important;
}

.wintergift h3{
  font-size: 20px !important;
}

.textarea span{
  font-size:70%;
  color:#444;
  line-height: 1.2em !important;
  font-weight: normal;
}

#contents_wrap .content_wrap .inner p.textarea span{
  font-size:75%;
  color:#444;
  line-height: 1.5em !important;
  font-weight: normal;
  padding-top: 15px;
}
}

/*2024改修*/
.inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#contents_wrap .pickup_wrap h3.content-title,
#contents_wrap .category-navi h3.content-title{
  font-size: 30px;
  font-weight: bold;
  color: #B6302F;
  text-align: center;
}
.title-wrap{
  padding: 0 20px;
  position: relative;
}
.title-wrap::before,
.title-wrap::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 26px solid #b6302f;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
}
.title-wrap::before{
  transform: rotate(-35deg);
  left: 0;
}
.title-wrap::after{
  transform: rotate(35deg);
  right: 0;
}
.text-large{
  font-size: 1.16em;
}
.text-marker{
  background: linear-gradient(transparent 80%, rgba(184,157,2,0.34) 80%);
}
#contents_wrap .content_wrap .inner div{
  width: auto;
  float: none;
}
.coupon-content{
  width: 100%;
  margin-top: 60PX;
  display: flex;

}
#contents_wrap .content_wrap .inner .coupon-content-image{
  width: 50%;
  max-width: 489px;
}
#contents_wrap .content_wrap .inner .coupon-detail{
  width: calc(50% - 20px);
  margin-left: 20px;
}
#contents_wrap .content_wrap .inner div .coupon-image img{
  width: 100%;
  max-width: 236px;
}
#contents_wrap .content_wrap .inner div.btn-wrap{
  text-align: center;
}
.btn-wrap .more-button{
  padding: 18px 30px 19px 30px;
  display: inline-block;
  color: #B8A361;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #B8A361;
  border-radius: 35px;
  position: relative;
}
.btn-wrap .more-button:hover{
  background-color: #B8A361;
  color: #fff;
  transition: 0.3S background-color ease;
}
.btn-wrap .more-button:hover:after{
  border-color: #fff;
}
.btn-wrap .more-button::after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #B8A361;
  border-right: 2px solid #B8A361;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.btn-wrap .modal-btn{
  margin-left: 20px;
  padding: 18px 30px 19px 30px;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  background-color: #B63030;
  border: 1px solid #B63030;
  border-radius: 35px;
  position: relative;
}
.btn-wrap .modal-btn:hover{
  opacity: 0.6;
  transition: 0.3S opacity ease;
}
.btn-wrap .modal-btn::after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.category-navi{
  margin-top: 100px;
  padding-bottom: 50px;
}
.category-lists{
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
  align-items: center;
}
.category-item{
  width: calc(100% / 6 - 22px);
  margin-left: 22px;
  width: 200px;
}
.category-link{
  padding: 10px 10px 11px;
  display: block;
  color: #B63030;
  font-size: 18px;
  text-align: center;
  border: 1px solid #B63030;
  border-radius: 10px;
  position: relative;
  background: white;
}
.category-link:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 11px solid #b6302f;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.category-link:hover{
  color: #fff;
  background-color: #B63030;
}
.category-link:hover::after{
  transform: translate(-50%, 5px);
  transition:0.3s transform ease;
}
.modal{
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 58px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
}
.modal.is-open{
  display: block;
}
.modal-close-button{
  width: 37px;
  height: 37px;
  background-color: unset;
  border: none;
  position: absolute;
  top: 50px;
  right: 56px;
}
.modal-close-button::before,
.modal-close-button::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal-close-button::before{
  transform: rotate(45deg);
}
.modal-close-button::after{
  transform: rotate(-45deg);
}
.modal-content{
  width: 100%;
  max-width: 1000px;
  height: 90vh;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
}
.modal-content::-webkit-scrollbar {
  background: white;
  width: 5px;
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.modal-title{
  padding: 24px 0 25px;
  color: #B52F2F;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #FEFEF4;
  border-bottom: none;
}
.howto-content{
  margin-top: 48px;
  display: flex;
}
.left-content,
.right-content{
  padding-top: 24px;
}
.left-content{
  padding-right: 24px;
}
.modal-content-title{
  padding: 15px 10px 13px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #DE5B5B;
}
.step{
  margin-top: 45px;
}
.step-title{
  color: #DE5B5B;
  font-size: 19px;
  font-weight: bold;
}
.step-content{
  margin: 30px 0 0 30px;
}
figcaption{
  font-size: 14px;
}
.step-content figure img{
  width: 100%;
  margin-top: 23px;
  display: block;
}
.step-content + .step-title{
  margin-top: 55px;
}
.right-content{
  padding-left: 24px;
  border-left: 1px solid #C9BFBF;
}
.right-content .step-title{
  color: #E8A35F;
}
.right-content .modal-content-title{
  background-color: #E8A35F;
}
.close-btn-wrap{
  margin-top: 80px;
  text-align: center;
}
.modal-close-btn{
  padding: 7px 50px;
  border: 1px solid #B52F2F;
  background-color: #fff;
  border-radius: unset;
}
.modal-close-btn span{
  padding-left: 40px;
  color: #B52F2F;
  font-size: 20px;
  position: relative;
}
.modal-close-btn span::before,
.modal-close-btn span::after{
  content: '';
  width: 3px;
  height: 24px;
  display: block;
  background-color: #B52F2F;
  position: absolute;
  left: 20px;
  top: 50%;
}
.modal-close-btn span::before{
  transform: translateY(-50%) rotate(45deg);
}
.modal-close-btn span::after{
  transform: translateY(-50%) rotate(-45deg);
}
#contents_wrap .center-text { text-align: center; }
#contents_wrap .pickup_wrap p a {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .inner{
    padding: 0 10px;
  }
  #contents_wrap .content_wrap .inner{
    padding: 10px 0 0;
  }
  .coupon-content{
    flex-direction: column;
  }
  #contents_wrap .content_wrap .inner div .coupon-image img{
    width: auto;
  }
  #contents_wrap .content_wrap .inner .coupon-content-image{
    width: 100%;
  }
  #contents_wrap .content_wrap .inner .coupon-detail{
    width: 100%;
    margin-left: 0;
  }
  #contents_wrap .content_wrap .inner div.btn-wrap{
    margin-top: 30px;
  }
  .btn-wrap .more-button{
    display: block;
  }
  .btn-wrap .modal-btn{
    margin: 20px 0 0 0;
    display: block;
    font-size: 17px;
  }
  .category-navi{
    margin-top: 76px;
  }
  .category-lists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-lists a {
    width: 155px;
    text-align: center;
    white-space: normal;
  }
  .category-item {
    width: auto;
    margin: 0;
  }
  .category-link{
    font-size: 13px;
  }
  .modal-close-button{
    top: 25px;
    right: 25px;
  }
  .modal-title{
    font-size: 21px;
  }
  .howto-content{
    margin-top: 22px;
    padding: 0 16px 20px;
    flex-direction: column;
  }
  .left-content{
    padding-right: 0;
  }
  .right-content{
    margin-top: 70px;
    padding-left: 0;
    border: none;
  }
  .block-event-page--accessory{
    margin-top: 80px;
  }
  .modal .pc_only_{
    display: none;
  }
}