<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.sp_only { display: none;}

.ib { display: inline-block;}

#page {
    background: url(../images/pc_back.jpg) fixed top center / 100%;
    overflow: hidden;
}

#cyarikisha_top {
    padding-top: 3%;
    margin-bottom: 3%;
}

#cyarikisha_top div {
    max-width: 1152px;
    width: 60%;
    margin: 0 auto;
}

#cyarikisha_top a { 
    display: block;
    margin-bottom: 5%;
}

#cyarikisha_top a picture { transition: all .3s;}

#cyarikisha_top a picture:hover { transform: translateY(-5%);}

#cyarikisha_top picture {
    display: block;
    width: 100%;
}

#cyarikisha_top picture img { width: 100%;}

#page section {
    width: 80%;
    padding-top: 5%;
    display: flex;
    position: relative;
    box-shadow: 35px 35px 0 rgba(0, 0, 0, .25);
}

#page section &gt; div { width: 75%;}

#page section h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 4%;
    font-weight: 900;
}

#page section h2 p:first-of-type {
    font-size: 35px;
    margin-bottom: 1%;
}

#page section h2 p:first-of-type span { position: relative;}

#page section h2 p:first-of-type span::before,
#page section h2 p:first-of-type span::after {
    position: absolute;
    display: block;
    content: "";
    width: 11%;
    height: 3px;
    background-color: #000;
    bottom: 40%;
}

#page section h2 p:first-of-type span::before {
    left: -12%;
    transform: rotate(50deg);
}

#page section h2 p:first-of-type span::after {
    right: -12%;
    transform: rotate(-50deg);
}

#page section h2 p:last-of-type {
    font-size: 55px;
    line-height: 1.2;
    color: #e60012;
}

#page section picture { 
    display: block;
    width: 100%;
}

#page .left {
    justify-content: flex-end;
    float: left;
}

#page .right {
    justify-content: flex-start;
    float: right;
}

.clearboth { clear: both;}

#concept {
    background: url(../images/concept_deco_top_pc.png) no-repeat top / 
    100%, url(../images/concept_deco_btm_pc.png) no-repeat bottom / 100% ,#0d6fb8;
    padding-bottom: 25%;
    padding-right: 5%;
    margin-bottom: 25%;
}

#concept h2 img { width: 27%;}

#concept .concept_img {
    position: absolute;
    width: 65%; 
    right: -10%;  
}

#concept p {
    width: 100%;
    text-align: center;
    margin-bottom: 4%;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.7;
    color: #fff;
}

#concept .yl {
    font-size: 125%;
    color: #eeff2c;
}

#concept .movie {
    position: relative;
    width: 80%;
    aspect-ratio: 16/9;
    margin: 0 auto 4%;
    overflow: hidden;
 }

 #concept .tvo-video {
    position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     right: 0;
}

#cast {
    background: url(../images/cast_deco_top_pc.png) no-repeat top left / 80%,
    url(../images/cast_deco_btm_pc.png) no-repeat bottom right / 70%, #e60012;
    padding-bottom: 7%;
    margin-bottom: 15%;
}

#cast ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 6%;
}

#cast ul li { width: 35%;}

#cast ul li:first-child { margin-right: 7%;}

#cast ul li img { width: 100%;}

#cast .cast_img {
    position: absolute;
    width: 75%;
    bottom: -25%;
    left: -5%; 
}

#cast .cast_two_shot { 
    width: 75%;
    margin: 0 auto;
}

#cast .cast_two_shot img { width: 100%;}

#cast h2 img { width: 20%;}

#cast .cast_two_shot:first-of-type { margin-bottom: 5%;}

#location { 
    background: url(../images/place_deco.png) repeat-y top left / 30%, #fff;
}

#location h2 img { width: 60%;}

#location .place:first-of-type { margin-bottom: 10%;}

#location .place &gt; img { 
    display: block;
    width: 85%;
    margin: 0 auto 4%;
}

#location .location_intro {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 10%;
}

#location .bg { font-size: 140%;}

#location .bg02 { 
    font-size: 200%;
    display: inline-block;
    margin-bottom: 2%;
}

.red { color: #e60012;}

#location h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 2%;
}

#location h3:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

#location h3 img { width: 16%;}

#location h3:first-of-type img { margin-right: 1%;}

#location h3:last-of-type img { margin-bottom: 0.8%;}

#location h3 p {
    font-size: 40px;
    font-weight: 900;
    color: #e60012;
}

#location .place_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto 5%;
}

