@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;
}

html.stay {
  cursor: wait !important;
  overflow: hidden;
}

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

body {
  background-color: #F0D57D;
  width: 100vw;
}
@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
}

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

a {
  text-decoration: none;
}

.full {
  width: 100%;
}

.hero {
  position: fixed;
  top: 30%;
  left: 0;
  width: 100%;
  height: 230px;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .hero {
    position: absolute;
    top: 20%;
    height: 100px;
  }
}
.hero.scrollable {
  position: absolute;
  top: 830vh;
}
@media screen and (max-width: 750px) {
  .hero.scrollable {
    top: 820vh;
  }
}

.fv-top {
  height: calc(100vh - 360px);
}
@media screen and (max-width: 750px) {
  .fv-top {
    height: calc(100svh - 76.5vw);
  }
}

.scroll_assist {
  position: absolute;
  left: 85%;
  top: -20%;
  display: none;
}
@media screen and (max-width: 750px) {
  .scroll_assist {
    left: 50%;
    top: 50%;
    margin-top: -44.5px;
  }
}

.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;
}
@media screen and (max-width: 750px) {
  .rotated {
    margin-top: -66.5px;
    margin-left: -45.5px;
    width: 94px;
    height: 94px;
  }
}

@-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,
#content06 {
  height: 100vh;
  width: 100vw;
  background-color: #F0D57D;
  position: relative;
}
@media screen and (max-width: 750px) {
  #content02,
#content03,
#content04,
#content05,
#content06 {
    height: 100%;
  }
}
#content02 .center-img,
#content03 .center-img,
#content04 .center-img,
#content05 .center-img,
#content06 .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,
#content06 .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,
#content06 .center-img .inside img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#content02-2,
#content03-2,
#content04-2,
#content05-2,
#content06-2 {
  height: 100vh;
  height: 61.2vw;
  height: 100vh;
  width: 100vw;
  background-color: #F0D57D;
  position: relative;
}
@media screen and (max-width: 750px) {
  #content02-2,
#content03-2,
#content04-2,
#content05-2,
#content06-2 {
    width: 100%;
    height: auto;
  }
}
#content02-2 .flex,
#content03-2 .flex,
#content04-2 .flex,
#content05-2 .flex,
#content06-2 .flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #content02-2 .flex,
#content03-2 .flex,
#content04-2 .flex,
#content05-2 .flex,
#content06-2 .flex {
    flex-direction: column-reverse;
  }
}
#content02-2 .right,
#content03-2 .right,
#content04-2 .right,
#content05-2 .right,
#content06-2 .right {
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  #content02-2 .right,
#content03-2 .right,
#content04-2 .right,
#content05-2 .right,
#content06-2 .right {
    width: 100%;
    height: auto;
    z-index: 999;
  }
}
#content02-2 .right img,
#content03-2 .right img,
#content04-2 .right img,
#content05-2 .right img,
#content06-2 .right img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  #content02-2 .right .pic-wrap,
#content03-2 .right .pic-wrap,
#content04-2 .right .pic-wrap,
#content05-2 .right .pic-wrap,
#content06-2 .right .pic-wrap {
    width: 100vw;
    height: 122vw;
    overflow: hidden;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  #content02-2 .right .pic-wrap img,
