@charset "utf-8";

/*202102add*/

.mainImg {
		width: 1200px;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	.mainImg .slick-dots {
		bottom: 10px;
	}

	.mainImg .slick-prev {
		left: -40px;
	}

	.mainImg .slick-next {
		right: -40px;
	}

	.mainImg .slick-prev,
	.mainImg .slick-next {
		top: calc(50% - 30px);
	}

	.mainImg .spshow {
		display: none;
	}

.indentkomenum {
	padding-left: 2.2em;
	text-indent: -2.2em;
}

.mb1em {
	margin-bottom: 1em;
}


	@media screen and (max-width: 736px) {
		.mainImg {
			width: 100%;
			padding-bottom: 0;
			overflow: hidden;
		}

		.mainImg img {
			width: 100%;
		}

		.mainImg .slick-dots {
			bottom: -15px;
		}

		.mainImg .slick-prev {
			left: 10px;
			z-index: 1;
		}

		.mainImg .slick-next {
			right: 10px;
		}

		.mainImg .slick-prev,
		.mainImg .slick-next {
			top: 30%;
		}

		.mainImg .pcshow {
			display: none;
		}

		.mainImg .spshow {
			display: inline;
		}
	}


/*202102add*/
.mt10 {
	margin-top: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.fz10 {
	font-size: 10px;
}

.fz11 {
	font-size: 11px;
}

.caution_M {
    font-size: 12px;
}

.indent1em {
	padding-left: 1em;
	text-indent: -1em;
}


.lineup_item_body-text sup {
	font-size: 10px;
	position: relative;
	top:-0.6em;
}


h4.product-type {
	text-align: left;
	margin-top: 40px;
    margin-bottom: 45px;
    padding-bottom: 10px;
    border-bottom: 2px solid #009844;
    font-size: 26px;
}

.btn-more a {
	display: inline-block;
	position: relative;
	width: 320px;
	padding: 15px;
	border-radius: 5px;
	background-color: #009844;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
	
 .btn-more a:after {
	 position: absolute;
	 top: 50%;
	 right: 20px;
	 width: 7px;
	 height: 7px;
	 margin-top: -5px;
	  -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
	 border-top: 2px solid #ffffff;
	 border-right: 2px solid #ffffff;
	 content: '';
}

@media screen and (max-width: 736px) {
	.btn-more a {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 15px;
		border-radius: 5px;
		background-color: #009844;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
	}
	
  .btn-more a:after {
	  position: absolute;
	  top: 50%;
	  right: 15px;
	  width: 7px;
	  height: 7px;
	  margin-top: -5px;
	  -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
	  border-top: 2px solid #ffffff;
	  border-right: 2px solid #ffffff;
	  content: '';
	}
	
	.mb30 {
	margin-bottom: 8%;
}
}


/*下層ページ追加*/

@media only screen and (min-width: 737px), print{
.oneProductsWrap {
    display: flex;
	padding: 70px 60px 0px 0px;
	justify-content: space-between
  }

.oneProductsWrap .comment {
    margin-bottom: 20px;
    font-size: 14px !important;
  }

.oneProductsWrap .photo {
    width: 470px;
  }
.oneProductsWrap .photo .for_sp {
    display: none;
  }
.oneProductsWrap .photo img {
    width: 100%;
  }

.oneProductsWrap .info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 400px;
	text-align: left;
  }
.oneProductsWrap .info .for_pc {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
  }
.oneProductsWrap .info .comment.for_pc {
    white-space: nowrap;
  }
.oneProductsWrap .info .priceBox {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 40px;
    padding: 10px 10px 15px 15px;
    background: #eceff1;
    font-size: 12px;
  }
.oneProductsWrap .info .priceBox span {
    display: block;
    color: #cc0000;
    font-family: "ヒラギノ角ゴ W6 JIS2004", Hiragino Kaku Gothic W6 JIS2004, "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
  }

/*3点購入の場合*/
	#three_purchase {
		margin-top: 70px;
		border: 4px solid #ECEFF1;
		text-align: left;
	}
	
	#three_purchase div.inner {
		padding: 40px 50px 20px;
	}
	
	#three_purchase h3.title {
		margin-bottom: 30px;
		font-size: 26px;
		font-weight: bold;
	}
	
	#three_purchase h3.square_bullet {
		margin-bottom: 20px;
	}
	
	
	#three_purchase ul {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	
	#three_purchase ul li img {
		width: 100%;
	}
	
	#three_purchase ul li {
		width: 240px;
		text-align: center;
	}
	
	#three_purchase ul li p.vcenter {
		padding: 25px 0;
	}
	
	#three_purchase ul li.plus {
		width: 50px;
		align-self: center;
	}
	
	#three_purchase ul li.plus img {
		width: 30px;
	}
	
	#three_purchase div.info{
		background: #ECEFF1;
		padding: 20px 0 16px 45px;
	}
	
	#three_purchase div.info p.priceBox {
		font-size: 12px;
		text-align: left;
	}
	
	#three_purchase div.info p.priceBox span {
		font-size: 24px;
		font-weight: bold;
		color: #c00;
	}

	.spShow {
    	display: none;
	}
	
	/*追記*/
	ul.threeColumn {
		display: flex;
		justify-content: space-between;
	}
	
	ul.threeColumn li {
		width: 300px;
		text-align: left;
	}
	
	ul.threeColumn li h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	ul.threeColumn li p.priceBox {
		font-size: 14px;
		letter-spacing: -0.01em;
	}
	
	ul.threeColumn li p.priceBox span {
		font-size: 20px;
		font-weight: bold;
		color: #c00;
	}
	
	ul.threeColumn li img {
		width: 100%;
	}
}


