

.campaign-banner-block {
    display: none;
}




.wapper-221227 {
    font-family: serif,sans-serif,"Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo;
    padding: 7% 0 0;
}

.sub-wpr {
    padding: 0 10%;
}

.sub-wpr section {
    margin-bottom: 20%;
}

.special {
    padding: 0 5%;
    margin-bottom: 6%;
}

.wapper-221227 h2 {
    padding: 1% 1%;
    background: #000;
    color: #FFF;
    width: 56%;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.3px;
}

.ttl h1 {
    font-size: 23px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5%;
}

p.txt {
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 1.77;
}

.ttl p:nth-child(3) {
    text-align: right;
    margin-top: -4%;
    text-decoration-line: underline;
    font-size: 13px;
}

.ttl p:nth-child(3) a {
    color: #999;
}


span.uppercase {
    text-transform: uppercase;
}

.sub-wpr h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
    letter-spacing: 1.2px;
}

.date div {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 2%;
}

.date p {
    letter-spacing: 0.5px;
}

section.performer li {
    float: left;
    width: 48%;
    text-align: center;
}

section.performer li:nth-child(1) {
    margin-right: 4%;
}

section.performer div {
    margin-bottom: 5%;
}

section.performer li p {
    line-height: 1.65;
}

p.people {
    margin-bottom: 3%;
    font-weight: bold;
}


.content .txt {
    margin-top: 5%;
}

.live p {
    text-align: center;
    margin-top: 3%;
}






section.euro.itemlist {
    background: #E3E3E3;
}


section.usa.itemlist {
    background: #DCD5BD;
    margin-top: -38%;
    padding-bottom: 1%;
}

section.itemlist {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}


.itemlist > .sub-wpr {
    padding-bottom: 10%;
}

section.itemlist h1 > img {
    width: 100%;
    margin-top: 15%;
}


.itemlist h1 > p {
    text-align: right;
    margin-top: 2%;
}


.itemlist .cate {
    margin-bottom: 40%;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: 0 9%;
}


div > .cate {
    margin-top: 15%;
}


.cate h3 {
    margin: 20px auto 0px;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);

}

.mainbox {
    display: table;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.inbox-txt a {
    text-decoration-line: underline;
}




/*画像が左側のとき*/
.inbox-img {
    display: table-cell;
    padding: 3%;
    width: 47%;
}

.inbox-txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 7%;
}

/*画像が右側のとき*/
.military .inbox-txt,.outdoor .inbox-txt {
    padding-right: unset;
    padding-left: 10%;
}

.military .inbox-img,.outdoor .inbox-img {
    padding-left: unset;
}



.inbox-txt p:nth-child(3) {
    text-align: right;
    text-decoration-line: underline;
    font-size: 12px;
}

.military .inbox-txt p:nth-child(3),.others .inbox-txt p:nth-child(3) {
    text-align: left;
    margin-top: 3%;
}

.inbox-txt p:nth-child(3) a {
    color: #707070;
}


.itemlist li {
    float: left;
    width: 46%;
    text-align: center;
    margin-top: 11%;
}


.itemlist li:nth-child(1), .itemlist li:nth-child(3) {
    margin-right: 8%;
}



/*背景ななめ*/

.bkgd {
    width: 100%;
    margin: 0;
    position: relative;
}

.bkgd::before {
    content: '';
    position: absolute;
    top: -39px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DCD5BD;
    transform: skewY(-6deg);
    z-index: 0;
}

.bkgd-main {
    z-index: 1;
    position: relative;
}


.summit2023-1 {
    text-align: center;
    margin-bottom: 10%;
}



ul.clearfix li div:nth-child(2) {
    display: none;
}


p.access {
    font-size: 10px;
}


/*以降PC*/
@media only screen and (min-width: 641px){

    .itemlist {
        display: none;
    }
    

    .sub-wpr {
        padding: 0px 30%;
    }


    .wapper-221227 h2 {
        width: 30%;
    }

    .special {
        padding: 0 27%;
        margin-bottom: 2%;
    }

    .sub-wpr section {
        margin-bottom: 10%;
    }


    img.pc {
        padding: 0 27%;
    }


    .cate h3 {
        text-align: center;
    }


    .mainbox {
        margin-left: unset;
        margin-right: unset;
    }

    .bkgd::before {
        top: -82px;
    }




}