@charset "utf-8";
/* CSS Document */

/* fonts */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* -------------------- all -------------------- */

* {
	box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

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

h1,h2,h3,h4,h5,h6,p,li,th,td{
	font-weight: normal;
}

li{
	list-style: none;
}

img{
	border:0;
	vertical-align: bottom;
}

a{
	color: #0071a8;
	text-decoration: none;
}

a img{
	transition: 0.5s;
}

a img:hover{
	opacity: 0.7;
}

body{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	word-break: normal;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro";
}

.cf:after{
	content:"";
	clear:both;
	display:block;
}

.flex{
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-ms-flex-flow: row wrap;/*--- IE10 ---*/
	flex-flow: row wrap;
}

.dire_rv{
	-ms-flex-flow: row-reverse wrap;/*--- IE10 ---*/
	flex-flow: row-reverse wrap;
}

.bb{
	box-sizing: border-box;
}


/* -------------------- header -------------------- */

header{
	width: 100%;
	min-width: 1088px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	background-color: #fff;
	z-index: 10000;
	padding: 13px 0;
}

.head_inner{
	width: 100%;
	max-width: 1088px;
	margin: auto;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	position: relative;
	align-items: center;
}

.head_inner .accordion {
	display: none;
}

.head_logo_box {
	width: 250px;
}

.head_logo a img {
	width: 100%;
}

.head_logo a img:hover{
	opacity: 1;
}

nav{
	width: 100%;
	max-width: 600px;
}

.menu{
	margin: 0 auto;
	-ms-flex-pack: distribute;/*--- IE10 ---*/
	justify-content: space-around;
}

.menu > li{
	font-size: 115%;
	font-weight: bold;
}

.menu > li:last-child {
	padding-left: 25px;
	border-left: 1px solid #707070;
}

.menu > li a{
	color: #000;
	transition: 0.3s;
}

.menu > li a:hover{
	color: #de8200;
}

.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 10px;
	width: 200px;
	background-color: #e68718;
	padding: 5px 10px
}

li.menu__single:hover ul.menu__second-level {
	top: 25px;
	visibility: visible;
	opacity: 1;
}

ul.menu__second-level li a {
	color: #fff;
	line-height: 1.8;
}

ul.menu__second-level li a:hover {
	color: #fff;
}

.pull_down{
	cursor: pointer;
	transition: 0.3s;
}

.pull_down:hover{
	color: #de8200;
}

.sub_menu{
	width: 200px;
	margin-left: -65px;
	background-color: #d55513;
	display: none;
	position: absolute;
	z-index: 99;
}

.sub_menu li{
	border-bottom: dotted 1px #fff;
}

.sub_menu li:last-child{
	border-bottom: none;
}

.sub_menu li a{
	font-size: 70%;
	color: #fff;
	text-align: center;
	display: block;
}

.sub_menu li a:hover{
	color: #fff;
	background-color: #ff7639;
}

.sp_menu{
	display: none;
}


/* -------------------- contents -------------------- */

#contents{
	margin: 0 auto;
}

.cnt_ttl{
	font-weight: bold;
	color: #454545;
	font-size: 32px;
	text-align: center;
}

.cnt_ttl + p {
	color: #d55513;
	text-align: center;
	font-size: 11px;
	margin-bottom: 15px;
}

.sub_ttl {
	font-weight: bold;
	color: #454545;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	width: 1088px;
	margin: auto;
}


/* ---------- main ---------- */

#main{
}

#contents.child #main {
	width: 1088px;
	margin: 0 auto;
	margin-top: 30px;
}

.section_box{
	min-width: 1088px;
	width: 100%;
	padding: 80px 0;
}

#main section.section_box:not(.shop_list):last-child{
	width: 100%;
	margin-bottom: 0;
}

.section_box.top_news {
    background-color: #fff;
	padding-bottom: 40px;
    padding-top: 40px;
}

.section_box.top_brand {
    background-color: #efefef;
}

.pankuzu{
	margin-bottom: 20px;
	font-size: 14px;
}

.pankuzu a{
	color: #e68719;
	text-decoration: underline;
}

.child_head {
	font-size: 30px;
	text-align: center;
	border-bottom: 2px solid #e68719;
	padding-bottom: 13px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}

.child_head.noline {
	border: 0;
}

.child_head:first-letter {
	color: #e68719;
}

.post_head {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #e68719;
}

.head_description {
	font-size: 16px;
}


/* ---------- side ---------- */

aside{
	width: 260px;
	float: right;
	margin-top: 20px;
}

aside img {
	width: 100%;
}

.side_backnumber{
	font-size: 86%;
}

.side_bnr li{
	margin-bottom: 10px;
}

.side_bnr li:last-child{
	margin-bottom: 20px;
}

.side_shop h1{
	margin-bottom: 10px;
	padding: 8px 0 8px 8px;
	font-size: 129%;
	font-weight: bold;
	color: #fff;
	background-color: #de8200;
}

.side_enkai_bnr{
	margin-bottom: 10px;
}

.side_shop_bnr{
	margin-bottom: 15px;
}

.side_shop h2{
	margin-bottom: 5px;
	font-size: 115%;
	font-weight: bold;
}

