.kv {
  width: 100%;
  background: url("./../../assets/img/lp/23fit_local/kv.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lineup-title_bg {
  width: 100%;
  background: repeating-linear-gradient( -45deg, #FFF, #FFF 3px, #DAE5F0 0, #DAE5F0 10px );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position:relative; 
  height: 20px;
  margin: 100px 0 120px;
}

@media screen and (min-width:479px) and (max-width:768px)  {
  .lineup-title_bg {
    height: 10px;
    margin: 10% 0 12%;
  }
}

@media screen and (max-width: 479px) {
  .lineup-title_bg {
    height: 10px;
    margin: 40px 0 50px;
  }
}

.lineup-title {
  position: absolute;
  top:-290%;
  left:27%;
  width:45%;
}

@media screen and (max-width: 767px) {
  .lineup-title {
    top: -200%;
    left: 16%;
    width: 65%;
  }
}

.lineup_bg {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lineup_bg {
    padding: 20px 0;
  }
}

.lineup_bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DAE5F0;
    transform: skewY(-6deg) translateY(-90px);
    z-index: -1;
}

.movie-title_bg {
  width: 100%;
  background: repeating-linear-gradient( -45deg, #FFF, #FFF 3px, #FFF0DA 0, #FFF0DA 10px );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position:relative; 
  height: 20px;
  margin: 100px 0 120px;
}

@media screen and (min-width:479px) and (max-width:768px)  {
  .movie-title_bg {
    height: 10px;
    margin: 10% 0 12%;
  }
}

@media screen and (max-width: 479px) {
  .movie-title_bg {
    height: 10px;
    margin: 40px 0 50px;
  }
}

.movie-title {
  position: absolute;
  top:-220%;
  left:32%;
  width:38%;
}

@media screen and (max-width: 767px) {
  .movie-title {
    top: -140%;
    left: 22%;
    width: 55%;
  }
}

.movie_bg {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
  .movie_bg {
    padding: 20px 0 0;
  }
}

.movie_bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF0DA;
    transform: skewY(-6deg) translateY(-90px);
    z-index: -1;
}

.movie {
    position: relative;
    margin: 0 0 40px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-shadow: 15px 15px #FFE3BA;
}

@media screen and (max-width: 767px) {
  .movie {
      margin: 0 0 20px;
      box-shadow: 5px 5px #FFE3BA;
  }
}

.rakumaru_bg {
    width: 100%;
    margin: 0;
    padding: 120px 0 100px;
    position: relative;
    top: 200px;
}

@media screen and (max-width: 767px) {
  .rakumaru_bg {
    padding: 160px 0 100px;
    top: 120px;
  }
}

.rakumaru_bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E5F0E0;
    transform: skewY(-6deg) translateY(-90px);
    z-index: -1;
}

.rakumaru-title_bg {
  width: 100%;
  position:relative; 
  height: 160px;
  margin: 100px 0 -110px;
}

@media screen and (max-width: 767px) {
  .rakumaru-title_bg {
    margin: 20px 0 -300px;
  }
}

.rakumaru-title {
  position: absolute;
  top:-230%;
}

@media screen and (max-width: 767px) {
  .rakumaru-title {
    top: -180%;
    left: 0;
    width: 100%;
  }
}

.rakumaru {
    position: relative;
    margin: 0 0 40px;
    height: 100%;
    overflow: hidden;
    box-shadow: 15px 15px #CAE0C1;
}

@media screen and (min-width:479px) and (max-width:768px)  {
  .rakumaru {
      margin: 12% 0 5%;
      box-shadow: 5px 5px #CAE0C1;
  }
}

@media screen and (max-width: 479px) {
  .rakumaru {
      margin: 0 0 20px;
      box-shadow: 5px 5px #CAE0C1;
  }
}

.caution_bg {
    width: 100%;
    margin: 0;
    padding: 120px 0 100px;
    position: relative;
    top: 70px;
}

@media screen and (max-width: 767px) {
  .caution_bg {
    padding: 40px 0 20px;
    top: 5px;
  }
}

.banner__container {
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .banner__container {
    padding: 20px 0 0;
  }
}

