@charset "UTF-8";
/****************
mixin
****************/
/* line 51, ../scss/_common.scss */
.visible-pc {
  display: block;
}
@media screen and (max-width: 480px) {
  /* line 51, ../scss/_common.scss */
  .visible-pc {
    display: none !important;
  }
}

/* line 57, ../scss/_common.scss */
.visible-sp {
  display: block;
}
@media screen and (min-width: 481px) {
  /* line 57, ../scss/_common.scss */
  .visible-sp {
    display: none !important;
  }
}

.visible-s-sp {
  display: block;
}
@media screen and (min-width: 321px) {
  /* line 57, ../scss/_common.scss */
  .visible-s-sp {
    display: none !important;
  }
}

a:focus{
  outline: none;
}



.vdl-bk {
  font-family: vdl-logojrblack,sans-serif;
  font-weight: 900;
  font-style: normal;
}
.vdl-g {
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.josefin-bi {
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* フォントちらつき対応
.vdl-bk {
  opacity: 0;
  transition: .2s ease;
}
html.wf-active .vdl-bk,
html.loading-delay .vdl-bk {
  opacity: 1;
}
*/

/* line 63, ../scss/_common.scss */
.overFlowHidden {
  overflow: hidden;
}

/* line 66, ../scss/_common.scss */
.w105 {
  width: 105px !important;
}

/* line 69, ../scss/_common.scss */
/*episodeのタブレット・スマホの表示をそろえる*/
/*.mg {
  margin: 5px 0px 5px 340px !important;
}*/

/* line 72, ../scss/_common.scss */
.mxWidthNone {
  transition: 0.4s ease;
  max-width: 100%;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .mxWidthNone {
    position: relative;/*モーダル時androidズレ防止*/
  }
}
/* line 77, ../scss/_common.scss */
.mxWidth1200 {
  transition: 0.4s ease;
  /*max-width: 1200px;*/
}

/* line 82, ../scss/_common.scss */
.blurShow {
  -webkit-animation: apparition 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: apparition 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* line 87, ../scss/_common.scss */
.blurHide {
  -webkit-animation: disparition 800ms cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  animation: disparition 800ms cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@-webkit-keyframes apparition {
  0% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(50px);
    opacity: 0;
  }
}
@keyframes apparition {
  0% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(50px);
    opacity: 0;
  }
}
@-webkit-keyframes disparition {
  0% {
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes disparition {
  0% {
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

/* line 156, ../scss/_common.scss */
.menuAn {
  -webkit-animation: fadeInA 800ms ease forwards;
  animation: fadeInA 800ms ease forwards;
}

@-webkit-keyframes fadeInA {
  0% {
    -webkit-transform: translateY(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInA {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* line 180, ../scss/_common.scss */
.fadeIn {
  -webkit-animation: fadeInB 800ms ease forwards;
  animation: fadeInB 800ms ease forwards;
}

@-webkit-keyframes fadeInB {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInB {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 200, ../scss/_common.scss */
.fadeOut {
  -webkit-animation: fadeOut 800ms ease forwards;
  animation: fadeOut 800ms ease forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* line 300, ../scss/_common.scss */
.onair-shadow {
 font-size: 27px;
 text-align: center;
 color: #fff;
 text-shadow: 0px 0px 8px #11fab3;
 margin-bottom: 45px;
}

footer {
  background: -moz-linear-gradient(top left, #00ef3e, #00d136); 
  background: -webkit-linear-gradient(top left, #00ef3e, #00d136); 
  background: linear-gradient(to bottom right, #00ef3e, #00d136); 
  padding: 25px 0; 
}
@media screen and (min-width: 992px) {
  footer {
    position: relative;
  }
  .sns-copy {
    position: absolute;
    top: 20px;
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  
  #bannerMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #bannerMain li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  footer {
    padding: 30px 0 0;
  }
  #bannerMain {
    margin-bottom: 20px;
  }
  #bannerMain li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #bannerMain li a {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  #bannerMain {
    padding-bottom: 15px;
  }
}
#bannerMain img {
  max-width: 180px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #bannerMain img {
    max-width: 200px;
  }
}

.copy {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .copy {
    padding: 0 0 15px 0;
    text-align: center;
  }
}

/* line 308, ../scss/_common.scss */
.copy2 {
  width: 100%;
  padding: 5px 0 15px;
  color: #211515;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .copy2 {
    background: #14e8cd;
    color: #fff;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  -moz-transform: rotate(25deg) !important;
  -webkit-transform: rotate(25deg) !important;
  transform: rotate(25deg) !important;
  top: 48%!important;
}

#navToggle.menu-trigger.active span:nth-of-type(2) {
  display: none;
}

/* line 344, ../scss/_common.scss */
.menu-trigger.active span:nth-of-type(3) {
  -moz-transform: rotate(-25deg) !important;
  -webkit-transform: rotate(-25deg) !important;
  transform: rotate(-25deg) !important;
  top: 48%!important;
}

/* line 356, ../scss/_common.scss */
::selection {
  background: #d74594;
  color: #fff;
}

/* line 360, ../scss/_common.scss */
::-moz-selection {
  background: #d74594;
  color: #fff;
}

a {
  display: block;
  text-decoration: none;
  color: #da1259;
  transition: .4s ease;
}
/* line 369, ../scss/_common.scss */
a img {
  outline: none;
}
@media screen and (min-width: 481px) {
  /* line 373, ../scss/_common.scss */
  a:hover {
    opacity: 0.4;
  }
}
/* line 377, ../scss/_common.scss */
a:active {
  text-decoration: none;
  border-width: 0px;
  border-style: none;
  border-color: transparent;
}

/* line 384, ../scss/_common.scss */
#close {
  transition: 1s ease;
}
/* line 386, ../scss/_common.scss */
#close:hover {
  opacity: 0.4;
}

@media all and (-ms-high-contrast: none) and (min-width: 481px){
  .w-ie{
    width: 100%;
    min-width: 1200px;
  }
}

/* line 390, ../scss/_common.scss */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5% /* 基準を10pxに */
}

@media screen and (max-width: 767px) {
  html {
    font-size: 46%
  }
}


/* line 394, ../scss/_common.scss */
body {
  width: 100%;
  height: 100%;
  font-size: 1.6em; /* 16px ここだけem指定 */
  font-family: "Noto Sans JP","游ゴシック", Yu Gothic, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #040404;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff600;
}


/* line 408, ../scss/_common.scss */
img {
  pointer-events: none;
  max-width: 100%;
}


/*TOPアニメーション*/
.top-hide {
  opacity: 0;
}
.loading {
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  background: url(../img/loading_bg.png),#fff600;
  background-repeat: no-repeat;
  background-position: top -150px center;
  background-size: 90%;
  text-align: center;
}
.loading-img {
  display: inline-block;
  position: relative;
  margin-top: calc((100vh - 140px) / 2);
}
.loading-img img{
  max-width: 450px;
  
}
.loading-img::before,
.loading-img::after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 60px;
  background-image: url(../img/icon_m.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -45%;
  left: -10%;
}
.loading-img::after {
  width: 48px;
  height: 58px;
  background-image: url(../img/icon_f.png);
  top: auto;
  bottom: -15%;
  left: auto;
  right: -8%;
}
.blinking::before{
  -webkit-animation:blink .8s  infinite alternate;
  animation:blink .8s infinite alternate;
}
.blinking::after{
  -webkit-animation:blink .8s  infinite alternate;
  animation:blink .8s infinite alternate;
  animation-delay: .8s;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    49% {opacity:0;}
    50% {opacity:1;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    49% {opacity:0;}
    50% {opacity:1;}
    100% {opacity:1;}
}
@media screen and (max-width: 991px) {
  .loading {
    background-size: 95%;
    background-position: top 280px center;
  }
  .loading-img {
    margin-top: calc((100vh - 190px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .loading {
    background-position: top 100px left -70px;
    background-size: 140%;
  }
  .loading-img {
    margin-top: calc((100vh - 160px) / 2);
  }
  .loading-img img {
    width: 75vw;
  }
  .loading-img::before {
    width: 50px;
    height: 40px;
  }
  .loading-img::after {
    width: 30px;
    height: 40px;
  }
}

/* IEでは非表示 */
_:-ms-lang(x)::-ms-backdrop, .loading {
  display: none;
}


/* font */
h2,
.more-btn,
.youtube #close,
.back-btn,
#cast h3,
.tab,
#music h4 {
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: italic;
}

#menu,
#menuSP {
  
}
#menu span,
#menuSP span {
  color: #ff64b1;
}
/* line 412, ../scss/_common.scss */
#menu.PC{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home #menu.PC {
  display: inline-block;
}
main:not(#home) #menu.PC {
  margin-top: 30px;
  margin-right: 35px;
}
#home #menu.PC,
.free-comic-pc {
  margin-left: 50px;
}

/* line 418, ../scss/_common.scss */
#menu.PC > li:last-of-type {
  margin-bottom: 30px;
}
#home #menu.PC > li {
  margin-bottom: 10px;
}
main:not(#home) #menu.PC > li {
  margin-right: 25px;
}
@media screen and (max-width: 1320px) {
  main:not(#home) #menu.PC > li {
  margin-right: 20px;
}
}

#menu.PC > li a {
  padding: 10px 0 0;
  font-size: 1.7rem;
  color: #00d2ff;
  text-shadow: 0 5px 0 #fff;
  line-height: 1;
}
#home #menu.PC > li a {
  font-size: 2.4rem;
}
/* coming soon */
#menu.PC > li.cs {
  padding-top: 10px;
  font-size: 1.7rem;
  line-height: 1;
  color: #afe8f4;
}
#home #menu.PC > li.cs {
  font-size: 2.4rem;
}
#menu.PC > li.cs span {
  color: #ffafd7;
}

/* line 431, ../scss/_common.scss */
#sns.PC {
  text-align: right;
  margin-bottom: 8px;
}
/* line 435, ../scss/_common.scss */
#sns.PC > li {
  display: inline-block;
}
/* line 437, ../scss/_common.scss */
#sns.PC > li:nth-of-type(1) {
  margin-right: 20px;
}
/* line 440, ../scss/_common.scss */
#sns.PC > li a {
  padding-top: 0;
  display: block;
}
/* line 442, ../scss/_common.scss */
#sns.PC > li a img {
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
}
@media screen and (max-width: 991px) {
  #sns.PC {
    text-align: center;
    margin-bottom: 20px;
  }
  #sns.PC > li a img {
    width: 45px;
  }
}

