@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-topicpath {
  border-bottom: 0.1rem solid #e5dfdb;
}
.c-topicpath__list {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-topicpath__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #7f7875;
}
.c-topicpath__item a {
  display: block;
  padding: 1rem;
  color: #7f7875;
}
.c-topicpath__item + .c-topicpath__item::before {
  content: "＞";
}
.c-topicpath__item:first-child a {
  color: #dc7a78;
}

.m-nav-list {
  display: table;
  width: 100%;
  border: 0.1rem solid #7f7875;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDFjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background: linear-gradient(#d9d1cb, #fff);
  table-layout: fixed;
  box-sizing: border-box;
}
.m-nav-item {
  display: table-cell;
  position: relative;
  padding: 1.5rem 0;
  border-left: 0.1rem solid #7f7875;
  box-shadow: inset 0.1rem 0.1rem 0 #fff;
  vertical-align: middle;
  text-align: center;
}
.m-nav-item:first-child {
  border-left: 0;
}
.m-nav-item.is-active {
  box-shadow: inset 0.1rem 0.1rem 0 #fff, inset 0 0.4rem 0 #ec7c78;
}
.m-nav-item a {
  display: block;
  margin: -1.5rem 0;
  padding: 1.5rem 0;
  text-shadow: 0.1rem 0.1rem 0 #fff;
  font-size: 1.3rem;
  color: #7f7875;
}

.widgetSearch__flex {
  display: flex;
  overflow: hidden;
  margin-bottom: 2rem;
  width: 100%;
  border: 0.1rem solid #a39489;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.widgetSearch__flex .widgetSearch__input {
  padding: 0;
  padding: 0 0.7rem;
  width: 100%;
  height: 3.8rem;
  border: 0;
  background: none;
  line-height: 20px;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.widgetSearch__flex .widgetSearch__submit {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 21%;
  height: 3.8rem;
  border: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzOTQ4OSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjOTE4MDc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2U2YjYwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
  background: linear-gradient(#a39489, #918075 60%, #7e6b60);
  cursor: default;
  vertical-align: top;
  text-align: center;
  text-indent: 0;
  text-shadow: -0.1rem -0.1rem 0 #7f7875;
  text-transform: none;
  text-rendering: auto;
  word-spacing: normal;
  appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  box-sizing: border-box;
}
.widgetSearch__flex .widgetSearch__submit::before {
  content: "検索";
  position: absolute;
  padding-left: 0.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  color: #fff;
}

.c-pagenation {
  display: flex;
  overflow: hidden;
  justify-content: center;
  margin: 10px 0;
}
.c-pagenation .page-numbers {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-around;
  float: left;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #baafa6;
  background-image: url(../../img/pc/pagenation_bg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  font-size: 1.2em;
  color: #7f7875;
}
.c-pagenation .page-numbers:last-child {
  margin-right: 0;
}
.c-pagenation .page-numbers a {
  color: #7f7875;
}
.c-pagenation .page-numbers a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-pagenation .current {
  background-image: url(../../img/pc/pagenation_current.png);
  color: #fff;
}
.c-pagenation .prev::after,
.c-pagenation .next::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url(../../img/pc/arrow8.png);
}
.c-pagenation .prev::after {
  transform: rotate(180deg);
}
.m-latest {
  margin-bottom: 13.3333333333%;
}
.m-latest-list {
  margin-bottom: 1.25rem;
}
.m-latest-item {
  position: relative;
  border-top: 0.15rem dotted #c7bcb5;
}
.m-latest-item:nth-child(even) {
  background-color: #efebe8;
}
.m-latest-item:first-child {
  border-top: 0;
}
.m-latest-item a {
  display: block;
  position: relative;
  position: static;
}
.m-latest-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 2.6666666667%;
  padding-top: 1.4rem;
  width: 1.4rem;
  background: url("../../img/sp/tc_icon_arrow_1.png") center no-repeat;
  background-size: cover;
}
.m-latest-item .item-inner {
  *zoom: 1;
  overflow: hidden;
}
.m-latest-item .pic {
  float: left;
  width: 10.85rem;
}
.m-latest-item .title {
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 4% 2.6666666667% 2.6666666667%;
}
.m-latest-item .title a {
  flex: 1;
  text-decoration: underline;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #6d9dd0;
}
.m-latest-item .title a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.m-latest-item .title .new {
  margin-left: 10px;
  width: 25px;
  height: 10px;
}

.m-latest-list .m-entry-item {
  border-top: 0.15rem dotted #c7bcb5;
}
.m-latest-list .m-entry-item:first-child {
  border-top: 0;
}
.m-latest-list .m-entry-item:nth-child(even) {
  background-color: #efebe8;
}
.m-latest-list .m-entry-item .item-inner {
  position: relative;
  padding-bottom: 1rem;
  *zoom: 1;
}
.m-latest-list .m-entry-item .item-inner::after {
  content: "";
  display: table;
  clear: both;
}
.m-latest-list .m-entry-item .item-inner .title a {
  display: block;
  position: relative;
  position: static;
  color: #6d9dd0;
}
.m-latest-list .m-entry-item .item-inner .title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.m-latest-list .m-entry-item .item-inner .title a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 2.6666666667%;
  padding-top: 1.4rem;
  width: 1.4rem;
  background: url(../../img/sp/tc_icon_arrow_1.png) center no-repeat;
  background-size: cover;
}
.m-latest-list .m-entry-item .item-inner .pic {
  float: left;
  margin: 0 1rem;
  width: 10.85rem;
}
.m-latest-list .m-entry-item .item-inner .text {
  overflow: hidden;
  padding-right: 1rem;
  text-align: justify;
  line-height: 1.4615384615;
  font-size: 1.3rem;
  color: #7f7875;
}

