
#TopPage {
    height:864px;
    background: url(/images/yurakuza_outview.jpg) center center no-repeat;
    background-size:cover;
    margin:0 auto;
}
#TopPage > div {
    height: 100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
    padding:0 128px;
}

#TopPage header h1 img {
    width: 184px ;
}

#TopCatch-spe img {
    width: 620px ;
}

#TopCatch img{
    width: 196px ;
}

#TopCatch-sp {
    display: none;
}

@media screen and (max-width: 1100px) {
    #TopCatch-spe img {
        width: calc(100vw - 462px) ;
    }
    #TopCatch img {
        width: 17.7vw;
    }
}

#TopCatch-spe {
    margin: 18px 0 0;
}

#TopPage header h1 + p + p + p {
    margin: 18px 0 0;
    color: #ffffff;
    font-family: serif;
    font-size: 14px;
    line-height: 1.8em;
}

#TopPage header ul {
    margin: 12px 0 0;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 12px;
}

#TopPage header ul li a {
    background: #ffffff;
    height: 22px;
    line-height: 22px;
    display: block;
    width: 165px;
    text-align: center;
}

#TopPage header ul li{
    margin-right: 5px;
}

@media screen and (max-width: 920px) {
    #TopPage {
        height:100vh;
        box-sizing: border-box;
        padding: 0 0 0 0;
        padding-top: calc(65px + 8vw);
        text-align: center;
    }
    #TopPage > div {
        height: 100%;
        display:flex;
        justify-content:center;
        align-items: center;
        padding:0;
    }
    #TopCatch-sp{
        display: block;
        margin-bottom: 10vw;
    }
    #TopCatch-spe{
        margin: 0 0 30px ;
    }
    #TopCatch-spe img{
        width: 85vw;
        height: auto;
    }
    #TopPage header p#TopCatch-sp img {
        width: 20vw;
        height: auto;
    }
    #TopCatch{
        display: none;
    }
    #TopPage header h1 img{
        width: 25vw;
        height: auto;
    }
    #TopPage header h1 + p + p + p {
        margin: 18px 42px 35px ;
        color: #ffffff;
        font-family: serif;
        font-size: 14px;
        line-height: 1.5em;
    }
    #TopPage header ul {
        display: none;
    }
}

#History {
    background-color: #566c73;
    padding: 0 25px 115px;
}
#History > div {
    height: 830px;
    max-width: 1300px;
    margin: 0 auto;
    border: 7px #ffffff solid;
    box-sizing: border-box;
}

#History h3 {
    border-bottom: 7px #ffffff solid;
    padding:25px 55px;
}

#History h3 img {
    height: 20px;
}

#History h4 img {
    width: 61px;
}

#HistoryComtents {
    display: flex;
    flex-flow: row-reverse;
    justify-content:space-between;
    align-items: center;
    height: calc(100% - 90px);
    padding: 0 110px;
}


.TextBlock {
    border: 5px #ffffff solid;
    border-left-width:0 ;
    border-right-width:0 ;
    writing-mode: vertical-rl;
    height:305px;
    width:100%;
    box-sizing: border-box;
    font-size:14px;
    color: #ffffff;
    font-family: serif;
    line-height: 2.57em;
    padding: 20px 0 18px;

}
.TextBlock span.VMW {
    text-combine-upright: all;
}

.HistoryText {
   width: 350px;
}

.TextBlock + .ImageBlock {
    margin: 60px 0 0;
}

.ImageBlock + .TextBlock {
    margin: 60px 0 0;
}

@media screen and (max-width: 920px) {
    #History { padding: 5vw;}
    #History > div {
        height: auto;
        max-width: auto;
        margin: 0;
        border-width: 1.5vw;
    }
    #History h3 {
        border-bottom-width: 1.5vw;
        padding:4vw 6vw;
    }
    
    #History h3 img {
        height:auto;
        width: 100%;
        vertical-align: middle;
    }


    #HistoryComtents {
        display: flex;
        flex-flow: column;
        flex-direction: column;
        /*　justify-content:space-between;　*/
        /*align-items: ;*/
        height: auto;
        padding: 0;
    }

    #History h4 { display: none; }
    /*
    .HistoryText:nth-of-type(1) { order: 2;}
    .HistoryText:last-child { order: 3;}
*/
    #History h4 img {
        height: 60vh;
        width: auto;
    }
    .HistoryText { width: 90%;}

    .HistoryText:nth-of-type(1) {
        display: flex;
        flex-flow: column-reverse;
    }

    .TextBlock {
        border-width: 0;
        height:85.333333333333333vw;
        font-size:3.733333333333333vw;
        padding: 3vw 0 7vw;
        line-height: 2.2em;
    
    }
    .TextBlock + .ImageBlock {
        margin: 5vw 0 0;
    }
    .ImageBlock + .TextBlock {
        margin: 0;
    }

    .HistoryText:not(:first-child) {
        margin: 7vw 0 0;
    }
    
    .ImageBlock { text-align: center;}

    .ImageBlock img {
        height: auto;
        width: 100%;
    }

}

