.container_{
    width: 1130px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.mainframe_{
    width: 870px;
}

div.rightmenuframe_ {
    width: 237px;
}
div.container_ {
    position: relative;
}
.topics-box {
    font-size: 0;
}

.topics-box a {
    display: inline-block;
    font-size: 13px;
    color: black !important;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
}

.topics-box a:nth-of-type(3n) {
    margin-right: 0;
}

.topics-box a img {
    width: 278.4px;
    height: 171.68px;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: 0.2s;
}

.topics-box a img:hover {
    opacity: 0.8;
}

.topics-box a div {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 2em;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.topics-link {
    text-align: center;
}

.topics-link a {
    display: inline-block;
    background: #e6e6e6;
    font-size: 18px;
    padding: 1em 6em;
    border-radius: 12px;
    color: black !important;
    font-weight: bold;
    transition: 0.2s;
}

.topics-link a:hover {
    background: #c7c7c7;
    text-decoration: none;
}

.tabs {
    margin-top: 50px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 5px;
}
.tabs3 {
    margin-top: 50px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 5px;
}
/*タブのスタイル*/
.tab_item,.tab_item3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    transition: all 0.2s ease;
    margin-bottom: 5px;
}

/*ラジオボタンを全て消す*/
input[name='tab_item'],
input[name='tab_item3'] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
}
#feamen3_content img,
#feawom3_content img,
#featre3_content img,
#feamar3_content img {
    width: 283.61px;
    height: 174.89px;
}
#feamen_content img,
#feawom_content img,
#featre_content img,
#feamar_content img {
    width: 429.78px;
    height: 265.5px;
}

/*選択されているタブのコンテンツのみを表示*/
#feamen:checked ~ #feamen_content,
#feawom:checked ~ #feawom_content,
#featre:checked ~ #featre_content,
#feamar:checked ~ #feamar_content,
#feamen3:checked ~ #feamen3_content,
#feawom3:checked ~ #feawom3_content,
#featre3:checked ~ #featre3_content,
#feamar3:checked ~ #feamar3_content {
    display: block;
}

/* ▼タブ機能を制御するラジオボタン（非表示にする） */
.tabbox input {
    display: none;
}

/* ▼タブ（共通装飾＋非選択状態の装飾） */
.tab {
    display: inline-block;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 0.5em 0.5em;
    color: black;
    background-color: #e0e0e0;
    font-weight: bold;
    margin: 0px;
    font-size: 14px;
}

/* ▼タブにマウスポインタが載った際の装飾 */
.tab:hover {
    background-color: #fff;
    color: green;
    cursor: pointer;
}

/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾（＝選択状態のタブ） */
input:checked + .tab {
    background-color: #fff;
    color: #000;
    position: relative;
    z-index: 10;
}

/* ▼タブの中身（共通装飾＋非選択状態の装飾） */
.tabcontent {
    display: none;
    border: 1px solid #ccc;
    margin-top: -1px;
    padding: 1em;
    position: relative;
    z-index: 0;
    background-color: #fff;
    height: 420px;
}
#recommendArea5 .recrank{
    margin: 3px;
}
/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#tabcheck1:checked ~ #tabcontent1 {
    display: block;
}
#tabcheck2:checked ~ #tabcontent2 {
    display: block;
}
#tabcheck3:checked ~ #tabcontent3 {
    display: block;
}
#tabcheck4:checked ~ #tabcontent4 {
    display: block;
}
#tabcheck5:checked ~ #tabcontent5 {
    display: block;
}
#tabcheck6:checked ~ #tabcontent6 {
    display: block;
}

/* --------------------------------------------------------------------
	商品一覧　最近チェックした商品、あなたへのおすすめ
--------------------------------------------------------------------- */

/* ハコブネ */
div .code div .hacobune-grid-col:nth-child(n + 6) {
    display: none;
}
div .code {
    text-align: center;
    width: 100%;
}
.codebotan {
    display: inline-block;
    margin: 0 10px;
    padding: 1em 3em;
    text-decoration: none;
    color: #666;
    border: solid 1px #666;
    border-radius: 3px;
    transition: 0.4s;
}

