@charset "utf-8";
img {
    display: block;
    width: 100%;
}
#wrap {
    overflow: hidden;
}
/**************************
mainvisual
**************************/
.mainvisual {
    background: url("../img/back_mainvisual.jpg") repeat left top;
    padding: 40px 0 120px;
}
.logo {
    width: 850px;
    max-width: 90%;
    margin: 0 auto;
}
/**************************
overview
**************************/
.overview-wrap {
    background: #fff;
    position: relative;
    z-index: 1
}
.overview-wrap::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 80px solid transparent;
    border-right: 0px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 100vw solid #fff;
    z-index: -1;
}
.overview-wrap::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 80px solid #fff;
    border-right: 100vw solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid #fff;
    z-index: -1;
}
.heading-copy {
    font-size: 300%;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 6px;
    text-align: center;
    transform: rotate(-3deg) translateY(-80px);
    padding: 0 20px;
}
.blue {
    color: #0038ea;
}
.pink {
    color: #ff0078;
}
.overview {
    max-width: 830px;
    font-weight: bold;
    font-size: 100%;
    line-height: 2.4;
    margin: 0 auto;
    text-align: justify;
    letter-spacing: 1px;
    padding: 0 30px;
}
.ov-big {
    font-size: 250%;
    line-height: 1;
}

/**************************
works
**************************/
.directors {
    background: rgb(0,240,255);
    background: linear-gradient(0deg, rgba(0,240,255,1) 0%, rgba(0,240,255,1) 25%, rgba(0,167,253,1) 60%, rgba(0,48,255,1) 100%);
    padding: 120px 0 20px 0;
}
.directors section {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    margin-bottom: 80px;
}
.d-block {
    display: grid;
    grid-template-rows: 100px 1fr;
    grid-template-columns: 360px 1fr;
    grid-gap: 10px;
}
.profile {
    order: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    background: #feff02;
    margin-top: -10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.job {
    font-size: 85%;
    margin-bottom: 6px;
    line-height: 1.2;
}
.name {
    font-size: 250%;
    font-weight: bold;
    letter-spacing: 3px;
    transform: rotate(-2.2deg);
}
.name span {
    color: #0038ea;
}
.age-hometown {
    font-size: 85%;
    line-height: 1.2;
    margin-top: auto;
}
.pic {
    order: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;

}
.introduce {
    order: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background: #e7e7e7;
    padding: 10px;
}
.tit-introduce {
    position: relative;
    z-index: 0;
    font-weight: bold;
    top: -12px;
    left: -13px;
    width: 140px;
    height: 55px;
    transform: rotate(-7deg);
}
.tit-introduce::before,
.tit-introduce::after {
    content: '';
    position: absolute;
    background-color: #a3ff02;
    width: 85px;
    height: 45px;
    z-index: -1;
    top: 0;
    left: 0;
}
.tit-introduce::after {
    top: 8px;
    left: 50px;
}
.tit-introduce strong,
.tit-work strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 21px;
    letter-spacing: 2px;
}
.tit-introduce strong span,
.tit-work strong span {
    color: #0038ea;
}
.greeting {
    position: relative;
    top: -5px;
    font-size: 90%;
    line-height: 1.5;
}
.work {
    margin-top: 10px;
    border: 1px #0056fa solid;
    padding: 0 25px 25px;
}
.tit-work {
    position: relative;
    z-index: 0;
    font-weight: bold;
    top: -5px;
    left: -30px;
    width: 180px;
    height: 55px;
    transform: rotate(-7deg);
}
.tit-work::before,
.tit-work::after {
    content: '';
    position: absolute;
    background-color: #a3ff02;
    width: 100px;
    height: 47px;
    z-index: -1;
    top: 0;
    left: 0;
}
.tit-work::after {
    top: 8px;
    left: 75px;
}
.tit-mov {
    margin: 20px 0;
}
.movie-thumb {
    margin-bottom: 20px;
}
.tit-introduction {
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.introduction {
    font-size: 100%;
    line-height: 1.7;
    margin-bottom: 25px;
}
.youtube {
    display: block;
}

/**************************
share btn
**************************/
.sns-share {
    padding-bottom: 100px;
    background: #00f0ff;
}
.do-share {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    background: #0030ff;
    color: #fff;
    padding: 4px 0;
    font-size: 80%;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
    height: 20px;
}
.do-share::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 30px;
    background-color: #0030ff;
    top: 40px;
    left: 50%;
}
.share-btns {
    display: flex;
    justify-content: center;
    gap: 0 25px;
    margin-top: 70px;
}
.sns {
    width: 50px;
}

@media (max-width: 812px) {

/**************************
overview
**************************/
.heading-copy {
    font-size: 230%;
}
.overview {
    margin-top: -30px;
}
.ov-big {
    font-size: 230%;
}

/**************************
works
**************************/
.directors section {
    margin-bottom: 50px;
}
.d-block {
    display: block;
}
.profile {
    margin-bottom: 10px;
}
.job {
    margin-bottom: 10px;
}
.name {
    font-size: 230%;
    transform: rotate(-1.5deg);
    margin-bottom: 20px;
}
.pic {
    margin: 0 auto 10px;
}
.tit-introduce {
    top: -15px;
    left: -15px;
    width: 120px;
    height: 50px;
}
.tit-introduce::before,
.tit-introduce::after {
    width: 70px;
    height: 40px;
    top: 0;
    left: 0;
}
.tit-introduce::after {
    top: 5px;
    left: 50px;
}
.tit-introduce strong,
.tit-work strong {
    font-size: 18px;
}
.work {
    padding: 0 20px 20px;
}
.tit-work {
    top: -3px;
    left: -25px;
    width: 170px;
    height: 52px;
}
.tit-work::before,
.tit-work::after {
    width: 100px;
    height: 45px;
    top: 0;
    left: 0;
}
.tit-work::after {
    top: 6px;
    left: 70px;
}
.tit-mov {
    margin: 15px 0;
}
.tit-introduction {
    font-size: 110%;
    margin-bottom: 10px;
}
.introduction {
    font-size: 95%;
    margin-bottom: 20px;
}


}

@media (max-width: 580px) {
/**************************
mainvisual
**************************/
.logo {
    max-width: 95%;
}

/**************************
overview
**************************/
.heading-copy {
    font-size: 180%;
}
.ov-big {
    font-size: 180%;
}
/**************************
work
**************************/
.directors section {
    width: 95%;
}
.job {
    font-size: 80%;
    margin-bottom: 6px;
}
.name {
    font-size: 180%;
    margin-bottom: 12px;
}
.age-hometown {
    font-size: 80%;
}
.tit-introduce {
    top: -13px;
    left: -15px;
    width: 115px;
    height: 42px;
}
.tit-introduce::before,
.tit-introduce::after {
    width: 65px;
    height: 35px;
    top: 0;
    left: 0;
}
.tit-introduce::after {
    top: 5px;
    left: 50px;
}
.tit-introduce strong,
.tit-work strong {
    font-size: 17px;
}
.work {
    padding: 0 10px 10px;
}
.tit-work {
    top: -3px;
    left: -16px;
    width: 150px;
    height: 43px;
}
.tit-work::before,
.tit-work::after {
    width: 80px;
    height: 36px;
    top: 0px;
    left: 0;
}
.tit-work::after {
    top: 6px;
    left: 70px;
}
.tit-mov {
    margin: 10px 0;
}
.tit-introduction {
    font-size: 100%;
}
.introduction {
    font-size: 90%;
    margin-bottom: 10px;
}

}
