@charset "utf-8";

/* ----------------------------------------
	common setting
---------------------------------------- */

html {
    font-size: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

body.open {
    overflow: hidden;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p,
li,
dt,
dd,
th,
td,
pre {
    -ms-line-break: strict;
    line-break: strict;
    -ms-word-break: break-strict;
    word-break: break-strict;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
}

ul,
ol {
    padding: 0 0 0 2em;
}

dd {
    margin: 0;
}

object,
embed {
    vertical-align: top;
}

a,
.hover {
    transition: opacity 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.hover:hover {
    opacity: 0.8;
}

a.false {
    opacity: 1!important;
}

a:hover {
    cursor: pointer;
}

a:focus {
    outline: none;
}

p {
    display: block;
    margin: 0 0 1em;
}

.layout {
    padding: 0;
    list-style: none;
}

.cf::before,
.cf::after {
    content: "";
    display: table;
}

.cf::after {
    clear: both;
}

.flex {
    display: flex;
}

.noPost {
    padding-bottom: 60px;
}

.m0 {
    margin: 0;
}

.uppercase {
    text-transform: uppercase;
}

::placeholder {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    color: #A3A3A3;
}

::-ms-input-placeholder {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    color: #A3A3A3;
}

:-ms-input-placeholder {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    color: #A3A3A3;
}

@media screen and (min-width: 559px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none!important;
    }
}


/* ----------------------------------------
	font
---------------------------------------- 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;500;600;700;900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap&subset=japanese');
*/


/* ----------------------------------------
	Common
---------------------------------------- */

body {
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.font {
    font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
}

a {
    color: #2C2689;
}

.lp {
    letter-spacing: .06em;
}

.inner {
    /*max-width: calc(960px + 60px);*/
    max-width: 960px;
    margin: 0 auto;
    /*padding: 0 30px;*/
    box-sizing: border-box;
    position: relative;
}

main {
    display: block;
    position: relative;
}

section {
    position: relative;
    z-index: 5;
}

.section__title {
    font-size: 28px;
    font-weight: bold;
    color: #09386e;
    margin: 0 0 .8em;
}

.top-section__text {
    font-size: 20px;
    margin: 0 0 1.5em;
}

.mainCol {
    color: #2C2689;
}

.whtCol {
    color: #fff;
}

.darkCol {
    color: #232323;
}

.grayCol {
    color: #A3A3A3;
}

.morebtn {
    text-align: right;
}

.sans {
    font-family: 'Noto Sans JP', sans-serif;
}

.morebtn a {
    font-size: 13px;
    font-weight: bold;
}

.morebtn a span {
    display: inline-block;
    padding: 0 0 0 100px;
    background: url(../images/common/arrowline.svg) no-repeat left center;
}

#wrapper {
    height: 100%;
    padding-top: 80px;
}

@media screen and (min-width: 769px) {
    .tablet {
        display: none!important;
    }
}

@media screen and (min-width: 559px) {
    .sp {
        display: none!important;
    }
}

@media screen and (max-width: 768px) {
    #wrapper {
        padding-top: 64px;
    }
}

@media screen and (max-width: 559px) {
    .pc {
        display: none!important;
    }
}

@media screen and (max-width: 767px) {
    .tablet2 {
        display: none!important;
    }
}


/* ----------------------------------------
	animation
---------------------------------------- */

.fadeUp {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s linear, transform .3s linear;
}

.fadeUp.on {
    opacity: 1;
    transform: translateY(0);
}


/* ----------------------------------------
	gNavi
---------------------------------------- */

#gnavi {
    width: 100%;
    height: 80px;
    background: #2C2689;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 999;
}

.nav__logo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#btn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#btn a {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 0 23px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background: #111111;
}

#btn a span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s ease;
}

#btn a span+span {
    margin: 4px 0 0;
}

#btn.open a span:nth-of-type(1) {
    transform: translateY(4px) rotate(45deg);
}

#btn.open a span:nth-of-type(2) {
    transform: scale(0);
}

#btn.open a span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
}

#nav {
    width: 100%;
    /*height: calc(100% - 80px);*/
    height: calc((var(--vh, 1vh) * 100) - 80px);
    padding: 0;
    background: rgba(17, 17, 17, .9);
    position: fixed;
    top: 80px;
    left: 0;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear;
}

#nav.open {
    opacity: 1;
    pointer-events: all;
}

@keyframes gnavi_open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#nav .nav__container {
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.nav {
    flex-direction: column;
    align-items: center;
}

#nav .nav li {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 1em;
}

.nav li a {
    color: #fff;
}

.nav__sns {
    justify-content: center;
    align-items: center;
}

.nav__sns li {
    margin: 0 9px;
}

@media screen and (max-width: 768px) {
    #gnavi {
        height: 64px;
    }
    .nav__logo {
        text-align: left;
        left: 20px;
        transform: translate(0, -50%);
    }
    .nav__logo img {
        width: 187px;
    }
    #btn {
        left: auto;
        right: 0;
    }
    #btn a {
        width: 64px;
        height: 64px;
        padding: 0 20px;
    }
    #nav {
        /*height: calc(100% - 64px);*/
        height: calc((var(--vh, 1vh) * 100) - 64px);
        top: 64px;
    }
    #nav .nav li {
        font-size: 22px;
        margin: 0 0 1.6em;
    }

    .nav__sns li {
        margin: 0 8px;
        transform: scale(.8);
    }
}


/* ----------------------------------------
	top Header
---------------------------------------- */

header {
    box-sizing: border-box;
    position: relative;
}

.top-header {
    /*height: calc(100% - 80px);*/
    padding: 0 80px;
    box-sizing: border-box;
    background: #2C2689;
}

.fv,
.fv--item,
.fv .slick-list,
.fv .slick-track {
    height: 100%;
}

.fv {
    background: #fff;
    margin-bottom: 0!important;
}

.fv--item {
    width: calc(100vw - 160px);
}

.fv--item img {
    max-width: none;
    width: 100%;
}

.fv--item a {
    display: block;
    height: 100%;
}

.fv--item a > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fv .slick-dots {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 16px;
    height: 100%;
    bottom: auto;
    top: 0;
    right: -43px;
}

.fv .slick-dots li button {
    width: 16px;
    height: 16px;
}

.fv .slick-dots li button:before {
    width: 16px;
    height: 16px;
    color: #fff;
    transform: scale(.8);
}

.fv--news {
    width: 100%;
    height: 80px;
    padding: 0 80px;
    box-sizing: border-box;
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    */
    margin: auto;
}

.fv--news--item,
.fv--news--item__content,
.fv--news .slick-list,
.fv--news .slick-track {
    height: 100%;
}

