@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
  margin-bottom: 0;
}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

video {
  width: 100%;
}

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

a {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

:root {
  --color-blue01: #D6F1FD;
  --color-blue02: #75CFF8;
  --color-green01: #E8F7ED;
  --color-green02: #8DD5A4;
  --color-orange02: #F9CB80;
  --color-gray01: #F0F0F0;
  --color-pink01: #FED3D6;
}

.menu_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 83px;
}

.contents_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  column-gap: 1%;
  margin-bottom: 59px;
}

.contents_flex_right {
  width: calc(99% - 500px);
}

@media (max-width: 1200px) {
  .contents_flex_right {
    width: calc(99% - 350px);
  }
}

.contents_flex_right_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 43px;
}

.contents_flex_right_flex li {
  width: calc(100%/3);
}

/* .contents_flex_right_flex li {
  display: none;
}

.contents_flex_right_flex li:nth-child(-n+6) {
  display: block;
}

} */

/* .contents_flex_right_flex.expanded li {
  display: block;
} */

.contents_flex_left {
  width: 500px;
}

@media (max-width: 1200px) {
  .contents_flex_left {
    width: 350px;
  }
}

.list__item.is-hide {
  display: none;
}

.list__item {
  position: relative;
  border: 1.5px solid #B6B7B7;
  margin-left: -1px;
  margin-top: -1px;
}

.menu-list__item-name {
  position: absolute;
  bottom: 0%;
  background-color: rgb(255, 255, 255, 0.6);
  font-size: 16px;
  padding: 9px 12px 8px;
  line-height: 1;
}

@media (max-width: 1250px) {
  .menu-list__item-name {
    font-size: 1.1vw;
    padding: 7px 8px 5px;
  }
}

/* モーダル（矢印遷移付き）ここから */
.shop-lists {
  display: flex;
  flex-wrap: wrap;
}

.shop-lists li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.js-modal-open {
  cursor: pointer;
}

/* 後で復帰  */
.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #7B7B7C;
  z-index: 1000;
}

.modal-wrapper .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto;
}

