@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px) {
	.main{
		margin: 0 auto;
		width: 75%;
	}
	.main p{
		line-height: 160%;
	}
	.main .mb{
		margin: 0 auto 40px;
		width: 840px !important;
	}
	.main .sub_mb{
		margin: 0 0 40px;
	}
	.main .min_mb{
		margin: 0 0 20px;
	}
	.main .item_inner{
		width: 840px;
		margin: 0 auto;
	}
	.main .item_inner .intro{
		font-weight: bold;
		font-size: 17px;
		line-height: 160%;
		padding: 0 15px;
		margin: 0 0 35px;
	}
	.main .item_inner .intro .red{
		color: #f31313;
	}
/*===== special =====*/
	.special {
		width: 840px;
		padding: 40px 0 60px;
		margin: 0 auto 50px;
	}
	.special_ttl {
		width: 750px;
		text-align: center;
		padding: 0 0 10px;
		border-bottom: double 4px #111;
		margin: 0 auto 40px;
	}
	.special_ttl span {
		display: block;
		margin: 0 0 15px;
	}
	.special_list {
		width: 750px;
		margin: 0 auto;
	}
	.special_list li:nth-child(1) {
		margin: 0 0 60px;
	}
	.special_list li:nth-child(2) {
		margin: 0 0 60px;
	}
	.special_list li figure .img {
		width: 360px;
	}
	.special_list li:nth-child(1) figure .img {
		width: 360px;
		float: right;
	}
	.special_list li:nth-child(2) figure .img {
		margin: 0 0 20px;
	}
	.special_list li:nth-child(3) figure .img {
		width: 360px;
		float: left;
	}
	.special_list li:nth-child(1) figure figcaption {
		width: 370px;
		float: left;
	}
	.special_list li:nth-child(3) figure figcaption {
		width: 370px;
		float: right;
	}
	.special_list li figure figcaption .subttl {
		padding: 0 0 10px;
		border-bottom: solid 1px #111;
		margin: 0 0 10px;
	}
	.special_list li:nth-child(1) figure figcaption .subttl {
		width: 370px;
	}
	.special_list li:nth-child(3) figure figcaption .subttl {
		width: 370px;
	}
	.special_list li figure figcaption p {
		/* font-weight: bold; */
		font-size: 16px;
		line-height: 180%;
		color: #333;
	}
/*===== point =====*/
.main	.point {
		background: #ffe6e6;
		width: 840px;
		border-radius: 10px;
		padding: 40px 20px;
		margin: 0 auto 20px;
	}
	.point_ttl {
		width: 360px;
		margin: 0 auto 50px;
	}
	.point_list li {
		width: 250px;
		float: left;
		margin: 0 20px 0 0;
	}
	.point_list li:last-child {
		margin: 0;
	}
	.point_list .subttl {
		margin: 0 0 20px;
	}
	.point_list .img {
		width: 220px;
		margin: 0 auto 15px;
	}
	.point_list .img img {
		width: 100%;
	}
	.point_list p {
		font-size: 15px;
		/* font-weight: bold; */
	}
	.point_list p span {
		font-weight: normal;
		font-size: 13px;
		display: block;
	}
	.point_list p .kome {
		display: inline;
		font-size: 10px;
	}
/*===== list ttl =====*/
	.list_ttl {
		text-align: center;
		margin: 30px 0;
	}
	.list_ttl:nth-of-type(2) {
		margin: 0 0 40px;
	}
/*===== list =====*/

.item_list figure {
 margin: 0 0 10px 0;
}
.set_list figure {
 overflow: hidden;
}
.item_list figcaption {
 text-align: center;
}
.item_list figure .img {
 max-height: 250px;
 text-align: center;
 overflow: hidden;
 margin: 0 0 15px 0;
}

.item_list	.postage{
	font-size: 12px;
	text-align: center;
	width: 125px;
	margin: 0 auto;
	border: 1px solid #d52425;
	color: #d52425;
	padding: 0 3px;
	}
.item_list figure .img img {
 width: 100%;
 transition: .5s;
}
.item_list figure a:hover {
 transform: scale(1.02);
 transition: .5s;
}
.item_list .list_ttl {
 font-size: 15px;
 text-align: center;
 font-weight: 600;
 margin: 0 0 3px;
 width: 100%;
 line-height: 160%;
}
.set_list .set_info{
	margin: 0 0 30px;
}
.item_list .code {
 text-align: center;
 margin: 0 0 5px 0;
 line-height: 140%;
 vertical-align: middle;
}
.item_list .capa {
 display: inline-block;
 font-size: 13px;
 text-align: center;
 margin: 0 0 10px 0;
 line-height: 140%;
 vertical-align: middle;
}
.item_list .price {
 font-size: 17px;
 color: #d52425;
 text-align: center;
 margin: 0 0 5px 0;
 line-height: 120%;
 font-weight: 600;
}
.item_list .price .pre {
 font-size: 13px;
 color: #333;
 margin: 0 5px 0 0;
}
.item_list .price span {
 font-size: 12px;
 font-weight: 500;
}
.item_list .price .pre span {
	font-size: 16px;
 text-decoration: line-through;
}
.item_list .btn {
 width: 200px;
 margin: 20px auto 0;
 position: relative;
 border: none;
}
.item_list .btn a {
 display: block;
 padding: 7px;
 font-size: 15px;
 text-align: center;
}
.item_list .btn:after {
 content: ">";
 position: absolute;
 right: 8px;
 top: 8px;
 font-size: 15px;
 font-weight: 500;
 transition: .3s;
}
.item_list .btn:hover:after {
 color: #fff;
 transition: .3s;
}
span.ico {
 display: inline-block;
 padding: 4px 4px;
 line-height: 120%;
 margin: 3px;
 font-size: 13px;
 font-weight: 500;
 text-align: center;
}
	.under_bnr{
		text-align: center;
	}
 .present{
  font-size: 23px;
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  margin: 70px 0 -20px 0;
  line-height: 120%;
  z-index: 5;
  position: relative;
 }
	.bnr{
		width:640px;
		margin: 0 auto 100px;
	}
	/*===== list =====*/

	.set_item_list{
	 width: 100%;
	 background: #fff;
	 margin: 0 0 100px;
	}

	.set_item_list li {
	 width: 200px;
	 float: left;
	 margin: 0 32px 0 0;
	}

	.set_item_list li:nth-child(4n) {
	 margin: 0 0 0 0;
	}
	.set_item_list figure {
	 margin: 0 0 10px 0;
	}
	.set_item_list figure {
	 overflow: hidden;
	}
	.set_item_list figcaption {
	 text-align: center;
	}
	.set_item_list figure .img {
	 max-height: 250px;
	 text-align: center;
	 overflow: hidden;
	 margin: 0 0 15px 0;
	}

	.set_item_list .postage{
		font-size: 12px;
		text-align: center;
		width: 125px;
		margin: 0 auto;
		border: 1px solid #d52425;
		color: #d52425;
		padding: 0 3px;
		}
	.set_item_list figure .img img {
	 width: 100%;
	 transition: .5s;
	}
	.set_item_list figure a:hover {
	 transform: scale(1.02);
	 transition: .5s;
	}
	.set_item_list .list_ttl {
	 font-size: 16px;
	 text-align: center;
	 font-weight: 700;
	 margin: 0 0 3px;
	 width: 100%;
	 line-height: 160%;
	}
	.set_item_list .set_info{
		margin: 0 0 30px;
	}
	.set_item_list .code {
	 text-align: center;
	 margin: 0 0 5px 0;
	 line-height: 160%;
	 vertical-align: middle;
	}
	.set_item_list .capa {
	 display: inline-block;
	 font-size: 14px;
	 text-align: center;
	 margin: 0 0 10px 0;
	 line-height: 140%;
	 vertical-align: middle;
	}
	.set_item_list .price {
	 font-size: 17px;
	 color: #d52425;
	 text-align: center;
	 margin: 0 0 5px 0;
	 line-height: 120%;
	 font-weight: 600;
	}
	.set_item_list .price .pre {
	 font-size: 13px;
	 color: #333;
	 margin: 0 5px 0 0;
	}
	.set_item_list .price .pre span {
	 text-decoration: line-through;
	}
	.set_item_list .price span {
	 font-size: 12px;
	 font-weight: 500;
	}
	.set_item_list .btn {
	 width: 200px;
	 margin: 20px auto 0;
	 position: relative;
	 border: none;
	}
	.set_item_list .btn a {
	 display: block;
	 padding: 7px;
	 font-size: 15px;
	 text-align: center;
	}
	.set_item_list .btn:after {
	 content: ">";
	 position: absolute;
	 right: 8px;
	 top: 8px;
	 font-size: 15px;
	 font-weight: 500;
	 transition: .3s;
	}
	.set_item_list .btn:hover:after {
	 color: #fff;
	 transition: .3s;
	}
	.home_bnr{
 width:800px;
 margin: 0 auto 30px;
}
	.main .bg{
	position: relative;
	}
	.main .bg .img{
	width: 800px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	}
	.item_copy{
		font-size: 17px;
		color:#ff0000;
		font-weight: bold;
		line-height: 150%;
		text-align: center;
		margin: 0 0 10px;
	}
	.item_short_copy{
		font-size: 13px;
		color:#ff0000;
		font-weight: bold;
		line-height: 150%;
		text-align: left;
		margin: 0 15px 5px;
	}
	.set_ttl{
		text-align: center;
		margin: 0 0 20px;
		font-size: 25px;
		padding: 0 0 15px;
		border-bottom: 2px solid #ed0001;
		color:#ed0001;
		font-weight: bold;
	}
	.offer_bnr{
		width:820px;
		text-align: center;
		margin: 0 auto 60px;
	}
}

