@charset "UTF-8";
@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }
}

/* Kanarazu section */
.kanarazu {
    background-color: #003595;
    padding: 24px;
}

.kanarazu img {
    display: block;
    width: 960px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .kanarazu img {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .sp {
        display: none;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

li,
dd {
    list-style-type: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

img {
    border: none;
    vertical-align: bottom
}

sup {
    font-size: 0.5em;
    vertical-align: super;
}   

input[type="submit"],
input[type="button"] {
    -webkit-appearance: button;
    -webkit-box-sizing: content-box;
    -moz-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
    box-sizing: border-box
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px
}

@-webkit-keyframes swayX {
    0% {
        margin-left: 0%;
        top: 0%
    }

    50% {
        margin-left: -20%;
        top: 10%
    }

    100% {
        margin-left: 0%;
        top: 0%
    }
}

@keyframes swayX {
    0% {
        margin-left: 0%;
        top: 0%
    }

    50% {
        margin-left: -20%;
        top: 10%
    }

    100% {
        margin-left: 0%;
        top: 0%
    }
}

@-webkit-keyframes swayY {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 35%, 0);
        transform: translate3d(0, 35%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@keyframes swayY {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 35%, 0);
        transform: translate3d(0, 35%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@-webkit-keyframes swayYReverse {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }

    50% {
        -webkit-transform: translate3d(0, -35%, 0);
        transform: translate3d(0, -35%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@keyframes swayYReverse {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }

    50% {
        -webkit-transform: translate3d(0, -35%, 0);
        transform: translate3d(0, -35%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@-webkit-keyframes step {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@keyframes step {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@-webkit-keyframes stepSmall {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes stepSmall {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@-webkit-keyframes stepReverse {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@keyframes stepReverse {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@-webkit-keyframes stepReverseSp {
    0% {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }

    25% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    50% {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }

    75% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    100% {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }
}

@keyframes stepReverseSp {
    0% {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }

    25% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    50% {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }

    75% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    100% {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }
}

@-webkit-keyframes glitter {
    0% {
        right: 110%
    }

    10% {
        right: -50%
    }

    100% {
        right: -50%
    }
}

@keyframes glitter {
    0% {
        right: 110%
    }

    10% {
        right: -50%
    }

    100% {
        right: -50%
    }
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    overflow-x: hidden
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    overflow-x: hidden
}

a {
    cursor: pointer;
    text-decoration: none
}

img {
    width: 100%
}

.footer {
    background-color: #FFF;
    color: #555;
    margin:32px 0 0 0;
}

.footer-inner {
    padding: 4% 4% 0
}

.footer-list {
    margin-bottom: 16.6%
}

.footer-item {
    margin-bottom: 7.2%
}

.footer-prdHead {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5.33333vw;
    text-align: center;
    color: #FFF;
}

.footer-logoBox {
    padding-bottom: 8.7%
}

.footer-logoInner {
    display: block;
    width: 58.7%
}

.footer-warningTxt {
    display: block;
    font-size: 3vw;
    line-height: 1.6;
    margin-bottom: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    word-wrap: break-word
}

.footer-warningTxt_inline {
    font-size: 3.2vw;
    font-weight: bold
}

.util-pc {
    display: none
}

.util-sp {
    display: none
}

.util-em {
    font-size: .8em
}

.util-r {
    vertical-align: top
}

.util-campaignBtnBox {
    position: relative
}

.util-campaignBtn {
    background: #003595;
    border-radius: 200px;
    color: #fff;
    display: block;
    font-size: 4vw;
    font-weight: bold;
    overflow: hidden;
    padding: 2.5% 0;
    position: relative;
    text-align: center;
    z-index: 2
}

.btn_search:before {
    background-image: url(../images/icon02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    content: "";
    display: inline-block;
    height: 8.6vw;
    margin-right: 2.5%;
    vertical-align: middle;
    width: 10.6vw
}

.util-campaignBtn:after {
    background-image: url(../images/arrow01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 2.93vw;
    margin-left: 2.5%;
    vertical-align: middle;
    width: 5.3vw
}

.util-campaignBtn_inline {
    vertical-align: middle
}

.util-rise {
    opacity: 0;
    position: relative;
    top: 50px;
    transition: top .45s, opacity .45s
}

.util-rise.add-inView {
    opacity: 1;
    top: 0px
}

.hero-kvTtl {
    width: 100%;
    text-align: center;
    z-index: 3
}

.hero-kvTtl_img {
    width: 960px
}

.hero-loadedImg {
    opacity: 0;
    position: relative;
    transition-duration: .4s;
    transition-property: top, opacity;
    transition-timing-function: ease-in-out
}

.add-loaded .hero-loadedImg {
    opacity: 1;
}

.hero-kvTxt {
    position: relative
}

.hero-kvTxt_img {
    left: 2.4%;
    opacity: 0;
    position: absolute;
    top: -11%;
    transition-delay: .8s;
    transition-duration: .4s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    width: 95.06667%;
    z-index: 2
}

.add-loaded .hero-kvTxt_img {
    opacity: 1
}

.contents_inner {
    width: 960px;
    margin: 0 auto;
    padding: 32px 0 0 0;
}

.campaign_detail .image {
    margin: 32px 0 54px 0;
    text-align: center;
}

.campaign_detail .image img {
    width: 800px;
}

.eraberupay .image {
    margin: 16px 0 16px 0;
    text-align: center;
}

.eraberupay img {
    width: 720px;
}

.eraberupay p {
    color: #444;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.eraberupay p strong {
    display: block;
    margin: 16px 0 0 0;
    color: #003595;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.howto {
    margin: 48px 0 0 0;
}

.howto_eraberupay {
    margin: 48px 0 0 0;
}


h2.eraberupay_ttl {
    padding: 12px;
    border-radius: 200px;
    background: #003595;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 40px 0 0 0;
}

.howto_eraberupay ol {
    display: flex;
    width: 900px;
    margin: 32px auto 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}



.howto_eraberupay .no img {
    width: 32px;
}

.howto_eraberupay h3 {
    color: #505050;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin: 16px 0 0 0;
    height: 2em;
}

.howto_eraberupay .step {
    margin: 32px 0 0 0;
}

.howto_eraberupay .step img {
    width: 160px;
}

.howto_eraberupay .note {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 32px 16px;
}

.applicable_products {
    display: flex;
    gap: 24px;
    margin: 72px 0 48px 0;
}

.applicable_products .product img {
    width: 620px;
}

.applicable_products .pnz {
    text-align: center;
}

.applicable_products .pnz img {
    width: 180px;
}

.applicable_products .pnz p {
    color: #6BB92D;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    margin: 8px 0 0 0;
    font-weight: 600;
}

.attention {
    display: flex;
    width: 960px;
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #003595;
    margin: 32px 0 0 0;
    box-sizing: border-box;
}

.attention p {
    color: #000;
    font-size: 13px;
    font-style: normal;
    line-height: 160%;
}

.target-telBox {
    margin: 32px 0 0 0;
}

.totop {
    background-color: #fff;
    border: 2px solid #003595;
    border-radius: 50%;
    bottom: 0;
    height: 12vw;
    opacity: 0;
    position: fixed;
    right: 10px;
    transition: opacity .45s, visibility .45s, bottom .45s;
    visibility: hidden;
    width: 12vw;
    z-index: 10
}

.totop.add-scrolled {
    bottom: 40px;
    opacity: 1;
    visibility: visible
}

.totop:after {
    border-bottom: 3.2vw solid #003595;
    border-left: 3.2vw solid transparent;
    border-right: 3.2vw solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: calc(50% - 2px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0
}

@media screen and (min-width: 751px) {
    a {
        transition: opacity .2s
    }

    a:hover {
        opacity: 0.7
    }

    .header-link {
        left: 30px;
        top: 30px;
        width: 100px
    }

    .footer-inner {
        margin: 0 auto;
        padding: 0 0 0;
        width: 960px
    }

    .footer-list {
        display: flex;
        flex-basis: 50%;
        margin-bottom: 50px
    }

    .footer-item {
        margin-bottom: 0
    }

    .footer-item:first-child {
        padding-right: 20px
    }

    .footer-item:nth-child(2) {
        padding-left: 20px
    }

    .footer-prdHead {
        display: inline-block;
        font-size: 23px;
        margin-bottom: 40px;
        width: 350px;
    }

    .footer-prdFig {
        left: 0;
        position: absolute;
        top: 0;
        width: 405px
    }

    .footer-prdList {
        margin: 0 auto 72px;
        position: relative;
        width: 824px
    }

    .footer-prdListInner {
        text-align: right
    }

    .footer-prdItem_link {
        display: inline-block;
        font-size: 18px;
        margin-right: 10px;
        width: 340px
    }

    .footer-prdItem_link_inline:after {
        height: 16px;
        width: 25px
    }

    .footer-logoBox {
        align-items: center;
        display: flex;
        padding-bottom: 50px
    }

    .footer-logoTxt {
        font-size: 10px;
        margin: 0 0 0 20px;
        order: 2;
        position: relative;
        top: 5px
    }

    .footer-logoInner {
        flex-basis: 175px;
        order: 1
    }

    .footer-copy {
        height: 40px;
        line-height: 40px
    }

    .footer-warningTxt {
        font-size: 11px;
        line-height: 1.8;
        margin-bottom: 2.4em
    }

    .footer-warningTxt_inline {
        font-size: 13px
    }

    .footer-item_link {
        margin-bottom: 40px
    }

    .util-pc {
        display: block
    }

    .util-pc.mod-inline {
        display: inline
    }

    .util-campaignBtnBox {
        margin: 0 auto;
        width: 520px
    }

    .util-campaignBtn,
    .util-campaignBtn2 {
        font-size: 20px;
        padding: 12px 0;
        width: 420px;
        margin: 0 auto;
    }

    .util-campaignBtn:before .util-campaignBtn2:before {
        height: 40px;
        width: 50px
    }

    .util-campaignBtn:after,
    .util-campaignBtn2:after {
        height: 16px;
        width: 25px
    }

    .util-sectionWrap {
        padding: 0
    }

    .util-ttl {
        font-size: 26px;
        margin-bottom: 60px
    }

    .util-warningTxt {
        font-size: 12px;
        line-height: 1.4;
    }

    .hero-kvTtl {
        padding: 0 0 0 0;
        margin: 0 auto;
        text-align: center
    }

    .hero-kvTxt {
        bottom: 0;
        height: 117px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .hero-kvTxt_img {
        left: 50%;
        top: -34px;
        -webkit-transform: translateX(-51%);
        transform: translateX(-51%);
        width: 1000px
    }

    .hero-detailBox {
        width: 90%;
        margin: 64px auto 0 auto;
        max-width: 880px
    }

    .hero-detailInner {
        border-radius: 20px;
        margin: 0 auto 60px;
        padding: 4px
    }

    .hero-detailInnerTxt {
        font-size: 24px
    }

    .hero-detailInner2 {
        border-radius: 0px 0px 16px 16px;
        padding: 20px 0 25px
    }

    .hero-detailtxt {
        margin: 0 auto 28px;
        padding: 0 32px;
    }

    .hero-detailRangetxt {
        font-size: 17px;
        margin: 0 auto 25px;
        padding: 15px 0
    }

    .hero-detailInner_link {
        font-size: 17px
    }

    .hero-detailInner_link:after {
        height: 17px;
        width: 17px
    }

    .entry-wrap {
        margin-bottom: 100px;
        margin-top: 80px;
    }

    .entry-list {
        display: flex;
        flex: 1 0 320px;
        font-size: 13px;
        justify-content: center
    }

    .entry-item {
        margin: 0 8px;
        padding: 8px 8px 16px 8px;
        width: 180px
    }

    .entry-figBox {
        margin: 0 auto 0;
        text-align: center;
    }

    .target-wrap {
        padding: 100px 0 32px
    }

    .target-head {
        align-items: center;
        border-radius: 10px;
        display: flex;
        flex-basis: 160px;
        font-size: 16px;
        justify-content: center
    }

    .target-headBox {
        line-height: 1.8;
        text-align: left
    }

    .target-inner {
        margin: 0 auto;
        width: 1000px
    }

    .target-list {
        margin: 0 auto 16px;
        width: 900px
    }

    .target-listInner {
        display: flex;
        flex-basis: 50%;
        justify-content: center;
        transition-delay: .45s
    }

    .target-prdHead {
        font-size: 15px;
        margin-bottom: 14px;
        text-align: left
    }

    .target-prdHead_inline {
        border-radius: 3px;
        margin-right: .2em;
        padding: 4px 8px
    }

    .target-prdList {
        display: flex;
        padding-left: 40px
    }

    .target-prdInner {
        flex-basis: 348px
    }

    .target-prdInner.mod-square {
        border-left: 1px solid #fff;
        padding-left: 30px
    }

    .target-prdItem {
        justify-content: flex-start;
        margin-top: 12px
    }

    .mod-square .target-prdItem {
        align-items: unset
    }

    .target-prdFigure {
        flex-basis: 31.8%
    }

    .mod-long .target-prdFigure {
        flex-basis: 148px
    }

    .mod-square .target-prdFigure {
        flex-basis: 94px
    }

    .mod-long .target-prdFigure_img {
        width: 100%
    }

    .mod-square .target-prdFigure_img {
        width: 100%
    }

    .target-prdFigure_img {
        width: 100%
    }

    .target-prdTtl {
        flex-basis: 68.2%;
        font-size: 15px;
        padding-left: 8px
    }

    .mod-long .target-prdTtl {
        flex-basis: 61.5%
    }

    .mod-square .target-prdTtl {
        flex-basis: 72.1%
    }

    .target-btnBox {
        margin-bottom: 80px
    }

    .target-smallBox {
        font-size: 13px;
        margin-bottom: 32px;
        padding: 16px
    }

    .target-small {
        margin-bottom: 0
    }

    .target-telLink {
        cursor: default;
        pointer-events: none
    }

    .target-txt {
        font-size: 12px;
        margin-bottom: 48px
    }

    .totop {
        height: 60px;
        right: 20px;
        width: 60px
    }

    .totop.add-scrolled {
        bottom: 60px
    }

    .totop:after {
        border-bottom: 16px solid #003595;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent
    }

    p.nextCP {
        color: #FF0000;
        font-size: 16px;
        font-weight: 700;
        margin: 16px 0;
        text-align: center;
    }
}

.hero-kvInner {
    width: 100%;
    background: #FFF;
    background-image: url('../images/main_bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0 0 32px 0;
    position: relative;
}

.hero-illust {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.hero-illust img {
    width: 600px;
}

@media screen and (max-width: 750px) {
    .hero-kvInner {
        padding:  0 24px 2vw 24px;
    }

    .hero-illust img {
        width: 80%;
    }
}

@media screen and (max-width: 750px) {
    .header-link {
        right: 4%
    }

    .util-sp {
        display: block
    }

    .hero-kvTxt {
        padding-top: 32%
    }

    .hero-detailRangetxt_inline {
        text-align: left
    }

    .target-head {
        margin-bottom: 7.24%
    }

    .target-prdInner.mod-square {
        margin-top: 8vw
    }

    .mod-square .target-prdTtl {
        position: relative;
        top: -.2em
    }
}

@media screen and (min-width: 1401px) {
    .hero-kvTxt {
        height: 8.35714vw
    }
}

@media print {
    html {
        zoom: 0.8
    }
}

.campaign_title {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    padding: 24px;
    font-size: 20px;
    margin: 0 0 24px 0;
}

.campaign_title img {
    width: 960px;
}

.target_product {
    display: flex;
    justify-content: space-between;
    margin: 0 0 64px 0;
    flex-wrap: wrap;
    width: 1000px;
}

.target_product li {
    width: 301.33px;
}

.target_product li:nth-child(1) img {
    width: 301.33px;
}

.target_product li:nth-child(2) img {
    width: 301.33px;
}

.target_product li:nth-child(3) img {
    width: 301.33px;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }

    .target_product {
        display: block;
        margin: 0 0 10vw 0;
        width: auto;
    }

    .target_product li {
        width: 100%;
        margin: 0 0 5vw 0;
    }

    .target_product li:nth-child(3) img {
        width: 100%;
        margin: 0 0 0 0;
    }
}

.store {
    text-align: center;
    padding: 0 0 32px 0;
}

.store a {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    background: #003595;
    padding: 16px 24px;
    border-radius: 32px;
    width: 420px;
}

@media screen and (max-width: 750px) {
    .store a {
        display: block;
        width: 100%;
        font-size: 4vw;
    }

    .hero-kvTtl_img {
        width: 100%
    }

    .campaign_title img {
        width: 100%;
    }

    .campaign_title {
        margin-bottom: 2vw;
    }

    .hero-kvTtl {
        padding: 0 0 0 0;
    }

    .target_product li:nth-child(1) img {
        width: 100%;
    }

    .target_product li:nth-child(2) img {
        width: 100%;
    }
}

.quo_maintenance {
    margin: 0 auto 64px auto;
    color: #FF0000;
    font-size: 16px;
    line-height: 1.5;
    padding: 40px;
    background-color: #F7F7F7;
}

.quo_maintenance .title {
    font-weight: 700;
    margin: 16px 0 0 0;
}

.quo_maintenance p strong {
    font-weight: 700;
    font-size: 120%;
}

@media screen and (max-width: 750px) {
    .quo_maintenance {
        width: auto;
        margin: 5vw 0 5vw 0;
        color: #FF0000;
        font-size: 3vw;
        line-height: 1.5;
        padding: 5vw;
        background-color: #F7F7F7;
    }
}

.kumiawase {
    text-align: center;
    width: 100%;
    background: #CCC;
    padding: 8px;
}

.prds {
    margin: 54px 0 32px 0;
    background: #003883;
    padding: 0 ;
}
.prds_inner {
    display: flex;
    margin: 0 auto;
    background: #EEE;
    padding: 0 ;
}

.prds .prd {
    width: 50%;
    box-sizing: border-box;
    padding: 48px 0px;
}

.prds .prd_Container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}

.prds .prd .prdHead {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #FFF;
    font-weight: 700;
}

.prds .p1 {
    background: #003883;
}

.prds .p1 a {
    color: #003883;
    margin: 8px 0 0 0;
}

.prds .p1 a span {
    padding: 0 32px 0 0;
    background: url(../images/arrow04.svg) no-repeat right center;
    background-size: 24px auto;
}

.prds .dt1 {
    background: linear-gradient(296deg, #8A6A77 2.54%, #5A434D 97.32%), lightgray -40.5px -79.809px / 114.24% 270.661% no-repeat;
    position: relative;
}

.prds .dt1 a {
    color: #50323F;
}

.prds .dt1 a span {
    padding: 0 32px 0 0;
    background: url(../images/arrow05.svg) no-repeat right center;
    background-size: 24px auto;
}

.prds .t14 {
    background: linear-gradient(119deg, #13377E 3.69%, #325DB1 99.99%);
    color: #FFF;
}

.prds .t14 a {
    color: #003D82;
}

.prds .t14 a span {
    padding: 0 32px 0 0;
    background: url(../images/arrow04.svg) no-repeat right center;
    background-size: 24px auto;
}

.prds .prd.t14 .prdHead {
    color: #FFF;
}

.prds .prd img {
    width: 100%;
}

.prds .prd .text {
    width: 80%;
    min-width: 200px;
    box-sizing: border-box;
    text-align: center;
}

.prds .prdItem_link {
    display: inline-block;
    font-size: 14px;
    background: #FFF;
    font-weight: bold;
    padding: .7em;
    width: 200px;
    text-align: center;
    border-radius: 32px;
}

.prds .prdFig {
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .prds {
        margin: 0 0 0 0;
    }
    .prds_inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        background: #EEE;
        padding: 0 ;
    }

    .prds .prd {
        width: 25%;
        min-width: 50%;
        text-align: center;
        box-sizing: border-box;
        padding: 5vw;
    }

    .prds .prd_Container {
        display: block;
        max-width: 50vw;
        margin: 0 auto;
        align-items: center;
    }

    .prds .prd .prdHead {
        font-size: 2.5vw;
        margin: 3vw 0;
        color: #FFF;
        font-weight: 700;
    }

    .prds .p1 {
        background: #003883;
    }

    .prds .p1 a {
        color: #003883;
    }

    .prds .p1 a span {

        padding: 0 24px 0 0;
        background: url(../images/arrow04.svg) no-repeat right center;
        background-size: 16px auto;
        font-size: 16px;
    }

    .prds .dt1 {
        background: linear-gradient(296deg, #8A6A77 2.54%, #5A434D 97.32%), lightgray -40.5px -79.809px / 114.24% 270.661% no-repeat;
        position: relative;
    }

    .prds .dt1 a {
        color: #50323F;
    }

    .prds .dt1 a span {
        padding: 0 24px 0 0;
        background: url(../images/arrow05.svg) no-repeat right center;
        background-size: 16px auto;
    }

    .prds .t14 {
        background: #003D82;
    }

    .prds .t14 a {
        color: #003D82;
    }

    .prds .t14 a span {
        padding: 0 24px 0 0;
        background: url(../images/arrow05.svg) no-repeat right center;
        background-size: 16px auto;
    }

    .prds .prd img {
        width: 100%;
        max-width: 100%;
    }

    .prds .prd .text {
        width: 50%;
        min-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .prds .prdItem_link {
        display: inline-block;
        font-size: 2vw;
        background: #FFF;
        font-weight: bold;
        padding: .7em;
        width: 100%;
        text-align: center;
        border-radius: 32px;
    }

    .prds .prdFig {
        width: 100%;
        min-width: 84px;
    }
}




header {
    display: flex;
    align-items: center;
    width: 960px;
    margin: 0 auto;
    padding: 24px 0 24px 0;
}

header .logo img {
    width: 110px;
    height: 30px;
}

header .name {
    font-size: 12px;
    padding: 0 0 0 24px;
}

header .inquiry a {
    font-size: 12px;
    padding: 8px 12px;
    color: #444;
    font-weight: 700;
    border: 1px solid #444;
    border-radius: 4px;
    margin: 0 0 0 380px;
}

header ul {
    display: flex;
}

header li {
    font-size: 12px;
    padding: 0 0 0 24px;
}

header li a {
    color: #444;
}

header li a span {
    background: url(../images/icon_blank.png) no-repeat right center;
    background-size: auto 9px;
    padding: 0 20px 0 0;
}

.step {
    margin: 16px 0 8px 0;
}

@media screen and (max-width: 750px) {
    header {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        padding: 16px 5vw 16px 5vw;
    }

    header .logo img {
        width: 82.5px;
    }

    header .name {
        font-size: 12px;
        padding: 0 0 0 24px;
        display: none;
    }

    header .inquiry {
        display: none;
    }

    header .inquiry a {
        font-size: 12px;
        padding: 8px 12px;
        color: #444;
        font-weight: 700;
        border: 1px solid #444;
        border-radius: 4px;
        margin: 0 0 0 0px;
    }

    header ul {
        display: flex;
        display: none;
    }

    header li {
        font-size: 12px;
        padding: 0 0 0 24px;
    }

    header li a {
        color: #444;
    }

    header li a span {
        background: url(../images/icon_blank.png) no-repeat right center;
        background-size: auto 9px;
        padding: 0 20px 0 0;
    }

    .entry-item {
        background: #F3F6FB;
        display: flex;
        overflow: hidden;
        padding: 16px;
        position: relative
    }

    .entry-item figure {
        width: 40vw;
    }

    .entry-item figure+div {
        width: 40vw;
    }

    .step {
        margin: 8px 0 8px 0;
    }
}

.apply_note {
    padding: 24px 0 0 0;
    font-size: 12px;
    color: #666;
    width: 960px;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .apply_note {
        padding: 0vw 0 0 0;
        font-size: 12px;
        color: #666;
        margin: auto;
    }

    .util-campaignBtn:before {
        background-image: url(../images/icon01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70% auto;
        content: "";
        display: inline-block;
        height: 8.6vw;
        margin-right: 2.5%;
        vertical-align: middle;
        width: 10.6vw
    }

    .util-campaignBtn2:before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70% auto;
        content: "";
        display: inline-block;
        height: 2vw;
        vertical-align: middle;
        width: 0
    }
}

@media screen and (min-width: 751px) {
    .util-campaignBtn:before {
        background-image: url(../images/icon01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70% auto;
        content: "";
        display: inline-block;
        height: 50px;
        margin-right: 2.5%;
        vertical-align: middle;
        width: 40px
    }
}

@media screen and (min-width: 751px) {
    p.note {
        font-size: 12px;
        color: #333;
        width: 960px;
        margin: 32px auto 0 auto;
    }
}






@media screen and (min-width: 751px) {
    .howto_eraberupay li {
        display: flex;
        width: 25%;
        position: relative;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
    }

    .howto_eraberupay li:not(:last-child)::after {
        content: "";
        display: inline-block;
        width: 24px;
        /* 画像サイズに合わせて調整 */
        height: 24px;
        background: url('../images/tri_right.png') no-repeat center;
        background-size: contain;
        position: absolute;
        right: -15px;
        /* 調整 */
        top: 75%;
        transform: translateY(-50%);
    }
}




@media screen and (max-width: 750px) {
    .contents_inner {
        width: 100%;
        padding: 5vw;
    }

    .campaign_detail .image {
        margin: 0 0 5vw 0;
        text-align: center;
    }

    .campaign_detail .image img {
        width: 100%;
    }

    .eraberupay .image {
        margin: 5vw 0 5vw 0;
        text-align: center;
    }

    .eraberupay img {
        width: 100%;
    }

    .eraberupay p {
        color: #444;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }

    .eraberupay p strong {
        display: block;
        margin: 5vw 0 0 0;
        color: #003595;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
    }

    .howto_eraberupay {
        margin: 5vw 0 0 0;
    }

    .howto_eraberupay h2 {
        padding: 12px;
        border-radius: 200px;
        background: #003595;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }

    .howto_eraberupay ol {
        width: 100%;
        display: block;
        margin: 5vw auto 0 auto;
        align-items: flex-start;
    }

    .howto_eraberupay li {
        width: 100%;
        display: flex;
        margin: 0 0 10vw 0;
        position: relative;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
    }

    .howto_eraberupay li:last-child {
        margin: 0 0 5vw 0;
    }

    .howto_eraberupay .no img {
        width: 32px;
    }

    .howto_eraberupay h3 {
        color: #505050;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 140%;
        margin: 16px 0 0 0;
        height: auto;
    }

    .howto_eraberupay .step {
        margin: 16px 0 0 0;
    }

    .howto_eraberupay .step img {
        width: 160px;
    }

    .howto_eraberupay .note {
        color: #505050;
        font-size: 14px;
        font-weight: 300;
        line-height: 150%;
        margin: 0 0 16px 0;
    }

    .applicable_products {
        display: block;
        gap: 24px;
        margin: 5vw 0 48px 0;
    }

    .applicable_products .product img {
        width: 100%;
    }

    .applicable_products .pnz {
        text-align: center;
        margin: 5vw 0 0 0;
    }

    .applicable_products .pnz img {
        width: 30vw;
    }

    .applicable_products .pnz p {
        color: #6BB92D;
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
        margin: 8px 0 0 0;
        font-weight: 600;
    }

    .attention {
        display: flex;
        width: 100%;
        padding: 16px;
        border-radius: 8px;
        border: 2px solid #003595;
        margin: 32px 0 0 0;
        box-sizing: border-box;
    }

    .attention p {
        color: #000;
        font-size: 13px;
        font-style: normal;
        line-height: 160%;
    }

    .target-telBox {
        margin: 32px 0 0 0;
    }
}





@media screen and (min-width: 751px) {
.present {
    display: flex;
    width: 800px;
    margin: 54px auto 0 auto;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.present .text p {
    color: #000;
    font-size: 13px;
    font-style: normal;
    line-height: 160%;
    color: #E74839;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    /* 49.8px */
}

.present .image {
    width: 200px;
}
}

@media screen and (max-width: 750px) {
    .present {
        display: flex;
        flex-direction: column-reverse;
        margin: 5vw auto 0 auto;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    
    .present .text p {
        color: #000;
        font-style: normal;
        line-height: 160%;
        color: #E74839;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        /* 49.8px */
    }
    
    .present .image {
        width: 40%;
    }
    }
    


.howto p {
    margin: 16px 24px 24px 24px;
    font-size: 16px;
    font-style: normal;
    line-height: 160%;
}

.howto ol {
    list-style: none;
    counter-reset: my-counter;
    padding-left: 2em;
    margin: 16px 32px 32px 48px;
}

.howto ol li {
    counter-increment: my-counter;
    position: relative;
    font-size: 16px;
    margin-bottom: 0.5em;
    line-height: 1.6;
}

.howto ol li::before {
    position: absolute;
    left: -2em;
}


@media screen and (max-width: 750px) {
    .howto p {
        margin: 16px 3vw 16px 3vw;
        font-size: 16px;
        font-style: normal;
        line-height: 160%;
    }
    .howto ol {
        list-style: none;
        counter-reset: my-counter;
        padding-left: 2em;
        margin: 8px 5vw 32px 5vw;
    }
    .howto ol li {
        counter-increment: my-counter;
        position: relative;
        font-size: 14px;
        margin-bottom: 0.5em;
        line-height: 1.6;
    }
    }





.howto ol li:nth-child(1)::before {
    content: "①";
}

.howto ol li:nth-child(2)::before {
    content: "②";
}

.howto ol li:nth-child(3)::before {
    content: "③";
}

.howto ol li:nth-child(4)::before {
    content: "④";
}

.howto ol li:nth-child(5)::before {
    content: "⑤";
}

.howto ol li:nth-child(6)::before {
    content: "⑥";
}

.howto ol li:nth-child(7)::before {
    content: "⑦";
}

.howto ol li:nth-child(8)::before {
    content: "⑧";
}

.howto ol li:nth-child(9)::before {
    content: "⑨";
}

.howto ol li:nth-child(10)::before {
    content: "⑩";
}





/* 製品セクション全体 */
.products-section {
  margin: 48px auto;
  border-radius: 8px;
  border: 1px solid #794953;
}

.products-title {
  text-align: center;
  color: #fff;
  background: #794953;
  padding: 15px;
  color: #FFF;
font-size: 24px;
font-weight: 600;
border-radius: 7px 7px 0 0;
}

/* 製品グリッド */
.products-grid {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  margin: 0 auto;
}

/* 製品カード */

.product-card h3 {
  font-size: 24px;
  color: #8B6E6E;
  text-align: center;
  background: #F1ECEC;
  color: #794953;
text-align: center;
font-size: 20px;
font-weight: 600;
padding: 12px;
}

.product-card:nth-child(1) h3 {
    border-right: 1px solid #794953;
  }
  .product-card:nth-child(1) .product-details {
    border-right: 1px dashed #794953;
  }

.product-subtitle {
  color: #666;
  text-align: center;
  margin: 8px 0 0 0;
  display: block;
  color: #794953;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 600;
}

/* 製品詳細 */
.product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px;
}

.product-quantity {
  background: #8B6E6E;
  color: #fff;
  text-align: center;
}


.total1-30 {
    width: 302px;
    height: auto;
}

.total1-90 {
    width: 269px;
    height: auto;
    margin: 0 0 0 32px;
}   

.total14 {
    width: 200px;
    height: auto;
}


.new {
    position: absolute;
    top: 12px;
    right: 12px;
    text-align: right;
    min-width: 40px;
    width: 40%;
}

.prds .prd .new img {
    min-width: 40px;
    width: 30%;
}





/* レスポンシブ対応 */
@media screen and (max-width: 768px) {

    .product-card h3 {
        color: #8B6E6E;
        text-align: center;
        background: #F1ECEC;
        color: #794953;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      padding: 12px;
      }


  .products-grid {
    grid-template-columns: 1fr;
  }

  .products-title {
    font-size: 20px;
  }

  .product-card h3 {
    font-size: 20px;
  }

  .product-subtitle {
    font-size: 14px;


  }

  .new-label {
    font-size: 12px;
  }
  .total1-30 {
    height: auto;
    width: 100%;
}

.total1-90 {
    height: auto;
    margin: 0 0 0 0;
    width: 90%;
}   

.total14 {
    height: auto;
    width: 70%;
}

.product-details {
    text-align: center;
  }
.product-card:nth-child(1) h3 {
    border-right: none;
  }
.product-card:nth-child(1) .product-details {
  border-right: none;
}


.new {
    position: absolute;
    top: 12px;
    right: 12px;
    text-align: right;
    min-width: 40px;
    width: 40%;
}

.prds .prd .new img {
    min-width: 40px;
    width: 30%;
}
}