@charset "utf-8";
/* CSS Document */

:root {
 --main: #29abe2;  /* メインカラー */
 --hover: #1373bd; /* ホバーカラー */
}

.red {
  color: #D00003;
  font-weight: bold;
}

.pc {display: block;}
.sp {display: none;}

.p-anchor {
    padding-top: 100px;
    margin-top: -100px;
    z-index: -1;
    display: block;
    position: relative;
}
/*メイン*/

.main-content_coupon {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
 font-family: "heisei-maru-gothic-std", sans-serif!important;
}

div.main_v * {
  box-sizing: border-box;
}
div.main_v img {
  max-width: 100%;
}
.main_v {
  position: relative;
}

.main_v img {
  image-rendering: -webkit-optimize-contrast;
}

/*メイン画像*/

img.main_img {
  border-radius: 10px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
}

/*ナビ*/

.cp_nav {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 10px;
}

.cp_nav ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp_nav ul li {
  display: block;
  width: calc(100% / 3 - 10px);
  padding: 0;
  margin: 0;
  background-color: var(--main);
  box-sizing: border-box;
  padding: 0.5em;
  text-align: center;
  border-radius: 8px;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
  height: 76px;
}
.cp_nav ul li:hover {
  background-color: var(--hover);
  box-sizing: border-box;
}
.cp_nav ul li a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.cp_nav ul li p {
  display: block;
  font-size: 16px;
  margin-left: 0.25em;
}

/*content共通*/

.info {
  background-color: #ffffff;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

.info_block {
  position: relative;
  background-color: #ffffff;
  margin: 10px auto;
  padding: 20px;
  border-radius: 8px;
}

.info_block_g {
  background-color: #f1f1f1;
}

.info_block_cotnet {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.coupon_inner p {
  display: block;
  padding: 10px;
  text-align: center;
}

/*タイトル*/

h2.coupon {
  margin: 0;
  padding: 10px;
  color: var(--main);
  font-size: 24px;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

.info_block h3 {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 10px;
    color: var(--main);
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
	align-items: center;
}

h3.cp_hl {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5rem;
}

h3.cp_hl:before,
h3.cp_hl:after {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--main);
  width: 4px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;

  border-radius: 2px;
}

h3.cp_hl:before {
  transform: rotate(-35deg);
}

h3.cp_hl:after {
  transform: rotate(35deg);
}

.note {
  font-size: 13px;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
.note_1 {
  /*display: block;*/
  line-height: 1.5;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
.note02 {
  width: 100% !important;
  text-align: center !important;
  line-height: 1.4;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

.note_5 {
  font-size: 18px !important;
  background: linear-gradient(transparent 60%, #fbeb15 60%);
  font-weight: bold !important;
  color: #000000 !important;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

.note_6 {
  font-size: 30px !important;
  font-weight: bold !important;
  color: var(--main) !important;
  display: block;
  margin-top: 5px !important;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

.note_7 {
  background-color:  var(--main) !important;
  color: #FFFFFF!important;
  font-size: 18px !important;
  font-weight: bold !important;
  display: inline-block;
  margin-top: 5px !important;
  font-family: "heisei-maru-gothic-std", sans-serif;
padding: 0.5em;
}

.note_8 {
  font-size: 18px !important;
  font-weight: bold !important;
  color: var(--main) !important;
  display: block;
  line-height: 1.4;
  margin-top: 5px !important;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
.highlight {
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  margin: 0 auto;
  text-align: center;
}

.highlight_s {
  font-size: 15px;
  color: #111111;
  margin: 1em;
}

.highlight_l {
  margin: 0.5em;
}

.note a {
  text-decoration: none;
  color: #0029ad;
}

.note_04 {
  display: block;
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
}

.note_05 {
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  color: #CC0003;
 
}

.link_btns {
  display: block;
  width: 90%;
  padding: 0.5em 0.3em 0.3em;
  text-decoration: none;
  color: var(--main);
  border: solid 3px var(--main);
  border-radius: 3px;
  transition: 0.4s;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px auto;
  background-color: #fff;
  box-sizing: border-box;
}
.link_btns span {
  text-align: center;
  font-size: 10px;
}
.link_btns:hover {
  background: var(--main);
  color: white;
  text-decoration: none;
}

.link_btns:a {
  text-decoration: none;
}

/*content1*/

.cp_date {
  width: 100%;
  max-width: 860px;
  margin: 20px auto 30px;
  padding: 20px 0;
  box-sizing: border-box;
}

#block01 {
  background-color: #ffffff;
  width: 100%;
  max-width: 860px;
  padding: 20px;
  box-sizing: border-box;
  margin: 20px auto 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#block02 {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  width: 100%;
  max-width: 860px;
  padding: 20px;
  box-sizing: border-box;
  margin: 20px auto 30px;
  border-radius: 10px;
  border: 3px solid var(--main);
}

.item_list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  flex-wrap: wrap;
  width: 54%;
  padding: 0 0 0 0px;
  box-sizing: border-box;
  line-height: 1.5;
}

.item_list h4 {
width: 100%;
    margin: 0 0 10px;
    padding: 5px 10px;
    color: var(--main);
    font-size: 20px;
    box-sizing: border-box;
    border-left: 10px solid var(--main);
}

.item_list li {
  margin: 0.5em 0;
  padding: 0;
}

.item_img {
  box-sizing: border-box;
  margin: 0 auto 20px;
  width: calc(46% - 40px);
}

.coupon_mk {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  padding: 0;
}

.coupon_mk li {
  font-weight: bold;
  display: block;
  margin: 10px;
  padding: 0.25rem !important;
  box-sizing: border-box;
  border-radius: 5px;
  width: calc(100% / 4 - 20px);
  text-align: center;
}
.coupon_mk_j {
  text-align: center;
  font-size: 12px;
  display: block;
}

.cp_mk_logo {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

h3#p01::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 22px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  margin-right: 10px;
  background-image: url("/PC/ja/asset/img/nw/feature/campaign/cp_icon/tire_img.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/*content1　クーポン部分*/

.coupon_price_wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.coupon_price {
  list-style: none;
  font-size: 20px;
  margin: 10px auto;
  width: calc(50% - 20px);
  padding: 20px;
  box-sizing: border-box;
  border-right: solid 40px var(--main);
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  border: var(--main) solid 3px;
}

.coupon_price dt {
  font-weight: bold;

  display: block;
  padding: 0;
  min-height: 1.5em;
  text-align: left;
  width: 100%;
  line-height: 1.2;
}

.coupon_price dd {
  display: block;

  min-height: 1.5em;
  position: relative;
  font-size: 24px;
  color: #1f1f1f;
  margin: 0 0 0 10px;
}

.coupon_price dd::before,
.coupon_price dd::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.coupon_price dd::before {
  left: 20px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid var(--main);
}

.coupon_price dd::after {
  left: 0;
  width: 24px;
  height: 20px;
  border-left: 30px solid var(--main);
}

.coupon_price_blank {
  border: none;
  display: block;
}

.coupon_price_txt {
  font-weight: bold;
  font-size: 24px;
}

.price_txt_s {
  font-size: 16px;
}
.coupon_price_content {
  color: var(--main);
  font-weight: bold;
  font-size: 50px;
  display: inline-block;
  margin-left: 50px;
}

.price_01 {
  font-size: 28px;
}
.price_02 {
  font-size: 36px;
}

.coupon.products_btn {
  text-align: center;
  margin-bottom: 20px;
}

/*content2　クーポン注意文*/
.cp_note {
  background: #ffffff;
  margin: 2em auto 0;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  box-sizing: border-box;
  border: #dbdbdb solid 2px;
}

/*content3*/

.web_icon_b:before {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202510_cp/web_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
  margin-top: 0.15rem;
  vertical-align: top;
}
.shop_icon_b:before {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202510_cp/shop_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
  margin-top: 0.15rem;
  vertical-align: top;
}
.web_icon_w:before {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/web_icon_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
  margin-top: 0.15rem;
  vertical-align: top;
}
.shop_icon_w:before {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/shop_icon_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
  margin-top: 0.15rem;
  vertical-align: top;
}

#block04,
#block05 {
  background-color: #fffbdd;
  width: 100%;
  max-width: 860px;
  padding: 10px 20px 20px;
  box-sizing: border-box;
  margin: 20px auto 35px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.select_btn_wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 25px auto;
}
.select_btn,
a.select_btn,
button.select_btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: 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;

  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 0 20px;
}

a.select_btn--circle {
  width: 270px;
  height: 120px;
  padding: 10px 0 0;
  color: var(--main);
  background: #fffbdd;
  border: 3px solid var(--main);
}

a.select_btn--circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -webkit-box-shadow: 0 3px 0 var(--main);
  box-shadow: 0 3px 0 var(--main);
}

.howto_inner {
  padding: 10px 20px 20px;
}

.howto_inner img {
  width: 100%;
  margin: 20px 0;
  border-radius: 10px;
}

.howto_coupon_txt {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin: 0;
}

.howto_coupon_txt span{ 
  background: linear-gradient(transparent 75%, #fff799 75%);
}

.howto_txt {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  display: block;
  width: 100%;
}

.howto_point {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: var(--main);
  border: var(--main) solid 2px;
  background-color: #fff;
  border-radius: 100vh;
  font-feature-settings: "palt";
  margin: 0.5em auto;
}

.howto_web_info {
  text-align: center;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 0 0 2em;
  line-height: 1.4;
}

.detail {
  list-style-type: disc;
  font-size: 14px;
  padding: 1em;
  padding: 0 0 0 1.5em;
}

.detail li {
	margin-bottom: 0.5em;
}

.howto_point span {
  font-size: 0.8rem;
  font-weight: bold;
}

.shop_app {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #000;
  background: #fff100;
  border-radius: 10px;
  text-align: center;
}

.shop_app img {
  margin: 0.5em 0 0;
}

.shop_app_link {
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 3px 5px;
}

.shop_app_qr {
  max-width: 450px;
  margin: 0;
  padding: 10px;
}

.shop_app_demo {
  max-width: 450px;
  margin: 0 auto;
}

.coupon_price_info {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  font-weight: bold;
}

/* キャンペーン終了 */

.close_contet {
  position: relative;
}

.close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #646464, transparent);
  z-index: 20;
}

.close .text {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 100%;
  transform: translate(-50%, 0);
  color: rgba(250, 250, 250, 1);
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 4px 3px rgb(61 70 70);
  padding: 1em;
}

.close .text span {
  font-size: 18px;
}

.web_howto {
  font-size: 24px;
  background-color: var(--main);
  margin: 0 auto !important;
  color: #ffffff !important;
  box-sizing: border-box;
  border-radius: 9999px !important;
  width: 92% !important;
}

.cp-icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/cp_icon.svg);
  background-size: contain;

  margin-bottom: 0.25em;
  background-repeat: no-repeat;
}
.coupon-icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/coupon_icon.svg);
  background-size: contain;

  margin-bottom: 0.25em;
  background-repeat: no-repeat;
}
.note-icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/note_icon.svg);
  background-size: contain;

  margin-bottom: 0.25em;
  background-repeat: no-repeat;
}