/*===== PC ここまで =====*/
@media only screen and (min-device-width : 741px) and (max-device-width : 1024px) {
}

/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
.main{
		width: 100%!important;
		margin: 0 auto;
		padding: 15px 0 0;
	}
	.main .img{
		width: 100%;
		margin:0 auto;
	}
.main .mb{
		margin: 0 0 40px;
	}
	.main .sub_mb{
		margin: 0 0 25px;
	}
	.main .min_mb{
		margin: 0 0 15px;
	}
	.main img{
		width: 100%;
	}
	.main .item_inner{
		width: 92%;
		margin: 0 auto;
	}
	.main .item_inner .intro{
		font-weight: bold;
		font-size: 15px;
		margin: 0 0 25px;
	}
	.main .item_inner .intro .red{
		color: #f31313;
	}
/*===== special =====*/
	.special {
		width: 92%;
		padding: 20px 0 30px;
		margin: 0 auto 50px;
	}
	.special_ttl {
		width: 90%;
		text-align: center;
		padding: 0 0 10px;
		border-bottom: double 4px #111;
		margin: 0 auto 20px;
	}
	.special_ttl span {
		width: 40%;
		display: block;
		margin: 0 0 5px;
	}
	.special_list {
		width: 90%;
		margin: 0 auto;
	}
	.special_list li {
		margin: 0 0 15px;
	}
	.special_list li:nth-child(3) {
		margin: 0;
	}
	.special_list li figure .img {
		margin: 0 0 10px;
	}
	.special_list li figure figcaption .subttl {
		width: 100%;
		padding: 0 0 10px;
		border-bottom: solid 1px #111;
		margin: 0 0 10px;
	}
	.special_list li:nth-child(1) figure figcaption .subttl img {
		width: 53%;
	}
	.special_list li:nth-child(2) figure figcaption .subttl img {
		width: 60%;
	}
	.special_list li:nth-child(3) figure figcaption .subttl img {
		width: 52%;
	}
	.special_list li figure figcaption p {
		font-weight: bold;
	}
