@charset "utf-8";

.ranking_page {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

.ranking_page .pcv{
    display: block!important;
}
.ranking_page .spv{
    display: none!important;
}

.ranking_page .wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    max-width: 100%;
}

/* menu　アンカーリンク */
.ank_conts{
    background: #fff;
}


.ank_box{
    max-width: 1080px;
    margin: 0 auto;
}

.txt_introduction{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0;
    color: #59493f;
}

.ank_ttl{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #59493f;
}

.ank_list{
    display: flex;
    justify-content: center;
}

.ank_btn{
    width: 30%;
    border-radius: 60px;
    margin: 2%;
    text-align: center;
    position: relative;
}

.ank_btn:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: transparent transparent transparent #59493f;
    position: absolute;
    top: 75%;
    left: 50%;
    margin-top: -6px;
    transform: rotate(-45deg);
  }

.ank_btn.pink{
    background: #f0c2c3;
    box-shadow: 0px 10px 0px 0 rgb(210, 170, 170);
}

.ank_btn.yellow{
    background: #fed93f;
    box-shadow: 0px 10px 0px 0 rgb(215, 180, 50);
}

.ank_btn.orange{
    background: #f3a325;
    box-shadow: 0px 10px 0px 0 rgb(210, 150, 65);
}

.ank_btn a{
    text-decoration: none;
    color: #59493f;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 10px;
    width: 100%;
}

.ank_btn.pink:hover{
    box-shadow: none;
    position: relative;
    top: 10px;
}
.ank_btn.yellow:hover{
    box-shadow: none;
    position: relative;
    top: 10px;
}
.ank_btn.orange:hover{
    box-shadow: none;
    position: relative;
    top: 10px;
}

/* menu　アンカーリンク */

/* おすすめTOP3 */
.reco_conts{
    background: #f0c2c3 url(https://eduteshop.itembox.design/item/ranking/img/reco_bg.png) 0 0;
    background-size: 100%;
}

.reco_box{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 80px;
}

.reco_ttl{
    width: 70%;
    margin: 20px auto;
    text-align: center;
}

.item_box{
    background: #fff;
    border-radius: 20px;
    margin: 0 auto 40px;
    display: flex;
    /*max-height: 350px;*/
    width: 90%;
}


.item_img_box{
    max-width: 350px;
}

.item_img{
    border-radius: 20px 0 0 20px;
}

.item_info{
    padding: 25px 25px;
    width: 53%;
    position: relative;
    text-align: center;
}


.icon_rank {
    display: inline-block;
    position: relative;
    height: 30px;/*高さ*/
    line-height: 30px;/*高さと連動*/
    text-align: center;
    padding: 0 50px 0 50px;/*文字の左右の余白*/
    font-size: 14px;/*文字サイズ*/
    font-weight: bold;
    color: #FFF;/*文字色*/
    box-sizing: border-box;
    margin: 0 0 15px 0;
}

.icon_rank:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.icon_rank:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}


.icon_rank.gold{
    background: #e2be5e;
}
.icon_rank.gold:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -15px;
    z-index: 1;
    border-width: 15px 15px 15px 15px;
    border-color: #e2be5e transparent;
    border-style: solid;
}
.icon_rank.gold:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -15px;
    z-index: 1;
    border-width: 15px 15px 15px 15px;
    border-color: #e2be5e transparent;
    border-style: solid;
}
.icon_rank.silver{
    background: #bfbfbf;
}
.icon_rank.silver:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -15px;
    z-index: 1;
    border-width: 15px 15px 15px 15px;
    border-color: #bfbfbf transparent;
    border-style: solid;
}
.icon_rank.silver:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -15px;
    z-index: 1;
    border-width: 15px 15px 15px 15px;
    border-color: #bfbfbf transparent;
    border-style: solid;
}
.icon_rank.bronze{
    background: #cd8958;
}
.icon_rank.bronze:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -15px;
    z-index: 1;
    border-width: 15px 15px 15px 15px;
    border-color: #cd8958 transparent;
    border-style: solid;
}
.icon_rank.bronze:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -15px;
    z-index: 1;
    border-width: 15px 15px 15px 15px;
    border-color: #cd8958 transparent;
    border-style: solid;
}