.codebotan a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

.codebotan a:link,
.codebotan a:visited {
    color: #606060;
    text-decoration: none;
}

div .code .codetitle2 {
    display: none;
}


.topPageInfoBn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topPageInfoBn a{
    width: 49.45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
    border: 1px solid #e0d9d6;
    padding: 9px;
}
.topPageInfoBn a:nth-last-of-type(1),.topPageInfoBn a:nth-last-of-type(2){
    margin-bottom: 0;
}

.topPageInfoBn a img{
    width: 201px;
    height: 124.36px;
}
.topPageInfoBn a div{
    width: 49%;
    line-height: 1.5em;
}

/* 右ブロック */
#block_of_free1 img{
    width: 237px;
    height: 146.27px;
}
#top_ShareBtn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 29px;
}
#top_ShareBtn img {
    width: 37px!important;
    height: 37px;
    border-radius: 8px;
}

.right_bnr a{
    display: block;
    margin-bottom: 9px;
}
.right_bnr > a:last-of-type{
    margin-bottom: 0;
}
.right_bnr p{
    padding-top: 20px;
    margin-bottom: 9px;
    text-align: center;
}

.side_menu{
    margin-top: 9px;
}

.side_menu h2{
    padding: 1em 0;
    font-size: 16px;
    font-weight: bold;
}

.side_menu li{
    border-bottom:1px solid black;
}
.side_menu li:first-of-type{
    border-top:1px solid black;
}
.side_menu .summary a{
    display: block;
    padding: 1em 0;
    border-bottom:1px solid #e0d9d6;
}

.tabcontent {
    border: 1px solid #ccc;
    margin-top: -1px;
    padding: 0.8em;
    position: relative;
    z-index: 0;
    background-color: #fff;
    height: 525px;
}

.toph2 {
    font-family: 'Anton', sans-serif;
    font-size: 60px;
    /* line-height: 70px; */
    /* margin-top: 0; */
    /* font-weight: bold; */
}
.toph2 span {
    font-size: medium;
    vertical-align: middle;
    padding-left: 1.5em;
}

#block_of_free2{
    text-align: center;
}

.bm-logo {
    height: 45px;
}

.slide-bnr img {
    width: 100%;
    height: calc(100% * (1200 / 740));
}

.slide-bnr .swiper-slide {
    opacity: 0.5;
}

.slide-bnr .swiper-slide-active {
    opacity: 1 !important;
}

.tab-menu,
.tab-menu-item {
    width: 870px;
}

.tab-menu .swiper-slide,
.tab-menu-item .swiper-slide {
    width: auto;
    padding: 10px 0;
    cursor: pointer;
}

.tab-contents .flex-area,
.tab-contents-item .flex-area,
.tab_content .flex-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab-contents .flex-area a,
.tab-contents-item .flex-area a,
.tab_content .flex-area a {
    margin-bottom: 9px;
    position: relative;
}

.tab-contents .flex-area a img {
    width: 430px;
    height: 265.16px;
}

.tab-contents-item .flex-area a img {
    width: 283px;
    height: 174.51px;
}

.swiper-slide-thumb-active {
    border-bottom: 2px solid rgb(9, 8, 53);
    color: rgb(9, 8, 53) !important;
    font-weight: bold;
    cursor: default !important;
}

.bnr-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: white;
    background: linear-gradient(0deg, black, transparent);
    padding-top: 2em;
    padding-bottom: 1em;
}

.bnr-icon {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: inline-block;
    background: #212529;
    color: white;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.4em;
}

.tab_item,
.tab_item3 {
    display: inline-block;
    padding: 0 20px;
}

.tabs input:checked+.tab_item,
.tabs3 input:checked+.tab_item3 {
    font-weight: bold;
    border-bottom: 3px solid black;
}
.bm_section{
    margin-bottom: 50px;
}
.bm_section:last-of-type{
    margin-bottom: 0;
}

.overview{
    padding: 20px 0;
    line-height: 1.8em;
}