* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

.clear {
  overflow: hidden;
  _zoom: 1;
}

/*--- clearfix ---*/
#wrap .cf:after {
  content: "";
  display: block;
  clear: both;
}

#wrap *,
#wrap *:before,
#wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  color: #fff;
  background: linear-gradient(-90deg, #083761 0%, #4b8db2 100%);
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#wrap a {
  display: block;
}

.yellow {
  color: #e6e682;
}



/*SPエリア//////////////////////////////////////////////////*/
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .lead {
    font-size: 3.7cqw;
    font-weight: 600;
    line-height: 1.85em;
    text-align: center;
    padding: 8% 0 6%;
  }

  .date {
    position: relative;
    width: 76%;
    margin: 5% auto 6%;
    border-top: 2px solid #e6e682;
    border-bottom: 2px solid #e6e682;
    background: rgba(5, 33, 58, 0.35);
    padding: 7.5% 0 4.9%;
  }

  .date_h {
    position: absolute;
    width: 27%;
    top: -23%;
    background-color: #e6e682;
    padding: 0.45% 0 0.4%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 3.8cqw;
    font-weight: 600;
    text-align: center;
    color: #174f75;
    border-radius: 5px;
  }

  .date p {
      font-size: 4cqw;
      font-weight: 600;
      text-align: center;
  }
  

  .ticket {
    position: relative;
    width: 76%;
    margin: 0 auto;
    color: #154e71;
  }

  .tensen {
    position: absolute;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 2px dashed #fff;
    top: 28.5%;
  }

  .ticket_h {
    background-color: #e6e682;
    padding: 3.7% 0 2.8%;
    font-size: 3.8cqw;
    font-weight: 600;
    text-align: center;
    color: #174f75;
    border-radius: 7px;
  }

  .ticket_h p {
    position: relative;
  }

  .ticket_h p::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5.5cqw;
    height: 6cqw;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/kira.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 26%;
    margin: auto;
  }

  .ticket_h p::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5.5cqw;
    height: 6cqw;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/kira.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 26%;
    margin: auto;
  }

  .ticket_inner {
    background-color: #fff;
    border: 2px solid #e6e682;
    padding: 5.5% 0 3.5%;
    border-radius: 9px;
  }

  .ticket_inner .ticket_tx1 {
    font-size: 3.5cqw;
    font-weight: 600;
    text-align: center;
    padding-bottom: 3%;
  }

  .ticket_inner .ticket_tx2 {
    font-size: 3.8cqw;
    font-weight: 600;
    text-align: center;
  }

  .big {
    font-size: 10cqw;
    font-weight: bold;
    line-height: 1.2em;
  }

  .yen {
    font-size: 5cqw;
    font-weight: bold;
  }

  .lead_2 {
    font-size: 3.7cqw;
    font-weight: 600;
    line-height: 1.85em;
    text-align: center;
    padding: 7.2% 0 3%;
  }

  .howto {
    font-size: 3.2cqw;
    font-weight: 500;
    line-height: 1.85em;
    text-align: center;
    text-decoration: underline;
    color: #fff;
  }

  .note {
    width: 96%;
    margin: 5% auto 0;
    padding: 3% 2.3%;
    background: rgba(5, 33, 58, 0.35);
    border-radius: 10px;
  }

  .note li {
    font-size: 3.2cqw;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 0;
    padding-left: 1em;
    text-indent: -1em;
  }

  .btn {
    position: relative;
    text-align: center;
    margin: 6% 0 11.5%;
  }

  .sankaku {
    position: absolute;
    width: 4.5%;
    right: 11%;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .btn a {
    text-decoration: none;
    font-size: 4cqw;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.72em;
    display: inline-block;
    padding: 4.7% 6% 4.8% 3%;
    width: 84%;
    margin: 0 auto;
    border-radius: 1000px;
    text-align: center;
    background-color: #e6e682;
    color: #174f75;
  }

  .h2_wrap {
    text-align: center;
    margin-top: 7%;
  }

  h2 {
    position: relative;
    display: inline-block;
    font-size: 9cqw;
    font-weight: bold;
    text-align: center;
    color: #e6e682;
    line-height: 1.5em;
  }

  h2::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5.2cqw;
    height: 6cqw;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/kira.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: -7.7%;
    margin: auto;
  }

  h2::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5.2cqw;
    height: 6cqw;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/kira.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: -7.7%;
    margin: auto;
  }

  .h2_sub {
    font-size: 4cqw;
    font-weight: 600;
    text-align: center;
    /* padding-bottom: 5.8%; */
  }

  .category_flex {
    width: 94%;
    margin: 0 auto 7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5.8%;
  }

  .category_flex li {
    width: 31.5%;
    margin-bottom: 4.5%;
  }

  .category_flex li a {
    text-decoration: none;
  }

  .category_name {
    font-size: 3.5cqw;
    font-weight: 600;
    line-height: 1.7em;
    margin-top: 4%;
    margin-bottom: 2.1%;
    text-align: center;
    color: #fff;
  }


  /*スライダー//////////////////////////////////////////////////*/
  #wrap .sliderBox_2 {
    width: 100%;
  }

  #wrap .sliderBox_2 .contents {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 0 4% 2%;
  }

  #wrap .sliderBox_2 #itemSlide {
    width: fit-content;
    display: inline-grid;
    /* grid-template-rows: repeat(2, auto); */
    grid-auto-flow: column;
    overflow: hidden;
    margin-bottom: 6%;
    position: relative;
    padding-top: 5%;
  }

  #wrap .sliderBox_2 #itemSlide li {
    width: 150px;
    margin: 0 7px 0 0;
    padding: 4.1%;
    background: rgba(5, 33, 58, 0.35);
    border-radius: 8px;
  }

  #wrap .sliderBox_2 a {
    text-decoration: none;
  }

  .detail p {
    font-size: 3.2cqw;
    font-weight: 500;
    line-height: 1.55em;
    padding-top: 3%;
  }

  .slider_tl {
    font-size: 3.5cqw;
    font-weight: 400;
    line-height: 1.55em;
    padding-bottom: 2.5%;
    margin-top: 7%;
  }
}



/*PCエリア//////////////////////////////////////////////////*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

  .kv {
    width: 100cqw;
    text-align: center;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/back_pc3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
  }

  .kv img {
    width: 1200px;
    text-align: center;
  }

  .main_pc {
    width: 1080px;
    margin: 17px auto 0;
  }

  .lead {
    margin: -50px auto 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 2.1em;
    padding: 27px 0;
  }

  .date {
    position: relative;
    width: 500px;
    margin: 62px auto 35px;
    border-top: 2px solid #e6e682;
    border-bottom: 2px solid #e6e682;
    background: rgba(5, 33, 58, 0.35);
    padding: 50px 0 33px;
  }

  .date_h {
    position: absolute;
    width: 140px;
    top: -23px;
    background-color: #e6e682;
    padding: 2px 0 3px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #174f75;
    border-radius: 5px;
  }

  .date p {
      font-size: 22px;
      font-weight: 600;
      text-align: center;
  }
  

  .ticket {
    position: relative;
    width: 500px;
    margin: 0 auto;
    color: #154e71;
  }

  .tensen {
    position: absolute;
    width: 480px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 6px dashed #fff;
    top: 69px;
  }

  .ticket_h {
    background-color: #e6e682;
    padding: 15px 0 15px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #174f75;
    border-radius: 7px;
  }

  .ticket_h p {
    position: relative;
  }

  .ticket_h p::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 41px;
    height: 41px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/kira.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 26%;
    margin: auto;
  }

  .ticket_h p::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 41px;
    height: 41px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/kira.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 26%;
    margin: auto;
  }

  .ticket_inner {
    background-color: #fff;
    border: 2px solid #e6e682;
    padding: 28px 0 15px;
    border-radius: 9px;
  }

  .ticket_inner .ticket_tx1 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 8px;
  }

  .ticket_inner .ticket_tx2 {
    text-align: center;
  }

  .big {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.2em;
  }

  .yen {
    font-size: 38px;
    font-weight: bold;
  }

  .lead_2 {
    width: 720px;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 2em;
    padding: 38px 0 12px;
  }

  .howto {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.85em;
    text-align: center;
    text-decoration: underline;
    color: #fff;
  }

  .note {
    width: 700px;
    margin: 40px auto 0;
    padding: 20px 15px 15px;
    background: rgba(5, 33, 58, 0.35);
    border-radius: 10px;
  }

  .note li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .btn_wrap {
    margin: 0 auto 45px;
    text-align: center;
  }

  .btn {
    position: relative;
    text-align: center;
    margin: 50px 0 10px;
    display: inline-block;
  }

  .sankaku {
    position: absolute;
    width: 29px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .btn a {
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.72em;
    display: inline-block;
    padding: 30px 25px 30px 0;
    width: 600px;
    margin: 0 auto;
    border-radius: 1000px;
    text-align: center;
    background-color: #e6e682;
    color: #174f75;
}

.category,.shop {
  background: rgba(5, 33, 58, 0.35);
}

.shop {
  padding-bottom: 20px;
}

.shop_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  padding-top: 45px;
}

.shop_flex li {
  width: 170px;
  margin-bottom: 24px;
}

.shop_flex li img {
  border-radius: 10px;
}

.detail {
  font-size: 16.2px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 7px;
}

  .h2_wrap {
    text-align: center;
    padding-top: 40px;
  }

  h2 {
    position: relative;
    display: inline-block;
    font-size: 63px;
    font-weight: bold;
    text-align: center;
    color: #e6e682;
    line-height: 1.5em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  h2::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 43px;
    height: 51px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/kira.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: -52px;
    margin: auto;
  }

  h2::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 43px;
    height: 51px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250704_tanabata_coupon/img/kira.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: -52px;
    margin: auto;
  }

  .h2_sub {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    /* padding-bottom: 55px; */
  }

  .category_flex {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 45px;
  }

  .category_flex li {
    width: 190px;
    margin-bottom: 25px;
  }

  .category_flex li:nth-of-type(n+1):nth-of-type(-n+4),.category_flex li:nth-of-type(n+6):nth-of-type(-n+8) {
    margin-right: 20px;
  }

  .category_flex li a {
    text-decoration: none;
  }

  .category_name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7em;
    margin-top: 11px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
  }

  .ranking {
    padding-bottom: 35px; 
  }

  }