@charset "utf-8";
/*-- reset --*/
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
    font-size: inherit;
}
ul, ol {
    margin: 0;
    padding-left: 0;
}
ul li, ol li {
    margin-left: 0;
    list-style-type: none;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    line-height: 1;
}
hr {
    border: none;
    margin: 0;
    padding: 0;
}
button {
    line-height: inherit;
    margin: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    border: none;
    -webkit-border-image: none;
    border-image: none;
    resize: none;
}
table {
    border-collapse: collapse;
    border: 0px;
}
html {
    overflow-x: hidden;
    width: 100%;
    line-height: 2;
}
body {
    position: relative;
    color: #000;
    background: #fff;
    font-family: "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    letter-spacing: .05em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    vertical-align: top;
}
/*==========================================

 PC & ALL

==========================================*/
body, td, th {
    font-size: 20px;
    line-height: 1.6;
}
.main a {
    color: #000;
    text-decoration: none;
}
.mv-block {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.mv-itm {
    position: absolute;
    width: calc((408 / 1280) * 100%);
    top: calc((166 / 443) * 100%);
    left: calc((520 / 1280) * 100%);
}
.mv-itm-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.mv-itm-list li:nth-child(1) {
    width: calc(89px * .94);
}
.mv-itm-list li:nth-child(2) {
    width: calc(89px * .94);
}
.mv-itm-list li:nth-child(3) {
    width: calc(100px * .94);
}
.mv-note {
    position: absolute;
    width: calc((220 / 1280) * 100%);
    top: calc((190 / 443) * 100%);
    left: calc((240 / 1280) * 100%);
}
.mv-date {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    color: #fff;
    background: #E45800;
    font-weight: bold;
    letter-spacing: .15em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.mv-date-ttl {
    font-size: 30px;
}
.mv-date-dd {
    font-size: 40px;
}
.section {
    padding: 40px 0 45px;
    text-align: center;
}
#requirements {
    width: 1040px;
    margin: 0 auto;
}
.requirements-ttl {
    height: 72px;
    color: #fff;
    background: #FA9A78;
    font-size: 32px;
    letter-spacing: .15em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.requirements-list {
    font-size: 18px;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
}
.requirements-list-dt {
    width: 350px;
    padding: 35px 20px 35px 30px;
    color: #FA9A78;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.requirements-list-dd {
    width: 690px;
    padding: 35px 30px 35px 0;
}
.requirements-list-dt:nth-of-type(2n), .requirements-list-dd:nth-of-type(2n) {
    background: rgb(170 170 170 / 0.1);
}
.requirements-list-dd li {
    position: relative;
}
.requirements-list-dd li li {
    margin-left: 1.2em;
}
.requirements-list-inner-list-itm::before {
    position: absolute;
    content: "●";
    font-size: .6em;
    color: #747474;
    top: .5em;
    left: -1.5em;
}
.requirements-list-inner-list-itm-list-itm::before {
    position: absolute;
    content: "・";
    top: 0;
    left: -1em;
}
.requirements-list-dd.itm li {
    padding-left: 1em;
}
.requirements-list-dd.itm li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}
.requirements-list-dd.itm p {
    margin-top: 1em;
}
.requirements-list-dd a {
    color: #000 !important;
    text-decoration: underline;
}
a[data-gtm="tocomlink"] {
    color: #e4002b !important;
}
a[data-gtm="tocomlink"]::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    background: url("/cp/202507-kewpieid-newproduct/assets/img/icn-window.svg") no-repeat center center / contain;
}
.btn_area {
    width: 427px;
    margin: 20px auto 0;
    text-align: right;
    line-height: 1.6;
}
.btn_area .btn {
    padding-top: 30px;
}
.btn_area .btn a {
    width: 427px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    background: rgba(228, 0, 43, 1);
    border-radius: 31px;
    text-decoration: none;
    position: relative;
}
.btn_area .btn a::after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    background: url("/cp/202507-kewpieid-newproduct/assets/img/icn-arrow_wh.svg") no-repeat center center / contain;
}
.btn_area .txt {
    margin-top: 30px;
    font-size: 15px;
}
.btn_area .txt + .txt {
    margin-top: 12px;
}
.btn_area .txt a {
    padding-right: 30px;
    color: #e4002b;
    text-decoration: none;
    position: relative;
}
.btn_area .txt a::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    background: url("/cp/202507-kewpieid-newproduct/assets/img/icn-arrow_red.svg") no-repeat center center / contain;
}
@media screen and (min-width: 769px), print {
    .main a, .main a img {
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .btn_area .btn a:hover {
        background: rgba(228, 0, 43, .8);
    }
    .u-none--pc {
        display: none !important;
    }
}
/*==========================================

 SP

==========================================*/
@media screen and (max-width: 768px) {
    body, td, th {
        font-size: 3.73333vw;
        line-height: 1.7;
    }
    .mv-block {
        width: 100vw;
    }
    .mv-itm {
        width: calc((187 / 375) * 100vw);
        top: calc((198 / 375) * 100vw);
        left: calc((158 / 375) * 100vw);
    }
    .mv-itm-list li:nth-child(1) {
        width: calc((50 / 375) * 100vw);
    }
    .mv-itm-list li:nth-child(2) {
        width: calc((50 / 375) * 100vw);
    }
    .mv-itm-list li:nth-child(3) {
        width: calc((57 / 375) * 100vw);
    }
    .mv-note {
        width: calc((124 / 375) * 100vw);
        top: calc((213 / 375) * 100vw);
        left: calc((18 / 375) * 100vw);
    }
    .mv-date {
        width: 100vw;
        height: 19.2vw;
        letter-spacing: .15em;
        line-height: 1;
        flex-direction: column;
        gap: 2.4vw;
    }
    .mv-date-ttl {
        font-size: 4vw;
    }
    .mv-date-dd {
        font-size: 5.6vw;
    }
    .section {
        padding: 6.4vw 0 8vw;
    }
    #requirements {
        width: 100vw;
    }
    .requirements-ttl {
        height: 19.2vw;
        font-size: 8.53333vw;
        letter-spacing: .15em;
    }
    .requirements-list {
        font-size: 4.26667vw;
        line-height: 1.3;
        flex-direction: column;
    }
    .requirements-list-dt {
        width: 100vw;
        padding: 6.66667vw 4vw 0;
        display: block;
        font-size: 4.8vw;
    }
    .requirements-list-dd {
        width: 100vw;
        padding: 4vw 4vw 6.66667vw;
    }
    .requirements-list-dd li {
        margin-left: 0 !important;
        padding-left: 1em;
    }
    .requirements-list-dd.itm li + li {
        margin-top: 1em;
    }
    .requirements-list-inner-list-itm::before {
        left: 0;
    }
    .requirements-list-inner-list-itm-list-itm::before {
        left: 0;
    }
    a[data-gtm="tocomlink"]::after {
        width: 4vw;
        height: 4vw;
        margin-left: 0.8vw;
        margin-right: 0.8vw;
    }
    .btn_area {
        width: 84vw;
        margin: 5.33333vw auto 0;
    }
    .btn_area .btn {
        padding-top: 5.33333vw;
    }
    .btn_area .btn a {
        width: 84vw;
        height: 10.93333vw;
        font-size: 3.73333vw;
        border-radius: 5.33333vw;
    }
    .btn_area .btn a::after {
        width: 1.6vw;
        height: 2.66667vw;
        right: 4vw;
    }
    .btn_area .txt {
        margin-top: 6.4vw;
        font-size: 3.73333vw;
    }
    .btn_area .txt + .txt {
        margin-top: 2.4vw;
    }
    .btn_area .txt a {
        padding-right: 8vw;
    }
    .btn_area .txt a::after {
        width: 1.6vw;
        height: 2.66667vw;
        right: 3.2vw;
    }
    .u-none--sp {
        display: none !important;
    }
}
/* キャンペーン終了 */
.endAnnounce {
    display: block;
    width: 960px;
    border: 4px #ccc solid;
    color: #eb0028;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}
.type_fin {
    color: #eb0028;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .endAnnounce {
        font-size: calc(20 / 375 * 100vw);
        width: 96%;
    }
}