#VideoPlayer {
    background: #000000;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

#VideoPlayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#Inside{
    height:600px;
    box-sizing: border-box;
    padding: 0 0 0;
    background-color: #566c73;
    display: flex;
}

#Inside h3 img {
    height: 67px;
}

.InsideContents{
    width: 33%;
    height:100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
}

#AudienceSeat{
    background-image: url(/images/inside_01.jpg);
}

#Stage{
    background-image: url(/images/inside_02.jpg);
    width: 34%;
}

#Soubenir{
    background-image: url(/images/inside_03.jpg);
}

.InsideContents > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    font-size:14px;
    color: #ffffff;
    font-family: serif;
    line-height: 1.8em;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.75s;
    position: relative;
    z-index: 1;
}

.InsideThums {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content:center;
}

.InsideContents:hover > div,
.InsideContents:hover .InsideImages {
    opacity: 1;
}

.InsideThums li {
    height: 100%;
    width: 33.3%;
}

/*.InsideThums li:not(:last-child) {
    margin-right: 30px;
}*/

.InsideThums li label {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#StageThum1 {
    background-image: url(/images/stage_Thum1.jpg);
}

#StageThum2 {
    background-image: url(/images/stage_Thum2.jpg);
}

#StageThum3 {
    background-image: url(/images/stage_Thum3.jpg);
}

.InsideImages {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.75s;
}

.InsideImages li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.InsideImages li input {
    display: none;
}

.InsideImages li input:checked + p {
    opacity: 1;
}

.InsideImages li p {
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.75s;
}

.InsideContents > div > div p {
    margin: 110px 0 0;
    padding-bottom: 1.8em;
}

#StageImage1 {
    background-image: url(/images/stage_01_01@1x.jpg);
}

#StageImage2 {
    background-image: url(/images/stage_02_01@1x.jpg);
}

#StageImage3 {
    background-image: url(/images/stage_03_01@1x.jpg);
}

#Soubenir p {
    padding-bottom: 0;
}


@media screen and (max-width: 920px) {
    #Inside{
        height: auto;
        flex-flow: column;

    }
    
    #Inside h3 img {
        height: 67px;
    }
    
    .InsideContents{
        background-position: center center;
        background-size: 100% auto;
        width: 100%;
        height: 70vw;
    }
    
    
    #Stage{
        width: 100%;
    }
    
    
    .InsideContents > div {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content:center;
        flex-flow: column;
        font-size:14px;
        line-height: 1.8em;
    }
    
    .InsideThums {
    
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content:center;
        
    }
    
    .InsideContents:hover > div,
    .InsideContents:hover .InsideImages {
        
        opacity: 1;
        
    }

    .InsideThums { display: none;}

    /*
    .InsideThums li {
        height: 100%;
        width: 33.3%;
    }
    */
    
    /*.InsideThums li:not(:last-child) {
        margin-right: 30px;
    }*/
    /*
    .InsideThums li label {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    */
    
    .InsideImages {
        display: none;
        /*position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.75s;
        */
    }
    /*
    .InsideImages li {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .InsideImages li input {
        display: none;
    }
    
    .InsideImages li input:checked + p {
        opacity: 1;
    }
    
    .InsideImages li p {
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.75s;
    }
    */

    .InsideContents > div > div p {
        margin: 3vw 0 0;
        padding-bottom: 1.8em;
    }
    
  
}




#Buy {
    height: 770px;
    display: flex;
    flex-flow: row-reverse;
    text-align: center;
    padding: 0 8％;
}

#BuyPhoto ul {
    display: flex;
}

#Buy h3 img {
    width: 150px;
}

#Buy h4 img {
    width: 330px;
}

#BuyPhoto li:not(:first-child) {
    margin: 0 0 0 18px;
}

#BuyPhoto{
    text-align: center;   
}

#BuyPhoto h4 {
    margin: 105px 0;
}

