@charset "UTF-8";
/* 
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  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 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

.click{
  display: block; 
  width: 100%;
}

.click:hover{
  opacity: 0.5;
}

.size-thumbnail{width:320px; margin:0 0 30px;}
.size-medium{width:50%; margin:0 0 30px;}
.size-large{width:80%; margin:0 0 30px;}
.size-full{margin:0 0 30px;}
img.aligncenter{display:block; margin:0 auto 30px!important;}

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

/* =============================================================

_settings.scss

============================================================= */
/*--------------------------------------------------------------
colors
--------------------------------------------------------------*/
/*Grey colors*/
/*--------------------------------------------------------------
text colors
--------------------------------------------------------------*/
a, a:hover {
  color: #111111; }

/*--------------------------------------------------------------
bg colors
--------------------------------------------------------------*/
.bg-base {
  background-color: #fff; }

.bg-key {
  background-color: #bd1313; }

.bg-grey-extra-dark {
  background-color: #333333; }

.bg-grey-dark {
  background-color: #999999; }

.bg-grey-light {
  background-color: #e6e6e6; }

.bg-grey-extra-light {
  background-color: white; }

/*--------------------------------------------------------------
sp-size
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
col-width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
content-max-width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
fontsize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
z-index
--------------------------------------------------------------*/
/* =============================================================

_textstyle.scss

============================================================= */
/*--------------------------------------------------------------
font
--------------------------------------------------------------*/
body {
  font-family: YakuHanJP,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 1.8;
  color: #111111;
  font-size: 100%; }

/*--------------------------------------------------------------
a, .no-btn-link
--------------------------------------------------------------*/
a {
  border: none;
  outline: none;
  text-decoration: none;
  overflow-wrap: break-word; }

a:hover {
  text-decoration: underline; }

#live .topics-index a:hover{
    text-decoration: none; 
}

.no-btn-link {
  font-size: 1.5rem;
  font-weight: bold; }
  .no-btn-link a {
    display: inline-block; }
    .no-btn-link a .far {
      color: #111111; }

/*--------------------------------------------------------------
mv_arrow_r, mv_arrow_l
--------------------------------------------------------------*/
.mv_arrow_r .far {
  margin-right: 0.25em;
  transition: all 300ms 0s ease;
  color: #bd1313; }
.mv_arrow_r a:hover .far {
  margin-right: 0;
  margin-left: 0.25em; }

.mv_arrow_l .far {
  margin-left: 0.25em;
  transition: all 300ms 0s ease;
  color: #bd1313; }
.mv_arrow_l a:hover .far {
  margin-left: 0;
  margin-right: 0.25em; }

a .mv_arrow_r .far {
  margin-right: 0.25em;
  transition: all 300ms 0s ease;
  color: #bd1313; }
a .mv_arrow_l .far {
  margin-left: 0.25em;
  transition: all 300ms 0s ease;
  color: #bd1313; }
a:hover .mv_arrow_r .far {
  margin-right: 0;
  margin-left: 0.25em; }
a:hover .mv_arrow_l .far {
  margin-left: 0;
  margin-right: 0.25em; }

/*--------------------------------------------------------------
h1~h4
--------------------------------------------------------------*/
h3 {
  font-size: 1.125rem;
  margin-bottom: 1.0em; }

.ttl-style1 {
  text-align: center;
  margin-bottom: 80px; }
  .ttl-style1 img {
    height: 30px; }

/*--------------------------------------------------------------
p, ul, ol, dl
--------------------------------------------------------------*/
p, ul, ol, dl {
  font-size: 1rem;
  /*@include mq(md){
  	@include fs(sm);
  }*/ }

p {
  margin-bottom: 1.0em;
  line-height: 2.0; }

.caption {
  font-size: 1rem; }

/*--------------------------------------------------------------
fontweight
--------------------------------------------------------------*/
.fw-b {
  font-weight: bold; }

/* =============================================================

_layout.scss

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

/*--------------------------------------------------------------
html,body
--------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #fff; }

/*--------------------------------------------------------------
float
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .float-right {
    float: right; } }

@media screen and (min-width: 768px) {
  .float-left {
    float: left; } }

/*--------------------------------------------------------------
flex-wrapper 
--------------------------------------------------------------*/
.flex-wrapper {
  display: block; }
  .flex-wrapper.mq-sm {
    display: flex;
    flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .flex-wrapper.mq-md {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 992px) {
    .flex-wrapper.mq-lg {
      display: flex;
      flex-wrap: wrap; } }

/*--------------------------------------------------------------
clf
--------------------------------------------------------------*/
.clf:after {
  content: "";
  clear: both;
  display: block; }

/*--------------------------------------------------------------
margin, padding
--------------------------------------------------------------*/
.margin--xs {
  margin: 5px; }

.margin-t-xs {
  margin-top: 5px; }

.margin-r-xs {
  margin-right: 5px; }

.margin-b-xs {
  margin-bottom: 5px; }

.margin-l-xs {
  margin-left: 5px; }

.margin--s {
  margin: 10px; }

.margin-t-s {
  margin-top: 10px; }

.margin-r-s {
  margin-right: 10px; }

.margin-b-s {
  margin-bottom: 10px; }

.margin-l-s {
  margin-left: 10px; }

.margin--m {
  margin: 20px; }

.margin-t-m {
  margin-top: 20px; }

.margin-r-m {
  margin-right: 20px; }

.margin-b-m {
  margin-bottom: 20px; }

.margin-l-m {
  margin-left: 20px; }

.margin--l {
  margin: 40px; }

.margin-t-l {
  margin-top: 40px; }

.margin-r-l {
  margin-right: 40px; }

.margin-b-l {
  margin-bottom: 40px; }

.margin-l-l {
  margin-left: 40px; }

.margin--xl {
  margin: 80px; }

.margin-t-xl {
  margin-top: 80px; }

.margin-r-xl {
  margin-right: 80px; }

.margin-b-xl {
  margin-bottom: 80px; }

.margin-l-xl {
  margin-left: 80px; }

.padding--xs {
  padding: 5px; }

.padding-t-xs {
  padding-top: 5px; }

.padding-r-xs {
  padding-right: 5px; }

.padding-b-xs {
  padding-bottom: 5px; }

.padding-l-xs {
  padding-left: 5px; }

.padding--s {
  padding: 10px; }

.padding-t-s {
  padding-top: 10px; }

.padding-r-s {
  padding-right: 10px; }

.padding-b-s {
  padding-bottom: 10px; }

.padding-l-s {
  padding-left: 10px; }

.padding--m {
  padding: 20px; }

.padding-t-m {
  padding-top: 20px; }

.padding-r-m {
  padding-right: 20px; }

.padding-b-m {
  padding-bottom: 20px; }

.padding-l-m {
  padding-left: 20px; }

.padding--l {
  padding: 40px; }

.padding-t-l {
  padding-top: 40px; }

.padding-r-l {
  padding-right: 40px; }

.padding-b-l {
  padding-bottom: 40px; }

.padding-l-l {
  padding-left: 40px; }

.padding--xl {
  padding: 80px; }

.padding-t-xl {
  padding-top: 80px; }

.padding-r-xl {
  padding-right: 80px; }

.padding-b-xl {
  padding-bottom: 80px; }

.padding-l-xl {
  padding-left: 80px; }

/*--------------------------------------------------------------
img
--------------------------------------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; 
}

.img-wrap {
  position: relative; }

.img-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/common/images/spacer.gif);
  background-position: top left;
  background-size: 100% 100%; }

.img-wrap img {
  display: block; }

/*--------------------------------------------------------------
#btn_more
--------------------------------------------------------------*/
#btn_more {
  cursor: pointer;
  margin-top: 20px;
}
/*--------------------------------------------------------------
#more_contents
--------------------------------------------------------------*/
#more_contents {
  display: none;
}
/*--------------------------------------------------------------
#sp-visual-none プロフィールSP
--------------------------------------------------------------*/
#sp-visual-none {
  display: none;
}
/*--------------------------------------------------------------
ul, ol
--------------------------------------------------------------*/
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------
.btn
--------------------------------------------------------------*/
.btn {
  height: 24px; }
  .btn img {
    height: 100%;
    width: auto; }
/*--------------------------------------------------------------
.pc
--------------------------------------------------------------*/
.pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc {
      display: block; } }

/*--------------------------------------------------------------
.sp
--------------------------------------------------------------*/
.sp {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp {
      display: none; } }

/*--------------------------------------------------------------
#preloader
--------------------------------------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  text-align: center;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  transition: all 1s; }
  #preloader figure {
    display: flex;
    margin: auto;
    position: absolute;
    align-items: center;
    width: 250px; }
    @media screen and (min-width: 768px) {
      #preloader figure {
        width: 300px; } }
  #preloader.loaded {
    opacity: 0;
    visibility: hidden; }

/*--------------------------------------------------------------
#wrapper
--------------------------------------------------------------*/
#wrapper {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  /* display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%; */
  min-height: 100vh;
}

#wrapper::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  border-top: 40px solid #bd1313;
  border-right: 100vw solid transparent;
  z-index: 1030;  
}

  @media screen and (min-width: 768px) {
    #wrapper {
      padding-top: 80px; } 
    
    #wrapper::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        border-top: 30px solid #bd1313;
        border-right: 100vw solid transparent;
        z-index: 1030; }
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header {
  position: absolute;
  width: calc(50% - 40px);
  max-width: 240px;
  background: #fff;
  margin: 20px 40px 20px 0;
  padding: 20px;
  display: none;
  margin-top: 120px;
  /*@include mq(lg){
  	margin: 0;
  	position: fixed;
  	height: auto;
  	z-index: $zindex-fixed;
  	padding: 0 $sp-l;
  	background: none;
  }*/ }

  .sp-logo{
    max-width: 180px;
    margin: 20px;
  }

  .sp-logo.sub-sp-logo{
    position: fixed;
    margin: 0px;
    top: -6px;
    left: 12px;
    max-width: 75px;
    z-index: 1045;
    cursor: pointer;
  }

  @media screen and (min-width: 768px) {
    header {
      display: block;
      width: calc(33.33% - 40px);
      max-width: 240px;
      margin: 0;
      position: fixed;
      height: auto;
      z-index: calc(1030 - 1);
      padding: 0 40px;
      background: none; 
      /* margin-top: 80px; */
    } 
    .sp-logo{
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    header.bottom {
      position: absolute; } }
  header h1 {
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      header h1 {
        margin-bottom: 40px; } }
    header h1 img {
      height: 100%;
      width: auto; }
      @media screen and (min-width: 768px) {
        header h1 img {
          width: 120px;
          height: auto; } }
  header nav#globalNav li {
    display: block;
    text-align: left;
    margin-bottom: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw; }
    @media screen and (min-width: 768px) {
      header nav#globalNav li {
        margin-bottom: 36px;
        height: 10px;
        line-height: 10px; } }
    header nav#globalNav li:last-child {
      margin-bottom: 0; }
    header nav#globalNav li img {
      width: auto;
      height: 100%;
      margin: 0 auto 0 0; }
    header nav#globalNav li a {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        header nav#globalNav li a:before {
          content: '\f105';
          font-family: "Font Awesome 5 Free";
          font-size: 1.125rem;
          font-weight: 900;
          margin-left: -1.0em;
          margin-right: 10px;
          opacity: 0;
          transition: all .3s ease-out; } }
      @media screen and (min-width: 768px) {
        header nav#globalNav li a:hover:before, header nav#globalNav li a.current:before {
          margin-left: 0;
          opacity: 1.0; } }

