/******************************
    common 
******************************/
.pane-contents .container {
    width: 100%;
    padding: 0;
}

.pane-contents {
    padding: 0;
}

.pane-left-menu {
    display: none;
}

h1,
h2,
h3 {
    padding: 0;
    margin: 0;
    background: transparent;
}

.color-red {
    color: #CC0000;
}

.block-event-page--goods {
    margin: 0;
}

.block-separat {
    display: none;
}

.js-block-header-fix-wrap {
    position: relative;
    z-index: 100;
}

.block-page-top {
    z-index: 101;
}

.sp_only {
    display: none !important;
}

.pc_only {
    display: block !important;
}

.pane-main {
    background-color: #0c1578;
}
.pane-main {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}
.block-event-page--accessory section {
    position: relative;
    z-index: 3;
}

/* common pc */
html[data-browse-mode="P"] .sp {
    display: none;
}

html[data-browse-mode="P"] .wrapper {
    min-width: 1320px;
    overflow: hidden;
}
html[data-browse-mode="P"] .pane-main {
    background-image: url(/img/usr/event/anniversary-teaser/2024/bg_fix.png);
}
html[data-browse-mode="P"] .pane-footer {
    min-width: 1320px;
}

@media only screen and (min-width: 479px) and (max-width: 1200px) {
    html[data-browse-mode="P"] .pane-footer, .wrapper {
        width: auto;
    }
}

html[data-browse-mode="P"] .content_inner {
    width: 1200px;
    margin: 0 auto;
}

html[data-browse-mode="P"] .pane-right-menu {
    width: 100%;
}

html[data-browse-mode="P"] #block_of_itemhistory {
    margin: 0 auto;
}

html[data-browse-mode="P"] .content_wrap {
    margin: 0 auto;
    width: calc(1210px - 10px);
    background-color: #ffffff;
    border: solid 5px #DAA338;
    padding: 50px 80px;
    margin: 30px auto 120px;
    position: relative;
}
html[data-browse-mode="P"] .content_wrap::before {
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_bg_01.png);
    background-size: contain;
    width: 403px;
    height: 407px;
    top: -190px;
    left: -110px;
    position: absolute;
    z-index: -1;
}
html[data-browse-mode="P"] .content_wrap::after {
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_bg_02.png);
    background-size: contain;
    width: 470px;
    height: 471px;
    top: 0;
    right: -182px;
    position: absolute;
    z-index: -1;
}
html[data-browse-mode="P"] .content_ttl {
    width: 780px;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
html[data-browse-mode="P"] .content_ttl::before {
    position: absolute;
    content: "";
    width: 203px;
    height: 190px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/ttl_bg_01.png);
    top: 50%;
    left: -230px;
    transform: translate(0, -50%);
}
html[data-browse-mode="P"] .content_ttl::after {
    position: absolute;
    content: "";
    width: 207px;
    height: 149px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/ttl_bg_02.png);
    top: 50%;
    right: -250px;
    transform: translate(0, -50%);
}
/* common sp */
[data-browse-mode="S"] .wrapper {
    padding-top: 0 !important;
    overflow: visible;
}

[data-browse-mode="S"] .pane-header {
    position: relative;
    transform: translate(0px, 0px) !important;
}
html[data-browse-mode="S"] .pane-footer {
    z-index: 10;
    position: relative;
}
html[data-browse-mode="S"] .pc,
html[data-browse-mode="S"] .anchor_list.pc {
    display: none;
}

html[data-browse-mode="S"] .content_inner {
    padding: 0 8px;
}

html[data-browse-mode="S"] main.pane-main {
    overflow: hidden;
    padding: 0 0 54px;
}
/* html[data-browse-mode="S"] .pane-main::before {
    padding-top: 0;
    padding-bottom: 54px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/bg_fix_sp.png);
} */
html[data-browse-mode="S"] .pane-main::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:0;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background-image: url(/img/usr/event/anniversary-teaser/2024/bg_fix_sp.png);
    background-size:cover;
}
html[data-browse-mode="S"] .sp_only {
    display: block !important;
}

html[data-browse-mode="S"] .pc_only {
    display: none !important;
}

html[data-browse-mode="S"] .content_wrap {
    width: calc(100% - 16px);
    background-color: #ffffff;
    border: solid 5px #DAA338;
    padding: 30px 5px;
    margin: 20px auto 80px;
    position: relative;
}
html[data-browse-mode="S"] .content_wrap::before {
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_bg_01_sp.png);
    background-size: contain;
    width: calc(806px / 2);
    height: calc(814px / 2);
    top: -20vw;
    left: -37vw;
    position: absolute;
    z-index: -1;
}
html[data-browse-mode="S"] .block-more-btn {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

html[data-browse-mode="S"] .content_ttl {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
html[data-browse-mode="S"] .content_ttl::before {
    position: absolute;
    content: "";
    width: calc(116px / 2);
    height: calc(121px / 2);
    background-image: url(/img/usr/event/anniversary-teaser/2024/ttl_bg_03_sp.png);
    top: 50%;
    left: -17vw;
    transform: translate(0, -50%);
    background-size: contain;
}
html[data-browse-mode="S"] .content_ttl::after {
    position: absolute;
    content: "";
    width: calc(138px / 2);;
    height: calc(152px / 2);;
    background-image: url(/img/usr/event/anniversary-teaser/2024/ttl_bg_04_sp.png);
    top: 50%;
    right: -17vw;
    transform: translate(0, -50%);
    background-size: contain;
}
/******************************
    mv 
******************************/
.mv {
    position: relative;
    z-index: 3;
}
.mv .participateCampaign_btn.-red {
    background: #C52431;
    border: solid 2px #ffffff;
}
.mv_image img {
    width: 100%;
    height: auto;
}
html[data-browse-mode="P"] .mv_txt {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translate(-50%, 0px);
}
@media (max-width: 1320px) {
    html[data-browse-mode="P"] .mv_txt {
        bottom: 20px;
    }
}
html[data-browse-mode="S"] .mv {
    background-image: url(/img/usr/event/anniversary-teaser/2024/mv_bg_sp.png);
    background-size: cover;
}
html[data-browse-mode="S"] .mv_txt {
    padding: 40px 20px 30px;
    text-align: center;
}
/******************************
    countdown
******************************/
.countdown_bg {
    background-image: url(/img/usr/event/anniversary-teaser/2024/timer_bg.png);
    padding: 10px 0 35px;
}
.countdown {
    font-family: "Zen Kaku Gothic New", serif;
    color: #001379;
}
html[data-browse-mode="S"] .countdown {
    font-family: "Noto Sans JP", sans-serif;
}
.countdown_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #001379;
    font-weight: bold;
    font-size: 44px;
}
.countdown_ttl span {
    font-size: 78px;
    transform: translate(0px, -7px);
}

.countdown_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto;
}

.countdown_box .bloc-time {
    display: flex;
    align-items: flex-end;
    text-align: center;
    margin-right: 26px;
}

.countdown_box .bloc-time:nth-of-type(2) {
    margin-right: 16px;
}

.countdown_box .bloc-time:last-child {
    margin-right: 0;
}

.countdown_box .figure {
    position: relative;
    height: 92px;
    width: 72px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(138, 97, 5, 0.7);
}

.countdown_box .figure:last-child {
    margin-right: 0;
}

.countdown_box .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 56px;
    font-weight: bold;
}

.countdown_box .figure .top::after,
.countdown_box .figure .bottom-back::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.countdown_box .figure .top {
    z-index: 3;
    background-color: #fff;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-transform: perspective(200px);
    -ms-transform: perspective(200px);
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
}

.countdown_box .figure .bottom {
    z-index: 1;
}

.countdown_box .figure .bottom::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.02);
}

.countdown_box .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #fff;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.countdown_box .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.countdown_box .figure .top,
.countdown_box .figure .top-back {
    height: 50%;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.countdown_box .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: perspective(200px) rotateX(180deg);
    -ms-transform: perspective(200px) rotateX(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.countdown_box .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

.countdown-txt {
    font-size: 30px;
    color: #001379;
    font-weight: bold;
}

.countdown-txt.-vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/* countdown sp */

[data-browse-mode="S"] .countdown_bg {
    background-image: url(/img/usr/event/anniversary-teaser/2024/timer_bg_sp.png);
    padding: 10px 0 10px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 4px rgb(255 232 127 / 30%);
}
[data-browse-mode="S"] .countdown_ttl {
    font-size: 20px;
}
[data-browse-mode="S"] .countdown_ttl span {
    font-size: 35px;
    transform: translate(0px, -4px);
}
[data-browse-mode="S"] .countdown_box .figure {
    width: 30px;
    height: 39px;
    margin-right: 3px;
    box-shadow: none;
}

[data-browse-mode="S"] .countdown_box .figure:nth-of-type(2) {
    margin-right: 3px;
}

[data-browse-mode="S"] .countdown_box .bloc-time {
    margin-right: 2px;
}

[data-browse-mode="S"] .countdown_box .bloc-time:last-child {
    margin-right: 0;
}

[data-browse-mode="S"] .countdown-txt {
    font-size: 14px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    letter-spacing: 2px;
}

[data-browse-mode="S"] .bloc-time.hours .countdown-txt {
    position: relative;
    top: 1px;
}

[data-browse-mode="S"] .countdown_box .figure > span {
    font-size: 24px;
    line-height: 38px;
}

[data-browse-mode="S"] .countdown_box .bloc-time {
    align-items: center;
}


/******************************
    participateCampaign
******************************/
.participateCampaign {
    font-family: "Zen Kaku Gothic New", serif;
}

html[data-browse-mode="S"] .participateCampaign {
    font-family: "Noto Sans JP", sans-serif;
}
.participateCampaign_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    border-radius: 100vh;
    line-height: 1;
    position: relative;
}

.participateCampaign_btn::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    background-image: url(/img/usr/event/blackfriday-teaser/icon_arr_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: 0.3s;
}

.participateCampaign_btn.-blue {
    background: #081570;
    border: solid 2px #ffffff;
}

.participateCampaign_btn.-red {
    background: #C52431;
    border: solid 2px #C52431;
}
.participateCampaign_btn-txt.-hide {
    display: none;
}

.participateCampaign_btn:hover .participateCampaign_btn-txt.-hover {
    display: none;
}

.participateCampaign_btn:hover .participateCampaign_btn-txt.-hide {
    display: block;
}

.participateCampaign_btn:hover,
.participateCampaign_btn:focus {
    text-decoration: none;
}

.participateCampaign_fixedContent {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 18px 20px 23px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(101%);
    transition: transform 0.5s ease 0s;
    z-index: 100;
}

.participateCampaign_fixedContent.is-fixed {
    display: block;
    bottom: 0;
    transform: translateY(0);
}

.participateCampaign_btn-topTxt {
    text-align: center;
    color: #121212;
    line-height: 1.3;
    font-weight: bold;
}

.participateCampaign_fixedContent-button {
    display: flex;
    justify-content: center;
}
.participateCampaign_fixedContent .participateCampaign_btn.-blue {
    border: solid 2px #081570;
}
.participateCampaign_fixedContent .participateCampaign_btn.-red {
    border: solid 2px #C52431;
}
.participateCampaign_fixedContent .participateCampaign_btn-topTxt {
    color: #fff;
    font-weight: normal;
}
.participateCampaign_btn.-end {
    background: #EBEBEB;
    color: #9A9A9A;
    border: solid 2px #EBEBEB;
    cursor: auto;
    display: none;
}
.participateCampaign_btn.-end::before,
.participateCampaign_btn.-end::after  {
    display: none;
}
.campaign_entry_el.entry_done .participateCampaign_btn {
    display: none;
}
.campaign_entry_el.entry_done .participateCampaign_btn.-end {
    display: flex;
}

/* participateCampaign pc */

/* html[data-browse-mode="P"] .participateCampaign_wrap {
    margin: 30px auto 0;
    padding: 15px 0 16px;
    width: 919px;
}

html[data-browse-mode="P"] .participateCampaign_wrap-txt {
    margin-bottom: 15px;
    font-size: 28px;
}

html[data-browse-mode="P"] .participateCampaign_wrap-txt-lg {
    font-size: 34px;
    position: relative;
    top: 3px;
}

html[data-browse-mode="P"] .participateCampaign_wrap-txt-maker {
    background: linear-gradient(transparent 65%, #FFF453 35%);
} */

html[data-browse-mode="P"] .participateCampaign {
    position: absolute;
    bottom: 12.4vw;
    left: 50%;
    transform: translate(-50%, 0px);
}
@media (max-width: 1320px) {
    html[data-browse-mode="P"] .participateCampaign {
        bottom: 165px;
    }
}
html[data-browse-mode="P"] .participateCampaign_box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
}

