@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');
/*-- 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: "Roboto", "YakuHanJP", 'Noto Sans JP', "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: 15px;
    line-height: 1.6;
}
.etobin a {
    color: #000;
    text-decoration: none;
}
.etobin section {
    background: url(/cp/etobin2026/img/bg.gif) repeat-x top left;
    padding-top: 26px;
}
.main-block {
    width: 924px;
    margin: 0 auto;
    padding-top: 40px;
    font-family: 'Zen Maru Gothic', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.main-block-item {
    width: 206px;
}
.main-block-txt {
    width: 700px;
    position: relative;
}
.main-block-txt h1 {
    width: 545px;
    margin-left: 30px;
}
.main-block-txt1 {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 18px;
}
.main-block-txt2 {
    position: absolute;
    width: 168px;
    top: 90px;
    right: 0;
}
.main-block-date {
    height: 40px;
    margin-top: 25px;
    color: #fff;
    background: #e50014;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.main-block-date-dt {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1;
}
.main-block-date-dd {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
}
.main-block-date-dd span {
    font-size: .75em;
}
.main-block-date-dd span.year {
    font-size: .8em;
}
.recipe {
    width: 924px;
    margin: 30px auto 0;
}
.recipe-ttl {
    height: 30px;
    color: #e4002b;
    background: url(/cp/etobin2026/img/icn-line.svg) repeat-x left top 12px;
    background-size: 10%;
    font-family: 'Zen Maru Gothic', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recipe-ttl span {
    display: inline-block;
    padding: .25em .5em;
    background: #fff;
}
.recipe_list {
    width: 800px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recipe_list li {
    width: 380px;
    margin-bottom: 50px;
}
.recipe_list a {
    display: block;
}
.recipe_list .name {
    margin-top: .5em;
    color: #e4002b;
    font-size: 1.2em;
    text-align: center;
}
.recipe_list .txt {
    margin-top: .5em;
}
.recipe_list a .link {
    width: 200px;
    height: 36px;
    margin: 1em auto 0;
    color: #fff;
    background: #e4002b;
    border: 1px solid #e4002b;
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.recipe_list a .link::after {
    content: "→";
    position: absolute;
    font-size: 0.9em;
    right: .5em;
}
.detail {
    width: 825px;
    margin: 80px auto 0;
}
.detail-ttl {
    color: #e4002b;
    font-family: 'Zen Maru Gothic', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 24px;
    border-bottom: 2px solid #e60012;
}
.detail-outline {
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detail-outline-dt {
    width: 180px;
    padding: 2em 0;
    font-weight: bold;
}
.detail-outline-dd {
    width: 620px;
    padding: 2em 0;
}
.detail-outline-line {
    width: 100%;
    padding: 0;
    border-bottom: 2px dashed #e3d722;
}
.detail-outline-dd p + p {
    margin-top: 1em;
}
.detail-outline-dd li {
    padding-left: 1.2em;
    position: relative;
}
.detail-outline-dd li::before {
    position: absolute;
    top: 0.05em;
    left: 0;
}
.detail-outline-dd li::before {
    content: "●";
}
.detail-outline-dd li li::before {
    content: "○";
}
a[data-gtm="tocomlink"] {
    color: #0000ff !important;
    text-decoration: underline;
}
a[data-gtm="tocomlink"]::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: .1em;
    margin-right: .2em;
    background: url("/cp/etobin2026/img/icon_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/etobin2026/img/icon_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/etobin2026/img/icon_arrow_red.svg") no-repeat center center / contain;
}
@media screen and (min-width: 769px), print {
    .etobin a, .etobin a p, .etobin a p::after {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .recipe_list a:hover .photo {
        opacity: 0.6;
    }
    .recipe_list a:hover .link {
        color: #e4002b;
        background: #fff;
    }
    .recipe_list a:hover .link::after {
        right: .2em;
    }
    .u-none--pc {
        display: none !important;
    }
}
/*==========================================*/
/* SP */
/*==========================================*/
@media screen and (max-width: 768px) {
    body, td, th {
        font-size: 3.73333vw;
        line-height: 1.6;
    }
    .etobin section {
        padding-top: 6.93333vw;
    }
    .main-block {
        width: 100vw;
        padding-top: 6.4vw;
        flex-direction: column;
    }
    .main-block-txt {
        width: 100vw;
    }
    .main-block-txt h1 {
        width: 80vw;
        margin: 0 auto;
    }
    .main-block-item {
        width: calc(33.6vw + 5.33333vw);
        margin: 5.33333vw auto 0;
        padding-left: 5.33333vw;
    }
    .main-block-txt1 {
        margin-top: 8vw;
        margin-left: 0;
        font-family: "YakuHanJP", 'Zen Maru Gothic', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
        font-size: 3.73333vw;
        text-align: center;
        line-height: 1.8;
    }
    .main-block-txt1 span {
        letter-spacing: -0.06em;
    }
    .main-block-txt1 span.ls-ss {
        letter-spacing: -0.1em;
    }
    .main-block-txt2 {
        width: 25.6vw;
        top: 37.33333vw;
        left: 8vw;
    }
    .main-block-date {
        height: 17.6vw;
        margin-top: 5.33333vw;
        flex-direction: column;
        gap: 1.6vw;
    }
    .main-block-date-dt {
        margin-top: 0;
        font-size: 4vw;
    }
    .main-block-date-dd {
        font-size: 6.93333vw;
        font-weight: 700;
    }
    .recipe {
        width: 100vw;
        margin: 5.33333vw auto 0;
    }
    .recipe-ttl {
        height: 8vw;
        background: url(/cp/etobin2026/img/icn-line.svg) repeat-x left top 6px;
        background-size: auto;
        background-size: 10%;
        font-size: 4.8vw;
        line-height: 1.2;
        text-align: center;
    }
    .recipe_list {
        width: 96vw;
        margin: 4vw auto 0;
    }
    .recipe_list li {
        width: 46vw;
        margin-bottom: 8vw;
    }
    .recipe_list .name {
        height: calc(2em * 1.6);
        font-size: 1.1em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .recipe_list .txt {
        line-height: 1.4;
    }
    .recipe_list a .link {
        width: 42vw;
        height: 8vw;
        border: 1px solid #e4002b;
        font-size: 1em;
    }
    .detail {
        width: 100vw;
        margin: 40px auto 0;
        margin-top: calc((40 / 375) * 100vw);
    }
    .detail-ttl {
        padding-left: 1em;
        font-size: 4.8vw;
        border-bottom: 2px solid #e60012;
    }
    .detail-outline {
        margin: 2.66667vw 1em 0;
        flex-direction: column;
    }
    .detail-outline-dt {
        width: 100%;
        padding: 1em 0 .5em;
        font-size: 1.15em;
    }
    .detail-outline-dd {
        width: 100%;
        padding: 0 0 1em;
    }
    .detail-outline-line {
        border-bottom: 2px dashed #e3d722;
    }
    a[data-gtm="tocomlink"]::after {
        width: 4vw;
        height: 4vw;
    }
    .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;
    }
}
/* サンクスページ */
.thanks a {
    color: #e4002b;
}
.thanks {
    background: url(/cp/etobin2026/img/bg.gif) repeat-x top left;
    padding-top: 26px;
    padding-bottom: 60px;
}
.thanks .main-block {
    flex-wrap: wrap;
}
@media screen and (min-width: 769px), print {
    .thanks .main-block-item {
        width: 170px;
        margin-left: 20px;
    }
    .thanks .main-block-txt h1 {
        width: 520px;
    }
    .thanks .main-block-txt1 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .thanks .main-block-txt2 {
        width: 160px;
        top: 70px;
        right: 20px;
    }
}
.main-block-thanks {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    color: #fff;
    background: #e50014;
    font-size: 34px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thanks-recipe {
    width: 924px;
    margin: 50px auto 0;
    text-align: center;
}
.thanks-recipe-ttl {
    display: inline-block;
    color: #e4002b;
    font-family: 'Zen Maru Gothic', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 30px;
    position: relative;
}
.thanks-recipe-ttl::before, .thanks-recipe-ttl::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: #e4002b;
    top: 0;
    bottom: 0;
    margin: auto;
}
.thanks-recipe-ttl::before {
    left: -40px;
    transform: rotate(60deg);
}
.thanks-recipe-ttl::after {
    right: -40px;
    transform: rotate(-60deg);
}
.thanks-recipe-list {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.thanks-recipe-list a {
    display: block;
}
.thanks-recipe-list-ttl {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
@media screen and (min-width: 769px), print {
    .thanks a, .thanks a p {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .thanks a:hover .thanks-recipe-list-photo {
        opacity: 0.6;
    }
    /*.thanks-recipe-list {
    flex-wrap: wrap;
  }*/
    .thanks-recipe-list li {
        width: 280px;
    }
}
@media screen and (max-width: 768px) {
    .thanks {
        padding-top: 6.93333vw;
        padding-bottom: 8vw;
    }
    .thanks .main-block-txt1 {
        margin-top: 2.66667vw;
    }
    .main-block-thanks {
        height: 13.33333vw;
        margin-top: 2.66667vw;
        font-size: 5.33333vw;
        font-weight: 700;
    }
    .thanks-recipe {
        width: 96vw;
        margin: 8vw auto 0;
    }
    .thanks-recipe-ttl {
        font-size: 5.33333vw;
    }
    .thanks-recipe-ttl::before, .thanks-recipe-ttl::after {
        width: 13.33333vw;
        height: 0.8vw;
        border-radius: 0.53333vw;
        top: 3.2vw;
    }
    .thanks-recipe-ttl::before {
        left: -10.66667vw;
    }
    .thanks-recipe-ttl::after {
        right: -10.66667vw;
    }
    .thanks-recipe-list {
        margin-top: calc((40 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((20 / 375) * 100vw);
    }
    .thanks-recipe-list li {
        width: calc((253 / 375) * 100vw);
    }
    .thanks-recipe-list-ttl {
        margin-top: calc((5 / 375) * 100vw);
    }
}
/*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: 3.66667vw;
        width: 4px;
        width: 1.06667vw;
        height: 4px;
        height: 1.06667vw;
    }
    .c-btn-list .c-btn-list__itm {
        width: 100%;
    }
}
/*c-sec__btn 調整*/
.c-sec__btn {
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .c-sec__btn {
        margin-top: 0;
    }
    .c-btn-list .c-btn-list__itm {
        width: calc((300 / 375) * 100vw);
        margin-left: auto;
        margin-right: auto;
    }
}
.thanks-recipe-photo {
    max-width: 700px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .thanks-recipe-photo {
        margin-top: calc((20 / 375) * 100vw);
    }
}
/* キャンペーン終了 */
@media screen and (min-width: 769px) {
    #campaign_end {
        width: 960px;
        border: 4px solid #ccc;
        padding: 40px 0;
        margin: 20px auto;
        text-align: center;
        font-size: 24px;
        color: #ff0000;
        font-weight: bold;
    }
    #campaign_end br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #campaign_end {
        border: 1vw solid #ccc;
        padding: 4vw;
        margin: 4vw;
        text-align: center;
        font-size: 5.6vw;
        color: #ff0000;
        font-weight: bold;
    }
}
.red {
    color: #ff0000;
}