#location .place_list li { 
    width: 47%;
    text-align: center;
    margin-bottom: 6%;
}

#location .place_list li:nth-child(odd) { margin-right: 6%;}

#location .place_list li:last-child { 
    margin-right: 0;
    margin-bottom: 0;
}

#location .place_list li h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 3%;
    line-height: 1.5;
}

#location .one_row { line-height: 2.3;}

#location .place_list li h4 span { 
    background: rgb(255,255,0);
    background: linear-gradient(0deg, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(255,255,0,0) 50%, rgba(255,255,0,0) 100%);
}

#location .place_list li img { 
    width: 100%;
    margin-bottom: 2%;
}

#location .place_list li p { line-height: 1.3;}

#location .place_list li p:first-of-type {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2%;
}

#location .place_list li p:last-of-type { font-size: 23px;}

#location .map {
    width: 85%;
    margin: 0 auto 5%;
    position: relative;    
}


#location .point a {
    display: block;
    width: 4.5%;
    aspect-ratio: 1 / 1;
    background: url(../images/star.png) no-repeat center / 100%;
    position: absolute;
    transition: all .3s;
}

#location .point a:hover { transform: translateY(-12%);}

#location .point .star01 {
    top: 75%;
    left: 30.5%;
}

#location .point .star02 {
    top: 75%;
    left: 22%;
}

#location .point .star03 {
    top: 44%;
    left: 39%;
}

#location .point .star04 {
    top: 37%;
    left: 38%;
}

#location .point .star05 {
    top: 73%;
    left: 42.5%;
}

#location .point .star06 {
    top: 69%;
    left: 50%;
}

#location .point .star07 {
    top: 16%;
    left: 39.5%;
}

#location .point .star08 {
    top: 18.5%;
    left: 58%;
}

#location .point .star09 {
    top: 23%;
    left: 61.5%;
}

#location .point .star10 {
    top: 58%;
    left: 58.5%;
}

#location .point .star11 {
    top: 51%;
    left: 69%;
}

#location .point .star12 {
    top: 28.5%;
    left: 71%;
}

#location .point .star13 {
    top: 34.5%;
    left: 63.5%;
}

.modaal-gallery-prev-inner,
.modaal-gallery-next-inner { display: none !important;}


#location .map &gt; img { width: 100%;}

#location .sns, #location .tver_yt {
    width: 65%;
    margin: 0 auto 8% auto;
    display: flex;
    justify-content: space-between;
}

#location .sns li, #location .tver_yt li { 
    width: 47%;
    margin-bottom: 0;
}

#location .sns li img, #location .tver_yt li img { width: 100%;}

#location .sns li:hover,
#location .tver_yt li a:hover,
#location .archives li a:hover,
#location .cycle_mode a:hover { opacity: .7;}

#location .archives_hd {
    position: relative;
    width: 85%;
    margin: 0 auto 3% auto;
    font-size: 25px;
    font-weight: 700;
}

#location .archives_hd::before,
#location .archives_hd::after {
    position: absolute;
    content: "";
    display: block;
    width: 37%;
    height: 2px;
    top: calc(50% - 1px);
    background-color: #000;
}

#location .archives_hd::before { left: 0;}

#location .archives_hd::after { right: 0;}

#location .archives {
    width: 85%;
    margin: 0 auto 6% auto;
    border-bottom: solid 2px #000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
    padding-bottom: 5%;
}

#location .archives li img { 
    width: 100%;
    margin-bottom: 2%;
}

#location .archives p { 
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

#location h5 {
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

#location h5 span { position: relative;}

#location h5 span::before,
#location h5 span::after {
    position: absolute;
    content: "";
    display: block;
    width: 12%;
    height: 3px;
    background-color: #000;
    bottom: 35%;
}

#location h5 span::before { 
    left: -13%;
    transform: rotate(50deg);
}

#location h5 span::after { 
    right: -13%;
    transform: rotate(-50deg);
}

#location .cycle_mode {
    width: 35%;
    margin: 0 auto 10% auto;
}

#location .cycle_mode a img { width: 100%;}

#page-top {
    position: fixed;
    right: 0;
    bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 150px;
    color: #fff;
    background-color: #154df4;
    writing-mode: vertical-rl;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

