@charset "UTF-8";
/****************
mixin
****************/
/* line 51, ../scss/_common.scss */
body {
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック','Noto Sans JP',sans-serif;
}

p {
  font-family: 'Noto Sans JP', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  pointer-events: auto;
}

.br-sponly {
  display: none;
}

#logo_loader {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 101;
      background-color: #FFF130;
  }

  #logo_loader .f_logo {
      position: absolute;
      top: 25%;
      left: 0;
      right: 0;
      bottom: 50%;
      margin: auto;
      width: 360px;
      height: auto;
      text-align: center;
      color: #fff;
      font-size: 30px;
  }
  #logo_loader .f_logo img {
      width: 100%;
      height: auto;
  }

  #logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    background-color: #FFF130;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}

@keyframes loadLogo {
    0% {
      left: 0;
    }
    50% {
      left: 0;
    }
    100% {
      left: 100%;
    }
}

#logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

#logo_loader .f_logo:before {
  animation: loadLogo 1.5s;
}

.yubinetsu-second-head {
  display: block;
}

.sp-only-logo {
  display: none;
}

.sp-menu-yubinetsuSecond {
display: none;
}

main:not(#home) > section {
  background: unset;
}

/*TOP*/
/*メニュー～KV部分*/
.yubinetsu-second-kv {
  position: relative;
  display: flex;
  height: 800px;
}

.yubinetsu-second-head {
  background-color: #FFF130;
  width: 20%;
  position: relative;
  z-index: 2;
}

.yubinetsu-second-head ul li {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-style: oblique;
  font-size: 24px;
  padding-left: 5px;
}

.yubinetsu-second-head ul {
  margin-top: 230px;
  margin-left: 100px;
}

.yubinetsu-second-head ul li ::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 3px;
  background-image: url(../img/menu-line.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: 13px;
  left: 107px;
}

.yubinetsu-second-head ul li a {
  color: #000000!important;
  padding-left: 45px;
  margin-bottom: 15px;
}

.yubinetsu-second-head ul li a:visited {
  color: #000000!important;
}

.yubinetsu-second-head img {
  position: absolute;
  top: -20px;
  width: 400px;
  left: 60px;
  z-index: -1;
}

.key-visual {
  background-image: url(../img/yubinetsu-second-kv-resize.png);
  width: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

/* TOPのFVのバナー */
.kv-banner-wrap {
  display: flex;
  position: absolute;
  right: 15px;
  top: 15px;
}

.kv-banner-wrap img {
  width: 238px;
  height: 107px;
  margin: 10px;
}

.on-air-date {
  position: absolute;
  right: 0px;
  bottom: 140px;
  width: 70%;
} 

.on-air-date img {
  width: 80%;
  position: absolute;
  right: 0;
  bottom: -50px;
} 

/* 黄色い枠 */
.yellow-border-top {
  position: fixed;
  top: 0%;
  width: 100%;
  border-top: 10px solid #FFF130;
  z-index: 10;
}

.yellow-border-right {
  position: fixed;
  right: 0;
  height: 100%;
  border-right: 10px solid #FFF130;
  z-index: 10;
}

.yellow-border-bottom {
  position: fixed;
  bottom: 0%;
  width: 100%;
  border-bottom: 10px solid #FFF130;
  z-index: 10;
}

.yellow-border-left {
  position: fixed;
  left: 0;
  height: 100%;
  border-right: 10px solid #FFF130;
  z-index: 10;
}

/* ニュース&ツイッター */
/* ニュース */
.twitter-news-wrap {
  display: flex;
}

.contFrameTopL a {
  display: inline;
}

.yubinetsu-second-news {
  width: 50%;
  background-color: black;
  padding-bottom: 50px;
}

.yubinetsu-second-news h2::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../img/fire-white.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: 8px;
  left: 39px;
  background-repeat: no-repeat;
}

.yubinetsu-second-news h2 {
  font-family: 'Josefin Sans', sans-serif;
  color: white;
  font-size: 36px;
  letter-spacing: 0.2em;
  padding: 35px 70px 0;
  font-weight: 500;
}

.yubinetsu-second-news h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  position: relative;
  top: -7px;
  padding-left: 10px;
}

.yubinetsu-second-twitter {
  width: 50%;
}

.contFrameTopInner {
  padding: 0px 30px;
}

.contFrameTopInner a article {
  display: flex;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}

.contFrameTopInner a article p {
  width: 100px;
  font-family: 'Josefin Sans', sans-serif;
  padding: 9px 30px 3px;
  background-color: #F46BAB;
  font-size: 15px;
  height: 25px;
  letter-spacing: 0.2em;
  text-align: center;
}

.contFrameTopInner a article h3 {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.more-btn {
  position: relative;
  display: inline-block;
  background-color: unset;
  float: right;
  position: relative;
  right: 0px;
  padding: 5px 60px;
  bottom: 0;
  left: 30px;
  margin-top: 20px;
}

.pj {
  overflow: hidden;
}

.more-btn img {
  max-width: 210px;
}

/* twitter */
.yubinetsu-second-twitter {
  position: relative;
}

.yubinetsu-second-twitter h2::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../img/fire-black.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: 8px;
  left: 39px;
  background-repeat: no-repeat;
}


.yubinetsu-second-twitter h2 {
  font-family: 'Josefin Sans', sans-serif;
  color: black;
  font-size: 36px;
  letter-spacing: 0.2em;
  padding: 35px 70px 0;
  font-weight: 500;
}

.yubinetsu-second-twitter h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  position: relative;
  top: -7px;
  padding-left: 10px;
}

.twitter-wrap {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.twitter-wrap iframe {
  border: 1px solid #C7C7C7;
}

/* 黄色い線 */
.yellow-bold-line {
  width: 100%;
  height: 25px;
  background-color: #FFF130;
}

/* MOVIE */

.yubinetsu-second-movie-wrap {
  width: 100%;
  background-image: url(../img/movcie-backImg.png)!important;
  height: auto;
  background-size: cover!important;
  background-repeat: no-repeat;
}

.yubinetsu-second-movie-wrap h2 {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  padding: 100px 0 10px;
}

.yubinetsu-second-movie-wrap span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  position: relative;
  top: -7px;
  padding-left: 10px;
}

.yubinetsu-second-movie-wrap h2::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../img/fire-white.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 49%;
  background-repeat: no-repeat;
  text-align: center;
  right: 50%;
  top: 62px;
}

.comingSoon {
  margin: 0 auto;
}

.comingSoon img {
  width: 100%;
}

/*ムービーのモーダル部分*/
.movie-button-wrap {
  display: flex;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  justify-content: inherit;
}

.movie-button-wrap a {
  padding: 30px;
  width: 50%;
}

.content{
  margin: 0 auto;
  padding: 40px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.modal__bg{
  background: #FFF130;
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 1;
  background-image: url(../img/top/movie-bk.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}
.modal__content{
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  z-index: 5;
}

.button-link img {
  width: 100%;
}

main > section {
  display: block;
}

.movie-sousyoku {
  width: 100%;
  position: relative;
  top: 20px;
}

.movie-sousyoku img{
  width: 100%;
}

.modal__bg img {
  width: 100px;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*intro + chara*/
.intro-chara-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff !important;
}

.intro-wrap h2 {
  color: #000000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 0px 0px 10px 40px;
}

.intro-wrap span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  position: relative;
  top: -10px;
  right: 40px;
}

.intro-wrap h2::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../img/fire-black.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: 8px;
  left: 0;
  background-repeat: no-repeat;
}


.intro-wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.intro-wrap p {
  padding: 6px;
  background-color: #FFF130;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  width: 45%;
  margin: 20px 0;
  position: relative;
  z-index: 10;
  line-height: 53px;
  display: inline;
}

.introduction-bk-img {
  position: absolute;
  top: -92px;
  right: 0;
}

.introduction-bk-img img {
  width: 1000px;
}

.chara-wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}

.chara-wrap h2 {
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  padding: 150px 0 80px;

}

.chara-wrap span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  position: relative;
  top: -7px;
  padding-left: 10px;
}

.chara-wrap h2::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../img/fire-black.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 49%;
  background-repeat: no-repeat;
  text-align: center;
  right: 50%;
  top: 110px;
}

.chara-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.chara-list-wrap ul li {
  width: 18%;
  padding: 12px;
}

.chara-list-wrap ul li a img{
  width: 100%;
}

/* footer */
footer {
  background-color: #ECECEC;
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-footer-wrap {
  width: 80%;
  margin: 0 auto;
}

.top-footer-logo {
  text-align: center;
  width: 400px;
  margin: 0 auto;
}

.top-footer-logo img {
  width: 100%;
}

.season-one-link {
  display: block;
  margin: 0 auto;
}

.season-one-link a {
  position: relative;
  display: block;
  background-color: #FFF130;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: bold;
  width: 220px;
  margin: 0 auto;
  color: black;
  text-align: center;
}

.season-one-link a::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../img/arrow-black-right.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  right: 2px;
  top: 13px;
}

.top-sns-footer-wrap {
  width: 20%;
  display: flex;
  justify-content: space-around;
  margin: 65px auto;
}

.top-sns-footer-wrap a {
  width: 80px;
}

.top-sns-footer-wrap a img{
  width: 100%;
}

.top-footer-banner-wrap {
  width: 60%;
  margin: 0 auto 80px;
}

.top-footer-banner-wrap ul {
  display: flex;
  justify-content: space-around;
}

.top-footer-banner-wrap ul li a {
  display: block;
  width: 220px;
}

.top-footer-banner-wrap ul li a img {
  width: 100%;
}

.top-footer-cr {
  width: 100%;
  background-color: black;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 40px 0;
}

.go-to-top {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 15px;
  right: 27px;
  width: 80px;
}

.go-to-top img {
  width: 100%;
}

/* 炎アニメーション */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* 炎マウスオーバー時 */
.go-to-top a:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
}

