/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss (2) ***!
  \************************************************************************************************************************************************************************************************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
	list-style-type: none;
}

caption,
th {
	font-weight: normal;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

area {
	outline: none;
	border: none;
}

abbr,
acronym {
	border: 0;
}

* {
	box-sizing: border-box;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 0;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	margin: 0;
	outline: none;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}

input[type='submit'],
input[type='button'] {
	cursor: pointer;
}

input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a {
	outline: none;
}

figure {
	line-height: 0;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

:root {
	--color-white: #fff;
	--color-black: #000;
	--color-black2: #1c1c1c;
	--color-thin-black: #292929;
	--color-dark-blue: #0d3788;
	--color-bright-blue: #81cde4;
	--color-light-blue: #cef4ff;
}

html {
	height: 100%;
}

body {
	width: 100%;
	color: var(--color-black);
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
.main {
	position: relative;
	overflow: hidden;
}
.section {
	position: relative;
}
.section._wide .section_inner {
	max-width: 1366px;
}
.section._lightBlue {
	background-color: var(--color-light-blue);
}
.section._blue {
	background-color: var(--color-bright-blue);
}
.section._worries .section_inner {
	position: relative;
	z-index: 10;
	margin-bottom: 59px;
	padding: 42px 0 0;
}
.section._benefit {
	margin-top: -59px;
}
.section._benefit .section_inner {
	padding: 96px 16px 102px;
}
.section._usage {
	margin-top: 181px;
}
.section._lineup {
	margin-top: 101px;
}
.section._lineup .section_inner {
	padding: 0 16px;
}
.section._movie {
	margin-top: 125px;
}
.section._point .section_inner {
	padding: 103px 32px 152px;
}
.section._point-card {
	margin-top: 136px;
}
.section._point-card .section_heading2 {
	color: var(--color-black2);
	font-size: 22px;
}
.section._point-card .section_heading-bubble {
	top: -37px;
	left: 16px;
	font-weight: 900;
	font-size: 13px;
}
.section._point-card .section_heading-bubble:before {
	top: -5px;
	left: -15px;
}
.section._and-more .section_inner {
	padding: 112px 16px 146px;
}
.section._and-more .section_heading-sub {
	text-transform: none;
}
.section._voice .section_inner {
	padding: 150px 32px 67px;
	overflow: hidden;
}
.section._voice .section_heading-sub {
	margin-bottom: 12px;
}
.section._seen .section_inner {
	padding: 150px 32px 67px;
}

.section-kv {
	position: relative;
	background-color: var(--color-bright-blue);
}

.section-kv_inner {
	position: relative;
	margin: 0 auto;
	padding: 35px 0 37px;
}

.section_inner {
	margin: 0 auto;
	padding: 16px;
}

.section_move {
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.7s, opacity 0.7s;
}
.section_move.is-move {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.7s, opacity 0.7s;
}

.section_heading {
	position: relative;
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
}
.section_heading._benefit {
	margin: 0 auto;
	max-width: 343px;
	font-size: 18px;
}
.section_heading._benefit .section_heading-sub {
	margin-bottom: 30px;
}

.section_heading2 {
	position: relative;
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
}
.section_heading2 span {
	display: block;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-transform: none;
}

.section_heading-sub {
	display: block;
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.section_heading-logo {
	margin-top: 19px;
	line-height: 1;
	text-align: center;
}
.section_heading-logo img {
	width: 115px;
}
.section_heading-logo span {
	display: block;
	margin-top: 6px;
	color: var(--color-white);
	font-weight: 900;
	font-size: 39px;
	letter-spacing: 0.1em;
}

.section_heading-bubble {
	position: absolute;
	top: 20px;
	left: 30px;
	transform: rotate(-9deg);
	z-index: 1;
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 13px;
}
.section_heading-bubble:before {
	position: absolute;
	top: -6px;
	left: -14px;
	z-index: -1;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_heading_bubble.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 67px;
	height: 35px;
	content: '';
}

.section_note {
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

.section_title {
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 22px;
	text-align: center;
}

.section-button {
	margin-top: 99px;
}

.section-button_item {
	margin: 0 auto;
	width: 100%;
	max-width: 454px;
}
.section-button_item + .section-button_item {
	margin: 8px auto 0;
}

.kv_heading {
	margin-top: 31px;
	text-align: center;
}
.kv_heading img {
	width: 110px;
}
.kv_heading span {
	display: block;
	margin-top: -2px;
	color: var(--color-white);
	font-weight: 900;
	font-size: 37px;
	letter-spacing: 0.1em;
}

.kv_image {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.kv_image figure {
	width: 103%;
}

.kv_title {
	margin-left: 33px;
	width: 79.2553191489vw;
	max-width: 298px;
}
.kv_title img {
	width: 100%;
}

.kv_text_inner {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}
.kv_text_inner.is-move .kv_text {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.7s, opacity 0.7s;
}
.kv_text_inner.is-move .kv_text._left {
	transition-delay: 0.4s;
}
.kv_text_inner.is-move .kv_text._right {
	transition-delay: 0.2s;
}

.kv_text {
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.7s, opacity 0.7s;
	color: var(--color-white);
	font-weight: 900;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}
.kv_text:after {
	position: absolute;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
}
.kv_text._left {
	order: 2;
}
.kv_text._left:after {
	bottom: -38px;
	left: 21px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_woman.png');
	width: 62px;
	height: 131px;
}
.kv_text._right {
	order: 1;
}
.kv_text._right:after {
	right: 11px;
	bottom: -84px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_man.png');
	width: 93px;
	height: 131px;
}

.top-link {
	position: fixed;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	width: 100%;
}
.top-link.is-active {
	position: fixed;
}

.top-link_list {
	display: flex;
	justify-content: center;
}

.top-link_item {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
}
.top-link_item + .top-link_item {
	margin-left: 8px;
}
.top-link_item a {
	display: block;
	padding: 11px 16px 11px 14px;
	width: 100%;
	color: var(--color-white);
	font-weight: 900;
	font-size: 16px;
	text-decoration: none;
}
.top-link_item a span {
	display: block;
	position: relative;
	width: 100%;
}
.top-link_item a span:before,
.top-link_item a span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
}
.top-link_item._download {
	background-color: var(--color-dark-blue);
}
.top-link_item._contact {
	background-color: var(--color-black2);
}
.top-link_item._blank a span:after {
	right: 0;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_blank.svg');
	width: 13px;
	height: 13px;
}

.worries {
	margin: 0 auto;
	max-width: 417px;
}

.worries_unit {
	position: relative;
	height: 455px;
}
.worries_unit:after {
	display: block;
	position: absolute;
	bottom: -59px;
	left: 48.9%;
	transform: translateX(-50%);
	z-index: 10;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_worries_sp.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 117px;
	height: 221px;
	overflow: hidden;
	content: '';
}
.worries_unit:before {
	display: block;
	position: absolute;
	bottom: -57px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	border-width: 79px 121.5px 0 121.5px;
	border-style: solid;
	border-color: var(--color-light-blue) transparent transparent transparent;
	width: 0;
	height: 0;
	content: '';
}

.worries_text {
	position: absolute;
	z-index: 1;
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}
.worries_text:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
}
.worries_text._left {
	top: 85px;
	left: 47.8%;
	transform: translateX(-50%);
}
.worries_text._left:before {
	top: -45px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_bubble_left_sp.svg');
	width: 235px;
	height: 138px;
}
.worries_text._center {
	top: 189px;
	right: 44px;
	transform: none;
}
.worries_text._center:before {
	top: -27px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_bubble_center_sp.svg');
	width: 210px;
	height: 123px;
}
.worries_text._right {
	top: 242px;
	left: 21px;
}
.worries_text._right:before {
	top: -22px;
	left: 47%;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_bubble_right_sp.svg');
	width: 223px;
	height: 131px;
}

.benefit {
	margin-top: 112px;
}

.benefit-unit {
	position: relative;
	margin: 0 auto;
	padding: 229px 0 0 0;
	max-width: 228px;
}
.benefit-unit + .benefit-unit {
	margin-top: 137px;
}
.benefit-unit:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
}
.benefit-unit:after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	border-radius: 100%;
	background-color: var(--color-white);
	width: 210px;
	height: 210px;
	content: '';
}
.benefit-unit._01:before {
	top: 36px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_benefit01.svg');
	width: 121px;
	height: 133px;
}
.benefit-unit._02:before {
	top: 55px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_benefit02.svg');
	width: 170px;
	height: 102px;
}
.benefit-unit._03:before {
	top: 50px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_benefit03.svg');
	width: 135px;
	height: 103px;
}

.benefit_number {
	position: absolute;
	top: -56px;
	left: 6px;
	opacity: 0.7;
	color: var(--color-white);
	font-weight: 700;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.benefit_number span {
	display: block;
	margin-top: -18px;
	font-size: 99px;
}

.benefit-unit_title {
	margin-top: 5px;
	font-weight: 900;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}

.benefit-unit_text {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.7;
}

.benefit_list.move-order > .benefit-unit {
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.7s, opacity 0.7s;
}
.benefit_list.move-order.is-move > .benefit-unit {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.7s, opacity 0.7s;
}
.benefit_list.move-order.is-move > .benefit-unit:nth-child(1) {
	transition-delay: 0.2s;
}
.benefit_list.move-order.is-move > .benefit-unit:nth-child(2) {
	transition-delay: 0.4s;
}
.benefit_list.move-order.is-move > .benefit-unit:nth-child(3) {
	transition-delay: 0.6s;
}

.usage {
	position: relative;
}
.usage_inner.is-move .usage_group {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.7s, opacity 0.7s;
}
.usage_inner.is-move .usage_group:nth-child(1) {
	transition-delay: 0.2s;
}
.usage_inner.is-move .usage_group:nth-child(2) {
	transition-delay: 0.4s;
}

.usage_group {
	position: relative;
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.7s, opacity 0.7s;
	margin: 0 auto;
	width: 100%;
	max-width: 440px;
}
.usage_group._usage {
	margin-top: 101px;
}

.usage_card {
	position: absolute;
	top: -56px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 45.5px;
	background-color: var(--color-white);
	padding: 14px 21px 14px 21px;
	width: 184px;
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 12px;
	text-align: right;
}
.usage_card:before {
	position: absolute;
	top: -19px;
	left: -6px;
	transform: rotate(-11deg);
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_usage05.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100px;
	height: 66px;
	content: '';
}
.usage_card:after {
	position: absolute;
	bottom: -15px;
	left: 52%;
	transform: translateX(-50%);
	border-width: 15px 5px 0 5px;
	border-style: solid;
	border-color: var(--color-white) transparent transparent transparent;
	width: 0;
	height: 0;
	content: '';
}

.usage_image {
	margin: 0 auto;
	max-width: 251px;
}

.usage-step {
	margin-top: 30px;
}
.usage-step.is-move .usage-step_unit {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.7s, opacity 0.7s;
}
.usage-step.is-move .usage-step_unit:nth-child(1) {
	transition-delay: 0.4s;
}
.usage-step.is-move .usage-step_unit:nth-child(2) {
	transition-delay: 0.6s;
}
.usage-step.is-move .usage-step_unit:nth-child(3) {
	transition-delay: 0.8s;
}

.usage-step_unit {
	display: flex;
	position: relative;
	align-items: center;
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.7s, opacity 0.7s;
	border-radius: 14px;
	background-color: var(--color-white);
	width: 100%;
	min-height: 120px;
}
.usage-step_unit + .usage-step_unit {
	margin-top: 13px;
}
.usage-step_unit:before {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 14px 14px 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 50%;
	height: 120px;
	content: '';
}
.usage-step_unit._01:before {
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_usage01.png');
}
.usage-step_unit._02:before {
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_usage02.png');
}
.usage-step_unit._03:before {
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_usage03.png');
}

.usage-step_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 50%;
	height: 100%;
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 14px;
	text-align: center;
}
.usage-step_text span {
	display: block;
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-transform: none;
}

.usage-note_list {
	margin-top: 15px;
}

.usage-note {
	padding-left: 1em;
	color: var(--color-thin-black);
	font-weight: 500;
	font-size: 12px;
	line-height: 1.7;
	text-indent: -1em;
}

.lineup {
	margin-top: 55px;
	padding: 0 16px;
}

.lineup_image {
	margin: 0 auto;
	max-width: 791px;
}
.lineup_image img {
	width: 100%;
}

.lineup-note_list {
	margin: 55px 0 0 0;
}

.lineup-note {
	padding-left: 1em;
	color: var(--color-thin-black);
	font-weight: 500;
	font-size: 12px;
	line-height: 1.7;
	text-indent: -1em;
}

.movie {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	margin-top: 72px;
}
.movie iframe {
	width: 100%;
	height: 51.4666666667vw;
}

.point {
	margin-top: 83px;
}
.point.is-move .point-unit {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.7s, opacity 0.7s;
}
.point.is-move .point-unit:nth-child(1) {
	transition-delay: 0.2s;
}
.point.is-move .point-unit:nth-child(2) {
	transition-delay: 0.4s;
}
.point.is-move .point-unit:nth-child(3) {
	transition-delay: 0.6s;
}

.point-unit {
	position: relative;
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.7s, opacity 0.7s;
	border-radius: 28px;
	background-color: var(--color-white);
	width: 100%;
}
.point-unit:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
}
.point-unit._01 {
	padding: 45px 57px 253px 58px;
}
.point-unit._01:before {
	bottom: 15px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_point01.png');
	width: 213px;
	height: 213px;
}
.point-unit._02 {
	/* margin-top: 105px; */
	padding: 46px 37px 245px 50px;
}
.point-unit._02:before {
	bottom: 19px;
	left: 52.2%;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_point02.png');
	width: 244px;
	height: 186px;
}
.point-unit._02 .point-unit_inner {
	margin: 0 0 0 auto;
}
.point-unit._02 .point_number {
	top: -70px;
	right: 0;
	left: auto;
}
.point-unit._02 .point_number span {
	margin-top: -24px;
}
.point-unit._03 {
	margin-top: 65px;
	padding: 59px 42px 257px 55px;
}
.point-unit._03:before {
	bottom: 0;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_point03.png');
	width: 282px;
	height: 213px;
}
.point-unit._03 .point-unit_inner {
	max-width: 308px;
}
.point-unit._03 .point_number {
	top: -64px;
	left: 0;
}
.point-unit._03 .point_number span {
	margin-top: -25px;
}

.point_number {
	position: absolute;
	top: -69px;
	left: 0px;
	color: var(--color-bright-blue);
	font-weight: 700;
	font-size: 19px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.point_number span {
	display: block;
	margin-top: -25px;
	font-size: 115px;
}

.point_title {
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 28px;
	line-height: 1.3;
}

.point_text {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.7;
}

.point_note {
	margin-top: 9px;
	padding-left: 1em;
	color: var(--color-thin-black);
	font-weight: 500;
	font-size: 12px;
	line-height: 1.7;
	text-indent: -1em;
}

.point-card {
	margin-top: 44px;
}

.point-card_item {
	width: 100%;
}
.point-card_item + .point-card_item {
	margin: 39px 0 0 0;
}

.point-card_image figcaption {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

.and-more_unit {
	margin-top: 46px;
}

.and-more_image:first-child {
	margin: 0 auto;
	max-width: 250px;
}
.and-more_image + .and-more_image {
	margin: 46px 0 0;
}

.voice {
	margin: 45px 0 0;
	overflow: visible;
}

.voice_inner {
	padding-bottom: 57px;
}

.voice_unit {
	width: 100%;
	max-width: none;
}

.voice_title {
	margin-top: 13px;
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 22px;
	line-height: 1.4;
}

.voice_name {
	margin-top: 12px;
	font-weight: 700;
	font-size: 14px;
}
.voice_name span {
	margin-left: 4px;
	font-size: 14px;
}

.voice-tag_list {
	display: flex;
	margin-top: 12px;
}

.voice-tag_item {
	border-radius: 11px;
	background-color: var(--color-dark-blue);
	padding: 1px 14px 2px 14px;
	color: var(--color-white);
	font-weight: 700;
	font-size: 13px;
}
.voice-tag_item + .voice-tag_item {
	margin-left: 8px;
}

.voice_text {
	margin-top: 20px;
	color: var(--color-thin-black);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
}

.swiper-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 11px;
}

.swiper-pagination-bullet {
	opacity: 1;
	border: 2px solid var(--color-dark-blue);
	background-color: var(--color-white);
	width: 16px;
	height: 16px;
}

.swiper-pagination-bullet-active {
	background-color: var(--color-dark-blue);
}

.swiper-button-prev {
	top: 28vw;
	left: -17px;
	width: 38px;
	height: 38px;
}
.swiper-button-prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(-1, 1);
	z-index: 1;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_swiper_arrow.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	content: '';
}
.swiper-button-prev:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background-color: var(--color-dark-blue);
	width: 100%;
	height: 100%;
	content: '';
}

