@charset "utf-8";

@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');

/*gnav*/
.site-header{
    background: #fff;
    display: flex;
    padding: 0;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    top: initial;
}
.site-header.fixed {
    position: fixed;
    top: 0;
}

.gnav__menu{
    display: flex;
}
.gnav__menu__item{
}

li.gnav__menu__item {
    float: left;
    width: 100%;
}

li.gnav__menu__item::after {
    content: '';
    width: 1px;
    background: #ddd;
    height: 20%;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}

li.gnav__menu__item:first-child::after {
    content: none;
}


.site-header nav ul li a {
    color: #333;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    display: block;
    background: #efefef;
    padding: 13px 0 10px;
}

.site-header nav ul li a img { 
	width: 40%;
}

.site-header nav ul li a span { 
	display: block;
}

header .gnav .gnav__menu__item .drbtn {
	background: #efefef;
    text-align: center;
    font-size: 9px;
    padding: 13px 0 10px;
}

header .gnav .gnav__menu__item .drbtn img {
	width: 40%;
}

header .gnav .gnav__menu__item .drbtn span {
	display: block;
}

.app_header {
position: relative;
display: block;
height: 65px;
}

#banner-close {
position: absolute;
left: 6px;
top: 50%;
margin-top: -10px;
width: 20px;
height: 20px;
background: url(/img/banner_close.png) no-repeat 50%;
background-size: 10px 10px;
cursor: pointer;
}

.hero{
    overflow: hidden;
}
.hero h1 img{
    height: auto;
    width: 34%;
    padding: 18px 19px 15px;
    float: left;
}

.hero #head_logo img{
    height: auto;
    width: 44% !important;
    padding: 18px 19px 15px;
    float: left;
}

.hero .heroMes {
	position: relative;
	top: 20px;
}


/*menu*/

.drbtn {
  /* メニューボタンなど */
  /* お好みで */
}

.drawerMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  transform: translateX(300px);
  transition: 0.3s;
  z-index: 1;
  }

.drawerMenu.action {
  width: 67%;
  transform: translateX(0);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  }

body.action {
  overflow-y: hidden; }

.drawerMenu ul {
  /* お好みで */
  }

.drawerMenu ul li {
border-bottom: solid 1px #efefef;
/*position: relative;*/
  }

/*.drawerMenu ul li:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: #b5b5b5 1px solid;
    border-right: #b6b5b5 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}*/

.drawerMenu ul li a {
  /* お好みで */
  }

.drawerMenu .gnav_btn_close {
  /* 閉じるボタンなど */
  /* お好みで */
  }

#menuCon .gnav_btn_close {
	background: #ddd;
    display: block;
    padding: 10px;
    color: #999;
}

#menuCon .menuTtl {
    color: #222;
    padding: 10px 0;
    background: #f2f0f1;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.menuList h2.menuTtl.rank:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(/img/ic_rank.png) no-repeat;
    background-size: contain;
    padding-right: 5px;
    vertical-align: top;
    opacity: 0.6;
    box-sizing: initial;
}

.menuList h2.menuTtl.item:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(/img/ic_item.png) no-repeat;
    background-size: contain;
    padding-right: 5px;
    vertical-align: top;
    opacity: 0.6;
    box-sizing: initial;
}

.menuList h2.menuTtl.media:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(/img/ic_media.png) no-repeat;
    background-size: contain;
    padding-right: 5px;
    vertical-align: top;
    opacity: 0.6;
    box-sizing: initial;
}

.menuList h2.menuTtl.sns:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(/img/ic_sns.png) no-repeat;
    background-size: contain;
    padding-right: 3px;
    vertical-align: top;
    opacity: 0.6;
    box-sizing: initial;
}

.menuList h2.menuTtl.info:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(/img/ic_info.png) no-repeat;
    background-size: contain;
    padding-right: 5px;
    vertical-align: top;
    opacity: 0.6;
    box-sizing: initial;
}

#menuCon ul li a {
	color: #333;
	text-align: left;
	font-size: 13px;
	display: block;
	padding: 10px 0 10px 18px;
	background: #fff;
}