.side_shop ul{
	margin-bottom: 15px;
}

.side_shop ul:last-child{
	margin-bottom: 0;
}

.side_shop ul li{
	margin-bottom: 8px;
}

.side_shop ul li:last-child{
	margin-bottom: 0;
}

aside .fb-page{
	margin-bottom: 10px;
}

.side_category,
.side_brand,
.side_archive,
.side_area,
.side_company,
.side_pointcard,
.side_worldonepress {
	width: 100%;
	margin-bottom: 40px;
}

.side_category h3,
.side_brand h3,
.side_archive h3,
.side_area h3,
.side_company h3,
.side_pointcard h3,
.side_worldonepress h3 {
	margin-bottom: 20px;
	padding: 8px 10px;
	font-size: 115%;
	font-weight: bold;
	border-bottom: solid 1px #de8200;
	border-left: 5px solid #de8200;
}

.side_category ul,
.side_brand ul,
.side_archive ul,
.side_company ul,
.side_pointcard ul,
.side_worldonepress ul,
.side_area ul {
	padding: 14px;
	border: 1px solid #ddd;
}

.side_category ul li,
.side_brand ul li,
.side_archive ul li,
.side_area ul li,
.side_company ul li,
.side_pointcard ul li,
.side_worldonepress ul li {
	line-height: 2.4;
}

.side_category ul li::before,
.side_brand ul li::before,
.side_archive ul li::before,
.side_area ul li::before,
.side_company ul li::before,
.side_pointcard ul li::before,
.side_pointcard p::before,
.side_worldonepress ul li::before,
.side_worldonepress p::before {
	content: '›';
	color: #de8200;
	margin-right: 10px;
	font-weight: normal;
	position: relative;
	top: -1px;
}

.side_category ul li a,
.side_brand ul li a,
.side_archive ul li a,
.side_area ul li a,
.side_company ul li a,
.side_pointcard ul li a,
.side_worldonepress ul li a {
	color: #333;
	line-height: 2em;
	font-weight: bold;
}

.side_category ul li a:hover,
.side_brand ul li a:hover,
.side_archive ul li a:hover,
.side_area ul li a:hover,
.side_company ul li a:hover,
.side_pointcard ul li a:hover,
.side_worldonepress ul li a:hover {
	text-decoration: underline;
}

.side_pointcard p,
.side_worldonepress p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1;
}

.side_pointcard p a,
.side_worldonepress p a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.side_pointcard ul,
.side_worldonepress ul {
	margin-bottom: 20px;
}



/* -------------------- footer -------------------- */

footer{
	width: 100%;
	min-width: 1088px;
	border-top: solid 1px #e3e3e3;
	background-color: #e3e3e3;
}

.foot_wrap{
	margin: 1px 0 2px;
	border-top: solid 2.5px #fff;
	border-bottom: solid 2.5px #fff;
}

.foot_inner{
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 40px;
}

.foot_inner a{
	color: #333;
}

.foot_inner a:hover{
	text-decoration: underline;
}

.foot_menu_box{
	width: 100%;
	margin-bottom: 30px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
}

.foot_menu{
	font-size: 86%;
	line-height: 1.7em;
}

.foot_sns{
	margin-top: 25px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: flex-end;
}

.foot_sns li {
    padding-left: 12px;
}

.foot_logo_box{
	background-color: #fff;
	width: 100%;
	align-items: center;
	padding: 13px 0 16px;
	text-align: center;
}

.foot_logo a img {
	max-width: 220px;
	margin-top: 10px;
}

.foot_logo a img:hover{
	opacity: 1;
}

.foot_txt{
	font-size: 86%;
}

.copyright{
	width: 100%;
	padding: 3px 0;
	font-size: 86%;
	color: #fff;
	text-align: center;
	background-color: #000;
}

/* -------------------- ドロップダウンメニュー -------------------- */
.menu > li:last-child {
    padding-left: 0;
    border-left: inherit;
}
.menu > li:last-child:before {
    padding-left: 25px;
    border-left: 1px solid #707070;
    content: "";
}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
}
#menu-content > li > a{
    position: relative;
    /* display: block; */
    /* height: 100%; */
    /* padding-left: 15px; *//*３*/
    /* padding-right: 15px; *//*３*/
    line-height: 40px; /*２*/
    /* background: #444; *//*９*/
    /* color: #000; *//*10*/
    /* font-size: 70%; */
    /* text-decoration: none; */
    z-index: 2;
}
#menu-content > li > a:hover{
    /* background: #555; *//*11*/
    /* color: #fff; *//*12*/
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 40px;/*2*/
	left:-30px;
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 45px;
    margin-left: -15px;
    margin-top: -30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #d55712;
}
#menu-content > li > ul.second-content > li{
    text-align: left;
	width:272px;
    height:30px;
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #d55513;/*13*/
    color: #fff;/*14*/
    font-size: 90%;
    text-decoration: none;
    padding-left: 10px;
    font-weight: bold;
}

#menu-content > li > ul.second-content > li > a:hover{
    /*background: #555;/*15*/
    color:#fffc;/*16*/
}


