/* ------------------------------------ */
/* ------------------------------------ */
html {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.mvWrap {
  width: 75%;
  max-width: 1400px;
  margin: 120px auto 0;
  padding-top: 5vw;
}
@media (min-width: 1400px) {
  .mvWrap {
    padding-top: 70px;
  }
}
@media (max-width: 750px) {
  .mvWrap {
    display: block;
    width: 100%;
    margin: 90px 0 0;
    padding-top: 38px;
  }
}
.mvWrap img {
  width: 100%;
}

.mvImgList {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 6%;
}
@media (max-width: 750px) {
  .mvImgList {
    padding: 0;
  }
}

.mvImgList__inner {
  position: relative;
  z-index: 1;
  width: 43%;
}
@media (max-width: 750px) {
  .mvImgList__inner {
    width: 50%;
    margin-left: -20px;
  }
}
.mvImgList__inner + .mvImgList__inner {
  z-index: -1;
}
@media (max-width: 750px) {
  .mvImgList__inner + .mvImgList__inner {
    margin-right: -20px;
  }
}

.mvImgList__bk {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  margin: auto;
}
@media (max-width: 750px) {
  .mvImgList__bk {
    width: 89.3%;
  }
}
.mvImgList__bk span {
  display: block;
  position: relative;
}

.mvTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 45%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .mvTitle {
    font-size: 100px;
  }
}
@media (max-width: 750px) {
  .mvTitle {
    justify-content: flex-start;
    position: static;
    margin: 20px 5.3% 0;
  }
}
.mvTitle .scrollAnim.show .mvTitle__inner {
  opacity: 1;
}

.mvTitle__inner {
  opacity: 0;
  font-family: Oswald;
  font-size: 7.14vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  transition-delay: 0.5s;
}
@media (max-width: 750px) {
  .mvTitle__inner {
    font-size: 50px;
    letter-spacing: 0.03em;
  }
}

.mvImgList__inner.show:before,
.mvImgList__bk .show:before,
.mvTitle .show:before {
  left: 135%;
  transition: width 0.9s cubic-bezier(0.21, 1.06, 0.93, 0.96), left 0.7s cubic-bezier(0.18, 0.85, 0.85, 0.94) 1s;
}

.mvLead {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 3.8%;
  width: 27%;
  max-width: 283px;
}
@media (max-width: 750px) {
  .mvLead {
    left: 1.3%;
    width: 41.3%;
  }
}

.mv__human {
  position: absolute;
  width: 16.57%;
  max-width: 174px;
}
@media (max-width: 750px) {
  .mv__human {
    width: 23.2%;
  }
}

.mv__human01 {
  top: 2.1vw;
  right: -10px;
}
@media (min-width: 1400px) {
  .mv__human01 {
    top: 30px;
  }
}
@media (max-width: 750px) {
  .mv__human01 {
    top: -15px;
    right: 15px;
  }
}

.mv__human02 {
  top: 13.285vw;
  right: 13.8%;
}
@media (min-width: 1400px) {
  .mv__human02 {
    top: 185px;
  }
}
@media (max-width: 750px) {
  .mv__human02 {
    top: 50px;
    right: 24.6%;
  }
}

.mvLead.fadeInUp,
.mv__human.fadeInUp {
  animation-delay: 1.5s;
}

.mv__human01.fadeInUp {
  animation-delay: 1.7s;
}

.fadeInUp {
  animation-duration: 0.5s;
}

.mvTitle .scrollAnim.show,
.mvImgList__bk .show {
  opacity: 1;
}

.mediaConcept {
  padding: 20.3vw 0 150px;
}
@media (min-width: 1400px) {
  .mediaConcept {
    padding: 300px 0 150px;
  }
}
@media (max-width: 750px) {
  .mediaConcept {
    padding: 70px 20px 90px;
  }
}

.title-hitItem {
  margin-bottom: 130px;
  background: url(/static/docs/jeanasis/pages/media/img/2019/hititem/title_bk.png) no-repeat center 53%;
  background-size: 375px auto;
  text-align: center;
}
@media (max-width: 750px) {
  .title-hitItem {
    margin-bottom: 80px;
    background-size: 50% auto;
  }
}
.title-hitItem span {
  font-family: Oswald;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .title-hitItem span {
    font-size: 40px;
  }
}

.mediaContentWrap {
  margin-bottom: 155px;
}
@media (max-width: 750px) {
  .mediaContentWrap {
    margin-bottom: 60px;
  }
}

.hitItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 66%;
  max-width: 924px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .hitItemList {
    justify-content: space-between;
    width: 89.5%;
  }
}
.hitItemList:after {
  position: absolute;
  top: 12.94%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 80%;
  height: 58.8%;
  content: "";
  z-index: -1;
  margin: auto;
  background: #f5b54c;
}
@media (max-width: 750px) {
  .hitItemList:after {
    top: 9.7%;
    width: 73%;
    height: 76.2%;
  }
}
.hitItemList li {
  position: relative;
}
.hitItemList li:nth-child(1) {
  width: 10.6%;
  max-width: 98px;
  margin: 0 7.9% 0 16.2%;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(1) {
    width: 17.9%;
    margin: 0 15.3% 0 5.9%;
  }
}
.hitItemList li:nth-child(2) {
  width: 13.09%;
  max-width: 121px;
  margin-right: 6.27%;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(2) {
    width: 22.68%;
    margin: 0;
  }
}
.hitItemList li:nth-child(3) {
  width: 13.74%;
  max-width: 127px;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(3) {
    width: 23.73%;
    margin: 0 1.49% 0 12.68%;
  }
}
.hitItemList li:nth-child(4) {
  width: 8.65%;
  max-width: 80px;
  margin: 0 15.15% 0 8.1%;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(4) {
    width: 14.4%;
    margin: 0 15.97% 0 7.16%;
  }
}
.hitItemList li:nth-child(5) {
  width: 14.47%;
  max-width: 135px;
  margin: 0 6.5% 0 4%;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(5) {
    width: 25.2%;
    margin: 0;
  }
}
.hitItemList li:nth-child(6) {
  width: 11.9%;
  max-width: 110px;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(6) {
    width: 20.29%;
    margin: 0 3.73% 0 12.985%;
  }
}
.hitItemList li:nth-child(7) {
  width: 15.58%;
  max-width: 144px;
  margin: 0 5% 0 6%;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(7) {
    width: 27.16%;
    margin: 0 10.15% 0 1.49%;
  }
}
.hitItemList li:nth-child(8) {
  width: 13.4%;
  max-width: 124px;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(8) {
    width: 23.28%;
    margin: 0;
  }
}
.hitItemList li:nth-child(9) {
  width: 12.7%;
  max-width: 118px;
  margin: 0 3.24% 0 6.7%;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(9) {
    width: 22.2%;
    margin: 0 2.9% 0 12%;
  }
}
.hitItemList li:nth-child(n+5) {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(n+5) {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .hitItemList li:nth-child(n+4) {
    margin-top: 55px;
  }
}
.hitItemList li:hover img {
  transform: rotate(-15deg);
}
.hitItemList li:hover:nth-child(1) img, .hitItemList li:hover:nth-child(3) img, .hitItemList li:hover:nth-child(6) img, .hitItemList li:hover:nth-child(8) img {
  transform: rotate(15deg);
}
.hitItemList img {
  width: 100%;
}

.hitItemList__num {
  position: absolute;
  z-index: 1;
  top: -57px;
  right: 0;
  left: 0;
  margin: auto;
  font-family: LatoWebBlack;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: -50px;
  text-align: center;
}
@media (max-width: 750px) {
  .hitItemList__num {
    top: -40px;
    text-indent: -35px;
  }
}
.hitItemList__num span {
  position: relative;
}
.hitItemList__num span:before {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 2px;
  height: 50px;
  content: "";
  margin: auto;
  background: #000;
}
@media (max-width: 750px) {
  .hitItemList__num span:before {
    width: 1px;
    height: 33px;
  }
}
.hitItemList__num span:after {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  margin: auto;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .hitItemList__num span:after {
    top: 53px;
  }
}

.itemListWrap {
  padding-top: 260px;
}
@media (max-width: 750px) {
  .itemListWrap {
    padding-top: 107px;
  }
}

.itemList {
  width: 75%;
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .itemList {
    width: 89.3%;
  }
}
.itemList > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 240px;
}
@media (max-width: 750px) {
  .itemList > li {
    display: block;
    margin-bottom: 170px;
  }
}
.itemList > li:nth-child(2n) .itemList__imgTextWrap {
  order: 2;
}
.itemList img {
  width: 100%;
}

.itemList__imgTextWrap {
  position: relative;
  width: 44%;
}
@media (max-width: 750px) {
  .itemList__imgTextWrap {
    width: 100%;
  }
}

.sampleCode {
  width: 44%;
}

