@charset "UTF-8";
.sa {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

* {
  -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;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  text-size-adjust: 100%;
  position: relative;
  background: url(../img/bg_header.png) top 0 center/53px 52px repeat, #f2f2f2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

label {
  cursor: pointer;
}

html.modal {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

html.menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html.modal body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

ul,
li,
dl,
dt,
dd,
figure,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.PC {
  display: block;
}

.SP {
  display: none;
}

.titL {
  margin: 0 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .titL {
    margin: 50px 0 0 0;
  }
}
.titL > img {
  height: 69px;
}
@media (max-width: 768px) {
  .titL > img {
    height: 28px;
  }
}

.page.about .mainImg {
  min-height: 704px;
}
@media (max-width: 768px) {
  .page.about .mainImg {
    min-height: 443.5px;
  }
}
.page.about .read_about {
  margin: 90px auto 0;
  max-width: 906px;
  width: 100%;
}
@media (max-width: 768px) {
  .page.about .read_about {
    margin: 55.5px auto 0;
    max-width: 656px;
    width: 85.4%;
    display: block;
  }
}

.titM {
  margin-bottom: 40px;
  padding: 10px 0;
  background: url("../img/bg_tit_m.png") no-repeat center center;
  background-size: 39px 39px;
  color: #240904;
  font-size: 1.25rem;
  text-align: center;
}

.titML {
  margin-bottom: 38px;
  background-size: 39px 39px;
  color: #b03d5f;
  font-size: 32px;
  line-height: 1.3;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
@media (max-width: 768px) {
  .titML {
    font-size: 24px;
  }
}

.titML .tit_date {
  margin-bottom: 10px;
  color: #baa26e;
  font-size: 16px;
}
@media (max-width: 768px) {
  .titML .tit_date {
    font-size: 14px;
  }
}

.titML strong {
  font-size: 1.875rem;
}

.titML span {
  display: inline-block;
  margin-left: 20px;
}

.titMS {
  position: relative;
  margin-bottom: 15px;
  padding-left: 26px;
  color: #240904;
  font-size: 19px;
}

.titMS:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 6px solid #e0c983;
  content: "";
}

.titS {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.titS:after {
  -webkit-transform: translate(-50%, 0);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 4px;
  transform: translate(-50%, 0);
  background-color: #240904;
  content: "";
}

.btnList {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 81px;
  margin: 0 auto;
  border-radius: 41px;
  background-color: #b03d5f;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.btnList img {
  height: 23px;
}
@media (max-width: 768px) {
  .btnList img {
    height: 14px;
  }
}

.btnList:hover {
  opacity: 0.7;
}

.nav_head-tab1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  .nav_head-tab1 {
    margin-bottom: 30px;
  }
}

.nav_head-tab1 li {
  margin: 0 3.5%;
}
@media (max-width: 768px) {
  .nav_head-tab1 li {
    margin: 0 30px;
  }
}

.nav_head-tab1 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 237px;
  color: #b03d5f;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .nav_head-tab1 li a {
    font-size: 12px;
  }
}
.nav_head-tab1 li a::after {
  content: "";
  display: inline-block;
  margin: 7px auto 0;
  width: 13px;
  height: 9px;
  background: url(../img/icon_arw02.png) center/13px auto no-repeat;
}
@media (max-width: 768px) {
  .nav_head-tab1 li a::after {
    margin: 4.5px auto 0;
    width: 6.5px;
    height: 4.5px;
    background: url(../img/icon_arw02.png) center/6.5px auto no-repeat;
  }
}

.onair .nav_head-tab1 li:first-of-type {
  width: 58.4%;
}
@media (max-width: 768px) {
  .onair .nav_head-tab1 li:first-of-type {
    width: 50%;
  }
}
.onair .nav_head-tab1 li:last-of-type {
  width: calc(100% - 58.4%);
}
@media (max-width: 768px) {
  .onair .nav_head-tab1 li:last-of-type {
    width: 50%;
  }
}
.onair .nav_head-tab1 li a {
  max-width: none;
}

.nav_head-tab1 li a:hover {
  opacity: 0.7;
}

.nav_head-tab1 li a.act {
  color: #b03d5f;
}

#header {
  z-index: 15;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 95px;
  padding: 0 23px;
  background-size: 1223px 107px;
  background: url(../img/bg_header.png) top -10px center/53px 52px repeat, #fff;
}
@media (max-width: 768px) {
  #header {
    background: url(../img/bg_header.png) top -10px center/28px auto repeat, #fff;
  }
}

#header .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

#header .inner h1 {
  position: relative;
  width: auto;
  margin-top: 10px;
}

#header .inner h1 .logo {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

#header .inner h1 .logo:hover {
  opacity: 0.7;
}

html.fixed #header .inner h1 .logo {
  top: 0;
}

#header .inner h1 .logo img {
  height: 115px;
}

#header .inner nav {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 50px 0 0 auto;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav_logo {
  display: none;
}
@media (max-width: 1375px) {
  .nav_logo {
    display: block;
  }
}

html.menuOpen #header .inner nav {
  display: block;
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  width: 66.4%;
  height: 100%;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.6);
}

#header .inner nav .tit {
  display: none;
}

#header .inner nav .tit .frame_sp {
  width: 100%;
  margin-bottom: 20px;
}

#header .inner nav .tit .frame_menu {
  display: block;
  width: 110px;
  margin: 0 auto 15px auto;
}

#header .inner nav ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#header .inner nav ul li {
  margin-left: 30px;
}
#header .inner nav ul li img {
  height: 16px;
}
@media (max-width: 768px) {
  #header .inner nav ul li {
    margin-left: 0;
  }
}

#header .inner nav ul li:first-child {
  display: none;
}

#header .inner nav ul li a,
#header .inner nav ul li span {
  position: relative;
  display: inline-block;
  line-height: 1;
}

#header .inner nav ul li a::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -9px;
  left: -10%;
  right: auto;
  background: #b03d5f;
  width: 0;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header .inner nav ul li a:hover::after {
  width: 120%;
}

#header .inner nav ul li span {
  opacity: 0.4;
}

#header .inner nav .btnClose {
  display: none;
  position: absolute;
  top: 24px;
  right: 19px;
  padding: 5px;
}
@media (max-width: 768px) {
  #header .inner nav .btnClose {
    display: block;
  }
}

#header .inner nav .btnClose img {
  height: 42px;
}

#footer {
  z-index: 10;
  position: relative;
  padding: 47px 0 25px 0;
  background-image: url(../img/bg_footer.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 10px solid #ece2e5;
}

#footer .social {
  -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: 341px;
  margin: 0 auto 40px auto;
  padding-top: 5px;
  background-size: 341px 107px;
}

#footer .social li {
  margin: 0 15px;
}
@media (max-width: 768px) {
  #footer .social li {
    margin: 0 7.5px;
  }
}

#footer .social li a {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  #footer .social li a {
    width: 35px;
    height: 35px;
  }
}

#footer .social li a:hover {
  opacity: 0.7;
}

#footer .social li a.tw {
  background: url("../img/ico_tw.png") no-repeat center center;
  background-size: 70px 70px;
}
@media (max-width: 768px) {
  #footer .social li a.tw {
    background-size: 35px 35px;
  }
}

#footer .social li a.fb {
  background: url("../img/ico_fb.png") no-repeat center center;
  background-size: 70px 70px;
}
@media (max-width: 768px) {
  #footer .social li a.fb {
    background-size: 35px 35px;
  }
}

#footer .social li a.ln {
  background: url("../img/ico_ln.png") no-repeat center center;
  background-size: 70px 70px;
}
@media (max-width: 768px) {
  #footer .social li a.ln {
    background-size: 35px 35px;
  }
}

#footer .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  #footer .banner {
    margin-bottom: 30px;
    gap: 0 14px;
  }
}

#footer .banner li {
  display: inline-block;
  margin: 0 15px;
}
#footer .banner li:first-of-type {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  #footer .banner li:first-of-type {
    margin-bottom: 5px;
  }
}
#footer .banner li:first-of-type a {
  display: inline-block;
}
#footer .banner li:first-of-type a img {
  height: 105px;
}
@media (max-width: 768px) {
  #footer .banner li:first-of-type a img {
    width: 68%;
    height: auto;
  }
}

#footer .banner li a {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#footer .banner li a:hover {
  opacity: 0.7;
}

#footer .banner li a img {
  height: 75px;
}

#footer .copyright {
  color: #b03d5f;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

#footer .copyright a {
  color: #b03d5f;
  text-decoration: none;
}

