@charset "utf-8";

#contentsArea {
  clear: both;
	overflow-x: initial;
}

.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 1.64;
	color: #192215;
}

.wrap *,
.wrap *:before,
.wrap *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.wrap header,
.wrap section,
.wrap footer,
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap p {
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
  line-height: inherit;
  letter-spacing: normal;
}

.wrap img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.wrap a {
	color: inherit;
}

.wrap a img {
  transition: opacity 0.2s ease-out;
}

.wrap a:hover img {
  opacity: 0.7;
}

.wrap .text-serif {
  font-family: 'YuMincho', 'Yu Mincho', 'Hiragino Mincho ProN', 'Times New Roman', 'MS PMincho', serif;
}

.wrap > .contents-wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.wrap .contents-wrap__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 ;
}

/*  /////////////////////////////////// ページ全体背景カラー  /////////////////////////////////// 　*/

.wrap .sec-wrap {
  /*background-color: #F4F4F4;*/
  margin: 0;
  /*padding-bottom: 6em;*/
}

@media only screen and (min-width: 769px) {
  .wrap > .contents-wrap {
    min-width: 1028px;
  }
}

@media only screen and (max-width: 768px) {
	.wrap {
		font-size: 3.2vw;
	}

	.wrap .only-pc {
		display: none;
	}

  .wrap .contents-wrap__inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .wrap .sec-wrap {
    /*padding-bottom: 4em;*/
  }
}

