
#newyear .btn_beginnerguide {
     position: fixed;
     top: 50%;
     right: -10px;
     transform: translateY(-50%);
     z-index: 1000;
     width: 18vw;
 }
 #newyear .btn_beginnerguide a img {
     width: 100%;
     height: auto;
     transition: opacity 0.3s ease;
 }
 #newyear .btn_beginnerguide a:hover img {
     opacity: 0.85;
 }

#newyear {
     padding: 30px 0 60px;
     background: url(/img/usr/freepage/newyear/2026/bg_pc.jpg) no-repeat center top / cover;
 }

 #newyear .newyear-inner {
     margin: 0 auto;
     padding: 0 10px;
 }

 #newyear .newyear-wrapper {
     max-width: 1200px;
     margin:0 auto;
     position: relative;
     background: linear-gradient(transparent 0%, transparent 450px, #FEF7DB 451px, #FEF7DB 100%);
     overflow: hidden;
     z-index: 1;
 }

 #newyear .newyear-wrapper::before {
     content: "";
     position: absolute;
     top: 0;
     left: 50%;
     width: 112%;
     height: 935px;
     background: #FEF7DB;
     border-radius: 1000px 1000px 0 0;
     transform: translateX(-50%);
     z-index: -1;
 }

 #newyear .mv {
     width: 77%;
     margin: min(38px, calc(38 / 1420 * 100vw)) auto min(4px, calc(4 / 1420 * 100vw));
     text-align: center;
 }

 #newyear .mv img {
     margin-left: min(27px, calc(27 / 1420 * 100vw));
 }

 #newyear .heading {
position: relative;
width: 55vw;
margin: 0 auto;
font-weight: bold;
font-size:2vw;
padding:10px;
letter-spacing: 0;
line-height: 1.3;
text-align: center;
color: #fff;
background: radial-gradient(circle at 0 100%, transparent 14px, #B52121 15px),
radial-gradient(circle at 100% 100%, transparent 14px, #B52121 15px),
radial-gradient(circle at 100% 0, transparent 14px, #B52121 15px),
radial-gradient(circle at 0 0, transparent 14px, #B52121 15px);
background-position: bottom left, bottom right, top right, top left;
background-size: 51% 51%;
background-repeat: no-repeat;
margin-bottom:25px;
 }

 #newyear .heading::after {
     content: "";
     position: absolute;
     top: 50%;
     left: 0;
     width: 100vw;
     height: 16px;
     margin: 0 calc(50% - 50vw);
     background-image: repeating-linear-gradient(#B52121, #B52121 1px, transparent 2px, transparent 7px);
     transform: translateY(-50%);
     z-index: -1;
 }

 #newyear .data {
     width: 55vw;
     margin: 0 auto;
     margin-bottom:20px;
     padding: 10px 26px 12px;
     font-weight: bold;
     font-size:1.4vw;
     letter-spacing: 0;
     line-height: 1.3;
     color: #fff;
     background: #885F18;
     text-align:center;
 }

 #newyear .benefit {
     display: flex;
     justify-content: space-between;
     gap: 15px;
     width: 90%;
     /* max-width: 970px; */
     margin: 0 auto;
 }

 #newyear .detail {
     width: 90%;
     max-width: 1230px;
     margin: 0 auto min(74px, calc(74 / 1420 * 100vw));
 }

 #newyear .detail .detail-title {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 20px;
     margin-bottom: min(26px, calc(26 / 1420 * 100vw));
     font-weight: bold;
     font-size: clamp(30px, calc(40 / 1420 * 100vw), 40px);
     line-height: 1.3;
     color: #4B3808;
 }

 #newyear .detail .detail-title::before,
 #newyear .detail .detail-title::after {
     content: "";
     height: 3px;
     flex-grow: 1;
     background: #885F18;
 }

 #newyear .detail .detail-list {
     display: flex;
     gap: min(30px, calc(30 / 1420 * 100vw));
 }

 #newyear .detail .detail-item {
     position: relative;
     width: 100%;
     padding: min(40px, calc(40 / 1420 * 100vw)) min(35px, calc(35 / 1420 * 100vw)) min(40px, calc(40 / 1420 * 100vw)) min(50px, calc(50 / 1420 * 100vw));
     background: #fff;
     border: 1px solid #B78F34;
     border-radius: 10px;
 }

 #newyear .detail .detail-item-title {
     display: flex;
     align-items: center;
     gap: min(20px, calc(20 / 1420 * 100vw));
     margin-bottom: min(30px, calc(30 / 1420 * 100vw));
 }

 #newyear .detail .detail-item-title span {
     display: flex;
     justify-content: center;
     align-items: center;
     width: min(80px, calc(80 / 1420 * 100vw));
     height: min(52px, calc(52 / 1420 * 100vw));
     font-weight: bold;
     font-size: min(25px, calc(25 / 1420 * 100vw));
     color: #4F0808;
     background: #E7C16C;
 }

 #newyear .detail .detail-item-title p {
     font-feature-settings: "palt";
     font-weight: bold;
     font-size: clamp(12px, calc(18 / 1420 * 100vw), 18px);
     line-height: 1.444;
     color: #333333;
 }

 #newyear .detail .detail-item dl dt {
     font-weight: bold;
     font-size: clamp(12px, calc(16 / 1420 * 100vw), 16px);
     line-height: 1.5;
     color: #CC0000;
 }

 #newyear .detail .detail-item dl dt:not(:first-child) {
     margin-top: min(18px, calc(18 / 1420 * 100vw));
 }

 #newyear .detail .detail-item dl dd {
     margin-top: 8px;
     font-size: clamp(12px, calc(15 / 1420 * 100vw), 15px);
     line-height: 1.4;
     color: #333333;
 }

 #newyear .detail .detail-item dl dd span {
     font-weight: bold;
 }

 #newyear .detail .detail-item dl dd span:not(:first-child) {
     display: inline-block;
     margin-top: 18px;
 }

 #newyear .detail .detail-item a {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 300px;
     max-width: 100%;
     height: 40px;
     margin-top: 8px;
     font-size: 15px;
 }
