@charset "UTF-8"; /* layout */
html[data-browse-mode=S] .for-pc {
    display: none !important;
}

html[data-browse-mode=P] .for-sp {
    display: none !important;
}

.en {
    font-family: "Oswald", "Noto Sans CJK JP", 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---------------
 PC用記述
 ---------------*/
html[data-browse-mode=P] .pane-left-menu {
    display: none !important;
}

html[data-browse-mode=P] .page-event #header {
    margin: 0;
}

/*html[data-browse-mode=P] .page-event .pane-contents .container .pane-main {
    width: 1200px;
}*/

/* main */
html[data-browse-mode=P] .event-mcp01 .main {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 1200px;
}

@media (min-width: 1200px) {
    html[data-browse-mode=P] .event-mcp01 .main {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}

html[data-browse-mode=P] .event-mcp01 .main-lead {
    margin: 25px 0;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--text {
    font-size: 15px;
    text-align: center;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--link {
    margin: 20px 0 30px;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--link-btn {
    position: relative;
    width: 500px;
    display: block;
    margin: 6px auto;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--link-btn > span {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #E50C14;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    padding: 16px;
    width: 100%;
    position: relative;
    z-index: 1;
    transform: translate(-6px, -6px);
    transition: all .3s ease;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--link-btn:hover > span {
    transform: none;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--link-btn::after {
    display: block;
    content: "";
    background-color: #C2090F;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: 0;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--text-note {
    text-align: center;
    margin: 0 0 15px;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--text-note .text-color-red, html[data-browse-mode=P] .event-mcp01 .main-lead--text-note .text-color-red > a {
    color: #E50C14;
}

{
    color: #E50C14;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--pagelink {
    text-align: center;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--pagelink-btn {
    font-size: 14px;
}

html[data-browse-mode=P] .event-mcp01 .main-lead--pagelink-btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #111;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-left: 10px;
}

/* cp */
html[data-browse-mode=P] .event-mcp01 .sec-cp {
    background-color: #F5F5F5;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 60px 0 71px;
}

html[data-browse-mode=P] .event-mcp01 .cp-inner {
    background-color: #FFF;
    width: 1200px;
    margin: 0 auto 60px;
    box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 0 60px 40px;
}

html[data-browse-mode=P] .event-mcp01 .cp-ttl {
    border-bottom: 4px solid #E50C14;
    width: fit-content;
    margin: 0 auto 30px;
}

html[data-browse-mode=P] .event-mcp01 .cp-ttl--text {
    font-size: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

html[data-browse-mode=P] .event-mcp01 .cp-ttl--text > .en {
    font-size: 65px;
    display: inline-block;
    margin: 0 0.2em;
    color: #E50C14;
    letter-spacing: -0.05em;
    font-weight: normal;
}

html[data-browse-mode=P] .event-mcp01 .cp-ttl--text::before, html[data-browse-mode=P] .event-mcp01 .cp-ttl--text::after {
    content: "";
    display: inline-block;
    width: 54px;
    height: 66px;
    background: url(/img/usr/event/mcp01/cp_ttl_icon.png) no-repeat left / contain;
    margin: 0 15px -11px;
}

html[data-browse-mode=P] .event-mcp01 .cp-ttl--text::after {
    transform: scale(-1,1);
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list > li {
    width: calc((100% - (70px * 2)) / 4);
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp--item-list--link {
    position: relative;
    display: block;
    border-radius: 5px;
    transition: 0.4s;
    padding: 10px;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp--item-list--link:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp-item--icon {
    background-color: #E50000;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 1;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp-item--icon > .text {
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border: 2px solid #fff;
    border-radius: 50%;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp-item--icon > .text .mile {
    font-size: 12px;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp-item--icon > .text .en {
    font-size: 25px;
    line-height: 0.9;
    display: block;
    margin: 0 0 4px;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp-item--img {
    margin: 0 0 8px;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp-item--text > .name {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 0 8px;
    min-height: 50px;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp-item--text > .price {
    font-size: 18px;
}

html[data-browse-mode=P] .event-mcp01 .cp--item-list .cp-item--text > .price .tax-in {
    font-size: 12px;
}

/* 関連イベント */
html[data-browse-mode=P] .block-top-event--wrap {
    padding: 60px 0 100px;
}

html[data-browse-mode=P] .block-top-event--header {
    padding: 0;
    margin: 0 0 50px;
}

html[data-browse-mode=P] .block-top-event--header a {
    font-size: 32px;
    font-weight: bold;
}

html[data-browse-mode=P] .block-top-event--header a::before, html[data-browse-mode=P] .block-top-event--header a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 23px;
    background: url(/img/usr/event/mcp01/event_ttl_icon.png) no-repeat left / contain;
    margin: 0 15px 0;
}

html[data-browse-mode=P] .block-top-event--header a::after {
    transform: scale(-1,1);
}

html[data-browse-mode=P] .block-pickup-list-p .block-pickup-list-p--items > li:nth-child(n+16) {
    display: none;
}

html[data-browse-mode=P] .block-top-event--goods {
    margin: 0;
}

html[data-browse-mode=P] .block-top-event--link {
    border: 2px solid #3B3B3B;
    border-radius: 5px;
    text-align: center;
    width: 340px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
    position: relative;
}
html[data-browse-mode=P] .event-mcp01 .view-event-more a{
    width: 300px;
}

html[data-browse-mode=P] .block-top-event--link::before {
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    background: url(/img/usr/event/mcp01/more_btn_arw.png) no-repeat top / contain;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

/* 共通ttl */
html[data-browse-mode=P] .event-mcp01 h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

html[data-browse-mode=P] .event-mcp01 h2::before, html[data-browse-mode=P] .event-mcp01 h2::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 23px;
    background: url(/img/usr/event/mcp01/event_ttl_icon.png) no-repeat left / contain;
    margin: 0 15px 0;
}

html[data-browse-mode=P] .event-mcp01 h2::after {
    transform: scale(-1,1);
}

/* キャンペーン詳細 */
html[data-browse-mode=P] .event-mcp01 .sec-info {
    background-color: #F5F5F5;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 60px 0 71px;
}

html[data-browse-mode=P] .event-mcp01 .info-inner {
    background-color: #FFF;
    width: 1200px;
    margin: 0 auto;
    box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 55px 60px 70px;
}

html[data-browse-mode=P] .event-mcp01 .info-ttl {
    margin: 0 0 50px;
}

html[data-browse-mode=P] .event-mcp01 .info-detail--list {
    line-height: 1.75;
}

html[data-browse-mode=P] .event-mcp01 .info-detail--list > dt {
    font-size: 18px;
    font-weight: bold;
}

html[data-browse-mode=P] .event-mcp01 .info-detail--list > dd {
    font-size: 16px;
    margin: 0 0 15px;
}

/* 開催中のおすすめ特集 */
html[data-browse-mode=P] .event-mcp01 .sec-recommend {
    padding: 60px 0;
}

html[data-browse-mode=P] .event-mcp01 .recommend-ttl {
    margin: 0 0 30px;
}

html[data-browse-mode=P] .event-mcp01 .recommend-detail--list {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

html[data-browse-mode=P] .event-mcp01 .recommend-detail--list > li {
    width: calc((100% - (50px * 4)) / 5);
}

/*---------------
 SP用記述
 ---------------*/
/* main */
html[data-browse-mode=S] .event-mcp01 .main {
    margin: 0;
    padding: 0;
}

html[data-browse-mode=S] .event-mcp01 .main-lead {
    margin: 15px;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--text {
    font-size: 13px;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--link {
    margin: 20px 5px 20px 0;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--link-btn {
    position: relative;
    max-width: 500px;
    display: block;
    margin: 6px auto;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--link-btn > span {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #E50C14;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    padding: 13px;
    width: 100%;
    box-shadow: 4px 5px 0px 0px #C2090F;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--text-note {
    margin: 0 0 10px;
    font-size: 10px;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--text-note > .indent {
    text-indent: -1em;
    padding-left: 1em;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--text-note .text-color-red, html[data-browse-mode=S] .event-mcp01 .main-lead--text-note .text-color-red > a {
    color: #E50C14;
}

{
    color: #E50C14;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--pagelink {
    text-align: center;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--pagelink-btn {
    font-size: 12px;
}

html[data-browse-mode=S] .event-mcp01 .main-lead--pagelink-btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #111;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-15%) rotate(135deg);
    margin-left: 10px;
}

/* cp */
html[data-browse-mode=S] .event-mcp01 .sec-cp {
    background-color: #F5F5F5;
    padding: 20px 15px 50px;
}

html[data-browse-mode=S] .event-mcp01 .cp-inner {
    background-color: #FFF;
    margin: 0 auto;
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 15px 7px 25px;
}

html[data-browse-mode=S] .event-mcp01 .cp-ttl {
    border-bottom: 3px solid #E50C14;
    width: fit-content;
    margin: 0 auto 30px;
}

html[data-browse-mode=S] .event-mcp01 .cp-ttl--text {
    font-size: min(18px, 4.8vw);
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

html[data-browse-mode=S] .event-mcp01 .cp-ttl--text > .en {
    font-size: min(39px, 10.4vw) ;
    display: inline-block;
    margin: 0 0.2em;
    color: #E50C14;
    letter-spacing: -0.05em;
    font-weight: normal;
    font-weight: bold;
}

html[data-browse-mode=S] .event-mcp01 .cp-ttl--text::before, html[data-browse-mode=S] .event-mcp01 .cp-ttl--text::after {
    content: "";
    display: inline-block;
    width: 31px;
    height: 38px;
    background: url(/img/usr/event/mcp01/cp_ttl_icon.png) no-repeat left / contain;
    margin-bottom: -11px;
}

html[data-browse-mode=S] .event-mcp01 .cp-ttl--text::before {
    margin-right: 10px;
}

html[data-browse-mode=S] .event-mcp01 .cp-ttl--text::after {
    margin-left: 10px;
    transform: scale(-1,1);
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
    justify-content: center;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list > li {
    width: calc((100% - (10px * 1)) / 2);
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp--item-list--link {
    position: relative;
    display: block;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp-item--icon {
    background-color: #E50000;
    border-radius: 50%;
    width: 11.73vw;
    height: 11.73vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp-item--icon > .text {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 10.93vw;
    height: 10.93vw;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 2.4vw;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp-item--icon > .text .mile {
    font-size: 2.66vw;
    transform: scale(0.6);
    margin: 0 0 -0.8vw;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp-item--icon > .text .en {
    font-size: 3.46vw;
    line-height: 0.9;
    display: block;
    margin: 0 0 1px;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp-item--img {
    margin: 0 0 8px;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp-item--text > .name {
    font-size: 11px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 0 8px;
    min-height: 33px;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp-item--text > .price {
    font-size: 14px;
}

html[data-browse-mode=S] .event-mcp01 .cp--item-list .cp-item--text > .price .tax-in {
    font-size: 10px;
}

/* 関連イベント */
html[data-browse-mode=S] .block-top-event--wrap {
    padding: 40px 0 60px;
}

html[data-browse-mode=S] .block-top-event--header {
    padding: 0;
    margin: 0 15px 20px;
    font-size: 14px;
}

html[data-browse-mode=S] .block-top-event--header a {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

html[data-browse-mode=S] .block-top-event--header a::before, html[data-browse-mode=S] .block-top-event--header a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 23px;
    background: url(/img/usr/event/mcp01/event_ttl_icon.png) no-repeat left / contain;
    flex-shrink: 0;
}

html[data-browse-mode=S] .block-top-event--header a::before {
    margin-right: 8px;
}

html[data-browse-mode=S] .block-top-event--header a::after {
    margin-left: 8px;
    transform: scale(-1,1);
}

html[data-browse-mode=S] .block-goods-detail-j .block-goods-detail-j--items > li:nth-child(n+11) {
    display: none;
}

html[data-browse-mode=S] .block-top-event--goods {
    margin: 0;
}

html[data-browse-mode=S] .block-top-event--link {
    border: 2px solid #3B3B3B;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin: 0 15px;
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
    position: relative;
}

html[data-browse-mode=S] .block-top-event--link::before {
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    background: url(/img/usr/event/mcp01/more_btn_arw.png) no-repeat top / contain;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

/* 共通ttl */
html[data-browse-mode=S] .event-mcp01 h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

html[data-browse-mode=S] .event-mcp01 h2::before, html[data-browse-mode=S] .event-mcp01 h2::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 23px;
    background: url(/img/usr/event/mcp01/event_ttl_icon.png) no-repeat left / contain;
    flex-shrink: 0;
}

html[data-browse-mode=S] .event-mcp01 h2::before {
    margin-right: 8px;
}

html[data-browse-mode=S] .event-mcp01 h2::after {
    margin-left: 8px;
    transform: scale(-1,1);
}

/* キャンペーン詳細 */
html[data-browse-mode=S] .event-mcp01 .sec-info {
    background-color: #F5F5F5;
    padding: 75px 15px 60px;
}

html[data-browse-mode=S] .event-mcp01 .info-inner {
    background-color: #FFF;
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 40px 25px 50px;
}

html[data-browse-mode=S] .event-mcp01 .info-ttl {
    margin: 0 0 30px;
}

html[data-browse-mode=S] .event-mcp01 .info-detail--list {
    line-height: 1.75;
}

html[data-browse-mode=S] .event-mcp01 .info-detail--list > dt {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}

html[data-browse-mode=S] .event-mcp01 .info-detail--list > dd {
    font-size: 14px;
    margin: 0 0 25px;
}

/* 開催中のおすすめ特集 */
html[data-browse-mode=S] .event-mcp01 .sec-recommend {
    padding: 60px 0;
}

html[data-browse-mode=S] .event-mcp01 .recommend-ttl {
    margin: 0 0 30px;
}

html[data-browse-mode=S] .event-mcp01 .recommend-detail--list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-left: 15px;
    padding-bottom: 10px;
}

html[data-browse-mode=S] .event-mcp01 .recommend-detail--list > li {
    width: min(306px,40.8vw);
    flex-shrink: 0;
}
