/* input全体に指定する場合は以下 */
input {
    -webkit-appearance: none;
}

html {
    box-sizing: border-box;
    /* Prevent adjustments of font size after orientation changes in iOS */
    word-break: break-word;
    -moz-tab-size: 4;
    tab-size: 4;

    -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
    background-repeat: no-repeat;
}

::before,
::after {
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
    text-decoration: inherit;
}

* {
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ccc;
}

/* main layout */
.sp {
    display: none;
}

header {
    height: 40px;
}

header h1 {
    float: left;
    width: 120px;
    margin: 20px;
}

header h1 img {
    height: 45px;
}

header nav ul li {
    margin: 0 30px;
}

header nav ul li a {
    text-decoration: none;
    color: #000;

}

header .pc .nav-main {
    margin-top: 35px;
    width: auto;
    /* min-width: 600px; */
    float: right
}

header .pc .nav-main li {
    display: inline;
}

header .pc .nav-main li img {
    height: 12px;
}

footer {
    padding: 10px;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #000;
    margin: 30px auto 0;
    width: 1000px;
}

section .inner {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
    clear: both;
}

section .inner h2 {
    font-size: 36px;
    height: 50px;
    display: inline-block;
    background: #FFF;
    position: relative;
    z-index: 10;
    padding: 0 20px 0 0;
}

section.creators .inner h2 {
    padding: 0 20px 0 20px;
}

section .inner h2 img {
    height: 48px;
}

section .inner .section-head::before {
    position: relative;
    top: 25px;
    border-top: 1px solid #000;
    content: "";
    display: block;
    width: 100%;
    z-index: 1;
}

section .inner .nav-sub ul {
    margin: 20px 0;
}

section .inner .nav-sub ul li {
    list-style: none;
    font-size: 12px;
    font-weight: bold;
}

section .inner .nav-sub ul li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 3px;
}
.mv {
	margin-bottom: 50px;
}
.mv img{
	width: 100%;
}

/* WORKS */
.works-items {
    text-align: center;
}

.works h3 {
    font-size: 24px;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 10px 40px;
    border-bottom: solid 1px #000;
    text-align: center;

}

.works .item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

.works .item-container .item {
    width: 27%;
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
    margin-bottom: 60px;
}

.works .item-container .no-item {
    border-bottom: none;
}

.works .item-container .item h4 {
    margin: 20px 0;
}
.works .item-container .item h4 span{
    font-size: 11px;
}

.works .item-container .item .image img {
    width: 100%;
}

.works .item-container .item .info ul {
    margin-top: 20px;
    text-align: left;
}

.works .item-container .item .info ul li {
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.works .item-container .item .info ul li span {
    font-size: 10px;
    font-weight: normal;
}

/* CREATORS */

.creators .section-head {
    text-align: right;
}

.creators .nav-sub {
    float: right;
    width: 335px;
}

.creators .nav-sub ul {
    width: 48%;
    float: left;
}

.creators .nav-sub li {
    font-size: 12px;
}

.creators .nav-sub li.separate {
    margin-bottom: 12px;
}

.creators-items {
    clear: both;
}

.creators-items .item {
    clear: both;
    margin-bottom: 60px;
}

.creators-items .item .image {
    float: left;
    width: 35%;
}

.creators-items .item .image img {
    width: 100%;
}

.creators-items .item .info {
    float: right;
    width: 60%;
}

.creators-items .item .info h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 60%;
    float: left;
}

.creators-items .item .info .sns-links {
    line-height: 20px;
    margin-bottom: 20px;
    width: 35%;
    float: right;
    text-align: right;
}

.creators-items .item .sns-links img {
    width: 30px;
}

.creators-items .item .info h4 span {
    font-size: 10px;
}

.creators-items .item .info p {
    clear: both;
    font-size: 12px;
}

.creators-items .item .info p.tag {
    margin-top: 30px;
    font-weight: bold;
    font-size: 10px;
}

/* OFFER */
.offer .intro {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
}

/* OFFER */
.offer-inputs {
    background-image: url('/assets/images/bg-offer.png');
    background-position: center right;
    background-size: 50%;
    padding: 0px 52% 0 0;
    margin-top: 30px;
}

.offer-inputs dt {
    font-size: 10px;
    margin-bottom: 3px;
}

.offer-inputs dd {
    margin-bottom: 20px;
}