.shop-item01,
.shop-item02,
.shop-item03,
.shop-item04 {
overflow-x: auto;
margin-bottom:20px;
}

.shop-item01 .block-thumbnail-t--items li,
.shop-item02 .block-thumbnail-t--items li,
.shop-item03 .block-thumbnail-t--items li,
.shop-item04 .block-thumbnail-t--items li,
.shop-item01 .block-thumbnail-t li,
.shop-item02 .block-thumbnail-t li,
.shop-item03 .block-thumbnail-t li,
.shop-item04 .block-thumbnail-t li {
    border: none !important;
}
.block-thumbnail-t--items { flex-wrap: nowrap !important;
}
.block-thumbnail-t--items { padding: 0; }
.block-thumbnail-t--items .block-icon span { margin: 0}
.block-topic-page--article figure {padding: 0;margin:0;font-size: 0;}
.shop-item01 .block-thumbnail-t,
.shop-item02 .block-thumbnail-t,
.shop-item03 .block-thumbnail-t,
.shop-item04 .block-thumbnail-t{
    margin: 0 0 0px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
}
  #template .recommend-list li {
    padding: 10px 10px 0;
  }

.shop-item01 .block-thumbnail-t > li,
.shop-item02 .block-thumbnail-t > li,
.shop-item03 .block-thumbnail-t > li,
.shop-item04 .block-thumbnail-t > li{
    width: calc(25% - 22.5px);
    margin: 0 15px 0px 0;
    display: block;
    border: none !important; 
}

.shop-item01 .block-thumbnail-t > li:nth-child(4n),
.shop-item02 .block-thumbnail-t > li:nth-child(4n),
.shop-item03 .block-thumbnail-t > li:nth-child(4n),
.shop-item04 .block-thumbnail-t > li:nth-child(4n){
    margin-right: 0;
}

.shop-item01 .block-thumbnail-t > li:nth-child(4n+1),
.shop-item02 .block-thumbnail-t > li:nth-child(4n+1),
.shop-item03 .block-thumbnail-t > li:nth-child(4n+1),
.shop-item04 .block-thumbnail-t > li:nth-child(4n+1) {
    margin-left: 0;
}

