@charset "utf-8";
:root {
    --bk: #191919;
    --yellow: #F9FF58;
    --navy: #001D39;
    --royalblue: #69B4FF;
}

.photoClass .ttl {
    margin: 0 auto 40px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #E6F0F4;
}

.photoClass .link {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 64px;
    line-height: 64px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: var(--bk);
}

@media screen and (min-width: 960px) {
    .photoClass .link {
        width: 320px;
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }

    .photoClass .link:hover {
        cursor: pointer;
        color: var(--bk);
        box-sizing: border-box;
        border: 1px solid var(--bk);
        background-color: transparent;
    }
}

#Header {
    position: relative;
    width: 100%;
    min-height: 500px;
    color: #fff;
    text-align: center;
    background-image: url(../img/head_photo_sp.jpg);
    background-position-x: center;
    background-position-y: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#Header::after {
    content: "Copyright Teruyasu Kitayama";
    position: absolute;
    display: block;
    width: fit-content;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 10px;
}

.header__ttl {
    padding: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 500px;
}

.header__link {
    display: none;
}

/* S1 SP */
.PartsS1 {
    position: relative;
    padding: 64px 16px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: var(--navy);
}

.photoClass .PartsS1__ttl {
    padding: 0 0 64px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 100;
    font-size: 26px;
    color: var(--royalblue);
}

.photoClass .PartsS1__subttl {
    padding: 0 0 40px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-align: center;
}

