@charset "utf-8";

#contents_main {
  padding: 10px;
}

@media screen and (min-width: 900px){
  #contents_main {
    padding: 70px 10px;
  }
}


/* ========================================
ニュース、コンテンツ記事
======================================== */

#cms_block,
#news_block {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 30px 40px;
  min-height: 310px;
  position: relative;
  border: 1px solid #bba887;
  background: rgba(0, 0, 0, .8);
  line-height: 2;
}

@media screen and (min-width: 900px){
  #cms_block,
  #news_block {
    padding: 50px 40px 40px;
  }
}

#cms_block>div[class^="page_"],
#news_block>div[class^="page_"] {
  position: relative;
  z-index: 2;
}

#cms_block::before,
#news_block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 150px 114px;
  -moz-border-image: url(../../images/main/home/frame_info.svg) 150 114 repeat;
  -webkit-border-image: url(../../images/main/home/frame_info.svg) 150 114 repeat;
  -o-border-image: url(../../images/main/home/frame_info.svg) 150 114 repeat;
  border-image: url(../../images/main/home/frame_info.svg) 150 114 fill repeat;
  pointer-events: none;
}

#cms_block::after,
#news_block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  background: url(../../images/main/home/frame_info_top.svg) top center / contain no-repeat;
}

/*
  見出し基本
======================== */

.articleHead {
  color: #bdaa8a;
  margin: 2em 0 .4em;
  line-height: 1.6;
}

h2.articleHead {
  border-bottom: 1px solid #bdaa8a;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 60px 0 40px;
  padding: 0 0 16px;
}

h3.articleHead {
  border-bottom: 1px solid #64543b;
  font-size: 1.8rem;
  padding: 0 0 5px;
  text-align: center;
}

h4.articleHead {
  border-bottom: 1px solid #64543b;
  font-size: 1.6rem;
  padding: 0 0 5px;
}

h5.articleHead {
  font-size: 1.6rem;
}

h6.articleHead {
  color: #64543b;
  font-size: 1.6rem;
}

#js-newsDate {
  color: #bdaa8a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  margin: 16px 0 0;
  text-align: center;
  min-height: 1em;
}

/*
  見出し
======================== */

.articleHeadLarge {
  margin: 0 0 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #bdaa8a;
  padding: 0 0 25px;
}

@media screen and (min-width: 900px){
  .articleHeadLarge {
    font-size: 72px;
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
}


/* ========================================
NEWS
======================================== */

#news_block #list_01 table,
#news_block #list_01 tbody,
#news_block #list_01 tr,
#news_block #list_01 th,
#news_block #list_01 td,
.color-no9 #list_01 table,
.color-no9 #list_01 tbody,
.color-no9 #list_01 tr,
.color-no9 #list_01 th,
.color-no9 #list_01 td {
  display: block;
}

#news_block #list_01 table,
.color-no9 #list_01 table{
  border-top: 1px solid #64543b;
  font-size: 1.4rem;
}

#news_block #list_01 tr,
.color-no9 #list_01 tr {
  padding: 12px 0;
  border-bottom: 1px solid #64543b;
}

/*
#news_block #list_01 tr:not(.is-noLink) {
  cursor: pointer;
}
*/

#news_block #list_01 a,
.color-no9 #list_01 a {
  color: #fff;
}

#news_block #list_01 .day {
  color: #bdaa8a;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 5px;
}

#news_block #list_01 .day,
#news_block #list_01 .title,
.color-no9 #list_01 .title{
  transition: .3s;
}

/*
#news_block #list_01 tr:not(.is-noLink):hover .day,
#news_block #list_01 tr:not(.is-noLink):hover .title{
  opacity: .6;
}
*/

#news_block #list_01 tr.is-new .day::after {
  content:"NEW";
  background: #bdaa8a;
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 0 .6em;
  padding: .1em .3em;
  vertical-align: baseline;
}

#news_block #list_01 .new_ic::before {
  display: none !important;
}
.large h3.articleHead {
    font-size: 2.4rem;
}