html[data-browse-mode="P"] .participateCampaign_btn {
    width: 360px;
    height: 51px;
    font-size: 18px;
    transition: 0.3s;
}

html[data-browse-mode="P"] .participateCampaign_btn::before {
    content: '';
    width: 14px;
    height: 2.5px;
    border-radius: 100vh;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    transition: 0.3s;
}

html[data-browse-mode="P"] .participateCampaign_btn.-blue:hover {
    background: #fff;
    color: #081570;
    border-color: #081570;
}

html[data-browse-mode="P"] .participateCampaign_btn.-blue:hover::before {
    content: '';
    width: 25px;
    right: 14px;
    background: #081570;
}

html[data-browse-mode="P"] .participateCampaign_btn.-blue:hover::after {
    background-image: url(/img/usr/event/blackfriday-teaser/icon_arr_blue.png);
    right: 12px;
}

html[data-browse-mode="P"] .participateCampaign_btn.-red:hover {
    background: #fff;
    color: #C52431;
    border-color: #C52431;
}

html[data-browse-mode="P"] .participateCampaign_btn.-red:hover::before {
    content: '';
    width: 25px;
    right: 14px;
    background: #C52431;
}

html[data-browse-mode="P"] .participateCampaign_btn.-red:hover::after {
    background-image: url(/img/usr/event/blackfriday-teaser/icon_arr_red.png);
    right: 12px;
}

html[data-browse-mode="P"] .participateCampaign_btn:hover span::before {
    font-size: 18px;
}

html[data-browse-mode="P"] .participateCampaign_btn-topTxt {
    font-size: 14px;
    margin-bottom: 7px;
}

html[data-browse-mode="P"] .participateCampaign_btn-txt-sm {
    font-size: 10px;
}

html[data-browse-mode="P"] .participateCampaign_fixedContent-button {
    gap: 40px;
}


/* participateCampaign sp */

html[data-browse-mode="S"] .participateCampaign_wrap {
    padding: 16px 3px 18px;
}

html[data-browse-mode="S"] .participateCampaign_wrap-txt {
    margin-bottom: 15px;
    font-size: 20px;
}

html[data-browse-mode="S"] .participateCampaign_wrap-txt-lg {
    font-size: 22px;
    position: relative;
    top: 2px;
}

html[data-browse-mode="S"] .participateCampaign_wrap-txt-maker {
    background: linear-gradient(transparent 55%, #FFF453 45%);
}

html[data-browse-mode="S"] .participateCampaign_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

html[data-browse-mode="S"] .participateCampaign_btn-topTxt {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    color: #080A09;
}

html[data-browse-mode="S"] .participateCampaign_btn-txt-sm {
    font-size: 10px;
}

html[data-browse-mode="S"] .participateCampaign_btn {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    margin: 0 auto 15px;
    padding: 12px 35px;
}

html[data-browse-mode="S"] .participateCampaign_btn:last-child {
    margin-bottom: 0;
}

html[data-browse-mode="S"] .participateCampaign_btn::after {
    width: 18px;
    height: 12px;
    right: 13px;
}

html[data-browse-mode="S"] .participateCampaign_fixedContent {
    padding: 10px 20px;
}

html[data-browse-mode="S"] .participateCampaign_fixedContent-button {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

html[data-browse-mode="S"] .participateCampaign_fixedContent-button .participateCampaign_btn-wrap {
    width: 100%;
}

html[data-browse-mode="S"] .participateCampaign_fixedContent-button .participateCampaign_btn {
    margin-bottom: 0;
}

/******************************
    situation
******************************/
.situation {
    font-family: "Zen Kaku Gothic New", serif;
    position: relative;
}
html[data-browse-mode="P"] .situation {
    background-color: rgb(255 255 255 / 15%);
    padding: 54px 0 40px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.situation_ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-bottom: 36px;
}
.situation_list {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}
.situation_list li {
    border: 4px solid #001379;
    position: relative;
    flex: 1;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 14px 12px;
}
.entry_batch {
    position: relative;
}
.entry_batch::after {
    position: absolute;
    content: "";
    background-size: 100%;
    width: 109px;
    height: 109px;
    right: 0;
    top: -35px;
    display: none;
}
.entry_batch.entry_done::after {
    display: block;
    background-image: url(/img/usr/event/anniversary-teaser/2024/entry_img_02.png);
}
.entry_batch.entry_not::after {
    display: block;
    background-image: url(/img/usr/event/anniversary-teaser/2024/entry_img_01.png);
}
.situation_txt {
    font-size: 22px;
    font-weight: bold;
    color:#001379;
}
.situation_txt span {
    font-size: 37px;
    font-weight: 500;
    line-height: 1;
    padding: 0 2px;
    position: relative;
    top: 1px;
    font-family: "Roboto", serif;
}
.situation-txt span {
    font-size: 37px;
}
.situation_date {
    font-size: 21px;
    font-weight: bold;
}
.situation_date-num {
    font-size: 27px;
}
.situation_notes {
    font-size: 14px;
    color: #ffffff;
}

/* situation sp */
html[data-browse-mode="S"] .situation {
    background-color: rgb(255 255 255 / 25%);
    padding: 26px 0 40px;
    z-index: 3;
}
html[data-browse-mode="S"] .situation_ttl {
    font-size: 20px;
    margin-bottom: 15px;
}
html[data-browse-mode="S"] .situation_list {
    display: block;
    margin-bottom: 15px;
}
html[data-browse-mode="S"] .situation_list li {
    padding: 6px 62px 7px 15px;
    line-height: 1.1;
    border: 3px solid #001379;
}
html[data-browse-mode="S"] .situation_list li ~ li {
    margin-top: 5px;
    
}
html[data-browse-mode="S"] .situation_txt {
    font-size: 15px;
}
html[data-browse-mode="S"] .situation_txt span {
    font-size: 24px;
}
html[data-browse-mode="S"] .situation_date {
    font-size: 16px;
}
html[data-browse-mode="S"] .situation_date-num {
    font-size: 20px;
}
html[data-browse-mode="S"] .entry_batch::after {
    background-size: contain;
    width: calc(157px / 2);
    height: calc(157px / 2);
    right: 0;
    top: -15px;
}
html[data-browse-mode="S"] .entry_batch.entry_done::after {
    background-image: url(/img/usr/event/anniversary-teaser/2024/entry_img_02_sp.png);
}
html[data-browse-mode="S"] .entry_batch.entry_not::after {
    background-image: url(/img/usr/event/anniversary-teaser/2024/entry_img_01_sp.png);
}
html[data-browse-mode="S"] .situation_notes {
    line-height: 1.7;
}
html[data-browse-mode="S"] .situation_notes {
    line-height: 1.66;
    font-size: 12px;
    font-weight: 400;
}
html[data-browse-mode="S"] .situation .content_inner {
    padding: 0 15px;
}
/******************************
    fixedMenu
******************************/
.fixedMenu {
    font-family: "Zen Kaku Gothic New", serif;
    position: fixed;
    right: 0;
    transform: translate(101%, -50%);
    z-index: 900;
    transition: 0.5s;
}
html[data-browse-mode="S"] .fixedMenu {
    font-family: "Noto Sans JP", sans-serif;
}
.fixedMenu.is-fixed {
    transform: translate(0%, -50%);
    transition: 0.5s;
}

.fixedMenu_list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.fixedMenu_item {
    color: #080A09;
    border: solid 4px #E1A424;
    font-weight: bold;
    border-right: none;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

.fixedMenu_item:hover,
.fixedMenu_item:focus {
    text-decoration: none;
}

.fixedMenu_item-gold {
    color: #E1A424;
}

.fixedMenu_item-num {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

/* fixedMenu pc */
html[data-browse-mode="P"] .fixedMenu {
    top: 60%;
    right: -60px;
}

html[data-browse-mode="P"] .fixedMenu_item {
    display: flex;
    width: 326px;
    height: 70px;
    font-size: 13px;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
}
html[data-browse-mode="P"] .fixedMenu_item span {
    font-size: 21px;
}
html[data-browse-mode="P"] .fixedMenu_item:hover {
    opacity: 0.8;
    transition: 0.5s;
}

html[data-browse-mode="P"] .fixedMenu_item .fixedMenu_item-num {
    font-size: 31px;
    position: relative;
    top: 2px;
}

/* fixedMenu sp */
[data-browse-mode="S"] .fixedMenu {
    display: none !important;
}

/******************************
    anchor
******************************/
.anchor {
    font-family: "Zen Kaku Gothic New", serif;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
}
html[data-browse-mode="S"] .anchor {
    font-family: "Noto Sans JP", sans-serif;
}
.anchor_ttl {
    display: flex;
    justify-content: center;   
    position: relative;
    z-index: 2;
}

.anchor_list {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.anchor_link {
    display: block;
    position: relative;
    box-shadow: 1px 1px 8px 4px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
.anchor_link:hover,
.anchor_link:focus {
    text-decoration: none;
}

.anchor_link::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}
.anchor_link.anchor_batch.-icon01::before,
.anchor_link.anchor_batch.-icon04::before {
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_batch_01.png);
    left: -18px;
    top: -7px;
    width: 82px;
    height: 82px;
    z-index: 1;
}
.anchor_link.anchor_batch.-icon02::before {
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_batch_02.png);
    left: 15px;
    top: 10px;
    width: 142px;
    height: 142px;
    z-index: 1;
}


/* .anchor_link .small {
    font-size: 20px;
}
.anchor_link .big {
    font-size: 30px;
}
.anchor_link .biggest {
    font-size: 46px;
}
.anchor_link .gold  {
    color: #E1A424;
}

.anchor_link-num {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.anchor_link-en {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.anchor_list li::after {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/arrow_blue_down.png);
    bottom: 0;
    left: 50%;
    transform: translate(50%,50%);
} */
.anchor_link-participate {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #0B0B08;
    border: solid 3px #E6C858;
    border-radius: 100vh;
    position: absolute;
}

/* anchor pc */
html[data-browse-mode="P"] .anchor {
    padding: 0;
    position: relative;
}

/* html[data-browse-mode="P"] .anchor::before {
    content: '';
    width: 100%;
    height: 100%;
    min-height: 1539px;
    background-image: url(/img/usr/event/blackfriday-teaser/bg_anchor.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 2625px 1539px;
    min-width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -21%);
} */

/* @media screen and (min-width: 2625px) {
    html[data-browse-mode="P"] .anchor::before {
        min-height: 67.2vw;
        background-size: 100% auto;
    }
} */

html[data-browse-mode="P"] .anchor_ttl {
    margin: 100px auto 50px;
    width: 1080px;
}

html[data-browse-mode="P"] .anchor_ttl::before,
html[data-browse-mode="P"] .anchor_ttl::after {
    content: '';
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
}

html[data-browse-mode="P"] .anchor_ttl::before {
    width: 203px;
    height: 190px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/ttl_bg_01.png);
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
}

html[data-browse-mode="P"] .anchor_ttl::after {
    width: 207px;
    height: 149px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/ttl_bg_02.png);
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
}
html[data-browse-mode="P"] .anchor_link::before,
html[data-browse-mode="P"] .anchor_link::after {
    content: '';
    position: absolute;
}
html[data-browse-mode="P"] .anchor_link.-icon01::after {
    width: 63px;
    height: 60px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_img_01.png);
    top: 10px;
    right: 20px;
}
html[data-browse-mode="P"] .anchor_link.-icon02::after {
    width: 63px;
    height: 60px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_img_02.png);
    top: 20px;
    right: 30px;
}

