.mainlogo{
	height:4.0em;
}

.top-container{
	width:90%;
}

.header-container .top-bar .topbar-content{
	position:relative;
}
.topbar-content #user_btn{
	position:absolute;
	display:inline-block;
	padding:0 1.0em;
	cursor:pointer;
	transition:1s;
	right:0;
}
.topbar-content #user_btn:hover{
	//background:#424b54;
}
.topbar-content #user_btn a{
	color:#FFF!important;
	padding:1.0em 1.0em;
}
.topbar-content #user_btn a:hover{
	background:#424b54;
	color:#e21f1f !important;
}

.sidebar-category{
	padding-bottom:0.8em;
	border-bottom:1px solid #DDD;
}
.top-container .sidebar-category{
	width:24rem;
}
@media (max-width: 1099px){
	.sidebar-category, .top-container .sidebar-category{
		width:100%;
		margin-bottom:0.8em;
	}
	
	#secondary ul li{
		display:inline-block;
		width: fit-content;
		padding: 0.3em 1.0em;
		white-space:nowrap;
	}
}

.main-container h3{
	margin: 0.6em 0 0.3em 0;
    padding: 0.2em;
    border-bottom: 1px solid #e21f1f;
}

.main-container p{
	font-size:1.2em;
}

.sidebar-category h3{
	font-weight:600;
	font-size:1.4em;
	color:#555;
	margin:0 0 0.8em 0;
}

.top-main-container h3{
	font-size: 1.8em;
    color: #333;
    font-weight: 600;
    padding: 0.3em 0 0.3em 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #EAEAEA;
    margin: 0.8em 0 0.6em 0;
}

#top_recomm{
	position:relative;
	display:inline-block;
}

#cate_top_thmn{
	position:relative;
	display:inline-block;
	overflow-x:auto;
	white-space:nowrap;
}
#cate_top_thmn span{
	position:relative;
	display:inline-block;
	margin:0.2rem 0.4rem;
	background:#000;
}

#cate_top_thmn span img{
	position:relative;
	display:inline-block;
	width:15vw;
	height:15vw;
	transition:0.3s;
}

#cate_top_thmn span img:hover{
	opacity:0.35;
	transition:0.3s;
}

#cate_top_thmn span p{
	position:absolute;
	display:inline-block;
	top:50%;
	left:50%;
	box-sizing:border-box;
	padding:0.3rem 0.6rem;
	color:#FFF;
	font-size:1.6rem;
	font-weight:600;
	transform:translate(-50%, -50%);
	z-index:1;
	text-shadow:0px 0px 6px #000;
	transition:0.3s;
}
#cate_top_thmn span p:hover{
	/*text-shadow:0px 0px 6px #000,0px 0px 8px #000,0px 0px 10px #000;*/
	text-shadow:none;
	background:#e21f1f;
	transition:0.3s;
}

#top_templates{
	position:relative;
	display:inline-block;
}

#top_templates span{
	position:relative;
	display:inline-block;
	width:320px;
	height:calc(256px + 24px);
	border:1px solid #AAA;
	overflow:hidden;
	margin-right:0.5em;
}
#top_templates .contsbox{
	margin-bottom:1.8em;
}

#top_templates span p.title{
	position:absolute;
	display:inline-block;
	background: #FFF;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
	padding-left:0.3em;
	padding-top:0.3em;
    line-height: 20px;
    font-size: 1.2em;
    font-weight: 600;
	transition:0.3s;
	cursor:pointer;
}
#top_templates span p.title:hover{
	background: #EFEFEF;
	text-decoration:underline;
}

#top_templates span .info_box{
	position: absolute;
	bottom:0px;
	width:100%;
	height:22px;
	border:none;
}

#top_templates span .length{
	position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: right;
    bottom: 0px;
    /*right: 0;*/
    line-height: 20px;
    font-size: 1.0em;
    font-weight: 400;
    margin: 0;
    border: none;
    /*background: rgba(0,0,0,0.75);*/
    /*color: #FFF;*/
    padding: 0.1em 0.6em;
}

#top_templates span .bgm{
	position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: right;
    top: 0px;
    right: 0px;
    line-height: 20px;
    font-size: 1.0em;
    font-weight: 400;
    margin: 0;
    border: none;
    /*background: rgba(0,0,0,0.75);*/
    /*color: #FFF;*/
    padding: 0.1em 0.6em;
}
#top_templates span .bgm img{
	width:20px;
}

#top_templates span .sizes{
	position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: right;
    bottom: 0px;
    /*right: 0;*/
    line-height: 20px;
    font-size: 1.0em;
    font-weight: 400;
    margin: 0;
    border: none;
    /*background: rgba(0,0,0,0.75);*/
    /*color: #FFF;*/
    padding: 0.1em 0.6em;
}

