
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

@charset "UTF-8";
@media screen and (max-width: 480px) {
  .sps-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tb-none {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1365px) {
  .tbpc-none {
    display: none;
  }
}

@media screen and (max-width: 1365px) {
  .pc-none {
    display: none;
  }
}

/* class
========================================== */
@media screen and (max-width: 768px) {
  .fluidimg {
    zoom: 1; 
    max-width: 100%;
    height: auto;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  text-decoration: none; 
  color: #000;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold; 
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  cursor: help; 
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0; 
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; 
  border: 0;
  border-top: 1px solid #ccc;
}

input,select {
  vertical-align: middle;
}

/* ===================================================
   base
==================================================== */
* {
  box-sizing: border-box;
}

html,body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative; 
  margin: 0;
  padding: 0;
  color: #000;
  background: #000;

  -webkit-text-size-adjust: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ===========================================
  common
=========================================== */
/* contents
========================================== */
.contents {
  display: -ms-flexbox;
  display: flex;
  width: 1266px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1365px) {
  .contents {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 25px;
  }
}
.contents.is-toppage {
  width: 1266px;
  margin: 55px auto 0;
}
@media screen and (max-width: 1365px) {
  .contents.is-toppage {
    width: 100%;
    padding: 0;
  }
}

/* back to the top
========================================== */
.backToTop {
  position: fixed;
  z-index: 1;
  right: 90px;
  bottom: 30px;
  display: none; 
  text-align: center;
}
.backToTop a {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  transition: opacity .3s; 
  color: #a9a9a9;
}
.backToTop a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.backToTop a img {
  padding: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .backToTop {
    display: none;
  }
}

/* Scroll and Fade effect
========================================== */
.js-fade {
  transition-duration: 1s; 
  transform: translate(0, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.js-fade.js-fade01 {
  transition-delay: .1s;
}

.js-fade.js-fade02 {
  transition-delay: .3s;
}

@media screen and (min-width: 769px) {
  .js-fadeNav {
    transition-delay: .3s; 
    transition-duration: 1s;
    transform: translate(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media screen and (max-width: 768px) {
  .js-fadeNav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.js-mv {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ===========================================
  header
=========================================== */
.header {
  position: relative;
  z-index: 1; 
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .header {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 1365px) {
  .header {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 45px 16.666666666666668vw 0;
  }
}

.header_ttl img {
  width: 751px;
}
@media screen and (max-width: 1365px) {
  .header_ttl img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header_ttl {
    margin: 0;
  }
}

/* ===========================================
  footer
=========================================== */
.footer {
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .footer {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 15px 15px;
  }
}

/* banner
========================================== */
.bnrList {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px; 

  -ms-flex-pack: center; 

      justify-content: center;
}
@media screen and (max-width: 768px) {
  .bnrList {
    display: block;
  }
}
.bnrList li {
  margin: 0 20px;
}
.bnrList a {
  transition: opacity .3s; 
  opacity: .6; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.bnrList a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* copyright
========================================== */
.copyright {
  margin: 0;
  color: #a9a9a9;
}
.copyright p {
  line-height: 1.5; 
  margin: 0 0 10px;
}
@media screen and (max-width: 1365px) {
  .copyright p {
    line-height: 1.4;
  }
  .copyright p:last-child {
    margin: 0;
  }
}
.copyright small {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .copyright small {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* ===========================================
  gnav
=========================================== */
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    overflow: auto; 
    width: 100%;
    min-height: 100vh;
    padding: 80px 0 0;
    border-left: none;
    background: #000;
  }
}

.gnav_list {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  width: 310px;
  letter-spacing: 1.5px;
  letter-spacing: .15rem; 
  color: #a9a9a9;
}
@media screen and (max-width: 1365px) {
  .gnav_list {
    font-size: 18px;
    font-size: 1.8rem;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .gnav_list {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 0 50px;
    padding: 0 25px;
  }
}

.gnav_item {
  margin: 0 0 20px;
}
.gnav_item a {
  transition: color .3s; 
  color: #a9a9a9;
}
@media screen and (max-width: 768px) {
  .gnav_item a {
    display: block; 
    width: 100%;
  }
}
.gnav_item a:hover {
  color: #fff;
}

/* gnav button
========================================== */
.gnavBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    position: fixed;
    z-index: 2;
    top: 15px;
    left: 15px;
    display: block;
    width: 45px;
    height: 45px;
    padding: 14px 13px 0;
    cursor: pointer; 
    background: #a9a9a9;
  }
  .gnavBtn.is-close {
    left: 10px; 
    background: none;
  }
  .gnavBtn.is-close:after {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 40px;
    content: "CLOSE";
    color: #a9a9a9;
  }
  .gnavBtn_icn {
    position: relative;
    width: 20px;
    cursor: pointer;
  }
  .gnavBtn_icn span {
    position: absolute;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    transition: all .3s;
    background-color: #000;
  }
  .gnavBtn_icn span:nth-of-type(1) {
    top: 0;
  }
  .gnavBtn_icn span:nth-of-type(2) {
    top: 8px;
  }
  .gnavBtn_icn span:nth-of-type(2):before {
    position: absolute;
    top: 0; 
    left: 0;
    width: 0;
    height: 4px;
    content: "";
    transition: all .3s;
    background-color: #000;
  }
  .gnavBtn_icn span:nth-of-type(3) {
    top: 16px;
  }
}

.gnavBtn.is-close .gnavBtn_icn {
  width: 30px;
}
.gnavBtn.is-close .gnavBtn_icn span {
  height: 3px;
  background: #a9a9a9;
}
.gnavBtn.is-close .gnavBtn_icn span:nth-of-type(1) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gnavBtn.is-close .gnavBtn_icn span:nth-of-type(2) {
  transform: rotate(-45deg);
  transform-origin: center;
}
.gnavBtn.is-close .gnavBtn_icn span:nth-of-type(2):before {
  width: 100%;
  height: 3px;
  transform: rotate(90deg);
  background: #a9a9a9;
}
.gnavBtn.is-close .gnavBtn_icn span:nth-of-type(3) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* ===========================================
  sns
=========================================== */
.snsList {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px; 

  -ms-flex-pack: center; 

      justify-content: center;
}
.snsList li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .snsList li {
    margin: 0 15px;
  }
}

.snsIcn {
  display: block;
  width: 36px;
  height: 36px;
  transition: all .3s; 
  text-indent: -9999px;
}
.snsIcn.is-tw {
  background: url(../img/icn_tw_off.png) no-repeat;
  background-size: 34px;
}
.snsIcn.is-tw:hover {
  background: url(../img/icn_tw_on.png) no-repeat;
  background-size: 34px;
}
.snsIcn.is-fb {
  background: url(../img/icn_fb_off.png) no-repeat;
  background-size: 34px;
}
.snsIcn.is-fb:hover {
  background: url(../img/icn_fb_on.png) no-repeat;
  background-size: 34px;
}
.snsIcn.is-line {
  background: url(../img/icn_line_off.png) no-repeat;
  background-size: 33px;
}
.snsIcn.is-line:hover {
  background: url(../img/icn_line_on.png) no-repeat;
  background-size: 33px;
}

/* ===========================================
  page
=========================================== */
.page_ttl {
  line-height: 0; 
  margin: 180px 0 0;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .page_ttl {
    margin: 90px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page_ttl {
    margin: 45px 0 25px;
    text-align: center;
  }
  .page_ttl img {
    height: 2.933333333333333vw;
  }
}

.pageBody {
  width: calc(1266px - 310px);
  margin: 60px auto 200px;
  color: #a9a9a9;
}
@media screen and (max-width: 1365px) {
  .pageBody {
    width: 100%;
    margin: 0 auto 200px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageBody {
    margin: 0 auto 50px;
    padding: 0;
  }
}

/* ===========================================
  top
=========================================== */
.topContainer {
  height: 1820px;
  margin-bottom: 125px;
  background: url(../img/mainvisual.jpg) center -110px no-repeat;
}
@media screen and (max-width: 1365px) {
  .topContainer {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .topContainer {
    height: 141.33333333333334vw;
    margin-bottom: 40px;
    padding: 0 15px;
    background: url(../img/mainvisual.jpg) center 50px no-repeat;
    background-size: cover;
  }
}

/* lead
========================================== */
.topLead {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.6;
  width: 1266px;
  margin: 50px auto 0;
  text-align: left;
  letter-spacing: 1px;
  letter-spacing: .1rem; 
  color: #a9a9a9;
}
@media screen and (max-width: 1365px) {
  .topLead {
    font-size: 26px;
    font-size: 2.6rem;
    width: 100%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .topLead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 9.33333vw 0 0;
  }
}

/* section
========================================== */
.topSec,.topNews,.topTw {
  width: 1266px;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .topSec,.topNews,.topTw {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .topSec,.topNews,.topTw {
    padding: 0 15px;
  }
}

.topSec_ttl {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .topSec_ttl {
    margin: 0 0 25px;
    text-align: center;
  }
  .topSec_ttl.is-news img {
    width: 129px;
  }
  .topSec_ttl.is-tw img {
    width: 226px;
  }
}
@media screen and (max-width: 480px) {
  .topSec_ttl.is-news img {
    width: calc(129px / 2);
  }
  .topSec_ttl.is-tw img {
    width: calc(226px / 2);
  }
}

/* news
========================================== */
.topNews {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .topNews {
    margin-bottom: 45px;
  }
}

.topNews_time {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  display: block; 
  margin: 0 0 15px;
  letter-spacing: 1px;
  letter-spacing: .1rem;
}
@media screen and (max-width: 480px) {
  .topNews_time {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
}

.topNews_ttl {
  font-size: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  letter-spacing: .05rem;
}
@media screen and (max-width: 480px) {
  .topNews_ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.topNews_item {
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .topNews_item {
    margin: 0 0 20px;
  }
}
.topNews_item a {
  color: #a9a9a9;
}
.topNews_item a:hover .topNews_ttl {
  text-decoration: underline;
}

/* twitter
========================================== */
.topTw {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .topTw {
    margin: 0 0 80px;
  }
}

.topTw_frame {
  marign: 0;
}

/* ===========================================
  INTRODUCTION
=========================================== */
.intro_txt {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 2; 
  margin-top: -15px;
}
@media screen and (max-width: 1365px) {
  .intro_txt {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .intro_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .intro_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ===========================================
  CHARACTER
=========================================== */
.charaInner {
  margin: 0 0 0 70px;
}
@media screen and (max-width: 768px) {
  .charaInner {
    margin: 0;
  }
}

.chara_box {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", Georgia, "Times New Roman", Times, serif;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin: 0 0 60px;

  -ms-flex-align: center;

      align-items: center; 
  -ms-flex-pack: justify; 
      justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .chara_box {
    width: 100%;
    margin: 0 auto 60px;
  }
}

.chara_name {
  font-size: 100px;
  font-size: 100px;
  font-size: 10rem;
  font-weight: normal; 
  margin: 0 0 30px;
}
@media screen and (max-width: 1365px) {
  .chara_name {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .chara_name {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 15px;
  }
}

.chara_actor {
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 25px;
  letter-spacing: 5px;
  letter-spacing: .5rem;
}
@media screen and (max-width: 1365px) {
  .chara_actor {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .chara_actor {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}

.chara_desc {
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .chara_desc {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 480px) {
  .chara_img {
    margin: 0 0 0 10px;
  }
}

.chara_img img {
  width: 280px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .chara_img img {
    width: 140px;
    max-width: 140px;
  }
}

/* ===========================================
  STAFF・CAST
=========================================== */
.staffSec {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .staffSec {
    display: block;
  }
}

.staffSec_ttl {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  width: 130px;
  letter-spacing: .1em;
}
@media screen and (max-width: 1365px) {
  .staffSec_ttl {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .staffSec_ttl {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}

.staffSec_box {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  font-size: 40px;
  font-size: 4rem;
  width: 100%;
  margin: 0 0 50px;
}
@media screen and (max-width: 1365px) {
  .staffSec_box {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .staffSec_box {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 35px;
  }
}
.staffSec_box:last-of-style {
  margin: 0;
}
.staffSec_box dt {
  float: left;
  clear: both;
  margin: 0 0 45px;
}
@media screen and (max-width: 1365px) {
  .staffSec_box dt {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .staffSec_box dt {
    margin: 0 0 20px;
  }
}
.staffSec_box dt:after {
  margin: 0 15px; 
  content: "─";
}
.staffSec_box dd {
  margin: 0 0 45px;
}
@media screen and (max-width: 1365px) {
  .staffSec_box dd {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .staffSec_box dd {
    margin: 0 0 20px;
  }
}

/* ===========================================
  ON AIR
=========================================== */
.onair_lead {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3; 
  margin: 0 0 35px;
}
@media screen and (max-width: 480px) {
  .onair_lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}

/* section
========================================== */
.onairSec {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  width: 740px;
  margin: 0 0 160px;
}
@media screen and (max-width: 1365px) {
  .onairSec {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .onairSec {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .onairSec {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.onairSec_ttl {
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal; 
  margin: 0 0 40px;
  padding: 0 0 10px;
  border-bottom: 2px solid #a9a9a9;
}
@media screen and (max-width: 768px) {
  .onairSec_ttl {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .onairSec_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 8px;
  }
}

.onairSec_box {
  overflow: hidden;
  letter-spacing: .15em;
}
@media screen and (max-width: 768px) {
  .onairSec_box {
    letter-spacing: 0;
  }
}
.onairSec_box dt {
  display: block; 
  float: left;
  clear: left;
  width: 200px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .onairSec_box dt {
    width: 150px;
    margin: 0 0 10px;
  }
}
.onairSec_box dt:last-of-type {
  margin: 0;
}
.onairSec_box dd {
  display: block;
  float: right; 
  width: calc(100% - 200px);
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .onairSec_box dd {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .onairSec_box dd {
    width: calc(100% - 150px);
  }
}
.onairSec_box dd:last-of-type {
  margin: 0;
}

/* block
========================================== */
.onairBlock {
  margin: 0 0 75px;
}
.onairBlock:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .onairBlock {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .onairBlock {
    margin: 0 0 20px;
  }
}

.onairBlock_ttl {
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .onairBlock_ttl {
    line-height: 1.6;
  }
}

.onairBlock_txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .onairBlock_txt {
    line-height: 1.6;
  }
}

.onairBlock_btn {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .onairBlock_btn {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .onairBlock_btn {
    margin: 20px 0 0;
  }
}

/* list
========================================== */
.onairList_item {
  margin: 0 0 65px;
}
.onairList_item:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .onairList_item {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .onairList_item {
    margin: 0 0 20px;
  }
}

.onairList_ttl {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .onairList_ttl {
    line-height: 1.6;
  }
}
.onairList_ttl.is-no1:before {
  content: "①";
}
.onairList_ttl.is-no2:before {
  content: "②";
}
.onairList_ttl.is-no3:before {
  content: "③";
}
.onairList_ttl.is-no4:before {
  content: "④";
}
.onairList_ttl.is-no5:before {
  content: "⑤";
}
.onairList_ttl.is-no6:before {
  content: "⑥";
}

.onairList_txt {
  line-height: 2;
}

.onairList_attn {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6; 
  margin: 10px 0 0;
}
@media screen and (max-width: 480px) {
  .onairList_attn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.onairList_img {
  margin: 35px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .onairList_img {
    margin: 15px 0 20px;
  }
  .onairList_img.is-no3 img {
    width: 140px;
  }
}
.onairList_img img {
  zoom: 1; 
  max-width: 100%;
  height: auto;
}

.onairList_btn {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .onairList_btn {
    margin: 20px 0 0;
  }
}

.streamingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.streamingList li {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .streamingList li {
    flex-grow: 1;
  }
}

/* button
========================================== */
.onairBtn {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 10px 20px;
  transition: all .3s;
  text-align: center; 
  color: #a9a9a9;
  border: 2px solid #a9a9a9;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .onairBtn {
    font-size: 12px;
    font-size: 1.2rem;
    width: 170px;
  }
}
.onairBtn:hover {
  color: #fff; 
  border: 2px solid #dc226d;
  background: #dc226d;
}

/* ===========================================
  MOVIE
=========================================== */
.movieBox {
  width: 100%;
  max-width: 640px;
  margin: 0 0 120px 5px;
}
@media screen and (max-width: 1365px) {
  .movieBox {
    margin: 0 auto 60px;
  }
}

.movieBox_item {
  width: 100%;
  height: auto;
}

.movieBox_cap {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  margin: 45px 0 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .movieBox_cap {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}