.modal-wrapper .modal-content-wrapper {
  position: absolute;
  max-width: 1000px;
  width: 76%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-wrapper .modal-content-wrapper .modal-main {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 30vh; */
}

.modal-wrapper .modal-content-wrapper .modal-main .img-box {
  max-width: 580px;
  width: 100%;
  text-align: center;
}

.modal-wrapper .modal-content-wrapper .modal-main .txt-box {
  max-width: 435px;
  width: 100%;
  padding: 0px 35px 0 0;
}

.modal-content {
  display: none;
}

.modal-wrapper .btn-close {
  position: absolute;
  right: -10px;
  top: 0%;
  z-index: 20;
  transform: translateX(100%);
  cursor: pointer;
  width: 7%;
}

.modal-wrapper .btn-prev {
  position: absolute;
  left: -7%;
  top: 50%;
  z-index: 20;
  cursor: pointer;
  z-index: 100;
  width: 5%;
}

.modal-wrapper .btn-next {
  position: absolute;
  right: -7%;
  top: 50%;
  z-index: 20;
  cursor: pointer;
  z-index: 100;
  width: 5%;
}

.modal-wrapper .txt-close {
  font-size: 16px;
  letter-spacing: 1.76px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 30px;
}

.modal-wrapper_box {
  position: relative;
}

/* モーダル（矢印遷移付き）ここまで */


.filter-items {
  margin: 40px 0% 0 30%;
}

@media (max-width: 1200px) {
  .filter-items {
    margin: 27px 0% 0 27px;
  }

}

.menu-filter-label {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .menu-filter-label {
    font-size: 14px;
  }

}

/*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/

.floating-menu {
  position: fixed;
  bottom: 0%;
  left: 0%;
  z-index: 100;
}

.floating-bunner-js {
  transition: 0.5s;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*========= スクロール途中でヘッダーが表示＆非表示するためのCSSここまで ===============*/

.content-inner {
  max-width: 1040px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.campaign-box {
  background-color: white;
  border-radius: 20px;
  box-shadow: 3px 3px 8px rgba(101, 101, 101, 0.7);
  padding: 2% 3%;
  position: relative;
  margin-bottom: 60px;
}

.campaign-title {
  color: white;
  background-color: var(--color-blue02);
  text-align: center;
  padding: 18px 0;
  position: relative;
  margin-bottom: 30px;
}

.campaign-title.green {
  background-color: var(--color-green02);
}

.campaign-title p {
  font-size: 35px;
  font-weight: 550;
  line-height: 1;
  letter-spacing: .1em;
  border-left: 1px solid white;
  border-right: 1px solid white;
  display: inline-block;
  padding: 0 41px;
}

.campaign-title p span {
  font-size: 80%;
  top: -2px;
  position: relative;
}

.campaign-lead {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 40px;
}

.ampaign-title_deco {
  width: 74px;
  margin-bottom: 30px;
}

.campaign-lead .sub {
  font-size: 20px;
  font-weight: 550;
  letter-spacing: .1em;
}

@media (max-width: 1000px) {
  .campaign-lead .sub {
    font-size: 1.7vw;
  }
}

.campaign-lead h4 {
  font-size: 43px;
  font-weight: 550;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  margin-bottom: 17px;
}

@media (max-width: 1000px) {
  .campaign-lead h4 {
    font-size: 4vw;
  }
}

.campaign-lead .conditions {
  background-color: #000000;
  color: white;
  font-size: 15px;
  padding: 3px 10px;
  display: inline-block;
}

.pay-bunner {
  width: 40%;
  margin-bottom: 30px;
}

.payment-box {
  text-align: center;
}

.payment-box_lead {
  font-size: 18px;
  letter-spacing: .07em;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  .payment-box_lead {
    font-size: 14px;
  }
}

.payment-box_lead.campaign02 {
  margin-bottom: 0px;
}

.payment-detail_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  column-gap: 1.5%;
  font-size: 16px;
  letter-spacing: .07em;
  margin-bottom: 5px;
}

@media (max-width: 1000px) {
  .payment-detail_flex {
    font-size: 14px;
  }
}

.payment-detail_flex.campaign02 {
  column-gap: 1%;
  margin-bottom: 27px;
}

.payment-detail_flex_left {
  width: 61.5%;
}

.payment-detail_flex_right {
  width: 37%;
}

.payment-detail_title {
  background-color: var(--color-blue01);
}

.payment-detail_title.campaign02 {
  background-color: var(--color-green01);
  font-size: 16px;
}

.payment-detail_text {
  background-color: var(--color-gray01);
}

p.payment-detail_text.campaign02 {
  font-size: 20px;
}

@media (max-width: 1000px) {
  p.payment-detail_text.campaign02 {
    font-size: 15px;
  }
}

.payment-detail_flex li p {
  padding: 10px 0;
}

.payment-detail_caution {
  text-align: right;
  font-size: 13px;
  margin-bottom: 50px;
}

.ribbon1 {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: var(--color-blue02);
  color: #FFF;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 23px;
  width: 88%;
}

@media (max-width: 1000px) {
  .ribbon1 {
    font-size: 1.4vw;
  }
}

.ribbon1.ribbon2 {
  background: var(--color-green02);
}

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

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


.campaign-store_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 3%;
}

.campaign-store_list2 {
  grid-template-columns: repeat(2, 1fr);
}

.campaign-store_list li {
  list-style: none;
  position: relative;
}

.campaign-store_list li:not(:first-child) {
  border-collapse: separate;
  border-left: 1px dashed #0f0f0f;
  padding-left: 20px;
}

.campaign-store_list li p {
  font-size: 15px;
  letter-spacing: .07em;
  line-height: 1.2;
  margin-bottom: 18px;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 1000px) {
  .campaign-store_list li p {
    font-size: 13px;
  }
}

.campaign-store_list .floor {
  background-color: var(--color-gray01);
  text-align: center;
  font-size: 16px;
  padding: 3px 0;
  border-radius: 41px;
  margin-bottom: 18px;
}

p.campaign-store_title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  display: block;
  background-color: var(--color-blue01);
  padding: 10px 0;
}

p.campaign-store_title.green {
  background-color: var(--color-green01);
}

.campaign-store_list li span {
  color: var(--color-blue02);
  margin-right: 5px;
}

.campaign-store_list.campaign-store_list2 li span {
  color: var(--color-green02);
}

.campaign-contents_BG {
  background-color: var(--color-pink01);
  padding-bottom: 95px;
  overflow: hidden;
}

.first-come_badge {
  position: absolute;
  width: 15%;
  top: -1.4%;
  left: 6%;
  z-index: 1;
}

@media (max-width: 1000px) {
  .first-come_badge {
    top: -1.2%;
  }
}

.first-come_badge.badge2 {
  top: -1.3%;
}

