* {
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-feature-settings: 'palt';
  text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  cursor: pointer;
}
label {
  cursor: pointer;
}
ul,
ul li,
figure,
p,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd {
  display: block;
  margin: 0;
  padding: 0;
}
ul,
ul li {
  list-style: none;
}
a {
  color: #3d3936;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
body {
  position: relative;
  overflow-x: hidden;
  color: #3d3936;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
body.character {
  background: url("/assets/img/bg/bg_character.jpg") center top;
  background-size: 500px 500px;
}
body.goods {
  background: url("/assets/img/bg/bg_goods.jpg") center top;
  background-size: 500px 500px;
}
body.news {
  background: url("/assets/img/bg/bg_news.jpg") center top;
  background-size: 500px 500px;
}
body.onair {
  background: url("/assets/img/bg/bg_onair.jpg") center top;
  background-size: 500px 500px;
}
body.story {
  background: url("/assets/img/bg/bg_story.jpg") center top;
  background-size: 500px 500px;
}
body.info {
  background: url("/assets/img/bg/bg_info.jpg") center top;
  background-size: 500px 500px;
}
body.events {
  background: url("/assets/img/bg/bg_events.jpg") center top;
  background-size: 500px 500px;
}
body.special {
  background: url("/assets/img/bg/bg_special.jpg") center top;
  background-size: 500px 500px;
}
html.menuOpen {
  overflow: hidden;
}
#main {
  min-height: 100vh;
  padding: 35px 3% 100px 3%;
}
body.home #main {
  padding: 0;
}
#content {
  max-width: 1000px;
  margin: 0 auto;
}
.content-inner {
  position: relative;
  margin-bottom: 70px;
  padding: 70px 50px;
  border-radius: 47px;
  background-color: #f9f2d4;
}
.SP {
  display: none;
}
.btn,
.buyBtn,
.btn-back {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 86px;
  margin: 0 auto;
  background: url("/assets/img/common/bg_btn_red.svg") no-repeat;
  color: #fff !important;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none !important;
  opacity: 1;
}
.btn:hover,
.buyBtn:hover,
.btn-back:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
body.goods .btn,
body.goods .buyBtn,
body.goods .btn-back {
  width: 243px;
  height: 74px;
  background-size: 243px 74px;
  font-size: 1.25rem;
}
.btn a,
.buyBtn a,
.btn-back a {
  color: #fff !important;
  text-decoration: none !important;
}
.btn.fs,
.buyBtn.fs,
.btn-back.fs {
  width: 268px;
  height: 72px;
  background: url("/assets/img/common/bg_btn_red_s.svg") no-repeat;
  font-size: 1.25rem;
}
.top-main-img {
  position: relative;
}
.top-main-img .logo {
    -webkit-transform-origin: center center;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform: scale(1);
    z-index: 2;
    position: absolute;
    top: 1.25%;
    left: 20.5%;
    width: 23%;
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
}

.top-main-img .logo img {
  width: 100%;
}
.top-main-img .onair {
    -webkit-transform-origin: 55% top;
    -webkit-transition-delay: 0.5s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform: scale(1);
    position: absolute;
    top: 20%;
    left: 15.8%;
    width: 29%;
    transform: scale(1);
    transform-origin: 55% top;
    opacity: 1;
    transition-delay: 0.5s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.top-main-img .onair img {
  width: 100%;
}
.top-main-img .main img {
  width: 100%;
}
.top-main-img.hide .logo {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.top-main-img.hide .onair {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.tit {
  height: 74px;
  margin-bottom: 80px;
  padding-top: 20px;
  background: url("/assets/img/common/bg_title.svg") no-repeat center center;
  color: #aa5a05;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 4px 4px 1px #f9f2d4, -4px -4px 1px #f9f2d4, -3px -4px 1px #f9f2d4, -4px 4px 1px #f9f2d4, 4px -4px 1px #f9f2d4, 4px 0 1px #f9f2d4, -4px 0 1px #f9f2d4, 0 4px 1px #f9f2d4, 0 -4px 1px #f9f2d4;
}
body.character .tit {
  color: #ef5870;
}
body.goods .tit {
  color: #7dab01;
}
body.onair .tit {
  color: #3db29a;
}
body.story .tit {
  color: #4f83cc;
}
body.info .tit {
  color: #ef601a;
}
body.events .tit {
  color: #816de3;
}
body.news .tit {
  color: #019acd;
}
body.special .tit {
  color: #c16fe3;
}
.titM {
  margin-bottom: 35px;
  color: #aa5a05;
  font-size: 2.25rem;
  font-weight: 800;
  text-align: center;
}
.titM:before {
  display: inline-block;
  width: 49px;
  height: 2px;
  margin-right: 40px;
  background: url("/assets/img/common/ln_tit_m.png") no-repeat center center;
  background-size: 49px 2px;
  vertical-align: middle;
  content: "";
}
.titM:after {
  display: inline-block;
  width: 49px;
  height: 2px;
  margin-left: 40px;
  background: url("/assets/img/common/ln_tit_m.png") no-repeat center center;
  background-size: 49px 2px;
  vertical-align: middle;
  content: "";
}
.titS {
  margin-bottom: 35px;
  color: #aa5a05;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
}
.titS:before {
  display: inline-block;
  width: 49px;
  height: 2px;
  margin-right: 40px;
  background: url("/assets/img/common/ln_tit_m.png") no-repeat center center;
  background-size: 99px 2px;
  vertical-align: middle;
  content: "";
}
.titS:after {
  display: inline-block;
  width: 49px;
  height: 2px;
  margin-left: 40px;
  background: url("/assets/img/common/ln_tit_m.png") no-repeat center center;
  background-size: 99px 2px;
  vertical-align: middle;
  content: "";
}
.titD {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 45px;
  margin: 0 auto 15px auto;
  border-radius: 24px;
  background-color: #97817c;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 800;
}
.titD strong {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1;
}
.fs16 {
  font-size: 1rem;
}
.fs18 {
  font-size: 1.125rem;
}
.mB10 {
  display: block;
  margin-bottom: 10px !important;
}
.mB20 {
  display: block;
  margin-bottom: 20px !important;
}
.mB30 {
  display: block;
  margin-bottom: 30px !important;
}
.mB40 {
  display: block;
  margin-bottom: 40px !important;
}
.mB50 {
  display: block;
  margin-bottom: 50px !important;
}
.mB60 {
  display: block;
  margin-bottom: 60px !important;
}
.mB70 {
  display: block;
  margin-bottom: 70px !important;
}
.pt2 {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #5d440d;
  color: #fff;
  font-size: 1.125em;
}
.bx-movie2 {
  max-width: 100%;
  height: 405px;
  text-align: center;
}
.column100p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px auto 0;
}
.column100p img {
  width: 100%;
  border-radius: 16px;
}
.column2 {
  width: 100%;
  overflow: hidden;
}
.column2 img {
  width: 100%;
  border-radius: 16px;
}
.column2 p {
  width: 49%;
  margin: 0 2% 0 0;
  float: left;
}
.column2 p img {
  width: 100%;
  border-radius: 16px;
}
.column2 p:nth-child(2n) {
  margin-right: 0;
}
.column3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
}
.column3 p {
  width: 33%;
}
.column3 p img {
  width: 100%;
  border-radius: 16px;
}
.column240 {
  width: 100%;
  max-width: 240px;
  margin: 30px auto;
}
.column240 img {
  width: 100%;
  border-radius: 16px;
}
.column320 {
  width: 100%;
  max-width: 320px;
  margin: 30px auto;
}
.column320 img {
  width: 100%;
  border-radius: 16px;
}
.column360 {
  width: 100%;
  max-width: 360px;
  margin: 30px auto;
}
.column360 img {
  width: 100%;
  border-radius: 16px;
}
.column400 {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
}
.column400 img {
  width: 100%;
  border-radius: 16px;
}
.column480 {
  width: 100%;
  max-width: 480px;
  margin: 30px auto;
}
.column480 img {
  width: 100%;
  border-radius: 16px;
}
.column640 {
  width: 100%;
  max-width: 640px;
  margin: 30px auto;
}
.column640 img {
  width: 100%;
  border-radius: 16px;
}
.column720 {
  width: 100%;
  max-width: 720px;
  margin: 30px auto;
}

.column960 {

  width: 960px;
  margin: 30px auto;
}


.column720b {
  width: 100%;
  max-width: 720px;
  margin: 0px auto;
}

.column720b img{
  width: 100%;

}

.column720 img {
  width: 100%;
  border-radius: 16px;
}
.column2news {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.column2news div:nth-child(1) {
  width: 72%;
}
.column2news div:nth-child(1) img {
  width: 100%;
  border-radius: 16px;
}
.column2news div:nth-child(2) {
  width: 25%;
}
.column2news div:nth-child(2) img {
  width: 100%;
  border-radius: 16px;
}
.newscolumn3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.newscolumn3 p {
  width: 33%;
}
.newscolumn3 p img {
  width: 100%;
  border-radius: 16px;
}

.column3f {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 67%;
  margin:0 auto;
}
.column3f p {
  width: 49.5%;
}
.column3f p img {
  width: 100%;
  border-radius: 16px;
}



.newscolumn3b {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -ms-flex-wrap: wrap;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto ;
}
.newscolumn3b p {
  width: 32%;
}
.newscolumn3b p img {
  width: 100%;
  border-radius: 16px; 
  display:block;
  margin-bottom:10px;
}

@media only screen and (max-width: 768px) {
.newscolumn3b {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -ms-flex-wrap: wrap;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  margin: 0 auto;
}
.newscolumn3b p {
  width: 100%;

}
.newscolumn3b p img {
  width: 70%;
  border-radius: 16px;
  margin:0 auto 10px;
  display:block;
}
  }


.column2news1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
.column2news1 article {
  width: 49%;
}
.column2event {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.column2event div {
  width: 49.5%;
}
.column2event div img {
  width: 100%;
  border-radius: 16px;
}
.column4event {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  width: 80%;
}
.column4event div {
  width: 32%;
}
.column4event div img {
  width: 100%;
  border-radius: 16px;
}
.movie-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#footer {
  z-index: 10;
  position: relative;
  background: url("/assets/img/footer/bg_footer.jpg") no-repeat center center;
  background-size: cover;
}
#footer:after {
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("/assets/img/footer/brd_footer.png") repeat-x center center;
  background-size: 1366px 12px;
  content: "";
}
#footer .banner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 65px 3%;
  width:100%;
  flex-wrap:wrap;
}
#footer .banner li {

  margin: 0 0.5% 20px;
  width:24.5%;
}
#footer .banner li a {
  -webkit-box-shadow: 1px 1px 30px rgba(0,0,0,0.4);
  display: block;
  width: 100%;
  margin: 0 0.5% 20px;

  box-shadow: 1px 1px 30px rgba(0,0,0,0.4);
  line-height: 0;
  opacity: 1;
}
#footer .banner li a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
#footer .banner li a img {
  width: 100%;
}
#footer .copyright {
  padding: 15px 3%;
  background-color: rgba(38,17,0,0.667);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}
