@charset "UTF-8";
/* CSS Document */
/* === 共通タグ === */
@media all and (max-width: 768px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden; } }

body, button, input, optgroup, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  color: #333333;
  margin: 0px;
  padding: 56px 0 0;
  background: url(../images/img_bg_2nd.jpg) repeat-x center top;
  overflow-x: hidden; }
  body#top {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none; }

a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover,
a:active {
  color: #333;
  text-decoration: underline; }

img {
  vertical-align: bottom;
  border: 0px;
  max-width: 100%;
  height: auto; }

strong {
  font-weight: bold; }

.attention {
  color: #C00; }

.blue {
  color: #36F; }

/* 点滅 */
.blinking {
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  -moz-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  box-sizing: border-box; }

.main {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  /*@media screen and (max-width: 520px) {
  	display: grid;
  	grid-template-columns: 100%;
  	grid-template-rows: auto auto auto;
  }
  @media screen and (min-width: 521px) {
  	display: flex;
  	flex-wrap: wrap;
  	gap: 30px 10px;
  	justify-content: center;
  	align-items: flex-start;
  	#topContents {
  		width: 100%;
  		max-width: 572px;
  	}
  	#sidebar02 {
  		width: 190px;
  	}
  	#sidebar01 {
  		width: 180px;
  	}
  }
  @media screen and (min-width: 768px) {
  	display: grid;
  	justify-content: space-between;
  	align-items: start;
  	grid-gap: 10px;
  	grid-template-columns: auto 190px 180px;
  }
  @media screen and (min-width: 980px) {
  	grid-template-columns: 572px 190px 180px;
  }*/ }
  @media screen and (min-width: 521px) {
    .main {
      display: grid;
      grid-template-columns: auto 180px;
      grid-template-rows: auto;
      grid-gap: 30px;
      align-items: start; } }

.main2nd {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto; }
  @media screen and (min-width: 521px) {
    .main2nd {
      display: grid;
      grid-template-columns: auto 180px;
      grid-template-rows: auto;
      grid-gap: 30px;
      align-items: start; } }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    width: 100%;
    height: 100%; }

/* === ヘッダー === */
#header {
  height: 56px;
  z-index: 100;
  background: url(../images/img_header_bg.jpg) repeat-x center center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  #header #headerNavi {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto; }
  #header #logo {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: none; }
    @media screen and (min-width: 769px) {
      #header #logo {
        height: 89px;
        display: inline; } }
  #header #logo--sp {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    height: 56px;
    width: auto; }
    @media screen and (min-width: 769px) {
      #header #logo--sp {
        display: none; } }
  #header #headerContent {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    position: relative; }

#headerContent {
  margin-bottom: 20px;
  background-color: #F6F6F8;
  border-bottom: 2px solid #EFEFF1; }
  #headerContent .headerContent--inner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column; }
    @media screen and (min-width: 768px) {
      #headerContent .headerContent--inner {
        height: 398px;
        display: block; } }
    @media screen and (min-width: 981px) {
      #headerContent .headerContent--inner {
        overflow: visible; } }

/* スライド部分 */
#slide {
  max-width: 572px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  order: 2;
  padding: 10px 10px 0;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    #slide {
      width: 58.3673469388%;
      padding: 52px 0 0 0;
      margin: 0 0 0 10px;
      box-sizing: content-box; } }
  #slide .slides {
    overflow: hidden; }
  #slide .slick-dotted.slick-slider {
    margin-bottom: 0;
    border: 10px solid #000; }
  #slide .slick-prev {
    left: 0;
    height: 20px;
    width: 23px; }
  #slide .slick-next {
    right: 0;
    height: 20px;
    width: 23px; }
  #slide .slick-prev:before {
    content: url("../images/ico_left.png");
    font-size: 0; }
  #slide .slick-next:before {
    content: url("../images/ico_right.png");
    font-size: 0; }
  #slide .arrows {
    position: relative;
    text-align: center;
    margin: 0;
    height: 30px; }
  #slide .original-dots {
    display: flex;
    justify-content: center;
    gap: 0 8px;
    align-items: center; }
    #slide .original-dots li {
      line-height: 1; }
      #slide .original-dots li button {
        font-size: 0;
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        background-color: #999;
        cursor: pointer; }
      #slide .original-dots li.slick-active button {
        background-color: #E50D7A; }

/* スライド横のメンバー写真 */
#headerImage {
  display: none;
  width: 100%;
  text-align: center;
  order: 1;
  position: relative; }
  @media screen and (min-width: 768px) {
    #headerImage {
      display: block;
      height: 400px;
      width: 1130px;
      /*width: 1215px;画像幅850pxの場合*/
      position: absolute;
      text-align: right;
      top: 0;
      right: -150px; } }
  @media screen and (min-width: 768px) {
    #headerImage .headerImage {
      height: 398px; } }
  #headerImage #headerImageBtn {
    position: absolute;
    z-index: 50;
    right: 10px;
    bottom: 10px; }
    @media screen and (min-width: 768px) {
      #headerImage #headerImageBtn {
        top: 364px;
        right: 161px;
        /*right: 236px;画像幅850pxの場合*/ } }
    @media screen and (min-width: 981px) {
      #headerImage #headerImageBtn {
        right: 151px; } }
    #headerImage #headerImageBtn img {
      margin-left: 4px; }
      #headerImage #headerImageBtn img#pinBtn:hover, #headerImage #headerImageBtn img#reloadBtn:hover {
        opacity: 0.8;
        cursor: pointer; }

/* 2nd以降ページタイトル画像部分 */
#headerTitle {
  height: 88px; }
  #headerTitle h1 {
    display: inline;
    margin: 32px 0 0 10px;
    float: left; }
    @media screen and (min-width: 769px) {
      #headerTitle h1 {
        margin: 32px 0 0 88px; } }

/* 2024年1月1日追加 */
#hero {
  background-color: #F6F6F8;
  margin-bottom: 20px;
  overflow: hidden;
  /*.hero__inner-02b {
    height: calc(100vh - 56px);
    height: calc(100dvh - 56px);
    margin-bottom: 20px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: linear-gradient(-45deg, #E60012, #E60012, #D2D7DA, #0068B7, #0068B7);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
    .logo_15th-02 {
      display: grid;
      place-items: center;
      width: 75%;
      max-width: 270px;
      aspect-ratio: 1 / 1;
      background-color: #FFF;
      border-radius: 100vh;
      opacity: 0; 初期状態で透明
      animation: fadeIn 2s ease-in-out forwards;
      @media screen and (min-width: 769px) {
        width: 50%;
        max-width: 400px;
      }
      object {
        width: 96%;
      }
      img {
        width: 86%;
      }
    }
  }*/ }
  #hero .hero__inner {
    max-width: 100%;
    width: max-content;
    margin: 0 auto 20px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* === グローバルナビ ==== */