html[data-browse-mode="P"] .anchor_link.-icon03::after {
    width: 60px;
    height: 68px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_img_03.png);
    bottom: -15px;
    right: 40px;
}
html[data-browse-mode="P"] .anchor_link.-icon04::after {
    width: 53px;
    height: 58px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_img_04.png);
    top: 89px;
    right: 23px;
}
html[data-browse-mode="P"] .anchor_link.-icon05::after {
    width: 58px;
    height: 69px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_img_05.png);
    top: 78px;
    right: 9px;
}
html[data-browse-mode="P"] .anchor_link.-icon06::after {
    width: 77px;
    height: 57px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_img_06.png);
    bottom: 15px;
    right: -9px;
}
html[data-browse-mode="P"] .anchor_link:hover::before,
html[data-browse-mode="P"] .anchor_link:hover::after {
    opacity: 0.7;
    transition: 0.5s;
}

/* anchor sp */
html[data-browse-mode="S"] .anchor {
    padding: 0;
    position: relative;
}

/* @media screen and (min-width: 1264px) {
    html[data-browse-mode="S"] .anchor::before {
        min-height: 62.4vw;
        background-size: 100% auto;
    }
} */

html[data-browse-mode="S"] .anchor_ttl {
    margin: 30px auto 40px;
    width: calc(491px / 2);
}

html[data-browse-mode="S"] .anchor_ttl::before,
html[data-browse-mode="S"] .anchor_ttl::after {
    content: '';
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
}

html[data-browse-mode="S"] .anchor_ttl::before {
    width: calc(216px / 2);
    height: calc(264px / 2);
    background-image: url(/img/usr/event/anniversary-teaser/2024/ttl_bg_01_sp.png);
    top: 50%;
    left: -17vw;
    transform: translate(0, -50%);
}

html[data-browse-mode="S"] .anchor_ttl::after {
    width: calc(187px / 2);
    height: calc(246px / 2);
    background-image: url(/img/usr/event/anniversary-teaser/2024/ttl_bg_02_sp.png);
    top: 50%;
    right: -17vw;
    transform: translate(0, -50%);
}

html[data-browse-mode="S"] .anchor_list {
    display: block;
}
html[data-browse-mode="S"] .anchor_list li ~ li {
    margin-top: 10px;
}
html[data-browse-mode="S"] .anchor_link.anchor_batch.-icon01::before, 
html[data-browse-mode="S"] .anchor_link.anchor_batch.-icon04::before {
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_batch_01_sp.png);
    left: 14px;
    top: 50%;
    width: calc(122px / 2);
    height: calc(122px / 2);
    z-index: 1;
    transform: translateY(-50%);
}
html[data-browse-mode="S"] .anchor_link.anchor_batch.-icon02::before {
    background-image: url(/img/usr/event/anniversary-teaser/2024/anchor_batch_02_sp.png);
    left: -3px;
    top: -19px;
    width: calc(193px / 2);
    height: calc(193px / 2);
    z-index: 1;
}
html[data-browse-mode="S"] .anchor_link:last-child {
    margin-bottom: 0;
}
html[data-browse-mode="S"] .anchor_link img {
    overflow: hidden;
    border-radius: 2.5vw;
}
html[data-browse-mode="S"] .anchor_link img {
    width: 100%;
    height: auto;
}
html[data-browse-mode="S"] .anchor_link-num {
    font-size: 26px;
    position: relative;
    top: 1px;
    line-height: 0.8;
}

html[data-browse-mode="S"] .anchor_link-en {
    font-size: 18px;
}

html[data-browse-mode="S"] .anchor_link-md {
    font-size: 18px;
    line-height: 0.9;
}



html[data-browse-mode="S"] .anchor_link-participate {
    width: 53px;
    height: 53px;
    font-size: 9px;
    transform: rotate(13deg);
    right: 34px;
    top: -5px;
    border-width: 2px;
}

html[data-browse-mode="S"] .anchor_link-participate-md {
    margin-top: 3px;
    font-size: 11px;
    display: inline-block;
}

html[data-browse-mode="S"] .anchor_link-participate-sm {
    font-size: 7px;
    position: relative;
    top: -3px;
    left: 2px;
}


/******************************
    campaignOverview
******************************/

.campaignOverview {
    color: #121212;
    font-family: "Zen Kaku Gothic New", serif;
    position: relative;
    z-index: 3;
}
html[data-browse-mode="S"] .campaignOverview {
    font-family: "Noto Sans JP", sans-serif;
}
.campaignOverview_image {
    position: relative;
}

.campaignOverview_btn-link {
    
    text-decoration: underline;
    text-underline-offset: 2px;
}

.campaignOverview_txt {
    color: #fff;
    text-align: center;
}
.campaignOverview_b_image {
    position: relative;
    margin-top: 20px;
}
.campaignOverview_m_image,
.campaignOverview_b_image {
    text-align: center;
}
/* campaignOverview pc */
html[data-browse-mode="P"] .campaignOverview {
    margin-top: 120px;
}
html[data-browse-mode="P"] .campaignOverview .content_wrap {
    padding-top: 0px;
}
html[data-browse-mode="P"] .campaignOverview .content_ttl {
    width: 781px;
}
html[data-browse-mode="P"] .campaignOverview_image {
    margin: 0 auto;
    transform: translateX(62px);
}

html[data-browse-mode="P"] .campaignOverview_btn.-no1 {
    position: absolute;
    left: 330px;
    bottom: 58px;
}

html[data-browse-mode="P"] .campaignOverview_btn .participateCampaign_btn {
    width: 260px;
    height: 40px;
    font-size: 14px;
}

html[data-browse-mode="P"] .campaignOverview_btn .participateCampaign_btn::before {
    right: 17px;
}

html[data-browse-mode="P"] .campaignOverview_btn .participateCampaign_btn::after {
    right: 15px;
}

html[data-browse-mode="P"] .campaignOverview_btn .participateCampaign_btn:hover::before {
    content: '';
    width: 25px;
    right: 9px;
}

html[data-browse-mode="P"] .campaignOverview_btn .participateCampaign_btn:hover::after {
    right: 8px;
}

html[data-browse-mode="P"] .campaignOverview_btn.-no2 {
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 110px;
    bottom: 77px;
}
html[data-browse-mode="P"] .campaignOverview_btn.-no3 a {
    font-size: 16px;
    position: absolute;
    left: 50%;
    bottom: 17px;
    transform: translate(-50%, 0);
}
html[data-browse-mode="P"] .campaignOverview_btn-link:hover {
    text-decoration: none;
}

