@charset "UTF-8";

* {
    box-sizing: border-box;

}

img {
    max-width: 100%;
}

ul {
    padding-left: 0;
}

body {
    margin: 0;
}

p {
    font-family: 'Hannotate SC', 'メイリオ', Meiryo, sans-serif;
}

h2 {
    text-align: center;
    line-height: 0.8;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1 {
    margin: 0;
}

h2 span {
    font-size: 10px;
}

/* main {
    padding: 30px;
} */

ul {
    list-style: none;
    /* display: flex; */
    gap: 10px;
    margin: 0;
}

/* ---------ヘッターーーーーーーーーーーー */
header {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding-bottom: 0;
    background-color: #FCE7E7;
    /* color: rgb(255, 255, 255); */
    position: fixed;
    /* ヘッダーを画面に固定 */
    top: 0;
    /* 上からの位置 */
    left: 0;
    /* 左からの位置 */
    width: 100%;
    /* 幅を画面全体に */
    z-index: 1000;
    /* 他の要素より手前に表示 */
    height: 100px;
}

.nav-menu {
    display: none;
}

.header-logo {
    position: absolute;
    top: 12%;
    left: 2%;
    width: 90px;
}

.header-container-list {
    /* padding: 100px; */
    color: #000;
}

a:hover {
    /* background-color: #F7F2B6; */
}



.btn-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/menu.png) center center / 35px 20px no-repeat;
    cursor: pointer;
    transform: translateX(0);
}

.nav-menu:checked~.btn-menu {
    background: url(../img/bad.png) center center/26px 26px no-repeat;
}


.header-nav-cart {
    width: 30px;
}

.header-nav {
    /* text-align: right; */
    display: flex;
    justify-content: flex-end;
    margin: 0;
}


.header-nav-list {
    display: none;
    margin: 20px;
    border-bottom: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.header-nav-list li {
    margin: 0;
    padding: 10px;
    color: #000;
    right: 20px;
}

.nav-menu:checked~.header-nav .header-nav-list {
    display: block;
}

/* ------------メインビジュアル------------- */
section {
    padding: 50px 0;
}

/* .pc img {
    width: 100vw;
    height: auto;
} */

/* -----------about----------------- */
#about {
    background-color: #F7F2B6;
    /* padding: 10px; */

}

.about-text {
    text-align: center;
    line-height: 3;
}

.about-text-medium {
    text-align: center;
    font-weight: bold;
    line-height: 4;
    font-size: 20px;
}

.header-container-list {
    text-decoration: none;
}

/* --------------キャラクタ-------------- */



.char-item {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 24px;
}

.char-img {
    position: relative;
    height: auto;
}

.char-img img {
    width: 100%;
    height: auto;
}

.char-name {
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 50%);
    top: 70%;
    left: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.char-name-text {
    top: 55%;
}

.char-imz {
    width: 100%;
}

.char-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


/* ---------------ニュース---------------- */


.news-item {
    display: flex;
    background-color: #FCE7E7;
    border-radius: 20px;
    margin: 20px;
}

.News-text {
    text-align: center;

}

.news-date {
    margin: 16px;
}

/* ----------------アイテム------------------- */
#item {
    background-color: #F7F2B6;
}




.item-img img {
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.item-img:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    overflow-x: auto;
}

.cool_t-shirt {
    width: 300px;
    display: flex;
    gap: 15px;
    border: 5px solid #c0c0c0;
    width: 300px;
}

/* ---------cool-t------------------ */
.item-list-t {
    display: flex;
    justify-content: space-around;
}

.submit-txt {
    text-align: center;
}

.cool-t-shirtback {
    justify-content: space-around;

}

.item-img-cool {
    text-align: center;
}

.item-text {
    margin-top: 0;
    text-align: center;
}

.item-btn {
    font-family: 'Hannotate SC', 'メイリオ', Meiryo, sans-serif;
    text-align: center;
}

.item-btn:hover {
    color: #fff;
    border: 1px solid #f5aef3;
    background-color: #f5aef3;
}

.item-btn {
    width: 250px;
    text-decoration: center;
    line-height: 60px;
    color: #f5aef3;
    border: 1px solid #f5aef3;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

/* -------------tシャツ--------------------------- */
/* .T-shirt-main {
    background-color: #F7F2B6;
    display: flex
} */


/* ---------------お問い合わせ------------------ */
.contact {
    text-align: center;
}

.contact-text {
    font-size: 13px;
}


.instagram {
    color: #000;
    text-decoration: none;
}

/* -----------フッタ--------------------------------- */
footer {
    background-color: #000;
    padding: 10px;
}

.footer-text {
    text-align: center;
    color: #ffffff;
}

.contact-img {
    width: 50px;
    height: 50px;
    background-color: #FCE7E7;
}

/*  */
.main-logo-pc {
    display: none;
}

/* --------------SP-------------------------------------- */
@media screen and (min-width: 700px) {
    .btn-menu {
        display: none;
    }

    .nav-menu {
        display: none;
    }

    .char-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .item-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header {
        background-color: #FCE7E7;
    }

    .header-nav {
        margin: 0;
        text-align: right;
    }

    .header-nav-list {
        display: flex;
        justify-content: flex-end;
        margin: 0;
        padding-top: 20px;
        right: 40px;
        margin-left: 50px;
    }

    .pc-onle {
        display: none;
    }

    .char-name {
        font-size: 30px;
        bottom: 100px;
    }

    .char-name-text {
        top: 130px;
    }


    .char-name-text .item-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

}