.offer-inputs dd input,
.offer-inputs dd textarea {
    border: none;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

.offer-inputs input[type="submit"] {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

.offer-inputs input[type="submit"]:hover {
    border: 1px solid #ccc;
    color: #ccc;
}


/* AUDITION */
.audition h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.audition .intro {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}


.audition-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

.audition .audition-cover {
    width: 50%;
    padding: 20px;
    float: left;
    background-image: url('/assets/images/bg-audition.png');
    background-size: 100%;
}

.audition-cover dt {
    font-weight: bold;
    font-size: 10px;
}

.audition-cover dd,
.audition-cover p {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}

.audition-cover dd::after {
    content: '・';
    font-weight: bold;
    display: block;
    text-align: center;
    color: #000;
}

.audition .audition-inputs {
    width: 48%;
    float: right;
}

.audition-inputs {
    background-position: center right;
}

.audition-inputs dt {
    font-size: 10px;
    margin-bottom: 3px;
}

.audition-inputs dd {
    margin-bottom: 20px;
}

.audition-inputs dd input,
.audition-inputs dd textarea {
    border: none;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

.audition-inputs input[type="submit"] {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

.audition-inputs input[type="submit"]:hover {
    border: 1px solid #ccc;
    color: #ccc;
}

/* RECRUIT */
.recruit .intro {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
}


.recruit-inputs {
    background-image: url('/assets/images/bg-recruit.png');
    background-position: center right;
    background-size: 50%;
    padding: 0px 52% 0 0;
    margin-top: 30px;
}

.recruit-inputs dt {
    font-size: 10px;
    margin-bottom: 3px;
}

.recruit-inputs dd {
    margin-bottom: 20px;
}

.recruit-inputs dd input,
.recruit-inputs dd textarea {
    border: none;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

.recruit-inputs input[type="submit"] {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

.recruit-inputs input[type="submit"]:hover {
    border: 1px solid #ccc;
    color: #ccc;
}

/* ABOUT US */
.about-cover {
    width: 60%;
    float: right;
}

.about-cover img {
    width: 100%;
}

.about-info {
    margin-top: 30px;
    width: 30%;
    float: left;
}

.about-info dt {
    font-size: 14px;
    font-weight: bold;
}

.about-info dd {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

form dd {
    position: relative;
}

.error_msg {
    display: none;
    position: absolute;
    top: -14px;
    right: 0px;
    padding: 0 3px;
    background: #FF1D25;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

.is-error .error_msg {
    display: block;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 80px;
        z-index: 1000;
        background: #FFF;
    }

    section .inner,
    footer {
        width: 90%;
        margin: 0 auto;
    }

    #slide-menu {
        background: #FFF;
        position: fixed;
        top: 80px;
        left: 0px;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }

    #slide-menu ul li {
        list-style: none;
    }

    #slide-menu ul li a {
        display: block;
        padding: 20px;
    }

    #slide-menu ul li img {
        height: 30px;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
		position: absolute;
		top: 25px;
		right: 15px;
        width: 35px;
        height: 30px;
        background: #FFF;
        border: none;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 13px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger.active span:nth-of-type(1) {
        width: 45%;
        transform: translate3d(2px, 7px, 0) rotate(45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        transform: translate3d(-1px, 0, 0) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(3) {
        width: 45%;
        transform: translate3d(15px, -6px, 0) rotate(45deg);
    }

    .mv {
        padding-top: 80px;
    }

    section .inner h2 img {
        height: 32px;
    }

    .works .item-container .item {
        width: 47%;
        padding-bottom: 20px;
        border-bottom: solid 1px #000;
        margin-bottom: 60px;
    }

    .works .item-container .no-item {
        display: none;
    }

    .works h3 {
        font-size: 18px;
    }

    .creators-items .item .image,
    .creators-items .item .info,
    .creators-items .item .info h4,
    .creators-items .item .info .sns-links {
        text-align: left;
        float: none;
        width: 100%;
    }

    .offer-inputs,
    .recruit-inputs {
        background-image: none;
        background-position: center right;
        background-size: auto;
        padding: 0;
        margin-top: 30px;
    }

    .audition .audition-cover {
        width: 100%;
        padding: 20px;
        float: none;
        background-image: url(/assets/images/bg-audition.png);
        background-size: 100%;
        margin: 20px 0;
    }

    .audition .audition-inputs {
        margin: 20px 0;
        width: 100%;
        float: none;
    }

    .about-cover {
        width: 100%;
        float: none;
        height: 200px;
        overflow: hidden;
        margin-top: 20px;
    }

    .about-info {
        width: 100%;
        float: none;
    }

}