@charset "utf-8";

/* 
key_visual
======================================================================== */
.key_visual {
	margin-top: 96px;
	gap: 0;
}
.kv_img {
	margin-right: 17px;
	text-align: center;
	position: relative;
}
.kv_img::before {
	content: '';
	display: block;
	width: 893px;
	height: 793px;
	background: url(/softdrink/jihanki/vending-machine/disaster/img/bg_kv.png) no-repeat right bottom /
		contain;
	position: absolute;
	right: 19px;
	bottom: 72px;
}
.kv_img img {
	position: relative;
	z-index: 1;
}

/* 
textarea
-------------------------------------------------- */
.key_visual .heading_type1 .heading_text {
	font-size: 2.875rem; /* 46px */
	line-height: 1.2;
	color: #011a5d;
}
.key_visual .lead_text {
	margin-top: 32px;
	font-size: 1.25rem; /* 20px */
	font-weight: bold;
	line-height: 1.5;
}
.key_visual .caution_list {
	margin-top: 48px;
}

/* 
carry
======================================================================== */
.carry {
	margin-top: 83px;
	padding: 87px 0 100px;
}
.carry_step_list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-right: 2.32%;
}
.carry_step_list_item {
	width: 19.789%;
	padding: 20px 22px;
	background-color: #fff;
	position: relative;
}
.carry_step_list_item::before {
	content: '';
	width: 12%;
	height: 100%;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 0;
	right: -12%;
	z-index: 1;
}
.carry_step_list_item::after {
	content: '';
	width: 100%;
	height: 50px;
	background-color: #eaeff3;
	position: absolute;
	top: 50%;
	right: -100%;
	transform: translateY(-50%);
}
.carry_step_list_item:last-of-type:after {
	content: none;
}
.carry_step_list_label {
	width: 87.92%;
	margin: 0 auto;
	padding: 7px;
	background-color: #011a5d;
	border-radius: 9999px;
	color: #fff;
	font-size: 1.625rem; /* 26px */
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.carry_step_list_img {
	margin-top: 23px;
}
.carry_step_list_text {
	margin-top: 18px;
	font-size: 1.125rem; /* 18px */
	font-weight: bold;
	line-height: 1.777;
}
.carry_step_list + .column_2col {
	margin-top: 55px;
}
.carry .contents_text {
	font-size: 1.125rem; /* 18px */
	line-height: 1.777;
}
.carry .caution_list {
	margin-top: 40px;
}

/* 241127 update*/
#point2 {
	margin-top: 192px;
	background: #dbf8ff;
	border-radius: 0 100px 0 0;
}

#point2 .contents_text.fb {
	font-weight: bold;
}
.section_point {
	margin-top: -100px;
	padding: 100px 0 200px;
	border-radius: 100px 0 0 0;
}
.section_point:last-of-type {
	padding-bottom: 100px;
}
.section_point:nth-of-type(2n) {
	border-radius: 0 100px 0 0;
}
.section_point .heading_type2 .sub {
	display: block;
	padding-bottom: 7px;
	color: #0468bf;
	font-size: 1.875rem; /* 30px */
	line-height: 1.2;
}
.section_point .contents_button {
	margin-top: 50px;
}
.section_point .heading_type2 + .contents_text {
	margin-top: 22px;
	font-size: 1.3125rem; /* 21px */
	line-height: 1.65;
}
.logo_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px 65px;
	max-width: 966px;
	margin: 30px auto 0;
}
.logo_list_item {
	font-size: 0;
}

