@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    background-color: #F6F7FF;
    font-family: 'FOT-TsukuBRdGothic Std';
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

#header .logo-title {
    position: absolute;
    top: 20px;
    left: 60px;
}

.mainvisual {
    width: 100vw;
    aspect-ratio: 5 / 2;
    object-fit: cover;
}

.title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 9vw;

}

.wrapper {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

.concept {
    padding-top: 13.3vw;
    padding-bottom: 28.1vw;
    position: relative;
}

.concept .img {
    max-width: 50vw;
    margin-left: 12.8vw;
}

.only-sp {
    display: inline;
}

.concept .text {
    max-width: 54.5vw;
    background-color: rgba(179, 229, 252, 0.5);
    padding: 40px;
    position: absolute;
    top: 32.5vw;
    right: 0;
}

.concept .text .section-title {
    font-family: 'FOT-TsukuARdGothic Std';
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.concept .text .description {
    font-size: 19px;
    line-height: 1.8;
    text-align: justify;
}

.new-shirt {
    background-color: #E1F5FE;
    padding: 130px 0;
}

.collection {
    padding-left: 7vw;
}

.new-shirt .section-title {
    font-family: 'Playfair Display';
    font-size: 6.4vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-left: 9vw;
    margin-bottom: 2vw;
}

.new-shirt .img-group {
    height: 120vw;
    position: relative;
}

.new-shirt .img-group .img1 {
    max-width: 35vw;
    position: absolute;
    top: 0;
    left: 45vw;
    z-index: 21;
}

.new-shirt .img-group .img2 {
    max-width: 35vw;
    position: absolute;
    top: 40vw;
    left: 15vw;
    z-index: 20;
}

.new-shirt .img-group .img3 {
    max-width: 35vw;
    position: absolute;
    top: 80vw;
    left: 45vw;
    z-index: 10;
}

.new-type {
    display: flex;
    align-items: center;
    padding-top: 7vw;
    padding-bottom: 7vw;
    padding-left: 10vw;
}

.new-type .text {
    width: 50%;
}

.new-type .text .text-inner {
    max-width: 52vw;
    padding: 0 6vw 0 2vw;
    margin-left: auto;
}

.new-type .text .section-title {
    font-family: 'FOT-TsukuBRdGothic Std';
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.new-type .text .description {
    font-size: 1.5vw;
}

.new-type .img {
    width: 50%;
}

.find-your-tee {
    font-family: 'Playfair Display', serif;
    width: 100%;
    height: 48.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/dan-cristian-padure-XOXMERp2LZE-unsplash.jpg);
    background-color: #003366;
    background-position: 50% 53%;
    background-size: cover;
    padding: 80px 20px;
}

.find-your-tee h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff;
}

.find-btn {
    display: inline-block;
    background-color: #009EE3;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 5px 24px;
    text-decoration: none;
    font-family: 'FOT-TsukuBRdGothic Std';
    font-weight: 500;
}

.find-your-tee .box {
    width: 100%;
    max-width: 60vw;
    background-color: rgba(0, 51, 102, 0.8);
    padding: 50px 0 50px 0;
    text-align: center;
}

.find-your-tee .box .title {
    color: #fff;
    font-size: 4vw;
    padding-bottom: 2vw;
}

#footer {
    background-color: #003366;
    padding: 5vw 0;
}

#footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .logo {
    max-width: 13px;
    color: #fff;
}

#footer .aerblu {
    font-size: 48px;
    padding-left: 3vw;
    font-family: 'Playfair Display', serif;
}

#footer .copyright {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
}

/*--------------------------------------------
スマートフォン
--------------------------------------------*/
@media screen and (max-width: 767px) {
    #header .logo-title {
        top: 5px;
        left: 10px;
    }

    .title {
        font-size: 5vw;
    }

    .mainvisual img {
        background-size: cover;
    }

    .concept {
        padding-top: 40px;
        padding-bottom: 30px;
        position: static;
    }

    .concept .img {
        margin-bottom: 3vw;
        max-width: 80vw;
        margin-left: 5vw;
    }

    .only-sp {
        display: none;
    }

    .concept .text {
        background-color: transparent;
        padding: 0;
        padding-left: 5vw;
        position: static;
        max-width: 84vw;
    }

    .concept .text .section-title {
        font-size: 5vw;
    }

    .concept .text .description {
        font-size: 2.3vw;
        letter-spacing: 0.2em
    }

    .new-shirt {
        padding: 40px 0;
    }

    .collection {
        padding-left: 0;
    }

    .new-shirt .section-title {
        font-size: 36px;
        margin-bottom: 0px;
        margin-left: 25px;
    }

    .new-shirt .img-group {
        height: auto;
        position: static;
    }

    .new-shirt .img-group .img1 {
        margin: 0 auto 20px;
        position: relative;
        top: auto;
        left: auto;
        max-width: 50vw;
    }

    .new-shirt .img-group .img2 {
        margin: 0 auto 20px;
        position: static;
        max-width: 50vw;
    }

    .new-shirt .img-group .img3 {
        margin: 0 auto;
        position: static;
        max-width: 50vw;
    }

    .new-type {
        flex-direction: column;
        padding-left: 0;
    }

    .new-type .text {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .new-type .text .text-inner {
        max-width: 100%;
        padding: 0;
    }

    .new-type .text .section-title {
        font-size: 20px;
    }

    .new-type .text .description {
        font-size: 3.5vw;
    }

    .new-type .img {
        width: 100%;
        padding-left: 0;
    }

    .new-type .img img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .find-your-tee {
        height: 80vw;
        padding: 10px;
    }

    .find-your-tee .box {
        max-width: 100vw;
    }

    .find-your-tee .box .title {
        font-size: 28px;
    }

    .find-btn {
        font-size: 16px;
        padding: 12px;
        border-radius: 8px;
    }

    #footer {
        padding: 15px 0;
    }

    #footer .logo {
        max-width: 80px;
    }

    #footer .aerblu {
        font-size: 18px;
        padding-left: 0;
        padding-top: 2vw;
    }

    #footer .copyright {
        font-size: 12px;
    }
}