@charset "UTF-8";
.hide {
  display: none;
}

@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}
@media screen and (max-device-width: 639px) {
  .pc_d {
    display: none;
  }
}
@media screen and (min-device-width: 640px) {
  .sp_d {
    display: none;
  }
}

#point .list-item_special .card__label .label__rate{
	padding-top: 15px;
}
ul.list-item_special{
	margin-bottom: 5%;
}

#point .fav_btn,
#sfree .fav_btn{
	display: none;
}

p.text{
	font-size: 1.4rem;
	margin-bottom: 20px;
}




  #point .list-item_special .card__label .label__rate{
	padding-top: 10px !important;
}


	#point .card__name{
		font-weight: bold !important;
		font-size: 1.2em;
	}
  /********************************************************

    Lazy load

  ********************************************************/

  .lazy
  .lazyload,
  .lazyloading {
  	opacity: 0.5;
  }
  .lazyloaded {
  	opacity: 1;
  	transition: opacity 200ms;
  }


/********************************************************

  PC layout

********************************************************/
/****************************
  useful
****************************/
/* font-family */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  font-weight: 200;
  font-size: 1.6rem;
  position: relative;
  margin: 0;
  color: #272727;
}

a {
  text-decoration: none;
  color: #191919;
}

a:link, a:visited {
  text-decoration: none;
}

a.line:link, a.line:visited {
  text-decoration: underline;
}

a.line:hover, a.line:active {
  text-decoration: none;
}

a:hover img {
  opacity: 0.9;
  transition: 0.5s;
}

ul {
  list-style: none;
}

.logo {
  position: relative;
  z-index: 11;
  background: #1a1879;
  padding: 10px 0 0;
  width: 100%;
  text-align: center;
}
.logo img {
  width: 100%;
  max-width: 200px;
  padding: 0;
}
body{
	/*background: url("../img/bg.gif") 0 0 repeat fixed;*/
	background-color: #b20000;
}


#point{
	background-color: #eee;
}
#sfree{
	background-color: #fffdd4;
}

#feature{
	background-color: #ffffff;
}

h3{
	text-align: center;
}
.list-item_special .card__price .sale_rate_number,
.list-item_special .card__price .deal_back_number{
  background: #f9ba00;
  border-radius: 2px;
  color: #CC0000;
  border: 2px solid #f9ba00;
}

@media screen and (max-width: 639px) {
  .logo img {
    width: 150px;
  }
	.list-item_special .card__price .shipping,
  .list-item_special .card__price .sale_rate_number{
    font-size: 12px;
  }
	.list-item_special .card__price .shipping,
 .list-item_special .card__price .sale_rate_number,
 .list-item_special .card__price .deal_back_number{
    /*display: block;*/
    text-align: center;
    width: 40%;
    padding: 4px 8px;
	 margin-right: 5px;
  }
	.list-item_special .card__detail p.review {
		text-align: left;
	}
	.list-item_special .card__detail p.review:before{
	content: "お客様レビュー ★★★★★5";
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #d51e00;
}

.list-item_special .card__detail p.review{
	padding: 15px;
	border: 2px dashed #eee7db;
	font-size: 0.8em;
	margin: 20px auto;
}
}

.floatMenu {
  display: none;
  position: fixed;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 10;
}
.floatMenu ul {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (min-width: 640px) {
  .floatMenu ul {
    padding: 8px 0 8px 8px;
	background-color: #990000;
  }
	.list-item_special .card__price .shipping,
  .list-item_special .card__price .sale_rate_number{
    font-size: 14px;
  }
	 .list-item_special .card__price .sale_rate_number{
	margin-right: 12px;
    padding: 6px;
  }
}
.floatMenu ul li {
  border-radius: 0px;
  text-align: center;
/*  border: 2px solid #ccc;*/
  background: #fff;
}
.floatMenu ul li a {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #332b24;
  font-family:Arial, Helvetica, "sans-serif";
}
@media screen and (min-width: 640px) {
  .floatMenu ul li a {
    line-height: 1.3;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 639px) {
  .floatMenu ul li a {
    line-height: 4;
  }
}
@media screen and (max-width: 639px) {
  .floatMenu ul li.half {
    width: 50%;
  }
}
.floatMenu ul li.menuTtl {
  background: transparent;
  border: 0;
  margin-right: 10px;
}
.floatMenu ul li.menuLogo {
  background: #ccc;
 /* border: 2px solid #b7b7b7;*/
  border-radius: 0;
}
.floatMenu ul li.menuLogo a {
  padding: 10px 15px;
  border-radius: 0;
}
@media screen and (min-width: 640px) {
  .floatMenu ul li:not(:last-child) {
    margin-bottom: 3px;
  }
}
.floatMenu ul li a:hover,
.floatMenu ul li.target {
  background-color: #fffea5;
  border-radius: 0;
}
.floatMenu ul li:last-child a {
  background: #f5e803;
  text-align: center;
  color: #b20000 ;
}
.floatMenu ul li:last-chil a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("../img/tab_ico02.png") no-repeat;
}
.floatMenu ul li.irg_li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.floatMenu ul li a span {
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.floatMenu ul li.irg_li a {
  padding: 10px 15px;
}

.floatMenu_l {
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 10;
  text-align: center;
}
.floatMenu_l .menutitle {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
}

@media screen and (max-width: 639px) {
  .menutitle {
    display: none;
  }

  .floatMenu {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .floatMenu ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 0;
	border-top: 1px solid #990000;
  }
  .floatMenu ul li {
    border: 1px solid #990000;
    background: #fff;
    border-radius: 0;
    width: 33.3333%;
  }
  .floatMenu ul li a{
	color: #990000;
	  font-size: 11px;
  }
  .floatMenu ul li.full {
    width: 100%;
  }
  .floatMenu ul li.irg_li a {
    font-size: 11px;
    border-radius: 0;
  }
  .floatMenu ul li.menuLogo {
    display: none;
  }
  .floatMenu ul li.menuLogo a {
    background: transparent;
  }
  .floatMenu ul li a span {
    /*display: none;*/
  }
	.floatMenu ul .sec7 {
    display: none;
  }
  .floatMenu ul li.target {
    border-radius: 0;
  }
}
.pagetop::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
}

/*.deal20,.deal25,.deal30,.deal35,.deal40,.deal45,.deal50{
	display: none !important;
}*/

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #000;
  text-align: center;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  line-height: 61px;
  border-radius: 50%;
}

.pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: none;
}

/****************************
  point10
****************************/
.point10{
	width: 100%;
	padding: 20px 0 80px 0;
	text-align: center;
	margin: 0 auto 50px;
	background-color: #ffffff;
	 position: relative;
	display: none;
}
.point10 h3.title{
	margin: 0 auto 20px;
}
.point10 img{
	max-width: 90%;
	margin-bottom: 30px;
}

.point10::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #b20000 transparent;
}
h1{
	position: relative;
}

h1::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #ffffff transparent;
}

