@charset "UTF-8";
/* Color Definitions */
/* line 30, ../sass/_core.sass */
a {
  word-wrap: break-word;
}

/* line 33, ../sass/_core.sass */
ul {
  margin-left: 0;
}
/* line 35, ../sass/_core.sass */
ul li {
  list-style: none;
}

/* line 38, ../sass/_core.sass */
.row {
  max-width: 87.5rem;
}

/* line 41, ../sass/_core.sass */
h2, h3 {
  color: #3c96ad;
}

@font-face {
  font-family: "IGYuGothicM";
  font-weight: normal;
  src: local("Yu Gothic Medium") format("opentype"), local("Yu Gothic Medium") format("opentype"), local("YuGothic-Regular") format("opentype");
}
@font-face {
  font-family: "IGYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold") format("opentype"), local("YuGothic-Bold") format("opentype");
}
@font-face {
  font-family: "IGYuGothicM";
  font-weight: 500;
  src: local("YuGothic-Bold") format("opentype"), local("YuGothic-Bold") format("opentype");
}
/* line 66, ../sass/_core.sass */
table tbody tr:nth-child(even) {
  background-color: #EBF4F5;
}

/* line 69, ../sass/_core.sass */
html {
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: none;
}
/* line 75, ../sass/_core.sass */
html body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #f9f9f9;
  font-family: IGYuGothicM, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
  font-feature-settings: "palt";
  color: #3F3F3F;
}
/* line 85, ../sass/_core.sass */
html body.category-index h2 {
  letter-spacing: 0.25rem;
}
/* line 87, ../sass/_core.sass */
html body.category-index h2, html body.category-index h3 {
  margin-top: 1rem;
}
/* line 89, ../sass/_core.sass */
html body.category-index h4 {
  margin-top: 1.4rem;
  background: #62B4C8;
  padding: 0.125rem 0.4rem;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

/* line 98, ../sass/_core.sass */
#container {
  min-height: 100%;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  /* line 104, ../sass/_core.sass */
  h2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
  }

  /* line 109, ../sass/_core.sass */
  h3 {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: bold;
  }

  /* line 113, ../sass/_core.sass */
  h4, h5, h6 {
    font-size: 0.875em;
    margin: 0.5rem 0;
    line-height: 1.2rem;
    font-weight: bold;
  }

  /* line 118, ../sass/_core.sass */
  h5, h6 {
    font-size: 0.85rem;
  }

  /* line 120, ../sass/_core.sass */
  p, dt, dd, li, td, th {
    font-size: 0.875rem;
  }
}
/* Medium and up 640 */
@media screen and (min-width: 40em) {
  /* line 126, ../sass/_core.sass */
  h2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold;
  }

  /* line 131, ../sass/_core.sass */
  h3 {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 1.40625rem;
    font-weight: bold;
  }

  /* line 136, ../sass/_core.sass */
  h4, h5, h6 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    line-height: 1.6rem;
    font-weight: bold;
  }

  /* line 142, ../sass/_core.sass */
  h5, h6 {
    font-size: 0.85rem;
  }

  /* line 144, ../sass/_core.sass */
  a:hover {
    opacity: 0.75;
  }
}
/* Medium only.   */
/* Large and up  */
@media screen and (min-width: 64em) {
  /* line 153, ../sass/_core.sass */
  h2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
  }

  /* line 158, ../sass/_core.sass */
  h3 {
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: bold;
  }

  /* line 162, ../sass/_core.sass */
  h4, h5, h6 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    line-height: 1.6rem;
    font-weight: bold;
  }

  /* line 168, ../sass/_core.sass */
  h5, h6 {
    font-size: 0.85rem;
  }
}
/* Large only */
/* XLarge and up 1200 */
/* XLarge only */
/* XXLarge and up 1440px */
/* line 3, ../sass/component.sass */
.dog_ear {
  background: #62B4C8;
}
/* line 5, ../sass/component.sass */
.dog_ear a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0.24rem;
  font-size: 0.75rem;
}
/* line 11, ../sass/component.sass */
.dog_ear a:after {
  content: "｜";
  margin-right: 0rem;
  margin-left: 0.4rem;
}
/* line 15, ../sass/component.sass */
.dog_ear a:nth-last-of-type(1):after {
  content: none;
}