#content03-2 .right .pic-wrap img,
#content04-2 .right .pic-wrap img,
#content05-2 .right .pic-wrap img,
#content06-2 .right .pic-wrap img {
    transform: scale(1.15);
    width: 100vw;
    height: 100%;
  }
}
#content02-2 .left,
#content03-2 .left,
#content04-2 .left,
#content05-2 .left,
#content06-2 .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  #content02-2 .left,
#content03-2 .left,
#content04-2 .left,
#content05-2 .left,
#content06-2 .left {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  #content02-2 .left .full,
#content03-2 .left .full,
#content04-2 .left .full,
#content05-2 .left .full,
#content06-2 .left .full {
    height: 50%;
  }
}
#content02-2 .left h2.vertical,
#content03-2 .left h2.vertical,
#content04-2 .left h2.vertical,
#content05-2 .left h2.vertical,
#content06-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,
#content06-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,
#content06-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,
#content06-2 .left .glass {
  width: 15.8vw;
  height: 53.244vw;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 35%;
  height: auto;
  position: absolute;
  top: 10%;
  left: -24.4%;
  margin-left: -10vh;
  width: 23vh;
  max-width: 23vh;
}
#content02-2 .left .glass.goout,
#content03-2 .left .glass.goout,
#content04-2 .left .glass.goout,
#content05-2 .left .glass.goout,
#content06-2 .left .glass.goout {
  margin-left: -20vh;
  width: 37vh;
  max-width: 40vh;
}
@media screen and (max-width: 750px) {
  #content02-2 .left .glass.goout,
#content03-2 .left .glass.goout,
#content04-2 .left .glass.goout,
#content05-2 .left .glass.goout,
#content06-2 .left .glass.goout {
    margin-left: 0;
    width: 60%;
    top: 10%;
    left: 17.5%;
    max-width: 100%;
  }
}
#content02-2 .left .glass.room,
#content03-2 .left .glass.room,
#content04-2 .left .glass.room,
#content05-2 .left .glass.room,
#content06-2 .left .glass.room {
  margin-left: -11vh;
  width: 20vh;
}
@media screen and (max-width: 750px) {
  #content02-2 .left .glass.room,
#content03-2 .left .glass.room,
#content04-2 .left .glass.room,
#content05-2 .left .glass.room,
#content06-2 .left .glass.room {
    margin-left: -3%;
    width: 33%;
  }
}
#content02-2 .left .glass.work,
#content03-2 .left .glass.work,
#content04-2 .left .glass.work,
#content05-2 .left .glass.work,
#content06-2 .left .glass.work {
  top: 15%;
  margin-left: -10vh;
  width: 19vh;
}
@media screen and (max-width: 750px) {
  #content02-2 .left .glass.work,
#content03-2 .left .glass.work,
#content04-2 .left .glass.work,
#content05-2 .left .glass.work,
#content06-2 .left .glass.work {
    top: 10%;
    margin-left: -3%;
    width: 33%;
  }
}
@media screen and (max-width: 750px) {
  #content02-2 .left .glass,
#content03-2 .left .glass,
#content04-2 .left .glass,
#content05-2 .left .glass,
#content06-2 .left .glass {
    margin-left: 0;
    width: 33%;
    top: 10%;
    left: 35.5%;
  }
}
#content02-2 .left .text,
#content03-2 .left .text,
#content04-2 .left .text,
#content05-2 .left .text,
#content06-2 .left .text {
  position: absolute;
  bottom: 24%;
  left: 10%;
  width: 30%;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  #content02-2 .left .text,
#content03-2 .left .text,
#content04-2 .left .text,
#content05-2 .left .text,
#content06-2 .left .text {
    position: relative;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 0;
    font-size: 4vw;
  }
}

#content02-left {
  height: 0;
}

@media screen and (max-width: 750px) {
  #content02 .center-img {
    margin-top: -42vw;
    margin-left: -55vw;
    width: 100vw;
    height: 50vw;
  }
}

#content03-left {
  height: 0;
}

#content03 {
  background-color: #ADB6B9;
  position: relative;
}
#content03::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 7px;
  bottom: -3px;
  position: absolute;
  background-color: #ADB6B9;
}
#content03 .box3 .img-goout {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10vw;
}
@media screen and (max-width: 750px) {
  #content03 .box3 .img-goout {
    width: 60vw;
    margin: 0;
  }
}
#content03 .box3 .img-goout1 {
  margin-left: -22.2vw;
  margin-top: -17.4vw;
}
@media screen and (max-width: 750px) {
  #content03 .box3 .img-goout1 {
    margin: 0;
    top: 20vh;
    left: -11vw;
  }
}
#content03 .box3 .img-goout2 {
  margin-left: -12.2vw;
  margin-top: -10.4vw;
}
@media screen and (max-width: 750px) {
  #content03 .box3 .img-goout2 {
    opacity: 0;
  }
}
#content03 .box3 .img-goout3 {
  margin-left: -2.2vw;
  margin-top: -4.4vw;
}
@media screen and (max-width: 750px) {
  #content03 .box3 .img-goout3 {
    margin: 0;
    top: 34vh;
    left: 19vw;
  }
}
#content03 .box3 .img-goout4 {
  margin-left: 7.8vw;
  margin-top: 1.6vw;
}
@media screen and (max-width: 750px) {
  #content03 .box3 .img-goout4 {
    opacity: 0;
  }
}
#content03 .box3 .img-goout5 {
  margin-left: 17.8vw;
  margin-top: 7.6vw;
}
@media screen and (max-width: 750px) {
  #content03 .box3 .img-goout5 {
    margin: 0;
    top: 48vh;
    left: 49vw;
  }
}

