.loading {
  height: 100vh;
  width: 100%;
  background-color: #af1f24;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  transition: 0.3s;
  box-sizing: border-box;
}
.loading .loading-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin: auto;
}
.loading .loading-container .loading-ufo {
  width: 100px;
  padding-right: 1px;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .loading .loading-container .loading-ufo {
    width: 30%;
  }
}
.loading .loading-container .loading-text {
  color: #ffffff;
  font-size: 140%;
  font-weight: 600;
  padding-left: 30px;
}
.loading .loading-container .loading-text span:nth-child(1) {
  animation: dots1 3s infinite;
  opacity: 0;
}
.loading .loading-container .loading-text span:nth-child(2) {
  animation: dots2 3s infinite;
  opacity: 0;
}
.loading .loading-container .loading-text span:nth-child(3) {
  animation: dots3 3s infinite;
  opacity: 0;
}
@keyframes dots1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dots2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dots3 {
  0% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.loading .loading-container .loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
}
.loading .ufo-moving {
  transform-origin: center bottom;
  animation: ufo-moving 5s linear infinite;
}
@keyframes ufo-moving {
  0%,
  100% {
    transform: translateY(0px) rotate(-6deg);
  }
  25% {
    transform: translateY(-9px);
  }
  50% {
    transform: translateY(0px) rotate(10deg);
  }
  75% {
    transform: translateY(-9px);
  }
}

.content-container {
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content-container {
    width: 100%;
  }
}

.top-kv {
  display: block;
}
@media screen and (min-width: 768px) {
  .top-kv {
    min-height: 550px;
  }
}

.event .kv {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .event .kv {
    aspect-ratio: 80 / 23;
    width: 100%;
    height: auto;
    /* max-height: 54vh; */
  }
}
.event .list {
  display: flex;
}
.event .list .list-one {
  width: 50%;
  display: flex;
  position: relative;
}
.event .list .list-one:nth-child(1) {
  border-top: 1px solid #ffffff;
  border-right: 0.5px solid #ffffff;
}
.event .list .list-one:nth-child(2) {
  border-top: 1px solid #ffffff;
  border-left: 0.5px solid #ffffff;
}
.event .list .list-one .goods,
.event .list .list-one .menu {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .event .list .list-one .goods,
  .event .list .list-one .menu {
    width: 100%;
  }
}
.event .list .list-one .goods img,
.event .list .list-one .menu img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .event .list .list-one .goods img,
  .event .list .list-one .menu img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .event .list .list-one .goods img,
  .event .list .list-one .menu img {
    height: 100px;
  }
}
.event .list .list-one .event-title {
  width: 45%;
  background-color: #292223;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event .list .list-one .event-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .event .list .list-one .event-title .title-continer {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.event .list .list-one .event-title .title-continer div:nth-child(1) {
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 350%;
  line-height: 160%;
  text-align: center;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .event .list .list-one .event-title .title-continer div:nth-child(1) {
    font-size: 450%;
    line-height: 120%;
  }
}
@media screen and (max-width: 767px) {
  .event .list .list-one .event-title .title-continer div:nth-child(1) {
    width: 45%;
    font-size: 130%;
  }
}
.event .list .list-one .event-title .title-continer div:nth-child(2) {
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event .list .list-one .event-title .title-continer div:nth-child(2) {
    width: 55%;
    font-size: 60%;
  }
}
.event .list .list-one .event-title .event-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 50px;
  background-color: #af1f24;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .event .list .list-one .event-title .event-arrow {
    height: 30px;
    width: 15px;
  }
}
.event .list .list-one .event-title .event-arrow img {
  width: 30%;
}

.special {
  width: 100%;
  margin: auto;
}

