@charset "UTF-8";

html{
  background-color: #f5f1e9;
}

.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{
  width:100%;
}

a{
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

  
  .visible-area{
    position: relative;
  }

.float-button__wrap{
  position: fixed;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 999;
  width: 100%;
}

.float-button_txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: block;
    position: relative;
    bottom: 0px;
    right: 0px;
    line-height: 43px;
    font-size: 1rem;
    text-decoration: none;
    background-color: #f68210;
    color: #fbfbfb;
    font-weight: 600;
    text-align: center;
    transition: .2s;
    padding: 10px;
}

.float-button_txt::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  position: relative;
  top: 3px;
}

.float-button_txt::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  position: relative;
  top: 0px;
}

#slide01{
position: relative;
}


.arrow_group{
    position: absolute;
    bottom: 120px;
    left: 53px;
    display: flex;
    gap: 105px;
}

.arrow_pic{
  width: 21vw;
  height: 100%;
  background-repeat: no-repeat;
}

.dots03_slide01::after{
  content: '';
  background-image: url(../images/5_1.png);
  display: inline-block;
   background-position: center;
    background-size: contain;
  background-color: #ff1c1c00;
  width: 82px;
  height: 82px;
  position: absolute;
  top: -245px;
  left: -188px;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.dots05_slide01::after{
  content: '';
  background-image: url(../images/5_2.png);
  display: inline-block;
   background-position: center;
    background-size: contain;
  background-color: #ff1c1c00;
  width: 82px;
  height: 82px;
  position: absolute;
  top: -245px;
  left: 188px;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 374px) {

.dots03_slide01::after{
  transform: translate(7px, 10px);
    width: 72px;
  height: 72px;
}

.dots05_slide01::after{
  transform: translate(-6px, 10px);
    width: 72px;
  height: 72px;
}

.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: 158vh;
  max-width: 30%;
  margin: 0 auto;
  padding: 0px 10%;
}

.float-button__wrap{
  width: 499px;
}

.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: 158vh;
  max-width: 30%;
  margin: 0 auto;
  padding: 0px 30%;
}

}


/* modal */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 38px;
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
      font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #f68210;
    border: 2px solid #f68210;
    background: transparent;
    text-align: center;
    border-radius: 20px;
    position: relative;
    top: -119px;
    margin: 0 auto;
}
.btn:hover {
  background: #b4b1a0;
  color: #ffffff;
}

.btn_pink{
    color: #fd5a56;
    border: 2px solid #fd5a56;
}

.remodal {
  position: relative;
  padding: 35px;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
  color: #fff;
  background: #f68210;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #333;
}

.remodal-cancel_btn{
    position: absolute;
    top: -2%;
    left: 75%;
    font-size: 1rem;
    color: #fff;
    background: #f68210;
    width: 0%;
    text-align: center;
}

.modal_space{
  margin-bottom: -70px;
}

.modal_maintitle{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #f68210;
    text-align: left;
}

.modal_title{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.2rem;
    font-weight: 550;
    color: #f68210;
}

.modal_txt{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #54393d;
    margin-top: 10px;
}

.modal_list{
  margin: 10px 0px;
}

.modal_item{
  margin-top: 20px;
  text-align: left;
}

.modal_item::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f68210;
  display: block;
  margin-top: 5px;
}

.modal-button{
  margin: 0;
  z-index: 999;
  width: 100%;
  margin-top: 20px;
}

.modal-button_txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: block;
    line-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    background-color: #f68210;
    color: #fbfbfb;
    font-weight: 600;
    text-align: center;
    transition: .2s;
    padding: 10px;
}

@media screen and (max-width: 374px) {
  .btn {
  width: 220px;
    top: -110px;
}
}

@media screen and (min-width: 612px) {
    .remodal-cancel_btn{
    position: absolute;
    top: -2%;
    left: 79%;
    }

}

/* カルーセル */

.slick-prev, .slick-next{
  top: 100%;
}

.slick-next{
  right: 80px;
}

.slick-prev{
  left: 37px;
  z-index: 999;
}

.slick-prev:before, .slick-next:before {
  color: #f29518;
  font-size: 80px;
}

.dots{
  display: block;
  width :15px;
  height: 15px;
  margin: 0px 5px;
  border-radius: 50%;
  background-color: #f683107e;
  text-align:center;
  z-index: 999;
}

.dots04{
    background-color: #6e6e6e88;
}

.dots05{
    background-color: #fd595688;
}

.dots06{
    background-color: #fd595688;
}

.dots07{
    background-color: #fd595688;
}

.dots04_slide01{
    background-color: #5f5f5f;
}

.dots03_slide02{
  background-color: #f68310;
}

.dots02_slide03{
  background-color: #f68310;
}

.dots01_slide04{
  background-color: #f68310;
}
.dots07_slide08{
  background-color: #fd5a56;
}
.dots06_slide07{
  background-color: #fd5a56;
}

.dots05_slide06{
  background-color: #fd5a56;
}


.dots_group{
    max-width: 375px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dots_group_slide{
    position: relative;
    top: -31px;
}

.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;
    margin-top: -39px;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #f68210;
    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: 97.5%;
}

.slick-next {
    right: 52px;
}

.slick-prev {
    right: 52px;
}


@media screen and (min-width: 376px) {
    .slick-slider {
        height: 90%;
        width: auto;
        display: block;
        margin: 0 auto;
    }

}