@charset "UTF-8";
/* CSS Document */

@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900');
@import url('//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?2n09j9');
    src: url('../fonts/icomoon.eot?2n09j9#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?2n09j9') format('truetype'), url('../fonts/icomoon.woff?2n09j9') format('woff'), url('../fonts/icomoon.svg?2n09j9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 62.5%;
    line-height: 200%;
    color: #212122;
    background: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
}
ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
a, a img {
    overflow: hidden;
    color: #003d74;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:active {
    opacity: .7;
    border: none;
    outline: none;
}
a:hover img, a:active img {
    opacity: 1;
    border: none;
    outline: none;
}
html, body {
}
h1 {
    font-weight: normal;
}
h2 {
    font-weight: normal;
}
h3 {
    font-weight: normal;
}
img {
    max-width: 100%;
    display: block;
}
main:after, nav:after, article:after, section:after, div:after, ul:after, li:after, dl:after {
    content: "";
    display: block;
    clear: both;
}
.pc {
    display: none;
}
body {
    font-size: 3.6vw;
    line-height: 1.6;
}
#wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#header {
    height: 80px;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
#header h1 {
    width: 140px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
#header h1 a {
    display: block;
}
#header h1 a:hover {
    opacity: 1;
}
.pc_navi {
    display: none;
}
.fix_menu {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 3%;
    top: 18px;
    z-index: 11000;
}
.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    width: 45px;
    height: 45px;
    position: relative;
    background: #000;
    border-radius: 50%;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 12px;
}
.menu-trigger span:nth-of-type(2) {
    top: 21px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 13px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    background-color: #aaa;
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    background-color: #aaa;
}
.menu-trigger.active {
    background: none;
}
.remodal-wrapper {
    padding: 0 5%;
}
.remodal-overlay {
    background: rgba(0,118,85,1);
}
.remodal {
    padding: 10% 0;
    background: none;
    max-width: 900px;
}
.remodal-close {
    top: 2.5%;
    left: 2%;
}
.remodal .remodal_in {
    padding: 0;
    text-align: left;
    background: none;
    color: #fff;
}
.remodal .remodal_in .close_btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: .8em 4em;
    font-size: 1em;
    margin: 3em auto 0;
    display: table;
    cursor: pointer;
    text-decoration: none;
}
.remodal .remodal_in .close_btn:hover {
    background: none;
    border: 1px solid #999;
    color: #999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gnavi li {
    margin: 1.5em 0;
}
.gnavi li a {
    font-size: 1.5em;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #000;
    letter-spacing: .05em;
    text-indent: .05em;
}
#mainimg {
    background: url(../images/mainimg1904.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 70%;
    margin-top: 80px;
}
.inner {
    padding: 15% 0 0;
}
.inner h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    text-align: center;
    letter-spacing: .2em;
    text-indent: .2em;
    line-height: 1;
}
.inner h2:after {
    content: "";
    border: #000 solid;
    border-width: 1px 0 0 0;
    width: 30px;
    display: block;
    margin: 25px auto;
}
.inner .area {
    padding: 0 5%;
    position: relative;
}
.movie_slide li a {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 99%;
    padding-top: 55%;
}
.movie_slide li a:before {
    content: "";
    background: url(../images/play.png) no-repeat 0 0;
    background-size: 100%;
    width: 15%;
    height: 28%;
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    opacity: .8;
}
.remodal_mv {
    max-width: 700px;
    margin: 0 auto;
}
.remodal_mv .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}
.remodal_mv .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_wrap {
    margin: 0 auto;
    padding: 0;
}
.movie_wrap .box {
    margin-bottom: 1.5em;
}
.movie_wrap .box:last-child {
    margin-bottom: 0;
}
.movie_wrap .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.movie_wrap .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news_in {
    background: #fff;
}
.news_in li a {
    font-size: 1em;
    padding: 1.5em 0 2em;
    border-bottom: 1px dotted #aaa;
    color: #000;
    display: block;
    position: relative;
}
.news_in li span {
    display: block;
}
.news_in li span.date {
    color: #aaa;
    position: absolute;
    right: 0;
    bottom: .5em;
    font-size: .9em;
}
.morelink {
    border: 1px solid #000;
    max-width: 300px;
    width: 50%;
    margin: 4em auto 0;
}
.morelink a {
    font-size: 1.2em;
    letter-spacing: .2em;
    text-indent: .2em;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    line-height: 2.5;
    text-align: center;
    color: #000;
    display: block;
}
.morelink a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}
#footer {
    padding: 0;
}
#footer .sns_btn {
    text-align: center;
}
#footer .copy {
    text-align: center;
    padding-bottom: 2em;
    color: #aaa;
    font-size: .8em;
}
.sns_btn {
    padding: 5em 0;
}
.sns_btn li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .8em;
}
.sns_btn li a {
    display: block;
    opacity: .3;
}
.sns_btn li a:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 2.2em;
    height: 2.2em;
    display: block;
}
.sns_btn li.tw a:before {
    background-image: url(../images/icon_tw.png);
}
.sns_btn li.fb a:before {
    background-image: url(../images/icon_fb.png);
}
.sns_btn li.cart a:before {
    background-image: url(../images/icon_cart.png);
}
.sns_btn li.dawnload a:before {
    background-image: url(../images/icon_download.png);
}
.sns_btn li a:hover {
    opacity: 1;
}
.top_banner {
    margin: 5% 5% 0;
}
.hukanzen_monologue {
    padding: 5% 5% 0;/*color:#fff;*/
    color: #000;
}
/*.hukanzen_monologue {
background: #000000;  Old browsers 
background: -moz-linear-gradient(-45deg, #000000 0%, #262626 100%);  FF3.6-15 
background: -webkit-linear-gradient(-45deg, #000000 0%,#262626 100%);  Chrome10-25,Safari5.1-6 
background: linear-gradient(135deg, #000000 0%,#262626 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=1 );  IE6-9 fallback on horizontal gradient 
}*/

