@charset "Shift_JIS";

/**
 * crm.css
 * create: 2020.03.30
 */

/*========================================

  .c5-cr-

========================================*/
.c5-cr-article {
  overflow: hidden;
}
.c5-cr-article * {
  box-sizing: border-box;
}
.c5-cr-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 922px;
  width: 93.75%;
}
.c5-cr-inner span {
  font-size: 0.75rem !important;
  line-height: 1.7 !important;
}
.c5-cr-inner:after {
  clear: both;
  display: block;
  content: '';
}
.c5-cr-imgbox {
  line-height: 0;
}
.c5-cr-imgbox img {
  width: 100%;
  height: auto;
}
.c5-cr-text {
  font-size: 1rem !important;
  line-height: 2 !important;
  color: #616466 !important;
}
.c5-cr-clear {
  overflow: hidden;
}

@media(max-width:640px) {
.c5-cr-inner {
	width: 90.625%;
}
}


/*========================================

  .c5-cr-mainvisual

========================================*/
.c5-cr-mainvisual {
  position: relative;
  max-height: 560px;
}
.c5-cr-mainvisual__img {
  margin: 0 auto;
  max-width: 1200px;
  max-height: 560px;
  height: 46.667vw;
  line-height: 0;
}
.c5-cr-mainvisual__img img {
  width: 100%;
  height: auto;
}


/*========================================

  .c5-app-feature

========================================*/
.c5-app-feature {
  margin-right: auto;
  margin-left: auto;
  max-width: 922px;
}
.c5-app-feature .c5-hr-glay {
  margin-top: 35px !important;
  width: 100% !important;
}
.c5-app-feature p,
.c5-app-feature a {
  color: #565858 !important;
}

.c5-shoplist-wrap {
	margin-top: 60px;
	margin-bottom: 20px;
	padding-top: 60px;
	border-top: 1px solid #eee;
}
.c5-shoplist-wrap p {
	margin-bottom: 60px;
	text-align: center;
}
h2.c5-shoplist-ttl {
	text-align: center;
	margin: 0 0 50px 0;
	font-weight: bold;
	font-size: 1.2rem;
}


span.c5-small1{
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.4;
    margin: 0;
    color: #83838f;
}

@media(max-width:640px) {
	.c5-app-feature .c5-hr-glay {
		width: 90.625% !important;
	}
	.c5-shoplist-wrap {
		margin-top: 30px;
		padding-top: 30px;
	}
	h2.c5-shoplist-ttl {
		margin-bottom: 25px;
	}
	.c5-shoplist-wrap p {
		margin-bottom: 30px;
	}
}

@media(max-width:767px) {
	.s5-shopList a {
		display: table;
	}
}
.c5-app-feature img,
.c5-msa-wrapp img {
	max-width: none;
}
.sf-contentRecommend h3 {
	margin-bottom: 24px;
}

.c5-w100{
  width: 100%;
  height: auto;
}

.sf-pagination-links li .current{
  pointer-events: none;
}

/*========================================

  .cr-share

========================================*/
.cr-share {
  float: right;
  text-align: right;
  font-size: 0;
}
.cr-share__top {
  margin-top: 28px;
}
.cr-share__bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cr-share__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 24px;
}
.cr-share__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
.cr-share__item--twitter {
  background-image: url(../../../../share/images/common/icon_share_twitter.png);
}

@media(max-width:640px) {
  .cr-share {
    text-align: center;
  }
  .cr-share__top {
    margin-top: 20px;
  }
  .cr-share__txt {
    display: none;
  }
  .cr-share__txt + .cr-share__item {
    margin-left: 0;
  }
}