#footer .cat {
  position: absolute;
  top: -82px;
  left: 40px;
}

#footer .cat img {
  height: 83px;
}

.pagetop {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  right: -120px;
  bottom: 38px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 15px;
  }
}

.pagetop:hover {
  opacity: 0.7;
}

html.fixed .pagetop {
  position: fixed;
  right: 28px;
}
@media (max-width: 768px) {
  html.fixed .pagetop {
    right: 6%;
  }
}

html.fixed.end .pagetop {
  position: absolute;
  top: -250px;
  right: 28px;
  bottom: auto;
}

.pagetop img {
  height: 210px;
}

.loader {
  position: relative;
  top: 0;
  width: 1em;
  height: 1em;
  margin: 40px auto;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 50%;
  color: #372200;
  font-size: 60px;
  text-indent: -9999em;
}

#modal {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
  overflow-x: auto;
  padding: 3% 0;
}
@media (max-width: 768px) {
  #modal {
    overflow: scroll;
    padding: 6% 0;
  }
}

#modal.act {
  z-index: 999;
  opacity: 1;
}

#modal .modal_main {
  width: 96%;
  max-width: 1152px;
  margin: auto;
  border-radius: 48px;
}
@media (max-width: 768px) {
  #modal .modal_main {
    border-radius: 18px;
  }
}

#modal .modal_main .btnClose {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding-top: 40px;
  color: #240904;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
}

#modal .modal_main .btnClose:before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #240904;
  content: "";
}

#modal .modal_main .btnClose:after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #240904;
  content: "";
}

#modal .modal_main .modal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

#modal .modal_main .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1152px;
  position: relative;
  margin: 0 auto;
  padding: 60px 80px;
  color: #240904;
  font-weight: bold;
  background: url(../img/bg_header2.png) top -10px center/53px 52px repeat, #b03d5f;
  border-radius: 48px;
  min-height: 600px;
}

.archive2.character #modal .modal_main .inner {
  height: 600px;
}

.archive.character #modal .modal_main .inner {
  height: 660px;
}

#modal .modal_main .inner .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  width: 50%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#modal .modal_main .inner .text_area .name {
  /* margin-bottom: 5px; */
  margin-bottom: 30px;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .text_area .name {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

/* .dagashi #modal .modal_main .inner .text_area .name {
  margin-bottom: 35px;
} */

#modal .modal_main .inner .text_area .ruby {
  /* margin-bottom: 30px; */
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .text_area .ruby {
    /* margin-bottom: 20px; */
    font-size: 12px;
  }
}

#modal .modal_main .inner .text_area .cv {
  background: #dcbc9d;
  color: #614325;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 34px;
  padding: 0 22px;
  min-height: 34px;
  border-radius: 18px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .text_area .cv {
    margin: 0 0 16px;
    padding: 0 15px;
    font-size: 12px;
    min-height: 24px;
    height: auto;
  }
}

#modal .modal_main .inner .text_area .name dt {
  font-size: 1.125rem;
}

#modal .modal_main .inner .text_area .name dd {
  font-size: 2.5rem;
}

#modal .modal_main .inner .text_area .actor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#modal .modal_main .inner .text_area .actor dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #d2ab75;
  font-size: 0.875rem;
}

#modal .modal_main .inner .text_area .actor dl dt:after {
  content: " : ";
}

#modal .modal_main .inner .text_area .actor .message {
  display: inline-block;
  position: relative;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #c9376c;
  color: #fff;
  text-decoration: none;
}

#modal .modal_main .inner .text_area .actor .message:before {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
  color: #c9376c;
  font-size: 0.75rem;
  content: "?";
}

#modal .modal_main .inner .text_area .txt {
  color: #f2f2f2;
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 16px;
}
#modal .modal_main .modal_wrap .inner .chara_change {
    display: flex;
    justify-content: left;
    width: auto;
    margin-top: 50px;
}
#modal .modal_main .modal_wrap .inner .chara_change p {
    cursor: pointer;
}
#modal .modal_main .modal_wrap .inner .chara_change p {
    width: 21.5%;
    margin: 0 1%;
    text-align:center;
    color:#fff;
}
@media (max-width: 1100px) {
#modal .modal_main .modal_wrap .inner .chara_change p {
        font-size:10px;
    }
}
#modal .modal_main .modal_wrap .inner .chara_change p img {
    width: 100%;
}

#modal .modal_main .inner .dagashi {
  margin-top: auto;
  padding-top: 30px;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .dagashi {
    margin-top: 33px;
    padding-top: 0;
  }
}
#modal .modal_main .inner .dagashi h3 {
  margin: 0 0 19px;
  font-size: 19px;
  color: #dcbc9d;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .dagashi h3 {
    margin: 0 0 11px;
    font-size: 18px;
  }
}
#modal .modal_main .inner .dagashi .dagashi_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e7dcad;
  border-radius: 24px;
  padding: 20px 19px;
  background: #dcbc9d;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .dagashi .dagashi_area {
    border-radius: 12px;
    padding: 12px;
  }
}
#modal .modal_main .inner .dagashi .dagashi_area_txt dt {
  margin-bottom: 22px;
  font-size: 18px;
  color: #614325;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .dagashi .dagashi_area_txt dt {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
#modal .modal_main .inner .dagashi .dagashi_area_txt dd {
  line-height: 1.4;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .dagashi .dagashi_area_txt dd {
    font-size: 10px;
  }
}
#modal .modal_main .inner .dagashi .dagashi_area_img {
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 168px;
}
@media (max-width: 768px) {
  #modal .modal_main .inner .dagashi .dagashi_area_img {
    width: 40%;
  }
}
#modal .modal_main .inner .dagashi .dagashi_area_img p {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
}
#modal .modal_main .inner .dagashi .dagashi_area_img p img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 74%;
  max-width: 100%;
  max-height: 100%;
}

#modal .modal_main .inner figure {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  max-height: 630px;
  width: 50%;
  padding-right: 40px;
  margin-right: 14px;
  opacity: 0;
}
@media (max-width: 768px) {
  #modal .modal_main .inner figure {
    padding-right: 0;
  }
}

#modal .modal_main .inner figure img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.css_fade {
    -webkit-animation-name: fade-in3;
    animation-name: fade-in3;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


#modal .modal_main .control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 54px;
}

#modal .modal_main .control .btnPrev,
#modal .modal_main .control .btnNext {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

#modal .modal_main .control .btnPrev img,
#modal .modal_main .control .btnNext img {
  width: 54px;
}
@media (max-width: 768px) {
  #modal .modal_main .control .btnPrev img,
#modal .modal_main .control .btnNext img {
    width: 30px;
  }
}

#modal .modal_main .control .btnPrev {
  left: 30px;
}

#modal .modal_main .control .btnNext {
  right: 30px;
}

.mainImg {
  position: relative;
  line-height: 0;
  margin: 95px auto 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 768px) {
  .mainImg {
    margin: 0 0 0;
    height: auto;
    width: 100%;
  }
}

body:not(.home) .mainImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 5% 0;
  min-height: 280px;
  height: auto;
  background: url("../img/bg_page_ttl.jpg") no-repeat center/cover;
}
@media (max-width: 768px) {
  body:not(.home) .mainImg {
    padding: 0 0 5%;
    min-height: 169px;
    background: url("../img/bg_page_ttl_sp.jpg") no-repeat center/cover;
  }
}

.mainImg .main_img {
  width: 100%;
}

.mainImgItems {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 100%;
}
@media (max-width: 768px) {
  .mainImgItems {
    width: 100%;
  }
}

.beniko {
  position: absolute;
  top: 13.3036797412%;
  left: 17.03125%;
  width: 35.9%;
  z-index: 2;
}

.kinakomaro {
  position: absolute;
  top: 54.9130610594%;
  left: 65.78125%;
  width: 14.3%;
  z-index: 2;
}

.advencha {
  position: absolute;
  top: 59.8463404772%;
  left: 71.6666666667%;
  width: 18.6%;
}
@media (max-width: 768px) {
  .advencha {
    top: 63.6%;
    left: 76%;
  }
}

.controlcake {
  position: absolute;
  top: 89.2033966842%;
  left: 15.5729166667%;
  width: 20%;
}
@media (max-width: 768px) {
  .controlcake {
    top: 99.2%;
  }
}

.heropurin {
  position: absolute;
  top: 68.3380509503%;
  left: 0%;
  width: 23.9%;
}

.ideanko {
  position: absolute;
  top: 54.1447634452%;
  left: 4.375%;
  width: 20.3%;
}