#drawerNav {
  z-index: 1080;
  display: none; }
  #drawerNav ul li {
    backgrond-color: #ddd; }
    #drawerNav ul li a {
      display: block;
      padding: 20px; }
      #drawerNav ul li a img {
        display: block;
        height: 20px;
        width: auto; }

/*--------------------------------------------------------------
.drawer
--------------------------------------------------------------*/
.drawer-hamburger {
  right: 0;
  z-index: 1080; }
  @media screen and (min-width: 992px) {
    .drawer-hamburger {
      display: none !important; } }

.drawer .drawer-hamburger.cl-w .drawer-hamburger-icon,
.drawer .drawer-hamburger.cl-w .drawer-hamburger-icon:after,
.drawer .drawer-hamburger.cl-w .drawer-hamburger-icon:before {
  background-color: #fff; }
.drawer.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important; }
.drawer.drawer-open nav {
  color: #111111; }
  .drawer.drawer-open nav ul:first-child li {
    font-size: 1rem; }
    .drawer.drawer-open nav ul:first-child li .en {
      font-size: 1.125rem;
      font-weight: bold;
      margin-right: 5px;
      display: block; }

/*--------------------------------------------------------------
main
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  main {
    width: calc(100% - 240px);
    max-width: 1600px;
    padding-left: 80px;
    margin-left: 240px;
    margin-right: 0;
    margin: 0 auto;}
  }

/*--------------------------------------------------------------
.content-inner
--------------------------------------------------------------*/
.content-inner {
  padding: 0 20px 80px; }
  @media screen and (min-width: 768px) {
    .content-inner {
      padding: 0 40px 80px; } }

/*--------------------------------------------------------------
#mainvisual
--------------------------------------------------------------*/
#mainvisual {
  margin: 0 0px 80px; }
  @media screen and (min-width: 768px) {
    #mainvisual {
      margin: 0 0 120px 0; } }
  #mainvisual div {
    background-position: center top;
    background-repeat: no-repeat;
    backgroud-color: #ddd;
    margin: 0 auto;
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    background-image: url(../../images/mainvisual1_sp.jpg);
    background-size: cover; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 599px), only screen and (min-resolution: 192dpi) and (max-width: 599px) {
      #mainvisual div {
        background-image: url("../../images/mainvisual1_sp@2x.jpg"); } }
    @media screen and (min-width: 768px) {
      #mainvisual div {
        background-image: url(../../images/mainvisual1.jpg);
        width: calc(100% - 80px);
        height: 90vh;
        background-size: cover; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px), only screen and (min-width: 600px) {
      #mainvisual div {
        background-image: url("../../images/mainvisual1@2x.jpg");
        width: calc(100% - 80px);
        height: 90vh;
        background-size: cover; } }

/*--------------------------------------------------------------
#snsLink
--------------------------------------------------------------*/
#snsLink {
  display: block;
  background-color: #bd1313;
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 20px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  @media screen and (min-width: 768px) {
    #snsLink {
      padding: 20px; } }
  #snsLink ul li {
    line-height: 1.0; }
    #snsLink ul li a {
      color: #fff;
      text-align: center;
      font-size: 1.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      padding: 10px 0;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #snsLink ul li a {
          padding: 20px 0; } }

/*--------------------------------------------------------------
#news
--------------------------------------------------------------*/
/* #news .topics-index {
  margin-bottom: 20px; } */
  #news .topics-index li {
    border-bottom: 1px solid #111111; }
    #news .topics-index li:first-child a {
      padding-top: 0; }
    #news .new_article {
      padding-top: 20px; }
      #news .new_article a {
        display: block; }
    #news .topics-index li .date {
      font-size: 0.8rem;
      font-weight: bold;
      margin-bottom: 0; }
#news .btn {
  text-align: center;
  margin-bottom: 40px; }

/*--------------------------------------------------------------
#profile
--------------------------------------------------------------*/
#profile .prof {
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;
  font-size: 2rem;
  letter-spacing: 2px; }
#profile .kana {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 4px;
  font-size: 0.9rem; }

  .pc-visual{
    display: none;
  }

 @media screen and (min-width: 768px) {
  .sp-visual{
    display: none;
   } 
   
   .pc-visual{
    display: block;
  }
  
  }
