@charset "utf-8";
/* === reset ===*/
* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
/* === common ===*/
body {
    font-family: 'Jost',"Noto Sans JP",sans-serif;
    width: 100%;
    background-color: #fff;
    color: #333;
    overflow: hidden;
}
/* === PC layout === */
#t-shirts_container {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}
.t-shirts_top_area {
    margin: -20px;
}
.t-shirts_top_area_container {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 25px 0;
}
.t-shirts_comment {
    margin-bottom: 130px;
}
.t-shirts_title {
    font-family: Impact;
    font-size: 4rem;
    letter-spacing: 0.09rem;
    padding-bottom: 20px;
}
.t-shirts_subtitle {
    font-size: 0.9rem;
    line-height: 1.8rem;
}
.t-shirts_area {
    margin-bottom: 160px;
}
.t-shirts_area_title {
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 30px;
}
.t-shirts_area_upper_container,
.t-shirts_area_lower_container {
    display: flex;
    justify-content: space-around;
}
.item_description {
    padding: 40px;
}
.item_description_container_container {
    display: flex;
}
.item_description_container {
    display: flex;
    padding: 40px 10px 0 5px;
}
.item_description_container p {
    font-size: 0.8rem;
    padding-left: 10px;
    text-align: left;
}
.photo {
    width: 35%;
}
.photo_1 {
    width: 18%;
}
.link_container {
    margin-bottom: 100px;
}
.bottom_btn,
.bottom_btn_1,
.bottom_btn_2 {
    padding-bottom: 40px;
}
.bottom_btn a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    padding: 15px 120px;
    background-color: #333;
    border-radius: 2px;
}
.bottom_btn_1 a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    padding: 15px 110px;
    background-color: #333;
    border-radius: 2px;
}
.bottom_btn_2 a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    padding: 15px 83px;
    background-color: #333;
    border-radius: 2px;
}

/* === SP layout === */
/* 画面サイズが480px以下はここを読み込む */
@media screen and (max-width:965px) {
    #t-shirts_container {
        text-align: center;
        margin: 0 auto;
        padding: 0 8px;
    }
    .t-shirts_top_area_container {
        display: flex;
        justify-content: space-around;
        padding: 0 17px;
    }
    .t-shirts_top_area_inner img {
        padding: 1px;
    }
    .t-shirts_title {
        font-family: Impact !important;
        font-size: 2rem;
        padding: 0 10px 19px 10px;
        /* padding-bottom: 19px; */
        letter-spacing: inherit;
    }
    .t-shirts_subtitle {
        font-size: 0.7rem;
        line-height: 1.4rem;
    }
    .item_description {
        padding: 24px;
    }
    .bottom_btn a {
        color: #fff;
        font-size: 0.8rem;
        font-weight: 300;
        letter-spacing: 0.05rem;
        padding: 14px 124px;
        background-color: #333;
        border-radius: 2px;
        transition: 0.3s;
    }
    .t-shirts_subtitle_container {
        padding: 0 30px;
    }
    .t-shirts_comment {
        margin-bottom: 80px;
    }
    .t-shirts_area_title {
        font-size: 1.3rem;
    }
    .t-shirts_area {
        margin-bottom: 118px;
    }
    .t-shirts_area_upper_inner img,
    .t-shirts_area_lower_inner img {
        padding: 1px;
    }
    .item_description_container .name {
        font-size: 0.6rem;
        color: gray;
    }
    .item_description_container_container {
        display: block;
    }
    .photo_1 {
        width: 35%;
    }
}