html {overflow: auto;}
html.wf-loading {
	opacity: 0;
	transition: all .3s ease;
}
html.wf-inactive,
html.wf-active {
	opacity: 1;
}

body {font-family:"YakuHanJP",'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;font-size: 16px;color:#242424;background: #fff;line-height: 1.8;font-weight: 300;overflow: hidden;}
.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sp {display:none;}
img {width: 100%;height: auto;}
.mb {
    margin-bottom: 80px;
}

/*flexbox*/
.fbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.fb-center {justify-content: center;}
.fb-between {justify-content: space-between;}


/*リンク*/
a {color:#2c3b6d; transition: opacity .3s ease 0s;}
a:hover {opacity: 0.7}
/*見出し*/
/* h1,h2,h3,h4,h5 {color:;} */
h1 {
    margin: 0;
font-size: 1.8vw;
font-weight: 700;
line-height: 1;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.07);
color: #fff;
}
h2 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
}
h3 {
    font-size: 42px;
    margin: 0px 0 50px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
}
.synth {
    font-size: 18px;
    display: block;
}

h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}
h4 span {
    font-size: 14px;
}
h5 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-top: 25px;
}
p {margin-bottom: 30px;text-align: justify;}
.sfont {font-size: 12px}
.lfont {font-size: 18px}
.bold {font-weight: bold;}
figure {text-align: center;}
.kome {font-size: 12px;margin-top: 5px;}

