@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
    
:root {
  --bgColor: #ffd301;
  --color: #333;
  --colorW: #fff;
  --colorRed: #b1596b;
  --colorP: #ab94bc;
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin: 0;
}

.wrapper{
    background-color: var(--bgColor);
    background-image: url(../img/bg.png);
    background-size: 800px auto;
    background-attachment: fixed;
    color: var(--color);
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 calc(50% - 50vw);
    position: relative;
    width: 100vw;
}

.fade-in-element {
    opacity: 0; 
}

/* 全体をフェードイン */
.fade-in-element {
    opacity: 1;
    animation: fadeIn 2s ease-in-out; 
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.content-wrapper{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 2208px;
    position: relative;
}

#to-top {
    position: fixed;
    width: 45px;
    height: auto;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    display: none; 
    z-index: 99;
}

#to-top img{
    width: 100%;
}

/* LEFT */
.logo{
    margin-top: 100px;
    max-width: 784px;
    width: 40%;
    margin-left: -10%;
}

.side_logo{
    top: 5%;
    position: -webkit-sticky;
    position: sticky;
    text-align: left;
}

.side_logo img{
    width: 80%;
}




/* MAIN */

.main{
    max-width: 500px;
    min-width: 500px;
    width: 33.3333%;
}

.main_header{
    position: relative;
    background-image: url(../img/main_visual.png);
    background-size: contain;
    background-position: top center; 
    background-repeat: no-repeat;
    margin-top: 40px; 
    padding-top: 55%;
    padding-bottom: 25%;
}

.random-image{
    width: 95%;
    margin: 0 auto;
    text-align: center;
    
}

#randomImage {
        max-width: 80%;
        height: auto;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
        margin: 0 auto;
        text-align: center;
}

.overlay_recommend {
    position: absolute; 
    top: 30%;
    left: 80%;
    transform: translate(-50%, -50%) scale(1);
    width: 20%; 
    height: auto; 
    animation: scaleRecommend 2s infinite; 
}