/* ニュースページ */
#newsEntries > .entry {
  box-shadow: none;
}
.menu-fixed {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

.menu-fixed > .logo-link {
  display: inline-block;
  width: 250px;
  height: 177px;
}

.menu-fixed img {
  position: absolute;
  top: 0;
  width: 250px;
  left: 20px;
}

.menu-fixed ul {
  margin-top: 0px;
  margin-left: 30px;
}

.menu-fixed ul li ::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 3px;
  background-image: url(../img/menu-line.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: 13px;
  left: 45px;
}

.blue-sky-back {
  background-image: url("../img/blue-sky-back.jpg")!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  width: 100%;
  min-height: 800px;
  display: flex;
  padding-bottom: 100px;
}

.left-box-wrap {
  width: 20%;
}

.right-box-wrap {
  width: 69%;
  position: relative;
  right: 90px;
}

.right-box-wrap h2::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 45px;
  background-image: url(../img/fire-white.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: 8px;
  left: 0px;
  background-repeat: no-repeat;
}

.right-box-wrap h2 {
  font-family: 'Josefin Sans', sans-serif;
  color: white;
  font-size: 50px;
  letter-spacing: 0.2em;
  padding: 55px 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.right-box-wrap h2::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 30px;
  background-image: url(../img/kasou-ttl-after.png);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  top: 3px;
  left: 30px;
}

#newsDetail {
  width: 80%;
  margin: 0 auto;
}

.entry {
  margin-bottom: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.entry::after {
  content: '';
  display: inline-block;
  width: 85px;
  height: 25px;
  background-image: url(../img/news/news-list-after.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 26px;
  right: -50px;
}

.entry h1 {
  display: flex;
}

.entry h1 span {
  width: 90px;
  padding: 7px 30px 6px;
  margin: 21px;
  font-size: 16px;
  background-color: #F46BAB;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  height: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  top: 0;
}

.entry h1 a {
  color: black;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 28px 20px;
}

.ttl-right-fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 100px;
}

.ttl-right-fixed img {
  width: 100%;
}

.pagenatiopn-wrap {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

#pgNation {
  float: right;
}

#pgNation ol {
  display: flex;
  margin-top: 35px;
  font-family: 'Josefin Sans', sans-serif;
}

#pgNation ol li {
  padding: 5px;
  width: 31px;
  margin-left: 15px;
  background-color: black;
  color: #fff;
  text-align: center;
  font-size: 28px;
}

#pgNation ol li a {
  color: #fff;
}

#pgNation ol > .active {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
}

.under-footer > .top-footer-wrap {
  width: 80%;
  margin-left: calc(100% - 80%);
}

.under-footer-cr p {
  padding-left: calc(100% - 80%);
}

/* ニュース詳細 */
.news-detail-entry {
  padding: 40px 45px;
} 

.news-detail-entry::after {
  background: unset;
}

.news-detail-entry h1 {
  display: block;
  font-size: 24px;
}

.news-detail-entry h1 span {
  display: block;
  width: 100px;
  margin-bottom: 20px;
}

.news-detail-entry ul li p a {
  display: inline;
}

.news-detail-border {
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 35px 0 60px;
}

.news-detail-entrybody img{
  width: 80%;
}

.news-detail-entrybody p{
  margin: 50px 0;
  line-height: 2.1em;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#episodeEntries {
  width: 80%;
  margin: 0 auto;
}

.entry {
  box-shadow: 14px 15px 0px 0px rgb(255,241,48);
}

#episodeEntries > .entry {
  padding: 22px 30px 100px 30px;
  margin: 50px 0 150px;
}

#episodeEntries > .entry h2 {
  background-color: #F46BAB;
  font-size: 24px;
  padding: 10px 80px;
  text-align: center;
  position: absolute;
  top: -37px;
  letter-spacing: 0.2em;
}

#episodeEntries > .entry h2 span {
  font-size: 27px;
}

#episodeEntries > .entry h2::before, #episodeEntries > .entry h2::after, #episodeEntries > .entry::after{
  display: none;
}

#episodeEntries > .entry h3 {
  font-size: 24px;
  margin: 45px 0;
}

#episodeEntries > .entry ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-left: 0;
}

#episodeEntries > .entry ul li {
  width: 370px;
  overflow: hidden;
  height: 208px;
}

#episodeEntries > .entry ul li img{
  width: 100%;
}

.news-txt-wrap {
  width: 100%;
  word-break: break-all;
}

.news-txt-wrap {
  font-size: 14px;
  line-height: 2.1em;
  font-weight: bold;
}

.news-detail-entry h1 {
  display: block;
  font-size: 24px;
  border-bottom: 1px solid;
  padding: 25px 0 36px;
}

.news-detail-entry ul {
  margin: 30px 0;
}

.news-detail-entry ul li {
  margin: 20px 0;
}

.news-detail-entry ul li img {
  width: 100%;
}

.news-detail-entry span {
  padding: 7px 30px 6px;
  font-size: 16px;
  background-color: #F46BAB;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  height: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.news-detail-entry p {
  font-size: 14px;
}

.newtext1 {
  font-size: 20px;
}

.newtext1 a {
  display: inline-block;
}

/* CHARACTER */
.character-wrap {
  width: 88%;
}

.character-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.character-wrap ul li {
  width: 260px;
  margin-bottom: 40px;
}

.character-wrap ul li img {
  width: 100%;
}

/* CHARACTER-detail */
.character-detail-wrap {
  display: flex;
  position: relative;
}

.character-detaile-left-white {
  background-color: #fff;
  margin-top: 200px;
  width: 450px;
  height: 650px;
}

.character-detaile-left-white img {
width: 300px;
  position: absolute;
  left: 100px;
  top: -20px;
}

