@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;
  display: none;
}

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

.eg1 {
  font-family: interstate, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.eg2 {
  font-family: area-normal, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*---------------------------------------------
FV
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .fv .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 71%;
    margin: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 11vh;
    padding-bottom: 11vh;
  }
  .fv .pc_flex img {
    width: 540px;
    max-width: 38%;
    margin-right: 80px;
  }
}
.fv .pc_flex .texts {
  width: 83%;
  margin: 50px auto;
}
@media screen and (min-width: 769px) {
  .fv .pc_flex .texts {
    width: 410px;
    margin: 0;
  }
}
.fv .pc_flex .texts h1 {
  font-size: clamp(2.8rem, 1.25vw + 2.2rem, 3.5rem);
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.fv .pc_flex .texts .season {
  font-size: clamp(1rem, 1vw + 0.2rem, 0.2rem);
}
.fv .pc_flex .texts .text {
  margin-top: 50px;
  font-size: clamp(0.8rem, 1vw + 0.2rem, 0.2rem);
  letter-spacing: 1px;
  line-height: 2.2;
}

@media screen and (min-width: 769px) {
  .inner {
    width: 74vw;
    margin: 200px auto 0;
  }
}
.inner .wrap1 .slider {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .inner .wrap1 {
    width: 33vw;
  }
}
@media screen and (min-width: 769px) {
  .inner .wrap2 {
    width: 37vw;
    margin-left: auto;
    margin-top: -60vh;
  }
}
@media screen and (min-width: 769px) {
  .inner .wrap3 {
    width: 33vw;
    margin: 300px auto 150px;
  }
}
.inner .credit {
  width: 72%;
  margin: 60px auto 70px;
  font-size: 13px;
}
.inner .credit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
  text-decoration: none;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .inner .credit a .left_box .item {
    font-size: 16px;
  }
}
.inner .credit a .left_box .price {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .inner .credit a .left_box .price {
    font-size: 14px;
  }
}
.inner .credit a .buy {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .inner .credit a .buy {
    font-size: 16px;
  }
}
.inner .w88 {
  width: 88%;
  margin: auto;
}

.icons {
  width: 21%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .icons {
    width: 120px;
  }
  .icons .brand {
    width: 47px;
  }
  .icons .insta {
    width: 38px;
  }
}

.copy {
  font-size: 11px;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .copy {
    font-size: 16px;
  }
}

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

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

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