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

.eg {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.credit {
  margin-top: 16px;
}

.flexslider {
  margin: 0 !important;
  border: 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;
  }
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv .sp_fv {
  background-image: url(../images/sp_top.jpg);
  height: 62vh;
  height: 134vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .fv .pc_fv {
    background-image: url(../images/pc_top.jpg);
    height: 90vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 769px) {
  .contents {
    max-width: 632px;
    margin: auto;
  }
}
.contents .read {
  font-size: 16px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .contents .read {
    font-size: 20px;
  }
}
.contents .credit {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .contents .credit {
    font-size: 18px;
  }
}
.contents .credit a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.7;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.contents .credit a:hover {
  opacity: 0.6;
}
.contents .credit .price {
  text-decoration: underline;
}
.contents .credit .soon {
  pointer-events: none;
}
.contents .credit .soon .price {
  text-decoration: none;
}
.contents .img1_wrap {
  position: relative;
  height: 600px;
}
@media screen and (min-width: 769px) {
  .contents .img1_wrap {
    height: 570px;
  }
}
.contents .img1_wrap .img1 {
  width: 88%;
}
.contents .img1_wrap .img2 {
  position: absolute;
  width: 44%;
  top: 46%;
  right: 7%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .contents .img1_wrap .img2 {
    top: 80%;
  }
}
.contents .img1_wrap .img3 {
  width: 67%;
  position: absolute;
  z-index: 0;
  top: 65%;
  left: 6%;
}
@media screen and (min-width: 769px) {
  .contents .img1_wrap .img3 {
    width: 420px;
    top: 110%;
  }
}
.contents .img2_wrap {
  margin-top: 100%;
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .contents .img2_wrap {
    margin-top: 140%;
    margin-bottom: 200px;
  }
}
.contents .img2_wrap .img1 {
  width: 66%;
  margin-left: auto;
  margin-right: 4%;
  margin-top: 5px;
}
.contents .img2_wrap .img3 {
  width: 54%;
  margin-left: 5%;
  margin-top: 6%;
}
.contents .img2_wrap .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.contents .img2_wrap .credit {
  margin-left: 4%;
}
.contents .img3_wrap .img1 {
  width: 72%;
  margin: auto;
}
.contents .img3_wrap .img2 {
  width: 59%;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px) {
  .contents .img3_wrap .img2 {
    margin-top: 70px;
  }
}
.contents .img3_wrap .credit {
  margin-left: 20%;
}
.contents .img4_wrap {
  margin-top: 70px;
}
.contents .img4_wrap .credit {
  margin-top: -100px;
  margin-left: 6%;
}
@media screen and (min-width: 769px) {
  .contents .img4_wrap {
    margin-top: 150px;
  }
  .contents .img4_wrap .credit {
    margin-left: 19%;
  }
}
.contents .img4_wrap .img1 {
  width: 100%;
}
.contents .img4_wrap .img2,
.contents .img4_wrap .img3 {
  width: 40.5%;
  margin-left: 3%;
  margin-right: 3%;
}
.contents .img4_wrap .img2 {
  margin-top: -80px;
  padding-bottom: 120px;
}
.contents .img4_wrap .img3 {
  margin-top: 7%;
  margin-bottom: 3%;
}
.contents .img4_wrap .img4 {
  width: 62%;
  margin: 8% auto 0;
}
.contents .img4_wrap .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents .img5_wrap {
  width: 62%;
  margin: 20% auto 0;
}
.contents .img6_wrap {
  width: 62%;
  margin: 15% auto 20%;
}
.contents .img7_wrap {
  position: relative;
  width: 92%;
  margin: 0 auto 15%;
}
.contents .img7_wrap .img1 {
  width: 48%;
  margin-bottom: -24%;
}
.contents .img7_wrap .img2 {
  position: absolute;
  width: 60%;
  right: 5%;
}
@media screen and (min-width: 769px) {
  .contents .img7_wrap .img2 {
    width: 350px;
  }
}
.contents .img8_wrap {
  width: 74.5%;
  margin: 50px auto 0;
  padding-top: 120%;
}
.contents .img9_wrap {
  margin-top: 140px;
}
.contents .img9_wrap .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.contents .img9_wrap .flex .img_box {
  width: 57%;
  margin-left: 10%;
}
.contents .img9_wrap .img1 {
  margin-bottom: 5px;
}
.contents .img9_wrap .credit {
  margin-left: 4%;
}
.contents .img10_wrap {
  width: 57%;
  margin: 160px auto;
}
.contents .img10_wrap .img1 {
  margin-bottom: 5px;
}
.contents .img11_wrap {
  position: relative;
}
.contents .img11_wrap .img1 {
  width: 67%;
  margin: auto;
}
.contents .img11_wrap .img2 {
  position: absolute;
  z-index: -1;
  margin-top: -50px;
}
@media screen and (min-width: 769px) {
  .contents .img11_wrap .img2 {
    width: 632px;
    left: 0;
  }
}
.contents .img11_wrap .img3 {
  padding-top: 150%;
  width: 58%;
  margin-left: auto;
  margin-right: 10%;
}
.contents .img11_wrap .credit {
  text-align: right;
}
.contents .img12_wrap {
  width: 90%;
  margin: 100px auto;
}

.archive {
  background: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .archive {
    padding-top: 140px;
    padding-bottom: 170px;
  }
}
.archive .archive_title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .archive .archive_title {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.archive img {
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .archive img {
    max-width: 632px;
  }
}

.footer {
  max-width: 632px;
  margin: auto;
  margin-bottom: 80px;
  padding-top: 70px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 170px;
  }
}
.footer .lem {
  width: 25%;
  margin: 0 auto 40px;
}
.footer .logo {
  width: 57%;
  margin: 0 auto 10px;
}
.footer .copy {
  display: block;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .copy {
    font-size: 15px;
    margin-top: 22px;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 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);
}/*# sourceMappingURL=style.css.map */