@charset "UTF-8";
em.nowrap {
  white-space: nowrap;
  font-style: normal;
}

.c-footer__float-navi {
  position: fixed;
  top: 50%;
  right: 0;
  width: 250px;
  margin-top: -77px;
  z-index: 2000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.float_hide .c-footer__float-navi {
  width: 48px;
}

.c-footer .c-footer__float-navi ul {
  margin: 0;
  width: 250px;
}

.c-footer .c-footer__float-navi a {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 13px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-footer .c-footer__float-navi li {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
}

.float_hide .c-footer .c-footer__float-navi > ul > li:hover {
  -webkit-transform: translateX(-197px);
  transform: translateX(-197px);
}

.float_hide .c-footer .c-footer__float-navi > ul > li:hover .c-footer__float-subnavi {
  opacity: 1;
}

.float_hide .c-footer .c-footer__float-navi li:hover span {
  opacity: 1;
}

.float_hide .c-footer__float-navi span {
  opacity: 0;
}

.c-footer__float-navi a img {
  width: 22px;
  display: block;
}

.c-footer__float-navi span {
  font-size: 1.4rem;
  padding: 0 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-footer__float-navi span .u-font-auditypenormal {
  padding: 0;
  font-family: Audi_Type_Normal;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi {
  width: 100%;
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
  -webkit-column-gap: 1px;
  column-gap: 1px;
  position: absolute;
  right: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1px auto;
  grid-template-columns: auto auto;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi li a {
  /*padding: 8px 0 0;*/
  height: 51px;
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi li span:first-child {
  z-index: 10;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi li span {
  padding: 0;
  font-family: Audi_Type_Normal;
}

.c-footer {
  color: #939393;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.7rem;
  line-height: 2;
  z-index: 2099;
  position: fixed;
}

.c-footer a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-footer ul,
.c-footer p {
  -webkit-margin-before: 1em;
  margin-top: 1em;
  -webkit-margin-after: 1em;
  margin-bottom: 1em;
}

.c-footer__float-subnavi {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.c-footer__float-subnavi .c-footer__float-subnavi-box {
  margin-top: 1px;
  display: block;
  line-height: 1.4;
}

.c-footer__float-subnavi .c-footer__float-subnavi-box a {
  border-top: 1px solid #fff;
  background-color: transparent;
}

.c-footer__float-subnavi .c-footer__float-subnavi-box a > span {
  z-index: 1;
}

.c-footer__float-subnavi .c-footer__float-subnavi-box a::before {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /*
    -webkit-clip-path: polygon(0% 0%, calc(50% - 10px) 0, 50% 8px, calc(50% + 10px) 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, calc(50% - 10px) 0, 50% 8px, calc(50% + 10px) 0, 100% 0, 100% 100%, 0 100%);
  */
  width: 100%;
  height: 100%;
}

.c-footer__float-subnavi .c-footer__float-subnavi-box > a:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}

/*.c-footer__float-subnavi .c-footer__float-subnavi-box::after {
  background: #000;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 8px;
  top: -1px;
  width: 20px;
  z-index: 1;
}*/
.c-footer a:hover + .c-footer__float-subnavi .c-footer__float-subnavi-box:after {
  opacity: 0.7;
}

.c-footer a:hover span {
  opacity: 1;
}

.float_hide .c-footer__float-subnavi {
  opacity: 0;
}

.c-btn {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
  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;
  height: 46px;
  max-width: 220px;
  min-width: 220px;
  padding: 0 15px;
  cursor: pointer;
  outline: none;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn.-transparent {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}

.c-btn.-transparent::after {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(84%) saturate(7483%) hue-rotate(88deg) brightness(107%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(84%) saturate(7483%) hue-rotate(88deg) brightness(107%) contrast(101%);
}

.c-btn.-border {
  border: 1px solid #fff;
}

.c-btn::after, .c-btn[target=_blank]:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
  background-image: url("../../assets/img/parts/icon-link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn-play .button.is-play {
  background-color: #707070;
  border-radius: 50%;
  border: none;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 10;
}

.c-btn-play .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.c-btn-play .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8;
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.c-link--icon [class^=c-icon] {
  margin-left: 4px;
}

.c-link--icon-before [class^=c-icon] {
  margin-right: 4px;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding-left: 250px;
  padding-right: 250px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2100;
}

.modal__container {
  aspect-ratio: 16/9;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh;
  width: 100%;
}

.modal__container iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.modal__content {
  line-height: 0;
}

.modal__close {
  height: 56px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 56px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.modal__close:after, .modal__close:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50px;
}

.modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
}
@keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}

@font-face {
  font-family: Audi_Type_Normal;
  src: url(assets/font/AudiType-Normal_4.03.woff2);
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

body {
  min-width: auto;
  font-family: AudiType, Helvetica Neue, 平成角ゴシック Std, 平成ゴシック, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.is-sp {
  display: none;
}

.fw-normal {
  font-family: Audi_Type_Normal, 平成角ゴシック Std, 平成ゴシック, sans-serif;
}

.c-block-detail {
  background-color: #000;
}

.c-block-detail .title {
  color: #fff;
  font-size: 38px;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  margin-bottom: 32px;
}

.c-block-detail .title > span {
  display: block;
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.4504166667;
}

.c-block-detail .img {
  position: relative;
  margin: auto;
  margin-bottom: 41px;
  width: 67.13%;
  min-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-block-detail .img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}

.c-block-detail .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-block-detail .js-visible::before {
  width: 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-block-detail .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.8666666667;
  text-align: center;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.c-block-detail .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.c-block-detail .link .c-btn {
  min-width: 262px;
  max-width: 262px;
}

.header {
  display: none;
}

.header2 {
  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;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding: 10px 20px;
  width: 100%;
  z-index: 2000;
}

.header2.js-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-hidden-footer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.is-show-footer {
  opacity: 1;
  visibility: visible;
}

.js-display {
  opacity: 1 !important;
  -webkit-transition: all 0.7s !important;
  transition: all 0.7s !important;
  visibility: visible !important;
}

.js-display-after::after {
  opacity: 1 !important;
  -webkit-transition: all 0.7s !important;
  transition: all 0.7s !important;
  visibility: visible !important;
}

.c-footer__float-navi {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi {
  display: block !important;
}

.movie {
  padding-top: 150px;
  padding-bottom: 80px;
  background-color: #000000;
}

.movie-title {
  font-size: 56px;
  text-align: center;
  color: #fff;
  word-break: break-word;
  margin-bottom: 26px;
}

.movie-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 14px;
}

.movie-video {
  position: relative;
  margin: 0 -20px;
  overflow: hidden;
  aspect-ratio: 25/9;
  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;
}

.movie-video .is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.movie-video iframe {
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
  aspect-ratio: 16/9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.movie-video picture {
  width: 100%;
  height: 100%;
}

.movie-video picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.movie-link .c-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
  background-image: url(../../assets/img/icon-link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.movie-link .c-btn[target=_self]:after {
  content: none;
}

.lineup {
  padding-top: 70px;
  padding-bottom: 97px;
  background-color: #fff;
}

.lineup-list-item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px 0;
}

.lineup-list-item .lineup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 900px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.lineup-list-item .lineup-item picture {
  width: 70vw;
  max-width: 482px;
}

.lineup-list-item .lineup-item picture img {
  width: 100%;
}

.lineup-list-item .lineup-item .detail {
  text-align: center;
  padding-top: 40px;
  padding-left: 10px;
}

.lineup-list-item .lineup-item .detail h3 {
  font-size: 35px;
  margin-bottom: 32px;
  text-align: left;
}

.lineup-list-item .lineup-item .detail a {
  margin-bottom: 10px;
}

.lineup-list-item .lineup-item .detail a:last-child {
  margin-bottom: 0;
}

.fair {
  padding-top: 96px;
  padding-bottom: 114px;
}

.fair .link a.c-btn {
  max-width: 240px;
  min-width: 240px;
  color: #000;
  background: #fff;
}

.fair .link a.c-btn::after {
  background-image: url(../../assets/img/icon-link_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.campaign {
  padding-top: 96px;
  padding-bottom: 24px;
  background-color: #fff;
}

.campaign .title,
.campaign .text {
  color: #000;
}

.campaign .img::before {
  background-color: #000;
}

.campaign .link .c-btn {
  min-width: 160px;
  max-width: 160px;
}

.campaign .link .c-btn::after {
  content: none;
}

.backto-etron {
  width: 100%;
  height: 24vw;
  max-height: 500px;
  min-height: 180px;
  padding: 20px;
  position: relative;
}

.backto-etron picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.backto-etron picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.backto-etron a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.8472222222;
  font-family: AudiType, Helvetica Neue, 平成角ゴシック Std, 平成ゴシック, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.modal__container iframe {
  border: 0;
}

@media (min-width: 768px) {
  .audi-footer {
    padding: var(--space-xl) var(--space-column) var(--space-m);
  }
}
@media screen and (min-width: 769px) {
  .header2 {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__overlay {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 769px) {
  .modal__overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__float-navi {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .c-footer .c-footer__float-navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .float_hide .c-footer .c-footer__float-navi {
    width: 100%;
  }
  .c-footer .c-footer__float-navi a:hover {
    background: #000;
  }
  .float_hide .c-footer__float-navi span {
    opacity: 1;
  }
  .float_hide .c-footer .c-footer__float-navi > ul > li:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-footer__float-navi li {
    width: 25%;
  }
  .c-footer__float-navi li + li {
    border-left: 1px solid #323232;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi {
    width: 100%;
    position: absolute;
    right: 0;
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi.is-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-top: none;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li a {
    height: 53px;
    padding-top: 0;
    background: #000;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li:first-child a {
    height: 53px;
    background: #000;
    padding-top: 0;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li:after,
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li::before {
    content: none;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li span {
    padding: 0;
    font-size: 1.2rem;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    /*
    border-bottom: 8px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1px;
    z-index: 1;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    /*
    border-bottom: 7px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
  }
  .c-footer__float-subnavi .c-footer__float-subnavi-box {
    margin-top: 0;
  }
  .c-footer__float-subnavi .c-footer__float-subnavi-box a {
    border-top: none;
  }
  .c-footer__float-navi span[data-device=sp] {
    display: block;
    line-height: 1.25;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 0 5px;
  }
  .c-footer .c-footer__float-navi a {
    height: 64px;
    letter-spacing: 0.03em;
    padding-bottom: 7px;
    padding-left: 0;
    padding-top: 10px;
    grid-row-gap: 2px;
    row-gap: 2px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 22px 2px 1fr;
    grid-template-rows: 22px 1fr;
  }
  .c-footer__float-navi a img {
    width: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer {
    font-size: 3.06667vw;
    margin-bottom: 64px;
    -webkit-transition: margin-bottom 0.5s;
    transition: margin-bottom 0.5s;
  }
  .c-footer a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    min-width: 320px;
    max-width: 320px;
  }
  .c-btn-play .button.is-play {
    width: 56px;
    height: 56px;
  }
  .container {
    padding: 0 30px;
  }
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .c-block-detail .title {
    font-size: 26px;
    line-height: 1.3846153846;
    text-align: left;
    margin-bottom: 16px;
  }
  .c-block-detail .title > span {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 5px;
  }
  .c-block-detail .img {
    min-width: 0;
    min-width: initial;
    margin-bottom: 25px;
    width: 100%;
  }
  .c-block-detail .text {
    font-size: 14px;
    text-align: left;
    line-height: 1.7142857143;
    margin-bottom: 20px;
  }
  .c-block-detail .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-block-detail .link .c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .header2__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header2__logo img {
    height: 12px;
    width: auto;
  }
  .header2__logo:last-child img {
    height: 16px;
    width: auto;
  }
  .audi-footer {
    padding-bottom: 75px !important;
  }
  .movie {
    padding: 62px 20px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .movie-title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .movie-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    gap: 14px;
  }
  .movie-link .c-btn {
    margin: 0 auto;
  }
  .movie-video {
    margin-bottom: 31px;
    aspect-ratio: 19/10;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .movie-video iframe {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  .lineup {
    padding: 70px 20px 85px;
  }
  .lineup-list-item {
    gap: 80px 0;
  }
  .lineup-list-item .lineup-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lineup-list-item .lineup-item picture {
    margin-bottom: 12px;
  }
  .lineup-list-item .lineup-item .detail {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
  .lineup-list-item .lineup-item .detail h3 {
    font-size: 26px;
    margin-bottom: 22px;
    text-align: center;
  }
  .lineup-list-item .lineup-item .detail a {
    margin-bottom: 14px;
  }
  .fair {
    padding-top: 63px;
    padding-bottom: 60px;
  }
  .fair .link a.c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .campaign {
    padding-top: 53px;
    padding-bottom: 28px;
  }
  .campaign .link .c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .backto-etron a {
    font-size: 26px;
    line-height: 1.8461538462;
  }
}
@media screen and (max-width: 380px) {
  .c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .c-block-detail .img img {
    min-height: 140px;
  }
  .lineup-list-item .lineup-item .detail {
    width: 100%;
    padding: 0 10px;
  }
}
/***************
  Tour
***************/
.kv-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  left: 0;
  top: 0;
  background: url(../../assets/img/kv-pc.jpg) no-repeat center 100%/cover;
}

.kv-bg::before, .kv-bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.kv-bg::before {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 2;
}

.kv-bg::after {
  background: #000;
  z-index: 3;
}

.kv-bg.is-inview {
  height: 100vh;
}

.kv-bg.is-inview::before {
  opacity: 1;
}

.kv-bg.is-inview::after {
  opacity: 0.5;
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 40px 3.6vw 60px 3.6vw;
}

.kv .bg-link {
  position: fixed !important;
}

.kv .bg-link {
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 95px;
  contain: paint;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px 14px;
  padding: 9px 0;
  color: #fff;
}

.kv .bg-link span {
  display: block;
  width: 100%;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
}

.kv .bg-link.js-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.kv .bg-link a.c-btn {
  max-width: 256px;
  min-width: 256px;
  background-color: transparent;
}

.kv-inner {
  position: relative;
  z-index: 5;
}

.kv-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 46px;
}

.kv-header__title .kv-header__title-logo {
  display: block;
  margin-bottom: 14px;
}

.kv-header__title h1 {
  position: relative;
  margin-bottom: 15px;
}

.kv-header__title h1 span {
  display: block;
  line-height: 1.3;
}

.kv-header__title h1 span:nth-child(1) {
  font-size: 46px;
}

@media only screen and (min-width: 769px) and (max-height: 800px) {
  .kv-header__title h1 span:nth-child(1) {
    font-size: 42px;
  }
}
.about {
  text-align: center;
  color: #fff;
  display: block;
  padding-top: 60px;
  padding-bottom: 160px;
}

.about h2 {
  font-size: 46px;
  margin-bottom: 40px;
  opacity: 0;
}

.about p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  opacity: 0;
}

.introduction {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #fff;
}

.introduction-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.introduction-main {
  margin-bottom: 40px;
}

.introduction-main h2 {
  display: block;
  text-align: center;
  font-size: 46px;
  color: #F50537;
  margin-bottom: 22px;
}

.introduction-movie div {
  position: relative;
  display: block;
  cursor: pointer;
}

.introduction-movie div::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #000;
  z-index: 10;
}

.introduction-movie div::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.introduction-movie:hover div::after {
  opacity: 0.5;
}

.introduction-movie span {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: block;
}

.introduction-movie span::before, .introduction-movie span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
}

.introduction-movie span::before {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.introduction-movie span::after {
  width: 17px;
  height: 20px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.introduction-sub {
  position: relative;
}

.introduction-sub h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 18px;
}

.introduction-sub__wrap {
  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;
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

.introduction-sub__wrap .introduction-movie {
  width: 47%;
  margin-bottom: 40px;
}

.introduction-sub__wrap .introduction-movie h3 {
  display: block;
  text-align: center;
  padding: 12px 0;
  font-weight: normal;
}

.introduction-attention {
  display: block;
  text-align: right;
  font-size: 12px;
  padding-top: 145px;
}

.playlist {
  background: #000;
  color: #fff;
  position: relative;
  border-bottom: 40px solid #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.playlist .playlist-logo {
  display: block;
  margin-bottom: 38px;
}

.playlist .playlist-logo img {
  display: block;
  margin: 0 auto;
}

.playlist h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 48px;
}

.playlist h2 span {
  display: block;
}

.playlist h2 span:nth-child(1) {
  font-size: 38px;
  margin-left: -40px;
}

.playlist h2 span:nth-child(2) {
  font-size: 24px;
}

.playlist p {
  display: block;
  text-align: center;
  margin-bottom: 32px;
}

.playlist .c-btn {
  max-width: 340px;
  min-width: 340px;
  margin: 30px auto 45px auto;
}

.playlist-inner {
  max-width: 980px;
  margin: 0 auto;
}

.playlist-spotify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  opacity: 0;
}

.playlist-spotify__item {
  display: block;
  width: 49%;
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
}

.playlist-spotify__item span {
  width: 100%;
  padding-top: 73%;
  position: relative;
  display: block;
}

.playlist-spotify__item span iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  display: block;
}

.playlist-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  opacity: 0;
}

.playlist-profile__img {
  width: 180px;
}

.playlist-profile__txt {
  width: calc(100% - 180px);
  padding-left: 4.4%;
}

.playlist-profile__txt dt {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.playlist-profile__txt dt span {
  display: inline-block;
  position: relative;
}

.playlist-profile__txt dt span:nth-child(1) {
  font-size: 28px;
}

.playlist-profile__txt dt span:nth-child(2) {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .kv-bg {
    background: url(../../assets/img/kv-sp.jpg) no-repeat center 80%/cover;
    height: calc(100vh - 170px);
    min-height: auto;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
  .kv-bg.is-inview {
    height: 100vh;
  }
  .kv {
    padding: 0px 0 60px 0;
  }
  .kv .bg-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 170px;
    padding: 0 20px;
    gap: 10px 10px;
  }
  .kv .bg-link span {
    font-size: 10px;
    line-height: 1.4;
  }
  .kv-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .kv-header h2 {
    padding: 14px 0;
    background: #000;
  }
  .kv-header h2 img {
    display: block;
    margin: 0 auto;
  }
  .kv-header__title {
    padding: 6vh 0 0 0;
  }
  .kv-header__title .kv-header__title-logo {
    position: relative;
    width: 100px;
    margin: 0 auto 6px auto;
  }
  .kv-header__title h1 {
    text-align: center;
    padding: 22px 0 12px 0;
  }
  .kv-header__title h1 span:nth-child(1) {
    display: inline-block;
    line-height: 1.1;
    font-size: 35px;
    margin-bottom: 6px;
  }
  .kv-image {
    width: 90vw;
    margin: 0 auto;
  }
  .kv-link a {
    display: block;
    width: 90vw;
    position: relative;
    margin: 15px auto 0 auto;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-weight: bold;
  }
  .about {
    padding-top: 90px;
    padding-bottom: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about h2 {
    display: inline-block;
    text-align: left;
    position: relative;
    font-size: 32px;
    width: 320px;
    margin: 0 auto 30px auto;
  }
  .about p {
    font-size: 15px;
    text-align: left;
    display: inline-block;
    line-height: 1.7;
    width: 320px;
    margin: 0 auto;
  }
  .introduction {
    padding: 60px 10px 60px 10px;
  }
  .introduction-main h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .introduction-sub h2 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .introduction-sub__wrap {
    display: block;
  }
  .introduction-sub__wrap .introduction-movie {
    width: 70%;
    display: block;
    position: relative;
    margin: 0 auto 20px auto;
  }
  .introduction-movie span::before {
    width: 54px;
    height: 54px;
  }
  .introduction-movie span::after {
    width: 14px;
    height: 18px;
  }
  .introduction-movie h3 {
    font-size: 14px;
  }
  .introduction-attention {
    text-align: center;
    font-size: 11px;
    line-height: 1.6;
    padding-top: 102px;
  }
  .playlist {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .playlist .playlist-logo {
    width: 265px;
    margin: 0 0 12px 0;
  }
  .playlist h2 {
    margin-bottom: 18px;
    text-align: left;
  }
  .playlist h2 span:nth-child(1) {
    font-size: 24px;
    margin-left: 0;
  }
  .playlist h2 span:nth-child(2) {
    font-size: 15px;
  }
  .playlist p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .playlist-spotify {
    display: block;
  }
  .playlist-spotify__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .playlist-spotify__item span {
    padding-top: 100%;
  }
  .playlist-profile {
    display: block;
  }
  .playlist-profile__img {
    margin-bottom: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .playlist-profile__img span:nth-child(1) {
    width: 80px;
  }
  .playlist-profile__img span:nth-child(2) {
    padding-left: 5%;
    font-weight: bold;
    font-size: 22px;
  }
  .playlist-profile__img span:nth-child(2) small {
    font-size: 15px;
    display: block;
  }
  .playlist-profile__txt {
    padding-left: 0;
    width: 100%;
  }
  .playlist-profile__txt dt {
    display: none;
  }
  .playlist-profile__txt dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 300px) {
  .kv .bg-link a.c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
}
.font-jan {
  font-family: Audi_Type_Normal, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
}

.introduction-main p {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.present {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.present p {
  font-size: 15px;
}
.present p a {
  text-decoration: underline;
  color: #000;
}
.present p a:hover {
  text-decoration: none;
}

.present-ttl {
  text-align: center;
  display: block;
  font-size: 40px;
  position: relative;
  margin-bottom: 25px;
}

.present-copy {
  display: block;
  text-align: center;
}

.present-inner {
  position: relative;
  max-width: 980px;
  display: block;
  margin: 0 auto;
  padding: 60px 0;
}
.present-inner h3 {
  display: block;
  text-align: center;
  font-size: 28px;
  margin-bottom: 35px;
  line-height: 1.8;
}
.present-inner h3 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.present-present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.present-present .present-thumb {
  width: 47%;
}
.present-present .present-thumb h4 {
  display: block;
  padding: 12px 0 0 0;
}
.present-present .present-thumb h4 span {
  display: block;
}
.present-present .present-thumb h4 span:nth-child(2) {
  font-weight: normal;
  font-size: 15px;
}

.present-subttl {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
}

.present-howto {
  position: relative;
  padding: 32px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.present-howto li {
  width: 47%;
  font-size: 14px;
}
.present-howto li span {
  display: block;
  width: 70px;
  margin-bottom: 15px;
}
.present-howto li ol {
  line-height: 2;
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 15px;
}
.present-howto li ol li {
  width: 100%;
  list-style-type: auto;
}
.present-howto li a.c-btn {
  max-width: 440px;
  min-width: 440px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.present-howto li .c-btn::after, .present-howto li .c-btn[target=_blank]:after {
  mix-blend-mode: exclusion;
}

.present-attention {
  padding-top: 50px;
}
.present-attention dt {
  display: block;
  font-weight: bold;
  padding: 20px 30px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  cursor: pointer;
}
.present-attention dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: calc(50% - 8px);
  background: url(../../assets/img/icon-toggle.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.present-attention dt.is-open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.present-attention dd {
  font-size: 14px;
  background: #F2F2F2;
  position: relative;
  padding: 35px;
}
.present-attention dd span {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
}
.present-attention dd ul {
  padding-left: 1.2em;
}
.present-attention dd ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .introduction-main p {
    text-align: left;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .introduction-main p br {
    display: none;
  }
  .present-ttl {
    font-size: 26px;
    text-align: left;
  }
  .present-copy {
    text-align: left;
    font-size: 14px;
  }
  .present-copy br {
    display: none;
  }
  .present-inner {
    padding: 30px 0;
  }
  .present-inner h3 {
    font-size: 20px;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .present-inner h3 span {
    font-size: 14px;
  }
  .present-present {
    display: block;
  }
  .present-present .present-thumb {
    width: 100%;
    margin-bottom: 35px;
  }
  .present-present .present-thumb h4 {
    line-height: 1.4;
  }
  .present p {
    font-size: 14px;
  }
  .present-subttl {
    font-size: 18px;
  }
  .present-howto {
    display: block;
  }
  .present-howto li {
    width: 100%;
    margin-bottom: 40px;
  }
  .present-howto li ol {
    font-size: 14px;
  }
  .present-howto li ol li {
    margin-bottom: 2px;
  }
  .present-howto li a.c-btn {
    max-width: 100%;
    min-width: 100%;
    height: 70px;
    text-align: center;
  }
  .present-howto li .c-btn::after, .present-howto li .c-btn[target=_blank]:after {
    position: absolute;
    display: block;
    margin-left: 0;
    top: calc(50% - 8px);
    right: 15px;
  }
  .present-attention dt {
    padding: 20px 2px;
  }
  .present-attention dd {
    font-size: 12px;
    padding: 30px 20px;
  }
  .present-attention dd span {
    font-size: 14px;
  }
}

/* 20260605 */
.is-sp {
display: none;
}
.kv-bg {
background-color: #000000;
}
.kv-header {
display: block;
}
.kv-header__title {
text-align: center;
}
.c-btn.-border {
border-radius: 35px;
background-color: #657081;
}
.container.about h2 {
margin-bottom: 55px;
} 
.container.about p + p {
margin-top: 35px;
}
.kv .bg-link {
height: 120px;
}  
.kv .bg-link .c-btn.-border {
background-color: #657081;
border-color: #657081;
box-sizing: border-box;
}
.kv .bg-link .c-btn.-border + a {
background-color: #181d25;
border-color: #2c343f;
}  
.kv-bg.is-inview::after {
opacity: 1;
}

/* ギャラリー */  
.swiper.main-data-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
background-color: #cccccc;
padding: 55px 0 35px;
}
.main-data .main-data-swiper .main-data-wrapper .data-item {
padding: 0;
background-color: transparent;
}
.main-data .main-data-swiper .main-data-wrapper .data-item picture {
margin-bottom: 0;
}  
.main-data.js-fade-in.js-display {
margin: -100px auto -205px;
}
@media only screen and (max-width: 768px) {
.swiper.main-data-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
background-color: #ffffff;
padding: 0 0 35px;
} 
}

@media only screen and (max-width: 768px) {  
.kv-bg {
height: calc(100vh - 130px);
min-height: auto;
-webkit-transition: 0.15s;
transition: 0.15s;
}
.kv-header__title {
padding: 3.5vh 0 0 0;
}
.kv-header__title h1 {
padding: 0.75vh 0 0 0;
}  
.kv-header__title h1 span:nth-child(1) {
font-size: 3.5vh;
line-height: 1.1;
}
}

.header2 a + a {
color: #ffffff;
text-decoration: none;
}

@media only screen and (max-width: 768px) {
.is-sp {
display: block;
}
.kv-bg {
background-color: #000000;
}  

.header2 a + a {
font-size: 2.5vw;
}
.about h2 {
display: inline-block;
line-height: 1.3;
text-align: center;
position: relative;
font-size: 6vw;
width: 100%;
margin: 0 auto 30px auto;
}
.about p {
text-align: center;
width: 350px;
font-size: 3.6vw;  
} 
.kv .bg-link {
height: 21vh;
padding: 1.25vh 20px;
gap: 1.8vh 10px;
}
.kv .bg-link a.c-btn{
height: 30px;
}
}
.js-scroll-to.img {
width: 100%;
}
.img_on {
position: relative;
margin-bottom: 125px;
margin-left: -30px;
margin-right: -30px;
}
.img_on p {
color: #ffffff;
text-align: center;
font-size: 28px;
position: absolute;
bottom: 125px;
left: 50%;
transform: translateX(-50%);
}  
.flap_img_text_jc {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 1000px;
margin: 0 auto 75px;
}
.flap_img_text_jc_img {
width: 48%;
}
.flap_img_text_jc_text {
width: 48%;
font-size: 18px;
}
.flap_img_text_jc_text h3 {
font-size: 22px;
margin-bottom: 15px;
}
.flap_img_text_jc_text p + p {
margin-top: 35px;
}
.flap_img_text_jc .c-btn {
background-color: #181d25;
border-color: #2c343f;
margin-top: 45px;
}
.flap_img_text_jc_img + .flap_img_text_jc_text {
margin-left: 4%;
}
.flap_img_text_jc_text + .flap_img_text_jc_img {
margin-left: 4%;
}

.title.js-fade-in.js-display {
font-size: 42px;
margin-bottom: 55px;
}

.flap_img_text_jt {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
width: 1000px;
margin: 0 auto 95px;
}
.flap_img_text_jt_img {
width: 48%;
}
.flap_img_text_jt_text {
width: 48%;
}
.flap_img_text_jt_text .movie-link {
margin: 25px 0 0 0;
}
.flap_img_text_jt_text .movie-link a {
padding: 15px 25px;
max-width: initial;
font-size: 13px;
height: auto;
background-color: #657081;
}
.flap_img_text_jt_text .movie-link a + a {
background-color: #181d25;
border-color: #2c343f;
box-sizing: border-box;
color: #ffffff;
}

.flap_img_text_jt_img + .flap_img_text_jt_text {
margin-left: 4%;
}
.flap_img_text_jt_text h3 {
font-size: 24px;
margin-bottom: 15px;
}   
.flap_img_text_odd {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 1000px;
margin: 0 auto 75px;
}
.flap_img_text_odd_img {
width: 25%;
}
.flap_img_text_odd_text {
width: 71%;
margin-left: 4%;
}
.flap_img_text_odd_text h3 {
font-size: 20px;
border-bottom: solid 1px #000000;
padding-bottom: 5px;
margin-bottom: 15px;
}
.flap_img_text_odd_text p {
font-size: 16px;
}

.flap_img_text_jc + .js-fade-in {
margin-top: -125px;
} 

@media only screen and (max-width: 768px) {

.img_on {
margin: 0 -30px 75px;
} 
.img_on p {
width: 85%;
font-size: 18px;
bottom: 20vw;
}
.flap_img_text_jc {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
width: 100%;
margin: 0 auto 75px;
}
.flap_img_text_jc .c-btn {
max-width: 100%;
}
.flap_img_text_jt {
display: block;
flex-wrap: nowrap;
align-items: top;
width: 100%;
margin: 0 auto 75px;
}
.flap_img_text_jc_img {
width: 48%;
}
.flap_img_text_jc_text {
width: 48%;
font-size: 13px;
}
.flap_img_text_jc_text h3 {
font-size: 22px;
margin-bottom: 15px;
}
.flap_img_text_jc_text p + p {
margin-top: 15px;
}
.flap_img_text_jc a.c-btn.-border.is-sp {
font-size: 12px;
height: auto;
text-align: center;
padding: 10px;
margin-top: 20px;
}

.main-data.js-fade-in.js-display {
margin-bottom: -30vh;
}
.flap_img_text_jc + .js-fade-in {
margin-top: -30vh;
}
.flap_img_text_jc_img + .flap_img_text_jc_text {
margin-left: 4%;
}
.flap_img_text_jc_text + .flap_img_text_jc_img {
margin-left: 4%;
}
.flap_img_text_jt_text {
width: 94%;
margin: 15px auto 28px;
}
.flap_img_text_jt_img + .flap_img_text_jt_text {
margin-left: auto;
}
.flap_img_text_jt .c-btn.-border {
max-width: 100%;
margin-bottom: 12px;
}
.flap_img_text_odd {
display: block;
flex-wrap: nowrap;
align-items:baseline;
width: 100%;
margin: 0 auto 75px;
overflow: hidden;
}
.flap_img_text_odd_img {
width: 35%;
display: inline-block;
float: left;
margin: 0 5% 3% 0;
}
.flap_img_text_odd_text {
display: inline;
margin-left: 0;
}
.flap_img_text_odd_text h3 {
font-size: 20px;
border-bottom: solid 1px #000000;
padding-bottom: 5px;
margin-bottom: 15px;
overflow: hidden;
}
.flap_img_text_odd_text p {
font-size: 16px;
}
.title.js-fade-in.js-display {
font-size: 28px;
text-align: center;
margin-bottom: 26px;
}
}

.swiper-slide {
cursor: pointer;
}
.main-data .swiper-button-next:after,
.main-data .swiper-button-prev:after {
color: #000000;
}
.main-data .swiper-pagination span.swiper-pagination-bullet {
background-color: #000000;
}
.main-data .swiper-pagination .swiper-pagination-bullet-active:before {
background-color: #000000;
}

.movie-title {
font-size: 42px;
margin-bottom: 55px;
}

.block_segment {
background: #000000;
}

.block_segment_inner {
background: #000000;
}
.block_segment img {
width: 100%;
}


.flex_2col_flap {
width: 1000px;
margin: 200px auto;
background: #101319;
display: flex;
flex-wrap: wrap;
border-radius: 15px;
border: solid 1px #2d3239;
}
.flex_2col_flap_l {
width: 48%;
margin-right: 4%;
}
.flex_2col_flap_r {
width: 48%;
color: #ffffff;
padding: 2.1% 4% 0 0;
}
.flex_2col_flap img {
border-radius: 15px 0 0 15px;
margin-bottom: -6px;

}
.flex_2col_flap h3 {
font-size: 25.2px;
line-height: 1.4;
margin: 0 0 17px;
}
.flex_2col_flap h3 span {
display: block;
font-size: 65%;
margin-top: 8px;
}
.flex_2col_flap p {
display: block;
font-size: 16px;
line-height: 1.8;
margin-bottom: 23px;
}
.flex_2col_flap .movie-link {
margin-bottom: 0;
justify-content: unset;
-webkit-box-pack: unset;
}
.back_page {
position: relative;
}
.back_page p {
font-size: 28px;
color: #ffffff;
line-height: 2;
text-align: center;
margin-bottom: 50px;
}
.fixed_item {
position: absolute;
bottom: 75px;
left: 50%;
transform: translateX(-50%);
}
.fixed_item .movie-link {
margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.block_segment {
}
.block_segment_inner {
padding-left: 30px;
padding-right: 30px;
}
.block_segment img {
width: 100%;
}
.flex_2col_flap {
width: 100%;
margin: 100px auto;
display: block;
flex-wrap: nowrap;
}
.flex_2col_flap_l {
width: 100%;
margin-right: 0;
margin-bottom: 15px;
}
.flex_2col_flap_r {
width: 100%;
color: #ffffff;
padding: 0 5.5% 8.5%;
}
.flex_2col_flap img {
border-radius: 15px 15px 0 0;
margin-bottom: 0;
}
.flex_2col_flap h3 {
font-size: 22px;
line-height: 1.4;
margin: 0 0 16px;
}
.flex_2col_flap h3 span {
display: block;
font-size: 65%;
margin-top: 10px;
}
.flex_2col_flap p {
display: block;
font-size: 14px;
margin-bottom: 25px;
}
.flex_2col_flap .movie-link {
margin-bottom: 0;
justify-content: unset;
-webkit-box-pack: unset;
}
.back_page {
position: relative;
}
.back_page p {
font-size: 3.2vw;
margin-bottom: 4vw;
}
.fixed_item {
width: 85%;  
bottom: 4.5vh;
}
.fixed_item .movie-link {
margin-bottom: 0;
}
}

.introduction-main .introduction-movie div::after {
width: 98%;
height: 99%;
}  
.introduction-sub .introduction-movie div::after {
width: 100%;
height: 98%;
}  
/* 20250623『Impression Movie』コンテンツ幅を調整 */
.introduction-sub__wrap {
max-width: none;
}  
@media only screen and (max-width: 768px) {    
.introduction-sub__wrap .introduction-movie {
width: 90%;
}
}

/* 20250623『SNSキャンペーン』賞品画像の幅を調整 */
.present-present .present-thumb {
width: 40%;
}
.present-present {
justify-content: normal;
}  
.present-thumb:nth-child(even) {
margin-left: 13%;
}  
@media only screen and (max-width: 768px) {
.present-present .present-thumb {
width: 90%;
}  
.present-thumb:nth-child(even) {
margin-left: 0;
}
}

.c-btn.-border.primary {
border: none;
}