/*--------------------------------------------------------------
#media
--------------------------------------------------------------*/
#media {
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/ }
  #media .content-inner {
    text-align: center; }
  #media .tab_item {
    font-size: 0.9rem;
    background-color: #111111;
    color: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
    cursor: pointer; }
    #media .tab_item:last-child {
      margin-right: 0; }
    #media .tab_item img {
      height: 10px;
      width: auto;
      margin: 5px 10px;
      display: block; }
    #media input[name="tab_item_media"],
    #media input[name="tab_archive_media"]{
      display: none; }

    #media .sub_tabs {
      display: flex;
      gap: 5px;
      justify-content: center;
      align-items: center;
    }

  #media .tab_content,
         .tab_subcontent {
    display: none;
    position: relative;
    margin-top: 20px; }

  #media #tab0Media:checked ~ #tab0ContentMedia,
  #media #tabMediaArchive:checked ~ #tabMediaContentArchiveMedia {
    display: block; }

  #tab1Media:checked ~ #tab1ContentMedia,
  #tab2Media:checked ~ #tab2ContentMedia,
  #tab3Media:checked ~ #tab3ContentMedia,
  #tab4Media:checked ~ #tab4ContentMedia,
  #tab5Media:checked ~ #tab5ContentMedias
  {
      display: block;
  }
  
  #media input:checked + .tab_item {
    background-color: #bd1313; }
  #media input:disabled + .tab_item {
    cursor: inherit;
    background-color: #CCCCCC; }
    #media input:disabled + .tab_item:hover {
      cursor: default;
      background: #CCCCCC; }
  #media .topics-index {
    margin-top: 40px;
    margin-bottom: 20px; }
    #media .topics-index li {
      border-bottom: 1px solid #111111;
      margin-bottom: 20px;
      text-align: left; }
      #media .topics-index li .date {
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 0; }
      #media .topics-index li h3 .tag {
        display: inline-block;
        height: 20px;
        margin: 0 0 0 10px;
        background-color: #111111;
        background-size: auto 10px;
        background-repeat: no-repeat;
        background-position: center; }
        #media .topics-index li h3 .tag.news {
          background-image: url("../images/cat_new.svg");
          width: 53px; }
        #media .topics-index li h3 .tag.tv {
          background-image: url("../images/cat_tv.svg");
          width: 38px; }
          #media .topics-index li h3 .tag.TV {
            background-image: url("../images/cat_tv.svg");
            width: 38px; }
        #media .topics-index li h3 .tag.radio {
          background-image: url("../images/cat_radio.svg");
          width: 65px; }
          #media .topics-index li h3 .tag.RADIO {
            background-image: url("../images/cat_radio.svg");
            width: 65px; }
        #media .topics-index li h3 .tag.web {
          background-image: url("../images/cat_web.svg");
          width: 52px; }
          #media .topics-index li h3 .tag.WEB {
            background-image: url("../images/cat_web.svg");
            width: 52px; }
        #media .topics-index li h3 .tag.magazine {
          background-image: url("../images/cat_magazine.svg");
          width: 98px; }
          #media .topics-index li h3 .tag.MAGAZINE {
            background-image: url("../images/cat_magazine.svg");
            width: 98px; }
      #media .topics-index li p {
        font-size: 0.9rem; }
      #media .topics-index li:first-child {
        padding-top: 20px;
        border-top: 1px solid #111111; }
  #media .btn {
    text-align: center;
    margin-bottom: 40px; }


    /*MEDIA一覧 2013年〜2020年まで*/
    #media .text-block p .tag {
      display: inline-block;
      height: 20px;
      margin: 0 0 0 10px;
      background-color: #111111;
      background-size: auto 10px;
      background-repeat: no-repeat;
      background-position: center; }

    #media .text-block p .tag.tv{
      background-image: url("../images/cat_tv.svg");
      width: 38px;
    }

    #media .text-block p .tag.radio {
      display: inline-block;
        background-image: url("../images/cat_radio.svg");
        width: 65px; }

     #media .text-block p .tag.web {
      display: inline-block;

          background-image: url("../images/cat_web.svg");
          width: 52px; }
  
    #media .text-block p .tag.magazine {
      display: inline-block;

            background-image: url("../images/cat_magazine.svg");
            width: 98px; }

