@charset "UTF-8";

/* ======================================
Article header
======================================= */
.article__header{
    position: relative;
}

.fv__slider{
    left: 0;
    bottom: 0;
}

.fv__slider .slick-list{
    width: 100%;
}

.menu__list{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 var(--margin-pc) 20px;
    gap: 8%;
    background: linear-gradient(to bottom right, rgba(255,162,143,0.5), rgba(255,186,112,0.5));
}

.menu__itembottom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.menuImg{
    position: relative;
    text-align: center;
    z-index: 1;
}

.menu__img{
    width: 77.5%;
    height: auto;
    z-index: 10;
}

.menuImg img{
    transition: opacity 0.5s;
    z-index: 10;
}

.menu__item:hover .menu__img{
    opacity: 0;
}

.menu__img--hover{
    width: 77.5%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    z-index: 10;
}

.menu__item:hover .menu__img--hover{
    opacity: 1;
}

.menu__item a{
    margin: 0 auto;
}

.menu__item p{
    color: var(--primary-title);
    text-align: center;
    -webkit-text-stroke: 5px var(--primary-white);
    paint-order: stroke;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.33;
}

.menu__click{
    width: 29px;
    height: auto;
}

/* movie */
.song{
    margin-top: 46px;
}

.title__song{
    color: var(--primary-title);
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.07;
    text-align: center;
}

.songMovie{
    margin: 18px 25.2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: transparent;
    box-shadow: 6px 6px 4px 0 rgba(74, 38, 32, 0.15);
    border:7px solid var(--primary-pink);
    border-radius: 30px;
    aspect-ratio: 16 / 9;
}

.songMovie iframe{
    border-radius: 22px;
    width: 100%;
    height: 100%;
}

.song p{
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.introTxt{
    margin-top: 60px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3;
}

.introTxt span{
    font-size: 3rem;
    font-weight: 900;
}

.intro__sub{
    margin-top: 45px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4;
}

.btn__land{
    margin-top: 45px;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 70px;
    border-radius: 40px;
    width: 430px;
    height: 70px;
}

.btn__land::after{
    content: '';
    display: inline-block;
    width: 6.04%;
    height: 22px;
    background-image: url(../images/index/pc_polygon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 2.79%;
    top: 50%;
    transform: translateY(-50%);
}

/*==========================
slick
==========================*/
/* threeSlider */
.threeSlider{
    margin: 60px auto 0;
    max-width: 900px;
}

.threeSlider__item{
    width: 55.4%;
    height: auto;
    margin-bottom: 20px;
}

/* 以下、slickナビゲーション上書き */
.slick-next:before,
.slick-prev:before{
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-next:before{
    background-image: url(../images/index/pc_right_btn.png);
}

.slick-prev:before{
    background-image: url(../images/index/pc_left_btn.png);
}

.slick-dots li{
    width: 14px;
    height: 14px;
    background-color: var(--primary-pink);
    border-radius: 50%;
}

.slick-dots li.slick-active {
    background-color: #F86363;
}

.slick-dots li button{
    display: none;
}

/* roopSlider */
.roopSlider{
    overflow: hidden;
    margin-top: 70px;
    display: flex;
    background: var(--primary-pink);
}

.roop__item{
    width: 24.6%;
    height: auto;
    margin: 10px 10px;
}

.roopSlider .slick-list{
    width: 100%;
}