@media screen and (max-width: 768px) {
  .main-navigation {
    order: 1;
    clear: both;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: absolute; }
    .main-navigation ul {
      display: none;
      list-style: none;
      margin: 0;
      padding: 0;
      top: 56px;
      position: absolute;
      background-color: #FFF;
      width: 100%;
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      z-index: 999;
      background-color: rgba(0, 0, 0, 0.7);
      height: 100vh; }
      .main-navigation ul > li {
        background-color: #FFF; }
      .main-navigation ul a {
        font-weight: bold;
        font-size: 0.875rem; }
        .main-navigation ul a br {
          display: contents; }
        .main-navigation ul a span {
          margin-left: 0.25rem;
          font-size: 0.65rem;
          color: #666; }
          .main-navigation ul a span::before {
            content: "/ "; }
      .main-navigation ul > li + li {
        border-top: 1px solid #CCC; }
      .main-navigation ul ul {
        display: none;
        position: relative;
        height: auto;
        top: 0;
        width: 100%;
        background-color: #F0F0F0; }

  .main-navigation p {
    padding: 10px 25px; }

  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px 25px;
    color: #000; } }
@media screen and (min-width: 769px) {
  .main-navigation {
    height: 54px;
    margin: 0;
    padding-left: 70px; }
    .main-navigation ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(9, auto); }
      .main-navigation ul li {
        font-size: 0.6875rem;
        text-align: center;
        border-left: 1px solid #333;
        line-height: 1.5; }
        .main-navigation ul li:nth-of-type(9) {
          border-right: 1px solid #333; }
      .main-navigation ul span {
        font-size: 0.5625rem;
        color: #999; }
      .main-navigation ul a {
        color: #FFF;
        display: block;
        height: 41px;
        padding-top: 13px; }
        .main-navigation ul a.currentPage, .main-navigation ul a:hover {
          text-decoration: none;
          background: linear-gradient(0deg, #333333 0%, #4c4c4c 100%); } }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  cursor: pointer; }
  .menu-toggle ul,
  .main-navigation.toggled ul ul {
    display: none; }

.menu-toggle,
.menu-toggle span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
  margin: 0;
  top: 6px;
  right: 6px;
  float: right; }
  .menu-toggle span {
    position: absolute;
    left: 9px;
    width: 100%;
    max-width: 24px;
    height: 3px;
    background-color: #FFF; }
    .menu-toggle span:nth-of-type(1) {
      top: 10px; }
    .menu-toggle span:nth-of-type(2) {
      top: 20px; }
    .menu-toggle span:nth-of-type(3) {
      top: 30px; }

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: grid; } }
/* コンテンツ上のサブナビゲーション */
#subNavi {
  width: 100%;
  max-width: 980px;
  height: 90px;
  position: relative; }
  #subNavi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0px 30px;
    align-items: center;
    height: 90px;
    flex-wrap: wrap; }
  #subNavi li {
    font-size: 12px;
    padding-left: 30px;
    position: relative; }
    #subNavi li::before {
      content: url("../images/ico_arrow02.png");
      width: 23px;
      height: 11px;
      position: absolute;
      left: 0;
      top: 1px; }
  #subNavi p#calLink {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #CCC;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #subNavi p#calLink a:link,
    #subNavi p#calLink a:visited {
      padding: 0 3px; }
    #subNavi p#calLink a:hover,
    #subNavi p#calLink a:active {
      background-color: #FEE98C;
      text-decoration: none;
      padding: 0 3px; }

#subNavi2nd {
  height: 45px; }

/* === サイドバー === */
/* サイドバー右側 */
#sidebar01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  #sidebar01 #bnrSide01 {
    width: 100%;
    padding-bottom: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media screen and (min-width: 521px) {
      #sidebar01 #bnrSide01 {
        grid-template-columns: 1fr; } }
    #sidebar01 #bnrSide01 a {
      display: block;
      text-align: center; }
  #sidebar01 #bnrSide02 {
    margin-bottom: 20px; }
    @media screen and (max-width: 520px) {
      #sidebar01 #bnrSide02 {
        display: flex; }
        #sidebar01 #bnrSide02 a:nth-of-type(2) img,
        #sidebar01 #bnrSide02 a:nth-of-type(3) img {
          border-top: 1px solid #ccc; }
        #sidebar01 #bnrSide02 br {
          display: none; } }
    @media screen and (min-width: 521px) {
      #sidebar01 #bnrSide02 {
        max-width: 180px; } }
  #sidebar01 #bnrSide03 {
    margin-bottom: 20px; }
    @media screen and (max-width: 520px) {
      #sidebar01 #bnrSide03 {
        display: flex; }
        #sidebar01 #bnrSide03 a:nth-of-type(2) img,
        #sidebar01 #bnrSide03 a:nth-of-type(3) img {
          border-top: 1px solid #ccc; }
        #sidebar01 #bnrSide03 br {
          display: none; } }
    @media screen and (min-width: 521px) {
      #sidebar01 #bnrSide03 {
        padding: 5px 5px 3px;
        border: 1px solid #CCC; }
        #sidebar01 #bnrSide03 img {
          margin-bottom: 2px; } }
  #sidebar01 #sideNavi {
    margin-bottom: 20px; }
    @media screen and (max-width: 520px) {
      #sidebar01 #sideNavi {
        display: flex; }
        #sidebar01 #sideNavi a:nth-of-type(2) img,
        #sidebar01 #sideNavi a:nth-of-type(3) img {
          border-top: 1px solid #ccc; }
        #sidebar01 #sideNavi br {
          display: none; } }
    @media screen and (min-width: 521px) {
      #sidebar01 #sideNavi {
        max-width: 180px; } }

/* サイドバー左側 */
#sidebar02 {
  /*float: right;
  width: 190px;*/ }
  #sidebar02 h2 {
    margin: 0 0 6px;
    padding: 0; }

/* サイドバー バナー */
#bnrTop {
  margin-bottom: 20px;
  padding: 3px 4px;
  border: 1px solid #CCC;
  height: 301px; }

#bnrTop ul,
#bnrTop li {
  margin: 0;
  padding: 0;
  list-style: none; }

/* サイドバー ピックアップ */
#sidePickup {
  margin-bottom: 26px;
  display: none; }
  @media screen and (min-width: 768px) {
    #sidePickup {
      display: block; } }
  #sidePickup h3 {
    margin: 0 0 10px;
    padding: 0; }
    #sidePickup h3 img {
      height: 34px;
      object-fit: cover;
      object-position: left center; }
  #sidePickup p {
    font-size: 12px;
    margin: 0 0 8px; }
  @media screen and (max-width: 520px) {
    #sidePickup .sidePickup--inner {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 0;
      margin-bottom: 12px; }
      #sidePickup .sidePickup--inner a {
        width: 33.3%; }
      #sidePickup .sidePickup--inner img.bnr {
        width: 100%; } }
  @media screen and (min-width: 521px) {
    #sidePickup .sidePickup--inner img.bnr {
      width: 190px;
      height: auto;
      margin-bottom: 12px; } }
  #sidePickup ul.pickuplist {
    list-style: none;
    margin: 0;
    padding: 0 0 9px;
    font-size: 12px; }
    #sidePickup ul.pickuplist li {
      padding: 0 0 0 33px;
      margin: 0 0 3px;
      background: url(../images/ico_arrow02.png) no-repeat left center; }
  #sidePickup ul.topicslist {
    font-size: 12px;
    padding: 8px 0 0; }
    #sidePickup ul.topicslist li {
      padding: 11px 0 0;
      border-top: 1px dotted #CCC;
      margin-bottom: 12px; }
      #sidePickup ul.topicslist li span {
        display: block;
        font-size: 10px;
        color: #999;
        margin-bottom: 8px; }
        #sidePickup ul.topicslist li span img {
          vertical-align: middle;
          margin-right: 10px; }

/* サイドバー 更新情報 */
#sideNews {
  margin-bottom: 26px; }
  #sideNews h3 {
    margin: 0;
    padding: 0; }
  #sideNews dl {
    padding: 0;
    margin: 0; }
  #sideNews dt {
    padding: 11px 0 8px;
    border-top: 1px dotted #CCC;
    font-size: 10px;
    color: #999; }
    #sideNews dt img {
      vertical-align: middle;
      margin-right: 10px; }
  #sideNews dd {
    margin-bottom: 12px;
    font-size: 12px; }

/* サイドバー2nd 更新情報 */
#sideNews2nd {
  margin-bottom: 26px;
  border: 1px solid #CCC;
  width: 100%; }
  #sideNews2nd h3 {
    margin: 0;
    padding: 0;
    background-color: #EBEBEB; }
  #sideNews2nd iframe {
    width: 100%; }
  #sideNews2nd dl {
    padding: 0;
    margin: 0; }
  #sideNews2nd dt {
    padding: 11px 9px 8px;
    font-size: 10px;
    color: #999; }
    #sideNews2nd dt img {
      vertical-align: middle;
      margin-right: 10px; }
  #sideNews2nd dd {
    font-size: 12px;
    border-bottom: 1px dotted #CCC;
    padding: 0 9px 12px; }
  #sideNews2nd > a {
    text-align: right;
    display: inline-block;
    width: 100%; }

