@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Italiana&display=swap');


/* Reset & Basic
---------------------------------*/
body{background: url(../img/grid_bg.png) #F2F9FF;}

.l-free-main{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.u-pc-only { display: none; }
.u-text-center { text-align: center; }
.l-free-main > .forcms_block:not(.p-lensComSearchStore):last-of-type {padding-bottom: 0;}

/* --------------------------------
 * 背景動画
 * -------------------------------- */
.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}
.bg-video video {
    width: 100%;
    height: 100%;
}
.sp-video { display: block; }
.pc-video { display: none; }
@media (min-width: 769px) {
    .sp-video { display: none; }
    .pc-video { display: block; }
}

/* --------------------------------
 * 全体・セクションレイアウト
 * -------------------------------- */
.page_jennie {
    position: relative;
    z-index: 1;
}

.sec-mv {
    height: 100vh;
    background: transparent;
}

.main-content{
 padding-top: 800px;
  background:
    linear-gradient(
      to bottom,
      rgba(52, 0, 43, 0) 0%,
      rgba(52, 0, 43, 0.7) 5%,      
      rgba(52, 0, 43, 0.9) 17%,
      rgba(52, 0, 43, 0.8) 77%
    );

  background-size:
    cover,
    100% auto;

  background-position:
    center top,
    center top;
}

.sec-intro{
    background: url(../img/lead.png) no-repeat;
    background-size: cover;    
}

.l-section {
    padding: 80px 20px;
    max-width: 1280px;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .l-section {
        padding: 120px 40px;
    }
}

/* --------------------------------
 * イントロセクション
 * -------------------------------- */
.sec-intro .sec-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.sec-intro h2 {
    font-size: 60px;
    line-height: 1.5;
    margin-bottom: 80px;
}

.sec-intro .u-text {
    font-size: 20px;
    line-height: 2.2;
}

.goods-card .goods-card__text h3,
.goods-card .model-no,
.goods-card .price,
.lineup-goods-list .price{font-family: "Crimson Text", serif;}


/* --------------------------------
 * 商品リストセクション
 * -------------------------------- */
.sec-goods-list {padding-top: 0;}
.main-goods-list{margin-top: 200px;}
.main-goods-list ul li {margin-bottom: 40px;}
.main-goods-list ul li:last-child {margin-bottom: 0;}

.goods-card {
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(135deg,#650110 0%,#B5021D 48%,#170026 100%);
    position: relative;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, .1);
    justify-content: space-between;
}

.goods-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
}

.goods-card__text h3 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 24px;
}

.goods-card__text .desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 12px;
}

.goods-card__text .model-no {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .7;
    margin-bottom: 0.5em;
}