/* line 450, ../scss/_common.scss */
main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 992px) {
  main {
    min-width: 1300px;
  }
}

@media screen and (max-width: 767px) {
  /* line 450, ../scss/_common.scss */
  main {
    max-width: 768px;
    min-width: initial;
    overflow: hidden;
  }
  
}

main #modalVideo {
  display: none;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/menu_bg_pc.png),#fff600;
  background-repeat: no-repeat;
  background-size: 75% auto;
}
@media screen and (max-width: 992px) {
  main #modalVideo {
    background: url(../img/menu_bg_sp.png),#fff600;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
main #modalVideo #video {
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 99;
  box-shadow: 0px 0px 6px 3px rgba(125, 112, 95, .4);
  width: 90%;
  max-width: 900px;
}
main #modalVideo #video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

main #modalVideo #video .youtube #close span {
  display: block;
  width: 70px;
  height: 2px;
  background-color: #00d2ff;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  main #modalVideo #video .youtube #close span {
    width: 55px;
    top: -30px;
  }
}
main #modalVideo #video .youtube #close span:first-of-type {
  transform: rotate(-30deg);
}

main #modalVideo #video .youtube #close img {
  display: block;
  width: 100%;
}

main #modalVideo #video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main #modalVideo #modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}

main > section {
  margin: 0 auto;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: stretch !important;
}
#home > section {
  display: block;
}


#mainInner {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
#news #mainInner,
#news-d #mainInner,
#goods-d #mainInner,
#special #mainInner {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  main:not(#home) > section {
    background: -moz-linear-gradient(top, #fff 0px,#fff 137px, rgba(255,255,255,0) 137px);
    background: -webkit-linear-gradient(top, #fff 0px,#fff 137px, rgba(255,255,255,0) 137px);
    background: linear-gradient(to bottom, #fff 0px,#fff 137px, rgba(255,255,255,0) 137px);
  }
  #mainInner {
    margin-bottom: 80px;
  }
  #news #mainInner,
  #news-d #mainInner,
  #goods-d #mainInner,
  #special #mainInner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  main:not(#home) > section {
    background: -moz-linear-gradient(top, #fff 0px,#fff 75px, rgba(255,255,255,0) 75px);
    background: -webkit-linear-gradient(top, #fff 0px,#fff 75px, rgba(255,255,255,0) 75px);
    background: linear-gradient(to bottom, #fff 0px,#fff 75px, rgba(255,255,255,0) 75px);
  }
}


main > section nav {
  width: 100%;
  position: absolute;
  z-index: 3;
}
main:not(#home) .sp-top-nav h1 {
  max-width: 120px;
  margin: auto;
  margin-left: 30px;
}
main:not(#home) .sp-top-nav h1 img {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  main#home .sp-top-nav h1 {
    width: 75%;
  }

  main:not(#home) .sp-top-nav h1 {
    width: 40vw;
    max-width: 255px;
    margin-left: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  main:not(#home) .sp-top-nav h1 {
    max-width: 140px;
    margin-top: 10px;
  }
}
main .sp-top-nav h1 img.top-logo {
  display: none;
}
main#home .sp-top-nav h1 img.top-logo {
  display: inline-block;
}
main#home .sp-top-nav h1 img:not(.top-logo) {
  display: none;
}
/* line 560, ../scss/_common.scss */
main > section nav .navInner header > div:nth-of-type(1) div.contFrameTop {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
/* line 564, ../scss/_common.scss */
main > section nav .navInner header > div:nth-of-type(1) div.contFrameTop:before, main > section nav .navInner header > div:nth-of-type(1) div.contFrameTop:after {
  content: none;
}
/* line 567, ../scss/_common.scss */
main > section nav .navInner header > div:nth-of-type(1) div.contFrameTop p {
  color: #cf0576;
  font-size: 11px;
  text-align: center;
  line-height: 1.8;
  width: 90%;
  margin: 2px auto;
  padding: 2px 4px;
}

.navInner header > .menu-trigger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999998;
  transition: all .5s;
}

.navInner header > .menu-trigger.active {
  transition: all .5s;
}
@media screen and (max-width: 991px) {
  .navInner header > .visible-sp {
    display: block!important;
  }
  .navInner header > .menu-trigger {
    top: 0;
    right: 0;
  }
}

#navToggle {
  width: 70px;
  height: 45px;
  cursor: pointer;
}
/* line 603, ../scss/_common.scss */
#navToggle > span {
  display: block;
  width: 40px;
  height: 2px; 
  border-radius: 2px;
  background-color: #00d2ff;
  box-shadow: 1px 2px 0 #fff;
  -moz-transition: .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: .35s ease-in-out;
  position: absolute;
  left: 20%;
}

#navToggle.menu-trigger.active > span {
  background-color: #00d2ff;
  box-shadow: none;
}
/* line 612, ../scss/_common.scss */
#navToggle > span:nth-child(1) {
  top: 30%;
}
/* line 615, ../scss/_common.scss */
#navToggle > span:nth-child(2) {
  top: 51%;
}
/* line 618, ../scss/_common.scss */
#navToggle > span:nth-child(3) {
  top: 70%;
}
@media screen and (max-width: 767px) {
  #navToggle > span {
    left: 25%;
  }
  #navToggle > span:nth-child(2) {
    top: 45%;
  }
  #navToggle > span:nth-child(3) {
    top: 60%;
  }
}
@media screen and (min-width: 992px) {
  #navToggle {
    width: 50px;
  }
  .navInner header > .menu-trigger {
    right: auto;
    top: 30px;
    left:  40px;
  }
  #navToggle > span {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    left: 0;

  }
  #navToggle > span:nth-child(1) {
    top: 27%;
  }
  #navToggle > span:nth-child(3) {
    top: 74%;
  }
}
.navInner #menuSP {
  display: none;
  /*transform: translateX(100%); /* right0から100%移動した位置 */
  /*transition: all .5s; /* 移動する速さ */
  position: fixed;
  z-index: 999999;
  right: 0px;
  top: 0;
  background: url(../img/menu_bg_pc.png),#fff600;
  background-repeat: no-repeat;
  background-size: 75% auto;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.navInner #menuSP div {
  height: 100vh;
  margin: 0 0 0 auto;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

/*.navInner #menuSP.openNav {
  transform: translateX(0);
}*/


#menuSP .SP > li {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 320px) {
  #menuSP .SP > li {
    margin-bottom: 10px;
  }
}
#menuSP .SP a {
  color: #00d2ff;
  font-size: 2.7rem;
  line-height: 1;
  text-shadow: 0 5px 0 #fff;
}
/* coming soon  */
#menuSP .SP .cs {
  font-size: 2.7rem;
  color: #afe8f4;
}
#menuSP .SP .cs span {
  color: #ffafd7;
}

.menu-logo {
  text-align: center;
  margin: 30px 60px 30px 0;
}
.menu-logo img {
  width: 235px;
}
/* タブレット以下 menu */
@media screen and (max-width: 991px) {
  .navInner #menuSP {
    background: url(../img/menu_bg_sp.png),#fff600;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .menu-logo {
    margin: 60px auto 45px;
  }
  .menu-logo img {
    width: 70%;
  }
  #menuSP .SP a,
  #menuSP .SP .cs {
    padding-bottom: 15px;
  }
}
/* タブレットのみ menu */
@media screen and (min-width: 768px) and (max-width: 991px){
  #navToggle {
    width: 80px;
    height: 55px;
  }
  #navToggle > span {
    width: 45px;
    height: 4px;
    box-shadow: 2px 3px 0 #fff;
  }
  .menu-logo {
    margin-bottom: 60px;
  }
  #menuSP .SP > li {
    margin-bottom: 25px;
  }
  .#menuSP .SP a,
  #menuSP .SP .cs {
    font-size: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .menu-logo {
    margin: 50px auto 25px;
  }
}

