@charset "UTF-8";
.event_name_,
.category_name_,
.event_name_header_ {
  display: none !important;
}

.delete_next_ttl + .event_title_,
.delete_next_ttl + .event_ > .event_title_:first-of-type {
  display: none;
}

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
  display: none;
}

.ec-layoutRole {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .ec-featureRole__content .giftItemsHeadImg {
    padding-bottom: 6.66666666vw !important;
  }
}
figure {
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/* bl_anchorlink
---------------------------------------------------- */
.bl_anchorlink {
  display: flex;
  justify-content: center;
  margin: min(1.72vw, 20px) 0 min(3.44vw, 40px);
}
.bl_anchorlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.55vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  width: 25%;
  padding: min(0.86vw, 10px) 0 min(1.72vw, 20px);
  transition: 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #222;
}
.bl_anchorlink a:not(:first-of-type) {
  border-left: 1px dotted #333333;
}
.bl_anchorlink a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #00b275 transparent transparent transparent;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.bl_anchorlink a:hover {
  background: #e8f8da;
}
.bl_anchorlink a:hover::after {
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .bl_anchorlink {
    margin: 2.66vw 0 8vw;
  }
  .bl_anchorlink a {
    font-size: 3.46vw;
    padding: 1.6vw 0 4vw;
    transition: 0s;
  }
  .bl_anchorlink a::after {
    border-width: 1.6vw 1.6vw 0 1.6vw;
    bottom: 0.53vw;
    transition: 0s;
  }
  .bl_anchorlink a:hover {
    background: #fff;
  }
  .bl_anchorlink a:hover::after {
    bottom: 0.53vw;
  }
}
/* bl_categoryWrap
---------------------------------------------------- */
.bl_categoryWrap {
  background: url(/html/upload/user_data/feature/summergift/img/2025/ctgpanel_bg.jpg) repeat;
  position: relative;
}
.bl_categoryWrap + .bl_categoryWrap {
  margin-top: 60px;
}
.bl_categoryWrap .bl_category-ttl {
  min-width: 300px;
  padding: 15px 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(120deg, #437eca, #65aee6);
  position: absolute;
  top: -30px;
  left: -10px;
}
.bl_categoryWrap .bl_category-ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #3966a0 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.bl_categoryWrap .bl_category {
  padding: 70px 50px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.5%;
}
.bl_categoryWrap .bl_category .bl_categoryItem {
  flex-basis: 31%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #222 !important;
  font-weight: bold;
  text-decoration: none !important;
  transition: 0.3s;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.bl_categoryWrap .bl_category .bl_categoryItem::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #17b272 transparent;
  position: absolute;
  right: 7px;
  bottom: 7px;
}
.bl_categoryWrap .bl_category .bl_categoryItem:hover {
  transform: translateY(-5px);
}
.bl_categoryWrap .bl_category .bl_categoryItem figure img {
  width: 100%;
  height: auto;
}
.bl_categoryWrap .bl_category .bl_categoryItem p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 3.4em;
  padding: 0.2em 1em;
  line-height: 1.4;
  text-align: center;
  font-size: min(1.55vw, 18px);
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .bl_categoryWrap + .bl_categoryWrap {
    margin-top: 13.33vw;
  }
  .bl_categoryWrap .bl_category-ttl {
    width: 50vw;
    min-width: initial;
    min-width: auto;
    padding: 2.3vw 5.33vw;
    font-size: 3.5vw;
  }
  .bl_categoryWrap .bl_category {
    padding: 11vw 4vw 8vw;
    gap: 4vw 4%;
  }
  .bl_categoryWrap .bl_category .bl_categoryItem {
    flex-basis: 48%;
    transition: 0s;
    box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.1);
  }
  .bl_categoryWrap .bl_category .bl_categoryItem::after {
    border-width: 0 0 2.66vw 2.66vw;
    right: 1.33vw;
    bottom: 1.33vw;
  }
  .bl_categoryWrap .bl_category .bl_categoryItem:hover {
    transform: translateY(0px);
  }
  .bl_categoryWrap .bl_category .bl_categoryItem p {
    padding: 3vw 0;
    min-height: 0;
    line-height: 1.3;
    font-size: 3.2vw;
  }
}
/* clearfix
---------------------------------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* btn_area
---------------------------------------------------- */
.btn_area {
  margin: 90px 0 0;
}
.btn_area ul {
  max-width: 820px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  flex-wrap: wrap;
  gap: 22px 4%;
}
.btn_area ul li {
  width: 48%;
}
.btn_area ul li a {
  display: block;
  background: url(/html/upload/user_data/feature/summergift/img/2025/btn_back1.png) no-repeat left top;
  background-size: cover;
  width: auto;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: top 0.3s, opacity 0.3s;
}
.btn_area ul li a:hover {
  text-decoration: none;
  position: relative;
  top: -10px;
  transition: top 0.3s, opacity 0.3s;
}
.btn_area ul li a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .btn_area {
    margin: 10.66vw 0 0;
  }
  .btn_area ul {
    display: block;
    gap: 0;
  }
  .btn_area ul li {
    width: auto;
  }
  .btn_area ul li + li {
    margin-top: 2.66vw;
  }
  .btn_area ul li a {
    width: 80vw;
    height: 13.33vw;
    line-height: 13.33vw;
    font-size: 4.26vw;
    letter-spacing: 0.26vw;
    border-radius: 13.33vw;
  }
  .btn_area ul li a:hover {
    top: 0;
  }
  .btn_area ul li a::after {
    right: 5.33vw;
    width: 2.66vw;
    height: 2.66vw;
    margin-top: -1.33vw;
    border-top: 0.53vw solid #fff;
    border-right: 0.53vw solid #fff;
  }
}
/* noshi
---------------------------------------------------- */
.noshi {
  padding: 20px 0 0;
  text-align: center;
}
.noshi .noshi-line {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: auto;
}
.noshi a {
  display: inline-block;
  background: url(/html/upload/user_data/feature/summergift/img/2025/btn_back2.png) no-repeat left top;
  background-size: cover;
  width: 550px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.25px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  top: 0;
  opacity: 1;
  transition: top 0.3s, opacity 0.3s;
}
.noshi a:hover {
  text-decoration: none;
  position: relative;
  top: -10px;
  transition: top 0.3s, opacity 0.3s;
}
.noshi a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .noshi {
    padding: 5.33vw 0 0;
  }
  .noshi .noshi-line {
    margin: 0 auto 5.33vw;
  }
  .noshi a {
    width: 80vw;
    height: 13.33vw;
    line-height: 13.33vw;
    font-size: 4.26vw;
    letter-spacing: 0.26vw;
    border-radius: 13.33vw;
  }
  .noshi a:hover {
    top: 0;
  }
  .noshi a::after {
    right: 5.33vw;
    width: 2.66vw;
    height: 2.66vw;
    margin-top: -1.33vw;
    border-top: 0.53vw solid #fff;
    border-right: 0.53vw solid #fff;
  }
}
/* benefits_shop
---------------------------------------------------- */
.benefits_shop {
  text-align: center;
  margin: 60px 0 0;
  /*ul {
    margin: 40px 0 0;

    li {
      width: 48.5%;
      float: left;
      margin: 0 3% 3% 0;

      &:nth-child(2n) {
        margin-right: 0;
      }

      &:nth-child(2n+1) {
        clear: both;
      }

      img {
        width: 100%;
        height: auto;
      }
    }
  }*/
}
.benefits_shop_sl {
  text-align: center;
}
.benefits_shop_sl_txt {
  margin: 30px 0;
}

