@charset "Shift_JIS";

/*==============================================
#nenmatsusouji2025 設定 STR
================================================*/
.header-info-red {
    display: none;
}
main#wrapper {
    margin: 0;
    padding: 0;
    max-width: none;
}
#nenmatsusouji2025 * {
    box-sizing: border-box;
    font-size: var(--font-size-text);
}
#nenmatsusouji2025 {
    color: #fff;
    text-align: center;
    background: var(--color-main);
    font-size: var(--font-size-text);
    position: relative;
    padding-bottom: 1em;
}
#nenmatsusouji2025 .smp_none {
    display: none;
}
#nenmatsusouji2025 img {
    width: 100%;
    height: auto;
    display: block;
}
#nenmatsusouji2025 a {
    display: block;
}

:root {
    --color-main: #5b98ee;
    --font-size-text: 3.6cqw;
}

/*==============================================
#nenmatsusouji2025 設定 END
================================================*/

/*==============================================
#nenmatsusouji2025 大枠  STR
================================================*/
#nenmatsusouji2025 .contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    container-type: inline-size;
}
#nenmatsusouji2025 section{
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    position: relative;
}
#nenmatsusouji2025 section#title,
#nenmatsusouji2025 section#navi{
    padding:0;
}
#nenmatsusouji2025 .inner{
    gap:1em;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 93%;
}
/*==============================================
#nenmatsusouji2025 大枠 END
================================================*/

/*==============================================
#nenmatsusouji2025 見出し  STR
================================================*/
#nenmatsusouji2025 .midashi{
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    align-items: flex-end;
    gap: 1em;
}
/*イラスト*/
#nenmatsusouji2025 .deco {
    width: 3em;
}
#nenmatsusouji2025 .midashi .small{
    font-size: .8rem;
    font-weight: lighter;
    display: contents;
}
#nenmatsusouji2025 .midashi h2{
    color: #fff;
    font-size: 2em;
    position: relative;
    display: flex;
    align-items: center;
}
#nenmatsusouji2025 .midashi h2 .cate{
    color:#4990f4;
    font-size: .8em;
    padding: .2em .3em .3em;
    line-height: 1;
    border-radius: 4px;
    margin-right: .7em;
    background:#d4f1f7;
}

/*==============================================
#nenmatsusouji2025 見出し  END
================================================*/

/*==============================================
#nenmatsusouji2025 装飾  STR
================================================*/
/*シャボン玉*/
#nenmatsusouji2025 .bg {
    position: fixed;
    width: 35%;
    top:14%;
}
#nenmatsusouji2025 .bg.bubbles1 {
    left:-5%;
}
#nenmatsusouji2025 .bg.bubbles2 {
    right:-5%;
    transform: rotate(180deg);
}
/*==============================================
#nenmatsusouji2025 装飾  END
================================================*/

/*==============================================
#nenmatsusouji2025 ナビ  STR
================================================*/
#nenmatsusouji2025 .navi-list{
    display: flex ;
    flex-wrap: wrap;
    gap:.5em;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    background: #0f6ad5;
    padding: .5em 1em;
}
#nenmatsusouji2025 .navi-list li{
    width:12.6em;
}
#nenmatsusouji2025 .navi-list li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: .4em;
    padding:.5em 0;
}
#nenmatsusouji2025 .navi-list li a.medama{
    background: #ffdf2e;
}
#nenmatsusouji2025 .navi-list h4{
    font-size:1em;
    line-height: 1.3em;
    color: #0f6ad5;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: .5em;
}
#nenmatsusouji2025 .navi-list h4 i{
    font-size:.7em;
    font-weight: bold;
}
#nenmatsusouji2025 .navi-list h4 .cate{
    font-size:1em;
    padding: .25em .2em .3em .3em;
    line-height: 1;
    border-radius: 4px;
    background:#d4f1f7;
}
#nenmatsusouji2025 .midashi h2 .cate.outdoor,
#nenmatsusouji2025 .navi-list h4 .cate.outdoor{
    background:#e6e8ff;
}
/*==============================================
#nenmatsusouji2025 ナビ END
================================================*/