#sns-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 35px;
}
#sns-sp li:first-of-type {
  margin-right: 30px;
}
#sns-sp img {
  width: 45px;
}
@media screen and (max-width: 360px) {
  #sns-sp {
    padding-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .navInner #menuSP div {
    width: 100%;
  }
  .menu-logo {
    margin: 120px 0px 100px;
  }
  .menu-logo a {
    display: inline-block;
  }
  .menu-logo img {
    width: 540px;
  }
  #menuSP .SP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto
  }
  #menuSP .SP::after {
    content: "";
    display: block;
    width: 30%;
  }
  #menuSP .SP li {
    text-align: left;
    width: 30%;
    margin-bottom: 20px;
  }
  #menuSP .SP li:nth-of-type(3n-2) {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  
  #menuSP .SP a {
    font-size: 3rem;
    display: inline-block;
    padding-bottom: 20px;
  }
  #menuSP .SP .cs {
    font-size: 3rem; 
  }
  
}


main > section aside#fixRe {
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  main > section aside#fixRe {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 678, ../scss/_common.scss */
  main > section aside {
    display: block;
  }
}


.asideInner {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#home .asideInner {
  display: inline-block;

}
main:not(#home) .asideInner {
 background-color: #fff;
 padding-bottom: 50px;
}
.logo {
  margin-top: 40px;
  margin-left: 40px;
  width: 450px;
}
.logo img {
  display: block;
  width: 100%;
  margin: auto;
}
#home .logo {
  width: 450px;
  margin-left: 40px;
  margin-bottom: 20px;
}
main:not(#home) .logo {
  width: 275px;
  margin-top: 38px;
  margin-left: 45px;
}

.asideInner #bannerMain ul li{
  width: 100%;
  margin-bottom: 10px;
  margin-left: 42px;
}
/* line 733, ../scss/_common.scss */
#recentArea {
  margin: 40px 20px 0 40px;
}

/*safari対応*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  _::-webkit-full-page-media, _:future, :root #recentArea {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 733, ../scss/_common.scss */
  #recentArea {
    display: none;
  }
}
/* line 755, ../scss/_common.scss */
#recentArea h1 img {
  width: 100%;
  vertical-align: bottom;
}
/* line 763, ../scss/_common.scss */
#recentArea ul {
  min-width: 240px;
  position: relative;
  box-sizing: border-box;
  padding: 25px 20px;
  background: rgba(255,255,255,.85);
}
/* line 766, ../scss/_common.scss */
#recentArea ul li {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #6a84f0;
  font-size: 1.3rem;
}
/* line 771, ../scss/_common.scss */
#recentArea ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
/* line 776, ../scss/_common.scss */
#recentArea ul li a {
  color: #0d0701;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 320px) {
  /* line 8, ../scss/_home.scss */
  #home.saf > section #pr {
    bottom: calc(21vh - 100px) !important;
  }
}
/* line 14, ../scss/_home.scss */
#home.saf > section #scllBt {
  top: calc(100vh - 40px) !important;
}
@media screen and (max-width: 480px) {
  /* line 14, ../scss/_home.scss */
  #home.saf > section #scllBt {
    top: calc(100vh - 40px) !important;
    width: 100%;
   margin-top: 30px;
  }
}

/*kv*/
.kv {
  position: relative;
  margin-bottom: 60px;
}
.kv::after {
  content: "";
  display: inline-block;
  width: 70vw;
  height: 70vw;
  background-image: url(../img/deco_w_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 400px;
  left: -460px;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .kv {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
}
@media screen and (max-width: 991px){
  .kv {
    padding-top: 80px;
  }
  .kv p {
    position: relative;
    z-index: -1;
  }
   .kv .visible-pc {
    display: none;
  }
  .kv .visible-sp {
    display: block!important;
  }
  .kv::after {
    width: 100%;
    height: 100%;
    top: 90vw;
    left: -30vw;
    z-index: -2;
  }
}

#mediaLink {
  width: 160px;
  position: absolute;
  left: 30px;
  top: 42%;
  z-index: 1;
}
@media screen and (max-width: 767px){
  .kv {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px){
  #mediaLink {
    width: 102px;
    left: auto;
    right: 25px;
    top: 14.5%;
  }
}


.cf-anime-link {
  width: 230px;
  position: fixed;
  bottom: 10px;
  left: 370px;
  z-index: 1;
}
.cf-anime-link.absolute {
	/*transition: none;*/
  position: absolute;
  bottom: -120px;
}
.cf-anime-link img {
  vertical-align: bottom;
}
@media screen and (max-width: 991px) {
  .cf-anime-link {
    opacity: 0;
    left: 10px;
    transition: all .3s;
  }
}

@media screen and (max-width: 767px) {
  .cf-anime-link {
    width: 130px;
    position: fixed;
    top: auto;
    bottom: 15px;
    z-index: 2;
  }
}


.top-onair {
  position: absolute;
  right: 0;
  bottom: 67px;
}

@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .top-onair { 
    bottom: 6px;
  }
  .top-onair img {
    max-width: 255px;
  }
}

#home h2 {
  position: absolute;
  z-index: 1;
}
#pvMain h2 {
  width: 89px;
  top: -40px;
  left: 60px;
}
#pvMain {
  padding-top: 35px;
  margin-bottom: 100px;
  background-image: url(../img/pv_bg.png);
  background-repeat: no-repeat;
  background-size: 44% auto;
}

@media screen and (max-width: 991px) {
  #pvMain {
    margin-bottom: 80px;
    background-size: 83% auto;
  }
  #pvMain h2 {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #pvMain {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  #pvMain h2 {
    width: 50px;
    top: -25px;
    left: 35px;
  }
  
}

.pv-cont {
  position: relative;
  /*max-width: 1100px;*/
  margin: auto;
}
@media screen and (min-width: 992px) {
  .pv-cont {
    margin-left: 180px;
    padding-bottom: 60px;
  }
  .playBtn:nth-of-type(1) {
    margin-right: 30px;
  }
  .playBtn:nth-of-type(2) {
    top: 60px;
  }
}
#pvMain .before-img {
  max-width: 620px;
}
@media screen and (min-width: 1300px) {
  #pvMain .before-img {
    width: 45vw;
    max-width: 100%;
  }
  .playBtn .pv-img {
    width: 38vw;
  }
}
@media screen and (max-width: 1299px) {
  .playBtn .pv-img {
    max-width: 530px;
  }
}

#pvMain .before-img {
	opacity: 1;
	margin-right: 30px;
}
#pvMain .before-img img {
  vertical-align: bottom;
  box-sizing: border-box;
}
.playBtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.playBtn .pv-img img {
  vertical-align: bottom;
}
.playBtn > a.btn {
  cursor: pointer;
  position: absolute;
  width: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.playBtn a.pv-img {
  position: relative;

}
.playBtn a.pv-img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 160%;
  height: 100%;
  background-color: #17d5e6;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
  opacity: .5;
}
.playBtn:nth-of-type(2) a.pv-img::after {
  background-color: #ff7800;
}
.playBtn:hover a.pv-img::after {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.playBtn a.pv-img:hover,
.playBtn > a.btn:hover {
  opacity: 1;
}
.youtube #close {
  cursor: pointer;
}


/* 1巻無料 */
.free-comic-pc,
.free-comic-sp {
  display: none;
}
@media screen and (min-width: 992px) {
  #home .free-comic-pc {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .free-comic-sp {
    display: block;
    text-align: center;
    margin-bottom: 100px;
  }
}
.free-comic-pc img {
  max-width: 300px;
}
.free-comic-sp a {
  display: inline-block;
}
.free-comic-sp img {
  max-width: 400px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .free-comic-sp {
    margin-bottom: 50px;
  }
  .free-comic-sp img {
    max-width: 300px;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 991px) {
  .pv-cont {
    text-align: center;
  }
  .playBtn {
    width: calc(100% - 40px);
  }
  #pvMain .before-img {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: auto;
  }
  .playBtn .pv-img,
  .playBtn .pv-img img,
  #pvMain .before-img img {
    max-width: 100%;
  }
  
  .playBtn:nth-of-type(2){
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .playBtn > a.btn {
    width: 65px;
  }
}


#newsMain,
.twitter-bg {
  box-sizing: border-box;
  padding: 50px 40px 65px;
  background-color: #fff;
  box-shadow: rgba(0,193,228,.1) 0 0 20px;
  position: relative;
}
#newsMain {
  width: 65vw;
  margin-left: auto;
  margin-bottom: 130px;
}
#newsMain::after {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background-image: url(../img/deco_w_circle2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -150px;
  left: -210px;
  z-index: -1;
}
#newsMain > h2,
.twitter-bg > h2 {
  top: -27px;
  left: 75px;
}
#newsMain > h2 {
  width: 204px; 
}
.twitter-bg > h2 {
  width: 295px;
}

