@charset "euc-jp";

/* ==================================================
スタイルリセット
================================================== */

* {
    margin: 0;
    padding: 0;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul, ol, li {
    list-style: none;
}
a, a:hover {
    color: #000;
    text-decoration: none;
    transition: .3s;
}
a:hover img{
    opacity:0.8;
    transition: .3s;
}
img, a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    text-align: center;
}
.smp{display: none !important;}



/*------------------------------------------------*/
/*     ベース     */
/*------------------------------------------------*/
#newlife{
    overflow: hidden;
    width: 100%;
    background: #fedf93;
}



/*-------------------------------------------------------------------*/
/*　看板　*/
/*-------------------------------------------------------------------*/
#newlife header{width: 100%;position: relative;}



/*-------------------------------------------------------------------*/
/*　　TOPへ戻る　　*/
/*-------------------------------------------------------------------*/
#global-nav{
    color: #fff;
    z-index: 50;
    border: 1px solid;
    right: 20px;
    position: fixed;
    bottom:20px;
    width: 70px;
    height: 70px;
    background: #ff7700;
    opacity: 0;
    transition: 0.5s all;
    border-radius: 50px;
}
#global-nav li a{
    padding: 20px 0;
    font-size: 22px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: 0.3s all;
}
#global-nav li a:hover{
    transition: 0.3s;
    transform: translate(0px,-5px);
}
#global-nav.isActive {opacity: 1;transition: all 0.5s;}



/*-------------------------------------------------------------------*/
/*　　ナビ　　*/
/*-------------------------------------------------------------------*/
#newlife .event_box{
    width: 880px;
    margin: 50px auto 30px;
}
#navi ul.clearfix{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#navi ul.clearfix li{width: calc(90% / 4);}
#navi ul.clearfix li a img{transition: all 0.3s ease 0s;}
#navi ul.clearfix li a img:hover {
    transform: translate(0px,5px);
    transition: all 0.3s ease 0s;
    opacity:1;
}



/*-------------------------------------------------------------------*/
/*　　商品ブロック　#item　　*/
/*-------------------------------------------------------------------*/

#newlife div.itemblock{    
    width: 100%;
    margin: auto;
    text-align: center;
}

/*ランキング*/
#newlife div.itemblock .rank{
    width: 100%;
    background: #ffae7f;
    padding-top: 40px;
}
#newlife div.itemblock .rank img{
    width: 750px;
    margin: 0 auto 30px;
}

/*カテゴリ見出し*/
#newlife div.itemblock h2{
    width: 750px;
    font-size: 40px;
    font-weight: 600;
    padding: 15px 0;
    color: #fff;
    letter-spacing: 5px;
    margin: 0 auto 20px;
    border-radius: 10px;
    position: relative;
}
#newlife div.itemblock h2 img{ 
    width: 200px;
    position: absolute;
    top: -35px;
    left: -20px;
    z-index: 2000;
}
#newlife div.itemblock h2.ranking{background: #ff5e27;margin-bottom: 0;}
#newlife div.itemblock h2.shiokuri{background: #fa8f31;}
#newlife div.itemblock h2.kome{background: #fe7457;}
#newlife div.itemblock h2.otomo{background: #96a234;}
#newlife div.itemblock h2.okashi{background: #f6627c;}
#newlife div.itemblock h2.omoimono{background: #37679f;}
#newlife div.itemblock h2.hizyou{background: #387d33;}

/*商品一覧*/
#newlife div.itemblock .item{
    width: 100%;
    padding: 40px 0 30px;
}
#newlife div.itemblock .shiokuri{
    background: #fedf93;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}
#newlife div.itemblock .kome{background: #feac94;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}
#newlife div.itemblock .otomo{background: #c5cb73;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}
#newlife div.itemblock .okashi{background: #f1cad1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}
#newlife div.itemblock .omoimono{background: #77a9ce;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}
#newlife div.itemblock .hizyou{background: #87cb80;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}

#newlife div.itemblock ul{
    width: 750px;
    margin: 0 auto;
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 0;
}
#newlife div.itemblock ul li{
    width: calc(96%/2);
    margin: 0 0 40px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