.arrow {
  content: ""; /*何も入れない*/
  display: block;
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/arrow_icon.svg);
  background-size: contain;

  margin: -10px auto 0;
  position: absolute;
  right: 45%;
  bottom: 0;
}
.arrow_r {
  content: ""; /*何も入れない*/
  display: block;
  width: 28px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202510_cp/arrow_icon.svg);
  background-size: contain;

  margin: 0 auto;
  background-repeat: no-repeat;
}
.info-title {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.info-title h2 {
  display: block;
}

.info-title span {
  display: block;
}

.cp-icon_r {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202510_cp/cp_icon.svg);
  background-size: contain;
  margin-top: 6px;
  background-repeat: no-repeat;
}
.coupon-icon_r {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202510_cp/coupon_icon.svg);
  background-size: contain;

  margin-bottom: -0.5em;
  background-repeat: no-repeat;
}
.note-icon_r {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202510_cp/note_icon.svg);
  background-size: contain;

  margin-bottom: 0.5em;
  background-repeat: no-repeat;
}

.cp_mk_img {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: 0 auto;
}

.plus_icon {
  width: 80px;
  display: block;
  margin: 40px auto !important;
}
.tenpo_service {
  display: block;
  width: calc(50% - 20px);
  padding: 0;
}

.store_link {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
	margin: 10px auto 0;
	max-width: 500px;
}	

