@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');

.wrapper {
	padding: 0 0 40px;
	font-family: '\6E38\30B4\30B7\30C3\30AF', 'Yu Gothic', '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3',
		'Hiragino Kaku Gothic Pro', '\30E1\30A4\30EA\30AA', 'Meiryo', sans-serif,
		'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF', 'MS PGothic';
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	background-image: url('/softdrink/jihanki/solution/ogori/img/bg.png');
}

.concept__hr,
.concept__hr,
.sample__hr {
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
}

.external-link {
	position: relative;
}
.external-link::after {
	position: absolute;
	top: -10px;
	right: 0px;
	content: '';
	display: inline-block;
	background-image: url('/softdrink/jihanki/solution/ogori/img/external_link.png');
	background-size: contain;
	width: 20px;
	height: 20px;
}
.external-link_w {
	position: relative;
}
.external-link_w::after {
	position: absolute;
	top: 19px;
	right: 25px;
	content: '';
	display: inline-block;
	background-image: url('/softdrink/jihanki/solution/ogori/img/external_link_w.png');
	background-size: contain;
	width: 20px;
	height: 20px;
}
.external-link_ww {
	position: relative;
}
.external-link_ww::after {
	position: absolute;
	top: 7px;
	right: 3px;
	content: '';
	display: inline-block;
	background-image: url('/softdrink/jihanki/solution/ogori/img/external_link_w.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}
.kv {
	width: 95%;
	max-width: 1164px;
	margin: 20px auto 0;
}
.kv img {
	width: 100%;
	vertical-align: bottom;
}

.concept {
	width: 95%;
	max-width: 1164px;
	margin: 16px auto 0;
	padding: 45px 0 120px;
	background-color: #ffffff;
}
.concept__title span {
	font-size: 1.85rem;
	color: #5ec3db;
	font-weight: bold;
	line-height: 1.9;
	background: linear-gradient(transparent 80%, #ffef00 0%);
}
.concept__chart {
	margin: 35px 0 82px;
}
.concept__chart__notes {
	color: #aaaaaa;
	font-size: 0.9rem;
	padding-top: 17px;
}
.concept__desc1 {
	width: 100%;
	margin: 45px auto;
}
.concept__desc1 img {
	width: 80%;
	max-width: 495px;
}
.concept__desc2 {
	width: 100%;
	margin: 45px auto 0;
}
.concept__desc2 img {
	width: 80%;
	max-width: 569px;
}
.concept__desc3 {
	width: 100%;
	margin: 45px auto 0;
}
.concept__desc3 img {
	width: 80%;
	max-width: 322px;
}
.concept__hr {
	max-width: 500px;
	margin-top: 80px;
}

.contact {
	width: 97%;
	max-width: 480px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact:nth-last-child(1) {
	padding: 80px 0 0;
}
.contact__title {
	margin: 90px auto 40px;
	font-size: 1.75rem;
	color: #5ec3db;
	font-weight: bold;
	line-height: 1;
	background: linear-gradient(transparent 80%, #ffef00 0%);
}
.contact__title small {
	font-size: 0.8rem;
}
.btn1 {
	margin-bottom: 50px;
}
.dw_btn {
	padding: 15px 70px;
}
.contact__annotation {
	width: 400px;
	margin: 36px auto 0;
	color: #5ec3db;
	text-align: left;
	font-size: 0.874rem;
	line-height: 1.714;
}
.contact__annotation span {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

.contact__link {
	display: flex;
	justify-content: center;
}
.contact__link__btn {
	margin-left: 20px;
}
.contact__link__btn:first-of-type {
	margin-left: 0;
}
.contact__link__btn a {
	position: relative;
	display: block;
	min-width: 305px;
	background: #ffc000;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	padding: 12px 0;
	text-decoration: none;
	border: 2px solid #ffc000;
	box-shadow: 0 6px 0 #ed7600;
	transition: 0.4s;
	border-radius: 9999px;
}
.contact__link__btn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 26px;
	height: 26px;
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_w.png) no-repeat;
	background-size: 26px;
}
.contact__link__btn a:hover {
	color: #ffc000;
	background: #fff;
	box-shadow: 0 0 0 #ed7600;
	transform: translateY(8px);
}
.contact__link__btn a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_o.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
	animation-name: fade;
	animation-fill-mode: forwards;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: normal;
}
.contact__link__btn.green a {
	background: #92d14f;
	border: 2px solid #92d14f;
	box-shadow: 0 8px 0 #6d9d39;
}
.contact__link__btn.green a:hover {
	color: #92d14f;
	background: #fff;
	box-shadow: 0 0 0 #6d9d39;
}
.contact__link__btn.green a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_g.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
}
.contact__link__btn.blue a {
	color: #5ec3da;
	background: #ffffff;
	border: 2px solid #5ec3da;
	box-shadow: 0 6px 0 #14a3c3;
}
.contact__link__btn.blue a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 26px;
	height: 26px;
	background: url(/softdrink/jihanki/solution/ogori/img/external_link.png) no-repeat;
	background-size: 26px;
}
.contact__link__btn.blue a:hover {
	color: #ffffff;
	background: #5ec3da;
	box-shadow: 0 0 0 rgb(5 4 4 / 15%);
}
.contact__link__btn.blue a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_w.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
}