.itemList__title {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Oswald;
  font-size: 3.57vw;
  font-weight: bold;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .itemList__title {
    font-size: 50px;
  }
}
@media (max-width: 750px) {
  .itemList__title {
    top: -33px;
    font-size: 36px;
  }
}

.itemList__imgWrap {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  .itemList__imgWrap {
    margin-bottom: 20px;
  }
}

.itemList__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: auto;
}

.itemList__textWrap {
  padding: 0 20px;
}
@media (max-width: 750px) {
  .itemList__textWrap {
    padding: 0 10px;
  }
}

.media__itemLead {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .media__itemLead {
    margin: 0 5px 20px;
  }
}

.item-linkBtn-toUp {
  margin-top: 35px;
}
@media (max-width: 750px) {
  .item-linkBtn-toUp {
    margin-top: 15px;
  }
}

.sampleCode {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .sampleCode {
    width: 100%;
    margin-top: 45px;
  }
}

.sampleCode__title {
  margin-bottom: 45px;
  font-family: LatoWebBlack;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .sampleCode__title {
    margin-bottom: 25px;
  }
}
.sampleCode__title span {
  display: inline-block;
  position: relative;
  padding-right: 65px;
  font-family: LatoWebBlack;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .sampleCode__title span {
    padding-right: 55px;
  }
}
.sampleCode__title span:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 23px;
  width: 40px;
  height: 1px;
  content: "";
  margin: auto;
  background: #000;
}
@media (max-width: 750px) {
  .sampleCode__title span:after {
    width: 32px;
  }
}

.sampleCodeList {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .sampleCodeList {
    justify-content: center;
  }
}
.sampleCodeList > li {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  .sampleCodeList > li {
    padding-bottom: 30px;
  }
}
.sampleCodeList > li:nth-child(2) .sampleCodeList__img {
  animation-delay: 0.2s;
}
.sampleCodeList .btn {
  position: absolute;
  bottom: -110px;
  width: 100%;
}

.sampleCodeList01 > li:first-child {
  width: 41.5%;
  max-width: 192px;
  margin-right: 18.4%;
}
@media (max-width: 750px) {
  .sampleCodeList01 > li:first-child {
    width: 37%;
    margin-right: 9.7%;
  }
}
.sampleCodeList01 > li:nth-child(2) {
  width: 30.3%;
  max-width: 140px;
}
@media (max-width: 750px) {
  .sampleCodeList01 > li:nth-child(2) {
    width: 26.8%;
  }
}

.sampleCodeList02 > li:first-child {
  width: 33.98%;
  max-width: 157px;
  margin-right: 23.8%;
}
@media (max-width: 750px) {
  .sampleCodeList02 > li:first-child {
    width: 30.1%;
    margin-right: 13.3%;
  }
}
.sampleCodeList02 > li:nth-child(2) {
  width: 35.5%;
  max-width: 164px;
}
@media (max-width: 750px) {
  .sampleCodeList02 > li:nth-child(2) {
    width: 31.3%;
  }
}

.sampleCodeList03 > li:first-child {
  width: 32.9%;
  max-width: 152px;
  margin-right: 3.2%;
  margin-left: 7.57%;
}
@media (max-width: 750px) {
  .sampleCodeList03 > li:first-child {
    width: 29.2%;
    max-width: 109px;
    margin-right: 9%;
  }
}
.sampleCodeList03 > li:nth-child(2) {
  width: 48.05%;
  max-width: 222px;
}
@media (max-width: 750px) {
  .sampleCodeList03 > li:nth-child(2) {
    width: 42.8%;
    max-width: 160px;
  }
}

.sampleCodeList04 > li:first-child {
  width: 37.02%;
  max-width: 171px;
  margin-right: 12.98%;
  margin-left: 7.15%;
}
@media (max-width: 750px) {
  .sampleCodeList04 > li:first-child {
    width: 32.8%;
    margin-right: 5.9%;
    margin-left: 0;
  }
}
.sampleCodeList04 > li:nth-child(2) {
  width: 38.1%;
  max-width: 176px;
  margin-top: 15px;
}
@media (max-width: 750px) {
  .sampleCodeList04 > li:nth-child(2) {
    width: 33.73%;
  }
}

.sampleCodeList05 > li:first-child {
  width: 27.7%;
  max-width: 128px;
  margin-right: 27.7%;
  margin-left: 9.74%;
}
@media (max-width: 750px) {
  .sampleCodeList05 > li:first-child {
    width: 24.53%;
    margin-right: 17.9%;
    margin-left: 0;
  }
}
.sampleCodeList05 > li:nth-child(2) {
  width: 30.74%;
  max-width: 142px;
}
@media (max-width: 750px) {
  .sampleCodeList05 > li:nth-child(2) {
    width: 27.3%;
  }
}

