@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: #333;
    background: #fff;
    font-family: "Roboto", "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: 18px;
    line-height: 1.4;
}
.main a {
    text-decoration: none;
}
.mv-contain {
    min-width: 1040px;
    max-width: 1200px;
    height: 236px;
    margin: 0 auto;
    background: url("/cp/3rd-thanks/assets/img/bg-mv_pc.png") no-repeat center / cover;
    text-align: center;
    line-height: 1;
}
.mv-h1 {
    padding-top: 50px;
}
.mv-h1 p {
    font-size: 36px;
    font-weight: bold;
    color: #e4002b;
    letter-spacing: .08em;
}
.mv-h1 p span {
    font-size: 60px;
}
.mv-h1 h1 {
    display: inline-block;
    margin-top: 16px;
    font-size: 22px;
    color: #e4002b;
    font-weight: bold;
    position: relative;
}
.mv-h1 h1::before, .mv-h1 h1::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 26px;
    background: currentColor;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mv-h1 h1::before {
    left: -1em;
    transform: rotate(-30deg);
}
.mv-h1 h1::after {
    right: -1em;
    transform: rotate(30deg);
}
.mv-date {
    width: 585px;
    height: 47px;
    margin: 15px auto 0;
    padding-top: 10px;
    background: url("/cp/3rd-thanks/assets/img/ribbon_pc.png") no-repeat center / contain;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.mv-date span {
    padding-right: 1em;
}
.mv-lead {
    padding-top: 16px;
    font-size: 20px;
    text-align: center;
}
.prize {
    padding-top: 32px;
}
.prize-h2 {
    font-size: 24px;
    font-weight: bold;
    color: #e4002b;
    text-align: center;
}
.prize-img {
    width: 848px;
    margin: 0 auto;
}
.prize-item {
    width: 620px;
    margin: 16px auto 0;
    padding: 8px 0;
    font-size: 14px;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
}
.prize-item li {
    position: relative;
    padding-left: 1em;
}
.prize-item li::before {
    position: absolute;
    content: "・";
    left: 0;
}
.requirements {
    max-width: 1040px;
    margin: 64px auto 0;
}
.requirements-ttl {
    height: 72px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #54C3F1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.requirements-list {
    display: flex;
    flex-wrap: wrap;
}
.requirements-list-dt {
    width: 350px;
    padding: 30px 36px 30px 30px;
    color: #54C3F1;
    font-weight: bold;
}
.requirements-list-dd {
    width: 690px;
    padding: 30px 24px 30px 0;
}
.requirements-list-dt:nth-of-type(even), .requirements-list-dd:nth-of-type(even) {
    background: rgb(170 170 170 / .1);
}
.requirements-list-dd-info-txt {
    color: #54C3F1;
    font-weight: bold;
}
.requirements-list-dd ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.requirements-list-dd li {
    position: relative;
    padding-left: 1em;
}
.requirements-list-dd li::before {
    position: absolute;
    color: #747474;
    left: 0;
}
.requirements-list-dd .requirements-list-notes-itm::before {
    content: "●";
    font-size: .6em;
    top: .4em;
}
.requirements-list-dd ul ul {
    padding-left: 1em;
}
.requirements-list-dd ul ul li::before {
    content: "・";
}
a[data-gtm="tocomlink"] {
    color: #e4002b;
    text-decoration: underline;
}
a[data-gtm="tocomlink"]::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("/cp/3rd-thanks/assets/img/icon-window.svg") no-repeat center / contain;
    margin-left: .1em;
    margin-right: .2em;
}
.requirements-apply {
    padding-top: 48px;
    display: flex;
    justify-content: center;
}
/*--grid-layout ここから--*/
.requirements-apply-inner {
    display: grid;
    gap: 16px;
}
.requirements-apply-inner .btn {
    grid-row: 1 / 2;
}
.requirements-apply-inner .note {
    grid-row: 2 / 3;
}
.requirements-apply-inner .txt1 {
    grid-row: 3 / 4;
}
.requirements-apply-inner .txt2 {
    grid-row: 4 / 5;
}
/*--grid-layout ここまで--*/
.requirements-apply-inner .btn {
    display: flex;
    justify-content: center;
}
.requirements-apply-inner [class*="note"] {
    text-align: center;
}
.requirements-apply-inner [class*="txt"] {
    text-align: right;
}
.requirements-btn {
    width: 427px;
    height: 63px;
    font-size: 20px;
    color: #fff;
    background: #e4002b;
    border: 1px solid #e4002b;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.requirements-btn::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1em;
}
.requirements-link {
    color: #e4002b;
    font-size: 16px;
}
.requirements-link::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin-bottom: 1px;
    margin-left: .3em;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(-45deg);
}
/*応募済み*/
.requirements-btn[disabled] {
    color: #fff !important;
    background: #aaa !important;
    border: 1px solid #aaa !important;
}
.requirements-btn[disabled]::after {
    display: none;
}
@media screen and (min-width: 769px), print {
    .main a {
        -webkit-transition: 0.65s ease;
        transition: 0.65s ease;
    }
    .requirements-btn:hover {
        color: #e4002b;
        background: #fff;
    }
    .u-none--pc {
        display: none !important;
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    body, td, th {
        font-size: calc((16 / 375) * 100vw);
        line-height: 1.4;
    }
    .mv-contain {
        min-width: 100vw;
        height: calc((272 / 375) * 100vw);
        background: url("/cp/3rd-thanks/assets/img/bg-mv_sp.png") no-repeat top center / cover;
    }
    .mv-h1 {
        padding-top: calc((56 / 375) * 100vw);
    }
    .mv-h1 p {
        font-size: calc((27 / 375) * 100vw);
        line-height: 1.2;
    }
    .mv-h1 p span {
        font-size: calc((46 / 375) * 100vw);
    }
    .mv-h1 h1 {
        margin-top: calc((16 / 375) * 100vw);
        font-size: calc((18 / 375) * 100vw);
    }
    .mv-h1 h1::before, .mv-h1 h1::after {
        height: calc((20 / 375) * 100vw);
    }
    .mv-date {
        width: calc((326 / 375) * 100vw);
        height: calc((58 / 375) * 100vw);
        margin-top: calc((8 / 375) * 100vw);
        padding-top: calc((8 / 375) * 100vw);
        background-image: url("/cp/3rd-thanks/assets/img/ribbon_sp.png");
        font-size: calc((16 / 375) * 100vw);
        line-height: 1.4;
    }
    .mv-date span {
        display: block;
        padding-right: 0;
        font-size: calc((14 / 375) * 100vw);
    }
    .mv-lead {
        width: calc((345 / 375) * 100vw);
        margin: 0 auto;
        padding-top: calc((14 / 375) * 100vw);
        font-size: calc((17 / 375) * 100vw);
        text-align: left;
    }
    .prize {
        padding-top: calc((16 / 375) * 100vw);
    }
    .prize-h2 {
        font-size: calc((22 / 375) * 100vw);
    }
    .prize-img {
        width: calc((345 / 375) * 100vw);
    }
    .prize-item {
        width: calc((345 / 375) * 100vw);
        margin-top: calc((16 / 375) * 100vw);
        padding: calc((8 / 375) * 100vw) calc((16 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
    }
    .requirements {
        margin-top: calc((24 / 375) * 100vw);
    }
    .requirements-ttl {
        height: calc((60 / 375) * 100vw);
        font-size: calc((24 / 375) * 100vw);
    }
    .requirements-list-dt {
        width: 100%;
        padding: 6vw 4vw 2vw;
    }
    .requirements-list-dd {
        width: 100%;
        padding: 2vw 4vw 6vw;
    }
    .requirements-list-dd ul {
        gap: 2vw;
    }
    a[data-gtm="tocomlink"]::after {
        width: 3.2vw;
        height: 3.2vw;
    }
    .requirements-apply {
        padding-top: calc((32 / 375) * 100vw);
    }
    /*--grid-layout ここから--*/
    .requirements-apply-inner {
        gap: calc((16 / 375) * 100vw);
    }
    /*--grid-layout ここまで--*/
    .requirements-btn {
        width: calc((345 / 375) * 100vw);
        height: calc((62 / 375) * 100vw);
        font-size: calc((18 / 375) * 100vw);
        border-radius: calc((62 / 375) * 100vw);
    }
    .requirements-btn::after {
        width: calc((8 / 375) * 100vw);
        height: calc((8 / 375) * 100vw);
    }
    .requirements-apply-inner .note {
        font-size: calc((13 / 375) * 100vw);
        text-align: center;
    }
    .requirements-link {
        font-size: calc((16 / 375) * 100vw);
    }
    .requirements-link::after {
        width: calc((6 / 375) * 100vw);
        height: calc((6 / 375) * 100vw);
    }
    .u-none--sp {
        display: none !important;
    }
}
/*kewpie ID 3rd Anniversary*/
.anniversary-note {
    margin-top: 56px;
    font-size: 14px;
}
.anniversary-note h3 {
    font-weight: bold;
    color: #e4002b;
    text-align: center;
}
.p-mypage-recipe-tag__mybest-txt-wrap {
    display: flex;
    justify-content: center;
}
.p-mypage-recipe-tag__mybest-txt {
    min-height: 50px;
    padding-left: 60px;
    background: url("/cp/3rd-thanks/assets/img/ico_hikewpie.svg") no-repeat top left/auto 50px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .anniversary-note {
        margin-top: calc((32 / 375) * 100vw);
        font-size: 3.2vw;
    }
    .p-mypage-recipe-tag__mybest-txt {
        min-height: 8vw;
        margin: 0 auto;
        padding-left: 9.6vw;
        background: url("/cp/3rd-thanks/assets/img/ico_hikewpie.svg") no-repeat top 0.2em left/8vw auto;
        line-height: 1.5;
    }
}
/*右寄せリンク*/
@media screen and (min-width: 769px), print{
.c-txt-link{display:inline-block;position:relative;line-height:1.7;color:#e4002b;}
.c-txt-link:before{content:'';display:inline-block;position:absolute;left:0;z-index:1;border-right:1px solid #e4002b;border-bottom:1px solid #e4002b;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
}
@media screen and (min-width: 769px), print{
.c-txt-link{font-size:14px;}
.c-txt-link{padding-left:13px;}
.c-txt-link:before{top:50%;width:6px;height:6px;margin-top:-3px;}
.c-txt-link:hover,.c-txt-link:focus{text-decoration:underline;}
}
@media screen and (max-width: 768px){
.c-txt-link{font-size: 3.2vw}
.c-txt-link{padding-left:11.5px;padding-left:3.06667vw;}
.c-txt-link:before{top:50%;width:4.5px;width:1.2vw;height:4.5px;height:1.2vw;margin-top:-2px;margin-top:-0.53333vw;}
}
.c-txt-link__href-r{position:relative;display:inline-block;}
.c-txt-link.r-link::before{content:none;}
.c-txt-link__href-r::after{content:'';display:inline-block;position:absolute;right:-10px;z-index:1;border-right:1px solid #e4002b;border-bottom:1px solid #e4002b;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
@media screen and (min-width: 769px), print{
.c-txt-link__href-r::after{top:50%;width:6px;height:6px;margin-top:-3px;}
.c-txt-link__href-r:hover{text-decoration:underline;}
}
@media screen and (max-width: 768px){
.c-txt-link__href-r::after{right:-2.666666666666667vw;top:50%;width:4.5px;width:1.2vw;height:4.5px;height:1.2vw;margin-top:-2px;margin-top:-0.53333vw;}
}
/*右寄せリンク調整*/
.c-sec__lyt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
    .c-sec__lyt {
        width: 88%;
    }
    .step .c-sec__lyt {
        margin-top: calc((8 / 375) * 100vw);
    }
}
.c-txt-link a {
    color: #e4002b;
}
.u-align-r {
    text-align: right !important;
}
/* キャンペーン終了 */
.endAnnounce {
    display: block;
    width: 1040px;
    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%;
    }
}