@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family:'NSJP_Bold';
    src: url("../fonts/NotoSerifJP-Bold.otf");
}
@media screen and (max-width: 768px) {

/*------------------------------------------
フッター【スマホ用】※基本的に改変しない※
--------------------------------------------*/
#footer_wrap {
	padding-bottom: 30px;
}
#footer_Box {
  width:96%;
  padding:2%;
  text-align:left;
}
#footer_Box > ul {
  width:100%!important;
}
#footer_Box ul,
#footer_Box ul .top_box,
#footer_Box ul .top_box2 {
  display:block;
  width:100%;
  padding:0;
  margin-bottom:20px;
}
#footer_Box ul .top_box,
#footer_Box ul .top_box2 {
  border: none;
}

#footer_Box ul .top_box ul li {
  float:none;
  display:block;
  width:100%;
}
#footer_Box ul .top_box2 ul {
  width:100%;
}
#footer_Box ul .top_box2 ul li {
  float:none;
  width:100%;
  padding:0;
}
#footer_Box ul .top_box2 ul li p.note,
#footer_Box ul .top_box2 ul li p.link01,
#footer_Box ul .top_box2 ul li p.link02 {
  position:static;
}
#footer_bottom ul {
  width:100%;
}
#footer_bottom ul li {
  display:block;
}
#footer_bottom ul li:first-child {
  width:20%;
  float:left;
}
#footer_bottom ul li:nth-child(2) {
  display:none;
}
#footer_bottom ul li:nth-child(3) {
  width:16%;
  float:right;
}

#footer_bottom .right_Bicon img{ width:  100%; }


#footer_Box ul .top_box {
    display: none;
}


/* 全体
=============================*/
#idolmaster .dis_sp {display: block;}
#idolmaster .dis_pc {display: none;}
#idolmaster .block-inner {
    width: 96%;
}

#idolmaster h3 {
    font-size: 1.4em;
}
#idolmaster p {
    font-size: 0.9em;
    line-height: 1.6em;
}

#idolmaster p.fsize_s {
    font-size: 1em;
    line-height: 1.6em;
}
#idolmaster p.fsize_m {
    font-size: 1.3em;
    line-height: 1.6em;
}
#idolmaster p.fsize_l {
    font-size: 1.6em;
    line-height: 1.4em;
}

#idolmaster h2.back-h2 {
    font-size: 2.4em;
}


/* リンクボタン */
#idolmaster .linkbtn {
    margin-top: 25px;
}
#idolmaster .linkbtn a {
    font-size: 1.2em;
    min-width: 80%;
    padding: 0.8em 2em;
}
#idolmaster .linkbtn a span.btnfront {
    padding: 0.8em 2em;
}
#idolmaster .linkbtn a::after {
    right: 0.8em;
}
#idolmaster .linkbtn span.notice {
    font-size: 4vw;
    margin: 30px 0 0.4em;
}


/* アニメーション */
@keyframes marquee-anim_sp {
	0%   { transform: translate(19%, 0); }
    58%  { transform: translate(-98%, 0); opacity: 1;}
    59%  { transform: translate(-100%, 0); opacity: 0;} 
    60%  { transform: translate(99%, 0); opacity: 0;} 
    61%  { transform: translate(97%, 0); opacity: 1;}
	100% { transform: translate(20%, 0); }
}


/* ヘッダー
==================== */
#idolmaster header {
    height: 2.7em;
}
#idolmaster header h1 a {
    font-size: 0.5em;
    margin: 1.2em 0.8em 1em;
}
#idolmaster header h1 a img {
    width: 28%;
}
/* ナビ */
#idolmaster header .menu .navi .navi-link ul {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#idolmaster header .menu .navi .navi-link ul li {
    margin: 1em calc(76vw - 15em);
}
#idolmaster header .menu .navi .navi-link ul li::before {
    display: none;
}
#idolmaster header .menu .navi .navi-link ul li a {
    font-size: 1em;
    border-bottom: 1px solid #000;
}


/* menu
=============================*/
/* ボタン */
#idolmaster .navi-btn{
    position: absolute;
    top: 0.6em;
    right: 5%;
    width: 30px;
    height: 25px;
    z-index: 10;
    cursor: pointer;
}
#idolmaster .navi-btn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
#idolmaster .navi-btn, 
#idolmaster .navi-btn span,
#idolmaster .navi-btn span p {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    box-sizing: border-box;
}

