/**
   Backnumber
  **/
@-webkit-keyframes fadeIn{
   0%   { opacity: 0; }
   100% { opacity: 1; }
}
@keyframes fadeIn{
   0%   { opacity: 0; }
   100% { opacity: 1; }
}
.primary-container a.backnumber-list-item {
   color: #00BCD4;
   text-decoration: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   border-bottom: solid 1px #dbd5c9;
   text-decoration: none;
   color: rgba(0, 0, 0, 0.870588);
   position: relative;
}
.primary-container a.backnumber-list-item:last-child {
   border-bottom: none;
}
.primary-container a.backnumber-list-item:hover {
   background-color: #efe9dd;/*ホバーの色*/
}
.backnumber-list-item-index {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: 48px;
}
.backnumber-list-item-content {
   padding: 16px 48px 16px 16px;
}
.backnumber-list-item-title {
 margin: 0;
 font-size: 17px;
}
.backnumber-list-item-subtitle .inline-style-font-125 {
  color: #f0614e;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 3px;
  display: block;
}
.primary-container a.backnumber-list-item:hover .backnumber-list-item-subtitle {
   color: #fff;
}
.primary-container a.backnumber-list-item:hover .backnumber-list-item-icon{
   fill: #fff;
}
.backnumber-list-item-icon {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto 16px auto auto;
   width: 24px;
   height: 24px;
   fill: #d1c4aa;
}
.paging-container {
   overflow: auto;
   white-space: nowrap;
   height: 54px;
   margin: 16px 0;
}
.paging-container-inner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   min-width: 100%;
   align-item: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   padding: 8px 0;
}
.paging-item {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; } .paging-item.is-active {
   cursor: default;
}
.paging-item:not(.is-disabled):not(.is-active):hover  {
   background-color: #efe9dd;
}
.paging-item-nav {
   padding: 6px;
}
.paging-item-nav > svg {
   height: 24px;
   width: 24px;
   fill: #3e3a39;
}
.paging-item-nav.is-disabled {
   cursor: default;
}
.paging-item-nav.is-disabled > svg {
   fill: #ddd;
}
.paging-item-number {
   text-decoration: none !important;
   color: #3e3a39 !important;
   padding: 6px;
   text-align: center;
}
.paging-item-number.is-active {
   color: #fff !important;
   background-color: #3e3a39;
   -webkit-animation: fadeIn 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
           animation: fadeIn 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; } .backnumber-content {
   margin-top: 32px;
}
.backnumber-article-nav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   padding: 8px 0;
   border-top: 1px solid #cfc1a1;
   border-bottom: 1px solid #cfc1a1;
}
.backnumber-article-nav a {
   text-decoration: none !important;
}
.backnumber-article-back-to-list {
   color: #fff !important;
   padding: 8px 16px;
   line-height: 16px;
   border-radius: 24px;
   background-color: #3e3a39;
   font-weight: 500;
   -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; } .backnumber-article-back-to-list:hover {
   background-color: #78909C;
}

.backnumber-article-nav-text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   color: #3e3a39 !important;
}
.backnumber-article-nav-link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; } .backnumber-article-nav-link > svg {
   width: 48px;
   height: 48px;
   fill: #3e3a39;
   -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
   transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; } 
.backnumber-article-nav-link:hover .backnumber-article-nav-text {
   color: #78909C !important;
}
.backnumber-article-nav-link:hover > svg {
   fill: #78909C;
}
.backnumber-article-nav-blank {
   min-width: 88px;
}

.backnumber-article-nav-link{
    width: 80px;
}

.bn-title{
    margin-left: 15px;
}