#footer .sns {
  position: absolute;
  top: -67px;
  left: 0;
  width: 100%;
}
#footer .sns ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 67px;
  margin: 0 auto;
  padding-top: 15px;
  background: url("/assets/img/footer/bg_share.png") no-repeat center top;
  background-size: 360px 69px;
}
#footer .sns ul li {
  margin: 0 17px;
}
#footer .sns ul li a {
  display: block;
  opacity: 1;
}
#footer .sns ul li a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
#footer .sns ul li a img {
  width: 39px;
}
#pagetop {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  z-index: 12;
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 0;
  width: 125px;
  height: 250px;
  opacity: 0;
  opacity: 1;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#pagetop:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
html.fixed #pagetop {
  position: fixed;
  top: auto;
  bottom: 0;
  opacity: 1;
}
html.fixed.footer #pagetop {
  position: absolute;
  top: -250px;
  bottom: auto;
  opacity: 1;
}
html.menuOpen #pagetop {
  bottom: -200px !important;
}
#pagetop img {
  width: 100%;
}


#floating{
  position: fixed;
  top: 130px;
  right: 0;
  opacity: 1;
  width:156px;
}
#floating img{
  width:100%;
}
@media only screen and (max-width: 768px){
#floating{
  position: fixed;
  top: 40px;
  right: 0;
  opacity: 1;
  width:82px;
}
#floating img{
  width:100%;
}
}



