@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
}
.scroll-area {
  height: 100vh;
  overflow: auto;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100vh);
  scroll-snap-points-y: repeat(100vh);
}
.box {
  margin: 0;
  padding: 0px 0 0px 0;
  width: 100vw;
  height: 100vh;
  color: #000;
  font-size: 100px;
  display: flex-start;
  align-items: stretch; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
  background-color: #dcd7d4;
}

.box__bg_photo01 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_01.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}
.box__bg_photo02 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_02.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo03 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_03.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo04 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_04.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo05 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_05.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo06 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_06.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo07 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_07.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo08 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_08.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo09 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_09.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo10 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_10.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo11 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_11.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo12 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_12.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo13 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_13.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo14 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_14.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo15 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_15.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.box__bg_photo16 {
  align-items: stretch; /* 縦方向中央揃え */
  background-image: url(http://www.plie-sp.com/kagayaki/images/kagayaki_16.jpg);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

p {
 height: 70px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.contact {
 height: 70px;
}

.btn {
 display: block;
 margin-left: auto;
 margin-right: auto;
}