@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  scroll-behavior: smooth;
  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
---------------------------------------------*/
.ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.eg {
  font-family: quicksand, sans-serif;
  font-style: normal;
  font-weight: 300;
}

/*---------------------------------------------
pc
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .wrap {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*---------------------------------------------
pc_left
---------------------------------------------*/
.pc_left {
  width: 36%;
  position: sticky;
  top: 0;
  height: 100vh;
}
.pc_left .top_title {
  width: 60%;
  margin: 60px auto;
}

.index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 100px;
  width: 68%;
}
.index li {
  width: 25%;
  margin: 4%;
}

/*---------------------------------------------
pc_center
---------------------------------------------*/
.pc_center {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pc_center {
    width: 35%;
  }
}
.pc_center .fv .top_title {
  position: absolute;
  z-index: 100;
  width: 70%;
  top: 5%;
  left: 15%;
}

/*---------------------------------------------
pc_right
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .pc_right {
    width: 28%;
  }
  .pc_right img {
    position: fixed;
    width: 14%;
    top: 25px;
    right: 25px;
  }
}
/*---------------------------------------------
FV
---------------------------------------------*/
.fv .top_img {
  height: 80%;
  width: auto;
  margin: 0;
  border: none;
}

/*---------------------------------------------
top
---------------------------------------------*/
.top .lead {
  font-size: 11px;
  line-height: 2;
  margin: 30px auto 50px;
  width: 88%;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .top .lead {
    font-size: 15px;
    margin-bottom: 60px;
  }
}
.top .lead .title {
  display: block;
  font-size: 18px;
  font-family: irohamaru, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .top .lead .title {
    font-size: 24px;
  }
}
.top .index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 100px;
  width: 98%;
}
.top .index li {
  width: 25%;
  margin: 13px;
}

/*---------------------------------------------
content
---------------------------------------------*/
.content {
  margin-bottom: 150px;
}
.content .box .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  margin: 30px;
}
@media screen and (min-width: 769px) {
  .content .box .place {
    font-size: 13px;
  }
}
.content .box .place img {
  width: 33%;
}
.content .box .text {
  width: 90%;
  margin: 25px auto 40px;
  font-size: 11px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .content .box .text {
    font-size: 15px;
  }
}
.content .top_movie {
  width: 100%;
}
.content .slider {
  width: 90%;
  margin: auto;
}
.content .credit_wrap {
  margin: 70px auto;
  width: 90%;
}
.content .credit_wrap .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #000;
  margin-top: 25px;
}
.content .credit_wrap .credit img {
  width: 20%;
}
.content .credit_wrap .credit ul li {
  line-height: 1.2;
  margin-left: 16px;
}
.content .credit_wrap .credit .item {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .content .credit_wrap .credit .item {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.content .credit_wrap .credit .type {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .content .credit_wrap .credit .type {
    font-size: 13px;
  }
}
.content .credit_wrap .credit .buy_btn {
  display: inline-block;
  background: #94F571;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 24px;
  border-radius: 50px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .content .credit_wrap .credit .buy_btn {
    font-size: 18px;
  }
}
.content .credit_wrap .credit_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.coming {
  margin-top: -100px;
}

.footer .photo {
  width: 75%;
  margin: 80px auto 50px;
}
.footer .logo {
  width: 70%;
  margin: auto;
}
.footer p {
  font-size: 11px;
  line-height: 2;
  width: 90%;
  margin: 50px auto 30px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .footer p {
    font-size: 15px;
  }
}
.footer .btns {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer .btns a {
  width: 34%;
}
.footer small {
  font-size: 10px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-family: nimbus-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
}

#all_btn {
  position: fixed;
  width: 20%;
  padding: 20px;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: none;
}
@media screen and (min-width: 769px) {
  #all_btn {
    width: 100px;
    bottom: 10%;
    left: 21%;
  }
}

/*---------------------------------------------
flexslider
---------------------------------------------*/
.flexslider {
  margin: 0;
  border: none;
}
.flexslider .flex-control-paging li a {
  width: 6px;
  height: 6px;
}
.flexslider .flex-control-nav li {
  margin: 0 16px;
}
.flexslider .flex-control-nav {
  bottom: -30px;
}

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