.fv--news--item__content {
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.fv--news--item--date,
.fv--news--item--cat {
    margin: 0 10px 0 0;
}

.fv--news--item--cat {
    font-weight: 600;
}

.fv--news--item--title_h {
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .top-header {
        /*height: calc(100% - 64px);*/
        padding: 0;
    }
    .fv {
        /*height: calc(100% - 129px);*/
    }
    .fv--item {
        /*width: 100%;*/
    }
    .fv .slick-dots {
        right: 16px;
    }
    .fv--news {
        height: 129px;
        padding: 32px;
        background: #2C2689;
    }
    .fv--news--item__content {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .fv--news--item--title {
        width: 100%;
    }
    .fv--news--item--title_h {
        -webkit-line-clamp: 2;
    }
}


/* ----------------------------------------
	second Header
---------------------------------------- */

.second-header {
    text-align: center;
    padding: 42px 0 70px;
}

.second-header.page {
    padding: 42px 0 41px;
}

.header__title {
    font-size: 32px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .second-header,
    .second-header.page {
        padding: 25px 0;
    }
}


/*----------------------------------------
	Footer
---------------------------------------- */
footer {
    padding: 0 0 40px;
    background-color: #ededed;
}

.footer__copy {
    text-align: center;
    font-weight: 600;
    padding: 1.5em 0;
    background: #2C2689;
}

#s-global-footer-bottom ul {
    padding: 0;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 0;
    }
    .footer__copy {
        padding: 1.95em 0;
    }
}


/* ----------------------------------------
	search box
---------------------------------------- */

.search__box {
    width: 604px;
    height: 80px;
    align-items: center;
    margin: auto;
    padding: 0 40px;
    box-sizing: border-box;
    background: #F5F5F5;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 2;
}

.search__box__title {
    font-size: 13px;
    color: #A3A3A3;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 0 2.5em 0 0;
}

.search__box__form {
    width: 80%;
    max-width: 365px;
    position: relative;
}

.search__box__form input[type="text"] {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: .6em;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
}

.search--submit {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.search--submit--btn {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/common/icon_search.svg) no-repeat center;
}

.search__box__close {
    font-size: 13px;
    letter-spacing: 0.06em;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}

.search__box__close a {
    color: #A3A3A3;
}

.search__box__close span {
    display: block;
    padding: 0 0 0 18px;
    background: url(../images/common/search_close.svg) no-repeat left center;
}

@media screen and (max-width: 768px) {
    .search__box {
        width: 100%;
        height: 119px;
        padding: 0 30px 30px;
        position: relative;
        top: 0;
        left: 0;
    }
    .search__box__close {
        top: auto;
        right: 30px;
        bottom: 20px;
        transform: translateY(0);
    }

    .search__box__form {
        max-width: none;
    }

    .search__box__form input[type="text"] {
        font-size: 16px;
    }

    .search__box__form input[type="text"]::placeholder {
        font-size: 12px;
    }
}

@media screen and (max-width: 335px) {
    .search__box__form input[type="text"]::placeholder {
        font-size: 10px;
    }
}


/*----------------------------------------
	pager
---------------------------------------- */

.pager {
    display: flex;
    justify-content: space-between;
    width: 240px;
    margin: 0 auto;
}

.pager--btns {
    width: 40px;
    height: 40px;
}

.pager--btns a {
    display: block;
    height: 100%;
    background: #fff;
    position: relative;
}

.pager--btns a.disabled {
    opacity: .3;
    pointer-events: none;
}

.pager--btns a:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%) rotate(-45deg);
}

.pager--prev a:before {
    transform: translate(-30%, -50%) rotate(135deg);
}

.pager--select {
    width: 113px;
    height: 40px;
    position: relative;
}

.pager--select--current a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    color: #fff;
    background: #2C2689;
    padding-right: 30px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.pager--select--current a:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 45%;
    right: 20px;
    transform: translate(0, -50%) rotate(45deg);
}

.pager--select__list-pc {
    opacity: 0;
    max-height: 200px;
    overflow: auto;
    margin-top: 40px;
    background: #fff;
    pointer-events: none;
    transition: opacity .1s linear;
}

.pager--select__list-pc.open {
    opacity: 1;
    pointer-events: all;
}

.pager--select__list-pc li {
    height: 40px;
}

.pager--select__list-pc li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #2C2689;
    font-weight: 600;
    position: relative;
}

.pager--select__list-pc li a:hover,
.pager--select__list-pc li a.active {
    background: #EDEDED;
    opacity: 1;
}

.pager--select__list-sp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .pager--select__list-pc {
        display: none;
    }
    .pager--select--current a {
        pointer-events: none;
    }
}


/*----------------------------------------
	common list
---------------------------------------- */

.common__slider-container {
    position: relative;
}

.common__slider-wrap {
    /*
    width: calc(248px + 40px);
	*/
    margin: 0 0 32px;
}

.common__slider .slick-list,
.top-bnrs__list .slick-list {
    overflow: visible;
}

.common__slider-wrap .common__slider li {
    padding: 0 40px 0 0;
    box-sizing: border-box;
}

.common__list a {
    color: #fff;
}

.common__list__date-flex {
    font-size: 13px;
    margin: 0 0 1em;
}

.common__list__date-flex__box1 {
    font-weight: 100;
}

.common__list__date-flex__box2 {
    font-weight: 700;
    margin: 0 0 0 10px;
}

.common__list__date-flex__box2.cat .cat-14,
.fv--news--item--cat .cat-14,
.single__detail__date-flex__box2 .cat-14 {
    color: #00C259; /* VIDEO */
}

.common__list__date-flex__box2.cat .cat-15,
.fv--news--item--cat .cat-15,
.single__detail__date-flex__box2 .cat-15 {
    color: #DA23DE; /* RELEASE */
}

.common__list__date-flex__box2.cat .cat-21,
.fv--news--item--cat .cat-21,
.single__detail__date-flex__box2 .cat-21 {
    color: #A1C800; /* MEDIA */
}

.common__list__date-flex__box2.cat .cat-22,
.fv--news--item--cat .cat-22,
.single__detail__date-flex__box2 .cat-22 {
    color: #C05C00; /* EVENT */
}

.common__list__date-flex__box2.cat .cat-23,
.fv--news--item--cat .cat-23,
.single__detail__date-flex__box2 .cat-23 {
    color: #00A2C6; /* INFO */
}

.common__list__text__title {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 .8em;
}

.artist__detail__list__title {
    margin: 0 0 .1em;
}

.common__list__text__date2 {
    font-size: 12px;
    margin: 0 0 .1em;
}

.common__list__text__artist {
    font-size: 12px;
    margin: 0 0 1em;
}

.common__list__text__type {
    font-size: 12px;
    font-weight: 600;
}

.common__slider__btns {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    transition: opacity .1s linear;
}

.common__slider__btns li {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.top-news--btns,
.top-release--btns,
.detail__list--btns {
    top: 100px;
    transform: none;
}

.detail__videos--btns {
    top: 70px;
    transform: none;
}

.common__slider__btns li a {
    display: block;
    height: 100%;
    background: #fff;
    position: relative;
}

.common__slider__btns li a:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%) rotate(-45deg);
}

.common__slider__btns li a.disabled  {
    opacity: .2;
    pointer-events: none;
}

.common__slider__btn--prev {
    left: -55px;
}

.common__slider__btn--next {
    right: -55px;
}

.common__slider__btns .common__slider__btn--prev a:before {
    transform: translate(-30%, -50%) rotate(135deg);
}