/*===== point =====*/
	.main .point {
		width: 100%;
		padding: 40px 0;
		background: #ffe5e5;
		margin: 0 auto 40px;
	}
	.point_ttl {
		width: 80%;
		margin: 0 auto 25px;
	}
	.point_list {
		width: 60%;
		margin: 0 auto;
	}
	.point_list li {
		margin: 0 0 30px;
	}
	.point_list li:last-child {
		margin: 0;
	}
	.point_list .subttl {
		margin: 0 0 20px;
	}
	.point_list .img {
		width: 80%;
		margin: 0 auto 15px;
	}
	.point_list p {
		font-weight: bold;
	}
	.point_list p span {
		font-weight: normal;
		font-size: 12px;
		display: block;
	}
	.point_list p .kome {
		display: inline;
		font-size: 9px;
	}
/*===== list ttl =====*/
	.list_ttl {
		text-align: center;
		margin: 30px 0;
	}
	.list_ttl img:nth-child(1) {
		width: 65%;
		margin: 0 0 5px;
	}
	.list_ttl img:nth-child(2) {
		width: 70%;
	}
	.list_ttl:nth-of-type(2) {
		margin: 30px 0 30px;
	}
	.list_ttl:nth-of-type(2) img:nth-child(1) {
		width: 60%;
		margin: 0 0 5px;
	}
	.list_ttl:nth-of-type(2) img:nth-child(2) {
		width: 61%;
	}
	/*===== list =====*/