/* 企画詳細へのバナー */
.giftpick_bnr{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.giftpick_bnr img{
    width: 100%;
    animation: pulsebnr 2s infinite ease-in-out;
}



/* タグリスト */
.taglist_wrap{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.taglist_wrap img{
    width: 90%;
    animation: bounce-anim 2s infinite ease-in-out; 
}



.tag_list{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    background-image: url(../img/taglist-bg.png);
    background-size: contain;
    background-position: top center; 
    background-repeat: no-repeat;
    margin-top: 40px; 
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tag_list a{
    display: inline-block;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 5px 10px;
    color: #000;
    background-color: #fff;
    margin: 5px;
    text-decoration: none;
    font-size: 17px;
}

.tag_list a:hover{
    color: var(--bgColor);
    background-color: #000;
}



/* 商品リスト */
.checkitem_bnr{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.checkitem_bnr img{
    width: 100%;
    animation: bounce-anim 2s infinite ease-in-out; 
}

.itembox_wrapper{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}

#americanholic,
#tiptop,
#bijura,
#stidopClip01,
#stidopClip02,
#waori,
#swingby,
#nicoco,
#hideseek,
#kaldi,
#thankyouMart,
#timestation,
#sakamoto,
#godiva,
#nanas,
#tsutaya,
#afternoon,
#jtb,
#threelittle,
#aimefeel,
#aburaya,
#welcia,
#peacepark,
#calne,
#lacoste,
#lacoste02,
#lacoste03,
#starbucks,
#starbucks02,
#starbucks03,
#shirayama,
#shirayama02,
#shirayama03,
#shirayama04,
#shirayama05,
#rodeo{
    padding-top:45px;
    margin-top: -45px;
}

#oshare,
#odekake,
#ohana,
#kawaii,
#coffee,
#jikan,
#taberu,
#hotto,
#manga,
#mysterious,
#ryoko,
#wa,
#joshi,
#komono,
#iyashi,
#shokki,
#amai{
    padding-top: 70px; 
    margin-top: -70px; 
}

.fashion{
    box-shadow: 5px 5px #5464c6;
}

.food{
    box-shadow: 5px 5px #e7382f;
}

.goods{
    box-shadow: 5px 5px #015585;
}

.itembox{

    background-color: #fff;
    position: relative;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    border-bottom: none;
}

.fashion .itembox{
  border-top: 4px solid #5464c6;
  border-right: 4px solid #5464c6;
  border-left: 4px solid #5464c6;
}

.food .itembox{
  border-top: 4px solid #e7382f;
  border-right: 4px solid #e7382f;
  border-left: 4px solid #e7382f;
}

.goods .itembox{
  border-top: 4px solid #015585;
  border-right: 4px solid #015585;
  border-left: 4px solid #015585;
}


.itemtag{
    margin-inline: auto;
    margin-bottom: 15px;
    margin-top: -25px;
    position: absolute;
    z-index: 999;
    width: 85%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.itemtag::before {
    background-color: #ffd301;
    height: 5px;
    z-index: 0;
}

.itemtag::before, 
.itemtag::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.itemtag img{
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.item{
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.fashionbg{
    width: 100%;
    text-align: center;
    background-image: url(../img/items/bg_fashion.png);
    background-size: cover;
    background-position: top center; 
    background-repeat: no-repeat;
}

.foodbg{
    width: 100%;
    text-align: center;
    background-image: url(../img/items/bg_food.png);
    background-size: cover;
    background-position: top center; 
    background-repeat: no-repeat;
}

.goodsbg{
    width: 100%;
    text-align: center;
    background-image: url(../img/items/bg_goods.png);
    background-size: cover;
    background-position: top center; 
    background-repeat: no-repeat;
}

.fashionbg .swiper-slide{
    border: 4px solid #5464c6;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

.foodbg .swiper-slide{
    border: 4px solid #e7382f;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

.goodsbg .swiper-slide{
    border: 4px solid #015585;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

.fashion_info{
  border-right: 4px solid #5464c6;
  border-left: 4px solid #5464c6;
  border-bottom: 4px solid #5464c6;
    background-color: #fff;
    width: 100%;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

.food_info{
  border-right: 4px solid #e7382f;
  border-left: 4px solid #e7382f;
  border-bottom: 4px solid #e7382f;
    background-color: #fff;
    width: 100%;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

.goods_info{
  border-right: 4px solid #015585;
  border-left: 4px solid #015585;
  border-bottom: 4px solid #015585;
    background-color: #fff;
    width: 100%;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

.fashion_info p,
.food_info p,
.goods_info p{
    margin:0;
}

.item_name{
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 20px 10px 10px 10px;
    font-weight: 500;
}

.item_price{
    text-align: right;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 0px 15px 10px 15px;
}

.item_comment{
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 5px 15px 10px 15px; 
    text-align: justify;
}


.shop_info{
    display: flex;
}

.shop_info p{
    display: inline-block;
    width: 70%;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
     align-items: center;
}

.shop_info a{
    color: #000;
    text-decoration: underline;
}

.shop_info .shoplogo{
    display: flex;
    width: 30%;
    justify-content: center;
    text-align: center;
    padding:10px;
    align-items: center;
}

.shop_info .shoplogo img{
    width: 100%;
}


/* アイテムボックスのスライダー */
.swiper1 {
    width: 100%; 
    height: auto; 
    margin-top: 50px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background-color: #333;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* 企画詳細説明 */

#campaign{
    width: 95%;
    margin: 0 auto;
    padding-top: 70px; 
    margin-top: -70px; 
}

#campaign .text{
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}

.divider,
.campaign_title,
.keyword,
.app
{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}

.divider img,
.campaign_title img,
.app img{
    width: 90%;
}

.campaignInfo-wrapper img{
    width: 95%;
    margin-top: 10px;
}

.campaignInfo-wrapper{
    width: 100%;
    border: 4px solid #000;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 3px 3px #000;
    background-color: #ffd301;
    text-align: center;
}

.campaignInfo-wrapper .info01,
.campaignInfo-wrapper .flow_info{
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-size: 15px;
    margin-top: 15px;
}

.campaignInfo-wrapper .info01 span{
    font-size: 12px;
}

.campaignInfo-wrapper .flow_title{
    display: block;
    background-color: #000;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.campaignInfo-wrapper .info02{
    background-color: #fff;
    width: 96%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.info02 p{
    margin: 0;
    padding: 10px 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
}

.info02 hr{
    margin: 2px 5px;
}

.info02 a{
    text-decoration: underline;
    color: #000;
}

.keyword img{
    width: 90%;
    animation: pulsebnr 2s infinite ease-in-out;
}

.appManu{
    border: 4px solid #000;
    background-color: #fff;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 50px;
}

.appManu p{
    display: block;
    background-color: #000;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.swiper2{
    margin-top: 10px;
}

.swiper-button-next2, .swiper-button-prev2 {
    color: #000;
}

/* キーワードモーダルウィンドウ */
.keyword-modal {
    display: none;
    position: fixed;
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.keyword-modal.is-active {
    display: flex; 
}

.keyword-content {
    background-color: #000;
    padding: 10px;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    border-radius: 8px;
    width: 50%; 
}

.keyword-content img{
    width: 90%;
}

.close-button {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.close-button:hover,
.close-button:focus {
    color: #333;
    text-decoration: none;
}


/* 店舗一覧モーダルウィンドウ */
.shoplist-modal {
    display: none; 
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.shoplist-modal.is-active {
    display: flex;
}

.shoplist-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #888;
    max-width: 70%;
    position: relative;
    text-align: center;
    border-radius: 8px;
}

.shoplist-content .close-button {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.shoplist-content p{
    line-height: 1.5;
    font-size: 14px;
}


/* アプリ・インスタへのリンク */
.app a:hover{
    opacity: 0.8;
}

.instagram{
    border: 3px solid #b60081;
    background-color: #fff;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 3px 3px #b60081;
    margin-top: 65px;
    margin-bottom: 30px;
    text-align: center;
}

.instagram a{
    display: inline-block;
    background-color: #b60081;
    color: #fff;
    padding: 10px 20px 15px 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 15px;
    text-decoration: none;
    margin-bottom: 20px;
}

.instagram a:hover{
    background-color: #fff;
    color: #b60081;
}

.instagram .aeoncolor{
    color: #b60081;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}

.instagram .blacktext{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* 白山のHPにもどる */
.hakusanHP{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.hakusanHP a{
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 20px;
    background: #1373BC;
    color: #fff;
    text-decoration: none;
    box-shadow: 3px 3px #fff;
    padding: 10px 5px;
}

.hakusanHP a:hover{
    border: 3px solid #1373BC;
    background: #fff;
    color: #1373BC;
    box-shadow: 3px 3px #1373BC;
}


/* フッター */

footer{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 70px;
}



/* RIGHT */
.menu{
    margin-top: 150px;
    max-width: 784px;
    width: 35%;
}

.menu_content{
    border: 4px solid #000;
    background-color: #ffd301;
    width: 70%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.modal-wrappermenu{
    top: 7%;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
}

.menu_title{
    margin-inline: auto;
    margin-bottom: 15px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    width: 70%;
}

.menu_title::before{
    background-color: #ffd301;
    height: 5px;
    z-index: 0;
}

.menu_title::before,
.menu_title::after{
    content: "";
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.menu_title img{
    height: auto;
    max-width: 100%;
 position: relative; 
  z-index: 1; 
}

.menu_tags{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.menu_tags a{
    display: inline-block;
    margin-right: 2px;
    margin-top: 5px;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

.menu_tags a:hover{
    background-color: #000;
    color: #fff;
}

#toggleButton {
    display: none; 
}

.modal-wrapper {
    display: block;
}

.close-buttonmenu {
    display: none;
}



/* おすすめNow アニメーション */
@keyframes scaleRecommend {
0% {
transform: translate(-50%, -50%) scale(1);
}
20% {
transform: translate(-50%, -50%) scale(1.1);
}
30% {
transform: translate(-50%, -50%) scale(0.9);
}  
40% {
transform: translate(-50%, -50%) scale(1);
}  
100% {
transform: translate(-50%, -50%) scale(1);
}
}

/* パルス アニメーション */
@keyframes pulsebnr {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}


/* バウンス-アニメーション */
@keyframes bounce-anim {
0% {
transform: translateY(0);
}
50% {
transform: translateY(10px); 
}
100% {
transform: translateY(0);
}
}

/* アイテムボックスのアニメーション01 */
.anim-box {
    opacity: 0;

}

.anim-box.slide-skew.is-animated {
    animation: slide-skew 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slide-skew {
    0% {
        transform: translate(60%, -20%);
        opacity: 0;
    }
    90% {
        transform: translate(0, 0);
    }
    100% { 
        opacity: 1;
    }
}

/* アイテムボックスのアニメーション02 */
.anim-box02 {
    opacity: 0;
}

.anim-box02.slide-skew02.is-animated {
    animation: slide-skew02 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slide-skew02 {
    0% {
        transform: translate(-60%, -20%);
        opacity: 0;
    }
    90% {
        transform: translate(0, 0);
    }
    100% { 
        opacity: 1;
    }
}




@media not all and (min-width: 1400px) {
    .menu_content{
        width: 90%;
    }

    .logo{
        margin-left: -10%;
    }
    
    .side_logo img{
        width: 95%;
    }
}



@media not all and (min-width: 1100px) {
    
    .menu{
        margin-top: 0;
    }
    
    #toggleButton{
        display: block;
        background-color: transparent;
        border: none;
        width: 60px;
        position: fixed;
        top: 10px;
        right: 20px;
        height: auto;
        z-index: 999;
    }
    
    #toggleButton img{
        width: 100%;
    }
    
     .modal-wrappermenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 204, 0.7); 
        z-index: 999; 
        align-items: flex-start;
        padding-top: 50px;
    }

    .modal-wrappermenu.is-visible {
        display: flex;
        max-height: auto; 
        overflow-y: auto; 
        justify-content: center;
        align-items: center;
    }

    #menuContent {
        width: 90%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 60px;
    }
    
    .menu_title{
        margin-top: 10px;
    }
    
    .close-buttonmenu {
        display: block;
        position: absolute;
        right: 5px;
        bottom: 5px;
        background: none;
        border: none;
        font-size: 50px;
        cursor: pointer;
        color: #000;
    }
    
    .menu_tags{
        width: 95%;
    }

    .menu_tags a{
        font-size: 15.5px;
        margin-right: 1px;
        margin-top:8px;
    }


}


@media not all and (min-width: 980px) {
    .side_logo{
        display: none;
    }


}


@media not all and (min-width: 768px) {
  .content-wrapper {
    display: block;
  }
  .wrapper {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
    
    
  .logo {
    display: none;
  }
    
    #toggleButton{
        right:5px;
    }

    .main {
        min-width: 100%;
    }
    
    .keyword-content {
        width: 90%; 
    }
    .shoplist-content {
        max-width: 85%;
    }
    
    #to-top {
        width: 40px;
        right: 10px;
        bottom: 10px;
    }

}

@media not all and (min-width: 500px) {
    .swiper1{
        margin-top: 35px;
    }
}

@media not all and (min-width: 350px) {
    .swiper1{
        margin-top: 20px;
    }
    
    .item{
        margin-top: 20px;
    }

}