#header {
  position: relative;
  padding: 0 70px 25px 25px;
}
body.home #header {
  display: none;
}
#header .headerInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#header .headerInr .logo {
  width: 17.2%;
}
#header .headerInr .logo a {
  display: block;
  opacity: 1;
}
#header .headerInr .logo a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
#header .headerInr .logo img {
  width: 100%;
}
#header .bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.menu {
  width: 82.8%;
  padding-left: 25px;
}
html.menuOpen .menu {
  z-index: 11;
  height: 98%;
}
html.menuOpen .menu .menuInr {
  height: 100%;
}
.menu .menuInr .btnOpen {
  display: none;
  color: #aa5a05;
  font-size: 1.375rem;
  font-weight: 900;
  text-shadow: 4px 4px 1px #f9f2d4, -4px -4px 1px #f9f2d4, -3px -4px 1px #f9f2d4, -4px 4px 1px #f9f2d4, 4px -4px 1px #f9f2d4, 4px 0 1px #f9f2d4, -4px 0 1px #f9f2d4, 0 4px 1px #f9f2d4, 0 -4px 1px #f9f2d4;
}
.menu .menuInr .btnOpen .ico {
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}
.menu .menuInr .btnClose {
  visibility: hidden;
  position: absolute;
  bottom: 10px;
  left: 12px;
  color: #aa5a05;
  font-size: 1.375rem;
  font-weight: 900;
  text-shadow: 4px 4px 1px #f9f2d4, -4px -4px 1px #f9f2d4, -3px -4px 1px #f9f2d4, -4px 4px 1px #f9f2d4, 4px -4px 1px #f9f2d4, 4px 0 1px #f9f2d4, -4px 0 1px #f9f2d4, 0 4px 1px #f9f2d4, 0 -4px 1px #f9f2d4;
}
html.menuOpen .menu .menuInr .btnClose {
  visibility: visible;
}
.menu .menuInr .btnClose .ico {
  display: inline-block;
  width: 23px;
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}
.menu .menuInr .tit {
  display: none;
  color: #aa5a05;
}
html.menuOpen .menu .menuInr .tit {
  display: block;
}
.menu .menuInr .chara03 {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: -200px;
  width: 86px;
  line-height: 0;
  pointer-events: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
html.menuOpen .menu .menuInr .chara03 {
  visibility: visible;
  bottom: 0;
}
.menu .menuInr .chara03 img {
  width: 100%;
}
.menu .menuInr ul {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.menu .menuInr ul li {
  width: calc(100% / 8);
  padding: 0 4px;
}
.menu .menuInr ul li a {
  display: block;
  opacity: 1;
}
.menu .menuInr ul li a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.menu .menuInr ul li a img {
  width: 100%;
}
html.modal {
  overflow: hidden;
}
.slideup {
  -webkit-animation: slideUp 1s forwards;
  animation: slideUp 1s forwards;
}
#modal {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(38,17,0,0.667);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#modal.act {
  z-index: 300;
  opacity: 1;
}
#modal .modal_main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1000px;
  height: 580px;
  margin: auto;
  border-radius: 47px;
  background: #f9f2d4 url("/assets/img/character/bg_modal.jpg") no-repeat right bottom;
  background-size: 1173px 828px;
}
#modal .modal_main .btnClose {
  position: absolute;
  top: 20px;
  right: 20px;
}
#modal .modal_main .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  padding: 0 110px;
}
#modal .modal_main .inner .modal_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#modal .modal_main .inner .info {
  width: 65%;
}
#modal .modal_main .inner figure {
  -webkit-transform: translate(-30px, 0);
  width: 35%;
  transform: translate(-30px, 0);
}
#modal .modal_main .inner .cat {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 30px;
  border-radius: 40px;
  background-color: #f06b40;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 800;
}
#modal .modal_main .inner .cat.cat01 {
  background-color: #f06b40;
}
#modal .modal_main .inner .cat.cat02 {
  background-color: #6f94cd;
}
#modal .modal_main .inner .cat.cat03 {
  background-color: #ceb620;
}
#modal .modal_main .inner .cat.cat04 {
  background-color: #6b6e64;
}
#modal .modal_main .inner .name {
  margin-bottom: 15px;
  color: #aa5a05;
  font-size: 2.625rem;
  font-weight: 800;
}
#modal .modal_main .inner .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 1.375rem;
  font-weight: 800;
}
#modal .modal_main .inner .txt {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.6;
}
#modal .modal_main .inner .sub-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal .modal_main .inner .sub-img li {
  width: 120px;
}
#modal .modal_main .inner .sub-img li img {
  width: 100%;
}
#modal .modal_main .inner .sub-img li + li {
  margin-left: 30px;
}
#modal .modal_main .btnPrev,
#modal .modal_main .btnNext {
  -webkit-transform: translate(0, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 115px;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 800;
}
#modal .modal_main .btnPrev {
  left: 0;
  padding: 50px 10px 0 0;
  background: url("/assets/img/common/btn_prev.svg") no-repeat center center;
}
#modal .modal_main .btnNext {
  right: 0;
  padding: 50px 0 0 10px;
  background: url("/assets/img/common/btn_next.svg") no-repeat center center;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.loader {
  -webkit-transform: translateY(-50%) translateZ(0);
  -webkit-animation: loader 1.7s infinite ease, round 1.7s infinite ease;
  position: relative;
  top: 0;
  width: 1em;
  height: 1em;
  margin: 40px auto;
  overflow: hidden;
  transform: translateY(-50%) translateZ(0);
  border-radius: 50%;
  color: #aa5a05;
  font-size: 60px;
  text-indent: -9999em;
  animation: loader 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  to {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
.img-loader:before {
  -webkit-transform: translateX(-50%) translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  position: absolute;
  top: 44%;
  left: 44%;
  width: 3em;
  height: 3em;
  margin: auto;
  transform: translateX(-50%) translateZ(0);
  border-top: 0.5em solid rgba(0,0,0,0.1);
  border-right: 0.5em solid rgba(0,0,0,0.1);
  border-bottom: 0.5em solid rgba(0,0,0,0.1);
  border-left: 0.5em solid #aa5a05;
  border-radius: 50%;
  font-size: 10px;
  text-indent: -9999em;
  animation: load8 1.1s infinite linear;
  content: '';
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  to {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes loader {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  to {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.top-movie {
  position: absolute;
  top: 3%;
  right: 1%;
  /*width: 19.3%;*/
  /* width: 33%; */
  /* width: clamp(220px, 25vw, 300px); */
  width: max(220px,20vw);
}
.top-movie a {
  display: block;
  /* position: absolute;
  top: 10%;
  right: 10%;
  left: 10%; */
  margin-bottom: 20px;
  opacity: 1;
}
.top-movie a img {
  right: 0%;
  left: 0%;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  .top-movie {
	top: 16.5%;
    width: 90%;
    margin:0 auto;
 
  }
  .top-movie.bg_long {
    aspect-ratio: 210/210; /* 背景画像の縦横比 - 調整分 */
  }
  .top-movie a {
    display: block;
    /* position: absolute;
    top: 15%;
    right: 3%;
    left: 3%; */
    padding: 0 ;
    width: fit-content;
    margin: 0 auto 20px;
    opacity: 1;
    position: relative;
    z-index: 1;
    top: 210%;
  }
  .top-movie a:hover {
    -webkit-animation: bounce 1s linear;
    animation: bounce 1s linear;
    opacity: 1;
  }
  .top-movie a img {
    /* position: absolute; */
    right: 0%;
    left: 0%;
    width: 100%;
    margin: 0 auto;
  }
  .top-movie .bnr_100ep img {
    width: auto;
    height: 50vw;
  }
  .top-movie.bg_long .bnr_100ep img {
    width: 100%;
    height: auto;
  }
}

.top-movie .belt {
  width: 100%;
  margin-top: -8vw;
  margin-bottom: -8vw;
}
.top-movie .photo {
  -webkit-transform: translate(-50%, 0);
  z-index: 2;
  position: absolute;
  /* bottom: -25px; */
  bottom: -25vw;
  left: 50%;
  /* width: 37.9%; */
  width: 36%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px){
  .top-movie .belt {
    position: absolute;
    top: 0px;
  }

}


.top-menu {
  position: absolute;
  bottom: -26%;
  left: 0;
  width: 100%;
}
.top-menu ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 16%;
  left: 6.1%;
  justify-content: space-between;
  width: 87.8%;
  margin: 0 auto;
  align-items: flex-end;
}
.top-menu ul li {
  width: calc(98% / 7);
}
.top-menu ul li a {
  display: block;
  position: relative;
  opacity: 1;
}
.top-menu ul li a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.top-menu ul li a img {
  width: 100%;
}
.top-menu ul li a img.new {
  position: absolute;
  top: 0;
  left: -15px;
  width: auto;
  height: auto;
}
.top-menu .bg {
  width: 100%;
}
.top-menu .photo {
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 22%;
  transform: translate(-50%, 0);
}
.top-menu .chara01 {
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  bottom: 4%;
  left: 28%;
  width: 13.6%;
  transform: translate(-50%, 0);
}
.top-menu .chara02 {
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  bottom: 4%;
  left: 72%;
  width: 7.2%;
  transform: translate(-50%, 0);
}
.top-news {
  /* padding: calc(100vw / 6.3) 0 200px 0; */
  padding: calc(100vw / 5) 0 200px 0;
  overflow: hidden;
  background: url("/assets/img/bg/bg_news.jpg") center center;
  background-size: 500px 500px;
}
.top-news h2 {
  height: 74px;
  margin-bottom: 80px;
  padding-top: 20px;
  background: url("/assets/img/common/bg_title.svg") no-repeat center center;
  color: #aa5a05;
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-shadow: 4px 4px 1px #f9f2d4, -4px -4px 1px #f9f2d4, -3px -4px 1px #f9f2d4, -4px 4px 1px #f9f2d4, 4px -4px 1px #f9f2d4, 4px 0 1px #f9f2d4, -4px 0 1px #f9f2d4, 0 4px 1px #f9f2d4, 0 -4px 1px #f9f2d4;
}
.top-news-list .news-item:not(.slick-active) {
  pointer-events: none;
}
.news-item a {
  -webkit-box-shadow: 1px 1px 30px rgba(0,0,0,0.267);
  display: block;
  position: relative;
  width: 96%;
  /* max-width: 373px; */
  min-height: 609px;
  margin: 0 auto;
  padding: 64px 30px;
  border-radius: 45px;
  outline: none;
  background-color: #f9f2d4;
  background-image: url("/assets/img/common/frm_news_top.png"), url("/assets/img/common/frm_news_bottom.png");
  background-position: center top 21px, center bottom 26px;
  background-repeat: no-repeat, no-repeat;
  background-size: 90% 3.5%, 90% 3.5%;
  box-shadow: 1px 1px 30px rgba(0,0,0,0.267);
  font-size: 1.375rem;
  font-weight: 800;
  opacity: 1;
}
.news-item a:hover {
  opacity: 1;
}
.news-item a:hover figure {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
}
.news-item a:hover {
  color: #e8435d;
  opacity: 1;
}
.news-item a .cat {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -35px;
  left: 45px;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 35px;
  border-radius: 19px 19px 0 0;
  background-color: #186fec;
  color: #fff;
  font-size: 1.0625rem;
}
.news-item a figure {
  position: relative;
  height: 313px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 5px solid #c0b097;
  border-radius: 30px;
  background-color: #fff;
}
.news-item a figure img {
  -o-object-fit: contain;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-item a .date {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 15px;
  border-radius: 25px;
  background: #fff;
}
.news-item a .txt {
  display: block;
  min-height: 99px;
  background: url("/assets/img/common/ln_news.png") center top;
  background-size: 308px 34px;
}
.news-item.goods a .cat {
  background-color: #7dab01;
}
.news-item.movie a .cat {
  background-color: #f1621d;
}
.news-item.event a .cat {
  background-color: #816de3;
}
.news-item.story a .cat {
  background-color: #4f83cc;
}
.news-item.onair a .cat {
  background-color: #3db29a;
}
.top-news-list {
  margin-bottom: 65px;
}
.top-news-list .slick-list {
  overflow: visible;
}
.top-news-list .slick-arrow {
  -webkit-transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.top-news-list .slick-arrow.prev,
.top-news-list .slick-arrow.next {
  width: 75px;
  height: 115px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 800;
  text-align: center;
}
.top-news-list .slick-arrow.prev:hover,
.top-news-list .slick-arrow.next:hover {
  opacity: 0.7;
}
.top-news-list .slick-arrow.prev {
  left: 0;
  padding: 50px 10px 0 0;
  background: url("/assets/img/common/btn_prev.svg") no-repeat center center;
}
.top-news-list-sp {
}
.top-news-list .slick-arrow.next {
  right: 0;
  padding: 50px 0 0 10px;
  background: url("/assets/img/common/btn_next.svg") no-repeat center center;
  margin: 0 0.5% 20px;
/*  width:24.5%;*/
}
.news-detail {
  position: relative;
  margin-bottom: 70px;
  padding: 70px 50px;
  border-radius: 47px;
  background-color: #f9f2d4;
  background-image: url("/assets/img/common/frm_detail_top.png"), url("/assets/img/common/frm_detail_bottom.png");
  background-position: center top 26px, center bottom 26px;
  background-repeat: no-repeat, no-repeat;
  background-size: 898px 25px, 898px 25px;
}
.news-detail .name {
  margin-bottom: 15px;
  color: #aa5a05;
  font-size: 2.25rem;
  font-weight: 800;
}
.news-detail .date {
  color: #7a5c55;
  font-size: 1.125rem;
  font-weight: 800;
}
.news-detail .cat {
  position: absolute;
  top: 0;
  left: 50px;
  padding: 5px 35px;
  border-radius: 0 0 19px 19px;
  background-color: #186fec;
  color: #f9f2d4;
  font-size: 1.1875rem;
  font-weight: 800;
}
.news-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.news-list .news-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 70px;
}
.news-list .news-item:nth-child(3n) {
  margin-right: 0;
}
.news-list .news-item a {
  height: 100%;
  min-height: auto;
  padding: 64px 18px;
  border-radius: 32px;
}
.news-list .news-item a figure {
  height: auto;
  line-height: 0;
}
.news-list .news-item a .cat {
  left: 25px;
}
.news-list .news-item a .date {
  padding: 3px 15px;
  font-size: 0.9375rem;
}
.news-list .news-item a .txt {
  background-size: 308px 27px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.news-post {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
.news-post a {
  color: #f1621d;
  font-weight: 800;
  text-decoration: underline;
}
.info-main-img {
  max-width: 900px;
  margin: 0 auto 50px auto;
}
.info-main-img img {
  width: 100%;
}
.content-info {
  font-size: 1.375rem;
}
.content-info .titM {
  margin-bottom: 20px;
}
.content-info .txt {
  margin-bottom: 50px;
  text-align: center;
}
.content-info .name {
  margin-bottom: 15px;
  color: #7b5952;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
}
.content-info .cast-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-info .cast-block {
  width: 50%;
  text-align: center;
}
.content-info .cast-staff {
  margin-bottom: 30px;
}
.content-info .cast-staff dt {
  color: #7b5952;
  font-weight: 800;
}
.content-info .credit {
  text-align: center;
}
.content-info .credit ul {
  display: inline-block;
}
.content-info .credit ul li {
  text-align: left;
}
table.onair {
  width: 100%;
}
table.onair .vol {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 30px;
  border-radius: 23px;
  background-color: #eca733;
  color: #fff;
  font-size: 0.9375rem;
}
table.onair .vol strong {
  font-size: 1.375rem;
}
table.onair th {
  padding: 20px 0;
  color: #fff;
  font-size: 1.375rem;
  vertical-align: middle;
}
table.onair th:nth-child(1) {
  padding-right: 20px;
}
table.onair th div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-image: url("/assets/img/common/bg_table_onair02.png"), url("/assets/img/common/bg_table_onair01.png");
  background-position: right center, left center;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 44px, 750px 44px;
}
table.onair tr {
  background: url("/assets/img/common/ln_onair.png") repeat-x center bottom;
  background-size: 896px 3px;
}
table.onair td {
  padding: 20px 0;
  vertical-align: middle;
}
table.onair td:nth-child(1) {
  font-size: 1.375rem;
  font-weight: 800;
}
table.onair td:nth-child(2) {
  font-size: 1.25rem;
}
.streaming {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.streaming li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 25px;
}
.streaming li:nth-child(4n) {
  margin-right: 0;
}
.streaming li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;

  background-color: #fff;
  color: #ef601a;
  font-size: 1.125rem;
  opacity: 1;
}
.streaming li a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.streaming li a span {
  text-align: center;
}
.character-main {
  max-width: 1000px;
  margin: 0 auto;
}
.character-list {
  position: relative;
  padding-bottom: 70px;
  border-radius: 47px;
  background-color: #f9f2d4;
}
.character-list ul.chara {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.character-list ul.chara li {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 45px;
}
.character-list ul.chara li:nth-child(4n) {
  margin-right: 0;
}
.character-list ul.chara li a {
  display: block;
  border-radius: 16px;
  outline: none;
  opacity: 1;
}
.character-list ul.chara li a:hover {
  opacity: 1;
}
.character-list ul.chara li a:hover figure {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
}
.character-list ul.chara li a:hover figure:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #febc3c;
  border-radius: 16px;
  content: "";
}
.character-list ul.chara li a figure {
  position: relative;
  height: 195px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}
.character-list ul.chara li a figure img {
  z-index: 2;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.character-list ul.chara li a .name {
  color: #aa5a05;
  font-size: 1.375rem;
  font-weight: 800;
}
.character-list ul.chara li a .cv {
  font-size: 1.1875rem;
  font-weight: 800;
}
.character-list .slick-prev,
.character-list .slick-next {
  display: none !important;
}
.character-list .slick-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.character-list .slick-dots li {
  width: 56px;
  height: 56px;
  margin: 0 10px;
}
.character-list .slick-dots li button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #c0b097;
  color: #3d3936;
  font-size: 1.5rem;
  font-weight: 800;
  text-indent: inherit;
  opacity: 1;
}
.character-list .slick-dots li button:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.character-list .slick-dots li button:before {
  display: none;
}
.character-list .slick-dots li.slick-active button {
  background-color: #febc3c;
  color: #e8435d;
}
.character-item {
  margin: 0 50px;
  padding: 73px 0 0 0;
}
.chara-tab {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  /* margin: 0 45px; */
  margin: 0 36px;
}
.chara-tab li {
  /* width: 33.3%; */
  width: 25%;
}
.chara-tab li:nth-child(2) a {
  background-color: #6f94cd;
}
.chara-tab li:nth-child(2) a img {
  bottom: -22px;
}
.chara-tab li:nth-child(3) a {
  background-color: #ceb620;
}
.chara-tab li:nth-child(4) a{
  background-color: #6b6e64;
}
.chara-tab li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  padding: 0 10px 0 70px;
  border-radius: 36px 36px 0 0;
  background: #f06b40;
  color: #fff;
  /* font-size: 1.25rem; */
  font-size: 0.85rem;
  font-weight: 900;
  opacity: 1;
}
.chara-tab li a:hover {
  opacity: 1;
}
.chara-tab li a:hover figure {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
}
.chara-tab li a img {
  position: absolute;
  bottom: -15px;
  left: 5px;
  width: 58px;
}
.chara-tab li.act a {
  height: 78px;
  background-image: url("/assets/img/common/arw_down.svg");
  background-position: 56% 60px;
  background-repeat: no-repeat;
}
.chara-tab li.act a img {
  bottom: 0;
}
.content-story {
  width: 100%;
  max-width: 706px;
  margin: 0 auto;
}
.content-story .title {
  margin-bottom: 10px;
  color: #aa5a05;
  font-size: 2.25rem;
  font-weight: 800;
  text-align: center;
}
.content-story .vol {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 37px;
  margin: 0 auto 10px auto;
  border-radius: 23px;
  background-color: #eca733;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 900;
}
.content-story .vol strong {
  display: inline-block;
  margin: 0 3px;
  font-size: 1.375rem;
  font-weight: 900;
}
.content-story .slider_wrap .slick-arrow {
  display: none !important;
}
.content-story .slider_wrap .slick-list {
  overflow: hidden;
  border-radius: 16px;
}
.content-story .slider_wrap .slick-dots {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: -10px;
  justify-content: space-between;
}
.content-story .slider_wrap .slick-dots li {
  position: relative;
  width: 24%;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  line-height: 0;
  opacity: 1;
}
.content-story .slider_wrap .slick-dots li:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.content-story .slider_wrap .slick-dots li img {
  width: 100%;
}
.content-story .slider_wrap .slick-dots li.slick-active:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #aa5a05;
  border-radius: 16px;
  content: "";
  opacity: 0.75;
}
.content-story .txt {
  margin-bottom: 35px;
  font-size: 1.375rem;
  line-height: 2;
}
.story-chara-list ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.story-chara-list ul li {
  width: 24%;
  margin: 0 0.5% 25px 0.5%;
  color: #7b5952;
  font-size: 1.375rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.125em;
}
.story-chara-list ul li .img {
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 0;
  background-color:#FFF;
}
.story-chara-list ul li .img img {
  width: 100%;
}
.backnumber {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.backnumber li {
  width: 10.7%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.backnumber li:nth-child(8n) {
  margin-right: 0;
}
.backnumber li.act a {
  background-color: #ef601a;
}
.backnumber li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 6px 1px #aa5a05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  border-radius: 20px;
  background-color: #efa31f;
  box-shadow: 0 6px 1px #aa5a05;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 800;
  opacity: 1;
}
.backnumber li a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.backnumber li a strong {
  font-size: 1.375rem;
  font-weight: 800;
}
.goods-main {
  max-width: 1000px;
  margin: 0 auto;
}
.goods-tab {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 45px;
}
.goods-tab li {
  width: calc(100% / 4);
  margin-bottom: 20px;
}
.goods-tab li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 6px 1px #aa5a05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 209px;
  height: 57px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #efa31f;
  box-shadow: 0 6px 1px #aa5a05;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  opacity: 1;
}
.goods-tab li a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.goods-tab li.act a {
  -webkit-box-shadow: 0 6px 1px #aa5a05;
  background: #ef601a url("../img/common/arw_down.svg") no-repeat center bottom 5px;
  box-shadow: 0 6px 1px #aa5a05;
}
.goods-sub-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.goods-sub-tab li {
  margin: 0 10px;
}
.goods-sub-tab li a {
  display: block;
  position: relative;
  padding: 12px 30px;
  border-radius: 26px;
  background-color: #97817c;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  opacity: 1;
}
.goods-sub-tab li a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.goods-sub-tab li a:after {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url("/assets/img/common/arw_goods_sub.svg") no-repeat center bottom;
  content: "";
}
.goods-sub-tab li.act a {
  background-color: #7a5c55;
}
.goods-sub-tab li.act a:after {
  background: url("/assets/img/common/arw_goods_sub_act.svg") no-repeat center bottom;
}
.goods-list {
  position: relative;
  padding-bottom: 70px;
  border-radius: 47px;
  background-color: #f9f2d4;
}
.goods-list ul.chara {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.goods-list ul.chara li {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 45px;
}
.goods-list ul.chara li:nth-child(4n) {
  margin-right: 0;
}
.goods-list ul.chara li a {
  display: block;
  position: relative;
  outline: none;
  opacity: 1;
}
.goods-list ul.chara li a:hover {
  opacity: 1;
}
.goods-list ul.chara li a:hover figure {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
}
.goods-list ul.chara li a:hover figure:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #febc3c;
  border-radius: 16px;
  content: "";
}
.goods-list ul.chara li a figure {
  position: relative;
  height: 195px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}
.goods-list ul.chara li a figure img {
  z-index: 2;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.goods-list ul.chara li a .name {
  color: #aa5a05;
  font-size: 1.375rem;
  font-weight: 800;
}
.goods-list ul.chara li a .cv {
  font-size: 1.1875rem;
  font-weight: 800;
}
.goods-list ul.chara li a .new {
  z-index: 10;
  position: absolute;
  top: -10px;
  left: -10px;
  width: auto;
  height: auto;
}
.goods-item {
  margin: 0 50px;
  padding: 73px 0 0 0;
}
.goods-item ul#JPages{
  position:relative;
}
.goods-item ul#JPages li img.new{
  position: absolute;
  z-index: 1000;
  top: -1%;
  margin-left: -10px;
}
.goods-detail {
  padding: 73px 50px;
}
.goods-detail .name {
  margin-bottom: 40px;
  color: #aa5a05;
  font-size: 2.25rem;
  font-weight: 800;
}
.goods-detail .goods-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
.goods-detail .goods-inner figure {
  width: 45%;
  overflow: hidden;
  border-radius: 16px;
  line-height: 0;
}
.goods-detail .goods-inner figure img {
  width: 100%;
}
.goods-detail .goods-inner .info {
  width: 50%;
}
.goods-detail .goods-inner .info a {
  color: #ef601a;
  font-weight: 800;
  text-decoration: underline;
}
.goods-detail .goods-inner .info .txt {
  margin-bottom: 50px;
  font-size: 1.375rem;
  font-weight: 800;
}
.goods-detail .goods-inner .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  background: url("/assets/img/common/li_goods.png") no-repeat center bottom;
  background-size: 452px 3px;
  font-size: 1.375rem;
}
.goods-detail .goods-inner .info dl:first-child {
  background-image: url("/assets/img/common/li_goods.png"), url("/assets/img/common/li_goods.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 452px 3px, 452px 3px;
}
.goods-detail .goods-inner .info dl dt {
  width: 30%;
  padding-left: 15px;
  font-weight: 800;
}
.goods-detail .goods-inner .info dl dd {
  width: 70%;
  font-size: 1.125rem;
}
.goods-detail .detail-info {
  margin-bottom: 30px;
  font-size: 1.125rem;
}
.goods-detail .dvd-subtitle {
  display: block;
  font-size: 1.375rem;
}
.goods-detail .purchase {
  display: none;
}
.event-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
.event-list li {
  width: calc(100% / 2 - 25px);
  margin-right: 25px;
  margin-bottom: 35px;
}
.event-list li:nth-child(2n) {
  margin-right: 0;
}
.event-list li a {
  display: block;
  height: 100%;
  padding: 64px 30px;
  border-radius: 45px;
  background-color: #f9f2d4;
  background-image: url("/assets/img/common/frm_top.png"), url("/assets/img/common/frm_bottom.png");
  background-position: center top 21px, center bottom 26px;
  background-repeat: no-repeat, no-repeat;
  background-size: 411px 20px, 411px 20px;
  opacity: 1;
}
.event-list li a:hover {
  opacity: 1;
}
.event-list li a:hover figure {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
}
.event-list li a .date {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 15px;
  border-radius: 15px;
  background-color: #816de3;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 800;
}
.event-list li a .date strong {
  font-size: 1.375rem;
  font-weight: 800;
}
.event-list li a .name {
  margin-bottom: 15px;
  color: #aa5a05;
  font-size: 1.375rem;
  font-weight: 800;
}
.event-list li a figure {
  margin-bottom: 15px;
  border-radius: 16px;
  background-color: #fff;
}
.event-list li a figure img {
  width: 100%;
  border-radius: 16px;
}
.event-list li a .txt {
  font-size: 1.125rem;
}
#calender .titS {
  margin-bottom: 10px;
}
.calender-main {
  position: relative;
  min-height: 550px;
}
.calender-main .loader {
  position: absolute;
  top: 40%;
  left: 50%;
}
.calNav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.calNav .month {
  color: #aa5a05;
  font-size: 1.75rem;
  font-weight: 900;
  text-align: center;
}
.calNav .month strong {
  font-size: 3.5rem;
  font-weight: 900;
}
.calNav .btnPrev {
  color: #aa5a05;
  font-size: 1.75rem;
  font-weight: 900;
}
.calNav .btnPrev img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.calNav .btnNext {
  color: #aa5a05;
  font-size: 1.75rem;
  font-weight: 900;
}
.calNav .btnNext img {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.calWeek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.calWeek li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 7 - 6px);
  height: 45px;
  margin: 0 3px;
  border-radius: 23px;
  background-color: #97817c;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 800;
}
.cal {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
  border: 1px solid #c6b9b6;
}
.cal li {
  position: relative;
  width: calc(99.9999% / 7);
  min-height: 85px;
  padding: 5px 0;
  background-color: #fff;
}
.cal li:before {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c6b9b6;
  content: "";
  pointer-events: none;
}
.cal li.none {
  background-color: #fcf9ea;
}
.cal li span {
  display: inline-block;
  padding: 0 0 0 5px;
  color: #97817c;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
}
.cal li.sun span {
  color: #fa909d;
}
.cal li.sat span {
  color: #84a8db;
}
.cal li .bar {
  position: relative;
  height: 29px; 
  margin-bottom: 5px;
}




.cal li .bar div {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    height: 29px; 
  padding: 3px 0 5px 5px;
  overflow: hidden;
  color: #fff;
  font-size: 0.825rem;
  font-weight: 800;
  line-height: 1em;
  text-overflow: ellipsis;
 /* white-space: nowrap; */

}





.cal li .bar div.store {
  background-color: #ceb620;
}
.cal li .bar div.not-store {
  background-color: #4fb194;
}
.cal li .bar div.big {
  background-color: #ea826a;
}
.cal li .bar div.start {
  left: 6%;
  border-radius: 8px 0 0 8px;
}
.cal li .bar div.end {
  border-radius: 0 8px 8px 0;
}
.cal li .bar div.start.end {
  border-radius: 8px;
}
.opt {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  font-size: 1.125rem;
}
.opt li:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 12px;
  background-color: #fff;
  vertical-align: middle;
  content: "";
}
.opt li:nth-child(1):before {
  background-color: #ceb620;
}
.opt li:nth-child(2):before {
  background-color: #4fb194;
}
.opt li:nth-child(3):before {
  background-color: #ea826a;
}
.opt li + li {
  margin-left: 17px;
}
.special-content .titS {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.special-content .titS:before {
  margin-right: 15px;
}
.special-content .titS:after {
  margin-left: 15px;
}
.special-content .titS span {
  display: inline-block;
}
.special-content .txt {
  font-size: 1.125rem;
}
.special-content .txt a {
  color: #ef601a;
  font-weight: 800;
  word-break: break-all;
}
.nurie-block {
  margin-bottom: 60px;
}
.nurie-item {
  width: 100%;
  max-width: 706px;
  margin: 0 auto 26px auto;
  padding: 19px;
  border-radius: 16px;
  background-color: #fff;
}
.nurie-item figure {
  margin-bottom: 18px;
}
.nurie-item figure img {
  width: 100%;
}
.nurie-item .txt {
  margin-bottom: 15px;
  background: url("../img/common/ln_news.png") center top;
  background-size: 308px 34px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 2;
}
.special-tab {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin: 0 45px;
}
.special-tab li {
  width: 50%;
}
.special-tab li:nth-child(2) a {
  background-color: #bb3b92;
}
.special-tab li:nth-child(2) a img {
  bottom: -22px;
}
.special-tab li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  padding: 0;
  border-radius: 36px 36px 0 0;
  background: #a263dd;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}
.special-tab li a img {
  position: absolute;
  bottom: -15px;
  left: 5px;
  width: 58px;
}
.special-tab li.act:nth-child(2) a img {
  bottom: -12px;
}
.special-tab li.act a {
  height: 78px;
  background-image: url("/assets/img/common/arw_down.svg");
  background-position: center 60px;
  background-repeat: no-repeat;
}
.special-tab li.act a img {
  bottom: 0;
}
.movie-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.movie-list li {
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 45px;
}
.movie-list li:nth-child(4n) {
  margin-right: 0;
}
.movie-list li a {
  display: block;
  height: 100%;
  padding: 17px 8px;
  border-radius: 16px;
  background-color: #fff;
  opacity: 1;
}
.movie-list li a:hover {
  opacity: 1;
}
.movie-list li a:hover figure {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
}
.movie-list li a figure {
  position: relative;
}
.movie-list li a figure:after {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/common/ico_movie.png") no-repeat center center;
  background-size: 40px 42px;
  content: "";
}
.movie-list li a figure img {
  z-index: 2;
  position: relative;
  width: 100%;
}
.movie-list li a .txt {
  color: #aa5a05;
  font-size: 1.125rem;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .content-inner {
    padding: 35px 3%;
    border-radius: 27px;
  }
  .PC {
    display: none;
  }
  .SP {
    display: block;
  }
  .btn,
  .buyBtn,
  .btn-back {
    width: 220px;
    height: 64px;
    background-size: 100%;
    font-size: 1.4375rem;
  }
    .top-main-img .logo {
        top: 70.5%;
        width: 80%;
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }
    .top-main-img .onair {
        top: 93%;
        width: 100%;
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }
  .tit {
    margin-bottom: 25px;
    padding-top: 25px;
    background-size: 81px 52px;
    font-size: 1.75rem;
  }
  .titM {
    font-size: 1.375rem;
  }
  .titM:before {
    width: 25px;
    margin-right: 10px;
  }
  .titM:after {
    width: 25px;
    margin-left: 10px;
  }
  .titS {
    font-size: 1.25rem;
  }
  .titS:before {
    width: 25px;
    margin-right: 10px;
  }
  .titS:after {
    width: 25px;
    margin-left: 10px;
  }
  #footer {
    background: url("/assets/img/footer/bg_footer_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #footer .banner {
    display: block;
  }
  #footer .banner li {
    width: 100%;
    margin: 0 auto 18px auto;
  }
  #footer .banner li:last-child {
    margin-bottom: 0;
  }
  #footer .banner li a {
    max-width:90%;
    margin:0 auto;
  }
  #footer .copyright {
    font-size: 0.875rem;
  }
  #footer .sns {
    top: -50px;
  }
  #footer .sns ul {
    width: 280px;
    height: 50px;
    padding-top: 9px;
    background: url("/assets/img/footer/bg_share_sp.png") no-repeat center top;
    background-size: 283px 52px;
  }
  #footer .sns ul li {
    margin: 0 12px;
  }
  #footer .sns ul li a img {
    width: 29px;
  }
  #pagetop {
    position: fixed;
    bottom: 0;
    height: 172px;
  }
  html.fixed #pagetop {
    position: fixed;
    bottom: 0;
  }
  html.fixed.footer #pagetop {
    position: fixed;
    top: auto;
    bottom: 0;
  }
  #header {
    padding: 0;
  }
  body.home #header {
    display: block;
  }
  #header .headerInr {
    padding: 0;
  }
  #header .headerInr .logo {
    display: none;
  }
  #header .bg {
    display: none;
  }
  .menu {
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 11;
    position: fixed;
    bottom: 0;
    left: 1%;
    width: 98%;
    height: 61px;
    padding: 3px 3px 0 3px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    border-left: 4px solid #000;
    border-radius: 27px 27px 0 0;
    background-color: #fdd000;
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu .menuInr {
    padding: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 24px 24px 0 0;
  }
  .menu .menuInr .btnOpen {
    display: block;
  }
  html.menuOpen .menu .menuInr .btnOpen {
    display: none;
  }
  .menu .menuInr nav {
    display: none;
    position: absolute;
    top: 90px;
    right: 3%;
    bottom: 50px;
    left: 3%;
    overflow: auto;
  }
  html.menuOpen .menu .menuInr nav {
    display: block;
  }
  .menu .menuInr ul li {
    width: 50%;
    margin: 0 0 25px 0;
  }
  #modal .modal_main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: auto;
    overflow: hidden;
    border-radius: 0;
  }
  #modal .modal_main .btnClose {
    -webkit-transform: translate(-50%, 0);
    display: block;
    top: auto;
    bottom: 10px;
    left: 50%;
    width: 43px;
    transform: translate(-50%, 0);
  }
  #modal .modal_main .inner {
    display: block;
    padding: 0 3%;
  }
  #modal .modal_main .inner .loader {
    -webkit-transform: translate(0, -100%);
    top: 50%;
    transform: translate(0, -100%);
  }
  #modal .modal_main .inner .modal_inner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    height: auto;
    padding: 30px 3%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #modal .modal_main .inner .info {
    width: 100%;
  }
  #modal .modal_main .inner figure {
    -webkit-transform: translate(0, 0);
    width: 100%;
    transform: translate(0, 0);
  }
  #modal .modal_main .inner figure img {
    display: block;
    width: auto;
    height: 300px;
    margin: 0 auto;
  }
  #modal .modal_main .inner .cat {
    font-size: 0.875rem;
  }
  #modal .modal_main .inner .name {
    font-size: 1.875rem;
  }
  #modal .modal_main .inner .cv {
    font-size: 1.125rem;
  }
  #modal .modal_main .inner .txt {
    width: 100%;
    font-size: 1rem;
    text-align: justify;
  }
  #modal .modal_main .btnPrev,
  #modal .modal_main .btnNext {
    -webkit-transform: translate(0, 0);
    top: auto;
    bottom: 10px;
    width: 35px;
    height: 57px;
    overflow: hidden;
    transform: translate(0, 0);
    text-indent: -9999px;
  }
  #modal .modal_main .btnPrev {
    background-size: 35px 57px;
  }
  #modal .modal_main .btnNext {
    background-size: 35px 57px;
  }
  .top-movie {
  
    width: 100%;
  }
    .top-news {
        padding: 16vw 0 100px 0;
    }
  .top-news h2 {
    margin-bottom: 55px;
    padding-top: 25px;
    background-size: 81px 52px;
    font-size: 1.75rem;
  }
  .news-item {
    margin-bottom: 55px;
  }
  .news-item a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    min-height: auto;
    padding: 64px 20px 25px 20px;
    border-radius: 27px;
    background-image: url("/assets/img/common/frm_news_top.png");
    background-position: center top 21px;
    background-repeat: no-repeat;
    background-size: 309px 20px;
  }
  .news-item a .cat {
    left: 25px;
    font-size: 1.25rem;
  }
  .news-item a figure {
    width: 50%;
    height: auto;
    line-height: 0;
  }
  .news-item a .info {
    width: 50%;
    padding-left: 10px;
  }
  .news-item a .date {
    font-size: 0.875rem;
  }
  .news-item a .txt {
    min-height: 0;
    background-size: 308px 27px;
    font-size: 1.125rem;
  }
  .news-detail {
    padding: 75px 3%;
    border-radius: 27px;
    background-image: url("/assets/img/common/frm_news_top.png");
    background-position: center top 45px;
    background-repeat: no-repeat;
    background-size: 309px 20px;
  }
  .news-detail .name {
    font-size: 1.75rem;
  }
  .news-detail .cat {
    left: 32px;
    padding: 3px 25px;
  }
  .news-list .news-item {
    width: 100%;
    margin-right: 0;
  }
  .content-info {
    font-size: 1rem;
  }
  .content-info .name {
    font-size: 1.125rem;
  }
  .content-info .cast-area {
    display: block;
  }
  .content-info .cast-block {
    width: 100%;
  }
  table.onair .vol strong {
    font-size: 0.875rem;
  }
  table.onair th {
    font-size: 1rem;
  }
  table.onair td:nth-child(1) {
    font-size: 0.875rem;
  }
  table.onair td:nth-child(2) {
    font-size: 0.875rem;
  }
  .streaming li {
    width: 49%;
    margin-right: 2%;
  }
  .streaming li:nth-child(2n) {
    margin-right: 0;
  }
  .streaming li a {
    font-size: 1rem;
  }
  .character-list {
    border-radius: 27px;
  }
  .character-list ul.chara li {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .character-list ul.chara li:nth-child(2n) {
    margin-right: 0;
  }
  .character-list ul.chara li a .name {
    font-size: 1.125rem;
  }
  .character-list ul.chara li a .cv {
    font-size: 1rem;
  }
  .character-list .slick-dots {
    position: static;
  }
  .character-list .slick-dots li {
    width: 40px;
    height: 40px;
    margin: 0 10px 5px 10px;
  }
  .character-list .slick-dots li button {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
  .character-item {
    margin: 0 10px;
    padding: 40px 0 0 0;
  }
  .chara-tab {
    display: block;
  }
  .chara-tab li {
    width: 100%;
    margin-bottom: 10px;
  }
  .chara-tab li:nth-child(2) a img {
    bottom: 0;
  }
  .chara-tab li a {
    height: 50px;
    border-radius: 36px;
    font-size: 0.875rem;
  }
  .chara-tab li a img {
    bottom: 0;
    width: 45px;
  }
  .chara-tab li.act a {
    height: 50px;
    background-image: url("/assets/img/common/arw_down.svg");
    background-position: 56% 35px;
    background-repeat: no-repeat;
  }
  .content-story .title {
    font-size: 1.375rem;
  }
  .content-story .txt {
    font-size: 1rem;
    line-height: 1.6;
  }
  .story-chara-list ul li {
    width: 33%;
    font-size: 1rem;
  }
  .backnumber li {
    width: 23.4%;
  }
  .backnumber li:nth-child(4n) {
    margin-right: 0;
  }
  .backnumber li a {
    font-size: 0.875rem;
  }
  .backnumber li a strong {
    font-size: 1.125rem;
  }
  .goods-tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
  }
  .goods-tab li {
    width: calc(100% / 2);
  }
  .goods-tab li a {
    max-width: 140px;
    height: 37px;
    font-size: 0.875rem;
  }
  .goods-tab li.act a {
    background-image: none;
  }
  .goods-sub-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .goods-sub-tab li {
    margin-bottom: 25px;
  }
  .goods-sub-tab li a {
    padding: 3px 15px;
    font-size: 0.875rem;
  }
  .goods-list {
    border-radius: 27px;
  }
  .goods-list ul.chara li {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .goods-list ul.chara li:nth-child(2n) {
    margin-right: 0;
  }
  .goods-list ul.chara li a figure {
    height: auto;
    line-height: 0;
  }
  .goods-list ul.chara li a figure img {
    width: 100%;
    height: auto;
  }
  .goods-list ul.chara li a .name {
    font-size: 1.125rem;
  }
  .goods-list ul.chara li a .cv {
    font-size: 1rem;
  }
  .goods-item {
    margin: 0 3%;
    padding: 35px 0 0 0;
  }
  .goods-item ul#JPages li img.new {
    position: absolute;
    z-index: 1000;
    margin-left: -10px;
    top: 0px;
    margin-top: -20px;
  }
  .goods-detail {
    padding: 35px 3%;
  }
  .goods-detail .name {
    font-size: 1.75rem;
  }
  .goods-detail .goods-inner {
    display: block;
  }
  .goods-detail .goods-inner figure {
    width: 100%;
  }
  .goods-detail .goods-inner .info {
    width: 100%;
  }
  .goods-detail .goods-inner .info .txt {
    font-size: 1.125rem;
  }
  .goods-detail .goods-inner .info dl {
    font-size: 1rem;
  }
  .goods-detail .goods-inner .info dl dd {
    font-size: 1rem;
  }
  .goods-detail .detail-info {
    font-size: 1rem;
  }
  .goods-detail .dvd-subtitle {
    font-size: 1.125rem;
  }
  .event-list li {
    width: 100%;
    margin-right: 0;
  }
  .event-list li a {
    border-radius: 27px;
    background-image: url("/assets/img/common/frm_news_top.png");
    background-position: center top 21px;
    background-repeat: no-repeat;
    background-size: 309px 20px;
  }
  .calNav .month {
    font-size: 1.25rem;
  }
  .calNav .month strong {
    font-size: 2.5rem;
  }
  .calNav .btnNext {
    font-size: 1.25rem;
  }
  .calWeek li {
    font-size: 0.875rem;
  }
  .cal li span {
    font-size: 1.25rem;
  }
  
  
.cal li .bar div {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3px 0px;
    overflow: hidden;
    color: #fff;
    font-size: 0.625rem;
    font-weight: bold;
    line-height: 1.125em;
    text-overflow: ellipsis;
}
  
  
  .opt {
    font-size: 0.875rem;
  }
  .nurie-item .txt {
    background-size: 308px 28px;
    line-height: 1.6;
  }
  .special-tab {
    display: block;
  }
  .special-tab li {
    width: 100%;
    margin-bottom: 10px;
  }
  .special-tab li:nth-child(2) a img {
    bottom: 0;
  }
  .special-tab li a {
    height: 50px;
    border-radius: 36px;
    font-size: 0.875rem;
  }
  .special-tab li a img {
    bottom: 0;
    width: 38px;
  }
  .special-tab li.act a {
    height: 50px;
    background-image: url("/assets/img/common/arw_down.svg");
    background-position: center 35px;
    background-repeat: no-repeat;
  }
  .movie-list li {
    width: 49%;
    margin-right: 2%;
  }
  .movie-list li:nth-child(2n) {
    margin-right: 0;
  }
}



