@charset "utf-8";


body {
    background-color: #9ddded !important;
}

@media screen and (max-width: 919px) {
  #pageTop a {
    background-color: #9ddded;
    color: #fff;
  }
}

body * {
    font-family: 'Zen Maru Gothic', sans-serif;
}

.breadcrumb__container {
    width: 100%;
    background: #dddddd !important;
}

#washingmachine_img {
    width: 60%;
}

#ssk__container {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background-color: transparent;
}

#ssk__container section {
    margin: 50px auto;
}

hr.line1{
  border: none;
  border-top: 3px dotted #999;
}

.ssk__title {
    font-size: 30px;
    color: #ffffff;
    border: none;
    margin-bottom: 20px;
}

.ssk__inner {
    background-color: #ffffff;
    padding: 40px !important;
    border-radius:  8px;
}

@media (max-width: 768px) {
#washingmachine_img {
    width: 100%;
}

.ssk__inner {
    background-color: #ffffff;
    padding: 20px !important;
    border-radius:  8px;
}
}

#ssk__fv {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#ssk__fv img {
    display: block;
    width: 100%;
    margin: 0 !important;
}

.no-wrap {
    white-space: nowrap;
}  

/* タブメニュー */
.ssk__tabmenu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0; /* 下の余白をなくす */
    width: 100%;
    border-radius: 0; /* 角を丸くしない */
    overflow: hidden;
}

.ssk__tabmenu__btn {
    flex: 1; /* 均等幅 */
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    text-align: center;
    background: #eeeeee;
    color: black;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0; /* ボタンの角を丸くしない */
}

.ssk__tabmenu__btn.active {
    color: white;
}