.hukanzen_monologue {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, .4) 50%, transparent 50%), linear-gradient(rgba(255, 255, 255, .4) 50%, transparent 50%);
    background-color: #fff080;
    background-size: 40px 40px;
    box-sizing: border-box;
}
.hukanzen_monologue .jacket ul {
    width: 102%;
    margin-left: -2%;
}
.hukanzen_monologue .jacket li {
    /*width:33.33%;*/
    float: left;
    padding: 0 2%;
    box-sizing: border-box;
    font-size: .5em;
    text-align: center;
    color: #595656;
    margin: 0 auto;
    width: 50%;
}
.hukanzen_monologue .jacket li:nth-of-type(1) {
    width: 52.6%;
}
.hukanzen_monologue .jacket li:nth-of-type(2) {
    width: 47.4%;
}
.hukanzen_monologue .jacket li p {
    font-size: 2em;
    font-weight: bold;
}
.hukanzen_monologue .jacket li .photo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /*padding-top: 100%;*/
    margin-bottom: 1em; /*margin-bottom:.3em*//*background: #ccc;*/
    position: relative;
    height: 100%;
}
.hukanzen_monologue .jacket li:nth-of-type(1) .photo img {
}
/*.hukanzen_monologue .jacket li:nth-of-type(2) .photo {
    background: url(../images/banner/sakotomo_best/tsujyo.jpg) no-repeat;
	background-size: contain;
}*/
.hukanzen_monologue .jacket li .photo p {
    color: #333;
    font-size: 2.5em;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
}
.hukanzen_monologue .details {
    padding: 5% 0;
    text-align: center;
}
.hukanzen_monologue .details h3 {
    text-align: center;
    font-size: .9em;
}
.hukanzen_monologue .details h3 span {
    font-size: 1.6em;
    letter-spacing: .3em;
    text-indent: .3em;
    display: block;
    font-weight: bold;
    margin: .3em 0;
}
.hukanzen_monologue .details .date {/*color:#ca6b15;*/
    color: #f24f18;
    font-weight: bold;/*font-size:1.3em;*/
    font-size: 2.0em;
    text-align: center;
}
.hukanzen_monologue .details .btn {
    letter-spacing: -.4em;
    text-align: center;
    padding: 1em 0;
}
.hukanzen_monologue .details .btn li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding: 0 2%;
    box-sizing: border-box;
}
.hukanzen_monologue .details .btn li a {
    display: block;/*border:1px solid #fff;*/
    border: 1px solid #000;
    line-height: 2.5;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;/*color:#fff;*/
    color: #000;
    font-size: 1.1em;
    position: relative;
}
.hukanzen_monologue .details .btn li a:after {
    content: "\f3d3";
    font-family: ionicons;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
-webkit- transform: translateY(-50%);
}
.hukanzen_monologue .details img {
    text-align: center;
    margin: 0 auto;
}
.hukanzen_monologue .details img:nth-of-type(1) {
    margin-top: 1.5em;
    width: 90%;
}
.hukanzen_monologue .details img:nth-of-type(2) {
    margin-top: 1.7em;
    margin-bottom: 1.5em;
    width: 80%;
}
.remodal-wrapper {
    padding: 0 5%;
}
.remodal-overlay {
    background: rgba(255,255,255, 0.95);
}
.remodal {
    padding: 0;
    background: none;
    max-width: 800px;
}
.remodal-close {
    top: 2.5%;
    left: 2%;
}
.remodal .inner {
    padding: 5% 5% 10%;
    text-align: left;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: 5%;
}
.movie_modal .fix_menu {
    display: none;
}
.close_icon {
    float: right;
    background: none;
    border: none;
    padding: 1em 0;
    cursor: pointer;
    text-decoration: none;
}
.close_icon:before {
    content: "\f2d7";
    font-family: ionicons;
    font-size: 40px;
    color: #212122;
    line-height: 1;
}
.slick-dots {
    text-align: center;
    margin-top: 1em;
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.slick-dots li button {
    font-size: 0;
    background: none;
    border: none;
    outline: none;
}
.slick-dots li button:before {
    content: "●";
    color: #ccc;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.slick-dots li.slick-active button:before {
    color: #000;
}
.slick-prev, .slick-next {
    width: 5%;
    height: auto;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 4%;
    padding: 0;
    cursor: pointer;
    border: none;
    display: block;
    z-index: 100;
}
.slick-prev {
    background: none;
    left: 0;
    outline: none;
}
.slick-next {
    background: none;
    right: 0;
    outline: none;
}
.slick-prev:before {
    content: "\f3d2";
}
.slick-next:before {
    content: "\f3d3";
}
.slick-prev:before, .slick-next:before {
    font-family: ionicons;
    font-size: 30px;
    color: #003d74;
    display: block;
}
.page {
    padding-top: 80px;
}
.page .inner {
    padding-top: 3em;
}
.more_btn, .page_back {
    max-width: 300px;
    width: 50%;
    margin: 2.5em auto 0;
}
.more_btn a, .page_back a, .more_btn span, .page_back span {
    border: 1px dotted #ccc;
    letter-spacing: .2em;
    text-indent: .2em;
    line-height: 3;
    text-align: center;
    color: #000;
    display: block;
    cursor: pointer;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
}
.more_btn a:hover, .page_back a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}
/*.more_btn span , .page_back span {background:#eee;border:none;}*/

