@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #333;
  scroll-behavior: smooth;
  display: none;
}

.mt30 {
  margin-top: 30px !important;
}

/*リセット
--------------------------------------------*/
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;
}

body {
  overflow: scroll;
}

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

/*---------------------------------------------
font
---------------------------------------------*/
.ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  overflow: hidden;
}
.fv .lead {
  font-size: 14px;
  text-align: center;
  margin: auto;
  line-height: 2;
  margin-bottom: 80px;
}
.fv .lead span {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
.fv .sp_fv .title {
  width: 63%;
  margin: 50px auto;
}
.fv .sp_fv .sub_title {
  width: 90%;
  margin: 0 auto 20px;
}
.fv .sp_fv .loop_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  overflow: hidden;
}
@-webkit-keyframes loop_animation_left_double {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop_animation_left_double {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.fv .sp_fv .loop_left_double {
  margin-left: 30px;
  margin-bottom: 50px;
  -webkit-animation: loop_animation_left_double 15s linear infinite;
          animation: loop_animation_left_double 15s linear infinite;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .fv .pc_fv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fv .pc_fv {
    height: 100vh;
    width: 40%;
    min-width: 33vw;
  }
  .fv .pc_fv .title {
    width: 240px;
    margin: 15vh auto 0;
  }
  .fv .pc_fv .sub_title {
    width: 300px;
    margin: auto;
    margin-top: 50px;
  }
  .fv .pc_fv .lead span {
    margin-top: 20px;
  }
  .fv .loop_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    overflow: hidden;
  }
  @-webkit-keyframes loop_animation_left_double {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes loop_animation_left_double {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .fv .loop_left_double {
    margin-top: 23vh;
    margin-left: 30px;
    margin-bottom: 50px;
    -webkit-animation: loop_animation_left_double 15s linear infinite;
            animation: loop_animation_left_double 15s linear infinite;
    white-space: nowrap;
    height: 50vh;
    width: auto;
  }
}

.thumb {
  width: 80%;
  padding: 100px 40px;
  background: #E1E4F4;
}
.thumb .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.thumb .div1 {
  grid-area: 1/1/2/2;
}
.thumb .div2 {
  grid-area: 1/2/2/3;
}
.thumb .div3 {
  grid-area: 1/3/2/4;
}
.thumb .div4 {
  grid-area: 2/1/3/2;
}
.thumb .div5 {
  grid-area: 2/2/3/3;
}
.thumb .div6 {
  grid-area: 2/3/3/4;
}
.thumb .div7 {
  grid-area: 3/1/4/2;
}
.thumb .div8 {
  grid-area: 3/2/4/3;
}
.thumb .div9 {
  grid-area: 3/3/4/4;
}
.thumb .div10 {
  grid-area: 4/1/5/2;
}
.thumb .div11 {
  grid-area: 4/2/5/3;
}
@media screen and (min-width: 769px) {
  .thumb {
    width: 20%;
  }
}

.box .top_box {
  padding-top: 20px;
  height: 60vh;
}
.box .top_box .style {
  width: 15%;
  margin-left: 10px;
  margin-top: 70px;
}
.box .top_box .kirinuki {
  height: 45vh;
  width: auto;
  margin-top: -30%;
  margin-left: 30%;
}
.box .top_box .chair {
  margin-left: 17%;
  height: 33vh;
}
.box .top_box .sit {
  height: 29vh;
  margin-top: -70px;
}
.box .credit {
  font-size: 14px;
  font-weight: bold;
  width: 80%;
  margin: 75px auto 100px;
  line-height: 1.4;
}
.box .credit .img_credit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  text-decoration: none;
  color: #333;
}
.box .credit .swim_img {
  width: 60px;
}
.box .credit span {
  display: block;
  margin-left: 10px;
}
.box .credit .brand {
  color: #919090;
}
.box .credit .price {
  margin-left: 10px;
  text-decoration: underline;
}
.box .credit .no_img_credit {
  margin-top: 30px;
}
.box .credit .no_img_credit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  text-decoration: none !important;
  color: #333;
}
.box .credit .no_img_credit a span {
  margin-left: 0;
}

#box1 .img1 {
  width: 80%;
}
#box1 .img2 {
  width: 60%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: 20px;
}
#box1 .img3 {
  width: 48%;
  margin-top: -20px;
  margin-left: 45px;
}

#box2 .img1 {
  width: 65%;
}
#box2 .img2 {
  width: 48%;
  margin-top: 30px;
  margin-left: auto;
}

#box3 .img1 {
  width: 73%;
}
#box3 .img2 {
  width: 60%;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 60px;
}
#box3 .movie1 {
  display: block;
  width: 80%;
  margin: 125px auto 0;
}
#box3 .img6 {
  width: 80%;
  margin: auto;
}

#box4 .img1 {
  width: 94%;
}
#box4 .img2 {
  width: 65%;
  margin-top: 90px;
  margin-left: auto;
}
#box4 .movie2 {
  width: 67%;
  margin-top: 50px;
}

#box5 .img1,
#box6 .img1 {
  width: 73%;
  margin-left: auto;
}
#box5 .img2,
#box6 .img2 {
  width: 65%;
  margin-top: 70px;
}