/* サイドバー Google+ */
#sideGoogle {
  margin-bottom: 26px;
  /*div div {
  	padding: 0;
  	margin: 0;
  	padding: 11px 0 12px;
  	border-top: 1px dotted #CCC;
  	img {
  		float: left;
  	}
  	p {
  		font-size: 12px;
  		margin: 0 0 8px 45px;
  	}
  	p.caption {
  		font-size: 10px;
  		margin: 0 0 0 45px;
  		color: #999;
  	}
  }*/ }
  #sideGoogle h3 {
    margin: 0;
    padding: 0; }
    #sideGoogle h3 img {
      height: 33px;
      object-fit: cover;
      object-position: left center; }
  #sideGoogle .sideGoogle__inner {
    display: none; }
    @media screen and (min-width: 768px) {
      #sideGoogle .sideGoogle__inner {
        display: block; } }
  #sideGoogle .sideGoogle__inner--sp {
    display: block; }
    @media screen and (min-width: 768px) {
      #sideGoogle .sideGoogle__inner--sp {
        display: none; } }

/* サイドバー アメーバブログ */
#sideAmeba {
  margin-bottom: 26px;
  display: none; }
  @media screen and (min-width: 768px) {
    #sideAmeba {
      display: block; } }
  #sideAmeba h3 {
    margin: 0;
    padding: 0; }
    #sideAmeba h3 img {
      height: 33px;
      object-fit: cover;
      object-position: left center; }
  #sideAmeba dl {
    padding: 0;
    margin: 0; }
  #sideAmeba dt {
    padding: 11px 0 8px;
    border-top: 1px dotted #CCC;
    font-size: 12px; }
  #sideAmeba dd {
    margin-bottom: 12px;
    font-size: 10px;
    color: #999; }
  #sideAmeba .btn__more img {
    height: 27px;
    object-fit: cover;
    object-position: center center; }

/* === コンテンツ === */
.topLink {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  line-height: 2.25; }
  @media screen and (min-width: 768px) {
    .topLink {
      font-size: 18px; } }
  .topLink a {
    text-decoration: underline; }

a.top-mobile-btn {
  display: block;
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 30px; }
  @media screen and (min-width: 768px) {
    a.top-mobile-btn {
      display: none; } }

#topSns {
  width: 100%;
  max-width: 395px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #topSns {
      border: none;
      padding-bottom: 0; } }
  #topSns span {
    font-weight: bold;
    font-size: 20px; }
  #topSns img {
    width: 26px; }
  #topSns a:hover img {
    opacity: 0.7; }

#topContents {
  /*float: left;
  width: 572px;*/
  /*h3 {
  	margin: 0 0 20px;
  	padding: 0 0 0 0;
  	background-color: #EEE;
  	border-top: 2px solid #000;
  	height: 58px;
  	img {
  		float: left;
  	}
  	a {
  		img {
  			float: right;
  			margin-top: 22px;
  		}
  	}
  }*/ }
  #topContents h2 {
    margin: 0 0 15px;
    padding: 0; }
  #topContents h3 {
    margin: 0 0 20px;
    padding: 0 17px 0 17px;
    background-color: #EEE;
    border-top: 2px solid #000;
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #topContents h3 a {
      display: block; }
    #topContents h3 img {
      display: block; }
    #topContents h3 div {
      display: none; }
      @media screen and (min-width: 768px) {
        #topContents h3 div {
          display: flex;
          flex-direction: row;
          gap: 5px 15px; } }
      #topContents h3 div a {
        text-align: right;
        display: block;
        font-size: 10px;
        font-weight: bold; }
      #topContents h3 div a.window {
        padding-right: 15px;
        background-image: url("../images/ico_window.png");
        background-position: center right;
        background-repeat: no-repeat; }

/* トップページ Today's NMB48 */
#topToday {
  padding-bottom: 25px;
  position: relative;
  z-index: -1; }
  #topToday h2 img {
    object-fit: cover;
    object-position: left center;
    height: 31px; }
  #topToday dl {
    margin: 0;
    padding: 0;
    font-size: 12px; }
  #topToday dt {
    float: left;
    margin: 0 0 0 0;
    line-height: 1.5; }
    #topToday dt img {
      vertical-align: baseline;
      padding-top: 1px; }
  #topToday dd {
    margin: 0px 0 2px 55px;
    line-height: 1.5; }
  #topToday div {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #CCC;
    text-align: right; }
    #topToday div span {
      font-size: 50px;
      color: #DDD; }

/* トップページ YNN */
#topYNN {
  margin-bottom: 28px;
  /*h3 {
  	padding: 0 17px 0 17px;
  	margin-bottom: 0;
  	img {
  		margin-top: 11px;
  	}
  	a:nth-of-type(2) {
  		display: none;
  		@media screen and (min-width: 870px) {
  			display: inline;
  		}
  	}
  }*/
  /*> div.topYNN--inner {
  	padding: 11px 0 10px;
  	border-bottom: 1px dotted #CCC;
  	overflow: hidden;
  	.top__ynn__img {
  		float: left;
  		margin-right: 20px;
  		width: 50%;
  		max-width: 240px;
  		overflow: hidden;
  	}
  	img {
  		aspect-ratio: 16 / 9;
  		object-fit: cover;
  		object-position: center center;			
  	}
  	p.date {
  		margin: 6px 0 9px;
  		color: #C06;
  		font-size: 10px;
  		font-weight: bold;
  	}
  	p.title {
  		margin: 0 0 12px;
  		font-size: 12px;
  		font-weight: bold;
  	}
  	p.caption,
  	p.nico-description {
  		font-size: 10px;
  		color: #999;
  		overflow: hidden;
  	}
  }*/ }
  #topYNN h3 {
    margin-bottom: 10px; }
  #topYNN .topYNN--inner {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    @media screen and (min-width: 980px) {
      #topYNN .topYNN--inner {
        flex-direction: row; } }
  #topYNN div.sub {
    padding: 11px 0 10px;
    overflow: hidden;
    border-bottom: 1px dotted #CCC; }
    @media screen and (min-width: 980px) {
      #topYNN div.sub {
        width: 50%;
        border-bottom: none; } }
  #topYNN div.sub {
    padding: 11px 0 10px;
    overflow: hidden; }
    @media screen and (min-width: 980px) {
      #topYNN div.sub {
        width: 50%;
        border-bottom: none; } }
    #topYNN div.sub img {
      float: left;
      margin: 6px 20px 9px 0;
      width: 50%;
      max-width: 240px;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      object-position: center center; }
    #topYNN div.sub p.date {
      margin: 6px 0 9px;
      color: #C06;
      font-size: 10px;
      font-weight: bold; }
    #topYNN div.sub p.title {
      margin: 0 0 12px;
      font-size: 12px;
      font-weight: bold; }
    #topYNN div.sub p.caption,
    #topYNN div.sub p.nico-description {
      font-size: 10px;
      color: #999;
      overflow: hidden; }

/* トップページ YouTube */
#topYoutube {
  margin-bottom: 28px;
  	/*h3 {
  		padding: 0 17px 0 17px;
  		margin-bottom: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      a {
        display: block;
      }
  		img {
  			//margin-top: 11px;
        margin-top: 0 !important;
  		}
      div {
        display: none;
        @media screen and (min-width: 768px) {
          display: flex;
          flex-direction: column;
          gap: 5px 15px;
        }
        a {
          text-align: right;
          display: block;
          font-size: 10px;
          font-weight: bold;
          padding-right: 15px;
          background-image: url("../images/ico_window.png");
          background-position: center right;
          background-repeat: no-repeat;
        }
      }
  	}*/ }
  #topYoutube h3 {
    margin-bottom: 10px; }
  #topYoutube .topYoutube--inner {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    @media screen and (min-width: 980px) {
      #topYoutube .topYoutube--inner {
        flex-direction: row; } }
  #topYoutube div.sub {
    padding: 11px 0 10px;
    overflow: hidden;
    border-bottom: 1px dotted #CCC; }
    @media screen and (min-width: 980px) {
      #topYoutube div.sub {
        width: 50%;
        border-bottom: none; } }
  #topYoutube div.sub02 {
    padding: 11px 0 10px;
    overflow: hidden; }
    @media screen and (min-width: 980px) {
      #topYoutube div.sub02 {
        width: 50%;
        border-bottom: none; } }
    #topYoutube div.sub02 img {
      float: left;
      margin: 6px 20px 9px 0;
      width: 50%;
      max-width: 240px; }
    #topYoutube div.sub02 p.date {
      margin: 6px 0 9px;
      color: #C06;
      font-size: 10px;
      font-weight: bold; }
    #topYoutube div.sub02 p.title {
      margin: 0 0 12px;
      font-size: 12px;
      font-weight: bold; }
    #topYoutube div.sub02 p.caption {
      font-size: 10px;
      color: #999;
      overflow: hidden;
      display: none; }

