/* ===============================================
    ! 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;
  width: 400px;
  /* style of text */
  color: #000;
font-family: "monotype-grotesque-extra-con", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 3.68px;
  padding: 28px 0;
  text-align: center;
}

@media only screen and (max-device-width: 1023px) {
  .checkall__btn {
    height: calc(100 * (100vw / 1400));
    width: calc(400 * (100vw / 1400));
    /* style of text */
    font-size: calc(23 * (100vw / 1400));
    font-weight: 500;
    letter-spacing: calc(3.68 * (100vw / 1400));
    padding: calc(28 * (100vw / 1400)) 0;
  }
}

/* series-link__btn */
/* ===============================================
    *  Style of PC *
=============================================== */
main {
  margin: auto;
  /* background-image: url("../../imgs/page_pc.jpg"); */
  background-position-y: -115px;
}

.lp_200706 {
  display: block;
  margin-top: 76px;
}

/* heading */
.heading {
  font-family: "monotype-grotesque-extra-con", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 82px;
  letter-spacing: 13.94px;
  line-height: normal;
  text-align: center;
}

.subtitle {
  display: block;
  font-size: 38px;
  letter-spacing: 6.46px;
  margin-top: -8px;
}

/* items__container */
.base-row-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 920px;
}

.item {
  display: block;
  width: 400px;
}

.items__container {
  margin: 60px;
}

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

.item1 {
  margin-right: 120px;
}

.item3__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.item3--primary {
  margin: 0 60px 0 auto;
}

.item3--secondary {
  margin: 280px auto 0 0;
  width: 550px;
}

.item4 {
  margin: 100px auto 0;
  width: 450px;
}

.item5-item6__container {
  margin-top: 98px;
}

.item5 {
  margin-right: 120px;
}

.item6 {
  margin: 80px auto 0 0;
}

.item7 {
  margin: 100px auto 0;
  width: 450px;
}

.item8__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 100px;
}

.item8--primary {
  margin: 0 auto 0 0;
  width: 400px;
}

.item8--secondary {
  margin: 330px 80px 0 auto;
  width: 500px;
}

.item9-item10__container {
  margin-top: 100px;
}

.item9 {
  margin-right: 120px;
}

.item11 {
  margin: 100px auto 0;
  width: 450px;
}

.item12-item13-item14__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px auto 0;
  width: 920px;
}

.item12 {
  margin: 0 120px 0 auto;
  width: 400px;
}

.item13 {
  margin-top: 80px;
}

.item14 {
  margin: 100px auto 0;
  width: 450px;
}

.checkall__btn {
  margin: 100px auto 0;
}

.genre {
  display: inline-block;
  font-family: "monotype-grotesque-extra-con", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 19px;
  letter-spacing: 3.04px;
  line-height: 1.47;
  margin-right: 50px;
  position: relative;
}

.genre-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 38px auto 0;
  padding-bottom: 140px;
  text-align: center;
}

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

.genre::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 71px;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}

.genre2::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 103px;
}

.genre3 {
  margin-right: 54px;
}

.genre3::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 64px;
}

.genre4::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 67px;
}

.genre6 {
  margin-right: 0;
}

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

/* ===============================================
    * Style of Tablet *
=============================================== */
@media only screen and (max-device-width: 1023px) {
  main {
    margin: auto;
  }
  .lp_200706 {
    display: block;
    margin-top: calc(76 * (100vw / 1400));
  }
  /* heading */
  .heading {
    font-family: "monotype-grotesque-extra-con", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: calc(82 * (100vw / 1400));
    letter-spacing: calc(13.94 * (100vw / 1400));
    line-height: normal;
    text-align: center;
  }
  .subtitle {
    display: block;
    font-size: calc(38 * (100vw / 1400));
    letter-spacing: calc(6.46 * (100vw / 1400));
    margin-top: -cwT(8);
  }
  /* items__container */
  .base-row-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: calc(920 * (100vw / 1400));
  }
  .item {
    display: block;
    width: calc(400 * (100vw / 1400));
  }
  .items__container {
    margin: calc(60 * (100vw / 1400));
  }
  .item1-item2__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item1 {
    margin-right: calc(120 * (100vw / 1400));
  }
  .item3__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(100 * (100vw / 1400));
  }
  .item3--primary {
    margin: 0 calc(60 * (100vw / 1400)) 0 auto;
  }
  .item3--secondary {
    margin: calc(280 * (100vw / 1400)) auto 0 0;
    width: calc(550 * (100vw / 1400));
  }
  .item4 {
    margin: calc(100 * (100vw / 1400)) auto 0;
    width: calc(450 * (100vw / 1400));
  }
  .item5-item6__container {
    margin-top: calc(98 * (100vw / 1400));
  }
  .item5 {
    margin-right: calc(120 * (100vw / 1400));
  }
  .item6 {
    margin: calc(80 * (100vw / 1400)) auto 0 0;
  }
  .item7 {
    margin: calc(100 * (100vw / 1400)) auto 0;
    width: calc(450 * (100vw / 1400));
  }
  .item8__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: calc(100 * (100vw / 1400));
  }
  .item8--primary {
    margin: 0 auto 0 0;
    width: calc(400 * (100vw / 1400));
  }
  .item8--secondary {
    margin: calc(330 * (100vw / 1400)) calc(80 * (100vw / 1400)) 0 auto;
    width: calc(500 * (100vw / 1400));
  }
  .item9-item10__container {
    margin-top: calc(100 * (100vw / 1400));
  }
  .item9 {
    margin-right: calc(120 * (100vw / 1400));
  }
  .item11 {
    margin: calc(100 * (100vw / 1400)) auto 0;
    width: calc(450 * (100vw / 1400));
  }
  .item12-item13-item14__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: calc(100 * (100vw / 1400)) auto 0;
    width: calc(920 * (100vw / 1400));
  }
  .item12 {
    margin: 0 calc(120 * (100vw / 1400)) 0 auto;
    width: calc(400 * (100vw / 1400));
  }
  .item13 {
    margin-top: calc(80 * (100vw / 1400));
  }
  .item14 {
    margin: calc(100 * (100vw / 1400)) auto 0;
    width: calc(450 * (100vw / 1400));
  }
  .checkall__btn {
    margin: calc(100 * (100vw / 1400)) auto 0;
  }
  .genre {
    display: inline-block;
    font-family: "monotype-grotesque-extra-con", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: calc(19 * (100vw / 1400));
    letter-spacing: calc(3.04 * (100vw / 1400));
    line-height: calc(1.47 * (100vw / 1400));
    margin-right: calc(50 * (100vw / 1400));
    position: relative;
  }
  .genre-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: calc(38 * (100vw / 1400)) auto 0;
    padding-bottom: calc(140 * (100vw / 1400));
    text-align: center;
  }
  .genre > a {
    color: #000;
    text-decoration: none;
  }
  .genre::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(71 * (100vw / 1400));
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  .genre2::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(103 * (100vw / 1400));
  }
  .genre3 {
    margin-right: calc(54 * (100vw / 1400));
  }
  .genre3::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(64 * (100vw / 1400));
  }
  .genre4::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(67 * (100vw / 1400));
  }
  .genre6 {
    margin-right: 0;
  }
  .genre6::after {
    content: "";
  }
}
