@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
}

/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
FV
---------------------------------------------*/
.top_wrap {
  height: 140vh;
}
.top_wrap .left {
  display: none;
}
.top_wrap .center .scroll_img {
  position: absolute;
  width: 5%;
  z-index: 100;
  bottom: 3%;
  left: 11%;
}
.top_wrap .right {
  display: none;
}
@media screen and (min-width: 769px) {
  .top_wrap {
    height: 80vh;
  }
}
@media screen and (min-width: 769px) {
  .top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    height: 100vh;
  }
  .top_wrap .left {
    display: block;
    width: 33.3333333333%;
    background-image: url(../images/pc_left.webp);
    background-size: cover;
    background-position: center;
    position: sticky;
    top: 0;
    height: 100vh;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .top_wrap .center {
    position: relative;
    width: 33.3333333333%;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .top_wrap .center::-webkit-scrollbar {
    display: none;
  }
  .top_wrap .center .scrollable {
    min-height: 200vh;
    -webkit-overflow-scrolling: touch;
  }
  .top_wrap .right {
    display: block;
    width: 33.3333333333%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .top_wrap .right .pc_slider {
    height: 100vh;
    position: relative;
    pointer-events: auto;
  }
  .top_wrap .right .pc_slider .slick-track,
  .top_wrap .right .pc_slider .slick-slide {
    height: 100vh !important;
  }
  .top_wrap .right .pc_slider img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.sticky {
  position: sticky;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sticky {
    width: 220px;
    top: 50%;
  }
}

.spacer {
  background-color: #F3EDE6;
  height: 200px;
}
@media screen and (min-width: 769px) {
  .spacer {
    height: 30vh;
  }
}

@media screen and (min-width: 769px) {
  .fv {
    height: 100vh;
  }
}
.fv .container {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .fv .container {
    width: 480px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.fv .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fv .img1 {
  width: 32.3vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv .img1 {
    width: 155px;
  }
}
.fv .img2 {
  width: 45vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv .img2 {
    width: 223px;
  }
}
.fv .img3 {
  width: 22vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv .img3 {
    width: 104px;
  }
}
.fv .img4 {
  width: 32.3vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv .img4 {
    width: 157px;
  }
}
.fv .img5 {
  width: 32.3vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv .img5 {
    width: 155px;
  }
}
.fv .img6 {
  width: 46.3vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv .img6 {
    width: 218px;
    width: 228px;
  }
}

.lead {
  position: relative;
  background-color: #F3EDE6;
  padding-bottom: 100px;
}
.lead .img1 {
  position: absolute;
  width: 18vw;
  right: 9vw;
  top: -24vh;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .lead .img1 {
    width: 72px;
    right: 2.5vw;
    top: -25vh;
  }
}
.lead .img2 {
  position: absolute;
  width: 12vw;
  bottom: 5vh;
  left: 10vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .lead .img2 {
    width: 50px;
    bottom: 3vh;
    left: 7vw;
  }
}
.lead p {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

.look {
  background-color: #F3EDE6;
}
.look .look_num {
  width: 12vw;
  margin-left: 5vw;
}
@media screen and (min-width: 769px) {
  .look .look_num {
    width: 48px;
    margin-left: 2vw;
    padding-top: 30px;
  }
}
.look .parallax_container {
  position: relative;
  height: 90vh;
}
.look .parallax_container .parallax-img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .look .parallax_container {
    height: 150vh;
  }
}
.look .parallax_container .layer_wrapper {
  position: absolute;
}
.look .parallax_container .layer_wrapper.layer_1 {
  z-index: 2;
  width: 60%;
  top: 0;
  left: 21%;
}
@media screen and (min-width: 769px) {
  .look .parallax_container .layer_wrapper.layer_1 {
    width: 283px;
    top: -16%;
  }
}
.look .parallax_container .layer_wrapper.layer_2 {
  z-index: 3;
  width: 63vw;
  top: 33%;
  right: 6%;
}
@media screen and (min-width: 769px) {
  .look .parallax_container .layer_wrapper.layer_2 {
    width: 300px;
    top: 4%;
  }
}
.look .parallax_container .layer_wrapper.layer_3 {
  z-index: 4;
  width: 56vw;
  top: 53%;
  left: 3%;
}
@media screen and (min-width: 769px) {
  .look .parallax_container .layer_wrapper.layer_3 {
    width: 270px;
    top: 33%;
  }
}
.look .parallax_container .layer_wrapper.bg {
  z-index: 1;
  width: 100vw;
  top: 113vw;
}
@media screen and (min-width: 769px) {
  .look .parallax_container .layer_wrapper.bg {
    width: 480px;
    top: 55%;
  }
}

.look2 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .look2 {
    min-height: 100vh;
  }
}
.look2 .haihai {
  position: relative;
  height: 34vh;
}
@media screen and (min-width: 769px) {
  .look2 .haihai {
    height: 43vh;
  }
}
.look2 .haihai .img1 {
  position: absolute;
  width: 66vw;
  z-index: 10;
  top: 15%;
  left: 3%;
  -webkit-animation: swingStep8 8s infinite ease-in-out;
          animation: swingStep8 8s infinite ease-in-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  /* アニメーションキーフレーム */
}
@-webkit-keyframes swingStep8 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  6.25% {
    -webkit-transform: translate(3px, -3px) rotate(2deg);
            transform: translate(3px, -3px) rotate(2deg);
  }
  12.5% {
    -webkit-transform: translate(6px, -6px) rotate(-2deg);
            transform: translate(6px, -6px) rotate(-2deg);
  }
  18.75% {
    -webkit-transform: translate(9px, -9px) rotate(2deg);
            transform: translate(9px, -9px) rotate(2deg);
  }
  25% {
    -webkit-transform: translate(12px, -12px) rotate(-2deg);
            transform: translate(12px, -12px) rotate(-2deg);
  }
  31.25% {
    -webkit-transform: translate(15px, -15px) rotate(2deg);
            transform: translate(15px, -15px) rotate(2deg);
  }
  37.5% {
    -webkit-transform: translate(18px, -18px) rotate(-2deg);
            transform: translate(18px, -18px) rotate(-2deg);
  }
  43.75% {
    -webkit-transform: translate(21px, -21px) rotate(2deg);
            transform: translate(21px, -21px) rotate(2deg);
  }
  50% {
    -webkit-transform: translate(24px, -24px) rotate(0deg);
            transform: translate(24px, -24px) rotate(0deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(24px, -24px) rotate(0deg);
            transform: translate(24px, -24px) rotate(0deg);
    opacity: 1; /* 停止3秒 */
  }
  80% {
    -webkit-transform: translate(24px, -24px) rotate(0deg);
            transform: translate(24px, -24px) rotate(0deg);
    opacity: 0; /* フェードアウト */
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1; /* フェードイン */
  }
}
@keyframes swingStep8 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  6.25% {
    -webkit-transform: translate(3px, -3px) rotate(2deg);
            transform: translate(3px, -3px) rotate(2deg);
  }
  12.5% {
    -webkit-transform: translate(6px, -6px) rotate(-2deg);
            transform: translate(6px, -6px) rotate(-2deg);
  }
  18.75% {
    -webkit-transform: translate(9px, -9px) rotate(2deg);
            transform: translate(9px, -9px) rotate(2deg);
  }
  25% {
    -webkit-transform: translate(12px, -12px) rotate(-2deg);
            transform: translate(12px, -12px) rotate(-2deg);
  }
  31.25% {
    -webkit-transform: translate(15px, -15px) rotate(2deg);
            transform: translate(15px, -15px) rotate(2deg);
  }
  37.5% {
    -webkit-transform: translate(18px, -18px) rotate(-2deg);
            transform: translate(18px, -18px) rotate(-2deg);
  }
  43.75% {
    -webkit-transform: translate(21px, -21px) rotate(2deg);
            transform: translate(21px, -21px) rotate(2deg);
  }
  50% {
    -webkit-transform: translate(24px, -24px) rotate(0deg);
            transform: translate(24px, -24px) rotate(0deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(24px, -24px) rotate(0deg);
            transform: translate(24px, -24px) rotate(0deg);
    opacity: 1; /* 停止3秒 */
  }
  80% {
    -webkit-transform: translate(24px, -24px) rotate(0deg);
            transform: translate(24px, -24px) rotate(0deg);
    opacity: 0; /* フェードアウト */
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1; /* フェードイン */
  }
}
@media screen and (min-width: 769px) {
  .look2 .haihai .img1 {
    width: 66%;
  }
}
.look2 .haihai .img_bg {
  position: absolute;
  width: 56%;
  top: 15%;
  left: 13%;
  z-index: 5;
}
.look2 .img2 {
  width: 32vw;
  margin-top: 30px;
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .look2 .img2 {
    width: 160px;
  }
}
.look2 .img3 {
  width: 58vw;
  margin-top: -30px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .look2 .img3 {
    width: 280px;
    margin-bottom: 100px;
  }
}

.look3 .text_img {
  width: 90%;
  margin-top: 50px;
}
.look3 .text_img .text {
  width: 25%;
  margin-left: 23%;
}
.look3 .text_img .img1 {
  width: 48%;
  margin-top: -50px;
  margin-left: auto;
}
.look3 .parallax_container {
  position: relative;
  height: 80vh;
}
@media screen and (min-width: 769px) {
  .look3 .parallax_container {
    height: 125vh;
  }
}
.look3 .parallax_container .layer_wrapper {
  position: absolute;
}
.look3 .parallax_container .layer_wrapper img.parallax_inner {
  display: block;
  width: 100%;
  height: auto;
}
.look3 .parallax_container .layer_wrapper.layer_1 {
  width: 247px;
  z-index: 2;
  top: 20%;
  left: 6%;
}
@media screen and (min-width: 769px) {
  .look3 .parallax_container .layer_wrapper.layer_1 {
    top: -33%;
  }
}
.look3 .parallax_container .layer_wrapper.layer_2 {
  width: 230px;
  z-index: 3;
  top: 53%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .look3 .parallax_container .layer_wrapper.layer_2 {
    width: 60%;
    top: -72%;
  }
}
.look3 .parallax_container .layer_wrapper.bg {
  width: 332px;
  top: 25%;
  z-index: 1;
}

.look4 .img1 {
  width: 60%;
  margin: 30px auto;
}
.look4 .img2 {
  width: 63%;
  margin-left: auto;
  margin-top: -200px;
  margin-right: 25px;
}
.look4 .img3 {
  width: 56%;
  margin-top: -40px;
  margin-left: 10px;
}
.look4 .img4 {
  width: 27%;
  margin-top: 100px;
}
.look4 .img5 {
  width: 23%;
  margin-left: auto;
  margin-top: -150px;
  margin-bottom: 50px;
  margin-right: 30px;
}
@media screen and (min-width: 769px) {
  .look4 .img5 {
    margin-bottom: 100px;
  }
}

.look5 .img1 {
  width: 90%;
  margin: auto;
}
.look5 .img2 {
  width: 33%;
  margin-top: 30px;
  margin-left: 15px;
}
.look5 .img3 {
  width: 58%;
  margin-left: auto;
  margin-top: -60px;
}
@media screen and (min-width: 769px) {
  .look5 .img3 {
    margin-bottom: 100px;
  }
}

.look6 .text_img {
  width: 90%;
  margin-top: 50px;
}
.look6 .text_img .text {
  width: 25%;
  margin-left: 23%;
}
.look6 .text_img .img1 {
  width: 48%;
  margin-top: -120px;
  margin-left: auto;
}
.look6 .img2 {
  width: 62%;
  margin-top: 30px;
  margin-left: 15px;
}
.look6 .img3 {
  width: 58%;
  margin-left: auto;
  margin-top: -20px;
}
@media screen and (min-width: 769px) {
  .look6 .img3 {
    margin-bottom: 100px;
  }
}
.look6 .img4, .look6 .img5, .look6 .img6 {
  width: 18.5%;
}
.look6 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 50px;
}

.look7 .img1 {
  width: 60%;
  margin: 30px auto 40px;
}
.look7 .img2 {
  width: 62%;
  margin-left: auto;
  margin-right: 20px;
}
.look7 .img3 {
  width: 56%;
  margin-left: 15px;
  margin-top: -40px;
}
@media screen and (min-width: 769px) {
  .look7 .img3 {
    margin-bottom: 100px;
  }
}

.look8 {
  padding-bottom: 70px;
}
.look8 .img1 {
  width: 22%;
  margin-top: 30px;
  margin-left: 80px;
}
.look8 .img2 {
  width: 48%;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -120px;
}
.look8 .img3 {
  width: 33%;
  margin-left: 20px;
}
.look8 .img4 {
  width: 58%;
  margin-left: auto;
  margin-top: -50px;
}
@media screen and (min-width: 769px) {
  .look8 .img4 {
    margin-bottom: 100px;
  }
}
.look8 .all {
  width: 90%;
  margin: auto;
}

.credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F3EDE6;
  padding: 6vw;
}
@media screen and (min-width: 769px) {
  .credit {
    padding: 14% 5% 0;
  }
}
.credit a {
  width: 40vw;
  text-align: center;
  font-size: 12px;
  color: #656668;
  text-decoration: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .credit a {
    width: 46%;
    margin-bottom: 8%;
  }
}
.credit a img {
  border-radius: 2px;
}
.credit a .item {
  margin-top: 4px;
  margin-bottom: 4px;
}
.credit a .size,
.credit a .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.credit a .buy_btn {
  background-color: #87BBC8;
  color: #fff;
  border-radius: 70%;
  padding: 10px 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6px auto;
}

.other {
  margin-bottom: 50px;
}
.other .title {
  width: 23%;
  margin: 60px auto 10px;
}
.other .credit {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .other .credit {
    padding-top: 30px;
  }
}
.other .all_btn {
  background-color: #E8D1A5;
  color: #777CCF;
  border-radius: 70%;
  padding: 26px 20px;
  display: block;
  margin: auto;
  text-decoration: none;
  text-align: center;
  width: 64%;
  font-size: 20px;
}
.other .footer_bnr {
  width: 90%;
  margin: 50px auto;
}
.other .footer_logo {
  width: 46%;
  margin: auto;
}
.other .copy {
  width: 46%;
  margin: 20px auto;
}

.frame_fixed {
  position: relative;
  height: 80vh;
  background-color: #F3EDE6;
}
.frame_fixed .frame,
.frame_fixed .slides {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 90%;
}
.frame_fixed .frame {
  z-index: 10;
  pointer-events: none;
  width: 96%;
}
.frame_fixed .slides {
  top: 51.5%;
}
.frame_fixed li {
  margin-right: 5px;
}
.frame_fixed li img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease;
}
.frame_fixed .slick-slide.slick-current img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.frame_fixed .slick-slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}

.left, .right {
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

.swing {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.img_swing {
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes anim_s {
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes anim_s {
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.simpleParallax {
  overflow: visible !important;
}/*# sourceMappingURL=style.css.map */