@charset "utf-8";
/*-- reset --*/
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
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.6;
}
.main a {
    text-decoration: none;
}
.main {
    max-width: 1040px;
    margin: 0 auto;
}
.header-date {
    height: 58px;
    font-size: 29px;
    font-weight: bold;
    color: #fff;
    background: #E4002B;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5em;
}
.mv-lead {
    padding: 40px 0 48px;
    text-align: center;
}
.mv-lead-txt {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #54C3F1;
    position: relative;
}
.mv-lead-txt::before, .mv-lead-txt::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 80px;
    background: currentColor;
    border-radius: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mv-lead-txt::before {
    left: -3em;
    transform: rotate(-30deg);
}
.mv-lead-txt::after {
    right: -3em;
    transform: rotate(30deg);
}
.mv-lead-img {
    width: 346px;
    margin: 32px auto 0;
    border: solid 1px #C4C4C4;
}
.schedule {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 48px calc(50vw - 50%);
    background: #E5F5FD;
}
.schedule-lead {
    font-size: 20px;
    text-align: center;
}
.schedule-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.schedule-list-block {
    width: 323px;
    background: #fff;
    border-radius: 26px;
    padding: 24px 21px;
}
.schedule-list-date dt {
    width: 146px;
    height: 42px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    background: #54C3F1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-list-date dd {
    margin-top: 8px;
    font-size: 27px;
    font-weight: bold;
    color: #54C3F1;
    text-align: center;
}
.schedule-list-img {
    text-align: center;
}
.schedule-list-img img {
    width: 252px;
    object-fit: contain;
}
.itm01 .schedule-list-img img {
    margin-top: 20px;
    height: 140px;
}
.itm02 .schedule-list-img img {
    margin-top: 10px;
    height: 207px;
}
.itm03 .schedule-list-img img {
    margin-top: 10px;
    height: 207px;
}
.schedule-list-txt {
    font-size: 16px;
}
.itm01 .schedule-list-txt {
    margin-top: 8px;
}
.step {
    margin-top: 56px;
}
.step-ttl {
    font-size: 32px;
    font-weight: bold;
    color: #E4002B;
    text-align: center;
}
.step-ttl span {
    position: relative;
}
.step-ttl span::after {
    position: absolute;
    content: "";
    height: 3px;
    background: currentColor;
    border-radius: 3px;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
}
.step-list {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.step-list-ttl {
    font-size: 30px;
    font-weight: bold;
    color: #E4002B;
    letter-spacing: .1em;
    display: flex;
    gap: .3em;
}
.step-list-txt {
    margin-top: 16px;
    padding-left: calc(30px * 1.4);
}
.step-list-txt:not(:first-of-type) {
    margin-top: 64px;
}
.step-list-note {
    margin-top: 64px;
    padding-left: 240px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.step-list-note-ttl {
    font-size: 26px;
    font-weight: bold;
}
.step-list-note-txt {
    margin-top: 18px;
}
.step-list-note-list {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 120px;
}
@media screen and (min-width: 769px), print {
    .step-list-note-list.step-list-adjust {
        justify-content: flex-start;
        margin-left: 364px;
    }
}
.step-list-note-list-itm-img {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.step-list-note-list-itm-img figcaption {
    font-size: 13px;
}
.step-list-img-wrap {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 64px;
}
.step-list-img {
    width: 192px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.step-list-img figcaption {
    font-size: 13px;
}
.step-list-img.itm-recipe {
    width: 368px;
    padding: 10px;
    border: solid 1px #aaa;
}
.requirements {
    margin-top: 100px;
}
.requirements a {
    color: #e4002b;
    text-decoration: underline;
}
.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: "・";
}
.requirements-list-dd .note {
    display: block;
    margin-top: .5em;
}
a[data-gtm="tocomlink"]::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("/cp/3rd-lottery/assets/img/icon_window.svg") no-repeat center / contain;
    margin-left: .1em;
    margin-right: .2em;
}
@media screen and (min-width: 769px), print {
    .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;
    }
    .header-date {
        height: 9.333vw;
        font-size: 4vw;
    }
    .mv-lead {
        padding: 10.4vw 0 12.26666667vw;
    }
    .mv-lead-txt {
        font-size: 6vw;
    }
    .mv-lead-txt::before, .mv-lead-txt::after {
        height: 15.33333333vw;
    }
    .mv-lead-txt::before {
        left: -1.5em;
    }
    .mv-lead-txt::after {
        right: -1.5em;
    }
    .mv-lead-img {
        width: calc((345 / 375) * 100vw);
        margin-top: 2.533vw;
    }
    .schedule {
        margin: 0;
        padding: 8.867vw 0;
    }
    .schedule-lead {
        font-size: 5vw;
    }
    .schedule-list {
        margin-top: 8vw;
        flex-direction: column;
        align-items: center;
        gap: 8vw;
    }
    .schedule-list-block {
        width: calc((320 / 375) * 100vw);
        border-radius: 6.933333333vw;
        padding: 5.866666667vw;
    }
    .schedule-list-date dt {
        width: 70%;
        height: 8.667vw;
        font-size: 3.8vw;
    }
    .schedule-list-date dd {
        margin-top: 0;
        font-size: 7.2vw;
    }
    .schedule-list-img img {
        margin-top: calc((8 / 375) * 100vw) !important;
        width: 75%;
        height: 43.2vw !important;
    }
    .schedule-list-txt {
        font-size: 3.2vw;
    }
    .itm01 .schedule-list-txt {
        margin-top: 0;
    }
    .step {
        margin-top: calc((32 / 375) * 100vw);
    }
    .step-ttl {
        font-size: 6.533vw;
    }
    .step-ttl span::after {
        bottom: calc((-8 / 375) * 100vw);
    }
    .step-list {
        width: calc((345 / 375) * 100vw);
        margin: 13.33333333vw auto 0;
        gap: 8.533333333vw;
        ;
    }
    .step-list-ttl {
        font-size: 5.5vw;
        letter-spacing: .05em;
    }
    .step-list-txt {
        margin-top: 4.266666667vw;
        padding-left: calc(5.5vw * 1.4);
        font-size: 3.6vw;
    }
    .step-list-txt:not(:first-of-type) {
        margin-top: calc((60 / 375) * 100vw);
    }
    .step-list-note {
        margin-top: 7vw;
        padding-left: 16.267vw;
        gap: 14.333vw;
    }
    .step-list-note-ttl {
        font-size: 5.5vw;
    }
    .step-list-note-txt {
        margin-top: 3.6vw;
        font-size: 3.6vw;
    }
    .step-list-note-list {
        margin-top: calc((24 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: 10vw;
    }
    .step-list-note-list-itm-img {
        width: calc((112 / 375) * 100vw);
        gap: calc((8 / 375) * 100vw);
    }
    .step-list-note-list-itm-img figcaption {
        font-size: 3.466666667vw;
    }
    .step-list-img-wrap {
        margin-top: 4.266666667vw;
        flex-wrap: wrap;
        gap: 4vw;
    }
    .step-list-img {
        width: calc((138 / 375) * 100vw);
        gap: calc((8 / 375) * 100vw);
    }
    .step-list-img figcaption {
        font-size: 3.466666667vw;
    }
    .step-list-img.itm-recipe {
        width: calc((280 / 375) * 100vw);
        padding: 2.666666667vw;
    }
    .requirements {
        margin-top: calc((80 / 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;
    }
    .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-lottery/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-lottery/assets/img/ico_hikewpie.svg") no-repeat top 0.2em left/8vw auto;
        line-height: 1.5;
    }
}
/*c-sec__btn*/
@media screen and (min-width: 769px), print{
.c-btn-list__itm__content{position:absolute;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);z-index:2;font-weight:bold;}
.c-btn-list.r-center01 .c-btn-list__itm{max-width:350px;margin:0 auto;}
.c-btn-list.r-1line .c-btn-list__itm{height:46px;}
}
.c-sec__btn .c-btn-list{max-width:500px;margin:0 auto;}
.c-btn-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-family:"Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;font-weight:bold;}
.c-btn-list__itm__link{display:block;position:relative;overflow:hidden;width:100%;height:100%;color:#e4002b;text-decoration:none;box-shadow:0 0 0 1px inset #e4002b;border-radius:100px;background-color:#fff;cursor:pointer;font-size:inherit;}
.c-btn-list__itm__link:before{content:'';display:block;position:absolute;top:50%;z-index:1;border-right:1px solid #e4002b;border-bottom:1px solid #e4002b;-webkit-transform:translate(0, -50%) rotate(-45deg);transform:translate(0, -50%) rotate(-45deg);-webkit-transition:border-color .65s ease;transition:border-color .65s ease;}
.c-btn-list__itm__link.r-down:before{-webkit-transform:translate(0, -50%) rotate(45deg);transform:translate(0, -50%) rotate(45deg);}
.c-btn-list__itm__content{display:inline-block;width:100%;text-align:center;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:inherit;}
@media screen and (min-width: 769px), print{
.c-sec__btn{margin-top:40px;}
.c-btn-list{margin-top:10px;}
.c-btn-list__itm{width:100%;line-height:1.43;margin-top:30px;}
.c-btn-list__itm__link{z-index:1;-webkit-transition:color .65s ease;transition:color .65s ease;}
.c-btn-list__itm__link:before{right:21px;width:4px;height:4px;}
.c-btn-list__itm__link:after{content:'';position:absolute;top:0;left:-200%;z-index:-1;width:150%;height:450%;border-radius:50%;background-color:#e4002b;-webkit-transition:top .65s ease, left .65s ease;transition:top .65s ease, left .65s ease;}
.c-btn-list__itm__link:hover,.c-btn-list__itm__link:active,.c-btn-list__itm__link:focus{color:#fff;-webkit-transition:color .5s ease .08s;transition:color .5s ease .08s;}
.c-btn-list__itm__link:hover:before,.c-btn-list__itm__link:active:before,.c-btn-list__itm__link:focus:before{border-color:#fff;-webkit-transition:border-color .4s ease .185s;transition:border-color .4s ease .185s;}
.c-btn-list__itm__link:hover:after,.c-btn-list__itm__link:active:after,.c-btn-list__itm__link:focus:after{top:-100%;left:-20%;}
.c-btn-list__itm__content{position:absolute;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);z-index:2;}
.c-btn-list.r-center01 .c-btn-list__itm{max-width:350px;margin:0 auto;}
.c-btn-list.r-1line .c-btn-list__itm{height:46px;}
}
@media screen and (max-width: 768px){
.c-sec__btn{margin-top:20px;margin-top:5.33333vw;}
.c-btn-list{margin-top:10px;margin-top:2.66667vw;}
.c-btn-list__itm{line-height:1.53;margin-top:15px;margin-top:4vw;}
.c-btn-list__itm__link{font-size:13px;font-size:3.46667vw;padding-top:11px;padding-top:2.93333vw;padding-bottom:11px;padding-bottom:2.93333vw;}
.c-btn-list__itm__link:before{right:25px;right:6.66667vw;width:4px;width:1.06667vw;height:4px;height:1.06667vw;}
.c-btn-list .c-btn-list__itm{width:100%;}
}
/*c-sec__btn 調整*/
.c-btn-list__itm__link {
    font-size: 14px;
}
.r-small .c-btn-list__itm__link::before {
    right: 1em;
}
.r-blue .c-btn-list__itm__link::before {
    right: 2em;
}
@media screen and (min-width: 769px), print {
    .r-small .c-btn-list.r-1line .c-btn-list__itm {
        width: 216px;
        height: 36px;
    }
}
.schedule-list .c-sec__btn {
    margin-top: 10px;
}
.r-blue .c-btn-list__itm__link {
    color: #54C3F1;
    box-shadow: 0 0 0 1px inset #54C3F1;
}
.r-blue .c-btn-list__itm__link::before {
    border-right: 1px solid #54C3F1;
    border-bottom: 1px solid #54C3F1;
}
@media screen and (min-width: 769px), print {
    .r-blue .c-btn-list__itm__link::after {
        background: #54C3F1;
    }
}
@media screen and (min-width: 769px), print {
    .r-blue .c-btn-list__itm__link:hover, .r-blue .c-btn-list__itm__link:active, .r-blue .c-btn-list__itm__link:focus {
        color: #fff;
    }
    .r-blue .c-btn-list__itm__link:hover:before, .r-blue .c-btn-list__itm__link:active:before, .r-blue .c-btn-list__itm__link:focus:before {
        border-color: #fff;
    }
}
.r-none-ico .c-btn-list__itm__link::before {
    display: none;
}
@media screen and (max-width: 768px) {
    .c-btn-list__itm__link {
        font-size: 3.46667vw;
    }
    .r-small .c-btn-list.r-1line .c-btn-list__itm {
        width: calc((220 / 375) * 100vw);
        height: calc((36 / 375) * 100vw);
        margin: 0 auto;
    }
    .r-small .c-btn-list__itm__link {
        padding-top: 2.4vw !important;
    }
    .schedule-list .c-sec__btn {
        margin-top: calc((10 / 375) * 100vw);
    }
    .r-blue .c-btn-list.r-1line .c-btn-list__itm, .r-none-ico .c-btn-list.r-1line .c-btn-list__itm {
        width: calc((300 / 375) * 100vw);
        height: calc((45 / 375) * 100vw);
        margin: 0 auto;
    }
}
/*右寄せリンク*/
@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;
}
/*ページトップ ボタン*/
.pagetop-wrap {
    max-width: 1040px;
    margin: 2em auto 0;
    text-align: right;
}
.pagetop-link {
    display: inline-block;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 1.5em;
    font-size: 14px;
    color: #e4002b;
    text-decoration: none;
    position: relative;
}
.pagetop-link::before, .pagetop-link::after {
    position: absolute;
    display: block;
    content: "";
}
.pagetop-link::before {
    width: 15px;
    height: 15px;
    border: 1px solid currentColor;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.pagetop-link::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(-45deg);
    top: 2px;
    bottom: 0;
    right: 6px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .pagetop-wrap {
        margin-top: 1em;
        margin-right: 1em;
    }
    .pagetop-link {
        font-size: calc((14 / 375) * 100vw);
    }
    .pagetop-link::before {
        width: calc((15 / 375) * 100vw);
        height: calc((15 / 375) * 100vw);
    }
    .pagetop-link::after {
        width: calc((4 / 375) * 100vw);
        height: calc((4 / 375) * 100vw);
        top: calc((2/ 375) * 100vw);
        right: calc((6 / 375) * 100vw);
    }
}
/* キャンペーン終了 */
.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%;
    }
}