@charset "euc-jp";
#container {
  padding-top: 30px;
}

.header-headline-nav li a {
  color: <{$header_link_top}>;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: <{$header_link_top}>;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#nav a {
  color: <{$header_link}>;
}


.main-section .ttl-h2 {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  font-weight:700;
  font-size: 22px;
  padding: 0.4em 0.5em;
  color: #472D0E;
  border-top: 1px dotted #462E0E;
}

.main-section .ttl-h2:before {
   position: absolute;
   left: 0px;
   bottom: 0px;
   padding: 0.3em 0em;  
  	content:url(https://file003.shop-pro.jp/PA01194/797/images/h2-side-line.svg);
}

.rank-number {
  width: 49px;
  height: 49px;
  margin-bottom: -25px;
  position: relative;
  z-index: 1000;
 }
.cInner{
  width:1200px;
  margin:0 auto;
}
.intro{
  display: block;
  background:url(https://file003.shop-pro.jp/PA01194/797/images/top-concept.png) no-repeat right center #472D0E;
  background-size: contain;
  color: #fff;
  padding:40px 30px 40px;
  font-size:16px;
  margin-top:30px;
}
.introbox {
  max-width: 50%;
}
.intro__title{
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin-bottom:15px;
}
.intro__text{
  line-height: 1.8em;
}

.intro__btn {
  display: inline-block;
  border-radius: 50px;
  width: 300px;
  background: #fff;
  text-align: center;
  color: #330010;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 25px;
}

 
@media screen and (max-width:768px) {
 .cInner{
  width:100%;
  margin:0 auto;
}
.intro{
  font-size:15px;
}
.introbox {
  max-width: 90%;
}
}


/******************************/
/* CONCEPT */
/******************************/

.top-concept {
  display: block;
}

.top-concept {
    margin: 40px 0px 30px;
  	background-image: url(https://file003.shop-pro.jp/PA01194/797/images/texture-01.png);
	background-repeat: repeat;
	padding: 15px 0px;  
}
.top-concept h2 {
	font-size: 24px;
	margin-bottom: 0px;   
}
.top-concept-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

.top-concept-body {
	margin: 20px auto;
}

.top-concept-body p {
	font-size: 15px;
	line-height: 1.8em;
}

.p-concept {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 120px;
	margin-bottom: 120px;
  	background-image: url(https://file003.shop-pro.jp/PA01194/797/images/texture-01.png);
	background-repeat: repeat;
}
@media screen and (max-width: 1023px) {
	.p-concept {
		margin-top: 60px;
		margin-bottom: 75px;
		margin-left: 25px;
		margin-right: 25px;
	}
}
@media screen and (max-width: 767px) {
	.p-concept {
		display: block;
		margin-bottom: 60px;
		margin-left: 0;
		margin-right: 0;
	}
}

.p-concept__img {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	min-height: 380px;
  	background-image: url(https://file003.shop-pro.jp/PA01194/797/images/top-concept-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-concept__img {
		display: block;
		width: auto;
		min-height: 200px;
		height: 0;
		padding-bottom: 54.29%;
	}
}

.p-concept__txt {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 90px;
	width: 50%;
	color: #472D0E;
}
@media only screen and (max-width: 1023px) {
	.p-concept__txt {
		padding: 30px 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-concept__txt {
		padding: 40px 20px;
		width: auto;
	}
}

.p-concept__ttl {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.p-concept__ttl {
		margin-bottom: 15px;
		font-size: 22px;
	}
}

.p-concept__body {
	line-height: 2;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.p-concept__body {
		font-size: 13px;
	}
}

.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

.notice-reason {
  display: block; 
}