@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    overscroll-behavior: none;
}

p,
a,
h2,
h3 {
    font-family: 'Noto Sans', sans-serif;
}

.content {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

/* ーーーーー背景画像の設定ーーーーー */

.fixed_bg {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 10;
}

.fixed_bg.bg_img {
    background-image: url(img/back_img.png);
}

/* ーーーーーメインコンテンツの背景設定ーーーーー */

.main_content {
    max-width: 460px;
    margin: auto;
    padding: 0;
}

/* ーーーheaderーーー */

header {
    background-image: url(img/back2_restored.jpeg);
    background-position: top center;
}

.logo_block {
    max-width: 460px;
    padding: 290px 10px 40px;
    margin: 0;
}

.img_link {
    display: block;
    text-decoration: none;
}

.logo_block img {
    width: 100%;
}

.catchcopy_block {
    max-width: 363px;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.catchcopy_block_blend {
    width: 363px;
    height: 53px;
    background-color: #287490;
    position: absolute;
    mix-blend-mode: color-burn;
}

.catchcopy {
    font-size: 1.3em;
    letter-spacing: .5px;
    line-height: 1.2em;
    margin-bottom: 40px;
    padding-top: 2px;
    font-weight: bold;
    color: #FFFF00;
    display: inline-block;
    text-align: left;
}

.text_block {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 50px;
}

.text_block p {
    font-size: .9em;
    line-height: 1.7em;
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-align: left;
    background: #00000052;
}

.catchcopy span,
.catchcopy_sub span,
.text_block p span,
.text_block_sub p span {
    font-style: italic;
}

/* ーーーーーメインコンテンツーーーーー */

.bubble {
    position: relative;
    background-color: #FFFF22;
    padding: .45em;
}

.bubble::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -29px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #FFFF22 transparent transparent transparent;
    border-width: 30px 30px 0 30px;
}

.bubble h2 {
    font-size: 1.3em;
    letter-spacing: .5px;
    font-weight: bold;
    color: #010797;
    text-align: center;
}

.deco {
    background-color: #343434ba;
    width: 70px;
    height: 70px;
    padding: 8px 5px;
    margin: 0 0 -70px 10px;
    position: relative;
}

.deco p {
    color: #fff;
}

.deco_title {
    font-size: .9em;
    padding-bottom: 3px;
    border-bottom: .8px solid #b3b3b3;
}

.number {
    font-size: 1.85em;
    font-family: 'Train One', cursive;
    padding-top: .5px;
    letter-spacing: 1.5px;
}

.member {
    width: 180px;
    text-align: center;
    margin: 70px auto 0;
}

.secound {
    margin: 0 auto;
}

h3 {
    background-color: #343434ba;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: -10px;
    padding: 13px 0;
    display: block;
}

/* ーーーグループ・個人制作ーーー */

.web {
    background: #ffffff47;
}

.solo {
    background: #43a8cca7;
    padding-top: 40px;
}

.movie {
    background: #bbf3d869;
}

.all_web_works {
    text-align: center;
}

.web_works {
    max-width: 480px;
    min-width: 300px;
    margin-top: 50px;
    padding: 0 20px;
    position: relative;
}

.works_link {
    display: block;
    text-decoration: none;
}

.works_link img {
    width: 100%;
}

/* ーーーテキスト設定ーーー */

.works_text {
    text-align: left;
    margin-top: -10px;
    padding-bottom: 60px;
    color: #fff;
    font-weight: bold;
}

.works_text_block {
    background: #dbdbdb48;
    margin: 0 20px;
    padding: 10px 0;
}

.works_text span {
    padding-left: 1.3em;
}

.works_text a {
    font-size: 1.1em;
    font-style: italic;
    letter-spacing: 1.2px;
    padding-left: 20px;
    position: relative;
}

.works_text a::after {
    content: "";
    left: 18px;
    width: 96%;
    height: 1.8px;
    background: #ffff00;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
    position: absolute;
}

.works_text a:hover {
    color: #ffff00;
    transition: .3s;
}

.works_text a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.concept {
    padding: 13px 17px 0 20px;
    letter-spacing: .4px;
    line-height: 1.8em;
    font-size: .84em;
    position: relative;
}

/* ーーーーースクロールを促す設定ーーーーー */

.scroll a {
    padding-top: 45px;
    display: inline-block;
    text-decoration: none;
    position: absolute;
}

.scroll a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5px;
    height: 80px;
    background: #fff;
    animation: sdl 2.2s cubic-bezier(1, 0, 0, 1) infinite;
}

.scroll a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5px;
    height: 80px;
    background: rgba(255, 255, 255, .4);
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/* ーーーーー映像設定ーーーーー */

.all_movie_works {
    text-align: center;
}

.movie_works {
    max-width: 480px;
    min-width: 300px;
    margin-top: 70px;
    padding: 0 20px;
}

.movie_works iframe {
    width: 100%;
    border: 2.5px solid #fff;
}

/* ーーーテキスト設定ーーー */

.movie_text {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 60px;
}

.movie_text span {
    padding-left: 1.3em;
}

.movie_text p {
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

/* ーーーliリンクの設定ーーー */

.li_link li:last-child {
    border: none;
}

.li_link a {
    font-size: 1.1em;
    letter-spacing: .5px;
    color: #010797;
    background: #FFFF22;
    font-weight: bold;
    padding: 22px 0 22px 35px;
    display: block;
    height: 100%;
    width: 100%;
    transition: .25s;
    border-bottom: .5px solid #010797;
}

.li_link a:hover {
    color: #fff;
    background: #010797;
}

.li_link a span {
    font-style: italic;
}

.document_link a {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: .5px;
    text-align: center;
    font-weight: bold;
    padding: 22px 1.5px;
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #010797;
    outline: .5px solid #fff;
    outline-offset: -5px;
    position: relative;
    text-decoration: none;
}

.document_link a::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    top: 20px;
    right: 50px;
    transition: .3s;
}