.shop-item01 .block-thumbnail-t--goods-image figure,
.shop-item02 .block-thumbnail-t--goods-image figure,
.shop-item03 .block-thumbnail-t--goods-image figure,
.shop-item04 .block-thumbnail-t--goods-image figure{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

 @media only screen and (max-width: 768px) {
     #newyear {
         padding: 0 0 35px;
         background-image: url(/img/usr/freepage/newyear/2026/bg_sp.jpg);
         background-size: 100%;
         background-repeat: repeat-y;
     }

     #newyear .newyear-wrapper::before {
         top: -50px;
     }

     #newyear .mv {
         width: 359px;
         margin: 33px auto 14px;
     }

     #newyear .mv img {
         margin-left: 3px;
     }

     #newyear .heading {
         width: 280px;
         margin: 0 auto 13px;
         padding: 7px;
         font-size: 16px;
         background: radial-gradient(circle at 0 100%, transparent 5px, #B52121 6px),
             radial-gradient(circle at 100% 100%, transparent 5px, #B52121 6px),
             radial-gradient(circle at 100% 0, transparent 5px, #B52121 6px),
             radial-gradient(circle at 0 0, transparent 5px, #B52121 6px);
         background-position: bottom left, bottom right, top right, top left;
         background-size: 51% 51%;
         background-repeat: no-repeat;
     }

     #newyear .heading::after {
         height: 10px;
         background-image: repeating-linear-gradient(#B52121, #B52121 1px, transparent 2px, transparent 4px);
     }

     #newyear .data {
         display: flex;
         justify-content: center;
         width: 280px;
         margin: 0 auto 10px;
         padding: 4px 5px 6px;
         font-size: 12px;
         line-height: 1.416;
     }

     #newyear .benefit {
         gap: 10px;
         width: 100%;
         margin: 0 auto 25px;
         padding: 0 10px;
     }

     #newyear .detail {
         width: 100%;
         margin: 0 auto 30px;
     }

     #newyear .detail .detail-title {
         gap: 16px;
         margin-bottom: 25px;
         font-size: 25px;
     }

     #newyear .detail .detail-list {
         flex-direction: column;
         gap: 22px;
         padding: 0 8px;
     }

     #newyear .detail .detail-item {
         width: 100%;
         height: 300px;
         padding: 18px 12px 70px;
         overflow: hidden;
     }

     #newyear .detail .detail-item:not(.open)::after {
         content: "";
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 88px;
         background: linear-gradient(rgb(255, 255, 255, 0.56) 0%, rgb(255, 255, 255, 0.86) 20%, rgb(255, 255, 255, 1) 100%);
     }

     #newyear .detail .detail-item-title {
         flex-direction: column;
         align-items: flex-start;
         gap: 5px;
         margin-bottom: 25px;
     }

     #newyear .detail .detail-item-title span {
         width: 50px;
         height: 30px;
         font-size: 14px;
     }

     #newyear .detail .detail-item-title p {
         font-size: 14px;
         line-height: 1.428;
     }

     #newyear .detail .detail-item dl dt {
         font-size: 14px;
         line-height: 1.428;
     }

     #newyear .detail .detail-item dl dt:not(:first-child) {
         margin-top: 14px;
     }

     #newyear .detail .detail-item dl dd {
         margin-top: 0;
         font-size: 12px;
         line-height: 1.75;
     }

     #newyear .detail .detail-item dl dd span:not(:first-child) {
         margin-top: 14px;
     }

     #newyear .detail .detail-item a {
         width: 100%;
         margin-top: 14px;
         font-size: 12px;
     }

     #newyear .detail .detail-item-more {
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         padding: 20px 0;
         background: none;
         border: none;
         cursor: pointer;
         z-index: 10;
     }

     #newyear .detail .detail-item-more span {
         position: relative;
         font-size: 15px;
     }

     #newyear .detail .detail-item-more span::after {
         content: "";
         position: absolute;
         top: 50%;
         right: -15px;
         width: 8px;
         height: 8px;
         border-right: 2px solid #CC0000;
         border-top: 2px solid #CC0000;
         transform: translateY(-50%) rotate(135deg);
     }

     #newyear .detail .detail-item-more.open span::after {
         transform: rotate(-45deg);
     }

    
#newyear .btn_beginnerguide {
     width: 30vw;
 }

.block-thumbnail-t--items .block-icon img { 
    height: 16px!important; margin: 0px 0 5px 5px;
}
.page-goods .block-goods-favorite{ 
    display:none!important; 
}
     
}

.block-goods-favorite .btn {
  background-color: transparent !important;
  border: none !important;
}
.add_text {
    padding:0 5vw; 
    font-size:22px;
    padding-bottom:30px;
}
.block_coupon_wrap {
    padding:0 6vw; 
}
.hukidashi {
	width:70%;
	margin:auto;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 8px; 
    position: relative;
    text-align: center;
    font-size: 12px;
}
.hukidashi::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;  
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f0f0f0;
}
.lsp img {
margin: 0px auto !important;
}


@media only screen and (max-width: 768px) {
.add_text {
    padding:0 3vw; 
    font-size:4vw;
    padding-bottom:10px;
}
.block_coupon_wrap {
    padding:0 10vw;
    margin-bottom:20px;
}
.block_coupon_wrap .coupon-target-shop-head .coupon-code button {
	font-size: 12px !important;
	line-height: 1.625;
	margin-left: 12px;
	padding: 0 !important;
	border-radius: 15px;
}
.hukidashi {
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 8px; 
    position: relative;
    text-align: center;
    font-size: 12px;
}
.hukidashi::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;  
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f0f0f0;
}
.lsp img {
margin: 0px !important;
}
}
