@charset "utf-8";



/*----------------------------------------------------------
ヘッダー（h1以外）
----------------------------------------------------------*/
div#header {
	margin: 0 auto;
	height: auto;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#header div#headerinner {
	padding: 2.5%;
}
div#header h2#logo {
	margin: 0 auto;
    width: 64%;
}
div#header h2#logo img {
    width: 100%;
}

div#header h2#logo img.logo_shadow {
	filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff);
}



div#header div#count_shop_cast {
	margin-bottom: 7.5px;
	font-size: 0;
	text-align: center;
}
div#header div#count_shop_cast p.count {
	display: inline-block;
	margin-right: 2.5%;
	font-size: 12px;
	line-height: 25px;
}
div#header div#count_shop_cast p.count:last-child {
	margin-right: 0;
}
div#header div#count_shop_cast p.count span.count_number {
	margin: 0 2px;
	font-weight: bold;
	color: #f83f9f;
}

div#header div#count_shop_cast p.count span.edition {
	padding: 4px 8px;
	color: #f83f9f;
	background: #ffff00;
}

/*----------------------------------------------------------
ヘッダー（h1以外） end
----------------------------------------------------------*/





/*----------------------------------------------------------
ドロワーメニュー
----------------------------------------------------------*/

/* ------------------------------------------------ common */
.contents {

	width: 100%;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.8);

	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.contents__inner {

}

/* ------------------------------------------------ drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	padding: 15px 10px 10px;
	background: #222;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}

.drawer-menu ul li {
	position:relative;
	border-bottom: 1px solid #111;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	box-shadow: 0px 1px 0px #333;
}
.drawer-menu ul li.col {
	border-top: 2px solid #f83f9f;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.drawer-menu ul li.menu a {
	padding: 15px 10px;
    overflow: hidden;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.drawer-menu ul li.headline {
	padding: 5px 10px;
	color: #fff;
	background: #333;
	border-top: 2px solid #f83f9f;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.drawer-menu ul li.select {
	padding: 10px;
	border-bottom: none;
}
.drawer-menu ul li.select select.select {
	position: relative;
	width: 100%;
	padding: 15px 10px;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 30px, 100%;
}

/* ------------------------------------------------ checkbox */
.check {
	display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
	position: absolute;
	display: block;
	top: 35px;
	right: 2.75%;
	display: block;
	width: 12.5%;
	height: 36px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}

.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 6px;
	background: #555;
	border-radius: 6px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	z-index: 9999;
}

.bar.middle {
	top: 15px;
	opacity: 1;
}

.bar.bottom {
	top: 30px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.menu-btn__text {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	color: #f83f9f;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}

.menu-btn:hover .bar {
	background: #222;
}

.menu-btn:hover .menu-btn__text {
	color: #f83f9f;
}

.close-menu {
	position: fixed;
	top: 0;
	right: 80%;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(../img/cross.svg),auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
	overflow: scroll;
}

.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-80%);
	-ms-transform: translateX(-80%);
	transform: translateX(-80%);
}

.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
	width: 56px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
	background: #fff;
}

.check:checked ~ .menu-btn .bar.bottom {
	width: 56px;
	top: 38px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
/*----------------------------------------------------------
ドロワーメニュー end
----------------------------------------------------------*/



/*-グループ広告バナー-*/
div#contentinner div#top_group {
	margin: 15px auto;
}
div#contentinner div#top_group h3 {
	background-color: #000;
}
div#contentinner div#top_group div#top_groupinner {
	margin: 0 auto;
	width: 100%;
	padding: 10px;

	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	border-radius: 0 0 4px 4px;
}

div#contentinner div#top_group div#top_groupinner .slider a img {
	width: 100%;
}

div#contentinner div#top_group div#top_groupinner p.morebutton {
	margin-top: 10px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 6px;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
    text-shadow: 0 1px 0 white;
}
div#contentinner div#top_group div#top_groupinner p.morebutton a {
	display: block;
	padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    color: #666;
    font-weight: bold;
}
/*-グループ広告バナー end-*/



