@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin-bottom: 60px;
    font-size: 16px;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif !important;
    background-color: #fff;
}

main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default
}

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-color: inherit
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

.spCls {
    display: block
}

@media screen and (min-width:601px) {
    .spCls {
        display: none
    }
}

.pcCls {
    display: none
}

@media screen and (min-width:601px) {
    .pcCls {
        display: block
    }
}

html {
    scroll-behavior: smooth;
    font-size: 14px;
    line-height: 1.5
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

@media screen and (min-width:961px) {
    body {
        font-size: 15px
    }
}

li {
    list-style: none
}

header {
    background-color: #182d7c;
    padding: 8px
}

body .njLpWrap {
    margin-top: 40px
}

body .njLpWrap section {
    margin-bottom: 40px
}

@media screen and (min-width:961px) {
    body .njLpWrap section {
        margin-bottom: 80px
    }
}

body .njLpWrap section .inr {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px
}

@media screen and (min-width:1250px) {
    body .njLpWrap section .inr {
        padding-left: 0px;
        padding-right: 0px
    }
}

body .njLpWrap section .section__title {
    background-color: #e2e2e2;
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 22px;
}
body .njLpWrap section .section__body {
    margin-top: 24px
}

@media screen and (min-width:961px) {
    body .njLpWrap section .section__body {
        margin-top: 48px
    }
}

body .njLpWrap section.fv .fv__visual {
    position: relative
}

body .njLpWrap section.fv .fv__visual img {
    width: 100%
}

body .njLpWrap section.fv .fv__visual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .njLpWrap section.fv .fv__visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    z-index: 2;
    letter-spacing: 1px;
    font-weight: 700;
    width: 100%;
    text-align: center
}

@media screen and (min-width:961px) {
    body .njLpWrap section.fv .fv__visual h2 {
        font-size: 40px;
        letter-spacing: 2px
    }
}

body .njLpWrap section.fv .fv__content {
    margin-top: 40px
}

body .njLpWrap section.fv .fv__content p {
    font-size: 14px;
    line-height: 1.75
}

@media screen and (min-width:961px) {
    body .njLpWrap section.fv .fv__content p {
        text-align: center
    }
}

body .njLpWrap section.fv .fv__content p b {
    display: block;
    font-size: 1.2em;
    margin: 4px 0
}

body .njLpWrap section.select {
    margin-top: 40px;
    margin-bottom: 40px
}

@media screen and (min-width:961px) {
    body .njLpWrap section.select {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

body .njLpWrap section.select .section__body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    gap: 24px
}

body .njLpWrap section.select .section__body ul li {
    width: 100%;
    border: 1px solid #182d7c;
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden
}

@media screen and (min-width:961px) {
    body .njLpWrap section.select .section__body ul li {
        flex: 1 1;
        margin-bottom: 40px
    }
}

body .njLpWrap section.select .section__body ul li h4 {
    font-size: 14px;
    font-weight: 700;
    background-color: #182d7c;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5
}

@media screen and (min-width:961px) {
    body .njLpWrap section.select .section__body ul li h4 {
        font-size: 16px
    }
}

body .njLpWrap section.select .section__body ul li p {
    padding: 12px 12px 72px;
    font-size: 16px;
    line-height: 1.75
}

@media screen and (min-width:961px) {
    body .njLpWrap section.select .section__body ul li p {
        height: 200px
    }
}

body .njLpWrap section.select .section__body ul li a.clickButton {
    position: absolute;
    top: 26px;
    right: 8px;
    background-color: #fff;
    border-radius: 6px;
    color: #182d7c;
    font-size: 12px;
    padding: 2px 7px 2px
}

@media screen and (min-width:961px) {
    body .njLpWrap section.select .section__body ul li a.clickButton {
        top: 38px;
        right: 6px
    }
}

body .njLpWrap section.select .section__body ul li a.recoButton {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border: none;
    width: 320px;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-top: 16px;
    border-radius: 5px;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .25);
    display: block;
    text-align: center
}

body .njLpWrap section.compar .section__body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin-top: 40px
}

@media screen and (min-width:961px) {
    body .njLpWrap section.compar .section__body ul {
        margin-top: 80px
    }
}

body .njLpWrap section.compar .section__body ul li {
    position: relative;
    padding: 1em 1.5em;
    border: 2px solid #182d7c;
    border-radius: 5px;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px
}

body .njLpWrap section.compar .section__body ul li:nth-child(2n) {
    margin-right: 0
}

@media screen and (min-width:961px) {
    body .njLpWrap section.compar .section__body ul li {
        width: 32%
    }

    body .njLpWrap section.compar .section__body ul li:nth-child(2n) {
        margin-right: 2%
    }

    body .njLpWrap section.compar .section__body ul li:nth-child(3n) {
        margin-right: 0
    }
}

body .njLpWrap section.compar .section__body ul li>span {
    position: absolute;
    top: -1.9em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 5px 5px 0 0;
    background-color: #182d7c;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:961px) {
    body .njLpWrap section.compar .section__body ul li>span {
        font-size: 18px
    }
}

body .njLpWrap section.compar .section__body ul li>p {
    margin: 0;
    color: #333
}

body .njLpWrap section.compar .section__body ul li a {
    text-decoration: underline
}

body .njLpWrap section.compar .section__body ul li a>img {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e2e2e2
}

body .njLpWrap section.compar .section__body ul li .lpPriceCard p {
    text-align: right;
    margin: 0;
    line-height: 1.5
}