#content03-2 {
  height: 100vh;
  width: 100vw;
  background-color: #ADB6B9;
}
@media screen and (max-width: 750px) {
  #content03-2 {
    height: auto;
  }
}
#content03-2 .left h2.vertical {
  color: #429B9F;
  font-size: 25vh;
  left: -33.6vh;
  margin-top: -49.5vh;
}
#content04-left {
  height: 0;
}

#content04 {
  background-color: #4FADB1;
  z-index: -1;
  position: relative;
}
#content04::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 7px;
  bottom: -3px;
  position: absolute;
  background-color: #4FADB1;
}
#content04 .center-img {
  left: -0.5vw;
  top: 50%;
  margin-top: -20vw;
  height: auto;
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  #content04 .center-img {
    margin-top: -64vw;
  }
}
#content04 .center-img .inside {
  display: flex;
  width: 300vw;
}
@media screen and (max-width: 750px) {
  #content04 .center-img .inside {
    align-items: center;
  }
}
#content04 .center-img .inside img {
  width: 18.4vw;
  position: relative;
  margin-right: -2vw;
}
@media screen and (max-width: 750px) {
  #content04 .center-img .inside img {
    width: 24vw;
    position: relative;
    margin-right: 0;
    margin-left: 7.8vw;
    top: 26vw !important;
  }
}
@media screen and (max-width: 750px) {
  #content04 .center-img .inside img.spHide {
    display: none;
  }
}
#content04 .box4 .drive-img-work1 {
  position: relative;
  top: 100vh !important;
}
#content04 .box4 .drive-img-work2 {
  position: relative;
  top: -100vh !important;
}

#content04-2 {
  height: 100vh;
  width: 100vw;
  background-color: #4FADB1;
}
@media screen and (max-width: 750px) {
  #content04-2 {
    height: auto;
  }
}

#content05-left {
  height: 0;
}

#content05 {
  background-color: #D4B79C;
  position: relative;
}
#content05::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 7px;
  bottom: -3px;
  position: absolute;
  background-color: #D4B79C;
}
#content05 .box5 .img-work1 {
  position: relative;
  top: 100vh;
  width: 38%;
  margin-left: 18%;
}
@media screen and (max-width: 750px) {
  #content05 .box5 .img-work1 {
    top: -1vh;
    width: 62vw;
    margin: 0;
  }
}
#content05 .box5 .img-work2 {
  position: relative;
  top: 100vh;
  width: 28%;
  margin-left: -8%;
}
@media screen and (max-width: 750px) {
  #content05 .box5 .img-work2 {
    top: 0vh;
    width: 40vw;
    margin-left: -10vw;
  }
}

#content05-2 {
  height: 100vh;
  width: 100vw;
  background-color: #D4B79C;
}
@media screen and (max-width: 750px) {
  #content05-2 {
    height: auto;
  }
}

#content06-left {
  height: 0;
}

#content06 {
  background-color: #D76264;
  position: relative;
}
#content06::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 7px;
  bottom: -3px;
  position: absolute;
  background-color: #D76264;
}
#content06 .center-img {
  left: 22%;
  width: 80%;
  top: 29%;
  margin-top: -12vw;
}
@media screen and (max-width: 750px) {
  #content06 .center-img .inside img {
    transform: rotate(0);
  }
  #content06 .center-img .inside img.room_glasssp01 {
    width: 70% !important;
    left: 20% !important;
    margin-top: -70%;
  }
  #content06 .center-img .inside img.room_glasssp02 {
    width: 70% !important;
    left: 20% !important;
    margin-top: -18%;
  }
  #content06 .center-img .inside img.room_glasssp03 {
    width: 70% !important;
    left: 20% !important;
    margin-top: 40%;
  }
}

#content06-2 {
  background-color: #D76264;
}
@media screen and (max-width: 750px) {
  #content06-2 {
    height: auto;
  }
}

