@charset "UTF-8";


/*----------------------------------------------
icebattery
------------------------------------------------*/
	.pc_ice {
		display: block;
	}

	.sp_ice {
		display: none;
	}

.icebattery {
	background: url(/assets/img/products/icebattery/icebattery_bg_pc.png),
		url(/assets/img/products/icebattery/icebattery_bg_pc_02.jpg);
	background-position: top center, top center;
	background-repeat: no-repeat, repeat-x;
	width: 100%;
	background-size: auto;
}

.icebattery .inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.i_head {
	padding: 115px 0 50px;
}

.i_head_log {
	text-align: center;
}

.i_cont_01 {
	text-align: center;
	font-weight: bold;
	margin: 0 auto 110px;
}

.i_cont_ttl h2 {
	text-align: center;
	margin-bottom: 50px;
}

.i_cont_ttl h2 img {
	margin: 0 auto;
}

.i_cont_txt {
	margin: 0 auto;
}

.i_cont_txt_block {
	margin-bottom: 25px;
}

.i_cont_txt_block:last-child {
	margin-bottom: 0;
}

.i_cont_txt p {
	font-size: 19px;
	line-height: 2;
}

.i_cont_02 {
	text-align: center;
	margin-bottom: 300px;
}

.i_cont_item_01 {
	margin-bottom: 70px;
}

.i_cont_item_01_txt h3 {
	position: relative;
	font-weight: bold;
	color: #fff;
	background-color: #0083C9;
	display: inline-block;
	height: 50px;
	padding: 7px 7px 7px 15px;
	font-size: 26px;
	margin-bottom: 20px;
}

.i_cont_item_01_txt h3::before {
	position: absolute;
	top: 0;
	left: -8px;
	height: 50px;
	width: 10px;
	content: "";
	background: url("/assets/img/products/icebattery/i_ribon_01.png") repeat-y;
	background-size: 95%;
	display: inline-block;
}

.i_cont_item_01_txt h3::after {
	position: absolute;
	top: 0;
	right: -9px;
	height: 50px;
	width: 10px;
	content: "";
	background: url("/assets/img/products/icebattery/i_ribon_02.png") repeat-y;
	background-size: 95%;
	display: inline-block;
}

.i_cont_item_01_txt p {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.i_cont_item_02_txt {
	position: relative;
	display: inline-block;
	padding: 35px 0 30px;
	max-width: 470px;
	width: 100%;
}

.i_cont_item_02_txt::before,
.i_cont_item_02_txt::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
}

.i_cont_item_02_txt::before {
	border: 2px solid #58AD0E;
	bottom: -2px;
	right: -2px;
	z-index: 1;
}

.i_cont_item_02_txt::after {
	border: 2px solid #58AD0E;
	bottom: -10px;
	right: -10px;
	z-index: 2;
}


.i_cont_item_02_txt h3 {
	color: #58AD0E;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.i_cont_item_02_txt p {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}

.i_cont_cart_ttl h2 {
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 40px;
	text-align: center;
	font-size: 30px;
	color: #000;
}

.i_cont_cart_ttl h2::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 1px;
	width: 60px;
	height: 1px;
	margin: 0 0 0 -30px;
	background: #000;
}

.i_cart_box a {
	display: flex;
	width: 100%;
	max-width: 780px;
	margin: 0 auto 40px;
	background-color: #DEF4FC;
}

.i_cart_box .i_cart_img {
	position: relative;
	width: 50%;
	padding: 1rem;
}

.i_cart_box .i_cart_info {
	width: 50%;
	padding: 15px 0 15px 40px;
	background-color: #DEF4FC;
}

.i_cart_box .i_cart_info p.copy {
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
}

.i_cart_box .i_cart_info h3 {
	margin-bottom: 15px;
	font-size: 22px;
	color: #0083c9;
}

.i_cart_box .i_cart_info p.price {
	position: relative;
	margin-top: 15px;
	font-size: 40px;
	font-weight: bold;
}

.i_cart_box .i_cart_info p.price span {
	font-size: 17px;
	font-weight: bold;
}

.i_cart_box .i_cart_info p.price::after {
	content: url(/assets/img/products/icebattery/icebattery_item_arrow.png);
	display: inline-block;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	position: absolute;
	top: 12px;
	right: 15px;
}

.new_ice_01 {
  position: absolute;
  top: 4%;
  left: 18%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 1.3;
  background: #b6006a;
}
.new_ice_01 span{
  margin-top: -2px;
}

@media screen and (max-width: 999px) {
	.new_ice_01 {
		top: 10%;
		left: 5%;
		width: 36px;
		height: 36px;
		font-size: 10px
	}
}

@media screen and (max-width: 896px) {

	.pc_ice {
		display: none;
	}

	.sp_ice {
		display: block;
	}

	.icebattery {
		background: url(/assets/img/products/icebattery/icebattery_bg_sp.png), url(/assets/img/products/icebattery/icebattery_bg_sp_02.jpg);
		background-position: top center, top center;
		background-repeat: no-repeat, repeat-x;
		width: 100%;
		background-size: 165% auto;
	}

	.i_head {
		padding: 20vw 0 5vw;
	}

	.i_cont_01 {
		margin: 35vw auto 75vw;
	}

	.i_cont_ttl h2 {
		margin-bottom: 5vw;
	}

	.i_cont_ttl h2 img {
		width: 80%;
	}

	.i_cont_txt p {
		font-size: 4.5333vw;
		line-height: 1.75;
	}

	.i_cont_txt_block {
		margin-bottom: 3vw;
	}

	.i_cont_02 {
		margin-bottom: 70vw;
	}

	.i_cont_item_01 {
		margin-bottom: 8vw;
	}

	.i_cont_item_01_txt h3 {
		height: 9vw;
		padding: 1vw 7px 1vw 15px;
		font-size: 4.5333vw;
		margin-bottom: 5vw;
	}

	.i_cont_item_01_txt h3::before {
		position: absolute;
		top: 0;
		left: -6px;
		height: 9vw;
		width: 10px;
		content: "";
		background: url("/assets/img/products/icebattery/i_ribon_01.png") repeat-y;
		background-size: 65%;
		display: inline-block;
	}

	.i_cont_item_01_txt h3::after {
		position: absolute;
		top: 0;
		right: -9px;
		height: 9vw;
		width: 10px;
		content: "";
		background: url("/assets/img/products/icebattery/i_ribon_02.png") repeat-y;
		background-size: 65%;
		display: inline-block;
	}

	.i_cont_item_01_txt p {
		font-size: 3.7333vw;
		line-height: 1.7;
	}

	.i_cont_item_02_txt {
		padding: 25px 0 20px;
		max-width: 95%;
		width: 95%;
	}

	.i_cont_item_02_txt::before,
	.i_cont_item_02_txt::after {
		width: 100%;
		height: 100%;
	}

	.i_cont_item_02_txt::before {
		bottom: 0px;
		right: 0px;
		width: 100%;
		z-index: 1;
	}

	.i_cont_item_02_txt::after {
		bottom: -6px;
		right: -6px;
		z-index: 2;
	}

	.i_cont_item_02_txt h3 {
		font-size: 4.5333vw;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	.i_cont_item_02_txt p {
		font-size: 3.7333vw;
		font-weight: bold;
		line-height: 1.7;
	}

	.i_cont_cart_ttl h2 {
		padding: 0 0 20px;
		margin: 0 0 30px;
		font-size: 5.6vw;
	}

	.i_cart_box a {
		display: block;
		width: 90%;
		margin: 0 auto 40px;
	}

	.i_cart_box .i_cart_img {
		display: flex;
		align-items: center;
		align-content: space-between;
		width: 100%;
		padding: 3.2vw 3.2vw 1.333vw;
	}

	.i_cart_box .i_cart_img .i_cart_img_inner {
		width: 52%;
	}

	.i_cart_box .i_cart_img h3 {
		width: 48%;
		margin-bottom: 0;
		margin-left: 1.333vw;
		font-size: 4.5333vw;
		color: #0083c9;
		text-align: left
	}

	.i_cart_box .i_cart_info {
		width: 100%;
		padding: 1.333vw 3.2vw 3.2vw;
	}

	.i_cart_box .i_cart_info p.copy {
		font-size: 3.7333vw;
		line-height: 1.5;
		font-weight: bold;
	}

	.i_cart_box .i_cart_info p.price {
		margin-top: 15px;
		font-size: 5.6vw;
	}

	.i_cart_box .i_cart_info p.price span {
		font-size: 10px;
	}

	.i_cart_box .i_cart_info p.price::after {
		top: 0px;
		right: 0px;
	}
}
