@charset "UTF-8";

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium",
        meiryo, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    color: #000;
    letter-spacing: 0;
    background: #fff none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

*::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}

*::-moz-selection,
*::selection,
*::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}

.oh-open {
    overflow: visible;
}
.dn-s {
    display: none;
}
/* ------ option ------ */
.ff_coiny {
    font-family: "Coiny", cursive;
}

.ff_mplus {
    font-family: "M PLUS Rounded 1c", sans-serif;
}

/* ------ option ------ */
.c_bababa {
    background-color: #fa5683;
    color: #fff;
}

.c_2i2 {
    background-color: #fffd3b;
    color: #000;
}

.c_yoyoyo {
    background-color: #24bdbe;
    color: #fff;
}

.c_move {
    background-color: #11abe2;
    color: #fff;
}

.c_staff {
    background-color: #000;
    color: #fff;
}

.c_camera {
    background-color: #000;
    color: #fff;
}

.c_manager_ear {
    background-color: #000;
    color: #fff;
}

.c_manager_eye {
    background-color: #000;
    color: #fff;
}

.c_default {
    background: #c0c0e0;
    color: #fff;
}

.hashtag-record {
    background: #c0c0e0;
    color: #fff;
}

.hashtag-night {
    background: #c0c0e0;
    color: #fff;
}

/* ------ option ------ */
.ico__tw {
    color: #1d9bf0;
}

.ico__yt {
    color: #ff0000;
}

/*================ wrapper ================*/
#wrapper {
    /* background-color: #2bb3c7; */
    background: url(../img/common/bg_ptn.jpg) center / 300px 300px repeat;
}

#main {
    position: relative;
    /* padding-bottom: 135px; */
}

#main::after {
    content: "";
    width: 100%;
    height: 135px;
    background: url(../img/common/bg_02_sp.png) center / 100% 135px no-repeat;
    position: relative;
    display: block;
}

/*================ general ================*/
.linkico {
    display: block;
    width: 28px;
    height: 14px;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 5px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.linkico > img {
    width: 9px;
}

.linkico--l {
    justify-content: flex-start;
}

.linkico--l > img {
    transform: rotateY(180deg);
}

/* ------ option ------ */
.linkico--more {
    background-color: #2bb3c7;
    margin-left: auto;
    color: #fff;
    width: 62px;
    height: 20px;
    font-size: 13px;
    line-height: 1;
}

.linkico--more > img {
    width: 6px;
    margin-left: 5px;
}

/* ------ option ------ */
.more_btn {
    background: #f0f0f0;
    width: 100%;
    border-radius: 20px;
    position: relative;
    max-width: 766px;
    margin: 50px auto 0;
    display: block;
    padding: 4px 0;
    font-weight: 600;
}

.more_btn::after {
    content: "";
    width: 54px;
    height: 25px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-radius: 20px;
}

.more_btn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: black;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 4px;
    right: 31px;
    margin: auto;
    z-index: 1;
}

/*================ inner ================*/
.inner1280,
.inner936,
.inner850 {
    width: 100%;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
}

.inner1280 {
    max-width: 1304px;
}

.inner936 {
    max-width: 960px;
}

.inner850 {
    max-width: 874px;
}

/*================ header ================*/
.header {
    height: 80px;
    background: #fff;
}

