/* ゴシックドゥフォントは以下3行をコピペ */
/* font-family: SicGothicDuex-HDL-E;
font-weight: 400;
font-style: normal; */

/* さつき源代明朝は以下3行をコピペ */
/* font-family: "SatsukiGendaiMincho-M", sans-serif;
font-weight: 300;
font-style: normal; */

/* 縦書き文字は以下2行をコピペ */
/* -ms-writing-mode: tb-rl; */
/* writing-mode: vertical-rl; */

main{
    font-family: "SatsukiGendaiMincho-M", sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (max-width:767px) {
    /* spの人はここから記述 */
    main{
        background-color: #091E35;
        padding-top: 70px;
    }

    .selecter {
        background-color: #091E35;
        color: #fff;
        text-align: center;
        margin: 10vw;
    }

    .title {
        color:#fff;
        font-size: 6vw;
        margin-bottom: 6vw;
        font-family: SicGothicDuex-HDL-E;
        font-weight: 400;
        font-style: normal;
    }

    .select-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        column-gap: 5vw;
        row-gap: 7vw;
    }

    .select-button {
        background-color: #F4F8E9;
        color: #091E35;
        padding: 1.5vw 0;
        text-align: center;
        border: none; 
        display: block;
        font-size: 3.4vw;
        line-height: 1;
        border-radius: 1vw;
        font-family: SicGothicDuex-HDL-E;
        font-weight: 400;font-style: normal;
        box-sizing: border-box;
        border: 0.5vw solid #F4F8E9; 
        box-shadow:
        inset 0 0 0 2px #091E35,
        0 2px 0 rgba(0,0,0,.25);
    }

    .select-button:hover{
        background-color:#d7d7d7;
    }

    .goods-title{
        background-color: #0058A9;
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center;
        width: 100%;
        align-content: center;
        display: inline-block;
    }

    .goods-title h1{
        background: #F4F8E9;
        border: none;
        color: black;
        font-size: 4vw;
        font-family: SicGothicDuex-HDL-E;
        border-radius: 0.5vw;
        box-shadow: 0 0 0 0.3vw #091E35, 0 0 0 1vw #F4F8E9;

        width: 40vw;
        padding: 1vw;
        
        text-align: center;
        margin: 10vw auto 0;
        display: block;
        cursor: default;
    }

    .goods-title p{
        color: #FFF;
        text-align: center;
        font-family: "SatsukiGendaiMincho-M", sans-serif;
        font-size: 4vw;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        margin: 5vw auto 15vw;
    }

    .items{
        margin: 0 auto;
        padding:20vw 0;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10vw;
    }

    .goods_item{
        text-align: center;
    }

    .container img{
        width: 60vw;
        height: auto;
        display: block;
    }

    .goods_name{
        margin-top: 2.5vw;
        color: #F4F8E9;
        font-size: 3.5vw;
    }


    /* spの人はここまで記述 */
}

@media screen and (min-width:768px) {
    /* pcの人はここから記述 */

    main {
        padding-top: 80px;
        font-size: 36px;
        background-color: #091E35;
    }
    .media-merch-tabs {
        background: #091E35;
        position: relative;
        padding: 80px 0 100px; 
        text-align: center;
        color: #fff;
        z-index: 1;
    }
  
  /* タイトル */
    .media-merch-tabs h1 {
        font-size: 45px;
        margin-bottom: 20px;
        font-weight: bold;
        font-family: SicGothicDuex-HDL-E;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
        position: relative;
        z-index: 2;
    }

    .media-merch-tabs .tab-group {
        display: flex;
        justify-content: center;
        gap: 90px;
        position: relative;
        padding-top: 40px;
        z-index: 2;
    }
    
    .tab {
        background: #F4F8E9;
        border: none;
        color: black;
        font-size: 2.2vw;
        font-family: SicGothicDuex-HDL-E;
        font-weight: 400;
        font-style: normal;
        border-radius: 6px;
        cursor: pointer;
        transition: 0.3s;
        box-shadow: 0 0 0 3px #091E35, 0 0 0 8px #F4F8E9;

        width: 20vw;
        max-height: 73px;
        max-width: 500px; 
    }
    
    .media-merch-tabs .tab:hover {
        background: #9e9e9e;
    }
  
    .media-merch-tabs .tab.active {
        background: #fff;
        color: #333;
        font-weight: bold;
        font-family: SicGothicDuex-HDL-E;
        font-weight: 400;
        font-style: normal;
    }

    .紹介文{
        background-color: #0058A9;
        width: 100%;
        height: 500px;
        align-content: center;
        display: inline-block;
    }

    .explain{
        text-align: center;
        display: block;
        margin: 100px auto 0;
        cursor: default;
    }

    .items-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; 
        width: 100%;
        padding: 15vw 0;
    }

    .item{
        margin:0 10%;
    }

    .説明{
        text-align: center;
        margin:100px auto;
        font-family: "SatsukiGendaiMincho-M", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 30px;
        color: #ffffff;
    }
    
        
    .商品写真{
        width: 30vw;
        height: 30vw;
    }

    .商品詳細{
        padding-top:30px;
        padding-bottom: 40px;
        color:#ffffff;
        font-family: "SatsukiGendaiMincho-M", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 2vw;

        text-align: center;
    }

}