/* タブの背景色 */
.ssk__tabmenu__btn:nth-child(1).active { background: #e28194; }  /* 冷蔵庫＋洗濯機 */
.ssk__tabmenu__btn:nth-child(2).active { background: #f5b602; }  /* ＋レンジ */
.ssk__tabmenu__btn:nth-child(3).active { background: #8ab3a1; }  /* ＋掃除機 */
.ssk__tabmenu__btn:nth-child(4).active { background: #b179c4; }  /* ＋炊飯器 */

/* ボタン2の設定 */

.ssk__tabmenu__btn2 {
    flex: 1; /* 均等幅 */
    padding: 15px 0;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    text-align: center;
    background: #eeeeee;
    color: black;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0; /* ボタンの角を丸くしない */
}

.ssk__tabmenu__btn2.active {
    color: white;
}

/* タブの背景色 */
.ssk__tabmenu__btn2:nth-child(1).active { background: #e28194; }  /* 冷蔵庫＋洗濯機 */
.ssk__tabmenu__btn2:nth-child(2).active { background: #f5b602; }  /* ＋レンジ */
.ssk__tabmenu__btn2:nth-child(3).active { background: #8ab3a1; }  /* ＋掃除機 */
.ssk__tabmenu__btn2:nth-child(4).active { background: #b179c4; }  /* ＋炊飯器 */



/* ssk__inner 内でぴったりサイズ */
.ssk__inner {
    padding-top: 0; /* 上の余白をなくす */
}






/* ノジマオンラインおすすめ 新生活セット */
.ssk__item h3 {
    width: 100%;
    font-weight: bold; /* h3を太字に */
    font-size: 1.5em;
    margin: 1em 0 1em;
    text-align: left; /* 左寄せ */
}

.ssk__item__columns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}

.ssk__item__column {
    flex: 1;
}

.ssk__item__column:first-child {
    flex: 0 0 38%; /* 画像エリアを40% */
}

.ssk__item__column:last-child {
    flex: 0 0 58%; /* 右側エリアを60% */
}

.ssk__item__column img {
    max-width: 100%; /* 画像をエリア内に収める */
    height: auto;
    border-radius: 5px; /* 角を少し丸く */
}

.ssk__item__comment {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.ssk__item__tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* タグの間隔 */
}

@media (min-width: 767px) {
.ssk__item__tag {
    height :100px;
}

}

.ssk__item__tag ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ssk__item__tag li {
    background: #eeeeee; /* タグ自体の背景をグレーに */
    border-radius: 10px;
    padding: 3px 10px;
    font-size: 18px;
    white-space: nowrap;
    border: 1px solid #ccc;
}

.ssk__item__price {
    font-size: 70px;
    font-weight: bold;
    color: #dc143c;
    margin-top: 10px;
    display: block; /* 確実にブロック要素化 */
    text-align: right;
    white-space: normal; /* 折り返し許可 */
}

.ssk__item__price span {
    font-size: 50%;
    display: inline-block;
    vertical-align: baseline;
}

.ssk__item__sale {
    font-size: 33px; /* サイズ調整 */
    font-weight: bold;
    color: #dc143c; /* 価格と同じ色 */
    font-weight: normal;
    display: block; /* ここで改行を強制 */
    margin-top: 5px; /* 価格との間隔 */
}

.ssk__item__points {
    font-size: 25px; /* 価格の「円（税込）」と同じサイズに調整 */
    font-weight: bold;
    color: #FF781F; /* 価格と同じ色 */
    font-weight: normal;
    display: block; /* ここで改行を強制 */
    margin-top: 5px; /* 価格との間隔 */
}

/* スマホ用のフォントサイズ調整 */
@media (max-width: 768px) {
    .ssk__item__price {
        font-size: 39px; /* 価格を少し小さく */
        display: inline-block; /* 1行に収める */
        white-space: nowrap; /* 折り返し防止 */
    }

    .ssk__item__price span {
        font-size: 40%; /* 「円（税込）」のサイズを小さく */
    }

    .ssk__item__sale {
        font-size: 19px; /* さらに小さく調整 */
    }
    
    .ssk__item__points {
        font-size: 18px; /* さらに小さく調整 */
    }
}

.ssk__item__btn {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: flex-end;
}

.ssk__item__btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: #5ac0c4;
    border: 2px solid #5ac0c4;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

.ssk__item__btn a:hover {
    background: #5ac0c4;
    color: white;
}

/*
.ssk__item__btn a::before {
    content: "🛒"; /* ショッピングカートアイコン */
    font-size: 25px;
}
*/

.ssk__item__btn a::after {
    content: " >"; /* 右矢印アイコン */
    font-size: 25px;
}

@media screen and (min-width: 767px) {
.ssk__btn--more {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.ssk__btn--more a {
    display: inline-flex;   /* インライン要素のままflexを適用 */
    align-items: center;    /* 垂直方向の中央揃え */
    justify-content: center; /* 水平方向の中央揃え */
    margin-top: 15px;
    
    background: #333333;
    color: white;
    border: 2px solid #333333;
    border-radius: 30px;
    padding: 10px 20px; /* 左右の余白を増やして見た目を調整 */
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

}

@media screen and (max-width: 767px) {
    .ssk__btn--more {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .ssk__btn--more a {
        display: block;   /* インライン要素のままflexを適用 */
        align-items: center;    /* 垂直方向の中央揃え */
        justify-content: center; /* 水平方向の中央揃え */
        margin-top: 15px;
        
        background: #333333;
        color: white;
        border: 2px solid #333333;
        border-radius: 30px;
        padding: 10px 20px; /* 左右の余白を増やして見た目を調整 */
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        transition: background 0.3s ease-in-out;
    }
}



.ssk__btn--more a:hover {
    background: white;
    color: 333333;
}




/* 家電別の選び方をおすすめ！ */
.ssk__dropdowngroup {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0; /* 閉じているときのパディングを0に */
}

.ssk__dropdowngroup.open {
    padding: 10px 0; /* 開いたときのパディング */
}

.ssk__accordion {
    border-bottom: 3px solid #5ac0c4;
    padding: 20px 15px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.ssk__accordion span {
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.ssk__accordion span::before {
    content: "▼";
    display: inline-block;
}

.ssk__accordion.open span::before {
    content: "▲";
}

.ssk__dropdowngroup p {
    margin: 0;
    padding: 10px 10px 40px;
    font-size: 19px;
}


.ssk__fukidashi--columns {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    gap: 10px; /* 画像と文字の間隔を調整 */
}

.ssk__fukidashi--column img {
    max-width: 80px; /* 画像のサイズ調整（適宜変更） */
    height: auto;
}

.ssk__fukidashi--column p {
    margin: 0;
    font-size: 19px;
}



/* 新生活におすすめな家電はこちら */
.ssk__category h3 {
    border-bottom: 3px solid #5ac0c4; /* アンダーライン追加 */
    padding-bottom: 5px;
    margin: 40px auto 15px; /* 上に余白を追加し、中央配置 */
    width: 100%;
    text-align: center;
}

.ssk__icon-container{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px; /* アイコンの間隔を調整 */
    padding: 0;
    width: 100%; /* 最大幅を設定 */
    margin: 0 auto; /* 中央揃え */
}

.ssk__icon-container a {
    flex-basis: 32%;
}

.ssk__icon-container img {
    width: 100%;
    margin-bottom: 5px;
}
 



/* こちらもおすすめ【使用レポート】 */
.ssk__report h3 {
    border-bottom: 3px solid #5ac0c4; /* アンダーライン追加 */
    padding-bottom: 5px;
    margin: 40px auto 15px; /* 上に余白を追加し、中央配置 */
    width: 100%;
    text-align: center;
}

.ssk__report h3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.ssk__report h3 {
    flex: 1;
}

.ssk__report h3:first-child {
    flex: 0 0 38%; /* 画像エリアを40% */
}

.ssk__report h3:last-child {
    flex: 0 0 58%; /* 右側エリアを60% */
}

.ssk__report h3 img {
    max-width: 100%; /* 画像をエリア内に収める */
    height: auto;
    border-radius: 5px; /* 角を少し丸く */
}


@media (max-width: 999px) {

/* free page container */
#ssk__container{
	padding: 0px 8px 0px;/*上下左右に10px余白をあける*/
    }

/* 新生活におすすめな家電はこちら */
.ssk__category h3 {
    font-size: 16px;
    border-bottom: 3px solid #5ac0c4; /* アンダーライン追加 */
    padding-bottom: 5px;
    margin: 25px auto 15px; /* 上に余白を追加し、中央配置 */
    width: 100%;
    text-align: center;
    }

.ssk__title {
    font-size: 23px;
    color: #ffffff;
    border: none;
    margin-bottom: 10px;
    }

.ssk__tabmenu__btn {
    flex: 1; /* 均等幅 */
    padding: 15px 0;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    text-align: center;
    background: #eeeeee;
    color: black;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0; /* ボタンの角を丸くしない */
}

.ssk__tabmenu__btn2 {
    flex: 1; /* 均等幅 */
    padding: 15px 0;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    text-align: center;
    background: #eeeeee;
    color: black;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0; /* ボタンの角を丸くしない */
}

#ssk__container section {
    margin: 35px auto;
}

/* ノジマオンラインおすすめ 新生活セット */
.ssk__item h3 {
    width: 100%;
    font-weight: bold; /* h3を太字に */
    font-size: 1em;
    margin: 1em 0 1em;
    text-align: left; /* 左寄せ */
}

.ssk__item__comment {
    font-size: 14px;
    margin-left: 8px;
    margin-bottom: 10px;
}

.ssk__item__tag li {
    background: #eeeeee; /* タグ自体の背景をグレーに */
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #ccc;
}

.ssk__item__btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: #5ac0c4;
    border: 2px solid #5ac0c4;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

/*
.ssk__item__btn a::before {
    content: "🛒"; /* ショッピングカートアイコン */
    font-size: 16px;
}
*/

.ssk__item__btn a::after {
    content: " >"; /* 右矢印アイコン */
    font-size: 16px;
}

.ssk__fukidashi--column p {
    margin: 0;
    font-size: 16px;
}

.ssk__dropdowngroup p {
    margin: 0;
    padding: 10px 10px 40px;
    font-size: 16px;
}

.ssk__accordion {
    border-bottom: 3px solid #5ac0c4;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

}

@media (min-width: 1000px) {



}