select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #eee;
    outline: none;
    font-size: 14px;
    color: #000;
    line-height: 1;
    cursor: pointer;
    border-radius: 0;
}
select#sortBox1 {
    padding: 18px 40px 18px 8em !important;
}
select#sortBox2 {
    padding: 20px 40px 18px 50% !important;
}
.search_select {
    position: relative;
    margin: 0 0 1em;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.search_select:after {
    content: "\f35f";
    font-family: 'ionicons' !important;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
-webkit- transform: translateY(-50%);
    color: #aaa;
}
.search_name {
    position: absolute;
    color: #030b1b;
    font-size: 14px;
    line-height: 1;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
-webkit- transform: translateY(-50%);
}
/* news*/
.news_mail {
    margin: 0 auto 1em;
}
.news_mail a {
    border: 1px solid #030b1b;
    color: #030b1b;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 15px;
    line-height: 3;
    box-sizing: border-box;
}
.news_mail a:after {
    content: "\f3d3";
    font-family: ionicons;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 0;
}
.newslist li a {
    color: #000;
    display: block;
    padding: 1.5em 0 2em;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.newslist li span {
    display: block;
}
.newslist li span.date {
    color: #aaa;
    position: absolute;
    right: 0;
    bottom: .5em;
    font-size: .9em;
}
#news_detail h3 {
    font-size: 1.4em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-weight: bold;
}
#news_detail .date {
    margin-bottom: 1em;
}
#news_share {
    margin: 2em 0;
}
#news_share li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.socialLine {
    width: 88px;
}
.news .latest {
    border: 1px solid #ddd;
    padding: 5%;
    margin: 0 5%;
}
.news .latest h3 {
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: .5em 0;
}
.news .latest .newslist li:last-child a {
    border-bottom: none;
}
/* discography*/

