@charset "utf-8";



/* For modern browsers */

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

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}



/* tags
---------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    background: url(../img/bg1.png) no-repeat left top,
        url(../img/bg2.png) no-repeat right bottom;
    background-attachment: fixed;
}

a {
    color: #FF006C;
    text-decoration: underline;
    transition: all .4s;
}

a:hover {
    opacity: 0.5;
    transition: all .4s;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

@media screen and (max-width: 768px) {
    body {
        background: none;
    }

    body:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url(../img/site-bg-sp.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size: 13px;
    }
}

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

.inner {
    max-width: 1047px;
    margin: 0px auto;
}

@media screen and (max-width: 1077px) {
    .inner {
        margin: 0px 15px;
    }
}

/* main
---------------------------------------------------- */
#main {
    padding: 0px 15px;
    height: 100vh;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#main img {
    animation-name: fadein;
    animation-duration: 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@-webkit-keyframes passing-bar {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }

    50% {
        left: 0;
        right: auto;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
        width: 100%;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@-webkit-keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.passing-box {
    text-align: center;
    margin: 30px 0px 0px;
}

.passing-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-family: vdl-logojr, sans-serif;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 3px;
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards;
}

@media screen and (max-width: 480px) {
    .passing-box {
        margin: 20px 0px 0px;
    }

    .passing-txt {
        font-size: 25px;
        letter-spacing: 1px;
    }
}

/* scroll
---------------------------------------------------- */

.scroll {
    position: absolute;
    width: 1em;
    height: 3em;
    bottom: 5em;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 1em;
}

.scroll::before {
    content: 'scroll';
    position: absolute;
    top: -2em;
    left: -.9em;
}

.scroll span {
    position: absolute;
    top: 15%;
    left: .4em;
    display: block;
    width: .25em;
    height: .25em;
    border-radius: 50%;
    background: #000;
    animation: 2s small-dot-move infinite running ease-out;
}

@keyframes small-dot-move {
    from {
        top: 15%;
        opacity: .8;
    }

    50% {
        opacity: 1;
    }

    to {
        top: 80%;
        opacity: .3;
    }
}

.arrow {
    position: absolute;
    top: 3.5em;
    left: .45em;
    width: 0;
    height: 5em;
    border: 1px solid #000;
}

.arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -3px;
    width: 2px;
    height: 10px;
    border-top: 10px solid #000;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

/* artist
---------------------------------------------------- */
#artist {
    padding: 60px 0px 0px;
}

.title {
    text-align: center;
    margin: 0px 0px 90px;
}

.title h2 {
    font-family: vdl-logojr, sans-serif;
    font-size: 52px;
    line-height: 1;
    border-bottom: 6px solid #FF006C;
    padding: 0px 8px 12px;
    display: inline-block;
    letter-spacing: 5px;
}

.title p {
    font-family: vdl-logojr, sans-serif;
    font-size: 40px;
    line-height: 1;
    padding: 17px 0px 0px;
    letter-spacing: 3px;
}

.profile + .profile {
    margin: 150px 0px 0px;
}

.photo {
    float: left;
    width: 45.84%;
    max-width: 480px;
    height: auto;
    box-shadow: 15px 15px 0px #D7D8DC;
}

.profile-txt {
    margin: 0px 0px 0px 51.28%;
}

.name {
    font-family: vdl-logojr, sans-serif;
    font-size: 35px;
    line-height: 1;
    padding: 0px 0px 8px;
    border-bottom: 2px solid #000;
    margin: 0px 0px 8px;
}

.catch {
    font-family: vdl-logojr, sans-serif;
    font-size: 26px;
    line-height: 1;
    margin: 0px 0px 20px;
}

.profile dl {
    border-left: 7px solid #FF006C;
    padding: 0px 0px 0px 10px;
}

.profile dl + dl {
    margin: 30px 0px 0px;
}

.profile dt {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    margin: 0px 0px 6px;
}

.profile dd {
    line-height: 1.6;
    margin: 6px 0px 0px;
}

.bold {
    font-weight: 900;
}

audio {
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .title {
        margin: 0px 0px 70px;
    }

    .title h2 {
        font-size: 38px;
        padding: 0px 6px 11px;
        letter-spacing: 4px;
    }

    .title p {
        font-size: 28px;
        padding: 10px 0px 0px;
    }

    .profile + .profile {
        margin: 100px 0px 0px;
    }

    .photo {
        float: none;
        width: 340px;
        height: auto;
        margin: 0px auto;
        display: block;
    }

    .profile-txt {
        margin: 50px 0px 0px;
    }
}

@media screen and (max-width: 480px) {
    .title {
        margin: 0px 0px 50px;
    }

    .title h2 {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .title p {
        font-size: 24px;
    }

    .photo {
        width: 280px;
        height: auto;
    }

    .name {
        font-size: 30px;
    }

    .catch {
        font-size: 22px;
    }
}

/* btn
---------------------------------------------------- */
.btn {
    margin: 150px 0px 130px;
}

.btn a {
    font-family: vdl-logojr, sans-serif;
    font-size: 23px;
    display: block;
    margin: 0px auto;
    width: 321px;
    height: 67px;
    border: 2px solid #000;
    border-radius: 50px;
    line-height: 1;
    text-align: center;
    color: #000;
    box-sizing: border-box;
    padding: 17px 0px 0px;
}

.btn a:hover {
    opacity: 0.5;
}

.btn a span {
    display: inline-block;
    border-bottom: 4px solid #FF006C;
    padding: 0px 35px 6px;
}

@media screen and (max-width: 768px) {
    .btn {
        margin: 100px 0px;
    }
}

@media screen and (max-width: 480px) {
    .btn a {
        font-size: 20px;
        width: 280px;
        height: 55px;
        padding: 12px 0px 0px;
    }
}

/* fadein
---------------------------------------------------- */

.fadein {
    opacity: 0;
    transform: translate(0, 150px);
    transition: transform 1s, opacity 2s;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* footer
---------------------------------------------------- */
footer {
    background: #000;
    text-align: center;
    padding: 26px 0px 45px;
}

footer p {
    color: #fff;
    line-height: 2.6;
}

footer a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    footer p {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    footer p {
        font-size: 11px;
    }
}