/*----------------------------------------------------------
検索結果リスト（共通）
----------------------------------------------------------*/
div#contentinner div.ListPage h3 {
	margin: 20px auto 10px;
	padding: 5px 3%;
	font-size: 14px;
	color: #000;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 2px solid #ff0080;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
	-webkit-box-shadow: 0px -2px 2px -1px #fff inset;
	        box-shadow: 0px -2px 2px -1px #fff inset;

	border-radius: 4px 4px 0 0;
}
div#contentinner div.ListPage h3 span.f18 {
	font-size: 18px;
	color: #ff0080;
}
div#contentinner div.ListPage h3 span.hit {
	margin-left: 10px;
}



/*-ピックアップガール-*/
div#contentinner div#top_pickup {
	margin: 15px auto;
	width: 100%;
	height: auto;
}

div#contentinner div#top_pickup h3 {
	position: relative;
	background-color: #35cccc;

	padding-left: 128px;
}

div#contentinner div#top_pickup h3 span.ribbon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  box-sizing: border-box;
  padding: 0 10px 0 5px;
  margin: 0;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: white;
  background: #f83f9f;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 0 4px 4px 0;
  font-style: oblique;
}
div#contentinner div#top_pickup h3 span.ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  left: -5px;
  border: none;
  height: 34px;
  width: 5px;
  background: #f83f9f;
  border-radius: 5px 0 0 5px;
}
div#contentinner div#top_pickup h3 span.ribbon:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #600000;
  border-radius: 5px 0 0 5px;
}

div#contentinner div#top_pickup div#top_pickupinner {
	padding: 5px;
	border-left: 1px solid #35cccc;
	border-right: 1px solid #35cccc;
	border-bottom: 1px solid #35cccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	border-radius: 0 0 4px 4px;
}
div#contentinner div#top_pickup div#top_pickupinner ul {
	width: 100%;
}
div#contentinner div#top_pickup div#top_pickupinner ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#contentinner div#top_pickup div#top_pickupinner ul li {
	width: 25%;
	float: left;
}
div#contentinner div#top_pickup div#top_pickupinner ul li a {
	margin: 1px;
	display: block;
}
div#contentinner div#top_pickup div#top_pickupinner ul li a img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
/*-ピックアップガール end-*/



/*- ページング［最初へ］［前へ］［次へ］のボタン -*/
div#contentinner div.pagesend {
	margin: 10px auto;
	width: 100%;
	height: auto;
}
div#contentinner div.pagesend ul {
	width: 100%;
}
div#contentinner div.pagesend ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#contentinner div.pagesend ul li {
	width: 33.3333%;
	float: left;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div.pagesend ul li:first-child {
	border-right: none;
}
div#contentinner div.pagesend ul li:last-child {
	border-left: none;
}
div#contentinner div.pagesend ul li a {
	display: block;
	padding: 10px;
	color: #000;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
}
div#contentinner div.pagesend ul li p {
	padding: 10px;
	color: #c0c0c0;
	-webkit-box-shadow: rgba(0,0,0,0.125) 1px 1px 1px inset;
	        box-shadow: rgba(0,0,0,0.125) 1px 1px 1px inset;
}
/*- ページング［最初へ］［前へ］［次へ］のボタン end-*/




/*-フッター直上 PR特別バナー枠-*/
.pr_bottom {
	width: 86%;
	margin: 20px auto;
}

.pr_bottom ul {

}

.pr_bottom ul li {
	display: block;
}

.pr_bottom ul li img {
	width: 100%;
}





/*-フッター-*/
div#footer {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #eee;
}
div#footer #page-top {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
    text-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#footer #page-top a {
	display: block;
	padding: 6px 12px;
    text-decoration: none;
    text-align: center;
    color: #666;
    /*  */
}
div#footer div#footerinner {
	padding: 0;
	text-align: center;
}
div#footer div#footerinner div.footer_box1 {
	padding: 10px 2%;
	border-bottom: 1px solid #c0c0c0;
}
div#footer div#footerinner div.footer_box2 {
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #fff;
}
div#footer div#footerinner div.footer_box2 img {
	width: 100%;
}
div#footer div#footerinner div.footer_box2 p span {
	color: #e3007f;
}
div#footer div#footerinner p a {
	color: #0080ff;
}
div#footer div#copyright {
	margin: 0 auto;
	background: #000;
}
div#footer div#copyright p {
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
div#footer div#copyright p a {
	color: #fff;
}
div#footer div#copyright p a strong {
    /*  */
}