.disco #disco_category_tab {
    text-align: center;
}
.discolist ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 104%;
    margin-left: -2%;
}
.discolist li {
    width: 50%;
    box-sizing: border-box;
    padding: 2% 2% 5%;
    margin: 0;
}
.discolist li a {
    display: block;
    color: #686869;
}
.discolist li:nth-child(even) a {
}
.disco_list_jk .jacket {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-top: 98%;
    border: 1px solid #eee;
}
.disco_list_txt p {
    font-size: 12px;
    line-height: 1.4;
}
.disco_list_txt h3 {
    margin: .8em 0;
    font-size: 14px;
    color: #212122;
}
#discDetail_in h3 {
    font-size: 1.5em;
    padding: 1em 0 .8em;
    font-weight: bold;
}
#discDetail_in .date {
    margin-bottom: 1em;
}
.downloadlink a {
    background: #003d74;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 3.5;
    margin: 1.5em 0;
    display: block;
    position: relative;
}
.downloadlink a:after {
    content: "\f3d3";
    font-family: ionicons;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
}
#disco_share {
    margin: 0 0 2em 0;
}
#disco_share li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
}
#video_wrap_obj li {
    letter-spacing: -.4em;
}
#video_wrap_obj li p {
    float: left;
    letter-spacing: normal;
    box-sizing: border-box;
}
#video_wrap_obj li p.movie_img {
    width: 30%;
}
#video_wrap_obj li p.movie_img img {
    width: 100%;
}
#video_wrap_obj li p.movie_title {
    width: 70%;
    padding-left: 3%;
}
#video_wrap_obj li a {
    display: block;
    width: 100%;
    color: #212122;
    padding: .5em 0;
}
.listen_wrap {
    background-color: #e3e7ea;
    line-height: 45px;
    height: auto;
    margin: 1.5em 0 0;
}
.listen_btn {
    width: 45px;
    float: left;
}
.listen_wrap .control {
    float: right;
}
#listen_title_wrap {
    float: left;
    width: 45% !important;
}
#listen_title_txt {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 1em;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.bc_id, .hls_url, .title_for_player {
    display: none;
}
.disc_track h3 {
    border-bottom: 1px solid #ddd;
    padding: 1.5em 30px .5em 0;
    font-size: 1.1em;
    margin-bottom: .5em;
    position: relative;
    line-height: 1.4;
    font-weight: bold;
}
#discBuy h3 {
    font-size: 1.2em;
    padding: 1em 0 1.5em;
    font-weight: bold;
}
#buy_list h4 {
    font-size: 1em;
    line-height: 1;
    border-bottom: none;
    padding: .8em;
    background: #0b2541;
    color: #fff;
}
#buy_list a {
    padding: .8em 0;
    border-bottom: 1px dotted #ccc;
    display: block;
    position: relative;
    color: #212122;
}
#buy_list a:after {
    content: "\f3d3";
    font-family: ionicons;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 30%;
    color: #ccc;
}
.deliverList {
    margin-top: 2em;
}
/* media*/
.media #media_navi {
    text-align: center;
    margin: 0;
}
.medialist_in {
    border-bottom: 1px dotted #333;
}
.medialist_in .headline {
    padding: 1em 0;
}
.medialist_in .headline h3 {
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: .3em;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}
.medialist_in .headline h3 span {
    display: block;
    background: #0b2541;
    color: #fff;
    width: 6em;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}