.item_name{
    font-size: 16px;
    font-weight: bold;
    color: #59493f;
    margin: 0 0 10px 0;
}

.item_price{
    font-size: 26px;
    font-weight: bold;
    color: #59493f;
    margin: 0 0 15px 0;
}
.item_price .yen{
    font-size: 20px;
}
.item_price .zei{
    font-size: 24px;
}

.item_explanation {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    color: #59493f;
    overflow: hidden;
    display: block;
}

.item_btn{
    position: absolute;
    bottom: 7.4%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    border-radius: 40px;
    background: #f3a325;
    width: 70%;
    padding: 5px 30px 8px;
}
.item_btn a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.item_btn:hover{
    opacity: 0.7;
}

.item_btn:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 38%;
    left: 92%;
  }

/* おすすめTOP3 */


/* 年齢別　アンカーリンク */
.age_ank_conts{
    background: #fed93f;
    padding: 60px 0 0;
}

.age_ank_box{
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
}

.age_ank_ttl{
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.age_ank_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.age_ank_btn{
    margin: 2% 3%;
    text-align: center;
    position: relative;
    width: 160px;
    height: 160px;
    line-height: 120px;
    background-color: #fff;
    border-radius: 50%;
}

.age_ank_btn span{
    font-size: 48px;
}

.age_ank_btn .kara{
    font-size: 36px;
}

.age_ank_btn:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: transparent transparent transparent #59493f;
    position: absolute;
    top: 75%;
    left: 45%;
    margin-top: -6px;
    transform: rotate(-45deg);
  }

.age_ank_btn a{
    text-decoration: none;
    color: #59493f;
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 10px;
    width: 100%;
}

.age_ank_btn.yellow{
    background: #fff;
    box-shadow: 0px 10px 0px 0 rgb(215, 180, 50);
}
.age_ank_btn:hover{
    box-shadow: none;
    position: relative;
    top: 10px;
}

.ank_btn.yellow:hover{
    box-shadow: none;
    position: relative;
    top: 10px;
}

/* 年齢別　アンカーリンク */

/* 年齢別 */
.age_conts{
    background: #fff7d7 url(https://eduteshop.itembox.design/item/ranking/img/age_bg.png) 0 0;
    background-size: 100%;
}

.age_box{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 80px;
}

