@charset "UTF-8";

/*==============================
main
==============================*/
.article {
    width: 100%;
}

/*==============================
/* main-visual */
.article__headerImage {
    width: 100%;
}
.article__headerName {
    font-size: 1.4rem;
    text-align: end;
    margin-top: 8px;
    margin-right: 16px;
}
.article__headerName span {
    font-size: 2.5rem;
    line-height: 1.0;
    vertical-align: -10%;
}

.mainvisual__pc {
    display: none;
}

@media screen and (min-width: 425px) {
    .mainvisual__sp {
        display: none;
    }
    .mainvisual__pc {
        display: block;

    }
}

/*==============================
/* gallery */
.section__gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 92%;
    margin: 40px auto 0;
}
.gallery__image {
    width: 30%;
    max-width: 130px;
}
.gallery__topic {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 10px;
    margin: 2px 0 2px;
}
.gallery__txt {
    font-size: 1.6rem;
    font-weight: 400;
    white-space: nowrap;
}

/* Gallery btn */
.gallery__btn {
    border: none;
    width: 15em;
    border-radius: 3em;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    gap: 15%;
    padding: 0 10px;
    background: var(--primary-gold);
    cursor: pointer;
    transition: all 450ms ease-in-out;
}
.gallery__btnTxt {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #232323;
}
.gallery__btnArrow {
    fill: #232323;
    transition: all 800ms ease;
    width: 10px;
    height: 12px;
}
/* Gallery btn : hover */
.gallery__btn:hover {
    background: linear-gradient(0deg,#D6D2A1,var(--primary-gold));
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4),
    inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 4px rgba(12, 3, 35, 0.2),
    0px 0px 80px 0px var(--primary-gold);
    transform: translateY(-2px);
}
.gallery__btn:hover .gallery__btnTxt {
    color: #232323;
}
.gallery__btn:hover .gallery__btnArrow {
    fill: #232323;
    transform: scale(1.2);
} 

/*-----------------------------------------* SMALL PC ~375px *--------*/
@media screen and (max-width: 375px) {
    .section__gallery {
        gap: 5px;
    }
    .gallery__txt {
        font-size: 4.0vmin;
    }
    .gallery__btn {
        width: 12em;
        text-align: center;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        gap: 23%;
        padding: 2px 8px 0;
        
        background: var(--primary-gold);
        cursor: pointer;
        transition: all 450ms ease-in-out;
    }
    .gallery__btnTxt {
        font-size: 4.0vmin;
        line-height: 20px;
        height: 23px;
        width: 45%;
        text-align: center;
    }
    .gallery__btnArrow {
        width: 8px;
        height: 10px;
        transform: translateY(-1px);
    }
}
@media screen and (min-width: 425px) {
    .gallery__topic {
        gap: 16px;
        margin: 2px 0 2px;
    }
    .gallery__btnTxt {
        line-height: 1.7;
    }
}

/*--------------------------------------- TABLET * width: 768px ~----*/
@media screen and (min-width: 768px) {
    .gallery__image {
        width: 30%;
        max-width: 227px;
    }
    .section__gallery {
        gap: 15px;
    }
    .gallery__txt {
        font-size: 2.0rem;
        margin-top: 24px;
    }
    .gallery__btnTxt {
        line-height: 2.0;
    }
    .gallery__topic {
        gap: 32px;
        margin: 24px 0 16px;
    }
}

/*==============================
/* News */
.section__news {
    padding: 0 4%;
    margin-top: 40px;
}

.news__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--primary-gold);
    padding: 0 8px;
}

.news__sns {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
}
.news__snsX {
    width: 21px;
}
.news__snsInstagram {
    width: 22px;
}
.news__snsFacebook {
    width: 21px;
}

.news__topic {
    padding: 20px 4%;
    border-bottom: 1px solid var(--primary-gold);
}
.news__topic:last-of-type {
    margin-bottom: 32px;
}


