@charset "UTF-8";
/* 読み上げ対策 */
.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;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.efuku a {
  text-decoration: none;
}
.efuku a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.efuku img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}
.efuku .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .efuku .sp {
    display: block;
  }
  .efuku br.sp {
    display: inline;
  }
  .efuku .pc {
    display: none;
  }
}
/* lead
---------------------------------------------------- */
.lead {
  background: #fae3e3;
  padding: 40px 30px 30px;
  text-align: center;
  margin: 0;
}
.lead p {
  font-size: 24px;
  color: #c2272d;
  font-weight: bold;
  line-height: 1;
}
.lead p img {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 10px 0 3px;
}

@media only screen and (max-width: 767px) {
  .lead {
    padding: 4.3vw 0;
  }
  .lead p {
    font-size: 3.8vw;
  }
}
/* anchor_navi
---------------------------------------------------- */
.anchor_navi {
  margin: 0 0 40px;
  padding: 30px 0;
  background: #fae3e3;
}
.anchor_navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.anchor_navi ul li {
  width: 30%;
}
.anchor_navi ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1;
  position: relative;
  background-color: #d52950;
  border-bottom: 8px solid #a11737;
  border-radius: 50px;
  box-sizing: border-box;
}
.anchor_navi ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.anchor_navi ul li a.anchor_btn {
  color: #a11737;
  background-color: #fff;
  border: 3px solid #a11737;
  border-bottom-width: 8px;
}
.anchor_navi ul li a.anchor_btn::after {
  transform: translate(0, -3px) rotate(135deg);
  border-color: #a11737;
}
.anchor_navi ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .anchor_navi {
    margin: 0 0 30px;
    padding: 1.3vw 0 3.3vw;
  }
  .anchor_navi ul {
    display: block;
    gap: 0;
  }
  .anchor_navi ul li {
    width: auto;
  }
  .anchor_navi ul li a {
    font-size: 4vw;
    padding: 3.1vw 0 2.6vw;
    border-bottom: 1.2vw solid #a11737;
    border-radius: 50vw;
    width: 70vw;
    margin: 0 auto;
  }
  .anchor_navi ul li a.anchor_btn {
    border: 0.5vw solid #a11737;
    border-bottom-width: 1.2vw;
    margin-top: 2.4vw;
  }
}
/* btn_box
---------------------------------------------------- */
.btn_box a {
  width: 500px;
  margin: 30px auto 40px;
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1;
  position: relative;
  background-color: #d52950;
  border-bottom: 8px solid #a11737;
  border-radius: 50px;
  box-sizing: border-box;
}
.btn_box a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn_box a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .btn_box a {
    font-size: 4vw;
    padding: 3.1vw 0 2.6vw;
    border-bottom: 1.2vw solid #a11737;
    border-radius: 50vw;
    width: 70vw;
    margin: 5vw auto;
  }
}
/* otoshidama
---------------------------------------------------- */
.otoshidama {
  background: #fae3e3;
  text-align: center;
  padding: 0 0 30px;
}
.otoshidama_inner {
  background-color: #fff;
  padding: 8px;
  border-radius: 13px;
  max-width: 930px;
  box-sizing: border-box;
  margin: 0 auto;
}
.otoshidama_inner .otoshidama_inner2 {
  border: 10px double #c2272d;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.otoshidama_inner .otoshidama_inner2 .otoshidama_date {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #c2272d;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 0 0 5px;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600;
}
.otoshidama_inner .otoshidama_inner2 .otoshidama_date span {
  font-size: 15px;
}
.otoshidama_inner h2 {
  margin: 0;
  font-size: 44px;
  color: #c2272d;
  font-weight: bold;
  line-height: 1;
}
.otoshidama_inner .p1 {
  border-bottom: 3px solid #c2272d;
  border-top: 3px solid #c2272d;
  padding: 6px 0;
  font-size: 18px;
  line-height: 1;
  margin: 10px auto;
  font-weight: bold;
  letter-spacing: 1px;
}
.otoshidama_inner .p2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.otoshidama_inner .p2 span {
  font-size: inherit;
  color: #c2272d;
}