#BuyPhoto p {
    margin: 80px 0;
    font-size:14px;
    color: #000000;
    font-family: serif;
    line-height: 2em;
}

#Buy header{
    width: calc(88% - 800px);
    min-width: 280px;
    padding: 0 0 0 50px;
}

#Buy h3 {
    margin: 60px 0;
}

.ECbutton img {
    width: 208px;
}

.ECbutton a {
    display: flex;
    height: 83px;
    width: 280px;
    margin: 0 auto;
    align-items: center;
    justify-content:center;
    background-color:#1E3B45;
}
#ECbuttonSP { display: none;} 

@media screen and (max-width: 920px) {
    #Buy {
        height: auto;
        display: block;
        flex-flow: column;
        text-align: center;
        justify-content: center;
        padding: 7vw 5vw;
    }
    
    #BuyPhoto ul {
        display: block;
    }
    #BuyPhoto ul img {
        width: 80%;
        height: auto;
    }
    #Buy h3 {}
    #Buy h3 img {
        height: 85vw;
        width: auto;
    }

    
    #Buy h4 img {
        width: 330px;
    }
    
    #BuyPhoto li:not(:first-child) {
        margin: 5vw 0 0;
    }
    
    #BuyPhoto{
        text-align: center;   
    }
    
    #BuyPhoto h4 {
        margin: 105px 0;
    }
    
    #BuyPhoto p {
        margin: 80px 0;
        font-size:14px;
        color: #000000;
        font-family: serif;
        line-height: 2em;
    }
    
    #Buy header{
        width: auto;
        min-width: auto;
        padding: 0;
    }
    
    #Buy h3 {
        margin: 60px 0;
    }
    #ECbuttonPC { display: none;}
    #ECbuttonSP { display:block;}
    /*
    .ECbutton img {
        width: 208px;
    }
    
    .ECbutton a {
        display: flex;
        height: 83px;
        width: 280px;
        margin: 0 auto;
        align-items: center;
        justify-content:center;
        background-color:#1E3B45;
    }*/
}






#Information {
    background-color: #566c73;
    padding: 30px 25px;
}

#Information > div {
    max-width: 1620px;
    margin: 0 auto;
    border: 7px #ffffff solid;
    box-sizing: border-box;
}

#Information h3 {
    border-bottom: 7px #ffffff solid;
    padding:25px 60px;
}

#Information h3 img {
    height: 20px
}

#Information > div .News:last-child h3 {
    border-top: 7px #ffffff solid;
}

#Information ul {
    font-family: sans-serif;
    font-weight: bold;
    font-size:16px;
    padding:35px 100px;
    color: #ffffff;
}

#Information time {
    display: inline-block;
    margin-right: 50px;
    font-size:16px;
    font-family: serif;
}

#Information li {
    padding: 15px 0;
}

#Information li a {
    color:#ffffff;
}


/* OtherSiteLink */
#otherSiteLink {
  position: absolute;
  right: 0;
  top: calc(50% - 460px);
  width: 60px;
  z-index: 10000;
}
.otherSiteListLinker {
  color: #FFF;
  display: block;
  font-size: 18px;
  line-height: 1.005em;
  padding: 35px 21px;
  text-decoration: none;
  transition: background-color 0.5s;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.otherSiteListItem:nth-of-type(1) .otherSiteListLinker { background-color: #660000;}
.otherSiteListItem:nth-of-type(2) .otherSiteListLinker { background-color: #204000;}
.otherSiteListItem:nth-of-type(3) .otherSiteListLinker { background-color: #003447;}
.otherSiteListItem:nth-of-type(4) .otherSiteListLinker { background-color: #460E44;}

.otherSiteListItem:nth-of-type(1) .otherSiteListLinker:hover { background-color: rgb(82,0,0);}
.otherSiteListItem:nth-of-type(2) .otherSiteListLinker:hover { background-color: rgb(26,52,0);}
.otherSiteListItem:nth-of-type(3) .otherSiteListLinker:hover { background-color: rgb(0,30,33);}
.otherSiteListItem:nth-of-type(4) .otherSiteListLinker:hover { background-color: rgb(70,14,68);}

@media screen and (max-width: 920px) {
  #otherSiteLink {
    left: 0;
    right: initial;
    top: 17.333333333333333vw;
    width: 12.666666666666667vw;
    z-index: 1;
  }
  .otherSiteListLinker {
    /* font-size: 3.466666666666667vw; */
    font-size: 3.2vw;
    padding: 4vw 3.466666666666667vw;
  }
}