.goods-card__text .price {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.goods-card .btn {
    background: linear-gradient(to bottom right, #D80749, #AB0C7E);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    max-width: 252px;
    height: 60px;
    transition: box-shadow 0.3s ease, 
    transform 0.3s ease;
}

.goods-card__images {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goods-card__images figure{
    flex: 1;
    flex-basis: 50%;
}

.goods-card__images img {
    width: 320px;
    flex: 1;
}

.goods-card__text{padding: 30px 0 0;}


/* --------------------------------
 * ラインナップセクション
 * -------------------------------- */
.sec-lineup {text-align: center;}
.l-section.sec-lineup{padding: 0 40px 120px 40px;}
.sec-lineup h2 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Italiana", sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
}

.lineup-goods-list{
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 40px;
    border: solid 1px rgba(255, 255, 255, .1);
}

.lineup-goods-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.lineup-goods-list li {
    color: #fff;
    transition: transform 0.3s;
    text-align: left;
}

.lineup-goods-list li a{color: #fff;}
.lineup-goods-list figure {margin-bottom: 20px;}
.lineup-goods-list .name {
    font-weight: 500;
    font-size: 13px;
    font-family: "Crimson Text", serif;    
}

.lineup-goods-list .price {
    font-size: 18px;    
    font-weight: 500;
}

.l-section.sec-lineup .goods-list-btn{margin: 40px auto 0 auto;}
.l-section.sec-lineup .goods-list-btn .btn-large{margin: 20px auto 0 auto;}

.btn-large {
    padding: 16px 40px;
    background: linear-gradient(to bottom right, #D80749, #AB0C7E);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 407px;
  height: 67px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.lineup-goods-list figure{
    background: #fff;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 10px;
}


@media (min-width: 769px) {
    .bg-video{top: 93px;}    
    .is-header-obi-visible .bg-video{top: 113px;}
    .bg-video video {
        object-fit: cover;
        object-position: 0 0;    
    }
    .goods-card {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 40px;
        align-items: center;
        padding: 50px;
    }

    .goods-card__images {margin-top: 0;}    
    .lineup-goods-list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px 20px;
        margin-bottom: 60px;
    }

    .lineup-goods-list li a:hover{opacity: .8;}    
    .goods-card .btn:hover,
    .goods-list-btn .btn:hover {
        box-shadow: inset 0 0 2px rgba(233, 88, 113, 0.5),
        0 0 15px rgba(233, 88, 113, 0.8),
        0 0 35px rgba(233, 88, 113, 0.4);
    } 
    .goods-card__images .model-img {flex-basis: 50%;}

    .l-section.sec-lineup .goods-list-btn{margin-top: 50px;}
    .l-section.sec-lineup .goods-list-btn ul{
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: center;
    }
    .l-section.sec-lineup .goods-list-btn .btn-large{
        margin: 0;
        padding: 12px 60px;
    }
    

}


@media (max-width: 768px) {
    .bg-video{top: 60px;}
    body.is-header-obi-visible .bg-video{top: 95px;}
    #js-unt-getAjaxFooter{margin-top: -10px;}
    .l-free-body{
        background: rgba(52, 0, 43, 1);
        min-width: auto;
    }
    .u-pc-only { display: none; }
    .sec-intro h2 {
        font-size: clamp(34px, 5vw, 36px);
        font-weight: 700;
        padding: 0 8%;
        margin-bottom: 40px;        
    }

    .sec-intro .u-text{
        font-size: 16px;
        font-weight: 500;
        padding: 0 8%;
    }
    .sec-intro .sec-box{padding: 0 0 80px;}

    /* .bg-video{height: auto;} */
    .bg-video video {
        object-fit: cover;
        object-position: right;
        width: 100%;
    }
    .main-content {
        margin-top: -30vh;
        background: linear-gradient(to bottom, rgba(52, 0, 43, 0) 0%, rgba(52, 0, 43, 0.7) 1%, rgba(52, 0, 43, 0.8) 2%, rgba(52, 0, 43, 0.9) 3%, rgba(52, 0, 43, 1) 4%, rgba(104, 0, 25, 1) 40.38%, rgba(73, 0, 36, 1) 55.77%, rgba(104, 0, 25, 1) 76.92%, rgba(104, 0, 25, 1) 95.67%);
        background-size: cover, 100% auto;
        background-position: center top, center top;
    }

    .goods-card{
        border-radius: 40px;
        padding: 40px 8%;
    }

    .goods-card__text h3{
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 12px;    
    }
    .goods-card__text{padding: 0;}
    .goods-card__images figure{
        flex: 1;
        width: 50%;
    }
    .goods-card__images img{
        width: 100%;
        min-width: 100%;
    }

    .goods-card .btn{
       font-size: 16px;
       max-width: 100%;
       height: 64px;
       font-weight: 700;
       letter-spacing: 5%; 
    }

    .l-section.sec-lineup{padding: 0 20px 10%;}
    .goods-card__text .price{margin-bottom: 20px;}
    .main-goods-list ul li{margin-bottom: 20px;}
    .goods-card__text .desc{line-height: 1.8;}
    .goods-card__images{margin-bottom: 32px;}

    .lineup-goods-list ul{
        gap: 12px;
        margin-bottom: 0;        
    }
    .lineup-goods-list{
       padding: 24px;
       border-radius: 24px; 
    }

    .lineup-goods-list figure{
       height: auto; 
       min-height: 111px;
       margin-bottom: 10px;
       padding: 10px 20px;        
    }

    .lineup-goods-list .name {
        font-size: 12px;
        font-weight: 400;
    }

    .lineup-goods-list .price{
        font-size: 20px;
        font-weight: 400;        
    }

    .sec-lineup h2{font-size: 40px;}
    .goods-list-btn .btn-large{margin: 40px auto 0 auto;}
    .btn-large{
        font-size: 16px;
        padding: 12px 20px;
    }

    /* スティッキー */
    .main-goods-list{margin-top: 0;}
    .overlay{
        height: 200vh;
        margin-top: -50vh;
    }

    .sec-intro{
        position: sticky;
        top: 10vh;
        height: 100vh;
    }
}

/* フェード */
.main-goods-list ul li{
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.main-goods-list ul li.is-visible{
    opacity: 1;
    transform: translateY(0);
}

.scroll-anime{opacity: 0;}
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
	0% {opacity: 0;}
	100% {
	opacity: 1;
	transform: translate(0);
	}
}

.updown {transform: translateY(-50px);}
.downup {transform: translateY(50px);}
.slide-right {transform: translateX(50px);}
.slide-left {transform: translateX(-50px);}

.lineup-goods-list ul li:nth-child(1){animation-delay: 0s;}
.lineup-goods-list ul li:nth-child(2){animation-delay: 0.2s;}
.lineup-goods-list ul li:nth-child(3){animation-delay: 0.4s;}
.lineup-goods-list ul li:nth-child(4){animation-delay: 0.6s;}
.lineup-goods-list ul li:nth-child(5){animation-delay: 0.8s;}
.lineup-goods-list ul li:nth-child(6){animation-delay: 1.0s;}