.mT0{margin-top:0px !important;}
.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mT20{margin-top:20px;}
.mT30{margin-top:30px;}
.mT40{margin-top:40px;}
.mT50{margin-top:50px;}
.mT60{margin-top:60px;}
.mT70{margin-top:70px;}
.mT80{margin-top:80px;}
.mT90{margin-top:90px;}
.mT100{margin-top:100px;}

.mB0{margin-bottom:0px !important;}
.mB10{margin-bottom:10px;}
.mB15{margin-bottom:15px;}
.mB20{margin-bottom:20px;}
.mB30{margin-bottom:30px;}
.mB40{margin-bottom:40px;}
.mB50{margin-bottom:50px;}
.mB60{margin-bottom:60px;}
.mB70{margin-bottom:70px;}
.mB80{margin-bottom:80px;}
.mB90{margin-bottom:90px ;}
.mB100{margin-bottom:100px;}


.fs08{font-size:0.685em;}
.fs09{font-size:0.725em;}
.fs10{font-size:0.785em;}
.fs11{font-size:0.825em;}
.fs12{font-size:0.875em;}
.fs14{font-size:0.935em;}
.fs16{font-size:1em;}
.fs17{font-size:1.125em;}
.fs18{font-size:1.25em;}
.fs19{font-size:1.375em;}
.fs20{font-size:1.5em;}