.photoClass .PartsS1__text {
    padding: 0 0 24px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.photoClass .PartsS1__text:nth-child(5) {
    padding: 0;
}

.photoClass .PartsS1__recommend {
    padding: 80px 0 40px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 100;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.photoClass .PartsS1__feature {
    width: 100%;
    aspect-ratio: 1.95 / 1;
    background-image: url(../img/feature_img.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* S2 SP */
.photoClass .PartsS2__ttl {
    position: relative;
    font-size: 24px;
    font-weight: 100;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background-color: rgba(25, 25, 25, 0.6);
}

.photoClass .PartsS2__ttl::before {
    content: "EXPERIENCE";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 52px;
    opacity: 0.2;
}

.photoClass .PartsS2__card {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.photoClass .PartsS2__card--01 {
    min-height: 580px;
    background-image: url(../img/photoclass_015.jpg);
    background-position: center;
}

.photoClass .PartsS2__card--02 {
    min-height: 580px;
    padding: 64px 0 0;
    box-sizing: border-box;
    background-image: url(../img/photoclass_012.jpg);
    background-position: center;
}

.photoClass .PartsS2__card--03 {
    min-height: 580px;
    padding: 64px 0 0;
    box-sizing: border-box;
    background-image: url(../img/photoclass_019.jpg);
    background-position: center;
}

.photoClass .PartsS2__card::after {
    position: absolute;
    display: block;
    width: fit-content;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 10px;
}


.photoClass .PartsS2__card--01::after,
.photoClass .PartsS2__card--03::after {
    content: "Copyright H.Morita";
}

.photoClass .PartsS2__card--02::after {
    content: "Copyright Teruyasu Kitayama";
}

.photoClass .PartsS2__partition {
    max-width: 560px;
    padding: 24px;
    margin: 0 16px;
    box-sizing: border-box;
    color: #fff;
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.2);
}

.photoClass .PartsS2__subttl {
    padding: 0 0 24px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.photoClass .PartsS2__text {
    font-size: 14px;
    line-height: 28px;
}


/* S3 SP */
.photoClass .PartsS3__wrapper {
    padding: 64px 16px;
    box-sizing: border-box;
    background-color: #EFEFEF;
}

.photoClass .PartsS3__ttl {
    position: relative;
    margin: 0 auto;
    font-weight: 100;
    color: #fff;
    background-color: var(--bk);
}

.photoClass .PartsS3__ttl::before {
    content: "INFORMATION";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 52px;
    opacity: 0.2;
}

.photoClass .PartsS3__card {
    position: relative;
    padding: 24px 0 0;
    margin: 0 auto 40px;
    box-sizing: border-box;
    width: 240px;
    height: 240px;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.2);
    text-align: center;
    background-color: #fff;
}

.photoClass .PartsS3__card:last-child {
    margin: 0 auto 64px;
}

.photoClass .PartsS3__item {
    padding: 0 0 24px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 100;
}

.photoClass .PartsS3__text {
    font-size: 16px;
    font-weight: 100;
}

.photoClass .PartsS3__icon {
    margin: 0 auto 16px;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
}

.photoClass .PartsS3__card--01 .PartsS3__icon {
    background-image: url(../img/place.png);
}

.photoClass .PartsS3__card--02 .PartsS3__icon {
    background-image: url(../img/time.png);
}

.photoClass .PartsS3__card--03 .PartsS3__icon {
    background-image: url(../img/money.png);
}

.photoClass .PartsS3__card--04 .PartsS3__icon {
    background-image: url(../img/payment.png);
}

.photoClass .PartsS3__belongings {
    position: relative;
    padding: 40px 24px 64px;
    box-sizing: border-box;
    margin: 0 auto 64px;
    max-width: 640px;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.2);
    background-color: #fff;
}

.photoClass .PartsS3__belongings::before {
    content: "";
    display: block;
    position: absolute;
    top: -32px;
    left: 40px;
    width: 32px;
    height: 88px;
    background-image: url(../img/clip.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.photoClass .PartsS3__belongings::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 200px;
    height: 160px;
    background-image: url(../img/camera.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.photoClass .PartsS3__subttl {
    width: 240px;
    margin: 0 auto 40px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid var(--bk);
}

.photoClass .PartsS3__listFrame {
    max-width: 460px;
    margin: 0 auto;
}

.photoClass .PartsS3__listItem {
    min-height: 28px;
    font-size: 14px;
}

.photoClass .notice .PartsS3__listItem {
    padding: 0 0 24px;
    box-sizing: border-box;
}

.photoClass .partsS3__link {
    margin: 0 auto 64px;
}

.photoClass .PartsS3__partition {
    position: relative;
    padding: 40px 24px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.2);
    background-color: #F8F6EF;
}

.photoClass .PartsS3__cancel {
    font-size: 14px;
    font-weight: 100;
    line-height: 28px;
}

/* S4 SP */
.photoClass .PartsS4__ttl {
    position: relative;
    margin: 0 auto;
    color: #fff;
    font-weight: 100;
    background-color: #002A64;
}

.photoClass .PartsS4__ttl::before {
    content: "INSTRUCTOR";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 52px;
    opacity: 0.2;
}

.photoClass .instructor__img {
    width: 100%;
    max-width: 600px;
    height: auto;
    min-height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.photoClass .instructor--01 .instructor__img {
    background-image: url(../img/prof_01.jpg);
}

.photoClass .instructor--02 .instructor__img {
    background-image: url(../img/prof_02.jpg);
}

.photoClass .instructor__card {
    padding: 24px;
    box-sizing: border-box;
    background-color: #EFEFEF;
}

.photoClass .instructor__name {
    font-size: 36px;
    font-weight: 100;
}

.photoClass .instructor__status {
    padding: 0 0 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 100;
}

.photoClass .instructor__profile {
    padding: 0 0 16px;
    box-sizing: border-box;
}

.photoClass .instructor__profile,
.photoClass .instructor__text {
    font-size: 14px;
    font-weight: 100;
    line-height: 28px;
}

.photoClass .instructor__listFrame  {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 40px;
    box-sizing: border-box;
}

.photoClass .instructor__listItem  {
    height: 24px;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background-color: var(--royalblue);
}

.photoClass .gallery__wrapper {
    position: relative;
    padding: 0 7px;
    box-sizing: border-box;
    max-width: 1032px;
    margin: 0 auto;
}

.photoClass .gallery__ttl {
    padding: 16px 0;
    box-sizing: border-box;
    font-size: 36px;
    font-weight: 100;
    text-align: center;
}

.photoClass .gallery__listFrame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1032px;
    margin: 0 auto 16px;
}

.photoClass .gallery__listItem {
    width: 180px;
    max-width: 240px;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    border: solid 1px #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

/* instructor01 */
.photoClass .instructor--01 .gallery__listItem--01 {
    background-image: url(../img/photoclass_011.jpg);
    background-position-x: -70px;
}

.photoClass .instructor--01 .gallery__listItem--02 {
    background-image: url(../img/photoclass_010.jpg);
    background-position-x: -30px;
}

.photoClass .instructor--01 .gallery__listItem--03 {
    background-image: url(../img/photoclass_001.jpg);
    background-position-x: -40px;
}
.photoClass .instructor--01 .gallery__listItem--04 {
    background-image: url(../img/photoclass_013.jpg);
}

/* instructor02 */
.photoClass .instructor--02 .gallery__listItem--01 {
    background-image: url(../img/photoclass_015.jpg);
    background-position-x: -40px;
}

.photoClass .instructor--02 .gallery__listItem--02 {
    background-image: url(../img/photoclass_016.jpg);
    background-position-x: -80px;
}

.photoClass .instructor--02 .gallery__listItem--03 {
    background-image: url(../img/photoclass_017.jpg);
    background-position-y: -40px;
}

.photoClass .instructor--02 .gallery__listItem--04 {
    background-image: url(../img/photoclass_018.jpg);
    background-position-x: -60px;
}

.photoClass .gallery__vedeo {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    padding: 0 16px;
    margin: 40px auto;
    box-sizing: border-box;
}

.photoClass .gallery__vedeo iframe {
    width: 100%;
    height: stretch;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

/* S5 SP */
.photoClass .PartsS5__wrapper {
    padding: 64px 24px;
    box-sizing: border-box;
    margin: 40px auto 0;
    min-height: 640px;
    background-image: url(../img/photoclass_016.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.photoClass .PartsS5__ttl {
    padding: 0 0 64px;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: 100;
    line-height: 48px;
    color: #fff;
    text-align: center;
}


/*PC---------------------------------------------------------------------------*/
@media screen and (min-width: 960px) { 
    #Header {
        position: relative;
        width: 100%;
        height: 400px;
        color: #fff;
        text-align: center;
        background-image: url(../img/photoclass_002.jpg);
        background-position-x: center;
        background-position-y: center;
        background-size: 120%;
        background-repeat: no-repeat;
    }

    #Header::after {
        display: none;
    }

    .header__ttl {
        font-size: 80px;
        font-weight: 300;
        padding: 0;
        line-height: 400px;
    }

    .header__copy {
        display: none;
    }

    /* PC__S1 */
    .PartsS1 {
        padding: 64px 0;
    }

    .photoClass .PartsS1__ttl {
        padding: 0 0 64px;
        box-sizing: border-box;
        font-size: 40px;
        line-height: 58px;
    }

    .photoClass .PartsS1__subttl {
        font-size: 24px;
    }

    .photoClass .PartsS1__text {
        font-size: 18px;
        line-height: 36px;
        max-width: 640px;
        margin: 0 auto;
    }

    .photoClass .PartsS1__recommend {
        font-size: 24px;
    }

    .PartsS1__br {
        display: none;
    }

    .photoClass .PartsS1__feature {
        max-width: 800px;
        margin: 0 auto;
    }

    /* PC__S2 */
    .photoClass .PartsS2__card--01 .PartsS2__partition {
        margin: 120px auto 0;
    }

    .photoClass .PartsS2__card--02 .PartsS2__partition,
    .photoClass .PartsS2__card--03 .PartsS2__partition  {
        margin: 0 auto;
    }

    .photoClass .PartsS2__card--02 {
        padding: 120px 0 0;
    }

    .photoClass .PartsS2__subttl {
        font-size: 20px;
        font-weight: 100;
    }

    .photoClass .PartsS2__text {
        font-size: 16px;
        line-height: 32px;
    }

    /* PC__S3 */
    .photoClass .PartsS3__wrapper {
        padding: 64px 0;
    }

    .photoClass .PartsS3__ttl {
        margin: 0 auto;
    }

    .PartsS3__box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px;
        max-width: 520px;
        margin: 0 auto 64px;
    }

    .photoClass .PartsS3__card,
    .photoClass .PartsS3__card:last-child {
        margin: 0;
    }

    .photoClass .PartsS3__listItem {
        min-height: 32px;
        font-size: 16px;
    }

    /* PC__S4 */
    .photoClass .PartsS4__box {
        display: flex;
        justify-content: center;
        background-color: #EFEFEF;
        min-height: 670px;
    }

    .photoClass .gallery__wrapper {
        padding: 0;
    }

    .photoClass .instructor__card {
        max-width: 600px;
        padding: 64px;
        box-sizing: border-box;
    }

    .photoClass .instructor__name {
        padding: 0 0 24px;
    }

    .photoClass .instructor__profile,
     .photoClass .instructor__text {
    font-size: 16px;
    line-height: 32px;
}

    .photoClass .gallery__vedeo {
        margin: 64px auto;
    }

    .photoClass .gallery__listFrame {
        gap: 24px;
        justify-content: center;
        margin: 0 auto 24px;
    }





}