.header__in {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.hlogo {
    width: 46px;
}

@media screen and (max-width: 999px) {
    .hnav__wrp {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        background-color: rgba(43, 179, 199, 0.95);
        padding: 25px 60px 60px;
        z-index: 10;
        height: 130%;
        color: #fff;
        font-size: 18px;
    }

    .hnav__wrp.is_active {
        display: block;
    }

    .hnav__list li:not(:last-child) {
        margin-bottom: 2px;
    }

    .hnav__list--mem {
        font-size: 17px;
        margin-top: 10px;
        line-height: 1.533;
    }

    .hnav__list--mem li:not(:last-child) {
        margin-bottom: 5px;
    }

    .hnav__list--mem li:not(:first-child) {
        margin-left: 15px;
    }

    .hnav__list--mem li.hnav__list--mem__ttl {
        color: #000;
    }
}

.hnav {
    font-family: "Coiny", cursive;
}

/* ------ option ------ */
.hnav__sub {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hnav__sub li a {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    font-weight: 600;
    padding: 4px 0;
}

.hnav__sub li {
    width: calc((100% - 10px) / 2);
}

.hnav__sub li:nth-child(1) {
    width: 100%;
    margin-bottom: 23px;
}

.hnav__sub li:nth-child(1) a {
    background-color: #fff;
    color: #000;
}

.hnav__sub li.membercard {
    width: 100%;
}

/* ------ option ------ */
.spmenu__btn {
    width: 33px;
    height: 36px;
    overflow: hidden;
    position: relative;
    background: url("../img/common/ham_bg.png") center / 100% no-repeat;
    z-index: 12;
}

.spmenu__line {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.spmenu__line:nth-of-type(1) {
    top: 12px;
}

.spmenu__line:nth-of-type(2) {
    top: 18px;
}

/* ------ option ------ */
.spmenu__btn.is_active {
    background-image: url("../img/common/ham_bg2.png");
}

.is_active .spmenu__line:nth-of-type(1),
.is_active .spmenu__line:nth-of-type(2) {
    width: 15px;
    background-color: #000;
}

.is_active .spmenu__line:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
}

.is_active .spmenu__line:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}

/* ------ option ------ */
.hnav__sub--tab {
    display: none;
}

/* ------ hnav__membercard ------ */
.hnav__sub li a.hnav__membercard {
    width: 100%;
    height: auto;
    color: #2bb3c7;
    font-size: 14px;
    justify-content: center;
    margin-top: 25px;
    background-color: #ececec;
}

/* ------ icon--twitterd ------ */
.hnav__sub li.icon--twitter {
    width: 100%;
    height: initial;
    margin-top: 25px;
    background-color: transparent;
}

.hnav__sub li.icon--twitter a {
    background-color: transparent;
}

/*================ footer ================*/
.footer {
    /* margin-bottom: 700px; */
    position: relative;
    background-color: #fff;
}

.footer__bnr li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__link {
    text-align: center;
    font-size: 10px;
    margin-top: 40px;
    font-weight: 600;
}

.footer__link li:not(:last-child) {
    margin-bottom: 5px;
}

.flogo {
    display: block;
    width: 65px;
    margin: 30px auto 10px;
}

.copy {
    font-size: 10px;
    text-align: center;
    color: #000;
    opacity: 0.5;
    font-weight: 600;
}

/*================ parts ================*/
.fukidasi {
    border: 3px solid #000;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 2px 2px 0 #000;
}

.fukidasi:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -28px;
    right: 40px;
    background: url(../img/common/fukidasi_bg_ico.png) center / 100% no-repeat;
    width: 32px;
    height: 28px;
    /* border: 15px solid transparent;
	border-right: 45px solid #fff;
	-webkit-transform: rotate(-55deg);
	transform: rotate(-55deg); */
}

/*================ ttl ================*/
.blk__ttl {
    text-align: center;
    font-size: 24px;
    line-height: 1.05;
    font-family: "Coiny", cursive;
    margin-bottom: 16px;
}

.blk__ttl--wh {
    color: #fff;
}

/*  */
.page__ttl {
    background: url(../img/common/fukidasi_bg.png) center / 100% no-repeat;
    width: 100%;
    /* height: 55px; */
    min-height: 84px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    padding: 10px 18px 29px;
    color: #fff;
    position: relative;
    z-index: 3;
}

/* ------ option ------ */
.page__ttl--wh {
    background-image: url(../img/common/fukidasi_bg_wh_sp.png);
    color: #000;
}

