@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@media only screen and (max-width: 767px) {

  .contents_,
  .mainframe_ {
    width: 100% !important;
  }
}

#footer {
  margin-top: 0 !important;
}

div.container_ {
  padding-bottom: 100px !important;
}

/* common
---------------------------------------------------- */
/* h1 読み上げ対策 */
.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;
}

.sp {
  display: none;
}

.ewinbou-cont {
  /*max-width: 782px;*/
  margin: 0 auto;
  word-break: break-all;
}

.ewinbou-cont a {
  text-decoration: none;
  transition: opacity .4s;
}

.ewinbou-cont a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: opacity .4s;
}

.ewinbou-cont img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.ewinbou-cont h1{
    margin-bottom: 2%;
}
.ewinbou-cont h2,
.ewinbou-cont h3,
.ewinbou-cont h4,
.ewinbou-cont h5,
.ewinbou-cont h6,
.ewinbou-cont p,
.ewinbou-cont ul,
.ewinbou-cont ol,
.ewinbou-cont dl,
.ewinbou-cont dt,
.ewinbou-cont dd,
.ewinbou-cont img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

.ewinbou-cont figure,
.ewinbou-cont section {
  display: block;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  br.sp {
    display: inline;
  }

  .pc,
  br.pc {
    display: none;
  }
}

.event_name_header_,
.category_name_ {
  display: none !important;
}

.ewinbou-cont {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #000;
}

.ewinbou-cont .txtred {
  color: #f71e1e;
}

.ewinbou-cont .marker {
  background: linear-gradient(transparent 60%, #fff492 60%);
  padding: 0 5px 3px;
}

/* ewinbou_navi
---------------------------------------------------- */
.ewinbou_entry_btn a {
  position: relative;
  display: block;
  background-color: #139dba;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 0;
  border-radius: 50px;
  margin: 20px auto;
  max-width: 350px;
}

.ewinbou_entry_btn a::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.ewinbou-cont .ewinbou_navi {
  margin: 20px 0 0;
}

.ewinbou_navi li {
  display: block;
  width: 25%;
  float: left;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: border-box;
}

.ewinbou_navi li:last-child {
  border-right: 1px solid #ccc;
}

.ewinbou_navi li a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  padding: 12px 0;
  position: relative;
  color: #000;
}

.ewinbou_navi li a:hover {
  color: #000;
  opacity: 0.5;
}

.ewinbou_navi li a::after {
  content: '';
  width: 12px;
  height: 7px;
  display: inline-block;
  background: url(/feature/ewinbou/img/ar1.png) no-repeat left top;
  position: absolute;
  top: 50%;
  transform: translate(8px, -50%);
}

@media screen and (max-width: 767px) {
  .ewinbou_entry_btn a {
    font-size: 14px;
    padding: 15px 0;
    margin: 15px auto;
    max-width: 320px;
  }

  .ewinbou-cont .ewinbou_navi {
    margin: 15px 0 0;
    border-bottom: 1px solid #ccc;
  }

  .ewinbou_navi li {
    width: 50%;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
  }

  .ewinbou_navi li:nth-child(2n),
  .ewinbou_navi li:last-child {
    border-right: none;
  }

  .ewinbou_navi li a {
    font-size: 14px;
    padding: 13px 0;
  }
}

/* slick
---------------------------------------------------- */
.slider_ewinbou li {
  margin-left: 1px;
}

.slick-prev,
.slick-next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  content: '';
  width: 20px;
  height: 38px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  opacity: 0.6;
  transition: opacity .4s;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  transition: opacity .4s;
}

.slick-prev {
  background: url(/feature/ewinbou/img/ar_prev.png) no-repeat left top;
  background-size: cover;
  left: 140px;
}

.slick-next {
  background: url(/feature/ewinbou/img/ar_next.png) no-repeat left top;
  background-size: cover;
  right: 140px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}

/* slider_link
---------------------------------------------------- */
.ewinbou-cont .st1 {
    text-align: center;
    margin: 50px 0 15px;
    background: #21277b;
    padding: 2%;
    color: #ffd800;
}
.ewinbou-cont .st1 span {
    font-weight: bold !important;
    font-size: clamp(20px, 1.125vw, 25px);
}

.ewinbou-cont .slider_link {
  text-align: center;
  margin: 15px 0 30px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}

