@charset "UTF-8";
/*!
 * Modified  :  *******
 */

/* size Definition

sm =  ( =< 991 )
lg =  ( 992 =< (1280) )
// xlg = ( 1281 < )
*/

/* media queries Definition */
@media print, (min-width:992px) { /* for lg */
  .only-sm {
    display: none;
  }

} /* END for lg */

@media screen and (max-width:991px) { /* for sm */
  .only-lg {
    display: none;
  }

} /* END for sm */


/* mobile style- over wright 220310 */
@media screen and (max-width:991px) {

/* common
------------------------------------------------------------ */

/* layout */

.wrapper {
  min-width: auto;
}
.container.main,
.container.movie,
.container.twitter {
  float: none;
  width: auto;
}

/* header */

header,
.logo {
  height: 70px;
}
header {
  width: 100%;
  box-shadow: none;
  overflow: hidden;
}
/* START header - fix */
header {
  /* position: fixed; */
  overflow: hidden;
}
html.fixed header {
  overflow: visible;
}
header + .contents {
  /* padding-top: 70px; */
}
section:first-child .container {
  padding-top: 15px;
}
/* END header - fix */
.gNav {
  display: flex;
}
.gNav::after {
  display: none;
}
.gNav .logo {
  float: none;
  display: inline-flex;
  align-items: center;
  width: 114px;
  margin-left: auto;
  margin-right: auto;
}
.logo a {
  margin: 0;
}
.logo a img {
  width: auto;
  max-height: 77px;
}
.menu-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  width: 70px;
  height: 70px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none !important;
  z-index: 1;
}
.menu-trigger label::before,
.menu-trigger::before,
.menu-trigger::after {
  background-color: #000;
  position: relative;
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 4px;
  transition: all .2s;
}
.menu-trigger::before {
  top:-4px;
}
.menu-trigger::after {
  top: 4px;
}
.menu-trigger label span {
  display: none;
}
.gNav .menu {
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100vh;
  padding: 70px 0 24px;
  box-sizing: border-box;
  transition: left .1s;
}
.gNav .bg-menu-layer {
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index:-1;
  transition: opacity .2s;
}
.menu .scroll-wrap-sm {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 12px;
  overflow-y: auto;
}
.menu .primary,
.menu .secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.menu .secondary {
  margin-bottom: 70px;
}
.pNavItem,
.sNavItem {
  width: 100%;
  margin-bottom: 8px;
}
.pNavItem:last-child {
  margin-right: 12px;
}
.sNavItem {
  margin-bottom: 30px;
}
.sNavItem +.sNavItem {
  border-left: none;
}
.gNav .menu a {
  display: block;
}
.sNavItem.search {
  display: flex;

  margin-top:-10px;
  margin-left: 12px;
  margin-right: 12px;
}
.search + .pNavItem {
  margin-top: 30px;
}
.sNavItem.search .searchBox {
  width: auto;
  /* display: flex; */
  width: 100%;
}
.searchBox form {
  display: flex;
}
.sNavItem.search input[type="text"] {
  width: calc(100% - 38px);
}

/* SPメニュー open */

