@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
/*リセット
--------------------------------------------*/
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;
  color: #4f4f4f;
  background-color: #faf0e6;
}

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

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

.eg {
  font-family: marseille, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bold {
  font-weight: 900;
}

.thin {
  font-weight: 200;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  position: relative;
  background-image: url(../images/sp_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  margin-top: 12vh;
}
@media screen and (min-width: 769px) {
  .fv {
    background-image: url(../images/pc_top.jpg);
    background-position: center center;
    margin-top: 0;
    height: 100vh;
    width: 100%;
  }
}
.fv .title {
  position: absolute;
  width: 96%;
  top: -10vh;
  left: 2vw;
}
@media screen and (min-width: 769px) {
  .fv .title {
    width: 53%;
    top: 7vw;
    left: 24vw;
  }
}
.fv .logo {
  position: absolute;
  width: 26.7%;
  bottom: -17vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .fv .logo {
    width: 10%;
    bottom: initial;
    top: 2vw;
    left: 2vw;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
}
@media screen and (min-width: 769px) {
  .fv .season {
    position: absolute;
    bottom: 3vw;
    width: 16%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

/*---------------------------------------------
.parllax
---------------------------------------------*/
.parllax {
  position: relative;
  margin-top: 12vh;
}
@media screen and (min-width: 769px) {
  .parllax {
    margin-top: 0;
  }
}
.parllax .bg {
  position: sticky;
  background-image: url(../images/sp_fv_bg.jpg);
  background-size: cover;
  height: 100vh;
  width: 100%;
  top: 0;
  margin-bottom: -94vh;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .parllax .bg {
    background-image: url(../images/pc_fv_bg.jpg);
    padding-top: 145vh;
    margin-bottom: -250vh;
  }
}
.parllax .rellax img {
  position: absolute;
  padding-top: 50%;
  z-index: 1;
}
.parllax .rellax .img1 {
  padding-top: 20%;
  top: 0;
  left: 3vw;
  width: 40%;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img1 {
    width: 36%;
  }
}
.parllax .rellax .img2 {
  width: 50%;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img2 {
    width: 44%;
    right: 11vw;
    top: -8vw;
  }
}
.parllax .rellax .img3 {
  width: 50%;
  top: 17vh;
  left: 7vw;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img3 {
    width: 44%;
  }
}
.parllax .rellax .img4 {
  width: 40%;
  top: 14vh;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img4 {
    width: 35%;
    top: 5vw;
    right: 3vw;
  }
}
.parllax .rellax .img5 {
  width: 28%;
  left: 0;
  top: 79vh;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img5 {
    width: 31%;
    top: 102vw;
  }
}
.parllax .rellax .img6 {
  width: 69%;
  top: 73vh;
  right: 0;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img6 {
    width: 70%;
    top: 92vw;
  }
}
.parllax .rellax .img7 {
  width: 56%;
  top: 84vh;
  left: 0;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img7 {
    width: 50%;
    top: 120vw;
    left: 3vw;
  }
}
.parllax .rellax .img8 {
  width: 33%;
  top: 80vh;
  right: 0;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img8 {
    width: 30%;
    top: 110vw;
    right: 5vw;
  }
}
.parllax .rellax .img9 {
  width: 60%;
  top: 138vh;
  right: 0;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img9 {
    width: 61%;
    top: 200vw;
  }
}
.parllax .rellax .img10 {
  width: 38%;
  top: 131vh;
  left: 8vw;
}
@media screen and (min-width: 769px) {
  .parllax .rellax .img10 {
    width: 34%;
    top: 192vw;
  }
}

#dummy {
  padding-top: 150%;
}

.parllax .rellax .img2 {
  z-index: 10;
}
.parllax .rellax .img4 {
  z-index: 1;
}

/*---------------------------------------------
#section1
---------------------------------------------*/
#section1 {
  margin-top: 100%;
  height: 100vh;
  width: auto;
  background-image: url(../images/parallax/sp_11.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 769px) {
  #section1 {
    margin-top: 50%;
    background-image: url(../images/parallax/11.jpg);
    background-position: center;
    background-size: cover; /* PCサイズでは幅いっぱいに表示 */
  }
}
#section1 .title {
  position: absolute;
  top: 18vw;
  width: 62%;
  left: 19vw;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  #section1 .title {
    top: initial;
    bottom: 41vh;
    width: 31%;
    left: 46vw;
  }
}
#section1 p {
  position: absolute;
  bottom: 6vh;
  color: #fff;
  text-align: center;
  font-size: clamp(10px, 1.8vw, 14px);
  left: 21vw;
  line-height: 1.7;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  #section1 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-text-align-last: left;
         text-align-last: left;
    left: 43vw;
    bottom: 3vh;
  }
}
@media screen and (min-width: 769px) {
  #section1 p span {
    margin-left: 40px;
  }
}