.m-button-link {
  text-align: right;
}
.m-button-link a {
  display: inline-block;
  position: relative;
  padding: 1rem 3.25rem 1rem 1.5rem;
  border: 0.15rem solid #d3cbc5;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTVlMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjRmMmYwIi8+PHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiNmNGYyZjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: linear-gradient(#eae5e2, #f4f2f0 50%, #f4f2f0 73%, #fff);
  font-size: 1.45rem;
  color: #7f7875;
}
.m-button-link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  width: 3.25rem;
  height: 100%;
  background: url("../../img/sp/tc_icon_arrow_1.png") center no-repeat;
  background-size: 43.0769230769% auto;
}

.m-ranking-item {
  position: relative;
  border-top: 0.15rem dotted #c7bcb5;
}
.m-ranking-item:nth-child(even) {
  background-color: #efebe8;
}
.m-ranking-item:first-child {
  border-top: 0;
}
.m-ranking-item:nth-child(1) .pic::before {
  background-image: url(../../img/sp/item_ranking_bg1.png);
}
.m-ranking-item:nth-child(2) .pic::before {
  background-image: url(../../img/sp/item_ranking_bg2.png);
}
.m-ranking-item:nth-child(3) .pic::before {
  background-image: url(../../img/sp/item_ranking_bg3.png);
}
.m-ranking-item:nth-child(4) .pic::before {
  background-image: url(../../img/sp/item_ranking_bg4.png);
}
.m-ranking-item:nth-child(5) .pic::before {
  background-image: url(../../img/sp/item_ranking_bg5.png);
}
.m-ranking-item a {
  display: block;
  position: relative;
  position: static;
}
.m-ranking-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 2.6666666667%;
  padding-top: 1.4rem;
  width: 1.4rem;
  background: url("../../img/sp/tc_icon_arrow_1.png") center no-repeat;
  background-size: cover;
}
.m-ranking-item .item-inner {
  *zoom: 1;
}
.m-ranking-item .item-inner::after {
  content: "";
  display: table;
  clear: both;
}
.m-ranking-item .pic {
  position: relative;
  float: left;
  width: 10.85rem;
}
.m-ranking-item .pic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 41.4746543779%;
  width: 41.4746543779%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-ranking-item .title {
  overflow: hidden;
  padding: 4% 2.6666666667% 2.6666666667%;
}
.m-ranking-item .title a {
  text-decoration: underline;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #6d9dd0;
}
.m-ranking-item .title a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}

#main > .title {
  margin-bottom: 4.375%;
}
#main > section > .title {
  margin: 0 0.8rem;
  padding: 1.8rem 1.3rem;
  border-top: 0.3rem solid #d57570;
  border-color: #f8b908;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZjFlZmVjIi8+PHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNlM2RlZDkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background: linear-gradient(#fff 6%, #f1efec 42%, #e3ded9 99%);
  line-height: 1.25;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-latest > .title + .c-pagenation {
  display: none;
}
/*# sourceMappingURL=category.css.map */