.news_date {
    color: #F5F3E6;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    position: relative;
}
.news_date::before {
    content: '';
    display: block;
    background-image: url(../images/news_pin.png);
    width: 10px;
    height: 2.34px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    left: -12px;
}
.news__detail {
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.news__detail a:hover {
    color: var(--primary-gold);
}

/* btn : VIEW ALL */
.news__viewBtn{
    display: block;
    width: 120px;
    margin: 0 0 0 auto;
    text-align: center;
    border-bottom: 0.5px solid var(--primary-gold);
    position: relative;
    color: var(--primary-gold);
    font-size: 1.8rem;
    font-weight: 500;
    padding-right: 5px;

    transition: .15s ease;
}
.news__viewBtn::after {
    /* 矢印の斜め線 */
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right bottom;
    width: 12px;
    height: 0.5px;
    background-color: var(--primary-gold);
    transform: rotate(45deg);
}
/* hover */
.news__viewBtn:hover {
    color: #D6D2A1;
    border-bottom: 1px solid #D6D2A1;
    background-color: transparent;
    text-shadow: 3px 3px 10px #FC0, 3px 3px 30px #ebdf9e, 3px 3px 60px #Fff, -3px -3px 60px #Fff, 0px 0px 60px #Fff;
    /* color | offset-x | offset-y | blur-radius */
    transform: translateY(-2px);
}

.news__viewBtn:hover::after {
    background-color: #D6D2A1;
    box-shadow: 3px 3px 10px #FC0;
}

.section__x {
    display: none;
}

/*--------------------------------------- TABLET * width: 768px ~----*/
@media screen and (min-width: 768px) {
    .section__newsbox {
        width: 55%;
    }
    .section__news {
        display: flex;
        /*align-items: center;*/
        align-items:center;
        justify-content: space-between;
        padding: 0 6%;
        margin-top: 40px;
    }
    .news__topic {
        padding: 20px 6%;
    }
    .news_date::before {
        width: 4.5%;
        height: 10px;
        position: absolute;
        top: 10px;
        transform: translateY(-50%);
        left: -5%;
    }
    
    .news__sns {
        display: none;
    }
    .section__x {
        display: block;
        width: 40%;
        max-height: 400px;
        overflow: scroll;
        scrollbar-color: var(--primary-gold) #000000;
        scrollbar-width: thin;
    }
}

/*--------------------------------------- PC * width: 1024px ~----*/
@media screen and (min-width: 1024px) {
    .section__news {
        gap: 16px;
    }
    .news_date,
    .news__detail {
        font-size: 1.8rem;
    }
    .news_date::before {
        width: 3%;
        height: 10px;
        position: absolute;
        top: 12px;
        transform: translateY(-50%);
        left: -4%;
    }
    
}

/*==============================
/* Special */
.section__special {
    margin-top: 24px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.special__hole {
    width: 73.6%;
    max-width: 312px;
    display: block;
    margin: 0 auto;
}

.special__man {
    width: 28%;
    max-width: 119px;
    position: absolute;
    left: 13.2%;
    bottom: 0;
    z-index: 500;
}

/* Swiper : スライダー部分 */
.swiper__pc {
    display: none;
}

.swiper__sp {
    width: 87%;
    height: 220px;
    position: absolute;
    left: 13%;
    bottom: 50px;
    z-index: 100;
    padding:0 50px;
    margin: auto 0;
    overflow: hidden;
}
.swiper--wrapper {
    width: 100%;
    height: auto;
    margin: auto 0;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
    margin: auto 0;
    max-width: 257px;
}

.swiper-slide img {
    width: 257px;
    display: block;
}

.swiper-pagination-bullet {
    /* ページネーション */
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: var(--primary-gold) !important;
    margin-top: 16px;
}

.swiper-pagination-bullet:first-child {
    margin: 0 !important;
}



/*---------------------------------- mini SP * width: ~375px ----*/
@media screen and (max-width: 375px) {
    .swiper__sp {
        width: 86.8%;
        height: auto;
        position: absolute;
        left: 13.2%;
        bottom: 40px;
        z-index: 100;
        padding:0 50px;
        margin: auto 0;
        overflow: hidden;
    }
}

/*---------------------------------- mini TABLET * width: 425px~ ----*/
@media screen and (min-width: 425px) {
    .special__man {
        width: 119px;
        position: absolute;
        left: 50%;
        transform: translateX(-156px);
        bottom: 0;
        /* 左から50％の位置にしてからtranslateXで穴の幅の半分左に戻し、位置揃える */
    }

    .swiper__sp {
        width: 70%;
        height: 220px;
        position: absolute;
        left: 50%;
        transform: translateX(-156px);
        /* 左から50％の位置にしてからtranslateXで穴の幅の半分左に戻し、位置揃える */
        bottom: 50px;
        z-index: 100;
        padding:0 50px;
        margin: auto 0;
        overflow: hidden;
    }
}

/*----------------------------- normal TABLET * width: 768px~ ---*/
@media screen and (min-width: 768px) {
    .special__hole {
        width: 28.9%;
        max-width: 417px;
        display: block;
        margin-left: 10%;
    }
    .special__man {
        width: 154px;
        position: absolute;
        left:10%;
        transform: translateX(0);
        bottom: 0;
    }
    .swiper__sp {
        display: none;
    }
    
    .swiper__pc {
        display: block;
        width: 90%;
        height: auto;
        position: absolute;
        left: 10%;
        bottom: 30px;
        z-index: 100;
        padding: 0;
        margin: auto 0;
        overflow: hidden;
    }

    .swiper--wrapper {
        width: 100%;
        height: auto;
        margin: auto 0;
    }

    .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 300px;
        margin: auto 0;
        min-width: 500px;
    }
    .swiper-slide img {
        width: 715px;
        display: block;
    }
    .swiper-slide {
        margin: auto 0;
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 0 0 10px !important;
        background: var(--primary-gold) !important;
    }
    
}

/*----------------------------- PC * width: 1024px~ ---*/
@media screen and (min-width: 1024px) {
    .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 300px;
        margin: auto;
        min-width: 715px;
    }
}