.swiper-button-next {
	top: 28vw;
	right: -17px;
	width: 38px;
	height: 38px;
}
.swiper-button-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_swiper_arrow.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	content: '';
}
.swiper-button-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background-color: var(--color-dark-blue);
	width: 100%;
	height: 100%;
	content: '';
}

.seen {
	margin: 44px auto 0;
	max-width: 375px;
}

.seen_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.seen_item {
	position: relative;
	padding: 157px 9px 0;
	width: 50%;
	color: var(--color-dark-blue);
	font-weight: 900;
	font-size: 18px;
	text-align: center;
}
.seen_item:nth-child(n + 3) {
	margin-top: 28px;
}
.seen_item:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100%;
	background-color: var(--color-light-blue);
	width: 141px;
	height: 141px;
	content: '';
}
.seen_item:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
}
.seen_item._visitor:after {
	top: 25px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_seen01.svg');
	width: 58px;
	height: 79px;
}
.seen_item._meeting:after {
	top: 44px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_seen02.svg');
	width: 91px;
	height: 60px;
}
.seen_item._event:after {
	top: 34px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_seen03.svg');
	width: 67px;
	height: 74px;
}
.seen_item._Hotel:after {
	top: 45px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_seen04.svg');
	width: 85px;
	height: 52px;
}
.seen_item._bath:after {
	top: 36px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_seen05.svg');
	width: 63px;
	height: 70px;
}
.seen_item._leisure:after {
	top: 36px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_seen06.svg');
	width: 86px;
	height: 73px;
}