@media only screen and (max-width: 736px) {
.oneProductsWrap {
    margin-bottom: 30px;
	text-align: left;
  }
  .oneProductsWrap .comment {
    font-size: 14px;
  }
  .oneProductsWrap .photo {
    margin-bottom: 10px;
  }
  .oneProductsWrap .photo img {
    width: 100%;
  }
  .oneProductsWrap .photo .for_sp {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
  }
  .oneProductsWrap .photo .for_sp.comment {
    margin-top: 10px;
    font-size: 14px;
  }

  .oneProductsWrap .info .for_pc {
    display: none;
  }
 .oneProductsWrap .info .priceBox {
    margin-bottom: 15px;
    padding: 15px;
    background: #eceff1;
    font-size: 12px;
  }
  .oneProductsWrap .info .priceBox span {
    display: block;
    margin-bottom: 5px;
    color: #cc0000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.03em;
  }
	
	/*3点購入の場合*/
	#three_purchase {
		margin-top: 40px;
		margin-bottom: 13%;
		border: 2px solid #ECEFF1;
	}
	
	#three_purchase div.inner {
		padding: 5% 5% 1%;
	}
	
	#three_purchase h3.title {
		margin-bottom: 8%;
		font-size: 20px;
		font-weight: bold;
	}
	
	#three_purchase h3.square_bullet {
		margin-bottom: 6%;
	}
	
	#three_purchase ul {
	}
	
	#three_purchase ul li img {
		width: 80%;
	}
	
	#three_purchase ul li {
		text-align: center;
	}
	
	
	#three_purchase ul li.plus {
		text-align: center;
	}
	
	#three_purchase ul li.plus img {
		width: 30px;
		margin: 20px 0;
	}
	
	#three_purchase div.info{
		margin-top: 30px;
		background: #ECEFF1;
		padding: 20px 0 16px 5%;
	}
	
	#three_purchase div.info p.priceBox {
		font-size: 12px;
		text-align: left;
	}
	
	#three_purchase div.info p.priceBox span {
		font-size: 20px;
		font-weight: bold;
		color: #c00;
		letter-spacing:-0.03em;
	}
	
	/*追記*/
	ul.threeColumn {
	}
	
	ul.threeColumn li {
		margin-bottom: 10%;
		text-align: left;
	}
	
	ul.threeColumn li h3 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	ul.threeColumn li p.priceBox {
		font-size: 12px;
		letter-spacing: -0.01em;
	}
	
	ul.threeColumn li p.priceBox span {
		font-size: 20px;
		font-weight: bold;
		color: #c00;
	}
	
	ul.threeColumn li img {
		width: 100%;
	}
}