.medialist_in .headline h3:after {
    content: "\f3d0";
    font-family: ionicons;
    font-size: 25px;
    position: absolute;
    right: 5px;
    top: 25%;
    color: #ddd;
    line-height: 1;
}
.medialist_in .headline.active h3:after {
    content: "\f3d8";
}
.medialist_in .headline p {
    color: #999;
}
.media_detail {
    display: none;
    padding-bottom: 1em;
}
/* biography*/
#profileWrap .profimg {
    background: #000;
    margin-bottom: 1em;
}
/* live*/
#liveNavi {
    text-align: center;
}
.liveTourArea {
    margin-bottom: 3em;
}
.liveTourArea h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #000;
    padding: 0 0 .6em 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: .8em;
}
.liveTourArea .tourNoteArea {
    padding: 1em 0;
}
.liveTourArea .tourNoteArea.noImage {
    display: none;
}
.liveList h4 {
    background: #f1f3f3;
    padding: .8em 30px .7em 1em;
    margin-bottom: .5em;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
}
.liveList h4:after {
    content: "\f3d0";
    font-family: ionicons;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 40%;
    color: #ccc;
    line-height: 1;
}
.liveList h4.active:after {
    content: "\f3d8";
}
.liveList h4 span {
    display: block;
}
.liveList div {
    display: none;
    padding-bottom: 2em;
}
.liveMainInfo {
    padding: .5em 0;
}
.liveMainInfo li {
    border-bottom: 1px dashed #ddd;
    padding: .5em 0;
}
.liveMainInfo li span {
    letter-spacing: normal;
    display: block;
}
.liveMainInfo li span:first-child {
    width: 7em;
    float: left;
    box-sizing: border-box;
}
.liveMainInfo li span:last-child {
    padding-left: 8em;
    box-sizing: border-box;
}
.live_sub .liveTourArea h3 {
    margin-bottom: 1em;
}
/* Video*/
.video_list_wrap {
    margin-bottom: 3em;
}
.video_list_wrap h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    padding: 0 0 .6em 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.video_list li {
    padding: 1em 0 0;
    letter-spacing: -.4em;
}
.video_list li .box {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    box-sizing: border-box;
    width: 100%;
}
.video_list li .box.video_list_img_bg {
    width: 30%;
    max-width: 100px;
}
.video_list li .box.video_list_txt {
    width: 70%;
    padding-left: 3%;
}
.video_list li a {
    color: #000;
    display: block;
}
.video_list li a p {
    color: #999;
    font-size: .8em;
}
.video_list_wrap .more_btn {
    margin-top: 2em;
    font-size: 14px;
}
.lmark1 {
    width: 190px;
    margin: 3em auto;
}
#movieBody h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    padding: 1em 0 .4em 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
#moviePlayer {
    max-width: 700px;
    margin: 1em auto;
}
#moviePlayer .youtube div, #moviePlayer #samplePlayer + div {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}
#moviePlayer .youtube div iframe, #moviePlayer #samplePlayer + div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.more_btn.sub {
    font-size: 14px;
}
#samplePlayer div {
    height: auto !important;
}
.SmojMoviePlayer {
    width: 100%;
}
.SmojMoviePlayer div {
    max-width: 100% !important;
}
#samplePlayer div.bc_controllBar {
    top: 100% !important;
    width: 100% !important;
    height: 39px !important;
}
#samplePlayer .lmark {
    padding-top: 50px;
}
#samplePlayer .video-js {
    width: 100% !important;
}
#samplePlayer .video-js video.vjs-tech {
    width: 100% !important;
    height: auto !important;
}
.mvSeekBase {
    width: 45% !important
}
.mvTimeDisplay {
    right: 10px !important;
    left: auto !important;
    width: auto;
}
.fc_inner img {
    margin: 0 auto;
}

