@charset "utf-8";

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #462D14;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

main{
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	max-width:100%;
	height: auto;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

a{
	color: #462D14;
	text-decoration: none;
}

a:hover{
}


.ib{ display: inline-block; }

.mb10{ margin-bottom: 10px !important; }
.mb15{ margin-bottom: 15px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb25{ margin-bottom: 25px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb35{ margin-bottom: 35px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb45{ margin-bottom: 45px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb55{ margin-bottom: 55px !important; }
.mb60{ margin-bottom: 60px !important; }
.mb65{ margin-bottom: 65px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb75{ margin-bottom: 75px !important; }
.mb80{ margin-bottom: 80px !important; }

.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt35{ margin-top: 35px !important; }
.mt40{ margin-top: 40px !important; }
.mt45{ margin-top: 45px !important; }
.mt50{ margin-top: 50px !important; }
.mt55{ margin-top: 55px !important; }
.mt60{ margin-top: 60px !important; }
.mt65{ margin-top: 65px !important; }
.mt70{ margin-top: 70px !important; }
.mt75{ margin-top: 75px !important; }
.mt80{ margin-top: 80px !important; }

.ml5 { margin-left:  5px !important; }
.ml10{ margin-left: 10px !important; }
.ml15{ margin-left: 15px !important; }
.ml20{ margin-left: 20px !important; }
.ml25{ margin-left: 25px !important; }
.ml30{ margin-left: 30px !important; }
.ml35{ margin-left: 35px !important; }
.ml40{ margin-left: 40px !important; }
.ml45{ margin-left: 45px !important; }
.ml50{ margin-left: 50px !important; }
.ml55{ margin-left: 55px !important; }
.ml60{ margin-left: 60px !important; }
.ml65{ margin-left: 65px !important; }
.ml70{ margin-left: 70px !important; }
.ml75{ margin-left: 75px !important; }
.ml80{ margin-left: 80px !important; }

.mr5 { margin-right:  5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr25{ margin-right: 25px !important; }
.mr30{ margin-right: 30px !important; }
.mr35{ margin-right: 35px !important; }
.mr40{ margin-right: 40px !important; }
.mr45{ margin-right: 45px !important; }
.mr50{ margin-right: 50px !important; }
.mr55{ margin-right: 55px !important; }
.mr60{ margin-right: 60px !important; }
.mr65{ margin-right: 65px !important; }
.mr70{ margin-right: 70px !important; }
.mr75{ margin-right: 75px !important; }
.mr80{ margin-right: 80px !important; }


.mt0{ margin-top:    0px !important;}
.ml0{ margin-left:   0px !important; }
.mr0{ margin-right:  0px !important; }
.mb0{ margin-bottom: 0px !important; }

.ft10{ font-size: 10rem; }
.ft12{ font-size: 12rem; }
.ft14{ font-size: 14rem; }
.ft16{ font-size: 16rem; }
.ft18{ font-size: 18rem; }
.ft20{ font-size: 20rem; }

.float-left{ float: left; }
.float-right{ float: right; }

.tc{ text-align: center !important; }
.tr{ text-align: right !important; }
.tl{ text-align: left !important; }
.just{
text-align:justify;
text-justify:inter-ideograph; 
}


.text-shadow {
	text-shadow: 1px 1px 3px #000;
}

.box-shadow-out {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.box-shadow-in {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

.radius {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

.sp{
	display: none;
}

.inner{
	width: 1104px;
	margin: 0 auto;
	position: relative;
}

i.fa-search{
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

i.fa-search::before{
  content: url(../img/search.svg);
  line-height: 1;
  display: block;
  height: 15px;
}

/*--------------------------------------
HEADER
----------------------------------------*/
header{
	position: relative;
  z-index: 200;
}

header #header-top{
	background-color: #270e09;
	color: #fff;
	font-size: 14px;
	padding: 14px 0;
	min-width: 1104px;
}

header #header-top svg{
	vertical-align: middle;
	margin-right: 22px;
	width: 204px;
	height: 31px;
}

header #header-bottom{
	position: relative;
	padding: 50px 0 25px;
	text-align: center;
	color: #462d14;
	font-size: 15px;
	line-height: 100%;
}

header #header-bottom img{
	margin-top: 18px;
}

header #header-bottom .magazine-title span{
  display: block;
}

header #header-about{
	position: absolute;
	right: 0px;
	top: 90px;
}

header #header-about a{
  display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

header #header-about a:hover{
  opacity: .8;
}

header #header-about li{
  text-align: right;
  padding: 5px 0;
}

header #header-about .about{
  margin-right: 10px;
}

header #header-about .ladies{
  width: 127px;
  border: 1px solid #462D14;
  border-radius: 16px;
  line-height: 1;
  padding: 7px 14px;
  text-align: left;
  background: url(/enjoy-order-ladies/common/img/men-arrow.svg) no-repeat right 14px center;
}

.breadcrumb{
	display: block;
	margin-bottom: 40px;
}
.breadcrumb .inner{
	border-top: 1px solid #462d14;
	display: flex;
	justify-content: left;
}

.breadcrumb .inner > span{
	font-size: 11px;
	padding: 16px 0;
	margin-right: 6px;
}
.breadcrumb .inner > span::after{
  content: " › ";
}
.breadcrumb .inner > span:last-child::after{
  content: "";
}

.breadcrumb a{
	text-decoration: none;
}
/*--------------------------------------
FOOTER
----------------------------------------*/
#pagetop{
	position: fixed;
	right: 10px;
	bottom: 60px;
	width: 120px;
	cursor: pointer;
	z-index: 20;
}

