* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
  margin: auto;
  padding: 0;
  width: 100%;
}

/*snsBtn
-----------------------------------------------------*/

#sns_button {
  width: 90%;
  max-width: 636px;
  height: 25px;
  margin: 20px auto 10px;
  overflow: hidden;
  _zoom: 1;
}

#sns_button li {
  margin-right: 10px;
  float: right;
}

/*clearfix
-----------------------------------------------------*/

.cf:after,
#wrap ul.tab: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%;
  margin-top: 3%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka,
    "MS PGothic", arial, sans-serif;
  color: #2c2c2c;
}

#wrap img {
  width: 100%;
}

#wrap section {
  padding: 20vw 0 5.5vw;
}

#wrap .inner {
  margin: 0 auto;
  width: 92%;
}

#wrap .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f76ab8 0%);
}

#wrap .red {
  color: #ec0001;
}

#wrap .row {
  display: flex;
}

#wrap .btn {
  display: inline-block;
  position: relative;
  font-size: 4.22vw;
  font-weight: 700;
  color: #42b87f;
  text-decoration: none;
}

#wrap .btn:after {
  content: "";
  position: absolute;
  top: 52%;
  right: -6.25vw;
  transform: translateY(-50%);
  width: 4vw;
  height: 3.8vw;
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2211_10off_pre/pc/arrow.png)
    no-repeat;
  background-size: contain;
}

/*item_slider
-----------------------------------------------------*/

#wrap .item_slider {
  margin-left: 2.81vw;
  letter-spacing: 0.06em;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}

#wrap .item_slider::-webkit-scrollbar {
  display: none;
}

#wrap .item_slider li {
  display: inline-block;
  width: 35vw;
  height: auto;
}

#wrap .item_slider a {
  color: #2c2c2c;
  text-decoration: none;
}

#wrap .item_slider a > div {
  width: 35.94vw;
  height: 43.13vw;
  overflow: hidden;
}

#wrap .item_slider a img {
  width: 35.94vw;
  height: 43.13vw;
  object-fit: cover;
}

#wrap .item_slider .shop {
  padding: 0 2vw;
  font-size: 2.81vw;
  line-height: 1.36;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#wrap .item_slider .product {
  padding: 0 2vw;
  font-size: 2.81vw;
  line-height: 1.57;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#wrap .item_slider .price {
  padding: 0 2vw;
  font-size: 4.69vw;
  line-height: 1.23;
  letter-spacing: 0;
}

/*mv
-----------------------------------------------------*/

#wrap .mv {
  position: relative;
}

#wrap h1 img {
  width: 100%;
}

#wrap .mv p {
  position: absolute;
  bottom: -10.5vw;
  margin: -42px auto -42px;
  width: 100%;
  font-size: 3.4vw;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background: #fff;
  padding: 0px 0 4vw;
}

#wrap .mv p span {
  font-size: 4.2vw;
  font-weight: 700;
}

#wrap .mv_1 p {
  /* position: absolute; */
  /* bottom: 3.5vw; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  margin: 0 auto;
  width: 100%;
  font-size: 3.59vw;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 5% 0 5%;
  /* background: #fff025; */
}

#wrap .mv_1 p span {
  font-size: 4.69vw;
  font-weight: 700;
}

/*mv_2
-----------------------------------------------------*/

#wrap .mv_2 {
  position: relative;
  background-color: #333;
  color: #fff;
}

#wrap .mv_2 p {
  /* position: absolute; */
  bottom: 8.5vw;
  left: 50%;
  /* transform: translateX(-50%); */
  margin: 0 auto;
  width: 100%;
  font-size: 4.5vw;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 1vw;
  font-weight: bold;
}

#wrap .mv_2 p span {
  font-size: 4.69vw;
  font-weight: 700;
}

/*追従ボタン
-----------------------------------------------------*/

#wrap .ready_for_btn {
  position: fixed;
  top: 58px;
  right: 3vw;
  padding: 16px 0 0 0;
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  width: 77px;
  height: 77px;
  background-color: #d57c75;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s 0s ease;
  z-index: -1;
  opacity: 0;
}

#wrap .ready_for_btn.fixed {
  transition: all 0.6s 0s ease;
  opacity: 0.9;
  z-index: 2;
}

/*sec_01
-----------------------------------------------------*/

#wrap .sec_01 {
  background-color: #fefbde;
}

#wrap .sec_01 h2 {
  position: relative;
  font-size: 7.81vw;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}

#wrap .sec_01 h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 13%;
  transform: rotate(-40deg);
  width: 1px;
  height: 8.91vw;
  background-color: #cd177c;
}

#wrap .sec_01 h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 13%;
  transform: rotate(40deg);
  width: 1px;
  height: 8.91vw;
  background-color: #cd177c;
}

#wrap .sec_01 h2 div:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.3vw;
  left: 12%;
  transform: rotate(-60deg);
  width: 1px;
  height: 4.84vw;
  background-color: #cd177c;
}

#wrap .sec_01 h2 div:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.3vw;
  right: 12%;
  transform: rotate(60deg);
  width: 1px;
  height: 4.84vw;
  background-color: #cd177c;
}

#wrap .sec_01 h2 span {
  font-size: 4.69vw;
  letter-spacing: 0;
  font-weight: 500;
}

#wrap .sec_01 .period {
  margin: 3.44vw 0 5.63vw;
  padding: 2.34vw 2vw;
  border-radius: 100px;
  background-color: #cd177c;
  font-size: 4.4vw;
  text-align: center;
  color: #fff;
}

#wrap .howto_box {
  margin-top: 8.13vw;
  padding: 10.94vw 4.69vw;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
}

#wrap .howto_box h3 {
  margin: 0 auto;
  width: 80vw;
  text-align: center;
}

#wrap .howto_box h3 span {
  display: inline-block;
  margin-top: 4.69vw;
  font-size: 4.69vw;
  letter-spacing: 0.1em;
  font-weight: 700;
}

