@charset "UTF-8";
/* CSS Document */

/*--リセットCSS--*/
html,
body {
  overflow-x: hidden; /* 横スクロールを禁止 */
  width: 100%;
}
html,
body,
h1,
p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body {
  font-family: MazdaTypeRegular, Noto Sans CJK JP, Hiragino Kaku Gothic ProN, HiraKakuProN-W3, Meiryo, Yu Gothic Medium, sans-serif;
}
img {
  vertical-align: middle;
  border: none;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
div {
  display: block;
}
p {
  text-decoration: none;
}
/*--maincss--*/
.view-pc {
  display: block;
}
.view-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.container img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

/*--map--*/
.map-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.btn-map01 {
  max-width: 100%;
  margin-top: calc(20 / 255 * -100%);
  margin-bottom: calc(0 / 255 * 100%);
  margin-left: calc(18 / 255 * 100%);
  margin-right: calc(0 / 255 * 100%);
}
.btn-map01 img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn-map02 {
  max-width: 100%;
  margin-top: calc(20 / 255 * -100%);
  margin-bottom: calc(0 / 255 * 100%);
  margin-left: calc(19 / 255 * 100%);
  margin-right: calc(0 / 255 * 100%);
}
.btn-map02 img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn-map03 {
  max-width: 100%;
  margin-top: calc(20 / 255 * -100%);
  margin-bottom: calc(0 / 255 * 100%);
  margin-left: calc(20 / 255 * 100%);
  margin-right: calc(-18 / 255 * -100%);
}
.btn-map03 img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .map-wrap {
    width: 750px;
  }
  .btn-map01 {
    max-width: 38%;
    margin-top: calc(43 / 280 * -100%);
    margin-bottom: calc(0 / 255 * 100%);
    margin-left: calc(134 / 255 * 100%);
    margin-right: calc(0 / 255 * -100%);
  }
  .btn-map02 {
    max-width: 38%;
    margin-top: calc(43 / 280 * -100%);
    margin-bottom: calc(0 / 255 * 100%);
    margin-left: calc(24 / 255 * 100%);
    margin-right: calc(0 / 255 * -100%);
  }
  .btn-map03 {
    max-width: 38%;
    margin-top: calc(37 / 280 * -100%);
    margin-bottom: calc(0 / 255 * 100%);
    margin-left: calc(134 / 255 * 100%);
    margin-right: calc(0 / 255 * -100%);
  }
}
.btn-map01 a:hover,
.btn-map02 a:hover,
.btn-map03 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*--backimg--*/
.event-back {
  background-color: #e6e6e6;
  /* background-image: url(../img/eventback-pc.png);
  background-repeat: no-repeat; */
}

/*--swiper--*/
.swiper-rap {
  margin-inline: auto;
  position: relative;
}
.swiper {
  max-width: 960px;
  padding: 0 15px 80px;
}
.swiper-slide {
  max-width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: 0.7s;
}
.shadow {
  box-shadow: 2px 2px 4px gray;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 45px;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
:root {
  --swiper-theme-color: #e60312;
}
@media screen and (max-width: 750px) {
  .swiper {
    max-width: 750px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  }
}
.color-fff {
  color: #fff;
}

/*--cashback--*/
.cash-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.cash img {
  max-width: 89%;
}
@media screen and (max-width: 750px) {
  .cash img {
    max-width: 100%;
  }
}

/*--official--*/
.btn-official {
  margin-top: 8%;
  max-width: 100%;
}
.btn-official img {
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .btn-official img {
    max-width: 78%;
  }
}
.btn-official a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*--footer--*/
/* footer {
  margin: 6% 0 4%;
}
footer p {
  margin-bottom: 0.25rem;
  font-size: 20px !important;
  line-height: 1.75 !important;
  color: #212529;
}
@media screen and (max-width: 750px) {
  footer p {
    font-size: 2.5vw !important;
  }
} */
/*-- オフィシャルボタン --*/
.btn-official-box {
  padding: 0 2rem;
  text-align: center;
  /* filter: drop-shadow(5px 5px 5px #9f9fa0); */
}
.btn-official {
  width: 750px;
  height: 70px;
  color: #4c4948;
  border: 1.5px solid #4c4948;
  border-radius: 11px;
  padding: 0.8rem 0;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}
.btn-official:hover {
  color: #fff;
  background-color: #4c4948;
}
/*--button--*/
.btn {
  max-width: 100%;
}
/*-- オフィシャルボタン --*/
.view-pc {
  display: block;
}
.view-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }
}

/*-- ユーティリティ --*/
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.pd-2 {
  padding: 2rem;
}
@media (max-width: 768px) {
  .pb-7 {
    padding-bottom: 7rem;
  }
  .pt-2 {
    padding-top: 2rem;
  }
  .pb-2 {
    padding-bottom: 2rem;
  }
}

/*1rem=10px*/
html {
  font-size: 62.5%;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.2rem*/
.font-size-S {
  font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.2rem);
}

/*最小値:1.3rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値 2rem*/
.font-size-M {
  font-size: clamp(1.4rem, calc(1rem + 0.625vw), 1.8rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
  font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}

.line-h-125 {
  line-height: 125%;
}

/*--追加--*/

.map {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  filter: drop-shadow(3px 3px 3px #9fa0a0);
  margin-top: 30px;
}
.opcy {
  transition: 0.3s;
}
.opcy:hover {
  opacity: 0.5;
}

/*--ディスクレーマー--*/
.dc {
  margin: 0% 7% 7%;
}

.dc-s {
  line-height: 125%;
  font-size: 12px;
  color: #212529;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .dc {
    margin: 0% 7% 5%;
  }
  .dc-s {
    font-size: 2.5vw;
  }
}
