@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

*{
  -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;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
}

.en{
  font-family: 'EB Garamond', serif;
}

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;
}


/*--------------------------------------
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-row .inner{
  padding: 30px 0 50px;
  display: flex;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

header #header-row .magazine-title{
  display: flex;
	margin: auto;
	justify-content: space-between;
	align-items: center;
  width: 66.666%;
}

header #header-row .magazine-title span{
  font-size: 13px;
  width: 300px;
}

header #header-row .magazine-title a{
	position: relative;
	text-align: center;
	color: #462d14;
	font-size: 15px;
	line-height: 100%;
}

header #header-row .magazine-title img{
}

header #header-row #header-about{
  width: 33.333%;
}

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

header #header-row #header-about a{
	font-size: 16px;
	display: inline-block;
}

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

header #header-row #header-about a.mens{
  width: 118px;
  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: 20px;
	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 a{
	color: #462D14;
	font-size: 12px;
	padding-left: 18px;
}

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;
}

main #blog-body .faq_block h3{
  background: none;
  padding: 8px 0px;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0 1em;
  border: none;
  border-bottom: 2px dotted #323232;
}

/*--------------------------------------
ASIDE
----------------------------------------*/
aside{
	width: 340px;
	float: right;
}

aside h2{
  margin-bottom: 15px;
}

aside h2 .en{
  font-size: 25px;
  padding-right: 10px;
}

aside h2{
  font-size: 12px;
}


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

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

aside #side-category li a{
	display: block;
	line-height: 0;
}

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

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

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

aside #side-form form .icon{
	position: absolute;
	right: 40px;
	top: 12px;
	cursor: pointer;
}

aside #side-keyword h3{
  font-size: 15px;
}

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

aside #side-keyword li a{
	display: inline-block;
	background: #F7F1EC;
	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: 500;
}


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 h2{
  display: inline-block;
}

aside #side-ranking .subtitle{
	line-height: 100%;
	padding: 5px 11px;
	background: #F7F1EC;
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
}

aside #side-ranking .box{
  display: flex;
	width: 100%;
}

aside #side-ranking .box{
  display: flex;
  margin-bottom: 20px;
}

aside #side-ranking .box .rank-num{
  width: 40px;
  font-size: 48px;
  color: #B47638;
  line-height: 0.6;
}


aside #side-ranking .box .rank-layout{
  flex: 1;
}

aside #side-ranking .box .rank-top{
  display: flex;
  align-items: center;
}

aside #side-ranking .box .rank-top .rank-image{
  width: 115px;
}

aside #side-ranking .box .rank-top h3{
  flex: 1;
  padding-left: 17px;
}

aside #side-ranking .box .rank-bottom{
	font-size: 12px;
}

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


aside #side-ranking .btn{
  display: inline-block;
  border: 1px solid #462D14;
  text-align: center;
  border-radius: 24px;
  line-height: 1;
  padding: 15px 20px;
}

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

/*
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: 767px) {
.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;
  font-size: 10px;
}

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


header #header-row .inner{
  display: block;
  padding-top: 10px;
  padding-bottom: 24px;
}

header #header-row .magazine-title{
  display: block;
  width: 100%;
}

header #header-row .magazine-title span{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}


header #header-row .magazine-title a{
  display: block;
  padding: 0 20px;
  width: 75%;
  margin: auto;
}

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

header #header-row #header-about a.mens{
  font-size: 10px;
  background-size: 11px;
  width: 72px;
  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-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 .box .rank-layout{
  display: flex;
}

aside #side-ranking .box .rank-bottom {
  font-size: 12px;
  padding-left: 20px;
}

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: 14px;
	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 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 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: Fontawesome;
  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: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.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;
}