.item_list {
 width: 90%;
 margin: 0 auto 0px;
}
.item_list li {
 width: 100%;
 margin: 0 0 25px 0;
 padding: 0 0 25px 0;
 border-bottom: 1px solid #ccc;
}
.item_list figure {
 margin: 0 0 0 0;
 overflow: hidden;
}
.item_list figcaption {
 text-align: left;
 float: right;
 width: 67%;
}
.item_list figure .img {
 width: 30%;
 text-align: center;
 overflow: hidden;
 margin: 0;
 float: left;
}
.item_list figure .img img {
 width: 100%;
 transition: .5s;
}
.item_list .list_ttl {
 font-size: 14px;
 text-align: left;
 font-weight: 500;
 margin: 0 0 5px 0;
 width: 100%;
 line-height: 160%;
}
.item_list .code {
 font-size: 12px;
 text-align: left;
 margin: 0 0 5px 0;
 line-height: 140%;
}
.item_list .capa {
 font-size: 12px;
 text-align: left;
 margin: 0 0 10px 0;
 line-height: 120%;
}
.item_list .price {
 font-size: 16px;
 color: #d52425;
 text-align: right;
 margin: 0 0 3px 0;
 line-height: 120%;
 font-weight: 500;
}

.item_list	.postage{
	font-size: 11px;
	text-align: center;
	display: inline;
	margin: 0 auto;
	border: 1px solid #d52425;
	color: #d52425;
	padding: 0 3px;
	}
.item_list .price span {
 font-size: 11px;
 font-weight: 500;
}
.item_list .price .pre {
 font-size: 13px;
 color: #333;
 margin: 0 5px 0 0;
}
.item_list figcaption .price .pre span {
	font-size: 14px;
text-decoration: line-through;
}
.item_list figcaption .postage {
font-size: 12px;
	text-align: center;
	width: 125px;
	margin: 0 auto 20px;
	border: 1px solid #d52425;
	color: #d52425;
	padding: 0 3px;
}