.footer {
  position: relative;
  z-index: 1000;
  background-color: #2F2F2F;
}
.footer * {
  color: #FFF;
}
.footer__inside {
  width: 1343px;
  max-width: 100%;
  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%;
    display: block;
    padding-left: 20px;
  }
}
.footer__item:last-child {
  margin-right: 0;
}
.footer__item.menu, .footer__item .social {
  display: flex;
  justify-content: space-between;
}
.footer__item .social {
  width: 144px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .footer__item.menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .footer__item .social {
    width: 144px;
    margin: 60px auto 0;
  }
}
.footer__item-wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .footer__item-wrap {
    display: block;
    width: 50%;
  }
}
.footer__item .item {
  margin-right: 38px;
}
@media screen and (max-width: 750px) {
  .footer__item .item {
    margin: 0;
    margin-bottom: 40px;
  }
}
.footer__item .item a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 750px) {
  .footer__item .item a {
    font-size: 12px;
  }
}
.footer__item .item a.head {
  font-size: 20px;
  margin-bottom: 31px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__item .item a.head {
    font-size: 18px;
  }
}
.footer__item .item a.head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 18px;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .footer__item .item a.head::before {
    bottom: -15px;
  }
}
.footer__item .privacy {
  font-size: 14px;
  margin-top: 112px;
}
@media screen and (max-width: 750px) {
  .footer__item .privacy {
    margin-top: 13px;
    text-align: center;
  }
}

