@charset "UTF-8";
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
/*--------------------------------------
	全体
---------------------------------------*/
.l_mainArea {
  /* background: url(../img/titlebg_chance.png) repeat; */
  background-color: #edc300;
}
.detailArea {
  padding: 60px 0 0;
}
section.top .detailArea {
  padding: 0 0 40px;
}
.inner {
  margin: 0 auto;
  max-width: 1400px;
  /*position: relative;*/
  /*width: calc(100% - 100px);*/
  /*padding-bottom: 60px;*/
}
/*font*/
h1 {
  font-size: 32px;
  text-align: center;
}
/*h2{
	font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}*/
h3 {
  font-size: 24px !important;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 0;
  padding-left: 1em;
}
/*span{
	font-size: 14px;
}*/
span.red {
  color: #E60012;
  font-size: 100%;
  font-weight: normal;
}
span.yellow {
  color: #ff9c00;
  font-size: 100%;
  font-weight: normal;
}
span.bold {
  font-weight: 900 !important;
  font-size: 100%;
}
span.large {
  font-size: 110% !important;
}
span.large2 {
  font-size: 140% !important;
}
.large120 {
  font-size: 120% !important;
}
.large140 {
  font-size: 140% !important;
}
.large160 {
  font-size: 160% !important;
}
.small {
  font-size: 95% !important;
}
span.small2 {
  font-size: 80%;
}
span.inlineB {
  display: inline-block;
  white-space: nowrap;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
p.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}
.mt20 {
  margin-top: 20px !important;
  font-size: 1.8rem;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mainTitle p {
  color: #000;
}
.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}
.copy {
  font-size: 130%;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
.about {
  border: solid 5px #ececec;
  padding: 40px;
  width: 70%;
  margin: 0 auto 50px;
}
.about .copy {
  margin-bottom: 0;
  font-size: 20px;
}
.btn {
    margin: 0 auto;
    text-align: center;
  border: 5px solid #000;
    border-radius: 10px;
    padding: 15px;
    background-color: #E60012;
    color: #fff;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
}
.btn a {
    color: #fff;
}

.btn a:hover {
  opacity: 0.5;
}
section.top {
  font-size: 1.8rem;
}
section.top.yellow {
  background-image: inherit;
  padding-bottom: 0;
  padding-top: 60px;
}
section.top.red {
  background-image: inherit;
  padding-bottom: 320px;
}
.tempBtn.dl_btn {
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
}
.center {
  text-align: center;
}
.tempBtn.dl_btn a {
  background-color: #e40011;
  box-shadow: 0px 5px 0px #b70d1d;
  color: #fff;
  font-size: 140%;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: nowrap;
  padding-right: 45px;
}
.tempBtn.dl_btn a.blue {
  background-color: #3da7e4;
  box-shadow: 0px 5px 0px #0f6dcc;
}
li.none {
  display: block;
}
.tempBtn.dl_btn a:after {
  background-image: none;
}
.tempBtn.dl_btn .dl_btn_img {
  max-width: 90px;
  height: auto;
}
.img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px;
}
.sp_br, .sp_br2 {
  display: none;
}
.pc736 {
  display: block;
}
.sp736 {
  display: none;
}
.wrapper {
  overflow: hidden;
}
#MV {
  position: relative;
  height: auto;
}
#MV .mv_box1 {
  max-width: 100%;
  position: relative;
  height: auto;
}
#MV .mv_box1 img {
  max-width: 100%;
  display: block;
}