/****************************
  secMenu
****************************/
.secMenu{
  width:100%;
  padding: 0;
  text-align:center;
  margin:0 auto;
}
.secMenu a{
  color: #fff;
  font-size: 24px;
}
.secMenu h2{
  margin-bottom: 4%;
}
.secMenu h2 img{
	max-width:100%;
}
.secMenu > ul{
  font-size: 0;
  text-align: center;
  width:95%;
  max-width:1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.secMenu > ul > li{
  display: inline-block;
  text-align: center;
  font-size: 30px;
  /*margin-right: 2%;*/
  vertical-align: bottom;
  margin-bottom:3%;
  width:33.3333%;
	line-height: 0;
	padding:0 1%;
}

.secMenu > ul > li img{
	max-width: 100%;
}

/*.secMenu > ul > li:nth-child(-n + 2){
  width:49%;
	margin-bottom: 20px;
}*/
/*.secMenu > ul > li:nth-child(2n){
  display: inline-block;
  text-align: center;
  font-size: 30px;
  margin-right: 0;
  vertical-align: bottom;
}*/
.secMenu ul.innerUl li{
  line-height: 1.3;
}
.secMenu li.thumbs{
  margin-top: -40px;
}
.secMenu > ul > li > a > ul:not(.text2row) li.thumbs{
  margin-bottom: 20px;
}
.secMenu > ul > li > a > ul.text2row li.thumbs{
  margin-top: -59px;
}

#coupon{
	padding: 0 10px;
	margin-bottom: 5%;
}
#coupon p{
	font-size: 0.8em;
}

#coupon ul li img{
	border: 3px soli #fff;
}
#coupon.bnrs img{
	margin-bottom: 1rem;

}

#coupon img{
	max-width: 100%;
}

#sale,#recommend,#sec6,#sec4{
	background-color: #feeea4;
	position: relative;
}
#sale::before,
#recommend::before,
#sec6::before,
#sec4::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #b20000 transparent;
}

#sec1,#sec2,#hotitem,#timesale{
	position: relative;
}
#hotitem::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #f5e803 transparent;
}

#sec1::before,#sec2::before,#timesale::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #feeea4 transparent;
}


#mail img{
	max-width: 100%;
}


@media (max-width: 1000px) {
  .pagetop {
    bottom: 60px;
  }
}

@media screen and (min-width: 1020px) {
	.article-inner{
		width: 95%;
		max-width: 1020px;
	}
}
@media screen and (max-width: 639px) {
  .pagetop a {
    display: block;
  }

  .pagetop::before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
  }

  .pagetop {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

  .pagetop a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 31px;
    border-radius: 50%;
  }

  .pagetop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;
  }

/*	.secMenu > ul > li{
  display: inline-block;
  text-align: center;
  font-size: 30px;
  margin-right: 2%;
  vertical-align: bottom;
  margin-bottom:2%;
  width:49%;
	line-height: 0;
}*/

.secMenu > ul > li img{
	max-width: 100%;
}

/*.secMenu > ul > li:nth-child(-n + 2){
  width:49%;
	margin-bottom: 20px;
}*/
.secMenu > ul > li:nth-child(2n){
  display: inline-block;
  text-align: center;
  font-size: 30px;
  margin-right: 0;
  vertical-align: bottom;
  }
	.point10{
		padding: 20px 0 30px 0;
	}
  .point10::before,
  h1::before,
  #sale::before,
  #timesale::before,
  #hotitem::before,
  #recommend::before,
	#sec6::before,
	#sec4::before{
  border-width: 0 0 30px 100vw ;
  }
}
.logo {
  position: relative;
  z-index: 11;
  background: #ffffff;
  padding: 10px 0 0;
  width: 100%;
  width: 100%;
  text-align: center;
}
.logo img {
  width: 100%;
  max-width: 200px;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .logo img {
    width: 150px;
  }
}

@media screen and (max-width: 639px) {
  .footer_area {
    padding-top: 50px;
    background: #F5F5F5;
  }
}
@media screen and (min-width: 640px) {
  .footer_area {
    padding-top: 0px;
  }
}
.kanban_bg{
	padding: 50px 0;
}

.backtohome_wrapper {
  width: 100%;
  padding:  30px 0 100px;
}
.backhome {
  width: 95%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0px;
}
.backhome img {
  vertical-align: bottom;
  width: 100%;
}
.backhome a {
  line-height: 4;
  background: #999999;
  color: #FFFFFF;
  display: block;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .backhome a {
    line-height: 5;
  }
}
.backhome a .material-icons {
  vertical-align: middle;
  padding-left: 2px;
}
@media screen and (max-width: 639px) {
  .backhome a .material-icons {
    font-size: 1.6rem;
  }
  .kanban_bg{
	padding: 0;
}
}
@media screen and (min-width: 640px) {
  .backhome a .material-icons {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .backhome a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 640px) {
  .backhome a {
    font-size: 1.6rem;
  }
}
.backhome a:hover {
  background: #424242;
  color: #FFFFFF;
}

article .article-wrapper {
  /*background: #f5f5f5;*/
}
article .article-wrapper .list-item_special .card hr.hr_top:after {
  /*background: #f5f5f5;*/
}

/*article:nth-child(2n + 1) .article-wrapper {
  background-color: #FFFFFF;
}*/
article:nth-child(2n + 1) .article-wrapper .list-item_special .card hr.hr_top:after {
  background-color: #FFFFFF;
}

@media screen and (max-width: 639px) {
  .article-wrapper {
    padding: 30px 0;
  }
}
@media screen and (min-width: 640px) {
	#sec1 .article-wrapper{
    padding: 0;
  }
  .article-wrapper {
    padding: 60px 0;
  }
	
}
@media screen and (max-width: 639px) {
  .article-wrapper .banner_full {
    box-sizing: border-box;
    padding: 0 8px;
  }
}

.article-inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.article-inner img {
  vertical-align: bottom;
  max-width: 100%;
}

.title {
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
 /* font-family: 'Jost', sans-serif;*/
 /*font-family: "Century Gothic", Arial, Helvetica, "sans-serif";*/
  font-weight: bold;
	color: #b20000;
}
.title span{
	color: #666666;
}

.title.wht {
	color: #f5e803;
}
.title span.wht{
	color: #fff;
}

/*#pickup .title,
.secMenu .title{
	color: #4e2a2a;
}*/

#hotitem{
	/*background-color: #c34242;*/
}

/*#hotitem .title,
#hotitem .title .title-jp{
	color: #ffffff;
}*/



#mail .title,
#mail .title .title-jp{
	color: #ffffff;
}

@media screen and (max-width: 639px) {
  .title {
    font-size: 28px;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .title {
    margin-bottom: 4.4rem;
    font-size: 64px;
  }
}
.title .title-jp {
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
  line-height: 1.8;
}
.title .mid-title{
	display: block;
	color: #332b24;
	font-size: 0.5em;
	margin-bottom: 0.75em;
	letter-spacing: 0.25em;
}
.title .mid-title2{
	display: block;
	color: #ffffff;
	font-size: 0.5em;
	margin-bottom: 0.75em;
	letter-spacing: 0.25em;
}

.bnrs {
	text-align: center;
	margin: 0 auto;
}

.bnrs img{
	max-width: 100%;
	margin-bottom: 3rem;
}



h3.title {
	font-size: 3.2rem;
    margin: 5% auto;
	color: #332b24;
	letter-spacing: 0.2em;

}

h3.title.wht {
	color: #f5e803;
}

#sale h3.title{
	padding: 20px;
	margin: 10% auto 3%;
	color: #b20000;
	border-top: 2px solid #b20000;
		border-bottom: 2px solid #b20000;
}
#hotitem h3.title{
	padding: 20px;
	margin: 10% auto 3%;
	background-color: #CC0000;
	color: #ffffff;
}

