@charset "UTF-8";

html{
  background-color: #FFEFED;
}

.container_y {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
  scroll-snap-align: start;
}

.container_y::-webkit-scrollbar{
  display:none;
}

.container_x {
  overflow: auto;
  scroll-snap-type: x mandatory;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
	justify-content: unset;
  scroll-snap-align: start;
}
.area {
  scroll-snap-align: start;
  height: 100vh;
  min-width: 100%;
}

.areaform{
  scroll-snap-align: start;
  height: 280vh;
  min-width: 100%;
}

img{
  max-width:100%;
}

a{
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

  
  .visible-area{
    position: relative;
  }

.float-button__wrap{
  position: fixed;
  bottom: -22px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 999;
  width: 90%;
  font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 43px;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: #F07171;
    color: #fbfbfb;
    font-weight: 600;
    text-align: center;
    transition: .2s;
    padding: 10px;
    border-radius: 50px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #F07171;
}


#slide01{
position: relative;
}

#slide02{
position: relative;
}

#slide03{
position: relative;
}

#slide04{
position: relative;
}

#slide05{
position: relative;
}


.arrow_group{
    position: absolute;
    bottom: 120px;
    left: 53px;
    display: flex;
    gap: 105px;
}

.arrow_pic{
  width: 21vw;
  height: 100%;
  background-repeat: no-repeat;
}


@media screen and (max-width: 374px) {

.areaform{
  scroll-snap-align: start;
  height: 213vh;
  min-width: 100%;
}
}

@media screen and (min-width: 375px) {
.arrow_pic{
  width: 82px;
  height: 100%;
}

}

@media screen and (min-width: 430px) {

  .area img{
    max-height: 570px;
    width: auto;
    display: block;
    margin: 0 auto;
  }

    .item img{
    max-height: 570px;
    width: auto;
    display: block;
    margin: 0 auto;
  }

    .areaform{
  scroll-snap-align: start;
  height: 200vh;
  max-width: 30%;
  margin: 0 auto;
  padding: 0px 10%;
}

.float-button__wrap{
  width: 375px;
}

.float-button_txt{
      line-height: 32px;
}

.float-button_txt::before {
      top: -2px;
}

.float-button_txt::after{
      top: 1px;
}

}

@media screen and (min-width: 1200px) {
  
    .areaform{
  scroll-snap-align: start;
  height: 250vh;
  max-width: 30%;
  margin: 0 auto;
  padding: 0px 30%;
}

}


/* カルーセル */


.slick-next{
  right: 80px;
}

.slick-prev{
  left: 37px;
  z-index: 999;
}

.slick-prev:before, .slick-next:before {
  color: #F07171;
  font-size: 80px;
}

.slick-dots li{
  display: block;
  margin: 0px 13px;
  border-radius: 50%;
  /* background-color: #505050; */
  text-align:center;
  z-index: 999;
}

.dots.dots_slide{
  background-color: #F07171;
}

.slick-dots{
      max-width: 375px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    bottom: -42px;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-slider{
    max-width: 375px;
    margin: 0 auto;
}

.slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.slick-prev:before, .slick-next:before  {
    display: block;
    height: 30px;
    width: 30px;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #F07171;
    cursor: pointer;
    opacity: 0.5;
    z-index: 3;
}

.slick-prev:before{
    transform: rotate(-135deg);
}

.slick-next:before{
    transform: rotate(45deg);
}

.slick-prev, .slick-next {
    top: 105.6%;
    width: 50px;
    height: 50px;
}

.slick-next {
    right: 19px;
}

.slick-prev {
    right: 19px;
}


@media screen and (min-width: 376px) {
    .slick-slider {
        height: 90%;
        width: auto;
        display: block;
        margin: 0 auto;
    }

}