.contact-fixed {
	position: -webkit-sticky;
	position: sticky;
	bottom: calc(50vh - (436px / 2));
	right: 0;
	width: 80px;
	margin: auto 0 auto auto;
	text-align: center;
	overflow: hidden;
	/*
  border-radius: 10px 0 0 10px;
  background: #ffc000;
  border: 2px solid #ffc000;
  box-shadow: 0 6px 0 #ed7600;
  */
	z-index: 1;
}
@media screen and (max-height: 635px) {
	.contact-fixed {
		bottom: 30px;
	}
}
.contact-fixed a {
	padding: 15px;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	padding: 19px 25px 17px;
	border-right: 0;
	transition: 0.4s;
	border-radius: 8px 0 0 8px;
	background: #ffc000;
	border: 2px solid #ffc000;
	box-shadow: 0 6px 0 #ed7600;
}
.contact-fixed a:first-of-type {
	margin-bottom: 10px;
}
.contact-fixed a::after {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_w.png) no-repeat;
	background-size: 23px;
	padding-top: 9px;
	background-position: bottom;
}
.contact-fixed a:hover {
	color: #ffc000;
	box-shadow: 0 0 0 rgba(5, 4, 4, 0.15);
}
.contact-fixed a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_o.png) no-repeat;
	background-size: 23px;
	background-position: bottom;
	animation-name: fade;
	animation-fill-mode: forwards;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: normal;
}
.contact-fixed a:hover {
	background: #fff;
	transform: translateY(7px) !important;
	box-shadow: 0 0 0 #ed7600;
	transition: 0.4s;
}

.contact-fixed a.blue {
	color: #5ec3da;
	background: #ffffff;
	border: 3px solid #5ec3da;
	box-shadow: 0 6px 0 #14a3c3;
}
.contact-fixed a.blue::after {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(/softdrink/jihanki/solution/ogori/img/external_link.png) no-repeat;
	background-size: 23px;
	padding-top: 9px;
	background-position: bottom;
}
.contact-fixed a.blue:hover {
	color: #ffffff;
	background: #5ec3da;
	box-shadow: 0 0 0 rgba(5, 4, 4, 0.15);
}
.contact-fixed a.blue:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_w.png) no-repeat;
	background-size: 23px;
	background-position: bottom;
	animation-name: fade;
	animation-fill-mode: forwards;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: normal;
}