@media screen and (min-width:320px) {
.hukanzen_monologue .jacket li .photo {
    height: 100%;
}
}

@media screen and (min-width:375px) {
.hukanzen_monologue .jacket li .photo {
    height: 100%;
}
}

@media screen and (min-width:568px) {
.discolist li {
    width: 33.33%;
}
.mvSeekBase {
    width: 70% !important
}
}

@media screen and (min-width:768px) {
body {
    font-size: 14px;
    line-height: 1.7;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
#mainimg {
    background-size: contain;
    padding-top: 50%;
    background-color: #fff;
}
.inner {
    padding: 60px 0 0;
}
.inner h2:after {
    margin: 35px auto 40px;
}
.movie_wrap {
    padding: 0;
}
.news_in li a {
    padding-top: 1em;
}
.news_in li span.date {
    font-size: .8em;
}
.morelink {
    max-width: 200px;
}
.top_banner {
    margin-top: 40px;
}
.hukanzen_monologue {
    /*padding: 20px 10px;*/
    padding: 20px 20px;
    max-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
}
.hukanzen_monologue .jacket {
    width: 50%;
    float: left;
    /*padding-right: 2%;*/
    box-sizing: border-box;
	padding-top: 2.5%;
}
.hukanzen_monologue .details {
    width: 50%;
    float: right;
    font-size: .8em;
    padding: 0;
}
.hukanzen_monologue .details .btn {
    max-width: 350px;
    margin: 0 auto;
    padding: 1em 0 0;
}
.sns_btn {
    padding: 70px 0;
}
/* news*/
.news_mail {
    margin: 0;
    position: absolute;
    top: -105px;
    width: 250px;
    right: 5%;
}
.news_mail a {
    font-size: 14px;
    line-height: 2.5;
}
.newslist li a {
    padding-top: 1em;
    padding-bottom: 1.5em;
}
.newslist li span.date {
    font-size: .8em;
}
/* biography*/
#profileWrap .profimg {
    width: 40%;
    float: left;
}
#profileWrap .prof_detail_txt {
    width: 60%;
    float: right;
    padding-left: 3%;
    box-sizing: border-box;
}
/* discography*/
.discolist ul {
    width: 102%;
    margin-left: -1%;
}
.discolist li {
    width: 25%;
    padding: 1% 1% 20px;
}
.liveList h4 {
    padding: 1em;
}
.liveList h4 span {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}
#discDetail {
    position: relative;
    padding: 0;
}
#main_jacket {
    max-width: 600px;
    width: 50%;
    height: auto;
    min-height: 340px;
}
#discDetail_in {
    width: 47%;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 420px;
    overflow: hidden;
    padding-right: 5%;
    box-sizing: border-box;
}
#discDetail_in h3 {
    padding: 0 0 .8em;
}
#video_list_wrap {
    margin-top: 2em;
}
#video_wrap_obj li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
    box-sizing: border-box;
}
#video_wrap_obj li p.movie_img {
    width: 110px;
}
#video_wrap_obj li p.movie_title {
    width: auto;
    padding-left: 10px;
}
.medialist_in .headline h3 span {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
    margin-top: .2em;
}
.disc_track {
    letter-spacing: -.4em;
}
.tracklist_wrap {
    width: 50%;
    letter-spacing: normal;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.tracklist_wrap:nth-child(odd) {
    padding: 0 20px 0 0;
}
.tracklist_wrap:nth-child(even) {
    padding: 0 0 0 20px
}
.video_list_wrap {
    position: relative;
}
.video_list_wrap .more_btn {
    margin-top: 0;
    font-size: .9em;
    position: absolute;
    top: 1.2em;
    right: 0;
    background: none;
    line-height: 1;
    width: auto;
}
.video_list_wrap .more_btn a {
    border: none;
    padding: 0;
    line-height: 1;
}
.video_list_wrap .more_btn a:hover {
    background: none;
    color: #000;
    opacity: .7;
}
.video_list_wrap .more_btn a:before {
    content: "\f125";
    font-family: ionicons;
    font-size: 10px;
    color: #aaa;
    margin-right: 5px;
}
#moviePlayer {
    max-width: 700px;
    margin: 2em auto;
}
.mvSeekBase {
    width: 75% !important
}
/*190410追記ここから*/	
.hukanzen_monologue .jacket li .photo {
    height: 100%;
}
}