@media only screen and (min-width: 769px) {
	.wrap .only-sp {
		display: none;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1027px) {
	.wrap {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1028px) and (max-width: 1400px) {
	.wrap {
		font-size: 1.142857vw;
	}
}

.wrap .main-header {
  margin-top: 2.5em;
  margin-bottom: 4em;
}

.wrap .main-header__ttl {
  width:70%;
  max-width:800px;
  line-height: 1;
  margin:0 auto;
  position: relative;
}

.wrap .main-header__ttl img{
  width: 100%;
  height: auto;
}

.wrap .main-header__txt {
  line-height: 1;
  text-align: center;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.25em;
  height: 5.3125em;
  border-radius: 0.3125em;
  position: relative;
}

.wrap .intro-txt {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.8em;
}

@media only screen and (max-width: 768px) {
  .wrap .main-header {
    margin-top: 1.5em;
    margin-bottom: 2em;
  }
  .wrap .main-header__ttl {
	width:95%;
	max-width:initial;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap .main-header__txt {
    width: 25.833333em;
    height: 4.666667em;
    border-radius: 0 0.416667em 0.416667em 0;
    margin-left: -1.25em;
  }

  .wrap .intro-txt {
    margin-bottom: 1em;
  }
}

.wrap .coupon-area .coupon-ttl {
	font-size: 1.875em;
	font-weight: bold;
	text-align:center;
}

.wrap .coupon-area .coupon-ttl span{
	padding: 0 0.5em;
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #FFFF99 50%, #FFFF99 100%);
}

.wrap .coupon-area .coupon-img {
  width:70%;
  max-width:800px;
  margin:1.5em auto 0;
}

.wrap .coupon-area .coupon-number {
  text-align:center;
  margin:4em auto 0;
}

.wrap .coupon-area .coupon-number span{
	display:inline-block;
	font-size: 2.25em;
	font-weight:bold;
	padding: 0.8em 1em;
	background-color: #FFFF66;
	border: #000000 4px solid;
}


@media only screen and (max-width: 768px) {
	.wrap .coupon-area .coupon-ttl {
		font-size: 1.5em;
		font-weight: bold;
		text-align:center;
	}
	
	.wrap .coupon-area .coupon-img {
	  width:95%;
	  max-width:initial;
	}
	
}

.wrap .howto-area{
	width:62.5%;
	margin: 3.5em auto 0;
}

.wrap .howto-area .howto-ttl {
  display: flex;
  align-items: center;
  color: #00B900;
  font-size:1.875em;
  font-weight:bold;
}

.howto-ttl:before,
.howto-ttl:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #00B900;
}

.howto-ttl:before {
    margin-right: 1rem;
}
 
.howto-ttl:after {
    margin-left: 1rem;
}

.wrap .howto-txt{
	text-align:center;
	font-size: 1.5em;
	margin-top:1em;
	font-weight:bold;
}

.wrap .howto-img{
	max-width: 720px;
	margin: 1em auto 0;
}

@media only screen and (max-width: 768px) {
	.wrap .howto-area{
		width:95%;
		margin: 3.5em auto 0;
	}
	
	.wrap .howto-txt{
		font-size: 1.375em;
		line-height: 1.3;
		margin-top:0.5em;
	}
}


.wrap .caution1 {
	font-size: 1em;
	line-height: 1.666667;
	width:62.5%;
	margin: 2em auto 4em;
	padding: 0 2em;
}

.wrap h4.caution1 {
	font-size: 1.5em;
	font-weight:bold;
	margin-bottom:1.25em;
	}

.wrap ul.caution1 li {
	text-indent: -1em;
	padding-left: 1em;
}

.wrap .caution1 li a {
	text-decoration:underline !important;
	}
.wrap .caution1 li a:hover {
	text-decoration:none !important;
	}
.wrap ul.caution1 li.red {
	color:#F00;
}

@media only screen and (max-width: 768px) {
	.wrap h4.caution1 {
		font-size: 1em;
		font-weight:bold;
		margin-bottom:1em;
	}
	.wrap .caution1 {
		font-size: 0.8em;
		line-height: 1.666667;
		width: 95%;
		padding: 0 0.8em;
	}
	.wrap ul.caution1 {
		margin-bottom:4em;
	}	
}


.wrap .bnr-ttl {
  font-size: 1.875em;
  font-weight: bold;
  margin: 0 auto 0.75em;
  text-align: center;
}

.wrap .bnr-list1 ul{
  max-width: 800px;
  width: 70%;
  margin: 0 auto 6em;
}

.wrap .bnr-list1 > li {
  line-height: 1;
  text-align: center;
}

.wrap .bnr-list1 > li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .wrap .bnr-ttl {
    font-size: 1.666667em;
  }
  
  .wrap .bnr-list1 ul{
	  width: 95%;
	  margin: 0 auto 3.666667em;;
	}
}

.wrap .bnr-list2 ul{
  margin: 0 auto 3em;
  display:flex;
  justify-content:center;
}

.wrap .bnr-list2 ul > li {
  width: 30%;
  line-height: 1;
  text-align: center;
  border: 1px #CCCCCC solid;
  margin: 0 1.5em;
}

.wrap .bnr-list2 ul > li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .wrap .bnr-list2 ul{
	  width: 95%;
	  flex-wrap:wrap;
	  margin: 0 auto 2em;
	}
  .wrap .bnr-list2 ul > li {
      width: 90%;
      margin: 0 0 2em;
    }
}

.wrap .sec-block1 {
  margin: 0 0 4em;
  background-color: #FAF9E2;
  padding-top:3em;
}

.wrap .sec-block1.sec-block--mb-0 {
  margin-bottom: 0;
}

.wrap .sec-block1__inner {
  padding: 0 0 6.5em;
  margin-top: 2.625em;
}

.wrap .sec-block1__inner--style2 {
  padding-bottom: 6.5em;
  margin-bottom: 0;
}

.wrap .sec-block2 {
  margin: 0;
}

.wrap .sec-block2__inner {
  padding: 3.5em 0 5em;
}

@media only screen and (max-width: 768px) {
  .wrap .sec-block1 {
    margin-bottom: 3.666667em;
  }

  .wrap .sec-block1__inner {
    padding-bottom: 5em;
    margin-top: 2.166667em;
  }

  .wrap .sec-block1__inner--style2 {
    padding-bottom: 5em;
  }
  
  .wrap .sec-block2 {
    margin-bottom: 0;
  }

  .wrap .sec-block2__inner {
    padding: 3.5em 0;
  }
}

/*  //////////////////////// 各コンテンツ背景カラー（左２つの色はページ背景色と同じにすること）  //////////////////////// 　*/

.wrap .sec-block1__inner--color1 {
  background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 1.875em, #E1DAC1 1.875em, #E1DAC1 100%);
}

