/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.js-fadeIn.js-scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* first view setting for slick */
.item-slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.item-slider.slick-initialized {
  opacity: 1;
}

/* =====================================
    * 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 */
main .sp-component {
  display: block;
}

main .pc-component {
  display: none;
}

@media only screen and (min-device-width: 560px) {
  main .sp-component {
    display: none;
  }
  main .pc-component {
    display: block;
  }
}

/* ===============================================
    ! Layout !
=============================================== */
/* ===============================================
    ! Object !
=============================================== */
/* viewall__btn */
.checkall__btn {
  border: solid 1px #000000;
  display: block;
  height: 72px;
  width: 400px;
  /* style of text */
  color: #000;
  font-family: vincente, serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 3.68px;
  line-height: 72px;
  text-align: center;
}

/* ===============================================
    *  Style of PC *
=============================================== */
.main-inner {
  /* background-image: url("../../imgs/page_pc_01.jpg"); */
  /* background-position-x: -100px; */
  /* background-position-y: -195px; */
  /* background-image: url("../../imgs/page_pc_02.jpg"); */
  /* background-position-y: 8376px; */
  background-repeat: no-repeat;
  background-size: 1400px;
}

/* Style of heading */
.heading {
  display: block;
  margin: 77px auto 0;
  width: 500px;
}

.heading-txt {
  font-family: vincente, serif;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 9px;
  line-height: 1.2;
  padding-bottom: 25px;
  text-align: center;
}

.heading-txt::after {
  content: "";
  background-color: #000;
  display: block;
  height: 1px;
  margin-top: 4px;
  width: 100%;
}

.subtitle-txt {
  font-family: vincente, serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 6.6px;
  line-height: 1.06;
  text-align: center;
}

/* Style of main__container */
.main__container {
  display: block;
  margin: 70px auto 0;
}

.autoChangeImg:hover {
  opacity: .7;
}

.item1__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 860px;
}

.item1-img1, .item1-img2 {
  width: 400px;
}

.item2__container {
  margin: 80px auto 0;
  width: 400px;
}

.item3__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 820px;
}

.item3-img1, .item3-img2 {
  width: 380px;
}

.item3-img2 {
  margin-top: 100px;
}

.item4__container {
  margin: 80px auto 0;
  width: 450px;
}

.item5__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 80px auto 0;
  width: 860px;
}

.item5-img1, .item5-img2 {
  width: 400px;
}

.item6__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 860px;
}

.item6-img1 {
  margin-top: 100px;
  width: 420px;
}

.item6-img2 {
  width: 380px;
}

.item7__container {
  margin: 80px auto 0;
  width: 350px;
}

.item8__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 860px;
}

.item8-img1 {
  width: 420px;
}

.item8-img2 {
  margin-top: 180px;
  width: 380px;
}

.item9__container {
  margin: 80px auto 0;
  width: 450px;
}

.item10__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 860px;
}

.item10-img1, .item10-img2 {
  width: 400px;
}

.item11__container--inner {
  margin: 80px auto 0;
}

.item11__container .inner--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  width: 850px;
}

.item11-img1 {
  position: relative;
  left: 45px;
  z-index: 1;
  margin: auto;
  width: 420px;
}

.item11-img2 {
  position: relative;
  z-index: 2;
  margin-top: -320px;
  width: 300px;
}

.item11-img3 {
  width: 350px;
}

.item12__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 860px;
}

.item12-img1, .item12-img2 {
  width: 400px;
}

.item13__container {
  margin: 80px auto 0;
  width: 420px;
}

.item14__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 880px;
}

.item14-img1, .item14-img2 {
  width: 400px;
}

.item14-img2 {
  margin-top: 60px;
}

.item15__container--inner {
  margin: 80px auto 0;
}

.item15__container .inner--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  width: 900px;
}

.item15-img1 {
  position: relative;
  left: 60px;
  z-index: 1;
  margin: auto;
  width: 400px;
}

.item15-img2 {
  position: relative;
  z-index: 2;
  margin-top: -390px;
  width: 350px;
}

.item15-img3 {
  width: 300px;
}

.item16__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 820px;
}

.item16-img1, .item16-img2 {
  width: 380px;
}

.item17__container {
  margin: 80px auto 0;
  width: 420px;
}

.item18__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 860px;
}

.item18-img1 {
  width: 400px;
}

.item18-img2 {
  margin-top: 150px;
  width: 380px;
}

.item19__container--inner {
  position: relative;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 1090px;
}

.item19__container--inner .inner--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 720px;
}

.item19-img1, .item19-img2, .item19-img3 {
  width: 350px;
}

.item20__container--inner {
  margin: 80px auto 0;
  width: 1000px;
}

.item20__container--inner .inner--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item20-img1 {
  margin: 0 0 auto auto;
  width: 400px;
}

.item20-img2 {
  margin: -300px 0 auto 0;
  width: 400px;
}

.item20-img3 {
  margin: 100px auto 0 40px;
  width: 350px;
}

.item21__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: 860px;
}

.item21-img1, .item21-img2 {
  width: 400px;
}

.item22__container--inner {
  margin: 80px auto 0;
  width: 820px;
}

.item22__container--inner .inner--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.item22-img1 {
  margin: auto;
  width: 400px;
}

.item22-img2 {
  margin-top: 80px;
  width: 380px;
}

.item22-img3 {
  width: 380px;
}

.checkall__btn {
  margin: 102px auto 0;
}

.genre {
  display: inline-block;
  font-family: vincente, serif;
  font-size: 19px;
  letter-spacing: 3.04px;
  line-height: 1.47;
  margin-right: 54px;
  position: relative;
}

.genre-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 44px auto 0;
  padding-bottom: 136px;
  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 *
=============================================== */