.character-detaile-left h3{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-style: oblique;
  font-size: 60px;
  position: absolute;
  top: 116px;
  line-height: 1.0em;
  color: #F46BAB;
  font-weight: 600;
}

.left-right-wrap {
  display: flex;
  margin-top: 20px;
}

.left-right-wrap a {
  width: 80px;
  margin-right: 20px;
}

.left-right-wrap a img {
  width: 100%;
}

.character-detaile-right-color {
  width: 500px;
  height: auto;
  position: absolute;
  padding: 40px 20px;
  top: 270px;
  right: 70px;
}

.color-akane {
  background-color: #FF7979;
}

.font-color-akane {
  color: #FF7979 !important;
}

.color-midori {
  background-color: #75C3AE;
}

.font-color-midori {
  color: #75C3AE!important;
}

.color-soma {
  background-color: #FF5050;
}

.font-color-soma {
  color: #FF5050!important;
}

.color-ryo {
  background-color: #FF4ABC;
}

.font-color-ryo {
  color: #FF4ABC!important;
}

.color-rei {
  background-color: #0F1A7A;
}

.font-color-rei {
  color: #0F1A7A!important;
}

.color-jun {
  background-color: #008929;
}

.font-color-jun {
  color: #008929!important;
}

.color-yuki {
  background-color: #002BFF;
}

.font-color-yuki {
  color: #002BFF!important;
}

.color-ayako {
  background-color: #FF9100;
}

.font-color-ayako {
  color: #FF9100!important;
}

.color-megumi {
  background-color: #00C6F9;
}

.font-color-megumi {
  color: #00C6F9!important;
}

.character-detaile-right-color h3 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}

.character-detaile-right-color p {
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
}

.character-detaile-right-color ul li {
  display: flex;
  margin-bottom: 14px;
}

.character-detaile-right-color ul li h4 {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  width: 90px;
  text-align: center;
  padding: 6px;
}

.character-detaile-right-color ul li p {
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin-left: 10px;
}

.character-detaile-right-facePict {
  display: flex;
  margin-top: 40px;
}

.character-detaile-right-facePict img {
  width: 35%;
  height: 35%;
  margin-right: 20px;
}

.close-change {
  width: 100%;
  position: absolute;
  top: 190px;
  right: -436px;
}

.close-change p {
  display: flex;
}

.close-change p span {
  width: 150px;
}

.close-change p span img {
  width: 100%;
}

.character-detail-list {
  width: 56%;
  margin: 100px auto 100px;
  position: relative;
  left: 100px;
}


/* staff&cast */
#staff-detail {
  box-shadow: 14px 15px 0px 0px rgb(255 241 48);
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.staff-wrap h3::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 27px;
  background-image: url(../img/fire-black.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  text-align: center;
  left: 0;
  top: 5px;
}

.staff-wrap {
    padding: 20px 53px;
}

.staff-wrap h3 {
  font-size: 28px;
  padding-left: 30px;
  position: relative;
}

.staff-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.staff-wrap ul li {
  width: 33.3%;
  padding: 23px 0;
  font-weight: 700;
}

.staff-wrap ul li h4 {
  font-size: 16px;
  color: #00B9EE;
}

.staff-wrap ul li p {
  font-size: 24px;
}

.version-ttl {
  padding: 4px;
  color: #fff;
  font-weight: bold;
  background-color: #00B9EE;
  margin: 15px 0 0;
  font-size: 18px;
  width: 140px;
  text-align: center;
}

.cast-wrap {
  margin-top: 50px;
}

.on-air-wrap ul li p span {
  color: #FF5050;
}

/* ON AIR */
.on-air-wrap h3 {
  font-size: 34px;
  padding-left: 36px;
  position: relative;
  letter-spacing: 0.2em;
  margin-bottom: 55px;
}

.on-air-wrap ul {
  display: block;
  padding-bottom: 30px;  
}

