@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;
  font-family: brevier, sans-serif;
  font-style: normal;
  font-weight: 600;
}

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: fot-cezanne-pron, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/*---------------------------------------------
FV(movie)
---------------------------------------------*/
/*---------------------------------------------
sec
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .pc_flex {
    width: 93%;
    margin: 60px auto;
  }
  .pc_flex .pc_top,
  .pc_flex .pc_bottom {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.credit {
  font-size: 8px;
}
@media screen and (min-width: 769px) {
  .credit {
    font-size: 10px;
  }
}
.credit .item {
  line-height: 1.5;
  padding-top: 7px;
  padding-bottom: 3px;
}
.credit span {
  display: inline-block;
}
.credit .price {
  line-height: 1.5;
}
.credit .buy {
  background-color: #000;
  color: #fff;
  padding: 5px 24px;
  margin-left: 5px;
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.credit a {
  color: #fff;
  text-decoration: none;
}
.credit .soon {
  padding: 5px 14px;
}

.sec .img_credit .ml10 {
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .sec .img_credit .ml10 {
    margin-left: 0;
  }
}

.sec1 .text_credit {
  width: 50%;
}
.sec1 .img1 {
  width: 100%;
  margin-top: 40px;
}
.sec1 .img2 {
  width: 84%;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .sec1 .img2 {
    width: 26%;
  }
}
.sec1 .img3 {
  width: 43%;
  margin-left: auto;
  margin-top: 40px;
  margin-right: 64px;
}
@media screen and (min-width: 769px) {
  .sec1 .img3 {
    margin-right: 0;
  }
}
.sec1 .img4 {
  width: 95%;
  margin: 65px auto 62px;
}
@media screen and (min-width: 769px) {
  .sec1 .img1 {
    width: 35%;
  }
  .sec1 .img2 {
    width: 28%;
    padding-top: 46px;
  }
  .sec1 .img3 {
    width: 29%;
  }
  .sec1 .img4 {
    width: 60%;
    margin: 0;
    padding-top: 100px;
  }
  .sec1 .img5_wrap {
    width: 29%;
    margin-right: 30px;
  }
}

.item_wrap {
  margin-top: 40px;
  margin-bottom: 130px;
}
@media screen and (min-width: 769px) {
  .item_wrap .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px;
  }
  .item_wrap .pc_flex .flex img {
    width: 213px;
    margin: 0 10px 0 0;
  }
  .item_wrap .pc_flex .flex .text_credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 213px;
  }
  .item_wrap .pc_flex .flex .text_credit .text,
  .item_wrap .pc_flex .flex .text_credit .credit {
    font-size: 10px;
  }
  .item_wrap .pc_flex .flex .text_credit .text {
    width: 100%;
  }
  .item_wrap .pc_flex .flex:nth-child(1) {
    margin-right: 24px;
  }
}
.item_wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.item_wrap .flex img {
  width: 48%;
  margin: 0 10px;
}
.item_wrap .flex .text_credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item_wrap .flex .text_credit .text {
  width: 92%;
  font-size: 8px;
  line-height: 1.5;
}

.sec2 .item_wrap .text_credit {
  width: 50%;
}
.sec2 .img3_wrap {
  margin-top: 34px;
  width: 83%;
  margin-left: 10px;
}
.sec2 .img4_wrap {
  width: 95%;
  margin: 34px auto;
}
@media screen and (min-width: 769px) {
  .sec2 .pc_flex .pc_top .img1 {
    width: 45%;
  }
  .sec2 .pc_flex .pc_top .img2 {
    width: 100%;
    padding-top: 0;
  }
  .sec2 .pc_flex .pc_top .img3 {
    width: 53%;
    top: 9%;
  }
  .sec2 .pc_flex .pc_bottom .img3_wrap {
    width: 31%;
    margin-top: 100px;
    margin-left: 100px;
  }
  .sec2 .pc_flex .pc_bottom .img4_wrap {
    width: 37%;
    margin-top: -14%;
    margin-left: 19%;
  }
}
.sec2 .img_wrap {
  margin-top: 46px;
  position: relative;
  width: 100%;
  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;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .sec2 .img_wrap {
    width: 45%;
    right: 3%;
  }
}
.sec2 .img_wrap .img_inner {
  position: absolute;
  width: 49%;
  top: 12%;
}
.sec3 .text_credit {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .sec3 .img1 {
    width: 39%;
  }
}
.sec3 .img2 {
  width: 52%;
  margin: 46px auto 50px;
}
@media screen and (min-width: 769px) {
  .sec3 .img2 {
    width: 25%;
  }
}
.sec3 .pc_bottom {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
}
.sec3 .img3 {
  width: 95%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec3 .img3 {
    width: 34%;
    margin: initial;
    margin-top: 60px;
    margin-left: 23vh;
  }
}
.sec3 .img4 {
  width: 44%;
  margin-left: auto;
  margin-top: -40%;
}
@media screen and (min-width: 769px) {
  .sec3 .img4 {
    width: 16%;
    margin: initial;
    margin-top: 46vh;
    margin-left: 8%;
    margin-right: 2%;
  }
}
.sec3 .img5 {
  width: 44%;
  margin-left: 80px;
  margin-top: -30%;
}
@media screen and (min-width: 769px) {
  .sec3 .img5 {
    width: 31%;
    margin: initial;
    margin-top: -14%;
    margin-left: -5%;
    z-index: -1;
  }
}

.footer {
  position: relative;
  width: 100%;
  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;
  z-index: 100;
}
.footer ul {
  position: absolute;
  width: 67%;
  top: 18%;
}
@media screen and (min-width: 769px) {
  .footer ul {
    width: 17%;
  }
}
.footer ul a {
  text-decoration: none;
  color: #000;
}
.footer ul li {
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 18px;
  margin-bottom: 22px;
}
@media screen and (min-width: 769px) {
  .footer ul li {
    padding: 7%;
  }
}
.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: 9%;
  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: 15%;
    top: 70%;
    left: 50%;
  }
}

.img {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img_blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
[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;
  z-index: -1;
}

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

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