html[data-browse-mode="P"] .campaignOverview_txt {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.875;
}

/* campaignOverview sp */
html[data-browse-mode="S"] .campaignOverview {
    margin-top: 30px;
    padding:  42px 0 0;
}

html[data-browse-mode="S"] .campaignOverview .content_ttl {
    width: calc(474px / 2);
}
html[data-browse-mode="S"] .campaignOverview .content_ttl::before {
    transform: translate(0, calc(-50% - -10px));
}
html[data-browse-mode="S"] .campaignOverview .content_ttl::after {
    transform: translate(0, calc(-50% - -10px));
}
html[data-browse-mode="S"] .campaignOverview .content_wrap::after {
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_01_bg_01_sp.png);
    background-size: contain;
    width: calc(260px / 2);
    height: calc(139px / 2);
    top: -8.5%;
    right: 2%;
    position: absolute;
    z-index: -1;
}
html[data-browse-mode="S"] .campaignOverview_image {
    transform: translateX(1.5%);
}

html[data-browse-mode="S"] .campaignOverview_image img {
    width: 100%;
    height: auto;
}

html[data-browse-mode="S"] .campaignOverview_btn.-no1 {
    width: 44%;
    position: absolute;
    right: 8.5%;
    top: 52.8%;
}

html[data-browse-mode="S"] .campaignOverview_btn.-no1 img {
    width: 100%;
    height: auto;
}

html[data-browse-mode="S"] .campaignOverview_btn.-no1 .participateCampaign_btn {
    padding: 0;
    background: transparent;
    border: none;
    max-width: none;
}

html[data-browse-mode="S"] .campaignOverview_btn.-no1 .participateCampaign_btn::before,
html[data-browse-mode="S"] .campaignOverview_btn.-no1 .participateCampaign_btn::after {
    display: none;
}

