@charset "utf-8";

.heading_type2 .heading_text {
	color: #011a5d;
	font-size: 2.875rem; /* 46px */
}

/* 
page_heading
======================================================================== */
.page_heading {
	padding: 60px 0;
	background: url(/softdrink/jihanki/support/img/bg_heading.jpg) no-repeat top center / cover;
}
.page_heading .heading_text {
	color: #fff;
	font-size: 3.125rem; /* 50px */
	font-weight: bold;
}
.page_heading .contents_text {
	margin-top: 21px;
	color: #fff;
	font-size: 1.125rem; /* 18px */
}

/* 
flow
======================================================================== */
.flow {
	padding: 80px 0 100px;
}
.install_step_list {
	margin-top: 61px;
}
.install_step_list_item {
	display: flex;
	justify-content: space-between;
	gap: 33px;
}
.install_step_list_item_step {
	width: 102px;
	position: relative;
}
.install_step_list_item_step::after {
	content: '';
	width: 18px;
	height: 100%;
	background-color: #eaeff3;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.install_step_list_item:last-of-type .install_step_list_item_step:after {
	content: none;
}
.install_step_list_item_step_text {
	width: 102px;
	height: 102px;
	padding: 18px;
	background: #0468bf;
	border: 6px solid #def3f9;
	border-radius: 9999px;
	color: #fff;
	font-size: 1.125rem; /* 18px */
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-family: 'roboto', sans-serif;
}
.install_step_list_item_step_text .num {
	display: block;
	color: #fff;
	font-size: 2.5rem; /* 40px */
	line-height: 1;
	font-family: 'roboto', sans-serif;
}
.install_step_list_item_contents {
	flex: 1;
	padding: 34px 0 51px;
}
.install_step_list_item:last-of-type .install_step_list_item_contents {
	padding-bottom: 0;
}
.install_step_list_item_contents .column_2col {
	justify-content: space-between;
	gap: 5%;
}
.install_step_list_item_contents .column_2col .column_item {
	flex: auto;
}
.install_step_list_item_detail {
	width: 49%;
}
.install_step_list_item_detail .contents_text {
	margin-top: 23px;
	font-size: 1.125rem; /* 18px */
	line-height: 1.777;
}
.install_step_list_item_img {
	width: 46%;
	padding-bottom: 7.192%;
}
.install_step_list_item_img img {
	width: 86.196%;
	border-radius: 10px;
	box-shadow: 64px 74px 0 #def3f9;
}
.install_step_list_item_contents .contents_button {
	margin-top: 50px;
	padding-bottom: 61px;
}
.install_step_list_item:last-of-type .contents_button {
	padding-bottom: 0;
}

@media screen and (max-width: 1164px) {
	.install_step_list_item_img {
		padding-bottom: 6vw;
	}
	.install_step_list_item_img img {
		box-shadow: 6vw 6vw 0 #def3f9;
	}
}

/* 
support
======================================================================== */
.support {
	padding: 74px 0 100px;
	background: #eefafc;
}
.support .heading_type2 .heading_text {
	color: #011a5d;
	font-size: 2.875rem; /* 46px */
}
.support .heading_type2 + .contents_text {
	margin-top: 70px;
}
.support .contents_text + .heading_type3 {
	margin-top: 77px;
}
.support .heading_type3 {
	margin-top: 43px;
	padding: 9px 20px;
	background: #0468bf;
}
.support .heading_type3 .heading_text {
	color: #fff;
}
.support .heading_type3 + .column_2col {
	margin-top: 26px;
	gap: 52px;
}
.support .contents_button {
	margin-top: 87px;
}

/* 241031 update*/
.only_pc {
	display: block;
}
.only_sp {
	display: inline-block;
}
.heading_type4 .heading_text {
	font-weight: bold;
	font-size: 2.5rem;
	color: #333;
	text-align: left;
	margin-bottom: 3.75rem;
}

.point_area_top {
	max-width: 1166px;
	margin: 0 auto;
	background: #fff;
	padding: 4rem;
	margin-bottom: 4rem;
}