/*--------------------------------------------------------------
#music
--------------------------------------------------------------*/
#music {
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/ }
  #music .content-inner {
    text-align: center; }
  #music .tab_item {
    font-size: 0.9rem;
    background-color: #111111;
    color: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
    cursor: pointer; }
    #music .tab_item:last-child {
      margin-right: 0; }
    #music .tab_item img {
      height: 10px;
      width: auto;
      margin: 5px 10px;
      display: block; }
  #music input[name="tab_item_music"] {
    display: none; }
  #music .tab_content {
    display: none;
    position: relative;
    margin-top: 20px; }
  #music #tab0Music:checked ~ #tab0ContentMusic,
  #music #tab1Music:checked ~ #tab1ContentMusic,
  #music #tab2Music:checked ~ #tab2ContentMusic,
  #music #tab3Music:checked ~ #tab3ContentMusic,
  #music #tab4Music:checked ~ #tab4ContentMusic,
  #music #tab5Music:checked ~ #tab5ContentMusic {
    display: block; }
  #music input:checked + .tab_item {
    background-color: #bd1313; }
  #music input:disabled + .tab_item {
    cursor: inherit;
    background-color: #CCCCCC; }
    #music input:disabled + .tab_item:hover {
      cursor: default;
      background: #CCCCCC; }
  #music .topics-index {
    margin-top: 40px;
    margin-bottom: 20px; }
    #music .topics-index li {
      border-bottom: 1px solid #111111;
      margin-bottom: 20px;
      padding-bottom: 20px;
      text-align: left; }
      #music .topics-index li .date {
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 0; }
      #music .topics-index li h3 .tag {
        display: inline-block;
        height: 20px;
        margin: 0 0 0 10px;
        background-color: #111111;
        background-size: auto 10px;
        background-repeat: no-repeat;
        background-position: center; }
        #music .topics-index li h3 .tag.news {
          background-image: url("../images/cat_new.svg");
          width: 53px; }
        #music .topics-index li h3 .tag.discography {
          background-image: url("../images/cat_discography.svg");
          width: 130px; }
          #music .topics-index li h3 .tag.DISCOGRAPHY {
            background-image: url("../images/cat_discography.svg");
            width: 130px; }
        #music .topics-index li h3 .tag.streaming {
          background-image: url("../images/cat_streaming.svg");
          width: 106px; }
          #music .topics-index li h3 .tag.STREAMING {
            background-image: url("../images/cat_streaming.svg");
            width: 106px; }
        #music .topics-index li h3 .tag.provided {
          background-image: url("../images/cat_provided.svg");
          width: 150px; }
          #music .topics-index li h3 .tag.PROVIDEDSONGS {
            background-image: url("../images/cat_provided.svg");
            width: 150px; }
      #music .topics-index li p {
        font-size: 0.9rem; }
        #music .topics-index li p.disco {
          line-height: 1.4; }
      #music .topics-index li:first-child {
        padding-top: 20px;
        border-top: 1px solid #111111; }
      #music .topics-index li.flex-wrapper {
        justify-content: space-between; }
        #music .topics-index li.flex-wrapper figure {
          width: 100%;
          margin-bottom: 10px;
          text-align: center;
          /*img {
          	max-width: 160px;
          }*/ }
          #music h3{
            display: inline;
          }
          @media screen and (min-width: 768px) {
            #music .topics-index li.flex-wrapper figure {
              width: calc(33.33% - 10px); } }
        #music .topics-index li.flex-wrapper .text-block {
          width: 100%; }
          @media screen and (min-width: 768px) {
            #music .topics-index li.flex-wrapper .text-block {
              width: calc(66.67% - 10px); } }
  #music .btn {
    text-align: center;
    margin-bottom: 40px; }

      /*MUSIC 投稿ページ(single-music.php)*/
      .music-content .date{
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 0;
      }

      .music-content h2{
          font-size: 1.125rem;
          margin-bottom: 1.0em;
      }

      .music-content p{
        font-size: 0.9em;
    }

      /*MUSIC 投稿ページ(category-music.php)*/
      .music-content a::before {
        font-family: "Font Awesome 5 Free";
        content: "\f360";
        font-weight: 900;
        margin-right: 5px;
    }

    /*single-inner*/

      .single-inner{
        margin-top: 0;
      }

    @media screen and (min-width: 768px) {
      .single-inner {
        margin: 120px 0;
      }
    }