.bar a{color:#FFF;}
.bar a :hover{opacity:0.6;}
.non{display:none !important;}



/******PageNation******/

/*************************************************************/

.pagenation_wrapp{
  position: relative;
  z-index: 1;
  padding: 10px 0 30px 0;
  display: block !important;
  margin: 0 auto;
}

nav.pagination-container {
  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;
}
ul.pagination li {
  float: left;
  margin: 0 30px;
}
@media screen and (max-width: 812px) {
  ul.pagination li {
    margin: 5px 15px;
  }
}

li.prev {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 60px;
  height: 67px;
  background: url(../img/bg_btn_prev.svg);
  background-size: 100%;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Lato;
  font-weight: bold;
  text-decoration: none;
  padding: 26px 12px 0 0 !important;
  -webkit-transform: translate(0, -11%);
          transform: translate(0, -11%);
  z-index: 2;
}
@media screen and (max-width: 812px) {
  li.prev {
    width: 40px;
    height: 46px;
    font-size: 0.75rem;
    padding: 18px 7px 0 0 !important;
    -webkit-transform: translate(0, 1%);
            transform: translate(0, 1%);
  }
}

li.prev a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  position: rerative;
  margin: -24px -10px 0 0;
  padding: 35px 22px 18px 10px;
}

li.prev a:hover,
li.page a:hover,
li.next a:hover {
  background: rgba(0, 0, 0, 0.2);
}