.fitLocal__secContainer {
  padding: 0;
}

.fitLocal__secInner {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .fitLocal__secInner {
    margin-bottom: 20px;
  }
}

.fitLocal__swiperBtnLink {
  position: absolute;
  bottom: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  width: 85%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
  .fitLocal__swiperBtnLink {
    bottom: 10px;
  }
}

.fitLocal__swiperBtnLink:hover {
  -webkit-box-shadow: -3px -3px 8px 0px white, 3px 3px 8px 0px black;
     -moz-box-shadow: -3px -3px 8px 0px white, 3px 3px 8px 0px black;
          box-shadow: -3px -3px 8px 0px white, 3px 3px 8px 0px black;
  -webkit-transform: translateY(-5px) translateX(-50%);
     -moz-transform: translateY(-5px) translateX(-50%);
      -ms-transform: translateY(-5px) translateX(-50%);
       -o-transform: translateY(-5px) translateX(-50%);
          transform: translateY(-5px) translateX(-50%);
}

.fitLocal__slideWrapper2 {
   box-shadow: 15px 15px #B8D1E3;
}

@media screen and (max-width: 767px) {
  .fitLocal__slideWrapper2 {
     box-shadow: 5px 5px #B8D1E3;
  }
}

.fitLocal .swiper-slide {
  position: relative;
}

.fitLocal .swiper-button-prev,
.fitLocal .swiper-button-next {
  background: none;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .fitLocal .swiper-button-prev,
  .fitLocal .swiper-button-next {
    width: 18px;
  }
}

.fitLocal .swiper-button-prev {
  left: -68px;
}

@media screen and (max-width: 767px) {
  .fitLocal .swiper-button-prev {
    left: 25px;
  }
}

.fitLocal .swiper-button-next {
  right: -68px;
}

@media screen and (max-width: 767px) {
  .fitLocal .swiper-button-next {
    right: 25px;
  }
}

.fit23__fixed .fit23__LP__sec04__inline {
  display: block;
  width: 100%;
}
.fit23__fixed .fit23__LP__sec04__inlineItem {
  max-width: 110px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .fit23__fixed .fit23__LP__sec04__inlineItem {
    max-width: 60px;
  }
}

.fit23__fixed .fit23__LP__sec04__inlineItem2 {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #E50012;
  position: relative;
}

.fit23__fixed .fit23__LP__sec04__inlineItem2 .fit23__LP__sec04__inlineItem2__text {
  width: 450px;
  margin: 0 auto;
  padding: 15px 10px;
}

@media only screen and (max-width: 768px) {
  .fit23__fixed .fit23__LP__sec04__inlineItem2 .fit23__LP__sec04__inlineItem2__text {
    width: 200px;
    padding: 10px 5px;
  }
}

.fit23__fixed .fit23__LP__sec04__inlineItem2 .fit23__LP__sec04__inlineItem2__store {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.fit23__fixed .fit23__LP__sec04__inlineItem2 .fit23__LP__sec04__inlineItem2__store img {
  height: 100%;
  width: auto;
}

.fit23__fixed .fit23__LP__sec04__inline__group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .fit23__fixed .fit23__LP__sec04__inline__group {
    padding-bottom: 0px;
  }
}

.fit23__fixed .fit23__LP__sec04__inline__group__col {
  width: 30%;
}

.fit23 #search-fixed .search-fixed-item {
  max-width: 100%;
  width: inherit;
  bottom: 0;
}

.fit23__fixed2 .fit23__LP__sec04__inlineItem {
  display: flex;
  max-width: 110px;
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .fit23__fixed2 .fit23__LP__sec04__inlineItem {
    max-width: 60px;
    bottom: 20vw;
    right: 15px;
  }
}

.fit23 #search-fixed .search-fixed-item .fit23__LP__sec04__inline {
  margin: 0 auto;
}

.btn__container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .btn__container {
    width: 100%;
    box-sizing: border-box;
  }
}

.lp__flex__field .lp__col__3550 {
    width: 35%;
}

@media screen and (max-width: 767px) {
.lp__flex__field .lp__col__3550 {
    width: 50%;
  }
}