@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-app {
  margin-top: 3.75rem;
}

.l-awerd {
  margin-top: 5rem;
}

.l-bg-green {
  margin-top: 5rem;
  padding-block: 5rem;
  background-color: #C7E3DD;
}

.l-campain {
  margin-top: 5rem;
}

.l-contact {
  margin-top: 5rem;
}

.l-feature {
  margin-top: 5rem;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-lineup {
  margin-top: 3.75rem;
}

.l-movie {
  margin-top: 3.75rem;
}

.l-security {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-security {
    margin-top: 6.25rem;
  }
}

.c-head1 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 900;
  color: #fff;
  background-color: #009682;
  text-align: center;
  padding: 1.25rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-head1 {
    font-size: 2.25rem;
    padding: 0.625rem 1.25rem;
  }
}
.c-head1:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.25rem;
  background: url("/event/point03/images/icon-arrow1.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}

.c-table {
  width: 100%;
  background-color: #d9d9d9;
  border-spacing: 0.125rem;
}
.c-table thead th {
  background-color: #398071;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
.c-table thead th:nth-child(1) {
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(1) {
    width: 5.625rem;
  }
}
.c-table thead th:nth-child(2) {
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(2) {
    width: 19.375rem;
  }
}
.c-table thead th:nth-child(3) {
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(3) {
    width: 24.875rem;
  }
}
.c-table tbody th {
  background-color: #8dd2bf;
  font-size: 0.75rem;
  line-height: 1.1;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .c-table tbody th {
    font-size: 0.8125rem;
    padding: 1.1875rem 0.6875rem;
  }
}
.c-table tbody td {
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 1.4545454545;
  padding: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-table tbody td {
    font-size: 0.9375rem;
    padding: 0.8125rem 1.25rem;
  }
}

.c-table__imgList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-table__imgList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-table__imgList li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-table__list {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-table__list {
    margin-top: 0;
  }
}
.c-table__list li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.c-table__list li::before {
  content: "・";
}

.c-table__text {
  font-weight: 900;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-table__text {
    font-size: 1.125rem;
  }
}
.c-table__text .sm {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .sm {
    font-size: 0.75rem;
  }
}
.c-table__text .md {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .md {
    font-size: 0.8125rem;
  }
}
.c-table__text .lg {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .lg {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-table__wrap {
    display: grid;
    grid-template-columns: 4.375rem 1fr;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-title1 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 900;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dashed #009682;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title1 {
    font-size: 1.375rem;
  }
}
.c-title1 span {
  color: #009682;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-title1 span {
    font-size: 2rem;
  }
}

.p-about {
  padding-top: 5rem;
}

.p-about__caption {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__caption {
    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;
    gap: 2.5rem;
  }
}
.p-about__caption img {
  width: 7.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__caption img {
    margin: 0;
  }
}
.p-about__caption p {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__caption p {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-about__wrap {
  padding: 2.5rem 1.25rem;
  border: 1px solid #009682;
  border-radius: 0.625rem;
}
.p-about__wrap:nth-child(n+2) {
  margin-top: 2.5rem;
}

.p-about__titleLg {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 900;
  color: #009682;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dashed #009682;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__titleLg {
    padding-inline: 2.8125rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-about__list {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__list.--sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-about__item {
    max-width: 18.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-about__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #F8F7EC;
  padding-left: 5rem;
  padding-right: 0.75rem;
  padding-block: 0.6875rem;
  background-color: #009682;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    min-height: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-about__title span {
  display: inline-block;
  font-size: 0.625rem;
  translate: 0 -50%;
}

.p-about__num {
  display: block;
  width: 3.4375rem;
  position: absolute;
  top: -0.5rem;
  left: 0.3125rem;
}
.p-about__num img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about__desc {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__desc {
    font-size: 1rem;
    margin-block: 1.25rem;
  }
}

.p-about__btn {
  display: block;
  width: 15.625rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 700;
  color: #009682;
  text-align: center;
  padding: 0.875rem 0.625rem;
  border: 1px solid #009682;
  border-radius: 0.625rem;
  position: relative;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__btn {
    margin-top: auto;
    cursor: pointer;
  }
}
.p-about__btn:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("/event/point03/images/icon-open.png") no-repeat center center/contain;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
}
.p-about__btn.--arrow:after {
  width: 0.75rem;
  height: 0.75rem;
  background: url("/event/point03/images/icon-arrow4.svg") no-repeat center center/contain;
  bottom: auto;
  bottom: initial;
  top: 50%;
  translate: 0 -50%;
  rotate: 90deg;
}

.p-app__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-app__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-app .splide {
  position: relative;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-app .splide {
    margin-top: 4.375rem;
  }
}

.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .splide__arrows {
    width: 99%;
  }
}
@media screen and (min-width: 1081px) {
  .splide__arrows {
    width: 104%;
  }
}
.splide__arrows button {
  width: 0.75rem;
  height: 1.5rem;
}
.splide__arrows svg {
  display: none;
}

.splide__arrow--prev {
  background: url("/event/point03/images/icon-arrow-left.svg") no-repeat center/contain;
}

.splide__arrow--next {
  background: url("/event/point03/images/icon-arrow-right.svg") no-repeat center/contain;
}

.splide__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}
.splide__pagination .splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #C7E3DD;
  border-radius: 50%;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #009682;
}

.p-app__slide {
  background-color: #F3FBF9;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-app__slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2%;
    padding: 3.75rem;
  }
}
.p-app__slide:nth-child(3) {
  background-color: #F2FAFD;
}
.p-app__slide:nth-child(4) {
  background-color: #F4F7FA;
}

.p-app__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-app__container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-app__container.--mark1 {
  position: relative;
}
.p-app__container.--mark1:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("/event/point03/images/icon-app-sm1.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-app__container.--mark1:after {
    width: 5rem;
    height: 5rem;
  }
}
.p-app__container.--mark2 {
  position: relative;
}
.p-app__container.--mark2:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("/event/point03/images/icon-app-sm2.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-app__container.--mark2:after {
    width: 5rem;
    height: 5rem;
  }
}
.p-app__container.--mark3 {
  position: relative;
}
.p-app__container.--mark3:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("/event/point03/images/icon-app-sm3.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-app__container.--mark3:after {
    width: 5rem;
    height: 5rem;
  }
}