/*--------------------------------------------------------------
#live
--------------------------------------------------------------*/
#live {
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}

#live .content-inner {
  text-align: center;
}

#live .tab_item {
  font-size: 0.9rem;
  background-color: #111111;
  color: #fff;
  margin: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
}

#live .tab_item:last-child {
  margin-right: 0;
}

#live .tab_item img {
  height: 10px;
  width: auto;
  margin: 5px 10px;
  display: block;
}

#live input[name="tab_item_live"] {
  display: none;
}

#live .tab_content {
  display: none;
  position: relative;
  margin-top: 20px;
}

.tab_content .year-title {
  margin: 40px 0 20px 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#live #tab0Live:checked ~ #tab0ContentLive,
#live #tab1Live:checked ~ #tab1ContentLive,
#live #tab2Live:checked ~ #tab2ContentLive,
#live #tab3Live:checked ~ #tab3ContentLive,
#live #tab4Live:checked ~ #tab4ContentLive,
#live #tab5Live:checked ~ #tab5ContentLive,
#live #tab6Live:checked ~ #tab6ContentLive,
#live #tab7Live:checked ~ #tab7ContentLive,
#live #tab8Live:checked ~ #tab8ContentLive,
#live #tab9Live:checked ~ #tab9ContentLive{
  display: block;
}

#live input:checked + .tab_item {
  background-color: #bd1313;
}

#live input:disabled + .tab_item {
  cursor: inherit;
  background-color: #CCCCCC;
}

#live input:disabled + .tab_item:hover {
  cursor: default;
  background: #CCCCCC;
}

#live .topics-index {
  margin-bottom: 20px;
}

#live .topics-index li {
  border-bottom: 1px solid #111111;
  /* margin-bottom: 20px; */
  margin-bottom: 0;
  /* padding: 20px 0; */
  padding: 16px 0;
  text-align: left;
}

#live .topics-index li .date {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

#live .topics-index li h3 .tag {
  display: inline-block;
  height: 20px;
  margin: 0 0 0 10px;
  background-color: #111111;
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: center;
}

#live .topics-index li h3 .tag.news {
  background-image: url("../images/cat_new.svg");
  width: 53px;
}

#live .topics-index li h3 .tag.discography {
  background-image: url("../images/cat_discography.svg");
  width: 130px;
}

#live .topics-index li h3 .tag.streaming {
  background-image: url("../images/cat_streaming.svg");
  width: 106px;
}

#live .topics-index li h3 .tag.provided {
  background-image: url("../images/cat_provided.svg");
  width: 150px;
}

#live .topics-index li p {
  font-size: 0.9rem;
}

#live .topics-index li p.disco {
  line-height: 1.4;
}

#live .btn {
  text-align: center;
  margin-bottom: 40px;
}