@media screen and (min-width: 769px) {
    .common__list a:hover {
        text-decoration: underline;
    }
    .common__slider-container:hover .common__slider__btns {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .common__slider-wrap {
        width: 100%;
        margin: 0 0 10px;
    }
    .common__slider,
    .top-bnrs__list {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-right: 30px;
    }

    .top-bnrs__list {
        padding: 0 0 0 25px!important;
    }

    .common__slider::-webkit-scrollbar,
    .top-bnrs__list::-webkit-scrollbar {
        display: none;
    }
    .common__slider-wrap .common__slider li {
        padding: 0 0 0 35px;
    }
    .common__slider__btns {
        pointer-events: none;
    }
    .common__list__text__title.release-title {
        font-size: 14px;
    }
}


/*----------------------------------------
	video list
---------------------------------------- */

.video__list li {
    width: calc(248px + 40px);
}

.video__list__thumb {
    width: 248px;
    margin: 0 0 20px;
    position: relative;
}

.video__list__thumb .play-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}


/* ----------------------------------------
	archive news
---------------------------------------- */

.news__list {
    flex-wrap: wrap;
}

.news__list li {
    width: calc(100% / 3 - 27px);
    margin: 0 0 40px;
}

.news__list li:not(:nth-child(3n)) {
    margin-right: 40px;
}

.news__list__thumb {
    width: 100%;
    margin: 0 0 18px;
    box-sizing: border-box;
    background: #232323;
}

.news__list__thumb a {
    display: block;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.news__list__thumb a div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.second-news__list__thumb {
    padding: 80% 0 0;
    position: relative;
}

.second-news__list__thumb a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 559px) {
    .news__list {
        flex-direction: column;
    }
    .news__list li {
        width: 100%;
        margin: 0 0 40px!important;
    }
    .news__list__thumb a {
        padding: 30px;
    }
}


/* ----------------------------------------
	release archive
---------------------------------------- */

.release__list {
    flex-wrap: wrap;
}

.release__list li {
    width: calc(100% / 4 - 30px);
    margin: 0 0 40px;
}

.release__list li:not(:nth-child(4n)) {
    margin-right: 40px;
}

.second-release__list__thumb {
    margin: 0 0 15px;
    padding: 100% 0 0;
    position: relative;
}

.release__list__thumb a {
    display: block;
    height: 100%;
}

.release__list__thumb a div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.second-release__list__thumb a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.release__list__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 .2em;
}

.release__list__artist {
    font-size: 16px;
    margin: 0 0 .3em;
}

@media screen and (max-width: 559px) {
    .release__list {
        flex-direction: column;
        padding: 0 0 16px;
    }
    .release__list li {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 30px;
    }
    .release__list li:not(:nth-child(4n)) {
        margin-right: 40px;
    }
    .second-release__list__thumb {
        width: 50%;
        margin: 0;
        padding: 50% 0 0;
    }
    .release__list .common__list__text {
        width: 50%;
        padding: 0 0 0 16px;
        box-sizing: border-box;
    }
}


/*----------------------------------------
	home
---------------------------------------- */

.common-section {
    padding: 4.5em 80px 2.5em;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.top-news {
    background: #111;
}

.top-news__list li {
    width: calc(248px + 40px);
}

.top-news__list__thumb {
    width: 248px;
    height: 200px;
    margin: 0 0 15px;
}

.top-release {
    padding-left: 80px;
    background: #232323;
}

.top-release__inner {
    padding-left: 50px;
}

.top-release__list__thumb {
    height: 200px;
    margin: 0 0 15px;
}

.top-release__title {
    width: 80px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
}

.top-release__title__box1 {
    width: 100%;
    height: 80px;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    background: #00C314;
    position: relative;
}

.top-release__title__box1:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 15px solid #00C314;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    z-index: 1;
}

.top-release__title__box2 {
    font-size: 20px;
    font-weight: bold;
    color: #2C2689;
    padding: 40px 0;
}

.top-release__list__container__box {
    width: 200px;
}

.top-release__list__container__box+.top-release__list__container__box {
    margin-left: 40px;
}

.top-release__list__date-flex {
    flex-direction: column;
    align-items: center;
    padding: 3px 40px 0 0;
}

.top-release__list__date-flex--month,
.top-release__list__date-flex--day {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}

.top-release__list__date-flex--day:before {
    display: block;
    content: "";
    width: 95%;
    height: 1px;
    background: #A3A3A3;
    position: absolute;
    top: 0;
    left: 2.5%;
}

.top-release__list__date-flex--week {
    font-size: 18px;
}

.top-release .common__slider__btn--prev {
    left: -25px;
}

.top-content {
    padding: 40px 80px 80px;
    background: #2C2689;
}

.top-content__title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 1.85em;
}

.top-content__inner {
    text-align: center;
    padding: 60px 80px;
    background: url(../images/top/bgimage.jpg) no-repeat center;
    background-size: cover;
}

.top-content__inner__title {
    font-weight: 500;
    margin: 0 0 .8em;
}

.top-content__inner__catch {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 .3em;
}

.top-content__inner__text {
    display: inline-block;
    max-width: 600px;
    margin: 0 0 2.5em;
}

.top-content__inner__btns {
    justify-content: center;
}

.top-content__inner__btns li {
    width: 220px;
    background: #111;
}

.top-content__inner__btns li+li {
    margin-left: 35px;
}

.top-content__inner__btns li a {
    display: block;
    font-weight: 500;
    padding: 1em 0;
}

.top-content__inner__btns--service a {
    background: #2C2689;
}

.top-content__inner__btns--contact a {
    background: #fff;
}

.top-bnrs .common__slider-wrap {
    width: calc(240px + 30px);
}

.top-bnrs .top-bnrs__list li {
    padding-right: 30px;
}