.wrap .sec-block1__inner--color2 {
  background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 1.875em, #E6CBC6 1.875em, #E6CBC6 100%);
}

.wrap .sec-block1__inner--color3 {
  background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 1.875em, #DBE0CC 1.875em, #DBE0CC 100%);
}

.wrap .sec-block1__inner--color4 {
  background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 1.875em, #B8DAE7 1.875em, #B8DAE7 100%);
}

.wrap .sec-block1__inner--color5 {
  background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 1.875em, #E0D3E0 1.875em, #E0D3E0 100%);
}

/* おすすめエリア背景カラー */

.wrap .sec-block2__inner--color6 {
  background-color: #F7EED5;
}

/* カテゴリーエリア背景カラー */

.wrap .sec-block2__inner--color7 {
  background-color: #F8E0D3;
}

/* ご優待エリア背景カラー */

.wrap .cp-area {
  background-color: #F7B48F;
}


/*  //////////////////////// 各コンテンツタイトル強調カラー  //////////////////////// 　*/

.wrap .text-color1 {
  color: #DDB174;
}

.wrap .text-color2 {
  color: #D68E81;
}

.wrap .text-color3 {
  color: #8DAF5C;
}

.wrap .text-color4 {
  color: #80BDD5;
}

.wrap .text-color5 {
  color: #CCB7CC;
}

.wrap .sec-ttl,
.wrap .sec-ttl2 {
  font-weight: bold;
  font-size: 1.875em;
  letter-spacing: 0.05em;
  text-align: center;
}

.wrap .sec-ttl > span,
.wrap .sec-ttl2 > span {
  position: relative;
  display: inline-block;
  padding: 0 0.25em;
  z-index: 1;
}

.wrap .sec-ttl > span::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.5em;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.wrap .sec-txt {
	font-size: 1.125em;
	text-align:center;
}

@media only screen and (max-width: 768px) {
  .wrap .sec-ttl {
    font-size: 2em;
  }
  
  .wrap .sec-ttl2 {
    font-size: 2em;
  }

}

.wrap .items-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 63.75em;
}

@media only screen and (max-width: 768px) {
  .wrap .items-list {
    width: 100%;
    justify-content: space-between;
  }

  .wrap .items-list__item {
    width: calc(50% - 0.625em);
    margin: 1.25em 0 0;
  }

  .wrap .items-list__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .wrap .items-list--5cols .items-list__item {
    width: calc((100% / 3) - 0.5em);
    margin: 1.25em 0 0 0.75em;
  }

  .wrap .items-list--5cols .items-list__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .wrap .items-list--5cols .items-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 769px) {
  .wrap .items-list__item {
    width: 15em;
    margin: 1.25em 0 0 1.25em;
  }

  .wrap .items-list__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .wrap .items-list__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .wrap .items-list--5cols .items-list__item {
    width: 11.75em;
    margin: 1.25em 0 0 1.25em;
  }

  .wrap .items-list--5cols .items-list__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .wrap .items-list--5cols .items-list__item:nth-child(4n+1) {
    margin-left: 1.25em;
  }

  .wrap .items-list--5cols .items-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
}

.wrap .items-list__item a {
  display: block;
  border-radius: 0.3125em;
  background-color: #FFF;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  overflow: hidden;
  height: 100%;
}

.wrap .items-list__item a:hover {
  opacity: 0.7;
}

.wrap .items-list__item-img {
  line-height: 1;
  position: relative;
}

.wrap .items-list__item-img img {
  display: block;
}

/*  //////////////////////// 送料無料・割引率  //////////////////////// 　*/

.wrap .free-shipping {
  font-size: 1em;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.625em;
  background-color: #595959;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.5em;
}

.wrap .item-discount span {
  font-size: 0.875em;
  font-weight: bold;
  color: #FFF;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.5em;
  margin-top: 0.375em;
  border-radius: 0.192308em;
  background-color: #A22729;
  height: 1.47em;
}

.wrap .items-list__item-price.price-sale {
    color: #A22729;
}


.wrap .items-list--5cols .item-discount {
  font-size: 1.375em;
}

.wrap .items-list__item-details {
  padding: 0.875em;
}