li.next {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 60px;
  height: 67px;
  background: url(../img/bg_btn_next.svg);
  background-size: 100%;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Lato;
  font-weight: bold;
  text-decoration: none;
  padding: 26px 0 0 12px !important;
  -webkit-transform: translate(0, -11%);
          transform: translate(0, -11%);
  z-index: 2;
}
@media screen and (max-width: 812px) {
  li.next {
    width: 40px;
    height: 46px;
    font-size: 0.75rem;
    padding: 18px 0 0 7px !important;
    -webkit-transform: translate(0, 1%);
            transform: translate(0, 1%);
  }
}

li.next a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  position: rerative;
  margin: -24px 0 0 -10px;
  padding: 35px 10px 18px 22px;
}

li.page {
  width: 30px;
  height: 54px;
  background: #166f8f;
  position: relative;
}
@media screen and (max-width: 812px) {
  li.page {
    width: 25px;
    height: 45px;
  }
}

li.page a {
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  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;
  position: relative;
  z-index: 1;
  margin: 0px -18px;
  padding: 10px 30px;
}
@media screen and (max-width: 812px) {
  li.page a {
    margin: 0px 0px 0px -12px;
    padding: 0px 25px;
    position: relative;
  }
}

li.page::before,
li.page::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #166f8f;
  z-index: 0;
}

