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

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

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
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.eg {
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 200;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.wrapper {
  display: none;
}
@media screen and (min-width: 769px) {
  .wrapper {
    display: block;
    background-image: url(../images/pc_bg.jpg);
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: auto 100%;
    position: fixed;
    top: 0;
    z-index: -1;
  }
}

.layer {
  display: none;
}
@media screen and (min-width: 769px) {
  .layer {
    display: block;
    position: relative;
  }
}
.layer .right,
.layer .left {
  width: calc((100vw - 375px) / 2);
  height: 100vh;
  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;
  position: fixed;
  z-index: 1;
}
.layer .right {
  right: 0;
}
.layer .right ul {
  margin-right: 4vw;
}
.layer .left {
  left: 0;
  padding-left: 4vw;
}
.layer .left a {
  width: 60%;
  display: block;
}
@media screen and (min-width: 769px) {
  .layer .left a {
    width: 50%;
  }
}
.layer ul {
  width: 200px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .layer ul {
    width: 15vw;
  }
}
.layer ul a {
  text-decoration: none;
  color: #000;
}
.layer ul li {
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 14px;
  margin-bottom: 22px;
}
.layer ul li::after {
  content: "";
  background-image: url(../images/arrow.png);
  display: inline-block;
  width: 10px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.fv {
  position: relative;
}
.fv .title {
  position: absolute;
  width: 65%;
  top: 21vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .fv .title {
    top: 6vw;
  }
}
.fv .scroll {
  position: absolute;
  width: 42%;
  bottom: 11vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .fv .scroll {
    bottom: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
    height: 100vh;
    width: 375px;
    margin: 0 auto;
    z-index: 1;
  }
  .fv .fv_bg {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .fv .fv_bg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: calc(var(--vh, 1vh) * 100);
    width: 375px;
  }
  .fv .title {
    left: 46%;
    left: 50%;
    bottom: 5vh;
  }
}

.img {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .img {
    width: 375px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1;
  }
}

.imgwrap_1 {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (min-width: 769px) {
  .imgwrap_1 {
    margin-bottom: 0;
  }
}
.imgwrap_1 .img1 {
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  z-index: calc(infinity);
}
@media screen and (min-width: 769px) {
  .imgwrap_1 .img1 {
    padding-top: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.imgwrap_1 .img2 {
  width: 60%;
  padding-top: 15px;
  margin-left: auto;
  margin-right: 24px;
}
.imgwrap_1 .img3 {
  width: 65%;
  margin-top: 10px;
  margin-left: 20px;
}
.imgwrap_1 .img4 {
  width: 48%;
  margin-top: 30px;
  margin-left: 40px;
}
.imgwrap_1 .img5 {
  width: 43%;
  margin-top: -236px;
  margin-left: auto;
  z-index: calc(infinity);
}
.imgwrap_1 .img6 {
  position: absolute;
  width: 100%;
  bottom: -7%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .imgwrap_1 .img6 {
    bottom: -2vw;
  }
}

.sec {
  background-color: #fff;
}
.sec .num {
  width: 10%;
  margin: 0 auto 18px;
}
.sec .sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .sec {
    max-width: 375px;
    margin: 0 auto 0;
    padding-top: 160px;
  }
}

@media screen and (min-width: 769px) {
  .sec2,
  .sec3 {
    padding-top: 110px;
  }
}

.credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 10px 100px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .credit {
    max-width: 356px;
    padding: 10px;
    margin: auto;
    background-color: #fff;
  }
}
.credit a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.credit a:hover {
  opacity: 0.6;
}
.credit .credit_box {
  width: 48.5%;
}
.credit .credit_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  z-index: 100;
}
.credit .credit_text span {
  display: block;
}
.credit .credit_text .left {
  width: 69%;
  margin-right: 8px;
}
.credit .credit_text .item_name {
  font-size: 8px;
  margin-top: 10px;
  line-height: 1.2;
}
.credit .credit_text .price {
  font-size: 15px;
  margin-top: 5px;
}
.credit .credit_text .price::before {
  content: "¥";
  font-size: 12px;
}
.credit .credit_text .price::after {
  content: "-Tax incl";
  font-size: 12px;
}
.credit .credit_text .buy {
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-top: 14px;
}
.credit .credit_text .soon {
  font-size: 10px;
  border-radius: 100px;
  pad: 4px 10px;
  border: 1px solid;
  color: #000;
  background-color: #fff;
}
.credit .credit_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credit .box2 {
  width: 100%;
}
.credit .box2 .credit_flex {
  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;
  margin-bottom: 25px;
}
.credit .box2 .credit_flex .credit_text {
  width: 48.5%;
  margin-bottom: 18px;
}
.credit .box2 .credit_flex .credit_text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .credit2 {
    max-width: 375px;
  }
  .credit2 .credit_box {
    background-color: #fff;
    width: 45%;
    padding: 2.5%;
  }
}

.footer {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-top: -103vh;
    z-index: -1;
  }
}
.footer ul {
  position: absolute;
  top: 85px;
  width: 67%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .footer ul {
    width: 200px;
    top: 40vh;
    right: 20vh;
    left: initial;
  }
}
.footer ul a {
  text-decoration: none;
  color: #000;
}
.footer ul li {
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 14px;
  margin-bottom: 22px;
}
.footer ul li::after {
  content: "";
  background-image: url(../images/arrow.png);
  display: inline-block;
  width: 10px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .fc_logo {
  position: absolute;
  bottom: 40px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .footer .fc_logo {
    position: absolute;
    bottom: initial;
    width: 274px;
    top: 40vh;
    left: 44vh;
  }
}

[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: #fff;
  border-radius: 0;
}

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

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */