@charset "utf-8";

#tss_2021winter {
    color: #000;
    width: auto;
}

#tss_2021winter section:first-child {
    margin-top: 0;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#tss_2021winter section:nth-child(2) {
    margin-top: 0;
}

#tss_2021winter section > *:not(.freepage_w100) {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
}

#tss_2021winter section > h3 {
    letter-spacing: 0.05em;
    position: relative;
}

#tss_2021winter section > h3::before {
    content: '';
    border-top: 1px solid;
    width: 800px;
    position: absolute;
    top: -40px;
    left: calc((100% - 800px) / 2);
}

#tss_2021winter section > h4 {
    letter-spacing: 0.05em;
}

#tss_2021winter section > p {
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#tss_2021winter_main {
    position: relative;
}

#tss_2021winter_main > p {
    line-height: 0;
}

#tss_2021winter_main > p:nth-child(2) {
    text-align: center;
    height: 60px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

#tss_2021winter_main > p img {
    height: 100%;
}

#tss_2021winter_h2 {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    cursor: default;
    z-index: 1;
}

#tss_2021winter_h2 h2 {
    margin-top: 0.5vw;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
}

#tss_2021winter_h2 p:nth-child(1) {
    color: #fff;
    line-height: 1;
}

#tss_2021winter_h2 p:nth-child(1) strong {
    padding: 0.5em 1em;
    border: 1px solid;
    border-radius: 2em;
    display: inline-block;
}

#tss_2021winter_h2 p:nth-child(2) {
    margin-top: 0.5em;
    font-family: linotype-didot-headline, serif;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 1em;
    line-height: 1;
    text-align: center;
    position: relative;
    display: inline-block;
}

#tss_2021winter_h2 p:nth-child(2)::before {
    content: '';
    border-top: 1px solid;
    width: 1em;
    position: absolute;
    top: calc(0.5em - 0.5px);
    left: -2em;
}

#tss_2021winter_h2 p:nth-child(2)::after {
    content: '';
    border-top: 1px solid;
    width: 1em;
    position: absolute;
    top: calc(0.5em - 0.5px);
    right: -1em;
}

#tss_2021winter_logo {
    margin: 0 auto;
    position: absolute;
    height: 60px;
    top: 20px;
    left: 0;
    right: 0;
}

#tss_2021winter_logo img {
    height: 100%
}

#tss_2021winter_title {
    color: #fff;
    font-family: linotype-didot-headline, serif;
    font-size: 8em;
    line-height: 0.75;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: default;
}

#tss_2021winter section > #tss_2021winter_desc {
    margin-top: 60px;
    width: auto;
    position: relative;
    display: inline-block;
}

#tss_2021winter section > #tss_2021winter_desc h3 {
    font-weight: bold;
}

#tss_2021winter section > #tss_2021winter_desc p {
    margin-top: 20px;
    font-size: 0.9em;
    font-weight: bold;
}

#tss_2021winter_item_list {
    padding: 40px;
    background: #f7f5ed;
}

#tss_2021winter_item_list li {
    padding: 40px;
    background: #fff;
    border-radius: 3em;
    position: relative;
}

#tss_2021winter_item_list li::before {
    content: '';
    background: repeating-linear-gradient(135deg, #f10519, #f10519 4px, transparent 4px, transparent 10px);
    border-radius: 3em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#tss_2021winter_item_list li::after {
    content: '';
    background: #eee;
    border-radius: 3em;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}

#tss_2021winter_item_list li + li {
    margin-top: 50px;
}

.tss_2021winter_item_list_heading {
    padding: 1em 1.5em;
    background: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 2px, transparent 20px);
    border-bottom: 1px solid #e60012;
    border-radius: 2em 2em 0 0;
    cursor: default;
    position: relative;
    z-index: 1;
}