/* トップページ ニュース */
#topNews {
  overflow: hidden;
  margin-bottom: 28px;
  /*h3 {
  	margin:0;
  	padding: 0 17px 0 17px;
  	img {
  		margin-top: 21px;
  	}
  }*/ }
  #topNews h3 {
    margin-bottom: 10px; }

/* トップページ ディスコグラフィー */
#topDiscography {
  overflow: hidden;
  margin-bottom: 28px;
  /*h3 {
  	padding: 0 17px 0 17px;
  	img {
  		margin-top: 17px;
  	}
  	a {
  		display: none;
  		@media screen and (min-width: 870px) {
  			display: inline;
  		}
  	}
  }*/ }
  @media screen and (max-width: 767px) {
    #topDiscography .topDiscography--inner .slick-prev {
      left: 0;
      z-index: 1; }
    #topDiscography .topDiscography--inner .slick-next {
      right: 0; }
    #topDiscography .topDiscography--inner .slick-prev:before, #topDiscography .topDiscography--inner .slick-next:before {
      color: #000;
      /*黒にする*/
      opacity: 1;
      /*デフォルトは.75が指定されている*/ }
    #topDiscography .topDiscography--inner .slick-slide {
      display: grid;
      grid-template-columns: minmax(auto, 178px) minmax(auto, 178px);
      justify-content: center;
      grid-gap: 26px 3%; }
      #topDiscography .topDiscography--inner .slick-slide > div {
        /*width: 178px;
        float: left;*/
        border-bottom: 8px solid #EAEAEA; }
        #topDiscography .topDiscography--inner .slick-slide > div img {
          display: block;
          margin: 0 auto 18px; }
        #topDiscography .topDiscography--inner .slick-slide > div p.caption {
          font-size: 10px;
          margin: 0 0 2px; }
        #topDiscography .topDiscography--inner .slick-slide > div p.title {
          margin: 0 0 6px;
          font-size: 12px;
          font-weight: bold; }
        #topDiscography .topDiscography--inner .slick-slide > div p.date {
          margin: 0 0 15px;
          color: #999;
          font-size: 10px; }
        #topDiscography .topDiscography--inner .slick-slide > div p.btn {
          margin: 0 0 12px; }
          #topDiscography .topDiscography--inner .slick-slide > div p.btn img {
            margin: 0; } }
  @media screen and (min-width: 768px) {
    #topDiscography .topDiscography--inner {
      display: grid;
      grid-template-columns: minmax(auto, 178px) minmax(auto, 178px);
      justify-content: center;
      grid-gap: 26px 2.4%; }
      #topDiscography .topDiscography--inner > div {
        display: contents; }
        #topDiscography .topDiscography--inner > div > div {
          /*width: 178px;
          float: left;*/
          border-bottom: 8px solid #EAEAEA; }
          #topDiscography .topDiscography--inner > div > div img {
            margin: 0 10px 18px; }
          #topDiscography .topDiscography--inner > div > div p.caption {
            font-size: 10px;
            margin: 0 0 2px; }
          #topDiscography .topDiscography--inner > div > div p.title {
            margin: 0 0 6px;
            font-size: 12px;
            font-weight: bold; }
          #topDiscography .topDiscography--inner > div > div p.date {
            margin: 0 0 15px;
            color: #999;
            font-size: 10px; }
          #topDiscography .topDiscography--inner > div > div p.btn {
            margin: 0 0 12px; }
            #topDiscography .topDiscography--inner > div > div p.btn img {
              margin: 0; } }
  @media screen and (min-width: 980px) {
    #topDiscography .topDiscography--inner {
      grid-template-columns: repeat(auto-fill, 178px); } }

/* トップページ スケジュール（Googleカレンダー） */
#topSchedule {
  margin-bottom: 40px;
  /*h3 {
  	padding: 0 15px 0 17px;
  	margin-bottom: 11px;
  	img {
  		margin-top: 21px;
  	}
  }*/ }
  #topSchedule p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #CCC;
    line-height: 150%; }
    #topSchedule p a:link,
    #topSchedule p a:visited {
      padding: 0 3px; }
    #topSchedule p a:hover,
    #topSchedule p a:active {
      background-color: #FEE98C;
      text-decoration: none;
      padding: 0 3px; }
  @media screen and (min-width: 768px) {
    #topSchedule .topSchedule__text {
      display: none; } }

/* トップページ ピックアップ */
#sidePickup__sp {
  margin-bottom: 26px;
  display: block; }
  @media screen and (min-width: 768px) {
    #sidePickup__sp {
      display: none; } }
  #sidePickup__sp h3 {
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent;
    border-top: none;
    height: 34px; }
    #sidePickup__sp h3 img {
      height: 34px;
      object-fit: cover;
      object-position: left center; }
  #sidePickup__sp p {
    font-size: 12px;
    margin: 0 0 8px; }
  @media screen and (max-width: 520px) {
    #sidePickup__sp .sidePickup--inner {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 0;
      margin-bottom: 12px; }
      #sidePickup__sp .sidePickup--inner a {
        width: 33.3%; }
      #sidePickup__sp .sidePickup--inner img.bnr {
        width: 100%; } }
  @media screen and (min-width: 521px) {
    #sidePickup__sp .sidePickup--inner img.bnr {
      width: 190px;
      height: auto;
      margin-bottom: 12px; } }
  #sidePickup__sp ul.pickuplist {
    list-style: none;
    margin: 0;
    padding: 0 0 9px;
    font-size: 12px; }
    #sidePickup__sp ul.pickuplist li {
      padding: 0 0 0 33px;
      margin: 0 0 3px;
      background: url(../images/ico_arrow02.png) no-repeat left center; }
  #sidePickup__sp ul.topicslist {
    font-size: 12px;
    padding: 8px 0 0; }
    #sidePickup__sp ul.topicslist li {
      padding: 11px 0 0;
      border-top: 1px dotted #CCC;
      margin-bottom: 12px; }
      #sidePickup__sp ul.topicslist li span {
        display: block;
        font-size: 10px;
        color: #999;
        margin-bottom: 8px; }
        #sidePickup__sp ul.topicslist li span img {
          vertical-align: middle;
          margin-right: 10px; }

/* === 2ndコンテンツ === */
#contents {
  margin-bottom: 50px; }
  @media screen and (min-width: 769px) {
    #contents {
      margin-bottom: 0px; } }
  #contents h2 {
    color: #000;
    background-color: #EEE;
    padding: 15px 5px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid #000; }

/* ディスコグラフィー */
#contents.discography .discographyList {
  padding: 0 0 14px; }
  #contents.discography .discographyList h2 {
    color: #000;
    background-color: #FFF;
    padding: 0;
    margin-bottom: 19px;
    font-size: 12px;
    font-weight: bold;
    border-top: none; }
    #contents.discography .discographyList h2 img {
      object-fit: cover;
      object-position: left center;
      height: 54px; }
  #contents.discography .discographyList .discographyList__inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, 176px);
    grid-gap: 26px 0.8%;
    justify-content: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 395px) {
      #contents.discography .discographyList .discographyList__inner {
        grid-gap: 26px 22px; } }
    #contents.discography .discographyList .discographyList__inner div {
      /*width: 176px;
      margin-right: 22px;
      margin-bottom: 26px;
      float: left;*/
      border-bottom: 8px solid #EAEAEA; }
      #contents.discography .discographyList .discographyList__inner div div {
        /*width: auto;
        margin-right: 0px;
        margin-bottom: 0px;
        float: none;*/
        border-bottom: none;
        display: flex;
        flex-direction: column;
        height: calc(100% - 34px); }
      #contents.discography .discographyList .discographyList__inner div img {
        margin-bottom: 16px; }
      #contents.discography .discographyList .discographyList__inner div p {
        margin: 0 0 14px;
        font-weight: bold;
        font-size: 12px; }
      #contents.discography .discographyList .discographyList__inner div p.caption {
        margin: 0 0 7px;
        font-weight: normal;
        font-size: 10px; }
      #contents.discography .discographyList .discographyList__inner div p.date {
        margin: auto 0 0;
        padding-bottom: 10px;
        font-weight: normal;
        font-size: 10px;
        color: #999; }
      #contents.discography .discographyList .discographyList__inner div p.btn {
        margin: 0 0 12px;
        font-weight: bold;
        font-size: 12px;
        height: 22px; }
      #contents.discography .discographyList .discographyList__inner div p.btn img {
        margin-bottom: 0; }