.isogemochi {
  position: absolute;
  top: 89.1629599677%;
  left: 39.4791666667%;
  width: 21%;
}
@media (max-width: 768px) {
  .isogemochi {
    top: 97.7%;
  }
}

.jewery {
  position: absolute;
  top: 33.1581075617%;
  left: 50.7291666667%;
  width: 23.9%;
}

.kamomeame {
  position: absolute;
  top: 11.7266477962%;
  left: 38.8020833333%;
  width: 22.2%;
}

.kikumimi {
  position: absolute;
  top: 4.2458552366%;
  right: 6.9270833333%;
  width: 28.2%;
}

.main_logo {
  position: absolute;
  top: 64.0921957137%;
  left: 0%;
  right: 0%;
  width: 60.3%;
  margin: auto;
  z-index: 3;
}
@media (max-width: 768px) {
  .main_logo {
    top: 66%;
  }
}

.main_cc1 {
  position: absolute;
  top: 6.0250707643%;
  right: 5.46875%;
  width: 13.2%;
  z-index: 2;
}
@media (max-width: 768px) {
  .main_cc1 {
    top: 22.7%;
    width: 13.2%;
  }
}

.main_cc2 {
  position: absolute;
  top: 30.5297209867%;
  left: 4.9479166667%;
  width: 6.6%;
  z-index: 2;
}
@media (max-width: 768px) {
  .main_cc2 {
    top: 26.4%;
  }
}

.mushiyokekosui {
  position: absolute;
  top: 45.7743631217%;
  right: 0.0520833333%;
  width: 15.6%;
}

.nekomeame {
  position: absolute;
  top: 2.0218358269%;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .nekomeame {
    width: 84.4%;
  }
}

.suisuisoda {
  position: absolute;
  top: 27.4969672463%;
  left: 1.6666666667%;
  width: 18.4%;
}

.syaranseal {
  position: absolute;
  width: 19.6%;
  top: 92.8831378892%;
  right: 16.9791666667%;
}
@media (max-width: 768px) {
  .syaranseal {
    top: 101%;
  }
}

.uchikaeru {
  position: absolute;
  top: 0%;
  right: 33.6979166667%;
  width: 14.5%;
}

.virtualbadge {
  position: absolute;
  top: 26.5669227659%;
  right: 2.6041666667%;
  width: 21.4%;
}

.yarinaoshi {
  position: absolute;
  top: 0%;
  left: 3.9583333333%;
  width: 30.7%;
}

.yowanyokan {
  position: absolute;
  top: 79.1346542661%;
  right: 0.8854166667%;
  width: 24.2%;
}
@media (max-width: 768px) {
  .yowanyokan {
    top: 83%;
  }
}

.trunkR {
  position: absolute;
  top: 53.6595228467%;
  left: 48.5416666667%;
  width: 20.5%;
}

.mainImg .time_img {
  position: absolute;
  bottom: 14%;
  left: 2%;
  width: 29.5%;
  opacity: 0;
}

.mainImg .logo_img {
  position: absolute;
  top: -50%;
  left: 2.7%;
  width: 36.2%;
}

.mainImg .movie {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  right: 0;
  bottom: 2.5%;
  width: 25%;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mainImg .movie img {
  width: 100%;
}

.mainImgSp {
  display: none;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.mainImgSp .main_sp {
  -o-object-fit: cover;
  -webkit-animation: sizeScale 7s ease forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: sizeScale 7s ease forwards;
  opacity: 0;
}

.mainImgSp .logo_sp {
  z-index: 2;
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 310px;
  margin: auto;
}

.mainImgSp .time_sp {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 55px;
  left: 0;
  width: 100%;
  max-width: 375px;
  margin: auto;
  opacity: 0;
}

.mainImgSp .frame_sp {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.top_about {
  position: relative;
  padding: 150px 0 155px 0;
  background: url("../img/outline_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .top_about {
    padding: 48px 0 45px;
    background: url("../img/outline_bg_sp.jpg") no-repeat center center/cover;
  }
}
.top_about .titL {
  margin: 0 0 85px;
}
@media (max-width: 768px) {
  .top_about .titL {
    margin: 0 0 23px;
  }
}

.top_about .txt {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top_about .txt {
    margin-bottom: 40px;
  }
}
.top_about .txt img {
  max-width: 906px;
}
@media (max-width: 768px) {
  .top_about .txt img {
    max-width: 657px;
    width: 88%;
  }
}

.top_wrap1 {
  position: relative;
  background: url(../img/bg_obj.png) top -209px left -315px/3000px auto no-repeat;
}
@media (max-width: 768px) {
  .top_wrap1 {
    background: url(../img/bg_obj_sp.png) top 56px left -240px/1000px auto no-repeat;
  }
}
.top_wrap1 .yarinaoshi2 {
  position: absolute;
  bottom: 796px;
  left: -1090px;
  right: 0;
  margin: auto;
  width: 265px;
  z-index: 10;
}
@media (max-width: 768px) {
  .top_wrap1 .yarinaoshi2 {
    bottom: 34%;
    width: 95px;
    left: 10px;
    right: auto;
  }
}
.top_wrap1 .kamomeame2 {
  position: absolute;
  bottom: -150px;
  right: -1120px;
  left: 0;
  margin: auto;
  width: 319px;
  z-index: 10;
}
@media (max-width: 768px) {
  .top_wrap1 .kamomeame2 {
    width: 114px;
    bottom: -2.8%;
    right: 15px;
    left: auto;
  }
}

.home .top_twitter {
  position: relative;
  margin-top: -160px;
  padding-top: 160px;
  z-index: 10;
}
@media (max-width: 768px) {
  .home .top_twitter {
    margin-top: -8%;
    padding-top: 34%;
    z-index: 10;
  }
}

.home .top_twitter .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 107px 0 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .home .top_twitter .inner {
    padding: 10px 6%;
    text-align: center;
  }
  .home .top_twitter .inner img {
    width: 100%;
  }
}

.home .top_news {
  position: relative;
  margin-top: -160px;
  padding-top: 160px;
}
@media (max-width: 768px) {
  .home .top_news {
    margin-top: -8%;
    padding-top: 14%;
  }
}
.home .top_news .titL {
  margin: 0 0 36px;
}
@media (max-width: 768px) {
  .home .top_news .titL {
    margin-bottom: 11px;
  }
}

.home .top_news .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 0 80px 0;
}
@media (max-width: 768px) {
  .home .top_news .inner {
    padding: 10px 6%;
  }
}

.top_news .inner .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .top_news .inner .main {
  margin: 0 auto 80px auto;
}
@media (max-width: 768px) {
  .home .top_news .inner .main {
    margin: 0 auto 30px auto;
  }
}

.top_news .inner .news {
  position: relative;
  margin: auto;
  max-width: 980px;
  width: 100%;
}

.top_news .inner ul li {
  z-index: 2;
  position: relative;
  border-bottom: 1px solid #b9a26e;
}

.top_news .inner ul li a {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
  padding-right: 140px;
  color: #5f470f;
  font-weight: bold;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .top_news .inner ul li a {
    padding: 15px 0;
    padding-right: 0;
  }
}
.top_news .inner ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(/assets/img/icon_arw01.png) center/70px 70px no-repeat;
}
@media (max-width: 768px) {
  .top_news .inner ul li a::after {
    content: none;
  }
}

.top_news .inner ul li a:hover {
  opacity: 0.7;
}

.top_news .inner ul li a figure {
  margin-right: 66px;
  width: 200px;
  height: 113px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 768px) {
  .top_news .inner ul li a figure {
    margin-right: 14px;
    margin-bottom: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
    height: 56.5px;
  }
}

.top_news .inner ul li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.top_news .inner ul li a .info {
  width: calc(100% - 114px);
}

.top_news .inner ul li a .info .date {
  margin-bottom: 11px;
  display: block;
  color: #baa26e;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .top_news .inner ul li a .info .date {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1;
  }
}

.top_news .inner ul li a .info .txt {
  font-size: 16px;
  font-weight: 500;
  color: #303030;
}
@media (max-width: 768px) {
  .top_news .inner ul li a .info .txt {
    font-size: 14px;
  }
}

.top_news .inner ul li a .info .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.top_news .inner ul li a .info .btn img {
  width: 100%;
  height: 100%;
}

.news_list li {
  position: relative;
  border-bottom: 1px solid #b9a26e;
}