@media (max-width: 1000px) {
  .first-come_badge.badge2 {
    top: -1.1%;
  }
}


.coupon_500 {
  position: absolute;
  width: 20%;
  top: 2%;
  right: 5%;
  z-index: 1;
}

.sma-ring {
  width: 19%;
  top: 1%;
  right: 1%;
}

.campaign02_circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-green02);
  position: relative;
  margin-bottom: 41px;
}

.plus {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 31px;
  color: white;
  font-weight: 300;
}

.campaign02-flow {
  text-align: center;
}

.campaign02_list {
  width: calc(100% / 3);
}

.MPS_icon {
  width: 73px;
  margin-right: 14px;
}

.MPS_Apply {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  text-align: left;
  align-items: center;
  justify-content: center
}


.MPS_Apply_caution {
  font-size: 13px;
  text-align: right;
  margin-bottom: 30px;
}

.POP_visual01 {
  width: 89%;
  position: absolute;
  bottom: 0%;
  right: -12%;
}

.POP_visual02 {
  width: 66%;
  position: absolute;
  bottom: 0%;
  left: 26%;
}


.and-more_button {
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  border: 1px solid #707070;
  display: inline-block;
  padding: 10px 48px;
  border-radius: 30px;
  margin-bottom: 90px;
}

.and-more_button.close_button {
  background-color: rgb(197, 197, 197);
  color: #fff;
}


.and-more_button_wrap {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  justify-content: center;
}

/* ラジオボタンの枠線をカスタマイズ */
.filter-items-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

/* ラジオボタンがチェックされていない場合の中央の丸をカスタマイズ */
.filter-items-radio::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #DBDBDB;
  border-radius: 50%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* ラジオボタンが選択されたときの中央の丸をカスタマイズ */
.filter-items-radio:checked::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color-blue02);
  border-radius: 50%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

#NEW02 .filter-items-radio:checked::before {
  background-color: var(--color-green02);
}

#NEW03 .filter-items-radio:checked::before {
  background-color: var(--color-orange02);
}


/* Chromeでのフォーカス時のアウトラインの色を変更 */
.filter-items-radio:focus {
  outline: 1px solid #DBDBDB;
}

*:focus {
  outline: none !important;
}

.radio-container {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.filter-items-radio,
.menu-filter-label {
  margin-bottom: 0;
}



input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}

.filter-items-radio {
  margin-right: 6px !important;
}

.accordion-toggle {
  display: none;
}

.cp_bunner_wrap.hidden {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


.cp_bunner_wrap {
  position: fixed;
  z-index: 105;
  width: 162px;
  bottom: 9%;
  right: 1%;
  background: #FDF5F7;
  padding: 10px 20px;
  border-radius: 15px;
  padding: 41px 17px 32px;
  box-shadow: 5px 5px #b0b0b0;
}

.close-btn {
  position: absolute;
  width: 17px;
  top: 11%;
  right: 6%;
  z-index: 1;
}

.close-btn.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

div#pageTop img {
  width: auto;
  height: 100%;
}

section.area_1 {
  padding-bottom: 10px;
}

.campaign_intro {
  position: relative;
  display: block;
  margin: 0 auto 70px;
  width: 90%;
}

.campaign_KV {
  padding-bottom: 25px;
}

.campaign_menu_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  position: relative;
}

.campaign_or {
  position: absolute;
  width: 4%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.campaign_sub {
  position: absolute;
  width: 23%;
  bottom: -11%;
  right: -4%;
}

.campaign_intro_BG {
  background-image: url(../image/campaign_wave_BG_PC.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 77px;
}

.sakura_01_01 {
  position: absolute;
  width: 12%;
  left: -22%;
  top: 8%;
}

.sakura_01_02 {
  position: absolute;
  width: 12%;
  right: -22%;
  top: 8%;
}

.sakura_02_01 {
  position: absolute;
  width: 9.5%;
  left: -15%;
  top: -11%;
}

.sakura_02_02 {
  position: absolute;
  width: 9.5%;
  right: -15%;
  top: -11%;
}

.sakura_02_03 {
  position: absolute;
  width: 50%;
  bottom: -8%;
  left: 28%;
}

.accordion-toggle_wrap {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  justify-content: center;
}

.is-hide-reset {
  display: none;
}

.is-show-all .list__item {
  display: list-item;
}

/* .list__item.is-hide-reset {
  display: none;
} */

#andmore01.hide {
  display: none;
}

#andmore02.hide {
  display: none;
}

