@charset "UTF-8";
/*=========================================================================
CONTANTES BASIC
=========================================================================*/
@media screen and (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}
/* --------------------------------------------------------- */
body {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background: #fff8ce;
}

/* --------------------------------------------------------- */
#btnX a, #btnX img, .taco_basic img, .slide_pic, #siteLogo img, #catch img, #eventDate img, #iconFree img {
  width: 100%;
  height: auto;
  display: block;
}

#btnX a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* ---------------------------------------------------------------------- */
#mainContents {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  z-index: 1;
  padding: 45px 0 0;
}
@media screen and (max-width: 768px) {
  #mainContents {
    padding: 6% 0 0;
  }
}
#mainContents:before, #mainContents:after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  width: 29%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #ffe497;
}
@media screen and (max-width: 768px) {
  #mainContents:before, #mainContents:after {
    content: none;
  }
}
#mainContents:before {
  background-image: url("../img/teaser/bg_left.png");
  background-size: 108%;
  background-position: -220% 8vh;
  left: 0;
  /*
  -moz-animation: loop 140s linear infinite;
  animation: loop 140s linear infinite;
  */
}
#mainContents:after {
  background-image: url("../img/teaser/bg_right.png");
  background-size: 108%;
  background-position: 280% 4vh;
  right: 0;
  /*
  -moz-animation: loop02 140s linear infinite;
  animation: loop02 140s linear infinite;
  */
}

@-webkit-keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1600px;
  }
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1600px;
  }
}
@-webkit-keyframes loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1600px;
  }
}
@keyframes loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1600px;
  }
}
/*=========================================================================
SECTION：HEADLINE
=========================================================================*/
#section-Headline {
  width: 46%;
  height: auto;
  margin: 0 auto 4%;
}
@media screen and (max-width: 768px) {
  #section-Headline {
    width: 94%;
    height: auto;
    margin-bottom: 9%;
  }
}

#siteLogo, #catch, #eventDate, #iconFree {
  height: auto;
  margin: 0 auto;
}
#siteLogo {
  width: 100%;
  margin-bottom: 5%;
}

#catch, #eventDate {
  width: 66%;
}
@media screen and (max-width: 768px) {
  #catch, #eventDate {
    width: 94%;
  }
}

#catch {
  margin-bottom: 2%;
}

#eventDate {
  margin-bottom: 4%;
}

#iconFree {
  width: 18%;
}
@media screen and (max-width: 768px) {
  #iconFree {
    width: 32%;
  }
}

/*=========================================================================
SECTION：SLIDER
=========================================================================*/
@media screen and (max-width: 768px) {
  #section-Slider {
    background-color: #ffe497;
    background-image: url("../img/teaser/sp_bg.png");
    background-size: 70%;
    background-position: center 30px;
    background-repeat: no-repeat;
  }
}

/* ---------------------------------------------------------------------- */
#sliderBox {
  width: 66%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2%;
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #sliderBox {
    width: 100%;
    height: 100%;
    padding: 16% 0;
  }
}
#sliderBox .swiper-slide {
  overflow: hidden;
  border-radius: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  #sliderBox .swiper-slide {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
#sliderBox .swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#sliderBox .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#sliderBox .swiper-slide-active:before {
  content: none;
}
#sliderBox .swiper-button-prev:after,
#sliderBox .swiper-button-next:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 60px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #sliderBox .swiper-button-prev:after,
  #sliderBox .swiper-button-next:after {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #sliderBox .swiper-button-prev:after,
  #sliderBox .swiper-button-next:after {
    width: 60%;
  }
}
#sliderBox .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  #sliderBox .swiper-button-prev {
    left: 13%;
  }
}
#sliderBox .swiper-button-prev:after {
  background-image: url("../img/teaser/arrow_left.png");
}
@media screen and (max-width: 768px) {
  #sliderBox .swiper-button-prev:after {
    background-image: url("../img/teaser/sp_arrow_left.png");
  }
}
#sliderBox .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  #sliderBox .swiper-button-next {
    right: 13%;
  }
}
#sliderBox .swiper-button-next:after {
  background-image: url("../img/teaser/arrow_right.png");
}
@media screen and (max-width: 768px) {
  #sliderBox .swiper-button-next:after {
    background-image: url("../img/teaser/sp_arrow_right.png");
  }
}

/* --------------------------------------------------------- */
ul#slide_picList {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
ul#slide_picList li {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------- */
.slide_pic {
  border: 0.2rem solid #fff;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 100%;
  margin: 0;
}
.slide_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------------------- */
.taco_basic {
  position: absolute;
  z-index: 2;
  height: auto;
}
#tacoLeft {
  left: 36%;
  top: -5%;
  width: 11%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #tacoLeft {
    left: 20%;
    top: -3%;
    width: 31%;
  }
}
#tacoLeft img {
  -webkit-animation: shake 2.5s ease-out infinite;
          animation: shake 2.5s ease-out infinite;
}

#tacoRight {
  left: 57%;
  top: -18%;
  width: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #tacoRight {
    left: 60%;
    top: -1%;
    width: 36%;
  }
}
#tacoRight img {
  -webkit-animation: shake_two 6s ease-out infinite;
          animation: shake_two 6s ease-out infinite;
}

/* ---------------------------------------------------------------------- */
#btnX {
  position: fixed;
  z-index: 1;
  left: 74%;
  top: 3%;
  width: 4%;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 45px;
}
@media screen and (max-width: 768px) {
  #btnX {
    position: static;
    margin: 0 auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 10%;
    max-width: 36px;
  }
}
/* ---------------------------------------------------------------------- */
#archive_linkBloc {
  max-width: 550px;
  width: 90%;
  height: auto;
  margin: 75px auto 0;
  border-top: 1px solid #292929;
  padding: 45px 0 120px;
}
@media screen and (max-width: 768px) {
  #archive_linkBloc {
    margin: 3% auto 0;
    padding: 3% 0 12%;
  }
}

/* ---------------------------------------------------------------------- */
ul#archive_linkList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  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;
}
ul#archive_linkList li {
  font-family: "kei", sans-serif;
  margin: 0 4% 4% 0;
}
ul#archive_linkList li:last-of-type {
  margin-right: 0;
}
ul#archive_linkList li a {
  color: #050505;
  text-decoration: none;
  font-weight: 400;
  font-size: 40px;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  ul#archive_linkList li a {
    font-size: clamp(36px, 2.084vw, 40px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  ul#archive_linkList li a {
    font-size: clamp(30px, 3.002vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  ul#archive_linkList li a {
    font-size: max(18px, 3.906vw);
  }
}
ul#archive_linkList li a:hover {
  color: #f61241;
}

/*=========================================================================
FOOTER
=========================================================================*/
#Footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------- */
#footerContents, #copyBox {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #footerContents, #copyBox {
    padding: 4% 0;
  }
}

/* ---------------------------------------------------------------------- */
#Copy {
  text-align: center;
  line-height: 140%;
  color: #050505;
  font-size: 13px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #Copy {
    font-size: clamp(12px, 0.6774vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  #Copy {
    font-size: 1.562vw;
  }
}