.daily {
	margin-top: 57px;
}
.daily_list {
	margin-top: 36px;
}
.daily_list_item {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.daily_list_item_icon {
	width: 48px;
	position: relative;
}
.daily_list_item_icon img {
	width: 100%;
}

.daily_list_item_icon .circle {
	border-radius: 52px;
	width: 55px;
	height: 55px;
	background: #0468bf;
	border: 10px solid #fff;
}

.daily_list_item_icon::after {
	content: '';
	width: 18px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.daily_list_item:last-of-type .daily_list_item_icon:after {
	content: none;
}
.daily_list_item_contents {
	flex: 1;
	padding: 0px 0 73px;
}
.daily_list_item:last-of-type .daily_list_item_contents {
	padding-bottom: 0;
}
.daily_list_item_contents .column_2col {
	justify-content: space-between;
	gap: 4%;
}
.daily_list_item_img {
	padding-left: 2%;
}
.daily_list_item_contents .column_2col .column_item {
	flex: auto;
}
.daily_list_item_detail {
	width: 49%;
	padding-top: 4px;
}
.daily_list_item_detail .contents_text {
	font-size: 18px;
	margin-top: 16px;
}

.daily_list_item_detail .contents_text2 {
	margin-top: 66px;
	font-size: 16px;
}
.daily_list_item_img {
	width: 43.223%;
	padding-bottom: 7.192%;
}
.daily_list_item_img img {
	width: 340px;
	border-radius: 10px;
	box-shadow: 55px 55px 0 #fff;
}

/* 241218 update*/
#point2 .daily_list_text {
	margin-top: 46px;
	font-size: 2rem; /* 32px */
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	/* 
    key_visual
    ======================================================================== */
	.key_visual {
		display: block;
		margin-top: 57px;
	}
	.kv_img {
		margin-right: 0;
		position: relative;
	}
	.kv_img::before {
		width: 119.067vw;
		height: 105.733vw;
		right: 7.067vw;
		bottom: 31%;
	}
	.kv_img img {
		width: 163px;
	}
	/* 
    textarea
    -------------------------------------------------- */
	.key_visual .heading_type1 .heading_text {
		margin-top: 0;
		font-size: 1.8125rem; /* 29px */
		line-height: 1.25;
		text-align: center;
	}
	.key_visual .lead_text {
		margin-top: 20px;
		padding: 0 3%;
		font-size: 0.875rem; /* 14px */
		line-height: 1.5;
	}
	.key_visual .caution_list {
		margin-top: 20px;
		padding: 0 3%;
	}
	.key_visual .caution_list_item {
		font-size: 0.875rem; /* 14px */
		line-height: 1.5;
	}

	/* 
    carry
    ======================================================================== */
	.carry {
		margin-top: 80px;
		padding: 55px 0 77px;
	}
	.carry_step_list {
		display: block;
		margin-top: 30px;
		padding-right: 0;
	}
	.carry_step_list_item {
		width: 100%;
		padding: 25px 27px 15px;
		text-align: center;
	}
	.carry_step_list_item + .carry_step_list_item {
		margin-top: 50px;
	}
	.carry_step_list_item::before {
		width: 100%;
		height: 25px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		top: 100%;
		right: 0;
	}
	.carry_step_list_item::after {
		content: '';
		width: 25px;
		height: 100%;
		top: 100%;
		right: 50%;
		transform: translateX(50%);
	}
	.carry_step_list_label {
		display: inline-block;
		width: auto;
		padding: 5px 16px 4px;
		font-size: 1.1875rem; /* 19px */
	}
	.carry_step_list_img {
		margin-top: 15px;
	}
	.carry_step_list_text {
		margin-top: 15px;
		font-size: 0.9375rem; /* 15px */
		line-height: 1.7;
	}
	.carry .caution_list {
		margin-top: 52px;
	}
	.carry .caution_list_item {
		font-size: 0.875rem; /* 14px */
		line-height: 1.5;
	}

	/* 241127 update*/
	#point2 {
		margin-top: 0px;
		border-radius: 0 50px 0 0;
		padding-top: 0px;
	}
	#point2 .heading_type2 .heading_text {
		font-size: 1.5rem;
		line-height: 1.25;
	}
	#point2.section_point .heading_type2 + .contents_text {
		margin-top: 15px;
		font-size: 1rem;
	}
	#point2 .contents_wrap {
		padding-top: 50px;
		margin-top: 120px;
	}
	#point2 .heading_type2 .heading_text {
		margin-bottom: 0px;
	}
	#point2 .heading_type2 .heading_text {
		font-size: 1.563rem;
	}
	.daily_list {
		margin-top: 21px;
	}
	.daily_list_item {
		gap: 12px;
	}
	.daily_list_item_icon {
		width: 53px;
		position: relative;
	}
	.daily_list_item_icon::after {
		width: 9px;
		position: absolute;
	}
	#point2 .daily_list_item_contents {
		padding: 18px 0 30px;
	}
	#point2 .daily_list_item_contents.ver2 {
		padding: 0px 0 30px;
	}
	#point2 .ver2 .column_2col .daily_list_item_img.column_item {
		margin-top: 38px;
	}

	#point2 .ver2 .column_2col .daily_list_item_img.ver2 {
		margin-top: 10px;
	}

	.daily_list_item:last-of-type .daily_list_item_contents {
		padding-bottom: 0;
	}
	.daily_list_item_contents .column_2col {
		justify-content: space-between;
		gap: 5%;
	}

	.daily_list_item_contents .column_2col .column_item {
		flex: auto;
	}
	.daily_list_item_detail {
		width: 100%;
		padding-top: 0;
	}
	#point2 .daily_list_item_detail .heading_type3 .heading_text {
		font-size: 1.25rem;
		line-height: 34px;
	}
	#point2 .daily_list_item_detail .contents_text {
		margin-top: 10px;
		font-size: 0.938rem;
	}
	#point2 .daily_list_item_detail .contents_text2 {
		margin-top: 4rem;
		font-size: 0.938rem;
	}
	#point2 .column_2col .daily_list_item_img.column_item {
		width: 100%;
		margin-top: 40px;
		padding: 0 32px 32px;
		text-align: right;
	}
	#point2 .daily_list_item_img img {
		width: 80%;
		border-radius: 5px;
		box-shadow: 32px 32px 0 #fff;
	}

	#point2 .daily_list {
		padding-bottom: 0px;
	}
	.section_point:last-of-type {
		padding-bottom: 50px;
	}

	/* 241218 update*/
	#point2 .daily_list_text {
		margin-top: 30px;
		font-size: 1.25rem; /*22px*/
		line-height: 1.5;
	}
}