.tn-cont {
  margin-bottom: 15px;
}
.tn-cont p.date {
  display: inline-block;
  color: #040404;
  font-weight: 600;
  font-size: 1.8rem;
  background-color: #fff600;
  border: solid 2px #040404;
  padding: .1em .5em .15em;
  margin-bottom: 10px;
}
.tn-cont a .title {
  color: #040404;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-decoration: underline;
}
@media screen and (max-width: 991px) { 
  #newsMain {
    width: 100%;
    padding: 50px 30px 65px;
    margin-bottom: 100px;
  }
  #newsMain::after {
    width: 40vw;
    height: 40vw;
    left: -15vw;
    top: -20vw;
  }
  #newsMain > h2,
  .twitter-bg > h2 {
    left: 30px;
  }
  .twitter-bg > h2 {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #newsMain {
    padding: 35px 20px 60px;
    margin-bottom: 50px;
    position: relative;
  }
  #newsMain::after {
    left: -11vw;
    top: -20vw;
  }
  #newsMain > h2 {
    width: 108px;
    top: -15px;
    left: 25px;
  }
  .tn-cont a .title {
    margin-bottom: 20px;
  }
  .tn-cont li:last-of-type .title {
    margin-bottom: 25px;
  }
  .twitter-bg > h2 {
    width: 158px;
    top: -15px;
    left: 15px;
  }7
}


#twitterMain {
  background-image: url(../img/twitter_bg.png);
  background-repeat: no-repeat;
  background-size: 65% auto;
  padding-top: 80px;
  margin-bottom: 100px;
  position: relative;
}
#twitterMain::after {
  content: "";
  display: inline-block;
  width: 65vw;
  height: 800px;
  background-image: url(../img/deco_w_circle4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: -1;
}
#twitterMain > h2 {
  left: 70px;
}

.twitter-bg {
  width: 60vw;
  margin: auto;
  /*overflow: auto;/*ios twitterスクロールさせる*/
  /*-webkit-overflow-scrolling:touch;/*ios twitterスクロールさせる*/
  /*-ms-overflow-style:none;/*IE Edgeスクロールバー非表示*/
}
@media screen and (min-width: 992px) {
  .twitter-bg {
    min-width: 800px;
    height: 465px;
  }
}
.twitter-cont::-webkit-scrollbar{
  display: none;/*chrome safari スクロールバー非表示*/
}
.twitter-cont {
  height: 100%;
  max-height: 320px;
  text-align: center;
  margin-bottom: 30px;
  overflow: scroll;/*ios twitterスクロールさせる*/
  -webkit-overflow-scrolling: touch;/*ios twitterスクロールさせる*/
  -ms-overflow-style: none;/*IE Edgeスクロールバー非表示*/
}
@media screen and (max-width: 991px) {
  #twitterMain {
    background-size: 83% auto;
  }
  .twitter-bg {
    width: calc(100% - 40px);
  }
  #twitterMain::after {
    background-image: url(../img/deco_w_circle3.png);
    background-size: 170%;
    width: 45vw;
    top: 180px;
  }
}
@media screen and (max-width: 767px) {
  #twitterMain {
    padding-top: 45px;
    margin-bottom: 50px;
  }
  .twitter-bg {
    padding: 30px 10px 60px;
  }
  .twitter-cont {
    max-height: 200px;
    margin-bottom: 25px;
  }
  #twitterMain::after {
    width: 60vw;
    top: 100px;
  }
}

.more-btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.more-btn a {
  display: block;
  line-height: 1;
  padding: 6px 30px 4px;
  background-color: #f70072;
  border: solid 2px #040404;
}
.more-btn img {
  width: 74px;
}

.more-btn:hover,
.back-btn:hover {
  opacity: .4;
  transition: 0.8s ease;
}

.back-btn {
  text-align: center;
  margin-top: 40px;
}
.back-btn img {
  width: 64px;
  vertical-align: bottom;
}

.back-btn a {
  display: inline-block;
  line-height: 1;
  padding: 6px 30px 5px;
  background-color: #0aceff;
  border: solid 2px #040404;
}
@media screen and (max-width: 991px) {
  .back-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .back-btn img {
    width: 56px;
  }
  .more-btn {
    width: 136px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .back-btn a,
  .more-btn a {
    padding: 6px 35px 4px;
  }
  .more-btn img {
    width: 62px;
  }
}

/* パララックス */
.js-pol1,
.js-pol2 {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1700px) {
  .js-pol1,
  .js-pol2 {
    display: block;
    position: absolute;
    right: 140px;
    z-index: -1;
  }
  .js-pol2 {
    right: auto;
    left: 100px;
  }
}


/*IE対応*/
_:-ms-lang(x)::-ms-backdrop, main {
  display: block;
}
@media screen and (min-width: 481px) {
  _:-ms-lang(x)::-ms-backdrop, #mainInner {
    min-height: calc(100vh - 35px);
  }
}

main:not(#home) {
  background-image: url(../img/deco_w_circle.png),
                    url(../img/deco_w_circle2.png),
                    url(../img/deco_w_circle3.png);
  background-repeat: no-repeat;
  background-position: -170px -385px, 230px 640px, 500px 1300px;
}
#content {
  min-height: calc(100vh - 300px);
}
#content > div {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  /*padding-bottom: 60px;*/
  /*z-index: 1;*/
}
@media screen and (min-width: 992px) {
  main:not(#home) {
    min-height: calc(100vh - 110.5px);
  }
}
@media screen and (max-width: 991px) {
  main:not(#home) {
    background-size: 95%, 40%, 70%;
    background-position: -180px -115px, -120px 700px, 450px 1180px;
  }
  #content > div {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main:not(#home) {
    background-image: url(../img/deco_w_circle.png),
                    url(../img/deco_w_circle2.png),
                    url(../img/deco_w_circle3.png),
                    url(../img/deco_w_circle2.png);
    background-size: 95%, 40%, 70%, 30%;
    background-position: -120px -75px, -45px 350px, 190px 890px, 170px 1220px;
  }
}
#content #pgNation {
  margin: 0 auto;
  padding-bottom: 0;
}

main:not(#home) h2 {
  margin: 125px auto 35px;
  position: relative;
  z-index: 1;
}
main:not(#home) h2 img {
  vertical-align: bottom;
}
#news h2,
#news-d h2 {
  width: 210px;
}
#episode h2 {
  width: 254px;
}
#character h2 {
  width: 425px;
}
#cast h2 {
  width: 420px;
}
#onair h2 {
  width: 255px;
}
#music h2 {
  width: 235px;
}
#goods h2,
#goods-d h2 {
  width: 275px;
}
#special h2 {
  width: 300px;
}
@media screen and (max-width: 991px) {
  main:not(#home) h2 {
    margin: 110px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  main:not(#home) h2 {
    margin: 65px auto 25px;
  }
  #news h2,
  #news-d h2 {
    width: 90px;
  }
  #episode h2 {
    width: 110px;
  }
  #character h2 {
    width: 180px;
  }
  #cast h2 {
    width: 180px;
  }
  #onair h2 {
    width: 110px;
  }
  #music h2 {
    width: 100px;
  }
  #goods h2,
  #goods-d h2 {
    width: 115px;
  }
  #special h2 {
    width: 130px;
  }
}

/*CHARA*/
#character #mainInner {
	margin-bottom: 160px;
}
#character #content > div {
  width: 100%;
  padding-bottom: 0;
} 
@media screen and (max-width: 991px) {
	#character #mainInner {
		margin-bottom: 110px;
	}
	#character #content > div {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 767px) {
  #character #mainInner {
    margin-bottom: 60px;
  }
  #charaDetail {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
}

/* line 70, ../scss/_character.scss */
#charaDetail img {
  display: block;
  width: 100%;
  margin: auto;
}

#charaDetail .slider-nav-wrap {
  max-width: 840px;
  margin: auto;
}
/* line 79, ../scss/_character.scss */
#charaDetail .slider-nav .slick-track {
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
	#charaDetail .slider-nav .slick-track {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
/* line 81, ../scss/_character.scss */
#charaDetail .slider-nav li {
  display: -ms-flexbox;
  display: flex;
  outline: none;
  cursor: pointer;
  width: 100%;
  min-width: 840px;
  vertical-align: bottom;
  margin-bottom: 40px;
}
/* 古いsafari用 */
_::-webkit-full-page-media, _:future, :root #charaDetail .slider-nav li {
	width: 100%!important;
}
li:nth-of-type(2n-1) .hover-anime {
  margin-right: 40px;
}
li:nth-of-type(2n) .hover-anime {
  margin-left: 40px;
}
.hover-anime,
.c-name img {
  box-shadow: rgb(94, 94, 94,.4) 0 3px 8px;
}
#charaDetail .c-name img:first-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #charaDetail .slider-nav li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  #charaDetail .slider-nav li {
    min-width: calc(100vw - 40px);
  }
  li:nth-of-type(2n-1) .hover-anime {
    margin-right: 30px;
  }
  li:nth-of-type(2n) .hover-anime {
    margin-left: 30px;
  }
  #charaDetail .c-name img:first-of-type {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #charaDetail .slider-nav .slick-track {
  	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  .hover-anime,
  .c-name img {
    box-shadow: rgb(94, 94, 94,.2) 0 3px 8px;
  }
  #charaDetail .slider-nav li {
    margin-bottom: 17px;
  }
  li:nth-of-type(2n-1) .hover-anime {
    margin-right: 15px;
  }
  li:nth-of-type(2n) .hover-anime {
    margin-left: 15px;
  }
  #charaDetail .c-name img:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
	#charaDetail .slider-nav .slick-track {
		width: 100%;
	}
}
#charaDetail .slider-nav li img{
  width: 100%;
  display: block;
  pointer-events: auto;
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}

