@charset "UTF-8";
/* .scroll-content{
    width: 375px;
    transform: scale(
        clamp(1, calc(100vw / 375px), 1.76)
        );
    transform-origin: top;
} */

/* タイトル */
.t-shirts-ttl img {
    /* max-width: 75%; */
    margin-top: 48px;
    text-align: center;
}

/* 未来の福岡 */
.t-shirts-about {
    margin-top: 32px;
    background-image: url(../img/t-shirts/about_alphabet_frame.svg);
    background-position: bottom center;
    padding-bottom: 80px;
}

.t-shirts-about img {
    text-align: center;
    width: 100%;
}

.t-shirts-bgc {
    background-color: rgb(255, 255, 255, .9);
    padding-bottom: 32px;
    border-radius: 25px;
    max-width: 75%;
}

.t-shirts-txt {
    text-align: center;
    font-size: 14px;

}

.t-shirts-txt {
    margin-top: -60px;
}

.t-shirts-txt p {
    line-height: 1.8;
}

.t-shirts-txt :nth-child(2) {
    margin-top: 32px;
}

.t-shirts-txt :nth-child(3) {
    margin-top: 32px;
}

.blue-font {
    font-size: 20px;
    color: #0054A7;
}

.red-font {
    font-size: 20px;
    color: #E60019;
}

.pink-font {
    font-size: 20px;
    color: #EC7AAC;
}

/* howto */
.t-shirts-howto {
    margin-top: 48px;
}

.howto-ttl {
    text-align: center;
    font-size: 16px;

}

.how-step {
    margin-top: 32px;
    position: relative;
}

.how-step img:nth-child(1) {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -5;
}

.how-step img:nth-child(2) {
    position: absolute;
    top: -70px;
    right: -20px;
    z-index: -5;
}



.how-step ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.how-step li {
    aspect-ratio: 163 / 158;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    /* font-size: clamp(14px, 4.5vw, 24px);  */
    color: #fff;
    line-height: 1.4;
    font-size: 1.25rem;
}

.how-step li:nth-child(1) {
    background-image: url(../img/t-shirts/howto_1_frame.svg);
}

.how-step li:nth-child(2) {
    background-image: url(../img/t-shirts/howto_2_frame.svg);
}

.how-step li:nth-child(3) {
    background-image: url(../img/t-shirts/howto_3_frame.svg);
}

.how-step li:nth-child(4) {
    background-image: url(../img/t-shirts/howto_4_frame.svg);
}

/* 簡単4step */
.t-shirts-4step {
    margin-top: 50px;
    text-align: center;
    overflow-x: hidden;
}

.t-shirts-4step img {
    margin-bottom: 16px;
}


.t-shirts-4step ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.t-shirts-4step .dashed {
    /* font-size: clamp(14px, 4vw, 18px);  */
    margin-bottom: 8px;
    border-bottom: 2px dashed #fff;
    display: inline-block;
    font-weight: bold;
}

.t-shirts-4step li p:not(.dashed) {
    font-size: clamp(11px, 3vw, 15px);
}

.t-shirts-4step li {
    aspect-ratio: 481 / 208;
    width: 100%;
    max-width: 480px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -45px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 40px;
}

.step-red {
    background-image: url(../img/t-shirts/4step_red_frame.svg);
}

.step-green {
    background-image: url(../img/t-shirts/4step_green_frame.svg);
}

.step-orange {
    background-image: url(../img/t-shirts/4step_orange_frame.svg);
}

.step-blue {
    background-image: url(../img/t-shirts/4step_blue_frame.svg);
}

.t-shirts-4step li img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    width: 110%;
    max-width: initial
}


.t-4step-insta {
    margin-top: 65px;
    /* background-image: url(../img/t-shirts/insta_blue_green.svg),url(../img/t-shirts/insta_yellow.svg);
    background-position: left -20% top 20%,right -20% top;
    background-size: 200px,115px; */
    position: relative;
}

.t-4step-insta img {
    margin-top: 16px;
    margin-bottom: 10px;
    width: 55px;
}

.t-4step-r {
    position: relative;
    /* position: absolute; */
    /* font-size: clamp(14px, 3vw, 20px);  */
    /* left: 42%; */
    aspect-ratio: 180/84;
    width: 47%;
    background-image: url(../img/t-shirts/insta_mokomoko.svg);
    background-size: contain;
    margin: auto;
    translate: 30% 0;
}

.t-4step-r img {
    position: absolute;
}

.t-4step-r img:nth-child(2) {
    top: 100%;
    left: 0;
    translate: -90% -90%;
    width: 120%;
    max-width: initial;
}

.t-4step-r img:nth-child(3) {
    bottom: 80%;
    right: 0;
    translate: 50% 0;
    width: 60%;
    max-width: initial;
}

.t-4step-insta-txt {
    margin-top: 100px;
}

.t-4step-insta-txt p {
    text-align-last: left;
    /* font-size: clamp(14px, 3vw, 20px);  */
}

.t-4step-insta-txt p:first-child {
    margin-bottom: 14px;
}

/* tシャツ展示 */

.t-exhibit {
    margin-top: 45px;
    aspect-ratio: 388 / 905;
    width: 100%;
    /* max-width: 640px;  */
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/t-shirts/tt_bgi.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.t-exhibit-cont {
    text-align: center;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    position: static;
    /* absoluteを解除 */
    width: 100%;
    text-align: center;
}

.t-exhibit-ttl-img {
    width: 100%;
}

.t-exhibit-txt-img {
    text-align: center;
    width: 75%;
}

.t-exhibit-cont p {
    /* font-size: clamp(16px, 3vw, 24px); */
    line-height: 1.8;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #fff;
}

.t-exhibit-txt {
    font-size: 1.5rem;
    color: #fff;

    position: relative;
}

.t-exhibit-txt dd img {
    margin-top: 24px;
    margin-bottom: 48px;
}


.t-exhibit-txt dt::before,
.t-exhibit-txt dt::after {
    content: "● ● ● ● ●";
    font-size: 0.6rem;
    letter-spacing: 0.2em;
}

.t-exhibit-txt-s {
    font-size: 20px;
}

.t-design {
    margin-top: -160px;
    aspect-ratio: 388 / 905;
    width: 100%;
    /* max-width: 640px;  */
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/t-shirts/td_frame_green.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}


.t-design-cont {
    position: relative;
    width: 100%;
    text-align: center;

}

.tshirt-bottom {
    position: absolute;
    top: -5%;
    left: 27%;
}

.t-design-txt dt {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 24px;
}

.t-design-txt dd {
    color: #fff;
}

.t-design-txt img {
    width: 75%;
    margin: 12px 0 20px;
}

.t-design-txt dt::before,
.t-design-txt dt::after {
    content: "● ● ● ● ●";
    font-size: 0.6rem;
    letter-spacing: 0.2em;
}

.t-design-txt dt:last-child {
    margin-bottom: 34px;
}

.t-design-cont dd p {
    /* font-size: clamp(16px, 3vw, 24px); */
    margin-top: 10px;
    text-align: left;
    padding-left: 16%;
}

.t-design-btn {
    margin-top: 10%;
    width: 75%;
}

/* フッター */
footer {
    margin-top: 40px;
}

/* レスポンシブ----------------------------------- */
@media screen and (min-width:768px){
    .t-design{
        margin-top: -190px;
    }
}