#timesale h3.title{
	padding: 20px;
	margin: 10% auto 3%;
	background-color: #CC0000;
	color: #ffffff;
}

h3.title span{
	font-size: 1.6rem;
	display: block;
	margin: 20px auto 0;
	line-height: 1.8em;
}

.horizontal {
	display: flex;
}

.horizontal-wrap {
	display: flex;
	flex-wrap: wrap;
}

.banners > li {
	width: calc((100% - 2%) / 2);
	margin-right: 2%;
	margin-bottom: 2%;
}

.banners > li:nth-child(even) {
	margin-right: 0;
}

.banners > li img {
	width: 100%;
}

@media screen and (max-width: 639px) {
	.bnrs {
	width: 90%;
	}
  .title .title-jp {
    font-size: 12px;
    margin-top: 10px;
  }
  h3.title {
	font-size: 2rem;
  }
  h3.title span {
	font-size: 1rem;
  }
  .banners > li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5%;
	  text-align: center;
  }

  .banners > li:nth-child(even) {
	margin-right: 0;
  }

  .banners > li img {
	width: 90%;
  }
}
@media screen and (min-width: 640px) {
  .title .title-jp {
    margin-top: 12px;
    font-size: 16px;
  }
}



.banner-title {
  width: 100%;
  text-align: center;
}
.banner-title img {
  margin: 0 auto;
  vertical-align: bottom;
}

.banner_full {
  /*max-width: 860px;*/
  width: 100%;
  margin: 0 auto;
}
.banner_full img{
	max-width: 100%;
}