footer{
	background-color: #e8e6e2;
	padding-bottom: 40px;
}

footer #footer-top{
	border-bottom: 2px solid #d3cec8;
	padding: 36px 45px 24px;
	display: flex;
	justify-content: space-between;
}

footer #footer-top .left{
	flex: 1;
}

footer #footer-top .left span{
	display: inline-block;
	margin-right: 36px;
	vertical-align: top;
}

footer #footer-top .left .row{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

footer #footer-top .left span#fl02{
	margin-right: 0;
}
footer #footer-top .left span#fl02 svg{
	max-width: 100%;
	width: 278px;
	height: 42px;
}
footer #footer-top .left span#fl01 svg{
	max-width: 100%;
	width: 174px;
	height: 38px;
}
footer #footer-top .left span#fl03 svg{
	max-width: 100%;
	width: 185px;
	height: 35px;
}
footer #footer-top .left span#fl04 svg{
	max-width: 100%;
	width: 186px;
	height: 32px;
}
footer #footer-top .left span#fl05 svg{
	max-width: 100%;
	width: 219px;
	height: 41px;
}

footer #footer-top .right{
	width: 220px;
	float: right;
	text-align: right;
}

footer #footer-top form{
	position: relative;
}

footer #footer-top form input{
	border: 1px solid #462D14;
	background-color: #e8e6e2;
	padding: 6px;
	padding-right: 28px;
}

footer #footer-top form i{
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
}

footer #footer-bottom{
	padding: 34px 0 34px 60px;
}

footer #footer-gs{
	width: 26%;
	float: left;
}

footer #footer-shop{
	width: 42%;
	float: left;
}

footer #footer-category{
	width: 30%;
	float: right;
}

footer #footer-gs ul{
	width: 100%;
	float: left;
}

footer #footer-shop ul{
	width: 100%;
	float: left;
}

footer #footer-category ul{
	width: 100%;
	float: left;
}

footer ul li{
	display: block;
	position: relative;
	margin-right: 16px;
  text-indent: -18px;
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

footer ul li .nosc,
footer ul li a{
	color: #462D14;
	font-size: 12px;
	padding-left: 18px;
}

footer ul li.child{
  margin-left: 2.5ex;
}


footer ul li:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #462D14;
	border-right: 1px solid #462D14;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -2.5px;
}

footer ul li.step:after{
	top: 12px;
}

footer #copyright{
	font-size: 12px;
	text-align: center;
}

/*--------------------------------------
MAIN
----------------------------------------*/
main{
	width: 720px;
	float: left;
}
/*--------------------------------------
ASIDE
----------------------------------------*/
aside{
	width: 340px;
	float: right;
}

aside #side-category{
	margin-bottom: 26px;
}