#idolmaster .navi-btn span:nth-of-type(1) {
    top: 0;
}
#idolmaster .navi-btn span:nth-of-type(2) {
    top: calc(50% - 7px);
}
#idolmaster .navi-btn span:nth-of-type(3) {
    bottom: 12px;
}

#idolmaster .navi-btn.active span:nth-of-type(1) {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#idolmaster .navi-btn.active span:nth-of-type(2) {
    opacity: 0;
}
#idolmaster .navi-btn.active span:nth-of-type(3) {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#idolmaster .navi-btn p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#idolmaster .navi-btn.active p {
    bottom: -12px;
}
#idolmaster .menu{
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 7;
}
#idolmaster .navi {
    z-index: -1;
    overflow: hidden;
}
#idolmaster .navi, #idolmaster .navi-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}

/* オープン時 */
#idolmaster .menu.open .navi{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}
#idolmaster .menu.open .navi-bg {
    z-index: 7;
    width: 100%;
    height: 200%;
    background-color: rgba(54, 54, 54, 0.6);
    transition: background-color .64s ease-out;
}

#idolmaster .menu nav .navi-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transform-origin: right top;
    background: #fff url(../img/header_menu_bg_RY3VreBr.png) no-repeat left center;
    background-size: auto 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
    width: 0;
    height: 100vh;
}
#idolmaster .menu.open nav .navi-inner{
    top: 0;
    left: 0;
    transform: scale(1);
    width: 400px;
    min-height: 672px;
    padding: 30px 1%;
    z-index: 8;
}

#idolmaster .menu nav ul {
    display: block;
    margin: 5vh 0;
}
#idolmaster .menu nav ul li a {
    display: block;
    text-align: center;
    font-size: 1em;
    padding: 3vh 1%;
}



/* メインビジュアル
==================== */
#idolmaster #idolmaster_mv {
    min-height: 0;
    padding-top: 2.7em;
}



/* コラボレーション
==================== */
#idolmaster #collaboration {
    padding: 30px 0 0;
}
#idolmaster #collaboration h2.marquee {
    top: 15px;
    width: 300%;
    animation: marquee-anim_sp 200s linear infinite;
}
#idolmaster #collaboration p.c_txt01 {
    margin: 20px 0;
}
#idolmaster #collaboration p.c_txt02 {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 50px;
}


#idolmaster #collaboration .c_idolimg {
    position: static;
    margin-bottom: 20px;
}
#idolmaster #collaboration .c_idolimg ul.c_idollist li {
    margin: 0px -20px;
}
#idolmaster #collaboration .c_idolimg ul.c_idollist li.c_idol01 {
    margin-left: 0;
}
#idolmaster #collaboration .c_idolimg ul.c_idollist li.c_idol02 {
    margin: -31px -50px 0 -20px;
}
#idolmaster #collaboration .c_idolimg ul.c_idollist li.c_idol04 {
    margin: -28px 0 0 -20px;
}

#idolmaster #collaboration .bk_band {
    font-size: 1.1em;
    padding: 1em 0.6em;
/*    padding-bottom: 40px;*/
}
#idolmaster #collaboration .bk_band p {
    font-size: 1.1em;
}
#idolmaster #collaboration .bk_band p.fs-s {
    font-size: 0.9em;
    margin-top: 15px;
}
#idolmaster #collaboration .bk_band p.fs-l {
    margin-top: 20px;
}
#idolmaster #collaboration ._bnr {
    min-width: 0;
    width: 96%;
    margin: 25px auto 10px;
}
#idolmaster #collaboration .bk_band .linkbtn {
    font-size: 0.8em;
    margin-top: 10px;
}
#idolmaster #collaboration .bk_band .linkbtn {
    margin-top: 20px;
    margin-bottom: 30px;
}
.movie-container {
    width: 96%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.movie-container .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie-container .iframe-wrapper iframe { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* フィギュマス
==================== */
#idolmaster #figumas {
    padding: 100px 0 30px;
}
#idolmaster #figumas h2.back-h2 {
    margin-bottom: -110px;
}
#idolmaster #figumas h3 {
    margin-bottom: 40px;
}
#idolmaster #figumas p.f_txt01 {
    margin: 15px 0 0.4em;
}
#idolmaster #figumas p.f_bnr span {
    font-family: "源ノ明朝", 'NSJP_Bold', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