#top_templates span p.cate{
	position:absolute;
	display:inline-block;
    width: auto;
    height: auto;
	text-align:right;
    top: 30px;
    right: 0.2em;
    line-height: 40px;
    font-size: 1.0em;
    font-weight: 400;
}

#top_templates .youtubeprev{
	position:absolute;
	top:60px;
}

#bread{
	position:relative;
	display: inline-block;
    width: 100%;
    padding: 0.4em 0 0.4em 0;
    margin-bottom: 0.6em;
}

#bread *{
	margin-left:2.4em;	
}
#bread *::after{
	position:absolute;
	display:inline-block;
	content:"▶";
	font-weight:600;
	color:#555;
	padding:0 0.6em;
}
#bread *:last-child::after{
	content:"";
}

.content_info_block h2{
	font-size: 2.4em;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #DDD;
    padding: 0.4em 0 0.4em 0;
    margin: 0 0 0.8em 0;
}

#content_info{
	display:flex;
}
@media (max-width:639px) {
	#content_info{
		display:block;
	}
}

#content_info #preview{
	position:relative;
	display:inline-table;
	width:360px;
	height:360px;
}
@media (max-width:639px) {
	#content_info #preview{
		display:block;
		margin:0 auto 1.6em auto;
		overflow:hidden;
	}
}
@media (max-width:359px) {
	#content_info #preview{
		width:100%;
		height:100vw;
	}
}
#content_info #preview .blind{
	position:absolute;
	display:inline-block;
	background: #FFF;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
}
#content_info #preview iframe{
	width:360px;
	height:360px;
}
@media (max-width:359px) {
	#content_info #preview iframe{
		width:100%;
		height:100vw;
	}
}
#content_info #description{
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	width:calc(100% - 360px);
	padding: 0.8em 1.2em 0.8em 1.2em;
}
@media (max-width:639px) {
	#content_info #description{
		width:100%;
	}
}
#content_info #description #desc_text{
	font-size:1.2em;
	line-height:1.8em;
	padding-bottom:1.0em;
	border-bottom: 1px solid #DDD;
	margin-bottom:1.0em;
}
#content_info #description #desc_size{
	width:100%;
	text-align:center;
	font-size:1.2em;
	line-height:1.8em;
	padding-bottom:0.5em;
	margin-bottom:1.0em;
}
#content_info #description #desc_size *{
	margin-right:1.0em;
}

#content_tags{
	position:relative;
	display:inline-block;
	font-size:1.0em;
}
#content_tags a{
	white-space:nowrap;
}

.page_sel{
	position:relative;
	display:inline-flex;
	width:100%;
	text-align:center;
	justify-content: center;
}

.page_sel .page_num{
	position: relative;
    display: inline-block;
    font-size: 1.3em;
    color: #FFF;
    background: #e21f1f;
    padding: 0.4em 0.6em;
    margin: 0 0.2em;
	transition:0.5s;
	cursor:pointer;
}
.page_sel .page_num:hover, .page_prev:hover, .page_next:hover{
	opacity:0.75;
}
.page_sel .page_num.now{
	background: #555;
}


.page_prev, .page_next{
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	width:2.4em;
	height:2.7em;
	background:#e21f1f;
	color:#FFF;
	margin:0 0.2em;
	transition:0.5s;
	cursor:pointer;
}
.page_prev::before{
	position:absolute;
	display:inline-block;
	content:"";
	width:1.0em;
	height:1.0em;
	border-top:3px solid #FFF;
	border-left:3px solid #FFF;
	transform:rotate(-45deg);
	left:0.9em;
	top:0.85em;
}
.page_next::before{
	    position: absolute;
    display: inline-block;
    content: "";
    width: 1.0em;
    height: 1.0em;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
    left: 0.5em;
    top: 0.85em;
}

label{
	padding-left:0.4em;
	padding-right:0.4em;
	cursor:pointer;
	transition:0.5s;
}

label:hover{
	background:#EFEFEF;
}

input[type=checkbox] {
	cursor:pointer;
	-moz-transform:		scale(1.3);
	-webkit-transform:	scale(1.3);
	transform:		scale(1.3);
	margin-right:0.4em;
}

.message{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:1.6em 0;
}

.orderinfobox{
	display: inline-block;
    width: 100%;
    margin: 0.6em 0;
    padding: 1.0em;
    border: 1px solid #CCC;
    color: #e21f1f;
    font-size: 14px;
    font-weight: 600;
}

.manualimg{
	border: 1px solid #444;
    margin: 0.6em 0;
    box-shadow: 4px 4px 16px rgb(0 0 0 / 35%);
}

sizes{
	display: inline-block;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.7rem;
    background: #e21f1f;
    padding: 0rem 0.4rem;
    margin: 0 0.3rem;
    box-sizing: border-box;
    border-radius: 0.4rem;
}

.top-main-container{
	
}