li.page::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

li.page::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

li.page.active,
li.page.active::before,
li.page.active::after {
  background-color: #ffffff;
}

.holder {
  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;
  flex-wrap: wrap;
}

.holder a {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background: #c0b097;
  position: relative;
  font-size: 1.5rem;
  font-weight: 800;
  color: #3d3936;
  text-decoration: none;
  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: 0px 10px;
  border-radius: 50%;
}
@media screen and (max-width: 812px) {
  .holder a {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    margin: 0 10px 5px 10px;
  }
}
.holder a.jp-hidden {
  display: block !important;
  line-height: 2.3;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .holder a.jp-hidden {
    display: block !important;
    line-height: 2.0;
    text-align: center;
  }
}
.pagenation_wrapp.jp-hidden {
    display: block !important;
}
/*.holder a::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}*/

/*.holder a::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}*/

.holder a::before,
.holder a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.holder a.jp-previous {
  margin-right: 15px;
}

.holder a.jp-next {
  margin-left: 15px;
}

.holder a.jp-current, a.jp-current:hover {
  color: #FF4242;
  font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb;
}

.holder a.jp-current {
  cursor: default;
  width: 56px;
  height: 56px;
  background: #febc3c;
  position: relative;
  font-size: 1.5rem;
  font-weight: 800;
  color: #e8435d;
  text-decoration: none;
  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: 0px 10px;
}
@media screen and (max-width: 812px) {
  .holder a.jp-current {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    margin: 0 10px 5px 10px;
  }
}