/* hover anime */
.hover-anime {
  position: relative;
  overflow: hidden;
}
.hover-anime::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 160%;
  height: 100%;
  background-color: #17d5e6;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
  opacity: .5;
}
li:nth-of-type(2) .hover-anime::after {
  background-color: #ff7800;
}
li:nth-of-type(3) .hover-anime::after {
  background-color: #bfbfe7;
}
li:nth-of-type(4) .hover-anime::after {
  background-color: #ff98c4;
}
li:hover .hover-anime::after {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
li:hover .hover-anime img {
  transform: scale(1.05,1.05);
}

/* character modal */
#charaModal {
  display: none;
  height: 100vh;
  background-color: rgba(255,246,0,.5);
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  overflow-y:scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
#charaModal::-webkit-scrollbar {
  display:none;
}
#charaModal #close {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 20px;
  z-index: 1;
  cursor: pointer;
}
#charaModal #close span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  transform: rotate(35deg);
}
#charaModal #close span:first-of-type {
  transform: rotate(-35deg);
  margin-bottom: -2px;
}

/* line 99, ../scss/_character.scss */
#charaDetail .slider {
  max-width: 840px;
  margin: 50px auto;
  position: relative;
}
#charaDetail .slider-main {
  line-height: 0;
}
#charaDetail .slider-main button {
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
}

#charaDetail .slider-main button:hover {
  opacity: .7;
}
#charaDetail .slider-main button[class="slick-prev slick-arrow"] {
  position: absolute;
  top: 45%;
  left: -100px;
  z-index: 1;
}
#charaDetail .slider-main button[class="slick-next slick-arrow"] {
  position: absolute;
  top: 45%;
  right: -100px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #charaDetail .slider-main button[class="slick-prev slick-arrow"] {
    top: auto;
    left: 20px;
    bottom: -130px;
  }
  #charaDetail .slider-main button[class="slick-next slick-arrow"] {
    top: auto;
    right: 20px;
    bottom: -130px;
  }
}

#charaDetail .slider-main li {
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
  background-color: #17d5e6;
  background-image: url(../img/character/rui_en.png),
                    url(../img/character/modal_deco_pc.png), 
                    url(../img/character/rui_face.jpg);
  background-repeat: no-repeat;
  background-position: top 40px left 35px,top left,bottom right;
}
#charaDetail .slider-main li.shion {
  background-color: #ff8010;
  background-image: url(../img/character/shion_en.png),
                    url(../img/character/modal_deco_pc.png), 
                    url(../img/character/shion_m_face.jpg);
}
#charaDetail .slider-main li.shion.shion-f {
  background-image: url(../img/character/shion_en.png),
                    url(../img/character/modal_deco_pc.png), 
                    url(../img/character/shion_f_face.jpg);
}
#charaDetail .slider-main li.hajime {
  background-color: #bfbfe7;
  background-image: url(../img/character/hajime_en.png),
                    url(../img/character/modal_deco_pc.png), 
                    url(../img/character/hajime_face.jpg);
}
#charaDetail .slider-main li.mayu {
  background-color: #ff98c4;
  background-image: url(../img/character/mayu_en.png),
                    url(../img/character/modal_deco_pc.png), 
                    url(../img/character/mayu_face.jpg);
}
#charaDetail .slider-main li:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  #charaModal {
    background-color: rgba(255,246,0,.8);
  }
  #charaDetail .slider {
    margin: 50px auto 130px;
  }
  #charaModal #close {
    top: 5px;
    padding-right: 15px;
  }
  #charaModal .slick-list {
    min-height: 600px;
  }
	#charaDetail .slider-main li {
  background-image: url(../img/character/rui_en.png),
                    url(../img/character/modal_deco_sp.png), 
                    url(../img/character/rui_face.jpg);
  background-position: top 25px left 20px,top left,bottom 0 right -40px;
  background-size: 285px auto, 105vw ,80%;
}
  #charaDetail .slider-main li.shion {
    background-image: url(../img/character/shion_en.png),
                      url(../img/character/modal_deco_sp.png), 
                      url(../img/character/shion_m_face.jpg);
  }
  #charaDetail .slider-main li.shion.shion-f {
    background-image: url(../img/character/shion_en.png),
                      url(../img/character/modal_deco_sp.png), 
                      url(../img/character/shion_f_face.jpg);
  }
  #charaDetail .slider-main li.hajime {
    background-image: url(../img/character/hajime_en.png),
                      url(../img/character/modal_deco_sp.png), 
                      url(../img/character/hajime_face.jpg);
  }
  #charaDetail .slider-main li.mayu {
    background-image: url(../img/character/mayu_en.png),
                      url(../img/character/modal_deco_sp.png), 
                      url(../img/character/mayu_face.jpg);
  }
  .r-box {
    width: calc(100vw - 240px);
    position: relative;
  }
   #charaDetail .slider-main button[class="slick-prev slick-arrow"] {
    width: 45px;
    bottom: -75px;
  }
  #charaDetail .slider-main button[class="slick-next slick-arrow"] {
    width: 45px;
    bottom: -75px;
  }
}
/* ♂CHANGE♀ */
#change-btn {
	max-width: 80px; 
	position: absolute;
	z-index: 1;
}
@media screen and (min-width: 992px) {
	/*#charaDetail .slider-main li {
    min-width: 840px;
  }*/
  #change-btn {
		cursor: pointer;
		transform:rotate(0);
		transition: all .3s;
	}
	#change-btn:hover {
		transform:rotate(360deg);
	}
}
.before-img,
.after-img {
	opacity: 0;
	transition: all .3s;
}
.before-img.active,
.after-img.active {
	opacity: 1;
}
.change-ac .after-img {
	position: absolute;
	top: 0;
}

.name {
  width: 410px;
  margin-left: -35px;
  margin-top: 85px;
}
.full-body {
  width: 350px;
  position: relative;
}
@media screen and (min-width: 768px) {
	#change-btn {
		left: 305px;
    top: 80px;
    /*
    left: 40px;
    top: 95px;
    */
	}
	.full-body {
		margin-left: 60px;
    margin-top: 40px;
	}
}
#charaDetail .profile {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 70px;
  margin-left: 15px;
}
#charaDetail .profile p > span {
  background: rgba(255,255,255,.8);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: .05em .5em;
}

@media screen and (max-width: 991px) {
	#change-btn {
		left: 15px;
		top: 30px;
	}
	.name {
	  margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
  #change-btn {
		max-width: 55px;
    left: 190px;
    top: 145px;
	}
  .name {
    width: 205px;
    position: absolute;
    top: 60px;
    right: 20px;
    margin: 0;
  }
  .full-body {
    width: 240px;
    margin-top: 25px;
    margin-left: 0;
  }
  #charaDetail .profile {
    width: 210px;
    line-height: 1.9;
    text-align: right;
    position: absolute;
    top: 210px;
    right: 0;
    margin: 0;
  }
  #charaDetail .profile p > span {
    padding: .05em 0;
  }
  #charaDetail .profile span span {
    padding-left: 7px;
  }
}
@media screen and (max-width: 320px) {
  .name {
    width: 180px;
    right: 10px;
  }
}

/*NEWS*/
#news #newsEntries {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  #newsEntries {
    padding: 0;
    margin-right: 0;
    width: 100%;
  }
  #news #newsEntries {
    margin-bottom: 30px;
  }
}
#news #newsEntries .entry {
  margin-bottom: 15px;
  background: #fff;
  box-shadow: rgba(0,193,228,.1) 0 0 10px;
  position: relative;
}

#newsEntries .entry:last-of-type {
  margin-bottom: 0px;
}
#news #newsEntries a {
  padding: 20px 30px;
  transition: all .3s;
}
#news #newsEntries a:hover {
  box-shadow: 0 2px 7px #d6c5b0;
}
#newsEntries p.date {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #040404;
  background-color: #fff600;
  border: solid 2px #040404;
  padding: .1em .5em .15em;
  position: absolute;
  top: .9em;
}

#newsEntries .entry h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #040404;
  padding-left: 155px;
}
#newsEntries .entry a h3 {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  #newsEntries .entry {
    display: block;
    margin-bottom: 15px;
  }
  #news #newsEntries a {
    padding: 15px 20px;
  }
  #newsEntries p.date {
    position: static;
    margin-bottom: 10px;
  }
  #newsEntries .entry h3 {
    padding-left: 0;
  }
}


/* news-d */
#news-d > div {
  max-width: 900px;
}
#news-d .entry {
  padding: 40px 50px;
  background-color: #fff;
  box-shadow: rgba(0, 193, 228, .1) 0 0 10px;
}
#news-d #newsEntries p.date {
  position: static;
  margin-bottom: 15px;
}
#news-d #newsEntries .entry h3 {
  font-size: 2rem;
  padding-left: 0;
}
#newsEntries .title {
  margin-bottom: 30px;
}

