@charset "UTF-8";

/*common*/
.fancybox-next,
.fancybox-prev {
    width: 0;
    height: 0;
}
.l-content .productArea,
.l-content .howtoArea,
.l-content .faqArea,
.l-content .exampleArea,
.l-content .serviceArea {
    position: relative;
}
.l-content .howtoArea .ttl,
.l-content .faqArea .ttl,
.l-content .exampleArea .ttl,
.l-content .serviceArea .ttl,
.l-content .graphArea .ttl,
.l-content .categoryArea .ttl,
.l-content .rateArea .ttl {
    background-color: rgba(15, 33, 139, .1);
    border-top: solid 9px #0f218b;
    font-size: 30px;
    padding: 12px 0 8px;
}

/*mv*/
.l-content h1 {
    position: relative;
    display: inline-block;
}
.l-content h1 img {
    display: block;
}
.l-content h1 a {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 141px;
    width: 180px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}
.l-content .summary {
    line-height: 33px;
}
.l-content .summary span {
    color: #dd0000;
}

/*addtxt*/
.l-content .addtxt {
    color: #dd0000;
    font-size: 26px;
}
.l-content .addtxt .small {
    font-size: 19px;
}
.l-content .addtxt .medium {
    font-size: 31px;
}
.l-content .addtxt .large {
    font-size: 38px;
}