.item_list .btn {
 width: 80%;
 margin: 20px auto 0;
 position: relative;
 border: 1px solid #ccc;
}
.item_list .btn a {
 display: block;
 padding: 5px;
 font-size: 12px;
 text-align: center;
}
.item_list .btn:after {
 content: ">";
 position: absolute;
 right: 5px;
 top: 5px;
 font-size: 10px;
 font-weight: 500;
}
span.ico {
 display: inline-block;
 padding: 3px 3px;
 line-height: 120%;
 margin: 2px;
 font-size: 11px;
 font-weight: 500;
 text-align: center;
}
.ico_free {
 border: 1px solid #d52425;
 color: #d52425;
}
	.under_bnr{
		width: 94%;
		margin: 0 auto;
		text-align: center;
	}
 .present{
  font-size: 14px;
  color:#ff0000;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 -5px 0;
  line-height: 130%;
  z-index: 5;
  position: relative;
 }
	.bnr{
		margin: 0 0 50px;
	}
	.bnr li:first-of-type{
		margin: 0 0 20px;
	}
	.item_copy{
		width: 60%;
		font-weight: bold;
		line-height: 150%;
		text-align: center;
		margin: 0 auto 15px;
	}
	.item_copy img{width:100%;}
	.item_short_copy{
		font-size: 11px;
		color:#ff0000;
		font-weight: bold;
		line-height: 150%;
		text-align: left;
		margin: 0 0 10px;
	}
	.set_ttl{
		text-align: center;
		margin: 40px 0 20px;
		font-size: 18px;
		padding: 0 0 15px;
		border-bottom: 2px solid #ed0001;
		color:#ed0001;
		font-weight: bold;
	}
	/*===== set_item_list =====*/
.set_item_list {
 width: 90%;
 margin: 0 auto 0px;
}
.set_item_list li {
 width: 100%;
 margin: 0 0 25px 0;
 padding: 0 0 25px 0;
 border-bottom: 1px solid #ccc;
}
.set_item_list figure {
 margin: 0 0 0 0;
 overflow: hidden;
}
.set_item_list figcaption {
 text-align: left;
 float: right;
 width: 67%;
}
.set_item_list figure .img {
 width: 30%;
 text-align: center;
 overflow: hidden;
 margin: 0;
 float: left;
}
.set_item_list figure .img img {
 width: 100%;
 transition: .5s;
}
.set_item_list .list_ttl {
 font-size: 14px;
 text-align: left;
 font-weight: 500;
 font-weight: bold;
 margin: 0 0 5px 0;
 width: 100%;
 line-height: 160%;
}
.set_item_list .code {
 font-size: 12px;
 text-align: left;
 margin: 0 0 5px 0;
 line-height: 140%;
}
.set_item_list .capa {
 font-size: 12px;
 text-align: left;
 margin: 0 0 10px 0;
 line-height: 120%;
}
.set_item_list .price {
 font-size: 16px;
 color: #d52425;
 text-align: right;
 margin: 0 0 3px 0;
 line-height: 120%;
 font-weight: 500;
}

.set_item_list	.postage{
	font-size: 11px;
	text-align: center;
	display: inline;
	margin: 0 auto;
	border: 1px solid #d52425;
	color: #d52425;
	padding: 0 3px;
	}
.set_item_list .price span {
 font-size: 11px;
 font-weight: 500;
}
.set_item_list .price .pre {
 font-size: 13px;
 color: #333;
 margin: 0 5px 0 0;
}
.set_item_list figcaption .price .pre span {
	font-size: 14px;
text-decoration: line-through;
}
.set_item_list figcaption .postage {
font-size: 12px;
	text-align: center;
	width: 125px;
	margin: 0 auto 20px;
	border: 1px solid #d52425;
	color: #d52425;
	padding: 0 3px;
}


.set_item_list .btn {
 width: 80%;
 margin: 20px auto 0;
 position: relative;
 border: 1px solid #ccc;
}
.set_item_list .btn a {
 display: block;
 padding: 5px;
 font-size: 12px;
 text-align: center;
}
.set_item_list .btn:after {
 content: ">";
 position: absolute;
 right: 5px;
 top: 5px;
 font-size: 10px;
 font-weight: 500;
}
.main .bg{
position: relative;
}
.main .bg .img{
width: 75%;
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
}
.home_bnr{
 width:90%;
 margin: 0 auto 20px;
}
.offer_bnr{
	margin: 0 0 20px;
}
.offer_bnr img{
	width:100%;
}
}
/*===== SP ここまで =====*/