#newsEntries .entryBody p img {
  height: auto;
}
#newsEntries .entryBody img {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 991px) {
  #news-d #newsDetail {
    width: 100%;
    margin: 0;
  }
  #news-d .entry {
    box-sizing: border-box;
    padding: 20px;
    width: calc(100% - 40px);
    margin: auto;
  }
  #newsEntries .entryBody img {
    margin-bottom: 25px;
  }
}
#newsEntries .entryBody {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {

}
#newsEntries .entryBody p {
  margin-bottom: 20px;
}
#newsEntries .entryBody p:last-of-type {
  margin-bottom: 0;
}
#newsEntries .entryBody p.sample-video {
  padding: 0;
}
/* line 125, ../scss/_news.scss */
#newsEntries .entryBody p a {
  display: inline;
  text-decoration: underline;
  color: #f86e93;
}

/*フォーム入力*/
#news span.wpcf7-list-item,
#news-d span.wpcf7-list-item {
  display: block;/*チェックボックス整列*/
  margin-bottom: .4em;
}
label b {
  display: inline-block;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  #news span.wpcf7-list-item,#news-d span.wpcf7-list-item{
    margin-bottom: 1em;
  }
	#newsEntries article.entry form p label span input,
  #newsEntries article.entry form p span input[type="text"],
	#newsEntries article.entry form p label span textarea,
  #newsEntries article.entry form p span textarea,
  #newsEntries article.entry form select {
		width: 98%;
	}
  #newsEntries article.entry form p label span input[type="radio"],
  #newsEntries article.entry form p label span input[type="checkbox"] {
    width: auto;
  }
}

#pgNation ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 162, ../scss/_news.scss */
#pgNation li, #pgNation li.active{
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 1em;
  padding: .4em .8em;
  margin-right: 10px;
}
#pgNation li a {
  color: #614a4a;
}
#pgNation li.active {
  color: #ff7e00;
  background-color: #fff;
}
#pgNation li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #pgNation li, #pgNation li.active{
    border-radius: 1.5em;
    padding: .4em .9em;
  }
}

/*STORY*/
#episode #content {
  position: relative;
  z-index: 1;
}
#content .tabbox {
  margin-top: 20px;
}

 /*タブ分け部分について*/
.tabbox input { display: none; }
  /* ▼タブの中身(共通装飾＋非選択状態の装飾) */
  .tabbox label{
    display: inline-block;
  }
  .tabbox label{
    cursor:pointer;
  }
 .tabcont {
    display: none;             /* 標準では非表示にする */
 }
 /* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#intro:checked ~ #cont-story {
  display: block;
  animation: fadeIn 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s 1 normal;
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s 1 normal;
  position: relative;
   }

 @media screen and (max-width: 480px) {
  #intro:checked ~ #cont-story::before {
  left: -20%;
 }
}
#story:checked ~ #cont-episode { 
  display: block;
  animation: fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*ここまでタブ分け*/

/*タブデザイン*/
.tab {
  width: 200px;
  height: 40px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 2px #040404;
  box-sizing: border-box;
}
#intro-tab {
  background-image: url(../img/story/intro_active.svg);
  background-size: 148px 15px;
  margin-left: calc((100% - 440px) /2);
}
#story-tab {
  background-image: url(../img/story/story_active.svg);
  background-size: 69px 15px;
  margin-left: 30px;
}

.tab img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#intro-tab img {
  width: 148px;
  transition: all .1s;
}
#story-tab img {
  width: 69px;
}
.tab::before {
  content: "";
  display: inline-block;
  background-image: url(../img/shadow_g.png);
  background-repeat: repeat-x;
  width: 200px;
  height: 40px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .tab {
    width: 145px;
    height: 35px;
    margin-bottom: 0;
    padding-top: .2em;
  }
  .tab::before {
  	width: 145px;
  	height: 35px;
  	top: 5px;
  	left: 3px;
  }
  #intro-tab {
    background-size: 135px 13px;
    margin-left: calc((100% - 315px) /2);
  }
  #story-tab {
    background-size: 60px 13px;
    margin-left: 15px;
  }
  #intro-tab img {
    width: 135px;
  }
  #story-tab img {
    width: 60px;
  }
}


@media screen and (max-width: 320px) {
  .tab {
    width: 130px;
  }
  .tab::before {
    width: 130px;
  }
  #intro-tab{
    background-size: 120px 12px;
    margin-left: 5px;
  }
  #story-tab{
    background-size: 57px 12px;
    margin-left: 10px;
  }
  #intro-tab img {
    width: 120px;
  }
  #story-tab img {
    width: 57px;
  }
}

#intro:checked ~ #intro-tab {
  background-color: #f70072;
}
#story:checked ~ #story-tab {
  background-color: #f70072;
}
#intro:checked ~ #intro-tab img,
#story:checked ~ #story-tab img {
  opacity: 0;
}


#intro:checked ~ #intro-tab::before,
#story:checked ~ #story-tab::before {
  background-image: url(../img/shadow_o.png);
}

@media screen and (min-width: 992px) {
  .tab:hover {
    
  }
}


#storyDetail article {
  font-weight: 600;
  width: 100%;
  max-width: 700px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: rgba(0,193,228,.1) 0 0 10px;
  margin: 30px auto 0;
}
.intro01,
.intro03 {
  font-size: 3rem;
  color: #fff;
  background-image: url(../img/story/intro_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.intro01 p,
.intro03 p {
  padding: 23px 0;
}
.intro03 {
  background-image: url(../img/story/intro_img2.jpg);
}
.intro02 {
  color: #ff3d00;
  font-size: 1.9rem;
  line-height: 1.4;
  margin: 35px 0;
}
.intro02 p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .intro02 {
    margin: 25px 20px;
  }
  .intro02 p {
    margin-bottom: 15px;
  }
  .intro01 {
    background-image: url(../img/story/intro_img_sp.jpg);
  }
  .intro03 {
    background-image: url(../img/story/intro_img2_sp.jpg);
  }
}

@media screen and (max-width: 320px) {
  .intro02 {
    margin: 25px 10px;
  }

}






/* episode */
#cont-episode {
	max-width: 800px;
	margin: 0 auto;
}
#cont-episode .dots {
  margin-top: 40px;
  margin-bottom: 30px;
}
#cont-episode .dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cont-episode .dots .slick-dots li {
  line-height: 1;
  cursor: pointer;
  position: relative;
}
#cont-episode .dots .slick-dots li:not(:last-of-type) {
  margin-right: 20px;
}
#cont-episode .dots .slick-dots li span,
.ep-title h3 span { 
  padding: 0 .2em;
  background: -moz-linear-gradient(left, #ffbb00, #ff5e00);
  background: -webkit-linear-gradient(left, #ffbb00, #ff5e00);
  background-image: linear-gradient(to right, #ffbb00, #ff5e00);
  background-repeat: no-repeat;
  background-size: 0;
}
#cont-episode .dots .slick-dots li.slick-active span,
.ep-title h3 span {
  background-size: 100% 13px;
  background-position: left 0px bottom 2px;
}
.ep-title h3 span {
  background-position: left 0px bottom -2px;
}
#cont-episode .dots .slick-dots span {
  font-size: 3rem;
}
#episodeEntries {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;/*IE用*/
  padding: 30px 50px 50px;
  box-shadow: rgb(0,193,228,.1) 0 0 10px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #cont-episode .dots {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #cont-episode .dots .slick-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #cont-episode .dots .slick-dots li:not(:last-of-type) {
    margin-right: 0;
  }
  #cont-episode .dots .slick-dots li {
    -ms-flex-preferred-size: 5em;
    flex-basis: 5em;
    text-align: center;
    margin-bottom: 5px;
  }
  #episodeEntries {
    padding: 20px;;
    margin-right: 0;
    width: 100%;
  }
}


#episodeEntries article.entry {
  box-sizing: border-box;
}
#episodeEntries article.entry:focus {
  outline: none;
}

#episodeEntries .ep-title {
  margin-bottom: 30px;
  text-align: center;
}
.num { 
  font-size: 3rem;
  line-height: 1;
}
.ep-title h3{
  font-size: 2.8rem;
}
.ep-title h3 span {
  padding: 0 .5em;
}

@media screen and (max-width: 767px) {
  #episodeEntries .ep-title {
    margin-bottom: 25px;
  }
}

/* サムネイルnav */
.ep-inner-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ep-inner-slider .slick-dots li {
  opacity: .3;
}
.ep-inner-slider .slick-dots li.slick-active {
  opacity: 1;
}

#episodeEntries .entry li img {
  display: block;
  width: 100%;
}
#episodeEntries .entry > p {
  font-size: 1.6rem;
  line-height: 1.65;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #episodeEntries .entry > p {
    padding: 0;
    line-height: 1.7;
  }
}

#episode a.page-top {
  margin-top: 15px;
  margin-left: auto;
  width: 31px;
}
/* line 221, ../scss/_episode.scss */
#episode a.page-top img {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 7px;
  border: 1px solid #cf0576;
}