.ewinbou-cont .slider_link a {
  color: #21277b;
  text-decoration: underline;
  position: relative;
}

.ewinbou-cont .slider_link a::after {
  content: '';
  width: 12px;
  height: 7px;
  display: inline-block;
  background: url(/feature/ewinbou/img/ar1.png) no-repeat left top;
  position: absolute;
  top: 50%;
  transform: translate(8px, -50%);
}

@media screen and (max-width: 767px) {
  .ewinbou-cont .st1 {
    text-align: center;
    margin: 50px 0 15px;
    background: #21277b;
    padding: 2%;
    color: #ffd800;
  }
.ewinbou-cont .st1 span {
    font-weight: bold !important;
}

  .ewinbou-cont .slider_link {
    margin: 15px 0 20px;
    font-size: 14px;
  }

  .ewinbou-cont .slider_link a::after {
    transform: translate(5px, -50%);
  }
}

/* ewinbou_btn_box
---------------------------------------------------- */
.ewinbou-cont .st {
  margin: 40px 0 20px;
  text-align: center;
}

.ewinbou-cont .ewinbou_btn_box {
  background: url(/feature/ewinbou/img/back1.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px 25px 10px;
}

.ewinbou_btn_box li {
  display: block;
  float: left;
  width: 230px;
  width: 31%;
  margin: 0 3.5% 20px 0;
}

.ewinbou_btn_box li:nth-child(3n) {
  margin-right: 0;
}

.ewinbou_btn_box li:nth-child(3n+1) {
  clear: both;
}

.ewinbou_btn_box li a {
  display: block;
  background: #fff url(/feature/ewinbou/img/ar2.png) no-repeat right 14px center;
  border-radius: 50px;
  border: 2px solid #139dba;
  padding: 12px 0;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #139dba;
}

@media screen and (max-width: 767px) {
  .ewinbou-cont .st {
    margin: 20px 0 10px;
  }

  .ewinbou-cont .st img {
    height: 48px;
    width: auto;
  }

  .ewinbou-cont .ewinbou_btn_box {
    padding: 15px 10px 5px;
  }

  .ewinbou_btn_box li,
  .ewinbou_btn_box li:nth-child(3n) {
    width: 48%;
    margin: 0 4% 10px 0;
  }

  .ewinbou_btn_box li:nth-child(2n) {
    margin-right: 0;
  }

  .ewinbou_btn_box li:nth-child(3n+1) {
    clear: none;
  }

  .ewinbou_btn_box li:nth-child(2n+1) {
    clear: both;
  }

  .ewinbou_btn_box li a {
    padding: 11px 0;
    font-size: 14px;
  }
}

/* ewinbou_cate_box
---------------------------------------------------- */
.ewinbou-cont .ewinbou_cate_box {
  background: url(/feature/ewinbou/img/cate_bg1.png) no-repeat left top;
  background-size: cover;
  padding: 25px;
}

.ewinbou-cont .ewinbou_cate_box+.ewinbou_cate_box {
  margin: 30px 0 0;
}

.ewinbou-cont .ewinbou_cate_box.cate_bg2 {
  background: url(/feature/ewinbou/img/cate_bg2.png) no-repeat left top;
  background-size: cover;
}

.ewinbou-cont .ewinbou_cate_box.cate_bg3 {
  background: url(/feature/ewinbou/img/cate_bg3.png) no-repeat left top;
  background-size: cover;
}

.ewinbou-cont .ewinbou_cate_box.cate_bg4 {
  background: url(/feature/ewinbou/img/cate_bg4.png) no-repeat left top;
  background-size: cover;
}

.ewinbou_cate_box h3 {
  text-align: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  font-size: 26px;
}

.ewinbou_cate_box h3 span {
  position: relative;
}

.ewinbou_cate_box h3 span::before,
.ewinbou_cate_box h3 span::after {
  content: '';
  width: 37px;
  height: 4px;
  background: url(/feature/ewinbou/img/sst_line.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -55px;
}

.ewinbou_cate_box h3 span::after {
  left: auto;
  right: -55px;
}

.ewinbou_cate_box li {
  display: block;
  margin: 20px 2.86% 0 0;
  float: left;
  width: 31.42%;
  background: #fff url(/feature/ewinbou/img/cate_ar.png) no-repeat right 3px bottom 3px;
  text-align: center;
}

.ewinbou_cate_box li:nth-child(3n) {
  margin-right: 0;
}

.ewinbou_cate_box li:nth-child(3n+1) {
  clear: both;
}

.ewinbou_cate_box li p {
  font-size: 15px;
  line-height: 1;
  color: #333;
  padding: 12px 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ewinbou-cont .ewinbou_cate_box {
    padding: 15px 10px;
  }

  .ewinbou-cont .ewinbou_cate_box+.ewinbou_cate_box {
    margin: 20px 0 0;
  }

  .ewinbou_cate_box h3 {
    font-size: 18px;
  }

  .ewinbou_cate_box h3 span {
    position: relative;
  }

  .ewinbou_cate_box h3 span::before,
  .ewinbou_cate_box h3 span::after {
    content: none;
  }

  .ewinbou_cate_box li {
    margin: 10px 2% 0 0;
    width: 32%;
    background: #fff url(/feature/ewinbou/img/cate_ar.png) no-repeat right 3px bottom 3px;
    text-align: center;
  }

  .ewinbou_cate_box li:nth-child(3n) {
    margin-right: 0;
  }

  .ewinbou_cate_box li:nth-child(3n+1) {
    clear: both;
  }

  .ewinbou_cate_box li p {
    font-size: 13px;
    line-height: 1.3;
    padding: 8px 5px;
    box-sizing: border-box;
    min-height: 52px;
  }
}

/* ewinbou_bnr_list1
---------------------------------------------------- */
.ewinbou_bnr_list1 li {
  display: block;
  float: left;
  width: 32.6%;
  margin: 0 1.1% 13px 0;
}

.ewinbou_bnr_list1 li:nth-child(3n) {
  margin-right: 0;
}

.ewinbou_bnr_list1 li:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 767px) {
  .ewinbou-cont .ewinbou_bnr_list1 {
    padding: 0 10px;
  }
  .ewinbou_bnr_list1 li,
  .ewinbou_bnr_list1 li:nth-child(3n) {
    width: 48.5%;
    margin: 0 3% 10px 0;
  }
  .ewinbou_bnr_list1.ewinbou_bnr_list2 li,
  .ewinbou_bnr_list1.ewinbou_bnr_list2 li:nth-child(3n) {
    width: auto;
    margin: 0 0 10px;
    text-align: center;
    float: none;
  }

  .ewinbou_bnr_list1 li:nth-child(2n) {
    margin-right: 0;
  }

  .ewinbou_bnr_list1 li:nth-child(3n+1) {
    clear: none;
  }

  .ewinbou_bnr_list1 li:nth-child(2n+1) {
    clear: both;
  }
}

/* ewinbou_present_box
---------------------------------------------------- */
.ewinbou-cont .ewinbou_present_box {
  background: url(/feature/ewinbou/img/present_bg.jpg) no-repeat left top;
  background-size: cover;
  padding: 25px;
}

.ewinbou_present_box_inner {
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
}

.ewinbou_present_box h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #139dba;
  font-size: 26px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.ewinbou_present_box h3 .txt_big {
  font-size: 48px;
}

.ewinbou_present_box .p1 {
  margin: 20px 0 15px;
  font-size: 18px;
  line-height: 2;
  color: #333;
  font-weight: bold;
}

.ewinbou_present_box .p2 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  display: inline-block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 13px 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ewinbou-cont .ewinbou_present_box {
    padding: 15px 10px;
  }

  .ewinbou_present_box_inner {
    text-align: left;
    padding: 15px;
  }

  .ewinbou_present_box h3 {
    font-size: 18px;
    text-align: center;
  }

  .ewinbou_present_box h3 .txt_big {
    font-size: 24px;
  }

  .ewinbou_present_box .p1 {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .ewinbou_present_box .p1 br {
    display: none;
  }

  .ewinbou_present_box .p2 {
    font-size: 14px;
    line-height: 1.6;
    display: block;
    padding: 5px;
    text-align: center;
  }
}



/* ewinbou_notes
---------------------------------------------------- */
.ewinbou-cont .cp_notes {
  background-color: #f1f1f1;
  padding: 30px 25px 25px;
  margin: 40px 0;
}

.cp_notes h2 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.cp_notes li {
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.cp_notes li+li {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .ewinbou-cont .cp_notes {
    padding: 15px 10px;
    margin: 20px 0;
  }

  .cp_notes h2 {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .cp_notes li {
    font-size: 14px;
  }

  .cp_notes li+li {
    margin-top: 3px;
  }
}

/* --------------------------------------------------------------

	event_title_

----------------------------------------------------------------- */
.event_title_ {
  margin: 40px 0 20px !important;
  border: none !important;
  border-top: 2px solid #139dba !important;
  border-bottom: 1px solid #ddd !important;
  line-height: 1 !important;
  height: auto !important;
  width: auto !important;
  font-size: 20px !important;
  font-weight: bold !important;
  text-align: center !important;
  padding: 13px 0 !important;
  letter-spacing: 0.5px !important;
  color: #333333 !important;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

.event_title_:after,
.event_title_:before {
  display: none !important;
  width: auto !important;
  height: auto !important;
  content: none !important;
  background: none !important;
}

span.title_desing_line_ {
  height: 0 !important;
}

.cart_ a {
  background-color: #169dbb !important;
  border-color: #169dbb !important;
}

.more_btn_ a {
  border-color: #169dbb !important;
  color: #169dbb !important;
  background: url(/feature/ewinbou/img/more_btn_ar.png) no-repeat right 15px center !important;
  transition: opacity .4s;
}

.more_btn_ a:hover {
  text-decoration: none !important;
  opacity: 0.6 !important;
  transition: opacity .4s;
}

@media screen and (max-width: 767px) {
  .event_title_ {
    margin: 20px 0 10px !important;
    border: none !important;
    border-top: 2px solid #139dba !important;
    border-bottom: 1px solid #ddd !important;
    line-height: 1 !important;
    height: auto !important;
    width: auto !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 8px 0 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  }

  .event_title_:after,
  .event_title_:before {
    display: none !important;
    width: auto !important;
    height: auto !important;
    content: none !important;
    background: none !important;
  }

  span.title_desing_line_ {
    height: 0 !important;
  }
}

/* --------------------------------------------------------------

ボタン

----------------------------------------------------------------- */

/* ボタン共通 */
.btnCom,
a.btnCom,
button.btnCom {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.btn-tag {
  padding: 0.8rem 0;
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 35px;
  height: 100%;

  content: "";

  border-radius: 0.5rem 0 0 0.5rem;
}

.left-icon {
  font-size: 120%;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  padding: 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0;
}

.right-icon {
  font-size: 120%;
  position: absolute;
  top: 0;
    right: 1px;
  left: auto;
  width: 30px;
  padding: 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0;
  color: #ffffff;
}

/* 星イエロー　背景ネイビー　ボタン */
a.btn-tag--star {
  color: #FFFFFF;
  background: #22287D;
  width: 100%;
  font-size: clamp(12px, 1.125vw, 20px);
}
@media screen and (max-width: 767px) {
a.btn-tag--star {
  font-size: clamp(11px, 0.8vw, 16px);
}
}

a.btn-tag--star:before {
  background: #22287D;
}

a.btn-tag--star:hover {
  background: #22287D;
}

a.btn-tag--star:hover .fa-star {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

.btn-tag--star .fa-star{
  color: #FFD800;
}

/* 星ネイビー　背景イエロー　ボタン */
a.btn-tag--star02 {
  color: #22287D;
  background: #FFD800;
  width: 70%;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
a.btn-tag--star02 {
  width: 100%;
}
}
a.btn-tag--star02:before {
  background: #FFD800;
}

a.btn-tag--star02:hover {
  background: #FFD800;
}

a.btn-tag--star02:hover .fa-star {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

.btn-tag--star02 i{
  color: #22287D;
}

/* グリーンボタン */
a.btn-tag--green {
  color: #fff;
  background: #00833e;
  width: 100%;
}

/* オレンジボタン */
a.btn-tag--orange {
  color: #fff;
  background: #eb8012;
  width: 100%;
}

/* エントリーはこちら */
.entryWrap {
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}
.entryWrap .entryTxt{
    font-weight: bold;
    font-size: 1.1rem;
    color: #21277b;
    padding: 0;
    margin: 0 0 10px 0;
}
.entryBtnwrap {
    width: 70%;
    text-align: center;
    margin: 0 auto 50px;
    padding: 0;
}


/* ナビメニューボタン */
.bl_naviList {
  display: flex;
  margin: 3% auto !important;
  width: 80%;
}
@media only screen and (max-width: 767px) {

    .bl_naviList {
      flex-wrap: wrap;
      padding: 0px;
      justify-content: center;
    width: 100%; } }

@media (min-width: 641px) {

  .bl_naviListItem {
    flex-basis: calc(100% / 2);
    margin-left: 10px; }

    .bl_naviListItem:first-child {
      margin-left: 0; }

    .bl_naviListItem:nth-of-type(2n) {
      margin-left: 10px; }

    .bl_naviListItem:nth-of-type(n + 3) {
      margin-left: 10px; } 
}
@media only screen and (max-width: 767px) {
  .bl_naviListItem {
      margin: 0 0 5px;
    flex-basis: calc(95% / 2); }

    .bl_naviListItem:first-child {
      margin-left: 0; }

    .bl_naviListItem:nth-of-type(2n) {
      margin-left: 5px; } 
}
 
  .bl_naviListItem > a:hover {
    opacity: 0.7 ; }


/* おすすめ商品ボタン */
.bl_naviList02 {
  display: flex;
  margin: 0 auto !important;
  width: 100%;
}
.bl_naviList02 a{
    font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {

    .bl_naviList02 {
      flex-wrap: wrap;
      padding: 0px;
      justify-content: center;
    width: 100%;
    }
}

@media (min-width: 641px) {
  .bl_naviList02 {
      margin: 0 auto 1% !important;
    }
  .bl_naviListItem02 {
    flex-basis: calc(100% / 2);
    margin-left: 10px; }

    .bl_naviListItem02:first-child {
      margin-left: 0; }

    .bl_naviListItem02:nth-of-type(2n) {
      margin-left: 10px; }

    .bl_naviListItem02:nth-of-type(n + 3) {
      margin-left: 10px; } 
}
@media only screen and (max-width: 767px) {
  .bl_naviListItem02 {
      margin: 0 0 5px;
    flex-basis: calc(95% / 2); }

    .bl_naviListItem02:first-child {
      margin-left: 0; }

    .bl_naviListItem02:nth-of-type(2n) {
      margin-left: 5px; } 
}
 
  .bl_naviListItem02 > a:hover {
    opacity: 0.7 ; }



/* キャンペーン概要 */
.cpPeriod {
    background: #ffd800;
    padding: 15px 20px 10px;
    margin: 30px 0 0 0 0;
    text-align: center;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: bold;
    color: #22287d;
}
@media only screen and (max-width: 767px) {
    .cpPeriod {
    font-size: clamp(14px, 1.25vw, 20px);
        }
}
.bl_presentWrapper {
  color : #21277b;
  padding: 20px 10px;
  text-align: center;
  line-height: 2rem;
  background: #FFFFFF;
  border: solid 5px #ffd800;
}

@media only screen and (max-width: 767px) {
 .bl_presentWrapper {
  padding: 5% 3%;
  text-align: center;
  line-height: 1.6rem;
  font-size: 1.1rem;
  }
}

.bl_presentWrapper p{
  font-size: clamp(15px, 1.25vw, 20px);
    line-height: 3.5rem;
}

.bl_presentWrapper p .txtBig{
    font-size: 2.5rem;
    font-weight: bold;
    color: #23a4a9;
}
@media only screen and (max-width: 767px) {
.bl_presentWrapper p .txtBig{
    font-size: 2rem;
}
}

.bl_presentWrapper .txtSmall{
    font-size: clamp(12px, 0.8vw, 14px);
    line-height: 18px;
}

  .bl_presentWrapper .txtB {
      font-weight: bold;
}
  .bl_presentWrapper .txtB02 {
      font-weight: bold;
      font-size: 1.3rem;
}
.bl_presentWrapper .txtUl {
    text-decoration:underline;
}

.cp_detail_btn{
    margin: 20px 0 10px !important;
}

.cp_detail_btn span{
    color: #FFFFFF;
    font-weight: bold !important;
    margin-top: 2% !important;
    background: #e9386e;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: clamp(25px, 1.875vw, 30px);
}

.cpBnr {
    margin: 30px auto;
    text-align: center;
}
.cpBnr img{
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .cpBnr img{
        width: 90%;
    }
}
.cpBnr p{
    font-weight: bold;
    padding: 5px;
}

/* リボンタイトル */
.ribbon4 {
  display: inline-block;
  position: relative;
  height: 50px;/*高さ*/
  line-height: 50px;/*高さ*/
  text-align: center;
  padding: 0 5% 0 2%;/*文字の左右の余白*/
  font-size: 1.2rem;/*文字サイズ*/
  background: #ff5b45;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
    font-weight: bold;
}

.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 25px 10px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


/* リボンがけ特典 */
.cp_card {
	width: 96%;
	height: 100%;
	position: relative;
	background:url("/feature/ewinbou/img/offer_bg.jpg");
	overflow: visible;
	margin: 2em 2%;
	padding: 2em 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-align: center;
}
.cp_card::before {
    content: "";
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border: 1px #ffffff solid;
    position: absolute;
    left: 10px;
    top: 10px; }

.cp_ribbon02 {
	width: 106px;
	height: 108px;
	overflow: hidden;
	position: absolute;
	top: -6px;
	left: -6px;
}
.cp_ribbon02 .cp_ribbon {
	font-size: 1em;
	line-height: 1.2em;
	position: relative;
	top: 26px;
	left: -33px;
	width: 150px;
	padding: 7px 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	text-align: center;
	letter-spacing: 0.5px;
	color: #ffffff;
	background-color: #ff5b45;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cp_ribbon02 .cp_ribbon::before,.cp_ribbon02 .cp_ribbon::after {
	position: absolute;
	bottom: -4px;
	content: '';
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #982111 transparent transparent transparent;
}
.cp_ribbon02 .cp_ribbon:before {
	left: 0;
}
.cp_ribbon02 .cp_ribbon:after {
	right: 0;
}

.tokutenTit {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.tokutenTit span{
    font-size: 2rem;
    margin-left: 5px;
}
.tokutenTit i{
    color: #ffd800;
    margin-right: 5px;
}
.tokutenTxt{
    line-height: 2rem;
    font-size: 18px;
}
.tokutenTxt .txtYb {
    color: #ffd800;
    font-size: 2.2rem;
    font-weight: bold;
}
.tokutenTxt .txtYm {
    color: #ffd800;
    font-size: 1.5rem;
    font-weight: bold;
}
.tokutenTxt .txtHm {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
}
.tokutenTxt .txtHs {
    color: #ffffff;
    font-size: 0.8rem;
    padding: 10px 20px 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .tokutenTxt .txtHs {
    text-align: left;
        }
    }

.txtHs li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.txtHs li+li {
  margin-top: 5px;
}

/* 注意事項 */
.notes_box {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 40px;
  background: #FFFFFF;
  font-size: 1rem;
  border: solid 1px #C0C0C0;}
  @media only screen and (max-width: 767px) {
    .notes_box {
      margin: 40px 0 0;
      padding: 2%; } }

.notes_h {
  margin-bottom: 30px !important;
  font-size: 150%;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #C0C0C0;
    font-size: clamp(20px, 1.125vw, 25px);
}
  @media only screen and (max-width: 767px) {
    .notes_h {
      margin-top: 20px !important; } }
.notes_list li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em; }

/* bnr_list
---------------------------------------------------- */
.bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr_list li {
  width: 33%;
  margin-bottom: 1%;
}

.more_link_btn_1 a {
  position: relative;
  display: block;
  background-color: #139dba;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.75px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 0;
  border-radius: 50px;
  margin: 20px auto 60px;
  max-width: 350px;
}
.more_link_btn_1 a::after {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .bnr_list li {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }
  .more_link_btn_1 a {
    font-size: 4vw;
    padding: 4vw 0;
    border-radius: 13.33vw;
    margin: 5.33vw auto 10.66vw;
  }
  .more_link_btn_1 a::after {
    right: 5.33vw;
  }
}
@media only screen and (max-width: 767px) {
    .more-link {
        width: 100%;
    }
}
.more-link a {
    color: #21277b!important;
    border: solid 2px #21277b!important;
    margin-top: 20px;
}
.more-link a:hover {
    color: #fff!important;
    background-color: #21277b!important;
}
.giftItemsHeadImg h3 {
    color: #21277b!important;
    border-bottom: 2px solid #21277b!important;
}

.pointImg img{
    width: 80%;
    margin: 20px 0;
}
@media only screen and (max-width: 767px) {
    .pointImg img{
        width: 95%;
        margin: 20px auto 0;
    }
}

.kochira {
    font-size: clamp(18px, 1.25vw, 20px)!important;
}
@media only screen and (max-width: 767px) {
.kochira {
    font-size: clamp(15px, 1.25vw, 20px)!important;
}
}