.age_ttl{
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.age_cate_ttl{
    border-radius: 120px;
    border: 6px solid #fed93f;
    padding: 5px 20px;
    text-align: center;
    font-size: 40px;
    background: #fff;
    width: 30%;
    color: #59493f;
    font-weight: bold;
    margin: 0 auto 40px;
}
.age_cate_ttl span{
    font-size: 60px;
    margin-bottom: -2px;
}
/* 年齢別 */




/* 遊び別　アンカーリンク */
.play_ank_conts{
    background: #f79faf;
    padding: 60px 0 0;
}


.play_ank_box{
    max-width: 1080px;
    margin: 0 auto;
}


.play_ank_ttl{
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.play_ank_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.play_ank_btn{
    margin: 2%;
    text-align: center;
    position: relative;
    width: 160px;
    height: 160px;
    line-height: 100px;
    background-color: #fff;
    border-radius: 50%;
}

.play_ank_btn:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: transparent transparent transparent #59493f;
    position: absolute;
    top: 75%;
    left: 45%;
    margin-top: -6px;
    transform: rotate(-45deg);
  }


.play_ank_btn a{
    text-decoration: none;
    color: #59493f;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    padding: 30px 10px;
    width: 100%;
}

.play_ank_btn.gyou2{
    line-height: 32px;
}
.play_ank_btn.gyou2 a{
    padding: 50px 10px 15px;
}


.play_ank_btn.orange{
    background: #fff;
    box-shadow: 0px 10px 0px 0 rgb(210, 150, 65);
}
.play_ank_btn:hover{
    box-shadow: none;
    position: relative;
    top: 10px;
}

.ank_btn.orange:hover{
    box-shadow: none;
    position: relative;
    top: 10px;
}

/* 遊び別　アンカーリンク */

/* 遊び別 */
.play_conts{
    background: #f79faf;
    background-size: 100%;
}

.play_box{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 80px;
}

.play_ttl{
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.play_cate_ttl{
    border-radius: 120px;
    border: 6px solid #f79faf;
    padding: 5px 20px;
    text-align: center;
    font-size: 40px;
    background: #fff;
    width: 45%;
    color: #59493f;
    font-weight: bold;
    margin: 0 auto 40px;
}
.play_cate_ttl span{
    font-size: 60px;
    margin-bottom: -2px;
}
/* 遊び別 */


.more_btn{
    position: relative;
    border-radius: 40px;
    background: #f3a325;
    width: 50%;
    padding: 15px 30px;
    margin: 0 auto;
}
.more_btn:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0px 8px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 35%;
    left: 92%;
}
.more_btn a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.more_btn:hover {
    opacity: 0.7;
}



.ancpoint {
    margin-top:-110px;
    padding-top:110px;
}

/* ====================
1080px以下
=======================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
.item_img_box {
    max-width:none;
    width: 50%;
}
.item_info {
    width:50%;
}
.icon_rank {
    font-size: 12px;
}
.item_name {
    font-size:14px;
}
.item_price,
.item_price .zei {
    font-size:22px;
}
.item_explanation,
.item_btn a {
	text-align: center; /* テキストを中央揃え */
    margin: 0 auto; /* 要素全体を中央揃え */
    font-size:12px;
}
}