/* ディスコグラフィー詳細 */
.discographyDetail #localNavi {
  border-top: 8px solid #EAEAEA;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, 48%);
  grid-gap: 20px 1.2%;
  padding: 20px 0;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .discographyDetail #localNavi {
      grid-template-columns: repeat(auto-fill, 185px);
      grid-gap: 20px 10px; } }
  .discographyDetail #localNavi div {
    /*width: 185px;
    float: left;
    padding: 20px 0;
    margin-right: 10px;*/ }
    .discographyDetail #localNavi div img {
      float: left; }
    .discographyDetail #localNavi div p {
      font-size: 12px;
      margin: 0 0 0 60px;
      overflow: hidden; }
.discographyDetail .discographyDetailDiv {
  border-top: 1px solid #CCC;
  padding: 30px 0;
  overflow: hidden; }
  .discographyDetail .discographyDetailDiv > img {
    display: block;
    margin: 0 auto 9px; }
    @media screen and (min-width: 980px) {
      .discographyDetail .discographyDetailDiv > img {
        display: inline;
        float: left;
        clear: left;
        margin: 0 0 9px; } }
  .discographyDetail .discographyDetailDiv div {
    width: 100%;
    padding-top: 30px; }
    @media screen and (min-width: 980px) {
      .discographyDetail .discographyDetailDiv div {
        margin-left: 332px;
        max-width: 438px;
        padding-top: 0; } }
    .discographyDetail .discographyDetailDiv div p {
      font-size: 12px;
      border-top: 1px solid #EBEBEB;
      margin: 0 0 10px;
      line-height: 200%;
      padding-top: 10px; }
    .discographyDetail .discographyDetailDiv div p.caption {
      font-size: 10px;
      font-weight: bold;
      border-top: none;
      margin: 0 0 14px;
      line-height: 100%;
      padding-top: 0; }
    .discographyDetail .discographyDetailDiv div p.date {
      font-size: 12px;
      border-top: none;
      margin: 0 0 30px;
      line-height: 100%;
      padding-top: 0; }
    .discographyDetail .discographyDetailDiv div p.btn {
      font-size: 12px;
      border-top: none;
      margin: 0 0 30px;
      line-height: 100%;
      padding-top: 0; }
      .discographyDetail .discographyDetailDiv div p.btn img {
        float: none;
        clear: none;
        margin: 0 10px 0 0; }
    .discographyDetail .discographyDetailDiv div dl {
      font-size: 12px;
      border-top: 1px solid #EBEBEB;
      margin: 0 0 0;
      line-height: 200%;
      padding-top: 10px; }
    .discographyDetail .discographyDetailDiv div dt {
      width: 40px;
      float: left; }
    .discographyDetail .discographyDetailDiv div dd {
      margin-left: 40px; }
      .discographyDetail .discographyDetailDiv div dd table {
        font-size: 12px;
        margin: 0;
        padding: 0;
        width: 100%; }
        .discographyDetail .discographyDetailDiv div dd table td {
          width: 50%;
          vertical-align: top; }
.discographyDetail .discographyDetailDiv1 {
  padding: 30px 0;
  overflow: hidden; }
  .discographyDetail .discographyDetailDiv1 > img {
    display: block;
    margin: 0 auto 9px; }
    @media screen and (min-width: 980px) {
      .discographyDetail .discographyDetailDiv1 > img {
        display: inline;
        float: left;
        clear: left;
        margin: 0 0 9px; } }
  .discographyDetail .discographyDetailDiv1 div {
    width: 100%;
    padding-top: 30px; }
    @media screen and (min-width: 980px) {
      .discographyDetail .discographyDetailDiv1 div {
        margin-left: 332px;
        max-width: 438px;
        padding-top: 0; } }
    .discographyDetail .discographyDetailDiv1 div p {
      font-size: 12px;
      border-top: 1px solid #EBEBEB;
      margin: 0 0 10px;
      line-height: 200%;
      padding-top: 10px; }
    .discographyDetail .discographyDetailDiv1 div p.caption {
      font-size: 10px;
      font-weight: bold;
      border-top: none;
      margin: 0 0 14px;
      line-height: 100%;
      padding-top: 0; }
    .discographyDetail .discographyDetailDiv1 div p.date {
      font-size: 12px;
      border-top: none;
      margin: 0 0 30px;
      line-height: 100%;
      padding-top: 0; }
    .discographyDetail .discographyDetailDiv1 div p.btn {
      font-size: 12px;
      border-top: none;
      margin: 0 0 30px;
      line-height: 100%;
      padding-top: 0; }
      .discographyDetail .discographyDetailDiv1 div p.btn img {
        float: none;
        clear: none;
        margin: 0 10px 0 0; }
    .discographyDetail .discographyDetailDiv1 div dl {
      font-size: 12px;
      border-top: 1px solid #EBEBEB;
      margin: 0 0 0;
      line-height: 200%;
      padding-top: 10px; }
    .discographyDetail .discographyDetailDiv1 div dt {
      width: 40px;
      float: left; }
    .discographyDetail .discographyDetailDiv1 div dd {
      margin-left: 40px; }

#contents.discographyDetail .discographyDetailDiv div h2,
#contents.discographyDetail .discographyDetailDiv1 div h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  color: #000;
  background: #FFF;
  border-top: none; }

/* ニュース */
.news dl {
  padding: 0;
  margin: 0 0 15px; }

.news dt {
  padding: 11px 0px 8px;
  font-size: 10px;
  color: #999; }

.news dt img {
  vertical-align: middle;
  margin-right: 10px; }

.news dd {
  font-size: 12px;
  border-bottom: 1px dotted #CCC;
  padding: 0 0px 12px; }

.news p {
  text-align: right;
  line-height: 150%;
  font-size: 12px;
  margin: 0; }

/* スケジュール */
@media screen and (min-width: 768px) {
  .schedule .topSchedule__text {
    display: none; } }

.schedule p {
  line-height: 150%;
  font-size: 12px;
  margin: 0 0 30px; }

.schedule p#calLink {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #CCC; }

.schedule p#calLink a:link,
.schedule p#calLink a:visited {
  padding: 0 3px; }

.schedule p#calLink a:hover,
.schedule p#calLink a:active {
  background-color: #FEE98C;
  text-decoration: none;
  padding: 0 3px; }

/* 劇場 */
.theater dl {
  font-size: 12px;
  margin: 0 0 1.5em;
  padding: 0; }

.theater dt {
  width: 5.5em;
  float: left;
  line-height: 150%; }

.theater dd {
  margin: 0 0 0 5.5em;
  padding: 0;
  line-height: 150%; }

.theater p {
  font-size: 12px;
  margin: 0 0 1.5em;
  padding: 0; }

/* チケット */
.ticket p {
  line-height: 150%;
  font-size: 12px;
  margin: 0 0 1.5em; }

.ticket div {
  border: 1px solid #CCC;
  padding: 5px 10px 0;
  margin-bottom: 15px; }

