@charset "UTF-8";
.hidden-xxs {
  display: block;
}

@media (max-width: 500px) {
  .hidden-xxs {
    display: none;
  }
}

.hidden-xs {
  display: block;
}

@media (max-width: 940px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}

@media (max-width: 940px) {
  .visible-xs {
    display: block;
  }
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.two-column > * {
  width: 48%;
}

@media (max-width: 940px) {
  .two-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .two-column > * {
    width: 48%;
  }
}

.three-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.three-column > * {
  width: 28%;
}

@media (max-width: 940px) {
  .three-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .three-column > * {
    width: 28%;
  }
}

.rule .three-column {
  max-width: 600px;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  min-width: 320px;
  background: #000;
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #fff;
}

header {
  position: relative;
}

header .main-v__bg {
  width: 100vw;
  height: auto;
  /* object-fit: cover; */
}

header .main-v__title {
  position: absolute;
  width: 940px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -63%);
          transform: translate(-50%, -63%);
}

@media (max-width: 940px) {
  .main-v__title {
    width: 90%;
  }
}

main {
  max-width: 1160px;
  margin: 20px auto 0;
  padding: 0 30px 20px;
  text-align: center;
}

@media (max-width: 940px) {
  main {
    padding: 15px;
  }
}

.fz-l {
  font-size: 5rem;
}

@media (max-width: 940px) {
  .fz-l {
    font-size: 3rem;
  }
}

.fz-m {
  font-size: 3rem;
}

@media (max-width: 940px) {
  .fz-m {
    font-size: 1.8rem;
  }
}

.fz18 {
  font-size: 1.8rem;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.wb {
  font-weight: bold;
}

.insta {
  margin-right: 10px;
}

.open-days {
  max-width: 90%;
  margin: 20px auto 0;
  padding: 50px;
  font-size: 6rem;
  line-height: 1.2;
  font-weight: bold;
  border: solid 1px #fff;
}

@media (max-width: 940px) {
  .open-days {
    max-width: unset;
    padding: 20px;
    font-size: 4.2rem;
  }
}

.how-to-entry__item__number {
  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;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-size: 2.3rem;
  font-weight: bold;
  color: #000;
  background: #fff;
  border-radius: 50%;
}

.how-to-entry__item__image {
  position: relative;
  margin-top: 20px;
}

.how-to-entry__item__image .thumb {
  position: absolute;
  width: 50%;
  top: 18%;
  left: 28%;
}

.how-to-entry__item__image .thumb.car-photo {
  top: 63%;
  left: 26%;
}

.how-to-entry__item__text {
  margin-top: 20px;
}

@media (max-width: 940px) {
  .how-to-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how-to-entry__item {
    width: 50%;
  }
  .how-to-entry__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.prize {
  margin-top: 40px;
}

.prize span {
  font-size: 70%;
}

.rule {
  padding: 20px;
  text-align: left;
  border: solid 1px #fff;
}

.rule__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.rule__title img {
  height: 30px;
}

.rule__title p {
  margin-left: 10px;
}

.rule__text {
  margin-top: 20px;
}

.rule.no-top {
  border-top: none;
}

.insta-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insta-img__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3%;
  border: solid 1px #333;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 940px) {
  .insta-img {
    display: block;
  }
  .insta-img__item {
    width: 100%;
  }
}

.p-accordion__item {
  cursor: pointer;
}

.p-accordion__content {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.p-accordion__content::-webkit-scrollbar {
  display: none;
}

.button {
  display: block;
  width: 48%;
  max-width: 100%;
  margin: 30px auto 0;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: solid 1px #999;
}

.button a {
  display: block;
  padding: 12px;
  color: #fff !important;
  background: #272727;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}

.button a:hover {
  color: #272727 !important;
  background-color: #fff;
  text-decoration: none;
}

.result {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.result figcaption a {
  text-decoration: underline;
}

.result a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.result a:hover img {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */