  @charset "UTF-8";
  .c-eng {
    font-family: "ivyora-display", serif;
    color: #333333;
  }
  .eb_category_title {
    margin: 26px 0 24px;
  }
  .l-wrapper {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.8;
    animation: loading 3s;
  }
  @keyframes loading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .l-mv {
    height: 81vh;
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/mv.jpg);
    position: relative;
    background-size: cover;
    background-position-x: center;
  }
  .p-num {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    max-width: 70px;
    opacity: 0;
  }
  .p-num.animate {
    animation-name: fade;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 4s;
    animation-direction: normal;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .p-ttl-wrapper {
    overflow: hidden;
  }
  .p-insta {
    text-align: center;
    max-width: 540px;
    margin: auto;
    width: 90%;
  }
  .p-ttl {
    position: absolute;
    bottom: 120px;
    width: 90%;
    max-width: 1000px;
    right: 5%;
    opacity: 0;
  }
  .p-ttl.animate {
    animation-name: anime_left_to_right;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 1.5s;
    animation-direction: normal;
  }


  .slick-prev:before {
    background: url(https://img.ur-s.me/commerce/project/julyrecommend/prev.png) no-repeat;
  }
  .slick-next:before {
    background: url(https://img.ur-s.me/commerce/project/julyrecommend/next.png) no-repeat;
  }
  @keyframes anime_left_to_right {
    0% {
      clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
      opacity: 0;
    }
    100% {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      opacity: 1;
    }
  }
  .p-txt {
    text-align: center;
    margin: 60px auto;
    max-width: 600px;
    width: 85%;
  }
  h2 {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    font-family: "ivyora-display", serif;
    font-weight: normal;
    font-size: 17px;
    color: #333333;
  }
  .js-sld {
    margin: 10px auto;
  }
  .c-container {
    margin-left: 10px;
    opacity: 1;
    transition: .3s ease-in-out;
  }
  .c-container a:hover img {
    opacity: 0.8
  }
  .c-credit {
    margin-top: 45px;
  }
  .c-credit_child {
    margin-bottom: 5px;
  }
  .c-credit_child a {
    border-bottom: 1px solid;
    padding-bottom: 1px;
  }
  .p-haya {
    width: 70%;
    max-width: 400px;
    margin: 70px auto 60px;
    border: 1px solid #333;
    background-color: white;
    text-align: center;
    padding: 25px 0;
    line-height: 1.4;
  }
  .p-haya_off {
    font-size: 17px;
  }
  .p-haya_off big {
    font-size: 22px;
  }
  .p-haya_off small {
    font-size: 14px;
  }
  .p-haya_limit {
    margin: 5px 0;
  }
  .p-check {
    background: #333;
    margin: 10px auto 0;
    padding: 5px 18px;
    color: white;
    width: 50%;
  }
  .p-check.c-eng a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .p-check.c-eng a:hover {
    color: #D5D4D4;
  }
  .p-check1 {
    margin: 100px auto;
  }
  .main-container {
      margin-top: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-container-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    width: 100%;
    max-width: 1200px;
  }
  .main-image img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .m-container-box h3 {
    width: 90%;
    margin: 0 0 10px 0;
    font-size: 30px;
    text-align: left;
    color: #333333;
    font-family: "ivyora-display", serif;
    font-weight: normal;
  }
  .m-container-box .c-credit {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left:20px;
  }


  .main-image {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }
  .sub-images {
    width: 100%;
    max-width: 100%;
    margin: 125px auto 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .image-left {
    width: 50%;
    margin: 0 auto;
  }
  .image-right {
    width: 50%;
    margin: 200px 0 50px auto;
  }
  .sub-images img {
    width: 250px;
    height: auto;
    display: block;
  }
  .scroll-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
  }
  .scroll-fade.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .sub-images2 {
    width: 300px;
      height: 300px;
    position: relative;
    margin: 80px auto;
    overflow: hidden;
  }
 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease;

  background-size: contain;     /* ←全部見える */
  background-position: center;  /* ←中央寄せ */
  background-repeat: no-repeat; /* ←余白にタイルしない */
}
  .src1 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main2_2.jpg)
  }
  .src2 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main2_3.jpg)
  }
  .src3 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main5_2.jpg)
  }
  .src4 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main5_3.jpg)
  }
  .src5 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main7_2.jpg)
  }
  .src6 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main7_3.jpg)
  }
  .src7 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main10_2.jpg)
  }
  .src8 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main10_3.jpg)
  }
  .src9 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main13_2.jpg)
  }
  .src10 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main13_3.jpg)
  }
.src11 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main16_2.jpg)
  }
  .src12 {
    background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/main16_3.jpg)
  }
/* クロスフェード */
.sub-images2 {
  animation: crossfade 6s infinite;
}

@keyframes crossfade {
  0%   { }
  0%,  45%  { } /* 最初は 1枚目フェードイン中 */

  0%, 45% {
    /* 1 枚目が見える時間 */
  }

  50%, 100% {
    /* 2 枚目が見える時間 */
  }
}

/* 各状態でどっちを表示するか */
.sub-images2 {
  --show1: 1;
  --show2: 0;
}

.sub-images2 .image:nth-of-type(1) {
  opacity: var(--show1);
}
.sub-images2 .image:nth-of-type(2) {
  opacity: var(--show2);
}

@keyframes crossfade {
  0% {
    --show1: 1;
    --show2: 0;
  }
  45% {
    --show1: 1;
    --show2: 0;
  }
  55% {
    --show1: 0;
    --show2: 1;
  }
  100% {
    --show1: 0;
    --show2: 1;
  }
}
  .sub-images03 {
    margin: 100px auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .sub-images03 img {
    height: 250px;
    width: auto;
    object-fit: cover;
  }
  .l-btnArea {
    display: flex;
    flex-direction: column;
    margin: 70px auto;
    width: 90%;
  }
  .l-btnArea .l-btnArea_inner {
    border: .5px solid #000;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 30px;
    text-align: center;
    width: 100%;
  }
  .c-bar {
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    transition: width 1s;
    margin-top: 70px;
  }

.bn_wrap{
    width: 80%;
    max-width: 400px;
    margin:0 auto;
}
  @media only screen and (min-width: 670px) {
    .eb_category_title {
      margin: 0;
      }
    .l-mv {
      height: 90vh;
      background-image: url(https://img.ur-s.me/commerce/project/decemberrecommend/mv_pc.jpg);
    }
    .p-num {
      top: 50px;
      left: 50px;
    }
    .p-ttl {
      bottom: 20%;
        right: 10%;
    }
    .p-txt {
      text-align: center;
      margin: 120px auto;
      font-size: 14px;
    }
    h2 {
      font-size: 22px;
    }
    .m-container-box h3 {
      width: 28%;
    }
    .js-sld {
      max-width: 1000px;
      margin: 30px auto;
    }
    .c-credit_child a {
      border-bottom: 1px solid;
      font-size: 14px;
      padding-bottom: 1px;
    }
    .slick-num {
      margin-top: -87px;
      margin-bottom: 140px;
      font-size: 14px;
    }
    .p-haya {
      margin: 100px auto;
      max-width: 180px auto 120px
    }
    .p-haya_txt {
      font-size: 14px;
    }
    .p-haya_off {
      font-size: 21px;
    }
    .p-haya_off big {
      font-size: 32px;
    }
    .p-haya_off small {
      font-size: 17px;
    }
    .p-haya_limit {
      font-size: 14px;
    }
    .p-check {
      font-size: 14px;
    }
    .slick-prev {
      left: -10px;
    }
    .slick-next {
      right: -20px;
    }
    .p-check1 {
      margin: 100px auto;
    }
      
      .p-txt{
         font-size: 20px;
   
      }
      .main-container{
          margin-top: -200px;
      }
    .m-container-box {
      max-width: 800px;
      margin: 200px auto;
      align-items: center;
    }
      
    .m-container-box h3 {
      width: 72%;
    }
    .main-image {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
    }
    .main-image img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    .image-right {
      margin: 500px 0 50px auto;
    }
    .c-bar {
      margin-top: 120px;
    }
      .sub-images2{
    width: 500px;
    height: 500px;
    margin-top: 200px;
}

  }
  .c-bar.active {
    width: 100%;
  }
  .l-end {
    text-align: center;
    font-size: 10px;
    width: 100%;
    font-family: "ivyora-display", serif;
    font-weight: 500;
    margin: 70px auto 0;
    padding-bottom: 20px;
  }
  .l-end .p-brandLogo {
    width: 80px;
    margin: 0 auto 10px;
  }
  .l-end .p-brandLogo img {
    width: 100%;
    vertical-align: bottom;
  }
  .l-end .l-end_follow {
    font-size: 11px;
  }
  .l-end .l-end_container {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  .l-end .l-end_container div {
    margin: 0 7px;
  }
  .l-end .l-end_copyright {
    font-family: "ivyora-display", serif;
    font-weight: 500;
    font-size: 12px;
    margin: 10px auto 0;
  }
  .fadeIn {
    opacity: 0;
    transition: 3s;
  }
  .fadeIn.is-show {
    opacity: 1;
  }
  .fadeUp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: 3s;
  }
  .fadeUp.is-show {
    opacity: 1;
    transform: translate(0, 0);
  }



@media only screen and (max-width: 669px) {
  .p-ttl.animate {
  padding-bottom: 50px;
}
  .p-ttl img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }

  .p-ttl-wrapper {
    overflow: hidden;
    padding: 0 10px; /* 左右に少し余白を入れたい場合 */
  }
}
.main-image{
    width: 100%;
}