.arrow{
    position: absolute;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    top: 22px;
    right: 0;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.right::before{
    width: 10px;
    height: 10px;
    border-top: 1px solid #06A8BE;
    border-right: 1px solid #06A8BE;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrb {
    display: block;
    top: 2px;
    width: 30px;
    margin: 0 auto;
}
.bottom::before{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*リスト・テーブル*/
table {width: 100%;}
td,th {
    font-weight: 300;
    padding:  22px 10px 22px;
    border-bottom: solid 1px #c1c1c1;
    line-height: 1.5;
}
tr:first-child th {border-top: solid 1px #c1c1c1;}
tr:first-child td {border-top: solid 1px #c1c1c1;}
.recruitment tr:first-child th {border-top: solid 1px #00A7EA;}
.recruitment tr:first-child td {border-top: solid 1px #00A7EA;}

th {
    text-align: left;
    width: 30%;
    vertical-align: top;
    font-size: 16px;
    color: #E30143;
}
td {width:70%;word-break : break-all;}
dl{display:flex;flex-wrap: wrap;margin-bottom: 20px;}
dt {width: 27%;}
dd {width: 73%;margin-left: 0;}

/*カラム設定*/
.wrapper {}
.container {padding: 0 40px;margin:0 auto;}
.con-l {max-width: 1380px;}
.con-m {max-width: 1080px;}
.con-s {width: 740px;}
.con-ss {max-width: 600px;}
#content {padding-top: 115px;}
.content-area{margin: 80px auto 100px;}

/*ヘッダー*/
header {width: 100%;}
.logo-area {
    position: absolute;
    top: 10vw;
}

/*メインビジュアル*/
.main-v {
    margin-bottom: 70px;
    height: 15vw;
}
.main-v img {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    object-position: center;
}
.main-v .container {
    position: relative;
}
.disc p {
    text-align: center;
    font-size: 18px;
    margin: 0 0 60px;
}
.profile,
.profile-secondary {
    margin-bottom: 80px;
}
.profile .img,
.profile-secondary .img {
    width: 30%;
}
.profile .tx,
.profile-secondary .tx {
    width: 65%;
}
.discography {
    margin-bottom: 80px;
}
.discography .img {
    width: 30%;
}
.discography .tx {
    width: 65%;
}
.discography .tx li {
    list-style: number;
    margin-left: 25px;
}
.discography .tx a {
    border: solid 1px #ccc;
    padding: 5px 30px 8px;
    text-decoration: none;
    margin-right: 15px;
    border-radius: 10px;
    transition: all .3s ease 0s;
}
.discography .tx a:hover {
    background: #e800ff;
    color: #fff;
    border: solid 1px #fff;
}
.sub-desc {
    text-align: center;
    margin-bottom: 80px;
}
.sub-desc p {
    text-align: center;
}
.disc-desc {
    margin-top: 35px;
    font-size: 14px;
}

/*フッター*/
footer {
    margin-top: 50px;
    background: #000;
    color: #fff;
}
.fotter-link {
    align-items: center;
}

.copyright {
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
}
.new {
    background: #e800ff;
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.vocal {
    max-width: 500px;
    margin: 0 auto 80px;
}
.vocal .item {
    width: 45%;
    text-align: center;
    font-weight: bold;
}
.erikevin {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100px;
}

/* 3カラムセクション */
.three-columns {
    margin: 80px 0;
}
.three-columns .col {
    width: 32%;
}
.three-columns .col h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.three-columns .col p {
    font-size: 14px;
}

@media (max-width: 1200px) {
    .main-v .title {
        letter-spacing: 0.02em;
        font-size: 2.4vw;
    }
    h1 {
        font-size: 2.4vw;
    }
}
@media (max-width: 1024px) {
    body {font-size: 1.6vw;}
    .mb {margin-bottom: 8vw;}
    h3 {
        margin: 0px 0 3vw;
        font-size: 3.9vw;
    }
    h3 span {
        font-size: 1.6vw;
        padding-left: 2vw;
    }
    .synth {
        font-size: 1.8vw;
        padding: 0;
    }
    h4 {
        font-size: 2.4vw;
        margin-bottom: 1vw;
    }
    h5 {
        font-size: 2vw;
        margin-top: 2vw;
    }
    .main-v {
        margin-bottom: 5vw;
    }
 
    .copyright {
        
        font-size: 1.2vw;
    }
    .copyright img {
        width: 18vw;
    }
    .new {
        font-size: 1.4vw;
    }
    .vocal {
        width: 50vw;
    }
    .three-columns {
        margin: 8vw 0;
    }
    .three-columns .col {
        width: 32%;
    }
    .sub-desc {
        margin-bottom: 7vw;
    }
    .disc-desc {
        margin-top: 3vw;
        font-size: 1.4vw;
        margin-bottom: 3vw;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
    html {height: -webkit-fill-available;}
    body {font-size: 14px;line-height: 1.5;min-height: 100vh;min-height: -webkit-fill-available;}
    .pc {display: none}
    .sp {display: block}
    .mb {
        margin-bottom: 15vw;
    }
    .tb {display:none;}
    .spbr {display: none}
    p {margin-bottom: 20px;}
    table {margin: 40px 0;}
    th {
        width: 24%;
        font-size: 15px;
    }
    .container {padding: 0 4vw;}
    .con-s {
        width: 100%;
        padding: 0;
    }
    h1 {
        font-size: 4vw;
    }
    h3 {
        margin: 0px 0 8vw;
        font-size: 9vw;
    }
    h3 span {
        font-size: 2.4vw;
        padding-left: 0;
        display: block;
        margin-top: 1vw;
    }
    .synth {
        font-size: 3.6vw;
    }
    h4 {
        font-size: 6vw;
        margin-bottom: 3vw;
    }
    h4 span {
        font-size: 3.6vw;
    }
    h5 {
        font-size: 3.5vw;
        margin-top: 10vw;
    }
    table {
        margin: 10vw 0;
    }
    .logo-area {
        top: 13vw;
    }
    .main-v {
        margin-bottom: 11vw;
        height: 22vw;
    }
    .main-v img {
        width: 145%;
        height: 22vw;
        object-fit: cover;
        object-position: 0 80%;
    }
    .main-v .container {
        padding: 0;
    }
    .disc p {
        font-size: 4.2vw;
        margin: 13vw 0 12vw;
        font-weight: 500;
    }
.profile,
.profile-secondary {
        margin-bottom: 8vw;
    }
.profile .img,
.profile-secondary .img {
        width: 100%;
        margin: 0 auto;
    }
.profile .tx,
.profile-secondary .tx {
        width: 100%;
    }
    .discography .img {
        width: 100%;
        margin: 0 auto 5vw;
    }
    .discography .tx {
        width: 100%;
    }
    .discography .tx a {
        padding: 3vw;
        margin: 0 auto;
        width: 75vw;
        display: block;
        text-align: center;
    }  
    .copyright {
        width: 100%;
        font-size: 2.4vw;
    }
    .copyright img {
        width: 40vw;
    }
    .new {
        font-size: 3.4vw;
    }
    .vocal {
        width: 95vw;
    }
    .erikevin {
        width: 20vw;
    }
    .sub-desc {
        margin-bottom: 12vw;
    }
    .disc-desc {
        margin-top: 7vw;
        font-size: 3.8vw;
        margin-bottom: 5vw;
    }
    .three-columns {
        margin: 15vw 0;
    }
    .three-columns .col {
        width: 100%;
        margin-bottom: 8vw;
    }
}