.logo_top {
  position: relative;
  top: 0%;
  left: 48%;
  transform: translateX(-50%);
  height: auto;
  width: 65%;
  margin-top: 5%;
}
@media screen and (max-width: 960px) {
  .bg_img {
    margin-top: 20%;
  }
  .logo_top {
    width: 100%;
  }
}
#MV .mv_box2 {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: -30px;
  justify-content: space-between;
  width: 140%;
}
#MV .mv_box3 img.img_yellow {
  /* position: absolute;
	top: 920px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
  display: none;
}
#MV .mv_box4 {
  width: 100%;
}
#MV .mv_box5 {
  width: 100%;
  /*max-width: 1400px;*/
}
#MV .mv_box5 img {
  max-width: 100%;
  height: auto;
}
#MV img.img_mv05 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 0;
  height: auto;
}
#MV img.img_mv06 {
  width: 100%;
  max-width: 1015px;
  margin: 30px auto 60px;
  padding-bottom: 0;
  height: auto;
}
#MV #lottie {
  max-width: 1400px;
}
#particles-js {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  max-height: 700px;
}
.moraeru {
  position: relative;
  width: 100%;
  max-width: 300px;
  z-index: 1;
  margin: 0 auto;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 遅延時間*/
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}
.delay-time08 {
  animation-delay: 0.8s;
}
.delay-time10 {
  animation-delay: 1.0s;
}
.delay-time12 {
  animation-delay: 1.2s;
}
.delay-time14 {
  animation-delay: 1.4s;
}
section.top {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@keyframes slidebg {
  0%, 100% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
}
section.top.yellow {
  padding-bottom: 320px;
  /* background: linear-gradient(-45deg, #ffef00, #fff75a, #ef9c00);
	background-size: 100% 200%;
	animation: slidebg 3s ease infinite; */
}
section.top.red {
  /* background: linear-gradient(-45deg, #d61419, #d61419, #dc704c);
	background-size: 100% 200%;
	animation: slidebg 3s ease infinite;
	width: 100vw;
    margin: 0 calc(50% - 50vw); */
  padding: 0;
}
section.top.yellow {
  background-image: linear-gradient(135deg, #f9ec1d 25%, #fff347 25%, #fff347 50%, #f9ec1d 50%, #f9ec1d 75%, #fff347 75%);
  background-size: 150px 150px;
  animation: slideStripes 5s linear infinite;
}
section.top.red {
  background-image: linear-gradient(135deg, #e1291b 25%, #e93225 25%, #e93225 50%, #e1291b 50%, #e1291b 75%, #e93225 75%);
  background-size: 150px 150px;
  animation: slideStripes2 5s linear infinite;
}
@keyframes slideStripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 150px 150px;
  }
}
@keyframes slideStripes2 {
  from {
    background-position: 5px 5px;
  }
  to {
    background-position: 155px 155px;
  }
}
section.detail {
  background-color: #fff;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
/*--------------------------------------
	WWチャンス
---------------------------------------*/
.mainTitle {
  background: none !important;
  margin: 260px auto 0;
  padding-bottom: 175px;
}
.chance_ttl {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.chance_ttl img, .chance_txt img {
  width: 100%;
  max-width: 800px;
}
.chance_txt {
  padding: 30px 0 10px;
  position: relative;
  background-color: #fff;
}
.chance_box {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  /* max-width: 800px; */
  border: 5px #3da7e4 solid;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 20px;
  margin: 30px auto 60px;
  /* box-shadow: 4px 4px #ccc; */
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
}
.chance_bg {
  position: relative;
}
.chance_gizagiza_l, .chance_gizagiza_r {
  position: absolute;
  z-index: 1;
}
.chance_gizagiza_l {
  top: 10%;
  left: 0;
}
.chance_gizagiza_r {
  top: 50%;
  right: 0;
}
.chance_gizagiza_l img, .chance_gizagiza_r img {
  width: 40%;
}
.chargeAmount th {
  background-color: #fff !important;
  width: 30%;
  text-align: left;
}
.chargeAmount td {
  width: 70%;
  font-size: 18px;
}
.chargeAmount td p.indent-1 {
  margin-bottom: 15px;
}
.chargeAmount a {
  text-decoration: underline;
  font-weight: bold;
}
.chargeAmount, .chargeAmount th, .chargeAmount td {
  border: none;
}
.chargeAmount th, .chargeAmount td {
  border-bottom: 1px solid #ccc;
}
.chargeAmount tr:last-child th, .chargeAmount tr:last-child td {
  border-bottom: none !important;
}
.usami_ttl {
  text-align: left;
  font-weight: bold;
  max-width: 960px;
  padding: 0 0 5px 35px;
  font-size: 133%;
}
.usami_box {
  width: 100%;
  max-width: 960px;
  border: 5px #004883 solid;
  padding: 15px;
  background-color: #fff;
  margin: 0 auto 60px;
  box-sizing: border-box;
  font-weight: bold;
}
.usami_box img {
  width: 100%;
  max-width: 660px;
  margin-top: -50px;
}
.app_box {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.appLink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
/*--------------------------------------
	ページの説明文(？)
---------------------------------------*/
#event_area {
  margin: 30px auto 65px;
  text-align: center;
}
#event_area p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
/*--------------------------------------
	エリアごとのアンカーボタン
---------------------------------------*/
.menu_sp {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  text-align: center;
}
.sp_wrap {
  padding-top: 180px; /*レスポンシブの際に改行された場合、ここを変更しないと崩れるので注意！ ※今回の場合、.menu_sp li*/
  position: relative;
}
#nav_local {
  background: #fff;
  /*border-bottom: 3px solid #121212;
	margin-bottom: 30px;*/
  left: 0;
  padding: 15px 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
  top: 0;
}
#nav_local.m_fixed {
  left: 0;
  margin: 0 auto;
  max-width: 1000px;
  position: fixed;
  top: 0;
  width: 100%;
}
.menu_sp li {
  margin-bottom: 15px;
  width: calc(100% / 5);
}
.menu_sp li p a {
  width: 90%;
  text-align: center;
  padding: 15px 0;
  color: #E60012;
  border: 2px solid #E60012;
  display: inline-block;
  text-decoration: none;
}
.menu_sp li p a:hover {
  color: #fff;
  background-color: #E60012;
}
/*--------------------------------------
	チラシ掲載店舗一覧
---------------------------------------*/
#shoplist {
  margin: 50px auto;
  max-width: 1000px;
}
.area_ttl {
  font-size: 24px;
  padding: 50px auto 0;
  text-align: left;
}
#shoplist h3 {
  /*font-weight: normal;*/
  font-size: 1rem;
  border-bottom: 1px solid #b2b2b2;
  display: block;
  margin: 10px auto 10px 25px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*--------------------------------------
	各店舗