/* ------ option ------ */
.page__ttl__ico {
    position: relative;
    top: -0.1em;
    margin-right: 10px;
}

/*================ newslist ================*/
.news__date {
    font-size: 11px;
    display: inline-block;
    border-radius: 16px;
    padding: 4px 12px;
    /* color: #fff; */
    line-height: 1;
}

.newslist li > p {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 11px;
    justify-content: space-between;
}

.newslist li > p a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.new__ico {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 1px 5px;
    line-height: 1;
    margin-left: 10px;
}

.lock__ico {
    width: 20px;
    margin-left: 10px;
    display: inline-block;
}

/*================ cnt__wrp ================*/
.bg__gdot {
    background: url("../img/common/bg_ptn.jpg") center / 300px 300px repeat;
}

.cnt__wrp {
    padding: 30px 0;
}

.archive__catbox {
    width: 90%;
    max-width: 792px;
    margin-left: auto;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 10px;
    padding: 14px 20px;
    position: relative;
    top: -9px;
    z-index: 1;
}

.category__list {
    font-size: 14px;
    font-weight: 600;
}

.bdb__box {
    margin-top: 40px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
}

/* ------ option ------ */
.archive__catbox--bgbk {
    background-color: #000;
    padding: 7px 15px;
}

.archive__catbox__subttl {
    color: #fff;
    font-weight: 600;
}