html[data-browse-mode="S"] .campaignOverview_btn.-no2 {
    position: absolute;
    right: 5%;
    bottom: -25px;
}
html[data-browse-mode="S"] .campaignOverview_btn.-no3 {
    position: relative;
}
html[data-browse-mode="S"] .campaignOverview_btn.-no3 a {
    font-size: 14px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 80%;
    text-align: left;
}
html[data-browse-mode="S"] .campaignOverview_m_image {
    transform: translateX(1.5%);
    margin-top: 20px;
}
html[data-browse-mode="S"] .campaignOverview_b_image {
    margin-top: 10px;
}
html[data-browse-mode="S"] .campaignOverview_b_image img {
    width: 97%;
}
html[data-browse-mode="S"] .campaignOverview_txt {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.57;
    padding: 0 10px;
}
/******************************
    mail
******************************/
.mail {
    font-family: "Zen Kaku Gothic New", serif;
}
html[data-browse-mode="S"] .mail {
    font-family: "Noto Sans JP", sans-serif;
}
/* .mail .content_ttl {
    width: 780px;
} */
.mail_image {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.mail_image::after {
    position: absolute;
    content: "";
    width: 183px;
    height: 183px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/batch_01.png);
    top: -138px;
    right: 82px;
    transform: translate(0, 0%);
}
.mail_txt {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.mail_txt .blue{
    color: #019FE1;
}
.mail_txt .big {
    font-size: 47px;
    display: inline-block;
    line-height: 1;
}
.mail_alert {
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.mail_ttl {
    text-align: center;
    font-size: 35px;
    color: #001379;
    position: relative;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 30px;
}
.mail_ttl span {
    position: relative;
}
.mail_ttl span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #F0DA75;
    z-index: -1;
    bottom: 0;
}
.mail_date_ttl {
    background-color: #019FE1;
    color: #ffffff;
    text-align: center;
    width: 580px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    border-radius: 8px;
}
.mail_date_txt {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.mail_date_txt .big {
    font-size: 31px;
}
.mail_step-inner {
    border: solid 3px #efefef;
    text-align: center;
}
.mail_step {
    position: relative;
    z-index: 3;
}

.mail_step-icon {
    color: #019FE1;
    font-size: 18px;
    font-weight: bold;
}
.mail_step-icon-num {
    font-size: 21px;
}
.mail_step-txt {
    text-align: center;
    font-weight: bold;
}

.mail_step-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    border-radius: 100vh;
    position: relative;
}
.campaign_entry_el.entry_done .mail_step-btn.-red.campaign_entry_btn {
    display: none;
}
.mail_step-btn.-blue {
    background: #081570;
    border: solid 2px #081570;
}
.mail_step-btn.-red {
    background: #C52431;
    border: solid 2px #C52431;
}
/* .mail_step-btn.-red:hover {
    background: #fff;
    color: #C52431;
    border-color: #C52431;
}
.mail_step-btn.-blue:hover {
    background: #fff;
    color: #081570;
    border-color: #081570;
} */

.mail_step-btn::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.mail_step-btn:hover,
.mail_step-btn:focus {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}

.mail_howTo-txt {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.mail_howTo-txt-inner {
    padding: 0 23px;
    position: relative;
}

.mail_howTo-txt-inner::before,
.mail_howTo-txt-inner::after {
    content: '';
    display: inline-block;
    width: 1.5px;
    height: 31px;
    background: #000;
    position: absolute;
    bottom: 5px;
}

.mail_howTo-txt-inner::before {
    left: 0;
    transform: rotate(-40deg);
}

.mail_howTo-txt-inner::after {
    right: 0;
    transform: rotate(40deg);
}

.mail_howTo-images {
    background-color: #FFFFFF;
}

.mail_howTo-item img {
    width: 100%;
    height: auto;
}

.mail_howTo .slick-arrow {
    width: 54px;
    height: 54px;
    background: #019FE1;
    border-radius: 100%;
    opacity: 1;
    z-index: 1;
}

.mail_howTo .slick-next:before,
.mail_howTo .slick-prev:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.mail_howTo .slick-prev:before {
    border-top: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
    transform: translate(-30%, -50%) rotate(-45deg);
}

.mail_howTo .slick-next:before {
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: translate(-60%, -50%) rotate(45deg);
}

.mail_howTo .slick-arrow.slick-disabled {
    display: none !important;
}

html[data-browse-mode="P"] .mail_steps {
    margin: 40px auto 0;
    display: flex;
    gap: 30px;
    justify-content: center;
}

html[data-browse-mode="P"] .mail_step-inner {
    padding: 25px;
}

html[data-browse-mode="P"] .mail_step-txt {
    font-size: 22px;
}

html[data-browse-mode="P"] .mail_step-btn {
    width: 282px;
    height: 55px;
    margin: 20px auto 0;
    font-size: 18px;
}
html[data-browse-mode="P"] .mail_step .participateCampaign_btn.-end {
    width: 282px;
    height: 55px;
    margin: 20px auto 0;
    font-size: 18px;
}
html[data-browse-mode="P"] .mail_howTo{
    margin-top: 61px;
    padding: 50px 0;
    background-color: #E1F6FF;
}

html[data-browse-mode="P"] .mail_howTo-txt {
    font-size: 30px;
}

html[data-browse-mode="P"] .mail_howTo-images {
    margin: 27px auto 0;
    width: 800px;
    padding: 20px;
}

html[data-browse-mode="P"] .mail_howTo .slick-next {
    right: -105px;
}

html[data-browse-mode="P"] .mail_howTo .slick-prev {
    left: -105px;
}
/* mail sp */
html[data-browse-mode="S"] .mail .content_wrap {
    margin: 20px auto 80px;
}
html[data-browse-mode="S"] .mail .content_ttl {
    width: calc(556px / 2);
}
html[data-browse-mode="S"] .mail_image {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
}
html[data-browse-mode="S"] .mail_image img {
    width: calc(316px / 2);
}
html[data-browse-mode="S"] .mail_image::after {
    position: absolute;
    content: "";
    width: calc(149px / 2);
    height: calc(149px / 2);
    background-image: url(/img/usr/event/anniversary-teaser/2024/batch_01_sp.png);
    background-size: contain;
    top: -70px;
    right: -19px;
    transform: translate(0, 0%);
}
html[data-browse-mode="S"] .mail_txt {
    font-size: 14px;
}
html[data-browse-mode="S"] .mail_txt .big {
    font-size: 22px;
}
html[data-browse-mode="S"] .mail_alert {
    font-size: 12px;
}
html[data-browse-mode="S"] .mail_ttl {
    font-size: 16px;
}
html[data-browse-mode="S"] .mail_ttl span::before {
    width: 100%;
    height: 0.7em;
}
html[data-browse-mode="S"] .mail_date_ttl {
    width: auto;
    font-size: 15px;
}
html[data-browse-mode="S"] .mail_date_txt {
    margin-top: 10px;
    font-size: 13px;
}
html[data-browse-mode="S"] .mail_date_txt .big {
    font-size: 20px;
}
html[data-browse-mode="S"] .mail_step {
    margin-top: 20px;
}
html[data-browse-mode="S"] .mail_step-btn {
    display: block;
    margin: 0 auto;
    padding: 10px;
}
html[data-browse-mode="S"] .mail_step .participateCampaign_btn.-end {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: inherit;
    max-width: none;

}
html[data-browse-mode="S"] .mail_step-inner {
    padding: 10px 20px 12px;
}
html[data-browse-mode="S"] .mail_step-txt {
    margin-bottom: 10px;
}
html[data-browse-mode="S"] .mail_steps .mail_step ~ .mail_step {
    margin-top: 15px;
}
html[data-browse-mode="S"] .mail_howTo {
    margin-top: 25px;
    background-color: #E1F6FF;
    padding: 20px 20px 30px;
    border-radius: 8px;
}
html[data-browse-mode="S"] .mail_howTo-txt {
    font-size: 15px;
}
html[data-browse-mode="S"] .mail_howTo-txt-inner {
    padding: 0 14px;
    position: relative;
}
html[data-browse-mode="S"] .mail_howTo-txt-inner::before,
html[data-browse-mode="S"] .mail_howTo-txt-inner::after {
    content: '';
    display: inline-block;
    width: 1.5px;
    height: 15px;
    background: #000;
    position: absolute;
    bottom: 3px;
}
html[data-browse-mode="S"] .mail_howTo-images {
    margin-top: 20px;
}
html[data-browse-mode="S"] .mail_howTo .slick-arrow {
    width: 24px;
    height: 24px;
}
html[data-browse-mode="S"] .mail_howTo .slick-next:before, .mail_howTo .slick-prev:before {
    width: 6px;
    height: 6px;
}
/******************************
    lottery
******************************/
.lottery {
    font-family: "Zen Kaku Gothic New", serif;
}
html[data-browse-mode="S"] .lottery {
    font-family: "Noto Sans JP", sans-serif;
}
.lottery_ttl {
    color: #001379;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.lottery_ttl::after {
    position: absolute;
    content: "";
    width: 183px;
    height: 183px;
    background-image: url(/img/usr/event/anniversary-teaser/2024/batch_01.png);
    top: -138px;
    right: 82px;
    transform: translate(0, 0%);
}
.lottery_ttl .big {
    font-size: 50px;
}
.lottery_ttl .blue {
    color: #019FE1;
}
.lottery_inner {
    padding: 0 23px;
    position: relative;
    font-weight: bold;
}
.lottery_inner::before, .lottery_inner::after {
    content: '';
    display: inline-block;
    width: 1.5px;
    height: 22px;
    background: #000;
    position: absolute;
    bottom: 5px;
}
.lottery_inner::before {
    left: 0;
    transform: rotate(-40deg);
}
.lottery_inner::after {
    right: 0;
    transform: rotate(40deg);
}
.lottery_txt {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.lottery_txt .big {
    z-index: 1;
}
.lottery_txt .big::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    background-color: #F0DA75;
    z-index: -1;
    bottom: 0;
}
.lottery_alert_box {
    display: flex;
    margin: 0 auto 50px;
    flex-direction: column;
    justify-content: center;
    width: 710px;
}
.lottery_alert {
    font-size: 16px;
}
.lottery_alert.indent {
    padding-left: 1em;
}
.lottery_reward {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 40px;
    margin-bottom: 50px;
}
.lottery_reward li {
    width: calc(90% / 3);
}
/* .first,
.second,
.third,
.fourth,
.fifth {
    position: relative;
}
.first::before,
.second::before,
.third::before,
.fourth::before,
.fifth::before {
    top: -30px;
    left: -10px;
}
.first::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_batch_01.png);
    background-size: contain;
    width: 85px;
    height: 96px;

}
.second::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_batch_02.png);
    background-size: contain;
    width: 85px;
    height: 96px;
}
.third::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_batch_03.png);
    background-size: contain;
    width: 85px;
    height: 96px;
}
.fourth::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_batch_04.png);
    background-size: contain;
    width: 85px;
    height: 96px;
}
.fifth::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_batch_05.png);
    background-size: contain;
    width: 85px;
    height: 96px;
} */
.lottery_reward_txt_box {
    background-color: #019FE1;
    text-align: center;
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
    min-height: 90px;
    border-radius: 0 0 8px 8px;
}
.lottery_reward.-ajust li {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.lottery_reward_txt_box.-ajust {
    padding: 13px 15px 3px;
    height: 184px;
}
.lottery_reward_txt_box.-ajust .lottery_reward_txt {
    line-height: 1.4375;
}
.lottery_reward.-ajust .first .lottery_reward_txt_box.-ajust .lottery_reward_txt {
    margin-top: 10px;
}
.lottery_reward_txt {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.lottery_reward_txt .big {
    font-size: 20px;
}
.lottery_reward_txt2 {
    color: #F1DA76;
    font-size: 16px;
    font-weight: bold;  
    margin-top: auto;
}
.lottery_reward_txt2 .big {
    font-size: 35px;
}
.lottery_txt_box {
    position: relative;
    background-color: #E1F6FF;
    border-radius: 8px;
    text-align: center;
    width: 640px;
    margin: 0 auto 100px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}
.lottery_txt_box:last-child {
    margin: 0 auto 40px;
}
.lottery_txt_box::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_ttl_bg_01.png);
    background-size: contain;
    width: 137px;
    height: 127px;
    top: 50%;
    left: -55px;
    transform: translate(0, -50%);
}

.lottery_txt_box::after {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_ttl_bg_02.png);
    background-size: contain;
    width: 91px;
    height: 123px;
    top: 0;
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
}
.lottery_txt_box .big {
    font-size: 25px;
}
.lottery_txt_box .blue {
    color: #019FE1;
}
.lottery_txt_more {
    text-align: center;
    display: flex;
    justify-content: center;
}
.lottery_txt_more_inner {
    color: #001379;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    padding: 0 20px;
}
.lottery_txt_more_inner::before {
    left: 0;
    transform: rotate(-40deg);
}
.lottery_txt_more_inner::after {
    right: 0;
    transform: rotate(40deg);
}
.lottery_txt_more_inner::before, .lottery_txt_more_inner::after {
    content: '';
    display: inline-block;
    width: 1.5px;
    height: 40px;
    background: #001379;
    position: absolute;
    bottom: 5px;
}
.lottery_txt_more .big {
    font-size: 40px;
}
.lottery_ttr_more {
    color: #019FE1;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 20px;
}

.lottery_txt_more2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}
.lottery_txt_more2 .big {
    font-size: 26px;
}
.lottery_txt_more2 .blue {
    color: #019FE1;
}
.lottery_app_images {
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}
html[data-browse-mode="P"] .lottery .content_ttl::before{
    z-index: 1;
    /* left: -400px; */
}
html[data-browse-mode="P"] .lottery .content_ttl::after{
    z-index: 1;
    /* right: -400px; */
}
html[data-browse-mode="P"] .lottery .content_wrap {
    margin-top: 20px;
}
html[data-browse-mode="P"] .lottery_ttl{
    width: 1080px;
    font-size: 30px;
    margin-left: -20px;
}
html[data-browse-mode="P"] .lottery_txt {
    font-size: 18px;
}
html[data-browse-mode="P"] .lottery_txt .big {
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
html[data-browse-mode="P"] .lottery_txt_more ~ .lottery_reward {
    margin-bottom: 70px;
}
html[data-browse-mode="P"] .lottery_app_images::before {
    content: "";
    background-image: linear-gradient(to right, #019FE1 6px, transparent 6px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -30px;
}
html[data-browse-mode="P"] .lottery_ttl-nowrap {
    white-space: nowrap;
}
/* lottery sp */
html[data-browse-mode="S"] .lottery .content_ttl {
    width: calc(536px / 2);
}
html[data-browse-mode="S"] .lottery_ttl {
    font-size: 15px;
    margin-bottom: 10px;
}
html[data-browse-mode="S"] .lottery_ttl .big {
    font-size: 22px;
}
html[data-browse-mode="S"] .lottery_ttl::after {
    position: absolute;
    content: "";
    width: calc(149px / 2);
    height: calc(149px / 2);
    background-image: url(/img/usr/event/anniversary-teaser/2024/batch_01_sp.png);
    background-size: contain;
    top: -70px;
    right: -19px;
    transform: translate(0, 0%);
}
html[data-browse-mode="S"] .lottery_inner {
    z-index: 1;
}
html[data-browse-mode="S"] .lottery_txt .big::before {
    width: 16em;
    height: 0.9em;
}
html[data-browse-mode="S"] .lottery_alert_box {
    display: block;
    margin: 0 auto 20px;
    width: 83%;
}

html[data-browse-mode="S"] .lottery_alert {
    font-size: 12px;
}
html[data-browse-mode="S"] .lottery_reward {
    gap: 12px;
}

html[data-browse-mode="S"] .lottery_reward .first {
    width: 82%;
}
html[data-browse-mode="S"] .lottery_reward .second,
html[data-browse-mode="S"] .lottery_reward .third,
html[data-browse-mode="S"] .lottery_reward .fourth,
html[data-browse-mode="S"] .lottery_reward .fifth {
    width: 48%;
}
html[data-browse-mode="S"] .lottery_txt_box {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 80px;
}
html[data-browse-mode="S"] .lottery_txt_box:last-child {
    margin: 0px auto 10px;
}

html[data-browse-mode="S"] .lottery_txt_box::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_ttl_bg_01_sp.png);
    background-size: contain;
    width: calc(127px / 2);
    height: calc(227px / 2);
    top: 60%;
    left: 0px;
    transform: translate(0, -50%);
}