.store_link a {
    display: block;
    width: 50%;
}

.store_link a img {
    width: 100%;
}

@media screen and (max-width: 853px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }

  .coupon_mk li {
    font-weight: bold;
    display: block;
    margin: 5px;
    padding: 0.25rem !important;
    box-sizing: border-box;
    border-radius: 5px;
    width: calc(100% / 3 - 10px);
    text-align: center;
  }

  .note_1 {
    font-size: 14px;
    line-height: 1.5;
  }
  .coupon_price {
    padding: 10px;
  }
  .highlight {
    font-size: 16px;
  }

  .highlight > .note_1 {
    font-size: 16px;
    display: inline-block;
  }
  .coupon_price_content {
    font-size: 44px;
  }
  .price_02 {
    font-size: 30px;
  }
  .coupon_price dd {
    margin: 0;
  }
  .coupon_price {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .coupon_price {
    width: 100%;
    margin: 10px auto;
  }
	
  .coupon_price_blank{display: none}
	
  .cp_nav ul li {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    background-color: var(--main);
    box-sizing: border-box;
    padding: 0.5em;
    text-align: center;
    border-radius: 8px;
    font-size: 1.3em;
    font-weight: bold;
    position: relative;
    height: 76px;
  }
	
  .close .text {
    font-size: 24px;
  }
	
  .info_block {
    position: relative;
    margin: 0 auto;
    padding: 20px;
	border-radius: 0;
  }
	
a.select_btn--circle {
    width: calc(50% - 20px);
    height: auto;
    padding: 10px 0 0;
    color: var(--main);
    background: #fffbdd;
    border: 3px solid var(--main);
    box-sizing: border-box;
    margin: 0 10px;
}
}

@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
  #block01 {
    padding: 20px 6px;
  }
	
  #block02 {
    display: flex;
    flex-direction: column;
	padding: 6px;
  }	
	
.item_list {
	width: 100%;
  }	
	
.item_img {
	width: 90%;
  }	
	
  .info {
    padding: 0;
  }

  h3.cp_hl {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.6rem;
  }

	.coupon_inner p {
    display: block;
    padding: 10px;
}
	
  .highlight {	
    font-weight: bold;
    font-size: 16px;
    color: #111111;
  }
	
  .highlight > .note_1 {
    font-size: 14px;
    display: inline-block;
  }
	
  .howto_point {
    font-weight: 700;
    position: relative;
    padding: 1rem 0.5rem;
    text-align: center;

    text-decoration: none;
    letter-spacing: 0.1em;
    color: var(--main);
    border: var(--main) solid 2px;
    background-color: #fff;
    border-radius: 20px;
    font-feature-settings: "palt";
  }

  .coupon_mk li {
    width: calc(100% / 2 - 10px);
  }
  .cp_note {
    background: #ffffff;
    margin: 10px auto;
    width: 96%;
    padding: 14px;
    border-radius: 10px;
    box-sizing: border-box;
    border: #dbdbdb solid 2px;
  }
  #block04,
  #block05 {
    background-color: #fffbdd;
    width: 100%;
    padding: 10px 0 20px;
    box-sizing: border-box;
    margin: 20px auto 35px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
.howto_inner {
    padding: 10px;
}
.tenpo_service {
    display: block;
    width: 100%;
	max-width: 400px;
    padding: 0;
	display: block;
	margin: 0 auto;
}
}

@media screen and (max-width: 480px) {
a.select_btn--circle {
    width:100%;
    height: auto;
    margin: 0 0 20px 0;
}
	}
