<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: shibuyast2200_1.0
Theme URI: http://wordpress.org/themes/shibuyast2200_1.0
Author: Yuki Tanaka @capslockers
Author URI: http://wordpress.org/
Description: In 2019, shibuyast2200_1.0's theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: shibuyast2200, sibtv
Text Domain: shibuyast2200_1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "UTF-8";

/* environment */
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  color: #0a0a0a;
  font-family: 'Yu Gothic', 'YuGothic', 'Meiryo', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Hiragino Kaku Gothic Pro W6', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W6', 'ï¼­ï¼³ ï¼°æ˜Žæœ', 'Osakaï¼ç­‰å¹…', 'Osaka-Mono', 'sans-serif';
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-all;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1200px;
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}
img {
  vertical-align: bottom;
  width: 100%;
}
main {
  display: block;
}
a {
  text-decoration: none;
}

/* common */
* {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.pc {display: none;}
@media screen and (min-width: 768px) {
  .pc {display: block;}
  .sp {display: none;}
}

.cf::after {
  clear: both;
  content: '';
  display: block;
}
.block {
  display: inline-block;
}
.content {
  box-sizing: border-box;
  padding: 4em 5% 0;
  width: 100%;
}
.content__ttl {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1em;
  text-align: center;
}
.more a {
  border: 2px solid #fff;
  border-radius: 40px;
  display: block;
  line-height: 1;
  margin: 4em auto 0;
  padding: 1em 0;
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .opa:hover {
    opacity: .7;
  }
  .content {
    margin: auto;
    padding: 4em 0 0;
    width: 1200px;
  }
}

/* decoration */
.border--bottom {border-bottom: 10px solid #edf2f4;}
.border--top {border-top: 10px solid #edf2f4;}

/* header */
header {
  background-color: #000;
  box-sizing: border-box;
  padding: 1em 5%;
  position: relative;
  width: 100%;
}
.gnavWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.logo--site {
  width: 60%;
}
.gnavBtn {
  cursor: pointer;
  height: 19px;
  float: right;
  position: relative;
  width: 30px;
  z-index: 100;
}
.gnavBtnIcon {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.gnavBtnIcon:nth-of-type(1) {
  top: 0;
}
.gnavBtnIcon:nth-of-type(2) {
  top: 9px;
}
.gnavBtnIcon:nth-of-type(3) {
  bottom: 0;
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(1) {
  transform: translate(9px) rotate(-315deg);
  -webkit-transform: translateY(9px) rotate(-315deg);
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(2) {
  opacity: 0;
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(3) {
  transform: translate(-9px) rotate(315deg);
  -webkit-transform: translateY(-9px) rotate(315deg);
}
.gnavList {
  background-color: rgba(0, 0, 0, .9);
  display: none;
  padding: 3em 0 2em;
  position: absolute;
  right: 0;
  top: 0;
  transition: none;
  -webkit-transition: none;
  width: 100%;
  z-index: 90;
}
.gnav {
  line-height: 1;
  margin: 2em auto 0;
  width: calc(30px * 3 + 4em) ;
}
.gnav a {
  color: #fff;
}
.snsList {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.sns {
  padding: 0 1em;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .logo--site {
    width: 400px;
  }
  .gnavWrap {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
    padding: 2em 0;
    width: 1200px;
  }
  .gnavBtn {
    display: none;
  }
  .gnavList {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 0 0 3em;
    max-width: 800px;
  }
  .gnav {
    margin-top: 0;
    padding: 0 0 0 1em;
    text-align: right;
    width: auto;
  }
  .gnav a {
    color: #fff;
  }
  .snsList {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .sns {
    padding: 0 0 0 1em;
  }
}

/* footer */
footer {
  background-color: #edf2f4;
  border-bottom: 1px solid #333;
  font-weight: bold;
  margin-top: 2em;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
.btn--toTop {
  bottom: 1em;
  position: fixed;
  right: 1em;
  width: 58px;
}
.footer__ttl{
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
#copyright {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 4em;
  }
  .btn--toTop {
    width: 60px;
  }
}

/* what's on */
.whatsOn:not(:first-child) {
  margin-top: 4em;
}
.whatsOn__date {
  background-color: #0a0a0a;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: .2em .6em;
}
.whatsOn__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
}
.whatsOn__desc {
  margin-top: 1em;
}
.whatsOn__genre::before {
  content: 'Genreï¼š';
  display: inline-block;
  margin-top: 1em;
}
.whatsOn__director::before {
  content: 'Directorï¼š';
  display: inline-block;
}
.whatsOn__commentWrap {
  background-color: #edf2f4;
  box-sizing: border-box;
  margin-top: 1em;
  padding: 1em;
}
.whatsOn__commentHeader {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.whatsOn__comment__ttl {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}
.whatsOn__comment__date {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.whatsOn__comment {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .whatsOn__infoWrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .whatsOn__info {
    box-sizing: border-box;
    padding-right: 4em;
    width: 560px;
  }
  .whatsOn__img {
    width: 640px;
  }
  .whatsOn__desc {
    margin-top: 2em;
  }
  .whatsOn__commentWrap {
    padding: 3em;
  }
}

/* recommender */
.recommender__name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
}
.recommender__msg {
  margin-top: .6em;
}
.recommender__news {
  margin-top: 2em;
}
.recommender__news__detail {
  display: flex;
  justify-content: space-between;
  margin-top: .8em;
}
.recommender__news__cat {
  font-weight: bold;
}
.recommender__news__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: .8em;
}
.recommender__news__content {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .recommender__imgWrap {
    background-color: #000;
    text-align: center;
    width: 100%;
  }
  .recommender__img {
    height: 400px;
    width: auto;
  }
  .recommender__news__infoWrap {
    display: flex;
    justify-content: space-between;
  }
  .recommender__news__imgWrap {
    background-color: #000;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 500px;
  }
  .recommender__news__img {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
  }
  .recommender__news__info {
    box-sizing: border-box;
    padding-left: 4rem;
    width: 700px;
  }
}

/* next recommender */
.recommender--next {
  align-items: center;
  display: flex;
  justify-content: center;
}
.recommender--next a {
  display: block;
}
.recommender--next a img {
  height: 100px;
  width: auto;
}
.recommender--next__name {
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1em;
}
.recommender--next__cs {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .recommender--next a img {
    height: 200px;
    width: auto;
  }
  .recommender--next__cs {
    font-size: 4rem;
  }
}

/* about us */
.about__img {
}
.about__desc {
  margin-top: 1em;
}
.faq {
  margin-top: 2em;
}
.question {
  font-size: 1.8rem;
  font-weight: bold;
}
.answer {
  margin-top: .6em;
}
@media screen and (min-width: 768px) {
  .about__img {
    display: block;
    margin: auto;
    width: calc(416px + 3.2em);
  }
  .about__desc {
    margin-top: 2em;
  }
}

/* access */
.access__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.access__desc {
  margin-top: .6em;
}
.access__map {
  margin-top: .6em;
}
.access__map iframe {
  height: 100vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 400px;
  }
}</pre></body></html>