.category__list {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.category__list__item:not(:last-child) {
    margin-right: 0.5em;
}

.category__list__item > a {
    border-radius: 20px;
    display: inline-block;
    padding: 5px 19px;
    line-height: 1;
}

.category__list__item--currentAll > a {
    background-color: #2bb3c7;
    color: #fff;
}

/*================ post ================*/
.singlebox {
    padding: 40px 20px;
    margin-bottom: 20px;
}

.singlebox__ttl {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.533;
}

.singlebox__postarea {
    padding: 20px 0;
}
.singlebox__postarea a {
    text-decoration: underline;
}
.singlebox__postarea a:hover {
    text-decoration: none;
}

/* ------ option ------ */
.btn__back {
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    position: relative;
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 10px;
}

.btn__back .linkico {
    margin-right: 35px;
}

/*================ bloglist__wrp ================*/
.bloglist__box__ttl__wrp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.bloglist__box__ttl__ico {
    width: 30px;
    margin-right: 10px;
}

.bloglist__box__ttl__wrp .bloglist__box__ttl {
    flex: 1 1 0;
    margin-bottom: 0;
}

.bloglist__box__ttl {
    width: 100%;
    /* color: #fff; */
    font-size: 15px;
    border-radius: 20px;
    padding: 3px 15px;
    font-weight: 600;
    margin-bottom: 25px;
}

.bloglist__box__ttl--staff {
    background-color: #000;
    color: #fff;
}

.bloglist {
    padding: 0 10px;
}

/*.bloglist__box:not(:nth-child(1)) {
	display: none;
}*/

/* .bloglist__item:not(:last-child) {
	margin-bottom: 16px;
} */

.bloglist__item {
    margin-bottom: 16px;
}

.bloglist__link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bloglist__img {
    /*width: 70px;
	height: 70px;*/
    height: 50px;
    width: 50px;
    overflow: hidden;
}

.bloglist__cnt {
    flex: 1 1 0;
    width: calc(100% - 70px);
    padding-left: 10px;
}

.bloglist__release {
    color: #8e8e8e;
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.bloglist__ttl {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
}

/*================ discography_box ================*/
.discography_box__thumbs img:not(:last-child) {
    margin-bottom: 20px;
}

.discography_box__cnt {
    padding: 20px 0 0;
}

.discographylist__category,
.discography_box__ttl,
.discographylist__release,
.discography_box__subttl {
    font-weight: 600;
}

.discographylist__cnt {
    padding: 20px 0 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.discographylist__category {
    color: #fa5683;
}

.discography_box__ttl {
    font-size: 20px;
    margin-top: 10px;
}

.discographylist__release {
    color: #919191;
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
}

.discographylist__desc {
    line-height: 1.5;
    margin-top: 20px;
}

.discography_box__subttl {
    font-size: 18px;
    margin-top: 30px;
}

.discography__box__pickup strong {
    font-weight: 600;
    font-size: 1.1em;
}

.discography__box__pickup a {
    color: #00a8ff;
}

/* ------ single_modal ------ */
.discography__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

[class^="discography__btn__item--"] {
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.3;
}

[class^="discography__btn__item--"] img {
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 13px;
    margin-top: 0.1em;
}

[class^="discography__btn__item--"]:not(:last-child) {
    margin-right: 6px;
}

/* modal */
.discography__modal.modal-content {
    padding-top: 30px;
}

.discography__modal-container .modal-body {
    max-width: 647px;
}

.discography__modal__ttl__wrp {
    width: 100%;
    height: 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 16px;
    background: url("../img/discography/ttl_bg.png") center / 100% no-repeat;
    padding-top: 16.35111876%;
}

.discography__modal__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 16px;
    padding-top: 4px;
}

.discography__modal__ttl > span {
    height: 18px;
    display: block;
    width: auto;
    margin-right: 10px;
}

.discography__modal__ttl > span img {
    height: 100%;
}

.discography__modal__name {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}

.discography__modal__links {
    display: grid;
    gap: 15px 9px;
    grid-template-columns: repeat(2, minmax(60px, 1fr));
}

.discography__modal__links li {
    width: 100%;
    height: 45px;
    border-radius: 40px;
    border: 1px solid #000;
}

.discography__modal__links li.hmv-books {
    overflow: hidden;
    background-color: #dd1957;
}

.discography__modal__links li.tower-records {
    background-color: #fbc72b;
}

.discography__modal__links li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.discography__modal__links-ico {
    /*width: 60%;*/
    display: block;
}

.discography__modal__links-ico img {
    max-height: 33px;
    width: auto;
}

.discography__modal__links li.amazon img {
    max-height: 26px;
}

.discography__modal__links li.hmv-books img {
    max-height: 48px;
    margin-top: 4px;
}

.discography__modal__stxt {
    font-size: 10px;
    line-height: 1.666;
    margin-top: 30px;
}

/*================ member__page ================*/
.member__page .cnt__wrp {
    padding: 0;
    margin-top: 40px;
}

.member__page #main {
    padding-bottom: 0;
    background-color: #2bb3c7;
}

.member__page__in {
    position: relative;
    padding: 30px 0 160px;
}

.member__page .page__ttl {
    position: relative;
    top: -35px;
    margin-bottom: -35px;
}

/*================ 内部パーツ ================*/
.jp-audio {
    width: 100%;
    background-color: transparent;
    border: none;
}

.jp-audio .jp-type-single .jp-interface {
    height: auto;
    background-color: transparent;
}

.jp-audio .jp-type-single .jp-volume-controls {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 16px;
}

@media screen and (max-width: 768px) {
    .jp-audio .jp-type-single .jp-volume-controls {
        display: none;
    }
    .dn-s {
        display: inline;
    }
}

.jp-audio .jp-type-single .jp-volume-controls button {
    position: static;
}

.jp-audio .jp-type-single .jp-volume-controls .jp-mute {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-position: -60px -170px;
    background-image: url(../img/common/jqlayer.svg);
}

.jp-audio .jp-type-single .jp-volume-controls .jp-volume-bar {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 8px;
    height: 10px;
    background: none;
    border: 1px solid #7b7b6f;
}

.jp-audio
    .jp-type-single
    .jp-volume-controls
    .jp-volume-bar
    .jp-volume-bar-value {
    background: none #7b7b6f;
    height: 100%;
}

.jp-audio .jp-type-single .jp-volume-controls .jp-volume-max {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 8px;
    background-image: url(../img/common/jqlayer.svg);
}

.jp-audio .jp-type-single .jp-controls-holder {
    width: 100%;
    clear: none;
    position: static;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jp-audio .jp-type-single .jp-controls {
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    flex: none;
    margin-right: 16px;
}

.jp-audio .jp-type-single .jp-controls .jp-play {
    background-image: url(../img/common/jqlayer.svg);
}

.jp-audio .jp-type-single .jp-controls .jp-pause {
    width: 40px;
    height: 40px;
    background: url(../img/common/jqlayer.svg) 0 -42px no-repeat;
}

.jp-audio .jp-type-single .jp-controls .jp-stop {
    margin: 0 0 0 8px;
    background-image: url(../img/common/jqlayer.svg);
}

.jp-audio .jp-type-single .jp-controls button {
    float: none;
}

.jp-audio .jp-type-single .jp-current-time,
.jp-audio .jp-type-single .jp-duration {
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    color: #7b7b6f;
}

.jp-audio .jp-type-single .jp-progress {
    position: static;
    width: 100%;
    margin: 0 0.5em;
    height: auto;
    background-color: transparent;
    overflow: visible;
}

.jp-audio .jp-type-single .jp-progress .jp-seek-bar {
    background: none #7b7b6f;
    height: 1px;
    border-radius: 9999px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.jp-audio .jp-type-single .jp-progress .jp-seek-bar:hover {
    height: 11px;
}

.jp-audio .jp-type-single .jp-progress .jp-play-bar {
    background: none #7b7b6f;
    position: relative;
    border-radius: 9999px 0 0 9999px;
    overflow: visible !important;
}

.jp-audio .jp-type-single .jp-progress .jp-play-bar::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 9999px;
    background-color: #7b7b6f;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, calc(-50% + 0.5px));
    transform: translate(50%, calc(-50% + 0.5px));
    -webkit-font-smoothing: antialiased;
}

.jp-audio .jp-type-single .separator {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.64em;
    font-style: oblique;
    margin: 0 0.5em;
}

/* ------ option ------ */
button.btn-like,
.btn-like {
    display: inline-block;
    color: #7b7b6f;
    font-size: 16px;
    margin: 0 8px 0 0;
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    line-height: 1;
}

button.btn-like .js-count,
.btn-like .js-count {
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (min-width: 769px) {
    button.btn-like,
    .btn-like {
        margin-right: 0.8em;
    }
}

button.btn-like ion-icon,
.btn-like ion-icon {
    position: relative;
    top: 0.14em;
    margin-right: 0.2em;
    width: 20px;
}

button.btn-like ion-icon[name="heart-outline"],
.btn-like ion-icon[name="heart-outline"] {
    display: inline-block;
    color: #2bb3c7;
}

button.btn-like ion-icon[name="heart"],
.btn-like ion-icon[name="heart"] {
    display: none;
}

button.btn-like:hover,
.btn-like:hover {
    cursor: pointer;
}

button.btn-like.count ion-icon[name="heart-outline"],
button.btn-like.pushed ion-icon[name="heart-outline"],
.btn-like.count ion-icon[name="heart-outline"],
.btn-like.pushed ion-icon[name="heart-outline"] {
    display: none;
}

button.btn-like.count ion-icon[name="heart"],
button.btn-like.pushed ion-icon[name="heart"],
.btn-like.count ion-icon[name="heart"],
.btn-like.pushed ion-icon[name="heart"] {
    display: inline-block;
    color: #2bb3c7;
}

button.btn-like.pushed,
.btn-like.pushed {
    pointer-events: none;
}

/*================ voice__list ================*/
.voice__list {
}

.voice__list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.voice__list__item:not(:last-child) {
    margin-bottom: 15px;
}

.voice__list__item__ico {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.voice__list__item__ico > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice__list__item__in {
    flex: 1 1 0;
    padding: 0 0 0 10px;
}

.voice__list__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.voice__list__head .news__date {
    font-size: 13px;
    font-weight: 600;
}

.voice__list__ttl {
    font-weight: 600;
    font-size: 13px;
    margin-left: 1em;
}
/*----TOPのみ-----*/
.top .voice__list__item {
    display: block;
}

.top .voice__list__item .audio {
    pointer-events: none;
}

/*================ 内部パーツ ================*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 15;
    pointer-events: none;
    display: none;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: block;
}

/*モーダル枠の指定*/
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    width: 98%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    top: -17px;
    left: auto;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    right: 10px;
    color: #fff;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
    background: #fff;
    text-align: left;
    padding: 10px;
}

/*================ キャンペーンバナー ================*/

.l__campaign {
    margin: 24px 16px;
    max-width: 640px;
}

@media screen and (min-width: 560px) {
    /* ------ tab / 560px~ ------ */
    .header {
        height: 150px;
        padding: 0 0 45px;
    }

    .hlogo {
        width: 85px;
    }

    .spmenu__btn {
        width: 64px;
        height: 70px;
    }

    .spmenu__line {
        width: 37px;
        height: 4px;
    }

    .spmenu__line:nth-of-type(1) {
        top: 25px;
    }

    .spmenu__line:nth-of-type(2) {
        top: 35px;
    }

    .is_active .spmenu__line:nth-of-type(1) {
        width: 34px;
        top: 30px;
    }

    .is_active .spmenu__line:nth-of-type(2) {
        width: 34px;
        top: 26px;
    }

    /* ------ option ------ */
    .hnav__sub--tab {
        display: flex;
        align-items: flex-start;
        margin-right: 17px;
        margin-left: auto;
        width: 256px;
        justify-content: flex-end;
    }
    .hnav__sub.hnav__sub--tab li:nth-child(1) {
        width: calc((100% - 10px) / 2);
        background-color: #000;
        color: #fff;
        border-radius: 21px;
        margin-right: 10px;
    }
    .hnav__sub.hnav__sub--tab li:nth-child(1) a {
        background-color: #000;
        color: #fff;
        border-radius: 21px;
    }
    /*================ キャンペーンバナー ================*/
    .l__campaign {
        margin: 48px auto;
    }
}

@media screen and (min-width: 1000px) {
    /* ------ 960px~ ------ */
    html,
    body {
        font-size: 14px;
    }

    /* ------ option ------ */
    .flexbox {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    /*================ linkico ================*/
    .linkico {
        width: 59px;
        height: 30px;
        padding: 0 15px;
    }

    .linkico > img {
        width: 15px;
    }

    /* ------ option ------ */
    .linkico--more {
        width: 94px;
        height: 27px;
        font-size: 14px;
    }

    .linkico--more > img {
        width: 10px;
    }

    /*================ header ================*/
    .header {
        height: auto;
        padding: 40px 0 24px;
    }

    .hlogo {
        width: 145px;
    }

    .hnav__wrp {
        width: calc(100% - 145px);
        padding-left: 64px;
        justify-content: space-between;
        display: flex;
        flex-direction: column-reverse;
    }

    .hnav {
        display: block;
        /*justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;*/
    }

    .hnav__list li {
        font-size: 20px;
        line-height: 1.3;
    }

    .hnav__list li a {
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
    }

    .hnav__list li a:hover,
    .hnav__list li.current {
        color: #2bb3c7;
    }

    .hnav__list--gen {
        display: flex;
    }
    .hnav__list--gen li {
        margin-right: 20px;
        margin-top: 20px;
    }

    .hnav__list--mem {
        margin-left: 0;
        background-color: #eaeaea;
        background-image: repeating-linear-gradient(
            -45deg,
            #fff,
            #fff 4px,
            transparent 0,
            transparent 8px
        );
        display: flex;
        padding: 8px 20px 6px;
        justify-content: space-between;
        max-width: 100%;
        margin-top: 20px;
        align-items: center;
    }

    .hnav__list--mem li {
        font-size: 18px;
    }

    .hnav__list--mem li:not(:first-child) {
        font-size: 18px;
        margin-left: 20px;
    }

    .hnav__list--mem li.hnav__list--mem__ttl {
        color: #2bb3c7;
    }

    .hnav__sub {
        margin-top: 0;
        justify-content: flex-end;
    }

    .hnav__sub li {
        width: 109px;
        height: 37px;
    }

    .hnav__sub li:not(:last-child) {
        margin-right: 8px;
    }

    .hnav__sub li a,
    .hnav__sub li:nth-child(1) a {
        background-color: #2bb3c7;
        color: #fff;
    }

    .hnav__sub li:nth-child(1) {
        width: 109px;
        margin-bottom: 0;
    }
    /* ------ option ------ */
    .spmenu__btn,
    .hnav__sub--tab {
        display: none;
    }

    .hnav__sub li a,
    .hnav__sub li:nth-child(1) a {
        background-color: #000;
    }

    .hnav__sub li a {
        -webkit-transition: background 0.5s;
        transition: background 0.5s;
    }

    .hnav__sub li a:hover {
        background-color: #2bb3c7;
    }

    .hnav__sub li:nth-child(1) {
        width: 204px;
    }

    .hnav__sub li.membercard {
        width: 255px;
    }

    /* ------ option ------ */
    .hnav__sub li a.hnav__membercard {
        margin-top: 0;
        height: 42px;
        border-radius: 20px;
        padding: 0;
        -webkit-transition:
            background 0.5s,
            color 0.5s;
        transition:
            background 0.5s,
            color 0.5s;
    }

    .hnav__sub li a.hnav__membercard:hover {
        background-color: #2bb3c7;
        color: #fff;
    }

    .hnav__sub li.icon--twitter {
        width: initial;
        margin-top: 0;
    }

    .hnav__sub li.icon--twitter a:hover {
        opacity: 0.7;
        background-color: transparent;
    }

    /*================ footer__in ================*/
    .footer__in {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        padding-bottom: 70px;
    }

    .footer__bnr {
        margin-bottom: 50px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }

    .flogo {
        width: 98px;
        margin: 0;
        order: 1;
    }

    .footer__link {
        font-size: 12px;
        margin-top: 0;
        order: 2;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-right: auto;
        padding-left: 115px;
    }

    .footer__link li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 70px;
    }

    .copy {
        font-size: 9px;
        order: 3;
    }

    .footer__link a {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .footer__link a:hover {
        color: #2bb3c7;
    }

    /*================ wrp ================*/
    .cnt__wrp {
        padding: 55px 0;
    }

    #main {
        /* padding-bottom: 405px; */
    }

    #main::after {
        height: 405px;
        background: url(../img/common/bg_02.png) center / 100% 405px no-repeat;
    }

    /*================ 見出し ================*/
    .page__ttl {
        width: 798px;
        height: 140px;
        font-size: 34px;
        padding: 5px 40px 43px;
    }

    /* ------ option ------ */
    .blk__ttl {
        text-align: left;
        font-size: 34px;
        margin-bottom: 16px;
    }

    /* ------ option ------ */
    .btn__back {
        border-radius: 25px;
        width: 323px;
        padding: 2px 10px;
        font-size: 20px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .btn__back:hover {
        opacity: 0.6;
    }

    /*================ archive__list ================*/
    .bdb__box {
        margin-top: 70px;
        border-radius: 20px;
        padding: 20px 70px;
    }

    .archive__catbox {
        width: 100%;
        border-radius: 20px;
        padding: 20px 30px;
        top: -13px;
    }

    .archive__catbox__subttl {
        font-size: 20px;
    }

    /* ------ option ------ */
    .singlebox {
        padding: 80px;
        margin-bottom: 50px;
    }

    .singlebox__ttl {
        font-size: 26px;
        margin-top: 10px;
    }

    .singlebox__postarea {
        font-size: 16px;
    }

    /*================ newslist ================*/
    .newslist {
    }

    .newslist li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .news__date {
        font-size: 13px;
        border-radius: 16px;
        padding: 7px 18px;
        font-weight: 600;
    }

    .newslist li > p {
        font-size: 18px;
        font-weight: 600;
        flex: 1 1 0;
        padding-left: 13px;
        width: calc(100% - 108px);
    }

    /*================ bloglist ================*/
    .bloglist__wrp {
        position: relative;
        top: -25px;
        margin-bottom: -25px;
    }

    .bloglist__box {
        max-width: 937px;
        margin-top: 0;
        padding: 50px 67px 40px;
    }

    .bloglist__box:not(:nth-child(1)) {
        display: block;
    }

    .bloglist__box:nth-child(2n + 1) {
        margin-left: auto;
    }

    .bloglist__box:not(:last-child) {
        margin-bottom: 30px;
    }

    .bloglist__box__ttl {
        font-size: 26px;
        border-radius: 24px;
        padding: 5px 35px;
        line-height: 1.5;
    }

    .bloglist {
        padding: 0;
    }

    .bloglist__img {
        width: 47px;
        height: 47px;
    }

    .bloglist__ttl {
        font-size: 20px;
    }

    .bloglist__release {
        font-size: 13px;
    }

    /*================ discography_box ================*/

    .discography_box {
        padding: 85px 90px 20px 98px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .discography_box__thumbs {
        width: 507px;
    }

    .discography_box__thumbs img {
        width: 100%;
    }

    .discography_box__cnt {
        padding: 0 0 105px 65px;
        flex: 1 1 0;
        width: calc(100% - 507px);
    }

    .discography_box__ttl {
        font-size: 24px;
    }

    .discography_box__subttl {
        font-size: 20px;
    }

    .discography__music__txt {
        font-size: 16px;
        line-height: 1.9375;
    }

    .discography__box__pickup {
        font-size: 14px;
    }

    /* ------ option ------ */
    .discography__modal__ttl__wrp {
        width: 581px;
        height: 95px;
        font-size: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-top: 0;
    }

    .discography__modal__ttl {
        padding-left: 24px;
        padding-top: 8px;
    }

    .discography__modal__name {
        font-size: 20px;
        margin-top: -20px;
        margin-bottom: 15px;
    }

    .discography__modal__stxt {
        font-size: 12px;
    }

    /*================ member__page ================*/
    .member__page .cnt__wrp {
        margin-top: 100px;
    }

    .member__page .page__ttl {
        top: -45px;
        margin-bottom: -45px;
    }

    .member__page__in {
        padding-top: 45px;
    }

    /*================ voice__list ================*/
    .voice__list__item__ico {
        width: 80px;
        height: 80px;
    }

    /*================ modal ================*/
    .modal-content {
        padding: 30px;
    }

    /*================ キャンペーンバナー ================*/

    .l__campaign a:hover {
        opacity: 0.7;
    }
}

.link_hover:hover {
    opacity: 0.8;
}

.wp-embedded-content {
    max-width: 100%;
}

iframe.wp-embedded-content {
    width: 100%;
    max-width: 500px;
}

.sec-copyright {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1000px;
}

.sec-copyright .jasrac {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.sec-copyright p {
    font-size: 13px;
}

.sec-copyright .jasrac .item-img {
    width: 40px;
}

.sec-copyright .jasrac .item-img img {
    height: auto;
}

.sec-copyright .jasrac .item-txt {
    font-size: 12px;
    margin-left: 8px;
}

@media screen and (max-width: 1000px) {
    .sec-copyright .jasrac {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
