@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
.bold {
  font-weight: bold;
}

/*リセット
--------------------------------------------*/
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;
  background-color: #4CBDE1;
  color: #000;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 600;
  scroll-behavior: smooth;
}

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 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv {
    max-width: 600px;
    margin: auto;
  }
}

.top {
  width: 90%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 769px) {
  .top {
    max-width: 600px;
    margin: 0 auto 100px;
  }
}
.top .logo_20 {
  width: 14%;
  margin: 10px auto;
}
.top .read {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 40px;
}
.top .read span {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1;
}
.top .img1 {
  margin-bottom: 60px;
}
.top .img2 {
  margin-bottom: 15px;
}

.credit_wrap {
  margin-bottom: 40px;
  height: 200px;
  overflow-y: scroll;
}

.credit_wrap::-webkit-scrollbar {
  background-color: #3f3107;
  width: 5px;
  height: 5px;
}

.credit_wrap::-webkit-scrollbar-thumb {
  background-color: #eae9e8;
  border-radius: 10px;
}

.credit {
  margin-bottom: 15px;
  width: 95%;
}
.credit .jender {
  display: block;
  font-size: 12px;
}
.credit .item {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .credit .item {
    font-size: 14px;
  }
}
.credit .price {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .credit .price {
    font-size: 14px;
  }
}
.credit .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.credit .bottom .left {
  font-size: 12px;
  display: block;
  line-height: 1.3;
}
.credit .bottom .buy_btn {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 4px 18px;
}
.credit .text {
  font-size: 10px;
  font-weight: 200;
  width: 82%;
  margin: 16px auto 65px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .credit .text {
    font-size: 12px;
  }
}

.wrap2 {
  width: 90%;
  margin: 0 auto 80px;
}
.wrap2 .img3 {
  margin-bottom: 35px;
}
.wrap2 .img4 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .wrap2 {
    max-width: 600px;
    margin: 0 auto 100px;
  }
}

.top_btn {
  width: 18px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .top_btn {
    width: 30px;
  }
}

.bland_link {
  width: 20%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .bland_link {
    width: 150px;
    margin-top: 50px;
  }
}

.all_btn {
  display: block;
  text-align: center;
  width: 60%;
  margin: auto;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .all_btn {
    font-size: 14px;
    width: 300px;
  }
}

.copy {
  font-size: 10px;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 200;
}

[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 */