.news_list li a {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
  padding-right: 80px;
  color: #5f470f;
  font-weight: bold;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .news_list li a {
    padding: 15px 0;
    padding-right: 0;
  }
}
.news_list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(/assets/img/icon_arw01.png) center/70px 70px no-repeat;
}
@media (max-width: 768px) {
  .news_list li a::after {
    content: none;
  }
}
.news_list li a figure {
  margin-right: 66px;
  width: 200px;
  height: 113px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.news_list li a:hover {
  opacity: 0.7;
}

.news_list li a figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.news_list li a .info {
  width: calc(100% - 114px);
}

.news_list li a .info .date {
  margin-bottom: 8px;
  color: #c9376c;
  font-size: 0.875rem;
}

.news_list li a .info .txt {
  margin-bottom: 15px;
}

.news_list li a .info .btn {
  -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: 29px;
  border-radius: 15px;
  background-color: #e7c99c;
  font-size: 0.875rem;
}

.top_video {
  padding: 72px 0 141px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .top_video {
    padding: 104px 6% 67px;
  }
}
.top_video .titL {
  margin: 0 0 51px;
}
@media (max-width: 768px) {
  .top_video .titL {
    margin: 0 0 10px;
  }
}
.top_video .inner {
  margin: auto;
  max-width: 980px;
}

.news_detail .story_main {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 60px #f3dea5 inset;
  margin-bottom: 75px;
  padding: 43px 75px 80px 75px;
  border-radius: 30px;
  background-color: #f4e6d1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 60px #f3dea5 inset;
  color: #5f470f;
  font-weight: bold;
}

.news_detail .story_main .date {
  margin-bottom: 10px;
  color: #5f470f;
  font-size: 0.9375rem;
  text-align: right;
}

.news_detail .story_main a {
  color: #c9376c;
  text-decoration: none;
}

.news_detail .news_detail_img {
  margin: 0 auto 50px;
  overflow: hidden;
  width: 720px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .news_detail .news_detail_img {
    margin-bottom: 25px;
    height: 100%;
  }
}

.news_detail .news_detail_img img {
  width: 100%;
}

.news_detail .news_detail_txt {
  margin-bottom: 35px;
  line-height: 1.6;
}

.news_detail .news_detail_list {
  margin-bottom: 35px;
}

.news_detail .news_detail_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.news_detail .news_detail_list li:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #e0c984;
  content: "";
}

.news_detail .column2 div .themeArea, .column2 div .download {
  width: 100%;
  padding: 20px 0 0px;
  border-radius: 25px;
  background-color: #d2ab75;
}

.charaArea {
  position: relative;
  width: 100%;
  padding: 105px 0 140px 0;
  background: url(../img/bg_obj2.png) top 0px center/2800px auto no-repeat, url(../img/bg_header2.png) top -10px center/53px 52px repeat, #b03d5f;
}
@media (max-width: 768px) {
  .charaArea {
    background: url(../img/bg_header2.png) top -4px center/28px auto repeat, #b03d5f;
  }
}
.charaArea .inner {
  max-width: 980px;
  margin: 0 auto;
  background: url(../img/bg_obj_chara.png) top 54px center/963px auto no-repeat;
}
@media (max-width: 768px) {
  .charaArea .inner {
    background: url(../img/bg_obj_chara_sp.png) top 38px center/302px auto no-repeat;
  }
}
.charaArea .btnList {
  background: #fff;
}
@media (max-width: 768px) {
  .charaArea .titL {
    margin-top: 0;
  }
}

.charaArea ul.charaArea_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 74px auto;
  padding: 98px 0 0;
}
.charaArea ul.charaArea_main .act {
  padding: 0 5px;
}
.charaArea ul.charaArea_main .act.center {
  margin-bottom: 0;
}

.charaArea ul.charaArea_main li.sumimaru_body {
  width: 25%;
}
.charaArea ul.charaArea_main li.sumimaru_body .body_img {
  width: 126px;
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.sumimaru_body {
    width: 23%;
  }
  .charaArea ul.charaArea_main li.sumimaru_body .body_img {
    width: 86%;
    margin-bottom: -13px;
  }
}
.charaArea ul.charaArea_main li.beniko_body {
  width: 331px;
  margin-right: 20px;
}
.charaArea ul.charaArea_main li.beniko_body .body_img {
  width: 331px;
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.beniko_body .body_img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.beniko_body {
    margin-right: 5px;
    width: 29.6%;
  }
}
.charaArea ul.charaArea_main li.sugita_body {
  width: 229px;
}
.charaArea ul.charaArea_main li.sugita_body .body_img {
  width: 199px;
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.sugita_body .body_img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.sugita_body {
    width: 21%;
  }
}
.charaArea ul.charaArea_main li.kohaku_body {
  width: 164px;
}
.charaArea ul.charaArea_main li.kohaku_body .body_img {
  width: 110px;
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.kohaku_body .body_img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.kohaku_body {
    width: 13.4%;
  }
}
.charaArea ul.charaArea_main li.kohaku_body {
  width: 164px;
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.kohaku_body {
    width: 13.4%;
  }
}
.charaArea ul.charaArea_main li.konzikimanekineko_body {
  width: 25%;
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.konzikimanekineko_body {
    width: 25%;
  }
}
.charaArea ul.charaArea_main li.konzikimanekineko_body img {
  width: 174px;
}
@media (max-width: 768px) {
  .charaArea ul.charaArea_main li.konzikimanekineko_body img {
    width: 97%;
  }
}