/* line 233, ../scss/_episode.scss */
#page-topSP, #page-topPC {
  z-index: 99999;
  right: 15px;
  bottom: 15px;
  position: fixed;
}
/* line 240, ../scss/_episode.scss */
#page-topSP:hover, #page-topPC:hover {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
@media screen and (max-width: 480px) {
  /* line 233, ../scss/_episode.scss */
  #page-topSP, #page-topPC {
    width: 45px;
    height: auto;
  }
}
/* line 248, ../scss/_episode.scss */
#page-topSP img, #page-topPC img {
  width: 100%;
}

/* line 252, ../scss/_episode.scss */
#page-topSP {
  display: none;
}
@media screen and (max-width: 480px) {
  /* line 252, ../scss/_episode.scss */
  #page-topSP {
    display: block;
    cursor: pointer;
  }
}

/* line 258, ../scss/_episode.scss */
#page-topPC {
  display: none;
}
@media screen and (min-width: 481px) {
  /* line 258, ../scss/_episode.scss */
  #page-topPC {
    display: block;
  }
}

/*safari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  _::-webkit-full-page-media, _:future, :root #page-topPC,#page-topSP {
    display: none;
  }
}




/*STAFF / CAST*/
#cast h3,
#onairDetail h3,
#music h4,
#goodsDetail dl dt,
#goodsDetail .benefit h5 {
  width: 150px;
  background-color: #fff600;
  box-sizing: border-box;
  border: solid 2px #040404;
  text-align: center;
  padding: .4em 0;
  margin-bottom: 30px;
}
.staff h3,
.cast h3 {
  line-height: 1;
}
.staff h3 img {
  width: 58px;
  vertical-align: bottom;
}
.cast h3 img {
  width: 48px;
  vertical-align: bottom;
}

#castDetail article {
  max-width: 800px;
  background-color: #fff;
  box-shadow: rgba(0,193,228,.1) 0 0 10px;
  box-sizing: border-box;
  padding: 30px;
  margin: auto;
}

#castDetail .staff {
  margin-bottom: 30px;
}
#castDetail article > div {
  margin: 0 30px;
}
#castDetail article dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin: auto;
}
@media screen and (max-width: 767px) {
	#castDetail article {
    padding: 20px;
  }
  #castDetail article > div {
    margin: 0;
  }
  #cast h3 {
		width: 135px;
    margin-bottom: 25px;
	}
  .staff h3 img {
    width: 53px;
  }
  .cast h3 img {
    width: 44px;
  }
	#castDetail dl {
	  width: 100%;
	}
}
#castDetail dl > div {
  width: 50%;
  margin-bottom: 35px;
}
#castDetail dl > div:last-of-type,
#castDetail dl > div:nth-last-of-type(2) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #castDetail .staff dl > div,
  #castDetail .cast dl > div {
    margin-bottom: 25px;
  }
  #castDetail .cast dl > div:last-of-type,
  #castDetail .cast dl > div:nth-last-of-type(2) {
    margin-bottom: 10px;
  }
}

#castDetail dt {
  color: #ff7e00;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
}

#castDetail dd {
  font-size: 2.4rem;
  font-weight: 500;
}


/*GOODS*/
/* GOODS LIST */
#goods #mainInner {
  margin-bottom: 50px;
}
.goods-list {
  margin: auto;
  font-size: 1.6rem;

  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods-item {
  width: 300px;
  background: -moz-linear-gradient(left, #ff7e00, #ff2400);
  background: -webkit-linear-gradient(left, #ff7e00, #ff2400);
  background-image: linear-gradient(to right, #ff7e00, #ff2400);
  box-shadow: rgba(0,193,228,.1) 0 0 10px;
  margin-right: 50px;
  margin-bottom: 50px;
  transition: .4s ease;
}
.goods-item:hover {
  opacity: .4;
}
.goods-item a:hover {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .goods-list {
    min-width: 760px;
  }
  .goods-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #goods #mainInner {
    margin-bottom: 30px;
  }
  .goods-item {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 35px;
  }
  .goods-item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 6px;
  }
}
.goods-thumb {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  height: 300px;
}

.goods-thumb p {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.goods-title {
  color: #fff;
  padding: 8px 15px;
}
.goods-title span {
  /* 省略 */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
  .goods-thumb {
    height: 200px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.goods-list {
		max-width: 700px;
	}
	.goods-item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 10px;
  }
  .goods-thumb {
  	height: 300px;
  }
}
@media screen and (max-width: 320px) {
  .goods-thumb {
    height: 170px;
  }
}

/* GOODS-D */
#goodsDetail article a,
#musicDetail article a,
#special-dDetail article a {
  color: #f86e93;
}

#goods-d .entry {
	box-sizing: border-box;
  background-color: #fff;
  box-shadow: rgba(0,193,228,.1) 0 0 10px;
}
#goodsDetail .entryBody {
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#goods-d .entry a {
	display: inline-block;
}
#goods-d h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 15px 50px;
  background: -moz-linear-gradient(left, #ff7e00, #ff2400);
  background: -webkit-linear-gradient(left, #ff7e00, #ff2400);
  background-image: linear-gradient(to right, #ff7e00, #ff2400);
}
@media screen and (max-width: 991px){
  #goodsDetail .entryBody {
    padding: 30px;
  }
  #goods-d h3 {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px){
  #goodsDetail .entryBody {
    padding: 20px;
	}
  #goods-d h3 {
    padding: 10px 20px;
  }
}

#goodsDetail article p {
  margin-bottom: 10px;
}
.comic-img {
  width: 45%;
  margin-bottom: 20px;
}
.comic-img img {
    width: 100%;
}
.comic-img .line {
   border: solid 1px #d9d9d9;
}
.right-box {
  width: 55%;
  box-sizing: border-box;
  padding-left: 40px;
}
.right-box dl {
	margin-bottom: 20px;
}

@media screen and (max-width: 480px){
  .comic-img,
  .right-box{
    width: 100%;
  }
  .right-box{
    padding-left: 0;
  }
}
#goodsDetail .full,
#goodsDetail .benefit {
  width: 100%;
  display: block;
}
#goodsDetail .benefit {
  margin-top: 20px;
}

#goodsDetail .buy-btn {
  display: inline-block;
  position: relative;
  margin: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  #goodsDetail .benefit {
    margin-top: 25px;
  }
  #goodsDetail .benefit .buy-btn {
    margin-top: 0;
    margin-bottom: 35px;
  }
}

#goodsDetail .buy-btn > a {
  display: inline-block;
  color: #fff;
  background-color: #ff3983;
  padding: 0 2.7em;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
  transition: 0.2s ease;
  position: relative;
}
#goodsDetail .buy-btn > a:hover {
  background-color: #ffd4e4;
  opacity: 1;
}
#goodsDetail dl div {
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}
#goodsDetail dl dt {
	width: 6em;
  padding: 0;
  margin-bottom: 0;
  margin-right: 30px;
}
#goodsDetail dl dd {
	width: calc(100% - 6em - 30px);
}

@media screen and (max-width: 991px) {
	#goodsDetail dl dt {
		margin-right: 20px;
	}
	#goodsDetail dl dd {
		width: calc(100% - 6em - 20px);
	}
}

#goodsDetail .right-box .r-date{
  font-size: 2rem;
  font-weight: 600;
  color: #ff7e00;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#goodsDetail .right-box .r-date{
	  margin-bottom: 15px;
	}
  #goodsDetail dl div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #goodsDetail dl dt {
    margin-bottom: 5px;
  }
  #goodsDetail dl dd {
    width: 100%;
  }
}

.under-box {
  width: 100%;
}

#goodsDetail .benefit h4 {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  background: -moz-linear-gradient(left, #ff7e00, #ff2400);
  background: -webkit-linear-gradient(left, #ff7e00, #ff2400);
  background-image: linear-gradient(to right, #ff7e00, #ff2400);
  color: #fff;
  padding: .7em 1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #goodsDetail .benefit h4 {
    margin-bottom: 20px;
  }
}

#goodsDetail .shop {
  margin: 0 0 30px;
  border-bottom: dashed 1px #ff7e00;
  position: relative;
  z-index: 1;
}
#goodsDetail .shop:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #goodsDetail .shop {
    margin: 0 0 35px;
  }
}
#goodsDetail .shop-cont {
  padding: 0 5px;
}
#goodsDetail .bene-cont {
  margin-bottom: 30px;
}

#goodsDetail .benefit h5 {
  display: inline-block;
  width: auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  padding: 0 20px;
  margin-bottom: 15px;
}

#goodsDetail .benefit .bene-img{
  width: 65%;
  margin-top: 15px;
  margin: 30px auto 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #goodsDetail .benefit h5 {
    max-width: 83%;
    text-align: left;
  }
  #goodsDetail .benefit .bene-img{
    width: 100%;
  }
}
#goodsDetail .benefit .bene-img img{
  width: 100%;
}
#goodsDetail .benefit .bene-title{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

#goods .red{
  color: red;
}
#goods .bold{
  font-weight: 700;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*期間限定オーディオコメンタリー*/
.sample-video{
  position: relative;
  width: 100%;
  padding-top: 56.25%!important;
  margin: 10px auto 24px!important;
}
.sample-video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




/*ON AIR*/
#onairDetail .onair-txt{
  text-align: center;
  margin-bottom: 30px;
}
#onairDetail .onair-txt img {
  width: 610px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #onairDetail .onair-txt {
  	margin-bottom: 20px;
  }
  #onairDetail .onair-txt img {
    width: 310px;
  }
}

