@charset "utf-8";
/* CSS Document */

/* =============================================================================
 TOPPAGE
============================================================================= */
/* -----------------------------------------------------------------------------
 mv
----------------------------------------------------------------------------- */
.index-mv {
  width: 100%;
  margin-bottom: 130px;
}
.index-mv .index-mv__list {
  width: 100%;
  height: auto;
  margin-bottom: 130px;
}
.index-mv__list .slick-list li {
  height: auto;
  position: relative;
}
.index-mv .index-mv__list a {
  display: block;
  position: relative;
}
@media screen and (min-width: 992px) {
  .index-mv {
	width: auto;
  }
  .index-mv .index-mv__list .slick-slide:before {
	background-color: rgba(40,40,40,.0);
  }
  .index-mv .index-mv__list .slick-slide:not(.slick-active):before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding-top: 53.333%;
	background-color: rgba(40,40,40,.5);
	z-index: 1;
  }
}
.index-mv .index-mv__list .slick-list a div {
  width: 100%;
  height: auto;
  padding-top: 53.333%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-mv .slick-prev {
  left: 30px;
}
.index-mv .slick-next {
  right: 30px;
}
@media screen and (max-width: 991px) {
  .index .fs-l-main .c-container {
	width: calc(100% - 40px);
  }
  .index-mv {
	margin-bottom: 56px;
  }
  .index-mv .index-mv__list,
  .index-mv .index-mv__list .slick-list li,
  .index-mv .index-mv__list .slick-list li a,
  .index-mv .index-mv__list .slick-list a div {
	width: 100%;
	height: calc(630/750*100vw);
  }
}

/* -----------------------------------------------------------------------------
 special
----------------------------------------------------------------------------- */
.index-special {
  margin: 100px 0;
}
.index-special .index-recommendWako__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-special .index-recommendWako__list li {
  margin-bottom: 36px;
  width: calc(390/1200*100%);
}
.index-special .index-recommendWako__list.c-panel-list li .panel__cont {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .index-special .index-recommendWako__list {
  }
  .index-special {
	margin: 70px 0;
  }
  .index-special .index-recommendWako__list li {
	margin-bottom: 25px;
	width: calc(328/680*100%);
  }
  .index-special .index-recommendWako__list li .panel__text {
	display: none;
  }
}


/* -----------------------------------------------------------------------------
 ranking
----------------------------------------------------------------------------- */
.index-ranking {
  margin: 100px 0;
  background-color: #f6f6f6;
}
.index-ranking .index-ranking__inner {
  padding: 100px 0 20px;
}
.index-ranking .index-ranking-category {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
.index-ranking .index-ranking__inner .index-ranking-category {
  padding: 0;
}
}
@media screen and (max-width: 991px) {
  .index-ranking {
	margin: 70px 0;
  }
  .index-ranking .index-ranking__inner {
	padding: 70px 0 25px;
  }
  .index-ranking .index-ranking-category {
	margin-bottom: 45px;
  }
}


/* -----------------------------------------------------------------------------
 news
----------------------------------------------------------------------------- */
.index-news {
  margin: 100px 0;
}
ul.index-news__list {
  border-top: #e8e8e2 1px solid;
}
ul.index-news__list > li {
  padding: 1.2em 0;
  position: relative;
  border-bottom: #e8e8e2 1px solid;
}
ul.index-news__list > li a {
  display: block;
}
ul.index-news__list > li dl dt {
  width: 100px;
  position: absolute;
  left: 0;
  top: 1.2em;
  display: block;
  color: #1f9d9b;
}
ul.index-news__list > li dl dd {
  padding-left: 100px;
}
@media screen and (max-width: 991px) {
  .index-news {
	margin: 70px 0;
  }
  ul.index-news__list {
	width: 100%;
  }
  ul.index-news__list > li dl dt {
	width: 100%;
	position: relative;
	left: auto;
	top: auto;
	display: block;
  }
  ul.index-news__list > li dl dd {
	padding-left: 0;
  }
}

/* -----------------------------------------------------------------------------
 insta
----------------------------------------------------------------------------- */
.index-insta {
  margin: 100px 0;
}
#insta_slide ul {
  display: flex;
  justify-content: space-between;
}
#insta_slide ul li {
  width: 138px;
}
#insta_slide ul li a {
  display: block;
}
#insta_slide ul li a img {

}
#insta_slide ul li a span {
  display: block;
  padding-top: 100%;
  border: #eee 1px solid;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #insta_slide ul {
	max-width: 916px;
	margin: 0 auto;
  }
  #insta_slide ul li:nth-child(n + 7) {
	display: none;
  }
}
@media screen and (max-width: 991px) {
  .index-insta {
	margin: 70px 0;
  }
  #insta_slide ul {
	width: 100%;
	margin: 0 auto;
	justify-content: flex-start;
	flex-wrap: wrap;
  }
  #insta_slide ul li {
	width: calc(210/670*100%);
	margin-right: calc(20/670*100%);
	margin-bottom: calc(20/670*100%);
  }
  #insta_slide ul li:nth-child(3n) {
	width: calc(210/670*100%);
	margin-right: 0;
  }
  #insta_slide ul li:nth-child(n + 7) {
	display: none;
  }
}
@media screen and (min-width: 992px) {
  #insta_slide ul li:nth-child(n + 9) {
	display: none;
  }
}