#newlife div.itemblock ul li a{transition: all 0.5s;}
#newlife dl dt{margin-bottom: 10px;}
#newlife div.itemblock ul li img{
    transition:0.5s all;
}
#newlife div.itemblock ul li a:hover img{
    opacity:0.7;
    transition: 0.5s all;
}
#newlife div.itemblock ul li a:hover .taste img{
    opacity:1;
}

/*商品名*/
#newlife div.itemblock ul li dd.title{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

/*アイコン*/
#newlife div.itemblock ul li dd.icon{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
#newlife div.itemblock ul li dd.icon span{
    margin: 0 5px 0 0;
    padding: 2px 8px;
    background: #fa5531;
    color: #fff;
    border-radius: 6px;
} 
#newlife div.itemblock ul li dd.icon2{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
    display: flex;
    flex-wrap: wrap;
}
#newlife div.itemblock ul li dd.icon2 span{
    margin: 0 5px 5px 0;
    padding: 2px 8px;
    background: #fa5531;
    color: #fff;
    border-radius: 6px;
    width: calc(98%/6);
}     

/*価格プロ*/
dd.price{
    margin: 12px 0;
}
.prices{
    font-weight: normal;
    color: #db3301;
    font-size: 28px;
}
.prices span span span{
    display:none;
}

/*購入はこちらボタン*/
#newlife div.itemblock ul li dd.btn{
    font-size: 17px;
    background: #dd9e18;
    color: #fff;
    padding: 14px 0;
    transition: 0.5s all;
    position: relative;
    border-radius: 10px;
}
#newlife div.itemblock ul li dd.btn span.material-symbols-outlined{
    position: absolute;
    right: 10px;
    font-size: 28px;
    top: 12px;
    transition: 0.5s all;
}
#newlife div.itemblock ul li a:hover dd.btn{
    background: #ef7000;
    transition: 0.5s all;
}
#newlife div.itemblock ul li a:hover dd.btn span.material-symbols-outlined{
    transition: 0.5s all;
    transform: translate(5px,0);
}

/*その他ボタン*/
/*#newlife div.itemblock div.btn{
    margin-bottom: 30px;
    position: relative;
}
#newlife div.itemblock div.btn a{
    padding: 18px 0;
    display: inline-block;
    font-size: 23px;
    color: #fff;
    background: #c49516;
    transition: all 0.5s;
    width: 80%;
}
#newlife div.itemblock div.btn span.material-symbols-outlined{
    position: absolute;
    right: 110px;
    font-size: 32px;
    top: 18px;
    transition: 0.5s all;
}
#newlife div.itemblock div.btn a:hover{
    background: #db3301;
    transition: 0.5s all;
}
#newlife div.itemblock div.btn a:hover span.material-symbols-outlined{
    transition: 0.5s all;
    transform: translate(5px,0);
}

/*イベント*/
#newlife div.itemblock .event{
    width: 750px;
    margin: 40px auto;
}

/*-------------------------------------------------------------------*/
/*　　フッター　　*/
/*-------------------------------------------------------------------*/

#newlife footer{
    background-color: #fa8f31;
}
#newlife footer div {
    margin: auto;
    display: inline-block;
    padding: 30px 0;
}
#newlife footer ul {display: flex;}
#newlife footer ul li{color:#fff;}
#newlife footer ul li a{
    color: #fff;
    margin: 0 50px;
    letter-spacing: 0.1vw;
}


/*-------------------------------------------------------------------*/
/*　　アニメ　　　*/
/*-------------------------------------------------------------------*/

.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.5s;
}


/* 桜を表示するコンテナのスタイル */
.cherry-blossom-container {
  position: relative;
   /*height: auto; /* コンテナの高さ */
  width: 100%; /* コンテナの横幅 */
  overflow: hidden; /* コンテナからはみ出した要素を隠す */
}

/* 桜の花びらのスタイル */
.petal {
  position: absolute;
  background-color: #ffc0cb; /* 花びらの色 */
  border-radius: 150% 0 150% 0;
  animation: animate-petal 10s linear;
}

.petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(3000deg);
  }
}