.sampleCodeList06 > li:first-child {
  width: 38.31%;
  max-width: 177px;
  margin-right: 17.3%;
  margin-left: 6.5%;
}
@media (max-width: 750px) {
  .sampleCodeList06 > li:first-child {
    width: 33.86%;
    margin-right: 13.3%;
    margin-left: 0;
  }
}
.sampleCodeList06 > li:nth-child(2) {
  width: 37.67%;
  max-width: 174px;
}
@media (max-width: 750px) {
  .sampleCodeList06 > li:nth-child(2) {
    width: 33.3%;
  }
}

.sampleCodeList07 > li:first-child {
  width: 33.55%;
  max-width: 155px;
  margin-right: 13.6%;
  margin-left: 8.2%;
}
@media (max-width: 750px) {
  .sampleCodeList07 > li:first-child {
    width: 29.6%;
    margin-right: 5.9%;
    margin-left: 0;
  }
}
.sampleCodeList07 > li:nth-child(2) {
  width: 32.5%;
  max-width: 150px;
}
@media (max-width: 750px) {
  .sampleCodeList07 > li:nth-child(2) {
    width: 28.6%;
  }
}

.sampleCodeList08 > li:first-child {
  width: 32%;
  max-width: 148px;
  margin-right: 18.39%;
  margin-left: 8.65%;
}
@media (max-width: 750px) {
  .sampleCodeList08 > li:first-child {
    width: 28.5%;
    margin-right: 10.5%;
    margin-left: 0;
  }
}
.sampleCodeList08 > li:nth-child(2) {
  width: 35.93%;
  max-width: 166px;
}
@media (max-width: 750px) {
  .sampleCodeList08 > li:nth-child(2) {
    width: 31.87%;
  }
}

.sampleCodeList09 > li:first-child {
  width: 36.78%;
  max-width: 170px;
  margin-right: 14.07%;
  margin-left: 13.6%;
}
@media (max-width: 750px) {
  .sampleCodeList09 > li:first-child {
    width: 32.7%;
    margin-right: 5.2%;
    margin-left: 0;
  }
}
.sampleCodeList09 > li:nth-child(2) {
  width: 39.4%;
  max-width: 182px;
}
@media (max-width: 750px) {
  .sampleCodeList09 > li:nth-child(2) {
    width: 35.2%;
  }
}

.sampleCode__bkText {
  position: absolute;
  z-index: -1;
  top: 29%;
}
@media (max-width: 768px) {
  .sampleCode__bkText {
    top: 100px;
  }
}
@media (max-width: 750px) {
  .sampleCode__bkText {
    top: 28%;
  }
}

.sampleCode__bkText02 {
  top: 27%;
}
@media (max-width: 768px) {
  .sampleCode__bkText02 {
    top: 100px;
  }
}
@media (max-width: 750px) {
  .sampleCode__bkText02 {
    top: 28%;
  }
}

.sampleCodeList__modelName {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 25px auto 0;
  text-align: center;
}
.sampleCodeList__modelName a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid #000;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media (max-width: 750px) {
  .sampleCodeList__modelName a {
    border-bottom: 3px solid #000;
    font-size: 10px;
    pointer-events: all;
  }
}

@media (max-width: 750px) {
  .snsShareList-first {
    margin: 30px 0 0;
  }
}

.mvWrap .scrollAnim::before, .mvWrap .js-curtain-anim::before {
  background-color: #fff;
}

.btnList .btn span::after {
  left: 87%;
  width: 0;
  height: 0;
  background: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
}

.btnList .btn a {
  padding: 12% 0;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.btnList .btn a:after {
  border-bottom-width: 3px;
}
.btnList .btn a:hover span::after {
  border-left: 5px solid #000;
}

.btnList .btn-originLeft a:hover span::after {
  background: none;
}

.btnList {
  display: flex;
  justify-content: center;
}
.btnList > li {
  width: 40%;
}
.btnList > li:first-child {
  margin-right: 20%;
}

.btn-hititemstyle {
  width: 100%;
  max-width: 350px;
  margin: 70px auto 0;
}
@media (max-width: 750px) {
  .btn-hititemstyle {
    width: 82%;
    max-width: 100%;
    margin: 50px auto 0;
  }
}