/* =============================================================================
 goods list page
============================================================================= */
.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productList__list .fs-c-productList__list__item {
  width: 226px;
  margin-right: 15px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(2n) {
	margin-right: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fs-c-productList__list .fs-c-productList__list__item {
	width: 212px;
  }
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(3n) {
	margin-right: 0;
  }
  .l-pl-page--single .fs-c-productList__list .fs-c-productList__list__item:nth-child(4n) {
	margin-right: 0;
  }
  .l-pl-page--single .fs-c-productList__list .fs-c-productList__list__item:nth-child(3n) {
	margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(4n) {
	margin-right: 0;
  }
  .l-pl-page--single .fs-c-productList__list .fs-c-productList__list__item:nth-child(5n) {
	margin-right: 0;
  }
  .l-pl-page--single .fs-c-productList__list .fs-c-productList__list__item:nth-child(4n) {
	margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList {
	margin-top: 25px;
  }
  .fs-c-productList__list {
	justify-content: space-between;
  }
  .fs-c-productList__list .fs-c-productList__list__item {
	width: 49%;
	margin-right: 0;
	margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pl-page--single .fs-c-productList__list .fs-c-productList__list__item:nth-child(20n) {
	margin-right: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .l-pl-page--single .fs-c-productList__list .fs-c-productList__list__item:nth-child(12n) {
	margin-right: 0;
  }
}


/* =============================================================================
 ###　お知らせ（ニュース）一覧・詳細ページ
============================================================================= */
@media screen and (min-width: 992px) {
  .infomation .l-pl-page .l-pl-page__body {
	margin: 0 auto;
  }
  .ctm__topicDetailWrap.wdt800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
  }
}

.ctm__pager {
  margin-top: 3em;
}
.ctm__pager ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctm__pager ul li {
  display: inline-block;
}
.ctm__pager ul li a {
  display: block;
  position: relative;
}
.ctm__pager ul li.ctm__pager--prev a:before {
  content: "<";
  padding-right: 0.3em;
}
.ctm__pager ul li.ctm__pager--next a:after {
  content: ">";
  padding-left: 0.3em;
}


.ctm__topicDetailWrap .ctm__topicDetailTitle {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #404040;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.ctm__topicDetailWrap p {
  margin: 1.5em 0;
}
.ctm__topicDetailWrap .ctm__txt--sub {
  font-size: 88%;
  color: #848484;
}
@media screen and (max-width: 991px) {
  .ctm__topicDetailWrap .ctm__topicDetailTitle {
	font-size: 20px;
  }
}



/* =============================================================================
 ###　ガイドトップ・詳細ページ
============================================================================= */
.ctm__guide-body p {
  margin-bottom: 2em;
  color: #404040;
}
.ctm__mb0 {
  margin-bottom: 0 !important;
}
.ctm__mb1em {
  margin-bottom: 1em !important;
}
.ctm__mb2em {
  margin-bottom: 2em !important;
}
.ctm__guide-title {
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  font-size: 30px;
  text-align: center;
  border-bottom: #eee 1px solid;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.ctm__guide-subnav {
  margin-bottom: 70px;
}
.ctm__guide-subnav .ctm__guide-subnav--inner {
  padding: 32px 0;
  background-color: #e9e9e8;
  box-sizing: border-box;
}
.ctm__guide-subnav .ctm__guide-subnav--title {
  margin-bottom: 1.5em;
  padding: 0 25px 0.5em;
  border-bottom: #fff 1px solid;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  box-sizing: border-box;
}
.ctm__guide-subnav ol,
.ctm__guide-subnav ul {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
ol.list-num li {
  margin-left: 1.5em;
}
ul.list-dot {
  margin: 0.5em 0;
}
ul.list-dot li {
  display: block;
  text-indent: -0.6em;
  padding-left: 1.4em;
}
ul.list-dot li:before {
  content: "・";
}
.ctm__guide-subnav li {
  margin-bottom: 1em;
}
.ctm__guide-subnav li:last-of-type {
  margin-bottom: 0;
}
.p-cont-title {
  margin-bottom: 1.3em;
}
.p-cont-title .p-cont-title--text {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.p-cont-title .p-cont-title--stext {
  font-size: 18px;
}
.p-cont-lead {
  margin-bottom: 1em;
}
.p-cont-lead .p-cont-lead--text {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.p-cont-cautionSup {
  margin-top: -1em;
}
.list_circle {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.list_circle:before {
  content: "◎";
}
.list-dl {
  margin: 1em 0;
}
.list-dl li {
  margin-bottom: 0.5em;
}
.list-dl li dl dt {
  color: #404040;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.list-dl li dl dd {
  margin-left: 1em;
  color: #848484;
}
.p-cont-graybg {
  margin: 50px 0;
  background-color: #f6f6f6;
}
.p-cont-graybg .p-cont-graybg--inner {
  padding: 35px 25px;
  box-sizing: border-box;
}
.p-cont-graybg .p-cont-graybg--inner > *:last-child {
  margin-bottom: 0;
}
.ctm__guide-body p a {
  text-decoration: underline;
}
.p-link-gotop {
  margin: 1.5em 0;
  text-align: right;
}
.p-link-gotop a {
  text-decoration: underline;
}
.p-link-gotop a:before {
  content: "▲";
}
@media screen and (min-width: 992px) {
  .ctm__guideWrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
  }
  .ctm__guideWrap .ctm__guide-nav {
	display: block;
  }
  .ctm__guide-nav--inner {
	padding-top: 24px;
	position: sticky;
	top: 0;
  }
  .ctm__guideWrap .ctm__guide-body {
	width: calc(100% - 242px);
  }
  .ctm__guideWrap--single .ctm__guide-body {
	width: 100%;
  }
  .p-link-gotop a:hover {
	text-decoration: none;
  }
  .ctm__guide-body p a:hover {
	text-decoration: none;
  }
  .p-cont-area {
	margin-bottom: 8em;
  }
  .p-cont-area:last-of-type {
	margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ctm__guide-nav--inner {
	top: 92px;
  }
}
@media screen and (max-width: 991px) {
  .ctm__guideWrap {
	display: block;
  }
  .ctm__guideWrap .ctm__guide-nav {
	display: none;
  }
  .ctm__guide-title {
	margin-bottom: 0.8em;
	padding-bottom: 0;
	font-size: 25px;
	border-bottom: none;
  }
  .p-cont-area {
	margin-bottom: 5em;
  }
  .p-cont-area:last-of-type {
	margin-bottom: 0;
  }
  .p-cont-title {
	margin-bottom: 0.3em;
  }
  .ctm__topics-title + .p-cont-title {
	margin-top: 1.5em;
	margin-bottom: 1.3em;
  }
  .p-cont-title .p-cont-title--text {
	font-size: 18px;
  }
  .p-cont-title .p-cont-title--stext {
	font-size: 16px;
  }
  .p-cont-lead {
	margin-bottom: 0.6em;
  }
  .p-cont-title + .p-cont-lead {
	margin-top: 1.5em;
  }
  .p-cont-lead .p-cont-lead--text {
	font-size: 14px;
  }
  .ctm__guide-subnav {
	margin-bottom: 40px;
  }
  .ctm__guide-subnav .ctm__guide-subnav--inner {
	padding: 20px 0;
  }
  .ctm__guide-subnav .ctm__guide-subnav--title {
	margin-bottom: 1em;
	padding: 0 14px 0.3em;
  }
  .ctm__guide-subnav ol,
  .ctm__guide-subnav ul {
	padding: 0 14px;
  }
  .p-cont-graybg {
	margin: 30px 0;
  }
  .p-cont-graybg .p-cont-graybg--inner {
	padding: 30px 20px;
  }
  .p-sp-wdt100 {
	width: calc(100% + 40px);
	margin-left: -20px;
  }
}

.p-cont-flex {
  margin-bottom: 2em;
  display: flex;
}
.p-cont-flex.p-cont-flex-between {
  justify-content: space-between;
}
.p-cont-flex.p-cont-flex-between > div {
  margin: 0 1em 0 0;
}
.p-cont-flex.p-cont-flex-between > div:last-of-type {
  margin: 0;
}
.p-cont-flex.p-cont-flex2-2,
.p-cont-flex.p-cont-flex4-2 {
  flex-wrap: wrap;
}
.p-cont-flex .p-cont-cell {
  padding: 0 20px 30px 20px;
  display: block;
  position: relative;
}
.p-cont-flex.p-cont-flex4-2 .p-cont-cell {
  width: 25%;
}
.p-cont-cell.p-cont-bdr {
  padding: 30px 20px;
  border: #e9e9e8 1px solid;
}
@media screen and (min-width: 992px) {
  .p-cont-flex.p-cont-flex2-1 {
	flex-wrap: wrap;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell {
	width: 48%;
	margin-left: 4%;
	padding: 0 0 30px 0;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr {
	width: 50%;
	margin-left: 0;
	padding: 30px 20px;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell:first-of-type {
	margin-left: 0;
  }
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr {
	width: 48%;
	margin-left: 0;
	padding: 30px 20px;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr,
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr {
	border-top: none;
	border-left: none;
  }
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell {
	width: 50%;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell:nth-child(-n+2),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell:nth-child(-n+2) {
	padding-bottom: 0;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr:nth-child(-n+2),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-child(-n+2) {
	padding-bottom: 30px;
	border-top: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr:nth-child(2n+1),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-child(2n+1) {
	border-left: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr {
	border-top: none;
	border-left: none;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell:nth-child(-n+4) {
	padding-bottom: 0;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr:nth-child(-n+4) {
	padding-bottom: 30px;
	border-top: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr:nth-child(4n+1) {
	border-left: #e9e9e8 1px solid;
  }
}
.p-cont-cell {
  position: relative;
}
.p-cont-cell .p-cont-cell--lead {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: 500;
}
.p-cont-cell .p-cont-cell--img {
  width: 100%;
  margin: 0 auto 1em;
  display: block;
  text-align: center;
}
.p-cont-cell .p-cont-cell--img img {
  width: 100%;
  max-width: 100%;
  border: #d9d9d9 1px solid;
  box-sizing: border-box;
}
.p-cont-cell .p-cont-cell--text {
  margin-bottom: 0;
  color: #848484;
  text-align: center;
}
.p-cont-cell .p-cont-cell--stext {
  margin-top: 1.5em;
  margin-bottom: 0;
  color: #848484;
  text-align: left;
  font-size: 86%;
}
@media screen and (max-width: 991px) {
  .p-cont-flex .p-cont-cell {
	padding: 0  10px 20px;
  }
  .p-cont-flex.p-cont-flex2-1 {
	display: block;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell {
	width: 100%;
	padding: 0 0 20px;
	display: block;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr {
	padding: 20px 10px;
	border-bottom: none;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr:last-of-type {
	border-bottom: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr,
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr {
	padding-top: 20px;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell,
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell {
	width: 50%;
	padding-top: 0;
	border-bottom: none;
	border-left: none;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr:nth-child(2n+1),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-child(2n+1) {
	border-left: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell:nth-last-child(-n+2),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell:nth-last-child(-n+2) {
	padding-bottom: 0;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr:nth-last-child(-n+2),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-last-child(-n+2) {
	border-bottom: #e9e9e8 1px solid;
	padding-bottom: 20px;
  }
  .p-cont-cell .p-cont-cell--lead {
	font-size: 14px;
  }
  .p-cont-cell p.p-cont-cell--text {
	font-size: 12px;
  }
}

.wrap_tbl {
  width: 100%;
  margin: 1em 0;color: #404040;
}
.wrap_tbl caption {
  margin-bottom: 0.3em;
  font-weight: 500;
  text-align: left;
}
.wrap_tbl th {
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-collapse: collapse;
}
.wrap_tbl td {
  padding: 10px 7px;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-collapse: collapse;
}
  .wrap_tbl .wdt3em-sp {
	width: 120px;
  }
@media screen and (max-width: 991px) {
  .wrap_tbl .wdt3em-sp {
	width: 3em;
  }
}

/* ガイドトップ */

@media screen and (min-width: 992px) {
  .ctm__guide-title.ctm__guide-title--top {
	margin-bottom: 0;
	border-bottom: none;
  }
}
.ctm__guide-list {
  border-top: 1px #848484 solid;
}
.ctm__guide-list .acc-btn {
  position: relative;
}
.ctm__guide-list .acc-body {
  display: block;
}
.ctm__guide-list .ctm__guide-list--item__primary {
  border-bottom: 1px #848484 solid;
  display: block;
}
.ctm__guide-list .ctm__guide-list--item__primary.acc-btn,
.ctm__guide-list .ctm__guide-list--item__primary a {
  padding: 1.3em 0 1.3em 1.8em;
  display: block;
  font-size: 16px;
  cursor: pointer;
}
.ctm__guide-list .ctm__guide-list--item__primary a {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 18px no-repeat;
  background-size: 7px 13px;
}
.ctm__guide-list .ctm__guide-list--item__secondary {
  border-bottom: 1px #848484 solid;
}
.ctm__guide-list .ctm__guide-list--item__secondary ul li {
  border-bottom: 1px #e9e9e8 solid;
  display: block;
}
.ctm__guide-list .ctm__guide-list--item__secondary ul li:last-of-type {
  border-bottom: none;
}
.ctm__guide-list .ctm__guide-list--item__secondary ul li a {
  padding: 1.3em 0 1.3em 1.8em;
  display: block;
  color: #848484;
  font-size: 16px;
  background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 18px no-repeat;
  background-size: 7px 13px;
}
.ctm__guide-list .ctm__guide-list--item__primary a,
.ctm__guide-list .ctm__guide-list--item__secondary a {
  display: block;
}
.ctm__guide-list .acc-btn:before, .ctm__guide-list .acc-btn:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #848484;
}
.ctm__guide-list .acc-btn:before {
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
}
.ctm__guide-list .acc-btn:after {
  top: calc(50% - 6px);
  right: 21px;
  width: 1px;
  height: 13px;
}
.ctm__guide-list .acc-btn.opened:after {
  content: none;
}


/* =============================================================================
 ###　トピックス
============================================================================= */
.ctm__center {
  text-align: center !important;
}
.ctm__left {
  text-align: left !important;
}
.ctm__right {
  text-align: right !important;
}
.ctm__topicsWrap.bdrBtm {
  padding-bottom: 2em;
  margin-bottom: 4em;
  border-bottom: #e9e9e8 1px solid;
}
.ctm__topicsWrap p {
  margin-bottom: 2em;
}
.panel__cont p {
	margin-bottom: 0 !important;
}
.panel__cont .panel__name p {
	color: #404040;
}
.ctm__topicsWrap p.ctm__gray {
  color: #848484;
}
.ctm__topics-title {
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  border-bottom: #eee 1px solid;
}
.ctm__topics-title--text {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.ctm__nobdr {
  border-bottom: none;
}
.ctm__topics-title02 {
  margin: 1.2em 0 1.5em;
}
.ctm__topics-title02--text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.ctm__topicsWrap .c-topic-item__head {
  margin-top: 5em;
}
.ctm__topicsWrap p.ctm__topics-title02--lead {
  margin-bottom: 4em;
  text-align: center;
}
.c-topic-image {
  width: 100%;
  max-width: 100%;
  margin: 1em 0;
}
.ctm__topics-image img {
  border: #e9e9e4 1px solid;
  box-sizing: border-box;
}
.ctm__topics-mv {
  margin-bottom: 50px;
}
.c-topic-item__area {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ctm__topicsWrap p.c-topic-item__leadtxt {
  margin-bottom: 60px;
  text-align: center;
  color: #848484;
}
.c-topic-item__head + .c-topic-item__leadtxt {
  margin-top: -1em;
}
.ctm__topics-index .index-recommendWako__list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .ctm__wdt800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
  }
  .ctm__wdt680 {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
  }
  .ctm__pc-center {
	text-align: center;
  }
  .fs-body-category-firsttimeuser .ctm__guide-nav {
	margin-top: -14px;
  }
  .c-topic-item__list {
	display: flex;
	flex-wrap: wrap;
  }
  .c-topic-item__list li,
  .ctm__topics-index .index-recommendWako__list li {
	margin-bottom: 36px;
	margin-right: calc(16/1200*100%);
	width: calc(288/1200*100%);
  }
  .c-topic-item__list li:nth-child(4n),
  .ctm__topics-index .index-recommendWako__list li:nth-child(4n) {
	margin-right: 0;
  }
  .c-topic-item__list li:nth-last-child(-n+4),
  .ctm__topics-index .index-recommendWako__list li:nth-last-child(-n+4) {
	margin-bottom: 0;
  }
  .c-topic-item__list.c-panel-list-pc3 li {
	margin-right: calc(18/960*100%);
	width: calc(308/960*100%);
  }
  .c-topic-item__list.c-panel-list-pc3 li:nth-child(3n) {
	margin-right: 0;
  }
  .c-topic-item__list.c-panel-list-pc3 li:nth-last-child(-n+3) {
	margin-bottom: 0;
  }
  .c-topic-item__list li .panel__cont,
  .ctm__topics-index .index-recommendWako__list li .panel__cont {
	width: 100%;
  }
  .ctm__topics-index {
	margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .ctm__topics-title {
	margin-bottom: 0.8em;
	padding-bottom: 0;
	border-bottom: none;
  }
  .ctm__topics-title--text {
	font-size: 25px;
  }
  .ctm__topics-title02 {
	margin: 1em 0;
  }
  .ctm__topics-title02--text {
	font-size: 25px;
  }
  .ctm__topics-title + .ctm__topics-mv {
	margin-top: 0.8em;
  }
  .ctm__topics-title02 + .ctm__topics-mv {
	margin-top: 0.8em;
  }
  .ctm__topics-mv {
	margin-bottom: 20px;
  }
  .c-topic-item__area {
	margin-top: 50px;
	margin-bottom: 50px;
  }
  .ctm__topicsWrap p.c-topic-item__leadtxt {
	margin-bottom: 25px;
  }
  .c-topic-item__head + .c-topic-item__leadtxt {
	margin-top: -0.5em;
  }
  .ctm__topics-title02 + .ctm__topics-title02--text {
	margin-top: -0.5em;
  }
  .c-topic-item__area .ctm-c-title {
	font-size: 18px;
  }
  .c-topic-item__list {
	width: calc(100% + 40px);
	margin-left: -20px;
	overflow-x: scroll;
	position: relative;
	white-space: nowrap;
  }
  .c-topic-item__list li {
	margin: 0 5px;
	width: calc(380/750*100%);
	display: inline-block;
	white-space: normal;
	vertical-align: top;
  }
  .c-topic-item__list li:first-of-type {
	margin: 0 5px 0 calc(40/750*100%);
  }
  .c-topic-item__list li:last-of-type {
	margin: 0 calc(40/750*100%) 0 5px;
  }
  .ctm__topics-index .index-recommendWako__list li {
	margin-bottom: 20px;
	margin-right: calc(20/670*100%);
	width: calc(325/670*100%);
  }
  .ctm__topics-index .index-recommendWako__list li:nth-child(2n) {
	margin-right: 0;
  }
  .ctm__topics-index .index-recommendWako__list li:nth-last-child(-n+2) {
	margin-bottom: 0;
  }
  .ctm__topics-index {
	margin-top: 25px;
  }
}

.c-cont-arrownavi {
  margin: 3em auto;
}
.c-cont-arrownavi ul {
  display: flex;
  justify-content: space-between;
}
.c-cont-arrownavi ul li {
  padding-bottom: 1.3em;
  position: relative;
  border-left: #e9e9e8 1px solid;
  color: #404040;
  flex-grow: 1;
  text-align: center;
}
.c-cont-arrownavi ul li a {
  display: block;
}
.c-cont-arrownavi ul li:first-of-type {
  border-left: none;
}
.c-cont-arrownavi ul li:after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: block;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4em;
  margin: 0 auto;
  border-top: #404040 1px solid;
  border-left: #404040 1px solid;
}

.c-cont-cataloglist ul li {
  border-bottom: #e9e9e8 1px solid;
}
.c-cont-cataloglist ul li:first-of-type {
  border-top: #e9e9e8 1px solid;
}
.c-cont-cataloglist ul li .val {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-cont-cataloglist ul li .price {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-cont-cataloglist ul li .btnArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-cont-cataloglist ul li .btnArea .btn02 .fs-c-button--addToAddressbook.fs-c-button--secondary {
  margin-left: 1em;
  color: #fff;
  background-color: #4d4d4d;
  border: #848484 1px solid;
}
@media screen and (min-width: 992px) {
.c-cont-cataloglist ul li {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-cont-cataloglist ul li .btnArea .btn02 .fs-c-button--addToAddressbook.fs-c-button--secondary {
  width: 160px;
}
.c-cont-cataloglist ul li .btnArea .btn02 .fs-c-button--addToAddressbook.fs-c-button--secondary:hover {
  color: #4d4d4d;
  background-color: #fff;
}
.c-cont-cataloglist ul li .val {
  width: 16em;
}
}
@media screen and (max-width: 991px) {
.c-cont-cataloglist ul li {
  display: block;
  padding: 1em 0;
}
.c-cont-cataloglist ul li .val {
  margin-bottom: 0.5em;
}
.c-cont-cataloglist ul li .price {
  margin-bottom: 0.5em;
}
.c-cont-cataloglist ul li .btnArea .fs-c-button--secondary,
.c-cont-cataloglist ul li .btnArea .fs-c-button--secondary.fs-c-button--addToAddressbook {
  font-size: 12px;
}
}


/* ==============================================
 ### ショッピングカートパーツ（システムパーツ）
=================================================*/
.fs-c-anotherLogin p {
  color: #848484;
}
.fs-c-anotherLogin__button.fs-c-anotherLogin__button--amazon {
  margin: 1.2em auto 0;
}
.fs-c-totalAndActions.fs-l-cart__sideColumn .fs-c-payWithAmazon__message p {
  margin-top: 2em;
  color: #848484;
  font-size: 13px;
}
.fs-c-totalAndActions.fs-l-cart__sideColumn .fs-c-orderTotalTable > tbody > tr > th {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .fs-c-buttonContainer.fs-c-buttonContainer--pair .fs-c-button--primary {
	width: auto;
  }
}

/* =============================================================================
 ###　システムメンテナンスのご案内
============================================================================= */
.fs-body-closed .fs-l-main .ctm__logo {
  width: 165px;
  margin: 0 auto 1em;
}
.fs-body-closed .fs-l-main .ctm__bdrBlock {
  width: 100%;
  margin-top: 2em;
  padding: 1em;
  display: block;
  border: #9c9c9b 1px solid;
  box-sizing: border-box;
}
.fs-body-closed .fs-l-main p {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.fs-body-closed .fs-l-main .ctm__stitle {
  font-size: 16px;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .fs-body-closed .fs-l-page {
	position: relative;
	width: 100%;
	height: 100vh;
  padding-top: 0;
  }
  .fs-body-closed .fs-l-main {
	max-width: 768px;
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
  }
  .fs-body-closed .fs-l-main .ctm__logo {
	width: 260px;
	margin: 0 auto 1em;
  }
  .callNum {
	pointer-events :none;
  }
}


/* =============================================================================
 ###　リスト ソート ページャー非表示設定
============================================================================= */
.fs-c-productList__controller ul.fs-c-sortItems__list {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fs-c-productList__controller .fs-c-sortItems__label {
  font-size: 14px;
}
.fs-c-productList__controller .fs-c-sortItems__list__item__label {
  margin: 0.3em 0 0.3em 0.8em;
  padding: 0.6em;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #1f9d9b;
  background-color: #fff;
  border: #1f9d9b 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  opacity: 1;
  transition: 0.3s linear;
}
.fs-c-productList__controller .is-active .fs-c-sortItems__list__item__label {
  color: #fff;
  background-color: #1f9d9b;
}
/*.fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
  display: none;
}*/
.fs-c-listControl__status {
  text-align:center;
  padding-bottom:20px;
}
.fs-c-pagination {
  justify-content: center;
  align-items: normal;
}
.fs-c-pagination__item.is-active {
  background: #f6f6f6;
}
.fs-c-pagination__item {
  flex: none;
  line-height: 0.8;
  margin: 0 5px;
  padding: 8px;
  cursor: default;
  font-size: 1.1rem;
}
.fs-c-pagination__item--prev,
.fs-c-pagination__item--next {
  padding: 2px 8px;
}
.fs-c-pagination__item--prev:before,
.fs-c-pagination__item--next:before {
  font-size: 1.5em;
}
.fs-c-productList__controller:first-of-type .fs-c-listControl {
  display: none;
}
.fs-c-productList__controller:last-of-type .fs-c-sortItems {
  display: none;
}
@media screen and (min-width: 992px) {
  .fs-c-listControl__status {
    margin-left:-20vw;
  }
  
  .fs-c-productList__controller .fs-c-sortItems {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }
  .fs-c-productList__controller .fs-c-sortItems__list__item__label {
	transition: 0.3s linear;
  }
  .fs-c-productList__controller a.fs-c-sortItems__list__item__label:hover {
	color: #fff;
	background-color: #1f9d9b;
	transition: 0.3s linear;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList__controller .fs-c-sortItems {
	margin-bottom: 20px;
	text-align: right;
  }
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
	margin-bottom: 0.2em;
	display: block;
  }
}



/* =============================================================================
 ###　ご注文手続き
============================================================================= */
.fs-c-checkout-addressee + .fs-c-checkout-addressee {
  text-transform: none;
}
.content-devider {
  clear: both;
}
.fs-c-continueShopping {
  text-align: center;
  margin: 6em auto 1em;
}
@media screen and (max-width: 991px) {
  .fs-c-continueShopping {
	margin: 3em auto 1em;
  }
}
.ctm_checkout__upperTxt {
  margin-bottom: 2em;
  text-align: center;
  color: #848484;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .ctm_checkout__upperTxt {
	text-align: left;
	font-size: 12px;
  }
}

.fs-c-checkout-destination__body {
  display: block;
}
.fs-c-checkout-destination__body .fs-c-checkout-destination__control {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  }
}
.fs-c-checkout-destination__body .fs-c-checkout-destination__button {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__button {
	margin-left: 20px;
  }
}
.fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
	margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-checkout .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall,
  .fs-body-checkout-amazon .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  }
}
.fs-body-checkout .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall button,
.fs-body-checkout-amazon .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall button {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .ctm_checkout__cartWrapper {
	display: flex;
	justify-content: space-between;
  }
  .fs-l-checkout__mainColumn {
	width: 800px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-l-checkout__mainColumn {
	width: calc(100% - 316px);
  }
}

@media screen and (min-width: 992px) {
  .fs-l-checkout__sideColumn {
	width: 360px;
  }
  .fs-l-checkout__sideColumn .fs-c-totalAndActions {
	margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-l-checkout__sideColumn {
	width: 296px;
  }
}

.fs-l-checkout__mainColumn > div > div {
  border: 1px solid #e9e9e8;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
}
.fs-l-checkout__mainColumn > div > div.fs-c-checkout-widgets__message {
  border: none;
  padding: 0;
}

.fs-c-checkout-preview__title {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #e9e9e8;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
}
.fs-c-checkout-customerInfo__name,
.fs-c-checkout-multiDestination__info__name {
  font-size: 18px;
}

.fs-c-checkout-preview__button,
.fs-c-checkout-previewAndEdit__button {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .fs-c-checkout-preview__body {
	font-size: 16px;
  }
}

/*お客様の情報*/
.fs-c-checkout-customerInfo {
  margin-bottom: 20px;
}
.fs-c-checkout-multiDestination__title {
  margin-bottom: 1em;
  font-size: 120%;
}
.fs-c-checkout-multiDestination__subtitle {
  margin-top: 2em;
}
.fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name,
.fs-c-checkout-multiDestination__info__list .fs-c-checkout-multiDestination__info__name {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-customerInfo li rt {
	font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-checkout .fs-c-checkout-customerInfo__name,
  .fs-c-checkout .fs-c-checkout-multiDestination__info__name {
	font-size: 16px;
  }
  .fs-c-checkout-multiDestination__info__name {
	font-size: 16px;
  }
}

/*複数のお届け先設定*/
#fs-multipleAddressButton-container {
  margin-top: -1em;
  text-align: right;
}
#fs-multipleAddressButton-container .fs-c-checkout-addDestinationButton {
  border: none;
  margin-bottom: 2em;
  padding: 0;
}
.fs-body-checkout-multiAddress .fs-c-checkout-addresseeList {
  border-top: 1px solid #e9e9e8;
}
.fs-body-checkout-multiAddress .fs-c-checkout-multiAddress__button {
  margin-top: -1em;
  margin-bottom: 2em;
  text-align: right;
}
.fs-c-checkout-productAllocation {
  border-color: #e9e9e8;
}
.fs-body-checkout-multiAddress .fs-c-buttonContainer.fs-c-buttonContainer--next,
.fs-body-checkout-multiAddress-products .fs-c-buttonContainer.fs-c-buttonContainer--next,
.fs-body-checkout-multiAddress-confirm .fs-c-buttonContainer.fs-c-buttonContainer--next,
.fs-body-checkout-multiAddress-options .fs-c-buttonContainer.fs-c-buttonContainer--next {
  margin-bottom: 2em;
}
.fs-c-checkout-multiDestination__productList .fs-c-checkout-productAllocation__productInfo,
.fs-c-checkout-multiDestination__productList .fs-c-listedOptionPrice {
  font-size: 16px;
}
.fs-c-checkout-productQuantityWarning__list .fs-c-checkout-productAllocation__productInfo,
.fs-c-checkout-productQuantityWarning__list .fs-c-listedOptionPrice {
  font-size: 16px;
}
.fs-body-checkout-multiAddress-products .fs-c-checkout-multiDestination__title {
  font-size: 18px;
}
.fs-c-checkout-multiDestination__productList {
  margin: 1em 0;
}
.fs-c-checkout-productQuantityWarning__list .fs-c-checkout-productQuantityWarning__warning {
  margin: 1em 0 2em;
}
.fs-body-checkout-multiAddress-products .fs-c-checkout-deliveryInfo__body,
.fs-body-checkout-multiAddress-options .fs-c-checkout-deliveryInfo {
  border: 1px solid #e9e9e8;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
}
@media screen and (min-width: 992px) {
  .fs-body-checkout-multiAddress .fs-c-checkout-addressee {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
}
@media screen and (max-width: 991px) {
  #fs-multipleAddressButton-container {
	text-align: center;
  }
  #fs-multipleAddressButton-container .fs-c-checkout-addDestinationButton {
	margin-bottom: 3em;
  }
  .fs-body-checkout-multiAddress .fs-c-checkout-multiAddress__button {
	display: flex;
	justify-content: space-between;
	text-align: center;
  }
  .fs-body-checkout-multiAddress-products .fs-c-checkout-multiDestination__title {
	font-size: 16px;
  }
  .fs-c-checkout-productAllocation__product {
	display: block;
	position: relative;
  }
  .fs-c-checkout-productAllocation__product .fs-c-checkout-productAllocation__productImage {
	position: absolute;
	width: 100px;
  }
  .fs-c-checkout-productAllocation__product .fs-c-checkout-productAllocation__productInfo {
	padding-left: 120px;
  }
  .fs-c-checkout-multiDestination__productList .fs-c-checkout-productAllocation__productInfo,
  .fs-c-checkout-multiDestination__productList .fs-c-listedOptionPrice {
	font-size: 12px;
  }
  .fs-c-checkout-productQuantityWarning__list .fs-c-checkout-productAllocation__productInfo,
  .fs-c-checkout-productQuantityWarning__list .fs-c-listedOptionPrice {
	font-size: 12px;
  }
  .fs-c-checkout-multiDestination__productList .fs-c-price:after,
  .fs-c-checkout-productQuantityWarning__list .fs-c-price:after {
	font-size: 12px;
  }
}

/*お届け先情報*/
@media screen and (min-width: 992px) {
  .fs-c-checkout-destination li rt {
	font-size: 16px;
  }
}

/*お届け先変更*/
.fs-c-checkout-addresseeList {
  margin-bottom: 30px;
}
.fs-c-checkout-addresseeList .fs-c-checkout-addressee {
  border-bottom: 1px solid #e9e9e8;
  padding: 20px 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
	float: right;
  }
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
	width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control.fs-c-buttonContainer {
	float: right;
  }
  .fs-body-checkout .fs-c-checkout-destination__body .fs-c-checkout-destination__control {
	align-items: flex-end;
  }
  .fs-body-checkout .fs-c-checkout-destination__list .fs-c-checkout-destination__name {
	font-size: 16px;
	margin-bottom: 10px;
  }
  .fs-c-checkout-destination__control .fs-c-checkout-destination__button {
	width: auto;
  }
  .fs-c-checkAndNotice__notice {
	margin-left: 1.7em;
	font-size: 88%;;
  }
}

/*お支払い方法*/
.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  width: 100%;
  margin: 10px auto;
}
.fs-c-checkout-paymentMethodList .fs-c-checkout-paymentMethod__body {
  padding-left: 1.7em;
  box-sizing: border-box;
}
.fs-c-checkout-paymentMethodList .fs-c-checkout-paymentMethod__setting .fs-c-checkout-paymentMethod__option {
  margin-bottom: 0.6em;
}
.fs-c-checkout-paymentMethodList .fs-c-checkout-paymentMethod__setting .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body {
  margin: 0.6em 0;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
	width: auto;
	margin: 0;
  }
}

.fs-c-creditCardIcons {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.fs-c-creditCardIcons li {
  margin-left: 10px;
}

/*お届け先*/
.fs-c-checkout-destination__list {
  margin-bottom: 20px;
}
.fs-c-checkout-destination__list .fs-c-checkout-destination__name {
  font-size: 18px;
  margin-bottom: 20px;
}

.fs-c-checkout-destination__button {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-destination__button {
	width: auto;
	margin-left: 20px;
  }
}


/*ポイント*/
/*配送方法*/
.fs-c-checkout-delivery__method__title {
  margin-bottom: 0.5em;
}
.fs-c-checkout-delivery__method__message {
  margin-bottom: 0.5em;
}
.fs-c-checkout-delivery__method__deliveryDateTime {
  margin-bottom: 20px;
}

/*のし・ギフト包装*/
.wrapping-message {
  margin-bottom: 20px;
}
.wrapping-message .text {
  margin-bottom: 20px;
}
.wrapping-message .text a {
  text-decoration: underline;
}
.wrapping-message .note {
  font-size: 14px;
}

.fs-c-checkout-wrappingInfo__info {
  margin-bottom: 20px;
}

.fs-c-returnedSpecialContract {
  display: none;
}

/*ご注文内容*/
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
	display: table-row;
  }
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
  display: table-cell;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--point::before,
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal::before {
	display: none;
  }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
	text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--product {
	width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productImage {
	width: 100px;
  }
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-listedOptionPrice {
  display: block;
  font-size: 12px;
}
.fs-body-checkout .fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity:before {
  top: 0;
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productName {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
  }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__unitPrice {
	display: none;
  }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-listedOptionPrice {
	font-size: 14px;
  }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-listedOptionPrice .fs-c-listedOptionPrice__price {
	display: none;
  }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productInfo {
	width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-priceDisplay {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity,
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal,
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--point {
	text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity {
	float: none;
  }
}
@media screen and (max-width: 991px) {
  .fs-body-checkout .fs-c-cartTable {
	margin-bottom: 0;
  }
  .fs-body-checkout .fs-c-cartTable .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
	display: none;
  }
  .fs-body-checkout .fs-c-cartTable__row .fs-c-cartTable__dataCell--point {
	display: none;
  }
  .fs-body-checkout .fs-c-cartTable__dataCell .fs-c-cartTable__productInfo .fs-c-listedOptionPrice {
	display: none;
  }
  .fs-body-checkout .fs-c-cartTable__row {
	padding-bottom: 30px;
  }
  .fs-body-checkout .fs-c-cartTable__row .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
	bottom: 15px;
  }
  .fs-body-checkout .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-price__value:after {
	content: "円";
  }
}

/*価格表示*/
.fs-c-price:after,
.fs-c-orderTotalTable__subtotal td:after,
.fs-c-orderTotalTable__postageFee td:after {
  content: '円';
  font-size: 16px;
  padding-left: 0.5em;
}
 .fs-c-orderTotalTable .fs-c-price:after,
 .fs-c-orderTotalTable__grandTotal .fs-c-price:after {
  font-size: 18px;
  padding-left: 0;
}
.fs-c-orderTotalTable .fs-c-price__value,
.fs-c-orderTotalTable__grandTotal .fs-c-price__value {
  font-size: 22px;
}
.fs-c-cartTable__dataCell .fs-c-price:after {
  content: none;
}
@media screen and (max-width: 991px) {
  .fs-body-checkout .fs-c-totalAndActions {
	padding: 30px 20px 40px;
	margin-bottom: 0;
  }
  .fs-body-checkout .c-recently {
	margin: 0;
  }
}

/*モーダル内部*/
.fs-c-modal__title {
  width: 100%;
  padding: 16px;
  margin: 0 auto 16px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.fs-c-modal__contents {
  font-size: 14px;
}
.fs-c-modal__close {
  width: 40px;
  padding-top: 10px;
}
.fs-c-modal__close:before {
  font-size: 20px;
}
.fs-c-modal__contents .fs-c-checkout-pointSettingList {
  margin-bottom: 16px;
}
.fs-c-modal__contents .fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 0;
}
.fs-c-modal__contents .fs-c-checkout-addressee__data__name__home {
  font-size: inherit;
}
.fs-c-modal__contents .fs-c-checkout-deliveryMethodList {
  margin-bottom: 2em;
}
.fs-c-modal__contents .fs-c-checkout-deliveryMethod__option {
  margin: 1em 0;
}
.fs-c-modal__contents .fs-c-checkout-deliveryMethod__option__setting {
  margin-top: 1em;
}
.fs-c-modal__contents .fs-c-checkout-deliveryMethod__option__setting dd {
  margin: 0.6em 0;
}
.fs-c-inputTable .fs-c-inputTable__headerCell {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.fs-c-inputField__explanation {
  margin-top: 0.4em;
}
@media screen and (min-width: 992px) {
  .fs-c-modal__title {
	padding: 16px 16px 16px 40px;
	margin: 32px auto 0;
	font-size: 20px;
  }
  .fs-c-modal__contents .fs-c-inputInformation__field {
	margin: 0 auto 30px;
  }
  .fs-c-modal__contents {
	padding: 16px 32px 32px;
	min-width: 768px;
  }
  .fs-c-modal__contents .fs-c-inputInformation__button {
	margin-bottom: 0;
  }
  .fs-c-modal__contents .fs-c-additionalCheckField {
	padding: 0.5em 0;
	text-align: center;
  }
  .fs-c-checkout-customerInfo li rt {
	font-size: 16px;
  }
  .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell {
	width: 100%;
	margin-left: 0;
  }
  .fs-body-checkout .fs-c-button--primary,
  .fs-body-cart .fs-c-button--primary {
	width: 100%;
	min-width: 120px;
	max-width: none;
  }
  .fs-c-modal__contents .fs-c-button--primary {
	width: 100%;
	min-width: 120px;
	max-width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-modal__inner {
	color: #404040;
	width: calc(100% - 40px);
	max-width: none;
	margin: 0 auto;
  }
  .fs-c-modal__contents .fs-c-button--primary,
  .fs-c-modal__contents .fs-c-button--standard {
	font-size: 12px;
  }
  .fs-c-modal__title {
	width: calc(100% - 40px);
	margin: 0 0 0 20px;
	padding: 20px 0 10px;
	font-size: 20px;
  }
  .fs-c-inputInformation__field {
	margin-top: 0;
  }
  .fs-c-modal__contents .fs-c-button--primary {
	width: 120px;
  }
  .fs-c-inputTable--inModal > tbody > tr {
	padding: 4px 0;
  }
  .fs-c-modal__contents .fs-c-checkout-addresseeSettingList .fs-c-checkout-checkoutMethod {
	margin-bottom: 2.5em;
  }
  .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__data {
	margin-bottom: 1em;
  }
}

/*購入ステップ*/
.c-buysteps {
  margin-bottom: 50px;
}
.c-buysteps ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.c-buysteps ul li {
  width: 33%;
  font-size: 14px;
  margin-right: 1px;
  padding: 0.4em 1em;
  background-color: #f6f6f6;
  color: #848484;
  box-sizing: border-box;
}
.c-buysteps ul li.current {
  background-color: #e3e3e3;
  color: #404040;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
.c-buysteps {
  margin-bottom: 30px;
}
.c-buysteps ul li {
  width: 50%;
  font-size: 12px;
}
.c-buysteps ul li:nth-child(3) {
  display: none;
}
}

/* =============================================================================
 ###　注文完了
============================================================================= */
.fs-c-checkoutSuccess .ttl3 {
  text-align: center;
}
.fs-c-checkoutSuccess .p-cont-lead--text {
  font-size: 150%;
  font-weight: 500;
}
.fs-c-checkoutSuccess .fs-clientInfo.is-ready {
  display: inline-block;
}


/* =============================================================================
 ###　マイページ
============================================================================= */
.fs-body-my-top .fs-c-wishlistProduct {
  display: none;
}
ul.fs-c-accountService {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
ul.fs-c-accountService li {
  width: 156px;
  margin-right: 18px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 14px;
}
ul.fs-c-accountService li a {
  width: 100%;
  height: 100%;
  padding: 26px 1em 18px ;
  border: #848484 1px solid;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  color: #404040;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.3;
  transition: 0.3s linear;
}
@media screen and (min-width: 1200px) {
  ul.fs-c-accountService li:nth-child(7n) {
	margin-right: 18px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  ul.fs-c-accountService {
	max-width: 852px;
  }
  ul.fs-c-accountService li:nth-child(5n) {
	margin-right: 18px;
  }
}
@media screen and (min-width: 992px) {
  ul.fs-c-accountService li a:hover {
	opacity: 1;
	background-color: #f6f6f6;
	transition: 0.3s linear;
  }
}
@media screen and (max-width: 991px) {
  ul.fs-c-accountService {
	width: 100%;
	max-width: none;
  }
  ul.fs-c-accountService li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
	font-size: 12px;
  }
  ul.fs-c-accountService li:nth-child(even) {
	margin-right: 0;
  }
}


/*項目名変更*/
.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--addressbook .fs-c-string--label,
.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountCard .fs-c-string--label,
.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-string--label {
  display: none;
}
.fs-body-my-top .fs-c-accountService__page .fs-c-accountService__pageLink__label:after {
  display: inline-block;
}
.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label:after {
  content: "アドレス帳";
}
.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label:after {
  content: "クレジットカード情報";
}
.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label:after {
  content: "退会";
}
.fs-body-my-addressbook .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
  position: relative;
}
.fs-body-my-addressbook .fs-c-breadcrumb .fs-c-breadcrumb__listItem:last-of-type {
  font-size: 0;
  line-height: 0;
}
.fs-body-my-addressbook .fs-c-breadcrumb .fs-c-breadcrumb__listItem:last-of-type:before {
  content: " > ";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  left: 0;
  font-size: 12px;
  line-height: 1;
}
.fs-body-my-addressbook .fs-c-breadcrumb .fs-c-breadcrumb__listItem:last-of-type:after {
  content: "アドレス帳";
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding-left: 0.2em;
}


/*アイコン画像*/
.fs-c-accountService__page a .fs-c-string--label {
  display: block;
}
.fs-c-accountService__page a .fs-c-accountService__pageLink__label:before {
  content: "";
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  display: block;
}
.fs-c-accountService__page.fs-c-accountService__page--wishList a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_wish.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--orderHistoryList a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_log.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--pointHistory a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_point.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--accountReviews a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_review.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--accountCard a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_card.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--addressbook a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_address.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--accountPassword a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_pass.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--accountSettingsModify a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_change.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_leave.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--logout a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_logout.png) no-repeat;
  background-size: cover;
}
.fs-c-accountService__page.fs-c-accountService__page--couponList a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_coupon.png) no-repeat;
  background-size: cover;
}


/* ==============================================
 ### マイページ > お気に入り
=================================================*/
.fs-body-my-wishlist .fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
}
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item {
  width: 226px;
  margin-right: 15px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__notice {
  width: 100%;
  margin: 0.4em 0 0;
  font-size: 80%;
  line-height: 1.3;
}
.fs-c-productListItem__salesPeriod .fs-c-salesPeriod__date {
  margin: 0.4em 0;
  font-size: 80%;
  line-height: 1.3;
}
.fs-c-productListItem__salesPeriodNotice.fs-c-productListItem__notice {
  color: #ef634c;
}
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item .fs-c-buttonContainer a {
  width: 100%;
  margin: 0.5em 0;
}
@media screen and (min-width: 1200px) {
  .fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item:nth-child(5n) {
	  margin-right: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fs-body-my-wishlist .fs-c-productList__list {
	width: 893px;
	margin: 0 auto;
  }
  .fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item {
	width: 212px;
  }
  .fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item:nth-child(4n) {
	margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .fs-body-my-wishlist .fs-c-productList__list {
	justify-content: space-between;
  }
  .fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item {
	width: 49%;
	margin-right: 0;
	margin-bottom: 25px;
  }
}
.fs-body-my-wishlist .fs-c-productListItem .fs-c-productListItem__control.fs-c-buttonContainer {
  padding-top: 0;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item .fs-c-buttonContainer a.fs-c-button--plain {
  margin-top: 0;
  margin-left: 1em;
}
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-productListItem__imageContainer {
  padding-bottom: 0;
}
.fs-body-my-wishlist .fs-c-productListItem__viewMoreImageButton {
  bottom: 10px;
}

/* =============================================================================
 ###　マイページ > お気に入りアドレス追加
============================================================================= */
.fs-body-my-addressbook .fs-c-addressBookList__addButton {
  margin-bottom: 50px;
}
.fs-c-addressBookList__form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.fs-body-my-addressbook .fs-c-addressBookList__count {
  padding: 10px;
  text-align: right;
}
.fs-body-my-addressbook .fs-c-addressBookList__list {
  width: 100%;
  margin: 0 auto 50px;
  border-top: 1px solid #e9e9e8;
}
.fs-body-my-addressbook .fs-c-addressBookList__list tr {
  border-bottom: 1px solid #e9e9e8;
}
@media screen and (min-width: 992px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list td {
	padding: 10px;
	vertical-align: middle;
  }
}
@media screen and (max-width: 991px) {
  .fs-body-my-addressbook .fs-c-addressBookList__addButton {
	margin-bottom: 30px;
  }
  .fs-body-my-addressbook .fs-c-addressBookList__list tr {
	padding: 20px 0;
  }
  .fs-body-my-addressbook .fs-c-addressBookList__list td .fs-c-buttonContainer {
	margin-top: 10px;
	justify-content: flex-end;
  }
  .fs-body-my-addressbook .fs-c-addressBookList__list td .fs-c-buttonContainer .fs-c-button--changeInfomation {
	margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .fs-c-listTable > tbody > tr + tr {
	margin-top: 0;
  }
}


/* =============================================================================
 ###　マイページ > レビュー履歴
============================================================================= */
.fs-c-aggregateRating__rating:before {
  content: "商品レビュー";
  padding-right: 0.5em;
  color: #404040;
  font-size: 18px;
}
.fs-c-reviewStars:before {
  color: #ef634c;
}
.fs-c-rating__value {
  color: #ef634c;
  padding-left: 0.5em;
  font-size: 18px;
}
#fs_input_reviewContents.fs-c-textarea {
  min-height: 10em;
}
@media screen and (max-width: 991px) {
  .fs-body-review-write .fs-c-aggregateRating {
	justify-content: space-between;
	align-items: center
  }
  .fs-body-review-write .fs-c-aggregateRating__rating {
	display: inline-block;
  }
  .fs-body-review-write .fs-c-aggregateRating__rating:before {
	font-size: 16px;
	display: block;
  }
  .fs-body-review-write .fs-c-reviewStars {
	display: inline-block;
  }
  .fs-body-review-write .fs-c-rating__value {
	font-size: 18px;
	display: inline-block;
  }
  .fs-body-review-write .fs-c-aggregateRating__count {
	display: inline-block;
  }
}

.fs-c-history {
  margin-bottom: 50px;
}
.fs-c-listControl {
  margin: 10px 0 20px;
  text-align: right;
}

.fs-c-reviewList {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  border-top: 1px solid #e9e9e8;
  list-style-type: none;
}
.fs-c-reviewList li.fs-c-reviewList__item {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e8;
  color: #848484;
}
.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewProduct__info {
  margin-top: 0.5em;
  color: #404040;
}
@media screen and (min-width: 992px) {
  .fs-body-product .fs-c-reviewList li.fs-c-reviewList__item {
	padding: 20px 0 10px;
  }
  .fs-c-reviewList li.fs-c-reviewList__item > div {
	display: table-cell;
	vertical-align: middle;
  }
  .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__editButton {
	padding-left: 20px;
  }
}
.fs-c-reviewList li.fs-c-reviewList__item .fs-c-productImage__image {
  width: 100%;
}
.fs-c-reviewList li.fs-c-reviewList__item .fs-c-productImage__image img {
  border: #eaeae9 1px solid;
  box-sizing: border-box;
}
.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body {
  margin: 20px 0;
}
.fs-c-reviewList .fs-c-button--editReview {
  width: 200px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .fs-c-reviewList .fs-c-reviewList__item__product {
	width: 240px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .fs-c-reviewList .fs-c-reviewList__item__info {
	padding: 0 20px;
  }
  .fs-c-reviewList .fs-c-reviewList__item__info .fs-c-reviewRating {
	margin-bottom: 0.4em;
  }
}
.fs-c-reviewList .fs-c-reviewInfo__date dt {
  float: left;
  clear: both;
}
.fs-c-reviewList .fs-c-reviewInfo__date dd {
  margin-left: 4em;
}
@media screen and (max-width: 991px) {
  .fs-c-reviewList li.fs-c-reviewList__item {
	padding: 20px 0;
  }
  .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewProduct__info {
	margin-bottom: 0.5em;
  }
  .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body {
	margin: 10px 0;
  }
}

/* =============================================================================
 ###　マイページ > レビュー投稿
============================================================================= */
.fs-c-textarea,
.fs-system-assistedItem {
  padding: 0.75em;
  min-width: 6em;
  border: 1px solid #848484;
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .fs-c-textarea,
  .fs-system-assistedItem {
	font-size: 14px;
  }
}
.fs-c-productReviewed {
  border: 1px solid #e9e9e8;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .fs-c-productReviewed {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-productReviewed > div {
	margin-left: 20px;
  }
  .fs-c-productReviewed .fs-c-productReviewed__image {
	width: calc(20% - 20px);
	margin-left: 0;
  }
  .fs-c-productReviewed .fs-c-productReviewed__name {
	width: calc(50% - 20px);
  }
  .fs-c-productReviewed .fs-c-productReviewed__number {
	width: calc(15% - 20px);
  }
}
.fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber {
  display: block;
}
@media screen and (min-width: 992px) {
  .fs-c-productReviewed .fs-c-productReviewed__prices {
	width: calc(15% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productReviewed .fs-c-productReviewed__image {
	margin-bottom: 0.7em;
  }
}

.fs-c-aggregateRating {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}
.fs-c-aggregateRating {
  margin-bottom: 20px;
  padding: 20px;
}
.fs-body-product .fs-c-aggregateRating {
  margin-bottom: 10px;
  padding: 0;
}
.fs-c-aggregateRating .fs-c-aggregateRating__count {
  margin-left: 20px;
}

.fs-c-reveiwNotes {
  border: 5px solid #f6f6f6;
  padding: 10px;
  margin-bottom: 30px;
}
.fs-c-reveiwNotes h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}



/* =============================================================================
 ###　マイページ > レビュー投稿完了
============================================================================= */
.fs-body-review-success .fs-c-heading {
  margin-top: 3em;
}
.fs-c-reviewSuccessComment {
  margin-bottom: 6em;
}
.fs-body-review-success .fs-c-buttonContainer--back {
  margin: 1.5em auto;
}



/* =============================================================================
 ###　マイページ > 注文履歴
============================================================================= */
.fs-body-my-orders {
  /**/
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-history {
	overflow: hidden;
	*zoom: 1;
  }
}
.fs-body-my-orders .fs-c-history__info {
  background-color: #f6f6f6;
  border: 1px solid #e9e9e8;
  padding: 10px;
  margin-bottom: 30px;
}
.fs-body-my-orders .fs-c-history__infoSummary {
  margin-top: 20px;
}
.fs-body-my-orders .fs-c-history__total {
  margin-top: 20px;
}
.fs-body-my-orders .fs-c-history__total dt {
  border-top: 1px solid #e9e9e8;
  padding: 10px;
}
.fs-body-my-orders .fs-c-history__total dd {
  border-top: 1px solid #e9e9e8;
  text-align: right;
  padding: 10px;
}
.fs-body-my-orders .fs-c-history__term {
  text-align: center;
}
.fs-body-my-orders .fs-c-pairList {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.fs-body-my-orders .fs-c-pairList > dt::after {
  display: none;
}
.fs-body-my-orders .fs-c-history__listContainer {
  margin-bottom: 50px;
}
.fs-body-my-orders .fs-c-listControl {
  text-align: right;
}
.fs-body-my-orders .fs-c-orderHistory {
  margin-bottom: 30px;
}
.fs-body-my-orders .fs-c-orderHistoryItem {
  border: 1px solid #e9e9e8;
  padding: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem {
	padding: 0;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__header {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #f6f6f6;
	margin-bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__header dl {
  margin: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e8;
  padding: 15px 5px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header dl {
	display: block;
	border: none;
	padding: 20px;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
	text-align: center;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
	margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header__button {
	width: 30%;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__header__button a {
	margin-right: 10px;
	font-size: 14px;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__product {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__product > div {
  margin-bottom: 20px;
}
.fs-body-my-orders .fs-c-productImage img {
  border: #e8e8e2 1px solid;
  box-sizing: border-box;
}
.fs-body-my-orders .fs-c-listedOptionPrice,
.fs-body-my-orders-details .fs-c-listedOptionPrice {
  font-size: 14px;
}
.fs-body-my-orders .fs-c-listedOptionPrice .fs-c-listedOptionPrice__price,
.fs-body-my-orders-details .fs-c-listedOptionPrice .fs-c-listedOptionPrice__price {
  display: none;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__product > div {
	margin-bottom: 0;
	padding: 10px;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__product .fs-c-button--addReview--detail.fs-c-button--plain {
	width: auto;
	margin-right: 0;
	font-size: 14px !important;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__productImage {
	width: 20%;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__productName {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productName {
	width: 25%;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
	width: 25%;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
	width: 15%;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__button {
  margin-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__button {
	width: 25%;
	padding: 10px 0;
  }
}

/* =============================================================================
 ###　マイページ > 注文履歴詳細
============================================================================= */
.fs-body-my-orders-details .fs-c-orderDetailList {
  border-bottom: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  margin-bottom: 30px;
}
.fs-body-my-orders-details .fs-c-orderDetailList dt {
  float: left;
  width: 8em;
  clear: both;
  margin: 0;
  padding: 10px;
  background-color: #f6f6f6;
  border-top: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.fs-body-my-orders-details .fs-c-orderDetailList dd {
  margin: 0;
  margin-left: 8em;
  padding: 10px;
  border-top: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
	overflow: hidden;
	*zoom: 1;
  }
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  background-color: #f6f6f6;
  padding: 10px;
  font-size: 18px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
  font-weight: bold;
  padding: 5px 0 0;
  font-size: 16px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
  margin: 0;
  margin-bottom: 10px;
  padding: 0 0 5px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
	width: 65%;
	float: left;
  }
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
	float: right;
	width: 32%;
  }
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
	overflow: hidden;
	*zoom: 1;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable {
	width: 65%;
	float: left;
  }
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
	float: right;
	width: 32%;
  }
}
@media screen and (max-width: 991px) {
  .fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell .fs-c-cartTable__productName {
	font-size: 14px;
  }
  .fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell {
	padding: 20px 0 0;
  }
  .fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
	position: relative;
  }
  .fs-body-my-orders-details .fs-c-cartTable__row {
	padding-bottom: 20px;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-cartTable__dataCell .fs-c-cartTable__product .fs-c-cartTable__productInfo {
	padding-left: 0;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-cartTable__row .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
	left: 0;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-cartTable__row .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
	padding: 0;
  }
}
.fs-body-my-orders .fs-c-cartTable__row .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity:before,
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity:before {
  content: "数量";
}



/* =============================================================================
 ###　マイページ > 登録済みクレジットカードページ
============================================================================= */
.fs-c-creditCardListItem {
  border: 1px solid #848484;
  margin-top: 1em;
}
.fs-c-creditCardListItem__button.fs-c-buttonContainer {
  margin-top: 1em;
}



/* =============================================================================
 ###　マイページ > ポイント
============================================================================= */
.fs-body-my-points .fs-c-history {
  max-width: 800px;
  margin: 0 auto 50px;
}
dl.fs-c-pointSummary {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  box-sizing: border-box;
  background-color: #f9f9f9;
  margin-bottom: 1.5em;
}
dl.fs-c-pointSummary dt {
  width: 30%;
}
dl.fs-c-pointSummary dd {
  width: 70%;
}
dl.fs-c-specialPointList__list {
  margin-bottom: 2.5em;
  display: flex;
  flex-wrap: wrap;
}
dl.fs-c-specialPointList__list dt {
  width: 28%;
}
.fs-c-specialPointList__label {
  margin-bottom: 0.3em;
  font-size: 115%;
  display: block;
}
.fs-c-history__termCtrl {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .fs-body-my-points .fs-c-listTable {
	width: 100%;
	margin: 0.4em 0;
	text-align: center;
	font-weight: 500;
  }
  .fs-body-my-points .fs-c-listTable thead tr th {
	padding: 0.5em 0;
	background-color: #f6f6f6;
  }
  .fs-body-my-points .fs-c-listTable tbody tr td {
	padding: 0.5em 0;
  }
  .fs-body-my-points .fs-c-listTable tbody tr {
	border-bottom: #e9e9e8 1px solid;
  }
  .fs-c-pointListTable td[aria-label="獲得・利用ポイント"] {
	font-size: 16px;
	text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .fs-body-my-points .fs-c-listTable > thead {
	display: none;
  }
  .fs-body-my-points .fs-c-listTable > tbody {
	display: block;
  }
  .fs-body-my-points .fs-c-listTable > tbody > tr {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
  }
  .fs-body-my-points .fs-c-listTable > tbody > tr + tr {
	margin-top: 24px;
  }
  .fs-body-my-points .fs-c-listTable > tbody > tr > th,
  .fs-body-my-points .fs-c-listTable > tbody > tr td {
	display: block;
	border: none;
  }
  .fs-body-my-points .fs-c-listTable > tbody > tr > th:before,
  .fs-body-my-points .fs-c-listTable > tbody > tr td:before {
	content: attr(aria-label);
	display: block;
	font-size: 12px;
	font-weight: bold;
  }
  .fs-c-pointListTable td[aria-label="獲得・利用ポイント"],
  .fs-c-pointListTable td[aria-label="日付"],
  .fs-c-pointListTable td[aria-label="ポイント状況"],
  .fs-c-pointListTable td[aria-label="有効期限"] {
	text-align: left;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
	display: flex;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td:before {
	width: 140px;
	padding-right: 8px;
	box-sizing: content-box;
  }
  .fs-body-my-points .fs-c-listTable {
	width: 100%;
	margin: 0.4em 0;
	text-align: left;
	font-size: 14px;
  }
  dl.fs-c-pointSummary dt,dl.fs-c-pointSummary dd {
	width: 50%;
	font-size: 14px;
  }
  dl.fs-c-specialPointList__list dt {
	width: 45%;
  }
  .fs-body-my-points .fs-c-listTable tbody tr:first-of-type {
	border-top: #e9e9e8 1px solid;
  }
  .fs-body-my-points .fs-c-listTable tbody tr {
	padding: 0.5em 0;
	border-bottom: #e9e9e8 1px solid;
  }
  .fs-body-my-points .fs-c-listTable > tbody > tr + tr {
	margin-top: 0;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
	font-size: 14px;
	padding: 0.2em 0;
  }
  .fs-body-my-points .fs-c-listTable > tbody > tr > th:before,
  .fs-body-my-points .fs-c-listTable > tbody > tr td:before {
	font-size: 14px;
  }
  .fs-c-listControl .fs-c-listControl__status {
	font-size: 14px;
  }
}



/* =============================================================================
 ###　メルマガ関連ページ
============================================================================= */
@media screen and (min-width: 992px) {
  .fs-body-newsletter-subscribe .fs-l-main .fs-c-inputInformation__message,
  .fs-body-newsletter-unsubscribe .fs-l-main .fs-c-inputInformation__message,
  .fs-body-newsletter-subscribe-success .fs-l-main .fs-c-documentContent,
  .fs-body-newsletter-unsubscribe-sucess .fs-l-main .fs-c-documentContent {
	max-width: 800px;
	margin: 0 auto;
  }
}
.fs-body-newsletter-subscribe-success .fs-l-main .fs-c-buttonContainer--topPage,
.fs-body-newsletter-unsubscribe-sucess .fs-l-main .fs-c-buttonContainer--topPage {
  margin-top: 4em;
}


/* =============================================================================
 ###　お知らせ（ニュース）一覧・詳細ページ
============================================================================= */
@media screen and (min-width: 992px) {
  .infomation .l-pl-page .l-pl-page__body {
	margin: 0 auto;
  }
  .ctm__topicDetailWrap.wdt800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
  }
}

.ctm__pager {
  margin-top: 3em;
}
.ctm__pager ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctm__pager ul li {
  display: inline-block;
}
.ctm__pager ul li a {
  display: block;
  position: relative;
}
.ctm__pager ul li.ctm__pager--prev a:before {
  content: "<";
  padding-right: 0.3em;
}
.ctm__pager ul li.ctm__pager--next a:after {
  content: ">";
  padding-left: 0.3em;
}


.ctm__topicDetailWrap .ctm__topicDetailTitle {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #404040;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.ctm__topicDetailWrap p {
  margin: 1.5em 0;
}
.ctm__topicDetailWrap .ctm__txt--sub {
  font-size: 88%;
  color: #848484;
}
@media screen and (max-width: 991px) {
  .ctm__topicDetailWrap .ctm__topicDetailTitle {
	font-size: 20px;
  }
}


/* =============================================================================
 ###　ガイド
============================================================================= */
.fs-body-category-wrapping-general .ctm__guide-body img {
  max-width: 200px;
}


/* =============================================================================
 ###　ガイドトップ・詳細ページ
============================================================================= */
.ctm__guide-body p {
  margin-bottom: 2em;
  color: #404040;
}
.ctm__guide-body .panel__price p,
.ctm__guide-body .panel__text p {
  color: #848484;
}

.ctm__guide-title {
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  font-size: 30px;
  text-align: center;
  border-bottom: #eee 1px solid;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.ctm__guide-subnav {
  margin-bottom: 70px;
}
.ctm__guide-subnav .ctm__guide-subnav--inner {
  padding: 32px 0;
  background-color: #e9e9e8;
  box-sizing: border-box;
}
.ctm__guide-subnav .ctm__guide-subnav--title {
  margin-bottom: 1.5em;
  padding: 0 25px 0.5em;
  border-bottom: #fff 1px solid;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  box-sizing: border-box;
}
.ctm__guide-subnav ol,
.ctm__guide-subnav ul {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
ol.list-num li {
  margin-left: 1.5em;
}
ul.list-dot {
  margin: 0.5em 0;
}
ul.list-dot li {
  display: block;
  text-indent: -0.6em;
  padding-left: 1.4em;
}
ul.list-dot li:before {
  content: "・";
}
.ctm__guide-subnav li {
  margin-bottom: 1em;
}
.ctm__guide-subnav li:last-of-type {
  margin-bottom: 0;
}
.p-cont-title {
  margin-bottom: 1.3em;
}
.p-cont-title .p-cont-title--text {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.p-cont-title .p-cont-title--stext {
  font-size: 18px;
}
.p-cont-lead {
  margin-bottom: 1em;
}
.p-cont-lead .p-cont-lead--text {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.p-cont-cautionSup {
  margin-top: -1em;
}
.list_circle {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.list_circle:before {
  content: "◎";
}
.list-dl {
  margin: 1em 0;
}
.list-dl li {
  margin-bottom: 0.5em;
}
.list-dl li dl dt {
  color: #404040;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.list-dl li dl dd {
  margin-left: 1em;
  color: #848484;
}
.p-cont-bdr {
  border: 1px solid #e9e9e8;
  box-sizing: border-box;
}
.p-cont-bdr p a {
  text-decoration: underline;
}
.p-cont-graybg {
  margin: 50px 0;
  background-color: #f6f6f6;
}
.p-cont-graybg .p-cont-graybg--inner {
  padding: 35px 25px;
  box-sizing: border-box;
}
.p-cont-graybg .p-cont-graybg--inner > *:last-child {
  margin-bottom: 0;
}
.ctm__guide-body p a {
  text-decoration: underline;
  word-break: break-all;
}
.p-link-gotop {
  margin: 1.5em 0;
  text-align: right;
}
.p-link-gotop a {
  text-decoration: underline;
}
.p-link-gotop a:before {
  content: "▲";
}
@media screen and (min-width: 992px) {
  .ctm__guideWrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
  }
  .ctm__guideWrap .ctm__guide-nav {
	display: block;
  }
  .ctm__guide-nav--inner {
	padding-top: 24px;
	position: sticky;
	top: 0;
  }
  .ctm__guideWrap .ctm__guide-body {
	width: calc(100% - 242px);
  }
  .ctm__guideWrap--single .ctm__guide-body {
	width: 100%;
  }
  .p-link-gotop a:hover {
	text-decoration: none;
  }
  .ctm__guide-body p a:hover {
	text-decoration: none;
  }
  .p-cont-area {
	margin-bottom: 8em;
  }
  .p-cont-area:last-of-type {
	margin-bottom: 0;
  }
  .p-cont-bdr {
	width: 800px;
	margin: 0 auto 100px;
  }
  .p-cont-bdr-Inner {
	padding: 30px 60px;
  }
  .p-cont-bdr .p-cont-graybg {
	padding: 30px 60px;
	margin: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ctm__guide-nav--inner {
	top: 92px;
  }
}
@media screen and (max-width: 991px) {
  .ctm__guideWrap {
	display: block;
  }
  .ctm__guideWrap .ctm__guide-nav {
	display: none;
  }
  .ctm__guide-title {
	margin-bottom: 0.8em;
	padding-bottom: 0;
	font-size: 25px;
	border-bottom: none;
  }
  .p-cont-area {
	margin-bottom: 5em;
  }
  .p-cont-area:last-of-type {
	margin-bottom: 0;
  }
  .p-cont-title {
	margin-bottom: 0.3em;
  }
  .ctm__topics-title + .p-cont-title {
	margin-top: 1.5em;
	margin-bottom: 1.3em;
  }
  .p-cont-title .p-cont-title--text {
	font-size: 18px;
  }
  .p-cont-title .p-cont-title--stext {
	font-size: 16px;
  }
  .p-cont-lead {
	margin-bottom: 0.6em;
  }
  .p-cont-title + .p-cont-lead {
	margin-top: 1.5em;
  }
  .p-cont-lead .p-cont-lead--text {
	font-size: 14px;
  }
  .ctm__guide-subnav {
	margin-bottom: 40px;
  }
  .ctm__guide-subnav .ctm__guide-subnav--inner {
	padding: 20px 0;
  }
  .ctm__guide-subnav .ctm__guide-subnav--title {
	margin-bottom: 1em;
	padding: 0 14px 0.3em;
  }
  .ctm__guide-subnav ol,
  .ctm__guide-subnav ul {
	padding: 0 14px;
  }
  .p-cont-graybg {
	margin: 30px 0;
  }
  .p-cont-graybg .p-cont-graybg--inner {
	padding: 30px 20px;
  }
  .p-sp-wdt100 {
	width: calc(100% + 40px);
	margin-left: -20px;
  }
  .p-cont-bdr {
	margin-bottom: 70px;
  }
  .p-cont-bdr-Inner {
	padding: 25px 15px;
  }
  .p-cont-bdr .p-cont-graybg {
	padding: 25px 15px;
	margin: 0;
  }
}

.p-cont-flex {
  margin-bottom: 2em;
  display: flex;
}
.p-cont-flex.p-cont-flex-between {
  justify-content: space-between;
}
.p-cont-flex.p-cont-flex-between > div {
  margin: 0 1em 0 0;
}
.p-cont-flex.p-cont-flex-between > div:last-of-type {
  margin: 0;
}
.p-cont-flex.p-cont-flex2-2,
.p-cont-flex.p-cont-flex4-2 {
  flex-wrap: wrap;
}
.p-cont-flex .p-cont-cell {
  padding: 0 20px 30px 20px;
  display: block;
  position: relative;
}
.p-cont-flex.p-cont-flex4-2 .p-cont-cell {
  width: 25%;
}
.p-cont-cell.p-cont-bdr {
  padding: 30px 20px;
  border: #e9e9e8 1px solid;
}
@media screen and (min-width: 992px) {
  .p-cont-flex.p-cont-flex2-1 {
	flex-wrap: wrap;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell {
	width: 48%;
	margin-left: 4%;
	padding: 0 0 30px 0;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr {
	width: 50%;
	margin-left: 0;
	padding: 30px 20px;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell:first-of-type {
	margin-left: 0;
  }
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr {
	width: 48%;
	margin-left: 0;
	padding: 30px 20px;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr,
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr {
	border-top: none;
	border-left: none;
  }
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell {
	width: 50%;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell:nth-child(-n+2),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell:nth-child(-n+2) {
	padding-bottom: 0;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr:nth-child(-n+2),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-child(-n+2) {
	padding-bottom: 30px;
	border-top: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr:nth-child(2n+1),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-child(2n+1) {
	border-left: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr {
	border-top: none;
	border-left: none;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell:nth-child(-n+4) {
	padding-bottom: 0;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr:nth-child(-n+4) {
	padding-bottom: 30px;
	border-top: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr:nth-child(4n+1) {
	border-left: #e9e9e8 1px solid;
  }
}
.p-cont-cell {
  position: relative;
}
.p-cont-cell .p-cont-cell--lead {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: 500;
}
.p-cont-cell .p-cont-cell--img {
  width: 100%;
  margin: 0 auto 1em;
  display: block;
  text-align: center;
}
.p-cont-cell .p-cont-cell--img img {
  width: 100%;
  max-width: 100%;
  border: #d9d9d9 1px solid;
  box-sizing: border-box;
}
.p-cont-cell .p-cont-cell--text {
  margin-bottom: 0;
  color: #848484;
  text-align: center;
}
.p-cont-cell .p-cont-cell--stext {
  margin-top: 1.5em;
  margin-bottom: 0;
  color: #848484;
  text-align: left;
  font-size: 86%;
}
@media screen and (max-width: 991px) {
  .p-cont-flex .p-cont-cell {
	padding: 0  10px 20px;
  }
  .p-cont-flex.p-cont-flex2-1 {
	display: block;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell {
	width: 100%;
	padding: 0 0 20px;
	display: block;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr {
	padding: 20px 10px;
	border-bottom: none;
  }
  .p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr:last-of-type {
	border-bottom: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr,
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr {
	padding-top: 20px;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell,
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell {
	width: 50%;
	padding-top: 0;
	border-bottom: none;
	border-left: none;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr:nth-child(2n+1),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-child(2n+1) {
	border-left: #e9e9e8 1px solid;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell:nth-last-child(-n+2),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell:nth-last-child(-n+2) {
	padding-bottom: 0;
  }
  .p-cont-flex.p-cont-flex4-2 .p-cont-cell.p-cont-bdr:nth-last-child(-n+2),
  .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-last-child(-n+2) {
	border-bottom: #e9e9e8 1px solid;
	padding-bottom: 20px;
  }
  .p-cont-cell .p-cont-cell--lead {
	font-size: 14px;
  }
  .p-cont-cell p.p-cont-cell--text {
	font-size: 12px;
  }
}

.wrap_tbl {
  width: 100%;
  margin: 1em 0;color: #404040;
}
.wrap_tbl caption {
  margin-bottom: 0.3em;
  font-weight: 500;
  text-align: left;
}
.wrap_tbl th {
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-collapse: collapse;
}
.wrap_tbl td {
  padding: 10px 7px;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-collapse: collapse;
}
  .wrap_tbl .wdt3em-sp {
	width: 120px;
  }
@media screen and (max-width: 991px) {
  .wrap_tbl .wdt3em-sp {
	width: 3em;
  }
}

/* ガイドトップ */

@media screen and (min-width: 992px) {
  .ctm__guide-title.ctm__guide-title--top {
	margin-bottom: 0;
	border-bottom: none;
  }
}
.ctm__guide-list {
  border-top: 1px #848484 solid;
}
.ctm__guide-list .acc-btn {
  position: relative;
}
.ctm__guide-list .acc-body {
  display: block;
}
.ctm__guide-list .ctm__guide-list--item__primary {
  border-bottom: 1px #848484 solid;
  display: block;
}
.ctm__guide-list .ctm__guide-list--item__primary.acc-btn,
.ctm__guide-list .ctm__guide-list--item__primary a {
  padding: 1.3em 0 1.3em 1.8em;
  display: block;
  font-size: 16px;
  cursor: pointer;
}
.ctm__guide-list .ctm__guide-list--item__primary a {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 18px no-repeat;
  background-size: 7px 13px;
}
.ctm__guide-list .ctm__guide-list--item__secondary {
  border-bottom: 1px #848484 solid;
}
.ctm__guide-list .ctm__guide-list--item__secondary ul li {
  border-bottom: 1px #e9e9e8 solid;
  display: block;
}
.ctm__guide-list .ctm__guide-list--item__secondary ul li:last-of-type {
  border-bottom: none;
}
.ctm__guide-list .ctm__guide-list--item__secondary ul li a {
  padding: 1.3em 0 1.3em 1.8em;
  display: block;
  color: #848484;
  font-size: 16px;
  background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 18px no-repeat;
  background-size: 7px 13px;
}
.ctm__guide-list .ctm__guide-list--item__primary a,
.ctm__guide-list .ctm__guide-list--item__secondary a {
  display: block;
}
.ctm__guide-list .acc-btn:before, .ctm__guide-list .acc-btn:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #848484;
}
.ctm__guide-list .acc-btn:before {
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
}
.ctm__guide-list .acc-btn:after {
  top: calc(50% - 6px);
  right: 21px;
  width: 1px;
  height: 13px;
}
.ctm__guide-list .acc-btn.opened:after {
  content: none;
}

.fs-body-category-wrapping-general .ctm__guide-body img {
  max-width: 200px;
}




/* =============================================================================
 ###　トピックス
============================================================================= */

.ctm__topicsWrap.bdrBtm {
  padding-bottom: 2em;
  margin-bottom: 4em;
  border-bottom: #e9e9e8 1px solid;
}
.ctm__topicsWrap p {
  margin-bottom: 2em;
}
.panel__cont p {
	margin-bottom: 0 !important;
}
.panel__cont .panel__name p {
	color: #404040;
}
.ctm__topicsWrap p.ctm__gray {
  color: #848484;
}
.ctm__topics-title {
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  border-bottom: #eee 1px solid;
}
.ctm__topics-title--text {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.ctm__nobdr {
  border-bottom: none;
}
.ctm__topics-title02 {
  margin: 1.2em 0 1.5em;
}
.ctm__topics-title02--text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.ctm__topicsWrap .c-topic-item__head {
  margin-top: 5em;
}
.ctm__topicsWrap p.ctm__topics-title02--lead {
  margin-bottom: 4em;
  text-align: center;
}
.c-topic-image {
  width: 100%;
  max-width: 100%;
  margin: 1em 0;
}
.ctm__topics-image img {
  border: #e9e9e4 1px solid;
  box-sizing: border-box;
}
.ctm__topics-mv {
  margin-bottom: 50px;
}
.c-topic-item__area {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ctm__topicsWrap p.c-topic-item__leadtxt {
  margin-bottom: 60px;
  text-align: center;
  color: #848484;
}
.c-topic-item__head + .c-topic-item__leadtxt {
  margin-top: -1em;
}
.ctm__topics-index .index-recommendWako__list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .ctm__wdt800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
  }
  .ctm__wdt680 {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
  }
  .ctm__pc-center {
	text-align: center;
  }
  .fs-body-category-firsttimeuser .ctm__guide-nav {
	margin-top: -14px;
  }
  .c-topic-item__list {
	display: flex;
	flex-wrap: wrap;
  }
  .c-topic-item__list li,
  .ctm__topics-index .index-recommendWako__list li {
	margin-bottom: 36px;
	margin-right: calc(16/1200*100%);
	width: calc(288/1200*100%);
  }
  .c-topic-item__list li:nth-child(4n),
  .ctm__topics-index .index-recommendWako__list li:nth-child(4n) {
	margin-right: 0;
  }
  .c-topic-item__list li:nth-last-child(-n+4),
  .ctm__topics-index .index-recommendWako__list li:nth-last-child(-n+4) {
	margin-bottom: 0;
  }
  .c-topic-item__list.c-panel-list-pc3 li {
	margin-right: calc(18/960*100%);
	width: calc(308/960*100%);
  }
  .c-topic-item__list.c-panel-list-pc3 li:nth-child(3n) {
	margin-right: 0;
  }
  .c-topic-item__list.c-panel-list-pc3 li:nth-last-child(-n+3) {
	margin-bottom: 0;
  }
  .c-topic-item__list li .panel__cont,
  .ctm__topics-index .index-recommendWako__list li .panel__cont {
	width: 100%;
  }
  .ctm__topics-index {
	margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .ctm__topics-title {
	margin-bottom: 0.8em;
	padding-bottom: 0;
	border-bottom: none;
  }
  .ctm__topics-title--text {
	font-size: 25px;
  }
  .ctm__topics-title02 {
	margin: 1em 0;
  }
  .ctm__topics-title02--text {
	font-size: 25px;
  }
  .ctm__topics-title + .ctm__topics-mv {
	margin-top: 0.8em;
  }
  .ctm__topics-title02 + .ctm__topics-mv {
	margin-top: 0.8em;
  }
  .ctm__topics-mv {
	margin-bottom: 20px;
  }
  .c-topic-item__area {
	margin-top: 50px;
	margin-bottom: 50px;
  }
  .ctm__topicsWrap p.c-topic-item__leadtxt {
	margin-bottom: 25px;
  }
  .c-topic-item__head + .c-topic-item__leadtxt {
	margin-top: -0.5em;
  }
  .ctm__topics-title02 + .ctm__topics-title02--text {
	margin-top: -0.5em;
  }
  .c-topic-item__area .ctm-c-title {
	font-size: 18px;
  }
  .c-topic-item__list {
	width: calc(100% + 40px);
	margin-left: -20px;
	overflow-x: scroll;
	position: relative;
	white-space: nowrap;
  }
  .c-topic-item__list li {
	margin: 0 5px;
	width: calc(380/750*100%);
	display: inline-block;
	white-space: normal;
	vertical-align: top;
  }
  .c-topic-item__list li:first-of-type {
	margin: 0 5px 0 calc(40/750*100%);
  }
  .c-topic-item__list li:last-of-type {
	margin: 0 calc(40/750*100%) 0 5px;
  }
  .ctm__topics-index .index-recommendWako__list li {
	margin-bottom: 20px;
	margin-right: calc(20/670*100%);
	width: calc(325/670*100%);
  }
  .ctm__topics-index .index-recommendWako__list li:nth-child(2n) {
	margin-right: 0;
  }
  .ctm__topics-index .index-recommendWako__list li:nth-last-child(-n+2) {
	margin-bottom: 0;
  }
  .ctm__topics-index {
	margin-top: 25px;
  }
}

.c-cont-arrownavi {
  margin: 3em auto;
}
.c-cont-arrownavi ul {
  display: flex;
  justify-content: space-between;
}
.c-cont-arrownavi ul li {
  padding-bottom: 1.3em;
  position: relative;
  border-left: #e9e9e8 1px solid;
  color: #404040;
  flex-grow: 1;
  text-align: center;
}
.c-cont-arrownavi ul li a {
  display: block;
}
.c-cont-arrownavi ul li:first-of-type {
  border-left: none;
}
.c-cont-arrownavi ul li:after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: block;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4em;
  margin: 0 auto;
  border-top: #404040 1px solid;
  border-left: #404040 1px solid;
}

.c-cont-cataloglist ul li {
  border-bottom: #e9e9e8 1px solid;
}
.c-cont-cataloglist ul li:first-of-type {
  border-top: #e9e9e8 1px solid;
}
.c-cont-cataloglist ul li .val {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-cont-cataloglist ul li .price {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-cont-cataloglist ul li .btnArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-cont-cataloglist ul li .btnArea .btn02 .fs-c-button--addToAddressbook.fs-c-button--secondary {
  margin-left: 1em;
  color: #fff;
  background-color: #4d4d4d;
  border: #848484 1px solid;
}
@media screen and (min-width: 992px) {
.c-cont-cataloglist ul li {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-cont-cataloglist ul li .btnArea .btn02 .fs-c-button--addToAddressbook.fs-c-button--secondary {
  width: 160px;
}
.c-cont-cataloglist ul li .btnArea .btn02 .fs-c-button--addToAddressbook.fs-c-button--secondary:hover {
  color: #4d4d4d;
  background-color: #fff;
}
.c-cont-cataloglist ul li .val {
  width: 16em;
}
}
@media screen and (max-width: 991px) {
.c-cont-cataloglist ul li {
  display: block;
  padding: 1em 0;
}
.c-cont-cataloglist ul li .val {
  margin-bottom: 0.5em;
}
.c-cont-cataloglist ul li .price {
  margin-bottom: 0.5em;
}
.c-cont-cataloglist ul li .btnArea .fs-c-button--secondary,
.c-cont-cataloglist ul li .btnArea .fs-c-button--secondary.fs-c-button--addToAddressbook {
  font-size: 12px;
}
}


/* =============================================================================
 ###　クーポン情報
============================================================================= */
.fs-c-couponList__item {
  border: 1px solid #e9e9e8;
  margin-bottom: 20px;
  padding: 10px;
}
.fs-c-coupon__info {
  margin: 1em 0;
}
.fs-c-coupon__info .fs-c-price:after {
  padding-left: 0;
}
.fs-c-coupon__description__appliedCondition.fs-c-couponAppliedCondition {
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .fs-c-couponList__item {
	padding: 30px;
	margin-bottom: 50px;
  }
  .fs-c-coupon__info {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #e9e9e8;
  }
  .fs-c-coupon__name {
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
  }
}

.fs-c-couponName__name {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 992px) {
  .fs-c-couponName__name {
	font-size: 20px;
  }
  .fs-c-coupon__description {
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
  }
}

.fs-c-couponExpiration__list__item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
.fs-c-couponExpiration__list__item:first-of-type {
  margin-top: 0;
}
.fs-c-couponExpiration__list__item .fs-c-couponExpiration__list__item__title {
  width: 6em;
  margin-right: 10px;
}
.fs-c-couponExpiration__list__item .fs-c-couponExpiration__list__item__body {
  width: 100%;
}

.fs-c-couponName__discount {
  background-color: #ef634c;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 992px) {
  .fs-c-couponName__discount {
	font-size: 20px;
  }
}

.fs-c-coupon__description h3 {
  margin-bottom: 0.3em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.fs-c-couponExpiration__comment {
  display: block;
  background-color: #e6e6e6;
  text-align: center;
  padding: 5px;
}

.fs-c-couponAppliedCondition ul li {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.fs-c-couponAppliedCondition ul li:before {
  content: "●";
}

.fs-c-couponList__message {
  margin-bottom: 50px;
}
.fs-c-couponList__message .fs-c-noResultMessage__title {
  text-align: center;
  font-size: 16px;
}

.fs-c-couponProduct {
  padding: 0 0;
  margin-top: 50px;
}
.fs-c-couponProduct h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.fs-c-couponProduct .fs-c-productListItem__control {
  position: absolute;
  top: 0;
  left: 0;
}
.fs-c-couponProduct .fs-c-productListItem__control form {
  width: 100%;
  margin-top: 10px;
}
.fs-c-couponProduct .fs-c-couponProduct__footer {
  text-align: center;
}
.fs-c-couponProduct .fs-c-couponProduct__footer a {
  display: block;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #e9e9e8;
  position: relative;
  background-color: #f6f6f6;
}
@media screen and (min-width: 992px) {
  .fs-c-couponProduct .fs-c-couponProduct__footer a {
	display: inline-block;
	padding-left: 30px;
	padding-right: 100px;
  }
}
.fs-c-couponProduct .fs-c-couponProduct__footer a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  position: absolute;
  top: 50%;
  right: 16px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  .fs-c-coupon__name.fs-c-couponName {
	margin-bottom: 1em;
  }
}


/* =============================================================================
 ###　FAQページ
============================================================================= */
ul.c-faqlist {
  border-bottom: #eee 1px solid;
}
ul.c-faqlist li {
  border-top: #eee 1px solid;
  box-sizing: border-box;
}
ul.c-faqlist li .c-bold {
  font-weight: 500;
  color: #404040;
}
dl.c-faq-item dt {
  padding: 1em 1.5em 1em 2em;
  position: relative;
  color: #404040;
  opacity: 1;
  transition: 0.3s linear;
}
dl.c-faq-item dt:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: 160%;
  color: #ef634c;
}
dl.c-faq-item dt:after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin-top: -0.5em;
  border-top: #404040 1px solid;
  border-right: #404040 1px solid;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(135deg);
  transition: 0.3s linear;
}
dl.c-faq-item dt.opened:after {
  transform: rotate(-45deg);
  transition: 0.3s linear;
}
dl.c-faq-item dd {
  padding: 0 0 1em 2em;
  position: relative;
  color: #848484;
  display: none;
}
dl.c-faq-item dd a {
  text-decoration: underline;
}
dl.c-faq-item dd:before {
  content: "A";
  position: absolute;
  left: 0;
  top: -0.3em;
  font-size: 160%;
  color: #404040;
}
@media screen and (min-width: 992px) {
.fs-body-category-faq .ctm__guide-title {
  margin-bottom: 0;
}
dl.c-faq-item dt:hover {
  opacity: .6;
  transition: 0.3s linear;
  cursor: pointer;
}
dl.c-faq-item dd a:hover {
  text-decoration: none;
}
}


/* =============================================================================
 ###　その他ページ　サイトマップ、初めての方へページなど
============================================================================= */
.fs-body-category-businessdeal .p-cont-area ul.list-dl li {
	margin-bottom: 1.5em;
}

.fs-body-category-about .list-num {
  margin-bottom: 2em;
}
.fs-body-category-about .ctm__guide-subnav .list-num {
  margin-bottom: 0;
}
.fs-body-category-about .list-num li {
  margin-bottom: 1em;
}
.fs-body-category-about .list-num li:last-of-type {
  margin-bottom: 0;
}

/* sitemap */
.c-sitemap-clm .c-sitemap-category {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.c-sitemap-clm .c-sitemap-links ul li {
  margin-bottom: 0.5em;
}
.c-sitemap-clm .c-sitemap-links ul li a {
  color: #848484;
  padding-left: 1em;
  text-indent: -0.5em;
  display: inline-block;
}
.c-sitemap-clm .c-sitemap-links ul li a:before {
  content: "・";
}
@media screen and (min-width: 992px) {
  .c-sitemap {
	display: flex;
	flex-wrap: wrap;
	width: 940px;
	margin: 0 auto;
  }
  .c-sitemap .c-sitemap-clm {
	display: block;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 60px;
  }
  .c-sitemap .c-sitemap-clm:nth-child(3n) {
	margin-right: 0;
  }
  .c-sitemap .c-sitemap-clm {
	padding-left: 1em;
  }
}
@media screen and (max-width: 991px) {
  .c-sitemap {
	display: block;
	width: 100%;
  }
  .c-sitemap .c-sitemap-clm {
	display: block;
	width: 100%;
	margin-bottom: 30px;
  }
  .c-sitemap-clm .c-sitemap-category {
	font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .c-sitemap {
	width: 100%;
  }
  .c-sitemap.category {
	display: block;
  }
  .c-sitemap.category .p-cnav__body {
	display: flex;
	flex-wrap: wrap;
  }
  .c-sitemap.category .p-cnav__body .p-cnav__list,
  .c-sitemap .c-sitemap-clm {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 60px;
	padding-left: 0;
  }
  .c-sitemap.category .p-cnav__body .p-cnav__list:nth-child(4n),
  .c-sitemap .c-sitemap-clm:nth-child(4n) {
	margin-right: 0;
  }
  .c-sitemap.category .p-cnav-open {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.3;
  }
  .c-sitemap.category .p-cnav__list__btn {
	margin-bottom: 0.4em;
  }
  .c-sitemap.category .p-cnav__body .p-cnav__list ul li ,
  .c-sitemap .c-sitemap-clm ul li {
	font-size: 14px;
  }
  .c-sitemap-clm .c-sitemap-links ul li a {
	padding-left: 15px;
	display: inline-block;
	position: relative;
	color: #848484;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAJCAYAAAARml2dAAAAcElEQVQImV3NsQ3CQAwF0BcU0bEGQ1ClRFBSQSoWoGSCa1gFVsgAGYARaFkACpDFWYr4zZf9ZLkppcAGA14xRGa1j7hh/g8HvKeYEMt97WtgQuKIJRbtBHqcsMIzYYsL1njkjwZn7HDP87j4oKv9C74DiRN91y4egwAAAABJRU5ErkJggg==) top 4px left no-repeat;
  }
  .c-sitemap-clm .c-sitemap-links ul li a:before {
	content: none;
  }
}
@media screen and (max-width: 991px) {
  .c-sitemap {
	border-bottom: 1px #e9e9e8 solid;
  }
  .c-sitemap.category {
	border-bottom: none;
  }
  .c-sitemap .p-cnav-open,
  .c-sitemap .c-sitemap-category,
  .c-sitemap .p-cnav__list__btn,
  .c-sitemap .p-cnav__list__body ul li,
  .c-sitemap-clm .c-sitemap-links ul li {
	margin-bottom: 0;
	padding: 17px 0 17px 15px;
	border-top: 1px #e9e9e8 solid;
	display: block;
	color: #848484;
	font-size: 14px;
  }
  .c-sitemap .p-cnav-open,
  .c-sitemap .p-cnav__list__btn,
  .c-sitemap .c-sitemap-category {
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.3;
  }
  .c-sitemap .p-cnav__list__body ul li,
  .c-sitemap-clm .c-sitemap-links ul li {
	padding: 0;
  }
  .c-sitemap .p-cnav__list__body .p-cnav__list__body ul li:last-of-type {
	border-bottom: none;
  }
  .c-sitemap .c-sitemap-clm {
	margin-bottom: 0;
  }
  .c-sitemap .p-cnav__list__body ul li a,
  .c-sitemap-clm .c-sitemap-links ul li a {
	padding: 15px 28px 15px 25px;
	text-indent: 0;
	display: block;
	color: #848484;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 18px no-repeat;
	background-size: 7px 13px;
	font-size: 14px;
  }
  .c-sitemap-clm .c-sitemap-links ul li a:before {
	content: none;
  }
  .c-sitemap .accsp-btn {
	position: relative;
  }
  .c-sitemap .accsp-btn:before, .c-sitemap .accsp-btn:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #848484;
  }
  .c-sitemap .accsp-btn:before {
	top: 50%;
	right: 15px;
	width: 13px;
	height: 1px;
  }
  .c-sitemap .accsp-btn:after {
	top: calc(50% - 6px);
	right: 21px;
	width: 1px;
	height: 13px;
  }
  .c-sitemap .accsp-btn.opened:after {
	content: none;
  }
}

ul.c-topic-catList li .c-topic-catList__name {
  margin-bottom: 0.5em;
  font-size: 16px;
  color: #404040;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
ul.c-topic-catList li .c-topic-catList__text {
  font-size: 16px;
  color: #848484;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 992px) {
  ul.c-topic-catList {
	display: flex;
	flex-wrap: wrap;
  }
  ul.c-topic-catList li {
	width: calc(228/960*100%);
	margin-right: calc(16/960*100%);
	margin-bottom: 1.5em;
	display: block;
  }
  ul.c-topic-catList li:nth-child(4n) {
	margin-right: 0;
  }
  ul.c-topic-catList li:last-of-type(-4+n) {
	margin-bottom: 0;
  }
  ul.c-topic-catList li a {
	display: block;
  }
  ul.c-topic-catList li a:hover {
	opacity: 1;
  }
  ul.c-topic-catList li a:hover .c-topic-catList__image {
	opacity: .5;
	transition: all .3s ease;
  }
  ul.c-topic-catList li .c-topic-catList__image {
	width: 100%;
	margin-bottom: 0.7em;
	border: #e9e9e8 1px solid;
  }
  ul.c-topic-catList li .c-topic-catList__image img {
	width: 100%;
	border: #e9e9e8 1px solid;
	box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  .fs-body-category-firsttimeuser .anchor .c-topic-item__area {
	margin-top: 0;
  }
  ul.c-topic-catList li {
	width: 100%;
	border-bottom: #e9e9e8 1px solid;
	display: block;
  }
  ul.c-topic-catList li:first-of-type {
	border-top: #e9e9e8 1px solid;
  }
  ul.c-topic-catList li a {
	min-height: 100px;
	padding: 10px 20px 10px 0;
	display: flex;
	align-items: center;
	position: relative;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right no-repeat;
	background-size: 7px 13px;
  }
  ul.c-topic-catList li .c-topic-catList__image {
	width: 80px;
	height: 80px;
	margin: auto 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
  }
  ul.c-topic-catList li .c-topic-catList__cont {
	padding-left: 95px;
  }
  ul.c-topic-catList li .c-topic-catList__name {
	font-size: 14px;
  }
  ul.c-topic-catList li .c-topic-catList__text {
	font-size: 13px;
  }
}

.c-topic-linkList ul li {
  margin: 0 0 6px;
  color: #848484;
}
.c-topic-linkList ul li a {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  color: #848484;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAJCAYAAAARml2dAAAAcElEQVQImV3NsQ3CQAwF0BcU0bEGQ1ClRFBSQSoWoGSCa1gFVsgAGYARaFkACpDFWYr4zZf9ZLkppcAGA14xRGa1j7hh/g8HvKeYEMt97WtgQuKIJRbtBHqcsMIzYYsL1njkjwZn7HDP87j4oKv9C74DiRN91y4egwAAAABJRU5ErkJggg==) top 6px left no-repeat;
}
@media screen and (max-width: 991px) {
  .c-topic-linkList ul li {
	margin: 0;
	border-top: 1px #e9e9e8 solid;
  }
  .c-topic-linkList ul li:last-of-type {
	border-bottom: 1px #e9e9e8 solid;
  }
  .c-topic-linkList ul li a {
padding: 15px 28px 15px 15px;
	display: block;
	color: #848484;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 18px no-repeat;
	background-size: 7px 13px;
	font-size: 14px;
  }
}

/*-----------------------------------

22-12-19 注文手続き　お届け先見出し・ボタン色変更

------------------------------------*/



.fs-c-checkout-multiDestination__info .fs-c-checkout-multiDestination__button.fs-c-buttonContainer--changeSmall .fs-c-button--standard {
	background-color: #ef634c;
	color: #fff;
	border-color: #ef634c;
}


@media screen and (min-width: 992px) {
	.fs-c-checkout-multiDestination__info .fs-c-checkout-multiDestination__button.fs-c-buttonContainer--changeSmall .fs-c-button--standard:hover {
		color: #ef634c;
		background-color: #fff;
		opacity: 1;
		transition: 0.3s linear;
	border-color: #ef634c;
	}
}
.fs-c-checkout-delivery__method__message span,
.fs-c-checkout-delivery__method__message b{
	color: #ef634c;
}
.fs-c-checkout-delivery__method__button .fs-c-button--standard{
	background-color: #ef634c;
	color: #fff;
	border-color: #ef634c;
}

@media screen and (min-width: 992px) {
	.fs-c-checkout-delivery__method__button .fs-c-button--standard:hover {
		color: #ef634c;
		background-color: #fff;
		opacity: 1;
		transition: 0.3s linear;
	border-color: #ef634c;
	}
}
/* =============================================================================
 23-06-01 TOPPAGE　AI　RECOMMEND
============================================================================= */
.index-ranking .fs-p-heading--lv2 {
  display: none;
}
.index-ranking .fr3-productListCarousel {
  display: block;
  position: relative;
}
.index-ranking .fsr3-productListCarousel__slides {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.index-ranking .fr3-productListCarousel__slides::-webkit-scrollbar{
  display:none !important;
}
.index-ranking .fr3-productListCarousel__ButtonContainer {
  position: absolute;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .index-ranking .fr3-productListCarousel__ButtonContainer {
    width: 50px;
    height: 50px;
  }
}
.index-ranking .fr3-productListCarousel__ButtonContainer:first-of-type {
  top: 120px;
  left: -20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index-ranking .fr3-productListCarousel__ButtonContainer:first-of-type {
    left: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .index-ranking .fr3-productListCarousel__ButtonContainer:first-of-type {
    left: -70px;
  }
}
.index-ranking .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button {
  content: "";
  background: url(../../assets/images/common/ico_slider-left.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: 0.3s linear;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .index-ranking .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button {
    width: 50px;
    height: 50px;
  }
}
.index-ranking .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button img {
  display: none;
}
.index-ranking .fr3-productListCarousel__ButtonContainer:last-of-type {
  top: 120px;
  right: -20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index-ranking .fr3-productListCarousel__ButtonContainer:last-of-type {
    right: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .index-ranking .fr3-productListCarousel__ButtonContainer:last-of-type {
    right: -70px;
  }
}
.index-ranking .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button {
  content: "";
  background: url(../../assets/images/common/ico_slider-right.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: 0.3s linear;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .index-ranking .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button {
    width: 50px;
    height: 50px;
  }
}
.index-ranking .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button img {
  display: none;
}
.index-ranking .fr3-item {
  position: relative;
}
.index-ranking .fr3-item__rankContainer {
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  display: block;
  border-radius: 50%;
  z-index: 1;
}
.index-ranking .fr3-item__rankContainer .fr3-item__rank {
  background-color: transparent;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  color: #404040;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .index-ranking .fr3-item__rankContainer .fr3-item__rank {
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}

.index-ranking .fr3-item__productName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 992px) {
  .index-ranking .fr3-item__productName {
    font-size: 16px;
  }
}
.index-ranking .fr3-item__productPrice .fr3-item__productPrice__currencyMark {
  display: none;
}
.index-ranking .fr3-item__productPrice .fr3-item__productPrice__value {
  font-size: 14px;
  color: #848484;
}
.index-ranking .fr3-item__productPrice .fr3-item__productPrice__addon {
  font-size: 14px;
  color: #848484;
}
.index-ranking .fr3-item__productPrice .fr3-item__productPrice__addon::before {
  content: "円";
}

/* =============================================================================
 23-07-14 GROUP　AI　RECOMMEND RANKING
============================================================================= */
.p-pl-ai-ranking .fs-p-heading--lv2 {
  font-size: 0;
}
.p-pl-ai-ranking .fs-p-heading--lv2::after {
  content: "今週の人気ランキング";
  margin-bottom: 1em;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: block;
}
.p-pl-ai-ranking .fr3-productListCarousel {
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.p-pl-ai-ranking .fr3-productListCarousel__slides {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.p-pl-ai-ranking .fr3-productListCarousel__slides::-webkit-scrollbar {
  display: none !important;
}
.p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer {
  position: absolute;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer {
    width: 50px;
    height: 50px;
    display: none;
  }
}
.p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:first-of-type {
  top: 120px;
  left: -20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:first-of-type {
    left: -25px;
  }
}
.p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button {
  content: "";
  background: url(../../assets/images/common/ico_slider-left.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: 0.3s linear;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button {
    width: 50px;
    height: 50px;
  }
}
.p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button img {
  display: none;
}
.p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:last-of-type {
  top: 120px;
  right: -20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:last-of-type {
    right: -25px;
  }
}
.p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button {
  content: "";
  background: url(../../assets/images/common/ico_slider-right.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: 0.3s linear;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button {
    width: 50px;
    height: 50px;
  }
}
.p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button img {
  display: none;
}
.p-pl-ai-ranking .fr3-item {
  position: relative;
}
.p-pl-ai-ranking .fr3-item__rankContainer {
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  display: block;
  border-radius: 50%;
  z-index: 1;
}
.p-pl-ai-ranking .fr3-item__rankContainer .fr3-item__rank {
  background-color: transparent;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  color: #404040;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .p-pl-ai-ranking .fr3-item__rankContainer .fr3-item__rank {
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}

.p-pl-ai-ranking .fr3-item__productName {

  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .p-pl-ai-ranking .fr3-item__productName {
    font-size: 16px;
  }
}
.p-pl-ai-ranking .fr3-item__productPrice .fr3-item__productPrice__currencyMark {
  display: none;
}
.p-pl-ai-ranking .fr3-item__productPrice .fr3-item__productPrice__value {
  font-size: 14px;
  color: #848484;
}
.p-pl-ai-ranking .fr3-item__productPrice .fr3-item__productPrice__addon {
  font-size: 14px;
  color: #848484;
}
.p-pl-ai-ranking .fr3-item__productPrice .fr3-item__productPrice__addon::before {
  content: "円";
}

@media screen and (max-width: 450px) {
  .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:first-of-type {
    top: 80px;
    right: -20px;
  }
  .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:last-of-type {
    top: 80px;
    right: -20px;
  }
}


/* =============================================================================
 ###　23-08-10 マイページ > 注文履歴(店舗)
============================================================================= */
.fs-c-buttonContainer--moveToOrderHistory {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .fs-c-buttonContainer--moveToOrderHistory {
    margin-bottom: 50px;
  }
}
.fs-c-buttonContainer--moveToOrderHistory .fs-c-button--moveToOrderHistory {
  font-size: 14px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .fs-c-buttonContainer--moveToOrderHistory .fs-c-button--moveToOrderHistory {
    width: auto;
    margin-right: 0;
  }
}

.fs-body-my-storeOrders {
  /**/
}
.fs-body-my-storeOrders .fs-c-history__info {
  background-color: #f6f6f6;
  border: 1px solid #e9e9e8;
  padding: 10px;
  margin-bottom: 30px;
}
.fs-body-my-storeOrders .fs-c-history__infoSummary {
  margin-top: 20px;
}
.fs-body-my-storeOrders .fs-c-history__total {
  margin-top: 20px;
}
.fs-body-my-storeOrders .fs-c-history__total dt {
  border-top: 1px solid #e9e9e8;
  padding: 10px;
}
.fs-body-my-storeOrders .fs-c-history__total dd {
  border-top: 1px solid #e9e9e8;
  text-align: right;
  padding: 10px;
}
.fs-body-my-storeOrders .fs-c-history__term {
  text-align: center;
}
.fs-body-my-storeOrders .fs-c-pairList {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.fs-body-my-storeOrders .fs-c-pairList > dt::after {
  display: none;
}
.fs-body-my-storeOrders .fs-c-history__listContainer {
  margin-bottom: 50px;
}
.fs-body-my-storeOrders .fs-c-listControl {
  text-align: right;
}
.fs-body-my-storeOrders .fs-c-orderHistory {
  margin-bottom: 30px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem {
  border: 1px solid #e9e9e8;
  padding: 10px;
  margin-top: 20px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header {
  margin-bottom: 30px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl {
  margin: 0;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e8;
  padding: 15px 5px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dt, .fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dd {
  margin: 0;
  padding: 0;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product > div {
  margin-bottom: 20px;
}
.fs-body-my-storeOrders .fs-c-productImage img {
  border: #e8e8e2 1px solid;
  box-sizing: border-box;
}
.fs-body-my-storeOrders .fs-c-listedOptionPrice {
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-history {
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    margin-bottom: 0;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl {
    display: block;
    border: none;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dt {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__orderInfo {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__orderInfo {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header__button {
    width: 30%;
  }
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header__button a {
    margin-right: 10px;
    font-size: 14px;
  }
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__product {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}
.fs-body-my-storeOrders-details .fs-c-listedOptionPrice {
  font-size: 14px;
}

.fs-body-my-storeOrders .fs-c-listedOptionPrice .fs-c-listedOptionPrice__price, .fs-body-my-storeOrders-details .fs-c-listedOptionPrice .fs-c-listedOptionPrice__price {
  display: none;
}

@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__product > div {
    margin-bottom: 0;
    padding: 10px;
  }
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__product .fs-c-button--addReview--detail.fs-c-button--plain {
    width: auto;
    margin-right: 0;
    font-size: 14px !important;
  }
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__productImage {
    width: 20%;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productName {
  width: 100%;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__button {
  margin-left: 0;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__productName, .fs-body-my-storeOrders .fs-c-orderHistoryItem__unitPrice {
    width: 25%;
  }
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__productQuantity {
    width: 15%;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__button {
    width: 25%;
    padding: 10px 0;
  }
}
/* =============================================================================
 ###　23-08-10 マイページ > 会員カード
============================================================================= */
.fs-body-membership-card .fs-c-membershipCard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* =============================================================================
 ###　23-08-10 マイページ > ポイントおまとめ
============================================================================= */
.fs-body-my-membership-merge .fs-c-inputInformation__message {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-membership-merge .fs-c-inputInformation__message {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-membership-merge .entry-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.fs-body-my-membership-merge .entry-wrap .fs-c-inputInformation__field {
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .fs-body-my-membership-merge .entry-wrap .fs-c-inputInformation__field {
    margin-bottom: 50px;
  }
}


/* =============================================================================
 ###　24-01-31 マイページ アイコン追加
============================================================================= */
.fs-c-accountService__page.fs-c-accountService__page--membershipCard a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_membershipCard.png) no-repeat;
  background-size: cover;
}

.fs-c-accountService__page.fs-c-accountService__page--storeOrderHistoryList a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_storeOrderHistoryList.png) no-repeat;
  background-size: cover;
}

.fs-c-accountService__page.fs-c-accountService__page--membershipMerge a .fs-c-accountService__pageLink__label:before {
  background: url(https://wako.itembox.design/item/assets/images/mypage/ico_mp_membershipMerge.png) no-repeat;
  background-size: cover;
}

/* =============================================================================
 ###　24-02-05 ポイント履歴　注文コードリンク削除
============================================================================= */
.fs-c-pointListTable__dataDetail:has(.fs-c-pointListTable__orderCode) {
  pointer-events: none;
}

/* =============================================================================
 ###　24-02-05 マイページ アイコン一部非表示
============================================================================= */
.fs-c-accountService__page.fs-c-accountService__page--membershipCard {
  display: none;
}

.fs-c-accountService__page.fs-c-accountService__page--storeOrderHistoryList {
  display: none;
}

/* =============================================================================
 ###　24-04-26 マイページ アイコン一部非表示に伴うマージン調整
============================================================================= */
@media screen and (min-width: 991px) {
  ul.fs-c-accountService li {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .fs-c-accountService {
    gap: 18px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  ul.fs-c-accountService li  {
    width: 150px;
  }
  /* ul.fs-c-accountService li.fs-c-accountService__page--membershipMerge, ul.fs-c-accountService li.fs-c-accountService__page--accountReviews {
    margin-right: 0;
  } */

}

@media screen and (max-width: 991px) {
  ul.fs-c-accountService li.fs-c-accountService__page--couponList, ul.fs-c-accountService li.fs-c-accountService__page--orderHistoryList {
    margin-right: 2%;
  }
  ul.fs-c-accountService li.fs-c-accountService__page--wishList {
    margin-right: 0;
  }
  
}
.pickup .panel__cont .panel__image {
  margin-bottom: 10px;
}
.pickup .panel__cont .panel__name p {
  color: #212121;
  padding: 0 10px;
  font-weight: 500;
  text-align: justify;
}
.pickup .panel__cont .panel__price p {
  color: #212121;
  padding: 0 10px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
    .pickup .ct__pickup.m-width .p-sp-wdt100 {
        width: calc(100% + 13.4vw);
        margin-left: -6.7vw;
    }
    .pickup .c-topic-item__list {
        width: calc(100% + 13.4vw) !important;
        margin-left: -6.7vw !important;
    }


}
/* 新着のお品 */
.pickup .p-pl-ai-ranking .fs-p-heading--lv2 {
	display: none;
}

.pickup .p-pl-ai-ranking .fr3-productListCarousel {
    display: block;
	position: relative;
}
.pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer {
	display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
}
.pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer img {
	display: none;
}
.pickup .p-pl-ai-ranking .fr3-productListCarousel__prevButton {
    width: 17px;
    height: 32px;
    align-items: center;
    position: absolute;
    left: -46px;
    top: 150px;
    background: url(/item/assets/images/common/img_airecommend_prev.png) center center no-repeat;
    background-size: 17px auto;
}

.pickup .p-pl-ai-ranking .fr3-productListCarousel__nextButton {
    width: 17px;
    height: 32px;
    align-items: center;
    position: absolute;
    right: -46px;
    top: 150px;
	background: url(/item/assets/images/common/img_airecommend_next.png) center center no-repeat;
    background-size: 17px auto;
}



.pickup .p-pl-ai-ranking .fr3-productListCarousel__slides {
    gap: 2px;
	overflow: hidden;
}

.pickup .p-pl-ai-ranking .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 2px * 4) / 5);
}




/*フォント関係*/
.pickup .p-pl-ai-ranking .fr3-item__productName {
    font-size: 12px;
}

.pickup .p-pl-ai-ranking .fr3-item__productPrice__addon {
	display: none;
}
.pickup .p-pl-ai-ranking .fr3-item__productName,
.fr3-item__productPrice {
	padding-left: 10px;
	padding-right: 10px;
}

.pickup .p-pl-ai-ranking .fr3-item__productPrice .fr3-item__productPrice__currencyMark {
  display: inline;
}
.pickup .p-pl-ai-ranking .fr3-item__productPrice .fr3-item__productPrice__value {
  color: #212121;
  font-size: 13px;
}
.pickup .p-pl-ai-ranking .fr3-productListCarousel__responsive_2 .fr3-productListCarousel__slide {
  flex: 0 0 calc((100% - 2px* 4) / 5);
}

.pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer {
	display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
}
.pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer img {
	display: none;
}
.pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button {
  width: 17px;
  height: 32px;
}
.pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button {
    width: 17px;
    height: 32px;
}
.pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button {
    width: 17px;
    height: 32px;
    align-items: center;
    position: absolute;
    left: -46px;
    top: 150px;
    background: url(/item/assets/images/common/img_airecommend_prev.png) center center no-repeat;
    background-size: 17px auto;
    transition: 0s;
}

.pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button {
    width: 17px;
    height: 32px;
    align-items: center;
    position: absolute;
    right: -46px;
    top: 150px;
	background: url(/item/assets/images/common/img_airecommend_next.png) center center no-repeat;
    background-size: 17px auto;
    transition: 0s;

}
.pickup .p-pl-ai-ranking .fr3-item__productPrice__price {
  font-size: 13px;
  font-weight: bold;
  color: #212121;
}
@media screen and (max-width: 768px) {

  .pickup .p-pl-ai-ranking .fr3-productListCarousel {
      /* display: grid; */
    display: block;
      /* grid-template-columns: 32px 1fr 32px; */
    grid-template-columns: none;
      overflow: scroll;
      width: calc(100vw - 6.7vw);
  }
    
    
  .pickup .p-pl-ai-ranking .fr3-productListCarousel__ButtonContainer {
      display: none;
  }
  .pickup .p-pl-ai-ranking .fr3-productListCarousel__slides {
      /*justify-content: space-between;*/
      gap: 2px;
    overflow-x: scroll;
      overflow-y: hidden;
  }
    
  .pickup .p-pl-ai-ranking .fr3-productListCarousel__responsive_2 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 10px * 5) / 3);
  }
  }
  @media screen and (max-width: 480px) {
  
    .pickup .p-pl-ai-ranking .fr3-productListCarousel__responsive_2 .fr3-productListCarousel__slide {
      flex: 0 0 calc((100% - 10px * 5) / 2);
    }
  /*480px end*/
  }
   .ct__wrapper .pickup .slick-arrow {
    display: block !important;
  }