aside #side-category li{
	display: block;
	line-height:100%;
	margin-bottom: 5px;
}

aside #side-category li a{
  position: relative;
	display: block;
	line-height: 1;
  background-color: #24222F;
  color: #fff;
  padding: 16px 18px;
  font-size: 14px;
}
/*
aside #side-category li a::after{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 15px;
  top: 18px;
}
*/

aside #side-category li.parent a::after{
  content: none;
}
aside #side-category li.parent a span{
  position: absolute;
  width: 15px;
  height: 15px;
  right: 12px;
  top:16px;
}
aside #side-category li.parent a span::before{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  border: none;
  background-color: #fff;
  left: 50%;
  margin-left: 0;
  top: 0;

}
aside #side-category li.parent a span::after{
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 15px;
  border: none;
  background-color: #fff;
  transform: none;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

aside #side-category li.parent ul{
  display: none;
  border-top: 1px solid #aaa;
}
aside #side-category li.parent ul li{
  margin-bottom: 0;
  border-bottom: 1px solid #aaa;
}
aside #side-category li.parent ul li a{
  background-color: #3c3a4d;
}



aside #side-category li a:hover{
  opacity: .8;
}


aside #side-form{
	padding: 0 30px;
	margin-bottom: 26px;
}

aside #side-form form{
	position: relative;
	width: 100%;
	margin: 0 auto 25px;
}

aside #side-form form input{
	border: 1px solid #462D14;
	background-color: #e8e6e2;
	padding: 12px;
	padding-right: 28px;
	width: 100%;
}

aside #side-form form i{
	position: absolute;
	right: 10px;
	top: 12px;
	cursor: pointer;
}

aside #side-keyword li{
	display: inline-block;
}

aside #side-keyword li a{
	display: inline-block;
	border: 1px solid #462D14;
	line-height: 100%;
	font-size: 11px;
	padding: 4px;
}

aside #side-keyword li a:hover{
	text-decoration: none;
	background-color: #462D14;
	color: #fff;
}

aside #side-new{
	margin-bottom: 35px;
}

aside #side-new a{
	display: block;
	position: relative;
}

aside #side-new a:hover {
  opacity: .8;
}

aside #side-new img{
	margin-bottom: 10px;
}

aside #side-new .new{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(150,0,0,.7);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
}

aside #side-new .date{
}

aside #side-new h3{
	font-size: 16px;
	font-weight: bold;
}


aside #side-new .slick-arrow{
	outline: none;
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 110px;
	margin-top: -15px;
	text-indent: -9999px;
	background: #462D14;
	z-index: 100;
	border: none;
	cursor: pointer;
	z-index: 100;
}

aside #side-new .slick-arrow:hover{
	background: #000;
}


aside #side-new .slick-prev{
	left: 0px;
}
aside #side-new .slick-prev::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -5px;
}

aside #side-new .slick-next{
	right: 0;
}

aside #side-new .slick-next::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -5px;
}

aside #side-new .slick-dots{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

aside #side-new .slick-dots li{
	margin-right: 1.5rem;
	cursor: pointer;
}

aside #side-new .slick-dots li button{
	display: block;
	font-size: 0;
	line-height: 20px;
	padding: 0;
	width: 8px !important;
	height: 8px !important;
	background: #fff;
	text-indent: -9999px;
	border: none;
	border-radius: 50%;
	outline: none;
	background: #E0E0E0;
}

aside #side-new .slick-dots li.slick-active button{
	background: #646464;
}

aside #side-ranking{
	margin-bottom: 26px;
}

aside #side-ranking .subtitle{
	line-height: 100%;
	padding: 5px 11px;
	border: 1px solid #462D14;
	display: inline-block;
}

aside #side-ranking .box{
	display: table;
	width: 100%;
	border-bottom: 1px solid #95877A;
}

aside #side-ranking .box .rank-left{
	display: table-cell;
	width: 120px;
	padding: 30px 0;
	vertical-align: middle;
}

aside #side-ranking .box .rank-right{
	display: table-cell;
	padding: 30px 22px;
	font-size: 13px;
}

aside #side-ranking .box .rank-right h3{
	font-size: 18px;
}