.footer {
  background-color: #2F2F2F;
  max-width: 100%;
}
.footer * {
  color: #FFF;
}
.footer__inside {
  width: 1280px;
  max-width: 100%;
  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%;
    display: block;
    padding-left: 20px;
  }
}
.footer__item:last-child {
  margin-right: 0;
}
.footer__item.menu, .footer__item .social {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__item.menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .footer__item .social {
    width: 144px;
    margin: 60px auto 0;
  }
}
.footer__item-wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .footer__item-wrap {
    display: block;
    width: 50%;
  }
}
.footer__item .item {
  margin-right: 80px;
}
@media screen and (max-width: 750px) {
  .footer__item .item {
    margin: 0;
    margin-bottom: 40px;
  }
}
.footer__item .item a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 750px) {
  .footer__item .item a {
    font-size: 12px;
  }
}
.footer__item .item a.head {
  font-size: 20px;
  margin-bottom: 31px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__item .item a.head {
    font-size: 18px;
  }
}
.footer__item .item a.head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 18px;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .footer__item .item a.head::before {
    bottom: -15px;
  }
}
.footer__item .privacy {
  font-size: 14px;
  margin-top: 112px;
}
@media screen and (max-width: 750px) {
  .footer__item .privacy {
    margin-top: 13px;
    text-align: center;
  }
}
.footer .copyright {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .menu__item {
    width: 100%;
    margin-bottom: 31px !important;
  }
  .menu__item__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .menu__item > a {
    font-size: 19px !important;
    font-weight: 600;
    margin-bottom: 29px;
    display: block;
    line-height: 1;
  }
  .menu__item ul a {
    font-size: 13px !important;
    margin-bottom: 17px;
    display: block;
    letter-spacing: 0.2em;
    font-weight: 400;
    line-height: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  display: none;
  top: -30px;
  opacity: 0;
  z-index: 10000;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .header {
    width: 100%;
  }
}
.header.scrolled {
  top: -30px;
  opacity: 1;
  display: block;
}
.header.fixed {
  top: 0;
  display: block;
  position: fixed;
  background: #fff;
  padding-bottom: 10px;
  margin-top: -30px;
  z-index: 100000;
}
.header__inside {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 48px 10px 0;
  width: 1280px;
  max-width: 1297px;
  margin: 0 auto;
  left: 30px;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .header__inside {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .header__inside {
    position: fixed;
    max-width: 100%;
    padding: 0;
  }
}
.header__inside__left {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.header__inside__left .logo img {
  width: 112px;
}
.header__inside__left .menu {
  display: flex;
  margin-left: 120px;
}
@media screen and (max-width: 750px) {
  .header__inside__left .menu {
    display: none;
  }
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .header__inside__left .menu {
    margin-left: calc(50vw - 510px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .header__inside__left .menu {
    margin-left: calc(50vw - 430px);
  }
}
.header__inside__left .menu__item {
  font-size: 15px;
  text-align: center;
  margin-left: 0;
  color: #222222;
  width: 112px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .header__inside__left .menu__item {
    width: 90px;
  }
}
.header__inside__left .menu__item > a {
  color: #222222;
  text-decoration: none;
  font-weight: 500;
}
.header__inside__left .menu__item > a:hover {
  cursor: pointer;
}
.header__inside__left .menu__item span {
  font-size: 10px;
  display: block;
}
.header__inside__left .menu__item ul {
  height: 0;
  overflow: hidden;
}
.header__inside__left .menu__item:hover ul {
  height: auto;
  overflow: hidden;
  padding-top: 28px;
}
.header__inside__left .menu__item:hover ul li {
  line-height: 1;
  margin-bottom: 16px;
}
.header__inside__left .menu__item:hover ul li a {
  font-size: 12px;
  color: #222;
}
.header__inside__right {
  display: flex;
}
@media screen and (max-width: 750px) {
  .header__inside__right {
    display: none;
  }
}
.header__inside__right .search {
  width: 40px;
  height: 40px;
}
.header__inside__right .search:hover {
  cursor: pointer;
}
.header__inside__right .search.active {
  width: 200px;
}
.header__inside__right .search.active form {
  border-radius: 100px;
}
.header__inside__right .search.active form input {
  width: 198px;
  padding-left: 40px;
  font-size: 14px;
}
.header__inside__right .search form {
  position: relative;
}
.header__inside__right .search form:before {
  content: "";
  position: absolute;
  background-image: url(/wp/wp-content/themes/tgc/assets/images/common/search.svg);
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
}
.header__inside__right .search input {
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #F0F0F0;
}
.header__inside__right .store, .header__inside__right .scene {
  margin-left: 12px;
}
.header__inside__right .store a, .header__inside__right .scene a {
  height: 40px;
  border-radius: 50px;
  background-color: #F0D57D;
  padding: 9px 0;
  display: block;
  width: 120px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background-color: #2F2F2F;
  color: #FFF;
  font-weight: 300;
}
.header__inside__right .store a:hover, .header__inside__right .scene a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.header__inside__right .store a img, .header__inside__right .scene a img {
  width: 18px;
  display: inline-block;
  margin: -6px 11px 0 0;
}
.header__inside__right .scene {
  margin-right: 0;
}
.header__inside__right .scene a {
  background-color: #063657;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap {
    position: relative;
    z-index: 99999;
  }
  .header .ham-wrap .ham-clickable {
    width: 50px;
    height: 50px;
    right: 20px;
    top: 11px;
    z-index: 9999999;
  }
}
.header .ham-wrap .ham {
  width: 30px;
  height: 30px;
  transition: all 0.2s;
  top: 19px;
  width: 13px;
  height: 2px;
  border-radius: 10px;
  background-color: #222222;
  position: relative;
  position: fixed;
  right: 40px;
  top: 36px;
  z-index: 9999999;
}
.header .ham-wrap .ham:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #222222;
  border-radius: 10px;
}
.header .ham-wrap .ham:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #222222;
  border-radius: 10px;
}
.header .ham-wrap .ham:hover {
  cursor: pointer;
}
.header .ham-wrap .ham:hover .ham {
  width: 24px;
}
.header .ham-wrap .ham:hover .ham:before {
  width: 13px;
}
.header .ham-wrap .ham:hover .ham:after {
  width: 18px;
}
.header .ham-wrap__inside {
  display: none;
  top: -100%;
  transition: 0.3s;
}
.header .ham-wrap__inside.open {
  top: 0;
  display: block;
  z-index: 9999999;
}
.header .ham-wrap__inside .menu {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #FFF;
  height: 100%;
  width: 100%;
  padding: 27px;
  z-index: 9999999;
  overflow: scroll;
}
.header .ham-wrap__inside .menu .logo {
  width: 112px;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap__inside .menu .logo img {
    max-width: 100%;
  }
}
.header .ham-wrap__inside .menu .close {
  width: 16px;
  height: 16px;
}
.header .ham-wrap__inside .menu .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.header .ham-wrap__inside .menu__item {
  padding-left: 20px;
  margin-bottom: 20px;
}
.header .ham-wrap__inside .menu__item a {
  color: #222;
  font-size: 19px;
}
.header .ham-wrap__inside .menu__item a span {
  display: block;
  font-size: 12px;
}
.header .ham-wrap__inside .bottom {
  display: flex;
  margin: 60px auto 0;
  justify-content: center;
}
.header .ham-wrap__inside .bottom .search {
  width: 40px;
  height: 40px;
}
.header .ham-wrap__inside .bottom .search:hover {
  cursor: pointer;
}
.header .ham-wrap__inside .bottom .search.active {
  width: 200px;
}
.header .ham-wrap__inside .bottom .search.active form {
  border-radius: 100px;
}
.header .ham-wrap__inside .bottom .search.active form input {
  width: 198px;
  padding-left: 40px;
  font-size: 14px;
}
.header .ham-wrap__inside .bottom .search form {
  position: relative;
}
.header .ham-wrap__inside .bottom .search form:before {
  content: "";
  position: absolute;
  background-image: url(../images/common/search.svg);
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
}
.header .ham-wrap__inside .bottom .search input {
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #F0F0F0;
}
.header .ham-wrap__inside .bottom .store, .header .ham-wrap__inside .bottom .scene {
  margin-right: 28px;
  margin-left: 12px;
}
.header .ham-wrap__inside .bottom .store a, .header .ham-wrap__inside .bottom .scene a {
  height: 40px;
  border-radius: 50px;
  background-color: #F0D57D;
  padding: 9px 0;
  display: block;
  width: 132px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.header .ham-wrap__inside .bottom .store a img, .header .ham-wrap__inside .bottom .scene a img {
  width: 18px;
  display: inline-block;
  margin: -6px 11px 0 0;
}
.header .ham-wrap__inside .bottom .scene a {
  background-color: #063657;
}

.footer {
  background-color: #2F2F2F;
  max-width: 100%;
}
.footer * {
  color: #FFF;
}
.footer__inside {
  width: 1343px;
  max-width: 100%;
  padding-left: 35px;
  padding: 58px 0 45px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .footer__inside {
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .footer__inside {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.footer__item:last-child {
  margin-right: 0;
}
.footer__item.menu, .footer__item .social {
  display: flex;
  justify-content: space-between;
}
.footer__item .social {
  width: 144px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .footer__item.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 750px) {
  .footer__item .social {
    width: 144px;
    margin: 60px auto 0;
  }
}
.footer__item-wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .footer__item-wrap {
    display: block;
    width: 50%;
    max-width: 174px;
    padding-left: 0;
    width: unset;
  }
}
.footer__item .item {
  margin-right: 38px;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .footer__item .item {
    margin-right: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__item .item {
    margin: 0;
    margin-bottom: 40px;
  }
}
.footer__item .item a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .footer__item .item a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__item .item a {
    font-size: 12px;
  }
}
.footer__item .item a.head {
  font-size: 20px;
  margin-bottom: 31px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .footer__item .item a.head {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__item .item a.head {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}
.footer__item .item a.head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 18px;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .footer__item .item a.head::before {
    bottom: -15px;
  }
}
.footer__item .privacy {
  font-size: 14px;
  font-size: 14px;
  margin-top: 190px;
  margin-bottom: -50px;
}
@media screen and (max-width: 750px) {
  .footer__item .privacy {
    margin-bottom: 0;
    margin-top: 13px;
    text-align: center;
  }
}
.footer .copyright {
  font-size: 14px;
  padding: 10px 0 30px 30px;
  margin: 0;
}

header.fixed {
  display: none;
}

.top-link {
  width: 100vw;
  height: 240px;
  background-color: #F0D57D;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .top-link {
    margin: 0;
    left: 0;
    padding: 0;
  }
}
.top-link a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-link img {
  width: 34px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin-left: 250px;
  margin-top: -4px;
}
@media screen and (max-width: 750px) {
  .top-link img {
    right: 40px;
    left: unset;
  }
}
.top-link .entry-btn {
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #FFF;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .top-link .entry-btn {
    line-height: 1.8;
  }
}
.top-link .entry-btn strong {
  font-size: 72px;
  font-weight: 600;
  display: block;
  padding-top: 56px;
}
@media screen and (max-width: 750px) {
  .top-link .entry-btn strong {
    font-size: 42px;
  }
}

.header__inside__left .menu__item:hover ul {
  padding: 0 !important;
}

#content01 h1 {
  transform: scale(0);
}

#content01,
#content02,
#content03,
#content04,
#content05,
#content06 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.container {
  position: relative;
  margin: 0;
  /* margin-left: 100vw; */
  height: 100%;
  height: 360px;
  /* padding: 100px 100px;
  width: 6000px; */
  /* background-color: #f2f2f2; */
}

#content01 {
  bottom: 22px;
  top: unset !important;
}
@media screen and (max-width: 750px) {
  #content01 {
    width: 100vw;
  }
  #content01 .container {
    height: 180px;
  }
}
#content01 .box {
  height: auto;
}
#content01 h1 {
  transform-origin: left bottom;
}