.on-air-wrap ul li {
  padding: 23px 0;
  width: 80%;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.on-air-wrap ul li h4, .on-air-wrap ul li p {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.on-air-wrap ul li h4 {
  width: 30%;
}

.on-air-wrap ul li p {
  width: 70%;
  padding-left: 10px;
}

.on-air-wrap ul li h4 a:link, .on-air-wrap ul li h4 a:visited {
  color: #EB6EA5;
  transition: 0.8s ease;
  text-decoration: underline;
}

.on-air-wrap h3::before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 35px;
  background-image: url(../img/fire-black.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  text-align: center;
  left: 0;
  top: 4px;
}

/* 音楽情報 */
.music-content-wrap {
  display: flex;
}

.music-content-left {
  width: 40%;
}

.music-content-left img{
  width: 100%;
}

.music-content-right {
  margin-left: 30px;
  width: 60%;
}

.music-content-right h4 {
  font-size: 20px;
}

.music-content-right ul {
  padding: 0;
}

.music-content-right ul li{
  display: flex;
  justify-content: unset;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 20px 0 0 0;
  width: auto;
}

.music-detaile-ttl {
  background-color: #00B9EE;
  width: 40%;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  height: 22px;
}

.music-detaile-txt {
  margin-left: 30px;
  line-height: 1.6em;
  width: 60%;
  font-size: 14px;
}

.music-version-ttl {
  margin: 15px 0 25px;
}

.music-border {
  border: 1px solid #707070;
  margin: 40px 0 80px 0;
}

/* goods */
.goods-entry {
  width: 28%;
  margin: 0 50px 110px 0;
}

.goods-entry ul li {
  height: auto;
}


.goods-entry ul li a{
  background-color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.goods-entry ul li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.goods-entry::after {
  display: none;
}

#goodsEntries {
  display: flex;
  flex-wrap: wrap;
}

.benefit {
  word-break: break-all;
}

.benefit h4 {
  margin-top: 50px;
  padding-bottom: 30px;
  font-size: 24px;
  color: #F46BAB;
}

.bene-img img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.shop {
  padding: 40px;
  border: 2px solid #FFF130;
  margin-bottom: 100px;
}

.shop h5 {
  margin-bottom: 20px;
  font-size: 20px;
}

.goods-entry h3 {
  background-color: black;
  padding: 10px;
  color: #fff;
  height: auto;
  font-size: 14px;
  text-align: left;
}

.goods-single-entry {
  width: 100%;
  padding: 0 50px;
}

.goods-single-entry-body {
  width: 100%;
}

.good-single-flex {
  display: flex;
  margin-top: 50px;
}

.comic-img {
  width: 400px;
  margin-right: 40px;
}

.comic-img img {
  width: 100%;
}

.single-entry-body h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.single-entry-body ul li {
  display: flex;
  margin-bottom: 15px;
}

.single-entry-body ul li h4 {
  width: 20%;
  background-color: #00B9EE;
  text-align: left;
  padding: 6px 0 0 5px;
  color: #fff;
  height: 25px;
}

.single-entry-body ul li p {
  width: 80%;
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.8em;
}

.single-goods-benefits dl dt {
  background-color: #00B9EE;
  color: #fff;
  font-weight: bolder;
  padding: 4px 12px;
  font-size: 18px;
  margin-top: 40px;
}

.single-goods-benefits dl h4 {
  font-size: 16px;
  padding: 25px 0;
}

.single-goods-benefits dl p {
  font-size: 16px;
  text-align: left;
}

.buy-btn {
  padding: 9px 0 11px;
  background-color: #FFEE00;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  text-align: center !important;
  width: 270px;
  margin: 40px 0;
  position: relative;
}

.buy-btn a:link{
  color: #000;
}

.buy-btn a:visited{
  color: #000;
}

.buy-btn a::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../img/goods/buy-btn-after.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  right: -6px;
  top: 5px;
}

.back-btn {
  display: none;
}

.goods-single-entry::after {
  display: none;
}

.first-goods-link {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}

.bene-cont {
  font-size: 16px;
}


/* ここからスマホ */
@media screen and (max-width: 640px) {
  .yubinetsu-second-head {
      display: none;
  }

  .br-sponly {
    display: block;
  }

  .sp-menu-yubinetsuSecond {
    display: block;
  }

  /* チェックボックスは非表示に */
  .drawer-hidden {
    display: none;
  }

  .sp-menu-yubinetsuSecond {
    display: block;
    position: fixed;
    z-index: 10;
    right: 5px;
    top: 5px;
}

  .pc-menu-yubinetsuSecond {
    display: none;
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer-open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上に */
    cursor: pointer;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: '';
    display: block;
    height: 4px;
    width: 25px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 9px;
  }

  /* 三本線のうち一番下の棒の位置調整 */
  .drawer-open span:after {
    top: 9px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
    
  /* メニューのデザイン*/
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #FFF130;
    transition: .5s;
    border-left: 20px solid #fff;
  }

  .logo-link {
    width: 305px;
    height: 159px;
  }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    left: 50px;/* メニューを画面に入れる */
  }

  .twitter-news-wrap {
      display: block;
      line-height: 0em;
  }

  .yubinetsu-second-news {
      width: 100%;
  }

  .yubinetsu-second-twitter {
      width: 100%;
  }

  .key-visual {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 650px;
    z-index: 0;
    background-image: url(../img/yubinetsu-second-kv-resize-sp.png);
  }

  .sp-menu-ttl {
    font-size: 10px;
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    right: 14px;
    top: 48px;
    z-index: 100;
  }

  .drawer-content img {
    width: 60%;
    position: absolute;
    left: 39px;
    top: 30px;
  }

  .drawer-content ul li {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-style: oblique;
    font-size: 24px;
    padding-left: 5px;
  }
  
  .drawer-content ul {
    margin-top: 60px;
    margin-left: 48px;
  }
  
  .drawer-content ul li ::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    background-image: url(../img/menu-line.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-top: 9px;
    left: 55px;
  }
  
  .drawer-content ul li a {
    color: #000000!important;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 19px;
  }
  
  .drawer-content ul li a:visited {
    color: #000000!important;
  }

  .yubinetsu-second-kv {
     display: block;
     height: auto;
  }

  .sp-only-logo {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -7px;
    z-index: 1;
  }

  .sp-only-logo img {
    pointer-events: none;
    text-align: center;
    width: 60%;
  }

  .on-air-date {
    position: absolute;
    right: 0px;
    bottom: 90px;
    width: 100%;
  }

  .on-air-date img {
    width: 90%;
    position: absolute;
    right: 0;
    bottom: 100px;
  }

  .kv-banner-wrap {
    display: flex;
    position: absolute;
    right: 9px;
    /*width: 95%;*/
    width: 55%;
    justify-content: space-around;
    top: 550px;
  }

  .kv-banner-wrap a {
    width: 100%;
  }

  .kv-banner-wrap img {
    width: 90%;
    height: auto;
  }

  .contFrameTopInner a article p {
    line-height: 1.8em;
  }

  .yubinetsu-second-news h2 {
      line-height: 1.2em;
  }

  .contFrameTopInner a article h3 {
    padding-left: 10px;
    position: relative;
    top: 3px;
    line-height: 1.6em;
  }

  .yubinetsu-second-news h2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 24px;
    background-image: url(../img/fire-white.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-top: 8px;
    left: 21px;
    background-repeat: no-repeat;
  }

  .yubinetsu-second-news h2 span {
    padding-left: 0px;
    display: block;
    right: 30px;
  }

  .yubinetsu-second-news h2 {
    padding: 35px 51px 0;
  }

  .contFrameTopInner a article {
    display: inline-block;
    width: 100%;
  }

  .contFrameTopL .contFrameTopInner {
      padding-top: 0;
  }

  .contFrameTopInner a article p {
    font-family: 'Josefin Sans', sans-serif;
    padding: 3px 38px 3px 17px;
    background-color: #F46BAB;
    font-size: 15px;
    height: 25px;
    letter-spacing: 0.2em;
    text-align: center;
    width: 25%;
  }

  .contFrameTopInner a article h3 {
    padding-left: 0px;
    font-size: 14px;
    top: 9px;
  }

  .yubinetsu-second-news {
    padding-bottom: 110px;
  }

  .yubinetsu-second-twitter h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: black;
    font-size: 36px;
    letter-spacing: 0.2em;
    padding: 50px 70px 0;
    font-weight: 500;
  }

  .yubinetsu-second-twitter h2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 27px;
    background-image: url(../img/fire-black.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-top: 0px;
    left: 39px;
    background-repeat: no-repeat;
    top: 33px;
  }

  .yubinetsu-second-twitter h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: black;
    font-size: 36px;
    letter-spacing: 0.2em;
    padding: 50px 70px 0;
    font-weight: 500;
    position: relative;
    right: 20px;
  }

  .yubinetsu-second-twitter h2 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    position: relative;
    top: 33px;
    padding-left: 0px;
    display: block;
    right: 30px;
  }

  .twitter-wrap {
    margin-top: 65px;
  }

  .yubinetsu-second-twitter {
    width: 100%;
    height: 430px;
  }

  .yubinetsu-second-movie-wrap h2 {
    text-align: left;
    padding: 40px 56px 10px;
  }

  .yubinetsu-second-movie-wrap h2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 28px;
    background-image: url(../img/fire-white.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 21px;
    background-repeat: no-repeat;
    text-align: center;
    right: 50%;
    top: 107px;
  }

  .yubinetsu-second-movie-wrap h2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 28px;
    background-image: url(../img/fire-white.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 21px;
    background-repeat: no-repeat;
    text-align: center;
    right: 50%;
    top: 48px;
  }

  .yubinetsu-second-movie-wrap span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    position: relative;
    top: -18px;
    padding-left: 10px;
    right: 44px;
  }

  .movie-button-wrap {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    justify-content: inherit;
  }

  .movie-button-wrap a {
    padding: 27px 53px;
    width: 70%;
  }

  .movie-sousyoku {
    width: 100%;
    position: relative;
    top: 10px;
  }

  .modal__content {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    z-index: 5;
  }

  .intro-wrap {
    width: 90%;
    margin: 60px auto;
    position: relative;
  }

  .intro-wrap h2 {
    padding: 0px 0px 10px 38px;
    letter-spacing: 0em;
  }

  .intro-wrap h2::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url(../img/fire-black.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-top: 8px;
    left: 0px;
    background-repeat: no-repeat;
  }

  .intro-wrap p {
    padding: 7px 0;
    background-color: #FFF130;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    width: 100%;
    margin: 20px 0;
    position: relative;
    z-index: 10;
    display: inline;
    line-height: 43px;
  }

  .introduction-bk-img img {
    width: 530px;
}

  .introduction-bk-img {
    position: absolute;
    top: 0;
    right: -60px;
  }

  .chara-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }

  .chara-wrap h2 {
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
    padding: 70px 36px 30px;
  }

  .chara-wrap h2::before {
    top: 78px;
    left: 0;
  }

  .chara-wrap span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    position: relative;
    top: -7px;
    padding-left: 10px;
    left: -43px;
  }

  .chara-list-wrap ul li {
    width: 30%;
    padding: 5px;
  }

  .top-footer-logo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }

  .top-footer-logo img {
    width: 65%;
  }

  .season-one-link a {
    position: relative;
    display: block;
    background-color: #FFF130;
    padding: 15px 0px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    color: black;
    text-align: center;
    width: 83%;
  }

  .season-one-link a::after {
    content: '';
    display: inline-block;
    width: 38px;
    height: 31px;
    background-image: url(../img/arrow-black-right.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    right: 2px;
    top: 10px;
  }

  .top-footer-wrap {
    width: 90%;
    margin: 0 auto;
  }

  .top-sns-footer-wrap {
    width: 34%;
    display: flex;
    justify-content: space-around;
    margin: 65px auto;
  }

  .top-sns-footer-wrap {
    width: 42%;
    display: flex;
    justify-content: space-between;
    margin: 65px auto;
  }

  .top-sns-footer-wrap a {
    width: 50px;
  }

  .top-footer-banner-wrap {
    width: 100%;
    margin: 0 auto 80px;
  }

  .top-footer-banner-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .top-footer-banner-wrap ul li {
    width: 48%;
    padding: 3px 0;
  }

  .top-footer-banner-wrap ul li a {
    display: block;
    width: 100%;
  }

  .go-to-top {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 35px;
    right: 27px;
    width: 40px;
  }

  .top-footer-cr {
    width: 100%;
    background-color: black;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 40px 0 50px;
  }

  /* NEWS */
  .under-page-sp-logo {
    display: flex;
    width: 35%;
    height: 65px;
    text-align: center;
    position: absolute;
    top: 14px;
    z-index: 5;
    left: 0px;
  }

  .under-blue-sky-sp {
    display: block;
    min-height: 500px;
  }

  .left-box-wrap {
    width: 100%;
  }

  .right-box-wrap {
    width: 100%;
    position: relative;
    right: 0;
    z-index: 1;
  }

  .right-box-wrap h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    font-size: 31px;
    letter-spacing: 0.2em;
    padding: 65px 58px 45px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .right-box-wrap h2::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 45px;
    background-image: url(../img/fire-white.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-top: -7px;
    left: 10px;
    background-repeat: no-repeat;
  }

  .right-box-wrap h2::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 30px;
    background-image: url(../img/kasou-ttl-after.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    top: 120px;
    left: 30px;
  }

  .ttl-right-fixed {
    position: fixed;
    top: 78px;
    right: 20px;
    width: 80px;
  }

  .entry h1 {
    display: block;
  }

  .entry h1 a {
    color: black;
    font-size: 15px;
    display: block;
    width: 80%;
    padding: 28px 20px;
    overflow-wrap: normal;
  }

  .entry h1 span {
    position: relative;
    top: 19px;
  }

  .entry::after {
    content: '';
    display: inline-block;
    width: 85px;
    height: 25px;
    background-image: url(../img/news/news-list-after.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    top: 40%;
    right: -50px;
    bottom: 50%;
  }

  .blue-sky-back {
    background-image: url(../img/under-page-sky.jpg)!important;
  }

  .under-footer > .top-footer-wrap {
    width: 80%;
    margin: 0 auto;
  }

  .right-box-wrap h2::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 27px;
    background-image: url(../img/fire-white.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-top: 5px;
    left: 24px;
    background-repeat: no-repeat;
  }

  .sp-none {
    display: none;
  }

  #newsDetail {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
  }

  #pgNation {
    position: relative;
    z-index: 1;
  }

  footer {
    position: relative;
    z-index: 1;
  }

  .under-footer-cr p {
    padding: 0;
  }

  .under-entry::after {
    display: none;
  }

  .news-detail-entry {
    padding: 40px 25px;
  }

  .news-detail-entrybody img {
    width: 100%;
  }

  /* STORY */
  #episodeEntries > .entry h2 {
    background-color: #F46BAB;
    font-size: 24px;
    padding: 10px 35px;
    text-align: center;
    position: absolute;
    top: -37px;
    letter-spacing: 0.2em;
    width: 60%;
  }

  #episodeEntries > .entry ul {
    display: block;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left: 0;
  }

  #episodeEntries > .entry ul li {
    width: 258px;
    overflow: hidden;
    height: 145px;
  }

  #episodeDetail {
    position: relative;
    z-index: 1;
  }

  #episodeEntries {
    width: 85%;
    margin: 0 auto;
  }

  /* character */
  .character-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .character-detail-list {
    margin-top: 30px;
    left: 0;
  }

  .character-wrap ul li {
    width: 100%;
    margin-bottom: 40px;
  }

  .character-wrap ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  /* character-detail */
  .character-detail-wrap {
    display: block;
    position: relative;
  }

  .character-detaile-left-white {
    width: 100%;
  }

  .character-detaile-left-white {
    margin-top: 186px;
  }

  .character-detaile-left-white img {
    left: 30px;
    top: 0;
  }

  .character-detail-right-wrap, .character-detaile-right{
    width: 100%;
  }

  .character-detaile-right-color {
    position: relative;
    right: 0;
    width: 100%;
    top: -100px;
    padding: 50px 0;
  }

  .character-detaile-right-color h3 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    padding: 0 10px;
  }

  .character-detaile-right-color ul {
    padding: 0 10px;
  }

  .character-detaile-right-color p {
    color: #fff;
    font-size: 14px;
    padding: 20px 13px;
  }

  .left-right-wrap {
    display: flex;
    position: absolute;
    bottom: -40px;
    width: 95%;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .left-right-wrap a {
    width: 60px;
    margin-right: 0;
  }

  .character-detaile-right-facePict {
    display: flex;
    margin-top: 40px;
    padding: 0 20px;
    width: 90%;
    margin: 40px auto 0;
    justify-content: space-evenly;
  }  

  .character-detaile-right-facePict img {
    margin-right: 0;
  } 

  .close-change p {
    display: block;
  }

  .close-change {
    width: 40%;
    position: absolute;
    top: 435px;
    left: 15px;
  }

  .close-change p span img {
    width: 100%;
    margin-bottom: 15px;
  }


  /* staff&cast */
  .staff-wrap {
    padding: 0px 15px;
  }

  .staff-wrap ul li {
    width: 50%;
    padding: 23px 0;
    font-weight: 700;
  }

  .staff-wrap ul li h4 {
    font-size: 14px;
    color: #00B9EE;
  }

  #staff-detail {
    box-shadow: 14px 15px 0px 0px rgb(255 241 48);
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }

  .staff-wrap ul li {
    width: 50%;
    padding: 23px 0;
    font-weight: 700;
    display: block;
  }

  .staff-wrap ul li p {
    font-size: 16px;
  }

  /* on air */
  .on-air-wrap h3::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 23px;
    background-image: url(../img/fire-black.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    text-align: center;
    left: 0;
    top: 4px;
  }

  .on-air-wrap h3 {
    font-size: 20px;
    padding-left: 30px;
    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    padding-top: 2px;
  }

  .on-air-wrap ul li {
    width: 100%;
  }

  .on-air-wrap ul li h4 {
    color: #000;
    width: 100%;

  }

  .on-air-wrap ul li p {
    font-size: 16px;
    letter-spacing: 0.05em;
    width: 100%;

  }

  /* music */
  .music-content-wrap {
    display: block;
  }

  .music-content-left {
    width: 100%;
  }

  .music-content-right {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .music-detaile-ttl {
    width: 96%;
  }

  .music-detaile-txt {
    margin: 0;
    padding-top: 5px;
    width: 100%;
    text-align: center;
  }

  .music-content-right ul li {
    padding: 10px 0;
  }

  .music-content-right h4 {
    margin-bottom: 40px;
  }

  /* goods */
  #goodsEntries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .goods-entry ul li a {
    height: auto;
  }

  .goods-entry h3 {
    font-size: 14px;
  }

  .goods-entry {
    width: 45%;
    margin: 0;
    margin-bottom: 30px;
  }

  #goodsEntries {
    width: 90%;
    margin: 0 auto;
  }

  .good-single-flex {
    display: block;
    margin-top: 50px;
  }

  .comic-img {
    width: 70%;
    margin: 0 auto;
  }

  .bene-img img {
    width: 100%;
  }

  .goods-single-entry {
    padding: 0 0 50px 0;
  }

  .goods-single-entry-body {
    width: 90%;
    margin: 0 auto;
  }

  .single-entry-body h3 {
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .single-entry-body ul li {
    display: block;
    margin-bottom: 15px;
  }

  .single-entry-body ul li h4 {
    width: 100%;
  }

  .single-entry-body ul li p {
    width: 100%;
    font-size: 16px;
    padding: 5px 0 20px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.4em;
  }

  .single-goods-benefits {
    width: 90%;
    margin: 74px auto 0;
    text-align: center;
  }

  .single-goods-benefits dl dt {
    padding: 14px 12px;
    text-align: center;
  }

  .buy-btn {
    padding: 15px 0 19px;
    background-color: #FFEE00;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    text-align: center !important;
    width: 100%;
    margin: 40px 0;
  }

  .buy-btn a::after {
    right: 0px;
    top: 12px;
  }

  .goods-single-entry::after {
    display: none;
  }

  .first-goods-link {
    margin-left: 25px;
  }

  .shop {
    margin: 20px;
  }

  .benefit h4 {
    padding: 30px 0 0 30px;
  }



}