@media screen and (min-width: 769px) {
    .top-release__title__box2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

@media screen and (max-width: 768px) {
    .common-section {
        padding: 3.3em 0 1.5em;
    }
    .top-news__list li {
        width: calc(248px + 25px);
    }
    .top-news__list__thumb a {
        padding: 30px;
    }
    .top-release {
        padding-left: 0;
    }
    .top-release__inner {
        padding-left: 0;
    }
    .top-release__title {
        width: 100%;
        height: 80px;
        flex-direction: row;
        align-items: unset;
        position: relative;
    }
    .top-release__title__box1 {
        width: 80px;
    }
    .top-release__title__box1:before {
        border-bottom: none;
        border-right: 12px solid transparent;
        border-top: 15px solid #00C314;
        border-left: 12px solid transparent;
        position: absolute;
        top: 100%;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .top-release__title__box2 {
        width: calc(100% - 80px);
        height: 80px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .top-release__list__date-flex {
        padding: 1px 25px 0 0;
    }
    .top-content {
        padding: 35px 0 50px;
    }
    .top-content__title {
        margin: 0 0 1.35em;
    }
    .top-content__inner {
        padding: 65px 40px;
        background: url(../images/top/bgimage_sp.jpg) no-repeat center;
        background-size: cover;
    }
    .top-content__inner__title {
        margin: 0 0 .4em;
    }
    .top-content__inner__catch {
        font-size: 32px;
        line-height: 1.4;
        margin: 0 0 .6em;
    }
    .top-content__inner__text {
        font-size: 13px;
    }
    .top-content__inner__btns {
        flex-direction: column;
        align-items: center;
    }
    .top-content__inner__btns li+li {
        margin: 23px 0 0;
    }
    .top-bnrs {
        padding: 30px 0 20px;
    }
    .top-bnrs .common__slider-wrap {
        width: auto;
    }
    .top-bnrs .top-bnrs__list li {
        width: calc(160px + 25px);
        padding-right: 25px;
    }
    .top-bnrs .top-bnrs__list li a {
        display: block;
        width: 160px;
    }
    .top-news__btn {
        padding-right: 30px;
    }
}


/* ----------------------------------------
	second
---------------------------------------- */
.common--btn {
    width: 222px;
}

.common--btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    color: #fff;
    font-weight: 600;
    background:#2C2689;
}

.main__container {
    background: #111111;
    padding: 88px 80px 48px;
    position: relative;
}

.main__container.single {
    padding: 40px 80px 64px;
    overflow: hidden;
}

.main__container.post {
    padding: 64px 80px;
}

.main__container.artists {
    padding: 88px 0 48px;
}

.main__container.service {
    padding: 0;
}

.main__container.service p:not([class]) {
    margin: 0;
}

.category__title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 1.4em;
}

.second__text {
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .main__container {
        padding: 30px 30px 48px;
    }
    .main__container.single {
        padding: 0 15px 48px;
    }
    .main__container.post {
        padding: 32px 16px;
    }
    .main__container.artists {
        padding: 30px 0 48px;
    }
    .main__container.single.release {
        padding: 16px 15px 48px;
    }
    .main__container.service {
        padding: 0;
    }
    .main__container.contact {
        padding: 32px 16px 48px;
    }
    .category__title {
        margin: 0 0 1.2em;
    }
}

@media screen and (max-width: 559px) {
    .common--btn {
        margin: auto;
    }
}


/*--------------------------
	投稿用
--------------------------*/

.alignleft {
    float: left;
    margin: 0px 20px 48px 0;
    font-size: 0.9em;
}

.alignright {
    float: right;
    margin: 0px 0 48px 20px;
    font-size: 0.9em;
}

.aligncenter {
    display: block;
    margin: 0 auto 48px;
    font-size: 0.9em;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    max-width: 100%;
}

.post table {
    border-collapse: collapse;
}

.detail__txt {
    line-height: 2;
    margin: 0 0 5em;
}

.detail__txt a {
    word-break: break-all;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    text-align: center;
}

.wp-pagenavi>a,
.wp-pagenavi>span {
    line-height: 1;
    margin: 0 22px;
    padding: 0;
    border: none;
}

.wp-pagenavi>a.page,
.wp-pagenavi>span {
    font-size: 16px;
}

.wp-pagenavi>a:not(.page) {
    font-size: 12px;
    padding: 3px 10px 0;
}

.detail__btn {
    width: 200px;
    margin: 0 auto;
    border: 2px solid #231815;
}

.paging {
    max-width: 370px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 7em 0 0;
}

.paging li:not(.back) a {
    font-size: 13px;
}

.paging li.back a {
    width: 140px;
    display: block;
    text-align: center;
    padding: 2px 0;
    border: 1px solid #1a1a1a;
    border-radius: 30px;
}

@media screen and (max-width: 559px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
        display: block;
        max-width: 100%;
        float: none;
        margin: 0 auto 30px;
    }
    .wp-pagenavi {
        margin: 0 0 1em;
    }
    .detail__txt {
        margin: 0 0 2em;
    }
    .paging {
        padding: 4em 0 0;
    }
    .paging li.back {
        width: 155px;
    }
    .paging li.back a {
        padding: .2em 0;
    }
}


/* ----------------------------------------
	detail slider
---------------------------------------- */

.detail__list li {
    padding: 0 18px;
    box-sizing: border-box;
}

.detail__list__text__title {
    font-weight: 500;
}

.detail__list__text__artist {
    font-size: 12px;
}

.detail__list__text__date {
    font-size: 12px;
}

.detail__release__list__thumb {
    padding-top: 100%;
    position: relative;
    margin: 0 0 15px;
}

.detail__release__list__thumb a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .detail__list {
        display: flex;
        justify-content: center;
    }
    .detail__list:not(.detail__list--1) {
        overflow-x: auto;
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-right: 30px;
    }
    .detail__list::-webkit-scrollbar {
        display: none;
    }
    .detail__release__list__thumb {
        width: 200px;
    }
}


/* ----------------------------------------
	common single
---------------------------------------- */

.detail__thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail__share-btns {
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 20px;
}

.detail__share-btns li {
    line-height: 1;
}

.detail__share-btns .title {
    font-size: 12px;
}

.detail__share-btns li+li {
    margin-left: 13px;
}

.detail__related-release {
    padding: 64px 0;
}

.detail__section__title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 1.4em;
}

.detail__section__title.left {
    text-align: left;
}

.detail__related-artists {
    padding: 64px 0 60px;
    background: #232323;
}

.related-artists__list {
    justify-content: center;
}

.related-artists__list li {
    width: 140px;
    margin: 0 16px;
}

.related-artists__list__thumb {
    width: 140px;
    height: 140px;
    margin: 0 0 10px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.related-artists__list__thumb > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    transition: transform .3s ease-in-out;
}

.related-artists__list__title {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .related-artists__list__thumb:hover > div {
        transform: translate(-50%,-50%) scale(1.25);
    }
}

@media screen and (max-width: 768px) {
    .related-artists__list li {
        width: 124px;
    }
    .related-artists__list__thumb {
        width: 124px;
        height: 124px;
    }
}

@media screen and (max-width: 559px) {
    .detail__share-btns {
        justify-content: flex-start;
    }
    .detail__share-btns li {
        width: 24px;
    }
    .detail__share-btns .title {
        width: auto;
        font-size: 14px;
        margin-right: 10px;
    }
    .detail__share-btns li img {
        max-width: none;
        width: 100%;
    }
    .detail__share-btns li+li {
        margin-left: 24px;
    }
    .detail__related-release {
        padding: 48px 0;
    }
    .detail__related-artists {
        margin: 0 -15px;
        padding: 48px 0 24px;
    }
    .related-artists__list {
        flex-direction: column;
        align-items: center;
    }
    .related-artists__list li {
        margin: 0 0 24px;
    }
}


/* ----------------------------------------
	release single
---------------------------------------- */

.release__detail__thumb {
    height: 416px;
}

.release__detail__thumb div {
    width: 320px;
    height: 320px;
}

.thief__target {
    background: #232323;
    transition: background .5s linear;
}

.release__detail {
    margin: 0 0 1.8em;
    padding: 0 0 2em;
    border-bottom: 1px solid #353535;
}

.release__detail__data {
    position: relative;
}

.release__detail__data__title {
    font-size: 32px;
    font-weight: 600;
}

.release__detail__data__artist {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 .8em;
}

.release__detail__data .sub-text {
    font-size: 12px;
}

.release__btn {
    width: 158px;
    position: absolute;
    top: 10px;
    right: 0;
}

.release__btn a {
    display: block;
    color: #2C2689;
    text-align: center;
    padding: .8em 0;
    background: #fff;
}

.release__btn a span {
    display: inline-block;
    padding-left: 1.3em;
    background: url(../images/common/icon_music.svg) no-repeat left top 4px;
}


.release__detail2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 1.2em;
    position: relative;
}

.release__detail2__dl {
    margin: 0 0 10px;
}

.release__detail2__dl dt {
    margin: 0 1.2em 0 0;
}

.release__detail2__dl dd {
    margin: 0 2.2em 0 0;
}

.release__detail2 .detail__share-btns {
    margin: 0 0 0 auto;
}

.release__detail__content {
    font-size: 1rem;
    padding: 64px;
    background: #232323;
}

.releaseinfo--content {
    margin: 0 0 2.5em;
}