.box {
  width: 100vw;
  height: 4000px;
  /* margin-left: 100%; */
}

#content01-sp .container {
  height: 450px;
}

@media screen and (max-width: 750px) {
  .box-sp {
    position: relative;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .box-sp h1 {
    margin: 0;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .box-sp img {
    width: 100vw;
    position: relative;
    margin-left: 100vw;
    margin-bottom: 64px;
    opacity: 0;
    transition: 0.8s;
  }
  .box-sp img.loaded {
    margin-left: 0;
    opacity: 1;
  }
  .box-sp img#top_words3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  #content01 {
    height: 180px;
  }
}
.meg {
  width: 400px;
  opacity: 0;
}

.meg2 {
  width: 100%;
  opacity: 0;
}

.btn-lp {
  position: absolute;
  bottom: 11%;
  left: 10%;
  width: 35%;
  color: #FFF;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 100px;
  padding: 28px;
  width: 26%;
  margin-left: 2%;
  font-size: 16px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .btn-lp {
    width: 80%;
    margin-left: 0;
    padding: 22px;
    bottom: 10%;
    width: 90%;
    left: 5%;
  }
}
.btn-lp:hover {
  background-color: #F0D57D;
}

.sp .menu__item ul {
  padding: 0;
  list-style-type: none;
}
.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .sponlyimg {
    width: 60% !important;
    left: 24% !important;
  }

  #content06 .sponlyimg {
    transform: rotate(90deg);
    width: 40% !important;
    left: 31% !important;
    margin-top: -10%;
    margin-top: -40%;
  }
}
@media screen and (max-width: 750px) {
  #content02 .center-img .inside img {
    position: absolute;
    left: 20%;
    margin-top: -30px;
    width: 65%;
  }

  #content03 .box3 {
    opacity: 0;
    position: relative;
    transition: 0.6s ease-in-out;
    top: 50px;
    height: 100vh;
    width: 100vw;
  }
  #content03.shown .box3 {
    opacity: 1;
    top: 0;
  }

  #content04 .box4 {
    opacity: 0;
    position: relative;
    transition: 0.6s ease-in-out;
    top: 50px;
    width: 100vw;
  }
  #content04.shown .box4 {
    opacity: 1;
    top: 0;
  }

  #content05 .box5 {
    opacity: 0;
    position: relative;
    transition: 0.6s ease-in-out;
    top: 50px;
    width: 100vw;
  }
  #content05.shown .box5 {
    opacity: 1;
    top: 0;
  }

  #content06 .center-img {
    position: relative;
    top: 10px;
    height: 270px;
    width: 100vw;
    left: -10px;
  }
}
#content02-p-01,
#content02-p-02,
#content02-p-03,
#content03-p-01,
#content03-p-02,
#content03-p-03,
#content04-p-01,
#content04-p-02,
#content04-p-03,
#content05-p-01,
#content05-p-02,
#content05-p-03,
#content06-p-01,
#content06-p-02,
#content06-p-03 {
  transition: all 2s;
}

.picture-vertical,
.picture-vertical2,
.picture-vertical3,
.picture-vertical4,
.picture-vertical5,
.picture-vertical6 {
  background-color: #fff;
}
.picture-vertical img,
.picture-vertical2 img,
.picture-vertical3 img,
.picture-vertical4 img,
.picture-vertical5 img,
.picture-vertical6 img {
  padding: 12% 17%;
}
@media screen and (max-width: 750px) {
  .picture-vertical img,
.picture-vertical2 img,
.picture-vertical3 img,
.picture-vertical4 img,
.picture-vertical5 img,
.picture-vertical6 img {
    padding: 0;
  }
}

.picture-vertical img {
  background-color: #EDE7CD;
}

.picture-vertical2 img {
  background-color: #DADDE2;
}

.picture-vertical3 img {
  background-color: #B5C4C8;
}

.picture-vertical4 img {
  background-color: #DBD1C9;
}

.picture-vertical6 img {
  background-color: #E2C8C7;
}/*# sourceMappingURL=style.css.map */