.ticket div h3 {
  padding: 5px;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dotted #CCC; }

.ticket div dl {
  margin: 0;
  padding: 0;
  font-size: 12px; }

.ticket div dt {
  margin: 0 0 5px;
  padding: 0; }

.ticket div dd {
  margin: 0 0 10px;
  padding: 10px;
  background-color: #F5F5F5;
  border: 1px solid #CCC; }

/* グッズ */
.goods {
  /*img {
  	float: right;
  	margin-bottom: 25px;
  }*/
  /*.bnr_apparel {
  	height: 74px;
  	width: 645px;
  	background: url(../images/goods/bnr_apparel.gif) no-repeat;
  }
  .bnr_apparel a {
  	display:block;
  	background: url(../images/goods/bnr_apparel.gif) no-repeat;
  	height: 44px;
  	width: 355px;
  	padding-top: 30px;
  	padding-left: 290px;
  	font-size:12px;
  	text-decoration:none;
  }
  .bnr_apparel a:hover {
  	text-decoration:underline;
  }
  .bnr_photo {
  	height: 74px;
  	width: 645px;
  	background: url(../images/goods/bnr_photo.gif) no-repeat;
  }
  .bnr_photo a {
  	display:block;
  	background: url(../images/goods/bnr_photo.gif) no-repeat;
  	height: 44px;
  	width: 355px;
  	padding-top: 30px;
  	padding-left: 290px;
  	font-size:12px;
  	text-decoration:none;
  }
  .bnr_photo a:hover {
  	text-decoration:underline;
  }
  .bnr_goods {
  	height: 74px;
  	width: 645px;
  	background: url(../images/goods/bnr_goods.gif) no-repeat;
  }
  .bnr_goods a {
  	display:block;
  	background: url(../images/goods/bnr_goods.gif) no-repeat;
  	height: 44px;
  	width: 355px;
  	padding-top: 30px;
  	padding-left: 290px;
  	font-size:12px;
  	text-decoration:none;
  }
  .bnr_goods a:hover {
  	text-decoration:underline;
  }
  .btn-goods img {
  	margin:0;
  }*/ }
  .goods p {
    line-height: 150%;
    font-size: 12px;
    margin: 0 0 25px; }
    .goods p img {
      float: none;
      margin-bottom: 0; }
  .goods .goods__store01 {
    margin-bottom: 50px;
    text-align: center; }
    .goods .goods__store01 a {
      text-decoration: none; }
  .goods .goodslink {
    font-size: 16px;
    background-image: url("../images/goods/ico_blank.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding-right: 20px; }
    .goods .goodslink:hover {
      text-decoration: underline; }
  .goods .goods__store02 {
    font-size: 14px; }
    .goods .goods__store02 span {
      display: block; }
      @media screen and (min-width: 980px) {
        .goods .goods__store02 span {
          vertical-align: 14px;
          display: inline;
          margin-left: 2em; } }
  .goods .goods__image01 {
    width: 100%;
    max-width: 580px; }
    .goods .goods__image01 img {
      height: 245px;
      display: block;
      margin: 0 auto 25px; }
      @media screen and (min-width: 768px) {
        .goods .goods__image01 img {
          float: right;
          display: inline;
          margin: 0 0 25px; } }
  .goods .goods__image02 {
    margin-bottom: 1em; }
    .goods .goods__image02 img {
      display: block;
      margin: 0 auto 25px; }
      @media screen and (min-width: 768px) {
        .goods .goods__image02 img {
          display: inline;
          margin: 0 0 25px; } }

/* NMB48とは */
.about-nmb48 p {
  line-height: 150%;
  font-size: 12px;
  margin: 0 0 25px; }

.about-nmb48 dl {
  font-size: 12px;
  margin: 0;
  padding: 0; }

.about-nmb48 dt {
  width: 9em;
  float: left;
  line-height: 150%;
  margin: 0 0 8px 0; }

.about-nmb48 dd {
  margin: 0 0 8px 9em;
  padding: 0;
  line-height: 150%; }

/* リクエストアワー */
.request-hour p {
  line-height: 185%;
  font-size: 14px;
  margin: 0 0 25px; }

.request-hour dl {
  font-size: 14px;
  margin: 0 0 2em 0;
  padding: 0; }

.request-hour dt {
  width: 12em;
  float: left;
  line-height: 185%;
  margin: 0 0 8px 0; }

.request-hour dd {
  margin: 0 0 8px 12em;
  padding: 0;
  line-height: 185%; }

.request-hour strong {
  font-size: 150%; }

.request-hour a {
  font-weight: bold; }

/* オーディション */
.audition p {
  line-height: 150%;
  font-size: 12px;
  margin: 0 0 25px; }

.audition p#auditionBtn {
  text-align: center; }

.audition p#auditionBtn a {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  background-color: #F20B63;
  font-size: 16px;
  padding: 4px; }

.audition p#auditionBtn a:hover {
  background-color: #FF6600; }

/* 会社概要 */
.company dl {
  font-size: 12px;
  margin: 0;
  padding: 0; }

.company dt {
  width: 9em;
  margin: 0 0 1emx;
  padding: 0 0 0 0;
  text-align: right;
  float: left; }

.company dd {
  border-left: 1px solid #CCC;
  margin: 0 0 1em 10em;
  padding: 0 0 0 1em; }

/* プライバシーポリシー */
.privacy p {
  line-height: 150%;
  font-size: 12px;
  margin: 0 0 25px; }

/* プロデューサー */
.producer img {
  display: block;
  margin: 0 auto 20px; }
  @media screen and (min-width: 769px) {
    .producer img {
      margin: 0 20px 20px 0;
      float: left; } }
.producer div {
  overflow: hidden; }
.producer p {
  line-height: 150%;
  font-size: 12px;
  margin: 0 0 25px; }

#contents.producer h2 {
  color: #333;
  background-color: #FFF;
  padding: 0 0 5px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px solid #CCC;
  border-top: none; }
  #contents.producer h2 span {
    font-size: 0.75rem; }

/* よくある質問 */
.faq dl {
  margin: 0;
  padding: 0; }

.faq dt {
  margin: 0 0 10px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #EAEAEA; }

.faq dd {
  margin: 0 0 25px 1.6em;
  padding: 0 0 0 10px;
  font-size: 12px;
  text-indent: -1.5em; }

.faq dd strong {
  font-size: 14px;
  color: #C00; }

.faq li {
  margin-left: 1.6em; }

.faq li.a1st {
  margin-left: 0; }

/* メンバー一覧 */
.memberList {
  padding-bottom: 13px;
  width: 100%;
  max-width: 770px; }
  .memberList h3 {
    margin-bottom: 26px; }
  .memberList .team-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, 143px);
    grid-gap: 17px 13px;
    justify-content: center; }
  .memberList li {
    /*width: 143px;
    float: left;
    margin-right: 13px;
    margin-bottom: 17px;*/
    border-bottom: 8px solid #EAEAEA;
    /*p.belong {
    	font-size: 10px;
    	line-height:12px;
    	color: #999;
    	margin: 2px 0 14px;
    	font-weight:normal;
    	span {
    		display:block;
    		font-size: 9px;
    		line-height:12px;
    		margin: 9px 0 0;
    		font-weight:normal;
    	}
    }
    p.belongNon {
    	margin: 0 0 46px;
    }*/ }
    .memberList li img {
      border: 1px solid #CCC;
      margin-bottom: 17px; }
    .memberList li h4 {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 0px; }
    .memberList li p {
      font-size: 10px;
      color: #999;
      margin: 0 0 22px; }

/* メンバー詳細 */
#contents.member #detail-box #detail-data h3 {
  margin: 38px 0 10px;
  padding: 0;
  color: #333;
  font-size: 20px;
  background-color: transparent;
  font-weight: normal; }
  #contents.member #detail-box #detail-data h3 .ruby {
    font-size: 10px;
    color: #999;
    margin: 0 0 20px;
    padding: 0; }

#contents.member #detail-box #detail-data h3.ruby {
  font-size: 10px;
  color: #999;
  margin: 0 0 20px;
  padding: 0; }

.member .sns {
  display: none; }