.share {
	margin-top: 123px;
	text-align: center;
}

.share_title {
	font-weight: 700;
	font-size: 16px;
}

.share_list {
	display: flex;
	justify-content: center;
	margin-top: 23px;
}
.share_item + .share_item {
	margin-left: 22px;
}
.share_item a {
	display: block;
	position: relative;
	width: 51px;
	height: 51px;
	font-size: 0;
}
.share_item a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 51px;
	height: 51px;
	content: '';
}
.share_item._fb a:before {
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_share_fb.svg');
}
.share_item._tw a:before {
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_share_tw.svg');
}
.share_item._li a:before {
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_share_line.svg');
}

.button {
	display: block;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	border-radius: 16px;
	padding: 24px 22px;
	text-align: center;
	text-decoration: none;
}
.button span {
	display: block;
	position: relative;
	padding: 0 50px;
	width: 100%;
	color: var(--color-white);
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}
.button span:before,
.button span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
}
.button._large {
	padding: 28px 18px 27px 19px;
}
.button._large span {
	padding: 0 30px 0 48px;
}
.button._download {
	background-color: var(--color-dark-blue);
}
.button._download span:before {
	left: 6px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_document.svg');
	width: 32px;
	height: 41px;
}
.button._contact {
	background-color: var(--color-black2);
}
.button._contact span:before {
	left: 5px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_contact.svg');
	width: 33px;
	height: 26px;
}
.button._blank span:after {
	right: 5px;
	background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_blank.svg');
	width: 17px;
	height: 17px;
}
@media print, screen and (min-width: 768px) {
	body {
		position: relative;
		min-width: 960px;
	}
	._sp {
		display: none;
	}
	.section._worries .section_inner {
		margin-bottom: 48px;
		padding: 49px 0 0;
	}
	.section._benefit {
		margin-top: -48px;
	}
	.section._benefit .section_inner {
		padding: 184px 0 212px;
	}
	.section._usage {
		margin-top: 227px;
	}
	.section._lineup {
		margin-top: 119px;
	}
	.section._lineup .section_inner {
		padding: 0;
	}
	.section._movie {
		margin-top: 90px;
	}
	.section._point .section_inner {
		padding: 139px 0 141px;
	}
	.section._point-card {
		margin-top: 189px;
	}
	.section._point-card .section_heading2 {
		font-size: 28px;
	}
	.section._point-card .section_heading-bubble {
		top: -51px;
		left: 163px;
		font-size: 20px;
	}
	.section._point-card .section_heading-bubble:before {
		top: -8px;
		left: -18px;
	}
	.section._and-more .section_inner {
		padding: 134px 0 201px;
	}
	.section._voice .section_inner {
		padding: 90px 0 99px;
	}
	.section._voice .section_heading-sub {
		margin-bottom: 5px;
	}
	.section._seen .section_inner {
		padding: 90px 0 99px;
	}
	.section-kv_inner {
		padding: 48px 56px 51px;
	}
	.section_inner {
		margin: 0 auto;
		padding: 40px 0 35px 0;
		max-width: 934px;
	}
	.section_heading {
		font-size: 38px;
		line-height: 1.3;
	}
	.section_heading._benefit {
		max-width: none;
		font-size: 24px;
	}
	.section_heading2 span {
		margin-bottom: 12px;
		font-size: 24px;
	}
	.section_heading-sub {
		margin-bottom: 19px;
	}
	.section_heading-logo {
		margin-top: 36px;
	}
	.section_heading-logo img {
		width: 200px;
	}
	.section_heading-logo span {
		font-size: 69px;
	}
	.section_heading-bubble {
		top: 12px;
		left: 238px;
		font-size: 20px;
	}
	.section_heading-bubble:before {
		left: -16px;
		width: 98px;
		height: 51px;
	}
	.section_note {
		font-size: 20px;
	}
	.section_title {
		font-size: 34px;
	}
	.section-button {
		display: flex;
		margin-top: 135px;
	}
	.section-button_item {
		transition: opacity 0.3s;
		margin: 0;
	}
	.section-button_item:hover {
		opacity: 0.7;
	}
	.section-button_item + .section-button_item {
		margin: 0 0 0 24px;
	}
	.kv_heading {
		margin-top: 40px;
	}
	.kv_heading img {
		width: 179px;
	}
	.kv_heading span {
		margin-top: -5px;
		font-size: 62px;
	}
	.kv_image {
		margin: 40px auto 0;
		width: 100%;
		max-width: 934px;
	}
	.kv_image figure {
		width: 100%;
	}
	.kv_title {
		margin: 0 auto;
		width: 398px;
		max-width: none;
	}
	.kv_text_inner {
		position: relative;
		margin-top: 26px;
	}
	.kv_text {
		font-size: 18px;
		line-height: 1.7;
	}
	.kv_text._left:after {
		bottom: -51px;
		left: 0;
		width: 132px;
		height: 281px;
	}
	.kv_text._right:after {
		right: 0;
		bottom: -112px;
		width: 200px;
		height: 281px;
	}
	.top-link {
		margin: 0 auto;
		max-width: 1366px;
	}
	.top-link_item {
		transition: opacity 0.3s;
	}
	.top-link_item:hover {
		opacity: 0.7;
	}
	.top-link_item + .top-link_item {
		margin-left: 19px;
	}
	.top-link_item a {
		padding: 14px 25px 18px 31px;
		font-size: 23px;
	}
	.top-link_item._blank a span:after {
		width: 19px;
		height: 19px;
	}
	.worries {
		width: 100%;
		max-width: none;
	}
	.worries_unit {
		height: 405px;
	}
	.worries_unit:after {
		bottom: -48px;
		left: 49.4%;
		background-image: url('/softdrink/jihanki/solution/raikyaku/images/img_worries_pc.png');
		width: 143px;
		height: 268px;
	}
	.worries_unit:before {
		bottom: -48px;
		border-width: 61px 139.5px 0 139.5px;
	}
	.worries_text {
		font-size: 18px;
		line-height: 1.7;
	}
	.worries_text._left {
		top: 189px;
		left: 32px;
		transform: none;
	}
	.worries_text._left:before {
		top: -55px;
		left: 46%;
		background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_bubble_left_pc.svg');
		width: 297px;
		height: 176px;
	}
	.worries_text._center {
		top: 87px;
		right: auto;
		left: 49.5%;
		transform: translateX(-50%);
	}
	.worries_text._center:before {
		top: -43px;
		background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_bubble_center_pc.svg');
		width: 317px;
		height: 186px;
	}
	.worries_text._right {
		top: 155px;
		right: 27px;
		left: auto;
	}
	.worries_text._right:before {
		top: -25px;
		left: 50%;
		background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_bubble_right_pc.svg');
		width: 309px;
		height: 181px;
	}
	.benefit {
		margin-top: 159px;
	}
	.benefit_list {
		display: flex;
		justify-content: space-between;
	}
	.benefit-unit {
		margin: 0;
		padding: 267px 0 0 16px;
	}
	.benefit-unit + .benefit-unit {
		margin: 0;
	}
	.benefit-unit:after {
		right: 0;
		left: 0;
		transform: none;
		width: 242px;
		height: 242px;
	}
	.benefit-unit._01:before {
		top: 39px;
		left: 53%;
		width: 140px;
		height: 152px;
	}
	.benefit-unit._02:before {
		top: 30px;
		left: 53%;
		width: 185px;
		height: 182px;
	}
	.benefit-unit._03:before {
		top: 48px;
		left: 55%;
		width: 170px;
		height: 130px;
	}
	.benefit_number {
		top: -67px;
		left: -20px;
		font-size: 18px;
	}
	.benefit_number span {
		margin-top: -22px;
		font-size: 117px;
	}
	.benefit-unit_title {
		margin-top: 1px;
	}
	.usage_inner {
		display: flex;
		justify-content: space-between;
	}
	.usage_group {
		margin: 0;
		max-width: 440px;
	}
	.usage_group._usage {
		margin: 0;
	}
	.usage_card {
		top: -64px;
		left: 82px;
		transform: none;
		padding: 19px 25px 20px 25px;
		width: 265px;
		font-size: 18px;
	}
	.usage_card:before {
		top: -29px;
		left: -7px;
		width: 145px;
		height: 95px;
	}
	.usage_image {
		margin: 32px 0 0 0;
		max-width: none;
	}
	.usage-step_unit {
		min-height: 153px;
	}
	.usage-step_unit + .usage-step_unit {
		margin-top: 16px;
	}
	.usage-step_unit:before {
		width: 220px;
		height: 153px;
	}
	.usage-step_text {
		font-size: 18px;
	}
	.usage-step_text span {
		font-size: 18px;
	}
	.lineup {
		margin-top: 57px;
		padding: 0;
	}
	.lineup-note_list {
		margin: 65px 0 0 56px;
	}
	.movie {
		margin-top: 98px;
	}
	.movie iframe {
		max-width: 764px;
		height: 430px;
	}
	.point {
		margin-top: 211px;
	}
	.point-unit {
		min-height: 275px;
	}
	.point-unit:before {
		left: auto;
		transform: none;
	}
	.point-unit._01 {
		padding: 65px 10px 72px 141px;
	}
	.point-unit._01:before {
		right: 79px;
		bottom: 23px;
		width: 311px;
		height: 311px;
	}
	.point-unit._02 {
		margin-top: 150px;
		padding: 31px 131px 25px 10px;
	}
	.point-unit._02:before {
		bottom: 19px;
		left: 62px;
		width: 412px;
		height: 314px;
	}
	.point-unit._02 .point_number {
		top: -124px;
		right: 5px;
	}
	.point-unit._02 .point_number span {
		margin-top: -45px;
	}
	.point-unit._03 {
		margin-top: 161px;
		padding: 52px 10px 47px 142px;
	}
	.point-unit._03:before {
		right: 41px;
		bottom: 0px;
		width: 401px;
		height: 304px;
	}
	.point-unit._03 .point_number {
		top: -138px;
		left: 0;
	}
	.point-unit._03 .point_number span {
		margin-top: -35px;
	}
	.point-unit_inner {
		max-width: 288px;
	}
	.point_number {
		top: -102px;
		left: 0px;
		font-size: 28px;
	}
	.point_number span {
		margin-top: -34px;
		font-size: 220px;
	}
	.point_note {
		margin-top: 13px;
	}
	.point-card {
		margin-top: 49px;
	}
	.point-card_list {
		display: flex;
	}
	.point-card_item + .point-card_item {
		margin: 0 0 0 54px;
	}
	.point-card_image figcaption {
		margin-top: 34px;
	}
	.and-more_unit {
		display: flex;
		align-items: center;
		margin-top: 104px;
	}
	.and-more_image:first-child {
		margin: 0;
		max-width: none;
	}
	.and-more_image + .and-more_image {
		margin: 0 0 0 70px;
	}
	.voice {
		margin: 93px 0 0;
	}
	.voice_inner {
		padding-bottom: 91px;
	}
	.voice_unit {
		max-width: 440px;
	}
	.voice_title {
		margin-top: 20px;
		font-size: 28px;
		line-height: 1.3;
	}
	.voice_name {
		margin-top: 20px;
		font-size: 17px;
	}
	.voice_name span {
		margin-left: 9px;
		font-size: 15px;
	}
	.voice_text {
		margin-top: 15px;
	}
	.swiper {
		margin-right: -32px;
		margin-left: -32px;
	}
	.swiper-button-prev {
		top: 110px;
		left: 33%;
	}
	.swiper-button-next {
		top: 110px;
		right: 33%;
	}
	.seen {
		margin-top: 55px;
		max-width: none;
	}
	.seen_item {
		padding-top: 157px;
		width: 100%;
		max-width: 141px;
	}
	.seen_item + .seen_item {
		margin-left: 18px;
	}
	.seen_item:nth-child(n + 3) {
		margin-top: 0;
	}
	.share {
		margin-top: 95px;
	}
	.share_list {
		margin-top: 27px;
	}
	.share_item {
		transition: opacity 0.3s;
	}
	.share_item:hover {
		opacity: 0.7;
	}
	.button {
		border-radius: 20px;
	}
	.button span {
		font-size: 22px;
	}
	.button._large {
		padding: 36px 22px;
	}
	.button._large span {
		padding: 0 30px 0 70px;
	}
	.button._download span:before {
		left: 0;
		width: 43px;
		height: 54px;
	}
	.button._contact span:before {
		left: 16px;
		width: 44px;
		height: 34px;
	}
	.button._blank span:after {
		right: 0;
		width: 22px;
		height: 22px;
	}
}
@media screen and (max-width: 767px) {
	._pc {
		display: none;
	}
}
@media print, screen and (min-width: 1183px) {
	.section._benefit:before {
		position: absolute;
		top: 448px;
		left: -284px;
		transform: rotate(90deg);
		opacity: 0.7;
		content: 'benefit';
		color: var(--color-white);
		font-weight: 700;
		font-size: 150px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
	}
	.section._point:before {
		position: absolute;
		top: 299px;
		left: -197px;
		transform: rotate(90deg);
		opacity: 0.7;
		content: 'point';
		color: var(--color-bright-blue);
		font-weight: 700;
		font-size: 150px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
	}
	.section._and-more:before {
		position: absolute;
		top: 469px;
		left: -324px;
		transform: rotate(90deg);
		opacity: 0.7;
		content: 'and more';
		color: var(--color-white);
		font-weight: 700;
		font-size: 150px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		text-transform: none;
	}
	.section._voice:before {
		position: absolute;
		top: 245px;
		left: -193px;
		transform: rotate(90deg);
		opacity: 0.7;
		content: 'voice';
		color: var(--color-bright-blue);
		font-weight: 700;
		font-size: 150px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
	}
}
@media print, screen and (min-width: 961px) and (max-width: 1164px) {
	.section-kv_inner {
		padding: 105px 0 28px;
		max-width: 964px;
	}
	.kv_title {
		position: absolute;
		top: 49px;
		left: 13px;
	}
	.kv_text_inner {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
	}
	.kv_text._left:after {
		bottom: -28px;
		left: 6px;
		width: 125px;
		height: 265px;
	}
	.kv_text._right:after {
		right: 12px;
		bottom: -90px;
		width: 192px;
		height: 270px;
	}
	.swiper-button-prev {
		top: 11.1683848797vw;
	}
}
@media print, screen and (min-width: 1165px) {
	.section-kv_inner {
		padding: 105px 0 18px;
		max-width: 1154px;
	}
	.kv_title {
		position: absolute;
		top: 49px;
		left: 0;
	}
	.kv_text_inner {
		display: block;
		position: static;
		margin: 0;
	}
	.kv_text {
		position: absolute;
		bottom: 0;
		font-size: 21px;
		line-height: 1.8;
		letter-spacing: 0.24em;
		writing-mode: vertical-rl;
		text-align: left;
	}
	.kv_text._left {
		left: 5px;
		padding-bottom: 352px;
	}
	.kv_text._left:after {
		bottom: 0;
		left: -5px;
		width: 125px;
		height: 265px;
	}
	.kv_text._right {
		right: 15px;
		padding-bottom: 420px;
	}
	.kv_text._right:after {
		right: -19px;
		bottom: 0;
		width: 192px;
		height: 270px;
	}
}
@media print, screen and (min-width: 961px) {
	.kv {
		margin-bottom: 0;
	}
	.kv_heading {
		margin-top: 24px;
	}
	.kv_image {
		margin-top: 0;
	}
	.top-link {
		position: absolute;
		top: 0;
		bottom: auto;
		left: 48.5%;
	}
	.top-link_list {
		justify-content: flex-end;
	}
	.top-link_item {
		border-radius: 0 0 4px 4px;
	}
	.top-link_item + .top-link_item {
		margin-left: 4px;
	}
	.top-link_item a {
		padding: 15px 17px 11px 12px;
		font-size: 16px;
	}
	.top-link_item._download a span {
		padding-left: 28px;
	}
	.top-link_item._download a span:before {
		left: 0;
		background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_document.svg');
		width: 14px;
		height: 18px;
	}
	.top-link_item._contact a span {
		padding-left: 38px;
	}
	.top-link_item._contact a span:before {
		left: 0;
		background-image: url('/softdrink/jihanki/solution/raikyaku/images/ico_contact.svg');
		width: 20px;
		height: 16px;
	}
	.top-link_item._blank a span:after {
		width: 11px;
		height: 11px;
	}
	.swiper-button-prev {
		top: 150px;
	}
	.swiper-button-next {
		top: 150px;
	}
}
@media print, screen and (max-width: 1165px) {
	.kv_text span {
		display: none;
	}
}