/*==============================
/* Shop */
.section__shop {
    background-image: url(../images/top_shop-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 16px 6% 40px;
}
.section__title--shop {
    padding-left: 8px;
}

.shop__pickupItem {
    border-radius: 30px;
    margin: 64px auto 0;
    width: 65%;
    max-width: 210px;
    min-width: 210px;
}

.shop__pickupItem--first {
    display: block;
    position: relative;
}
.shop__pickupItem--first::before {
    content: 'PickUp';
    display: inline-block;
    color: #191130;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    background-color: #DFDAC0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 500;
}


.shop__pickupItem--second {
    display: block;
    position: relative;
}
.shop__pickupItem--second::before {
    content: 'Pickup';
    display: inline-block;
    color: #191130;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    background-color: #DFDAC0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 500;
}

.shop__pickupImage {
    /* 商品画像 */
    border-radius: 30px 30px 0 0 ;
}
.shop__pickuptxt {
    /* 商品名,値段の背景部分 */
    background-color: var(--primary-gold);
    padding: 5px 17px 16px;
    border-radius: 0 0 30px 30px;
}
.shop__pickupTitle {
    /* 商品名 */
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 400;
}
.shop__pickupPrice {
    /* 値段 */
    display: inline;
    margin-top: 5px;
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 500;
}

/* pickup item : hoverで薄暗くなりVIEW MORE */
.shop__pickupItem a::after {
    content: 'VIEW MORE';
    font-size: 1.8rem;
    text-align: center;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(12, 3, 35, 0.5);
    opacity: 0;
    z-index: 200;
}
.shop__pickupItem a:hover::after {
    opacity: 1;
}

/* btn : shopページで一覧を見る */
.shop__viewBtn{
    display: block;
    width: 300px;
    margin: 40px auto 0;
    text-align: center;
    border-bottom: 0.5px solid var(--primary-gold);
    position: relative;
    color: var(--primary-gold);
    font-size: 1.8rem;
    font-weight: 500;
    padding-right: 5px;

    transition: .15s ease;
}
.shop__viewBtn--span {
    font-size: 1.9rem;
}
.shop__viewBtn::after {
    /* 矢印の斜め線 */
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right bottom;
    width: 12px;
    height: 0.5px;
    background-color: var(--primary-gold);
    transform: rotate(45deg);
}
    /* hover */
    .shop__viewBtn:hover {
        color: #D6D2A1;
        border-bottom: 1px solid #D6D2A1;
        background-color: transparent;
        text-shadow: 3px 3px 10px #FC0, 3px 3px 30px #ebdf9e, 3px 3px 60px #Fff, -3px -3px 60px #Fff, 0px 0px 60px #Fff, 0px 10px 40px #Fff;
        /* color | offset-x | offset-y | blur-radius */
        transform: translateY(-2px);
    }
    .shop__viewBtn:hover::after {
        background-color: #D6D2A1;
        box-shadow: 3px 3px 10px #FC0;
    }

/*----------------------------- normal TABLET * width: 768px~ ---*/
@media screen and (min-width: 768px) {
    .shop__pickupWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 80px;
        border-radius: 30px;
        margin: 0 auto;
        width: 70%;
        max-width: 500px;
    }
}