/*==============================================
#nenmatsusouji2025 商品枠  STR
================================================*/

/* 商品共通CSS */
#nenmatsusouji2025 .bland-item-wrap {
    position: relative;
}
#nenmatsusouji2025 .bland-item-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:.8em;
    justify-content: space-around;
    
}
/* スクロールバー色カスタマイズ */
/* Chrome, Edge, Safari用 */
#nenmatsusouji2025 .bland-item-inner::-webkit-scrollbar {
    height: .3em;
    background: transparent;
    border-radius: 100cqw;
}
#nenmatsusouji2025 .bland-item-inner::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 4px;
}
#nenmatsusouji2025 .bland-item {
    width: calc(100% / 2 - .4em);
    overflow: hidden;
    transition: .3s;
    background: rgb(255 255 255 / 95%);
    border-radius: 8px;
    box-shadow:0 0 10px rgb(0 107 255 / 70%);
}
#nenmatsusouji2025 .bland-item:nth-last-of-type(1) {
    margin-right: 0;
}
#nenmatsusouji2025 .bland-item__part {
    padding: 0 .5em;
    margin: .3em 0;
}
/* 商品：flex */
#nenmatsusouji2025 .bland-item .flex {
    padding: .3em .3em .7em .3em;
    display: flex;
    flex-direction: column;
    gap: .5em;
}
/* 商品：キャッチコピー */
#nenmatsusouji2025 .bland-item__copy {
    font-size: .9em;
    white-space: nowrap;
}
#nenmatsusouji2025 .bland-item__copy span {
    font-size: 1.2em;
    padding-right: .1em;
}
/* 商品：サムネ */
#nenmatsusouji2025 .bland-item__thum {
    width: 100%;
    overflow: hidden;
}
#nenmatsusouji2025 .bland-item__thum img {
    transition: .3s;
}
/* 商品：商品名 */
#nenmatsusouji2025 .bland-item__name {
    color: #FFF;
    height: 2.7em;
    display: flex;
    justify-content: flex-start;
}
#nenmatsusouji2025 .bland-item__name__h3 {
    color:#222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-weight: normal;
    font-size: .9em;
    text-align:left;
}
/* 商品：価格 */
#nenmatsusouji2025 .bland-item__price {
    font-size: 1.5em;
    display: flex;
    align-items: center;
    gap: .3em;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#nenmatsusouji2025 .bland-item__price .main-price,