aside #side-ranking .box.no1{
	background: url('../img/ranking-no1.png') no-repeat right center;
}

aside #side-ranking .box.no2{
	background: url('../img/ranking-no2.png') no-repeat right center;
}

aside #side-ranking .box.no3{
	background: url('../img/ranking-no3.png') no-repeat right center;
}

aside #side-ranking .btn{
	position: relative;
	display: inline-block;
	background-color: #dddddd;
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 26px 10px 16px;
	margin-top: 16px;
}

aside #side-ranking .btn:hover{
	text-decoration: none;
	color: #462D14;
	background-color: #b5b5b5;
}

aside #side-ranking .btn:after{
	content: "";
	display: block;
	position: absolute;
	right: 8px;
	top: 12px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #323232;
}

aside #side-fair{
	margin-bottom: 26px;
}

aside #side-fair a{
	display:block;
	margin-bottom: 0.5em;
}


aside #side-about{
	margin-bottom: 26px;
}


/*--------------------------------------
Smartphone 
----------------------------------------*/

@media screen and (max-width: 768px) {
.sp{
	display: block;
}
.pc{
	display: none !important;
}
.nbr{
	display: none;
}

.inner{
	width: 100%;
	padding: 0 10px;
}

header #header-top{
	font-size: 0.6rem;
	min-width: 0;
}

header #header-top .inner a{
	display: block;
	width: 100%;
	margin: 0 auto;
}

header #header-top .inner{
	text-align: center;
}

header #header-top svg{
	width: 160px;
	height: 22.4px;
	margin: 0 0 6px 0;
}

header #header-bottom{
	padding: 10px 10px;
	margin-bottom: 10px;
	font-size: 0.8rem;
}

header #header-bottom .magazine-title span{
	line-height: 150%;
}

header #header-bottom .magazine-title a{
	display: block;
	width: 195px;
	margin: 0 auto;
}

header #header-bottom img{
  margin-top: 38px;
}

header #header-bottom .magazine-title span{
  text-align: center;
}

header #header-about{
  width: auto;
  position: absolute;
  right: 10px;
  bottom: 50px;
  top: auto;
}