#wrap .howto_box > p {
  margin-top: 5.8vw;
  font-size: 4.06vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

#wrap .howto_box > img {
  margin: 7.81vw 0 7.03vw;
  width: 44vw;
}

#wrap .howto_box .note li {
  font-size: 3.44vw;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

#wrap .howto_box .note li a {
  color: #0096d8;
}

#wrap .howto_box picture img {
  margin: 3vw 0 3vw;
  width: 50vw;
}


/*sec_02
-----------------------------------------------------*/

#wrap .sec_02 {
  padding-top: 0;
}

#wrap .box_item_ranking .row,
#wrap .box_news .row,
#wrap .box_recommend .row,
#wrap .box_category .row,
#wrap .box_shop .row {
  justify-content: space-between;
  align-items: center;
  margin: 0 2.81vw 4.38vw;
}

#wrap h2,
#wrap h3 {
  font-size: 4vw;
  letter-spacing: 0.06em;
  font-weight: bold;
}

#wrap h2 + a {
  font-size: 3.13vw;
  letter-spacing: 0.06em;
  color: #0096d8;
  text-decoration: none;
}

#wrap .box_item_ranking #rankingSlide a,
#wrap .box_shop #shopSlide a {
  display: block;
  position: relative;
}

#wrap .box_item_ranking #rankingSlide a .number,
#wrap .box_shop #shopSlide a .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2vw;
  left: 2vw;
  border-radius: 50%;
  width: 5.8vw;
  height: 5.8vw;
  background-color: #666666;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.68vw;
  color: #fff;
}

#wrap .box_item_ranking #rankingSlide a.ranking01 .number,
#wrap .box_shop #shopSlide a.ranking01 .number {
  background-color: #e0c05f;
}

#wrap .box_item_ranking #rankingSlide a.ranking02 .number,
#wrap .box_shop #shopSlide a.ranking02 .number {
  background-color: #b7b6b1;
}

#wrap .box_item_ranking #rankingSlide a.ranking03 .number,
#wrap .box_shop #shopSlide a.ranking03 .number {
  background-color: #aa6e56;
}

#wrap .box_recommend {
  margin-top: 12.97vw;
}

/* box_news */

#wrap .box_news .row {
  margin: 15vw 2.81vw 1.38vw;
}

#wrap .box_news .lead {
  margin: 0 0 5.06vw 2.81vw;
  font-size: 3.13vw;
  letter-spacing: 0.06em;
}

#wrap .box_news .photoflow_area {
  width: 100%;
  overflow: hidden;
}

#wrap .box_news .flow_body {
  position: relative;
  left: 0;
  white-space: nowrap;
  font-size: 0;
}

#wrap .box_news .flow_each {
  display: inline-block;
  vertical-align: top;
}

#wrap .box_news .flow_inner {
  display: flex;
  flex-wrap: wrap;
  width: 56.25vw;
  height: auto;
}

#wrap .box_news .flow_inner.last {
  width: 46.87vw;
}

#wrap .box_news .img_box {
  position: relative;
  display: block;
  overflow: hidden;
}

#wrap .box_news .img_box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 45%, 80%, #7d7d7d);
}

#wrap .box_news .img_box:active:after {
  background: #6a6a6a;
  opacity: 0.6;
}

#wrap .box_news .img_box p {
  display: block;
  position: absolute;
  left: 2.81vw;
  bottom: 2.69vw;
  width: 80%;
  font-size: 2.5vw;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

#wrap .box_news .img_box.big {
  width: 56.25vw;
  height: 60.94vw;
}

#wrap .box_news .img_box.middle {
  width: 37.5vw;
  height: 40.62vw;
}

#wrap .box_news .img_box.small {
  width: 18.75vw;
  height: 20.31vw;
}

#wrap .box_news .img_box.half {
  width: 46.87vw;
  height: 50.78vw;
}

/* box_btn_search */

#wrap .box_btn_search {
  margin: 7.81vw auto 0;
  width: 92%;
}

#wrap .box_btn_search .btn_square {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  height: 14.13vw;
  background-color: #cd177c;
  font-size: 4.06vw;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

#wrap .search_box {
  margin-top: 9.38vw;
}

#wrap .box_btn_search .search_txt {
  position: relative;
}

#wrap .box_btn_search .search_txt p {
  font-size: 4.06vw;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #cd177c;
}

#wrap .box_btn_search .search_txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.78vw;
  left: 31vw;
  transform: rotate(-40deg);
  width: 1px;
  height: 5.91vw;
  background-color: #cd177c;
}

#wrap .box_btn_search .search_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.78vw;
  right: 31vw;
  transform: rotate(40deg);
  width: 1px;
  height: 5.91vw;
  background-color: #cd177c;
}

#wrap .box_btn_search .search_txt p:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.3vw;
  left: 30.5vw;
  transform: rotate(-60deg);
  width: 1px;
  height: 3.4vw;
  background-color: #cd177c;
}

#wrap .box_btn_search .search_txt p:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.3vw;
  right: 30.5vw;
  transform: rotate(60deg);
  width: 1px;
  height: 3.4vw;
  background-color: #cd177c;
}

/*--- 検索窓 ---*/

#wrap #searchFormEx {
  padding-top: 4vw;
  text-align: center;
}

#wrap #searchFormEx p {
  display: inline-block;
  position: relative;
  width: 92%;
  vertical-align: top;
}

#wrap #searchFormEx p input[type="text"] {
  padding-top: 1px;
  border: 1px solid #cd177c;
  border-radius: 80px;
  width: 100%;
  font-size: 3.44vw;
  line-height: 3.3;
  letter-spacing: 0.1em;
  text-indent: 1.2em;
  background-color: #f3f3f3;
}

#wrap #searchFormEx p input[type="button"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
  height: 100%;
  font-size: 200%;
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2011_10off_pre/pc/search.png)
    no-repeat #cd177c;
  border-style: none;
  background-position: center;
  background-size: 40%;
  border-radius: 0 50px 50px 0;
}