.charaArea ul.charaArea_main li a {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.charaArea ul.charaArea_main li a img {
  width: 100%;
}

.charaArea ul.charaArea_main li a:hover {
  opacity: 0.7;
}

.charaArea ul.charaArea_main li a .name {
  text-align: center;
}

.charaArea ul.charaArea_main li a .name img {
  width: auto;
  height: 38px;
}

.charaArea ul.charaArea_main li a .cv {
  color: #5f470f;
  font-weight: bold;
  text-align: center;
}

.charaArea ul.charaArea_chara:after {
  display: table;
  clear: both;
  content: "";
}

.charaArea ul.charaArea_chara li {
  width: 20.5%;
  margin-right: 6%;
  margin-bottom: 50px;
  float: left;
}

.charaArea ul.charaArea_chara li:nth-child(4n) {
  margin-right: 0;
}

.charaArea ul.charaArea_chara li:nth-child(4n-3) {
  clear: left;
}

.charaArea ul.charaArea_chara li a {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  color: #c9376c;
  text-align: center;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.charaArea ul.charaArea_chara li a:hover {
  opacity: 0.7;
}

.charaArea ul.charaArea_chara li a dl {
  margin-bottom: 10px;
  font-weight: bold;
}

.charaArea ul.charaArea_chara li a dl strong {
  font-size: 1.5rem;
}

.charaArea ul.charaArea_chara li a figure {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 27px;
  background-color: #f4e6d1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 1;
}

.charaArea ul.charaArea_chara li a figure img {
  width: 100%;
}

.charaArea ul.charaArea_chara li a .name {
  color: #240904;
}

.onairBlock:not(:last-of-type) {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .onairBlock:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

.onairBlock table {
  width: 100%;
}

.onairBlock table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.onairBlock table th {
  padding: 25px 40px;
  border-right: 1px solid #e6ded1;
  border-bottom: 1px solid #e6ded1;
  background-color: #c8778f;
  color: #fff;
  font-size: 20px;
  width: 100%;
}

.onairBlock table th:last-child {
  border-right: none;
}

.onairBlock table td {
  min-height: 100px;
  border-right: 1px solid #e6ded1;
  border-bottom: 1px solid #e6ded1;
  background: #fff;
  color: #303030;
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media (max-width: 768px) {
  .onairBlock table td {
    min-height: 50px;
  }
}
.onairBlock table td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.onairBlock table td img {
  max-width: 100%;
  max-height: 98px;
}

.onairBlock table td:last-child {
  border-right: none;
}

.onairBlock table tr:last-child td {
  border-bottom: none;
}

.onairBlock .onair_center td {
  text-align: center;
}

.onairBlock .onair_center td a {
  color: #b03d5f;
  text-decoration: none;
}

.onairBlock .onair_center td a:hover {
  text-decoration: underline;
}

.onairBlock1 tr:first-of-type th:first-of-type {
  width: 58.4%;
}
@media (max-width: 768px) {
  .onairBlock1 tr:first-of-type th:first-of-type {
    width: 50%;
  }
}
.onairBlock1 tr:first-of-type th:last-of-type {
  width: 41.6%;
}
@media (max-width: 768px) {
  .onairBlock1 tr:first-of-type th:last-of-type {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .onairBlock1 tr:first-of-type th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 12px;
    font-size: 12px;
    height: 43px;
  }
}
.onairBlock1 tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .onairBlock1 tr td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.onairBlock1 tr td:first-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 60px;
  width: 58.4%;
  color: #b03d5f;
}
@media (max-width: 768px) {
  .onairBlock1 tr td:first-of-type {
    padding-left: 0;
    padding: 16px 12px;
    width: 50%;
    display: inline;
    letter-spacing:-0.03em;
  }
  .onairBlock1 tr td:first-of-type span {
    text-indent: 5px;
  }
.onairBlock1 tr td:first-of-type span {
    display: block;
}
}
.onairBlock1 tr td:last-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 41.6%;
  color: #303030;
}
@media (max-width: 768px) {
  .onairBlock1 tr td:last-of-type {
    width: 50%;
  }
}

.goods_list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.goods_list:after {
  display: table;
  clear: both;
  content: "";
}

.goods_list li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 18.8%;
  min-height: 305px;
  margin-right: 8.2%;
  margin-bottom: 60px;
  padding: 10px;
  float: left;
  border-radius: 28px;
  background-color: rgba(245, 232, 192, 0.533);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.goods_list li:nth-child(4n) {
  margin-right: 0;
}

.goods_list li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.goods_list li a figure {
  height: 160px;
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
}

.goods_list li a figure img {
  height: 100%;
}

.goods_list li a .name {
  color: #c9376c;
}

.goods_list li a .tit {
  color: #303030;
  font-size: 0.875rem;
}

.goods_list li a figure img {
  height: 100%;
  border-radius: 25px;
}

.goods_title {
  margin: 0 0 30px;
  font-size: 32px;
  color: #b03d5f;
  font-weight: 700;
  line-height: 1.5;
}

.goods_text {
  margin: 0 0 30px;
  line-height: 1.75;
  font-size: 16px;
  color: #303030;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 768px) {
  .goods_text {
    margin: 0 0 20px;
  }
}

.goods_profile {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.goods_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #303030;
  margin: 0 0 100px;
}

.goods_main .ph {
  width: 50%;
}

.goods_main .ph img {
  width: 100%;
  border-radius: 10px;
}

.goods_main .info {
  padding-left: 32px;
  width: 50%;
}

.goods_main dl {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.goods_main dl:not(:last-of-type) {
  margin: 0 0 10px 0;
}

.goods_main dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 116px;
  min-height: 53px;
  font-weight: 700;
  color: #b03d5f;
  background-color: #e7dcad;
  padding: 5px 5px 5px 10px;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 8px;
}

.goods_main dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 23px;
  width: calc(100% - 116px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #303030;
}

.goods_main dl dd a {
  color: #240904;
  text-decoration: underline;
}

.goods_main dl dd a:hover {
  text-decoration: none;
}

.goods_main .btn a {
  display: inline-block;
  background-color: #c9376c;
  padding: 5px 30px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}

.goods_main .btn a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .goods_title {
    margin: 0 auto 26px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 24px;
  }

  .goods_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 0 50px;
  }

  .goods_main .ph {
    margin: 0 auto 20px;
    width: 73.8%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .goods_main .ph img {
    width: 100%;
    border-radius: 10px;
  }

  .goods_main .info {
    display: contents;
  }

  .goods_main dl {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }

  .goods_main dl dt {
    width: 86px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
  }

  .goods_main dl dd {
    padding: 0 0 0 16px;
    width: calc(100% - 84px);
    font-size: 14px;
    line-height: 1.4;
  }

  .goods_main dl dd a {
    color: #240904;
    text-decoration: underline;
  }

  .goods_main dl dd a:hover {
    text-decoration: none;
  }
}
.storyArea .story_txt {
  margin-bottom: 25px;
  color: #303030;
  line-height: 1.8;
}

.storyArea .story_staff {
  margin-bottom: 60px;
  color: #303030;
}

.storyArea .story_chara {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 80px auto;
  gap: 45px;
}

.storyArea .story_chara li {
  margin-bottom: 20px;
}

.storyArea .story_chara li:nth-child(3n) {
  margin-right: 0;
}

.storyArea .story_chara li figure {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 28px;
  line-height: 1;
  text-align: center;
  width: 211px;
  height: 195px;
}

.storyArea .story_chara li figure img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}

.storyArea .story_chara li .name {
  color: #b03d5f;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .storyArea .story_chara li .name {
    font-size: 16px;
  }
}

.storyArea .cheap_sweets {
  text-align: center;
}
@media (max-width: 768px) {
  .storyArea .cheap_sweets {
    margin: 20px 0 37px;
  }
}

.storyArea .cheap_sweets figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
  width: 293px;
  height: 270px;
}
@media (max-width: 768px) {
  .storyArea .cheap_sweets figure {
    border-radius: 15px;
    width: calc(211 / 386 * 100vw);
    height: calc(195 / 386 * 100vw);
  }
}
.storyArea .cheap_sweets figure img {
  max-width: 100%;
  max-height: 100%;
}

.storyArea .cheap_sweets .name {
  color: #b03d5f;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .storyArea .cheap_sweets .name {
    font-size: 16px;
  }
}

.episode .content_inner {
  padding: 41px 0 0;
}
.episode .titL {
  position: relative;
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  color: #303030;
}
@media (max-width: 768px) {
  .episode .titL {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.episode .episodeNumber {
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  padding-top: 4px;
  text-align: center;
  position: absolute;
  color: #b03d5f;
  width: 107px;
  height: 32px;
  font-size: 14px;
  background: url(../img/bg_episodeNumber.png) center/cover no-repeat;
  line-height: 1;
}
.episode .episodeNumber strong {
  font-size: 20px;
  display: initial;
  line-height: 1;
  letter-spacing: 0.03em;
}

.backnumber {
  background: url(../img/bg_header2.png) top 0 center/53px 52px repeat, #b03d5f;
  padding:0 0 70px 0;
}
@media (max-width: 768px) {
  .backnumber {
    background: url(../img/bg_header2.png) top -4px center/28px auto repeat, #b03d5f;
  }
}
.backnumber .content_inner {
  padding: 98px 0;
}

.backnumberList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.backnumberList li {
  width: 50%;
  margin: 0 0 40px 0;
}

.backnumberList li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .backnumberList li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.backnumberList li a:hover {
  opacity: 0.7;
}

.backnumberList li a dl {
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .backnumberList li a dl {
    padding: 0 0 0 12px;
  }
}
.backnumberList li a dl dt {
  text-indent: 5px;
  font-size: 16px;
}
.backnumberList li a dl dt strong {
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .backnumberList li a dl dt {
    text-indent: 0px;
    font-size: 12px;
  }
}
.backnumberList li a dl dd {
  font-size: 18px;
}
@media (max-width: 768px) {
  .backnumberList li a dl dd {
    text-indent: -0.6rem;
    font-size: 13px;
  }
}

@-webkit-keyframes sizeScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes sizeScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes sizeScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-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;
  }
}
@-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;
  }
}
.slideup {
  -webkit-animation: slideUp 1s forwards;
  animation: slideUp 1s forwards;
}


@-moz-keyframes scroll_anime {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 0.5;
    transform: translate3d(-50%, -8px, 0)
  }
}

@-webkit-keyframes scroll_anime {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0)
  }
}

@-o-keyframes scroll_anime {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 0.5;
    transform: translate3d(-50%, -8px, 0)
  }
}

@keyframes scroll_anime {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0)
  }
}

@-moz-keyframes fuwafuwa01 {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(0px)
  }
}

@-webkit-keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-o-keyframes fuwafuwa01 {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(0px)
  }
}

@keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-moz-keyframes fuwafuwa02 {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(10px)
  }

  to {
    transform: translateY(0px)
  }
}

@-webkit-keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-o-keyframes fuwafuwa02 {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(10px)
  }

  to {
    transform: translateY(0px)
  }
}

@keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-moz-keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fade-in3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-o-keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fade-in3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.wrapper {
  overflow: hidden;
}

#container {
  overflow-x: hidden;
}

body:not(.home) #content {
  padding: 46px 0 260px;
  border-bottom: 10px solid #ece2e5;
  background: url(../img/bg_obj3.png) top -120px right 0/3000px auto no-repeat;
}
@media (max-width: 768px) {
  body:not(.home) #content {
    padding: 0;
    background: url(../img/bg_obj_sp.png) top -51px left -240px/1000px auto no-repeat;
    border-bottom: 3px solid #ece2e5;
  }
}

.home #content {
  padding-top: 80px;
  padding-bottom: 0;
  margin-top: -80px;
}