/* タブレット */
@media screen and (min-width:768px) and ( max-width:1024px) {
  /* メニュー */
  .menu-fixed img {
    position: absolute;
    top: 0;
    width: 200px;
    left: 20px;
  }

  /* キャラクター */
  .character-detaile-left-white {
    margin-top: 80px;
    width: 300px;
    height: 390px;
  }

  .character-detaile-left-white img {
    width: 190px;
  }

  .character-detaile-left h3 {
    top: -4px;
  }

  .character-detaile-right-color {
    width: 390px;
    height: auto;
    position: absolute;
    padding: 20px;
    top: 105px;
    right: 70px;
  }

  .character-detaile-right-color h3 {
    font-size: 36px;
  }

  .character-detaile-right-facePict img {
    width: 30%;
    height: 30%;
  }

  .character-detaile-right-color ul li h4 {
    font-size: 12px;
  }

  .character-detaile-right-color ul li p {
    font-size: 17px;
  }

  .character-detaile-right-facePict {
    display: flex;
    margin-top: 10px;
  }

  .left-right-wrap {
    display: flex;
    margin-top: 105px;
  }

  .close-change {
    top: 50px;
    right: -266px;
  }

  .close-change p span {
    width: 110px;
  }

  /* 音楽情報 */

  .music-detaile-ttl {
      width: 50%;
      padding: 5px 5px 3px;
      font-size: 11px;
      height: 22px;
  }

  /* フッター */
  .top-footer-banner-wrap ul li a {
    display: block;
    width: 170px;
  }
}

/* でかめのPC */
@media screen and (min-width:1800px) {
  .character-detaile-right-color {
    right: 334px;
  }

}