---------------------------------------*/
#contents_list {
  margin: 0 auto 50px;
  padding-bottom: 0px;
  border-left: 1px solid #b2b2b2;
  width: 100%;
}
.sec_prefecture {
  margin-left: 50px;
}
.list_shop {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.info_shop {
  display: inline-block;
}
/* デジタルチラシと店舗情報のボタン */
.info_btn {
  display: flex;
  margin-left: auto;
}
.info_btn .btn_site {
  text-decoration: none;
}
.info_btn .btn_site p {
  background: #222;
  color: #fff;
  display: block;
  margin: auto 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 140px;
}
.info_btn .btn_site p:hover {
  background: #858585;
}
@media all and (-ms-high-contrast:none) {
  /* IE11 */
  *::-ms-backdrop, .info_btn .btn_site p {
    padding: 8px 0 0 0;
    margin-top: -10px;
  }
}
/*--------------------------------------
	注意文言
---------------------------------------*/
.box_caution {
  border: 3px solid #b30f12;
  padding: 30px 30px 30px 45px;
  margin: 20px 0 40px;
}
.box_caution p {
  font-size: 18px;
}
/*--------------------------------------
	福袋一部追加
---------------------------------------*/
#event_area .item_list {
  margin: 50px auto;
}
#event_area .item_list ul {
  display: flex;
}
#event_area .item_list li {
  width: calc(100% / 3);
}
#event_area .item_list li img {
  max-width: 80%;
}
/*--------------------------------------
	191212_チラシボタン
---------------------------------------*/
#chirashi_button a {
  display: block;
  text-align: center;
  width: 70%;
  margin: 100px auto 100px;
  padding: 20px;
  background: #222;
  color: #fff;
  font-size: 130%;
}
#chirashi_button a:hover {
  background: #222;
}
#chirashi_button a span.inline_B {
  display: inline-block;
}
#chance_area {
  margin: 105px auto 0;
  background-color: #fff;
  border-radius: 15px;
  opacity: 0;
}
#period_area {
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
}
.campaign_area {
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  border-radius: 10px;
}
.campaign_area.first {
  background-color: inherit;
}
.fadeUpTrigger {
  opacity: 0;
}
.doc {
  padding: 20px 20px 15px;
  text-align: left;
}
.campaign_ttl {
  background-color: #e60012 !important;
  text-align: left;
  border-radius: 10px 10px 0 0;
  margin: 0 auto 10px !important;
}
.stepArea .stepCont.campaign_ttl {
  padding: 25px 25px 21px 25px;
  margin-bottom: 0;
}
.stepArea .stepCont.campaign_ttl p {
  color: #fff !important;
  line-height: 1.6;
}
.stepArea .stepCont.campaign_ttl p {
  color: #fff !important;
  line-height: 1.6;
}
.stepArea .stepCont .stepNum {
  color: #000;
}
.tokuten_ttl {
  background-color: #e0e0e0;
  font-size: 22px;
  padding: 28px 110px 28px 34px;
  font-weight: bold;
  position: relative;
}
.tokuten_img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100px;
}
.tempBtn {
  margin-bottom: 20px;
}
.usami_box .tempBtn a {
  background-color: #114883;
  box-shadow: 0px 3px 0px #033264;
  color: #fff;
}
.usami_box .tempBtn a:after {
  background-image: url(../../../img/common/arrow02.svg);
}
.txt {
  font-size: 18px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.txt2 {
  font-size: 18px;
  padding-left: 36px;
  padding-bottom: 15px;
}
/*--------------------------------------
	終了しました文言
---------------------------------------*/
.end_distribution {
  position: relative;
  padding: 30px;
}
.end_distribution::before {
  content: "発券期間終了";
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.end_distribution .txt {
  padding-left: 0;
}
.end_distribution::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
}
#event_area {
  margin: 40px auto 40px;
}
/*--------------------------------------
	アプリダウンロード
---------------------------------------*/
ol, ul {
  list-style: none;
}
.box_app {
  padding: 20px;
  margin: 60px auto;
  background-color: #fff;
}
.sp_only {
  display: none;
}
.sp_only2 {
  display: none;
}
.app button, .app .button {
  display: inline-block;
  padding: 1.2rem 1.8rem;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #E70C14;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  margin-bottom: 40px;
}
.box_app h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.box_app .bnt_list {
  display: flex;
  margin-bottom: 5px;
}
.box_app .bnt_list li {
  margin-right: 20px;
}
.box_app .bnt_list li img {
  height: auto;
  width: 100%;
}
.notes {
  color: #949494;
  display: block;
  font-size: 14px;
}
/*--------------------------------------
	追記
---------------------------------------*/
.li_link {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.li_link li {
  background: #e60012;
  border-radius: 10px;
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 46%;
}
.li_link li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.chargeAmount {
  margin-bottom: 40px;
}
/*--------------------------------------
	店舗一覧
---------------------------------------*/
.sl_btn {
  background-color: #e40011;
  box-shadow: 0px 5px 0px #b70d1d;
  color: #fff;
  font-size: 140%;
  display: flex;
  flex-flow: nowrap;
  border-radius: 90px;
  max-width: 550px;
  height: 90px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 140%;
  position: relative;
  transition: all 0.2s ease;
  text-decoration: none;
  margin: 30px auto;
}
.sl_btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sl_btn:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 12px;
  width: 6px;
  background-image: url(../../img/common/arrow03.svg);
  margin-top: -6px;
  position: absolute;
  right: 40px;
  top: 50%;
}
.attention {
  color: #E60012;
  font-weight: bold;
  text-align: center;
}
#modal01, #modal02 {
  text-align: left;
  position: relative;
  padding: 0 10px 20px;
}
.titleStyle02:first-of-type {
  margin-top: 10px !important;
}
#cboxLoadedContent {
  margin-top: 28px;
  margin-left: 5px;
}
.chirashiAreaBlock {
  margin-right: 10px;
}
#cboxClose1, #cboxClose2 {
  background-image: inherit !important;
  position: fixed !important;
  z-index: 9999 !important;
  top: 20px;
  right: 20px !important;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
  text-indent: inherit !important;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #cboxClose1 {
  position: absolute !important;
  top: 0 !important;
}
_:-ms-lang(x)::-ms-backdrop, #cboxClose2 {
  position: absolute !important;
  top: 0 !important;
}
#cboxtop, #cboxtop2 {
  background-image: inherit;
  position: fixed;
  z-index: 9999 !important;
  bottom: 20px;
  right: 30px;
  line-height: 25px;
  width: 20px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
  text-indent: inherit;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #cboxtop {
  position: absolute !important;
}
_:-ms-lang(x)::-ms-backdrop, #cboxtop2 {
  position: absolute !important;
}
button#cboxClose {
  display: none;
}
.chirashiAreaBlockHdr {
  background: #e60012;
  color: #fff;
  border-radius: 11px 11px 0 0;
  border-top: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
  padding: 15px 15px 15px 20px;
  font-size: 153.9%;
  font-weight: bold;
}
.chirashiAreaBlock {
  border-radius: 11px;
  border-left: solid 1px #ebebeb;
  margin-bottom: 45px;
  max-width: 1000px;
}
.chirashiAreaBlockTtl {
  padding: 13px 20px;
  background: #e0e0e0;
  font-size: 123.1%;
  font-weight: bold;
  border-left: none;
  border-right: none;
}
.chirashiAreaBlockList {
  display: -webkit-flex;
  display: flex;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  flex-align: stretch;
  letter-spacing: -0.4em;
}
.chirashiAreaBlockList > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 13px 20px;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  width: 33.33%;
  font-size: 108%;
  letter-spacing: normal;
  vertical-align: middle;
  box-sizing: border-box;
  text-decoration: underline;
  font-weight: bold;
}
.chirashiAreaList {
  margin-top: 0;
  margin-bottom: 25px;
}
.linkList--short > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.8em 0.8em 0;
  padding-right: 1em;
  border-right: solid 1px #cdcdcd;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.1em;
}
/* 211201追記
------------------------------------------------------------*/
p {
  font-size: 1.8rem;
}
.titleStyle02 {
  margin-bottom: 10px;
}
/* 注意事項 */
.box_attention {
  margin-top: 40px;
}
.box_attention p {
  font-size: 2.2rem;
}
.box_attention p:first-of-type {
  margin-bottom: 0;
}
.box_attention .attention {
  font-size: 100%;
}
.indentList li {
  font-size: 1.8rem;
}
.indentList.small li {
  font-size: 100% !important;
}
.li_brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.li_brand li {
  width: calc(94% / 2);
  margin-right: 3%;
}
.brand img {
  width: 100%;
  height: auto;
}
.sl_btn {
  margin: 30px auto 0 !important;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.sl_btn:hover {
  transform: scale(1.1);
}
.noticeArea {
  font-size: 110%;
  margin-top: 30px;
}
.noticeArea p {
  margin-bottom: 0;
}
.fbox {
  display: flex;
  flex-wrap: nowrap;
}
.itembox {
  margin: 20px auto;
}
.itembox2 {
  margin: 65px auto 85px;
}
.majicaimg {
  margin: 5px 20px 5px 5px;
}
.majicaimg img {
  max-width: 100px;
}
.majicatxt {
  font-size: 1.8rem;
}
.majicatxt p {
  font-weight: bold;
}
.popimg {
  width: 180px;
  height: 260px;
  margin: 0 40px 0 100px;
  position: relative;
}
.popimg img {
  border: 1px #ccc solid;
  width: 180px;
  height: 260px;
}
.poptxt p {
  margin-bottom: 0;
}
.poptxt p.spcenter {
  margin-bottom: 20px;
}
.circle {
  position: relative;
    width: 200px;
    height: 200px;
    background-color: #e60013;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    transition: all 0.1s;
}
.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.circle-inner span:first-child {
  padding-left: 0.1em;
  font-size: 80%;
}
.center_box {
  width: 100%;
  max-width: 960px;
  border: 5px #e60012 solid;
  padding: 40px;
  background-color: #fff;
  margin: 0 auto 60px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
.center_box p {
  line-height: 1.5;
}
.center_box .upper {
  margin-bottom: 15px;
}
.center_box .under {
  margin-bottom: 0;
}
br.pc {
  display: block;
}
.spcenter {
  text-align: left;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
p.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}
p.indent-3 {
  padding-left: 3em;
  text-indent: -3em;
}
p.extension {
  font-size: 1.8rem;
  line-height: 1.8;
}
.cancellation {
  line-height: 1;
}
.cancellation .correction {
  font-weight: bold;
  color: #ef0000;
}
.items_box {
  max-width: 700px;
  margin: 0 auto;
}
.items_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.items_list li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 60px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.items_list li:last-child {
  margin-right: 0;
}
.items_list li .item_img {
  margin-bottom: 10px;
}
.items_list li .item_img img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.items_list li .item_name {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #ee0000;
  margin: 10px auto 0;
}
.items_list li .item_name.first {
  font-size: 90%;
  height: 60px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1.6;
}
.item_text {
  text-align: center;
  width: 100%;
}
.limited {
  max-width: 220px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 135%;
  background-color: #ee0000;
  color: #fff;
  padding: 5px 0 3px 0;
  border-radius: 5px;
  margin: 0 auto;
  letter-spacing: 0;
}
/* .arrow {
	border-bottom: 15px solid #ee0000;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	margin: 5px auto 0;
	width: 0;
} */
.items_box p {
  text-align: center;
}
.check span {
  font-size: 200%;
}
.triangle-right {
  border-style: solid;
  border-width: 60px 0 60px 40px;
  border-color: transparent transparent transparent #9ed3f1;
  display: inline-block;
  width: 0;
  height: 0;
}
.triangle-bottom {
  border-style: solid;
  border-width: 50px 90px 0 90px;
  border-color: #3da7e4 transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
}
h3.howto {
  margin: 20px 0 10px;
}
h4.howto {
  background: #3da7e4;
  padding: 5px 25px;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin: 30px 0;
}
.duration {
  margin: 5px 0;
  font-size: 13px;
}
.duration span.duration {
  letter-spacing: -0.02em;
}
.dl_btn_txt {
  text-align: center;
  color: #e40011;
  font-size: 3rem;
  font-weight: bold;
}
.course_box {
  padding: 5px;
  margin-bottom: 60px;
}
.course_box_inner {
  background-color: #fff;
  padding: 20px;
}
.course_box_inner .img:last-child img {
  margin-bottom: 0;
}
.course_box_inner p.extension {
  line-height: 1.4;
}
.course_box.red, .course_box.red .ttl {
  background-color: #ef1401;
}
.course_box.darkred, .course_box.darkred .ttl {
  background-color: #a20b12;
}
.course_box.yellow, .course_box.yellow .ttl {
  background-color: #a47b07;
}
.course_box.blue, .course_box.blue .ttl {
  background-color: #0c6ba1;
}
.course_box.green, .course_box.green .ttl {
  background-color: #0b8636;
}
.guidance {
  text-align: center;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 130%;
  font-weight: bold;
  white-space: nowrap;
}
.guidance span.pc {
  display: inline-block;
}
/*--------------------------------------
	useArea
---------------------------------------*/
.useArea {
  flex-wrap: wrap;
  align-items: flex-start;
}
.useArea:before {
  background: none;
}
.useArea dl {
  width: 44.5%;
}
.useArea dl:last-child:after {
  background: none;
}
.useArea dl dt {
  background-color: #fff;
  border-radius: 0;
  color: #111;
  font-size: 130%;
  font-weight: 700;
  max-width: 260px;
  width: 100%;
  height: 90px;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
.useArea dl dt:after {
  background: none;
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.useArea dl dd.app {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 235px;
}
.useArea dl dd.app img {
  max-width: 100%;
  margin-bottom: 10px;
}
.useArea dl dd.app img.majica {
  max-width: 80px;
}
.useArea dl dd.app a.app {
  width: 100%;
  text-align: center;
}
.useArea dl dd.app a.app img {
  max-width: 200px;
}
.useArea dl dd.pict {
  height: 235px;
}
.useArea dl dd .app_logo {
  width: 100%;
  text-align: center;
}
.useArea dl dd.pict a:hover .circle {
  opacity: .6;
}
/*--------------------------------------
	campaign_box
---------------------------------------*/
.campaign_box {
  border: 5px solid #000;
  border-radius: 10px;
  padding: 15px 50px 50px 50px;
  position: relative;
}
.campaign_box.last {
  text-align: center;
  padding: 10px 50px 10px 50px;
}
.campaign_box.last .ttl {
  z-index: 2;
  position: relative;
}
.campaign_box.last img.banner03 {
  margin-top: -80px;
}
.campaign_box.last img.zokuhou {
  margin-top: -80px;
  max-width: 100%;
  height: auto;
}
.wanpaku {
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
}
a.banner {
  background-color: #000;
  font-size: 16px;
  text-align: center;
  padding: 4px;
  display: block;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
a.banner:hover {
  transform: scale(1.04);
  background-color: #000;
}
a.banner img {
  max-width: 100%;
  height: auto;
  box-shadow: 6px 7px;
  background-color: #000;
}
a.banner.pbpointreturn {
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #e40011;
  max-width: 900px;
}
a.banner.pbpointreturn img {
  box-shadow: none;
}
a.banner.pbpointreturn:hover {
  background-color: #e40011;
}
a.banner:hover p {
  color: #fff;
}
a.banner p {
  margin-bottom: 0;
  padding-bottom: 4px;
  color: #fff;
}
.campaign_box img {
  max-width: 100%;
  height: auto;
}
.campaign_box .ttl {
  font-size: 140%;
  /* margin: 0 0 5px 1em;
    font-weight: 900; */
  margin: 0;
  display: inline-block;
  /* color: #fff; */
}
.campaign_box .ttl .zokuhou {
  max-width: 470px;
}
.yokoku {
  max-width: 150px;
  margin: 20px 0 10px;
}
.useArea dl {
  padding-bottom: 20px;
}
/*--------------------------------------
	動画
---------------------------------------*/
#movie {
  width: 75%;
  margin: 0 auto;
  max-width: 1100px;
  transition: opacity 0.6s cubic-bezier(1, -0.69, 0.2, 2.03), transform 0.6s cubic-bezier(1, -0.69, 0.2, 2.03);
  z-index: 2;
}
#movie.in-view, #short.in-view {
  opacity: 1;
  transform: scale(1);
}
#movie .youtube, #short .youtube {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 2;
}
#short .youtube {
  padding-bottom: 177.78%; /* #shortは9:16に変更 */
  margin-bottom: 30px;
}
#movie .youtube iframe, #short .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.youtube-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 20px rgba(150, 150, 150, 0.3);
  border: 1px rgba(150, 150, 150, 0.3) solid;
}
.youtube-wrapper button {
  pointer-events: none;
}
.youtube-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}
.youtube-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
}
.youtube-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
}
.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  z-index: 63;
}
.ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  cursor: pointer;
}
.secCont {
  max-width: 1100px;
  padding-bottom: 100px;
}
.top.yellow .secCont {
  padding-bottom: 0;
}
.secAppArea {
  margin-top: 0;
}