.p-app__icon {
  display: block;
  width: 6.25rem;
  margin-inline: auto;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-app__icon {
    width: 7.5rem;
  }
}

.p-app__name {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-top: 0.9375rem;
}
.p-app__name_stock {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-app__name {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 0;
  }
	  .p-app__name_stock {
    font-size: 1.5rem;
    text-align: left;
    margin-top: -10px;
  }
}

.p-app__desc {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-app__desc {
    margin-top: 4.375rem;
    font-size: 1rem;
  }
}

.p-app__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 2.5rem;
}

.p-awerd__img {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-awerd__img {
    max-width: 50rem;
    margin-inline: auto;
  }
}

.p-campain {
  padding-block: 5rem;
  background-color: #C7E3DD;
}

.p-campain__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.25rem;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-campain__list {
    gap: 2.1875rem;
  }
}

.p-campain__item a {
  display: inllnine-block;
}
.p-campain__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-campain__title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.3125rem;
  font-weight: 500;
}

.p-contact__box {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    margin-top: 0;
    position: relative;
  }
}

.p-contact__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    text-align: center;
    margin-top: 5rem;
    translate: 0 -100%;
  }
}

.p-contact__img {
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__img {
    width: 9.4375rem;
    position: absolute;
    right: 2.5rem;
    top: 0;
    translate: 0 -50%;
  }
}

.p-contact__list {
  margin-top: -0.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-contact__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    padding: 2.5rem 6.25rem;
    background-color: #fff;
  }
}

.p-contact__item {
  border-radius: 0.625rem;
  background-color: #fff;
  padding-bottom: 1.875rem;
}
.p-contact__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-contact__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: #009682;
  padding: 1.1875rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.125rem;
  }
}