#live .topics-index {
  margin-bottom: 20px; }
  #live .topics-index li {
    border-bottom: 1px solid #111111; }
    #live .topics-index li:first-child a {
      padding-top: 0; }
    /*ここ修正
    #live .topics-index li a {
      display: block;
      padding-top: 0px;
      padding-bottom: 0px; }*/
    #live .topics-index li .ttl-date-place {
      margin-bottom: 20px; }
      #live .topics-index li .ttl-date-place .date {
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 0; }
      #live .topics-index li .ttl-date-place h3 {
        margin-bottom: 0; }
      #live .topics-index li .ttl-date-place .place {
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 0; }
    #live .topics-index li .table-style1 th {
      width: 2.5em;
      text-align: left; }
    #live .topics-index li p {
      font-size: 0.9rem;
      /* margin-bottom: 0; */
      margin-bottom: 1.0em;
      } 
#live .btn {
  text-align: center;
  margin-bottom: 40px; }

  #tab6ContentLive .text-block,
  #tab7ContentLive .text-block,
  #tab8ContentLive .text-block,
  #tab9ContentLive .text-block {
    border-bottom: 1px solid #111111;
    margin-top: 20px;
  }

  .btn-view-more{
    display: block;
    margin: 2rem;
    padding-bottom: 10px;
    position: relative;
  }

  .btn-view-more::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0px;
    height: 3px;
    border-radius: 5px;
    background: #bd1313;
    transition: width 0.3s;
  }
  
  .btn-view-more:hover::before {
    width: 120px;
  }
  
  .btn-view-more img{
    width: 110px;
  }

  .date-area {
    display: block;
    margin-bottom: 1.0em;
    gap: 10px;
}

  .date-area h2/*投稿ページ(single.php)のライブ日付*/{
    font-size: 1.125rem;
  }

  .date-area h3/*トップページ(front-page.php)のライブ日付*/{
    font-size: 1.125rem;
    margin-bottom: -16px;
  }

  .date-area h4/*一覧ページ(category-live)のライブ日付*/{
    font-size: 1.125rem;
    margin-bottom: -16px;
  }


  .sub-date{
    position: relative;
  }
  
  .sub-date p{
    display: block;
    margin-bottom:0;
    line-height: 1;
    font-weight: bold;
    font-size: 0.875rem;
  }

  .sub-date .year {
    display: block;
    letter-spacing: 4px;
    font-size: 0.65rem;
    position: relative;
    margin-bottom: 2px;
    margin-left: 0;
}

  .sub-date .month{
    font-size: 1rem;
    position: relative;
    top: -9px;
  }
  
  .month::after {
    width: 40px;
    height: 2px;
    content: "";
    color: #bd1313;
    border-radius: 15px;
    top: 20px;
    left: 0px;
    position: absolute;
    background-color: #bd1313;
    transform: rotate(125deg);
}

  .sub-date .day {
    position: relative;
    font-size: 0.95rem;
    top: 15px;
  }

  @media screen and (min-width: 768px) {
    .sub-date .month{
      font-size: 1.5rem;
    }
    
    .month::after {
      width: 55px;
      top: 27px;
  }
  }


  /**投稿ページ(single.php)の年・月*/
  .post-date .year{
    margin-left: 1px;
  }

  .post-date .month{
    font-size: 1rem;
    top: 0;
  }

  .post-date .month::after {
    width: 42px;
    height: 2px;
    content: "";
    color: #bd1313;
    border-radius: 15px;
    top: 15px;
    left: 0px;
    position: absolute;
    background-color: #bd1313;
    transform: rotate(125deg);
  }

  .section-title{
    font-size: 1.25rem;
  }

  @media screen and (min-width: 768px) {
    .date-area {
      gap: 20px; } 

     .date-area {
      display: flex;
      align-items: center;
      justify-content: left;
      flex-wrap: wrap;
      margin-bottom: 1.0em;
      gap: 10px;
    }

    .date-area h2{
      font-size: 1.125rem;
      margin-bottom: -16px;
    }

    #live .topics-index li {
      border-bottom: 1px solid #111111;
      /* margin-bottom: 20px; */
      margin-bottom: 0;
      /* padding: 20px 0; */
      padding: 16px 0 3.6px 0;
      text-align: left;
    }
      
    }

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

footer {
  background-color: #333333;
  padding-top: 50px;
 }

 footer .flex-wrapper.mq-md{
  justify-content: space-evenly;
 }

  footer #footerBnr {
    /* justify-content: space-between; */
    justify-content: space-evenly;
    margin-bottom: 80px; }
    footer #footerBnr li {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        footer #footerBnr li {
          width: 33.33%;
          margin-bottom: 0; 
          max-width: 468px;
        } 
        .footer-img{
          max-width: 728px;
          margin: 0 auto;
        }
      
      }

/*--------------------------------------------------------------
copyright
--------------------------------------------------------------*/
#copyright {
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px; }

/*--------------------------------------------------------------
.animate__animated
--------------------------------------------------------------*/
.animate__animated {
  opacity: 0; }

