@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width: 980px) {
  html {
    font-size: 1.0204081633vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  margin-inline: auto;
}

a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.__coming_soon {
  position: relative;
  pointer-events: none;
}

.__coming_soon::after {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  left: calc(50% - 23.5rem);
  background: url(../images/comingsoon.svg) no-repeat center center/contain;
  width: 47rem;
  height: 12rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .__coming_soon::after {
    width: 28rem;
    height: 7rem;
    top: -70%;
    left: calc(50% - 15rem);
  }
}

.__coming_soon a {
  pointer-events: none;
}

/*****************************
* 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,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
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-about {
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding: 4rem 0;
  }
}

.l-body__wrapper {
  max-width: 120rem;
  margin-inline: auto;
  border-radius: 20px;
  border: solid 11.3175px #231815;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-body__wrapper {
    border-width: 5px;
  }
}

.l-header {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-block: 2rem;
  }
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 98rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.p-about {
  border-top: solid 11.3175px #231815;
  border-bottom: solid 11.3175px #231815;
  background: linear-gradient(-52deg, #eb623c 25%, #e60013 25%, #e60013 50%, #eb623c 50%, #eb623c 75%, #e60013 75%, #e60013);
  background-size: 35px 45px;
}
@media screen and (max-width: 767px) {
  .p-about {
    border-width: 5px;
  }
}

.p-about__title {
  width: 77.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    width: 100%;
  }
}

.p-about__text1 {
  margin-top: 4rem;
}

.p-about__text2 {
  margin-top: 4rem;
}

.p-about__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__btn {
    margin-top: 4rem;
  }
}

.p-about__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-about__sale-title {
  margin-top: 4rem;
  margin-inline: 10rem;
}
@media screen and (max-width: 767px) {
  .p-about__sale-title {
    margin-inline: auto;
  }
}

.p-about__sale {
  margin-top: 1.7rem;
  margin-inline: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__sale {
    grid-template-columns: 1fr;
    gap: 1.2rem 0;
    margin-inline: auto;
  }
}

.p-access {
  position: relative;
  background-color: #e60012;
  padding-top: 12rem;
  padding-bottom: 7rem;
  border-top: solid 11.3175px #231815;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 6rem;
    padding-bottom: 4rem;
    border-width: 5px;
  }
}

.p-access::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 75px 0 75px;
  border-color: #231815 transparent transparent transparent;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-access::before {
    border-width: 18px 34px 0 34px;
  }
}

.p-access::after {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 75px 0 75px;
  border-color: #fff transparent transparent transparent;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-access::after {
    top: -5px;
    border-width: 18px 34px 0 34px;
  }
}

.p-access__address {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access__address {
    margin-top: 1rem;
  }
}

.p-access__tell {
  margin-top: 4.5rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-access__tell {
    pointer-events: auto;
    margin-top: 2rem;
  }
}

.p-access__map {
  margin-top: 5rem;
  max-width: 83.3rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 2rem;
    margin-inline: auto;
  }
}

.p-access__map::after {
  content: "";
  position: absolute;
  background: url(../images/access_05.png) no-repeat center center/cover;
  top: 13rem;
  right: -13rem;
  width: 24.8rem;
  height: 24.8rem;
}
@media screen and (max-width: 1024px) {
  .p-access__map::after {
    width: 10rem;
    height: 10rem;
    right: 0rem;
  }
}
@media screen and (max-width: 600px) {
  .p-access__map::after {
    width: 5rem;
    height: 5rem;
    top: 7rem;
    right: 0rem;
  }
}

.p-access__guidance {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-access__guidance {
    margin-top: 2rem;
  }
}

.p-access__route {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access__route {
    margin-top: 1rem;
  }
}

.p-access__organizer {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-access__organizer {
    margin-top: 1rem;
  }
}

.p-access__caution {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__caution {
    margin-top: 1rem;
  }
}

.p-drive__inner {
  width: 100%;
  margin-inline: auto;
  max-width: 117rem;
  padding-inline: 2.5rem;
  max-width: 110rem;
}
@media screen and (max-width: 767px) {
  .p-drive__inner {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.p-drive__head {
  padding: 20rem 0 15rem;
  border-bottom: solid 11.3175px #231815;
}
@media screen and (max-width: 767px) {
  .p-drive__head {
    border-width: 5px;
    padding: 4rem 0;
  }
}

.p-drive__title {
  width: 100%;
  margin-inline: auto;
}

.p-drive__center {
  position: relative;
  border-bottom: solid 11.3175px #231815;
  padding: 7rem 0 5rem;
  background: url(../images/bg_smallcar.png) no-repeat center center/cover;
  background-color: #fff0ac;
}
@media screen and (max-width: 767px) {
  .p-drive__center {
    border-width: 5px;
    padding: 6rem 0 4rem;
  }
}

.p-drive__center::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 75px 0 75px;
  border-color: #231815 transparent transparent transparent;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-drive__center::before {
    border-width: 18px 34px 0 34px;
  }
}

.p-drive__center::after {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 75px 0 75px;
  border-color: #fff transparent transparent transparent;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-drive__center::after {
    top: -5px;
    border-width: 18px 34px 0 34px;
  }
}

.p-drive__sub-title1 {
  width: 39.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-drive__sub-title1 {
    width: 20rem;
  }
}

.p-drive__sub-title2 {
  width: 53.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-drive__sub-title2 {
    width: 25rem;
  }
}

.p-drive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-drive__list {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
  }
}

.p-drive__img {
  height: 100%;
}

.p-drive__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .p-drive__img img {
    height: auto;
  }
}

.p-drive__bottom {
  border-bottom: solid 11.3175px #231815;
  padding: 7rem 0 5rem;
  background: url(../images/bg_kcar.png) no-repeat center center/cover;
  background-color: #e3f0f7;
}
@media screen and (max-width: 767px) {
  .p-drive__bottom {
    border-width: 5px;
    padding: 4rem 0;
  }
}

.p-event-venue__title {
  padding-top: 14.5rem;
  padding-bottom: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-event-venue__title {
    padding-block: 4rem;
  }
}

.p-event {
  border-bottom: solid 11.3175px #231815;
}
@media screen and (max-width: 767px) {
  .p-event {
    border-bottom: solid 5px;
  }
}

.p-event__title {
  padding-top: 14.5rem;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-event__title {
    padding-block: 4rem;
  }
}

.p-event__main {
  position: relative;
  border-top: solid 11.3175px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(240, 216, 139, .5)), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(240, 216, 139, .5)), color-stop(50%, transparent));
  background-image: linear-gradient(-90deg, rgba(240, 216, 139, .5) 50%, transparent 50%), linear-gradient(rgba(240, 216, 139, .5) 50%, transparent 50%);
  background-size: 40px 40px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-event__main {
    border-width: 5px;
  }
}

.p-event__main::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 75px 0 75px;
  border-color: #231815 transparent transparent transparent;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-event__main::before {
    border-width: 18px 34px 0 34px;
  }
}

.p-event__main::after {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 75px 0 75px;
  border-color: #fff transparent transparent transparent;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-event__main::after {
    top: -5px;
    border-width: 18px 34px 0 34px;
  }
}

.p-event__list {
  display: grid;
  gap: 4rem;
  padding-top: 9.5rem;
  padding-bottom: 6rem;
}
.p-event__list > :nth-child(6) {
  margin-bottom: -6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-event__list {
    gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .p-event__list > :nth-child(6) {
    margin-bottom: -2rem;
    z-index: 2;
  }
}

.p-event__item {
  max-width: 100rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-event__item {
    max-width: 60rem;
  }
}

.p-event__note {
  font-size: 1.6rem;
  text-align: right;
}

.p-event__note_up {
  font-size: 1.6rem;
  text-align: right;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .p-event__note_up {
    margin-top: -1rem;
  }
}

.p-header {
  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;
  border-bottom: solid 11.3175px #231815;
}
@media screen and (max-width: 767px) {
  .p-header {
    border-width: 5px;
  }
}

.p-header__logo {
  width: 44.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 28rem;
  }
}

.p-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-inline: 2rem;
  }
}

.p-media__img {
  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;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    width: 100%;
  }
}

.p-media__img_caption {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 0.5em;
}

.p-media__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-media__img img {
    max-height: 25rem;
  }
}

.p-media__body {
  width: calc(100% - 46rem);
}
@media screen and (max-width: 767px) {
  .p-media__body {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-media__title img {
    margin-inline: auto;
  }
}

.p-media__text {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-media__text img {
    margin-inline: auto;
  }
}

.p-media__note {
  background: #fff;
  border-radius: 2em;
  font-size: 1.6rem;
  padding: 0.8em 1em;
  margin: 0 1em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-media__note {
    font-size: 1.3rem;
  }
}

.p-mv {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#2C449A), color-stop(7%, #2C449A), color-stop(7%, #E60012), color-stop(8.43%, #E60012), color-stop(8.43%, #ffffff), color-stop(9.86%, #ffffff), color-stop(9.86%, #F39800), color-stop(11.3%, #F39800), color-stop(11.3%, #2EA7E0), color-stop(12.73%, #2EA7E0), color-stop(12.73%, #E60012), color-stop(18.54%, #E60012), color-stop(18.54%, #F19EC2), color-stop(19.97%, #F19EC2), color-stop(19.97%, #ffffff), color-stop(21.41%, #ffffff), color-stop(21.41%, #2C449A), color-stop(22.84%, #2C449A), color-stop(22.84%, #F19EC2), color-stop(24.27%, #F19EC2), color-stop(24.27%, #EA5514), color-stop(25.7%, #EA5514), color-stop(25.7%, #ffffff), color-stop(27.13%, #ffffff), color-stop(27.13%, #2EA7E0), color-stop(28.57%, #2EA7E0), color-stop(28.57%, #F19EC2), color-stop(31.43%, #F19EC2), color-stop(31.43%, #2C449A), color-stop(32.86%, #2C449A), color-stop(32.86%, #ffffff), color-stop(34.3%, #ffffff), color-stop(34.3%, #E60012), color-stop(35.73%, #E60012), color-stop(35.73%, #2C449A), color-stop(38.59%, #2C449A), color-stop(38.59%, #F39800), color-stop(41.46%, #F39800), color-stop(41.46%, #2C449A), color-stop(42.89%, #2C449A), color-stop(42.89%, #ffffff), color-stop(44.32%, #ffffff), color-stop(44.32%, #E60012), color-stop(50.13%, #E60012), color-stop(50.13%, #2EA7E0), color-stop(51.57%, #2EA7E0), color-stop(51.57%, #ffffff), color-stop(53%, #ffffff), color-stop(53%, #E60012), color-stop(54.43%, #E60012), color-stop(54.43%, #F39800), color-stop(55.86%, #F39800), color-stop(55.86%, #E60012), color-stop(57.29%, #E60012), color-stop(57.29%, #2C449A), color-stop(58.73%, #2C449A), color-stop(58.73%, #ffffff), color-stop(60.16%, #ffffff), color-stop(60.16%, #EA5514), color-stop(61.59%, #EA5514), color-stop(61.59%, #2C449A), color-stop(63.02%, #2C449A), color-stop(63.02%, #F19EC2), color-stop(64.46%, #F19EC2), color-stop(64.46%, #F39800), color-stop(67.32%, #F39800), color-stop(67.32%, #E60012), color-stop(68.75%, #E60012), color-stop(68.75%, #ffffff), color-stop(70.18%, #ffffff), color-stop(70.18%, #E60012), color-stop(76%, #E60012), color-stop(76%, #2C449A), color-stop(78.86%, #2C449A), color-stop(78.86%, #F39800), color-stop(80.29%, #F39800), color-stop(80.29%, #2EA7E0), color-stop(81.73%, #2EA7E0), color-stop(81.73%, #ffffff), color-stop(83.16%, #ffffff), color-stop(83.16%, #E60012), color-stop(84.59%, #E60012), color-stop(84.59%, #2C449A), color-stop(88.97%, #2C449A), color-stop(88.97%, #F19EC2), color-stop(90.4%, #F19EC2), color-stop(90.4%, #ffffff), color-stop(91.84%, #ffffff), color-stop(91.84%, #EA5514), color-stop(93.27%, #EA5514), color-stop(93.27%, #E60012), color-stop(99.08%, #E60012));
  background: linear-gradient(-270deg, #2C449A 0%, #2C449A 7%, #E60012 7%, #E60012 8.43%, #ffffff 8.43%, #ffffff 9.86%, #F39800 9.86%, #F39800 11.3%, #2EA7E0 11.3%, #2EA7E0 12.73%, #E60012 12.73%, #E60012 18.54%, #F19EC2 18.54%, #F19EC2 19.97%, #ffffff 19.97%, #ffffff 21.41%, #2C449A 21.41%, #2C449A 22.84%, #F19EC2 22.84%, #F19EC2 24.27%, #EA5514 24.27%, #EA5514 25.7%, #ffffff 25.7%, #ffffff 27.13%, #2EA7E0 27.13%, #2EA7E0 28.57%, #F19EC2 28.57%, #F19EC2 31.43%, #2C449A 31.43%, #2C449A 32.86%, #ffffff 32.86%, #ffffff 34.3%, #E60012 34.3%, #E60012 35.73%, #2C449A 35.73%, #2C449A 38.59%, #F39800 38.59%, #F39800 41.46%, #2C449A 41.46%, #2C449A 42.89%, #ffffff 42.89%, #ffffff 44.32%, #E60012 44.32%, #E60012 50.13%, #2EA7E0 50.13%, #2EA7E0 51.57%, #ffffff 51.57%, #ffffff 53%, #E60012 53%, #E60012 54.43%, #F39800 54.43%, #F39800 55.86%, #E60012 55.86%, #E60012 57.29%, #2C449A 57.29%, #2C449A 58.73%, #ffffff 58.73%, #ffffff 60.16%, #EA5514 60.16%, #EA5514 61.59%, #2C449A 61.59%, #2C449A 63.02%, #F19EC2 63.02%, #F19EC2 64.46%, #F39800 64.46%, #F39800 67.32%, #E60012 67.32%, #E60012 68.75%, #ffffff 68.75%, #ffffff 70.18%, #E60012 70.18%, #E60012 76%, #2C449A 76%, #2C449A 78.86%, #F39800 78.86%, #F39800 80.29%, #2EA7E0 80.29%, #2EA7E0 81.73%, #ffffff 81.73%, #ffffff 83.16%, #E60012 83.16%, #E60012 84.59%, #2C449A 84.59%, #2C449A 88.97%, #F19EC2 88.97%, #F19EC2 90.4%, #ffffff 90.4%, #ffffff 91.84%, #EA5514 91.84%, #EA5514 93.27%, #E60012 93.27%, #E60012 99.08%);
  background-size: 100% 60px;
  background-position: cente center;
  z-index: 2;
  overflow: hidden;
}

/*

*/
.p-mv::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 112.9rem;
  height: 82.3rem;
  background: url(../images/mv-bg-white.png?date=20230309) no-repeat center center/contain;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    width: 50rem;
    height: 40rem;
  }
}