.concept {
  position: relative;
  margin: 5% 0;
}
@media screen and (max-width: 767px) {
  .concept {
    margin: 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .concept .content-title {
    margin-left: 20px;
    padding: 4% 0 2%;
  }
}
.concept .bar-red {
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .concept .bar-red {
    top: 0%;
  }
}
@media screen and (min-width: 768px) {
  .concept .detail {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    margin: 20px auto;
    max-width: 1600px;
    position: relative;
  }
}
.concept .detail-wrapper {
  background-color: #af1f24;
  position: relative;
  padding: 2% 1%;
  border-radius: 0px 30px;
  box-shadow: 34px 24px 0px -5px #ebebeb;
}
@media screen and (max-width: 767px) {
  .concept .detail-wrapper {
    border-radius: 0px 0 0 30px;
    padding: 0;
  }
}
.concept .detail-container {
  overflow-y: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .concept .detail-container {
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .concept .detail-container {
    padding: 8% 7% 8% 6%;
  }
}
.concept .detail-container .detail-box {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .concept .detail-container .detail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .concept .detail-container .detail-box {
    width: 76%;
    padding-bottom: 30px;
  }
}
.concept .detail-container .detail-box div:nth-child(1) {
  font-weight: 900;
  font-size: 110%;
}
@media screen and (min-width: 768px) {
  .concept .detail-container .detail-box div:nth-child(1) {
    padding: 0 0 0 8%;
    width: 30%;
  }
}
.concept .detail-container .detail-box div:nth-child(1) h2 {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  .concept .detail-container .detail-box div:nth-child(1) h2 {
    font-size: 95%;
    line-height: 133%;
    padding-bottom: 3px;
    margin-bottom: 20px;
  }
}
.concept .detail-container .detail-box div:nth-child(2) {
  font-size: 110%;
  line-height: 190%;
}
@media screen and (min-width: 768px) {
  .concept .detail-container .detail-box div:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .concept .detail-container .detail-box div:nth-child(2) {
    font-size: 90%;
    line-height: 180%;
  }
}
.concept .detail-container .detail-name {
  width: 10%;
  text-align: right;
  writing-mode: vertical-rl;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept .detail-container .detail-name {
    max-width: 110px;
    padding: 0 1%;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 767px) {
  .concept .detail-container .detail-name {
    width: 8%;
    font-size: 165%;
  }
}
@keyframes ufo-disp-after {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.concept .detail-container .detail-name .ufo-line {
  position: absolute;
  left: 0%;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .concept .detail-container .detail-name .ufo-line {
    left: -240%;
  }
}
.concept .detail-container .detail-name .ufo-line .img-wrap {
  overflow: hidden;
  position: relative;
}
.concept .detail-container .detail-name .ufo-line.active {
  opacity: 1;
}
.concept .detail-container .detail-name .ufo-line.active .img-wrap::before {
  background: #af1f24;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  animation-duration: 0.5s;
  animation-delay: 1.5s;
  animation-name: img-wrap;
  animation-fill-mode: forwards;
}
@keyframes img-wrap {
  100% {
    transform: translateY(100%);
  }
}
.concept .detail-container .detail-name .ufo-line img {
  height: 100%;
}
.concept .detail-container .detail-name .ufo-logo-name {
  opacity: 0;
  transition: all 0.25s ease;
  transform: translateY(-100px);
}
.concept .detail-container .detail-name .ufo-logo-name.active {
  transform: translateY(0px);
  animation-name: ufo-disp-after;
  animation-duration: 0.4s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(0px);
  animation-timing-function: cubic-bezier(0.33, 0.74, 0.42, 0.96);
}
.concept .detail-container .detail-name .ufo-logo-name img {
  margin: auto;
  width: 27px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .concept .detail-container .detail-name .ufo-logo-name img {
    width: 23.5px;
  }
}
.concept .detail-container .detail-name .letter {
  display: inline-block;
  transform-origin: bottom;
  animation: showLetter 0.5s ease-in-out forwards;
}
@keyframes showLetter {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.concept .ufo {
  position: absolute;
  width: 6%;
}
@media screen and (min-width: 768px) {
  .concept .ufo {
    right: 150%;
    top: 0%;
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .concept .ufo {
    width: 18%;
    top: -5%;
    right: -50%;
  }
}
.concept .ufo-anime {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .concept .ufo-anime {
    animation-name: fly;
    animation-duration: 1.2s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    transform: scale(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .concept .ufo-anime {
    animation-name: fly-sp;
    animation-duration: 1.2s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    right: -50%;
    top: -30%;
    transform: scale(0, 0);
  }
}
.concept .ufo-anime img {
  width: 100%;
}
@keyframes fly {
  0% {
    right: 50%;
    top: -35%;
    transform: scale(0.2, 0.2);
  }
  60% {
    right: 30%;
    top: -50%;
    transform: scale(0.6, 0.6);
  }
  100% {
    right: 1%;
    top: -22%;
    transform: scale(1, 1);
  }
}
@keyframes fly-sp {
  0% {
    transform: scale(0, 0);
    top: -30%;
    right: -50%;
  }
  100% {
    transform: scale(1, 1);
    right: 2%;
    top: -10%;
  }
}

.news {
  margin: 10% 0 5%;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 25% 0 10%;
  }
}

.faq {
  margin-top: 150px;
  background-color: #f3f3f3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 25%;
  }
}
@media screen and (min-width: 768px) {
  .faq .content-title {
    position: absolute;
    left: 5%;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .faq .content-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -26px;
  }
}
.faq .content-container {
  width: 70%;
  max-width: 1200px;
  margin: auto;
  padding: 5% 0 2%;
}
@media screen and (max-width: 767px) {
  .faq .content-container {
    width: 90%;
    padding: 10% 0;
  }
}
.faq .content-container h2 {
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .faq .content-container h2 {
    margin: 30px 0 20px;
    font-size: 80%;
  }
}
.faq .content-container h2:before,
.faq .content-container h2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #0c0204;
}
.faq .content-container h2:before {
  margin-right: 1em;
}
.faq .content-container h2:after {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .faq .content-container h2 {
    font-size: 100%;
  }
}
.faq .content-container p {
  font-size: 95%;
  line-height: 142%;
}
.faq .content-container > ul > li {
  border-radius: 10px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.faq .content-container li {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 6% 25px 3%;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .content-container li {
    padding: 4%;
  }
}
.faq .content-container li h3 {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq .content-container li h3 {
    font-size: 110%;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .faq .content-container li h3 {
    font-size: 90%;
    line-height: 130%;
    padding-right: 8%;
  }
}
.faq .content-container li h3 .faq-q {
  max-width: 30px;
  width: 3.5%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .faq .content-container li h3 .faq-q {
    width: 8%;
  }
}
.faq .content-container li h3 .faq-puls {
  width: 3%;
  max-width: 25px;
  position: absolute;
  right: -5%;
  top: 0%;
  bottom: 0;
  margin: auto;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .faq .content-container li h3 .faq-puls {
    width: 7%;
    right: 0%;
  }
}
.faq .content-container li p,
.faq .content-container li ul {
  overflow: hidden;
  transition: all 0.25s ease;
  width: 100%;
  height: 0;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .faq .content-container li p,
  .faq .content-container li ul {
    font-size: 100%;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .faq .content-container li p,
  .faq .content-container li ul {
    font-size: 85%;
    line-height: 160%;
  }
}
.faq .content-container li.active {
  backface-visibility: hidden;
}
.faq .content-container li.active p,
.faq .content-container li.active ul {
  height: auto;
  padding: 20px 0 10px;
}
.faq .content-container li.active p li,
.faq .content-container li.active ul li {
  padding: 10px 0 0;
}
.faq .content-container li.active .faq-puls {
  transform: rotate(45deg);
}
.faq .content-container .link-btn {
  margin-top: 4%;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .faq .content-container .link-btn {
    width: 100%;
    margin-top: 15%;
  }
}

.notice {
  background-color: #686868;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .notice {
    padding: 20px 10px;
  }
}
.notice .notice-container {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  font-size: 95%;
}
@media screen and (min-width: 768px) {
  .notice .notice-container {
    text-align: center;
    width: 40%;
    min-width: 500px;
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .notice .notice-container {
    width: 96%;
  }
}
.notice .notice-container h2 {
  margin-right: 8%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .notice .notice-container h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.notice .notice-container h3 {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .notice .notice-container h3 {
    font-size: 80%;
    width: 100%;
  }
}

.dots-class {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .dots-class {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .dots-class li {
    width: 60px;
    height: 5px;
  }
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.news .news-more-btn-area {
  text-align: right;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news .news-more-btn-area {
    width: 94%;
  }
}
.news .news-more-btn-area a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #0c0204;
}
.news .news-more-btn-area .more-btn {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .news .news-more-btn-area .more-btn {
    font-size: 110%;
  }
}
@media screen and (max-width: 767px) {
  .news .news-more-btn-area .more-btn {
    font-size: 80%;
  }
}
.news .news-more-btn-area .more-btn img {
  width: 15px;
  margin-left: 10px;
}