.p-contact__body {
  margin-top: 1.25rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    margin-top: 0;
    padding-top: 1.25rem;
    padding-bottom: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100% - 4.0625rem);
    border: 2px solid #009682;
    border-top: none;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.p-contact__num {
  font-size: 1.75rem;
  line-height: 0.9285714286;
  font-weight: 900;
  color: #009682;
  text-align: center;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__num {
    font-size: 2.25rem;
  }
}
.p-contact__num:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(/event/point03/images/icon-tel.svg) no-repeat center/contain;
}

.p-contact__time {
  display: block;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}
.p-contact__time.--left {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-contact__btn {
  font-size: 1.75rem;
  line-height: 0.9285714286;
  font-weight: 900;
  color: #009682;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-contact__btn:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(/event/point03/images/icon-arrow3.svg) no-repeat center/contain;
  translate: 0 1px;
}

.p-contact__attention {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}

.p-feature__list {
  margin-top: 3.125rem;
}

.p-feature__item:nth-child(n+2) {
  margin-top: 3.75rem;
}

.p-feature__title {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 900;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dashed #009682;
  text-align: center;
}
.p-feature__title span {
  color: #009682;
  font-size: 1.75rem;
}

.p-feature__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-feature__text {
    font-size: 1rem;
  }
}

.p-feature__titleSub {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature__titleSub {
    font-size: 1.25rem;
  }
}
.p-feature__titleSub span {
  color: #009682;
}

.p-feature__img1 {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__img1 {
    max-width: 34.5rem;
    margin-inline: auto;
  }
}

.p-flow__list {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3125rem;
  }
}

.p-flow__item {
  counter-increment: num;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}
.p-flow__item:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-flow__item:not(:last-child):after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 1.25rem;
  background: url(/event/point03/images/icon-arrow2.svg) no-repeat center/contain;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  translate: -50% 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-child):after {
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    top: 50%;
    right: 0;
    translate: 100% -50%;
    rotate: -90deg;
  }
}

.p-flow__num {
  display: inline-block;
  width: 5.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.3125rem;
  background-color: #009682;
  border-radius: 0.625rem;
  margin-inline: auto;
}
.p-flow__num:after {
  content: counter(num);
  font-size: 1.375rem;
}

.p-flow__title {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    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;
  }
}

.p-flow__icon {
  width: 11.375rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}

.p-flow__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 2.5rem;
}
.p-flow__text a {
  color: #2254D4;
  text-decoration: underline;
}

.p-lineup__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8125rem;
  }
}

.p-lineup__item {
  padding: 1.25rem 0.625rem;
  border: 1px solid #009682;
}
.p-lineup__item:nth-child(4) {
  border: 1px solid #00a1e0;
}
.p-lineup__item:nth-child(5) {
  border: 1px solid #1e599c;
}
.p-lineup__item:nth-child(6) {
  border: 1px solid #f05a78;
}

.p-lineup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-lineup__box {
    display: block;
  }
}

.p-lineup__logo {
  width: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__logo {
    width: 12.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__logo.--lg {
    width: 18.625rem;
  }
}
.p-lineup__logo img {
  width: 100%;
}

.p-lineup__desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-lineup__desc {
    font-size: 1rem;
    margin-top: 0.75rem;
    text-align: center;
  }
}

.p-lineup__yen {
  font-size: 0.75rem;
  color: #009682;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-lineup__yen {
    font-size: 2.125rem;
    text-align: center;
  }
}
.p-lineup__yen span {
  display: inline-block;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__yen span {
    font-size: 4.25rem;
  }
}

.p-lineup__textSm {
  font-size: 0.75rem;
  line-height: 2;
  text-align: right;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-lineup__textSm {
    text-align: center;
    font-size: 1rem;
  }
}

.p-lineup__attention {
  font-size: 0.625rem;
  color: #777777;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lineup__attention {
    font-size: 0.875rem;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
  overflow-y: scroll;
  padding: 1.25rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-modal {
    height: 100vh;
    padding: 3.75rem;
  }
}

.p-modal__inner {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal__inner {
    max-width: 68.75rem;
    padding: 2.5rem;
  }
}