/* 投票終了 */
#idolmaster #figumas .linkbtn {
    margin-top: 25px;
}
#idolmaster #figumas p.u_h3_catch {
    font-size: 1em;
    margin: 3.6em 0.2em 1.6em;
    padding: 1em 0.8em;
}

/* お仕事内容
==================== */
#idolmaster #works {
    display: block;
    /* padding: 0 0 30px; */ /* スライド下ブログを見るボタンあり */
    padding: 0 0 40px; /* スライド下ブログを見るボタンなし */
}
#idolmaster #works h2.back-h2 {
    width: 70%;
    margin: 0px 0 -10px auto;
}
#idolmaster #works h3 {
    text-shadow: 2px 2px 0 #fff;
    margin-bottom: 60px;
    /* margin-bottom: 10px; */ /* スライダー1つのとき */
}
#idolmaster #works .slide-counter {
    top: 110px;
    right: calc(10vw + 110px);
    font-size: 1em;
}
#idolmaster #works .slick-slide {
    background: none;
    transform: scale(1);
    transform-origin: center;
}
#idolmaster #works .works-slide-contents {
    flex-direction: column-reverse;
    margin: 0 2%;
}
#idolmaster #works .works-slide-contents .slide-txt {
    width: 100%;
    height: auto;
    max-height: 65vh;
    padding: 35px 8%;
}
#idolmaster #works .works-slide-contents .slide-img {
    width: 100%;
}
#idolmaster #works .works-slide-contents .slide-txt p.w_txt {
    margin-top: 20px;
}


/* ----------
moreボタン
---------- */
#idolmaster #works #works-slider .works-slide-contents .morebtn::before {
    content: "MORE";
}
#idolmaster #works #works-slider .works-slide-contents .slide-txt {
    position: relative;
    overflow: hidden;
    height: 50vw;
    padding-bottom: 90px;
}
#idolmaster #works #works-slider .works-slide-contents .slide-txt::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
#idolmaster #works #works-slider .works-slide-contents .morebtn-check {
    display: none;
}
#idolmaster #works #works-slider .works-slide-contents .morebtn-check:checked~.morebtn::before {
    content: "CLOSE";
}
#idolmaster #works #works-slider .works-slide-contents .morebtn-check:checked~.slide-txt {
    height: auto;
}
#idolmaster #works #works-slider .works-slide-contents .morebtn-check:checked~.slide-txt::before {
    display: none;
}

#idolmaster #works #works-slider .works-slide-contents {
    position: relative;
}
#idolmaster #works #works-slider .works-slide-contents label {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    border: 2px solid #000;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    width: 60%;
    padding: 0.4em 1.8em 0.6em 1.4em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    z-index: 1;
}
#idolmaster #works #works-slider .works-slide-contents label::after {
    content: "+";
    position: absolute;
    bottom: 0.6em;
    right: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#idolmaster #works #works-slider .works-slide-contents label:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    font-size: 1.1em;
}
#idolmaster #works #works-slider .works-slide-contents label:hover::after {
    transform: translateY(15%) rotate(180deg) scale(1.6);
}
#idolmaster #works #works-slider .works-slide-contents .morebtn-check:checked~.morebtn::after {
    content: "-";
}

/* フッター上
==================== */
#idolmaster #semifoot {
    padding: 30px 0 15px;
}
#idolmaster #semifoot ul.bnrlist {
    flex-wrap: wrap;
}
#idolmaster #semifoot ul.bnrlist li {
    width: 47%;
    margin: 5px 1%;
}

#idolmaster #semifoot .copy_area {
    margin-top: 30px;
}