#onairDetail h3 {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
	#onairDetail h3 {
	  width: 135px;
	  margin-bottom: 25px;
	}
}
#onairDetail article {
	max-width: 800px;
  font-size: 2rem;
  background-color: #fff;
  padding: 30px;
	margin: auto;
}
@media screen and (max-width: 320px) {
  #onairDetail article {
    font-size: 1.8rem;
  }
}
#onairDetail .broadcast {
  margin-bottom: 30px;
}

#onairDetail dl div {
  font-size: 2rem;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	#onairDetail article {
    padding: 20px;
  }
	#onairDetail dl div {
		font-size: 1.8rem;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
}

#onairDetail dl dt{
  width: 9em;
  color: #ff7e00;
  font-weight: 700;
}
.web-fast {
  margin-bottom: 45px;
}
.web-fast p:nth-of-type(1),
.web-li p {
  margin-bottom: 25px;
}
.web-fast p:nth-of-type(2),
.web-li li {
	display:inline-block;
  width: calc((100% - 50px) / 3);
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #ff3983;
  box-sizing: border-box;
  padding: .3em 1.5em;
  position: relative;
}
.web-li ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.web-li li {
  margin-bottom: 20px;
}

.web-fast a,
.web-li a {
  color: #fff;
  padding: .3em 1.5em;
  margin: -.3em -1.5em;
}
.web-fast a:hover,
.web-li a:hover {
  opacity: 1;
  background-color: #ffd4e4;
}
#onairDetail .web-fast a::after,
#onairDetail .web-li a::after,
#goodsDetail .buy-btn > a::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: .6em;
	position: absolute;
	top: .3em;
	right: .3em;
	background-image: url(../img/outside_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#onairDetail dd {
  font-weight: 400;
  line-height: 1.6;
}
#onairDetail dl dd .p-indent{
  display: block;
  padding-left: 8em;
  font-size: .9em;
}
/*#onair > section #mainInner #content #onairDetail article dl dd[class="indent"] {
 line-height: 1.7; 
}*/
@media screen and (max-width: 991px) and (min-width: 768px) {
  .web-fast p:nth-of-type(2), 
  .web-li li {
    font-size: 1.8rem;
    padding: .3em .5em;
  }
  .web-fast a,
  .web-li a {
    padding: .3em .5em;
    margin: -.3em -.5em;
  }
}
@media screen and (max-width: 767px) {
  #onairDetail dl dt{
    width: 100%;
    margin-bottom: 2px;
  }
  #onairDetail dl dd{
    width: 100%;
  }
  .web-fast {
    margin-bottom: 35px;
  }
  .web-fast p:nth-of-type(2),
  .web-li li {
    width: calc((100% - 15px) / 2);
  }
  .web-li li {
    height: 3.5em;
    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;
    margin-bottom: 15px;
  }
}

/*SPECIAL*/
#specialDetail {
	text-align: center;
}

#special h3 {
  color: #fff;
  display: inline-block;
  background: -moz-linear-gradient(left, #ff7e00, #ff2400);
  background: -webkit-linear-gradient(left, #ff7e00, #ff2400);
  background-image: linear-gradient(to right, #ff7e00, #ff2400);
  position: relative;
  padding: 20px 100px;
  margin-bottom: 20px;
}
#special h3::after {
  content: "";
  display: inline-block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: solid 2px #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
#special h3 img {
  width: 190px;
  height: auto;
  vertical-align: middle;
}
#special #specialDetail ol {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#special #specialDetail li {
  width: calc((100% - 100px) / 3 );
  background-color: #fff;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 15px 15px 10px 15px;
  box-shadow: rgba(0,193,228,.1) 0 0 10px;
}
@media screen and (min-width: 992px) {
	#special #specialDetail li:nth-of-type(3n-2),
  #special #specialDetail li:nth-of-type(3n-1) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  #special #specialDetail li {
    width: calc((100% - 60px) / 3 );
  }
  #special #specialDetail li:nth-of-type(3n-2),
  #special #specialDetail li:nth-of-type(3n-1) {
    margin-right: 30px;
  }
}

#specialDetail > p {
	font-size: 1.8rem;
  margin-bottom: 30px;
}
#special .sample-gif {
	margin-bottom: 10px;
  position: relative;
}
#special .gif-title {
	text-align: center;
}
#specialDetail img {
  vertical-align: bottom;
}
#specialDetail .download-icon {
  /*box-shadow: #fff 0 0 2px;
  border-radius: 30px;*/
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#specialDetail .download-icon img {
  width: 40px;
  height: 40px;
}


@media screen and (max-width: 767px) {
  main#special h2 {
  	margin-bottom: 30px;
  }
  #special h3 {
    padding: 18px 70px;
  	margin-bottom: 15px;
  }
  #special h3 img {
    width: 140px;
  }
  #special #specialDetail li {
  	width: calc((100% - 15px) / 2);
    padding: 10px;
  	margin-bottom: 35px;
  }
  #special #specialDetail li:nth-of-type(3n-2), 
  #special #specialDetail li:nth-of-type(3n-1) {
    margin-right: 0;
  }
  #special #specialDetail li:nth-of-type(2n-1) {
    margin-right: 15px;
  }
  #special .sample-gif {
    margin-bottom: 5px;
  }
  #specialDetail .download-icon {
    bottom: 5px;
    left: 5px;
  }
  #specialDetail .download-icon img {
    width: 30px;
    height: 30px;
  }
  #specialDetail > p {
    margin-bottom: 20px;
  }
}

/* IE対応 */
_:-ms-lang(x)::-ms-backdrop, #specialDetail img {
  width: 100%;
}




/*SPECIAL-D*/
#special-d article {
  box-sizing: border-box;
  background-color: rgba(255,255,255,.9);
  padding: 30px;
}
#special-dEntries h4 {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background-color: #31b3be;
  padding: .1em 1em;
  border: 2px solid #4c484c;
  margin-bottom: 30px;
}
#special-dEntries .entry img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 750px;
  margin: 0 auto 50px;
}
#special-dEntries .entry p {
  margin-bottom: 10px;
}
/*テキストリンク改行させない*/
#special-dEntries .entry a {
  display: inline;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #special-dEntries .entry {
    padding: 20px 15px;
  }
  #special-dEntries h4 {
    margin-bottom: 20px;
  }
  #special-dEntries .entry img {
    margin-bottom: 20px;
  }
}

/*ブラウザバック 動画崩れ防止*/
#special-dEntries .wp-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 10px auto 0;
}
/*jsかかってるのでタグが異なるので2つ指定*/
#special-dEntries .wp-video video, 
#special-dEntries .wp-video .wp-video-shortcode {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}/*#mep_0は動画共通ではなく、動画ごとに変わるのでclassの方を指定してあげる*/

/*オーディオ100%表示*/
@media screen and (max-width: 480px) {
  #special-dEntries table{
    width: 100%!important;
  }
}
@media screen and (max-width: 480px) {
  #special-dEntries table td{
    display: block;
    width: 100%!important;
  }
  #special-dEntries table td:nth-of-type(2n) {
    margin-bottom: .7em;
  } 
}

/* MUSIC */
#music .entry {
  max-width: 800px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(0,193,228,.1) 0 0 10px;
  box-sizing: border-box;
  padding: 30px;
  margin: auto;
}

.music-info {
	font-size: 2rem;
  text-align: left;
	margin-bottom: 60px;
}
#music .under-box {
  text-align: center;
  margin-top: 50px;
}
#music h3 {
  display: inline-block;
	background: -moz-linear-gradient(left, #ff7e00, #ff2400);
  background: -webkit-linear-gradient(left, #ff7e00, #ff2400);
  background-image: linear-gradient(to right, #ff7e00, #ff2400);
  position: relative;
  padding: 1.5em 5.5em;
	margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
  #music h3 {
    padding: 1.5em 4.5em;
  }
}
#music h3::after {
  content: "";
  display: inline-block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: solid 2px #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
#music h3 img {
  width: 230px;
  vertical-align: middle;
}
#music .cd-img {
  width: 55%;
  margin: 0 auto 30px;
}
#musicDetail dl div {
	max-width: 400px; 
	margin: 0 auto 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
#musicDetail dt {
	width: 7em;
  display: inline-block;
  color: #ff7e00;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
#musicDetail dd,
.music-dist p {
	font-weight: 400;
}

#music h4 {
	width: 230px;
  margin: 0 auto 30px;
}
#music h4 img {
  width: 95px;
  vertical-align: middle;
}

.video-frame {
  width: 68%;
  margin: auto;
}
@media screen and (max-width: 767px) {
	#music .entry {
    padding: 20px;
  }
  #music .cd-img {
    width: 95%;
  }
  .music-info {
		margin-bottom: 50px;
	}
	#musicDetail dl div {
		max-width: 325px;
		margin: 0 auto 15px;
	}
  #musicDetail dt {
    margin-bottom: 6px;
  }
	#music h3 {
		margin-bottom: 30px;
	}
  #music h4 img {
    width: 72px;
  }
	
  .video-frame {
    width: 100%;
  }
}
