/* ===============================================
    ! Foundation !
=============================================== */
  @import url("https://use.typekit.net/phl7dhq.css");


/* =====================================
    * setting for animation style *
===================================== */
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.fadeIn.scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* =====================================
    * setting for base style    *
    *               of the page *
===================================== */
.main-area .main-inner {
  width: 100%;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

/* for responsive objects */
.sp-component {
  display: block;
}

.pc-component {
  display: none;
}

@media only screen and (min-device-width: 768px) {
  .sp-component {
    display: none;
  }
  .pc-component {
    display: block;
  }
}

/* ===============================================
    ! Layout !
=============================================== */
/* ===============================================
    ! Object !
=============================================== */
/* viewall__btn */
.checkall__btn {
  border: solid 1px #000000;
  display: block;
  height: calc(200 * (100vw / 750));
  width: calc(676 * (100vw / 750));
  /* style of text */
  color: #000;
font-family: "monotype-grotesque-extra-con", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: calc(44 * (100vw / 750));
  font-weight: 500;
  letter-spacing: calc(7.04 * (100vw / 750));
  padding: calc(46 * (100vw / 750)) 0;
  text-align: center;
}

/* series-link__btn */
/* =====================================
    *  Style of SP *
===================================== */
main {
  /* background-image: url("../../imgs/page_sp.jpg"); */
  background-size: cover;
  background-position-y: 126px;
}

.lp_200706 {
  display: block;
  margin-top: calc(102 * (100vw / 750));
}

/* heading */
.heading {
font-family: "monotype-grotesque-extra-con", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: calc(104 * (100vw / 750));
  letter-spacing: calc(17.68 * (100vw / 750));
  text-align: center;
}

.subtitle {
  font-size: calc(48 * (100vw / 750));
  letter-spacing: calc(8.16 * (100vw / 750));
}

/* items__container */
.item {
  display: block;
  margin: 0;
  width: calc(375 * (100vw / 750));
}

.items__container {
  margin-top: calc(78 * (100vw / 750));
}

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

.item3__container {
  margin-top: calc(81 * (100vw / 750));
}

.item3--primary {
  margin: 0 auto 0 calc(37 * (100vw / 750));
  width: calc(450 * (100vw / 750));
}

.item3--secondary {
  margin: calc(30 * (100vw / 750)) 0 0 auto;
  width: calc(600 * (100vw / 750));
}

.item4 {
  margin: calc(82 * (100vw / 750)) auto 0;
  width: calc(600 * (100vw / 750));
}

.item5-item6__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(80 * (100vw / 750));
}

.item7 {
  margin: calc(80 * (100vw / 750)) auto 0 calc(37 * (100vw / 750));
  width: calc(488 * (100vw / 750));
}

.item8__container {
  margin-top: calc(80 * (100vw / 750));
}

.item8--primary {
  margin: 0 calc(37 * (100vw / 750)) 0 auto;
  width: calc(488 * (100vw / 750));
}

.item8--secondary {
  margin: calc(30 * (100vw / 750)) auto 0 0;
  width: calc(600 * (100vw / 750));
}

.item9-item10__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(80 * (100vw / 750));
}

.item11 {
  margin: calc(80 * (100vw / 750)) calc(37 * (100vw / 750)) 0 auto;
  width: calc(525 * (100vw / 750));
}

.item12-item13-item14__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(80 * (100vw / 750));
}

.item12 {
  margin: 0 auto 0 calc(37 * (100vw / 750));
  width: calc(525 * (100vw / 750));
}

.item13, .item14 {
  margin-top: calc(80 * (100vw / 750));
}

.checkall__btn {
  margin: calc(160 * (100vw / 750)) auto 0;
}

.genre {
  display: inline-block;
font-family: "monotype-grotesque-extra-con", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: calc(34 * (100vw / 750));
  letter-spacing: calc(5.44 * (100vw / 750));
  line-height: 0.82;
  margin-right: calc(70 * (100vw / 750));
  position: relative;
}

.genre-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block;
  margin: calc(54 * (100vw / 750)) auto 0;
  padding: 0 calc(70 * (100vw / 750)) calc(200 * (100vw / 750));
  text-align: center;
}

.genre > a {
  color: #000;
  text-decoration: none;
}

.genre::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(116 * (100vw / 750));
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}

.genre__sec--bottom {
  margin-top: calc(42 * (100vw / 750));
}

.genre1 {
  margin-right: calc(66 * (100vw / 750));
}

.genre2::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(175 * (100vw / 750));
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}

.genre3 {
  margin-right: calc(66 * (100vw / 750));
}

.genre3::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(98 * (100vw / 750));
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}

.genre4, .genre6 {
  margin-right: 0;
  padding: 0;
}

.genre4::after, .genre6::after {
  content: "";
}