/*-------------------
　PC
-------------------*/
body.device-type-desktop .sp{display:none;}
body.device-type-desktop {
  background: url(../images/bg.png) top center repeat #d1c4aa;
}
body.device-type-desktop .page-nav {
  background-color: #3e3a39; }
body.device-type-desktop .page-nav-item.active {
  color: #f0614e;
  background: #ffffff; }
body.device-type-desktop #common-related-shows a {
  background: #ffffff; }
body.device-type-desktop .primary-container{
  padding: 0 32px 32px 0;}
body.device-type-desktop .primary-container .section {
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff; }

.inline-style-color-red{color: #f0614e !important;}
body.device-type-desktop .item-title.item-font-size-s.top-date{
  font-size: 22px;
  border-bottom: none;
  text-align: center;
}
body.device-type-desktop h2.item-title{
  border-bottom: 5px solid #cfc1a1;
  margin: 10px 0 20px;
  padding: 5px 0;
}
body.device-type-desktop .member h3{
  margin: 0;
  font-size: 20px;
}
body.device-type-desktop .member ul{
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  padding: 2%;
  margin: 0;
}
body.device-type-desktop .member ul li{
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  list-style: none;
  margin-right: 20px;
  margin-bottom: 10px;
}
body.device-type-desktop .member ul li:nth-child(even){
  margin-right: 0;
}
body.device-type-desktop .member ul li img{
  width: 100%;
}
body.device-type-desktop .member ul li .item-title{
  font-size: 18px;
  margin: 10px 0;
}
body.device-type-desktop .member .cast02{
  font-size: 20px;
  font-weight: bold;
}


/*バックナンバー*/
body.device-type-desktop .section-header {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0.1rem;
  position: relative;
}
body.device-type-desktop .section-header:after {
  content: "";
  display: block;
  background:linear-gradient(90deg,#f8b62d 0%,#f8b62d 25%,#e60012 25%,#e60012 50%,#00a0e9 50%,#00a0e9 75%,#ff70a2 75%,#ff70a2 100%);
  height: 5px;
  width: 100%;
  margin-top: 15px;
}

/*バックナンバー詳細*/
body.device-type-desktop .backnumber .item-container-typography .item-subtitle.item-text-align-left{
  color: #f0614e !important;
  font-size: 15px !important;
  margin-bottom: -10px;
}






/*-------------------
　SP
-------------------*/
body.device-type-mobile {
  background: url(../images/bg.png) top center repeat #d1c4aa;
}
body.device-type-mobile .page-nav {
  background-color: #3e3a39; }
body.device-type-mobile .page-nav-item.active {
  color: #f0614e;
  background: #ffffff; }
body.device-type-mobile #common-related-shows a {
  background: #ffffff; }
body.device-type-mobile .primary-container .section {
  box-sizing: border-box;
  background: #ffffff;
  padding-bottom: 30px;
}
body.device-type-mobile .page-nav {
  background-color: #3e3a39; }

body.device-type-mobile .page-nav-item {
  background-color: rgba(255, 255, 255, 0.3)}

body.device-type-mobile .page-nav-item.active {
  color: #f0614e;
  background: #ffffff; }

body.device-type-mobile #common-related-shows a {
  background: #ffffff; }

body.device-type-mobile .item-title.item-font-size-s.top-date{
  font-size: 20px;
  border-bottom: none;
}
body.device-type-mobile h2.item-title{
  border-bottom: 5px solid #cfc1a1;
  margin: 10px 0 20px !important;
  padding: 5px 0;
}
body.device-type-mobile .member h3{
  margin: 16px;
  font-size: 20px;
}
body.device-type-mobile .member ul{
  margin: 16px;
  padding: 0;
}
body.device-type-mobile .member ul li{
  list-style: none;
  margin-bottom: 20px;
}
body.device-type-mobile .member ul li img{
  width: 100%;
}
body.device-type-mobile .member ul li .item-title{
  font-size: 18px;
  margin: 10px 0;
}
body.device-type-mobile .member .cast02{
  margin: 16px;
  font-size: 20px;
  font-weight: bold;
}


/*バックナンバー*/
body.device-type-mobile .section-header {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0.1rem;
  position: relative;
}
body.device-type-mobile .section-header:after {
  content: "";
  display: block;
  background:linear-gradient(90deg,#f8b62d 0%,#f8b62d 25%,#e60012 25%,#e60012 50%,#00a0e9 50%,#00a0e9 75%,#ff70a2 75%,#ff70a2 100%);
  height: 5px;
  width: 100%;
  margin-top: 15px;
}

/*バックナンバー詳細*/
body.device-type-mobile .backnumber .item-container-typography .item-subtitle.item-text-align-left{
  color: #f0614e !important;
  font-size: 15px !important;
  margin-bottom: -10px;
}

body.device-type-mobile .backnumber .item-container-typography{
  margin: 0;
}
body.device-type-mobile [class*="item-style-"].item-has-title, .device-type-mobile [class*="item-style-"].item-has-subtitle{
  margin: 0 16px 24px 16px;
}

/*ジングル動画枠*/
body.device-type-desktop .jingle ul{
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  padding: 2%;
  margin: 0;
}
body.device-type-desktop .jingle ul li{
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  list-style: none;
  margin-right: 20px;
  margin-bottom: 10px;
}

body.device-type-desktop .jingle ul li:nth-child(even){
  margin-right: 0;
}

body.device-type-desktop .jingle ul li img{
  width: 100%;
}

body.device-type-desktop .jingle ul li .item-title{
  font-size: 18px;
  margin: 10px 0;
}

body.device-type-mobile .jingle ul{
  margin: 16px;
  padding: 0;
}

body.device-type-mobile .jingle ul li{
  list-style: none;
  margin-bottom: 20px;
}

body.device-type-mobile .jingle ul li img{
  width: 100%;
}

body.device-type-mobile .jingle ul li .item-title{
  font-size: 18px;
  margin: 10px 0;
}

body.device-type-desktop .jingle-movie {
	width: 1280px;
	margin-bottom: 0 !important;
}

body.device-type-mobile .jingle-movie {
	width: 100%;
	margin-bottom: 0 !important;
}