.large .efsbg {
    font-size: 2.0rem;
}
/* ========================================
ON AIR
======================================== */

.onairCatch {
  margin: 120px 0 210px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
}

@media screen and (min-width: 900px){
  .onairCatch {
    font-size: 3.6rem;
  }
}

/* ========================================
STAFF
======================================== */

.staffCastList {
  font-size: 1.6rem;
  line-height: 1.4;
}
.staffCastList a{
  font-size: 1.2rem;
}
.staffCastList>li>b a {
  color:#fff;
  font-size:inherit;
}
@media screen and (min-width: 900px){
  .staffCastList {
    font-size: 1.8rem;
  }
  .staffCastList a{
    font-size: 1.6rem;
  }
}

.staffCastList>li {
  margin: 0 0 1em;
}

.staffCastList>li>span,
.staffCastList>li>b{
  display: block;
}

.staffCastList>li>span {
  margin: 0 .5em 0 0;
  color: #bba888;
}

.staffCastList>li>b{
  font-size: 1.2em;
}

@media screen and (min-width: 900px){
  .staffCastList>li>span,
  .staffCastList>li>b{
    display: inline-block;
  }

  .staffCastList>li>span {
    margin: 0 .5em 0 0;
  }
}

/* ========================================
INTRO
STORY
======================================== */

.introText {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4;
}

@media screen and (min-width: 900px){
  .introText {
    font-size: 1.8rem;
  }
}
.color-no4{font-size: 1.4rem;}
.color-no4 h2.articleHead{
    text-align:center;
    margin: 8px 0;
}
.color-no4 h2 span {
    color: #bdaa8a;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 16px;
}
.staff{
  display: flex;
  flex-wrap: wrap;
}
.staff li{
  margin-right:16px;
}
.staff li span{
  color: #bdaa8a;
}
.color-no4 .cap_no {
  display: none;
}
.color-no4 .img_u {
  display: flex;
  margin: 0 0 1.6em;
}
.color-no4 .img_u img{
  width:100%;
}
.color-no4 .ph{
  margin: 0;
}
.sceneArea {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: 2.4rem 0 0;
}
.sceneArea img{
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.gallery_link {
  display: block;
}
a.gallery_link:hover {
  background: #64543b;
  opacity:1;
}
a.gallery_link_on.gallery_link{
  background: #bdaa8a;
}
a.gallery_link_on img,
.gallery_link:hover img{
  mix-blend-mode: overlay;
}
*::-ms-backdrop, a.gallery_link_on img{ opacity:.3; }
#ContentsListUnit02 table{
  display: block;
  margin: 28px auto 16px;
}
#ContentsListUnit02 tbody{
  display: flex;
  flex-wrap:wrap;
}
#ContentsListUnit02 tr{
  display: block;
  width:23.5%;
  margin: 0 1% 8px;
}
#ContentsListUnit02 tr:nth-of-type(1){width:100%;margin-left: 0;}
#ContentsListUnit02 tr:nth-of-type(1) td{width: 49%;}
#ContentsListUnit02 tr:nth-of-type(4n-2){
  margin-left:0;
}
#ContentsListUnit02 tr:nth-of-type(4n+1){
  margin-right:0;
}
#ContentsListUnit02 td{
  display: block;
  width: 100%;
  text-align: center;
}
#ContentsListUnit02 a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #bdaa8a;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}
#ContentsListUnit02 .crt a{
  background: #bdaa8a;
  color: #000;
}
#ContentsListUnit02 a::before,
#ContentsListUnit02 a::after{
  content:"-";
  margin:0 8px;
}
#ContentsListUnit02 tr:first-of-type a::before,
#ContentsListUnit02 tr:first-of-type a::after{
  content:"";
}

@media screen and (max-width:640px){
  .color-no4 .img_u{flex-wrap:wrap;}
  .color-no4 .ph{width:calc(100% / 3);}
  #ContentsListUnit02 a::before,
  #ContentsListUnit02 a::after{
    margin:0 4px;
  }
  #ContentsListUnit02 tr:nth-of-type(1) td{width:100%;}
}
/* ========================================
CHARACTER - list
======================================== */

.charaLinearNav {
  display: flex;
  justify-content: space-between;
}

.charaLinearNav__item.is-disabled {
  pointer-events: none;
  opacity: .3;
}

.charaLinearNav__item a {
  text-decoration: none;
}

/*
  list
======================== */

#ContentsListUnit01 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #786951;
  padding: 20px 0 0;
  margin: 20px -14px 0 0;
}

@media screen and (min-width: 1200px){
  #ContentsListUnit01 {
    margin: 30px 0 0 0;
    padding: 30px 0 0;
  }
}

/*
  list item
======================== */

#ContentsListUnit01 .nwu_box {
  width: calc(100% / 3 - 14px);
  max-width: 120px;
  cursor: pointer;
  margin: 0 14px 14px 0;
  background: url(../../images/main/cont_chara/bg_chara_thumb_outline.svg) center / contain no-repeat;
}

@media screen and (min-width: 1200px){
  #ContentsListUnit01 .nwu_box {
    width: calc(100% / 5 - 25px);
    margin: 0 12px 25px;
  }
}


#ContentsListUnit01 .nwu_box__inner {
  position: relative;
  padding-top: 100%;
}


#ContentsListUnit01 .nwu_box__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto;
  background: url(../../images/main/cont_chara/bg_chara_thumb.svg) center / contain no-repeat;
  background-size: 80%;
  pointer-events: none;
}

/*
  thumbnail
======================== */

#ContentsListUnit01 .sm {
  position: relative;
  z-index: 2;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;i
}

#ContentsListUnit01 .sm {
  overflow: hidden;
  transform: rotate(45deg);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ContentsListUnit01 .nwu_box.is-crt .sm {
  overflow: visible;
}

#ContentsListUnit01 .nwu_box.is-noImage .sm {
  display: none;
}

#ContentsListUnit01 .sm a{
  display: block;
  transform: rotate(-45deg);
}

#ContentsListUnit01 img[src="../../core_sys/images/sys/no_image01.gif"] {
  display: none;
}

/*
  title
======================== */

#ContentsListUnit01 .title {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
  
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 9px;
}

@media screen and (min-width: 1200px){
  #ContentsListUnit01 .title {
    font-size: 14px;
  }
}

#ContentsListUnit01 .nwu_box.is-noImage .title {
  top: 0;
  bottom: 0;
}

#ContentsListUnit01 .title a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  pointer-events: none;
}

#ContentsListUnit01 .title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../images/main/cont_chara/bg_chara_name.svg) center / 90px auto no-repeat;
  margin: auto;
  background-size: 70px;
}

@media screen and (min-width: 1200px){
  #ContentsListUnit01 .title {
    font-size: 14px;
    background-size: 90px;
  }
}


/*
  current
======================== */

#ContentsListUnit01 .nwu_box.is-crt.is-noImage .nwu_box__inner::before,
#ContentsListUnit01 .nwu_box.is-crt .title::before {
  filter: brightness(2);
}