.point_area_top .point_content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.point_area_top .point_content::before {
	position: absolute;
	content: '';
	width: 170.59px;
	height: 157.08px;
	background-image: url('/softdrink/jihanki/support/img/circle_back.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: -30px;
	left: 5%;
	transform: translateX(-50%);
	z-index: 0;
}

.point_area_top .point_content .txt01 {
	font-family: 'Roboto Condensed';
	font-size: 1.875rem;
	font-weight: bold;
	color: #0468bf;
}

.point_content .txt_box {
	z-index: 10;
}

.point_area_top .point_content .txt_tt {
	font-size: 2.5rem;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: 0.625rem;
}

.point_area_top .point_content .txt02 {
	font-size: 1.313rem;
	font-weight: bold;
	color: #000;
	margin: 2.188rem 0 2.188rem;
}

.point_area_top .point_content .txt03 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.point_area_top .line {
	border: 2px solid #eaeff3;
	margin: 4.688rem 0 2.688rem;
}

.point_area_top h3 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.313rem;
}

.point_area_bottom {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.point_area_bottom .txt_box2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(422px, 100%);
	min-height: 56px;
	padding: 4px 15px;
	border: 2px solid #011a5d;
	border-radius: 9999px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	border-color: #011a5d;
	background: #fff;
	color: #011a5d;
	text-decoration: none;
	transition: 0.2s;
	margin-top: 2.5rem;
}

.point_area_bottom .txt_box2 a:hover {
	background-color: #0468bf;
	color: #fff;
}

.point_area_bottom .txt_box2 p {
	margin-bottom: 16px;
	font-size: 16px;
}

.point_area_bottom .column_item.text_area {
	flex: 2;
	width: 312px;
	max-width: 312px;
	padding: 5.398% 4.677% 10px;
	background: #fff;
	text-align: center;
}

.point_area_bottom .img_box2 {
	max-width: 592px;
}