@media only screen and (max-width: 810px) {
  .otoshidama {
    padding: 0 0 3vw;
  }
  .otoshidama_inner {
    padding: 0.8vw;
    border-radius: 2vw;
    width: 85vw;
  }
  .otoshidama_inner .otoshidama_inner2 {
    border: 0.4vw solid #c2272d;
    border-radius: 1.5vw;
    padding: 2vw 2vw 2.2vw;
    display: block;
    gap: 0;
  }
  .otoshidama_inner .otoshidama_inner2 .otoshidama_date {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 1.8vw 0;
    font-size: 3.6vw;
    line-height: 1;
    margin-bottom: 2vw;
  }
  .otoshidama_inner .otoshidama_inner2 .otoshidama_date br {
    display: none;
  }
  .otoshidama_inner .otoshidama_inner2 .otoshidama_date span {
    font-size: inherit;
  }
  .otoshidama_inner h2 {
    font-size: 5.8vw;
  }
  .otoshidama_inner .p1 {
    border-bottom: 0.3vw solid #c2272d;
    border-top: 0.3px solid #c2272d;
    padding: 1.2vw 0;
    font-size: 3.8vw;
    margin: 2vw auto;
  }
  .otoshidama_inner .p2 {
    font-size: 4vw;
  }
  .otoshidama_inner .p2 span {
    font-size: inherit;
  }
}
/* efuku_box2
---------------------------------------------------- */
.efuku .efuku_st1 {
  background: url(/html/upload/user_data/feature/fuku/img/2026/efuku_st_back.png) repeat left top;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  padding: 16px 0;
  letter-spacing: 2px;
  margin: 40px 0 0;
}
.efuku .efuku_box2 {
  background-color: #fae3e3;
  padding: 45px 0 50px;
  text-align: center;
  margin: 0;
}
.efuku .efuku_box2 .efuku_box2_cont {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid #f7c8c8;
  border-radius: 20px;
  padding: 30px 45px 25px;
}
.efuku .efuku_box2 .efuku_box2_cont + .efuku_box2_cont {
  margin-top: 40px;
}
.efuku .efuku_box2 .efuku_box2_cont h3 {
  font-weight: bold;
  color: #c2272d;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.75px;
  margin: 0 0 30px;
}
.efuku .efuku_box2 .efuku_box2_cont ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat {
  justify-content: center;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li {
  width: 20%;
  padding: 0;
  margin: 0 0 15px;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a {
  display: block;
  width: 147px;
  height: 185px;
  background: url(/html/upload/user_data/feature/fuku/img/2026/efuku_bag.png) no-repeat left top;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0 0;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a figure {
  display: block;
  padding: 0;
  margin: 0;
  height: 60px;
  position: relative;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a figure img.efuku_bag_icon9 {
  width: 61px;
  height: auto;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a figure img.efuku_bag_icon10 {
  width: 54px;
  height: auto;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a p {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  margin-top: 2px;
  letter-spacing: 0.75px;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_sch {
  justify-content: center;
  gap: 2%;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_sch li {
  width: 32%;
  padding: 0;
  margin: 0 0 15px;
}
.efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_sch li a {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #d62e53;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .efuku .efuku_st1 {
    font-size: 5vw;
    padding: 2.6vw 0;
    margin: 4vw 0 0;
  }
  .efuku .efuku_box2 {
    padding: 3.5vw 0 5vw;
  }
  .efuku .efuku_box2 .efuku_box2_cont {
    border: 1vw solid #f7c8c8;
    border-radius: 3vw;
    padding: 4.2vw 5vw 2.6vw;
  }
  .efuku .efuku_box2 .efuku_box2_cont + .efuku_box2_cont {
    margin-top: 5vw;
  }
  .efuku .efuku_box2 .efuku_box2_cont h3 {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul {
    display: block;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li {
    width: auto;
    padding: 0;
    margin: 0 0 3vw;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a {
    display: block;
    width: auto;
    height: auto;
    background: #d62e53;
    padding: 3vw 1vw;
    border-radius: 50px;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a br {
    display: none;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a figure {
    display: none;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_cat li a p {
    line-height: 1.3;
    font-size: 3.6vw;
    margin: 0;
    letter-spacing: 0;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_sch {
    gap: 0;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_sch li {
    width: auto;
    margin: 0 0 3vw;
  }
  .efuku .efuku_box2 .efuku_box2_cont ul.efuku_box2_sch li a {
    height: auto;
    line-height: 1.3;
    font-size: 3.6vw;
    padding: 3vw 1vw;
  }
}
/* about_hukubukuro
---------------------------------------------------- */
.about_hukubukuro {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.about_hukubukuro div {
  width: 31%;
}
.about_hukubukuro div h2 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 8px;
}
.about_hukubukuro div p {
  font-size: 15px;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .about_hukubukuro {
    display: block;
    margin: 0;
  }
  .about_hukubukuro div {
    width: auto;
    margin: 6vw 1vw 0;
  }
  .about_hukubukuro div h2 {
    margin: 0;
    font-size: 4vw;
    margin: 0 0 2vw;
    padding: 0 0 1.5vw;
  }
  .about_hukubukuro div p {
    font-size: 3.3vw;
    line-height: 1.6;
  }
}
/* about_campaign
---------------------------------------------------- */
.about_campaign {
  background-color: #d7eaf3;
  padding: 50px 0 55px;
}
.about_campaign h2 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  color: #0064aa;
}
.about_campaign .campaign_detail,
.about_campaign .campaign_note {
  width: 90%;
  box-sizing: border-box;
  margin: 30px auto 0;
  background-color: #fff;
  padding: 30px 60px 35px;
}
.about_campaign .campaign_detail h3,
.about_campaign .campaign_note h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.about_campaign .campaign_detail table,
.about_campaign .campaign_note table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
}
.about_campaign .campaign_detail table th,
.about_campaign .campaign_detail table td,
.about_campaign .campaign_note table th,
.about_campaign .campaign_note table td {
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.8;
}
.about_campaign .campaign_detail table th,
.about_campaign .campaign_note table th {
  width: 24%;
  background-color: #f1f1f1;
}
.about_campaign .campaign_detail li,
.about_campaign .campaign_note li {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .about_campaign {
    padding: 5vw 0 6vw;
  }
  .about_campaign h2 {
    font-size: 5vw;
    line-height: 1.4;
  }
  .about_campaign .campaign_detail,
  .about_campaign .campaign_note {
    margin: 4vw auto 0;
    padding: 4vw;
  }
  .about_campaign .campaign_detail h3,
  .about_campaign .campaign_note h3 {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
  .about_campaign .campaign_detail table th,
  .about_campaign .campaign_detail table td,
  .about_campaign .campaign_note table th,
  .about_campaign .campaign_note table td {
    display: block;
    padding: 1vw 2vw;
    font-size: 3.6vw;
    line-height: 1.7;
  }
  .about_campaign .campaign_detail table th,
  .about_campaign .campaign_note table th {
    width: auto;
  }
  .about_campaign .campaign_detail li,
  .about_campaign .campaign_note li {
    font-size: 3.6vw;
    line-height: 1.7;
  }
}
/* recommend_feature_bnr
---------------------------------------------------- */
.recommend_feature_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  margin-bottom: 40px !important;
}
.recommend_feature_bnr:after {
    content: "";
    display: block;
    width: 40%;
    height: 0;
}
.recommend_feature_bnr li {
  width: 40%;
  margin-top: 3%;
}

@media only screen and (max-width: 767px) {
  .recommend_feature_bnr {
    display: block;
    gap: 0;
    margin-bottom: 30px !important;
  }
  .recommend_feature_bnr li {
    width: auto;
    text-align: center;
    margin: 3vw 0 0;
  }
  .recommend_feature_bnr li img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=style2026.css.map */