@media only screen and (max-width: 767px) {
  .benefits_shop {
    margin: 10.66vw 0 0;
    /*ul {
      margin: 5.33vw 0 0;

      li {
        width: auto;
        float: none;
        margin: 0 0 4vw;

        &:nth-child(2n) {
          margin: 0 0 4vw;
        }

        img {
          width: 100%;
          height: auto;
        }
      }
    }*/
  }
  .benefits_shop_sl_txt {
    margin: 4vw 0;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
/* summergift_container1
---------------------------------------------------- */
.summergift_container1 {
  text-align: center;
  margin: 100px 0 0;
}
.summergift_container1 + .summergift_container1 {
  margin-top: 80px;
}
.summergift_container1 ul {
  display: flex;
  justify-content: space-between;
  background: url(/html/upload/user_data/feature/summergift/img/2025/ctgpanel_bg.jpg) repeat;
  padding: 45px 50px !important;
}
.summergift_container1 ul li {
  display: block;
  width: 31%;
}
.summergift_container1 ul li a {
  display: flex;
  align-items: center;
  padding: min(1.55vw, 18px);
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  transition: top 0.3s, opacity 0.3s;
  color: #222;
}
.summergift_container1 ul li a:hover {
  text-decoration: none;
  position: relative;
  top: -10px;
  transition: top 0.3s, opacity 0.3s;
  color: #222;
}
.summergift_container1 ul li a p {
  width: 100%;
  text-align: center;
  font-size: min(1.55vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.summergift_container1 ul li a::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-left: 13px solid transparent;
  border-bottom: 13px solid #83cbde;
  z-index: 2;
}

.bl_gift ul li a {
  display: flex;
  align-items: center;
}
.bl_gift ul li a img {
  width: 40%;
  height: auto;
}
.bl_gift ul li a p {
  width: 60%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .summergift_container1 {
    margin: 13.33vw 0 0;
  }
  .summergift_container1 + .summergift_container1 {
    margin-top: 8vw;
  }
  .summergift_container1 ul {
    display: block;
    padding: 8vw 5.33vw !important;
  }
  .summergift_container1 ul li {
    width: auto;
  }
  .summergift_container1 ul li + li {
    margin-top: 3.46vw;
  }
  .summergift_container1 ul li a {
    padding: 4.8vw 0;
    box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.1);
  }
  .summergift_container1 ul li a br {
    display: none;
  }
  .summergift_container1 ul li a:hover {
    top: 0;
  }
  .summergift_container1 ul li a p {
    font-size: 3.73vw;
    letter-spacing: 0px;
  }
  .summergift_container1 ul li a::after {
    bottom: 1.33vw;
    right: 1.33vw;
    border-left: 2.13vw solid transparent;
    border-bottom: 2.13vw solid #83cbde;
  }
  .bl_gift ul li a {
    padding: 1vw 0;
    justify-content: center;
    gap: 2vw;
  }
  .bl_gift ul li a img {
    width: 16vw;
    height: auto;
  }
  .bl_gift ul li a p {
    width: 30vw;
    text-align: center;
  }
}
/* campaign
---------------------------------------------------- */
.campaign {
  background: #3558b2;
  padding: 70px;
  margin: 60px 0;
}
.acc-content .campaign {
  margin: 0;
  padding: 20px 70px 50px;
}
.campaign h2 {
  font-size: 34px;
  letter-spacing: 0.75px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0 0 40px;
  text-align: center;
}
.campaign h3 {
  color: #fff;
  font-size: min(2.24vw, 26px);
  font-weight: bold;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 19px 5px 16px;
  line-height: 1;
  margin: 50px 0 30px;
}
.acc-content .campaign h3 {
  margin-top: 0;
}
.campaign h3 span {
  display: inline-block;
  background-color: #fff;
  color: #3558b2;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 13px 7px 16px;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 50px;
  vertical-align: middle;
  margin: -5px 10px 0 0;
}
.campaign p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.campaign p span {
  font-weight: bold;
  font-size: 26px;
  color: #fdf331;
}
.campaign p span span {
  font-size: 44px;
  margin: 0 3px 0 0;
}
.campaign .pointup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 40px;
  margin: 10px 0 0;
}
.campaign .pointup dt {
  font-size: min(1.89vw, 22px);
  font-weight: bold;
  line-height: 1;
}
.campaign .pointup dd {
  font-size: min(1.89vw, 22px);
  font-weight: bold;
  line-height: 1;
  color: #3558b2;
}
.campaign .pointup dd span {
  font-size: min(3.44vw, 40px);
}
.campaign .pointup.dl2 {
  background-color: #fffecc;
}
.campaign .pointup.dl3 {
  background-color: #daffc2;
}
.campaign .pointup.dl4 {
  background-color: #f9ddd6;
}
.campaign .pointup.dl5 {
  background-color: #ccfbff;
}
.campaign .pointup.dl5 dd img {
  width: min(5.6vw, 65px);
  height: auto;
  vertical-align: middle;
  margin: min(-1.12vw, -13px) min(1.29vw, 15px) 0 0;
}
.campaign .pointpresent dt {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 8px;
}
.campaign .pointpresent dd p {
  line-height: 1.3;
}
.campaign .pointpresent dd .small_note {
  font-size: 14px;
  margin-top: 8px;
}
.campaign .pointpresent dd span {
  font-weight: bold;
  font-size: 26px;
  color: #fdf331;
}
.campaign .pointpresent dd span span {
  font-size: 44px;
  margin: 0 3px 0 0;
}

@media only screen and (max-width: 767px) {
  .campaign {
    padding: 10.66vw 5.33vw;
    margin: 10.66vw 0;
  }
  .acc-content .campaign {
    margin: 0;
    padding: 5.33vw 5.33vw 8vw;
  }
  .campaign h2 {
    font-size: 6.4vw;
    letter-spacing: 0.26vw;
    margin: 0 0 8vw;
  }
  .campaign h3 {
    font-size: 4.8vw;
    padding: 2.66vw 0.8vw 1.8vw;
    margin: 8vw 0 5.33vw;
    line-height: 1.5;
  }
  .acc-content .campaign h3 {
    margin-top: 0;
  }
  .campaign h3 span {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 4.26vw;
    padding: 1.9vw 0 1.6vw;
    letter-spacing: 0.26vw;
    border-radius: 13.33vw;
    margin: 0 0 2.5vw 0;
  }
  .campaign p {
    font-size: 4vw;
  }
  .campaign p span {
    font-size: 4.8;
  }
  .campaign p span span {
    font-size: 6.93vw;
    margin: 0 0.8vw 0 0;
  }
  .campaign .pointup {
    border-radius: 1.33vw;
    padding: 4vw 4vw;
    margin: 2.66vw 0 0;
  }
  .campaign .pointup dt {
    font-size: 4.26vw;
    line-height: 1.3;
  }
  .campaign .pointup dd {
    font-size: 5vw;
    line-height: 1.3;
  }
  .campaign .pointup dd span {
    font-size: 7.5vw;
    margin: 0 0.8vw;
  }
  .campaign .pointup.dl5 dd img {
    width: 9vw;
    height: auto;
    margin: -1.2vw 1.5vw 0 0;
  }
  .campaign .pointpresent dt {
    font-size: 4.8vw;
    line-height: 1.4;
    margin: 0 0 2.13vw;
  }
  .campaign .pointpresent dd p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .campaign .pointpresent dd .small_note {
    font-size: 3.46vw;
    margin-top: 2.13vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .campaign .pointpresent dd span {
    font-size: 5vw;
    margin: 0 0.8vw;
  }
  .campaign .pointpresent dd span span {
    font-size: 6vw;
    margin: 0 0.8vw;
  }
}
/* entry_btn
---------------------------------------------------- */
.entry_btn {
  text-align: center;
  margin-bottom: 40px;
}
.entry_btn a {
  display: inline-block;
  background-color: #d53e23;
  background-size: cover;
  width: 550px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 70px;
  letter-spacing: 0.25px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  top: 0;
  opacity: 1;
  transition: opacity 0.3s;
  letter-spacing: 0.75px;
}
.entry_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.entry_btn a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .entry_btn {
    margin-bottom: 6.66vw;
  }
  .entry_btn a {
    width: 80vw;
    height: 12.8vw;
    font-size: 4.26vw;
    line-height: 12.8vw;
    letter-spacing: 0;
    border-radius: 13.33vw;
    transition: opacity 0s;
  }
  .entry_btn a:hover {
    opacity: 1;
  }
  .entry_btn a::after {
    width: 2.66vw;
    height: 2.66vw;
    border-top: 0.53vw solid #fff;
    border-right: 0.53vw solid #fff;
    right: 5.33vw;
  }
}
/* moreBtn
---------------------------------------------------- */
.moreBtn a {
  display: block;
  border-radius: 50px;
  box-sizing: border-box;
  border: 3px solid #00b275;
  max-width: 320px;
  margin: 0px auto;
  text-align: center;
  color: #008803;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding: 15px 0;
  position: relative;
}
.moreBtn a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 3px solid #00b275;
  border-right: 3px solid #00b275;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .moreBtn {
    margin-top: 5.33vw;
  }
  .moreBtn a {
    border: 0.53vw solid #00b275;
    font-size: 4.26vw;
    width: 80vw;
    padding: 3.46vw 0;
  }
  .moreBtn a::after {
    width: 2.66vw;
    height: 2.66vw;
    border-top: 0.53vw solid #00b275;
    border-right: 0.53vw solid #00b275;
    right: 5.33vw;
  }
}
/* accordion_container
---------------------------------------------------- */
.accordion_container {
  position: relative;
  transform: translateZ(0);
}
.accordion_container .acc-toggle {
  display: none;
}
.accordion_container .acc-title {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion_container .acc-title h2 {
  margin-bottom: 0;
  padding: 28px 0;
  background-color: #3558b2;
  text-align: center;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.accordion_container .acc-title::after {
  transform: rotate(90deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 1;
  right: min(2.1875vw, 28px);
  width: min(0.3125vw, 4px);
  height: min(1.5625vw, 20px);
}
.accordion_container .acc-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 1;
  right: min(2.1875vw, 28px);
  width: min(0.3125vw, 4px);
  height: min(1.5625vw, 20px);
}
.accordion_container .acc-content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
  overflow: hidden;
  max-height: 0;
}
.accordion_container .acc-toggle:checked + .acc-title::before {
  transform: rotate(90deg) !important;
}

@media only screen and (max-width: 767px) {
  .accordion_container .acc-title h2 {
    padding: 5vw 0;
    font-size: 3.6vw;
  }
  .accordion_container .acc-title::after {
    right: 4.5vw;
    width: 0.8vw;
    height: 3.5vw;
  }
  .accordion_container .acc-title::before {
    right: 4.5vw;
    width: 0.8vw;
    height: 3.5vw;
  }
}
.accordion_container .acc-toggle:checked + .acc-title + .acc-content {
  max-height: 6000px;
  transition: all 1.5s;
}

.accordion_container .acc-title:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .accordion_container .acc-title:hover {
    opacity: 1;
  }
}
/* summergift
---------------------------------------------------- */
.summergift_title {
  margin: 60px 0 30px;
  text-align: center;
}
.summergift_title h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
  color: #222;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.summergift_title p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  display: inline-block;
  color: #229dc3;
  letter-spacing: 5px;
  margin: 26px 0 0;
  line-height: 43px;
  padding: 0;
  line-height: 1;
  position: relative;
}
.summergift_title p::before {
  content: "";
  width: 46px;
  height: 38px;
  background: url("/html/upload/user_data/feature/summergift/img/2025/tit_back1.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: -75px;
}
.summergift_title p::after {
  content: "";
  width: 56px;
  height: 38px;
  background: url("/html/upload/user_data/feature/summergift/img/2025/tit_back2.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -7px;
  right: -68px;
}
.summergift_title span {
  display: inline-block;
  background-color: #dc2626;
  border-radius: 50px;
  color: #fff;
  position: relative;
  padding: 8px 50px 9px;
  margin-bottom: 25px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
.summergift_title span::after {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-top: solid 10px #dc2626;
  bottom: -8px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 0;
}

@media only screen and (max-width: 767px) {
  .summergift_title {
    margin: 8vw 0 5.33vw;
  }
  .summergift_title h2 {
    font-size: 6.93vw;
    line-height: 1.4;
  }
  .summergift_title p {
    font-size: 4.8vw;
    margin: 2vw 0 0;
    line-height: 8vw;
  }
  .summergift_title p::before {
    width: 8vw;
    height: 5.86vw;
    top: 0.8vw;
    left: -12.8vw;
  }
  .summergift_title p::after {
    width: 9.6vw;
    height: 8vw;
    top: 0px;
    right: -11.46vw;
  }
  .summergift_title span {
    border-radius: 13.33vw;
    padding: 2.13vw 13.33vw 2.4vw;
    margin-bottom: 4.5vw;
    font-size: 4.26vw;
    letter-spacing: 0.26vw;
  }
  .summergift_title span::after {
    border-left: solid 1.86vw transparent;
    border-right: solid 1.86vw transparent;
    border-top: solid 2.66vw #dc2626;
    bottom: -1.7vw;
  }
}
/* notes_box
---------------------------------------------------- */
.notes_box {
  padding: 70px 80px;
  background-color: #f1f1f1;
}
.notes_box h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 50px;
}
.notes_box h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 5px;
}
.notes_box ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.5;
}
.notes_box ul li + li {
  margin-top: 3px;
}

@media only screen and (max-width: 767px) {
  .notes_box {
    padding: 10.66vw 5.33vw;
  }
  .notes_box h2 {
    font-size: 5.33vw;
    margin: 0 0 8vw;
  }
  .notes_box h3 {
    font-size: 4.26vw;
    margin: 5.33vw 0 2.66vw;
    padding: 3.46vw 0.8vw;
    line-height: 1.4;
  }
  .notes_box ul li {
    font-size: 3.73vw;
  }
  .notes_box ul li + li {
    margin-top: 0.8vw;
  }
}/*# sourceMappingURL=style2025.css.map */