#detail-box {
  /*width: 100%;
  max-width: 750px;*/
  padding: 10px;
  background: url(../images/member/img_member_bg.png) repeat left top;
  overflow: hidden;
  margin-bottom: 36px;
  /*.member-photo {
  	display: block;
  	margin: 0 auto 0px;
  	width: 100%;
  	max-width: 298px;
  	border: 1px solid #CCC;
  	@media screen and (min-width: 980px) {
  		display: inline;
  		float: left;
  		margin: 0;
  	}
  }*/ }
  #detail-box .member-photo {
    display: block;
    margin: 0 auto 0px;
    width: 100%;
    max-width: 298px;
    border: 1px solid #CCC;
    position: relative;
    /*img {
      cursor: pointer;
      position: relative;
      z-index: 2;
      //transition: opacity .7s;
      &:last-of-type {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        //opacity: 0;
      }
    }*/
    /*&:hover {
      img:first-of-type {
        opacity: 0;
      }
      img:last-of-type {
        opacity: 1;
      }
    }*/ }
    @media screen and (min-width: 980px) {
      #detail-box .member-photo {
        display: inline;
        float: left;
        margin: 0; } }
  #detail-box #detail-data {
    width: 100%;
    background: url(../images/member/img_profile_bg.png) no-repeat right bottom;
    position: relative; }
    @media screen and (min-width: 980px) {
      #detail-box #detail-data {
        min-height: 365px;
        float: right;
        max-width: 418px; } }
    #detail-box #detail-data .team_seal2 {
      position: absolute;
      top: 0;
      right: 4px; }
      #detail-box #detail-data .team_seal2 img {
        margin-left: 14px; }
    #detail-box #detail-data ul#detail-list {
      border-top: 1px solid #DDD;
      font-size: 12px;
      margin-bottom: 14px; }
      @media screen and (min-width: 980px) {
        #detail-box #detail-data ul#detail-list {
          width: 370px; } }
      #detail-box #detail-data ul#detail-list span {
        width: 115px;
        float: left;
        padding: 0px 0px 0px 0px;
        display: block; }
      #detail-box #detail-data ul#detail-list p {
        margin: 0;
        overflow: hidden; }
      #detail-box #detail-data ul#detail-list li {
        padding: 8px 0px 7px 6px;
        border-bottom: 1px solid #DDD; }
      #detail-box #detail-data ul#detail-list a {
        text-decoration: underline; }
    #detail-box #detail-data p.btn {
      margin: 0 0 5px;
      display: grid;
      grid-template-columns: repeat(auto-fill, 128px);
      justify-content: center;
      grid-gap: 5px 6px; }
      #detail-box #detail-data p.btn img {
        /*margin-right: 6px;
        margin-bottom: 5px;*/ }

.member .member_youtube {
  width: 100%;
  max-width: 770px; }
  .member .member_youtube .youtube_bg_top h3 {
    margin: 0 0 20px;
    padding: 17px 17px 17px 17px;
    background-color: #EEE;
    border-top: 2px solid #000;
    height: 24px; }
    .member .member_youtube .youtube_bg_top h3 img {
      float: left; }
    .member .member_youtube .youtube_bg_top h3 a img {
      float: right;
      margin-top: 10px; }
.member .youtube_inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, 144px);
  grid-gap: 12px 12px;
  justify-content: center; }
  .member .youtube_inner .youtube_thumbBox .black {
    padding: 14px 0 13px 0;
    background: #000; }
  .member .youtube_inner .youtube_thumbBox .thumb {
    margin-bottom: 12px; }
    .member .youtube_inner .youtube_thumbBox .thumb img {
      max-width: 144px; }
  .member .youtube_inner .youtube_thumbBox .txt_link {
    margin: 0 0 20px;
    font-size: 12px; }

.paging-nav {
  width: 100%;
  max-width: 770px;
  margin-bottom: 26px;
  font-size: 12px;
  display: flex;
  gap: 0 6%;
  justify-content: center; }

/* メンバー詳細追記 15.05.14 */
.member .member__content--02 {
  width: 100%;
  max-width: 478px;
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  grid-gap: 20px 10px;
  justify-content: center;
  align-items: stretch;
    /*width: 100%;
		max-width: 478px;
		margin: 0 auto 44px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px 10px;
		justify-content: center;*/ }
  @media screen and (min-width: 521px) {
    .member .member__content--02 {
      max-width: 100%;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px 10px;
      grid-template-rows: 1fr;
      /*max-width: 770px;
			grid-template-columns: 234px 234px;
			grid-gap: 20px 4.4%;*/ } }
  .member .member__content--02 #block_ynn:has(h4) {
    border: 12px solid #eee;
    display: grid;
    place-items: center;
    padding: 10px 0 20px; }
    .member .member__content--02 #block_ynn:has(h4) div {
      text-align: center;
      overflow: hidden; }
      .member .member__content--02 #block_ynn:has(h4) div img {
        aspect-ratio: 39/22;
        object-fit: cover;
        object-position: center center;
        max-width: 234px;
        width: 100%; }
    .member .member__content--02 #block_ynn:has(h4) h4 {
      margin: 0;
      padding: 0; }
      .member .member__content--02 #block_ynn:has(h4) h4 img {
        margin-bottom: 5px; }
    .member .member__content--02 #block_ynn:has(h4) p {
      margin: 5px 0 0;
      font-size: 12px;
      line-height: 150%;
      display: none; }
  .member .member__content--02 #block_ynn {
    display: none; }
  .member .member__content--02 #block_enq,
  .member .member__content--02 #block_mail {
    border: 12px solid #f7e7c3;
    display: grid;
    place-items: center; }
    .member .member__content--02 #block_enq div,
    .member .member__content--02 #block_mail div {
      text-align: center;
      overflow: hidden; }
      .member .member__content--02 #block_enq div img,
      .member .member__content--02 #block_mail div img {
        aspect-ratio: 39/22;
        object-fit: cover;
        object-position: center center;
        margin: 20px 0; }
    .member .member__content--02 #block_enq h4,
    .member .member__content--02 #block_mail h4 {
      margin: 0;
      padding: 0;
      display: none; }
      .member .member__content--02 #block_enq h4 img,
      .member .member__content--02 #block_mail h4 img {
        margin-bottom: 12px; }
    .member .member__content--02 #block_enq p,
    .member .member__content--02 #block_mail p {
      margin: 0;
      font-size: 12px;
      line-height: 150%;
      display: none; }
  .member .member__content--02 #block_enq h4 img,
  .member .member__content--02 #block_mail h4 img {
    margin: 9px 0 13px; }
  .member .member__content--02 #block_youtube div {
    width: 100%;
    aspect-ratio: 16 / 9; }
  .member .member__content--02 #block_youtube iframe {
    width: 100%;
    height: 100%; }
.member .member__content--rooms {
  border: 3px dashed #FDE4AF;
  margin: 0 auto 36px;
  padding: 0 9px; }
  .member .member__content--rooms dl, .member .member__content--rooms dt, .member .member__content--rooms dd {
    margin: 0;
    padding: 0; }
  .member .member__content--rooms dl {
    max-width: 620px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .member .member__content--rooms dl {
        flex-direction: row; } }
  .member .member__content--rooms dt img {
    width: 234px;
    height: auto; }
  .member .member__content--rooms dd {
    flex: 1;
    padding: 20px 0 0; }
    @media screen and (min-width: 768px) {
      .member .member__content--rooms dd {
        padding: 0 0 0 20px; } }
    .member .member__content--rooms dd h4 {
      margin: 0 0 0.5rem;
      color: #DB881E; }
    .member .member__content--rooms dd p {
      font-size: 0.75rem;
      margin: 0; }

.member .member__content--03 {
  display: none;
  margin: 0 auto 52px;
  grid-template-columns: min(100%, 380px);
  grid-template-rows: auto auto;
  grid-gap: 20px 0px;
  justify-content: center;
  display: none;
  /* Twitter 16.03.02 */ }
  @media screen and (min-width: 769px) {
    .member .member__content--03 {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      grid-gap: 20px 10px; } }
  .member .member__content--03 #block_ameblo2 {
    height: 398px;
    border: 1px solid #CCC;
    max-width: 380px; }
    .member .member__content--03 #block_ameblo2 h4 {
      padding: 12px 14px 0;
      margin: 0;
      height: 34px;
      background-color: #EEE; }
      .member .member__content--03 #block_ameblo2 h4 img {
        float: left; }
    .member .member__content--03 #block_ameblo2 span img {
      float: right;
      padding-top: 5px; }
    .member .member__content--03 #block_ameblo2 #feed_ameblo dl {
      font-size: 12px;
      margin: 20px 0 0 20px; }
    .member .member__content--03 #block_ameblo2 #feed_ameblo dt {
      color: #999;
      margin-bottom: 6px; }
    .member .member__content--03 #block_ameblo2 #feed_ameblo dd {
      margin-left: 0px;
      margin-bottom: 18px; }
  .member .member__content--03 #block_twitter {
    height: 398px;
    border: 1px solid #CCC;
    max-width: 380px;
    overflow-y: hidden;
    display: none; }
    .member .member__content--03 #block_twitter h4 {
      padding: 12px 14px 0;
      margin: 0;
      height: 34px;
      background-color: #EEE; }
      .member .member__content--03 #block_twitter h4 img {
        float: left; }
      .member .member__content--03 #block_twitter h4 span img {
        float: right;
        padding-top: 5px; }