header #header-about .ladies{
  font-size: 10px;
  background-size: 11px;
  background-position: right 4px center;
  width: 78px;
  padding: 4px 8px;
}

  #sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  #sp-header-top {
    background-color: #3C1E00;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    height: 38px;
  }

  #sp-header #sp-head-bottom {
    position: relative;
    background: #E2E2E2;
    height: 55px;
  }

  #sp-header #sp-nav {
    display: flex;
  }

  #sp-header #sp-nav li {
    width: 16.666%;
    padding: 5px 0;
  }

  #sp-header #sp-nav li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #sp-header #sp-nav li a img {
    margin: 4px auto 6px;
    width: 28px;
  }

  #sp-header #sp-nav li span.txt {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2vw;
    line-height: 1.2;
    font-weight: 500;
  }

  #sp-header #sp-menu-btn {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #sp-header #sp-menu-btn .bg {
    position: relative;
    display: block;
    width: 13px;
    height: 17px;
    margin: 6px auto 9px;

  }

  #sp-header #sp-menu-btn .bg span {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #3C1E00;
  }

  #sp-header #sp-menu-btn .bg span::before {
    content: "";
    position: absolute;
    display: block;
    top: -5px;
    width: 100%;
    height: 1px;
    background-color: #3C1E00;
  }

  #sp-header #sp-menu-btn .bg span::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #3C1E00;
  }

  #sp-header #sp-header-search {
    display: none;
    background: #E2E2E2;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 67px 0 40px
  }

  #sp-header #sp-header-search form {
    display: flex;
  }

  #sp-header #sp-header-search .search-row {
    position: relative;
    flex: 1;
  }

  #sp-header #sp-header-search input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #3C1E00;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1.0rem;
  }

  #sp-header #sp-header-search .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #sp-header #sp-header-search .close {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(45deg);
  }

  #sp-header #sp-header-search .close::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #3C1E00;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #sp-header #sp-header-search .close::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #3C1E00;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #sp-header #sp-nav-category ul {
    display: none;
    position: fixed;
    width: 100%;
    top: 93px;
    left: 0;
    height: 100vh;
    background-color: #efefef;
    padding: 10px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 100px;
  }

  #sp-header #sp-nav-category ul li {
    position: relative;
    width: 100%;
  }

  #sp-header #sp-nav-category ul li a {
    position: relative;
    display: block;
    border-bottom: 1px solid #979594;
    line-height: 100%;
    text-align: center;
    font-size: 0.8rem;
    padding: 18px 9px;
    text-align: left;
    color: #3e3a39;
    vertical-align: middle;
  }

  #sp-header #sp-nav-category ul li i.a {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #3C1E00;
    border-right: 1px solid #3C1E00;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
  }

  #sp-header #sp-nav-category ul li.parent .nosc {
    cursor: pointer;
  }
  #sp-header #sp-nav-category ul li.parent .nosc span {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 16px;
  }

  #sp-header #sp-nav-category ul li.parent .nosc span::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    border: none;
    background-color: #000;
    left: 50%;
    margin-left: 0;
    top: 0;

  }

  #sp-header #sp-nav-category ul li.parent .nosc span::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 15px;
    border: none;
    background-color: #000;
    transform: none;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }

  #sp-header #sp-nav-category ul .parent {
      position: relative;
      display: block;
      border-bottom: 1px solid #979594;
      line-height: 100%;
      text-align: center;
      font-size: 0.8rem;
      padding: 18px 9px;
      text-align: left;
      color: #3e3a39;
      vertical-align: middle;
    }

  #sp-header #sp-nav-category ul .sm-child {
          display: none;
          position: static;
          height: auto;
          overflow: visible;
          padding-block: 0;
  }
  #sp-header #sp-nav-category ul .sm-child li a{
    border-bottom: 1px solid #ccc;
  }

  #sp-site-title {
    padding-top: 100px;
  }

  #sp-site-title .magazine-title {
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    text-align: center;
  }

  #sp-site-title .magazine-title span {
    display: block;
    margin-bottom: 10px;
  }

  #sp-site-title .magazine-title a {
    display: block;
    width: 195px;
    margin: 0 auto;
  }

main{
	width: 100%;
	padding: 0;
	float: none;
	line-height: 180%;
}

aside{
	width: 100%;
	float: none;
}

#side-category{
}

aside h2{
	margin: 20px 0 10px;
}

aside #side-new .slick-slide img{
	width: 100%;
	height: auto;
}

aside #side-ranking .subtitle{
	border: none;
	padding: 0;
}

aside #side-ranking .box .rank-left{
	padding: 10px 0;
}

aside #side-ranking .box .rank-right{
	padding: 15px 0 15px 15px;
}

aside #side-ranking .box .rank-right h3{
	margin-bottom: 10px;
}

aside #side-ranking .box .rank-right p{
	line-height: 150%;
}

aside #side-form{
	padding: 0;
}

aside #side-keyword li a{
	font-size: 0.9rem;
	padding: 10px;
	margin-bottom: 5px;
}

aside #side-fair a img,
aside #side-about a img{
	width: 100%;
	max-width: initial;
	height: auto;
}



footer #footer-top{
	padding: 10px;
}

footer #footer-top .left{
	width: 100%;
	float: none;
	text-align: center;
	padding: 10px 0;
}

footer #footer-top .left img{
	margin: 0;
}

footer #footer-top .left .row{
	flex-wrap: wrap;
}

footer #footer-top .left #fl02{
	width: 70%;
	margin: 0 auto !important;
}

footer #footer-top .left span{
	width: 50%;
	margin: 0;
	padding: 0 3%;
}

footer #footer-top .left #fl01{
	padding: 0 6%;
}
footer #footer-top .left #fl04{
	width: 45%;
}
footer #footer-top .left #fl05{
	width: 55%;
}


footer #footer-top .right{
	display: none;
}

footer #footer-bottom{
	padding: 10px;
}

footer #footer-gs, footer #footer-category{
	width: 100%;
	float: none;
}

footer #footer-gs{
	margin-top: 10px;
}

footer #footer-bottom{
	padding: 10px 0;
}

