@charset "UTF-8";
/*ALL*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ StdN W3", "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #212121;
}

a {
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
.main h1,.main h2,.main .main h3,.main .main h4,.main h5,.main p,.main li{
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotateZ(0.03deg);
    font-weight: 700;
}
img{
    width: 100%;
    height: auto;
    display: block;
}

/*ヘッダー個所*/
.main {    
    background-color: #fffde9;
    background-image: url("bg_main.webp");
    background-position: top left -80px;
    background-size: 400px;    
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ StdN W3", "Noto Sans JP", sans-serif;
    box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.1);
}

button:focus, a:focus {
    outline: none !important;
}

.wrapper {
    padding: 0;
    margin: 0;    
    background-color: #749fe9;
    background-image: url("bg_pc.webp");
    background-position: top center;
    margin: 0 auto;
}

#top_sec,#title_bonobono,#lineup{
    padding: 0;
}
/*商品情報*/
.title_img{
    margin-bottom: 40px;
}
.item_flex_div{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}
.item_flex_div a{
    width: 48%;
}
.item_box_div{
    margin-bottom: 28px;
}
.item_img{
    border: 1px solid #ccc;
}
.item_name_p{
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
    color: #212121;
}
.item_btn_p{    
    background-color: #749fe9;
    border-radius: 100px;
    margin: 0.5em auto;
    text-align: center;
    color: #fdfce4;
    width: fit-content;
    padding: 4px 1.5em;
}
.item_btn_p:hover{
    opacity: 0.8;
}
.item_btn_orange_p{
    background-color: #ee6500;
}
.item_all_btn_div{
    text-align: center;
    margin: 0px auto;
    margin-bottom: 100px;
}
.item_all_btn_div a:hover{
    opacity: 0.8;
}
.item_all_btn_div img{
    width: 90%;   
    margin: 0 auto;
}
.title_all_img{
    margin-bottom: 20px;
}
.item_poster_img{
    margin-bottom: 10px;
    cursor: pointer;
}
.item_allcomike_div{
    margin-bottom: 16px;
}
/*フッター*/
.footer_fukidashi_div{
    margin-top: 30px;
    position: relative;
}
.footer_fukidashi_img{
    position: relative;
}
.footer_tomei_a img{
    opacity: 0;
    position: absolute;
    bottom: 44px;
    left: 96px;
    width: 218px;
    height: 28px;
}
.footer_tomei_a img:hover{
    opacity: 1;
}
.footer_xbn_a{
    display: block;
    margin-bottom: 20px;
}
.footer_xbn_a img{
    width: 90%;
    max-width: 400px;
    margin: 8px auto;
}
.footer_xbn_a img:hover{
    opacity: 0.8;
}
.footer_takestore_a{
    margin: 0px auto;
    margin-top: 60px;
    display: block;
}
.footer_takestore_a img{    
    width: 90%;
    margin: 0px auto;
}
.footer_takestore_a:hover{
    opacity: 0.8;
}
#footer_x{
    padding-bottom: 60px;
}
.footer_bn{
    background-color: #ee6500;
    padding: 20px 0;
}
.footer_bn a{
    display: block;
    margin: 40px auto;
}
.footer_bn a img{
    width: 90%;
    margin: 0px auto;    
}
.footer_bn a img:hover{
    opacity: 0.8;
}
.footer_takecopy_p{
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ StdN W3", "Noto Sans JP", sans-serif !important;
}
@media (max-width:600px){
    .wrapper {
        background-image: none;
    }
    .main{
        box-shadow: none;
    }
    .footer_takecopy_p{
        font-size: 2vw;
    }
}

@media (max-width:440px){
    .main h1,.main h2,.main .main h3,.main .main h4,.main h5,.main p,.main li{
        transform: rotateZ(0);
    }    
    .item_btn_p:hover,.item_all_btn_div:hover,.footer_bn_a img:hover,.footer_takestore_a:hover,.footer_bn a img:hover{
        opacity: 1;
    }
    .footer_tomei_a img:hover{
        opacity: 0;
    }
    .item_all_btn_div{
        margin-bottom: 60px;
    }
    .item_allcomike_div{
        margin-bottom: 16px;
    }
}