/* suntory-common_fotter_link
========================================================================== */

.suntory-common_fotter_link {
	padding-bottom: 80px;
	padding-top: 65px;
}

.suntory-common_fotter_link_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 934px;
}

.suntory-common_fotter_link a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.suntory-common_fotter_link a:hover {
	opacity: 0.7;
}

.suntory-common_fotter_link_head_pc {
	display: block;
}

.suntory-common_fotter_link_head_sp {
	display: none;
}

.suntory-common_fotter_link_head > a > img {
	width: 100%;
}

.suntory-common_fotter_link_foot {
	margin-top: 50px;
	display: flex;
}

.suntory-common_fotter_link_foot > li {
	width: 25%;
}

.suntory-common_fotter_link_foot > li > a > img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.suntory-common_fotter_link_inner {
		max-width: 960px;
	}
}

@media screen and (max-width: 768px) {
	.suntory-common_fotter_link {
		padding: 72px 16px;
	}
	.suntory-common_fotter_link_inner {
		width: auto;
	}
	.suntory-common_fotter_link_foot {
		flex-wrap: wrap;
	}
	.suntory-common_fotter_link_foot > li {
		width: 50%;
	}
	.suntory-common_fotter_link_head_pc {
		display: none;
	}
	.suntory-common_fotter_link_head_sp {
		display: block;
	}
}