.document_link a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid #010797;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 26px;
    right: 55px;
    z-index: 10;
    transition: .3s;
}

.document_link a:hover::after,
.document_link a:hover::before {
    margin-right: -10px;
    transition: .3s;
}

/* ーーーーーfooter設定ーーーーー */

footer {
    background: #FFFF22;
}

.school_logo {
    max-width: 460px;
    padding: 30px 50px 15px;
}

.school_logo img {
    width: 100%;
}

.address_block {
    color: #010797;
    font-weight: bold;
    letter-spacing: .3px;
    font-size: 1em;
    text-align: center;
}

.address {
    font-size: 1.1em;
}

.tel_fax {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px;
}

.tel_fax span {
    padding-left: 20px;
}

.address span,
.tel_fax p {
    font-style: italic;
}

.icon ul {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.icon li {
    max-width: 110px;
    height: auto;
    padding: 0 30px;
}

.icon img {
    width: 100%;
}

.icon a,
.icon_sub a {
    transition: .3s;
}

.icon a:hover,
.icon_sub a:hover {
    opacity: .5;
}

.copyright p {
    font-size: .4em;
    padding-bottom: 10px;
    color: #010797;
    text-align: center;
}

.aside_block,
.aside_block_secound {
    display: none;
}

/* ーーーリストーーー */

.list {
    background: #66666674;
}

.Preparation {
    width: fit-content;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.6em;
    padding: 200px 0 180px;
    letter-spacing: .6px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}


@media screen and (min-width: 1200px) {

    .logo_block,
    .catchcopy_block,
    .text_block {
        display: none;
    }

    .aside_block {
        max-width: 400px;
        display: block;
        position: fixed;
        right: 69.5%;
        top: 30%;
    }

    .school_logo_sub {
        max-width: 380px;
        padding: 30px 20px 15px;
    }

    .school_logo_sub img {
        width: 100%;
    }

    .address_block_sub {
        color: #fff;
        font-weight: bold;
        text-align: center;
        letter-spacing: .3px;
        font-size: 1em;
    }

    .address_sub {
        font-size: 1.1em;
    }

    .tel_fax_sub {
        display: flex;
        justify-content: center;
        padding: 10px 0 20px;
    }

    .tel_fax_sub span {
        padding-left: 20px;
    }

    .address_sub span,
    .tel_fax_sub p {
        font-style: italic;
    }

    .icon_sub ul {
        display: flex;
        justify-content: center;
    }

    .icon_sub li {
        max-width: 80px;
        height: auto;
        padding: 0 15px;
    }

    .icon_sub img {
        width: 100%;
    }

    .document_link_sub {
        position: relative;
        text-align: center;
        display: block;
        padding: 0 30px;
    }

    .document_link_sub a {
        font-size: 1.1em;
        letter-spacing: .5px;
        background: #fff;
        padding: 14px 0;
        margin-bottom: 20px;
        border-radius: 50px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        height: 100%;
        width: 100%;
    }

    .document_link_sub a p {
        background-size: cover;
        background-position: center;
        background-image: url(img/back_img.png);
        -webkit-background-clip: text;
        color: rgba(0, 0, 0, 0);
    }

    .document_link_sub a::after {
        content: "";
        position: absolute;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        background-image: url(img/back_img.png);
        background-position: center;
        background-size: cover;
        top: 14px;
        right: 54px;
        transition: .3s;
    }

    .document_link_sub a::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        top: 19px;
        right: 58px;
        z-index: 10;
        transition: .3s;
    }

    .document_link_sub a:hover::after,
    .document_link_sub a:hover::before {
        margin-right: -10px;
    }

    .aside_block_secound {
        max-width: 400px;
        display: block;
        position: fixed;
        margin: 0 auto;
        left: 69%;
        top: 27%;
    }

    .logo_block_sub {
        max-width: 400px;
        padding: 30px 20px 20px;
        margin: 0;
    }

    .logo_block_sub img {
        width: 100%;
    }

    .catchcopy_block_sub {
        max-width: 330px;
        display: block;
        text-align: center;
        margin-left: 25px;
        position: relative;
    }

    .catchcopy_block_blend_sub {
        width: 330px;
        height: 50px;
        background-color: #287490;
        position: absolute;
        mix-blend-mode: color-burn;
    }

    .catchcopy_sub {
        font-size: 1.2em;
        letter-spacing: .5px;
        line-height: 1.2em;
        padding: 1px;
        font-weight: bold;
        color: #FFFF00;
        display: inline-block;
        text-align: left;
    }

    .text_block_sub {
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .text_block_sub p {
        position: absolute;
        left: 6%;
        font-size: .87em;
        line-height: 1.8em;
        letter-spacing: .5px;
        padding-top: 25px;
        font-weight: bold;
        color: #fff;
        text-align: left;
    }
}

@media screen and (max-width: 450px) {

    .works_text span,
    .movie_text span {
        padding-left: 1em;
    }

    .works_text a,
    .movie_text p {
        font-size: .9em;
    }

    .text_block p {
        padding: 0 5px;
        font-size: .85em;
    }

    .works_text a {
        padding-left: 15px;
    }

    .deco {
        margin-left: 0;
    }

    .concept {
        font-size: .7em;
    }

    .works_text a::after {
        left: 13px;
    }
}