#wrap #searchFormEx p input.on[type="button"] {
  opacity: 0.8;
}

/* box_item_ranking */

#wrap .box_item_ranking .row {
  margin-top: 14.38vw;
}

/* box_category */

#wrap .box_category {
  margin: 12.81vw auto 0;
  width: 92%;
}

#wrap .box_category .list_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#wrap .box_category .list_category li {
  position: relative;
  margin: 0 2.97vw 2.97vw 0;
  width: calc(50% - 2.97vw / 2);
  border: 1px solid #cd177c;
  border-radius: 8px;
  height: 13.28vw;
}

#wrap .box_category .list_category li:nth-of-type(2n) {
  margin-right: 0;
}

#wrap .box_category .list_category li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}

#wrap .box_category .list_category li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #cd177c;
  border-right: 1px solid #cd177c;
  width: 2.34vw;
  height: 2.34vw;
}

#wrap .box_category .list_category li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 4.06vw;
  line-height: 1.07;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #cd177c;
}

/* box_shop */

#wrap .box_shop {
  margin-top: 12.19vw;
}

#wrap .wrap_shop {
  padding: 5.63vw 0 6.25vw 0;
  background-color: #eaeaea;
}

#wrap .wrap_shop h3 {
  margin: 0 0 3.44vw 2.81vw;
  font-size: 3.59vw;
  letter-spacing: 0.06em;
}

#wrap .box_shop .item_slider li {
  width: 26.75vw;
}

#wrap .box_shop .item_slider li:not(:last-of-type) {
  margin-right: 1.88vw;
}

#wrap .box_shop .item_slider .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.75vw;
  height: 26.75vw;
  border-radius: 4px;
  background-color: #fff;
}

#wrap .box_shop .item_slider li img {
  width: 90%;
  height: auto;
  border-radius: 4px;
}

#wrap .box_shop .item_slider .shop {
  margin-top: 2.03vw;
  font-size: 2.81vw;
  color: #646464;
}

#wrap .box_shop .btn_txt {
  margin: 2.72vw 0 2.13vw;
  font-size: 3.13vw;
  text-align: center;
}

#wrap .box_shop .btn {
  width: 47.19vw;
}

/*sec_03
-----------------------------------------------------*/

#wrap .sec_03 {
  padding: 48px 0 0;
  margin-top: -48px;
}

#wrap .sec_03 > .add {
  padding-top: 12.5vw;
  background-color: #fefbde;
}

#wrap .sec_03 h2 {
  margin: 0 auto;
  width: 54vw;
}

#wrap .sec_03 .inner > div {
  margin-top: 9.69vw;
  padding: 9.53vw 4.6vw;
  border-radius: 10px;
  background-color: #fff;
  font-size: 3.9vw;
  text-align: center;
}

#wrap .sec_03 h3 {
  position: relative;
  font-size: 5.94vw;
  letter-spacing: 0.04em;
  font-weight: 900;
}

/* sec_03-1 */

#wrap .sec_03-1 h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10.9vw;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../contents_img/2111_10off_comingsoon/pc/heart_icon.png)
    no-repeat;
  background-size: contain;
  width: 8.91vw;
  height: 7.66vw;
}

#wrap .sec_03-1 p {
  margin-top: 15vw;
}

#wrap .sec_03-1 .row {
  justify-content: center;
  margin-top: 7.81vw;
}

#wrap .sec_03-1 .row h4 {
  display: inline-block;
  font-size: 2.81vw;
}

#wrap .sec_03-1 .row img {
  margin: 3.91vw 0;
  width: 28.75vw;
  height: auto;
}

/* sec_03-2 */

#wrap .sec_03-2 .txt_box {
  margin: 4.81vw 0 8.38vw;
}

#wrap .sec_03-2 .txt_box p:first-of-type {
  margin-bottom: 4.69vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

#wrap .sec_03-2 .txt_box p sup {
  font-size: 0.4em;
}

#wrap .sec_03-2 .txt_box p.note {
  font-size: 2.81vw;
  line-height: 1.5;
}

#wrap .sec_03-2 .image_box p {
  margin-bottom: 8.13vw;
  font-size: 3.75vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #42b87f;
}

#wrap .sec_03-2 .image_box img {
  width: 52vw;
  height: auto;
}

#wrap .sec_03-2 .image_box div {
  position: relative;
}

#wrap .sec_03-2 .image_box div:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.78vw;
  left: 9vw;
  transform: rotate(-40deg);
  width: 1px;
  height: 8.91vw;
  background-color: #42b87f;
}

#wrap .sec_03-2 .image_box div:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.78vw;
  right: 9vw;
  transform: rotate(40deg);
  width: 1px;
  height: 8.91vw;
  background-color: #42b87f;
}

#wrap .sec_03-2 .image_box div p:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2vw;
  left: 8.2vw;
  transform: rotate(-60deg);
  width: 1px;
  height: 4.84vw;
  background-color: #42b87f;
}

#wrap .sec_03-2 .image_box div p:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2vw;
  right: 8.2vw;
  transform: rotate(60deg);
  width: 1px;
  height: 4.84vw;
  background-color: #42b87f;
}

#wrap .sec_03-2 .image_box2 p {
  margin-bottom: 8.13vw;
  font-size: 3.75vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  background-color: #00823e;
  padding: 10px 0;
}

#wrap .sec_03-2 .image_box2 img {
  width: 52vw;
  height: auto;
}

#wrap .sec_03-2 .image_box2 div {
  position: relative;
}



#wrap .sec_03-2 .btn_box {
  margin-top: 8.38vw;
}

#wrap .sec_03-2 .btn_box a:first-of-type {
  margin-bottom: 2.38vw;
}


#wrap .sec_03-2 .btn_box2 {
  margin-top: 8.38vw;
}


#wrap .sec_03-2 .btn_box2 a:first-of-type {
  margin-bottom: 2.38vw;
}

/* sec_03-5 追加 */
#wrap .anewloop_box img {
  width: 80vw;
  height: auto;
}