/*--------------------------------------------------------------
.flexslider
--------------------------------------------------------------*/
.flexslider {
  margin: 0; }
  .flexslider .flex-direction-nav li a {
    background: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    width: 25px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .flexslider .flex-direction-nav li a:before {
      display: flex;
      font-family: "Font Awesome 5 Free";
      color: #fff;
      font-size: 28px;
      text-shadow: none;
      font-weight: 900;
      justify-content: center;
      align-items: center; }
    .flexslider .flex-direction-nav li a:hover {
      background: #bd1313;
      text-decoration: none; }
  .flexslider .flex-direction-nav li.flex-nav-prev a {
    left: 0 !important; }
    .flexslider .flex-direction-nav li.flex-nav-prev a:before {
      content: '\f104'; }
  .flexslider .flex-direction-nav li.flex-nav-next a {
    right: 0 !important; }
    .flexslider .flex-direction-nav li.flex-nav-next a:before {
      content: '\f105'; }
  .flexslider#carousel .slides li {
    opacity: 1.0;
    transition: opacity 0.3s linear;
    cursor: pointer; }
    .flexslider#carousel .slides li:hover, .flexslider#carousel .slides li.flex-active-slide {
      opacity: 0.7; }
  .flexslider#carousel .flex-direction-nav li a {
    top: inherit;
    bottom: 45px;
    width: 30px;
    height: 30px;
    line-height: 30px; }

/* =============================================================

_animate_move_min.scss

============================================================= */
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall; }

@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall; }

@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall; }

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

@-webkit-keyframes fadeOutDownSmall {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); } }
@keyframes fadeOutDownSmall {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); } }
.animate__fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall; }

@-webkit-keyframes fadeOutLeftSmall {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); } }
@keyframes fadeOutLeftSmall {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); } }
.animate__fadeOutLeftSmall {
  -webkit-animation-name: fadeOutLeftSmall;
  animation-name: fadeOutLeftSmall; }

@-webkit-keyframes fadeOutRightSmall {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); } }
@keyframes fadeOutRightSmall {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); } }
.animate__fadeOutRightSmall {
  -webkit-animation-name: fadeOutRightSmall;
  animation-name: fadeOutRightSmall; }

@-webkit-keyframes fadeOutUpSmall {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); } }
@keyframes fadeOutUpSmall {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); } }
.animate__fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall; }

.animate__animated.animate__delay-0_2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.2);
  animation-delay: calc(var(--animate-delay)*0.2); }

.animate__animated.animate__delay-0_4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.4);
  animation-delay: calc(var(--animate-delay)*0.4); }

.animate__animated.animate__delay-0_6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.6);
  animation-delay: calc(var(--animate-delay)*0.6); }

.animate__animated.animate__delay-0_8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.8);
  animation-delay: calc(var(--animate-delay)*0.8); }

.new_article a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f360";
  font-weight: 900;
  margin-right: 5px;
}
h2{
  font-size: 2rem;
}
#topics{
  margin-bottom: 4rem;
}
.btn{
  text-align: center;
  margin: 2rem 0; 
}

.btn-back{
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  color: #fff;
  background: #bd1313;
  max-width: 360px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50px;
  transition: all 0.2s;
}

.btn-back p{
  padding: 4px;
}

.btn-back:hover{
  color: #fff;
  background: #a7a7a7;
  text-decoration: none;

}

/*video Swiper*/
.swiper{
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.swiper-slide {
  color: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.swiper .swiper-slide {
  position: relative;
  width: 100%;
}

.swiper .swiper-slide:before {
  content:"";
  display: block;
}

.swiper .swiper-slide iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-title {
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0;
  background-color: #000000ab;
  border-radius: 15px;
  margin-top: 16px;
  padding: 0 20px;
  position: relative;
}

#thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

#thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
}

#thumbs .swiper-slide:before {
  content:none;
}

#thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-button-next,.swiper-button-prev{
  height: 0;
  width: 0;
}

.swiper-button-next::after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  background-color: #bd1313;
  border-radius: 5px;
  font-size: 1.5rem;
  width: 45px;
  text-align: center;
  position: absolute;
  right: 10px;
}

.swiper-button-next:hover::after {
  color: #000000;
}

.swiper-button-prev::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  background-color: #bd1313;
  font-size: 1.5rem;
  border-radius: 5px;
  width: 45px;
  text-align: center;
  position: absolute;
  left: 10px;
}

.swiper-button-prev:hover::after {
  color: #000000;
}

.swiper-button-next::after {
  content: '\f054'; /* FontAwesomeの右矢印 */
}
.swiper-button-prev::after {
  content: '\f053'; /* FontAwesomeの左矢印 */

}