.home #content .content_inner {
  padding: 105px 0 140px 0;
}

#content .content_inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.menu {
  display: none;
  z-index: 20;
  position: fixed;
  top: 11px;
  right: 9px;
  width: 71px;
  height: 57px;
}

html.menuOpen .menu {
  display: none;
}

.movie {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.movie img {
  width: 100%;
}

.movie-btn {
  position: relative;
}

.mbtn {
  position: absolute;
  width: 15%;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}

a:hover .mbtn {
  opacity: 0.7;
}

.specialMovieBlock:not(:last-of-type) {
  margin: 0 0 90px;
}
@media (max-width: 768px) {
  .specialMovieBlock:not(:last-of-type) {
    margin: 0 0 29px;
  }
}

.article_main {
  margin-bottom: 75px;
  padding: 36px 0 12px;
  color: #303030;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  .article_main {
    font-size: 14px;
  }
}

.article_main .date {
  margin-bottom: 12px;
  color: #b03d5f;
  font-size: 16px;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 768px) {
  .article_main .date {
    font-size: 12px;
  }
}

.article_main a {
  display: block;
  color: #c9376c;
  text-decoration: none;
}

.pageTit {
  position: relative;
  /* height: 700px; */
  padding-top: 110px;
  background: url("img/info03.png") no-repeat center center;
  background-size: cover;
  text-align: center;
}

.pageTit dt {
  padding: 130px 0 80px 0;
  max-width: 295px;
  margin: auto;
}

.pageTit dt img {
  width: 100%;
}

.pageTit dd {
  max-width: 924px;
  width: 98%;
  margin: auto;
  padding-bottom: 130px;
}

.pageTit dd img {
  width: 100%;
}

.onair .content_inner {
  padding: 36px 0;
}
@media (max-width: 768px) {
  .onair .content_inner {
    padding: 36px 0 100px;
  }
}

.about .content_inner {
  padding: 36px 0;
}
@media (max-width: 768px) {
  .about .content_inner {
    padding: 36px 6% 100px;
  }
}

.onair .content_inner {
  padding: 36px 0;
}
@media (max-width: 768px) {
  .onair .content_inner {
    padding: 36px 6% 100px;
  }
}

.special .content_inner {
  padding: 36px 0;
}
@media (max-width: 768px) {
  .special .content_inner {
    padding: 36px 6% 100px;
  }
}
.special .content_inner .titM {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .special .content_inner .titM {
    margin-bottom: 30px;
  }
}

.aboutArea .spOnly {
  display: none;
}

.aboutArea .mBotm {
  margin-bottom: 200px;
}

.titM {
  background: none;
}

.titM.info__titImg {
  max-width: 295px;
  margin: auto;
}

.titM.info__titImg img {
  width: 100%;
}

.titM.info__titTxt {
  max-width: 420px;
  margin: auto;
  padding: 15px 0;
  font-size: 24px;
  background: url(../img/info_ttlbg02.png) no-repeat;
  background-size: 90% auto;
  background-position: center center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .titM.info__titTxt {
    width: calc(230 / 386 * 100vw);
    margin-bottom: calc(15 / 386 * 100vw);
    font-size: calc(14 / 386 * 100vw);
  }
}