#wrap .sec_03-5 .txt_box {
  margin: 5.8vw 0 5.5vw;
}

.anewloop_box {
  margin: 0 0 7vw;
}


/* sec_03-3 */

#wrap .sec_03-3 > p {
  margin-top: 4.81vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

#wrap .sec_03-3 .sns {
  display: flex;
  justify-content: center;
  margin: 4.81vw auto 0;
  padding: 0 3vw;
}

/* #wrap .sec_03-3 .sns :not(:last-of-type) {
  margin-right: 5.47vw;
} */

/* sec_03-4 */

#wrap .sec_03 .inner > div.sec_03-4 {
  padding: 0 0 14.53vw;
  background-color: inherit;
  text-align: left;
}

#wrap .sec_03-4 p {
  font-size: 2.97vw;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

#wrap .sec_03-4 .note li {
  font-size: 2.97vw;
  text-align: left;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.06em;
}

/*pagetop
-----------------------------------------------------*/

#wrap .CntPageTop img {
  width: 45%;
}

#wrap .CntPageTop a {
  display: block;
  position: fixed;
  bottom: 40px;
  right: -40px;
  z-index: 1000;
}

#wrap .CntPageTop a {
  bottom: 50px;
}

/*tab
-----------------------------------------------------*/

#wrap .tab_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 0;
  width: 92%;
}

#wrap .tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5vw 0;
  border-radius: 4px;
  width: calc(33.333% - 10px * 2 / 3);
  background-color: #cd177c;
  font-size: 4.84vw;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}

#wrap .tab_btn.active {
  background-color: #fce5ee;
}

/*store_information
-----------------------------------------------------*/

#wrap .store_information {
  margin: 0 auto;
  padding: 4.06vw 0 10vw;
  width: 92%;
}

#wrap .store_information .box {
  padding: 7.03vw 0 6.56vw;
  border: 1px solid #cd177c;
  text-align: center;
}

#wrap .store_information .box p {
  margin-bottom: 3.41vw;
  font-size: 5.94vw;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #cd177c;
}

#wrap .store_information .box .btn {
  display: block;
  padding: 2.3vw 0;
  margin: 0 auto;
  border-radius: 80px;
  width: 56.41vw;
  background-color: #cd177c;
  color: #fff;
}

#wrap .store_information .box .btn:after {
  right: 6.25vw;
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2209_10off_pre/pc/arrow_white.png)
    no-repeat;
  background-size: contain;
}

/*---------------anchor----------------*/

#wrap .anchor_box {
  padding: 2vw 0;
  background-size: cover;
}

#wrap .anchor_ttl {
  display: block;
  padding: 2.67vw 0;
  border-top: 1px solid #cd177c;
  border-bottom: 1px solid #cd177c;
  width: 100%;
  font-size: 5.33vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}

#wrap .anchor_text {
  position: relative;
  padding: 6.67vw 0 5.33vw;
  font-size: 3.3vw;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* 
  #wrap .anchor_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.7vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.47vw 1vw 0 1vw;
	border-color: #000 transparent transparent  transparent;
  }

   */

#wrap .anchor_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4vw;
  margin: 20px 2px 5px 2px;
  /* border-bottom: solid 1px #cd177c; */
  /* padding-bottom: 20px; */
}

#wrap .anchor_list li img {
  border-radius: 20px;
}

#wrap .anchor_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 1vw;
  border: 1px solid #cd177c;
  border-radius: 100px;
  width: 100%;
  height: 10.67vw;
  background-color: #fff;
  font-size: 3.47vw;
  text-align: center;
  line-height: 1.17;
  letter-spacing: 0.09em;
  text-decoration: none;
  /* margin-bottom: 2%; */
  margin: auto;
}

#wrap .anchor_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.13vw;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #cd177c;
  border-left: 1px solid #cd177c;
  width: 1.5vw;
  height: 1.5vw;
}

#wrap .anchor_link.--small {
  font-size: 2.9vw;
}

.contents_2 {
  padding: 0 !important;
}

#wrap .tab_2_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 98%;
  margin: auto;
  padding: 0 !important;
}

#wrap .tab_2_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5vw;
  border-radius: 4px;
  width: 95%;
  max-width: 200px;
  height: 40px;
  border: solid 2px #f45696;
  font-size: 3vw;
  letter-spacing: 0.06em;
  color: #f45696;
  text-decoration: none;
  margin: 0px auto 8px auto;
}





/* 移行style */
.pre_10off--sp {
  display: block;
}

.anchor_box .inner .item {
  margin: 40px 0 20px;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
}

.anchor_box .inner .item_text {
  font-weight: bolder;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fffa90 0%);
  font-size: 4vw;
}

#wrap .btn:after {
  content: "";
  position: absolute;
  top: 52%;
  right: -6.25vw;
  transform: translateY(-50%);
  width: 4vw;
  height: 3.8vw;
  background: url(https://s3-ap-northeast-1.amazonaws.com/cnt-org.lumine.jp/contents/design/contents_img/2203_10off_comingsoon/pc/arrow.png)
    no-repeat;
  background-size: contain;
}

#wrap .sec_03-1 h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10.9vw;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://s3-ap-northeast-1.amazonaws.com/cnt-org.lumine.jp/contents/design/contents_img/2111_10off_comingsoon/pc/heart_icon.png)
    no-repeat;
  background-size: contain;
  width: 8.91vw;
  height: 7.66vw;
}

.sns-2 {
  display: contents;
}


/*ショッピングマイルラリー//////////////////////////////////////////////////*/
.shopping {
  width: 92%;
  margin: 5% auto 0;
  /* background-color: #0096d8; */
  /* border-radius: 15px;
  border: #0096d8 solid 6px; */
}

.shopping_inner {
  background-color: #fff;
  border-radius: 9px;
  padding-bottom: 5%;
}

.ttl {
  font-size: 4vw;
  font-weight: bold;
  font-style: normal;
  /* color: #fff; */
  text-align: center;
  padding: 3% 0 3%;
}