/* ----------- responsive ----------- */
@media (max-width: 1920px) {
    #page { font-size: 18px;}

    #location .archives_hd,
    #location h5 { font-size: 1.38em;}

    #location .place_list li h4 { font-size: 1.5624em;}

    #location .place_list li p:last-of-type { font-size: 1.3em;}

    #location .archives p { font-size: 1em;}

    #concept p, #page section h2 p:first-of-type { font-size: 1.94em;}

    #page section h2 p:last-of-type { font-size: 3.05em;}

    #location .location_intro { font-size: 1.4em;}

    #location h3 p { font-size: 2.22em;}
}

@media (max-width: 1400px) {
    #page { font-size: 16px;}
}

@media (max-width: 1200px) {
    #page { font-size: 14px;}

    #page section &gt; div { width: 85%;}

    #location { background-size: 17%;}

    #location .archives_hd::before, #location .archives_hd::after {width: 32%;}
}

@media (max-width: 1000px) {
    #concept p, #page section h2 p:first-of-type { font-size: 1.8em;}

    #location .place_list li h4 { font-size: 1.1em;}

    #location .location_intro { font-size: 1.3em;}
}

@media (max-width: 800px) {

    .sp_only { display: block;}


    #page { background: url(../images/sp_back.jpg) fixed top center/ 100%;}

    #cyarikisha_top {
        padding-top: 13%;
        margin-bottom: 13%;
    }

    #cyarikisha_top div,
    #page section &gt; div { width: 95%;}

    #cyarikisha_top a { margin-bottom: 10%;}

    #page section { 
        width: 100%;
        padding-top: 13%;
    }

    #page .left, #page .right { justify-content: center;}

    #concept h2 img { width: 55%;}

    #concept .movie { width: 100%;}

    #concept {
        background: url(../images/concept_deco_top_sp.png) no-repeat top / 100%, 
        url(../images/concept_deco_btm_sp.png) no-repeat bottom / 100% ,#0d6fb8;
        padding-right: 0;
        padding-bottom: 65%;
        margin-bottom: 10%;
        margin-bottom: 40%;
    }

    #concept p { margin-bottom: 15%;}

    #concept picture img { width: 100%;}

    #concept .concept_img {
        width: 100%;
        right: -5%;
    }

    #cast h2 img { width: 40%;}

    #cast ul li { width: 70%;}

    #cast {
        padding-bottom: 10%;
        margin-bottom: 30%;
    }

    #cast .cast_img {
        width: 100%;
        bottom: -5%;
        left: 3%;
    }

    #location { background-image: none;}

    #location h2 img { width: 70%;}

    #location h3 img { width: 25%;}

    #location .place &gt; img { width: 100%;}

    #location .place_list li p:last-of-type,
    #location .archives p { font-size: 1.2em;}

    #location .place_list li h4 {
        font-size: 1.3em;
        margin-bottom: 5%;
    }

    #location .archives {
        grid-template-columns: 1fr 1fr;
        gap: 1.5em;
    }

    #location .place_list, #location .map, #location .archives,
    #location .archives_hd { width: 100%;}

    #location .archives_hd, #location h5 { font-size: 1.5em;}

    #location .archives_hd::before,
    #location .archives_hd::after { width: 35%;}

    #location h5::before, #location h5::after { width: 5%;}

    #location h5::before { left: 17%;}

    #location h5::after { right: 17%;}

    #location .cycle_mode {
        width: 65%;
        margin: 0 auto 15% auto;
    }

    #location .sns, #location .tver_yt { width: 80%;}

    #page-top {
        width: 50px;
        height: 110px;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    #concept p, #page section h2 p:first-of-type { font-size: 4.2vw;}

    #cast ul { 
        flex-direction: column;
        align-items: center;
    }

    #cast ul li:first-child { 
        margin-right: 0;
        margin-bottom: 5%;
    }

    #cast .cast_two_shot { width: 95%;}

    #page section h2 p:last-of-type { font-size: 6vw;}

    #location .location_intro { font-size: 3.2vw;}

    #location h3 p { font-size: 5vw;}

    #location h3 img { width: 30%;}

    #location .place_list li h4 { 
        font-size: 3.1vw;
        margin-bottom: 2%;
    }

    #location .place_list li p:last-of-type,
    #location .archives p { font-size: 3vw;}

    #location .archives_hd, #location h5 { font-size: 3.5vw;}

    #location .place_list li { width: 48%;}

    #location .place_list li:nth-child(odd) { margin-right: 3%;}

    #location .sns, #location .tver_yt {
        flex-direction: column;
        align-items: center;
    }

    #location .sns li, #location .tver_yt li { width: 70%;}

    #location .sns li:first-child,
    #location .tver_yt li:first-child { margin-bottom: 5%;}

}</pre></body></html>