.concept__top-img {
	width: 90%;
	max-width: 500px;
	height: auto;
	margin-top: 80px;
}
.concept__annotation {
	width: 400px;
	margin: 15px auto 0;
	color: #5ec3db;
	text-align: left;
	font-size: 0.874rem;
	line-height: 1.714;
}
.concept__annotation span {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.concept__benefit {
	width: 90%;
	margin: 100px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.concept__benefit-title {
	color: #5ec3db;
	font-size: 2rem;
	line-height: 1.929;
	font-weight: bold;
	padding-bottom: 23px;
}
.concept__benefit-item {
	margin: 16px 0 52px;
}
.concept__benefit-item:last-of-type {
	margin: 16px 0 0;
}
.concept__benefit img {
	vertical-align: bottom;
}
.concept__benefit-text {
	font-weight: bold;
	margin: 5px 0 0;
	color: #60c2db;
	line-height: 1.7;
}
.concept__benefit-text span {
	font-size: 1.75rem;
	line-height: 2.5;
	letter-spacing: -2px;
	color: #000;
	background: linear-gradient(transparent 80%, #ffef00 0%);
}
.concept__movie {
	width: 100%;
	margin: 50px auto 0;
}
.concept__movie-title {
	color: #5ec3db;
	font-size: 2rem;
	line-height: 1.929;
	font-weight: bold;
	padding-bottom: 23px;
}
.concept__movie__slider {
	max-width: 975px;
	min-height: 376px;
	position: relative;
	padding: 31px 0;
	margin: 0 auto;
	overflow: hidden;
}
.concept__movie__slider__list li .js-modal-btn:hover {
	cursor: pointer;
}
.concept__movie__slider__list li.swiper-slide img {
	max-width: 500px;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.concept__movie__slider__list li.swiper-slide-active {
	padding-top: 143px;
	z-index: 1;
}
.concept__movie__slider__list li.swiper-slide-active img {
	transform: scale(1.535);
	transition: 0.5s;
}
.concept__movie__slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 1px 0 0;
	width: 50px;
	height: 5px;
	border-radius: 0;
}
.concept__movie__slider .swiper-button-prev:after,
.concept__movie__slider .swiper-button-next:after {
	bottom: 0;
	content: '';
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
}
.concept__movie__slider .swiper-button-prev {
	left: 19%;
	top: 61%;
}
.concept__movie__slider .swiper-button-prev:after {
	border-bottom: 31px solid transparent;
	border-right: 30px solid #5ec3db;
	border-top: 31px solid transparent;
}
.concept__movie__slider .swiper-button-next {
	right: 19%;
	top: 61%;
}
.concept__movie__slider .swiper-button-next:after {
	border-bottom: 31px solid transparent;
	border-left: 30px solid #5ec3db;
	border-top: 31px solid transparent;
}
.concept__usage {
	width: 90%;
	max-width: 500px;
	margin: 100px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.concept__usage-title {
	color: #5ec3db;
	font-size: 1.75rem;
	line-height: 1.929;
	font-weight: bold;
}
.concept__usage-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.concept__usage-container-img {
	width: 100%;
	margin-top: 30px;
	background-image: url('/softdrink/jihanki/solution/ogori/img/usage.png');
	background-repeat: no-repeat;
	background-size: 500px auto;
	width: 150px;
	height: 251px;
}
.concept__usage-container-img[data-img='1'] {
	background-position: 0px 0px;
}
.concept__usage-container-img[data-img='2'] {
	background-position: -151px 0px;
	width: 178px;
}
.concept__usage-container-img[data-img='3'] {
	background-position: -326px 0px;
	width: 174px;
}
.concept__link {
	display: flex;
	justify-content: center;
	padding: 44px 0 24px;
}
.concept__link__btn {
	margin-left: 20px;
}
.concept__link__btn:first-of-type {
	margin-left: 0;
}
.concept__link__btn a {
	position: relative;
	display: block;
	min-width: 305px;
	background: #ffc000;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	padding: 12px 0;
	text-decoration: none;
	border: 2px solid #ffc000;
	box-shadow: 0 6px 0 #ed7600;
	transition: 0.4s;
	border-radius: 9999px;
}
.concept__link__btn a:hover {
	color: #ffc000;
	background: #fff;
	box-shadow: 0 0 0 #ed7600;
	transform: translateY(8px);
}
.concept__link__btn a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_o.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
	animation-name: fade;
	animation-fill-mode: forwards;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: normal;
}
.concept__link__btn.green a {
	background: #92d14f;
	border: 2px solid #92d14f;
	box-shadow: 0 8px 0 #6d9d39;
}
.concept__link__btn.green a:hover {
	color: #92d14f;
	background: #fff;
	box-shadow: 0 0 0 #6d9d39;
}
.concept__link__btn.green a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_g.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
}
.concept__link__btn.blue a {
	color: #5ec3da;
	background: #ffffff;
	border: 2px solid #5ec3da;
	box-shadow: 0 6px 0 #14a3c3;
}
.concept__link__btn.blue a:hover {
	color: #ffffff;
	background: #5ec3da;
	box-shadow: 0 0 0 rgb(5 4 4 / 15%);
}
.concept__link__btn.blue a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_w.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
}

.concept__hr {
	max-width: 640px;
	margin: 64px auto 0;
}

.sample {
	width: 95%;
	max-width: 1164px;
	margin: 20px auto 0;
	padding: 80px 0 120px;
	background-color: #ffffff;
}
.sample:nth-last-child(2) {
	margin: 20px auto -330px;
}
.sample__title {
	color: #5ec3db;
	font-size: 1.75rem;
	line-height: 1.929;
	font-weight: bold;
	margin-top: 100px;
}
.sample__desc {
	margin-top: 5px;
	line-height: 2.25;
}
.sample__pattern {
	margin-top: 55px;
}
.sample__pattern-title {
	max-width: 200px;
	margin: 0 auto 20px;
	padding: 3px;
	color: #cccccc;
	font-weight: bold;
	border: 2px solid #cccccc;
}
.sample__pattern img {
	margin-top: 10px;
	width: 90%;
	max-width: 640px;
	height: auto;
}
.sample__pattern-designexample {
	margin-top: 55px;
}
.sample__pattern-designexample img {
	max-width: 840px;
}
.sample__share {
	margin-top: 80px;
}
.sample__share-title {
	color: #5ec3db;
	font-size: 1.75rem;
	line-height: 1.929;
	font-weight: bold;
}
.sample__share-links {
	width: 50%;
	max-width: 330px;
	min-width: 250px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sample__share-links img {
	width: 50px;
}
.sample__hr {
	max-width: 640px;
	margin: 130px auto 0;
}
.sample__customize {
	margin-top: 0;
}
.sample__customize-title {
	color: #5ec3db;
	font-size: 1.75rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 40px 0;
}
.sample__customize-title:nth-of-type(2) {
	margin: 80px 0 40px;
}
.sample__customize-title--sub {
	line-height: 2.25;
	margin: 40px 0 0;
}
.sample__customize img {
	max-width: 438px;
	width: 100%;
}
.sample__customize-text {
	width: 12.5em;
	margin: 0 auto;
	font-weight: bold;
	font-size: 32px;
	margin-top: 47px;
	text-align: left;
}
.sample__customize-text li:before {
	content: '';
	display: inline-block;
	width: 34px;
	height: 31px;
	background: url('/softdrink/jihanki/solution/ogori/img/check.png');
	margin-right: -9px;
}
.sample__customize-text .icon__none:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	background: none;
	margin-right: 0;
}
.sample__customize-text.mt20 {
	margin-top: 20px;
}
.btn1 {
	margin-bottom: 50px;
}
.dw_btn {
	padding: 15px 70px;
}
.sample__impressions {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 120px;
}
.sample__impressions-title {
	color: #5ec3db;
	font-size: 1.75rem;
	line-height: 1.929;
	font-weight: bold;
	padding-bottom: 23px;
}
.sample__impressions-item {
	margin: 34px 0 46px;
}
.sample__impressions-item img {
	width: 100%;
	vertical-align: bottom;
}
.sample__impressions__case-title {
	color: #5ec3db;
	font-size: 1.75rem;
	line-height: 1.929;
	font-weight: bold;
	padding-bottom: 23px;
	margin-top: 67px;
}
.sample__impressions__case {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 830px;
	margin: 37px auto 0;
}
.sample__impressions__case__container {
	width: 254px;
	margin-bottom: 50px;
}
.sample__impressions__case__container a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 17px;
	line-height: 1.2;
}
.sample__impressions__case__container-img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.sample__impressions__case__container:hover .sample__impressions__case__container-img {
	opacity: 0.6;
}
.sample__impressions__case__container-text {
	margin-top: 5px;
}
.sample__impressions__case__container:hover .sample__impressions__case__container-text {
	color: #5ec3db;
}
.sample__impressions__case__container-text span {
	font-size: 15px;
	font-weight: normal;
}