.shopping_lead {
  font-size: 3.4vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 5% 3% 6%;
  line-height: 1.8em;
}

.shopping_lead .pink {
  font-weight: bold;
  font-size: 4vw;
  color: #d8236c;
}

.mile .unline_yel {
  font-size: 3.7vw;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.mile {
  width: 86%;
  margin: 0 auto;
  font-size: 2.3vw;
  line-height: 3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 8%;
}

.comment_ttl {
  font-size: 3.9vw;
  font-weight: 600;
  margin-top: 10%;
}

.sanka_wrap {
  width: 94%;
  margin: 0 auto;
}

.sanka_img {
  margin: 3% 0 0;
}

.midashi {
  font-size: 3.6vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 6%;
}

.comment {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.7em;
  margin-top: 2%;
}

#wrap .box_btn_search2 .btn_square {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 7px;
  border-radius: 8px;
  width: 300px;
  height: 59px;
  background-color: #0096d8;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#wrap .box_btn_search2 .btn_square a{
  text-decoration: none;
  color: #fff;
}


/* 追加 */
.lead_1_wrap {
  text-align: center;
  margin-bottom: 3%;
}

.lead_1 {
  position: relative;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  display: inline;
}

.lead_1::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 4vw;
  height: 8vw;
  background-image: url(https://cdn.lumine.jp/contents/prcontents/10off/2025/2509/image/honban/slash_lt.png);
  background-size: contain;
  vertical-align: sub;
  background-repeat: no-repeat;
  top: 7%;
  bottom: 0;
  left: -10%;
}

.lead_1::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 4vw;
  height: 8vw;
  background-image: url(https://cdn.lumine.jp/contents/prcontents/10off/2025/2509/image/honban/slash_rt.png);
  background-size: contain;
  vertical-align: sub;
  background-repeat: no-repeat;
  top: 7%;
  bottom: 0;
  right: -8%;
}

.enjoy_a {
  text-decoration: none;
}

.mile_wrap {
  position: relative;
  padding: 2%;
  border: 2px solid #002d7d;
  border-right: 30px solid #002d7d;
  padding: 1.5%;
  margin-bottom: 3%;
}

.jre_wrap {
  position: relative;
  padding: 2%;
  border: 2px solid #00813e;
  border-right: 30px solid #00813e;
  padding: 1.5%;
  margin-bottom: 3%;
}

.sankaku_wrap {
  position: absolute;
  width: 12px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -22px;
}

.sankaku img {
  width: 30px;
}

.enjoy_ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.enjoy_ul li:nth-of-type(1) {
  width: 40%;
  margin-right: 3%;
}

.enjoy_ul li:nth-of-type(2) {
  width: 60%;
}

.enjoy_ul li p {
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.7em;
}