/* line 18, ../sass/component.sass */
dl.staff_cast,
dl.events,
dl.onair,
dl.song,
dl.jobs,
dl.goods {
  overflow: hidden;
  border-bottom: 1px solid #e3eaf1;
  margin-bottom: 1rem;
}

/* line 28, ../sass/component.sass */
dl.qa,
dl.staff_cast_onecolumn {
  overflow: hidden;
}

/* line 32, ../sass/component.sass */
dl.events + *,
dl.onair + *,
dl.staff_cast + *,
dl.qa + *,
dl.staff_cast_onecolumn + *,
dl.song + *,
dl.job + *,
dl.goods + * {
  clear: both;
}

/* line 41, ../sass/component.sass */
dl.links dd {
  word-break: break-all;
}

/* line 44, ../sass/component.sass */
dl.contracts dd {
  margin-bottom: 1rem;
}
/* line 48, ../sass/component.sass */
dl.contracts dd dl.goods dd,
dl.contracts dd dl.links dd {
  margin-bottom: 0;
}
/* line 50, ../sass/component.sass */
dl.contracts dd h4 {
  font-size: 1rem;
}

@media screen and (max-width: 39.9375em) {
  /* line 55, ../sass/component.sass */
  dl.contracts dd h4 {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 62, ../sass/component.sass */
  dl.contracts dd dl.goods,
  dl.contracts dd dl.links,
  dl.contracts dd h4,
  dl.contracts dd ul {
    width: 90%;
    margin-left: 10%;
    margin-top: 0.875rem;
  }
  /* line 69, ../sass/component.sass */
  dl.contracts dd h4 {
    margin-top: 1.875rem;
  }
  /* line 71, ../sass/component.sass */
  dl.contracts dd h4 + dl.goods {
    margin-top: 0;
  }
}
/* line 75, ../sass/component.sass */
.meta time {
  color: #888888;
}
/* line 78, ../sass/component.sass */
.meta .social a {
  display: inline-block;
  width: 24px;
  padding-top: 24px;
  height: 0;
  overflow: hidden;
  margin: 0 0.5rem;
}
/* line 85, ../sass/component.sass */
.meta .social a.twitter {
  background: url(../images/Icon-Twitter.svg) no-repeat 0 1px;
  background-size: 24px 24px;
}
/* line 88, ../sass/component.sass */
.meta .social a.fb {
  background: url(../images/Icon-Facebook.svg) no-repeat 4px 0;
  background-size: 13.5px 24px;
}
/* line 91, ../sass/component.sass */
.meta .social a.line {
  background: url(../images/Icon-Line.svg) no-repeat 0 0;
  background-size: 24px 24px;
}

/* line 95, ../sass/component.sass */
.tabs {
  border: none;
}
/* line 97, ../sass/component.sass */
.tabs .tabs-title > a {
  color: #3c96ad;
  background: #fff;
}
/* line 100, ../sass/component.sass */
.tabs .tabs-title > a[aria-selected=true] {
  background: #fff;
}

/* line 102, ../sass/component.sass */
.tabs-content {
  border: none;
}

/* line 106, ../sass/component.sass */
figure img {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 40em) {
  /* line 110, ../sass/component.sass */
  .app-badge img {
    max-height: 40px;
  }
}
@media screen and (min-width: 40em) {
  /* line 113, ../sass/component.sass */
  .app-badge img {
    max-height: 40px;
  }
}
/* line 120, ../sass/component.sass */
.entry-list ul li a {
  display: block;
  padding: 0.345rem 0;
  color: #3F3F3F;
  font-weight: bold;
  font-size: 0.8125rem;
}

/* line 127, ../sass/component.sass */
.copyright {
  color: #888888;
  font-size: 0.6725rem;
}

/* line 131, ../sass/component.sass */
.profile,
.annotation {
  font-size: 0.8rem;
}

/* line 136, ../sass/component.sass */
figure {
  text-align: center;
}
/* line 138, ../sass/component.sass */
figure img {
  display: block;
  margin: 0 auto 0.9375rem;
}
/* line 141, ../sass/component.sass */
figure figcaption {
  text-align: left;
  color: #888888;
  font-size: 0.8125rem;
  margin-bottom: 2rem;
}

/* line 148, ../sass/component.sass */
.category-nav a {
  color: #3F3F3F;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  /* line 153, ../sass/component.sass */
  iframe.youtube {
    width: 320px;
    height: 180px;
    display: block;
    margin: 0 auto 1rem;
  }

  /* line 161, ../sass/component.sass */
  .small-up-1 .column-block figure img {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    box-sizing: border-box;
  }

  /* line 166, ../sass/component.sass */
  .dog_ear {
    display: none;
  }

  /* line 168, ../sass/component.sass */
  .row.entryContent {
    border-top: 1px solid #62B4C8;
  }

  /* line 170, ../sass/component.sass */
  h2.entryTitle {
    margin-top: 1rem;
  }

  /* line 172, ../sass/component.sass */
  dl.staff_cast dt,
  dl.events dt,
  dl.song dt,
  dl.jobs dt,
  dl.onair dt,
  dl.goods dt {
    font-size: 0.9375rem;
  }

  /* line 180, ../sass/component.sass */
  dl.events dd,
  dl.song dd,
  dl.onair dd,
  dl.goods dd,
  dl.jobs dd,
  dl.staff_cast dd,
  dl.qa dd {
    margin-bottom: 1rem;
  }

  /* line 189, ../sass/component.sass */
  dl.links {
    display: block;
    padding: 0.25em 0 0.25em 0;
  }
  /* line 190, ../sass/component.sass */
  dl.links dt {
    margin-bottom: 0;
    font-weight: bold;
    padding: 0.25em 0;
  }

  /* line 199, ../sass/component.sass */
  ul.notice li {
    margin-bottom: 0.5rem;
  }

  /* line 202, ../sass/component.sass */
  .meta {
    overflow: hidden;
    margin-bottom: 1.75rem;
    margin-top: 0.9375rem;
  }
  /* line 206, ../sass/component.sass */
  .meta .social {
    text-align: center;
    margin-top: 0.9375rem;
  }

  /* line 210, ../sass/component.sass */
  .category-nav {
    background: #EBF4F5;
  }
  /* line 212, ../sass/component.sass */
  .category-nav a {
    display: block;
    padding: 0.5rem 0;
  }

  /* line 219, ../sass/component.sass */
  .entry-list ul li a {
    border-bottom: 1px solid #EBF4F5;
  }

  /* line 222, ../sass/component.sass */
  .tabs .tabs-title > a {
    font-size: 0.865rem;
  }
  /* line 224, ../sass/component.sass */
  .tabs .tabs-title > a:focus,
  .tabs .tabs-title > a:hover,
  .tabs .tabs-title > a[aria-selected=true] {
    font-weight: bold;
    background: #fff;
    border-bottom: 2px solid #3c96ad;
  }

  /* line 230, ../sass/component.sass */
  .tabs-content {
    margin-bottom: 2rem;
  }
  /* line 232, ../sass/component.sass */
  .tabs-content .tabs-panel {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 20.0625em) {
  /* line 236, ../sass/component.sass */
  iframe.youtube {
    width: 290px;
    height: 163.125px;
    display: block;
    margin: 0 auto 1rem;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  /* line 244, ../sass/component.sass */
  iframe.youtube {
    width: 480px;
    height: 270px;
    display: block;
    margin: 0 auto 1rem;
  }

  /* line 249, ../sass/component.sass */
  .dog_ear {
    white-space: nowrap;
  }
  /* line 251, ../sass/component.sass */
  .dog_ear a:after {
    content: "｜";
  }

  /* line 260, ../sass/component.sass */
  .medium-up-2 .column-block img,
  .medium-up-3 .column-block img,
  .medium-up-4 .column-block img,
  .large-up-3 .column-block img,
  .large-up-4 .column-block img {
    margin-bottom: 1rem;
  }

  /* line 263, ../sass/component.sass */
  dl.staff_cast,
  dl.events,
  dl.song,
  dl.onair,
  dl.goods,
  d.jobs,
  dl.qa {
    overflow: hidden;
  }

  /* line 272, ../sass/component.sass */
  dl.staff_cast dt,
  dl.events dt,
  dl.song dt,
  dl.onair dt,
  dl.jobs dt,
  dl.goods dt {
    margin-bottom: 0;
    float: left;
    clear: left;
    font-weight: bold;
    width: 30%;
    border-top: 1px solid #e3eaf1;
    padding: 0.25em 0;
  }

  /* line 285, ../sass/component.sass */
  dl.staff_cast dd,
  dl.events dd,
  dl.song dd,
  dl.onair dd,
  dl.jobs dd,
  dl.goods dd {
    float: left;
    display: block;
    width: 70%;
    border-top: 1px solid #e3eaf1;
    padding: 0.25em 0 0.25em 5%;
  }

  /* line 296, ../sass/component.sass */
  dl.qa dt {
    margin-bottom: 0;
    float: left;
    clear: left;
    font-weight: bold;
    width: 6%;
    padding: 0.25em 0;
  }

  /* line 303, ../sass/component.sass */
  dl.qa dd {
    float: left;
    display: block;
    width: 94%;
    padding: 0.25em 0 0.25em 5%;
  }

  /* line 308, ../sass/component.sass */
  dl.links {
    overflow: hidden;
  }
  /* line 310, ../sass/component.sass */
  dl.links dt {
    margin-bottom: 0;
    float: left;
    clear: left;
    font-weight: bold;
    padding: 0.25em 0;
  }
  /* line 316, ../sass/component.sass */
  dl.links dd {
    float: left;
    display: block;
    padding: 0.25em 0 0.25em 5%;
  }

  /* line 321, ../sass/component.sass */
  dl.jobs dt:nth-child(2n+1) {
    background: #3c96ad;
  }

  /* line 326, ../sass/component.sass */
  ul.notice li {
    margin-bottom: 0.5rem;
  }

  /* line 329, ../sass/component.sass */
  .tabs {
    margin-top: 0.5rem;
  }
  /* line 331, ../sass/component.sass */
  .tabs .tabs-title > a {
    font-size: 1rem;
  }
  /* line 333, ../sass/component.sass */
  .tabs .tabs-title > a:focus,
  .tabs .tabs-title > a:hover,
  .tabs .tabs-title > a[aria-selected=true] {
    background: #fff;
    border-bottom: 2px solid #3c96ad;
  }

  /* line 338, ../sass/component.sass */
  .tabs-content {
    margin-bottom: 2rem;
  }

  /* line 342, ../sass/component.sass */
  .category-nav a {
    display: block;
    padding: 0.5rem 0;
  }

  /* line 346, ../sass/component.sass */
  .meta {
    overflow: hidden;
    margin-bottom: 1.75rem;
  }
  /* line 350, ../sass/component.sass */
  .meta .social {
    float: right;
  }
  /* line 353, ../sass/component.sass */
  .meta a:hover {
    opacity: 0.5;
  }

  /* line 357, ../sass/component.sass */
  .hover-animation a {
    position: relative;
    transition: 0.3s;
  }
  /* line 360, ../sass/component.sass */
  .hover-animation a:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #EBF4F5;
  }
  /* line 369, ../sass/component.sass */
  .hover-animation a:hover {
    cursor: pointer;
  }
  /* line 371, ../sass/component.sass */
  .hover-animation a:hover:after {
    width: 100%;
    left: 0;
  }
}
/* Medium only.   */
/* Large and up */
@media screen and (min-width: 64em) {
  /* line 381, ../sass/component.sass */
  iframe.youtube {
    width: 640px;
    height: 360px;
    display: block;
    margin: 0 auto 1rem;
  }

  /* line 387, ../sass/component.sass */
  dl.staff_cast dt,
  dl.events dt,
  dl.song dt,
  dl.onair dt,
  dl.jobs dt,
  dl.goods dt {
    margin-bottom: 0;
    float: left;
    clear: left;
    font-weight: bold;
    width: 30%;
    border-top: 1px solid #e3eaf1;
    padding: 0.25em 0;
  }

  /* line 400, ../sass/component.sass */
  dl.staff_cast dd,
  dl.events dd,
  dl.song dd,
  dl.jobs dd,
  dl.onair dd,
  dl.goods dd {
    float: left;
    display: block;
    width: 70%;
    border-top: 1px solid #e3eaf1;
    padding: 0.25em 0 0.25em 5%;
  }

  /* line 411, ../sass/component.sass */
  dl.qa dt {
    margin-bottom: 0;
    float: left;
    clear: left;
    font-weight: bold;
    width: 6%;
    padding: 0.25em 0;
  }

  /* line 418, ../sass/component.sass */
  dl.qa dd {
    float: left;
    display: block;
    width: 94%;
    padding: 0.25em 0 0.25em 5%;
  }
}
/* Large only */
/* XLarge and up */
/* XLarge only */
/* XXLarge and up */