#andmore03.hide {
  display: none;
}



.PC-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .PC-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/* スマホサイズ（width768px） 調整 */
@media (max-width: 768px) {

  .contents_flex_left,
  .contents_flex_right {
    width: 100%;
  }

  .campaign-store_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0%;
    padding: 20px 0% 5px;
  }

  .contents_flex {
    flex-direction: column;
  }

  .floating-menu {
    display: grid !important;
    grid-template-columns: 80% 20%;
    width: 100%;
    height: 16vw;
  }

  .floating-menu a {
    height: 100%;
    width: auto;
  }

  .menu_ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
  }

  .menu_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #pageTop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  div#pageTop img {
    width: 50%;
  }

  .menu_list01 {
    background-color: var(--color-blue02);
  }

  .menu_list02 {
    background-color: var(--color-green02);
  }

  .menu_list03 {
    background-color: var(--color-orange02);
  }

  .menu-list__item-name {
    font-size: 3.3vw;
    padding: 9px 12px 5px;
    line-height: 1;
    width: 100%;
    text-align: center;
  }

  .list__item {
    position: relative;
    border: 1px solid #d9d9d9;
    margin-left: 0px;
    margin-top: 0px;
  }

  .cp_bunner_wrap {
    width: 180px;
    bottom: 21vw;
    right: -1%;
    border-radius: 8px;
    padding: 16px 12px;
    box-shadow: 3px 3px #b0b0b0;
  }

  .close-btn {
    width: 11px;
    top: 8%;
    right: 10%;
  }

  h1 {
    margin-bottom: 30px;
  }

  .filter-items {
    margin: 16px 0% 22px 10px;
  }

  .menu-filter-label {
    font-size: 3.3vw;
    font-weight: 400;
    font-feature-settings: "palt";
  }

  .radio-container {
    margin-bottom: 10px;
  }

  .filter-items {
    display: -webkit-box;
    display: -ms-flex box;
    display: flex;
  }

  .radio-container_flex {
    width: 50%;
  }

  .and-more_button {
    font-size: 3.7vw;
    padding: 8px 34px;
    margin-bottom: 13px;
  }

  .contents_flex_right_flex li {
    width: 50%;
  }

  .modal-wrapper .modal-content-wrapper {
    width: 94%;
    position: static;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    display: block;
    margin: 48px auto 0;
    padding-bottom: 30px;
  }

  .modal-wrapper .btn-prev {
    left: -1%;
    top: 40%;
    width: 37px;
  }

  .modal-wrapper .btn-next {
    right: -1%;
    top: 40%;
    width: 37px;
  }

  .modal-wrapper .btn-close {
    right: 48px;
    top: -39px;
    width: 40px;
  }

  .campaign_intro_BG {
    padding-top: 0px;
    background-image: url(../image/campaign_wave_BG_sp.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }

  .campaign_menu_flex {
    flex-direction: column;
  }


  .campaign_KV {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .campaign_or {
    width: 9%;
  }

  .campaign_sub {
    width: 56%;
    bottom: -11%;
    right: inherit;
    left: 23%;
  }

  .campaign_intro {
    margin: 0 auto 50px;
    width: 94%;
  }

  .campaign-title p {
    font-size: 4.6vw;
    padding: 0 11px 0px;
  }

  .campaign-title {
    padding: 4px 0;
    margin-bottom: 12px;
  }

  .first-come_badge {
    width: 19vw;
    top: -2.3vw;
    left: 5%;
  }

  .first-come_badge.badge2 {
    top: -2.3vw;
  }

  .ampaign-title_deco {
    width: 15%;
    margin-bottom: 4px;
  }

  .campaign-lead .sub {
    font-size: 3.0vw;
    font-feature-settings: "palt";
  }

  .campaign-lead h4 {
    font-size: 6.0vw;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    margin-bottom: 12px;
  }

  .campaign-lead .conditions {
    font-size: 2.8vw;
  }

  .coupon_500 {
    position: static;
  }

  .coupon_500 {
    position: static;
    width: 47%;
    display: block;
    margin: 11px auto;
  }

  .campaign-lead {
    padding-bottom: 5px;
    margin-bottom: 18px;
  }

  .pay-bunner {
    width: 87%;
    margin-bottom: 18px;
  }

  .payment-box_lead {
    font-size: 3.5vw;
    letter-spacing: .07em;
    line-height: 1.7;
    text-align: left;
    width: 95%;
    margin: 0 auto 11px;
    font-feature-settings: "palt";
  }

  .payment-detail_flex {
    font-size: 3.2vw;
    flex-direction: column;
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }

  .payment-detail_flex_left,
  .payment-detail_flex_right {
    width: 100%;
  }

  .payment-detail_flex li p {
    padding: 7px 0;
  }

  .payment-detail_flex_left {
    margin-bottom: 11px;
  }

  .payment-detail_flex_right {
    margin-bottom: 5px;
  }

  .payment-detail_caution {
    font-size: 2.7vw;
    margin-bottom: 15px;
    margin-top: -6px;
  }

  p.campaign-store_title {
    font-size: 3.2vw;
    padding: 7px 0;
    margin-bottom: 1px;
  }


  .campaign02_list {
    width: 100%;
    margin-bottom: 12px;
  }

  .MPS_Apply_caution {
    font-size: 2.7vw;
    margin-bottom: 13px;
    margin-top: 4px;
  }

  .payment-detail_flex.campaign02 {
    column-gap: 1%;
    margin-bottom: 17px;
  }

  .campaign02_circle {
    margin-bottom: 11px;
  }

  .campaign-store_list .floor {
    font-size: 3.2vw;
  }

  .campaign-store_list li p {
    font-size: 3.5vw;
    padding-left: 1em;
    text-indent: -1em;
  }

  .campaign-store_list li {
    width: 100%;
  }

  .ribbon1 {
    position: relative;
    height: 8vw;
    line-height: 40px;
    text-align: center;
    padding: 0 0px;
    font-size: 3.5vw;
    margin: 0 auto 12px;
    width: 100%;
    line-height: 2.5;
  }

  .ribbon1:before {
    top: 0;
    left: 0;
    border-width: 4vw 0px 4vw 3vw;
  }

  .ribbon1:after {
    top: 0;
    right: 0;
    border-width: 4vw 3vw 4vw 0vw;
  }

  .sakura_02_03 {
    position: absolute;
    width: 69%;
    bottom: -2.5%;
    left: 16%;
  }

  .campaign-contents_BG {
    padding-bottom: 33px;
  }

  .campaign-box {
    margin-bottom: 30px;
    padding: 3vw 3%;
  }

  .sakura_02_01 {
    width: 18%;
    left: -12%;
    top: -13%;
  }

  .sakura_02_02 {
    width: 18%;
    right: -12%;
    top: -13%;
  }

  .campaign02_list {
    display: grid;
    grid-template-rows: auto auto;
    /* 2行に設定 */
    grid-template-columns: auto 1fr;
    /* 列は自動と残りのスペースを占める1つの列に設定 */
    gap: 0px;
    /* セル間の余白を設定 */
    align-items: center;
    /* 垂直方向の中央揃えを行う */
  }

  .campaign02_list img {
    grid-row: 2;
    /* 2行目に配置 */
    grid-column: 1 / -1;
    /* 1列目から最終列までを占めるように設定 */
  }

  .payment-detail_title.campaign02 {
    height: 9vw;
    line-height: 1;
    padding-top: 2.8vw;
    font-size: 3.8vw;
    padding: 0 4vw;
    padding-top: 3vw;
    position: relative;
  }

  p.payment-detail_text.campaign02 {
    font-size: 4vw;
    position: relative;
    height: 9vw;
  }

  /* 先端部分 */
  .payment-detail_title.campaign02::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    border-width: 4.5vw 13px;
    border-style: solid;
    z-index: 10;
  }

  .payment-detail_title::after {
    border-color: transparent transparent transparent var(--color-green01);
  }

  .POP_visual02 {
    width: 91%;
    position: absolute;
    bottom: 0%;
    left: 6%;
  }

  .campaign-store_list li {
    width: 97%;
  }

  .campaign-store_list li:not(:first-child) {
    width: 100%;
    padding-left: 4%;
  }

  .POP_visual01 {
    width: 91%;
    position: absolute;
    bottom: 11%;
    right: 0%;
  }
}


@media screen and (max-width: 400px) {
  .floating-menu {
    display: grid !important;
    grid-template-columns: 80% 20%;
    width: 100%;
    height: 63px;
  }

  .cp_bunner_wrap {
    width: 120px;
    bottom: 76px;
    right: -2%;
    border-radius: 8px;
    padding: 24px 12px 18px;
    box-shadow: 3px 3px #b0b0b0;
  }
}