@charset "shift_jis";

/*=======================================スタイルリセット=======================================*/
    /* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

#new_item *,
#new_item *::before,
#new_item *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#new_item h1,
#new_item h2,
#new_item h3,
#new_item h4,
#new_item h5,
#new_item h6,
#new_item ul,
#new_item ol,
#new_item dl,
#new_item li,
#new_item dt,
#new_item dd,
#new_item p,
#new_item div,
#new_item span,
#new_item img,
#new_item a,
#new_item table,
#new_item tr,
#new_item th,
#new_item td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#new_item header,
#new_item footer,
#new_item nav,
#new_item section,
#new_item article,
#new_item main,
#new_item aside,
#new_item figure,
#new_item figcaption {
    display: block;
}

#new_item ol,
#new_item ul,
#new_item li {
    list-style: none;
    list-style-type: none;
}

#new_item img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#new_item a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#new_item a:hover {
    opacity: 0.7;
}

#new_item .no,
#new_item .pc_none{
    display: none !important;
}

/*価格プロ 税込削除*/
#new_item div.prices span > span > span {
    display: none;
}

/* 共通 見出し
================================ */
#new_item h1{
    position: absolute;
    z-index: -1;
    color: #ffe763;
}

#new_item h2{
    margin: 1.5% auto 1% auto;
    font-size: 42px;
    text-align: center;
    font-weight: 800;
    color: #1a1a1a;
    padding:1% 0 2% 0;
}

#new_item h3{
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    padding: 1.5% 0;
    color: #1a1a1a;
    margin-bottom: 1%;
}

#new_item h4{
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding: 1.5% 0;
    color: #1a1a1a;
    margin-bottom: 1%;
}

#new_item p{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 0.5% 0;
    color: #1a1a1a;
    margin-bottom: 2%;
}

/* 共通 カラム
================================ */
#new_item ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:9px 1%;
}

#new_item ul.col_1 > li{
    width:100%;
    margin: 0 0 0 0;
}

#new_item ul.col_2 > li{
    width: calc(calc(100% - 1%) / 2);
}

#new_item ul.col_3 > li{
    width: calc(calc(100% - 2%) / 3);
}

#new_item ul.col_4 > li{
    width: calc(calc(100% - 3%) / 4);
}

#new_item ul.col_5 > li{
    width: calc(calc(100% - 4%) / 5);
}

#new_item ul.col_6 > li{
    width: calc(calc(100% - 5%) / 6);
}


/* スクロールスナップ
================================ */
#new_item {
    width: 980px;
    height:100vh ;
    scroll-snap-type: y mandatory;
    overflow-y: auto;
    scroll-behavior: smooth;
    margin: 0 auto;
    font-size: 22px;
    font-family: "Noto Sans JP","Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #1a1a1a;
    background-color: #ffe763;
}

/*中央のコンテンツ部分*/
#new_item div.inner_content{
    width:500px;
    margin: 0 auto;
    border-right: solid 2px #222;
    border-left: solid 2px #222;
    box-shadow: #ffa664 0px 0px 24px;
}

#new_item section.scroll {
    position: relative;
    width: 100%;
    height:100vh ;
    scroll-snap-align: start;
}

#new_item section.title,
#new_item section.item a,
#new_item section.fotter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100vh ;
    overflow-y: hidden;
}


/* PC用　タイトル
================================ */
#new_item section.title div.scroll_anime{
    position: absolute;
    left: 50%;
    bottom:5vh;
    width: 100px;
    height:100px;
    transform: translateX(-50%);
    background-color: #76640fad;
    border-radius: 100px;
    border: double #fff 9px;
    animation: pulsate 2s linear infinite;
}

@keyframes pulsate {
        0% {
            box-shadow: #ffffff00 0 0 0 0vw;
        }

        50% {
            box-shadow: #ffffffcc 0 0 0 15px;
            bottom: 2vh;
        }

        100% {
            box-shadow: #ffffff00 0 0 0 15px;
        }
}

#new_item section.title div.scroll_anime::before{
    position: absolute;
    font-family: 'Material Icons';
    content: "keyboard_arrow_down";
    transform:translate(50%,-50%);
    font-size:48px;
    top:65%;
    right: 50%;
    color: #fff;
}

#new_item section.title div.scroll_anime::after{
    position: absolute;
    content: "SCROLL";
    transform:translate(50%,-50%);
    font-size:15px;
    top: 35%;
    right: 50%;
    color: #fff;
    text-align: center;
    font-weight: bold;
}


/* PC用　アンカー・おすすめ欄
================================ */
/*ハンバーガーボタン*/
#new_item .toggle{
    position: fixed;
    z-index: 9999;
    bottom: 130px;
    right: 0;
    width:70px;
    height: 70px;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: block;
    border: solid 5px #fff;
    cursor: pointer;
}

#new_item .toggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 3px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

#new_item .toggle span:nth-of-type(1) { top: calc(50% - 10px)}
#new_item .toggle span:nth-of-type(2) { top: calc(50%);}
#new_item .toggle span:nth-of-type(3) { top: calc(50% + 10px);}
#new_item .toggle.active span:nth-of-type(1) {
    top: calc(100%/2);
    transform: translate(-50%,-50%) rotate(-45deg);
}

#new_item .toggle.active span:nth-of-type(2) { opacity: 0; }
#new_item .toggle.active span:nth-of-type(3){
    top: calc(100%/2);
    transform: translate(-50%,-50%) rotate(45deg);;
}

#new_item .side_anchor{
    position: fixed;
    height: 100vh;
    bottom: 0;
    right: -100%;
    width: 35%;
    background-color: #fffcf8;
    transition: 0.6s;
    z-index: 3;
    padding: 1.2vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

#new_item .side_anchor.panelactive{
    right: 0;
}

#new_item .side_anchor ul{
    width: 95%;
    margin: 0 auto 2% auto;
}


#new_item section.anchor h2{
    font-size:35px;
}


/* 商品説明
================================ */
#new_item section.item{
    background-color: #fff;
}

/*商品・価格----------------*/
#new_item section.item a dl{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 5%;
}

#new_item section.item a dl::after{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(123, 123, 123, 0.5) 50%, rgba(255, 255, 255, 0));
    mix-blend-mode: multiply; 
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*商品名*/
#new_item section.item a dl dt{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    z-index: 2;
}

#new_item section.item a dl dt h4{
    font-size:25px;
    padding: 0;
    margin: 0;
    color: #fff;
}


/*ボタン*/
#new_item section.item a dl dd.btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height:65px;
    background-color: #76640fad;
    border-radius: 50vw;
    color: #fff;
    font-size:25px;
    border:solid 3px #fff;
    transition: 0.2s;
    z-index: 2;
}

#new_item section.item a dl dd.btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translate(50%,-50%);
    font-size:45px;
    top:50%;
    right: 8%;
}

#new_item section.item a dl dd.btn:hover{
    background-color: #fff;
    color: #76640fad;
}


/* フッター
================================ */
#new_item section.event{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#new_item section.event h2{
    font-size: 30px;
}

#new_item section.event ul.col_2{
    width: 94%;
    margin: 0 auto 10px auto;
}



