@charset "utf-8";

#mothersday {
    width: auto;
}

#mothersday section {
    text-align: center;
    width: auto;
    position: relative;
}

#mothersday section:first-child {
    padding-bottom: 30px;
    background: #f3f3f3;
}

#mothersday section > *:not(.freepage_w100) {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
}

#mothersday h2 {
    margin-top: 40px;
    color: #e60012;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

#mothersday h2 + p {
    margin-top: 20px;
    color: #e60012;
    line-height: 1.5;
}

#mothersday h3 {
    margin: 0;
    color: #e60012;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 2em;
    font-weight: 700;
    width: auto!important;
    position: relative;
    display: inline-block;
}

#mothersday h3::before, #mothersday h3::after {
    content: '';
    background: linear-gradient(135deg, transparent 0%, transparent 45%, #e60012 45%, #e60012 55%, transparent 55%, transparent 100%);
    width: 0.6em;
    height: 0.4em;
    position: absolute;
    top: calc(50% - 0.2em);
}

#mothersday h3::before {
    left: -2em;
}

#mothersday h3::after {
    right: -2em;
}

#mothersday h3 #dyt {
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#mothersday h4 {
    color: #ec9d92;
}

#mothersday nav {
    margin-top: 10px;
    font-weight: bold;
}

#mothersday nav ol {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#mothersday nav ol li {
    margin: 20px 0 0 40px;
    background: #fff;
    border-radius: 0.5em;
    width: 14em;
    display: block;
}

#mothersday nav ol li a {
    padding: 1em 2em 2em;
    border: none;
    border-radius: 0.5em;
    width: 100%;
}

#mothersday nav ol li a:hover {
    background: inherit;
}

#mothersday_intro {
    padding: 80px 0;
    color: #e60012;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#mothersday_intro > p {
    margin: 0;
    width: 118%;
    position: absolute;
    top: -46%;
    right: -17%;
}

#mothersday_card {
    margin-left: 5%;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    cursor: default;
    box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.2);
    transform: rotate(-5deg);
}

#mothersday_card::before {
    content: '';
    background: linear-gradient(135deg, transparent 0%, transparent 20%, #e60012 20%, #e60012 30%, transparent 30%, transparent 100%);
    width: 40%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
}

#mothersday_card::after {
    content: '';
    background: linear-gradient(135deg, transparent 0%, transparent 70%, #e60012 70%, #e60012 80%, transparent 80%, transparent 100%);
    width: 40%;
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
}

#mothersday_card p img {
    height: 100%;
}

#mothersday_card p:nth-child(1) {
    margin: 0;
    line-height: 0;
    text-align: center;
    height: 36px;
}

#mothersday_card p:nth-child(2) {
    margin-top: 0.25em;
    font-family: braisetto, script;
    font-size: 5em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transform: rotate(-10deg);
}

#mothersday_card p:nth-child(3) {
    margin-top: 1.5em;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-size: 1.75em;
    line-height: 0;
    text-align: center;
}

#mothersday_intro nav dl dt a {
    color: #ff450b;
}

#mothersday_intro nav dl dt a span::after {
    content: url(/img/usr/freepage/202104_mothersday/arrow_01_mothersday.svg);
    margin-left: 8px;
    line-height: 0;
    vertical-align: middle;
    width: 4px;
    height: 4px;
}

#mothersday_intro nav dl:hover {
    border-color: #fff;
    opacity: 1;
}

#mothersday_intro nav dl::before {
    content: '';
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#mothersday_intro .freepage_personalise {
    margin: 0 40px 60px;
    position: relative;
    z-index: 1;
}

#mothersday_intro .freepage_personalise h3, #mothersday_intro .freepage_personalise h4 {
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

#mothersday_personalise {
    text-align: center;
}

#mothersday_personalise h3 small {
    font-size: 0.6em
}

#mothersday #mothersday_personalise_detail {
    margin-top: 30px;
    text-align: left;
    width: auto;
    display: inline-block;
}

#mothersday_personalise_detail dl {
    margin-top: 10px;
    color: #e60012;
    display: list-item;
}

#mothersday_personalise_detail dt, #mothersday_personalise_detail dd {
    display: inline-block;
}

#mothersday_personalise_detail dt {
    color: #000;
    width: 10em;
    font-weight: bold;
}

#mothersday_personalise_detail dd {
    color: #565656;
}

#mothersday #mothersday_personalise_order_step {
    margin-top: 30px;
    padding: 20px;
    background: #f3f3f3;
    border-radius: 10px;
}

#mothersday #mothersday_personalise_order_step h4 {
    margin: 0;
}

#mothersday .personalise_order_step {
    margin-top: 20px;
    justify-content: space-around;
}

#mothersday .personalise_order_step_sec {
    padding: 10px 10px 20px;
    background: #fff;
    width: 380px;
}

#mothersday_budget ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

#mothersday_budget li {
    margin: 20px 0 0 20px!important;
    width: calc(1320px / 3 - 40px);
}

#mothersday_budget li a {
    width: 100%;
    height: 100%;
}

.mothersday_description {
    margin-top: 40px;
    padding: 40px;
    background: #ec9d92;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    counter-increment: number;
}

.freepage_item_list + .mothersday_description, .mothersday_item_list_link + .mothersday_description{
    margin-top: 80px;
}

#mothersday .mothersday_description > * {
    flex-basis: calc(50% - 20px);
    z-index: 1;
}

#mothersday .mothersday_description > p img {
    border-radius: 8px;
}

#mothersday .mothersday_description div {
    padding: 40px;
    border: 4px solid #fff;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#mothersday .mothersday_description div::before {
    content: '';
    border: 4px solid #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}

