@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.scroll {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  background-color: #F0D57D;
  width: 100vw;
}

html {
  overflow-x: hidden;
  width: 100vw;
}

a {
  text-decoration: none;
}

header {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
}
header .header_inside {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 48px 10px 0;
  max-width: 1297px;
  margin: 0 auto;
}
header .header_inside__left {
  display: flex;
}
header .header_inside__left .logo {
  margin-right: 31px;
}
header .header_inside__left .logo img {
  width: 112px;
}
header .header_inside__left .menu {
  display: flex;
}
header .header_inside__left .menu__item {
  font-size: 15px;
  text-align: center;
  margin-left: 42px;
  color: #222222;
}
header .header_inside__left .menu__item a {
  color: #222222;
  text-decoration: none;
}
header .header_inside__left .menu__item span {
  font-size: 10px;
  display: block;
}
header .header_inside__right {
  width: 30px;
  height: 30px;
}
header .header_inside__right .ham {
  transition: all 0.2s;
  top: 14px;
  width: 13px;
  height: 2px;
  border-radius: 10px;
  background-color: #222;
  position: relative;
}
header .header_inside__right .ham:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #222;
  border-radius: 10px;
}
header .header_inside__right .ham:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #222;
  border-radius: 10px;
}
header .header_inside__right:hover {
  cursor: pointer;
}
header .header_inside__right:hover .ham {
  width: 24px;
}
header .header_inside__right:hover .ham:before {
  width: 13px;
}
header .header_inside__right:hover .ham:after {
  width: 18px;
}

.footer {
  background-color: #2F2F2F;
  position: relative;
  z-index: 99;
}
.footer * {
  color: #FFF;
}
.footer__inside {
  width: 1280px;
  padding-left: 40px;
  padding: 58px 0 45px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__inside {
    width: 100%;
  }
}
.footer__item:last-child {
  margin-right: 0;
}
.footer__item.menu, .footer__item .social {
  display: flex;
  justify-content: space-between;
}
.footer__item .item {
  margin-right: 80px;
}
.footer__item .item a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer__item .item a.head {
  font-size: 20px;
  margin-bottom: 31px;
  position: relative;
}
.footer__item .item a.head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.footer__item .privacy {
  font-size: 14px;
  margin-top: 112px;
}

.full {
  width: 100%;
}

.hero {
  height: 100vh;
  position: relative;
  background-color: #F0D57D;
}

.scroll_assist {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -44.5px;
  display: none;
}

.rotated {
  margin-top: -102.5px;
  margin-left: -83.5px;
  width: 169px;
  height: 169px;
  background-image: url(/lp/assets/images/scroll_circle.png);
  background-size: contain;
  -webkit-animation: 10s linear 0s infinite forwards running rotationScroll;
          animation: 10s linear 0s infinite forwards running rotationScroll;
}

@-webkit-keyframes rotationScroll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotationScroll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#content02,
#content03,
#content04,
#content05 {
  height: 100vh;
  width: 100vw;
  background-color: #ADB6B9;
  position: relative;
}
#content02 .center-img,
#content03 .center-img,
#content04 .center-img,
#content05 .center-img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: -22vw;
  margin-left: -15vw;
  width: 30vw;
  height: 10vw;
}
#content02 .center-img .inside,
#content03 .center-img .inside,
#content04 .center-img .inside,
#content05 .center-img .inside {
  position: relative;
}
#content02 .center-img .inside img,
#content03 .center-img .inside img,
#content04 .center-img .inside img,
#content05 .center-img .inside img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#content02-2,
#content03-2,
#content04-2,
#content05-2 {
  height: 100vh;
  height: 61.2vw;
  height: 100vh;
  width: 100vw;
  background-color: #ADB6B9;
  position: relative;
}
#content02-2 .flex,
#content03-2 .flex,
#content04-2 .flex,
#content05-2 .flex {
  display: flex;
  flex-wrap: wrap;
}
#content02-2 .right,
#content03-2 .right,
#content04-2 .right,
#content05-2 .right {
  width: 50%;
  height: 100vh;
}
#content02-2 .right img,
#content03-2 .right img,
#content04-2 .right img,
#content05-2 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content02-2 .left,
#content03-2 .left,
#content04-2 .left,
#content05-2 .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
}
#content02-2 .left h2.vertical,
#content03-2 .left h2.vertical,
#content04-2 .left h2.vertical,
#content05-2 .left h2.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #9DA8AC;
  position: absolute;
  top: 50%;
  font-size: 25vh;
  left: -33.6vh;
  margin-top: -40.5vh;
}
#content02-2 .left p,
#content03-2 .left p,
#content04-2 .left p,
#content05-2 .left p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
#content02-2 .left .full,
#content03-2 .left .full,
#content04-2 .left .full,
#content05-2 .left .full {
  display: flex;
  justify-content: center;
  z-index: 1;
}
#content02-2 .left .glass,
#content03-2 .left .glass,
#content04-2 .left .glass,
#content05-2 .left .glass {
  width: 15.8vw;
  height: 53.244vw;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 35%;
  height: auto;
  position: absolute;
  top: 10%;
  left: -33%;
  width: 15%;
}
#content02-2 .left .text,
#content03-2 .left .text,
#content04-2 .left .text,
#content05-2 .left .text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 35%;
}

#content03 {
  background-color: #4FADB1;
}
#content03 .box3 .img-goout {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10vw;
}
#content03 .box3 .img-goout1 {
  margin-left: -22.2vw;
  margin-top: -17.4vw;
}
#content03 .box3 .img-goout2 {
  margin-left: -12.2vw;
  margin-top: -10.4vw;
}
#content03 .box3 .img-goout3 {
  margin-left: -2.2vw;
  margin-top: -4.4vw;
}
#content03 .box3 .img-goout4 {
  margin-left: 7.8vw;
  margin-top: 1.6vw;
}
#content03 .box3 .img-goout5 {
  margin-left: 17.8vw;
  margin-top: 7.6vw;
}

#content03-2 {
  height: 100vh;
  width: 100vw;
  background-color: #4FADB1;
}
#content03-2 .left h2.vertical {
  color: #429B9F;
  font-size: 25vh;
  left: -33.6vh;
  margin-top: -49.5vh;
}

#content04 {
  background-color: #D4B79C;
}
#content04 .center-img {
  left: 5%;
  top: 50%;
  margin-top: -317px;
  height: 10vw;
}
#content04 .center-img .inside {
  display: flex;
  width: 300vw;
}
#content04 .center-img .inside img {
  width: 15vw;
  position: relative;
  margin-right: 5vw;
}

#content04-2 {
  height: 100vh;
  width: 100vw;
  background-color: #D4B79C;
}
#content04-2 .left h2.vertical {
  color: #E6C8AB;
  font-size: 32vh;
  left: -43.6vh;
  margin-top: -48.5vh;
}

#content05 {
  background-color: #D76264;
}
#content05 .box5 .img-work1 {
  position: relative;
  top: 100vh;
}
#content05 .box5 .img-work2 {
  position: relative;
  top: 100vh;
}

#content05-2 {
  height: 100vh;
  width: 100vw;
  background-color: #D76264;
}
#content05-2 .left h2.vertical {
  color: #BF5D5F;
  font-size: 29vh;
  left: -37.3vh;
  margin-top: -45vh;
}

#content02-2,
#content03-2,
#content04-2,
#content05-2 {
  position: relative;
}
#content02-2 a,
#content03-2 a,
#content04-2 a,
#content05-2 a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */