@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/*--------------------------------------------------------------------*/
/* 日々是好日 Ver1 */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100% !important;
  max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/

#hibikore {
  margin: 0;
  text-align: center;
}

@media print, screen and (min-width: 840px){
  main {
    padding-bottom: 100px;
  }
}


/* hibikoreHeader
--------------------------------------------------------------------*/
#hibikoreHeader .logo {
  width: 60%;
	margin: 0 auto 20px;
}

#hibikoreNav ul {
  display: flex;
  width: 100%;
}
#hibikoreNav ul li {
  width: 33.3333%;
}
#hibikoreNav ul li a {
  display: block;
	background: rgba(200, 48, 40, 1);
  color: #fff;
  font-size: 12px;
	font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 1em 0;
}
#hibikoreNav ul li a:hover {
	background: rgba(200, 48, 40, .8);
  text-decoration: none;
}
#hibikoreNav ul li a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5em;
}


@media print, screen and (min-width: 768px) {
  #hibikoreHeader .logo {
    width: 40%;
    margin: 0 auto 20px;
  }
  #hibikoreNav ul li a {
    letter-spacing: .1em;
  }
} 
@media print, screen and (min-width: 980px) {
  #hibikoreNav ul li a {
    font-size: 14px;
  }
}


/* hibikoreInfo
--------------------------------------------------------------------*/
#hibikoreInfo {
  height: 200px;
  overflow-y: scroll;
	background: #fff;
	padding: 30px 10px;
}
#hibikoreInfo h4 {
  max-width: 500px;
  border-bottom: 1px solid #999;
  padding: 0 10px .5em;
  margin: 0 auto .5em;
}
#hibikoreInfo ul {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
#hibikoreInfo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
#hibikoreInfo ul li span {
  display: block;
}
#hibikoreInfo ul li .date {
  width: 8em;
  color: #333;
	font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#hibikoreInfo strong {
	font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
	letter-spacing: .1em;
}


/* hibikoreList
--------------------------------------------------------------------*/
.hibikoreList {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(200, 48, 40, 1);
	border-top: 1px solid rgba(200, 48, 40, 1);
}
.hibikoreList li {
  position: relative;
  width: calc( (100% - 1px) / 2);
  background: #fff;
  margin: 0 0 1px 0;
}
.hibikoreList li figure {
	padding-top: 20px;
}
.hibikoreList li figcaption {
  font-family: "Noto Serif JP", serif;
	font-weight: 500;
	padding: 0 10px 20px;
}
.hibikoreList li figcaption span {
	display: block;
	line-height: 1.3;
	margin-top: 10px;
}
.comingsoonList li figcaption span {
	font-size: 90%;
}
.hibikoreList li figcaption .item-name {
	font-size: 110%;
}

.hibikoreList li .badge-new {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 45px;
	height: 60px;
	box-sizing: border-box;
	background: rgba(156, 106, 0, .7);
	color: #fff;
	font-size: 11px;
	font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
	letter-spacing: .2em;
	padding: 24px 0 0 .2em;
	z-index: 9;
}
.hibikoreList li .badge-soldout {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 45px;
	height: 60px;
	box-sizing: border-box;
	background: rgba(120, 120, 120, .7);
	color: #fff;
	font-size: 11px;
	font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
	letter-spacing: .2em;
	padding: 15px 0 0 .2em;
	z-index: 9;
}
.hibikoreList li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.hibikoreList li a:hover {
	opacity: 1;
	-webkit-animation-duration: 2s;
	-webkit-animation-name: flash;
	animation-duration: 2s;
	animation-name: flash;
}
.hibikoreList li.empty {
  display: none;
}
.no-border-top {
	border-top: none;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


@media print, screen and (max-width: 767px) {
  .hibikoreList li.sp-wide {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
}

@media print, screen and (min-width: 980px) {
  .hibikoreList li.one-third {
    width: calc( (100% - 2px) / 3);
  }
  .hibikoreList li.one-fourth {
    width: calc( (100% - 3px) / 4);
  }
	.hibikoreList li figcaption {
		padding: 0 20px 20px;
	}
  .hibikoreList li .badge-new,
	.hibikoreList3 li .badge-new,
	.hibikoreList4 li .badge-new {
		left: 20px;
		top: 0px;
		width: 60px;
		height: 80px;
		padding-top: 30px;
		font-size: 12px;
	}
  .hibikoreList li .badge-soldout,
	.hibikoreList3 li .badge-soldout,
	.hibikoreList4 li .badge-soldout {
		left: 20px;
		top: 0px;
		width: 60px;
		height: 80px;
		padding-top: 25px;
		font-size: 12px;
	}
  .hibikoreList li.empty {
    display: block;
  }
} 


/* hibikoreBooks
--------------------------------------------------------------------*/
.hibikoreBooks li figure {
	margin-bottom: 0;
	padding: 20px 10px 10px 10px;
}
.hibikoreBooks li figure img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  vertical-align: bottom;
}
.hibikoreBooks li figcaption {
	font-size: 90%;
}
.hibikoreBooks li .badge-books {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 80px;
	height: 40px;
	box-sizing: border-box;
	background: rgba(120, 120, 120, .7);
	color: #fff;
	font-size: 11px;
	font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 10px 0 0 .1em;
	z-index: 9;
}

@media print, screen and (min-width: 768px) {
  .hibikoreBooks li {
    width: calc( (100% - 2px) / 3);
  }
  .hibikoreBooks li a figure {
    padding: 40px 20px 20px 20px;
  }
  .hibikoreBooks li figure img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    vertical-align: bottom;
  }
}

@media print, screen and (min-width: 980px) {
  .hibikoreBooks li {
    width: calc( (100% - 3px) / 4);
  }
	.hibikoreBooks li .badge-books {
		left: 10px;
		top: 0px;
		width: 90px;
		height: 50px;
		padding-top: 20px;
		font-size: 11px;
	}
}

@media print, screen and (min-width: 1200px) {
  .hibikoreBooks li {
    width: calc( (100% - 4px) / 5);
  }
}


/* hibikoreDesigners
--------------------------------------------------------------------*/

.hibikoreDesigners li figure {
	margin-bottom: 0;
	padding: 20px 20px 10px 20px;
}
.hibikoreDesigners li figcaption {
  font-family: "Noto Serif JP", serif;
	font-weight: 500;
	padding: 0 20px 20px;
}
.hibikoreDesigners li .profile {
	font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
	line-height: 1.3;
	text-align: left;
}

@media print, screen and (max-width: 767px) {
  .hibikoreDesigners li {
    border-right: 0;
    border-bottom: 1px solid rgba(200, 48, 40, 1);
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .hibikoreDesigners li a {
    display: flex;
    justify-content: space-between;
  }
  .hibikoreDesigners li a figure {
    width: 40%;
    padding: 20px 0 20px 20px;
  }
  .hibikoreDesigners li a figcaption {
    width: 60%;
    padding: 20px 20px 20px 10px;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .hibikoreDesigners li {
    width: calc( (100% - 2px) / 3);
  }
}


/* hibikoreSns
--------------------------------------------------------------------*/

.hibikoreSns {
	background: rgba(200, 48, 40, 1);
	padding: 30px 0;
	text-align: center;
}
.hibikoreSns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hibikoreSns li {
  margin: 0 10px;
}
.hibikoreSns li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.hibikoreSns li a:hover {
	color: rgba(200, 48, 40, 1);	
}
.hibikoreSns li a i {
	font-size: 24px;
  line-height: 60px;
}



/* hibikoreFooter
--------------------------------------------------------------------*/

.hibikoreFooter {
	padding: 20px;
	text-align: right;
}


.br-mb {
  display: inherit;
}
.br-pc {
  display: none;
	margin-right: .5em;
}

@media print, screen and (min-width: 720px){
  .br-mb {
    display: none;
		margin-right: .5em;
  }
  .br-pc {
    display: inherit;
		margin-right: 0;
  }
}

.dateWrap {
  border-top: 1px solid #333;
  padding-top: 30px;
}

.header-wagara {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
	letter-spacing: .1em;
	padding: 2em 0;
	margin: 0;
}
.header-wagara small {
  display: block;
	font-size: 80%;
  font-family: "Noto Serif JP", serif;
	font-weight: 500;
  margin-top: .5em;
}
.header-asanoha {
	background: url("/img/usr/category/hibikore/common/bg_asanoha.png") repeat;
}
.header-kagome-red {
	background: rgba(200, 48, 40, 1) url("/img/usr/category/hibikore/common/bg_kagome.png") repeat;
}
.header-higaki-red {
	background: rgba(200, 48, 40, 1) url("/img/usr/category/hibikore/common/bg_higaki.png") repeat;
}
.header-higaki-gray {
	background: rgba(120, 120, 120, 1) url("/img/usr/category/hibikore/common/bg_higaki.png") repeat;
}
.txt-camel {
	color: #9c6a00;
}
.txt-red {
	color: rgba(200, 48, 40, 1);
}
.txt-14 {
  font-size: 14px !important;
}
.txt-30 {
  font-size: 24px !important;
}
.txt-center {
  text-align: center !important;
}


@media print, screen and (min-width: 980px) {
	.header-wagara {
		font-size: 24px;
		padding: 2em 0;
	}
}