.more_btn {
  width: 90%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.more_btn img {
  vertical-align: bottom;
  width: 100%;
}
.more_btn a {
  display: block;
  background: #CCCCCC;
  box-shadow: 3px 3px 2px 1px #999;
  color: #000;
  border-radius: 4px;
  text-align: center;
  padding: 18px 0;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 640px) {
  .more_btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) {
  .more_btn a {
    font-size: 2rem;
  }
}
.more_btn a i {
  vertical-align: middle;
}
.more_btn a:hover {
  box-shadow: none;
  top: 3px;
  left: 3px;
}

/*　Coupon　List　*/
.coupon {
  list-style: none;
  padding: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
}
.coupon__card {
  box-sizing: border-box;
  padding: 4px;
}
.coupon__card img {
  vertical-align: bottom;
  width: 100%;
}
.coupon__card.card2 {
  width: 50%;
}
.coupon__card.card3 {
  width: 33.3%;
}

/*　feature　*/
@media screen and (max-width: 639px) {
  .feature_wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .feature_wrapper {
    margin-top: 60px;
  }
}

.feature {
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
}
.feature__card {
  box-sizing: border-box;
}
.feature__card img {
  vertical-align: bottom;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .feature__card {
    width: 33.33%;
    padding: 8px;
  }
}
@media screen and (max-width: 639px) {
	.feature{
		width: 98%;
		margin: 0 auto;
	}
  .feature__card {
    padding: 4px;
    width: 50%;
  }
}
.feature__card.full {
  width: 100%;
}

.article-wrapper .campaign {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 640px) {
  .article-wrapper .campaign {
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .article-wrapper .campaign dt {
    width: 400px;
  }
  .article-wrapper .campaign dt img {
    vertical-align: bottom;
    width: 100%;
  }
  .article-wrapper .campaign dd {
    width: 400px;
  }
  .article-wrapper .campaign__detail {
    width: 100%;
    border-collapse: collapse;
  }
  .article-wrapper .campaign__detail td {
    border-bottom: 1px dotted #999999;
    padding: 4px;
    font-size: 12px;
  }
  .article-wrapper .campaign__detail td span.label {
    background: #333333;
    color: #FFFFFF;
    font-size: 10px;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 2px;
  }
  .article-wrapper .campaign__detail td:first-child {
    border-top: 1px dotted #999999;
  }
}
@media screen and (max-width: 639px) {
  .article-wrapper .campaign {
    padding: 30px 0;
    width: calc(100% - 16px);
    margin: auto;
  }
  .article-wrapper .campaign dt {
    width: 80%;
    margin: 0 auto 12px;
  }
  .article-wrapper .campaign dt img {
    vertical-align: bottom;
    width: 100%;
  }
  .article-wrapper .campaign dd {
    width: 90%;
    margin: auto;
    font-size: 10px;
  }
  .article-wrapper .campaign__detail {
    width: 100%;
    border-collapse: collapse;
  }
  .article-wrapper .campaign__detail td {
    border-bottom: 1px dotted #999999;
    padding: 4px;
    font-size: 12px;
  }
  .article-wrapper .campaign__detail td span.label {
    background: #333333;
    color: #FFFFFF;
    font-size: 10px;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 2px;
  }
  .article-wrapper .campaign__detail td:first-child {
    border-top: 1px dotted #999999;
  }
}

/*　目玉アイテム　*/
.list-item_special .card {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .list-item_special .card,
	.review {
    padding: 10px;
    box-sizing: border-box;
  }
}
.list-item_special .card__wrapper {
  width: 100%;
/*  border: 8px solid #cc0000;*/
  padding: 4px;
  box-sizing: border-box;
  margin:0 0 30px;
  border-radius: 0;
  position: relative;
	background-color: #fff;
}
.list-item_special .card__inner {
  box-sizing: border-box;
  border-radius: 0;
  display: block;
/*  border: 1px solid #000000;*/
  display: flex;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__inner {
    padding: 24px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__inner {
    padding: 12px;
  }
	.list-item_special .card__inner{
		display: block;
	}
	.list-item_special .card__wrapper {
		/*border: 5px solid #CC0000;*/
		margin-bottom: 0;
	}
}

.list-item_special .card__img {
  width: 50%;
}
.list-item_special .card__label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  background: url(../img/giza_bk.png) no-repeat 0 0;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label {
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label {
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
  }
}
.list-item_special .card__label .label__rate {
  font-weight: bold;
  display: inline-block;
  font-family: 'Century Gothic', Arial, Helvetica, "sans-serif";
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label .label__rate {
    padding: 20px 0 0;
    font-size: 36px;
  }
  #sfree .list-item_special .card__label .label__rate {
    padding: 20px 0 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label .label__rate {
    padding: 20px 0 0;
    font-size: 36px;
  }
  #sfree .list-item_special .card__label .label__rate {
    padding: 24px 0 0;
    font-size: 28px;
  }

	.list-item_special .card__img{
		width: 100%;
	}
	.list-item_special p{
		font-size: 0.8em;
	}
	.list-item_special .card hr.hr_top{
		display: none;
	}
}
.list-item_special .card__label .label__percent {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label .label__percent {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label .label__percent {
    font-size: 20px;
  }
}
.list-item_special .card__label .label__pb {
  line-height: 1;
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label .label__pb {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label .label__pb {
    font-size: 20px;
  }
}
.list-item_special .card__label .label__pu_rate {
  font-weight: bold;
  display: inline-block;
  font-family: 'Century Gothic', Arial, Helvetica, "sans-serif";
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label .label__pu_rate {
    font-size: 28px;
    line-height: 80px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label .label__pu_rate {
    line-height: 60px;
    font-size: 20px;
  }
}
.list-item_special .card__label .label__pu {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label .label__pu {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label .label__pu {
    font-size: 12px;
  }
}
.list-item_special .card__label .label__shipping_free {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label .label__shipping_free {
    padding: 16px 0 0;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label .label__shipping_free {
    padding: 10px 0 0;
    font-size: 14px;
  }
}
.list-item_special .card__label .label__hangaku {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label .label__hangaku {
    line-height: 100px;
    font-size: 24px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label .label__hangaku {
    line-height: 100px;
    font-size: 30px;
  }
}
.list-item_special .card__label .label__off {
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__label .label__off {
    font-size: 20px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__label .label__off {
    font-size: 22px;
  }
}
.list-item_special .card__detail {
  box-sizing: border-box;
  width: 50%;
}
.list-item_special .card__detail p.review:before{
	content: "お客様レビュー ★★★★★5";
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #d51e00;
}

.list-item_special .card__detail p.review{
	padding: 15px;
	border: 2px dashed #eee7db;
	font-size: 0.8em;
	margin: 20px auto;
	text-align: left;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__detail {
    padding-top: 22px;
    padding-left: 24px;
  }
  #timesale .list-item_special .card__detail {
	padding-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__detail {
    padding-top: 10px;
    padding-left: 0px;
	width: 100%;
  }

}
.list-item_special .card hr.hr_top {
  border: 0;
  text-align: center;
  position: relative;
  height: 1px;
  background: #cccccc;
}
@media screen and (min-width: 640px) {
  .list-item_special .card hr.hr_top {
    margin-bottom: 40px;
  }
}



@media screen and (max-width: 639px) {
  .list-item_special .card hr.hr_top {
    margin-bottom: 16px;
  }
}
.list-item_special .card hr.hr_top:after {
  box-sizing: border-box;
  content: "SUPER SALE";
  /*font-family: "Century Gothic", Arial, Helvetica, "sans-serif";*/
  display: inline-block;
  position: relative;
  font-family: 'Jost', sans-serif;
  padding: 0 0.25em;
  background: white;
}
#timesale .list-item_special .card hr.hr_top{
	display: none;
}

#timesale .list-item_special .card hr.hr_top:after {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  position: relative;
  /*font-family: 'Amatic SC', cursive;*/
  padding: 0;
  background: white;
}
@media screen and (min-width: 640px) {
  .list-item_special .card hr.hr_top:after {
    top: -28px;
    font-size: 30px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card hr.hr_top:after {
    top: -22px;
    font-size: 24px;
  }
}
.list-item_special .card hr.hr_bottom {
  border: 0;
  position: relative;
  height: 1px;
  background: #cccccc;
}

.list-item_special .saku_title {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1rem;color: #000;
}

.list-item_special .saku_title span{
	font-size: 1.6rem;
	padding-left: 10px;
}
.catch{
	padding: 10px;
	text-align: center;
	border: 2px solid #CC0000;
	border-radius: 10px;
	margin-bottom: 2rem;
	font-weight: bold;
	color: #CC0000;
	font-size: 1.4em;
	position: relative;
	background-color: #ffffff;
}
.catch:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.catch:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #CC0000;
  z-index: 1;
}

.card__detail .items{
	list-style-position: inside;
}

.card__detail .items{
	list-style-position: inside;
	margin-top: 20px;
}

.card__detail dl{
	margin-bottom: 2rem;
	border: 1px dashed #60A0BF;
	padding: 0 15px 15px;
	font-size: 0.9em;
}
.card__detail dt{
	font-weight: bold;
	margin-top: 15px;
}


.card__detail .items li {
/*	list-style-type: disc;*/
	background: url(https://www.rakuten.ne.jp/gold/maruishi-fab/feature/admission/img/shopping_cart-black-18dp.svg)0 2px no-repeat;
	padding-left: 25px;
	background-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
}
.items li.off10:before{
	content: "10%OFF";
	/*border: 2px solid #CC0000;*/
	padding: 3px 5px;
	margin-right: 10px;
	background-color: #CC0000;
	color: #ffffff;
	border-radius: 2px;
  font-size: 11px;
}

.card__detail .items li.off20:before{
	content: "20%OFF";
	/*border: 2px solid #CC0000;*/
	padding: 3px 5px;
	margin-right: 10px;
	background-color: #CC0000;
	color: #ffffff;
	border-radius: 2px;
  font-size: 11px;

}

.card__detail .items li.off50:before{
	content: "50%OFF";
	/*border: 2px solid #CC0000;*/
	padding: 3px 5px;
	margin-right: 10px;
	background-color: #CC0000;
	color: #ffffff;
	border-radius: 2px;
  font-size: 11px;

}

.card__detail .items li.none{
	background: none;
	padding-left: 0;
	margin-top: 20px;
	font-weight: bold;
	font-size: 0.8em;
}

.card__detail .items li.mb20{
	margin-bottom: 20px;
}


.card__detail .items:before{
	content: "これを使いました";
	color: #4e2a2a;
	display: block;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	border-top: 1px dashed #4e2a2a;
	border-bottom: 1px dashed #4e2a2a;
	font-weight: bold;
	font-size: 1.1em;
}

.card__detail .items li a {
	text-decoration: underline;
	color: #856244;
}
.card__detail .items li a:hover {
	text-decoration: none;
}

.cases__items__item .items{
	list-style-position: inside;

}

.list-item_special .card .default_price {
	font-size: 1.6em;
	/*font-family: Arial, Helvetica, "sans-serif";*/
	font-family: 'Jost', sans-serif;
}

.list-item_special .card .default_price span {
	font-size: 0.8em;
}


@media screen and (min-width: 640px) {
  .list-item_special .card hr.hr_bottom {
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card hr.hr_bottom {
    margin: 10px 0 5px;
  }
  .list-item_special .catchphrase {
		/*display: none;*/
		font-size: 1.1rem;
		/*min-height: 6rem;*/
	}
	.card__detail .items li{
		font-size: 0.9em;
	}
	.list-item_special .saku_title span{
		display: block;
		padding-left: 0;
	}
}
.list-item_special .card__name {
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .list-item_special .card__name {
    font-size: 16px;
	  font-weight: bold;
  }
}
@media screen and (min-width: 641px) {
  .list-item_special .card__name {
    font-size: 24px;
	  font-weight: bold;
  }

}

 .list-item_special .card__time {
	  font-weight: bold;
	  text-align: center;
	  background-color: #eee7db;
	  margin-bottom: 10px;
	  font-size: 1.2em;
	  padding: 10px;
  }
.list-item_special .card__size {
  text-align: left;
  line-height: 1;
}
.list-item_special .card__size span{
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .list-item_special .card__size {
    font-size: 1rem;
  }
}
@media screen and (min-width: 641px) {
  .list-item_special .card__size {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__size {
    margin-bottom: 1rem;
	  display: none;
  }
	.list-item_special .card hr.hr_bottom{
		display: none;
	}
	.list-item_special .card__time {
	  font-size: 1.0em;
	  padding: 5px;
  }
}
@media screen and (min-width: 640px) {
  .list-item_special .card__size {
    margin-bottom: 1.4rem;
  }
}
.list-item_special .card__price {
  text-align: right;
  font-weight: bold;
  color: #CC0000;
  line-height: 1;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__price {
    margin-top: 12px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__price {
    margin-top: 4px;
  }
}
.list-item_special .card__price .shipping {
  background: #CC0000;
  border-radius: 2px;
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .list-item_special .card__price .shipping {
    font-size: 10px;
  }
}
@media screen and (min-width: 641px) {
  .list-item_special .card__price .shipping {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__price .shipping {
    display: block;
    text-align: center;
    width: 40%;
    padding: 4px 0;
  }
}
@media screen and (min-width: 640px) {
  .list-item_special .card__price .shipping {
    margin-right: 16px;
    padding: 6px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.list-item_special .card__price .number, .list-item_special .card__price .default {
  /*font-family: "Century Gothic", Arial, Helvetica, "sans-serif";*/
  font-family: 'Jost', sans-serif;
}
@media screen and (max-width: 640px) {
  .list-item_special .card__price .default {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 641px) {
  .list-item_special .card__price .default {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .list-item_special .card__price .default__yen {
    font-size: 1rem;
  }
}
@media screen and (min-width: 641px) {
  .list-item_special .card__price .default__yen {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .list-item_special .card__price .default i {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 641px) {
  .list-item_special .card__price .default i {
    font-size: 2rem;
  }
}
.list-item_special .card__price .yen, .list-item_special .card__price .tax {
  font-size: 70%;
}
@media screen and (min-width: 640px) {

  .list-item_special .card__price {
    font-size: 5rem;
  }
  .list-item_special .card__price .tax {
    font-size: 50%;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__price {
    font-size: 3.6rem;
	  margin-bottom: 15px;
  }
   .list-item_special .card .default_price span{
		font-size: 0.6em;
	}
}
@media screen and (max-width: 639px) {
  .list-item_special .card__btn.pc {
	  display: block;
    /*display: none;*/
  }
}
@media screen and (min-width: 640px) {
  .list-item_special .card__btn.pc {
    margin: 2.4rem 0 0;
  }
}
.list-item_special .card__btn.pc .card__btn__fav {
  padding: 4px;
  width: 100%;
  margin-bottom: 4px;
}
.list-item_special .card__btn.pc .card__btn__buy {
  padding: 4px;
  width: 100%;
}
.list-item_special .card__btn.pc a {
  background: #999999;
  text-align: center;
  display: block;
  color: #FFFFFF;
}

.list-item_special .card__btn.pc .card__btn__buy a {
  background: #cc0000;
  text-align: center;
  display: block;
  color: #FFFFFF;
}
.list-item_special .card__btn.pc a i {
  font-size: 100%;
  vertical-align: middle;
  padding-right: 4px;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__btn.pc a {
    font-size: 1.6rem;
    line-height: 3.3;
  }
}
@media screen and (max-width: 639px) {
  .list-item_special .card__btn.pc a {
    font-size: 1.4rem;
    line-height: 3.2;
  }
}
.list-item_special .card__btn.pc a:hover {
  background: #333333;
}

.list-item_special .card__btn.pc .card__btn__buy a:hover {
  background: #ac0000;
}

.list-item_special .card__btn.sp {
 /* display: flex;
  display: -webkit-flex;*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 1rem 0;
	display: none;
}
@media screen and (min-width: 640px) {
  .list-item_special .card__btn.sp {
    display: none;
  }
}
.list-item_special .card__btn.sp .card__btn__fav {
  padding: 4px;
  width: 50%;
}
.list-item_special .card__btn.sp .card__btn__buy {
  padding: 4px;
  width: 50%;
}
.list-item_special .card__btn.sp a {
  background: #999999;
  text-align: center;
  display: block;
  color: #FFFFFF;
}
.list-item_special .card__btn.sp a i {
  font-size: 100%;
  vertical-align: middle;
  padding-right: 4px;
}
@media screen and (max-width: 639px) {
  .list-item_special .card__btn.sp a {
    font-size: 1.2rem;
    line-height: 2.8;
  }
}

/*ranking_list*/
.section_title {
  text-align: center;
  font-family: 'EB Garamond', sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .section_title {
    font-size: 4.8rem;
    padding-top: 4.8rem;
  }
}
@media screen and (max-width: 639px) {
  .section_title {
    padding-top: 2.4rem;
    font-size: 2.4rem;
  }
}

.section_title_sub {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .section_title_sub {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 639px) {
  .section_title_sub {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}

.ranking_list {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #F0f0f0;
}
.ranking_list img {
  vertical-align: bottom;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .ranking_list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .ranking_list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.ranking_list li {
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .ranking_list li {
    width: 20%;
    padding: 8px;
  }
  .ranking_list li:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 639px) {
  .ranking_list li {
    padding: 4px;
    width: 40%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
}
.ranking_list li a {
  text-decoration: none;
  color: #2b2b2b;
}
.ranking_list li .thumbnail {
  margin-bottom: 10px;
}
.ranking_list li .thumbnail img {
  vertical-align: bottom;
  width: 100%;
}
.ranking_list .rank_no {
  display: table-cell;
  width: 20px;
  color: #FFFFFF;
}
.ranking_list .rank_no .no {
  width: 20px;
  box-sizing: boreder-box;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  height: 20px;
  border-radius: 50%;
}
.ranking_list .rank_no .no1.no {
  background: #e4bb01;
}
.ranking_list .rank_no .no.no2 {
  background: #4e2a2a;
}
.ranking_list .rank_no .no.no3 {
  background: #8b600d;
}
.ranking_list .rank_no .no {
  background: #CC6666;
}
.ranking_list .rank_title {
  display: table-cell;
  width: calc(100% - 30px);
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 1.7;
}
.ranking_list .rank_title .itemname {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .ranking_list .rank_title .itemname {
    font-size: 14px;
    min-height: 46px;
  }
}
@media screen and (max-width: 639px) {
  .ranking_list .rank_title .itemname {
    font-size: 12px;
    min-height: 40px;
  }
}
.ranking_list .size {
  color: #999;
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .ranking_list .d_price {
    font-size: 12px;
  }
}
@media screen and (max-width: 639px) {
  .ranking_list .d_price {
    font-size: 10px;
  }
}
.ranking_list .price {
  text-align: right;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #CC0000;
}
.ranking_list .price .yen, .ranking_list .price .tax {
  font-weight: normal;
  font-size: 10px;
}
.ranking_list .rank_label span {
  background: #CC0000;
  display: inline-block;
  color: #FFF;
  border-radius: 2px;
  margin-right: 8px;
}
@media screen and (min-width: 640px) {
  .ranking_list .rank_label span {
    padding: 2px 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 639px) {
  .ranking_list .rank_label span {
    padding: 2px 2px;
    font-size: 10px;
  }
}
.ranking_list .rank_label span.nolabel {
  background: transparent;
}
.ranking_list .fav_btn a,
.ranking_list .buy_btn a {
  margin: 20px 0;
  text-align: center;
  background: #666;
  color: #FFF;
  display: block;
  line-height: 3;
  letter-spacing: 1.6px;
  border-radius: 2px;
}
.ranking_list .fav_btn a:hover,
.ranking_list .buy_btn a:hover {
  background: #333;
}
@media screen and (min-width: 640px) {
  .ranking_list .fav_btn a,
  .ranking_list .buy_btn a {
    font-size: 12px;
  }
}
@media screen and (max-width: 639px) {
  .ranking_list .fav_btn a,
  .ranking_list .buy_btn a {
    font-size: 11px;
  }
}
.ranking_list .fav_btn a i,
.ranking_list .buy_btn a i {
  vertical-align: middle;
}
@media screen and (min-width: 640px) {
  .ranking_list .fav_btn a i,
  .ranking_list .buy_btn a i {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .ranking_list .fav_btn a i,
  .ranking_list .buy_btn a i {
    font-size: 13px;
  }
}

/*sale list*/
.list-item.sale {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.list-item.sale img {
  vertical-align: bottom;
  width: 100%;
}
.list-item.sale li {
  margin-right: 1%;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.1);
}
/*.list-item.sale li:nth-child(3n){
	margin-right: 0;
}*/

@media screen and (max-width: 1020px) {
	.list-item.sale {
		width: 95%;
	}
}

@media screen and (min-width: 640px) {
  .list-item.sale li {
    width: 32.3333%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li {
    width: 49.5%;
    margin-bottom: 15px;
	margin-right: 1%;
  }

	.list-item.sale li:nth-child(3n){
	margin-right: 1%;
}
	.list-item.sale li:nth-child(2n){
	margin-right: 0%;
}
}
.list-item.sale li .item_wrapper {
  width: 100%;
  background-color: #fff;
  padding: 2%;
  margin-bottom: 0px;
}
.list-item.sale li .sale_label {
  background: #CC0000;
  padding: 10px 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
}
.list-item.sale li a {
 /* display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;*/
  display: block;
  position: relative;
}
.list-item.sale li a .bottom, .list-item.sale li a .upper {
  width: 100%;
}
.list-item.sale li .circle {
  position: absolute;
  top: -16px;
  left: -10px;
  z-index: 5;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  background: url(../img/giza_bk.png) no-repeat 0 0;
}




@media screen and (min-width: 640px) {
  .list-item.sale li .circle {
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .circle {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
	/*background-size: 80px 80px;
    width: 80px;
    height: 80px;*/
  }
}
.list-item.sale li .circle .label__rate {
  font-weight: bold;
  display: inline-block;
  /*font-family: 'Century Gothic', Arial, Helvetica, "sans-serif";*/
	font-family: 'Jost', sans-serif;
}
.list-item.sale li .circle .label__cp{
	display: block;
	font-size: 0.6em;
	margin-bottom: 0;
	/*padding-top: 10px;*/
	padding-top: 18px;
}

@media screen and (min-width: 640px) {
  .list-item.sale li .circle .label__rate {
    padding: 14px 0 0;
	  /*padding: 0;*/
    font-size: 32px;
  }
 #sfree .list-item.sale li .circle .label__rate {
    padding: 18px 0 0;
    font-size: 24px;
  }
}


@media screen and (max-width: 639px) {
  .list-item.sale li .circle .label__rate {
    padding: 10px 0 0;
    font-size: 20px;
  }
#sfree .list-item.sale li .circle .label__rate {
    padding: 15px 0 0;
    font-size: 24px;
  }
}
.list-item.sale li .circle .label__pu_rate {
  font-weight: bold;
  display: inline-block;
  font-family: 'Century Gothic', Arial, Helvetica, "sans-serif";
}
@media screen and (min-width: 640px) {
  .list-item.sale li .circle .label__pu_rate {
    font-size: 28px;
    line-height: 80px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .circle .label__pu_rate {
    line-height: 60px;
    font-size: 20px;
  }
}
.list-item.sale li .circle .label__pu {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .circle .label__pu {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .circle .label__pu {
    font-size: 12px;
  }
}
.list-item.sale li .circle .label__percent {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .circle .label__percent {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .circle .label__percent {
    font-size: 12px;
  }
}
.list-item.sale li .circle .label__pb {
  line-height: 1;
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .circle .label__pb {
    font-size: 12px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .circle .label__pb {
    font-size: 8px;
  }
}
.list-item.sale li .circle .label__shipping_free {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .circle .label__shipping_free {
    padding: 16px 0 0;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .circle .label__shipping_free {
    padding: 10px 0 0;
    font-size: 14px;
  }
}
.list-item.sale li .circle .label__hangaku {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .circle .label__hangaku {
    line-height: 80px;
    font-size: 24px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .circle .label__hangaku {
    line-height: 60px;
    font-size: 20px;
  }
}
.list-item.sale li .circle .label__off {
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .circle .label__off {
    font-size: 20px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .circle .label__off {
    font-size: 16px;
  }
}
.list-item.sale li .thumbnail {
  margin-bottom: 10px;
}
.list-item.sale li .thumbnail img.lazyestload {
  width: 100%;
}
.list-item.sale li .itemname {
  padding: 0 4px;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-item.sale li .time{
	font-weight: bold;
	text-align: center;
	background-color: #eee7db;
	padding: 5px;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .itemname {
    font-size: 1.6rem;
    min-height: 46px;
	  font-weight: bold;
	  line-height: 1.6;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .itemname {
    font-size: 1.2rem;
    min-height: 32px;
  }
  .list-item.sale li .time{
	font-size: 0.8em;
  }
}
.list-item.sale li .size {
  padding-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .list-item.sale li .size {
    font-size: 10px;
	 /* display: none;*/
  }
}
@media screen and (min-width: 641px) {
  .list-item.sale li .size {
    font-size: 14px;
	 /* display: none;*/
  }
}


.list-item.sale li .default_price {
  padding: 0 4px;
  /*font-family: Arial, Helvetica, sans-serif;*/
 /* display: none;*/
	font-family: 'Jost', sans-serif;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .default_price {
    font-size: 2.4rem;
	  text-align: left;
  }
  .list-item.sale li .default_price .yen, .list-item.sale li .default_price .tax, .list-item.sale li .default_price .default {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
	.default_price {
		text-align: left;
	}
  .list-item.sale li .default_price .yen, .list-item.sale li .default_price .default {
    font-size: 1.4rem;
    padding-right: 2px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .default_price {
    font-size: 1.4rem;
	  text-align: left;
  }
	 .list-item.sale .list-2 .default_price {
    font-size: 1.6em;
  }
	.list-item.sale .list-2 .default_price span {
    font-size: 0.6em;
  }
  .list-item.sale li .default_price .yen, .list-item.sale li .default_price .tax, .list-item.sale li .default_price .default {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .list-item.sale li .default_price .yen, .list-item.sale li .default_price .default {
    font-size: 1.3rem;
    padding-right: 2px;
  }
}
.list-item.sale li .price {
  padding: 0 4px;
  font-weight: bold;
  /*font-family: Arial, Helvetica, sans-serif;*/
  line-height: 1;
  color: #da0000;
  text-align: right;
	font-family: 'Jost', sans-serif;
}
.sale2 li .price {
	display: none;
}
#hotitem .list-item.sale li .price:before{
	content: "SALE:";
	font-size: 0.5em;
}

/*#sale .list-item.sale li .price{
	display: none !important;
}*/

@media screen and (min-width: 640px) {
  .list-item.sale li .price {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
	
.sale2 li .price {
    display: none;
  }
  .list-item.sale li .price .yen, .list-item.sale li .price .tax {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .list-item.sale li .price .yen {
    font-size: 1.6rem;
    padding-right: 2px;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .price {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
	.sale2 li .price {
    display: none;
  }
  .list-item.sale li .price .yen, .list-item.sale li .price .tax {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .list-item.sale li .price .yen {
    font-size: 1.3rem;
    padding-right: 2px;
  }
}
@media screen and (min-width: 640px) {
  .list-item.sale li .fav_btn, .list-item.sale li .buy_btn {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .fav_btn, .list-item.sale li .buy_btn {
    margin-bottom: 0.8rem;
  }
}
.list-item.sale li .fav_btn i, .list-item.sale li .buy_btn i {
  vertical-align: middle;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .fav_btn i, .list-item.sale li .buy_btn i {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .fav_btn i, .list-item.sale li .buy_btn i {
    font-size: 1.2rem;
  }
}
.list-item.sale li .fav_btn a, .list-item.sale li .buy_btn a {
  display: block;
  background-color: #999999;
  font-weight: bold;
  line-height: 4;
  width: 95%;
  margin: auto;
  color: #FFFFFF;
  text-align: center;
  border-radius: 2px;
}
.list-item.sale li .fav_btn a:hover, .list-item.sale li .buy_btn a:hover {
  background: #666666;
}

.list-item.sale li .buy_btn a {
  background-color: #CC0000;

}
.list-item.sale li .buy_btn a:hover {
  background: #ac0000;
}
@media screen and (min-width: 640px) {
  .list-item.sale li .fav_btn, .list-item.sale li .buy_btn {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li .fav_btn, .list-item.sale li .buy_btn {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
	.list-item.sale .list-2 .buy_btn {
    font-size: 1.4rem;
	
    
  }
}
.list-item.sale li.pc {
  background-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 640px) {
  .list-item.sale li.list-2 {
    width: 48.5%;
  }
  .list-item.sale li.list-2 .itemname {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li.list-2 {
    width: 100%;
  }
  .list-item.sale li.list-2 .itemname {
    font-size: 16px;
	  font-weight: bold;
	  
  }
  .list-item.sale li.list-2 .circle {
    width: 20%;
  }
  .list-item.sale li.list-2 .price {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .list-item.sale li.list-2 .price .yen, .list-item.sale li.list-2 .price .tax {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .list-item.sale li.list-2 .price .yen {
    font-size: 1.6rem;
    padding-right: 2px;
  }
}
@media screen and (max-width: 639px) and (min-width: 640px) {
  .list-item.sale li.list-2 .fav_btn {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 639px) and (max-width: 639px) {
  .list-item.sale li.list-2 .fav_btn {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li.list-2 .fav_btn a {
    display: block;
    background-color: #da0000;
    font-weight: bold;
    width: 100%;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
  }
}
@media screen and (max-width: 639px) and (max-width: 639px) {
  .list-item.sale li.list-2 .fav_btn a {
    line-height: 5;
  }
}
@media screen and (max-width: 639px) {
  .list-item.sale li.list-2 .fav_btn a :hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 639px) and (min-width: 640px) {
  .list-item.sale li.list-2 .fav_btn {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 639px) and (max-width: 639px) {
  .list-item.sale li.list-2 .fav_btn {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}

.list-item.sale li.first {
  display: none;
}

/* Filter */
.filter_block {
  margin: auto;
  border: 3px solid  #fff;
  position: relative;
}
.filter_block .search_label {
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  text-align: center;
}
.filter_block .search_label span {
  background: #eeeeee;
  /* 背景と同じにしてください */
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0 20px;
}
@media screen and (max-width: 639px) {
  .filter_block .search_label span {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .filter_block {
    padding: 20px 10px 0 10px;
    width: 95%;
    border-radius: 6px;
    margin: 40px auto;
  }
}
@media screen and (min-width: 640px) {
  .filter_block {
    box-sizing: border-box;
    padding: 40px 0 0 0;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;

  }
}
.filter_block .cate_list {
  clear: both;
  overflow: hidden;
  margin-bottom: 8px;
  width: 95%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.filter_block .cate_list img {
  vertical-align: bottom;
  width: 100%;
}
.filter_block .cate_list li {
  display: inline-block;
  float: left;
  background: #999999;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 3px;
  color: #ffffff;
}
@media screen and (min-width: 640px) {
  .filter_block .cate_list li {
    font-size: 14px;
    padding: 10px 16px;
  }
  .filter_block .cate_list li:hover {
    background: #4e2a2a;
  }
}
@media screen and (max-width: 639px) {
  .filter_block .cate_list li {
    margin-right: 4px;
    font-size: 12px;
    padding: 0 7px;
    line-height: 2.2;
  }
	.filter_block .cate_list {
  margin-bottom: 8px;
  }
}
.filter_block .cate_list li.active {
  background: #4e2a2a;
  color: #FFF;
}

/*footer */

footer{
	text-align:center;
	font-size:90%;
	padding:20px 0;

	}
footer ul{ text-align:center; color:#000; display:inline-block;}
footer ul li{ float:left; margin-right:20px; padding-right:20px; border-right:1px solid #fff;}
footer ul li:last-child{ margin-right:0 !important; padding-right:0 !important; border-right:none !important;}
footer ul li a:link,footer ul li a:active,footer ul li a:hover,footer ul li a:visited{color:#fff; text-decoration:none;}



/*スマホ */
@media(max-width:640px){
	.pagetop a{
		display:block;
	}
	.pagetop::before{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}
.pagetop {
	display:block;
	position: fixed; bottom: 45px; right: 10px; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.3); -moz-transform: scale(0.3); -ms-transform: scale(0.3); -o-transform: scale(0.3); transform: scale(0.3); -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;}
.pagetop a {display: block; width: 30px; height: 30px; text-align: center; color: #000; font-size: 12px; text-decoration: none; line-height: 31px; border-radius:50%;}
.pagetop.show {opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); display:block;}




}
/**********************
 * parts
 **********************/
.cases img{
	max-width: 100%;
}

.horizontal {
	display: flex;
}

.horizontal-wrap {
	display: flex;
	flex-wrap: wrap;
}

.text-center {
	text-align: center;
}

.button {
	position: relative;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #e06d78;
	/*background-color: #E8F4B6;*/
	width: 100%;
	display: inline-block;
	line-height: 3;
	border-radius: 0.6rem;
	/*border: 1px solid #000000;*/
	box-shadow: 0px 3px #bd5761;
}
.button:hover {
	transition: all 0.5s;
	transform: translate(3px,0px);
	box-shadow: none;
}

.button .material-icons {
	font-size: 2.4rem;
	margin-bottom: 0.2rem;
}

/**********************
 * main visual
 **********************/
.main-visual {
	overflow: hidden;
	min-width: 1200px;
	max-width: 1920px;
	position: relative;
	margin: 0 auto 6rem auto;
}

.main-visual > img {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

/**********************
 * cases
 **********************/
.cases-catchphrase {
	text-align:center;
	margin-bottom: 8rem;
}

p.catchphrase span{
	display: block;
	padding: 10px;
	margin: 20px auto 0;
	border-top: 1px dotted #a57d5c;
	border-bottom: 1px dotted #a57d5c;
	text-align: center;
}

.cases-catchphrase img {
	width: 100%;
	display: block;
	margin-bottom: 4rem;
}

/**********************
 * about the book
 **********************/
.about-the-book {
	margin-bottom: 12rem;
	padding: 30px;
	border: 2px dashed #856244;
	border-radius: 10px;
}

.about-the-book h2{
	background-color: #ffffff;
	width: 40%;
	margin: -50px auto 50px;
}

.about-the-book__book > dt,
.about-the-book__book > dd {
	width: 50%;
}
.about-the-book__book > dt{
	margin-right: 50px;
}

.about-the-book__book dt img{
	max-width: 100%;
}

.about-the-book__book .title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #000000;
	padding-bottom: 20px;
	border-bottom: 2px dotted #614235;
}

.about-the-book__book .title span{
	display: inline-block;
	margin-left: 10px;
	font-size: 1.6rem;
}

.about-the-book__book .purchase {
	text-align: right;
	padding-top: 3rem;
}

.about-the-book__book .button {
	width: 84%;
}

/**********************
 * cases items
 **********************/
.cases__items {
	position: relative;
	margin: 0 -1.2%;
	/*justify-content: space-between;*/
}

.cases__items > li {
	width: calc((100% - 2.8% * 3) / 3);
	margin: 0 1.4% 5% 1.4%;
}

.cases__items.col2 > li {
	width: calc((100% - 2.8% * 2) / 2);
	margin: 0 1.4% 5% 1.4%;
}

.cases__items.col4 > li {
	width: calc((100% - 2.8% * 4) / 4);
	margin: 0 1.4% 5% 1.4%;
}



.cases__items__item {
	display: flex;
	flex-direction: column;
}

.cases__items__item .fabric {
	margin-top: auto;
}

.cases__items__item .catchphrase {
	margin-bottom: 2rem;
}

.cases__items__item .price {
	font-size: 2em;
	font-family: Arial, Helvetica, "sans-serif";
	margin-bottom: 2rem;
	text-align: right;
	color: #653a22;
	position: relative;
}

.cases__items.col4 p.price {
	/*display: none;*/
	font-size: 1.6em;
}



.cases__items__item .price:after{
	content: "円(税抜)";
	font-size: 0.6em;
}
.cases__items__item .price span{
	color: #e06d78;
	border: 1px solid #e06d78;
	padding: 4px 5px;
	border-radius: 3px;
	font-size: 0.4em;
	display: inline-block;
	margin-right: 10px;

}

.cases__items__item .image {
	margin-bottom: 0.8rem;
	min-height:0%; /* IE11 で flex-direction: column 配下に画像があると余白が出来てしまう問題対応 */
}

.cases__items__item .image img {
	width: 100%;
}

.cases__items__item .title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;color: #000;
}

.cases__items__item .title span{
	font-size: 1rem;
	padding-left: 10px;
}

.cases__items__item .catch{
	padding: 10px;
	text-align: center;
	border: 2px solid #e06c77;
	border-radius: 10px;
	margin-bottom: 2rem;
	font-weight: bold;
	color: #e06c77;
	font-size: 1.4em;
	position: relative;
	background-color: #ffffff;
}
.cases__items__item .catch:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.cases__items__item .catch:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e06c77;
  z-index: 1;
}


.cases__items__item li a {
	text-decoration: underline;
	color: #856244;
}
.cases__items__item a:hover {
	text-decoration: none;
}

.cases__items__item .items{
	list-style-position: inside;

}

.cases__items__item dl{
	margin-bottom: 2rem;
	border: 1px dashed #60A0BF;
	padding: 0 15px 15px;
	font-size: 0.9em;
}
.cases__items__item dt{
	font-weight: bold;
	margin-top: 15px;
}


.cases__items__item .items li {
/*	list-style-type: disc;*/
	background: url(https://www.rakuten.ne.jp/gold/maruishi-fab/feature/admission/img/shopping_cart-black-18dp.svg)0 2px no-repeat;
	padding-left: 25px;
	background-size: 16px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.cases__items__item .items li.none{
	background: none;
	padding-left: 0;
	margin-top: 20px;
	font-weight: bold;
	font-size: 0.8em;
}

.cases__items__item .items li.mb20{
	margin-bottom: 20px;
}


.cases__items__item .items:before{
	content: "これを使いました";
	color: #e06d78;
	display: block;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	border-top: 1px dashed #e06d78;
	border-bottom: 1px dashed #e06d78;
	font-weight: bold;
	font-size: 1.1em;
}

.cases__items__item p.image{
	position: relative;
}

#sec1 .cases__items__item p.image::before,
#sec2 .cases__items__item p.image::before{
    content: "";
    background: url("../img/kakudai.svg") 0 0 no-repeat;
        background-size: auto;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    left: 90%;
    top: 88%;
    background-size: 20px;
}

.relatedBox{
/*	width:98%;
	max-width:1120px;
	border-radius:30px;
	border:1px solid #000;*/
	background-color:#fff;
	position:relative;
}
ul.relatedBox{
/*	padding:30px;*/
	display:block;
	margin:0 auto 2rem;
}


ul.relatedBox li{
	width:49%;
	padding:0;
	float:left;
}
ul.relatedBox li:first-child{
	margin-right:2%;
}
ul.relatedBox li dt{
	float:left;
	margin-right:4%;
}
ul.relatedBox li dt img{
	max-width: 100%;
}
ul.relatedBox li dd{
	float:right;
	padding:0;
}

ul.relatedBox .txt{
	font-weight: bold;
	font-size: 1.2em;
	border-left: 5px solid #856244;
	line-height: 1;
	padding-left: 10px;
}

ul.relatedBox .itemName{
	padding:10px 0;
	font-size:1.1em;
}

ul.relatedBox li dt,ul.relatedBox li dd{
	width:48%;
}

@media screen and (max-width: 639px) {
  /**********************
   * cases
   **********************/
  .cases-catchphrase {
    margin-bottom: 4rem;
  }
  .cases-catchphrase img {
    margin-bottom: 2rem;
  }

  /**********************
   * about the book
   **********************/
  .about-the-book{
    padding: 15px;
    margin-top: 10rem;
  }

  .about-the-book__book {
    display: block;
    margin-bottom: 0rem;
  }

  .about-the-book h2{
    width: 65%;
    margin-bottom: 20px;
  }



  .about-the-book__book > dt,
  .about-the-book__book > dd {
    width: 100%;
    display: block;
  }

  .about-the-book__book > dt {
    margin-bottom: 1rem;
  }

  .about-the-book__book img {
    width: 100%;
  }

  .about-the-book__book .title {
    margin-bottom: 1rem;
  }

  .about-the-book__book .purchase .button {
    width: 100%;
  }

  .cases__items > li {
		width: calc((100% - 2.8% * 2) / 2);
		margin: 0 1.4% 8% 1.4%;
	}
  .cases__items > li {
    width: calc((100% - 2.8% * 2) / 2);
    margin: 0 1.4% 8% 1.4%;
  }

  #sec3 .cases__items.col4 > li,
  #sec4 .cases__items.col4 > li {
    width: calc((100% - 2.8% * 2) / 2);
    margin: 0 1.4% 8% 1.4%;
  }
  .cases__items__item{
    padding: 8px;
  }


  .cases__items__item .title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .cases__items__item .title span{
    display: block;
    margin-top: 5px;
    padding-left: 0;
  }
  .cases__items__item .price{
    font-size: 1.4em;
    font-weight: bold;
  }

  .cases__items__item .catchphrase {
    /*display: none;*/
    font-size: 1.1rem;
    min-height: 6rem;
  }
  .cases__items__item .catch{
    font-size: 0.8em;
  }
  .cases__items__item .items:before{
    font-size: 1em;
    padding: 5px;
  }
  .cases__items__item .items li{
    font-size: 13px;
  }

}
/********************************************************

    countdown

  ********************************************************/
  #CDT {
width: 100%;
text-align: center;
font-size: 49px;
font-weight: bold;
color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;}
#CDT01 {
width: 100%;
text-align: center;
font-size: 49px;
font-weight: bold;
color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;
}

.ttl {
color: #ffffff;
font-size: 28px;
font-weight: 600;
text-align: center;
margin: 0;
line-height: 1.5;
}

.timer {
background: #d00000;
margin: 5px auto;
padding: 5px;
}