html.fixed {
  /* position: fixed; */
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.open ~ .bg-menu-layer {
  left: 0;
  opacity: .75;
  z-index: auto;
}
.open ~ .menu {
  display: block;
  left: 70px;
  transition: left .2s;
}
.menu-trigger.open label::before {
  opacity: 0;
}
.menu-trigger.open::before {
  top: 4px;
  transform: rotate(-45deg);
}
.menu-trigger.open::after {
  top:-4px;
  transform: rotate(45deg);
}

/* aside */

.series-list {
  display: flex;
  flex-wrap: wrap;
  margin-left:-8px;
  margin-right:-8px;
}
.series-item {
  float: none;
  width: 50%;
  height: auto;
  margin: 0 0 2.5em;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width:483px) { /* バナー2つ分より大きい幅の場合 */ /* innerのmax幅を500pxに設定したため不要 */
  /* .series-item {
    width: 33.3333%;
  } */
}
.series-link {
  max-height: none;
}
.series-link img {
  width: auto;
}

/* footer */

footer {
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width:568px) { /* iPhone 5/SE1 landscape 以下 */
  .copy {
    display: block;
    padding-right: 0;
    margin-bottom: 3em;
    text-align: center;
  }
  .footer-bnr li {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* TOP Style
------------------------------------------------------------ */

/* slider-pro */

.kv {
  height: auto;
  overflow: visible;
  padding-bottom: 1em;
}
.slider-pro img.sp-image {
  max-width: 100%;
  height: auto;
}
.sp-bottom-thumbnails .sp-thumbnail-container {
  max-width: 68px;
}
.slider-pro img.sp-thumbnail {
  max-height: 44px;
  vertical-align: top;
}

/* TOP */

.section-head {
  text-align: center;
}
main .inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
/* NEWS */
.home .information-list {
  display: flex;
}
.home .info-item {
  border-bottom: none;
  width: 47%;
}
.home .info-item:first-of-type {
  margin-right: 6%;
}
.home .info-item:last-of-type {
  display: none;
}
.home .news-link {
  margin-left: 0;
}
.news-thumb {
  border: #000 solid 1px;
  margin-bottom: 5px;
}
.thumb-pic {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.thumb-pic.no-img {
  padding: 15px;
  box-sizing: border-box;
}
.news-link .news-thumb .date { /* NEWS一覧より強くするため.news-linkが必要 */
  background-color: #000;
  float: none;
  margin: 0;
  color: #fff;
  text-align: center;
}
.inner .more-link {
  position: relative;
  display: inline-block;
  margin-top: 17px; /* 22px */
  padding-right: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  transform: translateY(5px);
}
.inner .more-link::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  background: url(../img/common/arw02.png) no-repeat right center;
  width: 18px;
  height: 10px;
  border-left: #333 solid 1px;
}
/* NEW RELEASE */
.release-date {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: space-between;
}
.release-date::after {
  display: none;
}
.release-date dt {
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 2.7em;
  padding: 0.7em 0 0.65em;
}
.new-release .list-wrap {
  width: 47%;
  margin-left: 0;
  margin-right:0;
  padding-bottom: 2.7em;
}
.home .new-release .item-list {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}
.release-item {
  float: none;
  width: auto;
  padding: 0 0;
  min-height: auto;
}
.home .release-item .release-link {
  max-height: none;
}
.release-item .release-link .figure {
  margin: 0 0 1em;
}
.home .release-item .release-link .figure {
  float: none;
  width: 100%;
  border: #000 solid 1px;
  box-sizing: border-box;
}
.home .release-item .release-link .figure {
  max-height: none;
}
.home .release-item a .figure img {
  max-height: none;
  width: 100%;
}
.home .release-icon {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 5px 0;
}
/* START release-icon in text */
.release-icon {
  display: flex;
  background-color: #eee;
  border-radius: 3em;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  /* padding: 0.6rem; */
  box-sizing: border-box;
  overflow: hidden;
}
/* <span class="release-icon">アイコンああああ</span> */
/* END release-icon in text */

.release-date .yy {
  display: inline-block;
  padding-left: 0;
  letter-spacing: 2px;
}
.release-date .mmdd {
  top: 3px;
  left: 0;
  display: inline-block;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 4px;
  line-height: 1;
  letter-spacing: 1px;
}
.release-date .release {
  display: inline-block;
}
/* MOVIE and TWITTER */
.movie-list {
  margin-right: 0;
}
.movie-item {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 1em 1.5em;
  box-sizing: border-box;
}
.movie-item img {
  width: 100%;
}
.container.twitter .inner {
  padding-left: 2.25em;
  padding-right: 2.25em;
}
.twitter iframe {
  width: 100% !important;
}

/* Lower Style
------------------------------------------------------------ */

/* NEWS list */
.info-item .date,
.news.detail .date {
  margin-right: 2em;
}
.news-link {
  margin-left: 10em;
}

/* NEWS detail */
.post-content {
  padding-left: 15px;
  padding-right: 15px;
}
.wp-pagenavi {
  /* margin-left: 15px;
  margin-right: 15px; */
  padding-left: 10px;
  padding-right: 10px;
}
.inner .wp-pagenavi {
  margin-left: -15px;
  margin-right: -15px;
}
main .wp-pagenavi a,
main .wp-pagenavi span {
  display: inline-block;
}
main .wp-pagenavi .prev-link,
main .wp-pagenavi .next-link {
  min-width: 114px;
  margin-top: -6px;
}
main .wp-pagenavi .prev-link {
  float: left;
}
main .wp-pagenavi .next-link {
  float: right;
}
.wp-pagenavi .prev-link a,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .next-link a,
.wp-pagenavi .nextpostslink {
  display: inline-flex;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
}
.wp-pagenavi [class="larger page"],
.wp-pagenavi [class="larger page"] + .extend,
.wp-pagenavi [class="smaller page"],
.wp-pagenavi [class="smaller page"] + .extend {
  display: none;
}
.wp-pagenavi .prevdaylink::after,
.wp-pagenavi .prev-link a::before,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .previouspostslink a::before {
  position: relative;
  top:0;
  left: -10px;
}
.wp-pagenavi .nextdaylink::after,
.wp-pagenavi .otherslink::after,
.wp-pagenavi .next-link a::after,
.wp-pagenavi .nextpostslink::after {
  position: relative;
  top:0;
  right: -10px;
}
.wp-pagenavi .back {
  margin: 0.5em 0em;
}

/* RELEASE list */
/* .releaseInfo .main .release-link .figure {
  width: 100%;
  max-height: none !important;
  margin-right: 0;
} */
.releaseInfo .main .release-link .figure {
  margin-bottom: 20px;
}
.releaseInfo .index .release-link .figure img,
.releaseInfo .index .release-item a .figure img {
  /* 一覧ページにはstyle.cssのmax-height:112pxをあてる */
  /* max-height: none; */
  /* width: 100%; */
}
.releaseInfo .release-link h3 {
  margin-bottom: 5px;
}
.releaseInfo .buy {
  margin-left: 0;
}
.releaseInfo .buy .item {
  display: none; /* sm-only */
  clear: both;
}
.releaseInfo .buy .item + .item {
  clear: none;
}
main .talent-artist .inner,
.releaseInfo main .inner {
  padding-right: 1.25em;
}
/* .aside - release & talent */
.aside.-original {
  display: none;
}
.js-select-search-box .aside {
  float: none;
  width: auto;
  margin-bottom: 2em;
  padding: 0 1.25em !important;
}
.-clone .section-head {
  margin: 0;
  padding: 0;
  border: none;
}
.-clone .secTitle {
  margin-top: 0;
}
.select-search {
  background: url(../img/common/arw-bottom.svg) no-repeat right 1em center;
  background-size: 1.125em;
  background-color: #fff;
  border: #000 solid 1px;
  position: relative;
  width: 100%;
  margin-bottom: 2em;
  padding: .5em ;
  padding-right: 2.5em;
  color: #989898;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
}
/*.select-search::after { // selectに直接afterは効かない
  content: "";
  display: block;
  width: .75em;
  height: .75em;
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
}*/
.select-search option {
  color: #000;
}
.select-search + .inner {
  display: none;
}
.view-select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3em;
  padding: 0 1.25em;
  font-size: 13px;
  text-align: right;
}
.js-select-search-box + .view-select {
  margin-top: -2em;
}
.view-select .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
.view-select .title::after {
  background-color: #000;
  align-self: stretch;
  content: "";
  width: 1px;
  min-height: 1em;
  margin: 0 1.2rem 0 1.5rem;
}
.view-select button {
  /* background-color: #f4f4f4; */
  border: none;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem;
  padding: .5em .75em;
  line-height: 1.3;
  color: #888;
  appearance: none;
  text-indent: -999em;
  opacity: .135;
}
.view-select #view-popup {
  background: url(../img/common/switch-1.svg) no-repeat center;
}
.view-select #view-detail {
  background: url(../img/common/switch-2.svg) no-repeat center;
}
.view-select button.active {
  /* background-color: #000; */
  color: #eee;
  font-weight: bold;
  opacity: 1;
}

/* RELEASE detail */
.releaseInfo .detail .inner, /* PC指定より強くするため.releaseInfoが必要 */
.container.main .inner{
  padding-right: 1.25em;
}
.detail .item-list {
  margin: 0;
}
.releaseInfo .picBox,
.releaseInfo .post {
  float: none;
  width: 100%;
}
.releaseInfo .picBox .pv-target,
.releaseInfo .detail .post {
  margin-top: 36px;
}

/* TALENT */
/* .talent-artist {
  display: flex;
  flex-direction: column;
}
.talent-artist .main {
  order: 1;
} */
.unitBox ul {
  margin-top: -1em;
  margin-left: calc(-.5em - 5px);
  margin-right: calc(-.5em - 5px);
}
.unitBox li {
  width: 33.3333%;
  margin-top: 1em;
}
.unitBox li:nth-child(3n+1) {
  clear: both;
}
.unitBox li .icon-arw-sm {
  display: flex;
  max-width: 8em;
  margin-top: 0.75em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}
.icon-arw-sm::before {
  background-image: url(../img/common/icon-arw.svg);
  background-size: contain;
  flex: 0 0 auto;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: .5em;
}
.talent {
  display: flex;
  flex-direction: column;
}
.unitBox ~ .talent {
  display: none;
}
.unitBox ~ .talent[id^="at"] { /* ページ内リンク対策 */
  margin-top: -30px; /* 50px - 80px */
  padding-top: 80px; /* ヘッダー高 70px（80 - 70 = 10pxの余白） */
}
.talent .charaImg {
  position: static;
  margin: 0 auto 1.25em;
  order: 2;
}
.talent .nameTIt {
  margin-top: 0;
  margin-bottom: .5em;
  order: 1;
}
.talent .profileBox {
  font-size: 1.3rem;
  order: 3;
}
.profileBox .release-item,
.relation-release .release-item {
  width: auto;
}
.relation-release .release-item > a,
.relation-release .release-item .buy {
  padding-left: 0;
}
.release-link .figure,
.release-item a .figure {
  float: none;
  width: 98px;
}
.relation-release .release-item > a .figure {
  margin-left: 0;
  margin-bottom: .5em;
}
.profileBox .release-link h3,
.profileBox .release-link .text {
  font-size: 1.3rem;
  margin-bottom: .8em;
}
.profileBox .link {
  padding-top: 0;
}
.profileBox .link a {
  display: inline-block;
  margin-bottom: .5em;
}
.profileBox .link img {
  height: 100px;
}
/* magnific-popup */
.mfp-wrap.-talent .mfp-container .mfp-content {
  background-color: #fff;
  margin-top: 45px;
  margin-bottom: 15px;
}
.mfp-wrap.-talent .mfp-content .talent {
  display: flex;
  max-height: 88vh;
  margin: 6px 0;
  padding: 6px;
  overflow-y: auto;
}
.mfp-wrap.-talent .mfp-container + .mfp-close {
  font-size: 38px;
  color: #fff;
  transform: translate(0, 4px);
  opacity: 1;
}
.unitBox ~ .talent.-show-flex {
  display: flex !important;
}

/* EVENT */
.event .info-item a .endTxt {
  margin-right: 1.25em;
}

/* CONTACT */
.contact .fomrTable {
  width: 100%;
  margin-top: 2em;
}
.contact .fomrTable tr {
  margin-bottom: 2.5em;
}
.contact .fomrTable th,
.contact .fomrTable td {
  display: block;
}
.contact .fomrTable th {
  margin-bottom: 1em;
}
.contact .fomrTable textarea,
.contact .fomrTable select,
.contact .fomrTable input {
  width: 100%;
}
.action button,
.action input[type="submit"] {
  width: 40%;
  min-width: 120px;
}
.action .btnSubmit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.action .btnSubmit::after {
  position: relative;
  top: 0;
  left: auto;
  display: block;
}
.action .btnSubmit span {
  padding-right: 1em;
}
.action .btnSubmit span {
  padding-right: 1em;
}
.action .btnSubmit::after {
  left: auto;
  right: auto !important;
}


/* utility
------------------------------------------------------------ */

/* utility for TOP */
.js-more-link-append .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* utility */
.inline-block-sm {
  display: inline-block;
}
.py-1rem-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.fz-20-sm {
  font-size: 20px;
}
.line-15-sm {
  line-height: 1.5;
}




} /* END for sm */