.releaseinfo--content a {
    color: #fff;
    text-decoration: underline;
}

.track__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 .8em;
}

.tracklist__lb__dl {
    font-size: 14px;
    padding: .65em 0;
}

.tracklist__lb .tracklist__lb__dl:nth-of-type(odd) {
    background: #111111;
}

.tracklist--no {
    padding: 0 1.6em;
}

@media screen and (max-width: 767px) {
    .release__btn {
        width: calc(100% - 10px);
        margin: 2em auto .5em;
        position: relative;
        top: auto;
        left: auto;
    }
    
    .release__btn a {
        font-size: 16px;
    }
    
    .release__btn a span {
        padding-left: 1.5em;
        background-size: 11px auto;
    }
}

@media screen and (max-width: 559px) {
    .release__detail__thumb {
        height: 100vw;
        padding: 32px;
        box-sizing: border-box;
    }
    .release__detail__thumb div {
        width: 100%;
        height: 100%;
    }
    .release__detail {
        padding: 0 10px 2em;
    }
    .release__detail__data__artist {
        margin: 0 0 .4em;
    }
    .release__detail2 {
        padding: 0 10px 1.2em;
    }
    .release__detail2__dl {
        flex-wrap: wrap;
        margin: 0;
        padding: 0 0 1.4em;
        border-bottom: 1px solid #353535;
    }
    .release__detail2__dl dt {
        width: 5.5em;
        margin: 0 0 .4em;
    }
    .release__detail2__dl dd {
        width: calc(100% - 5.5em);
        margin: 0 0 .4em;
    }
    .release__detail2 .detail__share-btns {
        justify-content: flex-start;
        margin: 25px 0 10px;
        position: relative;
    }
    .release__detail__content {
        padding: 24px 15px 32px;
    }
    .releaseinfo--content {
        margin: 0 0 2.1em;
    }
}


/* ----------------------------------------
	news single
---------------------------------------- */

.news__detail__thumb {
    height: 486px;
    background: #232323;
}

.news__detail__thumb div {
    height: 100%;
}

.news__detail__thumb div img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.single__detail__date-flex {
    align-items: center;
    font-size: 18px;
    margin: 0 0 .8em;
}

.single__detail__date-flex__box2 {
    font-weight: 600;
    margin: 0 0 0 1em;
}

.single__detail__text__title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 .3em;
}

.news__detail__content {
    font-size: 1rem;
    padding: 63px;
    background: #fff;
}

.news__detail__content a {
    color: #000;
    text-decoration: underline;
}

.news__detail__content hr {
    margin: 48px 0 !important;
    display: block !important;
    clear: both !important;
    background-color: #EDEDED!important;
    border: none;
    height: 1px;
}

.news__detail__content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 559px) {
    .news__detail__thumb {
        height: auto;
    }
    .news__detail {
        padding: 24px 10px 0;
    }
    .single__detail__date-flex {
        font-size: 16px;
    }
    .single__detail__text__title {
        font-size: 20px;
        margin: 0 0 .7em;
    }
    .news__detail__content {
        padding: 32px 24px;
    }
    .news__detail__content hr {
        margin: 34px 0 !important;
    }
}


/* ----------------------------------------
	artist archive
---------------------------------------- */
.management-artists--container__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1.5em;
}

.artists__inner {
    padding: 0 80px 20px;
}

.management-artists--container__inner {
    margin: 0 0 3.2em;
    padding: 3.2em 80px .7em;
    background: #232323;
}

.artists__list {
    flex-wrap: wrap;
    margin: 0 -19px;
}

.artists__list li {
    width: calc(100% / 6 - 37px);
    text-align: center;
    margin: 0 18.5px 48px;
}

.artists__list__thumb {
    width: 100%;
    margin: 0 0 12px;
    padding-top: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.artists__list__thumb > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    transition: transform .3s ease-in-out;
}

.artists__list__name {
    font-weight: 600;
}

@media screen and (max-width: 1100px) {
    .artists__list li {
        width: calc(100% / 4 - 37px);
    }

}
@media screen and (min-width: 769px) {
    .artists__list__thumb:hover > div {
        transform: translate(-50%,-50%) scale(1.25);
    }
}
@media screen and (max-width: 768px) {
    .artists__list li {
        width: calc(100% / 3 - 37px);
    }
}

@media screen and (max-width: 559px) {
    .artists__inner {
        padding: 0 32px 20px;
    }
    
    .management-artists--container__inner {
        padding: 3.2em 32px 0;
    }

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

/* ----------------------------------------
	artist single
---------------------------------------- */

.artists__detail__thumb {
    height: 506px;
    background: #232323;
}

.artists__detail__thumb div {
    height: 378px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}

.artists__detail__thumb div img {
    max-width: none;
    width: auto;
    height: 100%;
}

.artist__detail--section {
    padding: 0 0 24px;
}

.artists__single__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.artists__single__title2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 1em;
}

.artists__detail__content {
    font-size: 16px;
    line-height: 1.6;
    margin: 30px 0 10px;
    padding: 64px;
    background: #232323;
}

.artists__detail__content p {
    margin: 0;
}

.artists__detail__content a {
    color: #fff;
    text-decoration: underline;
}

.artists__detail__btns {
    align-items: center;
    justify-content: center;
    margin: 0 0 72px;
    padding: 24px 63px;
    background: #232323;
}

.artists__detail__share + .artists__detail__btns {
    margin-top: 30px;
}

.artists__detail__btns > div {
    height: 28px;
    display: flex;
    align-items: center;
}

.artists__detail__btns > div:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid #3F3F3F;
}

.artists__detail__btns > div:not(:first-child) {
    margin-left: 20px;
}

.artists__detail__btns__site a,
.artists__detail__btns__shop a {
    font-weight: 600;
    white-space: nowrap;
    padding: 0 0 0 26px;
    background-repeat: no-repeat;
    background-position: left center;
}

.artists__detail__btns__site a {
    background-image: url(../images/artists/icon_website.svg);
}

.artists__detail__btns__shop a {
    background-image: url(../images/artists/icon_shop.svg);
}

.artists__detail__btns__sns__list {
    align-items: center;
}

.artists__detail__btns__sns__list li {
    line-height: 1;
}

.artists__detail__btns__sns__list li + li {
    margin-left: 15px;
}

.artists__detail__btns__subscription2 span {
    padding: 0 0 0 20px;
    background: url(../images/artists/icon_music.svg) no-repeat left center;
}

@media screen and (min-width: 1025px) {
    .sp-youtube {
        display: none;
    }
}