/* === フッター === */
/* トップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  text-align: right; }

#footer {
  clear: both; }

/* フッター メディア関連バナーエリア */
#footerBnr {
  width: 100%;
  background: url(../images/img_footer_bg.jpg) repeat-x center top;
  background-color: #EEE;
  padding: 0 10px;
  box-sizing: border-box;
  /*ul {
  	list-style: none;
  	margin: 0 0 25px;
  	padding: 0;
  	color: #666;
  	font-size: 10px;
  	line-height: 150%;
  	width: 100%;
  	max-width: 980px;
  	display: flex;
  	flex-wrap: wrap;
  	gap: 10px 0;
  	@media screen and (min-width: 980px) {
  		margin: 0 0 15px;
  	}
  	li {
  		width: 144px;
  		padding: 0;
  		margin: 0;
  		&:nth-of-type(1) {
  			width: 100%;
  			@media screen and (min-width: 980px) {
  				width: 104px;
  			}
  		}
  	}
  }
  img {
  	margin-bottom: 5px;
  }*/ }
  #footerBnr div {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    background: url(../images/img_ft_logo.jpg) no-repeat right 10px bottom 15px;
    /*4段*/
    padding: 40px 0 70px;
    text-align: left;
    overflow: hidden; }
    #footerBnr div > ul {
      list-style: none;
      margin: 0 0 25px;
      padding: 0;
      color: #666;
      font-size: 10px;
      line-height: 150%;
      width: 100%;
      max-width: 980px;
      overflow: hidden; }
      @media screen and (min-width: 980px) {
        #footerBnr div > ul {
          display: flex; } }
      #footerBnr div > ul > li {
        padding: 0;
        margin: 0;
        width: 100%; }
        #footerBnr div > ul > li:nth-of-type(1) {
          width: 100%;
          margin-bottom: 15px; }
          @media screen and (min-width: 980px) {
            #footerBnr div > ul > li:nth-of-type(1) {
              width: 104px;
              padding-top: 6px;
              margin-bottom: 0; } }
        #footerBnr div > ul > li > ul {
          /*display: grid;
          justify-content: space-between;
          grid-gap: 1rem 0;
          width: 100%;
          grid-template-columns: repeat(auto-fill, 49%);
          @media screen and (min-width: 520px) {
          	grid-template-columns: repeat(auto-fill, 32%);
          }
          @media screen and (min-width: 768px) {
          	grid-template-columns: repeat(auto-fill, 24%);
          }
          @media screen and (min-width: 980px) {
          	grid-template-columns: repeat(auto-fill, 20%);
          }*/ }
          #footerBnr div > ul > li > ul > li {
            margin-bottom: 10px;
            display: inline;
            float: left; }
            #footerBnr div > ul > li > ul > li a {
              background-color: #FFF;
              border: 1px solid #CCC;
              display: inline-block;
              padding: 5px 5px;
              margin-right: 10px; }
            #footerBnr div > ul > li > ul > li br {
              display: none; }

/* フッター その他のグループバナー部分 */
#footerGroup {
  width: 100%;
  background-color: #222;
  padding: 0 10px;
  box-sizing: border-box;
  display: none; }
  @media screen and (min-width: 768px) {
    #footerGroup {
      display: block; } }
  #footerGroup div {
    width: 100%;
    max-width: 980px;
    padding-top: 27px;
    margin: 0 auto;
    text-align: left; }
  #footerGroup ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0 0 7px;
    color: #CCC;
    font-size: 10px;
    line-height: 150%;
    display: flex;
    flex-wrap: wrap; }
    #footerGroup ul li {
      width: 119px;
      float: left;
      margin-bottom: 20px; }
      #footerGroup ul li:nth-of-type(1) {
        width: 100%; }
        @media screen and (min-width: 980px) {
          #footerGroup ul li:nth-of-type(1) {
            width: 104px; } }
      #footerGroup ul li:nth-of-type(9) {
        display: none; }
        @media screen and (min-width: 980px) {
          #footerGroup ul li:nth-of-type(9) {
            display: block;
            width: 104px; } }
  #footerGroup img {
    margin-bottom: 5px; }

/* 会社概要・コピーライトなど */
#footerLink {
  width: 100%;
  background-color: #000;
  padding: 0 10px;
  box-sizing: border-box; }
  #footerLink div {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #footerLink p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #999; }
  #footerLink a:link,
  #footerLink a:visited {
    color: #999;
    text-decoration: none; }
  #footerLink a:hover,
  #footerLink a:active {
    color: #999;
    text-decoration: underline; }
  #footerLink p#copyright {
    color: #666; }

/* モーダルウィンドウ */
.modal {
  opacity: 0;
  display: none; }

.modalBody {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 10000;
  background: #FFF;
  padding: 20px;
  width: fit-content;
  height: min-content;
  /*width:390px; 3列*/
  /*width:405px; 3列*/
  /*width:550px;4列*/
  /*width:515px;4列*/
  /*width:780px; 6列*/
  /*width:670px; 5列*/
  /*height: 460px;*/
  text-align: left;
  border-radius: 10px;
  border: 6px solid #222; }
  .modalBody form#member-form {
    margin: 0;
    padding: 0; }
  .modalBody .teamBox {
    margin: 0 0px 20px 0;
    padding: 0;
    /*height:370px;*/
    /*height:400px;*/
    font-size: 12px;
    line-height: 18px;
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .modalBody .teamBox {
        width: 125px;
        margin: 0 15px 60px 0; } }
    .modalBody .teamBox p {
      margin: 0 0 8px 0;
      padding: 0 0 0 5px;
      font-size: 12px;
      line-height: 24px;
      font-weight: bold;
      background-color: #E0E0E0; }
    .modalBody .teamBox ul li {
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .modalBody .teamBox ul li {
          display: block; } }
  .modalBody .teamBoxArea div:nth-last-of-type(2) {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .modalBody .teamBoxArea div:nth-last-of-type(2) {
        margin: 0 0 60px 0; } }
  .modalBody .teamBoxArea div:nth-last-of-type(1) {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .modalBody .teamBoxArea div:nth-last-of-type(1) {
        margin: 0 0 60px 0; } }
    .modalBody .teamBoxArea div:nth-last-of-type(1) p {
      display: none; }
      @media screen and (min-width: 768px) {
        .modalBody .teamBoxArea div:nth-last-of-type(1) p {
          display: block; } }
  .modalBody input[type="radio"] {
    margin: 3px 3px 3px 0; }
  .modalBody input[type="button"] {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0 0 5px 0;
    width: 160px;
    height: 40px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    background-color: #111;
    color: #FFF;
    border: 0; }
    .modalBody input[type="button"]:hover {
      background-color: #000;
      cursor: pointer; }
  .modalBody p.comment {
    margin: 5px 0;
    font-size: 10px;
    line-height: 12px;
    text-align: center; }

.modalBK {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.9;
  top: 0;
  left: 0; }