#section2 {
  background-color: #faf0e6;
  padding-bottom: 27vw;
}
@media screen and (min-width: 769px) {
  #section2 {
    padding-bottom: 12vw;
  }
}
#section2 .box {
  margin-top: 20vw;
}
@media screen and (min-width: 769px) {
  #section2 .box {
    max-width: 86%;
    margin: 5vw auto 0;
  }
}
#section2 .box .num {
  width: 16%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 4vw;
}
@media screen and (min-width: 769px) {
  #section2 .box .num {
    width: 80px;
    margin-right: 0;
    margin-bottom: 8vh;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box1 {
    padding-top: 8vh;
  }
}
#section2 .box1 .img1 {
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #section2 .box1 .img1 {
    width: 37vw;
    margin: initial;
    margin-left: auto;
  }
}
#section2 .box1 .img2 {
  width: 48%;
  margin-top: 5vh;
}
@media screen and (min-width: 769px) {
  #section2 .box1 .img2 {
    width: 31vw;
    margin-top: -10vh;
  }
}
#section2 .box1 .img3 {
  width: 48%;
  margin-left: auto;
  margin-top: -13vh;
}
@media screen and (min-width: 769px) {
  #section2 .box1 .img3 {
    width: 29vw;
    margin: initial;
    margin-left: 37vh;
    margin-top: -10vh;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box1 .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box2 .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
}
#section2 .box2 .img1 {
  width: 50%;
}
@media screen and (min-width: 769px) {
  #section2 .box2 .img1 {
    width: 49%;
  }
}
#section2 .box2 .img2 {
  width: 90vw;
  margin: -18vw auto 0;
}
@media screen and (min-width: 769px) {
  #section2 .box2 .img2 {
    margin: initial;
    width: 49%;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box3 {
    position: relative;
  }
}
#section2 .box3 .img1 {
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #section2 .box3 .img1 {
    width: 36vw;
    margin: initial;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box3 .pc_left {
    position: absolute;
    left: 0;
    top: 10vw;
  }
}
#section2 .box3 .img2 {
  width: 63vw;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 3vh;
}
@media screen and (min-width: 769px) {
  #section2 .box3 .img2 {
    width: 51.5vw;
    margin: initial;
  }
}
#section2 .box3 .img3 {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  #section2 .box3 .img3 {
    width: 32vw;
    margin-top: 3vw;
    margin-left: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #section2 .credit3,
  #section2 .credit7 {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box4 .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#section2 .box4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #section2 .box4 .flex {
    position: relative;
    width: 46vw;
    top: 5vw;
  }
}
#section2 .box4 .flex img {
  width: 41vw;
}
@media screen and (min-width: 769px) {
  #section2 .box4 .flex img {
    width: 58%;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box4 .flex .img1 {
    position: absolute;
    left: 0;
  }
}
#section2 .box4 .flex .img2 {
  margin-left: 4px;
  margin-top: 14vw;
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  #section2 .box4 .flex .img2 {
    position: absolute;
    top: 5vw;
  }
}
#section2 .box4 .img3 {
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #section2 .box4 .img3 {
    width: 36vw;
    margin: initial;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box5 .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#section2 .box5 .img1 {
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #section2 .box5 .img1 {
    width: 37vw;
    margin: initial;
  }
}
#section2 .box5 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  #section2 .box5 .flex {
    position: relative;
    margin-top: -3vw;
  }
}
#section2 .box5 .flex .img2 {
  width: 50vw;
}
@media screen and (min-width: 769px) {
  #section2 .box5 .flex .img2 {
    position: absolute;
    width: 30vw;
  }
}
#section2 .box5 .flex .img3 {
  width: 46vw;
  margin-top: 10vw;
}
@media screen and (min-width: 769px) {
  #section2 .box5 .flex .img3 {
    position: absolute;
    width: 28vw;
    left: 19.5vw;
    top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box6 .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 75vw;
    margin: auto;
  }
}
#section2 .box6 .img1 {
  width: 50vw;
}
@media screen and (min-width: 769px) {
  #section2 .box6 .img1 {
    width: 49%;
  }
}
#section2 .box6 .img2 {
  width: 90vw;
  margin: -18vw auto 0;
}
@media screen and (min-width: 769px) {
  #section2 .box6 .img2 {
    width: 49%;
    margin: initial;
  }
}