.enjoy_ul li p span{
  font-size: 4vw;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.7em;
  color: #002d7d;
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.jre_ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.jre_ul li:nth-of-type(1) {
  width: 40%;
  margin-right: 3%;
}

.jre_ul li:nth-of-type(2) {
  width: 60%;
}

.jre_ul li p {
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.7em;
}

.jre_ul li p span{
  font-size: 4vw;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.7em;
  color: #00813e;
  background:linear-gradient(transparent 60%, #ff6 60%);
}



@media (min-width: 768px) {
  .pre_10off--sp {
    display: none;
  }

  #wrap .mv {
    position: relative;
    margin-bottom: 70px;
  }

  #wrap h1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
  }

  #wrap h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    /* background-image: url(../../contents_img/2303_10off_pre/pc/mv_pc_bg_right.jpg); */
    /* background-color: #fff025; */
    z-index: -1;
  }

  #wrap h1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /* background-image: url(../../contents_img/2303_10off_pre/pc/mv_pc_bg_left.jpg); */
    /* background-color: #fff025; */
    z-index: -1;
  }

  #wrap .mv p {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.02em;
    /* background: #fff025; */
    padding: 20px 0 30px;
  }

  #wrap .mv p span {
    font-size: 24px;
    font-weight: 700;
  }

  #wrap .marker {
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f76ab8 0%);
  }

  #wrap section {
    padding: 50px 0 !important;
    overflow: hidden;
  }

  #wrap .sec_01 {
    background-color: #fefbde;
    padding: 80px 0 !important;
  }

  #wrap .inner {
    margin: 0 auto;
    max-width: 800px;
  }

  #wrap h2 {
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  #wrap .sec_01 h2 {
    position: relative;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
  }

  #wrap .sec_01 h2:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 198px);
    transform: rotate(-40deg);
    width: 2px;
    height: 55px;
    background-color: #cd177c;
  }

  #wrap .sec_01 h2 div:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 202px);
    transform: rotate(-60deg);
    width: 2px;
    height: 30px;
    background-color: #cd177c;
  }

  #wrap .sec_01 h2 span {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500;
  }

  #wrap .sec_01 h2 div:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -9px;
    right: calc(50% - 202px);
    transform: rotate(60deg);
    width: 2px;
    height: 30px;
    background-color: #cd177c;
  }

  #wrap .sec_01 h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: calc(50% - 198px);
    transform: rotate(40deg);
    width: 2px;
    height: 55px;
    background-color: #cd177c;
  }

  #wrap .sec_01 .period {
    margin: 23px 0 30px;
    padding: 13px 35px;
    border-radius: 50px;
    background-color: #cd177c;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }

  #wrap .howto_box {
    margin-top: 30px;
    padding: 50px 80px;
    border-radius: 25px;
    background-color: #fff;
    text-align: center;
  }

  #wrap .howto_box h3 {
    margin: 0 auto;
    width: 410px;
    text-align: center;
  }

  #wrap .howto_box h3 img {
    width: 100%;
  }

  #wrap .howto_box h3 span {
    display: inline-block;
    margin-top: 15px;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }

  #wrap .howto_box > p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.02em;
  }

  #wrap .note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  #wrap .howto_box .note li {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: left;
  }

  #wrap h2 {
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  #wrap h3 {
    font-size: 100%;
  }

  #wrap .tab_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 805px;
    margin: 0 auto;
    padding-bottom: 0;
  }

  #wrap .tab_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 235px;
    height: 60px;
    background-color: #cd177c;
    font-size: 29px;
    letter-spacing: 0.06em;
    color: #fff;
    text-decoration: none;
  }

  #wrap .box_item_ranking .row,
  #wrap .box_news .row,
  #wrap .box_recommend .row,
  #wrap .box_category .row,
  #wrap .box_shop .row,
  #wrap .box_sale .row {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 32px;
    max-width: 980px;
  }

  #wrap h2 + a {
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #0096d8;
    text-decoration: none;
  }

  .loader007 {
    color: lightgray;
    font-size: 10px;
    margin: 110px auto 158px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader007,
  .loader007:before,
  .loader007:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }

  .loader007:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .loader007:before,
  .loader007:after {
    content: "";
    position: absolute;
    top: 0;
  }

  .loader007:after {
    left: 3.5em;
  }
  #wrap .box_item_ranking,
  #wrap .box_recommend,
  #wrap .box_category {
    margin: 62px auto 0;
    max-width: 980px;
  }

  .contents_2 {
    padding: 0 !important;
  }

  #wrap .sec_03 {
    padding-top: 50px;
  }

  #wrap .anchor_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px auto;
    width: 100%;
  }

  .anchor_box .inner .item {
    margin: 60px 0 20px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
  }

  .anchor_box .inner .item_text {
    font-weight: bolder;
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fffa90 0%);
    font-size: 28px;
  }



  #wrap a.anchor_link:link,
  #wrap a.anchor_link:visited {
    color: #cd177c;
  }
  #wrap .anchor_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px 3px 30px 3px;
    border: 1px solid #cd177c;
    border-radius: 100px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.16;
    letter-spacing: 0.09em;
    font-weight: normal;
    text-decoration: none;
  }

  #wrap .anchor_link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #cd177c;
    border-left: 1px solid #cd177c;
    width: 8px;
    height: 8px;
  }

  #wrap .box_shop {
    margin: 62px auto 0;
    max-width: 980px;
  }

  #wrap .box_item_ranking .row,
  #wrap .box_news .row,
  #wrap .box_recommend .row,
  #wrap .box_category .row,
  #wrap .box_shop .row,
  #wrap .box_sale .row {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 32px;
    max-width: 980px;
  }

  #wrap .row {
    display: flex;
  }

  #wrap .wrap_shop {
    /* margin-right: calc(50% - 50vw); */
    padding: 40px 0 40px 30px;
    background-color: #eaeaea;
  }

  #wrap .wrap_shop h3 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0.06em;
  }

  #wrap .box_btn_search .btn_square {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 47px;
    border-radius: 8px;
    width: 340px;
    height: 59px;
    background-color: #cd177c;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }

  #wrap .box_btn_search .search_box .search_txt {
    position: relative;
  }

  #wrap .box_btn_search .search_box .search_txt:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 90px);
    transform: rotate(-40deg);
    width: 2px;
    height: 32px;
    background-color: #cd177c;
  }

  #wrap .box_btn_search .search_box .search_txt p:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 100px);
    transform: rotate(-60deg);
    width: 2px;
    height: 24px;
    background-color: #cd177c;
  }

  #wrap .box_btn_search .search_box .search_txt p:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: calc(50% - 100px);
    transform: rotate(60deg);
    width: 2px;
    height: 24px;
    background-color: #cd177c;
  }

  #wrap .box_btn_search .search_box .search_txt:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: calc(50% - 90px);
    transform: rotate(40deg);
    width: 2px;
    height: 32px;
    background-color: #cd177c;
  }

  #wrap #searchFormEx {
    padding-top: 20px;
    text-align: center;
  }

  #wrap #searchFormEx p {
    display: inline-block;
    position: relative;
    width: 578px;
    vertical-align: top;
  }

  #wrap #searchFormEx p input[type="text"] {
    padding-top: 1px;
    border: 1px solid #cd177c;
    border-radius: 80px;
    width: 100%;
    height: 62px;
    font-size: 18px;
    line-height: 3.3;
    letter-spacing: 0.1em;
    text-indent: 1.2em;
    background-color: #f3f3f3;
  }

  #wrap #searchFormEx p input[type="button"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 200%;
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2011_10off_pre/pc/search.png)
      no-repeat #cd177c;
    border-style: none;
    border-radius: 0 50px 50px 0;
    background-position: center center;
  }

  #wrap .box_news {
    padding: 50px 0;
  }

  #wrap h2 + a {
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #0096d8;
    text-decoration: none;
  }

  .loader007 {
    color: lightgray;
    font-size: 10px;
    margin: 110px auto 158px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  .loader007,
  .loader007:before,
  .loader007:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }

  .loader007:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .loader007:before,
  .loader007:after {
    content: "";
    position: absolute;
    top: 0;
  }

  .loader007:after {
    left: 3.5em;
  }

  #wrap .sec_03 {
    background-color: #fefbde;
  }

  #wrap .sec_03 h2 {
    margin: 0 auto;
    width: 504px;
  }

  #wrap .sec_03 .inner > div {
    margin-top: 50px;
    padding: 50px 57px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
  }

  #wrap .sec_03 h3 {
    position: relative;
    font-size: 28px;
    letter-spacing: 0.04em;
    font-weight: 900;
  }

  #wrap .sec_03-1 h3:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../contents_img/2111_10off_comingsoon/pc/heart_icon.png)
      no-repeat;
    background-size: contain;
    width: 43px;
    height: 37px;
  }

  #wrap .sec_03-1 p {
    margin-top: 88px;
  }

  #wrap .sec_03-1 .row {
    justify-content: center;
    margin-top: 32px;
  }

  #wrap .sec_03-1 .row h4 {
    display: inline-block;
    font-size: 100%;
  }

  #wrap .btn {
    position: relative;
    font-size: 20px;
    color: #42b87f;
    text-decoration: none;
  }

  #wrap a {
    transition: all 0.3s 0s ease;
  }

  #wrap a:hover,
  #wrap a:active {
    opacity: 0.5;
  }

  #wrap .btn:after {
    content: "";
    position: absolute;
    top: 51%;
    right: -28px;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2211_10off_pre/pc/arrow.png)
      no-repeat;
    background-size: contain;
    transition: all 0.2s 0s ease;
  }

  #wrap .sec_03-2 .row {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  #wrap .sec_03-2 .row > div {
    width: calc(50% - 15px);
  }

  #wrap .sec_03-2 .left_box div {
    position: relative;
  }

  #wrap .sec_03-2 .left_box div:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 134px);
    transform: rotate(-40deg);
    width: 2px;
    height: 33px;
    background-color: #42b87f;
  }

  #wrap .sec_03-2 .left_box div p:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 137px);
    transform: rotate(-60deg);
    width: 2px;
    height: 18px;
    background-color: #42b87f;
  }

  #wrap .sec_03-2 .left_box p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #42b87f;
  }

  #wrap .sec_03-2 .left_box div p:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -9px;
    right: calc(50% - 133px);
    transform: rotate(60deg);
    width: 2px;
    height: 18px;
    background-color: #42b87f;
  }

  #wrap .sec_03-2 .left_box div:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: calc(50% - 130px);
    transform: rotate(40deg);
    width: 2px;
    height: 33px;
    background-color: #42b87f;
  }

  #wrap .sec_03-2 .left_box img {
    width: 242px;
    height: auto;
  }

  #wrap .sec_03-2 .row > div {
    width: calc(50% - 15px);
  }

  #wrap .sec_03-2 .right_box p:first-of-type {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  #wrap .sec_03-2 .right_box p sup {
    font-size: 0.4em;
  }

  #wrap .sec_03-2 .btn_box {
    margin-top: 30px;
  }

  #wrap .sec_03-2 .btn_box a:first-of-type {
    margin-bottom: 22px;
  }

  #wrap .sec_03-2 .btn_box a {
    display: inline-block;
    margin-left: -10px;
  }


  #wrap .btn:after {
    content: "";
    position: absolute;
    top: 51%;
    right: -28px;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2211_10off_pre/pc/arrow.png)
      no-repeat;
    background-size: contain;
    transition: all 0.2s 0s ease;
  }

    
  #wrap .sec_03-2 .btn_box2 {
    margin-top: 0px;
  }

  #wrap .sec_03-2 .btn_box2 a:first-of-type {
    margin-bottom: 22px;
  }

  #wrap .sec_03-2 .btn_box2 a {
    display: inline-block;
    margin-left: -10px;
  }

  #wrap .sec_03 .inner > div {
    margin-top: 50px;
    padding: 50px 57px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
  }

  #wrap .sec_03 h3 {
    position: relative;
    font-size: 28px;
    letter-spacing: 0.04em;
    font-weight: 900;
  }

  #wrap .sec_03-3 > p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  #wrap .sec_03-3 .sns {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    width: 80%;
  }

  #wrap .sec_03 .inner > div.sec_03-4 {
    padding: 0;
    background-color: inherit;
    text-align: left;
  }

  #wrap .sec_03-4 p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }

  #wrap .sec_03-4 .note li {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.1em;
  }

  #wrap .store_information {
    margin: 0 auto;
    padding: 73px 0 30px;
    width: 740px;
  }

  #wrap .store_information .box {
    padding: 42px 0;
    border: 2px solid #cd177c;
    text-align: center;
  }

  #wrap .store_information .box p {
    margin-bottom: 24px;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #cd177c;
  }

  #wrap .store_information .box .btn {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 80px;
    width: 234px;
    background-color: #cd177c;
    color: #fff;
  }

  #wrap .store_information .box .btn:after {
    right: 28px;
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2209_10off_pre/pc/arrow_white.png)
      no-repeat;
  }

  #wrap .store_information .box .btn:hover:after {
    right: 20px;
  }

  #wrap .btn:after {
    content: "";
    position: absolute;
    top: 51%;
    right: -28px;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2211_10off_pre/pc/arrow.png)
      no-repeat;
    background-size: contain;
    transition: all 0.2s 0s ease;
  }

  #wrap .search_box .search_txt p {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #cd177c;
  }

  h4 {
    font-size: 100%;
    font-weight: bold;
  }

  .sec_03-2--area {
    display: grid;
    grid-template-areas:
      "image_box txt_box"
      "image_box btn_box"
            "image_box btn_box2";
    align-items: flex-start;
    margin-top: 40px;
  }

  .txt_box {
    grid-area: txt_box;
  }

  .image_box {
    grid-area: image_box;
  }

  .btn_box {
    grid-area: btn_box;
  }
    .btn_box2 {
    grid-area: btn_box2;
  }

  #wrap .sec_03-2 .txt_box {
    margin: 0;
  }

  #wrap .CntPageTop a {
    right: 16px;
  }

  .CntPageTop img {
    width: 60px !important;
    height: 60px;
  }

  #wrap .sec_03-2 .row {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  #wrap .sec_03-2 .row > div {
    width: calc(50% - 15px);
  }

  #wrap .sec_03-2 .left_box div {
    position: relative;
  }

  #wrap .sec_03-2 .image_box div:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 134px);
    transform: rotate(-40deg);
    width: 2px;
    height: 33px;
    background-color: #63a5a8;
  }

  #wrap .sec_03-2 .image_box div:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: calc(50% - 130px);
    transform: rotate(40deg);
    width: 2px;
    height: 33px;
    background-color: #63a5a8;
  }

  #wrap .sec_03-2 .image_box p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #63a5a8;
  }

  #wrap .sec_03-2 .image_box2 p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #00823e;
    padding: 10px;
  }



  #wrap .sec_03-2 .image_box div:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 134px);
    transform: rotate(-40deg);
    width: 2px;
    height: 33px;
    background-color: #63a5a8;
  }

  #wrap .sec_03-2 .image_box div p:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 137px);
    transform: rotate(-60deg);
    width: 2px;
    height: 18px;
    background-color: #63a5a8;
  }

  #wrap .sec_03-2 .image_box div p:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -9px;
    right: calc(50% - 133px);
    transform: rotate(60deg);
    width: 2px;
    height: 18px;
    background-color: #63a5a8;
  }

  #wrap .sec_03-2 .image_box div:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: calc(50% - 130px);
    transform: rotate(40deg);
    width: 2px;
    height: 33px;
    background-color: #63a5a8;
  }

  #wrap .sec_03-2 .image_box img {
    width: 242px;
    height: auto;
  }

    #wrap .sec_03-2 .image_box2 img {
    width: 242px;
    height: auto;
  }



  #wrap .sec_02-2 .image_box2 p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #00823e;
    padding: 10px;
  }


  #wrap .sec_02-2 .image_box2 img {
    width: 242px;
    height: auto;
  }



  #wrap .sec_03-2 .txt_box p:first-of-type {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  #wrap .sec_03-2 .right_box p sup {
    font-size: 0.4em;
  }

  #wrap .sec_03-2 .btn_box {
    margin-top: 30px;
  }

  #wrap .sec_03-2 .btn_box a:first-of-type {
    margin-bottom: 22px;
  }

  #wrap .sec_03-2 .btn_box a {
    display: inline-block;
    margin-left: -10px;
  }

  #wrap .sec_03-3 > p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  #wrap .sec_03-3 .sns {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    width: 80%;
    padding: 0;
  }

  /* #wrap .sec_03-3 .sns div {
    margin-right: 0 !important;
    width: 80px;
  } */

  #wrap .btn:hover:after {
    right: -35px;
  }

  #wrap .sec_03-2 .txt_box p.note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  #wrap .sec_03-3 .sns-2 {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    width: 80% !important;
  }

  #wrap .sec_03-3 .sns-2 img {
    width: 82px;
  }

  #wrap .howto_box img {
    margin: 23px 0 30px;
    width: 378px;
  }

  #wrap .btn:after {
    content: "";
    position: absolute;
    top: 51%;
    right: -28px;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background: url(https://s3-ap-northeast-1.amazonaws.com/cnt-org.lumine.jp/contents/design/contents_img/2203_10off_comingsoon/pc/arrow.png)
      no-repeat;
    background-size: contain;
    transition: all 0.2s 0s ease;
  }

  #wrap .sec_03-1 h3:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://s3-ap-northeast-1.amazonaws.com/cnt-org.lumine.jp/contents/design/contents_img/2111_10off_comingsoon/pc/heart_icon.png)
      no-repeat;
    background-size: contain;
    width: 43px;
    height: 37px;
  }

  #wrap .box_btn_search {
    margin: 42px 0 0;
    width: 100%;
  }

  #wrap .search_box {
    margin-top: 0;
  }

  #wrap .sec_03 > .add {
    padding-top: 0;
    background-color: #fefbde;
  }

  #wrap .sec_03-1 .row img {
    margin: 22px 0 60px;
    width: 256px;
    height: auto;
  }


  