.sample__usage {
	width: 90%;
	max-width: 500px;
	margin: 100px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sample__usage-title {
	color: #5ec3db;
	font-size: 1.75rem;
	line-height: 1.929;
	font-weight: bold;
}
.sample__usage-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sample__usage-container-img {
	width: 100%;
	margin-top: 30px;
	background-image: url('/softdrink/jihanki/solution/ogori/img/usage.png');
	background-repeat: no-repeat;
	background-size: 500px auto;
	width: 150px;
	height: 251px;
}
.sample__usage-container-img[data-img='1'] {
	background-position: 0px 0px;
}
.sample__usage-container-img[data-img='2'] {
	background-position: -151px 0px;
	width: 178px;
}
.sample__usage-container-img[data-img='3'] {
	background-position: -326px 0px;
	width: 174px;
}
.sample__usage-note {
	width: 100%;
	margin-top: 5px;
	font-size: 0.8rem;
	text-align: right;
	color: #cccccc;
}
.sample__usage-card {
	margin: 41px 0 0;
}
.sample__usage-card img {
	vertical-align: bottom;
}

.sample__link {
	display: flex;
	justify-content: center;
	padding-top: 60px;
}
.sample__link__btn {
	margin-left: 20px;
}
.sample__link__btn:first-of-type {
	margin-left: 0;
}
.sample__link__btn a {
	position: relative;
	display: block;
	min-width: 305px;
	background: #ffc000;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	padding: 12px 0;
	text-decoration: none;
	border: 2px solid #ffc000;
	box-shadow: 0 6px 0 #ed7600;
	transition: 0.4s;
	border-radius: 9999px;
}
.sample__link__btn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 26px;
	height: 26px;
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_w.png) no-repeat;
	background-size: 26px;
}
.sample__link__btn a:hover {
	color: #ffc000;
	background: #fff;
	box-shadow: 0 0 0 #ed7600;
	transform: translateY(7px);
}
.sample__link__btn a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_o.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
}
.sample__link__btn.green a {
	background: #92d14f;
	border: 2px solid #92d14f;
	box-shadow: 0 8px 0 #6d9d39;
}
.sample__link__btn.green a:hover {
	color: #92d14f;
	background: #fff;
	box-shadow: 0 0 0 #6d9d39;
}
.sample__link__btn.green a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_g.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
}
.sample__link__btn.blue a {
	color: #5ec3da;
	background: #ffffff;
	border: 2px solid #5ec3da;
	box-shadow: 0 6px 0 #14a3c3;
}
.sample__link__btn.blue a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 26px;
	height: 26px;
	background: url(/softdrink/jihanki/solution/ogori/img/external_link.png) no-repeat;
	background-size: 26px;
}
.sample__link__btn.blue a:hover {
	color: #ffffff;
	background: #5ec3da;
	box-shadow: 0 0 0 rgb(5 4 4 / 15%);
}
.sample__link__btn.blue a:hover::after {
	background: url(/softdrink/jihanki/solution/ogori/img/external_link_w.png) no-repeat;
	background-size: 26px;
	background-position: bottom;
}