@media screen and (min-width: 560px) {
    .artists__detail__share .detail__share-btns {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .artists__detail__btns {
       flex-direction: column;
        margin: 0 0 64px;
        padding: 0;
    }
    
    .artists__detail__btns > div {
        width: 100%;
        height: 70px;
        justify-content: center;
    }
    
    .artists__detail__btns > div:not(:last-child) {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #111111;
    }
    
    .artists__detail__btns > div:not(:first-child) {
        margin-left: 0;
    }

    .artists__detail__btns__youtube {
        display: none!important
    }
    
    .artists__detail__btns__site a,
    .artists__detail__btns__shop a {
        font-size: 16px;
        padding: 0 0 0 32px;
    }

    .artists__detail__btns__sns__list li {
        height: 28px;
        display: flex;
        align-items: center;
    }

    .artists__detail__btns__sns__list li + li {
        margin-left: 20px;
    }

    .artists__detail__btns__sns__list li.sp-youtube {
        padding: 0 0 0 20px;
        border-left: 1px solid #3F3F3F;
    }

    .artists__detail__btns__subscription2 a {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .artists__detail__btns__sns__list li + li {
        margin-left: 22px;
    }

    .artists__detail__btns__sns__list li.sp-youtube {
        padding: 0 0 0 22px;
    }
}

@media screen and (max-width: 559px) {
    .artists__detail__thumb {
        height: 66vw;
        padding: 0 15px;
    }
    .artists__detail__thumb div {
        height: calc(100% - 60px);
        max-width: 100%;
    }
    .artists__detail__thumb div img {
        max-width: 100%;
    }
    .artist__detail--section {
        padding: 0 0 24px;
    }
    .artists__single__title {
        font-size: 28px;
        margin: 1em 0 1em;
    }
    .artists__detail__content {
        padding: 24px;
    }
}

/* ----------------------------------------
	publishing
---------------------------------------- */
.publishing__container {
    padding: 64px;
    background: #232323;
}

.publishing__container p {
    font-size: 16px;
    margin: 0 0 1.6em;
}

.publishing__container2 {
    padding: 40px 0 32px;
}

.pubList {
    overflow: auto;
    padding: 0 80px;
    margin: 0 -80px;
}

.pubList--container {
    min-width: 1120px;
    padding: 0 16px 0 0;
}

.tablesorter {
    width: 100%;
}

.tablesorter thead tr th {
    padding: 0 4px 10px;
}

.tablesorter thead tr th:nth-child(1) {
    padding-left: 0;
}

.tablesorter thead tr th:last-child {
    padding-right: 0;
}

.tablesorter thead tr th div {
    color: #fff;
    text-align: left;
    padding: .7em 1em;
    background: #232323;
    position: relative;
}

.tablesorter thead tr th.headerSortUp div,
.tablesorter thead tr th.headerSortDown div {
    background: #2C2689;
}

.tablesorter thead tr th div:before {
    display: block;
    content: "";
    width: 11px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.tablesorter thead tr th.headerSortUp div:before {
    background-image: url(../images/common/icon_down.svg);
}

.tablesorter thead tr th.headerSortDown div:before  {
    background-image: url(../images/common/icon_up.svg);
}

.tablesorter thead tr th:not(.headerSortUp):not(.headerSortDown) div:before  {
    background-image: url(../images/common/sort-normal.svg);
}

.notranslate {
    margin-top: 10px;
}

.notranslate tr th,
.notranslate tr td {
    padding: .65em 1em;
    box-sizing: border-box;
    word-break:  break-all;
}

.notranslate tr:nth-child(odd) {
    background: #fff;
}

.notranslate tr:nth-child(even) {
    background: #EDEDED;
}

.tablesorter thead tr th {
    width: 214px;
}

.tablesorter thead tr th:nth-child(1) {
    width: auto;
}

.tablesorter thead tr th:nth-child(5) {
    width: 116px;
}

@media screen and (max-width: 768px) {
    .pubList {
        padding: 0 16px;
        margin: 0 -16px;
    }
}

@media screen and (max-width: 559px) {
    .publishing__container {
        padding: 32px 16px;
    }

    .pubList--container {
        min-width: 720px;
    }

    .tablesorter th,
    .tablesorter td {
        font-size: 12px;
    }

    .tablesorter thead tr th div {
        padding: .95em 1em;
    }

    .notranslate tr th,
    .notranslate tr td {
        padding: .85em 1em;
    }

    .tablesorter thead tr th {
        width: 96px;
    }
    
    .tablesorter thead tr th:nth-child(1) {
        width: auto;
    }

    .tablesorter thead tr th:nth-child(4) {
        width: 146px;
    }
    
    .tablesorter thead tr th:nth-child(5) {
        width: 96px;
    }

}

/* ----------------------------------------
	service
---------------------------------------- */
.service__container1 {
    text-align: center;
    padding: 110px 80px 72px;
}

.service__container1__title {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 .3em;
}

.service__container1__text {
    font-size: 24px;
}

.service__container1__logo {
    justify-content: center;
    margin: 0 0 5.4em;
}

.service__container1__logo div {
    margin: 0 20px;
}

.service__container2 {
    text-align: center;
    background: #2C2689;
    padding: 65px 80px 60px;
}

.service__container2__title {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 .4em;
}

.service__container2__text {
    margin: 0 0 3.7em;
}

.service__container3 {
    padding: 65px 80px 64px;
    background: #F5F5F5;
}

.service__container3__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 .6em;
}

.service__container3__text {
    text-align: center;
}

.service__container3__imgBox {
    background: #fff;
    margin: 0 0 64px;
    padding: 100px 80px 60px;
}

.service__container3__icons {
    justify-content: center;
    margin: 35px 0 -65px;
}

.service__container3__icons li {
    margin: 0 16px;
}

.service__container3__img {
    max-width: 690px;
    margin: auto;
}

.service__container4 {
    padding: 60px 80px;
    background: #fff;
}

.service__container4__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1.4em;
}

.service__container4__list {
    justify-content: space-between;
    margin: 0 auto 40px;
}

.service__container4__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc((100vw - 160px) / 4 - 30px);
    height: calc((100vw - 160px) / 4 - 30px);
    background: #F5F5F5;
}

.service__container4__list li > div {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-top: 44px;
    box-sizing: border-box;
}

.service__container4__list__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 32px;
    height: 2.5vw;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.service__container4__list__icon img {
    max-width: none;
    height: 100%;
    width: auto;
}

.service__container4__list__title {
    font-size: 1.15vmax;
    font-weight: bold;
    margin: 0 0 .1em;
}

.service__container4__list__number {
    /*font-size: 52px;*/
    font-size: 4.45vmax;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}

.service__container4__list__number span {
    display: inline-block;
    vertical-align: middle;
}

.service__container4__list__number .small1 {
    /*font-size: 36px;*/
    font-size: 70%;
}

.service__container4__list__number .small2 {
    /*font-size: 24px;*/
    font-size: 45%;
}

.service__container4__list__text {
    /*font-size: 24px;*/
    font-size: 2vmax;
    line-height: 1.45;
    font-weight: bold;
    text-align: center;
}

.service__container4__text {
    text-align: center;
}

.service__container5 {
    padding: 60px 80px;
}

.service__container5__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1.1em;
}

.service__container5__flex.reverse {
    flex-direction: row-reverse;
}

.service__container5__flex + .service__container5__flex {
    margin-top: 40px;
}

.service__container5__flex > div {
    width: 50%;
    box-sizing: border-box;
}

.service__container5__flex__1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 54px;
    background: #232323;
}

.service__container5__flex__1__title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 .4em;
}

.service__container5__flex__1__text2 {
    font-size: 12px;
    font-weight: 300;
    margin-top: 1.6em;
}

.service__container5__flex__2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.service__container5__box {
    margin: 0 0 40px;
    padding: 64px 64px 56px;
    background: #232323;
}

.service__container5__box2 {
    text-align: center;
    padding: 30px 40px;
    border: 2px solid #fff;
}