/*--------------------------------------
	250724追加（8/4からの表示）
---------------------------------------*/
.link_button_wrap {
    display: inline-block;
}
.button-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 30px;
    pointer-events: auto;
    font-family: "wanpaku-ruika", sans-serif;
}
.img-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 135%;
  text-align: center;
  pointer-events: none;
  font-family: "wanpaku-ruika", sans-serif;
}
@media only screen and (max-width: 768px) {
	.black-overlay {
		font-size: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.black-overlay {
		font-size: 16px;
	}
}

/*--------------------------------------
	レスポンシブ
---------------------------------------*/
@media only screen and (max-width: 1160px) {
  #MV .mv_box3 img.img_yellow {
    top: 970px;
  }
}
@media only screen and (max-width: 1060px) {
  #MV h1 {
    background-size: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .txt {
    font-size: 20px;
  }
  .txt2 {
    font-size: 16px;
  }
  .box_caution {
    padding: 20px 30px;
  }
  #chirashi_button a {
    width: 80%;
    margin: 80px auto;
    padding: 20px;
    font-size: 117%;
  }
  .items_list li .item_name.first {
    height: 65px;
  }
  .majivoice_howto ul.howto {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .majivoice_howto ul.howto li {
    width: 100%;
    margin-bottom: 10px;
  }
  .majivoice_howto ul.howto li .howto_img .img img {
    padding: 0 10px;
  }
  .majivoice_howto ul.howto li.arrow {
    width: 100%;
    margin: 20px 0 0;
  }
  .triangle-right {
    border-width: 40px 60px;
    border-color: #9ed3f1 transparent transparent transparent;
  }
  .majivoice_howto ul.howto li p {
    font-size: 100%;
  }
  .tempBtn.dl_btn a {
    padding-right: 0;
  }
  #MV .mv_box3 img.img_yellow {
    top: 700px;
  }
}
@media screen and (max-width: 960px) {
  .useArea dl {
    width: 47.5%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .useArea dl:after {
    right: 0;
  }
  .useArea dl dd.pict {
    padding: 0 30px;
  }
}
@media screen and (max-width: 930px) {
  .chance_box {
    margin: 60px 0;
  }
  .chance_gizagiza_l, .chance_gizagiza_r {
    display: none;
  }
  .l_mainArea {
    background-image: none;
  }
  .mainTitle {
    background: none !important;
    margin: 190px auto 0;
    padding-bottom: 110px;
  }
  .mainTitle {
    margin: 170px auto 0; /*110*/
  }
  .moraeru {
    margin: 20px auto 0;
  }
  #MV .mv_box3 img.img_yellow {
    top: 660px;
  }
}
@media screen and (max-width: 800px) {
  .moraeru {
    max-width: 230px;
  }
  #MV .mv_box .chara {
    display: none;
  }
  #MV .mv_box .left, #MV .mv_box .right {
    margin: 10px auto;
  }
  #MV .mv_box {
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 35px auto 0;
  }
  .chance_ttl img {
    max-width: inherit !important;
  }
  .chance_txt img {
    max-width: inherit !important;
  }
  .chance_box {
    max-width: inherit !important;
    width: 100%;
    font-size: 24px;
    padding: 20px 30px;
  }
  section.top.red, section.top.yellow2 {
    padding-bottom: 0;
  }
  section.top.yellow {
    margin-top: -60px;
  }
  .campaign_box {
    padding: 15px 20px 20px 20px;
  }
  .campaign_box.last {
    padding: 10px 20px 10px 20px;
  }
  #MV .mv_box3 img.img_yellow {
    top: 590px;
  }
}
@media only screen and (max-width: 768px) {
  #movie {
    width: 100%;
  }
  /* .sp_only {
        display: block;
    } */
  .sp_br2 {
    display: block;
  }
  .sp_only2 {
    display: block;
  }
  .box_app {
    text-align: center;
  }
  .box_app .bnt_list {
    justify-content: center;
  }
  .box_app .bnt_list li:last-child {
    margin-right: 0;
  }
  .chirashiAreaBlockList > li {
    width: 100% !important;
  }
  h3.chirashiAreaBlockTtl {
    margin: 0 auto;
  }
  li.none {
    display: none !important;
  }
  #colorbox {
    top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #event_area p {
    font-size: 22px;
  }
  .inner {
    /*width: calc(100% - 50px);*/
  }
  /*font*/
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
    margin: 10px auto;
  }
  #event_area {
    margin: 30px auto 25px;
  }
  .end_distribution {
    padding: 20px;
  }
  .end_distribution::before {
    font-size: 32px;
  }
  #chirashi_button a {
    margin: -30px auto 50px;
    padding: 15px;
  }
  #contents_list {
    margin: 10px 0 0;
    padding-bottom: 20px;
    border-left: none;
    width: 100%;
  }
  .sec_prefecture {
    margin-left: 0;
    width: 100%;
  }
  .info_shop {
    width: 25%;
  }
  .btn_site {
    text-align: center;
    vertical-align: middle;
  }
  .btn_site p {
    width: auto;
    display: block;
    /*padding: 2px 0 0;
        margin: 10px auto 0;*/
  }
  .name_shop {
    width: auto;
    /*	
		margin-left: 20px;
    */
    padding-top: 10px;
    word-break: break-all;
  }
  .detail_shop {
    display: none;
  }
  .area_ttl {
    font-size: 22px;
  }
  #shoplist h3 {
    margin: 0;
  }
  .txt2 {
    padding-left: 15px;
  }
  #period_area {
    margin: 25px auto 0;
  }
  .ttl_bar {
    font-size: 20px;
  }
  .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #MV .mv_box1 {
    height: auto;
  }
  #MV .mv_box1 img {
    display: block;
  }
  .logo_top {
    width: 100%;
  }
  .large140 {
    font-size: 100% !important;
    line-height: 150% !important;
  }
  .chargeAmount th {
    font-size: 18px;
  }
  .usami_ttl {
    padding: 0 0 5px 25px;
    font-size: 100%;
  }
  .usami_box {
    font-size: 20px;
  }
  .usami_box img {
    margin-top: -20px;
    padding: 10px;
  }
  .mainTitle {
    margin: 0 auto 0;
    padding: 15px 4vw 0;
  }
  .mainTitle:after {
    height: 0 !important;
  }
  .chance_txt {
    padding: 10px 0;
  }
  .chance_box {
    margin: 0;
  }
  .tempBtn.dl_btn {
    margin-top: 70px;
  }
  .tempBtn.dl_btn a {
    font-size: 100%;
  }
  .moraeru {
    display: none;
  }
  .stepArea .stepCont.campaign_ttl {
    padding: 4vw 4vw 4vw 13vw;
  }
  .stepArea .stepCont.campaign_ttl p {
    font-size: 21px;
    margin: 0;
  }
  .tokuten_img {
    display: none;
  }
  .tokuten_ttl {
    padding: 20px !important;
  }
  .li_brand {
    display: block;
  }
  .li_brand li {
    font-size: 115%;
    width: 100%;
  }
  .fbox {
    display: flex;
    flex-wrap: wrap;
  }
  .items_list li {
    width: 100%;
    margin-right: 0;
  }
  .items_list li .item_img {
    width: 100%;
    text-align: center;
  }
  .items_list li .item_img img {
    max-width: 400px;
  }
  .box_attention p {
    font-size: 1.8rem;
  }
  .noticeArea {
    font-size: 1.8rem;
  }
  .majicaimg {
    display: none;
  }
  .popimg {
    width: 100%;
    height: auto;
    max-width: 320px;
    margin: 20px auto;
  }
  .popimg img {
    width: 100%;
    height: auto;
  }
  .poptxt p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .poptxt h3 {
    margin-top: 20px !important;
  }
  .center_box {
    margin: 0 auto 40px;
    padding: 30px;
  }
  span.large160 {
    font-size: 130%;
  }
  .noticeArea {
    padding: 3vw;
  }
  .noticeArea p {
    margin-bottom: 0;
  }
  .spcenter {
    text-align: center;
  }
  .poptxt {
    font-size: 16px;
  }
  .circle {
    margin: 0 auto 10px;
    position: relative;
    left: inherit;
    top: inherit;
  }
  .circle::before {
    display: none;
  }
  span.inlineB {
    white-space: nowrap !important;
  }
  br.pc {
    display: none;
  }
  .items_list li .item_name.first {
    height: auto;
    max-width: 400px;
    font-size: 18px;
  }
  .check span {
    font-size: 150%;
  }
  .majivoice_howto ul.howto {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .majivoice_howto ul.howto li {
    width: 100%;
    margin-bottom: 10px;
  }
  .majivoice_howto ul.howto li .howto_img .img img {
    padding: 0 10px;
  }
  .titleStyle02 {
    line-height: 1.4;
  }
  .pc736 {
    display: none;
  }
  .sp736 {
    display: block;
  }
  .useArea dl {
    width: 100%;
    margin: 0;
    padding: 40px 0 10px;
  }
  .useArea dl:after {
    transform: rotate(90deg);
    right: 48.5%;
    top: 0;
    bottom: -10%;
  }
  .useArea dl:last-child:after {
    background: url(./img/arrow.png) no-repeat;
  }
  .useArea dl:first-child:after {
    background: none;
  }
  .useArea dl dt {
    max-width: 100%;
    font-size: 125%;
    height: auto;
    margin: 10px 0 20px;
  }
  .useArea dl dd {
    width: 100%;
  }
  .useArea dl dd.app {
    width: 100%;
  }
  .useArea dl dd.pict {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .indentList.small li {
    font-size: 1.4rem !important;
  }
  .campaign_box.last img.zokuhou {
    max-width: 480px;
  }
  .campaign_box a.banner p {
    font-size: 140%;
  }
  .follow-button a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .about {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  #MV img.pc {
    display: none;
  }
  #MV img.sp {
    display: block;
  }
}
@media only screen and (max-width: 660px) {
  .majivoice_howto ul.howto li .howto_img {
    margin-top: 20px;
  }
  .majivoice_howto ul.howto li .howto_img .img img {
    max-width: 420px;
  }
  .majivoice_howto ul.howto2 {
    flex-wrap: wrap;
    margin: 0 0 80px;
  }
  .majivoice_howto ul.howto2 li {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .majivoice_howto ul.howto li p {
    margin-bottom: 0;
  }
  section.top.yellow {
    padding-bottom: 305px;
  }
  section.top.red {
    padding: 20px 0 0;
  }
  #MV .mv_box3 img.img_yellow {
    top: 510px;
  }
  .campaign_box {
    padding: 50px 20px 20px 20px;
  }
  a.banner.pbpointreturn p {
    font-size: 125% !important;
  }
  h3.app {
    text-align: center;
    font-size: 125% !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  .box_caution {
    padding: 20px 20px 25px 30px;
  }
  .txt {
    padding-left: 0;
  }
  .txt2 {
    padding-left: 0;
  }
  .items_list {
    margin-bottom: 0;
  }
  .itembox2 {
    margin: 40px auto;
  }
  .limited {
    max-width: 280px;
    font-size: 165%;
  }
	.logo_top {
        width: 85%;
    }
  #MV h1 {
    padding-top: 60px;
    margin-top: -60px;
  }
  section.top.yellow {
    padding-bottom: 305px;
  }
}
@media screen and (max-width: 580px) {
  #shoplist {
    margin: 50px auto;
  }
  .area_ttl {
    font-size: 20px;
  }
  .list_shop {
    display: block;
    margin: 10px auto 20px;
    width: 100%;
  }
  .info_shop {
    width: 100%;
  }
  .name_shop {
    padding-top: 0;
    width: 100%;
  }
  .info_btn {
    display: block;
  }
  .info_btn .btn_site {
    margin-right: 0;
  }
  .info_btn .btn_site p {
    margin: 0 0 10px;
    width: 95%;
  }
  .menu_sp li p {
    font-size: 14px;
  }
  .li_link {
    display: block;
  }
  .li_link li {
    margin-bottom: 15px;
    width: 100%;
  }
  #MV .mv_box3 img.img_yellow {
    top: 490px;
  }
  .tableTtl dl {
    width: 100%;
  }
  .tableTtl dl dt {
    width: 100%;
    float: none;
    margin-bottom: -5px;
  }
  .tableTtl dl dd {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 547px) {
  .ttl span:first-child {
    padding-right: 20px;
  }
  .ttl span:last-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 530px) {
  .campaign_app_img {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .campaign_app_txt {
    font-size: 120%;
  }
  .campaign_app_txt2 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #pageTop a img {
    width: 50px;
  }
  .tempBtn.dl_btn a {
    font-size: 120%;
  }
}
@media screen and (max-width: 500px) {
  .majivoice_link a {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .menu_sp li p {
    font-size: 12px;
  }
  button#cboxClose {
    display: block;
  }
  #cboxtop, #cboxtop2, #cboxClose1, #cboxClose2 {
    display: none;
  }
  .btn a {
    width: 100%;
    box-sizing: border-box;
  }
  span.inlineB {
    white-space: inherit;
  }
  .copy {
    font-size: 110%;
  }
  .ttl {
    font-size: 20px;
  }
  .about .copy {
    font-size: 18px;
  }
  .txt {
    font-size: 18px;
  }
  .txt2 {
    font-size: 16px;
  }
  h4 {
    font-size: 18px;
  }
  .box_caution {
    padding: 15px 25px;
  }
  .box_caution p {
    font-size: 18px;
  }
  p.indent {
    padding-left: 0;
    text-indent: 0;
  }
  #pageTop {
    display: none !important;
  }
  .end_distribution {
    padding: 15px;
  }
  .end_distribution::before {
    font-size: 28px;
  }
  /*font*/
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  .sp_br {
    display: block;
  }
  #event_area {
    margin: 15px auto;
  }
  #event_area p {
    font-size: 20px;
  }
  .ttl_bar {
    font-size: 18px;
  }
  .txt {
    font-size: 18px;
  }
  .majivoice_howto ul.howto li .howto_img .img img {
    max-width: 320px;
  }
  .majivoice_howto ul.howto li p {
    font-size: 130%;
  }
  .useArea dl dd.app, .useArea dl dd.pict {
    height: auto;
  }
  #MV h1 {
    padding-top: 100px;
    margin-top: -100px;
  }
  #MV .mv_box3 img.img_yellow {
    top: 460px;
  }
  .campaign_box.last img.zokuhou {
    max-width: 100%;
  }
  a.banner.pbpointreturn p {
    font-size: 110% !important;
  }
  .large140 {
    font-size: 120% !important;
    line-height: 150% !important;
  }
  .campaign_box {
    padding: 35px 20px 20px 20px;
  }
  .indentList li {
    line-height: 150%;
  }
  #MV img.img_mv06 {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 415px) {
  .box_caution {
    padding: 15px 20px 20px 25px;
  }
  .majivoice_howto ul.howto li .howto_img .img img {
    max-width: 280px;
  }
  #MV h1 {
    padding-top: 120px;
    margin-top: -120px;
  }
	.logo_top {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
  .menu_sp li p {
    font-size: 10px;
  }
  .inner {
    /*width: calc(100% - 20px);*/
  }
  .btn a {
    padding: 15px 25px;
    font-size: 120%;
  }
  .copy {
    font-size: 90%;
  }
  .ttl {
    font-size: 17px;
  }
  .ttl span {
    padding: 5px 10px;
  }
  .ttl span:first-child {
    padding-right: 10px;
  }
  .ttl span:last-child {
    padding-left: 10px;
  }
  span.inlineB {
    display: initial;
  }
  .majivoice_howto ul.howto li .howto_img .img img {
    max-width: 240px;
  }
  #MV h1 {
    padding-top: 140px;
    margin-top: -140px;
  }
  #MV .mv_box3 img.img_yellow {
    top: 420px;
  }
  .secCont {
    padding-left: 2vw;
    padding-right: 3vw;
  }
  .large140 {
    font-size: 140% !important;
  }
  .campaign_box {
    padding: 35px 15px 20px 15px;
  }
	.mv-txt {
	width: 95%;
	margin-top: -36%;
	display: block;
}
}
@media screen and (min-width: 1000px) {
  .items_box {
    max-width: 920px;
  }
}
@media screen and (min-width: 1250px) {
  .chance_gizagiza_l {
    top: 10%;
    left: -20%;
  }
  .chance_gizagiza_r {
    top: 50%;
    right: -20%;
  }
}
.kiran_effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  width: 50px;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-40deg);
  animation: shine 0.5s ease-out 0.6s forwards;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  box-shadow: 0 0 30px rgba(255, 255, 255, 1);
}
@keyframes shine {
  0% {
    left: -100%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes dodon {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------------------------------
	20250704追加
---------------------------------------*/
.bk_pink {
	width:100%;
	background: #FDE7F2;
	padding:0.5% 1%;
	border-radius: 30px;
	margin:0 auto;
}
.ucs_logo {
    width: 30px;
}
.campaign_box_text {
  color: #fff;
}
.link_button_box {
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
}
.link_button_box img {
    width:100%;
}
    
.link_button_wrap{
	width: 326px;
	height: auto;
}
.link_button_wrap img {
    display: block;
    text-align: center;
    margin: auto;
}
a.link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
a.link_button img {
    width:100%;
}
.link_button:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.link_button p {
  color: #000000;
  letter-spacing: -1px;
  font-size: 30px;
  font-family: "wanpaku-ruika", sans-serif;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  line-height: 110%;
}
.link_button p span {
  color: #0e3473;
  letter-spacing: 1px;
  display: block;
  font-size: 18px;
  font-family: "wanpaku-ruika", sans-serif;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.mv-txt {
  width: 95%;
  font-style: normal;
  display: block;
  margin: 0 auto;
}
.link_button_title {
  font-size: 30px;
  font-family: "wanpaku-ruika", sans-serif;
  color: #fff;
}
.donkibutton_box {
	width:100%;
	display:flex;
	justify-content: space-between;
	column-gap: 20px;
}
.donkibutton {
	color: #fff;
	width: 500px;
	height: 177px;
	background: linear-gradient(to bottom, #ff4747 0%, #f60000 100%);
}
.donkibutton p {
	color: #fff;
	font-family: "wanpaku-ruika", sans-serif;
	font-size: 24px;
	line-height: 150%;
	display:block;
	margin-top:10px;
}
.donkibutton img {
	width:70%;
	background: #fff;
	padding:1% 2%;
	border-radius: 99px;
}
.area_button_box {
	display:flex;
	gap:10px;
	flex-wrap: wrap;
}
.area_button {
	width:140px;
	background: #f95b89;
	padding:1%;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display:flex;
	justify-content: center;
    white-space: nowrap;
    letter-spacing: -0.05em;
}
.link_button2 {
  width: 70%;
	height: 80px;
  margin:10px auto 0;
}
.link_button2 p {
  font-size: 30px;
}
.area_button:hover {
	opacity: 0.5;
	transition: 0.8s;
	color: #fff;
}

@media screen and (max-width: 768px) {
.link_button_wrap img {
    width: 70%;
}
.link_button_wrap {
    width: 85%;
    height: auto;
}
  .mv-txt {
    width: 95%;
    margin-top: 0%;
    display: block;
  }
	.link_button_box {
	width:90%;
	margin:0 auto;
}
	.link_button {
	margin-bottom: 10px;
    }
	.donkibutton_box {
    width: 100%;
    display: block;
}
	.title p {
    width: 100%;
    font-size: 20px!important;
}
	.secCont {
    padding-bottom: 40px;
}
	.link_button2 {
        width: 90%!important;
        border-radius: 15px;
        border: #fff 3px solid;
		text-align: center;
    }
	.link_button2 {
        width: 90%!important;
        border-radius: 15px;
        border: #fff 3px solid;
		text-align: center;
    }
}
@media screen and (max-width: 600px) {
  .link_button {
    width: 90%;
    border-radius: 15px;
    border: #fff 3px solid;
  }
  .link_button p {
    font-size: 24px;
  }
  .link_button p span {
    font-size: 12px;
  }
	.donkibutton {
    width: 90%;
    height: 152px;
}
	.sl_btn2 {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
.donkibutton p {
    font-size: 16px;
}
	    .title p {
        width: 100%;
        font-size: 16px !important;
    }
    .link_button_wrap {
        width: 100%;
        height: auto;
    }
}


.close {
    position: absolute;
    width: 100vw;
    height: 120vh;
    background: linear-gradient(to bottom, rgba(37, 23, 13, 0.2) 0%, rgba(37, 23, 13, 0.4) 90%, rgba(37, 23, 13, 0) 100%);
    z-index: 999;
}
.close img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
	z-index: 9999;
}

.overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-radius: 20px;
}
.overlay-text {
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.una {
    background: #fff896;
    padding:10px;
}


.sl_btn3 {
    background-color: #FCEE21;
    box-shadow: 0px 3px 0px #D6CB29;
    color: #000;
}