#mothersday .mothersday_description div::after {
    content: 'Scene' counter(number);
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    color: #9b675c;
    font-family: braisetto, script;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mothersday .mothersday_description div * {
    position: relative;
}

#mothersday .mothersday_description div h4 {
    margin-top: 20px;
    color: #fff;
    font-size: 1.25em;
}

#mothersday .mothersday_description div p {
    margin-top: 10px;
}

#mothersday .mothersday_description div p strong {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 1.75em;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 700;
}

#mothersday .mothersday_description div p.mothersday_link {
    margin-top: 20px;
}

#mothersday .mothersday_description div p.mothersday_link a {
    padding: 10px 50px;
    border: 1px solid;
    border-radius: 2px;
    color: #e60012;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

#mothersday .mothersday_description div p.mothersday_link a:hover {
    background: #f3f3f3;
}

#mothersday .mothersday_description div p.mothersday_link a::before {
    content: '';
    background: #e60012;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
}

#mothersday .mothersday_description div p.mothersday_link a::after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 22px;
    top: calc(50% - 3px);
    transform: rotate(-45deg);
}

#mothersday .mothersday_item_list_link {
    margin: 30px 0 0 -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#mothersday .mothersday_item_list_link li {
    margin: 20px 0 0 20px!important;
    width: 22em;
}

#mothersday .mothersday_item_list_link li a {
    width: 100%;
}

#mothersday .freepage_item_list dl .freepage_item_list_icon ul li {
    background: #ec9d92;
}

#mothersday:first-child {
    z-index: 1;
}

#mothersday:first-child p:first-child {
    margin-top: 0;
    line-height: 0;
}

#mothersday:first-child p a {
    padding: 2px 16px 2px 8px;
    border: 1px solid #000;
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

#mothersday:first-child p a:hover {
    background: #000;
    color: #fff;
    opacity: 1!important;
}

#mothersday:first-child p a::after {
    content: url(/img/usr/freepage/arrow_01_b.svg);
    margin: auto 0;
    line-height: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
}

#mothersday section .freepage_icon li h5 {
    margin-top: 20px;
    font-size: 1.1em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}

#mothersday section .egift_flow {
    margin: 0 auto 0 calc(50% - 660px);
}

#mothersday .egift_flow li {
    margin: 20px 0 0 40px;
    display: flex;
    flex-basis: 320px;
    flex-direction: column;
}

.egift_flow li p {
    text-align: justify;
    order: 3;
}

#mothersday .egift_flow li p:nth-of-type(2) {
    margin: 40px auto 0;
    width: 80%;
    order: 1;
}

.egift_flow li p:nth-of-type(2) img {
    border-radius: 20px 20px 0 0;
    box-shadow: 8px 8px 20px #0004;
}


@media screen and (max-width: 768px) {
    #mothersday section {
        margin: 0;
        padding-top: 0;
        padding-bottom: 40px;
    }

    #mothersday section > *:not(.freepage_w100) {
        margin-left: 4vw;
        margin-right: 4vw;
        width: auto;
    }

    #mothersday h2 {
        font-size: 2em;
    }

    #mothersday h3 {
        margin-top: 40px;
        font-size: 1.6em;
    }

    #mothersday > p + .mothersday_description {
        margin-top: 30px;
    }

    #mothersday nav ol {
        margin: 20px 0 0;
    }

    #mothersday nav ol li {
        margin: 10px 0 0;
        width: 92vw;
    }

    #mothersday_intro {
        padding: 20vw 0;
        color: #e60012;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
    }

    #mothersday_intro > p {
        width: 390vw;
        height: 100%;
        top: -50vw;
        right: -86vw;
    }

    #mothersday_card {
        margin: 0;
        padding: 8vw;
        background: #fff9;
        backdrop-filter: blur(1vw);
    }

    #mothersday_card p:nth-child(1) {
        height: 2em;
    }

    #mothersday_card p:nth-child(2) {
        font-size: 3em;
    }

    .img_personalise {
        margin: 20px 0 0!important;
        height: 22vw;
        position: relative;
        overflow: hidden;
    }

    .img_personalise span {
        width: 200vw;
        position: absolute;
        top: 0;
        left: -50vw;
    }

    #mothersday_personalise_detail {
        padding-left: 1.5em;
    }

    #mothersday_personalise_detail dt, #mothersday_personalise_detail dd {
        display: block;
    }

    #mothersday_personalise_detail dd {
        margin-top: 0.25em;
    }

    #mothersday .personalise_order_step_sec {
        padding: 4vw;
        width: auto;
    }
    
    #mothersday_budget li {
        margin: 10px 0 0 0!important;
        width: 100%;
    }

    #mothersday .mothersday_description {
        margin-top: 40px;
        padding: 20px 4vw;
        display: block;
    }

    #mothersday .mothersday_description > div {
        margin-top: 30px;
        padding: 30px;
    }

    #mothersday .mothersday_item_list_link {
        margin: 20px 0 0;
        display: block;
    }
    
    #mothersday .mothersday_item_list_link li {
        margin: 10px 0 0!important;
        width: 100%;
    }

    #mothersday:first-child {
        padding: 0;
    }

    #mothersday section .egift_flow {
        margin: 0 0 0 -40px;
    }
}

@media screen and (min-width: 1321px) {
    #mothersday_intro {
        padding: 6vw 0;
    }

    #mothersday_card {
        padding: 3vw;
        box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.2);
    }

    #mothersday_card p:nth-child(1) {
        height: 2.75vw;
    }

    #mothersday_card p:nth-child(2) {
        font-size: 5.5vw;
    }

    #mothersday_card p:nth-child(3) {
        font-size: 2vw;
    }
}