/*
Theme Name: CUBIC
Description: CUBIC Template
Author: 管理人
*/



body{
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:13px;
    line-height: 1.5em;
	background-color: #F5F5F5;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.in{
    max-width: 1350px;
    margin: auto;
}
.inw{
    width: 90%;
    margin: auto;
}
img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
}
ul,
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration:none;
    color: #0071AB;
    transition:0.5s;
}
a:hover{
    opacity: 0.7;
}

h3{
    font-size: 16px;
    margin-bottom: 5px;
}



/*-------------------------ヘッダー-------------------------*/
header{
    background-color: #1A1A1A;
    padding: 15px 0;
    margin-bottom: 25px;
    width: 100%;
}
header.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 2;
}
#header{
    float: left;
}
header .inw::after,
.hedr::after,
.hedbotans::after{
    content: "";
    display: block;
    clear: both;
}
.hedr{
    float: right;
}
.header_searchbox,
.hedbotans,
.hedbotan{
    float: left;
}
.hedbotan{
    margin-left: 5px;
}
.hedbotan a{
    color: #fff;
    padding: 6px 15px 5px;
    line-height: 1.5;
}
.search_botn a{
    background-color: #299AD1;
}
.okiniiri_botn a{
    background-color: #E34950;
}
.header_searchbox #dtl_searchInputPC{
	border-radius: 0;
    outline: none;
    background: #fff;
    margin: 0;
    border: none;
    height: 30px;
    padding: 5px 10px;
    width: 340px;
    font-size: 14px;
	-webkit-appearance: textfield;
}
.header_searchbox .submit{
    border: none;
    height: 30px;
    background-color: #808080;
    color: #fff;
    font-size: 17px;
    width: 45px;
    vertical-align: middle; 
}

/*-------------------------一覧-------------------------*/
.allquantity{
    font-size: 19px;
}
.allquantity span{
    font-size: 150%;
    line-height: 1.5;
}


.columnbase{
    margin-bottom: 50px;
}

.contentlist>ul{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
}