/* モーダル
==================== */
.showing_modal {
    position: fixed;
    overflow: hidden;
}
/*モーダルを開くボタン*/
.modal-open{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    border: 2px solid #000;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    width: 60%;
    padding: 0.4em 1.8em 0.6em 1.4em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    z-index: 1;
}
#idolmaster #works .modal-open::after {
    content: "+";
    position: absolute;
    bottom: 0.6em;
    right: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#idolmaster #works .modal-open:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    font-size: 1.1em;
}
#idolmaster #works .modal-open:hover::after {
    transform: translateY(15%) rotate(180deg) scale(1.6);
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,20%);
	padding: 5vh 4%;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 9999999999;
}
#idolmaster #works .modal-container {
    background: rgba(255,126,198,50%);
}
#sp_language .modal-container {
    padding: 0;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 98%;
}
#sp_language .modal-body{
    background: #000;
    padding: 40px 0;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -17px;
	right: -17px;
	width: 34px;
	height: 34px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
    background: #000;
    border-radius: 50%;
}
#sp_language .modal-close{
    top: 5px;
    right: 5px;
    color: #000;
    background: #fff;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 10px 2%;
}
#sp_language .modal-content {
    padding: 0;
}

.pc-none {
    display: block;
}
.sp-none {
    display: none;
}

/* 20221117
==================== */
/*idolmaster_mv
ーーーーーーーーーーーーーーーー*/
#idolmaster #idolmaster_mv .logo_area{
    position: absolute;
    right: 15px;
/*    bottom: 80px;*/
    bottom: 10px;
    display: flex;
    width: 50%;
}
/*onseiwrap*/
#onseiwrap{
    position: relative;
    width: 65%;
    max-width: 300px;
    left: inherit;
    bottom: inherit;
    margin-top: 10px;
}
html[lang="en"] #onseiwrap{
    width: 75%;
}
/*モーダルボタン*/
#onseiwrap .remodal-btn{
    font-size: 13px;
    padding: 10px 70px 10px 15px;
    -webkit-clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 0% 100%);
}
#onseiwrap .remodal-btn span:before{
    right: 40px;
    width: 30px;
    height: 30px;
}
#onseiwrap .remodal-btn span:after{
    right: 48px;
    width: 16px;
    height: 16px;
}

/*モーダル 再生ボタン*/
button#btn-play{
    padding: 15px 20px;
    font-size: 1.3em;
}
button#btn-play span{
    width: 83%;
}
.modal-textwrap{
    display: block;
    margin-bottom: 20px;
}
.modal-textwrap div{
    width: 70%;
    margin: 0 auto 10px;
    padding-right: 0;
}
.modal-textwrap p{
    color: #f00;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    width: 100%;
    text-align: center;
}


/*highlights
ーーーーーーーーーーーーーーーー*/
#idolmaster .highlights .highlights-ttl,
.remodal .mapcheck-ttl{
    font-size: 1.6em;
}
#idolmaster .highlights .highlights-catch{
    font-size: 1.3em;
    text-shadow: 2px 2px 0 #fff;
}
.remodal .map-area{
    width: 100%;
    font-size: 1.2em;
}
.remodal .map-img,
#idolmaster .highlights .flexbox .txt-wrap,
#idolmaster .highlights .flexbox .img-wrap{
    width: 100%;
}
#idolmaster .highlights h4{
    margin-bottom: 15px;
}
#idolmaster .highlights .amb_sche{
    margin-right: 0;
    margin-bottom: 20px;
}
#idolmaster .highlights .amb_sche ul{
    width: 100%;
}
#idolmaster .highlights .highlight-note{
    margin: 15px 0;
}
#idolmaster .highlights .flexbox.img-wrap-flow {
    display: block;
}
#idolmaster .highlights .flexbox.img-wrap-flow div{
    margin-bottom: 30px;
}
#idolmaster .highlights .flexbox.img-wrap-flow div:last-child{
    width: 50%;
    margin: 0 auto;
    max-width: 287px;
}
#idolmaster .highlights .flexbox.img-wrap-flow .img-arrow img{
    transform: rotate(90deg);
    width: 25%;
    max-width: 100px;
    margin: 10px auto;
}
#idolmaster .highlights .linkbtn a.remodal-btn-check{
    width: 100%;
}

/*figumas
ーーーーーーーーーーーーーーーー*/
#idolmaster #figumas p.u_h3_catch._result {
    padding: 1em 2em 1em 0.8em;
}

#idolmaster #figumas p.u_h3_catch._result a span{
    font-size: 1.3em;
}

#idolmaster .endtxt p{
    font-size: 1.1em;
    min-width: 80%;
    padding: 0.8em 1.6em;
}

}