html[data-browse-mode="S"] .lottery_txt_box::after {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_03_ttl_bg_02_sp.png);
    background-size: contain;
    width: calc(119px / 2);
    height: calc(213px / 2);
    top: 60%;
    right: 0px;
    transform: translate(0, -50%);
}
html[data-browse-mode="S"] .lottery_reward_txt_box {
    padding: 5px 10px 0;
    min-height: 80px;
}
html[data-browse-mode="S"] .lottery_reward_txt_box {
    height: auto;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .first .lottery_reward_txt_box.-ajust {
    min-height: 93px;
    padding-bottom: 13px;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .first .lottery_reward_txt_box.-ajust .lottery_reward_txt .big {
    font-size: 16px;
    padding: 0 1px;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .second .lottery_reward_txt_box.-ajust,
html[data-browse-mode="S"] .lottery_reward.-ajust .third .lottery_reward_txt_box.-ajust {
    min-height: 120px;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .lottery_reward_txt_box.-ajust .big {
    padding-right: 2px;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .second .lottery_reward_txt_box.-ajust .big ,
html[data-browse-mode="S"] .lottery_reward.-ajust .third .lottery_reward_txt_box.-ajust .big {
    font-size: 30px;
    line-height: 1;
}
html[data-browse-mode="S"] .lottery_reward.-ajust {
    font-family: "Zen Kaku Gothic New", serif;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .lottery_reward_txt_box.-ajust .lottery_reward_txt {
    line-height: 1.23;
    font-weight: 500;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .lottery_reward_txt_box.-ajust {
    padding-bottom: 10px;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .first .lottery_reward_txt_box.-ajust .lottery_reward_txt {
    margin-top: 10px;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .second  .lottery_reward_txt_box.-ajust .lottery_reward_txt {
    margin-top: 2px;
}
html[data-browse-mode="S"] .lottery_reward.-ajust .third .lottery_reward_txt_box.-ajust .lottery_reward_txt {
    margin-top: 12px;
}
html[data-browse-mode="S"] ul.lottery_reward li img {
    width: 100%;
    height: auto;
}
html[data-browse-mode="S"] .lottery_reward_txt {
    font-size: 13px;
}
html[data-browse-mode="S"] .lottery_txt_box .big {
    font-size: 16px;
}
html[data-browse-mode="S"] .lottery_reward_txt2 .big {
    font-size: 24px;
}
html[data-browse-mode="S"] .first .lottery_reward_txt {
    font-size: 16px;
}
html[data-browse-mode="S"] .first .lottery_reward_txt2 {
    font-size: 20px;
}
html[data-browse-mode="S"] .first .lottery_reward_txt2 .big {
    font-size: 28px;
}
html[data-browse-mode="S"] .lottery_txt_more_inner {
    font-size: 15px;
}
html[data-browse-mode="S"] .lottery_txt_more_inner::before,
html[data-browse-mode="S"] .lottery_txt_more_inner::after {
    content: '';
    display: inline-block;
    width: 1.5px;
    height: 18px;
    background: #001379;
    position: absolute;
    bottom: 5px;
}
html[data-browse-mode="S"] .lottery_txt_more_inner .big {
    font-size: 24px;
}
html[data-browse-mode="S"] .lottery_ttr_more {
    font-size: 22px;
    color: #019FE1;
    margin-bottom: 10px;
}

html[data-browse-mode="S"] .lottery_txt_more2 {
    font-size: 14px;
    margin-bottom: 20px;
}
html[data-browse-mode="S"] .lottery_txt_more2 .big {
    font-size: 18px;
}
html[data-browse-mode="S"] .lottery_app_images {
    padding-top: 10px;
}
html[data-browse-mode="S"] .lottery_app_images::before {
    content: "";
    background-image: linear-gradient(to right, #019FE1 6px, transparent 6px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -30px;
}

html[data-browse-mode="S"] .lottery_app_images img {
    width: calc(104px / 2);
    margin-bottom: 10px;
    position: relative;
}

/******************************
    saleItems
******************************/
.saleItems {
    font-family: "Zen Kaku Gothic New", serif;
}
html[data-browse-mode="S"] .saleItems {
    font-family: "Noto Sans JP", sans-serif;
}
.saleItems .content_ttl {
    margin-bottom: 15px;
}
.saleItems .content_ttl span {
    position: relative;
}
.saleItems .content_ttl span::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_04_batch_01.png);
    background-size: contain;
    width: 143px;
    height: 147px;
    top: -57px;
    left: -141px;
}
.saleItems .content_sub_ttl {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}
.itemDetail {
    width: 988px;
    display: flex;
    flex-wrap: wrap;
    gap: 34px 17px;
}
.itemDetail li img {
    width: 100%;
    height: auto;
}
.itemDetail li {
    width: calc((100% - 68px) / 5);
}
.itemDetail .itemDetail_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E1F6FF;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 6px 5px;
    font-weight: bold;
    line-height: 1.15;
} 
.itemDetail .itemDetail_txt {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42;
} 
.saleList {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: calc(1210px - 10px);
    margin: 0 auto 100px;
}
.saleList li {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #DAA338;
    padding: 0px 40px 10px 90px;
}
.sale_Second::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_04_batch_02.png);
    background-size: contain;
    width: 148px;
    height: 151px;
}
.sale_third::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_04_batch_03.png);
    background-size: contain;
    width: 148px;
    height: 151px;
}
.sale_Second::before,
.sale_third::before {
    top: -50px;
    left: -48px;
}
.sale_date {
    font-size: 23px;
    color: #001379;
    font-weight: bold;
}
.sale_date .big {
    font-size: 44px;
}
.sale_txt {
    color: #E1A424;
    font-size: 30px;
    text-align: center;
}
.sale_txt img {
    width: 60%;
}
.itemDetail_info {
    display: flex;
    margin-top: 5px;
}
.itemDetail_info-icon {
    width: 55px;
}
.itemDetail_info-rt {
    flex: 1;
}
.itemDetail_info-dPrice {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.itemDetail_info-dPrice span {
    text-decoration: line-through;
}
.itemDetail_info-price {
    display: flex;
    justify-content: flex-end;
    margin-top: 3px;
    text-align: right;
    color: #C52431;
}
.itemDetail_info-price-lt {
    font-weight: 900;
    font-size: 38px;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}
.itemDetail_info-price-lt::before {
    content: '';
    display: inline-block;    
    width: calc(100% + 10px);
    height: 15px;
    background: #FFEA8F;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    z-index: -1;
}
.itemDetail_info-price-rt {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-end;
    position: relative;
    top: -2px;
    z-index: 3;
}
.itemDetail_info-price-rt::before {
    content: '';
    display: inline-block;    
    width: 100%;
    height: 15px;
    background: #FFEA8F;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    z-index: -1;
}
.itemDetail_info-price-tax{
    font-weight: bold;
    font-size: 9px;
    line-height: 1;
}
.itemDetail_info-price-yen {
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}
.itemDetail-txt-box {
    margin-top: 45px;
    text-align: center;
}
.itemDetail-txt {
    display: inline;
    font-size: 30px;
    font-weight: bold;
    color: #001379;
    background: linear-gradient(transparent 60%, #FFEA8F 40%);
}
.itemDetail-txt span {
    color: #019FE1;
    font-size: 38px;
}
html[data-browse-mode="P"] .saleItems .content_wrap {
    margin: 30px auto 70px;
}
/* saleItems sp */
html[data-browse-mode="S"] .saleItems .content_ttl {
    width: calc(550px / 2);
}
html[data-browse-mode="S"] .saleItems .content_ttl span::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_04_batch_01_sp.png);
    background-size: contain;
    width: calc(110px / 2);
    height: calc(115px / 2);
    top: -55%;
    left: 50%;
    transform: translate(-50%, 0px);
}
html[data-browse-mode="S"] .saleItems .content_wrap {
    margin: 20px auto 30px;
}
html[data-browse-mode="S"] .saleItems .content_ttl {
    width: calc(550px / 2);
}
html[data-browse-mode="S"] .saleItems .content_sub_ttl {
    font-size: 16px;
}
html[data-browse-mode="S"] .itemDetail {
    gap: 12px;
}
html[data-browse-mode="S"] .itemDetail li {
    width: calc(96% / 2);
}
html[data-browse-mode="S"] .saleList {
    display: block;
    width: calc(100% - 16px);
    margin: 0 auto 80px;
}
html[data-browse-mode="S"] .saleList li {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #DAA338;
    padding: 0px 0px 0px 60px;
}
html[data-browse-mode="S"] .saleList li ~ li {
    margin-top: 20px;
}
html[data-browse-mode="S"] .sale_Second::before, 
html[data-browse-mode="S"] .sale_third::before {
    top: -15%;
    left: -3.5%;
}
html[data-browse-mode="S"] .sale_Second::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_04_batch_02_sp.png);
    background-size: contain;
    width: calc(147px / 2);
    height: calc(151px / 2);
}
html[data-browse-mode="S"] .sale_third::before {
    position: absolute;
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_04_batch_03_sp.png);
    background-size: contain;
    width: calc(147px / 2);
    height: calc(151px / 2);
}
html[data-browse-mode="S"] .sale_date {
    font-size: 16px;
}
html[data-browse-mode="S"] .sale_date .big {
    font-size: 22px;
}
html[data-browse-mode="S"] .sale_txt {
    font-size: 30px;
}
html[data-browse-mode="S"] .sale_txt img {
    width: 55%;
}
html[data-browse-mode="S"] .itemDetail {
    width: 100%;
    gap: 30px 11px;
    padding: 0 10px;
}
html[data-browse-mode="S"] .itemDetail li {
    width: calc((100% - 11px) / 2);
}

html[data-browse-mode="S"] .itemDetail .itemDetail_ttl {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 5px;
    line-height: 1.33;
} 
html[data-browse-mode="S"] .itemDetail .itemDetail_txt {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46;
}
html[data-browse-mode="S"] .itemDetail_info {
    margin-top: 7px;
}
html[data-browse-mode="S"] .itemDetail_info-icon {
    width: 42px;
}
html[data-browse-mode="S"] .itemDetail_info-dPrice {
    font-size: 11px;
}
html[data-browse-mode="S"] .itemDetail_info-dPrice span {
    text-decoration: line-through;
}
html[data-browse-mode="S"] .itemDetail_info-price {
    margin-top: 1px;
}
html[data-browse-mode="S"] .itemDetail_info-price-lt {
    font-size: 31px;
    letter-spacing: -1px;
}
html[data-browse-mode="S"] .itemDetail_info-price-lt::before {
    content: '';
    display: inline-block;    
    width: calc(100% + 10px);
    height: 15px;
    background: #FFEA8F;
    position: absolute;
}
html[data-browse-mode="S"] .itemDetail_info-price-rt {
    top: -2px;
    z-index: 3;
}
html[data-browse-mode="S"] .itemDetail_info-price-rt::before {
    content: '';
    display: inline-block;    
    width: calc(100%);
    height: 15px;
    background: #FFEA8F;
}
html[data-browse-mode="S"] .itemDetail_info-price-tax{
    font-weight: bold;
    font-size: 7px;
    line-height: 1;
}
html[data-browse-mode="S"] .itemDetail_info-price-yen {
    font-size: 16px;
}
html[data-browse-mode="S"] .itemDetail-txt-box {
    margin-top: 17px;
}
html[data-browse-mode="S"] .itemDetail-txt {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #001379;
    background: linear-gradient(transparent 60%, #FFEA8F 40%);
}
html[data-browse-mode="S"] .itemDetail-txt span {
    color: #019FE1;
    font-size: 20px;
}
@media screen and (max-width: 374px) {
    html[data-browse-mode="S"] .itemDetail_info-dPrice {
        font-size: 9px;
    }
    html[data-browse-mode="S"] .itemDetail_info-price-lt {
        font-size: 26px;
        letter-spacing: -1px;
    }
}
/******************************
    limitedItems
******************************/
.limitedItems {
    font-family: "Zen Kaku Gothic New", serif;
}
html[data-browse-mode="S"] .limitedItems {
    font-family: "Noto Sans JP", sans-serif;
}
.limitedItems_list {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.limitedItems_list li {
    width: 310px;
}
.limitedItems_txt {
    font-size: 16px;
}
.limitedItems_b_txt .blue {
    color: #019FE1;
}
.limitedItems_b_txt span {
    position: relative;
    z-index: 1;
}
html[data-browse-mode="P"] .limitedItems .content_wrap {
    margin-top: 20px;
}
html[data-browse-mode="P"] .limitedItems .content_ttl {
    width: 877px;
}
html[data-browse-mode="P"] .limitedItems .content_ttl::before {
    z-index: 1;
}
html[data-browse-mode="P"] .limitedItems .content_ttl::after {
    z-index: 1;
}
html[data-browse-mode="P"] .limitedItems_b_txt {
    text-align: center;
    font-size: 30px;
    color: #001379;
    font-weight: bold;
    margin-top: 30px;
}
html[data-browse-mode="P"] .limitedItems_b_txt > span:nth-of-type(1):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #F0DA75;
    z-index: -1;
    bottom: 0;
}
html[data-browse-mode="P"] .limitedItems_b_txt > span:nth-of-type(2):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #F0DA75;
    z-index: -1;
    bottom: 0;
}
html[data-browse-mode="P"] .limitedItems_b_txt .big {
    font-size: 38px;
}