.sample__infinite-img {
	max-width: 273px;
	height: auto;
	margin-top: 50px;
}
.sample__annotation {
	width: 400px;
	margin: 10px auto 0;
	color: #aaa;
	text-align: left;
	font-size: 0.874rem;
	line-height: 1.714;
}
.sample__annotation span {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.sample__textLink {
	padding-top: 20px;
}
.sample__textLink a {
	font-weight: bold;
	line-height: 1.7;
	color: #000;
}
.sample__textLink a:hover {
	color: #5ec3db;
}

.slider {
	width: 95%;
	max-width: 1164px;
	margin: 20px auto 0;
}
.slider__list img {
	max-width: 100%;
	vertical-align: bottom;
}
.slider__list .slider__pc {
	display: block;
}
.slider__list .slider__sp {
	display: none;
}

.qa {
	max-width: 600px;
	margin: 0 auto;
}
.qa__title {
	margin: 62px auto 17px;
	color: #5ec3db;
	font-size: 2.75rem;
	line-height: 1.929;
	font-weight: bold;
}
.qa__question {
	margin: 5px 0 0;
	font-size: 16px;
	overflow: hidden;
	padding: 18px 25px;
	background: url(../img/qa_btn_on.png) right 12px center no-repeat;
	background-size: 37px;
	background-color: #5ec3da;
	line-height: 18px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	border-radius: 8px;
}
.qa__question.active {
	background: url(../img/qa_btn_off.png) right 12px center no-repeat;
	background-size: 37px;
	background-color: #5ec3da;
	border-radius: 8px 8px 0 0;
}
.Q {
	display: block;
	float: left;
	margin: 0 0.5rem 0 0;
	line-height: 130%;
}
.q_detail {
	width: 78%;
	display: block;
	float: left;
	line-height: 130%;
}
.qa__answer {
	padding: 21px 17px 20px 21px;
	font-size: 1rem;
	line-height: 2em;
	overflow: hidden;
	display: none;
	border: 5px solid #5ec3da;
	border-top: none;
	border-radius: 0 0 8px 8px;
}
.a_detail {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
.a_notes {
	font-size: 0.8rem;
	line-height: 1.5;
	display: block;
	margin-top: 0.5rem;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media (max-width: 799px) {
	.wrapper {
		padding: 0 0 5%;
		background-image: url('/softdrink/jihanki/solution/ogori/img/bg_sp.png');
	}
	.br-pc {
		display: none;
	}
	.img-pc {
		display: none;
	}
	.external-link::after {
		top: -8px;
		right: 1px;
		width: 15px;
		height: 15px;
	}
	.kv {
		width: 95%;
		margin: 20px auto 0;
	}
	.kv img {
		width: 100%;
	}

	.concept {
		margin-top: 2%;
		padding: 40px 0 60px;
	}
	.concept__desc1 {
		margin: 30px auto 0;
	}
	.concept__desc2 {
		margin: 30px auto 0;
	}
	.concept__desc3 {
		margin: 30px auto 0;
	}
	.concept__desc3 img {
		width: 60%;
	}
	.concept__hr {
		margin-top: 40px;
	}
	.concept__title span {
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.concept__chart {
		margin: 15px 0 41px;
	}
	.concept__chart img {
		width: 47%;
	}
	.concept__chart__notes {
		font-size: 0.4rem;
		padding-top: 2px;
	}
	.concept__link {
		padding: 54px 0 24px;
	}
	.concept__link__btn {
		margin: 15px 0 0;
	}
	.concept__link__btn:first-of-type {
		margin: 0;
	}
	.concept__link__btn a {
		min-width: 280px;
		padding: 8px 0;
		font-size: 20px;
	}
	.concept__link__btn a:hover {
		transform: translateY(8px);
	}
	.concept__link__btn a:hover::after {
		background-size: 20px;
	}
	.concept__link__btn.green a:hover::after,
	.concept__link__btn.blue a:hover::after {
		background-size: 20px;
	}

	.contact:nth-last-child(1) {
		padding: 50px 0 0;
	}
	.contact__title {
		font-size: 1.4rem;
		margin: 40px auto 30px;
	}
	.contact__link {
		padding-top: 0;
	}
	.contact__link__btn {
		margin: 15px 0 0;
	}
	.contact__link__btn:first-of-type {
		margin: 0;
	}
	.contact__link__btn a {
		min-width: 280px;
		padding: 8px 0;
		font-size: 20px;
	}
	.contact__link__btn a::after,
	.contact__link__btn.blue a::after {
		right: 12px;
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	.contact__link__btn a:hover {
		transform: translateY(8px);
	}
	.contact__link__btn a:hover::after {
		background-size: 20px;
	}
	.contact__link__btn.green a:hover::after,
	.contact__link__btn.blue a:hover::after {
		background-size: 20px;
	}
	.contact__annotation {
		width: 310px;
		font-size: 0.65rem;
		letter-spacing: -0.01rem;
		margin: 30px auto 0;
	}
	.contact-fixed {
		width: 100%;
		height: auto;
		margin: 0 auto;
		border-radius: 0;
		background: none;
		box-shadow: none;
		border: none;
		overflow: visible;
		bottom: 30px;
	}
	.contact-fixed a {
		display: block;
		position: relative;
		width: 230px;
		font-size: 20px;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		border-radius: 9999px;
		background: #ffc000;
		box-shadow: 0 6px 0 #ed7600;
		margin: 0 auto;
		padding: 8px 25px;
		border: 2px solid #ffc000;
	}
	.contact-fixed a.blue {
		box-shadow: 0 6px 0 #14a3c3;
	}
	.contact-fixed a:first-of-type {
		margin-bottom: 15px;
	}
	.contact-fixed a::after,
	.contact-fixed a.blue::after {
		position: absolute;
		top: 50%;
		right: 13px;
		transform: translate(0, -50%);
		padding: 0;
		width: 21px;
		height: 21px;
		background-size: 21px;
	}
	.contact-fixed a:hover {
		background: #fff;
		color: #ffc000;
		box-shadow: 0 0 0 #ed7600;
		transform: translateY(8px);
	}
	.contact-fixed a.blue:hover {
		box-shadow: 0 0 0 #14a3c3;
	}
	.contact-fixed:hover {
		background: transparent;
	}
	.contact-fixed a:hover::after,
	.contact-fixed a.blue:hover::after {
		background-size: 20px;
	}

	.contact__link {
		flex-wrap: wrap;
	}
	.external-link_w {
		position: relative;
	}
	.external-link_w::after {
		top: 15px;
		right: 28px;
	}
	.dw_btn {
		padding: 15px 69px;
	}
	.external-link_ww::after {
		top: 3px;
		right: 6px;
		width: 10px;
		height: 10px;
	}
	.concept__usage-container {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		margin-bottom: -100px;
	}
	.concept__movie {
		margin-top: 30px;
	}
	.concept__movie-title {
		color: #5ec3db;
		font-size: 1.75rem;
		line-height: 1.929;
		font-weight: bold;
	}
	.concept__movie__slider {
		width: 90%;
		min-height: auto;
		padding-bottom: 45px;
		padding-top: 0;
	}
	.concept__movie__slider__list li.swiper-slide-active {
		padding-top: 0;
	}
	.concept__movie__slider__list li.swiper-slide-active img {
		transform: scale(1);
	}

	.concept__movie__slider .swiper-button-next {
		top: 92%;
		right: 9%;
	}
	.concept__movie__slider .swiper-button-next:after {
		border-bottom: 20px solid transparent;
		border-left: 20px solid #5ec3db;
		border-top: 20px solid transparent;
	}
	.concept__movie__slider .swiper-button-prev {
		top: 92%;
		left: 9%;
	}
	.concept__movie__slider .swiper-button-prev:after {
		border-bottom: 20px solid transparent;
		border-right: 20px solid #5ec3db;
		border-top: 20px solid transparent;
	}
	.concept__movie__slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px 0 0;
		--swiper-theme-color: #5ec3db;
	}
	.concept__campus-desc a {
		border-bottom: 1.75px solid #5ec3db;
	}
	.concept__campus-desc {
		font-size: 0.95rem;
		line-height: 2.077;
		letter-spacing: -0.03rem;
	}
	.concept__link {
		flex-wrap: wrap;
	}
	.concept__annotation {
		width: 310px;
		font-size: 0.65rem;
		letter-spacing: -0.01rem;
	}
	.concept__usage:nth-of-type(2) {
		margin: 0 auto 50px;
	}
	.concept__usage-title {
		font-size: 1.4rem;
	}

	.concept__benefit {
		margin: 60px auto 0;
	}
	.concept__benefit-item {
		margin: 10px 0 12px;
	}
	.concept__benefit-title {
		font-size: 1rem;
		padding: 0;
	}
	.concept__benefit-text span {
		font-size: 0.9rem;
	}
	.concept__benefit-text {
		font-size: 0.5rem;
	}
	.concept__benefit img {
		width: 24%;
	}
	.sample {
		margin: 2.5% auto 5%;
		padding: 80px 0 100px;
	}
	.sample:nth-last-child(2) {
		margin: 2.5% auto 5%;
	}
	.sample:nth-last-child(3) {
		margin: 2.5% auto 2.5%;
		padding-bottom: 60px;
	}
	.sample__title {
		margin-top: 50px;
	}
	.sample__share-links img {
		width: 37px;
	}
	.sample__customize-title {
		font-size: 1.3rem;
		line-height: 1.5;
		margin: 0 0 25px;
	}
	.sample__customize-title:nth-of-type(2) {
		margin: 40px 0 25px;
	}
	.sample__customize img {
		max-width: 61.5%;
	}
	.sample__customize-text {
		font-size: 0.9rem;
		margin-top: 12px;
	}
	.sample__customize-text li:before {
		width: 0.9rem;
		height: 1rem;
		background: url(/softdrink/jihanki/solution/ogori/img/check.png) no-repeat;
		background-size: 1rem;
		margin-right: 0;
	}
	.sample__pattern-designexample {
		margin: 55px 0;
	}
	.sample__impressions {
		margin: 0 auto;
		padding-top: 0;
	}
	.sample__impressions-item {
		margin: 12px 0 18px;
	}
	.sample__impressions-item img {
		width: 90%;
	}
	.sample__impressions-title {
		font-size: 1.3rem;
		padding: 0;
	}
	.sample__impressions__case {
		max-width: 86%;
		margin: 22px auto 0;
	}
	.sample__impressions__case-title {
		font-size: 1.3rem;
		padding: 0;
		margin-top: 52px;
	}
	.sample__impressions__case__container {
		width: 47%;
		margin-bottom: 1rem;
	}
	.sample__impressions__case__container a {
		font-size: 0.65rem;
	}
	.sample__impressions__case__container-text span {
		font-size: 0.6rem;
		font-weight: normal;
	}
	.sample__usage-title {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.sample__usage-card {
		margin: 20px 0 0;
	}
	.sample__usage-card img {
		width: 100%;
	}
	.sample__infinite-img {
		width: 48%;
	}
	.sample__annotation {
		width: 310px;
		font-size: 0.65rem;
		letter-spacing: -0.01rem;
	}
	.sample__link {
		flex-wrap: wrap;
		padding-top: 31px;
	}
	.sample__link__btn {
		margin: 15px 0 0;
	}
	.sample__link__btn:first-of-type {
		margin: 0;
	}
	.sample__link__btn a {
		min-width: 280px;
		padding: 8px 0;
		font-size: 20px;
	}
	.sample__link__btn a::after,
	.sample__link__btn.blue a::after {
		right: 12px;
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	.sample__link__btn a:hover {
		transform: translateY(8px);
	}
	.sample__link__btn a:hover::after {
		background-size: 20px;
		animation-name: fade;
		animation-fill-mode: forwards;
		animation-duration: 0.4s;
		animation-iteration-count: 1;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-direction: normal;
	}
	.sample__link__btn.green a:hover::after,
	.sample__link__btn.blue a:hover::after {
		background-size: 20px;
	}
	.sample__hr {
		margin: 52px auto 0;
	}
	.qa {
		width: 85%;
	}
	.qa__title {
		font-size: 1.3rem;
		margin: 23px auto 8px;
	}
	.qa__question {
		background-size: 20px;
		background-position: right 5px center;
		font-size: 10px;
		padding: 9px 11px;
	}
	.qa__question.active {
		background-size: 20px;
		background-position: right 5px center;
	}
	.q_detail {
		width: 85%;
	}
	.qa__answer {
		padding: 9px 11px;
	}
	.a_detail {
		font-size: 10px;
	}
	.a_notes {
		font-size: 9px;
	}
	.slider__list .slider__pc {
		display: none;
	}
	.slider__list .slider__sp {
		display: block;
	}
}
@media (min-width: 800px) {
	.br-sp {
		display: none;
	}
	.img-sp {
		display: none;
	}
}

/* suntory-common_fotter_link
========================================================================== */

.suntory-common_fotter_link {
	padding: 65px 32px 80px;
}

.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_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_head:hover > a > img {
	opacity: 0.7;
}

.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%;
}

.suntory-common_fotter_link_foot > li:hover > a > img {
	opacity: 0.7;
}

@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;
	}
}