/* ========================================
CHARACTER - details
======================================== */
.charaSection {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

@media screen and (max-width:900px) {
  .charaSection {
  }
}

@media screen and (max-width:414px) {
  .charaSection {
    display:block;
  }
}

.charaHead { grid-area: 1 / 1 / 2 / 2;}
.charaDesc { grid-area: 2 / 1 / 3 / 2;}
.charaFace { grid-area: 3 / 1 / 4 / 2;}
.charaBody { grid-area: 1 / 2 / 4 / 3;}

.charaName {
  color: #bdaa8a;
  font-size:  6.5vw;
  font-weight: 400;
}

@media screen and (min-width: 415px){
  .charaName {
    color: #bdaa8a;
    font-size:  2.4rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px){
  .charaName {
    color: #bdaa8a;
    font-size:  2.4rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 1200px){
  .charaName {
    font-size: 3rem;
  }
}

.charaCV {
  background: #bdaa8a;
  color: #000;
  font-size:  1.5rem;
  display: inline-block;
  line-height: 1;
  padding: 3px;
}

@media screen and (min-width: 1200px){
  .charaCV {
    font-size: 1.6rem;
  }
}

.charaCV::before {
  content: "cv.";
}

.charaDesc {
  position: relative;
  padding: 35px 0 0;
  margin: 10px 0 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 1200px){
  .charaDesc {
    font-size: 1.4rem;
  }
}

.charaDesc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/main/common/deco_line.svg) top left / contain no-repeat;
  width: 121px;
  height: 20px;
}
/* ========================================
SPECIAL
======================================== */
.color-no9 h3 span{
  font-size: 2.2rem;
  display: inline-block;
  color:#fff;
}
.color-no9 .qa li,
.color-no1 .qa li{
  padding-left:1.5em;
  position:relative;
  margin-bottom: 2.1em;
}
.color-no9 ol.qa{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.color-no9 .qa li::before{
  position:absolute;
  left:0;
  top:0;
  color:#bdaa8a;
}
.color-no9 ul.qa li::before{
  content:"Q . ";
}
.color-no9 ol.qa li::before{
  content: counter(my-counter)" . ";
  counter-increment: my-counter;
}
.color-no9 .qa span,
.color-no1 .qa span{
  color:#bdaa8a;
  display:flex;
}

/* ========================================
ON AIR
======================================== */
.broadcastList {
  border-bottom: 1px solid #64543b;
}
ul.broadcastList{
  display: flex;
  flex-direction: column;
  padding: 1.5em 0;
  margin-bottom: 0;
}
.read ul.broadcastList:last-of-type {
  margin-bottom: 1em;
}
ul.broadcastList >li{
  display:flex;
  justify-content: center;
  line-height:1.6;
}
ul.broadcastList >li >span{
  margin:auto 0.35em;
}
ul.broadcastList > li:nth-child(1) {
  color: #bdaa8a;
}
.color-no3 h4.articleHead{
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  margin: 1em 0 .4em;
}
p.broadcastList a{
  display:inline-block;
  text-decoration:none;
  border-bottom: 1px solid #bdaa8a;
  margin-bottom:1em;
}
@media screen and (min-width: 900px){
  ul.broadcastList {
    flex-direction: inherit;
    flex-wrap: wrap;
  }
  ul.broadcastList >li{
    justify-content: left;
  }
  ul.broadcastList > li:nth-child(1) {
    width: 7.5em;
  }
  ul.broadcastList > li:nth-child(2) {
    width: 17.5em;
  }
  ul.broadcastList >li >span:nth-child(1){
    width: 6.5em;
  }
}
@media screen and (max-width: 899px){
  .color-no3 .read p{
    text-align:center;
  }
}

/*
MUSIC
----------------------- */
.color-no7 .read{
  font-size:1.4rem;
}
.color-no7 h2.articleHead {
  text-align:center;
  font-size: 1.8rem;
  color: #bdaa8a;

}
.color-no7 h3.articleHead{
  text-align:left;
}
.cdInfo li{
  margin-bottom:1em;
}
.cdInfo li.release{
  font-size: 1.8rem;
  color: #bdaa8a;
}
.linkList {
  display:flex;
  margin: 12px 0 -32px;
}
.linkList li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width:130px;
  height:40px;
  border: 2px solid #bdaa8a;
  margin-right: 20px;
  text-decoration:none;
  font-weight:600;
}
.linkList li:last-of-type a{
  margin-right:0;
}
.linkList li a.is-active{
  color:#000;
  background: #bdaa8a;
  cursor: default;
}
.linkList li a.is-active:hover{
  opacity:inherit;
}
@media screen and (max-width:599px){
  .linkList{
    justify-content:center;
  }
  .linkList li a{
    max-width:30vw;
  }
}