/* sec_03-4 */
#wrap .sec_03-5 .txt_box {
  margin: 2vw 0 2vw;
}

.anewloop_box {
  margin: 0 0 3vw;
}

#wrap .anewloop_box img {
  width: 80%;
  height: auto;
}


#wrap .howto_box picture img {
  margin: 3vw 0 3vw;
  width: 20vw;
}

  /*ショッピングマイルラリー//////////////////////////////////////////////////*/

.shopping {
  max-width: 770px;
  margin: 40px auto 0;
  padding: 6px 20px;
  /* background-color: #0096d8; */
  border-radius: 30px;
}

.shopping_inner {
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 0;
}

/* .ttl {
  font-size: 4vw;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-align: center;
  padding: 2% 0 3%;
} */

.shopping_lead {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 30px 0 30px;
  line-height: 2em;
}

.shopping_lead .pink {
  font-weight: bold;
  font-size: 24px;
  color: #d8236c;
}

.mile .unline_yel {
  font-size: 23px;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.mile {
  width: 500px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.7em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 50px;
}

.comment_ttl {
  font-size: 26px;
  font-weight: 600;
  margin-top: 60px;
}

.sanka_wrap {
  width: 94%;
  margin: 0 auto;
}

.sanka_img {
  margin: 20px 0 0;
}

.midashi {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 40px;
}

.comment {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
  margin-top: 20px;
}

#wrap .box_btn_search2 .btn_square {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 47px;
  border-radius: 8px;
  width: 340px;
  height: 59px;
  background-color: #0096d8;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}


#wrap .box_btn_search2 .btn_square a {
  text-decoration: none;
  color: #fff;
}

 .enjoy_ul li p {
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.8em;
  }

    .enjoy_ul li p span{
    font-size: 25px;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.8em;
    background:linear-gradient(transparent 60%, #ff6 60%);
  }



  .enjoy_ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.enjoy_ul li:nth-of-type(1) {
  width: 34%;
  margin-right: 3%;
}


@media (min-width: 768px) {
  .jre_ul li p {
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.8em;
  }

    .jre_ul li p span{
    font-size: 25px;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.8em;
    background:linear-gradient(transparent 60%, #ff6 60%);
  }



  .jre_ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.jre_ul li:nth-of-type(1) {
  width: 34%;
  margin-right: 3%;
}


.lead_1 {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    display: inline;
}

.lead_1::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 38px;
    background-image: url(https://cdn.lumine.jp/contents/prcontents/10off/2025/2509/image/honban/slash_lt.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 7%;
    bottom: 0;
    left: -10%;
}

.lead_1::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 38px;
    background-image: url(https://cdn.lumine.jp/contents/prcontents/10off/2025/2509/image/honban/slash_rt.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
    top: 7%;
    bottom: 0;
    right: -8%;
}

}