.p-modal__btn {
  display: block;
  width: 5.25rem;
  margin-left: auto;
}
.p-modal__btn.--center {
  margin-inline: auto;
  margin-top: 2.5rem;
}

.p-modal__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 900;
  color: #009682;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__title {
    font-size: 1.75rem;
    margin-top: 0.625rem;
  }
}
.p-modal__title span {
  display: inline-block;
  font-size: 0.75rem;
  translate: 0 -50%;
}

.p-modal__titleSm {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 700;
  text-align: center;
  color: #0ABC86;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__titleSm {
    font-size: 1.125rem;
    margin-top: 1.6875rem;
  }
}

.p-modal__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__text.--center {
    text-align: center;
  }
}

.p-modal__banner {
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-modal__banner {
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-modal .p-point1__caution {
  padding-inline: 0;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-modal .p-point1__caution {
    max-width: none;
    max-width: initial;
  }
}
.p-modal .p-point1__cautionNum,
.p-modal .p-point1__cautionText {
  font-size: 0.9375rem;
}
.p-modal .p-point1__caution2 {
  font-size: 0.9375rem;
  padding-inline: 0;
}

.p-modal__img {
  margin-top: 2.5rem;
  width: 13rem;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-modal__img {
    width: 28rem;
  }
}

.p-modal__caution {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__caution {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__caution.--center {
    text-align: center;
  }
}

.p-modal__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__list {
    max-width: 36rem;
    margin-inline: auto;
  }
}

.p-modal__item {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
  counter-increment: list;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-modal__item {
    font-size: 1.125rem;
  }
}
.p-modal__item::before {
  content: counter(list);
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #0ABC86;
  width: 2.8125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #0ABC86;
  text-align: center;
  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;
}

.p-movie__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-movie__text {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p-movie__list {
  margin-top: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-movie__list {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-movie__wrap {
  width: 100%;
}
.p-movie__wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 160/89;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-movie__wrap iframe {
    aspect-ratio: 520/290;
  }
}

.p-movie__desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-movie__desc {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-point1 {
  padding-bottom: 1.875rem;
}

.p-point1__title {
  font-size: 1.125rem;
  font-weight: 900;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__title {
    font-size: 1.875rem;
    padding: 0;
    margin-top: 1.875rem;
    text-align: center;
  }
}
.p-point1__title span {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__title span {
    font-size: 1.25rem;
  }
}

.p-point1__text {
  font-size: 0.9375rem;
  line-height: 1.4333333333;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__text {
    font-size: 1.25rem;
    padding: 0;
    margin-top: 1.875rem;
  }
}

.p-point1__table {
  margin-top: 1.875rem;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__table {
    padding: 0 1.25rem;
    margin: 3.125rem auto 0;
    padding: 0;
  }
}

.p-point1__copy {
  font-size: 1rem;
  font-weight: 900;
  text-align: right;
  margin-top: 0.9375rem;
  padding-right: 1.25rem;
  color: #398071;
}
@media screen and (min-width: 768px) {
  .p-point1__copy {
    font-size: 1.6875rem;
    text-align: center;
    padding-right: 0;
  }
}

.p-point1__list {
  padding-left: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-point1__list {
    padding-left: 0;
    max-width: 32.5rem;
    margin: 0.625rem auto 0;
    gap: 3.75rem;
  }
}

.p-point1__item::before {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 0.9375rem;
  background-color: #398071;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  margin: 0 auto 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__item::before {
    width: 3.75rem;
    height: 1.75rem;
  }
}

.p-point1__cautionText a,
.p-point1__caution2 a {
  color: #2254d4;
  text-decoration: underline;
}

.p-point1__caution {
  font-size: 0.625rem;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__caution {
    padding: 0;
    max-width: 50.125rem;
    margin: 1.5625rem auto 0;
    font-size: 1rem;
  }
}

.p-point1__cautionItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
}

.p-point1__caution2 {
  font-size: 0.625rem;
  margin-top: 0.9375rem;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__caution2 {
    font-size: 1rem;
    margin: 1.5625rem auto 0;
    padding: 0;
  }
}

.p-point1__cta {
  margin-top: 1.5625rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-point1__cta {
    margin-top: 3.125rem;
  }
}

.p-security__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-security__text {
    font-size: 1rem;
  }
}

.p-security__slide {
  padding: 2.5rem 1.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-security__slide {
    padding: 3.75rem;
  }
}

.p-security__icon {
  width: 10.125rem;
  margin-inline: auto;
}

.p-security__title {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-security__title {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

.p-security__desc {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.03em;
  margin-top: 1.875rem;
}

.p-security .splide {
  margin-top: 3.75rem;
}
.p-security .splide__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}
.p-security .splide__pagination .splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
}
.p-security .splide__pagination .splide__pagination__page.is-active {
  background-color: #009682;
}

.cont05 {
  margin-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.cont_ttl02 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cont_ttl02 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.r_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .r_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.r_list li {
  width: 32%;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .r_list li {
    width: 49%;
    margin-top: 15px;
  }
}
.r_list li a {
  color: #009682;
  font-weight: 500;
  border: 1px solid #009682;
  text-align: center;
  padding: 15px 0;
  font-size: 1rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .r_list li a {
    color: #009682;
    font-weight: 500;
    border: 1px solid #009682;
    text-align: center;
    padding: 15px 0;
    font-size: 2.93vw;
    display: block;
  }
}
.arrow {
  position: relative;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.r_list .ar::before {
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #009682;
  border-right: 2px solid #009682;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .r_list .ar::before {
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #009682;
    border-right: 2px solid #009682;
  }
}
.foot {
  padding: 100px 0 140px;
}

@media screen and (max-width: 767px) {
  .foot {
    padding: 60px 0 10px;
  }
}
.ft01 {
  text-align: center;
}
.ft01 a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ft01 {
    text-align: center;
  }
}
.ft02 {
  text-align: center;
  margin-top: 30px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .ft02 {
    text-align: center;
    margin-top: 30px;
    font-size: 2.8vw;
  }
}
.sc {
  width: 100%;
  bottom: 0;
  background: #434343;
  padding: 10px 0 10px;
  z-index: 3;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .sc {
    position: fixed;
  }
}
.sc.is-active {
  position: fixed;
}
@media screen and (min-width: 768px) {
  .sc.is-active {
    display: block;
  }
}

.sc .rela {
  position: relative;
}
.sc .rela.is-active {
  position: static;
}

.btn02 {
  margin: 0px auto 0;
  max-width: 720px;
  display: block;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background: #e83a3a;
  border-radius: 3px;
  line-height: 60%;
}

.btn02 span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.arrow {
  position: relative;
}
.arrow.is-active {
  position: static;
}

.scab {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -25px;
}

@media screen and (max-width: 767px) {
  .sc {
    width: 100%;
    bottom: 0;
    background: #434343;
    padding: 10px 0 10px;
    z-index: 3;
    border-radius: 0;
  }
  .sc .rela {
    position: relative;
  }
  .sc .rela.is-active {
    position: static;
  }
  .btn02 {
    margin: 0px auto 0;
    max-width: 90%;
    display: block;
    font-size: 3.56vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    background: #e83a3a;
    border-radius: 3px;
    line-height: 60%;
  }
  .btn02 span {
    font-size: 3vw;
  }
  .arrow {
    position: relative;
  }
  .arrow.is-active {
    position: static;
  }
  .scab {
    display: none !important;
  }
}
.head_inner {
  max-width: 1420px;
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hbtn {
  width: 320px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e83a3a;
  padding: 15px 5px;
  display: block;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ar::before {
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .head_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .head_inner p:first-child {
    width: 22.8%;
    margin-top: 1%;
  }
  .head_inner p {
    width: 47%;
  }
  .hbtn {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    background: #e83a3a;
    padding: 4% 5px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 5px;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

.u-red {
  color: #D65A6F;
}

.u-sm {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .u-sm {
    font-size: 0.625rem;
  }
}

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none; } }
@media only screen and (min-width: 767px) {
  .pc-none {
    display: none; } }

/*# sourceMappingURL=styles.css.map */