@media only screen and (min-width: 737px), print{
	.addCulumn {
		width: 980px;
		margin: 0 auto;
		padding: 80px 0;
	}
	
	.headline {
		position: relative;
		padding: 0 0 10px 0;
		font-weight: bold;
	}
	
	.headline.topline {
		margin-top: 90px;
		margin-bottom: 60px;
		font-size: 36px;
	}
	
	.headline.topline_top {
		margin-top: 0;
		margin-bottom: 60px;
		font-size: 36px;
	}
	
	.cp_txtOnly {
		padding-left: 60px;
	}
	
	.cp_txtOnly h4.noline {
		margin-bottom: 10px;
		font-family: "ヒラギノ角ゴ W6 JIS2004", Hiragino Kaku Gothic W6 JIS2004, "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		font-size: 18px;
		font-weight: bold;
	}
	
	.mb40 {
		margin-bottom: 40px !important;
	}
	
	.mb70 {
		margin-bottom: 70px !important;
	}
	
	.cp_rightPhoto {
    	display: flex;
    	justify-content: space-between;
    	padding-left: 60px;
	}
	
	.cp_rightPhoto .copy {
		box-sizing: border-box;
		width: 610px;
		padding-right: 20px;
	}
	
	.cp_rightPhoto .copy h3.square_bullet {
		letter-spacing: 0.03em;
		line-height: 1;
	}
	
	.square_bullet {
		position: relative;
		padding-left: 1.25em;
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	.square_bullet.line_L {
		line-height: 1.6 !important;
	}
	
	.square_bullet::before {
		position: absolute;
		top: 0;
		left: 0;
		color: #009844;
		content: '■ ';
	}
	
	.mb15em {
		margin-bottom: 1.5em !important;
	}
	
	.cp_rightPhoto .photo {
		width: 300px;
		margin-left: 10px;
	}
	
	.cp_rightPhoto .photo img {
		width: 100%;
	}
	
	a.btn_back {
		margin: 80px auto 0 !important;
	}
}



@media only screen and (max-width: 736px){
	.addCulumn#introduction {
		padding-top: 34px;
		padding-bottom: 25px;
	}
	
	.addCulumn {
		width: 90.625%;
		margin: 0 auto;
		padding: 40px 0;
	}
	
	.headline {
		padding-bottom: 20px;
	}
	
	.headline.topline_top {
		margin-bottom: 25px;
		font-size: 22px;
	}
	
	.headline.topline {
		margin-top: 30px;
		margin-bottom: 25px;
		font-size: 22px;
	}
		
	.spmb50 {
		margin-bottom: 50px !important;
	}
	
	.spmb20 {
		margin-bottom: 20px !important;
	}
	
	.cp_txtOnly h4 {
		font-size: 17px;
	}

	
	.cp_rightPhoto .copy h3.square_bullet {
		margin-bottom: 5px;
	}
	
	.square_bullet {
		margin-left: 27px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -0.01em;
		text-indent: -27px;
	}

	
	.square_bullet::before {
		color: #009844;
		content: '■ ';
	}
	
	.mb15em {
		margin-bottom: 1.5em !important;
	}
	
	.cp_rightPhoto .photo img {
		width: 100%;
	}
	
	a.btn_back {
		width: 100%;
		box-sizing: border-box;
		margin: 25px 0 15px !important;
	}
}