/* limitedItems sp */
html[data-browse-mode="S"] .limitedItems .content_ttl {
    width: calc(500px / 2);
}
html[data-browse-mode="S"] .limitedItems .content_ttl::before {

    left: -19vw;

}
html[data-browse-mode="S"] .limitedItems .content_ttl::after {

    right: -19vw;

}
html[data-browse-mode="S"] .limitedItems .limitedItems_list {
    padding: 30px 42.5px 0;
}
html[data-browse-mode="S"] .limitedItems_list {
    display: block;
}
html[data-browse-mode="S"] .limitedItems_list li {
    margin: 0 auto;
    width: 100%;
}
html[data-browse-mode="S"] .limitedItems_list li ~ li {
    margin-top: 20px;
}
html[data-browse-mode="S"] .limitedItems_txt {
    margin-top: 10px;
}
html[data-browse-mode="S"] .limitedItems_b_txt {
    text-align: center;
    font-size: 16px;
    color: #001379;
    font-weight: bold;
    margin-top: 10px;
}
html[data-browse-mode="S"] .limitedItems_b_txt > span:nth-of-type(1):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #F0DA75;
    z-index: -1;
    bottom: 0;
}
html[data-browse-mode="S"] .limitedItems_b_txt > span:nth-of-type(2):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #F0DA75;
    z-index: -1;
    bottom: 0;
}
html[data-browse-mode="S"] .limitedItems_b_txt > span:nth-of-type(3):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #F0DA75;
    z-index: -1;
    bottom: 0;
}
html[data-browse-mode="S"] .limitedItems_b_txt .big {
    font-size: 20px;
}
html[data-browse-mode="S"] .limitedItems_b_txt .blue {
    color: #019FE1;
}
/******************************
    coupon
******************************/
.coupon_list {
    text-align: center;
}
.coupon_list li:first-child {
    margin-bottom: 20px;
}
.coupon_txt {
    text-align: center;
    margin-top: 20px;
}
html[data-browse-mode="P"] .coupon .content_wrap {
    margin-top: 20px;
}
html[data-browse-mode="P"] .coupon .content_ttl::before {
    z-index: 1;
    top: calc(50% - -20px);
}
html[data-browse-mode="P"] .coupon .content_ttl::after {
    z-index: 1;
    top: calc(50% - -20px);
}
html[data-browse-mode="P"] .coupon_txt {
    font-size: 16px;
}
/* coupon sp */
html[data-browse-mode="S"] .coupon .content_ttl {
    width: calc(634px / 2);
}
html[data-browse-mode="S"] .coupon .content_ttl::before {
    position: absolute;
    content: "";
    width: calc(112px / 2);
    height: calc(169px / 2);
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_06_ttl_bg_01_sp.png);
    top: calc(50% - -6px);
    left: -12vw;
    transform: translate(0, -50%);
    background-size: contain;
}
html[data-browse-mode="S"] .coupon .content_ttl::after {
    position: absolute;
    content: "";
    width: calc(91px / 2);
    height: calc(159px / 2);
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_06_ttl_bg_02_sp.png);
    top: calc(50% - -6px);
    right: -8vw;
    transform: translate(0, -50%);
    background-size: contain;
}
html[data-browse-mode="S"] .coupon .content_wrap {
    padding: 30px 20px;
}
html[data-browse-mode="S"] .coupon_txt {
    font-size: 12px;
    margin-top: 10px;
}
/******************************
   capaignBack
******************************/
html[data-browse-mode="P"] .capaignBack .content_ttl {
    width: 545px;
}

html[data-browse-mode="P"] .capaignBack .content_inner {
    margin: 35px auto 80px;
    position: relative;
}
html[data-browse-mode="P"] .capaignBack .content_inner::before {
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_bg_01.png);
    background-size: contain;
    width: 403px;
    height: 407px;
    top: -138px;
    left: -110px;
    position: absolute;
    z-index: -1;
}
html[data-browse-mode="P"] .capaignBack .content_inner::after {
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_bg_02.png);
    background-size: contain;
    width: 470px;
    height: 471px;
    top: 80px;
    right: -182px;
    position: absolute;
    z-index: -1;
}
/* capaignBack sp */
html[data-browse-mode="S"] .capaignBack .content_inner {
    margin: 0px auto 10px;
    position: relative;
}
html[data-browse-mode="S"] .capaignBack .content_inner::before {
    content: "";
    background-image: url(/img/usr/event/anniversary-teaser/2024/content_bg_01_sp.png);
    background-size: contain;
    width: calc(806px / 2);
    height: calc(814px / 2);
    top: -20%;
    left: -37vw;
    position: absolute;
    z-index: -1;
}
html[data-browse-mode="S"] .capaignBack .content_ttl {
    width: calc(385px / 2);
}
html[data-browse-mode="S"] .capaignBack .content_ttl::before {
    left: -22vw;
}
html[data-browse-mode="S"] .capaignBack .content_ttl::after {
    right: -22vw;
}
html[data-browse-mode="S"] .capaignBack-btn {
    width: 100%;
    max-width: 235px;
    min-height: 45px;
    padding: 3px 24px;
    margin: 7px auto 0;
    font-size: 14px;
}
html[data-browse-mode="S"] .capaignBack-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #080A09;
    border: solid 2px #0B0B08;
    border-radius: 100vh;
    background: rgb(221,170,65);
    background: linear-gradient(0deg, rgba(221,170,65,1) 0%, rgba(247,225,126,1) 55%, rgba(218,189,87,1) 100%);
    position: relative;
}
html[data-browse-mode="S"] .capaignBack-btn::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #0B0B08;
    border-right: solid 2px #0B0B08;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
html[data-browse-mode="S"] .capaignBack-btn:hover {
    text-decoration: none;
}
/******************************
   campaignDetails
******************************/
.campaignDetails_wrap {
    background-color: #FFFFFF;
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
}
.campaignDetails_txt {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #019FE1;
}
.campaignDetails_item-title {
    font-weight: bold;
}
html[data-browse-mode="P"] .campaignDetails {
    margin: 101px 0 80px;
}
html[data-browse-mode="P"] .campaignDetails_ttl {
    font-size: 40px;
}
html[data-browse-mode="P"] .campaignDetails_content {
    margin-top: 36px;
}

html[data-browse-mode="P"] .campaignDetails_item-title {
    margin-bottom: 11px;
    font-size: 20px;
}
html[data-browse-mode="P"] .campaignDetails_item-box {
    font-size: 16px;
    line-height: 1.875;
}
html[data-browse-mode="P"] .campaignDetails_item-text {
    margin-bottom: 10px;
}
html[data-browse-mode="P"] .campaignDetails_item-text:last-child {
    margin-bottom: 0;
}




.switching {
  width: 100%;
  border-radius: 16px;
  padding-bottom: 80px;
  overflow: hidden;
}

.switching__tab-box {
  display: flex;
  flex-flow: row wrap;
  width: 1080px;
  margin: 80px auto 0;
  font-size: 20px;
  justify-content: space-between;
  border-bottom: 3px solid #001378;
}

.switching__tab {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 49%;
  list-style: none;
  background-color: #DBE8FF;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
}

.switching__tab-text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
}

.switching__content-box .content_inner {
  display: none;
}

.switching__content-text {
  display: table-cell;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
}

/* is-active時の状態指定 */
.switching__tab.is-active {
  color: #FFFFFF;
  background-color: #001378;
  transition: all 0.2s ease 0s;
}

.switching__content-box .content_inner.is-active {
  display: block;
}
/* switching sp */
html[data-browse-mode="S"] .switching__tab-box {
	width: calc(100% - 40px);
    margin: 30px 20px 0px;
}
html[data-browse-mode="S"] .switching__tab {
	flex: 1;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 6px;
    min-height: auto;
}
html[data-browse-mode="S"] .campaignDetails_content {
    margin-top: 0px;
	padding: 16px 16px 36px 16px;
}









/******************************
    specialItems
******************************/
.specialItems_txt {
    font-family: "Zen Kaku Gothic New", serif;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.specialItems_txt-yellow {
    color: #FFE643;
    font-weight: bold;
}

.specialItems_txt-num {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.specialItems_items {
    background-color: #FFFFFF;
    position: relative;
}

.blackfriday_subTtl {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    color: #0B0B08;
}

.blackfriday_subTtl-wrap {
    display: inline-block;
    background-color: #FFE643;
    position: relative;
    z-index: 2;
}

.blackfriday_subTtl-wrap::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: calc(50px / 2);
    background: #FFE643;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    z-index: -1;
}

.blackfriday_subTtl-num {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}


.blackfriday_subTtl-lg {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.specialItems_list {
    font-family: "Zen Kaku Gothic New", serif;
    display: flex;
    flex-wrap: wrap;
    color: #121212;
}

.specialItems_link {
    display: block;
    border-top: solid 4px #0B0B08;
    border-right: solid 4px #0B0B08;
}

.specialItems_link:hover,
.specialItems_link:focus {
    text-decoration: none;
}

.specialItems_link-image {
    position: relative;
    padding-top: 100%;
}

.specialItems_link-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.specialItems_link-icon {
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C52431;
    font-style: italic;
}

.specialItems_link-icon-num {
    font-weight: bold;
}

.specialItems_link-icon-off {
    font-weight: bold;
}

.specialItems_link-name {
    font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #121212;
}

.specialItems_link-def {
    font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: right;
    font-weight: bold;
    text-decoration: line-through;
    color: #121212;
}

.specialItems_link-price {
    margin: 0  auto;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #C52431;
    gap: 5px;
}

.specialItems_link-price-num {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 900;
    word-break: break-all;
}

.specialItems_link-price-rt {
    text-align: center;
}

.specialItems_link-price-tax {
    font-weight: 900;
}

.specialItems_link-price-yen {
    font-weight: 900;
}

.specialItems_list2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: flex;
    flex-wrap: wrap;
    color: #121212;
}

.specialItems_item {
    display: block;
}

.specialItems_item:hover,
.specialItems_item:focus {
    text-decoration: none;
}

.specialItems_item-image img {
    width: 100%;
    height: auto;
}

.specialItems_item-name {
    color: #008299;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.specialItems_item-mile {
    font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #CE3302;
}

/* specialItems pc */
html[data-browse-mode="P"] .specialItems {
    margin-top: 200px;
    padding-top: 50px;
}

html[data-browse-mode="P"] .specialItems_txt {
    margin-top: 40px;
    font-size: 36px;
    line-height: 1.2;
}

html[data-browse-mode="P"] .specialItems_txt-num {
    font-size: 76px;
    line-height: 1;
    position: relative;
    top: 2px;
}

html[data-browse-mode="P"] .specialItems_txt-num:nth-of-type(1) {
    letter-spacing: -9px;
}

html[data-browse-mode="P"] .specialItems_txt-md {
    font-size: 40px;
}

html[data-browse-mode="P"] .specialItems_txt-md2 {
    font-size: 42px;
}

html[data-browse-mode="P"] .specialItems_txt-lg {
    font-size: 54px;
}

html[data-browse-mode="P"] .blackfriday_subTtl {
    font-size: 28px;
    font-weight: bold;
    top: -60px;
}

html[data-browse-mode="P"] .blackfriday_subTtl-wrap {
    width: 373px;
    height: 78px;
}

html[data-browse-mode="P"] .blackfriday_subTtl-num {
    font-size: 45px;
    position: relative;
    top: 2px;
}

html[data-browse-mode="P"] .blackfriday_subTtl-md {
    font-size: 32px;
}

html[data-browse-mode="P"] .blackfriday_subTtl-lg {
    font-size: 36px;
}

html[data-browse-mode="P"] .specialItems_items {
    margin-top: 100px;
}

html[data-browse-mode="P"] .specialItems_items + .specialItems_items {
    margin-top: 100px;
    border: solid 2px #E6C858;
}

html[data-browse-mode="P"] .specialItems_link {
    width: calc(100% / 5);
    padding: 13px;
}

html[data-browse-mode="P"] .specialItems_link:nth-child(5n) {
    border-right: none;
}

html[data-browse-mode="P"] .specialItems_link:nth-child(-n + 5) {
    border-top: none;
}

html[data-browse-mode="P"] .specialItems_link-image {
    padding-right: 4px;
}

html[data-browse-mode="P"] .specialItems_link-icon {
    width: 56px;
    height: 56px;
    padding-top: 3px;
    padding-left: 3px;
    font-size: 9px;
    background-image: url(/img/usr/event/blackfriday-teaser/icon_specialItems.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

html[data-browse-mode="P"] .specialItems_link-icon-num {
    font-size: 21px;
    line-height: 0.8;
}

html[data-browse-mode="P"] .specialItems_link-icon-off {
    font-size: 13px;
    line-height: 0.8;
}

html[data-browse-mode="P"] .specialItems_link-name {
    margin-top: 10px;
    font-size: 14px;
}

html[data-browse-mode="P"] .specialItems_link-def {
    margin-top: 7px;
    font-size: 16px;
    padding-right: 17px;
}

html[data-browse-mode="P"] .specialItems_link-price {
    padding-bottom: 3px;
    background: linear-gradient(transparent 62%, #FFE643 38%);
}

html[data-browse-mode="P"] .specialItems_link-price-num {
    font-size: 50px;
    line-height: 1;
}

html[data-browse-mode="P"] .specialItems_link-price-rt {
    position: relative;
    bottom: 9px;
}

html[data-browse-mode="P"] .specialItems_link-price-tax {
    font-size: 10px;
}

html[data-browse-mode="P"] .specialItems_link-price-yen {
    font-size: 21px;
    line-height: 0.8;
}

html[data-browse-mode="P"] .specialItems_items .goods_event-inner {
    padding: 80px 0 83px;
    margin: 0 auto;
    width: 985px;
}

html[data-browse-mode="P"] .specialItems_items + .specialItems_items .blackfriday_subTtl {
    top: -40px;
}

html[data-browse-mode="P"] .specialItems_list2 {
    width: 985px;
    margin: 80px auto 81px;
    gap: 44px 15px;
}

html[data-browse-mode="P"] .specialItems_item {
    width: calc((100% - 60px) / 5);
}

html[data-browse-mode="P"] .specialItems_item-name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.57;
}

html[data-browse-mode="P"] .specialItems_item-price {
    margin-top: 3px;
    font-size: 13px;
}

html[data-browse-mode="P"] .specialItems_item-mile {
    margin-top: 6px;
    font-size: 16px;
}

/* specialItems sp */
html[data-browse-mode="S"] .specialItems {
    margin-top: 15px;
    padding-top: 42px;
}

html[data-browse-mode="S"] .specialItems_txt {
    margin-top: 12px;
    font-size: 19px;
    line-height: 1.2;
}

html[data-browse-mode="S"] .specialItems_txt-num {
    font-size: 42px;
    line-height: 1;
    position: relative;
    top: 1px;
    letter-spacing: -3px;
}

html[data-browse-mode="S"] .specialItems_txt-num:nth-of-type(1) {
    letter-spacing: -7px;
    margin-right: 2px;
}

html[data-browse-mode="S"] .specialItems_txt-md {
    font-size: 23px;
    position: relative;
    top: 2px;
}

html[data-browse-mode="S"] .specialItems_txt-md2 {
    font-size: 20px;
}

html[data-browse-mode="S"] .specialItems_txt-lg {
    font-size: 22px;
}

html[data-browse-mode="S"] .specialItems_txt-lg2 {
    font-size: 24px;
    letter-spacing: -2px;
}

html[data-browse-mode="S"] .blackfriday_subTtl {
    font-size: 18px;
    font-weight: bold;
    top: -35px;
}

html[data-browse-mode="S"] .blackfriday_subTtl-wrap::before {
    bottom: -12px;
    transform: translateX(-52%);
}

html[data-browse-mode="S"] .blackfriday_subTtl-wrap {
    width: 247px;
    height: 46px;
}

html[data-browse-mode="S"] .blackfriday_subTtl-num {
    font-size: 32px;
    line-height: 45px;
    position: relative;
    top: 2px;
}

html[data-browse-mode="S"] .blackfriday_subTtl-md {
    font-size: 21px;
}

html[data-browse-mode="S"] .blackfriday_subTtl-lg {
    font-size: 23px;
}

html[data-browse-mode="S"] .specialItems_items {
    margin-top: 55px;
}

html[data-browse-mode="S"] .specialItems_items + .specialItems_items {
    margin-top: 54px;
    border: solid 2px #E6C858;
}

html[data-browse-mode="S"] .specialItems_link {
    width: calc(100% / 2);
    padding: 10px;
}

html[data-browse-mode="S"] .specialItems_link:nth-child(2n) {
    border-right: none;
}

html[data-browse-mode="S"] .specialItems_link:nth-child(-n + 2) {
    border-top: none;
}

html[data-browse-mode="S"] .specialItems_link-image {
    padding-right: 1px;
}

html[data-browse-mode="S"] .specialItems_link-icon {
    width: 56px;
    height: 56px;
    padding-top: 3px;
    padding-left: 3px;
    font-size: 9px;
    background-image: url(/img/usr/event/blackfriday-teaser/icon_specialItems.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

html[data-browse-mode="S"] .specialItems_link-icon-num {
    font-size: 21px;
    line-height: 0.8;
}

html[data-browse-mode="S"] .specialItems_link-icon-off {
    font-size: 13px;
    line-height: 0.8;
}

html[data-browse-mode="S"] .specialItems_link-name {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.38;
}

html[data-browse-mode="S"] .specialItems_link-def {
    margin-top: 4px;
    font-size: 14px;
    text-align: center;
}

html[data-browse-mode="S"] .specialItems_link-price {
    padding-bottom: 3px;
    background: linear-gradient(transparent 62%, #FFE643 38%);
}

html[data-browse-mode="S"] .specialItems_link-price-num {
    font-size: 36px;
    line-height: 1;
}

@media screen and (max-width: 374px) {
    html[data-browse-mode="S"] .specialItems_link-price-num {
        font-size: 28px;
    }   
}

html[data-browse-mode="S"] .specialItems_link-price-rt {
    position: relative;
    bottom: 7px;
}

html[data-browse-mode="S"] .specialItems_link-price-tax {
    font-size: 7px;
    margin-bottom: 2px;
}

html[data-browse-mode="S"] .specialItems_link-price-yen {
    font-size: 14px;
    line-height: 0.8;
}

html[data-browse-mode="S"] .specialItems_items .goods_event-inner {
    padding: 31px 0 20px;
}

html[data-browse-mode="S"] .specialItems_list2 {
    margin: 31px 9px 20px;
    gap: 25px 10px;
}

html[data-browse-mode="S"] .specialItems_item {
    width: calc((100% - 10px) / 2);
}

html[data-browse-mode="S"] .specialItems_item-name {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.38;
}

html[data-browse-mode="S"] .specialItems_item-price {
    margin-top: 4px;
    font-size: 13px;
}

html[data-browse-mode="S"] .specialItems_item-mile {
    margin-top: 1px;
    font-size: 15px;
}