footer ul li {
	display: block;
	position: relative;
	margin-right: 16px;
	text-indent: 0px;
	padding-left: 12px;
	line-height: 130%;
}

footer ul li a{
	padding: 0;
}

footer ul li:after{
	top: 8px;
	margin-top: 0;
}

footer #footer-category ul{
	width: 60%;
}

footer #footer-category ul:last-child{
	width: 40%;
}

#sp-search{
	position: absolute;
	bottom: 12px;
	right: 10px;
	width: 15px;
}

#sp-menu-btn{
	position: absolute;
	bottom: 12px;
	left: 10px;
	width: 15px;
}

#sp-menu{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #efefef;
	height: 568px;
}

#sp-menu.active {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#sp-menu .sp-menu-inner{
	padding: 40px 10px 14px;
}

#sp-menu .close{
	color: #3e3a39;
	position: absolute;
	right: 20px;
	top: 10px;
}

#sp-menu .close i{
	display: inline-block;
	position: relative;
	padding: 0;
	width: 2px;
	height: 16px;
	background: #3e3a39;
	transform: rotate(45deg);
}
#sp-menu .close i:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -7px;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	background: #3e3a39;
}

#sp-menu span.parent,
#sp-menu a{
	position: relative;
	font-family: 'Roboto', sans-serif;
	display: block;
	border-bottom: 1px solid #979594;
	line-height: 100%;
	text-align: center;
	font-size: 1.2rem;
	padding: 18px 9px;
	text-align: left;
	color: #3e3a39;
	vertical-align: middle;
}

#sp-menu span.jp{
	font-size: 0.8rem;
	padding-left: 10px;
	vertical-align: middle;
}

#sp-menu ul .sm-parent .nosc{
  position: relative;
  font-family: 'Roboto', sans-serif;
  display: block;
  border-bottom: 1px solid #979594;
  line-height: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 18px 9px;
  text-align: left;
  color: #3e3a39;
  vertical-align: middle;
  position: relative;
  font-size: 0.8rem;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
#sp-menu ul .sm-parent .nosc span{
  position: absolute;
  width: 14px;
  height: 14px;
  right: 12px;
  top:16px;
}
#sp-menu ul .sm-parent .nosc span::before{
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 15px;
  border: none;
  background-color: #000;
  left: 50%;
  margin-left: 0;
  top: 0;

}
#sp-menu ul .sm-parent .nosc span::after{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  border: none;
  background-color: #000;
  transform: none;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
#sp-menu ul .sm-child li a{
  padding-left: 3ex;
}

#sp-menu ul ul{
	display: none;
}

#sp-menu ul ul a{
	font-size: 0.8rem;
	border-bottom: 1px solid #dddddd;
}

#sp-menu ul ul li:last-child a{
	border-bottom: 1px solid #979594;
}

#sp-menu i.o{
	display: block;
	width:10px;
	height:10px;
	border-top:2px solid #333;
	border-right:2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}

#sp-menu .open i.o{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right:10px;
	top:50%;
	margin-top:-2px;
}

  #sp-menu #sp-menu-social {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    gap: 5%;
  }

  #sp-menu #sp-menu-social a {
    border: none;
    padding: 0;
  }

  #sp-menu-search {}

  #sp-menu-search form {
    display: flex;
    padding: 18px 9px;
  }

  #sp-menu-search .search-row {
    position: relative;
    flex: 1;
  }

  #sp-menu-search input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #3C1E00;
    padding: 6px 12px;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1rem;
  }

  #sp-menu-search .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

}

.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
 
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
 
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}
 
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}
 
.pagination li:first-of-type a {
  border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
	font-family: 'Roboto', sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "<<"; }
.pagination li.last a::after { content: ">>"; }
 
.pagination li.previous a::before { content: "<"; }
.pagination li.next a::after { content: ">"; }
 
.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}
 
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .pagination li {
	width: 9%;
    /* screen readers only */
    /*
    position: absolute;
    top: -9999px;
    left: -9999px;
    */
  }
 
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .pagination li.previous a { border-left-width: 0; }
}
 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}
 
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}


.wpp-thumbnail{
	float: none !important;
	margin: 0 !important;
}