.ffs{
font-feature-settings: normal !important;
}
/**
   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 #eeeeee;
  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: #00bcd4;/*ホバーの色*/
  color: #fff;
}

.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;
}

.backnumber-list-item-subtitle {
  margin: 0;
  color: #455a64;
}

.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: #455a64;
}

.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: #00bcd4;
  color: #fff !important;
}

.paging-item:not(.is-disabled):not(.is-active):hover > svg {
  fill: #fff;
}

.paging-item-nav {
  padding: 6px;
}

.paging-item-nav > svg {
  height: 24px;
  width: 24px;
  fill: #455a64;
}

.paging-item-nav.is-disabled {
  cursor: default;
}

.paging-item-nav.is-disabled > svg {
  fill: #ddd;
}

.paging-item-number {
  text-decoration: none !important;
  color: #455a64 !important;
  padding: 6px;
  text-align: center;
}

.paging-item-number.is-active {
  color: #fff !important;
  background-color: #455a64;
  -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;
  margin: 0 16px;
  padding: 8px 0;
  border-top: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc;
}

.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: #455a64;
  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: #455a64 !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: #455a64;
  -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;
}

/*バックナンバー体裁*/
.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 #eeeeee;
  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: #00bcd4;
  color: #fff;
}

.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;
}

.backnumber-list-item-subtitle {
  margin: 0;
  color: #455a64;
}

.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: #455a64;
}

.backnumber-article-nav-text {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #455a64 !important;
}

/**/
.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;
  margin: 0 16px;
  padding: 8px 0;
  border-top: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc;
}

.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: #455a64;
  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 {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #455a64 !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: #455a64;
  -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-image-layout-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.backnumber-image-layout-column > img {
  max-width: 100%;
}

.backnumber-image-layout-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.backnumber-image-layout-flex > img {
  display: block;
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  margin-bottom: 8px;
}





/** 以下Des追記 **/

/** 共通 **/
.inline-style-color-red{
  color: #c32c1a;
}

.primary-container a,
.primary-container a:link,
.primary-container a:visited,
.primary-container a:active{
  color: #230e82;
}

/** PC **/
body.device-type-desktop{
  background: #ccc;
  background: url(../images/bg.jpg) repeat-y center top;
}

/*body.device-type-desktop .primary-container{
  background: #fff;
  padding: 32px 20px 32px 0;
  width: 760px;
}*/

body.device-type-desktop .primary-container section{
  background: #fff;
}

body.device-type-desktop .item-container-image{
  padding: 20px!important;
}

body.device-type-desktop .item-container-typography{
  padding: 0 20px!important;
}

body.device-type-desktop .section-header{
  margin: 20px;
}

body.device-type-desktop .page-nav{
  background-image: linear-gradient(#f2cc6b 0%, #d18331 100%);
}

body.device-type-desktop .page-nav-item.active{
  color: #EF9D3A;
}


body.device-type-desktop .item-uid-gF5iH7r4m .item-container-typography h2.item-title,
body.device-type-desktop .section-header{
  background-image: linear-gradient(#fff4d3 20%, #f2cc6b 50%, #d18331 100%);
  border: 3px double #c69561;
  color: #121556;
  padding: 8px 20px;
  text-align: center;
  border-radius: 5px;
  text-shadow: -1px 1px 0 rgba(255,255,255,0.8);
  letter-spacing: 0.1rem;
}

body.device-type-desktop .item-subtitle,
body.device-type-desktop .backnumber h2.item-container-typography{
  font-size: 20px;
  margin-bottom: 20px !important;
  color: #c32c1a;
  text-align: center;
}

body.device-type-desktop .item-text{
  line-height: 32px;
}

body.device-type-desktop .primary-container a.backnumber-list-item:hover{
  background-color: #110060;
}

body.device-type-desktop .backnumber{
  padding: 0 20px 20px 20px;
}

body.device-type-desktop .backnumber-article-back-to-list{
  background-color: #a21c11;
}

body.device-type-desktop .backnumber-article-back-to-list:hover{
  background-color: #110060;
}

body.device-type-desktop #common-onair h3,
body.device-type-desktop #common-present h3,
body.device-type-desktop #common-ranking h3,
body.device-type-desktop #common-related-shows h3{
  color: #fff;
}

/** SP **/

body.device-type-mobile .page-nav{
  background-image: linear-gradient(#f2cc6b 0%, #d18331 100%);
}

body.device-type-mobile .page-nav-item.active{
  color: #EF9D3A;
}

body.device-type-mobile .primary-container{
  background: url(../images/bg.jpg) repeat-y center top;
  background-size: 400%;
  padding-bottom: 1rem;
}

body.device-type-mobile .primary-container #main-container{
 background: #fff;
}

body.device-type-mobile .section-1 .item-has-title .item-container-image .item-image{
  padding: 0.5rem;
}

body.device-type-mobile .item-uid-gF5iH7r4m .item-container-typography h2.item-title,
body.device-type-mobile .section-header{
  background-image: linear-gradient(#fff4d3 20%, #f2cc6b 50%, #d18331 100%);
  border: 3px double #c69561;
  color: #121556;
  padding: 8px 20px;
  text-align: center;
  border-radius: 5px;
  text-shadow: -1px 1px 0 rgba(255,255,255,0.8);
}

body.device-type-mobile .item-subtitle,
body.device-type-mobile .backnumber h2.item-container-typography{
  font-size: 18px;
  margin-bottom: 20px !important;
  color: #c32c1a;
  text-align: center;
}

body.device-type-mobile .item-text{
  line-height: 30px;
}

body.device-type-mobile .backnumber-article-back-to-list{
  background-color: #a21c11;
}

body.device-type-mobile .backnumber-article-back-to-list:hover{
  background-color: #110060;
}

/*次回予告体裁調整*/
p.item-text {
    font-feature-settings: normal;
}

span.yokoku_title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
    display: block;
}

/*20201030_上部バナー*/
body.device-type-desktop #main-container #page-banner {
padding: 10px;
}