.titM.info__titTxt2 {
  max-width: 420px;
  margin: 0 auto 71px;
  padding: 15px 0;
  font-size: 24px;
  background: url(../img/info_ttlbg03.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
@media (max-width: 768px) {
  .titM.info__titTxt2 {
    width: calc(230 / 386 * 100vw);
    margin-bottom: calc(15 / 386 * 100vw);
    font-size: calc(14 / 386 * 100vw);
  }
}

.titM.info__titTxt.spMb {
  margin-bottom: 60px;
}

.aboutArea .tit {
  font-weight: bold;
  text-align: center;
}

.aboutArea .tit strong {
  display: block;
  margin-bottom: 50px;
  padding-top: 20px;
  text-align: center;
}

.aboutArea .tit strong img {
  width: 70%;
  max-width: 600px;
}

.aboutArea .author {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.aboutArea .author li {
  margin: 0 45px;
  color: #999;
}

.aboutArea .author li strong {
  color: #303030;
  font-size: 1.5rem;
}

.aboutArea .staff {
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center;
}

.aboutArea .staff dt {
  color: #999;
}

.aboutArea .staff dd {
  color: #303030;
  font-size: 1.5rem;
}

.about_cast {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-top: 90px;
}

.about_cast li {
  width: 100%;
  max-width: 400px;
  margin: 0 35px;
  text-align: center;
}

.about_cast li figure {
  position: relative;
  margin-bottom: -20px;
}

.about_cast li figure img {
  width: 100%;
}

.about_cast li figure img.role_img {
  -webkit-transform: translate(-30%, -30%);
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  transform: translate(-30%, -30%);
}

.about_cast li .role {
  color: #999;
  font-weight: bold;
}

.about_cast li .name {
  color: #303030;
  font-size: 1.5rem;
  font-weight: bold;
}

.themeArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 980px;
}

.themeArea .themeArea__item {
  width: 48.573%;
  border-radius: 42px;
  padding: 40px;
  position: relative;
  background: url(../img/bg_obj2.png) top 0px center/2800px auto no-repeat, url(../img/bg_header2.png) top -10px center/53px 52px repeat, #b03d5f;
}

.themeArea .themeArea__item .role_img01 {
  -webkit-transform: translate(-30%, -30%);
  position: absolute;
  top: -60px;
  left: 50px;
  transform: translate(-30%, -30%);
  z-index: -20;
}
@media (max-width: 768px) {
  .themeArea .themeArea__item .role_img01 {
    top: -30px;
    left: 35px;
    width: 15%;
  }
}

.themeArea .themeArea__item .role_img02 {
  -webkit-transform: translate(-30%, -30%);
  position: absolute;
  bottom: -60px;
  right: -40px;
  transform: translate(-30%, -30%);
  z-index: 10;
}
@media (max-width: 768px) {
  .themeArea .themeArea__item .role_img02 {
    bottom: -20px;
    right: -15px;
    width: 15%;
  }
}

.themeArea .themeArea__item .role_img03 {
  -webkit-transform: translate(-30%, -30%);
  position: absolute;
  bottom: -70px;
  right: -40px;
  transform: translate(-30%, -30%);
  z-index: 10;
}
@media (max-width: 768px) {
  .themeArea .themeArea__item .role_img03 {
    bottom: -30px;
    right: -25px;
    width: 15%;
  }
}

.themeArea .themeArea__item .titS {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 40px;
  position: relative;
}

.themeArea .themeArea__item .titS::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about/info_ttlbg.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.themeArea .themeArea__item .titS::after {
  display: none;
}

.themeArea dl {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.themeArea dl dt {
  margin-bottom: 20px;
  color: #e7dcad;
  font-size: 30px;
}

.themeArea dl dd {
  /* min-height: 60px; */
  letter-spacing: 0.08em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}

.themeArea__sub.mb {
  margin-bottom: 40px;
}

.themeArea__sub h5 {
  max-width: 380px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #303030;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: rgba(249, 249, 249, 0.5);
  padding: 8.5px;
  margin-bottom: 10px;
}

.themeArea__sub ul {
  max-width: 380px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.themeArea__sub li {
  width: 50%;
}

.themeArea__sub a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  padding-left: 25px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.themeArea__sub a:hover {
  opacity: 0.8;
}

.themeArea__sub a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about/info_arrow.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  top: 8px;
  left: 0;
}

.themeArea .download {
  position: relative;
  width: 100%;
  max-width: 255px;
  margin: 0 auto 15px auto;
  padding: 10px 30px;
  border-radius: 25px;
  background-color: #d2ab75;
  color: #5f470f;
  font-weight: bold;
}

.themeArea .download.first {
  margin-top: 80px;
}

.themeArea .download .tit {
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.themeArea .download ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.themeArea .download ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.themeArea .download ul li a {
  display: block;
  padding: 4px 18px;
  border-radius: 20px;
  background-color: #f9f7e9;
  color: #5f470f;
  font-size: 0.6875rem;
  text-decoration: none;
}

.news_detail .story_main {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 60px #f3dea5 inset;
  margin-bottom: 75px;
  padding: 43px 75px 80px 75px;
  border-radius: 30px;
  background-color: #f4e6d1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 60px #f3dea5 inset;
  color: #5f470f;
  font-weight: bold;
}

.news_detail .story_main .date {
  margin-bottom: 10px;
  color: #5f470f;
  font-size: 0.9375rem;
  text-align: right;
}

.news_detail .story_main a {
  color: #c9376c;
  text-decoration: none;
}

.news_detail .news_detail_img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 18px;
}

.news_detail .news_detail_img img {
  width: 100%;
}

.news_detail .news_detail_txt {
  margin-bottom: 35px;
  line-height: 1.8;
}

.news_detail .news_detail_list {
  margin-bottom: 35px;
}

.news_detail .news_detail_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.news_detail .news_detail_list li:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #e0c984;
  content: "";
}

.news_detail .themeArea .download {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 15px auto;
  padding: 10px 30px;
  border-radius: 25px;
  background-color: unset;
  color: #5f470f;
  font-weight: bold;
}

.news_detail .themeArea .download ul {
  display: block;
}

.news_detail .themeArea .download ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.news_detail .themeArea .download ul li a {
  display: block;
  padding: 4px 18px;
  border-radius: 20px;
  background-color: #f9f7e9;
  color: #5f470f;
  font-size: 12px;
  text-decoration: none;
}

.news_detail .themeArea .download ul li a:hover {
  opacity: 0.6;
}

.slider_wrap {
  position: relative;
}

.slider_wrap .btn_prev,
.slider_wrap .btn_next {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 26px;
  bottom: 131px;
  margin: auto;
  width: 54px;
  height: 54px;
  transform: translate(0, -50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .slider_wrap .btn_prev,
.slider_wrap .btn_next {
    top: 15px;
    bottom: 35px;
    margin: auto;
    width: 30px;
    height: 30px;
  }
}

.slider_wrap .btn_prev button,
.slider_wrap .btn_next button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slider_wrap .btn_prev img,
.slider_wrap .btn_next img {
  width: 100%;
}

.slider_wrap .btn_prev {
  left: 10px;
  right: auto;
}

.slider_wrap .btn_next {
  right: 10px;
  left: auto;
}

.slider_main .item {
  line-height: 1;
  height: 548px;
}
@media (max-width: 768px) {
  .slider_main .item {
    height: auto;
  }
}

.slider_main .item img {
  width: 100%;
}

.slick-list {
  margin-bottom: 2%;
  overflow: hidden;
}

.slick-dots,
.slider_thm {
  -ms-flex-wrap: wrap !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: static !important;
  flex-wrap: wrap !important;
}

.slick-dots li,
.slider_thm li {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: block;
  width: 23.5%;
  height: auto;
  margin-right: 2%;
  margin-left: 0;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
}

.slick-dots li:nth-child(4n),
.slider_thm li:nth-child(4n) {
  margin-right: 0;
}

.slick-dots li img,
.slider_thm li img {
  width: 100% !important;
}

.character-main {
  max-width: 1000px;
  margin: 0 auto;
}

.character-list {
  position: relative;
  padding-bottom: 70px;
  border-radius: 47px;
}

.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;
  gap: 32px;
}
@media (max-width: 768px) {
  .character-list ul.chara {
    gap: 22px 17px;
  }
}

.character-list ul.chara li {
  width: 305px;
}

.character-list ul.chara li:nth-child(4n) {
  margin-right: 0;
}

.character-list ul.chara li a {
  display: block;
  outline: none;
  opacity: 1;
  text-align: center;
}

.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 figure {
  position: relative;
  width: 305px;
  height: 282px;
  overflow: hidden;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .character-list ul.chara li a figure {
    width: 100%;
    height: calc(150 / 386 * 100vw);
    border-radius: 20px;
  }
}

.character-list ul.chara li a figure img {
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.character-list ul.chara li a .name {
  display: inline-block;
  margin: 18px auto 0;
  color: #b03d5f;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .character-list ul.chara li a .name {
    margin: 11px auto 0;
  }
}

.archive2 .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;
  gap: 38px 45px;
  margin: 0 0 53px;
}
@media (max-width: 768px) {
  .archive2 .character-list ul.chara {
    margin: 0 0 31px;
    gap: 22px 13px;
  }
}

.archive2 .character-list ul.chara li {
  position: relative;
  width: 211px;
}
@media (max-width: 768px) {
  .archive2 .character-list ul.chara li {
    width: calc((100% / 3) - 9px);
  }
}

.archive2 .character-list ul.chara li .episodeNum {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #c9376c;
  height: 29px;
  z-index: 10;
  border-radius: 20px 0 20px 0;
  padding: 0 10px 5px;
  min-width: 70px;
}
@media (max-width: 768px) {
  .archive2 .character-list ul.chara li .episodeNum {
    border-radius: 10px 0 10px 0;
    padding: 0 0 3px;
    font-size: 10px;
    height: 21px;
    width: 52px;
  }
}
.archive2 .character-list ul.chara li .episodeNum strong {
  display: inline;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: 0.03em;
}

.archive2 .character-list ul.chara li a .name {
  display: inline-block;
  margin: 10px auto 0;
  height: 63px;
  color: #b03d5f;
  line-height: 1.5;
  font-size: 21px;
  font-weight: 500;
}
.archive2 .character-list ul.chara li a .name span {
  font-size: 0.7em;
}
@media (max-width: 768px) {
  .archive2 .character-list ul.chara li a .name {
    margin: 5px auto 0;
    font-size: 12px;
  }
}

.archive2 .character-list ul.chara li a figure {
  position: relative;
  width: 210px;
  height: 195px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .archive2 .character-list ul.chara li a figure {
    width: 100%;
    height: calc(97.5 / 386 * 100vw);
    border-radius: 10px;
  }
}

.goods .character-list ul.chara li a {
  text-align: left;
}

.goods.article .content_inner {
  padding: 32px 0 206px;
}

.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: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 50%;
}

.character-list .slick-dots li button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e7dcad;
  color: #a48715;
  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: #d45f89;
  color: #fff;
}

.character-item {
  margin: 0 auto;
  padding: 0;
}

.chara-tab {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 45px 73px;
  gap: 41px;
}

.chara-tab li {
  width: 241px;
  height: 71px;
}

.chara-tab li:nth-child(2) a img {
  bottom: -22px;
}