.contentlist ul li{
    float: left;
    width: 220px;
    /*border: 1px solid #808080;*/
    margin: 10px;
    display: inline;
    overflow: hidden;
    background: #fff;
    position: initial !important;
    transition: 1s;
}
.contentlist ul li .contentimg{
    position: relative;
    padding-top: 66.5%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
}
.zoom_botn{
    position: absolute;
    top:0;
    right: 0;
}
.zoom_botn a{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    width: 33px;
    height: 33px;
    font-size: 21px;
    padding: 6px;
}
.contentlist .listfavorite_botn{
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.contentlist .listfavorite_botn button{
	background-color: #fff;
        cursor: pointer;
        outline: none;
    width: 26px;
    height: 26px;
    opacity: 1;
    border: none;
    border-radius: 50%;
    font-size: 17px;
    padding: 5px;
    box-shadow:0px 0px 5px 1px rgba(0,0,0,0.32);
}
.contentlistbox{
    padding: 11px;
}
.catbox span a + a::before{
    content: "、";
    color: #000;
}
.siyou span{
    color: #fff;
    background: #ce0000;
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 10px;
    margin-top: 3px;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next{
    opacity: 1;
}


/*-------------------------ナビゲーション-------------------------*/
.navigation{
    position: relative;
	text-align: center;
}


/*-------------------------お気に入りボタン-------------------------*/
.simplefavorite-button{
    color: #A2A2A2;
    cursor: pointer;
}
.simplefavorite-button.active{
    color: #E34950;
    cursor: pointer;
}


.contentlist ul li{
    animation : fadeOut 1s;
    animation-fill-mode: both;
}
/*ソートボタン*/
.sortbotan{
	float:right;
}
.sortbotan li{
	display: inline-block;
	margin: 3px;
}
.sortbotan a{
	font-size: 13px;
    padding: 5px 25px 3px;
    /* background-color: #000; */
    color: #1e1f26;
    font-weight: bold;
    border-radius: 20px;
    border: 2px solid #000;
}
.allquantity>p{
	display:inline-block;
}
.allquantity::after{
	content:"";
	display:block;
	clear:both;
}
/*-------------------------お気に入りページ-------------------------*/
.favorite_hed::after,
.favorite_hed .favorite_botm::after{
    content: "";
    display: block;
    clear: both;
}
.favorite_hed .allquantity{
    float: left;
}
.favorite_hed .favorite_botm{
    float: right;
}
.btnWrapper,
.simplefavorites-clear{
    display: inline-block;
    vertical-align: middle;
}
.simplefavorites-clear{
    border: none;
    padding: 3px 10px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
	background-color: rgba(255, 255, 255, 0);
	
}
.simplefavorites-clear:hover{
    opacity: 0.8;
}
.reverseBtn {
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    color: #000;
	font: 400 11px system-ui;
	font-size: 13px;
	font-weight: bold;
}
a.reverseBtn:hover {
    opacity: 0.8;
}
.reverseBtn > span:last-of-type,
.reverseBtn.reverse > span:first-of-type {
    display: none;
}
.reverseBtn.reverse > span:last-of-type {
    display: inline;
}
/*-------------------------ヘッダー検索リスト-------------------------*/
.search_hedbox{
    padding: 50px 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.90);
    position: fixed;
    width: 100%;
    top: -100vh;
    bottom: 0;
    z-index: 9;
    overflow: scroll;
    color: #fff;
    transition: 0.5s;
}
.search_hedbox.open{
    top: 0;
}
.search_hedboxw{
    max-width: 1200px;
}
.search_hedh{
    font-weight: bold;
    color: #989898;
    margin-bottom: 5px;
}
.search_hed{
    margin-bottom: 30px;
}
.search_hed table{
    width: 100%;
}
.search_hed table th{
    font-weight: normal;
    width: 120px;
    text-align: left;
}

/*タブ切り替え全体のスタイル*/
.tab_list{
    margin-bottom: 5px;
}
.tab_list ul li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.tab_list input[type="radio"]{
    display:none;
}
.tab_list label{
    width: 70px;
    display: inline-block;
    text-align: center;
    padding: 0.5em 0;
    font-size: 12px;
    cursor: pointer;
    transition: 0.5s;
    background-color: #969696;
    color: #fff;
    
}
.tab_list input[type="radio"]:checked~label,
.tab_list label:hover{
    background-color: #fff;
    color: #252525;
}
.search_hed .checkbox li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
/*チェックボックス */
.search_hed .checkbox li input{
    display:none;
}
.search_hed .checkbox input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 22px;
    padding-right: 10px;
    margin-bottom: 20px;
    font: 13px/15px 'Open Sans', Arial, sans-serif;
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.search_hed .checkbox input[type="checkbox"] + label:last-child { 
    margin-bottom: 0;
}

.search_hed .checkbox input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.search_hed .checkbox input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_hed .checkbox li label{
    
}
/*エリア*/
.area_category{
}
.area_category .child_area{
    display: inline-block;
}
/*フォーム*/
.fsbox {
    text-align: center;
}
.search_hed #dtl_searchInputPC {
    margin: 0;
    border: none;
    height: 30px;
    padding: 5px 10px;
    width: 80%;
    max-width: 340px;
    font-size: 14px;
	-webkit-appearance: textfield;
}
.search_hed .submit{
    border: none;
    width: 90%;
    max-width: 450px;
    background-color: #808080;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0;
    vertical-align: middle;
    transition: 0.5s;
}
.search_hed .submit:hover{
    background-color: #fff;
    color: #252525;
}
.search_hed_submit{
    margin-top: 20px;
    text-align: center;
}
.tagbox li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tagbox li a{
    color: #fff;
    position: relative;
    padding: 5px 20px 5px 5px;
    line-height: 1;
}
.tagbox li a::after{
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    margin: auto;
    right: 0;
    top:0;
    bottom: 0;
}
.closebotm{
    text-align: right;
}
.closebotm a{
    position: relative;
    width: 20px;
    height: 20px;
}
.closebotm a span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    
}
.closebotm a span:nth-child(1){
    transform: rotate(-45deg);
}
.closebotm a span:nth-child(2){
    transform: rotate(45deg); 
}
/*-------------------フッター------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 2;
}
#page-top a{
    text-align: center;
    font-size: 0;
    width: 65px;
    height: 65px;
    background-color: #808080;
    padding: 7px 4px;
    color: #fff;
    border-radius: 50%;
}
#page-top a span{
    font-size: 30px;
    display: block
}
#page-top a p{
    font-size: 12px;
}