body .njLpWrap section.compar .section__body ul li .lpPriceCard p.lpPrice {
    font-size: 16px;
    color: #f30;
    font-weight: 700
}

body .njLpWrap section.compar .section__body ul li .lpPriceCard p.lpPoint {
    font-size: 12px;
    color: #f80
}

body .njLpWrap section.compar .section__body ul li .lpPriceCard p.lpDelivery {
    font-size: 14px
}

body .njLpWrap section.compar .section__body ul li a {
    display: block;
    text-align: center;
    margin-top: 20px
}

body .njLpWrap section.compar .section__footer {
    margin-top: 20px
}

body .njLpWrap section.compar .section__footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0
}

@media screen and (min-width:961px) {
    body .njLpWrap section.compar .section__footer ul {
        justify-content: center
    }
}

body .njLpWrap section.compar .section__footer ul li {
    text-align: center
}

body .njLpWrap section.compar .section__footer ul li::after {
    content: "|";
    color: #182d7c;
    margin-left: 10px;
    margin-right: 10px
}

body .njLpWrap section.compar .section__footer ul li:last-child::after {
    display: none
}

body .njLpWrap section.compar .section__footer ul li a {
    font-size: 12px;
    text-decoration: underline
}

body .njLpWrap section.compar.compar2 .section__body ul li {
    border: none;
    background-color: #f5f5f5
}

@media screen and (min-width:961px) {
    body .njLpWrap section.compar.compar2 .section__body ul li {
        width: 23.5%
    }

    body .njLpWrap section.compar.compar2 .section__body ul li:nth-child(3n) {
        margin-right: 2%
    }

    body .njLpWrap section.compar.compar2 .section__body ul li:nth-child(4n) {
        margin-right: 0%
    }
}

body .njLpWrap section.compar.compar2 .section__footer a {
    background-color: #000;
    display: block;
    width: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 40px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px
}

body .njLpWrap section.compar.compar2 .section__footer img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

/* ================================================= */
/* どこでもカート (productslist) & アイテム内のスタイル */
/* ================================================= */

/* productslist: Flexコンテナ (横並びの土台 - 全画面で有効) */
.productslist {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto; 
    padding: 0 5px; 
}

/* 個別商品アイテム (cartanywhere): モバイルでは縦1列 */
.cartanywhere {
    /* ★ モバイル: 縦1列 (幅100%) */
    width: calc(100% - 10px); 
    margin: 0 5px 1rem;
    display: block;
}

/* productslist ul: モバイルでの画像と情報の二分割用 */
.productslist ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 1rem;
    margin: 0;
}

/* 1. 画像エリア (モバイル: 50%) */
.productslist ul li:nth-child(1) {
    flex-basis: 50%;
    padding-right: 10px;
}

.productslist ul li:nth-child(1) img {
    width: 100% !important; 
    height: auto;
    padding-right: 0;
    margin: 0 auto 1rem; 
}

/* 2. 情報エリア (モバイル: 50%) */
.productslist ul li:nth-child(2) {
    flex-basis: 50%;
    text-align: left;
}

/* --- 商品情報テキスト --- */
.productslist p {
    background-color: #CAE5E9;
    font-size: 0.8rem;
    padding: 0.5rem;
    line-height: 2;
}

.productslist p span {
    background-color: #008899;
    color: #fff;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
}

.cartprodname {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.cartprice {
    font-size: 1.5rem;
    color: #ff0000;
    font-weight: bold;
    text-align: right;
}

.yencolor {
    color: #000;
    font-size: 0.8rem;
}

.cartnouki {
    font-size: 0.8rem;
    color: #27c10d;
}

.couponmark {
    font-size: 0.8rem;
}

.couponmark::before {
    content: "\f145"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    color:#ff0000
}

.pointkangen {
    font-size: 0.8rem;
    font-weight: normal;
}

.pointkangen::before {
    content: "\f51e"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    margin-right: 0.25em;
    color: rgb(250, 202, 10);
}

/* ================================================= */
/* メディアクエリ (横並びの上書き) */
/* ================================================= */

/* --- タブレット用デザイン (768px以上): 4列表示 --- */
@media all and (min-width: 768px) {
    article {
        max-width: 90%; 
        margin: 0 auto;
    }

    /* 使い方セクションの横並び */
    .how-to-use-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .step-container {
        flex: 1; 
        margin: 0 10px;
    }

    /* --- 商品リスト (4列表示) --- */
    
    .cartanywhere {
        flex: 0 0 calc(25% - 10px); /* 4列表示: 幅25% - 左右マージン */
        max-width: calc(25% - 10px);
        margin: 0 5px 1rem;
    }

    .productslist ul {
        display: block; 
        border: none;
        padding: 0;
    }
    
    .productslist ul li:nth-child(1),
    .productslist ul li:nth-child(2) {
        flex-basis: auto; 
        padding-right: 0;
        width: 100%;
    }
    
    .productslist ul li img {
        display: block;
        margin: 0 auto 1rem;
    }
}

/* --- PC用デザイン (920px以上): 5列表示 --- */
@media all and (min-width: 920px) {
    article {
        max-width: 1000px; 
        margin: 0 auto;
    }

    .step-container {
        margin: 0 15px;
    }
    
    /* 個別商品アイテム: 5列表示 (20%) */
    .cartanywhere {
        flex: 0 0 calc(20% - 10px); /* 5列表示: 幅20% - 左右マージン */
        max-width: calc(20% - 10px);
    }
}


/* ページトップボタン */
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px;
    border-radius: 60px;
    width: 70px;
    height: 70px;
    background-color: #9FD6D2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}