.wrap .items-list__item-price {
  font-weight: bold;
  margin-bottom: 0;
}

.wrap .items-list__item-price > span:first-child {
}

.wrap .items-list__item-price > span:last-child {
  font-size: 0.625em;
  font-weight: normal;
}

.wrap .items-list--5cols .items-list__item-price {
  font-size: 1em;
}

.wrap .items-list__item-name {
  font-size: 0.875em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.wrap .items-list--5cols .items-list__item-name {
  font-size: 0.75em;
}

.wrap .items-list__item-details .review {
  font-size: 0.888889em;
}

.wrap .items-list__item-details .stars {
  font-size: 1em;
}

.wrap .items-list__item-details .review_label {
  font-size: 0.875em;
}

.wrap .items-list__item-details .review_label:not(:first-child) {
  margin-left: 0.5em;
}

.wrap .link-btn-area {
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
}

.wrap .link-btn1,
.wrap .link-btn2 {
  text-align: center;
  font-weight: bold;
  margin: 2.5em 1em 0;
  font-size: 1.125em;
}

.wrap .link-btn1 a {
  text-decoration: none;
  border-radius: 4em;
  border: 1px solid #828282;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff url(../3y25_index_img/arrow-01.png) no-repeat right 1.5em center;
  background-size: 0.4em auto;
  width: 21.111111em;
  height: 4.444444em;
  transition: opacity 0.2s ease-out;
}

.wrap .link-btn2 a {
  text-decoration: none;
  color: #FFF;
  border-radius: 4em;
  border: 1px solid #828282;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7D0000 url(../3y25_index_img/arrow-02.png) no-repeat right 1.5em center;
  background-size: 0.4em auto;
  width: 21.111111em;
  height: 4.444444em;
  transition: opacity 0.2s ease-out;
}

.wrap .link-btn1 a:hover,
.wrap .link-btn2 a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .wrap .free-shipping {
    font-size: 1em;
  }
  
  .wrap .item-discount {
    font-size: 0.875em;
  }

  .wrap .items-list--5cols .item-discount {
    font-size: 1.166667em;
  }

  .wrap .items-list--5cols .items-list__item-details {
    padding: 0.875em 0.5em;
  }

  .wrap .items-list__item-price {
    font-size: 0.875em;
  }

  .wrap .items-list--5cols .items-list__item-price {
    font-size: 0.833333em;
  }

  .wrap .items-list__item-name {
    font-size: 0.833333em;
  }

  .wrap .items-list--5cols .items-list__item-name {
    font-size: 0.833333em;
  }
  
  .wrap .items-list__item-details .review {
    font-size: 0.7em;
  }

  .wrap .link-btn1,
  .wrap .link-btn2 {
    font-size: 1.083333em;
  }
}

.wrap .osusume-list {
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width: 63.75em;
	margin: 2em auto 0;
}

.wrap .osusume-list li{
	width: 48%;
	display: block;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top: 3em;
}

.wrap .osusume-list li:nth-child(1),
.wrap .osusume-list li:nth-child(2) {
	padding-top:0;
}

.wrap .osusume-list li p.osusume-list__item-img {
	width: 55%;
	display:block;
	float:left;
}

.wrap .osusume-list li p.osusume-list__item-txt {
	width: 45%;
	display:block;
	padding-left: 1em;
	float:left;
}


	
@media only screen and (max-width: 768px) {
	.wrap .osusume-list {
		width: 100%;
		margin: 0;
	}
	.wrap .osusume-list li{
		width: 48%;
		padding-top: 2.5em;
	}
	
	.wrap .osusume-list li:nth-child(1),
	.wrap .osusume-list li:nth-child(2) {
		padding-top:2.5em;
	}
	
	.wrap .osusume-list li p.osusume-list__item-img {
		width: 100%;
	}
	
	.wrap .osusume-list li p.osusume-list__item-txt {
		width: 100%;
		padding: 0.5em 0 0 0;
	}
}

.wrap .copyright-area {
	font-size: 0.875em;
	line-height: 1.3;
	padding: 1em 0 0;
}

@media only screen and (max-width: 767px) {
	.wrap .copyright-area {
		padding: 1em 1em 0;
	}
}