/*anchor*/
.l-content .anchor {
    width: 1120px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.l-content .anchor a {
    width: 360px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    background-color: #0f218b;
    text-decoration: none;
}
.l-content .anchor a span {
    color: #fff;
    padding-top: 4px;
}
.l-content .anchor .img {
    width: 26px;
    height: 19px;
    background: url(/pr/noukiwari/img/anchor_off.png);
    background-repeat: no-repeat;
    background-position-y: center;
}
.l-content .anchor .img_cat {
    width: 16px;
    height: 25px;
    background: url(/pr/noukiwari/img/anchor_cat_off.png);
    background-repeat: no-repeat;
    background-position-y: center;
}
.l-content .anchor a:hover {
    background-color: #e7e8f3;
}
.l-content .anchor a:hover span {
    color: #0f218b;
}
.l-content .anchor a:hover .img {
    background: url(/pr/noukiwari/img/anchor_on.png);
    background-repeat: no-repeat;
    background-position-y: center;
}
.l-content .anchor a:hover .img_cat {
    background: url(/pr/noukiwari/img/anchor_cat_on.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

/*infoArea*/
.l-content .infoArea {
    width: 1140px;
    margin: 0 auto;
}
.l-content .infoArea .infoWrap {
    border: solid 1px #ccc;
    padding: 10px 20px;
}
.l-content .infoArea .infoWrap p {
    width: 120px;
    background-color: #0f218b;
    color: #fff;
    padding: 7px 0 3px;
    margin-left: 0;
}
.l-content .infoArea .infoWrap ul {
    height: 110px;
    overflow-y: scroll;
}
.l-content .infoArea .infoWrap ul li {
    border-bottom: dashed 1px #ccc;
    padding: 10px 0;
}
.l-content .infoArea .infoWrap ul li:last-child {
    border: none;
    padding: 10px 0 0;
}
.l-content .infoArea .infoWrap ul li .date {
    display: inline-block;
    width: 160px;
    text-align: left;
}
.l-content .infoArea .infoWrap ul li .new {
    background-color: #dd0000;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    padding: 0 5px;
}
.l-content .infoArea .m-down {
    padding-left: 0;
}

/*productArea*/
.l-content .productArea .pickupBox .pickupTtl {
    background-color: rgba(15, 33, 139, .1);
    border-top: solid 9px #0f218b;
    font-size: 18px;
    line-height: 52px;
    padding-top: 9px;
}
.l-content .productArea .pickupBox .pickupTtl span {
    font-size: 30px;
}
.l-content .productArea .pickupBox .pickupContent {
    width: 1120px;
    margin: 0 auto;
}
.l-content .productArea .pickupBox .pickupContent h4 {
    border-bottom: solid 6px #0f218b;
    color: #0f218b;
    font-size: 18px;
    margin-bottom: 25px;
}
.l-content .productArea .pickupBox .pickupContent h4 span {
    font-size: 42px;
}

.l-content .productArea .pickupBox .pickupContent .ttl_2,
.l-content .productArea .pickupBox .pickupContent .ttl_3,
.l-content .productArea .pickupBox .pickupContent .ttl_4 {
    display: flex;
    gap: 20px;
}
.l-content .productArea .pickupBox .pickupContent .ttl_3 .ttl_3_2,
.l-content .productArea .pickupBox .pickupContent .ttl_2 h4 {
    width: 550px;
}
.l-content .productArea .pickupBox .pickupContent .ttl_3 .ttl_3_1,
.l-content .productArea .pickupBox .pickupContent .ttl_4 h4 {
    width: 265px;
}
.l-content .productArea .pickupBox .pickupContent .pickupWrap {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem {
    position: relative;
    width: 265px;
    border: solid 1px #ccc;
    padding-bottom: 20px;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .category {
    background-color: #e8e8e8;
    font-size: 19px;
    padding: 10px 0;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .name {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*20240806追加*/
.l-content .productArea .pickupBox .pickupContent .pickupItem .new {
    position: absolute;
    top: 90px;
    left: 15px;
    background-color: #dd0000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 5px 1px;
}
/*20240806追加ここまで*/
.l-content .productArea .pickupBox .pickupContent .pickupItem .btn a {
    width: 210px;
    padding: 10px 12px;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .dashedBtn {
    width: 210px;
    border: dashed 1px #ccc;
    color: #333;
    line-height: 15px;
    padding: 4px 12px;
    margin: 0 auto;
}
/*240704追加*/
.l-content .pickupBox .pickupAdd {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.l-content .pickupBox .pickupAdd img {
    margin-right: 10px;
}
/*240909追加*/
.l-content .productArea .categoryBtn a {
    width: 360px;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .model_n {
    width: 175px;
    margin: 0 auto
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .model span {
    letter-spacing: -0.6px;
    white-space: nowrap;
}

/*graphArea*/
.l-content .graphArea .content .item .heading {
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: center;
}
.l-content .graphArea .content .item .heading .gray {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    background-color: #ccc;
}
.l-content .graphArea .content .item .heading .gray p {
    font-size: 19px;
}
.l-content .graphArea .content .item .heading .blue {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    width: 670px;
    height: 60px;
    background-color: #0f218b;
}
.l-content .graphArea .content .item .heading .blue p {
    color: #fff;
}
.l-content .graphArea .content .item .heading .gray p span,
.l-content .graphArea .content .item .heading .blue p span {
    font-size: 30px;
}
.l-content .graphArea .content .item .box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.l-content .graphArea .content .item .box .simgle {
    width: 300px;
    padding: 25px 0 20px;
}
.l-content .graphArea .content .item .box .noukiwari {
    width: 294px;
    border: solid 3px #ccc;
    padding: 10px 0
}
.l-content .graphArea .content .item .box .noukiwari .rate span {
    color: #dd0000;
    font-size: 40px;
}
.l-content .graphArea .content .item .box .img {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.l-content .graphArea .content .item .box .img p {
    font-size: 24px;
    margin-top: 4px;
}
.l-content .graphArea .content .item .box .single .img p span {
    font-size: 30px;
}
.l-content .graphArea .content .item .box .noukiwari .img p .large {
    font-size: 36px;
}
.l-content .graphArea .content .item .box .noukiwari .img p .color,
.l-content .graphArea .content .item .box .noukiwari .price {
    color: #dd0000;
}
.l-content .graphArea .content .item .box .price {
    font-size: 18px;
}
.l-content .graphArea .content .item .box .price span {
    font-size: 40px;
}
.l-content .graphArea .content .txt {
    color: #dd0000;
    font-size: 36px;
    line-height: 36px;
}

/*categoryArea*/
.l-content .categoryArea .m-h2 {
    border-bottom: solid 3px #0f218b;
    color: #0f218b;
    font-weight: bold;
}
.l-content .categoryArea .m-h3 {
    align-items: center;
    justify-content: flex-start;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    border-bottom: solid 1px #0f218b;
}
.l-content .categoryArea .m-h3 .deco {
    border-left: 5px solid #0f218b;
    display: block;
    padding: 0 0 0 10px;
    line-height: 1.2;
}
.l-content a.m-btn--viewmore {
    font-weight: normal;
}
.l-content .categoryArea .m-cols__1of3 {
    margin-bottom: 30px;
}
.l-content .categoryArea .toggleArea .toggleSwitch p {
    margin: .25rem 0;
}
.l-content .categoryArea .toggleArea .toggleSwitch a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.l-content .categoryArea .list {
    width: 1200px;
    margin: 0 auto;
}
.l-content .categoryArea .m-btn--viewmore::before {
    content: none;
    width: 0;
    height: 0;
}
.l-content .categoryArea .m-btn--viewmore {
    display: initial;
    padding: 0;
}
.l-content .categoryArea .m-btn--viewmore .heading {
    text-align: left;
}
.l-content .categoryArea .m-btn--viewmore .plus,
.l-content .categoryArea .m-btn--viewmore .minus {
    display: inline-block;
    padding: 10px 12px;
}
.l-content .categoryArea .m-btn--viewmore .plus::before,
.l-content .categoryArea .m-btn--viewmore .minus::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: -4px;
}
.l-content .categoryArea .m-btn--viewmore .plus::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUgNy4zSDkuMlYxSDcuOFY3LjNIMS41VjguN0g3LjhWMTVIOS4yVjguN0gxNS41VjcuM1oiIGZpbGw9IiMwMDQwOTgiLz4KPC9zdmc+Cg==);
}
.l-content .categoryArea .m-btn--viewmore .minus::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDcuMzAwMDVIMVY4LjcwMDA1SDE1VjcuMzAwMDVaIiBmaWxsPSIjMDA0MDk4Ii8+Cjwvc3ZnPgo=);
}
.l-content .categoryArea .m-btn--viewmore:hover {
    background-color: transparent;
}
.l-content .categoryArea .m-btn--viewmore .plus:hover,
.l-content .categoryArea .m-btn--viewmore .minus:hover {
    background-color: #ecf3fc;
}

/*カテゴリー NEWマーク*/
.l-content .categoryArea .new_t {
    height: 20px;
    background-color: #dd0000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
    margin-left: auto;
    padding: 0 5px;
}
.l-content .categoryArea .new_e {
    background-color: #dd0000;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    margin-left: 5px;
    padding: 0 5px;
}

/*howtoArea*/
.l-content .howtoArea .txt {
    font-size: 26px;
    line-height: 48px;
}
.l-content .howtoArea .txt span {
    color: #dd0000;
    font-size: 36px;
}
.l-content .howtoArea p img {
    vertical-align: middle;
    margin: 0 10px;
}

/*faqArea*/
.l-content .faqArea .faqContent {
    width: 1100px;
    margin: 0 auto;
}

/*exampleArea*/
.l-content .exampleArea .exampleTxt {
    width: 1100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    margin: 0 auto;
}
.l-content .exampleArea .exampleTxt p {
    font-size: 22px;
    line-height: 35px;
}
.l-content .price .exampleBtn {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.l-content .price .exampleBtn a{
    width: 450px;
    font-size: 18px;
    line-height: 1.9;
}
/* ==========   price   ========== */
.l-content .price .priceItem {
    width: 1100px;
    margin: 0 auto;
}
.l-content .price .priceItem h2 {
    border-bottom: solid 6px #0f218b;
    font-size: 27px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
.l-content .price .main .wrapper{
    display: flex;
    justify-content: space-between;
}
.l-content .price .main .wrapper .item{
    padding-top: 15px;
    width: 540px;
    height: 320px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.l-content .price .main .wrapper .item .itemWrapper{
    display: flex;
    justify-content: space-evenly;
}
.l-content .price .main .wrapper .item .itemInfo{
    padding-left: 8px;
}
.l-content .price .main .wrapper .item .itemTtl{
    width: 340px;
    background-color: #e8e8e8;
    font-size: 27px;
    font-weight: bold;
    line-height: 27px;
    padding: 8px 0 5px;
}
.l-content .price .main .wrapper .item .basic{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.l-content .price .main .wrapper .item .basic .deadline{
    border: 3px solid #cccccc;
    padding: 3px 3px 0;
}
.l-content .price .main .wrapper .item .basic .day{
    width: 110px;
    text-align: center;
}
.l-content .price .main .wrapper .item .basic .discountPrice{
    width: 150px;
}
.l-content .price .main .wrapper .item .long{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-content .price .main .wrapper .item .long .deadline{
    border: 3px solid #cccccc;
    padding: 3px 13.5px 0;
}
.l-content .price .main .wrapper .item .long .day{
    width: 110px;
    text-align: center;
}
.l-content .price .main .wrapper .item .long .discountPrice{
    width: 150px;
}
.l-content .price .main .wrapper .item .arrow{
    margin-left: 160px;
}
.l-content .price .main .wrapper .item .fs-day{
    font-size: 18px;
}
.l-content .price .main .wrapper .item .underline{
    border-bottom: 5px solid #dd0000;
}
.l-content .price .main .wrapper .item .fs-discountPrice{
    font-size: 24px;
}
.l-content .price .main .wrapper .item .note{
    margin-left: 170px;
}

/*serviceArea*/
.l-content .serviceArea .bnrContent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

/*conceptArea*/
.l-content .conceptArea .ttl {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.l-content .conceptArea .ttl h3 {
    font-size: 30px;
    line-height: 39px;
}
.l-content .conceptArea .ttl h3 span {
    border-bottom: solid 7px #dd0000;
}
.l-content .conceptArea .content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    justify-content: center;
}
.l-content .conceptArea .content .item {
    position: relative;
    width: 420px;
    height: 515px;
    border: solid 1px #ccc;
}
.l-content .conceptArea .content .item .new {
    position: absolute;
    top: -40px;
    right: -30px;
}
.l-content .conceptArea .content .yellow h4 {
    background-color: #ffcc00;
    font-size: 35px;
    line-height: 55px;
    padding-top: 10px;
}
.l-content .conceptArea .content .yellow h4 span {
    font-size: 18px;
}
.l-content .conceptArea .content .blue h4 {
    background-color: #10218b;
    color: #fff;
    font-size: 35px;
    line-height: 55px;
    padding-top: 10px;
}
.l-content .conceptArea .content .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.l-content .conceptArea .content .yellow .img {
    gap: 20px;
}
.l-content .conceptArea .content .blue .img {
    gap: 40px;
}
.l-content .conceptArea .content .item .img p {
    font-size: 26px;
    line-height: 38px;
}
.l-content .conceptArea .content .item .img p span {
    font-size: 38px;
}
.l-content .conceptArea .content .yellow .img p {
    border-bottom: solid 5px #fdc900;
    color: #e7b700;
}
.l-content .conceptArea .content .blue .img p {
    border-bottom: solid 5px #99daff;
    color: #10218b;
}
.l-content .conceptArea .content .item .add {
    font-size: 24px;
    line-height: 33px;
}
.l-content .conceptArea .content .item .txt01 {
    font-size: 16px;
}
.l-content .conceptArea .content .blue .bold {
    font-size: 22px;
    line-height: 36px;
}
.l-content .conceptArea .content .blue .bold .num {
    font-size: 24px;
}
.l-content .conceptArea .content .blue .bold .color {
    color: #dd0000;
}
.l-content .conceptArea .content .blue .bold .large {
    font-size: 30px;
}
.l-content .conceptArea .content .yellow .bold {
    color: #dd0000;
    font-size: 30px;
}
.l-content .conceptArea .content .blue .txt02 {
    line-height: 19px;
}
.l-content .conceptArea .content .blue .txt02 span {
    font-size: 9px;
    vertical-align: text-top;
}
.l-content .conceptArea .content .item .pattern {
    width: 360px;
    margin: 0 auto;
}
.l-content .conceptArea .content .item .pattern .flex-u,
.l-content .conceptArea .content .item .pattern .flex-t {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}
.l-content .conceptArea .content .item .pattern .flex-u {
    align-items: center;
}
.l-content .conceptArea .content .item .pattern .flex-t{
    align-items: flex-start;
}
.l-content .conceptArea .content .item .pattern .flex-u .deco,
.l-content .conceptArea .content .item .pattern .flex-t .deco {
    width: 90px;
    height: 30px;
}
.l-content .conceptArea .content .item .pattern .flex-u .deco {
    background-color: #eee;
    line-height: 34px;
}
.l-content .conceptArea .content .item .pattern .flex-u p .note {
    font-size: 10px;
    vertical-align: top;
}
.l-content .conceptArea .content .item .addbox {
    display: inline-block;
    border: solid 2px #dd0000;
    color: #dd0000;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 11px 7px 17px;
}
.l-content .conceptArea .addBold {
    font-size: 30px;
    line-height: 48px;
}

/*d-jitArea*/
.l-content .d-jitArea .ttl {
    background-color: rgba(15, 33, 139, .1);
    border-top: solid 9px #0f218b;
    font-size: 30px;
    padding: 12px 0 8px;
}
.l-content .d-jitArea .content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.l-content .d-jitArea .content .flex-l p {
    line-height: 36px;
}
.l-content .d-jitArea .content .flex-r p .large {
    font-size: 30px;
}
.l-content .d-jitArea .content .flex-r p .color {
    color: #dd0000;
    font-size: 28px;
    margin: 0 -10px;
}

/*voiceArea*/
.l-content .voiceArea .ttl {
    background-color: rgba(15, 33, 139, .1);
    border-top: solid 9px #0f218b;
    font-size: 30px;
    padding: 12px 0 8px;
}
.l-content .voiceArea .slider__list {
    position: relative;
}
.l-content .voiceArea .slider__list .prev-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 217px;
    margin: auto;
}
.l-content .voiceArea  .slider__list .prev-arrow::before,
.l-content .voiceArea  .slider__list .prev-arrow::after {
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
}
.l-content .voiceArea  .slider__list .prev-arrow::before {
    transform: rotate(-45deg);
    top: 20px;
    left: 17px;
}
.l-content .voiceArea  .slider__list .prev-arrow::after {
    transform: rotate(45deg);
    top: 26px;
    left: 17px;
}
.l-content .voiceArea  .slider__list .next-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 217px;
    margin: auto;
}
.l-content .voiceArea .slider__list .prev-arrow:hover,
.l-content .voiceArea .slider__list .next-arrow:hover {
    cursor: pointer;
}
.l-content .voiceArea .slider__item {
    width: 644px;
    border: 1px solid #333;
    padding: 25px 30px 20px;
    margin: 0 auto;
}
.l-content .voiceArea .slider__head {
    border-bottom: 1px solid #333;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.l-content .voiceArea  .slider__head__inner {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.l-content .voiceArea  .slider__head__txt {
    font-size: 12px;
}
.l-content .voiceArea  .slider__head__img {
    margin-right: 12px;
}
.l-content .voiceArea  .slider__head__company {
    font-size: 16px;
    font-weight: bold;
}
.l-content .voiceArea  .slider__body__ttl {
    font-size: 20px;
    margin-bottom: 28px;
}
.l-content .voiceArea  .slider__body {
    display: flex;
}
.l-content .voiceArea  .slider__body_inner{
    display: flex;
    flex-direction: column;
}
.l-content .voiceArea  .slider__body_manager {
    font-size: 12px;
}
.l-content .voiceArea  .slider__body_manager:first-of-type {
    margin-top: 16px;
}
.l-content .voiceArea  .slider__body_list {
    margin-top: 24px;
}
.l-content .voiceArea  .slider__body_list:first-of-type {
    margin-top: 0
}
.l-content .voiceArea  .slider__body_list dt {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.l-content .voiceArea  .slider__body_list dt::before{
    position: absolute;
    top: 8px;
    left: 0;
    border-top: solid 9px #0f218b;
    border-right: solid 7px transparent;
    border-left: solid 7px transparent;
    content: "";
}
.l-content .voiceArea  .slider__body_list dd {
    font-size: 14px;
}
.l-content .voiceArea  .slider__body_list dd:not(:first-of-type) {
    margin-top: 18px;
}

/*pickupArea(ピックアップ商品デザイン変更分)*/
.l-content .productArea .pickupBox .pickupContent .pickupItem .price {
    width: 245px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .price .regular  {
    line-height: 21px;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .price .regular p .num {
    font-size: 19px;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .price .box {
    width: 90px;
    line-height: 22px;
    background-color: #ffcc00;
    padding: 2px 0;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .price .box span {
    font-size: 24px;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .price .discount {
    line-height: 27px;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .price .discount p {
    font-size: 18px;
}
.l-content .productArea .pickupBox .pickupContent .pickupItem .price .discount p .num {
    font-size: 30px;
}

/*20250110追加*/
.l-content .cmArea .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap : 5px;
}
.l-content .cmArea p {
    font-size: 30px;
}

.l-content .btnArea a,
.l-content .d-jitArea .movie .btn a {
    width: 360px;
    line-height: 1;
    padding: 18px 0 16px;
}

.l-content .voiceArea .slider__body {
    gap: 20px;
}
.l-content .voiceArea .slider__body .slider__body_inner .m-thumbnail {
    width: 256px;
}

/*カテゴリページ遷移ボタン*/
.l-content .catBtnTxt {
    color: #dd0000;
}
.l-content .catBtn a {
    width: 360px;
    line-height: 1;
    padding: 18px 0 16px;
}

.l-content .subject span {
    color: #dd0000;
    font-size: 25px;
}

/*rateArea*/
.l-content .rateArea .contents {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
}
.l-content .rateArea .tableArea {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}
.l-content .rateArea .tableArea th {
    background-color: #f5f5f5;
}
.l-content .rateArea .tableArea th,
.l-content .rateArea .tableArea td {
    width: 130px;
    height: 47px;
    border: solid 1px #ccc;
    padding-top: 5px;
}
.l-content .rateArea .tableArea td {
    font-weight: bold;
    text-align: center;
}
.l-content .rateArea .tableArea .table_01 th {
    font-size: 19px;
}
.l-content .rateArea .tableArea .table_01 tr:nth-child(1) td span,
.l-content .rateArea .tableArea .table_01 tr:nth-child(3) td span {
    font-size: 24px;
}
.l-content .rateArea .tableArea .table_01 tr:nth-child(4) td:nth-child(1) {
    border-left: none;
    border-bottom: none;
}
.l-content .rateArea .tableArea .table_01 tr:nth-child(4) td:nth-child(2) {
    background-color: #ffcc00;
    font-size: 30px;
    margin-left: 5px;
}
.l-content .rateArea .tableArea .table_01 tr:nth-child(4) sup {
    font-size: 15px;
}
.l-content .rateArea .tableArea .table_02 tr:nth-child(2) td:nth-child(3) {
    color: #dd0000;
}
.l-content .rateArea .tableArea .table_02 tr:nth-child(2) td span,
.l-content .rateArea .tableArea .table_02 tr:nth-child(3) td span,
.l-content .rateArea .tableArea .table_02 tr:nth-child(4) td {
    font-size: 30px;
}
.l-content .rateArea .tableArea .table_02 tr:nth-child(4) td {
    background-color: #0f218b;
    color: #fff;
    line-height: 30px;
    padding: 6px 0px 2px;
}
.l-content .rateArea .txt .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.l-content .rateArea .txt .sub p {
    font-size: 24px;
}
.l-content .rateArea .txt .main {
    font-size: 30px;
    line-height: 40px;
}
.l-content .rateArea .txt .main span {
    color:#dd0000;
    font-size: 40px;
}
.l-content .rateArea .box {
    width: 630px;
    background-color: #d9e3f0;
    border: solid 5px #dd0000;
    margin: 0 auto;
}
.l-content .rateArea .box p {
    font-size: 23px;
    line-height: 36px;
    padding: 15px 0;
}

/*キャンペーン*/
.l-content .campaign .contents {
    width: 1140px;
    margin: 0 auto;
}
.l-content .campaign .contents .cp_summary {
    line-height: 48px;
}
.l-content .campaign .contents .cp_summary span {
    background: top left / 23px 10px repeat-x radial-gradient(circle, #f49fc5 3.5px, rgba(0,0,0,0) 4.5px);
    padding-top: 10px;
}
.l-content .campaign .cp_title_01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    padding: 0 0 5px 20px;
}
.l-content .campaign .cp_title_01::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 10px;
    height: 40px;
    background-color: #f49fc5;
}
.l-content .campaign .box_wrap {
    display: flex;
    justify-content: space-between;
}
.l-content .campaign .box_wrap .box {
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 15px 20px;
}
.l-content .campaign .box_wrap .box .heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:  15px;
}
.l-content .campaign .box_wrap .box .heading .flag {
    font-size: 19px;
    padding: 8px 12px 0;
}
.l-content .campaign .box_wrap .box .heading .flag .dots {
    background: top left / 20px 15px repeat-x radial-gradient(circle, #333 2px, rgba(0,0,0,0) 3px);
    padding-top: 10px;
}
.l-content .campaign .box_wrap .box .heading .flag .number {
    font-size: 28px;
}
.l-content .campaign .box_wrap .box .heading .txt .large {
    font-size: 23px;
}
.l-content .campaign .box_wrap .box .heading .txt .color {
    color: #dd0000;
    font-size: 30px;
}
.l-content .campaign .box_wrap .box.first {
    width: 430px;
}
.l-content .campaign .box_wrap .box.first .heading .flag {
    background-color: #f4bec9;
}
.l-content .campaign .box_wrap .box.second {
    width: 700px;
}
.l-content .campaign .box_wrap .box.second .heading .flag {
    background-color: #a6d5ae;
}
.l-content .m-btn--viewmore::before {
    vertical-align: 0;
}
.l-content .campaign .box_wrap .box .item .item_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.l-content .campaign .box_wrap .box .item .item_heading p {
    font-size: 20px;
}
.l-content .campaign .box_wrap .box .item .item_lineup {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.l-content .campaign .box_wrap .box .item .item_lineup div {
    width: 210px;
}
.l-content .campaign .box_wrap .box .item .item_lineup div .gray {
    background-color: #e6e6e6;
    line-height: 30px;
    padding-top: 3px;
}
.l-content .campaign .box_wrap .box .item .item_lineup div .image {
    position: relative;
    height: 70px;
}
.l-content .campaign .box_wrap .box .item .item_lineup div .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.l-content .campaign .box_wrap .box .item .item_lineup div .wrap {
    display: flex;
    text-align: left;
}
.l-content .campaign .cp_title_02 {
    background-color: #f0f0f0;
    font-size: 23px;
    line-height: 66px;
    padding-top: 6px;
    margin-bottom: 45px;
}
.l-content .campaign .cp_title_02.first {
    border-top: solid 5px #f4bec9;
}
.l-content .campaign .cp_title_02.second {
    border-top: solid 5px #a6d5ae;
}
.l-content .campaign .cp_title_02 .flag {
    font-size: 19px;
    padding: 16px 12px 6px;
}
.l-content .campaign .cp_title_02.first .flag {
    background-color: #f4bec9;
    margin-right: 30px;
}
.l-content .campaign .cp_title_02.second .flag {
    background-color: #a6d5ae;
    margin-right: 20px;
}
.l-content .campaign .cp_title_02 .flag .dots {
    background: top left / 20px 15px repeat-x radial-gradient(circle, #333 2px, rgba(0,0,0,0) 3px);
    padding-top: 10px;
}
.l-content .campaign .cp_title_02 .flag .number {
    font-size: 28px;
}
.l-content .campaign .cp_title_02 .large {
    font-size: 30px;
}
.l-content .campaign .detail .txt_M {
    font-size: 19px;
}
.l-content .campaign .detail .txt_L {
    font-size: 25px;
}
.l-content .campaign .detail .red {
    color: #dd0000;
}
.l-content .campaign .detail .blue {
    color: #0098d8;
}
.l-content .campaign .detail ol {
    display: flex;
    justify-content: center;
    gap: 45px;
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
.l-content .campaign li {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    padding-left: 26px;
}
.l-content .campaign li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #004098;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    color: #ffffff;
    font-size: 19px;
    padding-top: 2px;
    font-weight: bold;
    line-height: 26px;
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
}
.l-content .campaign .campaignBtn {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.l-content .campaign .campaignBtn a {
    width: 360px;
    font-size: 15px;
    line-height: 15px;
    padding: 17px 0 15px;
}
.l-content .campaign .campaignBtn a.m-btn--strong {
    padding: 18px 0 14px;
}
.l-content .campaign .campaignBtn a.hint {
    padding: 7px 0;
}
.l-content .campaign .campaignBtn .hint::before {
    position:relative;
    top: 0;
    content: "";
    display: inline-block;
    width: 19px;
    height: 33px;
    background-image: url('/pr/noukiwari/img/cp_hint.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.l-content .campaign .detail .m-btn--viewmore::before {
    background-image: url("/pr/noukiwari/img/pic_open.png");
    width: 30px;
    height: 30px;
    vertical-align: -7px;
}
.l-content .campaign .detail .m-btn--viewmore.on::before {
    background-image: url("/pr/noukiwari/img/pic_close.png");
}
.l-content .campaign .detail .VN_toggleArea {
    width: 920px;
    margin: 0 auto;
    text-align: left;
}
.l-content .campaign .detail .VN_toggleArea .VN_toggleSwitch .border {
    border-bottom: solid 3px #a6d5ae;
    padding-bottom: 3px;
}
.l-content .campaign .detail .VN_toggleArea .VN_toggleSwitch p {
    display: flex;
    align-items: center;
}
.l-content .campaign .detail .VN_toggleArea .VN_toggleSwitch p .number {
    font-size: 23px;
}
.l-content .campaign .detail .VN_toggleArea .VN_toggleSwitch p .img {
    margin: 0 20px;
}
.l-content .campaign .VN_toggleArea .txtArea {
    width: 1080px;
    margin: 0 auto;
}
.l-content .campaign .VN_toggleArea .txtArea p {
    line-height: 24px;
}
.l-content .campaign .caution {
    position: relative;
}
.l-content .campaign .caution .VN_toggleArea .toggle_txt {
    position: absolute;
    top: -8px;
    left: -400px;
    right: 0;
    margin: 0 auto;
}