.point_area_bottom .label_text {
	padding: 6px 6px 7px;
	background: #eaeff3;
	color: #011a5d;
	margin-bottom: 8px;
	font-size: 1.125rem; /* 18px */
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.point_area_bottom .column_item.text_area {
	background-color: #eefafc;
}
.point_area_bottom .column_item.text_area .logo {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 75px;
}
.point_area_bottom .column_item.text_area .logo img {
	max-width: 100%;
}
.point_area_bottom .contents_text {
	font-size: 1.125rem; /* 18px */
}

/* 
lineup
======================================================================== */
.lineup {
	padding: 71px 0 100px;
}
.lineup_list {
	margin-top: 63px;
}
.lineup_list .column_item_img {
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
}
.lineup_list .column_item > a:hover .column_item_img {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}
.lineup_list .column_item > a:hover .column_item_text {
	color: #011a5d;
}

.lineup .lineup_list + .contents_button {
	margin-top: 73px;
}

/* 
faq
======================================================================== */
section.faq {
	padding: 66px 0 140px;
}
section.faq .contents_button {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.heading_type2 .heading_text {
		font-size: 1.5rem; /* 24px */
	}

	/* 
    page_heading
    ======================================================================== */
	.page_heading {
		padding: 24px 0 19px;
	}
	.page_heading .heading_text {
		font-size: 1.8125rem; /* 29px */
	}
	.page_heading .contents_text {
		margin-top: 4px;
		font-size: 0.875rem; /* 14px */
		font-weight: bold;
		line-height: 2;
	}

	/* 
    flow
    ======================================================================== */
	.flow {
		padding: 54px 0 40px;
	}
	.install_step_list {
		margin-top: 25px;
	}
	.install_step_list_item {
		display: flex;
		justify-content: space-between;
		gap: 13px;
	}
	.install_step_list_item_step {
		width: 51px;
		position: relative;
	}
	.install_step_list_item_step::after {
		width: 9px;
	}
	.install_step_list_item:last-of-type .install_step_list_item_step:after {
		content: none;
	}
	.install_step_list_item_step_text {
		width: 51px;
		height: 51px;
		padding: 9px;
		border-width: 3px;
		font-size: 0.5625rem; /* 9px */
	}
	.install_step_list_item_step_text .num {
		font-size: 1.25rem; /* 20px */
	}
	.install_step_list_item_contents {
		padding: 0 0 45px;
	}
	.install_step_list_item_detail {
		width: 100%;
	}
	.install_step_list_item_detail .heading_type3 .heading_text {
		font-size: 1.25rem; /* 20px */
	}
	.install_step_list_item_detail .contents_text {
		margin-top: 10px;
		font-size: 0.9375rem; /* 15px */
		line-height: 1.7;
	}
	.column_2col .install_step_list_item_img.column_item {
		width: 100%;
		margin-top: 18px;
		text-align: center;
	}
	.column_2col .column_item + .install_step_list_item_img.column_item {
		margin-top: 18px;
	}
	.install_step_list_item_img img {
		width: 75.27%;
		border-radius: 5px;
		box-shadow: 32px 32px 0 #def3f9;
	}
	.install_step_list_item .contents_button {
		margin-top: 47px;
		padding-bottom: 58px;
		position: relative;
	}
	.install_step_list_item:last-of-type .contents_button {
		padding-bottom: 71px;
	}
	.install_step_list_item .contents_button > a {
		width: 77.334vw;
		transform: translateX(-42px);
		position: absolute;
		padding: 8px 11px;
		line-height: 1.5;
	}

	/* 
    support
    ======================================================================== */
	.support {
		padding: 40px 0 60px;
		background: #e5faff;
	}
	.support .heading_type2 .heading_text {
		font-size: 1.5625rem; /* 25px */
		line-height: 1.6;
	}
	.support .heading_type2 + .contents_text {
		margin-top: 23px;
	}
	.support .contents_text + .heading_type3 {
		margin-top: 60px;
	}
	.support .heading_type3 {
		margin-top: 40px;
		padding: 8px 10px;
	}
	.support .heading_type3 .heading_text {
		font-size: 1.1875rem; /* 19px*/
	}
	.support .heading_type3 + .column_2col {
		margin-top: 28px;
	}
	.support .heading_type3 + .column_2col > .column_item + .column_item {
		margin-top: 20px;
	}
	.support .contents_button {
		margin-top: 40px;
	}
	/* 241031 update*/
	.only_pc {
		display: none;
	}
	.only_sp {
		display: block;
	}
	.heading_type4 .heading_text {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.support {
		padding-top: 3rem;
	}
	.point_area_top {
		padding: 4rem 2rem;
	}
	.point_area_top .point_content {
		flex-flow: column;
	}
	.point_area_top .point_content::before {
		left: 4.5rem;
		top: -3rem;
	}
	.point_area_top .point_content .txt01 {
		font-size: 1.25rem;
	}
	.point_content .img_box {
		width: 100%;
	}
	.point_content .img_box img {
		width: 100%;
	}
	.point_area_top .line {
		margin: 2.688rem 0;
	}
	.point_area_bottom {
		flex-flow: column;
	}
	.point_area_top h5 {
		font-size: 4.267vw;
	}
	.column_2col.point {
		display: flex;
		gap: 0;
		flex-flow: row;
	}
	.column_2col.point > div {
		max-width: 51.5%;
	}
	.column_2col.point > div img {
		width: 100%;
		height: 100%;
		object-fit: scale-down;
	}
	.point_area_bottom .column_item {
		flex: 1 1 50%;
		box-sizing: border-box;
	}
	.support .column_2col .column_item + .column_item {
		margin-top: 0px;
	}
	.point_area_top .point_content .txt_tt {
		font-size: 1.5rem;
	}
	.point_area_bottom .contents_text {
		font-size: 0.75rem;
		letter-spacing: -0.1em;
		padding-top: 5%;
	}

	.column_item.text_area {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.point_area_bottom .label_text {
		display: block;
		width: 100%;
		text-decoration: none;
		padding: 4px 0;
		font-size: 0.75rem;
		letter-spacing: -0.1em;
		margin-bottom: 0px;
	}
	.point_area_bottom .column_item.text_area .logo {
		width: 100%;
		min-height: 38px;
	}
	.point_area_bottom .column_item.text_area .logo img {
		transform: scale(0.7);
	}
	.point_area_bottom .txt_box2 a {
		width: 100%;
	}
	.point_area_bottom .txt_box2 p {
		font-size: 0.875rem;
	}
	.point_area_top .point_content .txt03 {
		font-size: 0.875rem;
	}
	.point_area_bottom .column_item.text_area {
		padding: 3% 3% 10px;
	}
	.point_area_bottom .img_box2 .column_item.img_area picture {
		display: none;
	}
	.point_area_bottom .img_box2 .column_item.img_area {
		padding: 18.125vw 0px;
	}
	#anchor_01 .point_area_bottom .img_box2 .column_item.img_area {
		background: url(/softdrink/jihanki/common/img/img_support_bossmart_sp.webp) no-repeat center
			center/cover;
	}
	#anchor_02 .point_area_bottom .img_box2 .column_item.img_area {
		background: url(/softdrink/jihanki/common/img/img_support_suntoryplus_sp.webp) no-repeat center
			center/cover;
	}
	#anchor_03 .point_area_bottom .img_box2 .column_item.img_area {
		background: url(/softdrink/jihanki/common/img/img_support_ogori_sp.webp) no-repeat center
			center/cover;
	}
	#anchor_04 .point_area_bottom .img_box2 .column_item.img_area {
		background: url(/softdrink/jihanki/common/img/img_support_heatstroke_sp.webp) no-repeat center
			center/cover;
	}

	/* 
    lineup
    ======================================================================== */
	.lineup {
		padding: 40px 0;
	}
	.lineup_list {
		margin-top: 29px;
	}
	.lineup_list.column_3col.type_01 .column_item_img img {
		height: 30.667vw;
	}
	.lineup_list.column_3col.type_01 .column_item_text {
		margin-top: 18px;
		font-size: 0.75rem; /* 12px */
	}
	.lineup .lineup_list + .contents_button {
		margin-top: 37px;
	}

	/* 
    faq
    ======================================================================== */
	section.faq {
		padding: 40px 0 54px;
	}
	section.faq .contents_button {
		margin-top: 37px;
	}
}