@media screen and (max-width: 768px) {
    .service__container1 {
        padding: 110px 20px 110px;
    }

    .service__container2 {
        padding: 65px 20px 50px;
    }
    
    .service__container3 {
        padding: 60px 20px 60px;
    }
    
    .service__container4 {
        padding: 60px 20px;
    }
    
    .service__container4__list li {
        width: calc((100vw - 40px) / 4 - 16px);
        height: calc((100vw - 40px) / 4 - 16px);
    }

    .service__container4__list__title {
        font-size: .8vmax;
    }

    .service__container4__list__number {
        font-size: 3.5vmax;
    }
    
    .service__container4__list__text {
        font-size: 2vmax;
    }

    .service__container5 {
        padding: 60px 20px;
    }

    .service__container5__flex__1 {
        padding: 32px;
    }
    
    .service__container5__box {
        padding: 32px;
    }

}

@media screen and (max-width: 559px) {
    .service__container1 {
        padding: 72px 16px 32px;
    }
    
    .service__container1__title {
        font-size: 32px;
    }
    
    .service__container1__text {
        font-size: 18px;
        padding: 0 16px;
    }

    .service__container1__logo {
        flex-direction: column;
        align-items: center;
        padding: 0 55px;
    }
    
    .service__container1__logo div {
        margin: 10px 0;
    }

    .service__container2 {
        padding: 40px 16px 32px;
    }
    
    .service__container2__title {
        font-size: 24px;
        padding: 0 16px;
    }

    .service__container2__text {
        padding: 0 16px;
        margin: 0 0 3em;
    }
    
    .service__container3 {
        padding: 40px 16px 32px;
    }
    
    .service__container3__title {
        font-size: 24px;
        padding: 0 16px;
    }
    
    .service__container3__text {
        text-align: center;
        padding: 0 16px;
    }
    
    .service__container3__imgBox {
        margin: 0 0 48px;
        padding: 16vw 16px 50px;
    }
    
    .service__container3__icons {
        margin: 10vw 0 -10vw;
        padding: 0 24px;
    }
    
    .service__container3__icons li {
        margin: 0 8px;
    }
    
    .service__container4 {
        padding: 48px 16px;
    }
    
    .service__container4__title {
        font-size: 24px;
        margin: 0 0 .9em;
    }
    
    .service__container4__list {
        flex-direction: column;
        margin: 0 auto 10px;
    }
    
    .service__container4__list li {
        width: 100%;
        height: 67vw;
        margin: 0 0 16px;
    }
    
    .service__container4__list li > div {
        height: 100%;
        padding-top: 52px;
    }
    
    .service__container4__list__icon {
       height: 32px;
       top: 30px;
    }

    .service__container4__list__title {
        font-size: 14px;
    }
    
    .service__container4__list__number {
        font-size: 52px;
        line-height: .9;
    }
    
    .service__container4__list__number span {
        display: inline-block;
        vertical-align: middle;
    }
    
    .service__container4__list__text {
        font-size: 24px;
    }
    
    .service__container5 {
        padding: 48px 16px;
    }
    
    .service__container5__title {
        font-size: 24px;
    }
    
    .service__container5__flex {
        flex-direction: column-reverse!important;
        margin: 0 0 16px;
    }

    .service__container5__flex + .service__container5__flex {
        margin-top: 16px;
    }

    .service__container5__flex > div {
        width: 100%;
    }
    
    .service__container5__flex__1 {
        padding: 32px 16px;
    }

    .service__container5__flex__1__text2 {
        font-size: 12px;
        font-weight: 300;
        margin-top: 1.3em;
    }
    
    .service__container5__box {
        margin: 0 0 16px;
        padding: 32px 16px 16px;
    }
    
    .service__container5__box2 {
        padding: 30px 12px;
    }
}

/* ----------------------------------------
	inquiry
---------------------------------------- */
.common__inquiry-wrap {
    padding: 64px 80px;
    background: #232323;
}

.common__inquiry__flex > div {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 35px 0;
}

.common__inquiry__flex__1 {
    background: #2C2689;
}

.common__inquiry__flex__2 {
    background: #fff;
}

.common__inquiry__flex__3 {
    background: #B9C3C8;
    padding: 35px 35px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common__inquiry__flex__3 a {
    display: block;
}

.common__inquiry__flex__3 img {
    max-width: 224px;
    width: 100%;
}

.common__inquiry__flex__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 .6em;
}

.common__inquiry__flex__text {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-top: -10px;
}

.common__inquiry__flex__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 220px;
    height: 50px;
    margin: auto;
    background: #fff;
}

.common__inquiry__flex__sns {
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
}

.common__inquiry__flex__sns li {
    line-height: 1;
}

.common__inquiry__flex__sns li + li {
    margin: 0 0 0 14px;
}

@media screen and (max-width: 768px) {
    .common__inquiry-wrap {
        padding: 20px 20px;
    }
    
}

@media screen and (max-width: 559px) {
    .common__inquiry-wrap {
        padding: 48px 0;
    }

    .common__inquiry__flex {
        flex-direction: column;
    }
    
    .common__inquiry__flex > div {
        width: 100%;
    }
    
    .common__inquiry__flex__sns li + li {
        margin: 0 0 0 32px;
    }

    .common__inquiry__flex__sns li img {
        transform: scale(1.1);
    }
}

/* ----------------------------------------
	contact
---------------------------------------- */
.mw_wp_form_send_error {
    color: #fff;
}

.contact__text {
    font-size: 16px;
    margin: 0 0 1.5em;
}

.contact__menu {
    flex-wrap: wrap;
    justify-content:space-between;
    margin-bottom: -20px;
}

.contact__menu__btn {
    width: calc(50% - 20px);
    /*height: 168px;*/
    height: 13.1vw;
    margin: 0 0 40px;
}

.contact__menu__btn a {
    display: flex;
    height: 100%;
    align-items: center;
    /*font-size: 24px;*/
    font-size: 1.8vw;
    font-weight: 500;
    padding: 0 0 0 25%;
    background: #2C2689;
    position: relative;
}

.contact__menu__btn a:before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.contact__menu__btn.other a {
    background: #232323;
}

.contact__menu__btn-ssm a:before {
    background-image: url(../images/contact/icon_ssm.svg);
}

.contact__menu__btn-music a:before {
    background-image: url(../images/contact/icon_music.svg);
}

.contact__menu__btn-social a:before {
    background-image: url(../images/contact/icon_social.svg);
}

.contact__menu__btn-other a:before {
    background-image: url(../images/contact/icon_mail.svg);
}

@media screen and (max-width: 768px) {
    .contact__menu__btn a {
        padding: 0 0 0 28%;
    }
}

@media screen and (max-width: 559px) {
    .contact__menu {
        margin-bottom: 0;
    }
    
    .contact__menu__btn {
        width: 100%;
        height: 44.1vw;
        margin: 0 0 16px;
    }

    .contact__menu__btn-other {
        height: 37vw;
    }

    .contact__menu__btn a {
        font-size: 5vw;
        padding: 9.9vw 24px 0;
        box-sizing: border-box;
    }

    .contact__menu__btn a:before {
        top: 7vw;
        left: 24px;
        transform: translateY(0);
    }
}

/* ----------------------------------------
	contact
---------------------------------------- */
.container__title {
    font-size: 24px;
    text-align: center;
    margin: 0 0 1em;
}

.contact__flex {
    justify-content: space-between;
    margin: 0 0 8px;
}