.p-mv__inner {
  position: relative;
}

.p-mv__title {
  position: relative;
  z-index: 2;
}

.p-mv__title img {
  margin-inline: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1181/893;
}

.p-mv__img {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-inline: auto;
  width: 92rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 100%;
    bottom: 1rem;
    padding: 0 1rem;
  }
}

.p-privilege__head {
  border-bottom: solid 11.3175px #231815;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-privilege__head {
    border-width: 5px;
    padding: 4rem 2rem;
  }
}

.p-privilege__title {
  width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-privilege__title {
    width: 100%;
  }
}

.p-privilege__main {
  position: relative;
  border-bottom: solid 11.3175px #231815;
  padding-block: 13rem 6rem;
  background: linear-gradient(-45deg, #74b4e3 0%, #74b4e3 20%, #31a1db 20%, #31a1db 50%, #74b4e3 50%, #74b4e3 70%, #31a1db 70%, #31a1db 100%);
  background-size: 60px 60px;
  background-position: cente center;
}
@media screen and (max-width: 767px) {
  .p-privilege__main {
    border-width: 5px;
    padding: 4rem 0 2rem;
  }
}

.p-privilege__main::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 75px 0 75px;
  border-color: #231815 transparent transparent transparent;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-privilege__main::before {
    border-width: 18px 34px 0 34px;
  }
}

.p-privilege__main::after {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 75px 0 75px;
  border-color: #fff transparent transparent transparent;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-privilege__main::after {
    top: -5px;
    border-width: 18px 34px 0 34px;
  }
}

.p-privilege__content {
  padding-inline: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-privilege__content {
    border-width: 5px;
    padding: 4rem 2rem 2rem;
  }
}

.p-privilege__list {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
}

.p-privilege__item {
  width: 100%;
}

.p-privilege__item:not(:last-child) {
  border-bottom: 2px solid #fff;
}

.p-privilege__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-privilege__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-privilege__note {
  background: #fff;
  border-radius: 2em;
  font-size: 1.4rem;
  padding: 0.8em 1em;
  margin: 0 1em;
  text-align: center;
  font-weight: 700;
  margin-inline: 10rem;
}
@media screen and (max-width: 767px) {
  .p-privilege__note {
    font-size: 1.2rem;
    margin-inline: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-hidden {
  overflow: hidden;
}

.u-icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-icon__item:before {
  content: attr(data-icon);
  display: inline-block;
  margin-right: 0.5em;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-none {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