.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #b03d5f;
  font-size: 18px;
  font-weight: 900;
  opacity: 1;
  text-decoration: none;
  padding: 5px 0 0;
}
.chara-tab li a::after {
  content: "";
  display: inline-block;
  margin: 2px auto 0;
  width: 13px;
  height: 9px;
  background: url(../img/icon_arw02.png) center/13px auto no-repeat;
}
@media (max-width: 768px) {
  .chara-tab li a::after {
    width: 6.5px;
    height: 4.5px;
    background: url(../img/icon_arw02.png) center/7.5px auto no-repeat;
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  /* background-image: url("../img/bg_chara-tab.png"); */
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.chara-tab li.act a img {
  bottom: 0;
}

@media (max-width: 768px) {
  .character-list {
    border-radius: 27px;
  }

  .character-list ul.chara li {
    width: calc(50% - 9px);
  }

  .character-list ul.chara li:nth-child(2n) {
    margin-right: 0;
  }

  .character-list ul.chara li a .name {
    font-size: 12px;
  }

  .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 auto;
    padding: 0 0;
  }

  .chara-tab {
    margin: 0 6% 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 2%;
  }

  .chara-tab li.act {
    background-image: url(/assets/img/bg_obj_chara_sp.png), url(/assets/img/bg_episodeNumber.png);
    background-position: center;
    background-size: auto 84%, 100% 100%;
    background-repeat: no-repeat;
  }

  .goods .chara-tab li {
    padding: 0px calc(15 / 386 * 100vw);
    width: calc(99 / 386 * 100vw);
  }
  .goods .chara-tab li .name {
    font-size: 11px;
  }

  .chara-tab li {
    width: auto;
    height: 41px;
    padding: 0px calc(15 / 386 * 100vw);
  }

  .chara-tab li:nth-child(2) a img {
    bottom: 0;
  }

  .chara-tab li a {
    border-radius: 36px;
    font-size: 0.875rem;
    white-space: nowrap;
    font-size: calc(12 / 386 * 100vw);
  }

  .chara-tab li a img {
    bottom: 0;
    width: 45px;
  }

  .chara-tab li.act a {
    background-image: url("../img/common/arw_down.svg");
    background-position: 56% 35px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  body {
    background: url(../img/bg_header.png) top -4px center/28px auto repeat, #f2f2f2;
  }

  .PC {
    display: none;
  }

  .SP {
    display: block;
  }

  .titML span {
    display: block;
    margin-left: 0;
  }

  .btnList {
    padding: 0 20px;
    width: 100%;

    height: 50px;
  }

  #footer {
    padding-right: 6%;
    padding-bottom: 60px;
    padding-left: 6%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #footer {
    padding-top: 17.5px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .social {
    margin: 0 auto 23px auto;
    width: 100%;
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.home) #header .inner h1 {
    position: absolute;
    left: 0;
    width: 100px;
    margin: 13px auto 0 auto;
    z-index: 100;
  }
}
@media only screen and (max-width: 768px) {
  #header .inner h1 {
    width: 110px;
    margin: 25px auto 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #header .inner h1 .logo {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  #header .inner h1 .logo img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #footer .banner li {
    display: block;
    margin: 0 7.5px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #footer .banner li {
    margin: 0 0;
    width: calc(50% - 7px);
  }
}
@media only screen and (max-width: 768px) {
  #footer .banner li a img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .cat {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html.fixed.end .pagetop {
    top: -98px;
    right: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .pagetop img {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main {
    width: 88%;
    min-height: auto;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main .btnClose {
    display: none;
    -webkit-transform: translate(-50%, -50%);
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main .modal_wrap {
    position: static;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
    padding: 0 0;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto !important;
    padding: 20px 20px;
    background: url(../img/bg_header2.png) top -4px center/28px auto repeat, #b03d5f;
    border-radius: 18px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main .inner .text_area {
    padding: 25px 0;
    width: auto;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main .inner .text_area .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .archive #modal .modal_main .inner figure {
    margin: auto;
    height: auto;
    width: 85%;
  }
  .archive #modal .modal_main .control {
    top: calc(170/386*100vw);
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main .inner figure {
    width: 65%;
    margin: 0 auto 0;
    min-height: auto;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: calc(173/386*100vw);
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main .control {
    top: calc(100/386*100vw);
    bottom: auto;
    height: 30px;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #modal .modal_main .control .btnPrev,
#modal .modal_main .control .btnNext {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .mainImgSp {
    display: block;
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .top_news .inner {
    padding: 10px 6% 100px;
  }
}
@media only screen and (max-width: 768px) {
  .top_news .inner .news {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top_news .inner ul {
    padding: 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top_news .inner ul li a .info .btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .news_list li a {
    padding: 36px 3%;
  }
}
@media only screen and (max-width: 768px) {
  .news_list li a figure img {
    width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .news_list li a .info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .news_list li a .info .btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .news_detail .story_main {
    padding: 43px 3% 80px 3%;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea {
    padding: 33px 0 69px;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_main {
    margin: 0 auto 36px auto;
    padding: 38px 0 0;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_main li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    max-width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_main li.act {
    max-width: 240px;
    margin: 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_main li a figure img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_main li a .name img {
    height: 34px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .charaArea ul.charaArea_main li a .name img {
    height: calc(14/384*100vw);
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_chara li {
    width: 47%;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_chara li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_chara li:nth-child(2n-1) {
    clear: left;
  }
}
@media only screen and (max-width: 768px) {
  .charaArea ul.charaArea_chara li a figure {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .onairBlock {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .onairBlock table th {
    padding: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .onairBlock table td {
    padding: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .goods_list li {
    width: 45.9%;
  }
}
@media only screen and (max-width: 768px) {
  .goods_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .storyArea {
    padding: 105px 3% 140px 3%;
  }
}
@media only screen and (max-width: 768px) {
  .storyArea .story_chara {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 34px;
    margin: 20px 0 37px;
  }
}
@media only screen and (max-width: 768px) {
  .storyArea .story_chara li {
    width: calc(50% - 17px);
  }
}
@media only screen and (max-width: 768px) {
  .storyArea .story_chara li:nth-child(3n) {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  .storyArea .story_chara li figure {
    max-width: 194px;
    margin: 0 auto 7px auto;
    width: 100%;
    height: calc(143 / 386 * 100vw);
    border-radius: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .backnumberList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .backnumberList li {
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .backnumberList li a figure img {
    width: 100%;
    max-width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.home) #content .content_inner {
    padding: 25px 6% 100px;
    padding-top: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .movie {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .article_main {
    margin-bottom: 0px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pageTit dt {
    padding-top: calc(80 / 386 * 100vw);
    padding-bottom: calc(50 / 386 * 100vw);
    width: calc(130 / 386 * 100vw);
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .pageTit dd {
    width: calc(340 / 386 * 100vw);
    width: 98%;
    margin: auto;
    padding-bottom: calc(30 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .mBotm {
    margin-bottom: calc(50 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .spOnly {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .titM.info__titImg {
    width: calc(130 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .titM.info__titTxt {
    width: calc(230 / 386 * 100vw);
    margin-bottom: calc(15 / 386 * 100vw);
    font-size: calc(14 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .titM.info__titTxt.spMb {
    margin-bottom: calc(35 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .tit strong {
    margin-bottom: calc(25 / 386 * 100vw);
    padding-top: calc(15 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .author {
    margin-bottom: calc(20 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .about_cast {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px;
    padding-top: calc(50 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .about_cast li {
    max-width: auto;
    margin-bottom: calc(50 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .about_cast li figure {
    width: calc(200 / 386 * 100vw);
    margin: auto;
    margin-bottom: calc(-15 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea dl {
    margin-bottom: calc(15 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea__sub.mb {
    margin-bottom: calc(20 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .themeArea .themeArea__item {
    width: 100%;
    margin: auto;
    margin-bottom: calc(35 / 386 * 100vw);
    padding: calc(30 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea .themeArea__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .themeArea .themeArea__item .titS {
    font-size: calc(18 / 386 * 100vw);
    margin-bottom: calc(40 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea .themeArea__item .titS::before {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .themeArea dl dt {
    margin-bottom: calc(15 / 386 * 100vw);
    font-size: calc(18 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea dl dd {
    /* min-height: 60px; */
    letter-spacing: 0.08em;
    color: #FFFFFF;
    font-size: calc(12 / 386 * 100vw);
    line-height: calc(18 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea__sub h5 {
    font-size: calc(12 / 386 * 100vw);
    max-width: auto;
    padding: calc(10 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea__sub a {
    font-size: calc(10 / 386 * 100vw);
    padding-left: calc(15 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea__sub a::before {
    width: calc(8 / 386 * 100vw);
    height: calc(13 / 386 * 100vw);
    top: calc(5 / 386 * 100vw);
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea {
    padding: 30px 3% 100px 3%;
    padding-bottom: calc(100 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .author li {
    margin: 0 6%;
    font-size: calc(10 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .author li strong {
    font-size: calc(16 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .theme {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .staff {
    margin-bottom: calc(20 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .staff dt {
    font-size: calc(10 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .aboutArea .staff dd {
    font-size: calc(16 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .about_cast li {
    margin: 0 3%;
  }
}
@media only screen and (max-width: 768px) {
  .about_cast li .role {
    font-size: calc(12 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .about_cast li .name {
    font-size: calc(16 / 386 * 100vw);
  }
}
@media only screen and (max-width: 768px) {
  .themeArea {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .themeArea dl dt {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .themeArea .subsc {
    position: static;
    margin-top: 30px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .themeArea .download.first {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .slider_main {
    margin-bottom: 0;
    border-radius: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-dots li,
.slider_thm li {
    border-radius: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    position: static;
    height: 0;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .nav_head-tab {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .nav_head-tab li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .nav_head-tab li a {
    height: 40px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .home #header {
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 1375px) {
  #header .inner nav {
    display: none;
    background: url(../img/bg_header.png) top -10px center/28px auto repeat, #f2f2f2;
  }

  #header .inner nav .tit {
    display: block;
    width: 100%;
  }

  #header .inner nav ul {
    display: block;
  }

  #header .inner nav ul li {
    position: relative;
    padding: 22px 0;
    padding-left: 32px;
  }

  #header .inner nav ul li:first-child {
    display: block;
  }
  #header .inner nav ul li:first-child img {
    height: 73px;
    max-height: none;
  }

  #header .inner nav ul li a img,
#header .inner nav ul li span img {
    max-height: 17px;
    margin: 0 auto;
  }

  #header .inner nav .btnClose {
    display: block;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


.charaArea .btnList, .backnumber .btnList {
    background: #fff;
    color: #b03d5f;
}

.tatarime{background-color:#bab0c7 !important;}
.rokujo{background-color:#a1d9e6 !important;}

a.link{display:inline !important;}

.dagashi-icon{
  display: flex;
  justify-content: right;
  font-size:0.785em;
  margin-right: -35px;
}

.dagashi-icon img{
 width:12%;
 display:inline-block;
  margin-right:5px;
vertical-align: middle;
}