#nenmatsusouji2025 .bland-item__price .sub-price {
    position: relative;
    line-height: 1;
    font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
}
#nenmatsusouji2025 .bland-item__price .main-price {
    font-size: 1em;
    color: #eb0012;
}
#nenmatsusouji2025 .bland-item__price .main-price::first-letter,
#nenmatsusouji2025 .bland-item__price .sub-price::first-letter {
    font-size: .8em;
}
#nenmatsusouji2025 .bland-item__price .sub-price {
    font-size: .7em;
    color: #a1a1a1;
}
#nenmatsusouji2025 .bland-item__price .sub-price::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
/* 販促アイコン */
#nenmatsusouji2025 .bland-item__promo {
    background-color: #e93d3d;
    color: #fff;
    font-size: .9em;
    padding: .2em 0;
    height: fit-content;
}
#nenmatsusouji2025 .col_3 .bland-item__promo {
    font-size: .8em;
}
/* 掃除場所 */
#nenmatsusouji2025 .bland-item__copy {
    background: #eee;
    padding:.5em;
    color: #656c72;
    font-size: .8em;
    height: fit-content;
    border-radius:1em;
}
#nenmatsusouji2025 .copy-title {
    color: #656c72;
    font-size:1em;
}
/* 詳細はこちら */
#nenmatsusouji2025 .bland-item__link{
    color: var(--color-main);
    font-size: .8em;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: .2em;
}
#nenmatsusouji2025 .bland-item__link i{
    font-weight: bold;
    font-size: .8em;
}
/* もっと見る */
#nenmatsusouji2025 .section-cateBtn {
    color: #fff;
    padding: .7em 0;
    border-radius:100vw;
    background:#1b4aa3;
    border: 2px solid #1b4aa3;
    width: 100%;
    margin: 0 auto;
}
#nenmatsusouji2025 .section-cateBtn i{
    font-weight: bold;
    font-size: 1em;
}
/*1カラム用*/
#nenmatsusouji2025 .bland-item-wrap.col_1 .bland-item{
    width: 100%;
}
#nenmatsusouji2025 .bland-item-wrap.col_1 .bland-item .flex{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
#nenmatsusouji2025 .bland-item-wrap.col_1 .bland-item__name{
    height: auto;
    grid-column: 1 / -1;
}
#nenmatsusouji2025 .bland-item-wrap.col_1 .bland-item__copy{
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: .5em;
}
#nenmatsusouji2025 .bland-item-wrap.col_1 .bland-item__link{
    grid-column: 1 / -1;
}
/*3カラム用*/
#nenmatsusouji2025 .bland-item-wrap.col_3 .bland-item{
    width: calc(100% / 3 - .6em);
}
#nenmatsusouji2025 .bland-item-wrap.copy_none .bland-item__copy{
    display: none;
}
/*==============================================
#nenmatsusouji2025 商品枠 END
================================================*/


/*==============================================
#nenmatsusouji2025 バナー  STR
================================================*/
#nenmatsusouji2025 .feature-title{
    font-size: 1.1rem;
    color: #fff;
}
#nenmatsusouji2025 .feature-list{
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}
#nenmatsusouji2025 .feature-list.col_1 li{
    width: 100%;
}
#nenmatsusouji2025 .feature-list.col_2 li{
    width: calc(calc(100% - 4%) / 2);
}
#nenmatsusouji2025 .feature-list.col_3 li{
    width: calc(calc(100% - 8%) / 3);
}
/*==============================================
#nenmatsusouji2025 バナー END
================================================*/

/*==============================================
#nenmatsusouji2025 カテゴリから探す  STR
================================================*/
#nenmatsusouji2025 .category-image-list{
    display: flex;
    flex-wrap: wrap;
    gap:.5em;
    justify-content: center;
}
#nenmatsusouji2025 .category-image-list li {
    width:12.5em;
    background: #fff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
}
#nenmatsusouji2025 .category-image-list li a {
    display: flex;
    align-items: center;
    gap: .1em;
    justify-content: space-between;
    padding-right: .2em;
}
#nenmatsusouji2025 .category-image-list img {
    width: 30%;
}
#nenmatsusouji2025 .category-image-list li p {
    position: relative;
    font-size: .9em;
    letter-spacing: 0;
    height: fit-content;
    color: var(--color-main);
    line-height: 1.3em;
    text-align: left;
    width: 100%;
}
#nenmatsusouji2025 .category-image-list li i {
    color: var(--color-main);
    font-weight: bold;
    font-size: .8em;
}
/*==============================================
#nenmatsusouji2025 カテゴリから探す END
================================================*/

/*==============================================
#nenmatsusouji2025 戻るボタン  STR
================================================*/
#nenmatsusouji2025 .pagetop {
    position: fixed;
    bottom: 4.5em;
    right: 1em;
	z-index: 3;
}
#nenmatsusouji2025 .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size:.8em;
	font-weight:lighter;
	background-color: #222222c7;
	border-radius: 80px;
	width:5em;
	height:5em;
    line-height: 1.3em;
    transition: 0.3s all;
}
/*==============================================
#nenmatsusouji2025 戻るボタン  END
================================================*/