#box6 .movie3 {
  width: 100%;
  -webkit-clip-path: ellipse(37% 35% at 50% 50%);
          clip-path: ellipse(37% 35% at 50% 50%);
  margin-bottom: -100px;
}

#box7 .img1 {
  width: 81%;
}
#box7 .img2 {
  width: 65.5%;
  margin-top: 125px;
  margin-bottom: 125px;
  margin-left: auto;
}
#box7 .movie4 {
  display: block;
  width: 62%;
  margin: auto;
}

#box8 .img1 {
  width: 73%;
  margin-left: auto;
  margin-bottom: 60px;
}
#box8 .img2 {
  width: 46%;
}
#box8 .img3 {
  width: 60%;
  margin-top: -20px;
  margin-left: auto;
  margin-right: 40px;
}

#box9 .img1 {
  width: 81%;
  margin-left: auto;
  margin-bottom: 80px;
}
#box9 .img2 {
  width: 70%;
  margin-bottom: 100px;
}
#box9 .img3 {
  width: 60%;
  margin-left: auto;
}

#box10 .img1 {
  width: 73%;
  margin: 0 auto 60px;
}
#box10 .img2 {
  width: 60%;
  margin: auto;
}

.hand_wrap {
  position: relative;
}
.hand_wrap .hand1 {
  position: absolute;
  width: 50%;
  top: -18%;
  right: 4%;
  z-index: 100;
}
.hand_wrap .hand2 {
  width: 70% !important;
  margin: auto;
}

.goods {
  background: #F0F7DC;
  padding-top: 50px;
  padding-bottom: 1px;
}
.goods .goods_title {
  position: relative;
  height: 100px;
}
.goods .goods_title .check {
  position: absolute;
  width: 28%;
  -webkit-animation: rotate_anime 4s linear infinite;
          animation: rotate_anime 4s linear infinite;
  left: 4%;
  z-index: 10;
}
.goods .goods1 {
  position: absolute;
  width: 60%;
  right: 5%;
  top: 40%;
  z-index: 10;
}
.goods .goods2 {
  width: 82% !important;
  margin: 0 auto;
}

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

@keyframes rotate_anime {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}
.kikonashi {
  background: #F7F2DC;
  padding-bottom: 1px;
}
.kikonashi .kikonashi_img {
  width: 68%;
  margin-left: 8%;
  margin-bottom: 30px;
  padding-top: 30px;
}
.kikonashi .kikonashi_img2 {
  width: 80% !important;
  margin: auto;
}

.scrolldown_wrap {
  position: relative;
}

.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: -75px;
  height: 100px;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #333;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .pc_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pc_main .thumb {
    position: sticky;
    height: 100vh;
    top: 0;
  }
  .pc_main .pc_left {
    width: 26%;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pc_main .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pc_main .box .top_box {
    position: sticky;
    top: 0;
    width: 70%;
    height: 100vh;
  }
  .pc_main .box .top_box .style {
    width: 11%;
  }
  .pc_main .box .top_box .kirinuki {
    margin-top: -10%;
    height: 60vh;
  }
  .pc_main .box .top_box .chair {
    margin-left: 12%;
    height: 50vh;
  }
  .pc_main .box .top_box .sit {
    height: 36vh;
  }
  .pc_main .pc_right {
    width: 60%;
    margin-top: 100px;
  }
}

.pc_right_box {
  width: 100%;
}

.all {
  font-size: 12px;
  line-height: 1.6;
  background: #E2E2E2;
  padding: 30px;
}
.all .title {
  height: 2.2vh;
  width: auto;
  margin: 80px auto 30px;
}
.all .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all .item_wrap .item_each {
  width: 30%;
  margin: 5px;
}
.all .item_wrap .item_each a {
  color: #333;
  text-decoration: none;
}
.all .item_wrap .item_each span {
  display: block;
}
.all .item_wrap .item_each .item {
  margin-top: 10px;
}
.all .item_wrap .item_each .price {
  text-decoration: underline;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .all .title {
    width: auto;
    height: 3vh;
  }
  .all .item_wrap {
    max-width: 900px;
    margin: 0 auto 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .all .item_wrap .item_each {
    width: 22vh;
    margin: 8px;
  }
  .all .item_wrap .item_each a {
    text-align: left;
  }
}

.archive {
  margin-bottom: 50px;
}
.archive .title {
  width: 25%;
  margin: 80px auto 30px;
}
.archive .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive .wrap a {
  display: block;
  width: 80%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .archive {
    margin-bottom: 100px;
  }
  .archive .title {
    width: auto;
    height: 3vh;
    margin-top: 100px;
  }
  .archive .wrap {
    max-width: 900px;
    margin: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .archive .wrap a {
    width: 30%;
  }
}

.footer img {
  width: 30%;
  margin: auto;
}
.footer .foot_copy {
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .footer img {
    width: 10%;
  }
  .footer .foot_copy {
    font-size: 12px;
  }
}

#page_top {
  position: fixed;
  z-index: 200;
  width: 18%;
  right: 0;
  bottom: 6%;
}
@media screen and (min-width: 769px) {
  #page_top {
    display: none !important;
  }
}

[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;
  background: none;
}

.flex-control-nav li {
  display: none;
}/*# sourceMappingURL=style.css.map */