@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');
:root {
    --main-color-green: #56974C;
    --main-color-red: #e4002b;
    --main-color-red-rgb: 228 0 43;
    --main-color-light-blue: #48A3C8;
}
/*-- 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 {
    width: 100%;
    line-height: 2;
}
body {
    position: relative;
    color: #333;
    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 {
    max-width: 100%;
    vertical-align: bottom;
}
/*==========================================

 PC & ALL

==========================================*/
body, td, th {
    font-size: 18px;
    line-height: 1.6;
}
.requirements-ttl {
    height: 72px;
    color: #fff;
    background: var(--main-color-green);
    font-size: 32px;
    letter-spacing: .15em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv-block {
    max-width: 1040px;
    margin: 0 auto;
}
.mv-date {
    max-width: 1040px;
    height: 82px;
    margin: 0 auto;
    font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    color: #fff;
    background: var(--main-color-red);
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.mv-date-ttl {
    margin-left: -2em;
    padding-inline: 1em;
    font-size: 18px;
    color: var(--main-color-red);
    background: #fff;
    border-radius: 20px;
}
.mv-date-dt {
    font-size: 26px;
}
.mv-date-dd {
    font-size: 32px;
}
.mv-date-dd span {
    font-size: 26px;
}
.note {
    padding-bottom: 64px;
    text-align: center;
}
.note-lead {
    font-size: 24px;
    font-weight: bold;
}
.note-detail {
    margin-top: 56px;
}
.note-detail-dt {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--main-color-light-blue);
    letter-spacing: .2em;
    width: 560px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.note-detail-dt::before, .note-detail-dt::after {
    content: "";
    flex-grow: .4;
    height: 2px;
    background: var(--main-color-light-blue);
}
.note-detail-dt:not(:first-child) {
    margin-top: 40px;
}
.note-detail-dd {
    margin-top: .5em;
    font-size: 23px;
    font-weight: bold;
}
.note-detail-dd.date span {
    font-size: 17px;
}
.note-detail-dd-txt2, .note-detail-dd-txt3 {
    font-size: 16px;
}
.note-detail-dd-txt2 {
    margin-top: 16px;
}
.note-detail-dd-txt3 {
    width: 600px;
    margin-top: 8px;
    margin-inline: auto;
    text-align: left;
}
.note-detail-dd-txt3 li {
    display: flex;
    gap: .2em;
}
.note-detail-dd-txt3 li::before {
    content: "※";
}
.note-event {
    margin-top: 24px;
    margin-left: -1em;
}
.note-step-mark .note-event {
    margin-top: 0;
    margin-left: 0;
}
.note-event-link {
    color: var(--main-color-red);
    position: relative;
    text-decoration: none;
}
.note-event-link::after {
    position: relative;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-left: .3em;
    margin-bottom: 3px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.note-step {
    margin: 32px auto 0;
    max-width: 1040px;
}
.note-step-list {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.note-step-itm {
    width: 300px;
    padding: 10px 0 15px;
    border: 3px solid var(--main-color-green);
    border-radius: 8px;
    text-align: center;
    position: relative;
}
.note-step-itm:not(:last-child):after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background-color: var(--main-color-green);
    -webkit-mask: url("/yasai-day/event/entry/assets/img/ico-arrow.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("/yasai-day/event/entry/assets/img/ico-arrow.svg") no-repeat center;
    mask-size: contain;
    right: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.note-step-itm-ttl {
    color: var(--main-color-green);
    font-weight: bold;
    line-height: 1.4;
}
.note-step-itm-ttl span {
    display: block;
}
.note-step-itm-ttl1 {
    font-size: 32px;
}
.note-step-itm-ttl2 {
    font-size: 24px;
}
.note-step-itm-img {
    margin-top: 8px;
}
.note-step-itm-img img {
    width: 64px;
    height: 84px;
    object-fit: contain;
    /*filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(1328%) hue-rotate(65deg) brightness(103%) contrast(98%);*/
}
.note-step-itm-txt {
    margin-top: 8px;
    font-size: 13px;
}
.requirements {
    width: 1040px;
    margin: 56px auto 0;
}
.requirements.sub {
    margin-top: 0;
    padding-top: 24px;
    border-top: 2px dotted var(--main-color-green);
}
.requirements-list {
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
}
.requirements-list-dt, .requirements-list-dd {
    padding: 35px 0;
}
.requirements-list-dt {
    width: 326px;
    padding-left: 30px;
    color: var(--main-color-green);
    font-weight: bold;
}
.requirements-list-dd {
    width: 714px;
    padding-inline: 30px;
}
.requirements-list-dt:nth-of-type(2n), .requirements-list-dd:nth-of-type(2n) {
    background: rgb(170 170 170 / 0.1);
}
.requirements-inner-list {
    display: grid;
    gap: .5em;
}
.requirements-inner-list-itm {
    position: relative;
}
.requirements-inner-list-itm::before {
    position: absolute;
    content: "●";
    font-size: .66em;
    color: #747474;
    top: .4em;
    left: -1.5em;
}
.requirements-inner-list-itm-note {
    padding-left: 1em;
}
.requirements-inner-list-itm-detail {
    margin-top: 1em;
    font-size: 15px;
    background: #aaa;
    border: 1px solid #aaa;
    display: grid;
    grid-template-columns: 218px 1fr;
    gap: 1px;
}
.requirements-inner-list-itm-detail dt, .requirements-inner-list-itm-detail dd {
    padding: 10px;
    background: #fff;
}
.requirements-inner-list-itm-detail dd p:not(:first-child) {
    margin-top: 1em;
}
.requirements-inner-list-itm-detail dd a {
    color: var(--main-color-red);
    position: relative;
}
.requirements-inner-list-itm-detail dd a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: .8em;
    height: .8em;
    margin-left: .1em;
    margin-right: .2em;
    background: url("/yasai-day/event/entry/assets/img/ico-window.svg") no-repeat center center / contain;
}
.requirements-note-list {
    padding-left: 2em;
}
.requirements-note-list-itm {
    margin-top: 1em;
    position: relative;
}
.requirements-note-list-itm::before {
    position: absolute;
    content: "・";
    font-size: 1.2em;
    top: -.1em;
    left: -1em;
}
.btn_area {
    width: 428px;
    margin: 64px auto 0;
    display: grid;
    gap: 16px;
}
.btn_area .btn a {
    width: 100%;
    height: 64px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    background: rgb(var(--main-color-red-rgb) / 1);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btn_area .btn.delay span {
    width: 100%;
    height: 64px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    background: #999;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btn_area .btn a::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.btn_area .btn-note {
    text-align: center;
}
.btn_area .txt {
    padding-right: 1em;
    font-size: 16px;
    text-align: right;
}
.btn_area .txt a {
    color: var(--main-color-red);
    text-decoration: none;
    position: relative;
}
.btn_area .txt a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-left: .3em;
    margin-bottom: 3px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.btn_area .btn-copy {
    font-size: .9em;
    font-weight: bold;
    color: var(--main-color-red);
    text-align: center;
}
@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: rgb(var(--main-color-red-rgb) / .8);
    }
    .note-event-link:hover, .btn_area .txt a:hover {
        text-decoration: underline;
    }
    .u-none--pc {
        display: none !important;
    }
}
/*==========================================

 SP

==========================================*/
@media screen and (max-width: 768px) {
    body, td, th {
        font-size: calc((16 / 375) * 100vw);
    }
    .requirements-ttl {
        height: calc((52 / 375) * 100vw);
        font-size: calc((24 / 375) * 100vw);
    }
    .mv-date {
        height: calc((140 / 375) * 100vw);
        flex-direction: column;
        gap: calc((8 / 375) * 100vw);
    }
    .mv-date-ttl {
        margin-left: 0;
        font-size: calc((16 / 375) * 100vw);
        font-weight: normal;
    }
    .mv-date-dt {
        font-size: calc((20 / 375) * 100vw);
        line-height: 1;
    }
    .mv-date-dd {
        font-size: calc((24 / 375) * 100vw);
        line-height: 1.2;
        text-align: center;
    }
    .mv-date-dd span {
        font-size: calc((20 / 375) * 100vw);
    }
    .note {
        padding-bottom: calc((24 / 375) * 100vw);
    }
    .note-lead {
        font-size: calc((18 / 375) * 100vw);
    }
    .note-detail {
        margin-top: calc((24 / 375) * 100vw);
    }
    .note-detail-dt {
        font-size: calc((20 / 375) * 100vw);
        width: calc((300 / 375) * 100vw);
    }
    .note-detail-dt:not(:first-child) {
        margin-top: calc((24 / 375) * 100vw);
    }
    .note-detail-dd {
        font-size: calc((18 / 375) * 100vw);
    }
    .note-detail-dd.date span {
        font-size: calc((15 / 375) * 100vw);
    }
    .note-detail-dd-txt2 {
        margin-top: calc((16 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
    }
    .note-detail-dd-txt3 {
        width: 88vw;
        margin-top: calc((8 / 375) * 100vw);
        font-size: calc((12 / 375) * 100vw);
    }
    .note-detail-dd-txt3 li {
        gap: 0;
    }
    .note-event {
        margin-top: calc((16 / 375) * 100vw);
    }
    .note-event-link::after {
        margin-bottom: 2px;
    }
    .note-step {
        margin-top: calc((24 / 375) * 100vw);
    }
    .note-step-list {
        margin-top: calc((32 / 375) * 100vw);
        display: grid;
        justify-content: center;
        gap: calc((40 / 375) * 100vw);
    }
    .note-step-itm {
        width: calc((300 / 375) * 100vw);
        padding: calc((10 / 375) * 100vw) 0 calc((15 / 375) * 100vw);
    }
    .note-step-itm:not(:last-child):after {
        width: calc((24 / 375) * 100vw);
        height: calc((24 / 375) * 100vw);
        top: auto;
        left: 0;
        right: 0;
        bottom: calc((-34 / 375) * 100vw);
        transform: rotate(90deg);
    }
    .note-step-itm-ttl1 {
        font-size: calc((32 / 375) * 100vw);
    }
    .note-step-itm-ttl2 {
        font-size: calc((24 / 375) * 100vw);
    }
    .note-step-itm-img {
        margin-top: calc((8 / 375) * 100vw);
    }
    .note-step-itm-img img {
        width: calc((64 / 375) * 100vw);
        height: calc((84 / 375) * 100vw);
    }
    .note-step-itm-txt {
        margin-top: calc((8 / 375) * 100vw);
        font-size: calc((13 / 375) * 100vw);
    }
    .requirements {
        width: 100vw;
        margin-top: calc((40 / 375) * 100vw);
    }
    .requirements.sub {
        margin-top: calc((20 / 375) * 100vw);
        padding-top: calc((20 / 375) * 100vw);
    }
    .requirements-list {
        display: grid;
    }
    .requirements-list-dt {
        width: 100vw;
        padding: 1.5em 2em 0;
        /*text-align: center;*/
    }
    .requirements-list-dd {
        width: 100vw;
        padding: 1em 2em 1.5em;
    }
    .requirements-inner-list-itm-detail {
        font-size: calc((15 / 375) * 100vw);
        grid-template-columns: 1fr;
    }
    .requirements-inner-list-itm-detail dt, .requirements-inner-list-itm-detail dd {
        padding: calc((10 / 375) * 100vw);
    }
    .requirements-note-list {
        padding-left: 1em;
    }
    .btn_area {
        width: calc((315 / 375) * 100vw);
        margin-top: calc((32 / 375) * 100vw);
        gap: calc((8 / 375) * 100vw);
    }
    .btn_area .btn a {
        height: calc((40 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
    }
    .btn_area .btn.delay span {
        height: calc((40 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
    }
    .btn_area .btn a::after {
        width: calc((6 / 375) * 100vw);
        height: calc((6 / 375) * 100vw);
        right: 1.5em;
    }
    .btn_area .btn-note {
        font-size: calc((14 / 375) * 100vw);
    }
    .btn_area .txt {
        font-size: calc((14 / 375) * 100vw);
    }
    .btn_area .txt a::after {
        width: .4em;
        height: .4em;
        margin-bottom: 2px;
    }
    .u-none--sp {
        display: none !important;
    }
}
.u-mt0 {
    margin-top: 0 !important;
}
.u-mt0_5em {
    margin-top: .5em !important;
}
.u-mt1em {
    margin-top: 1em !important;
}
.text-indent-align {
    margin-left: -20px;
}
.requirements-list-dd sup {
    font-size: .7em;
}
.mark-note {
    display: flex;
    gap: .2em;
}
.mark-note__sub {
    font-size: .9em;
}
.mark-note::before {
    content: "※";
}
@media screen and (max-width: 768px) {
    .mark-note {
        gap: .1em;
    }
    .text-indent-align {
        margin-left: calc((-15 / 375) * 100vw);
    }
}
.note-step-ttl {
    margin-top: 40px;
    font-size: 28px;
    font-weight: bold;
    color: var(--main-color-green);
    letter-spacing: .2em;
    width: 600px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.note-step-ttl::before, .note-step-ttl::after {
    content: "";
    flex-grow: .4;
    height: 2px;
    background: var(--main-color-green);
}
@media screen and (max-width: 768px) {
    .note-step-ttl {
        font-size: calc((24 / 375) * 100vw);
        width: calc((300 / 375) * 100vw);
    }
}
.requirements-step {
    margin-top: 1em;
    display: grid;
    gap: .5em;
}
.note-step-itm-link a {
    font-size: 13px;
    color: var(--main-color-red);
    text-decoration: none;
    position: relative;
}
.note-step-itm-link a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-left: .3em;
    margin-bottom: 3px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
    .note-step-itm-link a {
        font-size: calc((13 / 375) * 100vw);
    }
}
.note-step-mark {
    font-size: .9em;
    text-align: left;
    display: grid;
    justify-content: center;
}
.btn_area.sub {
    width: auto;
    margin-top: 1em;
}
.btn_area.sub .txt {
    text-align: left;
}
/*@media screen and (min-width: 769px), print {
    .requirements-list-dt, .requirements-list-dd {
        border-top: 2px dotted var(--main-color-green);
    }
    .requirements-list-dt:last-of-type, .requirements-list-dd:last-of-type {
        border-bottom: 2px dotted var(--main-color-green);
    }
}
@media screen and (max-width: 768px) {
    .requirements-list-dt {
        border-top: 2px dotted var(--main-color-green);
    }
    .requirements-list-dd:last-of-type {
        border-bottom: 2px dotted var(--main-color-green);
    }
}*/
/* キャンペーン終了 */
.endAnnounce {
    display: block;
    max-width: 1040px;
    border: 3px #ccc solid;
    color: var(--main-color-red);
    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 {
    margin-top: 32px;
    color: var(--main-color-red);
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .endAnnounce {
        font-size: calc(16 / 375 * 100vw);
        width: 96%;
    }
    .type_fin {
        margin-top: calc(32 / 375 * 100vw);
    }
}
/*js 表示切り替え用*/
.is-hidden {
    display: none;
}