@media screen and (min-width: 769px) {
  .box7 {
    position: relative;
  }
}
.box7 .img1 {
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .box7 .img1 {
    width: 36vw;
    margin: initial;
  }
}
@media screen and (min-width: 769px) {
  .box7 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .box7 .pc_left {
    position: absolute;
    left: 0;
    top: 10vw;
  }
}
.box7 .img2 {
  width: 63vw;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 3vh;
}
@media screen and (min-width: 769px) {
  .box7 .img2 {
    width: 51.5vw;
    margin: initial;
  }
}
.box7 .img3 {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  .box7 .img3 {
    width: 32vw;
    margin-top: 3vw;
    margin-left: 4vw;
  }
}

.credit {
  margin-top: 6vw;
  margin-left: 4vw;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(10px, 1.8vw, 14px);
}
@media screen and (min-width: 769px) {
  .credit {
    margin-left: 7%;
  }
}
.credit a {
  display: block;
  text-decoration: none;
  color: #4f4f4f;
  -webkit-transition: 0.2s all !important;
  transition: 0.2s all !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.credit a:hover {
  opacity: 0.6 !important;
}
.credit span {
  display: inline-block;
  margin-bottom: 16px;
  margin-left: 4px;
}
.credit .buy {
  background-color: #4f4f4f;
  color: #fff;
  padding: 2px 8px;
  margin-left: 10px;
}
.credit .coming {
  pointer-events: none;
  border: 1px solid;
  color: #4f4f4f;
  background-color: transparent;
}

#footer {
  background-image: url(../images/sp_footer.jpg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 54vh;
}
@media screen and (min-width: 769px) {
  #footer {
    background-image: url(../images/pc_footer.jpg);
    height: 59svh;
  }
}
#footer a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .logo {
  width: 52vw;
  margin: auto;
  padding-top: 30vw;
  margin-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  #footer .logo {
    width: 29vw;
    padding-top: 7vw;
    margin-bottom: 5vw;
  }
}
#footer .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #footer .icon {
    width: 32%;
  }
}
#footer .insta {
  height: 8vw;
  width: auto;
}
@media screen and (min-width: 769px) {
  #footer .insta {
    height: 50px;
  }
}
#footer .youtube {
  height: 7vw;
  width: auto;
}
@media screen and (min-width: 769px) {
  #footer .youtube {
    height: 40px;
  }
}
#footer .online {
  height: 3vw;
  width: auto;
}
@media screen and (min-width: 769px) {
  #footer .online {
    height: 17px;
  }
}

[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;
}/*# sourceMappingURL=style.css.map */