.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.sec_ttl {
  font-size: 18px;
  font-family: "IM Fell English", serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 22px;
  /* 751- */
}
@media all and (min-width: 768px) {
  .sec_ttl {
    font-size: 28px;
    margin-bottom: 45px;
  }
}

#mv {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#mv .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  opacity: 0;
  -webkit-animation: scroll-fadeIn 2s 1s cubic-bezier(0.2, 1, 0.2, 1) forwards;
          animation: scroll-fadeIn 2s 1s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}
#mv .scroll .scroll_text {
  color: #fff;
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 768px) {
  #mv .scroll .scroll_text {
    font-size: 16px;
  }
}
#mv .scroll .scroll_line {
  position: relative;
  width: 1px;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
  /* 751- */
}
@media all and (min-width: 768px) {
  #mv .scroll .scroll_line {
    height: 100px;
  }
}
#mv .scroll .scroll_line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #3a3a3a;
  -webkit-animation: scrolldown 2.3s 1s ease-in-out infinite;
          animation: scrolldown 2.3s 1s ease-in-out infinite;
  /* 751- */
}
@media all and (min-width: 768px) {
  #mv .scroll .scroll_line::after {
    height: 100px;
  }
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scroll-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mv .mv_ttl {
  position: absolute;
  color: #fff;
  left: 0;
  top: 30%;
  width: 100%;
}
@-webkit-keyframes mv_ttl-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mv_ttl-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#mv .mv_ttl h1 {
  margin: 0;
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-size: 25px;
  display: block;
  opacity: 0;
  -webkit-animation: mv_ttl-fadeIn 3s 0.2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
          animation: mv_ttl-fadeIn 3s 0.2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  /* 751- */
}
@media all and (min-width: 768px) {
  #mv .mv_ttl h1 {
    font-size: 42px;
  }
}
#mv .mv_ttl p {
  font-size: 12px;
  font-weight: 500;
  padding-top: 10px;
  line-height: 2.16;
  opacity: 0;
  -webkit-animation: mv_ttl-fadeIn 3s 0.6s cubic-bezier(0.2, 1, 0.2, 1) forwards;
          animation: mv_ttl-fadeIn 3s 0.6s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  /* 751- */
}
@media all and (min-width: 768px) {
  #mv .mv_ttl p {
    font-size: 14px;
    padding-top: 17px;
  }
}

#pickup {
  padding: 50px 0 50px;
  /* 751- */
}
@media all and (min-width: 768px) {
  #pickup {
    padding: 120px 0 120px;
  }
}
#pickup .splide {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  padding: 0;
}
#pickup .ec-shelfGrid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#newitem {
  background: #F8F8F7;
  padding: 50px 0;
  /* 751- */
}
@media all and (min-width: 768px) {
  #newitem {
    padding: 120px 0;
  }
}
#newitem .btn_area {
  margin-top: 40px;
  text-align: center;
  /* 751- */
}
@media all and (min-width: 768px) {
  #newitem .btn_area {
    margin-top: 60px;
  }
}
#newitem .guide_bn {
  display: block;
  text-align: center;
  padding: 25px 0;
  font-size: 16px;
  font-family: "IM Fell English", serif;
  font-weight: 400;
  color: #fff;
  background-color: #4D4D4D;
  margin-top: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 768px) {
  #newitem .guide_bn {
    max-width: 750px;
    margin: 0 auto;
    font-size: 20px;
    padding: 37px 0;
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  #newitem .guide_bn:hover {
    background-color: #8c8c8c;
  }
}