.wrap .content_box {
    width: 930px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 812px) {
    .wrap .content_box {
        width: 100%;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.wrap .content_ttl {
    position: relative;
    padding-top: 43px;
    display: inline-block;
}

@media screen and (max-width: 812px) {
    .wrap .content_ttl {
        text-align: center;
        width: 100%;
    }
}

.wrap .content_ttl img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrap .content_ttl span {
    font-size: 2.0rem;
}

@media screen and (max-width: 812px) {
    .wrap .content_ttl span {
        font-size: 5.3vw;
    }
}

.wrap .content {
    width: 727px;
    padding-top: 45px;
}

@media screen and (max-width: 812px) {
    .wrap .content {
        width: 100%;
    }
}

.btn_style {
    margin: 0;
}

@media screen and (max-width: 812px) {
    .btn_style {
        margin: 0 auto;
    }
}

.btn_box {
    width: 930px;
    margin-left: auto;
}

@media screen and (max-width: 812px) {
    .btn_box {
        width: 100%;
        margin: 0 auto;
    }
}

.bg_box {
    position: relative;
}

.bg_box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 671px;
    background: url(../img/bg_box.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

@media screen and (max-width: 812px) {
    .bg_box:after {
        height: 100%;
    }
}

#mv .wrap {
    width: 100%;
}

@media screen and (max-width: 812px) {
    #mv .wrap {
        width: 100%;
    }
}

#mv .content_box {
    position: relative;
    width: 73%;
}

@media screen and (max-width: 812px) {
    #mv .content_box {
        width: 100%;
        position: static;
        display: block;
    }
}

#mv img {
    width: 100%;
    height: auto;
}

#mv .txt {
    position: absolute;
    top: 75px;
    left: -209px;
    font-weight: 500;
    color: #00aebb;
}

@media screen and (max-width: 812px) {
    #mv .txt {
        position: static;
        width: 90%;
        margin: 6vw auto 0;
        padding: 3vw;
        margin-bottom: 5vw;
        text-align: center;
    }
}

#mv .txt .main {
    font-size: 3.8rem;
    line-height: 1.5;
    padding-bottom: 40px;
}

@media screen and (max-width: 812px) {
    #mv .txt .main {
        font-size: 6vw;
        padding-bottom: 2vw;
    }
}

#mv .txt .caption {
    font-size: 1.6rem;
    line-height: 2.5;
}

@media screen and (max-width: 812px) {
    #mv .txt .caption {
        font-size: 4vw;
        line-height: 1.8;
    }
}

#mv .scroll_box {
    position: absolute;
    bottom: 0;
    left: -141px;
}

@media screen and (max-width: 812px) {
    #mv .scroll_box {
        position: static;
        text-align: center;
    }
}

#mv .scroll_box .scroll_txt {
    font-size: 1.4rem;
    font-weight: 500;
}

#mv .scroll_box .arrow {
    width: 1px;
    height: 40px;
    margin: 17px auto 0;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

#mv .scroll_box .arrow::before {
    content: '';
    width: 2px;
    height: 40px;
    margin: 17px auto 0;
    background-color: #00aebb;
    position: absolute;
    top: -57px;
    left: 0;
    -webkit-animation: arrow 2.5s ease 0s infinite normal;
    animation: arrow 2.5s ease 0s infinite normal;
    z-index: 1;
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0);
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0);
    }
}

#info {
    padding: 67px 0 88px;
}

@media screen and (max-width: 812px) {
    #info {
        padding: 10vw 0;
    }
}

#info .wrap {
    width: 100%;
}

@media screen and (max-width: 812px) {
    #info .wrap {
        width: 90%;
    }
}

#info .wrap .content_box {
    width: 73%;
}

@media screen and (max-width: 812px) {
    #info .wrap .content_box {
        width: 100%;
    }
}

#info .wrap .content .fb_container{
    width: 500px;
    overflow: hidden;
}

@media screen and (max-width: 812px) {
    #info .wrap .content .fb_container{
        width: 100%;
    }
}

#info .wrap .content {
    width: calc(100% - 120px);
}

@media screen and (max-width: 812px) {
    #info .wrap .content {
        width: 100%;
    }
}

#info .list .item {
    border-bottom: solid 1px #fff;
}

#info .list .item:nth-of-type(1) a {
    padding-top: 0;
}

#info .list .item a,
#info .list .item .nolink {
    padding: 23px 0;
    font-size: 1.6rem;
    display: block;
}

@media screen and (max-width: 812px) {
    #info .list .item a,
    #info .list .item .nolink {
        font-size: 3.8vw;
        padding: 5vw 0 4vw;
        display: flex;
        line-height: 1.5;
    }
}

#info .list .item .day {
    padding-right: 1em;
}

@media screen and (max-width: 812px) {
    #info .list .item .day {
      flex: none;
    }
}

#about {
    padding: 117px 0 145px;
}

@media screen and (max-width: 812px) {
    #about {
        padding: 10vw 0 20vw;
    }
}

@media screen and (max-width: 812px) {
    #about .content {
        text-align: center;
    }
}

#about .ttl {
    font-size: 2.3rem;
    padding-bottom: 50px;
}

@media screen and (max-width: 812px) {
    #about .ttl {
        font-size: 5.5vw;
        line-height: 1.5;
        padding-bottom: 5vw;
    }
}

#about .txt {
    font-size: 1.6rem;
    line-height: 3;
    padding-bottom: 100px;
}

@media screen and (max-width: 812px) {
    #about .txt {
        font-size: 4vw;
        line-height: 2.5;
        padding-bottom: 10vw;
    }
}

@media screen and (max-width: 812px) {
    #profile_box .content {
        text-align: center;
    }
}

#profile_box .image_box {
    position: relative;
    padding-bottom: 134px;
}

@media screen and (max-width: 812px) {
    #profile_box .image_box {
        padding-bottom: 10vw;
    }
}

#profile_box .image_box:after {
    content: '';
    width: 100%;
    height: 442px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: url(../img/bg_profile.png) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 812px) {
    #profile_box .image_box:after {
        height: 30vw;
    }
}

#profile_box .image_box .image {
    width: 996px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: block;
}

@media screen and (max-width: 812px) {
    #profile_box .image_box .image {
        width: 90%;
    }
}

#profile_box .wrap {
    padding-top: 116px;
}

@media screen and (max-width: 812px) {
    #profile_box .wrap {
        padding-top: 10vw;
    }
}

#profile_box .name {
    font-size: 2.4rem;
    padding-bottom: 40px;
}

@media screen and (max-width: 812px) {
    #profile_box .name {
        font-size: 5.5vw;
    }
}

#profile_box .name span {
    font-size: 1.6rem;
}

@media screen and (max-width: 812px) {
    #profile_box .name span {
        font-size: 3.5vw;
    }
}

#profile_box .txt {
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 50px;
}

@media screen and (max-width: 812px) {
    #profile_box .txt {
        font-size: 4vw;
        padding-bottom: 5vw;
    }
}

#profile_box .txt.indent {
    padding-left: 1em;
    text-indent: -1em;
}

#profile_box .txt a {
    color: #00aebb;
    text-decoration: underline;
}

#profile_box .btn_box {
    padding-top: 100px;
}

@media screen and (max-width: 812px) {
    #profile_box .btn_box {
        padding-top: 5vw;
    }
}