/* ====================
768px以下
=======================*/
@media screen and (max-width: 1020px) {
    /* menu　アンカーリンク */
    .ank_box{
        max-width: auto;
        margin: 0 auto;
    }
    .txt_introduction{
        font-size: 16px;
        padding: 30px 0;
    }
    .ank_ttl {
        font-size: 30px;
    }
    .ank_list{
        display: flex;
        justify-content: center;
    }

    .ank_btn{
        width: 30%;
        border-radius: 60px;
        margin: 1%;
    }
    .ank_btn a{
        font-size: 20px;
        padding: 10px 10px;
    }
    /* menu　アンカーリンク */

    /* おすすめTOP3 */
    .reco_box {
        max-width: auto;
        width: 90%;
        margin: 0 auto;
        padding: 0 0 80px;
    }
    .reco_ttl{
        width: 90%;
    }
    /* おすすめTOP3 */

    /* 商品 */
    .item_box{
        max-height: 360px;
    } 
    .item_img_box {
        max-width: 100%;
        width:100%;
    }
    .item_info {
        padding: 20px;
        width: 53%;
        position: relative;
    }

    .icon_rank {
        height: 40px;
        line-height: 40px;
        padding: 0 40px 0 40px;
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .icon_rank:after {
        border-width: 15px 15px 15px 0px;
    }
    .icon_rank.gold:before {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #e2be5e transparent;
        border-style: solid;
    }
    .icon_rank.gold:after {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #e2be5e transparent;
        border-style: solid;
    }
    .icon_rank.silver:before {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #bfbfbf transparent;
        border-style: solid;
    }
    .icon_rank.silver:after {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #bfbfbf transparent;
        border-style: solid;
    }
    .icon_rank.bronze:before {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #cd8958 transparent;
        border-style: solid;
    }
    .icon_rank.bronze:after {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #cd8958 transparent;
        border-style: solid;
    }

    .item_name {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    .item_price {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .item_price .yen {
        font-size: 24px;
    }
    .item_price .zei {
        font-size: 18px;
    }
    .item_explanation {
		text-align: center; /* テキストを中央揃え */
    margin: 0 auto; /* 要素全体を中央揃え */
        font-size: 16px;
    }
    .item_btn {
        font-size: 16px;
        width: 60%;
        padding: 10px 30px;
    }
    .item_btn a{
        font-size: 16px;
    }
    /* 商品 */
    /* もっと見るボタン */
    .more_btn{
        width: 50%;
        padding: 10px 20px;
    }
    .more_btn a {
        font-size: 20px;
    }
    /* もっと見るボタン */


    /* 年齢別　アンカーリンク */
    .age_ank_box{
        max-width: auto;
        margin: 0 auto;
    }

    .age_ank_ttl{
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }
    .age_ank_btn span{
        font-size: 40px;
    }

    .age_ank_btn .kara{
        font-size: 30px;
    }
    .age_ank_btn a{
        font-size: 30px;
    }
    /* 年齢別　アンカーリンク */

    /* 年齢別 */
    .age_box{
        max-width: auto;
        width: 90%;
        margin: 0 auto;
        padding: 0 0 80px;
    }
    .age_cate_ttl {
        padding: 5px 20px;
        font-size: 30px;
        width: 25%;
        border: 5px solid #fed93f;
    }
    .age_cate_ttl span {
        font-size: 40px;
        margin-bottom: -2px;
    }
    /* 年齢別 */


    /* 遊び別　アンカーリンク */
    .play_ank_box{
        max-width: auto;
        margin: 0 auto;
    }
    .play_ank_ttl{
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }
    .play_ank_btn span{
        font-size: 30px;
    }

    .play_ank_btn .kara{
        font-size: 18px;
    }
    .play_ank_btn a{
        font-size: 26px;
    }
    /* 遊び別　アンカーリンク */

    /* 年齢別 */
    .play_box{
        max-width: auto;
        width: 90%;
        margin: 0 auto;
        padding: 0 0 80px;
    }
    .play_cate_ttl {
        padding: 5px 20px;
        font-size: 28px;
        width: 45%;
        border: 5px solid #f3a325;
    }
    .play_cate_ttl span {
        font-size: 40px;
        margin-bottom: -2px;
    }
    /* 年齢別 */

}
/* ====================
1080px以下
=======================*/


/* ====================
940px以下 
=======================*/
@media screen and (max-width: 1020px) {

    /* 商品 */
    .item_box{
        max-height: 300px;
    } 
    .item_img_box {
        max-width: 300px;
    }
    .item_info {
        padding: 20px;
        width: 63%;
        position: relative;
    }

    .icon_rank {
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 20px;
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .icon_rank:after {
        border-width: 15px 15px 15px 0px;
    }
    .icon_rank.gold:before {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #e2be5e transparent;
        border-style: solid;
    }
    .icon_rank.gold:after {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #e2be5e transparent;
        border-style: solid;
    }
    .icon_rank.silver:before {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #bfbfbf transparent;
        border-style: solid;
    }
    .icon_rank.silver:after {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #bfbfbf transparent;
        border-style: solid;
    }
    .icon_rank.bronze:before {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #cd8958 transparent;
        border-style: solid;
    }
    .icon_rank.bronze:after {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -15px;
        z-index: 1;
        border-width: 15px 15px 15px 15px;
        border-color: #cd8958 transparent;
        border-style: solid;
    }
    .item_name {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .item_price {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    .item_price .yen {
        font-size: 20px;
    }
    .item_price .zei {
        font-size: 16px;
    }
    .item_explanation {
		text-align: center; /* テキストを中央揃え */
    margin: 0 auto; /* 要素全体を中央揃え */
        font-size: 14px;
        /* height: 3.2em; */
        display: -webkit-box;
        /* -webkit-box-orient: vertical; */
        /* -webkit-line-clamp: 2; */
    }
    .item_btn {
        font-size: 14px;
        width: 60%;
        padding: 10px 30px;
    }
    /* 商品 */

    /* 年齢別 */
    .age_cate_ttl {
        padding: 5px 20px;
        font-size: 24px;
        width: 20%;
        border: 4px solid #fed93f;
    }
    .age_cate_ttl span {
        font-size: 30px;
        margin-bottom: -2px;
    }
    /* 年齢別 */
    /* 遊び別 */
    .play_cate_ttl {
        padding: 5px 20px;
        font-size: 24px;
        width: 40%;
        border: 4px solid #f3a325;
    }
    /* 遊び別 */
}
/* ====================
768px以下 
=======================*/


/* ====================
768px以下 
=======================*/
@media screen and (max-width: 1020px) {
    /* 年齢別 */
    .age_ank_btn {
        margin: 2%;
        width: 110px;
        height: 110px;
        line-height: 76px;
    }
    .age_ank_btn span {
        font-size: 32px;
    }
    .age_ank_btn .kara {
        font-size: 22px;
    }
    .age_ank_btn a {
        font-size: 22px;
    }
    /* 年齢別 */
    /*遊び別 */
    .play_ank_ttl {
        margin: 0 auto 20px;
    }
    .play_ank_btn {
        margin: 1% 2%;
        width: 110px;
        height: 110px;
        line-height: 52px;
    }
    .play_ank_btn a {
        font-size: 20px;
        padding: 30px 5px;
    }
    .play_ank_btn.gyou2 a {
        padding: 30px 10px 15px;
    }
    .play_ank_btn.gyou2 {
        line-height: 24px;
    }
     /* 遊び別 */
  /* もっと見るボタン */
    .more_btn {
        width: 60%;
        padding: 10px 20px;
    }
    .more_btn a {
        font-size: 18px;
    }
    .more_btn:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0px 6px 8px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 40%;
        left: 95%;
    }
  /* もっと見るボタン */

  .item_price {
    font-weight: normal;
  }
  .ancpoint {
    margin-top: -70px;
    padding-top: 70px;
}
}
/* ====================
768px以下 
=======================*/


/* ====================
640px以下 
=======================*/
@media screen and (max-width: 1020px) {
    .ranking_page .pcv{
        display: none;
    }
    .ranking_page .spv{
        display: block;
    }

    /* menu　アンカーリンク */
    .txt_introduction {
        font-size: 14px;
        padding: 30px 0;
        width: 95%;
        margin: 0 auto;
    }
    .ank_ttl {
        font-size: 36px;
        margin: 0 0 10px 0;
    }
    .ank_list{
        margin: 0 auto 20px;
    }
    .ank_btn {
        margin: 1%;
        text-align: center;
        position: relative;
        width: 120px;
        height: 120px;
        line-height: 24px;
        background-color: #fff;
        border-radius: 50%;
        padding-top: 24px;
    }
    .ank_btn:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0px 10px;
        border-color: transparent transparent transparent #59493f;
        position: absolute;
        top: 75%;
        left: 43%;
        margin-top: -6px;
        transform: rotate(-45deg);
    }
    .ank_btn a {
        font-size: 18px;
    }
    .ank_btn.pink {
        box-shadow: 0px 5px 0px 0 rgb(210, 170, 170);
    }
    .ank_btn.yellow {
        box-shadow: 0px 5px 0px 0 rgb(215, 180, 50);
    }
    .ank_btn.orange {
        box-shadow: 0px 5px 0px 0 rgb(210, 150, 65);
    }
    
    /* menu　アンカーリンク */


    /* おすすめtop3 */
    .reco_box {
        max-width: auto;
        width: 95%;
        margin: 0 auto;
        padding: 0 0 40px;
    }
    .reco_ttl {
        width: 100%;
        margin: 20px auto 40px;
        text-align: center;
    }
    /* おすすめtop3 */

    /* 商品 */
    .item_box {
        max-height: 100%;
        margin: 0 auto 50px;
        display: block;
        position: relative;
    }

    .item_img_box {
        max-width: 100%;
    }
    .item_img {
        border-radius: 20px 20px 0 0;
        width: 100%;
        /* max-width: none; */
    }
    .item_info {
        padding: 20px;
        width: 100%;
        position: relative;
    }
	.item_info {
  display: flex;
  flex-direction: column;
  align-items: center; /* 子要素全体を中央に */
}
    .icon_rank.spv {
        position: absolute;
        top: -3%;
        left: 20%;
        width: 60%;
        height: 40px;
        line-height: 40px;
        padding: 0 20px 0 20px;
    }
    .icon_rank.gold:before {
        border-width: 15px 15px 15px 15px;
    }
    .icon_rank.gold:after {
        border-width: 15px 15px 15px 15px;
    }
    .icon_rank.silver:before {
        border-width: 15px 15px 15px 15px;
    }
    .icon_rank.silver:after {
        border-width: 15px 15px 15px 15px;
    }
    .icon_rank.bronze:before {
        border-width: 15px 15px 15px 15px;
    }
    .icon_rank.bronze:after {
        border-width: 15px 15px 15px 15px;
    }
    .item_explanation {
		text-align: center; /* テキストを中央揃え */
        font-size: 16px;
        margin: 0 auto 20px;
    }
    .item_btn{
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0 auto;
        width: 90%;
    }
    /* 商品 */

    /* もっと見るボタン */
    .more_btn {
        width: 90%;
        padding: 10px 20px;
        margin: -10px auto 0;
    }
    .more_btn a {
        font-size: 17px;
    }
    /* もっと見るボタン */

    /* 年齢別 */
    .age_ank_list{
        width: 100%;
        margin: 0 auto;
    }
    .age_ank_conts {
        background: #fed93f;
        padding: 60px 0 20px;
    }
    .age_ank_box {
        max-width: 1080px;
        margin: 0 auto;
    }
    .age_ank_ttl {
        width: 90%;
    }
    .age_cate_ttl {
        width: 50%;
    }
    .age_ank_btn {
        width: 100px;
        height: 100px;
        line-height: 66px;
    }
    .age_ank_btn a {
        font-size: 20px;
    }
    .age_ank_btn span {
        font-size: 34px;
    }
    .age_ank_btn .kara {
        font-size: 20px;
    }
    .age_ank_btn.yellow {
        box-shadow: 0px 6px 0px 0 rgb(215, 180, 50);
    }
    /* 年齢別 */

    /* 遊び別 */
    .play_ank_conts {
        padding: 60px 0 20px;
    }
    .play_ank_ttl {
        width: 90%;
    }

    .play_ank_btn a {
        font-size: 18px;
        letter-spacing: -2px;
        padding: 6px 4px;
    }
    .play_cate_ttl {
        width: 70%;
    }
    .play_ank_btn {
        margin: 2%;
        line-height: 100px;
    }
    .play_ank_btn.gyou2 a {
        padding: 30px 10px 15px;
    }
    .play_ank_btn.orange {
        background: #fff;
        box-shadow: 0px 6px 0px 0 rgb(210, 150, 65);
    }
    /* 遊び別 */

}
/* ====================
640px以下 
=======================*/


/* ====================
320x以下 
=======================*/
@media screen and (max-width: 320px) {
    /* アンカーリンク */
    .ank_btn {
        width: 100px;
        height: 100px;
        line-height: 18px;
        padding-top: 20px;
    }
    .ank_btn a {
        font-size: 17px;
        letter-spacing: -1px;
    }
    /* アンカーリンク */

    /* 年齢別 */
    .age_ank_btn {
        margin: 2% 1%;
        width: 90px;
        height: 90px;
        line-height: 65px;
    }
    .age_ank_btn span {
        font-size: 32px;
    }
    /* 年齢別 */

    /* 遊び別 */
    .play_ank_btn {
        margin: 3% 1%;
        width: 100px;
        height: 100px;
    }
    .play_ank_btn a {
        padding: 6px 10px;
    }
    .play_ank_btn.gyou2 a {
        padding: 24px 10px 15px;
    }

    /* 遊び別 */
}
/* ====================
320x以下 
=======================*/