@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
  color: #000;
  font-weight: 500;
  font-size: 3.4vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

body * {
  font-family: "Noto Sans JP", serif;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc-middle {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-middle {
    display: block;
  }
}

.pc-large-block {
  display: none;
}

.pc-middle-block {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

span.inline-block {
  display: inline-block;
}

.sup {
  font-size: 0.5em;
  vertical-align: super;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 12%);
            transform: translate(0, 12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 12%);
            transform: translate(0, 12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
div.pc-only-cont {
  display: none;
  position: fixed;
  width: calc((100% - 375px) / 2);
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50, -50%);
      -ms-transform: translate(-50, -50%);
          transform: translate(-50, -50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  div.pc-only-cont {
    display: block;
  }
}
div.pc-only-cont a.pc-only-cont-logo {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
}

div.event-main-lp_wrap {
  padding-inline: 20px;
}

div.pc-only-cont02 {
  display: none;
  position: fixed;
  width: calc((100% - 375px) / 2);
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  div.pc-only-cont02 {
    display: block;
  }
}
div.pc-only-cont02 div.pc-only-cont02-inner {
  width: 80%;
  height: 100vh;
  max-width: 375px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  div.pc-only-cont02 div.pc-only-cont02-inner {
    width: 80%;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
div.pc-only-cont02 div.pc-only-cont02-inner a {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
div.pc-only-cont02 div.pc-only-cont02-inner a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

div.pc-only-slide-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.pc-only-slide-wrap {
    display: block;
  }
}
div.pc-only-slide-wrap div.swiper-slide {
  height: 100vh;
}
div.pc-only-slide-wrap div.swiper-slide img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
div.pc-ani{
	animation: fade-transition 11s 0.1s ease-out forwards;
}
*/
@-webkit-keyframes fade-transition {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fade-transition {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*******************************************/
a.fix-btn {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    max-width: 465px;
    left: 50%;
  }
}

main {
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  main {
    max-width: 375px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }
}

.mv-area {
  position: relative;
}
.mv-area-logo {
  width: 47%;
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mv-area-logo:hover {
  opacity: 0.8;
}

/*メインスライド部分*/
div.hero-area {
  position: relative;
}
div.hero-area h1 {
  width: 84%;
  position: absolute;
  left: 50%;
  bottom: 7%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
}
div.hero-area p.head-logo {
  width: 88px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}

.event-main-lp-bonus {
  background-color: #d0111b;
}
.event-main-lp-bonus img {
  width: 100%;
  max-width: 315px;
  height: auto;
  margin: 0 auto;
}

.event-main-lp-fair {
  background-color: #d0111b;
  padding: 10px 20px 40px;
  overflow: hidden;
  position: relative;
}
.event-main-lp-fair-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../myimg/event-main-lp-fair_bg.png);
  padding: 10px 15px 110px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  position: relative;
}
.event-main-lp-fair-title {
  max-width: 270px;
  margin-inline: auto;
}
.event-main-lp-fair-text {
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 1.8;
  margin-top: 20px;
}
.event-main-lp-fair-figure {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 290px;
  height: auto;
}

.event-main-lp-campaign {
  background-color: #098ace;
  padding: 15px 0px 0px;
  overflow: hidden;
  position: relative;
}
.event-main-lp-campaign-title {
  font-size: 21px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.event-main-lp-campaign-title-notes {
  color: #fff100;
}
.event-main-lp-campaign-image {
  margin-top: -15px;
  position: relative;
}
.event-main-lp-campaign a.event-main-lp-campaign-btn {
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 6px 20px 6px;
  background-color: rgb(255, 241, 0);
  color: #000;
  border-radius: 8px;
  font-size: 11px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .event-main-lp-campaign a.event-main-lp-campaign-btn {
    padding: 3px 20px 2px;
    max-width: 335px;
  }
}
.event-main-lp-campaign a.event-main-lp-campaign-btn .arrow-right {
  color: #000;
}
.event-main-lp-campaign a.event-main-lp-campaign-btn .arrow-right svg {
  fill: #000;
}
.event-main-lp-campaign a.event-main-lp-campaign-btn:hover {
  opacity: 0.6;
}

.arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 14px;
}
.arrow-right svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

.event-main-lp-campaign-merit {
  background-color: #edd5a9;
  padding: 25px 20px 0px;
}
.event-main-lp-campaign-merit-title {
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.event-main-lp-campaign-merit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-main-lp-campaign-merit-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 16px 20px;
  margin-top: 40px;
  position: relative;
}
.event-main-lp-campaign-merit-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #ff8a00;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding-top: 2px;
  padding-left: 2px;
}
.event-main-lp-campaign-merit-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #ff8a00;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 12px;
  font-size: 17px;
}
.event-main-lp-campaign-merit-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-main-lp-campaign-merit-detail-item {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 13px;
  position: relative;
  margin-bottom: 4px;
}
.event-main-lp-campaign-merit-detail-item:last-child {
  margin-bottom: 0;
}
.event-main-lp-campaign-merit-detail-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 11px;
  height: 11px;
  background-color: #ff8a00;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-main-lp-campaign-merit-image {
  margin-top: 30px;
  text-align: center;
  max-width: 235px;
  margin-inline: auto;
}

.event-main-lp-campaign-reservation {
  background-color: #098ace;
  padding: 40px 30px 50px;
  color: #fff;
}
.event-main-lp-campaign-reservation-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.event-main-lp-campaign-reservation-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.event-main-lp-campaign-reservation-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-main-lp-campaign-reservation-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.event-main-lp-campaign-reservation-step-item:last-child {
  margin-bottom: 0;
}
.event-main-lp-campaign-reservation-step-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 105px;
  height: 105px;
  margin-right: 15px;
}
.event-main-lp-campaign-reservation-step-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-main-lp-campaign-reservation-step-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-top: 5px;
}

.event-main-lp-campaign-reason {
  background-color: #000000;
  padding: 40px 35px 65px;
  color: #fff;
}
.event-main-lp-campaign-reason-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.event-main-lp-campaign-reason-text {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.event-main-lp-campaign-reason-list {
  list-style: none;
  padding: 0px 5px;
  margin: 0;
}
.event-main-lp-campaign-reason-item {
  margin-bottom: 70px;
  position: relative;
}
.event-main-lp-campaign-reason-item:last-child {
  margin-bottom: 0;
}
.event-main-lp-campaign-reason-item-image {
  width: 100%;
  margin-bottom: 15px;
}
.event-main-lp-campaign-reason-item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.event-main-lp-campaign-reason-item-icon {
  display: block;
  width: 38px;
  height: 38px;
  margin: 25px auto 20px;
  position: relative;
}
.event-main-lp-campaign-reason-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-main-lp-campaign-reason-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.event-main-lp-campaign-reason-item-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.event-main-lp-campaign-reason-item-text sup {
  font-size: 10px;
  vertical-align: text-top;
}
.event-main-lp-campaign-reason-item-note {
  display: block;
  font-size: 11px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 15px;
  opacity: 0.8;
}
.event-main-lp-campaign-reason a.event-main-lp-campaign-reason-btn {
  display: block;
  width: 100%;
  margin: 25px auto 0;
  padding: 5px 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-main-lp-campaign-reason a.event-main-lp-campaign-reason-btn .arrow-right svg {
  fill: #000;
}
.event-main-lp-campaign-reason a.event-main-lp-campaign-reason-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.event-main-lp-campaign-reason a.event-main-lp-campaign-reason-btn:hover .arrow-right svg {
  fill: #fff;
}

footer {
  background: #fff;
  padding: 10% 0;
}
footer a.logo {
  width: 60%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
footer a.logo:hover {
  opacity: 0.8;
}

.popup-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 20px 0 50px 0;
}
.popup-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  position: relative;
  width: 90%;
  max-width: 375px;
  margin: 0px auto 45px;
  background-color: #fff;
  padding: 35px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0.8) translateY(30px);
      -ms-transform: scale(0.8) translateY(30px);
          transform: scale(0.8) translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: auto;
}
.popup-overlay.is-active .popup-container {
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}

.popup-close {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup-close:hover {
  opacity: 0.6;
}
.popup-close svg {
  width: 40px;
  height: 40px;
  stroke: #333;
}

.popup-content {
  width: 100%;
}
.popup-content .popup-inner {
  width: 100%;
}
.popup-content .popup-section {
  margin-bottom: 30px;
}
.popup-content .popup-section:last-child {
  margin-bottom: 0;
}
.popup-content .popup-section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.popup-content .popup-section-row:last-child {
  margin-bottom: 0;
}
.popup-content .popup-section-row.reverse .popup-section-text {
  text-align: right;
}
.popup-content .popup-section-image {
  width: 53%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 5px;
}
.popup-content .popup-section-text {
  width: 47%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup-content .popup-section-text-title {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.popup-content .popup-section-text-title sup {
  font-size: 7px;
  vertical-align: text-top;
}
.popup-content .popup-section-text-main {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.popup-content .popup-section-text-main sup {
  font-size: 7px;
  vertical-align: text-top;
}
.popup-content .popup-note {
  font-size: 8px;
  color: #666;
  margin-top: 10px;
  line-height: 1.2;
}
.popup-content .popup-cta {
  margin-top: 50px;
}
.popup-content .popup-cta-btn {
  display: block;
  width: 100%;
  padding: 6px 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 8px;
  margin-bottom: 17px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000;
}
.popup-content .popup-cta-btn:last-child {
  margin-bottom: 0;
}
.popup-content .popup-cta-btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.popup-content .popup-cta-btn:hover .arrow-right svg {
  fill: #000;
}
.popup-content .popup-cta-btn .arrow-right {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 14px;
}
.popup-content .popup-cta-btn .arrow-right svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */