#contentsArea{
    max-width: 1120px;
    width: 100vw;
}
main{
    max-width: 1120px;
    width: 100vw;
}
.main-title > img{
    display: block;
    width:100vw;
    max-width: 1120px;
}
.main-title > img.main-title-sp{
    display: none;
}
.shinjuku-move-desc{
    text-align: center;
    font-size:18px;
    line-height: 55px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.shinjuku-move-desc-sp{
    display:none;
}
.event-section{
    background-color: #fcf9f0;
}
.event-section-title::before ,
.agency-info-list-title::before ,
.access-title::before{
    content: url(/stores/tg/shinjuku/img/event-icon.png);
    display: block;
    margin-bottom: 25px;   
}
.event-section-title ,
.agency-info-list-title ,
.access-title{
    font-size:32px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}
.event-section-title::after ,
.agency-info-list-title::after ,
.access-title::after{
    content: "";
    background-color: #cc0000;
    width: 30px;
    height: 2px;
    display: block;
    margin: 25px auto 50px;
}
.all-event{
    display: flex;
    flex-wrap: wrap;
}
.event-note{
    margin-left: 3.5%;
    padding-bottom: 35px;
}
.event{
    width:43%;
    margin:0 2.25% 60px 3.75%;
}
.event:nth-child(2n){
    margin:0 3.75% 60px 2.25%;
}
.event-desc-title{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 28px;
}
.event-desc-date-title{
    font-size: 16px;
    color: #cc0000;
    border: 2px solid #cc0000;
    padding: 7px 14px;
    font-weight: bold;
}
.event-desc-date-main{
    font-size: 20px;
    margin-left: 20px;
    vertical-align: middle;
}
.event-desc-date{
    margin-bottom: 25px;
}
.event-desc-contents{
    font-size: 14px;
}
.event-desc-contents > span{
    display: block;
}
.agency-info-list-title::before{
    content: url(/stores/tg/shinjuku/img/agency-icon.png);
}
.all-agency-info{
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    width: 94vw;
    margin: 0 auto;
}
.agency-info{
    width: 30.3%;
}
.agency-info-img{
    width: 100%;
    max-height: 240px;
}
.agency-info:nth-child(3n-1){
    margin:0 4.5% 50px;
}
.agency-info-title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.agency-info > p{
    font-size: 14px;
}
a.introduce-concierge ,
a.reserve-agency{
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 420px;
    background-color: #cc0000;
    line-height: 66px;
    position: relative;
    display:block;
    margin:0 auto 120px;
    text-decoration: none;
    border-radius:33px;
    font-weight: bold;
}
a.reserve-agency{
    margin-bottom: 0;
}
a.introduce-concierge:hover ,
a.reserve-agency:hover{
    opacity: 0.7;
}
.introduce-concierge::after ,
a.reserve-agency::after{
    content: url(/stores/tg/shinjuku/img/concierge-arrow.png);
    position: absolute;
    right:16px;
}
.access{
    background-color:#fcf9f0;
    padding-bottom: 70px;
    width: 100vw;
    max-width: 1120px;
}
.access-title::before{
    content: url(/stores/tg/shinjuku/img/access-icon.png);
}
.all-access-info{
    display: flex;
    width: 82.1%;
    margin: 0 auto;
}
.access-info{
    display: flex;
    margin-bottom: 35px;
}
.access-info-tag{
    color: #fff;
    background-color: #a30000;
    width: 90px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px;
}
.access-info-list{
    width: 50%;
}
.access-info-text > span{
    display: inline-block;
}
.access-info-maps{
    width: 50%;
    height: 320px;
    margin-bottom: 60px;
}
#map{
    width: 100%;
    height: 100%;
}
.event-desc-contents-note{
    font-size: 13px;
}
.introducing-movie{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.introducing-movie-text{
    display: flex;
    width: 320px;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;   
}
@media (max-width:767px){
    main{
        background-color: #fff;
    }
    .main-title > img.main-title-pc{
        display: none;
    }
    .main-title > img.main-title-sp{
        display:block;
    }
    .shinjuku-move-desc{
        font-size:14px;
        line-height: 40px;
        margin: 25px auto 40px;
    }
    .event-section-title{
        font-size:25px;
        padding-top: 30px;
    }
    .shinjuku-move-desc-sp{
        display: block;
    }
    .shinjuku-move-desc-pc{
        display: none;
    }
    .event-section-title::before, 
    .agency-info-list-title::before, 
    .access-title::before{
        margin-bottom:0;
    }
    .event-section-title, 
    .agency-info-list-title, 
    .access-title{
        font-size: 25px;
    }
    .event-section-title::after, 
    .agency-info-list-title::after, 
    .access-title::after{
        width: 40px;
        margin: 5px auto 25px;
    }
    .event , .event:nth-child(2n){
        width: 89.33%;
        margin:0 auto 35px;
        text-align: left;
    }
    .event-desc-title{
        font-size: 17px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .event-desc-date-title{
        font-size: 13px;
        padding:3px 10px;
        border-width:1px;
    }
    .event-desc-date-main{
        margin-left: 10px;
        font-size: 14px;
    }
    .event-desc-date{
        margin-bottom: 18px;
    }
    .event-note{
        width: 89.33%;
        margin: 0 auto;
        padding-bottom: 35px;
    }
    .all-agency-info{
        width: 89.33%;
        margin:0 auto;
        text-align: left;
    }
    .agency-info ,
    .agency-info:nth-child(3n-1){
        width: 48%;
        margin: 0 2% 25px 0;
    }
    .agency-info:nth-child(2n){
        margin: 0 0 25px 2%;
    }
    .agency-info-title{
        font-size: 14px;
        margin:10px 0;
        height: 3em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    a.introduce-concierge, 
    a.reserve-agency{
        width: 69%;
        font-size: 16px;
        line-height: 50px;
        font-weight: bold;
    }
    a.introduce-concierge{
        margin-bottom: 60px;
    }
    .introduce-concierge::after, 
    a.reserve-agency::after{
        content: "";
        background: url(/stores/tg/shinjuku/img/concierge-arrow.png) no-repeat;
        background-size: contain;
        right: 8px;
        width: 8px;
        height: 14px;
        display: block;
        top: 17px;
    }
    .all-access-info{
        flex-direction: column-reverse;
    }
    .access-info-list{
        width: 100%;
    }
    .pagetop{
        text-align: center;
        margin-top: 30px;
    }
    .change_pc{
        margin-top: 15px;
        text-align: center;
    }
    .access-info-tag{
        width:70px;
        font-size: 13px;
        margin-right: 5px;
    }
    .access-info-text{
        width: 71%;
    }
    .access-info-maps{
        width: 100%;
        height: 230px;
        margin-bottom: 30px;
    }
    .introducing-movie{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .introducing-movie-text{
        margin-top: 10px;
    }
}
@media (max-width:350px){
    a.introduce-concierge{
        width: 80%;
    }
}
@media (min-width:768px){
    .pagetop{
        text-align: right;
        width: 92vw;
        max-width: 1120px;
        margin:40px auto 0;
    }
    .pagetop a{
        color: #333;
        background: url(/stores/tg/images/common/cursol_top.png) no-repeat left center;
        padding: 0 0 0 20px;
    }
    .sp-only{
        display: none;
    }
}
