@charset "utf-8";

.indentkomenum {
  padding-left: 2.2em;
  text-indent: -2.2em;
}

@media only screen and (min-width: 737px), print {
	.priceBoxmb20 {
		margin-bottom: 20px !important;
	}
	
	#products .oneProductsWrap {
		padding-right: 60px;
		padding-left: 0;
		justify-content: space-between;
	}
	
	#products .oneProductsWrap .info dl dt {
		width: 50%;
	}
	
	#products .oneProductsWrap .info dl dd {
		width: 50%;
	}
	
	#products .iconWrap .icon_area.column_04 li {
    	-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	
	/*3点購入の場合*/
	#three_purchase {
		margin-top: 70px;
		border: 4px solid #ECEFF1;
	}
	
	#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;
	}
	
	#three_purchase div.info p.priceBox span {
		font-size: 24px;
		font-weight: bold;
		color: #c00;
	}
	
	.btn-more a {
    	display: inline-block;
    	position: relative;
    	width: 100%;
    	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: '';
	}
	
	/*追記*/
	ul.threeColumn {
		display: flex;
		justify-content: space-between;
		margin-top: 100px;
	}
	
	ul.threeColumn li {
		width: 300px;
	}
	
	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%;
	}
	
	.fz22 {
		font-size: 22px !important;
	}
}



@media only screen and (max-width: 736px){
	#products .oneProductsWrap .info dl dt {
		width: 50%;
	}
	
	#products .oneProductsWrap .info dl dd {
		width: 50%;
	}
	
	#products .iconWrap .icon_area.column_04 li {
    	-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	
	/*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 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 8%;
	}
	
	#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{
		background: #ECEFF1;
		padding: 20px 0 16px 5%;
	}
	
	#three_purchase div.info p.priceBox {
		font-size: 12px;
	}
	
	#three_purchase div.info p.priceBox span {
		font-size: 20px;
		font-weight: bold;
		color: #c00;
		letter-spacing:-0.03em;
	}
	
	.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: '';
	}
	
	.spmb20 {
		margin-bottom: 20px !important;
	}
	
	.spmb50 {
		margin-bottom: 50px !important;
	}
	
	/*追記*/
	ul.threeColumn {
		margin-top: 15%;
	}
	
	ul.threeColumn li {
		margin-bottom: 10%;
	}
	
	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%;
	}
}

/*202107add*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}