.menuBg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#menuCon .menuTop {
    display: block;
/*    position: fixed;*/
/*    top: 6px;*/
    margin-top: 10px;
    width: 100%;
}

#menuCon .menuTop a {
    font-weight: bold;
    font-size: 13px;
    width: 95%;
    margin: 0 auto;
    background: #868686;
    color: #fff;
    padding: 15px 0;
    line-height: 1;
}

#menuCon .menuList {
/*    margin-top: 5px;*/
}

#menuCon .menuTop a.teiki {
    color: #333;
    text-align: left;
    font-size: 13px;
    display: block;
    padding: 15px 0 10px 18px;
    background: #fff;
    font-weight: 300;
    margin: 0;
}

#menuCon .menuTop a.menu {
    color: #333;
    text-align: left;
    font-size: 13px;
    display: block;
    padding: 15px 0 10px 18px;
    background: #fff;
    font-weight: 300;
    margin: 0;
    border-bottom: solid 1px #efefef;
/*    width: 100%;*/
}

.pageTop {
	z-index: 4 !important;
}


/*.category-stylebook #breadcrumb {
  margin-top: 80px;
}*/

.category-stylebook #content {
  margin: 65px 0 0;
}

.sceneTag a {
    border: initial;
    padding: 8px 13px;
    border-radius: 20px;
    color: #555;
    background-color: #e3e8e9;
    display: inline-block;
    float: initial;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 9px;
}


.category-stylebook #content .sceneTag {
	margin: 0 auto 8px;
}


.category-stylebook #content .archivettl h1 {
	margin: 0 0 1em;
}

/*アコーディオン*/

.ac_menu a {
    padding: 10px 0 10px 30px !important;
}

.ac_menu label {
    color: #333;
    text-align: left;
    font-size: 13px;
    display: block;
    padding: 10px 0 10px 18px;
    background: #fff;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #efefef;
}

.ac_menu input {
    display: none;
}

.ac_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac_menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 0 !important;
}

#menu_ac01:checked ~ #ac01 li ,
#menu_ac02:checked ~ #ac02 li , 
#menu_ac03:checked ~ #ac03 li , 
#menu_ac04:checked ~ #ac04 li , 
#menu_ac05:checked ~ #ac05 li {
    height: 40px;
    opacity: 1;
    border-bottom: solid 1px #efefef !important;
}

.ac_menu label:after {
  content:"";
  display:block;
  width:7px;
  height:7px;
  border-top: #b5b5b5 1px solid;
  border-right: #b5b5b5 1px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.ac_menu input[type="checkbox"]:checked + label:after {
  content:"";
  display:block;
  width:7px;
  height:7px;
  border-top: #b5b5b5 1px solid;
  border-right: #b5b5b5 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/*検索窓タブ切替*/
.search-tab {
    background: #f2f0f1;
    padding: 5px 0 10px;
}

.item-blog-tab {
    text-align: center;
}

.item-blog-tab input {
    margin: 0 auto;
}

input#item-search , input#blog-search{
    display: inline-block;
}

.item-blog-tab label {
    font-size: 0.9rem;
}

.search_panel {
  width: 95%;
  margin: 0 auto;
  display:none;
}

.item-blog-list {
    padding: 5px 0 0;
}

#item-search:checked ~ .item-blog-list #item-s {
  display:block;
}
#blog-search:checked ~ .item-blog-list #blog-s {
  display:block;
}

#search-form-panel form {
    background-color: white;
    width: 100%;
    height: 36px;
    border: 1px solid #cecece;
    border-radius: 30px;
}

#search-form-panel form input {
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}

#search-form-panel form #condition5 {
	display: inline-block;
    width: 85%;
    border: none;
    padding-left: 12px;
}

#search-form-panel #submit02 {
    border: none;
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat;
}

#search-form-panel .search-button {
    padding: 9px 9px 9px 0;
    width: auto !important;
    background: none;
    color: #cecece;
}