.tss_2021winter_item_list_heading h4 {
    color: #e60012;
    font-size: 0.75em;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.tss_2021winter_item_list_heading p:nth-child(1) {
    color: #e60012;
    font-family: braisetto, script, serif;
    font-size: 6em;
    font-weight: 400;
    line-height: 1;
}

.tss_2021winter_item_list_heading p:nth-child(3) {
    margin-top: 20px;
    font-size: 0.9em;
    font-weight: bold;
}

.tss_2021winter_item_list_detail {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.tss_2021winter_item_list_detail > p {
    margin-top: 20px;
    border-radius: 2em;
    width: 440px;
    display: flex;
    align-items: center;
}

.tss_2021winter_item_list_detail > p img {
    padding: 20px;
    top: 0;
    left: 0;
}

.tss_2021winter_item_list_detail > div {
    margin-left: 20px;
    padding: 0 40px 40px;
    width: 780px;
}

.tss_2021winter_item_list_desc p {
    font-weight: bold;
}

.tss_2021winter_item_list_desc p strong {
    font-family: braisetto, script, serif;
    font-size: 3em;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.tss_2021winter_item_list_desc p span {
    margin-top: 0.5em;
    font-family: linotype-didot-headline, serif;
    font-weight: 400;
    position: relative;
    display: block;
}

.tss_2021winter_item_list_desc p span::before {
    content: '';
    border: 3.5em solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: -4.25em;
    left: 0;
    transform: scaleY(0.05);
}

.tss_2021winter_item_list_desc p:nth-child(1) {
    padding: 0 0.5em 0.5em;
    background: #666;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 8em;
    display: inline-block;
    position: relative;
}

.tss_2021winter_item_list_desc p:nth-child(1)::before {
    content: '';
    border: 2em solid #666;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: 0;
    bottom: -3em;
    transform: scaleY(50%);
}

.tss_2021winter_item_list_desc p:nth-child(1)::after {
    content: '';
    border: 2em solid #666;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: 0;
    bottom: -3em;
    transform: scaleY(50%);
}

.tss_2021winter_item_list_desc p:nth-child(2) {
    margin-top: 3em;
}

.tss_2021winter_item_list_link {
    margin-top: 30px;
    padding: 40px;
    background: repeating-linear-gradient(45deg, #ead5bf, #ead5bf 1px, transparent 1px, transparent 20px),                    repeating-linear-gradient(-45deg, #ead5bf, #ead5bf 1px, transparent 1px, transparent 20px), #fff;
    border-radius: 2em;
    position: relative;
}

.tss_2021winter_item_list_link h5 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2;
}

.tss_2021winter_item_list_link h5 a:hover {
    color: #000;
}

.tss_2021winter_item_list_link h5 a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tss_2021winter_item_list_link p:nth-child(2) {
    margin-top: 4px;
    color: #000;
    font-size: 1.25em;
    font-weight: bold;
}

.tss_2021winter_item_list_link p:nth-child(2) span {
    font-size: 0.8em;
}

.tss_2021winter_item_list_link p:nth-child(3) {
    margin-top: 20px;
    font-weight: bold;
}

.tss_2021winter_item_list_link p:nth-child(3) span {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e60012;
    color: #e60012;
    position: relative;
    display: inline-block;
    pointer-events: none;
    transition: 0.3s;
}

.tss_2021winter_item_list_link:hover p:nth-child(3) span {
    background: #eee;
}

.freepage_soldout .tss_2021winter_item_list_link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.freepage_soldout .tss_2021winter_item_list_link p:nth-child(3) span::after {
    content: '完売しました';
    background: #666;
    color: #fff;
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

#tss_2021winter section #tss_2021winter_item_list li:nth-child(1) div dl:hover dd:nth-child(2)::after, #tss_2021winter section #tss_2021winter_item_list li:nth-child(2) div dl:hover dd:nth-child(2)::after, #tss_2021winter section #tss_2021winter_item_list li:nth-child(3) div dl:hover dd:nth-child(2)::after {
    opacity: 0;
}

#tss_2021winter section #tss_2021winter_item_list li div dl dt a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#tss_2021winter section #tss_2021winter_item_list li div dl.freepage_soldout dd:nth-child(5) span::before {
    content: '完売しました';
    background: #000;
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

#tss_2021winter section #tss_2021winter_item_list li div dl.freepage_soldout dd:nth-child(5) span::after {
    background: #000;
}

#tss_2021winter section #tss_2021winter_item_list li div dl.freepage_soldout:hover {
    background: none;
}

#tss_2021winter section #tss_2021winter_item_list li div dl.freepage_soldout::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#tss_2021winter_item_list_mw .tss_2021winter_item_list_detail > p {
    background: #e0e2e0;
}

#tss_2021winter_item_list_mw .tss_2021winter_item_list_detail::after {
    content: '';
    background: url(/img/usr/freepage/202112_tss_2021winter/mw_pattern.png) 100% / auto 100% no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    top: -120px;
    right: 0;
}

#tss_2021winter section .freepage_item_list dl:nth-child(1) .freepage_item_list_icon ul li {
    background: #e0e2e0;
}

#tss_2021winter_item_list_r .tss_2021winter_item_list_detail > p {
    background: #fbf0e7;
}

#tss_2021winter_item_list_r .tss_2021winter_item_list_detail::after {
    content: '';
    background: url(/img/usr/freepage/202112_tss_2021winter/r_pattern.png) 100% / auto 100% no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    top: -120px;
    right: 0;
}

#tss_2021winter section .freepage_item_list dl:nth-child(2) .freepage_item_list_icon ul li {
    background: #fbf0e7;
}

#tss_2021winter_item_list_ck .tss_2021winter_item_list_detail > p {
    background: #f4efd5;
}

#tss_2021winter_item_list_ck .tss_2021winter_item_list_detail::after {
    content: '';
    background: url(/img/usr/freepage/202112_tss_2021winter/ck_pattern.png) 100% / auto 100% no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    top: -120px;
    right: 0;
}

#tss_2021winter section .freepage_item_list dl:nth-child(3) .freepage_item_list_icon ul li {
    background: #f4efd5;
}

#tss_2021winter section .tss_2021winter_item_list div p a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#tss_2021winter section .tss_2021winter_item_list > .freepage_soldout::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#tss_2021winter section .freepage_item_list dl .freepage_item_list_icon ul li {
    color: #000;
}


@media screen and (max-width: 768px) {
    #tss_2021winter {
        padding-bottom: 60px;
    }

    #tss_2021winter section > *:not(.freepage_w100) {
        margin-left: 4vw;
        margin-right: 4vw;
        width: auto;
    }

    #tss_2021winter section:first-child {
        margin: 0;
    }

    #tss_2021winter_main {
        padding: 0 0 20px;
        background: #bcbfbc;
    }

    #tss_2021winter_main > p:nth-child(2) {
        margin-top: 10px;
        height: 40px;
        position: static;
    }

    #tss_2021winter_main > div {
        margin-top: 14px;
        position: static;
    }

    #tss_2021winter_h2 p:nth-child(1) strong {
        font-size: 3vw;
    }

    #tss_2021winter_h2 h2 {
        font-size: 4vw;
    }

    #tss_2021winter_logo {
        margin-top: 2vw;
        height: 8vw;
        position: inherit;
        top: 0;
    }

    #tss_2021winter_title {
        text-align: center;
        margin-top: 6vw;
        font-size: 12vw;
        position: inherit;
    }

    #tss_2021winter_item_list {
        padding: 4vw;
    }

    #tss_2021winter_item_list li {
        padding: 10vw;
    }

    #tss_2021winter section .tss_2021winter_item_list_detail {
        display: block;
    }

    #tss_2021winter section .tss_2021winter_item_list_detail::after {
        content: none;
    }

    #tss_2021winter_item_list li + li {
        margin-top: 20px;
    }

    .tss_2021winter_item_list_heading {
        text-align: center;
    }

    .tss_2021winter_item_list_heading h4 {
        display: block;
    }

    .tss_2021winter_item_list_heading p:nth-child(1) {
        font-size: 4em;
    }

    .tss_2021winter_item_list_detail > p {
        width: auto;
        height: auto;
    }

    .tss_2021winter_item_list_detail > div {
        margin: 0;
        padding: 0;
        width: auto;
    }

    .tss_2021winter_item_list_desc {
        text-align: center;
    }

    .tss_2021winter_item_list_link {
        padding: 20px;
        text-align: center;
        transition: none;
    }

    .tss_2021winter_item_list_link p:nth-child(3) span {
        transition: none;
    }

    #tss_2021winter_item_list_or .tss_2021winter_item_list_detail > div, #tss_2021winter_item_list_pl .tss_2021winter_item_list_detail > div, #tss_2021winter_item_list_nvy .tss_2021winter_item_list_detail > div {
        background-position: center;
    }
}

@media screen and (min-width: 1321px) {
    #tss_2021winter_h2 {
        bottom:  1.5vw;
    }

    #tss_2021winter_h2 h2 {
        font-size: 1.3vw;
    }

    #tss_2021winter_h2 p:nth-child(1) strong {
        font-size: 1.1vw;
    }

    #tss_2021winter_h2 p:nth-child(2) {
        font-size: 1.75vw;
    }

    #tss_2021winter_main > p:nth-child(2) {
        margin-top: 1vw;
        height: 5vw;
    }
}