/*.holder a.jp-current::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}*/

.holder .jp-currenta::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.holder a.jp-current::before,
.holder a.jp-current::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.holder span {
  display: none !important;
}





.subcat-links {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 812px) {
  .subcat-links {
    display: block;
    margin: 0 auto 40px auto;
  }
}
.subcat-links dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  padding-bottom: 25px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .subcat-links dl {
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.subcat-links dl dt {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #000000;
  background-color: #00b3ff;
  padding: 5px 18px;
  border-radius: 30px;
  font-family: Lato;
}
@media screen and (max-width: 812px) {
  .subcat-links dl dt {
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 10px;
  }
}
.subcat-links dl dd {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 812px) {
  .subcat-links dl dd {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.subcat-links dl dd:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 812px) {
  .subcat-links dl dd:nth-child(2) {
    margin-left: 10px;
  }
}
.subcat-links dl dd a {
  text-decoration: none;
  color: #ffffff;
  padding-right: 20px;
  background: url("../img/arw_down_b.png") no-repeat right center;
  background-size: 13px 8px;
}
.subcat-links dl:first-child {
  min-width: 270px;
}
@media screen and (max-width: 812px) {
  .subcat-links dl:first-child {
    margin-right: 0;
  }
}
.subcat-links dl:first-child:after {
  content: "";
  display: block;
  width: 1500px;
  height: 59px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 812px) {
  .subcat-links dl:first-child:after {
    width: 100%;
  }
}
.subcat-links dl:nth-child(2) {
  padding-left: 22px;
  background: url("../img/bg_charactor-sel_p.png") no-repeat right bottom;
  max-width: 448px;
  min-width: 300px;
}
@media screen and (max-width: 812px) {
  .subcat-links dl:nth-child(2) {
    padding-left: 0;
    max-width: 448px;
  }
}
.subcat-links dl:nth-child(2) dt {
  background-color: #c626f4;
}
.subcat-links dl:nth-child(2) dd a {
  background: url("../img/arw_down_p.png") no-repeat right center;
  background-size: 13px 8px;
}



/*************************************************************/


  .sp {
   display:none;
  }

@media screen and (max-width: 812px) {
  .sp {
   display:block;
  }
}


	.column4nurie {
	display:flex;
	  justify-content: left;
	  width:100%;
	  flex-wrap:wrap;
	}
	.column4nurie p {
	  width: 23.5%;
	  margin:0 1.5% 25px 0 ;
	}
	
	.column4nurie p:nth-child(4n) {
	  margin-left:0%;
	}
	
	.column4nurie p a{
	  width: 100%;
	}
	
	.column4nurie p img {
	  width: 100%;
	  border-radius: 16px;
	}



@media screen and (max-width: 812px) {
	.column4nurie {
	display:flex;
	  justify-content: left;
	  justify-content: space-between;

	}
	.column4nurie p {
	  width:48%;
	}


}



	.column4nurie p span.titD {
    font-size: 0.8em;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border-radius: 24px;
    background-color: #97817c;
    color: #fff;
    padding: 5px;
    height:unset;
}

	.sp {
	display:block;
		}

@media screen and (max-width: 812px) {
	.sp {
	display:block;
		}
	}
	
		.sp-pacing {
			letter-spacing:unset;
		}

@media screen and (max-width: 812px) {
	.sp-pacing {
	letter-spacing:-0.05em;
		}
	}


.column5{
	display:flex;
	justify-content: space-between;
}

.column5{
	display:flex;
	justify-content: space-between;
}


.column5 p{
	width:24%;
}



ul.indent1 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent1 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\203B";
}

ul.indent1 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

ul.indent2 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent2 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\30FB";
}

ul.indent2 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

ul.indent3 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent3 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\25CF";
}

ul.indent3 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

ol.decimal {
	display: block;
	padding: 0px;
	list-style: decimal;
}

ol.decimal li {
	padding: 0px;
	margin-left: 30px;
	list-style: decimal !important;
}

ol.decimal li.list-none {
	margin-left: 0px;
	list-style: none;
}

ol.decimal2 {
	list-style-type: none;
	counter-reset: number;

}

ol.decimal2 li {
	position: relative;
}



ol.decimal2 li::before {
	padding: 0 0.2em;
	content: counter(number);
	counter-increment: number;
}



ol.decimal2 li::after {

	position: absolute;
	top: 50%;
	left: 0;
	display: block;

	width: 1em;
	height: 1em;
	content: '';
	border: 1px solid #000;
	border-radius: 50%;
	transform: translateY(-50%);
}