@media screen and (max-width: 480px) {
	.point_area_top {
		padding: 3rem 2rem;
	}
	.point_area_top .point_content::before {
		left: 3rem;
		top: -2rem;
		width: 120px;
		height: 120px;
		background-size: contain;
	}
}

/* point anchor */
.point_anchor {
	display: flex;
	flex-wrap: wrap;
	gap: 29px;
	margin-bottom: 64px;
}

.point_anchor > li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 20%;
	background: url('/softdrink/jihanki/support/img/circle_back.png') no-repeat center center/contain;
	text-align: center;
}

.point_anchor > li > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
	width: 100%;
	height: clamp(152px, 20vw, 260px);
}

.point_anchor > li > a::after {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url(/softdrink/jihanki/common/img/ico_arrow_lblue.svg) no-repeat top center/contain;
	transform: rotate(90deg);
}

.point_anchor > li > a:hover {
	text-decoration: none;
}

.point_anchor > li > a:hover::after {
	transform: rotate(90deg) translateX(5px);
	transition: 0.3s;
}

.point_anchor > li p.title {
	color: #0468bf;
	font-size: 18px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	line-height: 1.2;
}

.point_anchor > li p.text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 1105px) {
	.point_anchor {
		gap: 20px;
	}

	.point_anchor > li p.text {
		font-size: 20px;
	}
	.point_anchor > li > a::after {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 767px) {
	.point_anchor {
		gap: clamp(10px, 28vw, 20px);
		margin: 0 auto;
		margin-bottom: 3rem;
		max-width: 450px;
	}

	.point_anchor > li {
		flex: 1 1 40%;
	}

	.point_anchor > li > a {
		gap: 0.1rem;
		padding: 0 10px;
		height: clamp(128px, 38vw, 200px);
	}

	.point_anchor > li p.title {
		font-size: 0.75rem;
	}

	.point_anchor > li p.text {
		font-size: 1rem;
	}

	.point_anchor > li > a::after {
		width: 0.75rem;
		height: 0.75rem;
	}
}