.contact__flex__box {
    width: calc(50% - 4px);
    box-sizing: border-box;
    margin: 0!important;
}

.contact__container {
    padding: 64px 80px;
    background: #232323;
}

.contact__container1 {
    padding-bottom: 46px;
}

.contact__container + .contact__container {
    margin-top: 8px;
}

.contact__container__title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 1em;
}

.contact__container a {
    color: #fff;
}

.contact__container p:not([class]) {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 1.5em;
}

.contact_form__table {
    max-width: 640px;
    margin: auto;
}

.contact_form__table,
.contact_form__table tbody,
.contact_form__table tr,
.contact_form__table th,
.contact_form__table td {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    display: block;
}

.contact_form__table th {
    text-align: left;
    font-weight: 400;
    padding: 0 0 .7em;
}

.contact_form__table td {
    padding: 0 0 2.7em;
}

.contact_form__table .error-td input,
.contact_form__table .error-td select,
.contact_form__table .error-td label {
    border: 2px solid #D00000!important;
}

.contact_form__table input#company {
    display: block!important;
}

.contact_form__table .required,
.contact_form__table .any {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 0 .7em;
    padding: .4em .55em .3em;
    background: #D00000;
}

.contact_form__table .any {
    background: #7A7A7A;
}

.contact_form__table th .notes {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 .7em;
}

.form__note {
    padding: 10px 0 0;
}

.contact_form__table .error {
    flex: none;
    width: 100%;
    color: #D00000;
    font-weight: 300;
    margin-top: 4px;
}

.contact_form__table *:focus {
    outline: none;
}

.contact_form__table input[type="text"],
.contact_form__table input[type="email"],
.contact_form__table select,
.contact_form__table textarea {
    -webkit-appearance: none;
	border: none;
    border-radius: 0;
    background: #fff;
    width: 100%;
    font-size: 14px;
    padding: 1.1em .9em;
    box-sizing: border-box;
}

.contact_form__table select::-ms-expand {
    display: none;
}

.contact_form__table textarea {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    height: 160px;
}

.select-box {
    width: 100%;
    position: relative;
}

.select-box:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #2C2689;
    border-right: 2px solid #2C2689;
    transform: rotate(135deg);
    position: absolute;
    top: 17px;
    right: 20px;
}

.contact_form__table__flex {
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1em;
}

.contact_form__table__flex__1 {
    width: 200px;
    position: relative;
}

.contact_form__table__flex__2 {
    width: calc(100% - 200px);
    border-bottom: 1px solid #111;
}

.contact_form__table__flex__1 .required,
.contact_form__table__flex__1 .any {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.contact_form__table__labels {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.contact_form__table__labels:not(.contact_form__table__choice) > *:not(.auto) {
    flex: 1;
    box-sizing: border-box;
}

.contact_form__table__labels:not(.contact_form__table__choice) > *.auto {
    flex: none;
    padding: 0 10px;
}

.contact_form__table__labels > * + * {
    border-left: 1px solid #232323;
}

.contact_form__table__labels label {
    display: block;
    width: 100%;
    height: 100%;
    color: #232323;
    font-weight: 300;
    box-sizing: border-box;
    cursor: pointer;
}

.contact_form__table__labels label input {
    display: none;
}

.contact_form__table__labels label span {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 1.1em .5em 1.1em 0;
    padding-left: 43px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #fff!important;
}

.contact_form__table__labels label input:checked + span {
    background-color: #E7EDFF!important;
}

.contact_form__table__labels.radio label span {
    background-image: url(../images/contact/radio.svg);
}

.contact_form__table__labels.radio label input:checked + span {
    background-image: url(../images/contact/radio_on.svg);
}

.contact_form__table__labels.checkbox label span {
    background-image: url(../images/contact/check.svg);
}

.contact_form__table__labels.checkbox label input:checked + span {
    background-image: url(../images/contact/check_on.svg);
}

.contact_form__table__choice {
    align-items: inherit;
}

.contact_form__table__choice br {
    display: none;
}

.contact_form__table__choice > span {
    width: calc(100% / 3);
    flex: none;
    border-bottom: 1px solid #232323!important;
    border-left: none!important;
    box-sizing: border-box;
}

.contact_form__table__choice > span:not(:nth-of-type(3n)) {
    border-right: 1px solid #232323!important;
}

.submit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submit input,
.submit button {
    -webkit-appearance: none;
	border: none;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    width: 222px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 0 24px;
    padding: 1.2em 0;
    background: #2C2689;
    cursor: pointer;
    transition: opacity .2s linear;
}

.submit input[name="submitBack"] {
    background: rgba(255,255,255,.05);
}

.submit input:hover,
.submit button:hover {
    opacity: .6;
}

.mw_wp_form_confirm .select-box:after {
    display: none;
}

.mw_wp_form_confirm td {
    box-sizing: border-box;
    margin: 0 0 2.7em;
    padding: 1.1em .5em;
    background-color: rgba(255,255,255,.05);
}

.mw_wp_form_confirm .contact_form__table__flex__2 {
    border: none;
    padding: 1em 0;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .contact__flex {
        flex-direction: column;
        margin: 0;
    }
    
    .contact__flex__box {
        width: 100%;
        margin: 0 0 8px!important;
    }

    .contact__container {
        padding: 40px 16px 32px;
    }
    
    .contact__container1 {
        padding-bottom: 20px;
    }

    .contact_form__table {
        max-width: 100%;
    }
}

@media screen and (max-width: 559px) {
    .container__title {
        font-size: 20px;
    }
    
    .contact_form__table td {
        padding: 0 0 2.6em;
    }

    .contact_form__table input[type="text"],
    .contact_form__table input[type="email"],
    .contact_form__table select,
    .contact_form__table textarea {
        font-size: 16px;
        padding: 1em .9em;
    }
    
    .contact_form__table__flex {
        flex-wrap: wrap;
        align-items: center;
        padding-left: 1em;
    }
    
    .contact_form__table__flex__1,
    .contact_form__table__flex__2 {
        width: 100%;
        border: none;
    }

    .contact_form__table__flex__1 {
        padding: 0 0 .7em;
    }

    .contact_form__table__flex__2:not(:last-of-type) {
        padding: 0 0 1.6em;
    }
    
    .contact_form__table__flex__1 .required,
    .contact_form__table__flex__1 .any {
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0);
    }

    .contact_form__table__labels.column {
        flex-direction: column;
    }
    
    .contact_form__table__labels.column > *{
        width: 100%;
    }
    
    .contact_form__table__labels.column > * + * {
        border-left: none;
        border-top: 1px solid #232323;
    }

    .contact_form__table__choice > span {
        width: calc(100%);
        border-right: none!important;
    }

    .contact_form__table__choice > span:not(:nth-of-type(3n)) {
        border-right: none!important;
    }

    .mw_wp_form_confirm td {
        margin: 0 0 2.6em;
        padding: 1.1em .5em;
    }
}

/* ----------------------------------------
	maintenance
---------------------------------------- */
.maintenance {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
}

.maintenance #main {
    flex: 1;
}

.maintenance__container {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maintenance__title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 1em;
}

.maintenance__text {
    font-size: 16px;
    text-align: center;
}

@media all and (max-width: 559px) {
    .maintenance__title {
        font-size: 20px;
        margin: 0 0 2em;
    }
}