/*190410追記ここから*/
@media screen and (max-width:767px) {
.hukanzen_monologue .details h3 {
    font-size: .9em;
}
.hukanzen_monologue .details .date {
    font-size: 1.3em;
}
.hukanzen_monologue .details h3 span {
    font-size: 1.3em;
}
.hukanzen_monologue .details img:nth-of-type(1) {
    margin-top: 1em;
    width: 90%;
}
.hukanzen_monologue .details img:nth-of-type(2) {
    margin-top: 1.7em;
    margin-bottom: 1em;
    width: 80%;
}
}

/*190410追記ここまで*/

@media screen and (min-width:1024px) {
.hukanzen_monologue .details {
    font-size: 1em;
}
.video_list li {
    width: 33.33%;
    float: left;
    padding-right: 1%;
    box-sizing: border-box;
    text-align: center;
}
.hukanzen_monologue .jacket li .photo {
    height: 100%;
}
}

@media screen and (min-width:1200px) {
.fix_menu {
    display: none;
}
.pc_navi {
    display: block;
}
.gnavi {
    max-width: 980px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.gnavi ul {
    letter-spacing: -.4em;
    width: 28em;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
-webkit- transform: translateY(-50%);
}
.gnavi ul.left {
    left: 0;
    text-align: right;
}
.gnavi ul.right {
    right: 0;
    text-align: left;
}
.gnavi li {
    margin: 0 .6em;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.gnavi li a {
    font-size: 1.2em;
}
.inner .area {
    padding: 0;
    max-width: 1120px;
    margin: 0 auto;
}
.inner h2 {
    font-size: 2.6em;
}
.news_in li span.date {
    margin-right: 0;
    top: 50%;
    transform: translateY(-50%);
-webkit- transform: translateY(-50%);
}
.news_in li a {
    padding: 1.2em 7em 1.2em 0;
}
.movie_slide li a {
    background-size: 100%;
}
.hukanzen_monologue .details {
    font-size: 1.1em;
    padding-top: .5em;
    width: 50%;
    float: left;
}
#footer {
    margin-top: 70px;
}
.page .inner {
    margin: 0 auto;/*padding-top: 5em;*/
}
.page .inner .area {
    max-width: 1040px;
}
/* info */
.news_mail {
    right: 0;
}
.newslist li span.date {
    margin-right: 0;
    top: 50%;
    transform: translateY(-50%);
-webkit- transform: translateY(-50%);
}
.newslist li a {
    padding: 1.2em 7em 1.2em 0;
}
.news .latest {
    padding: 20px 40px;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
}
.medialist_in .headline h3 {
    font-size: 1.1em;
}
.medialist_in .headline h3:hover {
    opacity: .7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
/* Live */
.liveTourArea h3 {
    font-size: 1.3em;
}
.liveList h4:hover {
    opacity: .7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
/* discography*/
.discolist li {
    width: 20%;
}
#discDetail {
    padding: 0;
}
#discBuy {
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}
#movieBody h3 {
    font-size: 1.1em;
}
}

@media screen and (min-width:1366px) {
.small-head .gnavi {
    text-align: center;
}
}

@media only screen and (min-device-width:320px) and (max-device-width:1336px) {
a:hover, a:active {
    opacity: 1;
    border: none;
    outline: none;
}
.more_btn:hover, .page_back:hover {
    opacity: 1;
}
}
