@charset "UTF-8";
/* ------------------------------
  富士山サイダーLP（BtoB版）
------------------------------ */
/* ------------------------------
 全体（PC）
------------------------------ */
.site {
	color: #1a1a1a;
}
.contents {
	margin-top: 130px;
}
/* ------------------------------
  全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		font-size: 1.6rem;
	}
	.contents {
		margin-top: 80px;
	}
}

/* ------------------------------
  ヘッダー（PC）
------------------------------ */
.header-area {
	background: #fff;
}
/* -- グローバルナビ -- */
.header-block .gnav .header-menu > li > p > a::after {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.header-block_logo {
		min-width: 230px;
	}
	/* -- グローバルナビ -- */
	.header-box {
		gap: 30px;
	}
	.header-navigation,
	.gnav,
	.header-block .gnav .header-menu {
		height: 100%;
	}
	.header-block .gnav .header-menu {
		gap: 6px;
		margin-right: 25px;
	}
	.header-block .gnav .header-menu > li {
		font-size: 1.4rem;
		padding: 0 !important;
	}
	.header-block .gnav .header-menu > li > p {
		height: auto;
	}
	.header-block .gnav .header-menu > li > p a {
		justify-content: center;
		flex-flow: row wrap;
		line-height: 1.3;
		padding: 20px 0;
	}
}
@media print, screen and (min-width: 910px) {
	/* -- グローバルナビ -- */
	.header-box {
		gap: 50px;
	}
	.header-block .gnav .header-menu {
		gap: 20px;
	}
	.header-block .gnav .header-menu > li {
		font-size: 1.6rem;
	}
}
@media print, screen and (min-width: 1160px) {
	/* -- グローバルナビ -- */
	.header-block .gnav .header-menu {
		gap: 25px;
		margin-right: 50px;
	}
}
/* ------------------------------
  ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- グローバルナビ -- */
	.page-open-slidemenu .header-block .gnav {
		height: fit-content;
	}
}

/* ------------------------------
  メインスビジュアル（PC）
------------------------------ */
.mainBlock {
	position: relative;
	z-index: 1;
	width: 100%;
}
.mainBlock .bgImg {
	position: relative;
	z-index: 1;
	border-radius: 35px;
	overflow: hidden;
}
.mainBlock .bgImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* -- リードテキスト -- */
.h1Box {
	position: relative;
	z-index: 3;
}
.h1Box h1 {
	font-size: 4.6rem;
	font-weight: bold;
	color: #0081cc;
	line-height: 1.4;
}
.h1Box h1 span {
	display: block;
	font-size: 3.4rem;
	margin-bottom: 5px;
}
/* -- 製品画像 -- */
.mainImg {
	width: fit-content;
	height: fit-content;
	position: absolute;
	left: -50px;
	bottom: -35px;
	z-index: 2;
}
@media print, screen and (min-width: 768px) {
	.mainBlock {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		max-width: 1790px;
		height: 770px;
	}
	.mainBlock .bgImg {
		max-width: 1190px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 600px;
	}
	.mainBlock .bgImg img {
		object-position: top 50% right 60%;
	}
	/* -- リードテキスト -- */
	.h1Box {
		position: absolute;
		top: 70px;
		left: 60px;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1800px) {
	.mainBlock .bgImg {
		border-radius: 35px 0 0 35px;
	}
}
/* ------------------------------
  メインスビジュアル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainBlock {
		padding-bottom: 130px;
		margin-bottom: 40px;
	}
	.mainBlock .bgImg {
		width: 88%;
		height: 356px;
		border-radius: 10px 0 0 10px;
		margin-left: auto;
	}
	/* -- リードテキスト -- */
	.h1Box h1 {
		font-size: 2.5rem;
		padding: 10px 0 15px;
	}
	.h1Box h1 span {
		font-size: 2.1rem;
	}
	/* -- 製品画像 -- */
	.mainImg {
		width: 397px;
		max-width: unset;
		height: 258px;
		object-fit: cover;
		object-position: bottom 0% left 50%;
		left: -40px;
		bottom: 0;
	}
}

/* ------------------------------
  見出し・テキスト（PC）
------------------------------ */
/* -- h2 -- */
.cms_block h2 {
	font-size: 5.2rem;
	color: #0081cc;
	line-height: 1.4;
	margin-bottom: 40px;
}
.cms_block h2 span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.8rem;
	color: #ffcc3b;
	letter-spacing: 0.1em;
	margin-top: 5px;
}
.cms_block h2::after {
	content: none;
}
/* -- h3 -- */
.cms_block h3 {
	font-size: 3.0rem;
	line-height: 1.5;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
	font-feature-settings: normal;
}
@media print, screen and (min-width: 768px) {
	
}
/* ------------------------------
  見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- h2 -- */
	.cms_block h2 {
		font-size: 3.0rem;
		margin-bottom: 10px;
	}
	/* -- h3 -- */
	.cms_block h3 {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}
}

/* ------------------------------
  ボタン（PC）
------------------------------ */
.cms_block .btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 290px;
	min-height: 90px;
}
/* ------------------------------
  ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block .btn a {
		min-width: 230px;
		min-height: 62px;
		font-size: 1.6rem !important;
	}
}

/* ------------------------------
  コンテンツ（PC）
------------------------------ */
.heading {
	display: none;
}
/* テキストリンク */
.cms_text a {
	font-size: 1.8rem;
	text-decoration: none;
	padding-left: 0;
}
.cms_text a::before {
	content: none;
}
.cms_text a::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/icon_circlearrow.svg) no-repeat center / 100%;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -4px;
}
.cms_text:not(.btn) > a[target="_blank"]::after,
.cms_text:not(.btn) a.cms_inner_blank::after {
	vertical-align: 1px;
}
/* ドリン子さんイラスト */
.drinkoImg img {
	width: 378px;
	height: auto;
}
.drinkoBox .drinkoImg img {
	width: 324px;
}
/* -- 販売店様の主な業種 -- */
/* 業種スライド */
.typesSlide .swiper-slide {
	margin-bottom: 0;
}
.typesSlide .swiper-slide img {
	border-radius: 25px;
}
.typesSlide .swiper-slide .cms_caption_b {
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.typesSlide .swiper-slide:nth-child(even) {
	margin-top: 30px;
}
/* -- 販売店様メリット -- */
.benefitsBlock {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff url(../img/fujisancider/bg_dots.png) repeat top left / 395px 382px;
	padding: 130px 0 235px;
}
.benefitsBlock .cms_image:not(.dlLink) {
	position: relative;
}
.benefitsBlock .cms_image:not(.dlLink) img,
.topicsBlock .cms_image img {
	border-radius: 25px;
	box-shadow: -5px 5px 7px 0 rgba(0, 0, 0, .08);
}
.benefitsBlock .cms_image h3 {
	margin-bottom: 10px;
}
.benefitsBlock .cms_caption_b p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 63px;
	height: 63px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 3.0rem;
	color: #0081cc;
	line-height: 1;
	background-color: #ffcc3b;
	border-radius: 100%;
	position: absolute;
	top: -20px;
	left: -20px;
	padding-right: 4px;
}
/* -- TOPICS -- */
.topicsBlock {
	position: relative;
	z-index: 1;
	background-color: #339ad6;
	border-radius: 50px;
	color: #fff;
	padding: 95px 0 120px;
	margin-top: -140px;
}
.topicsBlock h2 {
	font-family: "Roboto", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 3.2rem;
	color: #339ad6;
	text-align: left;
	line-height: normal;
	letter-spacing: 0.06em;
	text-shadow: 
		1px 1px 0px #ffcc3b,
		-1px 1px 0px #ffcc3b,
		1px -1px 0px #ffcc3b,
		-1px -1px 0px #ffcc3b,
		1px 0px 0px #ffcc3b,
		0px 1px 0px #ffcc3b,
		-1px 0px 0px #ffcc3b,
		0px -1px 0px #ffcc3b;
}
.topicsBlock .cms_text a {
	color: #fff;
}
.voicesBlock + .topicsBlock {
	background-color: #2d74bb;
	margin-top: -210px;
}
.voicesBlock + .topicsBlock h2 {
	color: #2d74bb;
}
/* -- 売れ筋ドリンクTOP5 -- */
.rankingSlide {
	position: relative;
	box-sizing: content-box;
	overflow: visible;
	padding: 160px 0 50px 0;
}
.rankingSlide .swiper-slide a {
	display: block;
	position: relative;
}
.rankingSlide .cms_text.swiper-slide a::after {
	content: none;
}
.rankingSlide .swiper-slide a:hover {
	opacity: 1;
}
.rankingSlide .swiper-slide .name {
	position: relative;
	display: grid;
	align-items: center;
	height: 60px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #0081cc;
	line-height: 1.2;
	background: #fff;
	border-radius: 0 0 25px 25px;
	padding-left: 65px;
	padding-right: 20px;
	padding-bottom: 15px;
	border-radius: 0 0 25px 25px;
}
.rankingSlide .swiper-slide .name::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/icon_circlearrow.svg) no-repeat 0 0 / cover;
	position: absolute;
	top: 0;
	left: 25px;
	bottom: 17px;
	margin: auto;
}
/* -- 販売店様ボイス -- */
.voicesBlock {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #d7f3fe url(../img/fujisancider/bg_dots_w.png) repeat top left / 360px 358px;
	padding: 130px 0 335px;
}
.voicesBlock .voicesBox {
	position: relative;
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
	padding: 40px;
}
.voicesBox .imgBox img {
	width: 180px;
	height: 180px;
}
.voicesBox .imgBox ul {
	font-size: 1.8rem;
	margin-top: 10px;
}
.cms_text .imgBox ul > li::before {
	top: .4em;
	font-size: 70%;
}
/* -- よくあるご質問 -- */
.faqBlock .faq:not(:last-child) {
	border-bottom: solid 2px #ccc;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.faqBlock .faq .q,
.faqBlock .faq .a {
	position: relative;
	padding: 0.35em 0 5px 55px;
}
.faqBlock .faq .q {
	font-weight: bold;
	margin-bottom: 10px;
}
.faqBlock .faq span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	color: #0081cc;
	line-height: 1;
	background-color: #e0f0f9;
	border: solid 2px #0081cc;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.faqBlock .faq .a span {
	color: #e0f0f9;
	background-color: #0081cc;
	border: solid 2px #0081cc;
}
@media print, screen and (min-width: 768px) {
	/* -- 販売店様の主な業種 -- */
	.drinkoBlock {
		justify-content: center;
		align-items: flex-end;
		gap: 0 80px;
	}
	.drinkoBlock .cms_text {
		width: 585px;
	}
	/* 業種スライド */
	.typesSlide {
		width: 97.396%;
		max-width: 1870px;
	}
	.typesSlide .swiper-wrapper {
		gap: 0 0.535%;
	}
	.typesSlide .swiper-slide {
		width: 24.599%;
		max-width: 460px;
	}
	/* -- 販売店様メリット -- */
	.benefitsBlock {
		display: grid;
		grid-template-columns: 528px 528px;
		justify-content: center;
		gap: 60px 84px;
	}
	.benefitsBlock::before,
	.benefitsBlock::after,
	.voicesBlock::after {
		content: "";
		width: 100%;
		height: 61px;
		background: url(../img/fujisancider/bg_wave.svg) no-repeat center / cover;
		position: absolute;
		top: -1px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.benefitsBlock::after,
	.voicesBlock::after {
		top: auto;
		bottom: -1px;
		transform: rotate(180deg);
	}
	.benefitsBlock h2 {
		margin-bottom: 0;
		grid-column: 1 / 3;
	}
	.benefitsBlock .drinkoBox {
		position: relative;
		text-align: center;
		grid-column: 1 / 3;
	}
	.benefitsBlock .drinkoImg {
		position: absolute;
		right: -15px;
		bottom: -76px;
	}
	.benefitsBlock .cms_image {
		margin-bottom: 0;
	}
	.benefitsBlock .dlLink {
		grid-column: 1 / 3;
	}
	.benefitsBlock .dlLink a {
		display: inline-block;
		width: 610px;
	}
	/* -- TOPICS -- */
	.topicsBlock {
		display: grid;
		grid-template-columns: 480px 590px;
		justify-content: center;
		width: 97%;
		gap: 0 70px;
	}
	.topicsBlock h2 {
		grid-column: 1 / 3;
	}
	/* -- 売れ筋ドリンクTOP5 -- */
	.rankingSlide .swiper-slide {
		width: 328px;
		background: #fff;
		box-shadow: 0px 0px 10px 0px rgba(16, 52, 76, 0.1);
		border-radius: 25px;
		border-radius: 25px;
		padding-top: 20px;
		margin-bottom: 0;
		transform-origin: bottom center;
		transition: .8s;
	}
	.rankingSlide .swiper-slide.swiper-slide-active {
		margin: 0 80px 0 58px !important;
		transform: scale(1.35);
		transform-origin: bottom center;
	}
	/* -- 販売店様ボイス -- */
	.voicesBlock {
		display: grid;
		grid-template-columns: 556px 556px;
		justify-content: center;
		gap: 28px;
	}
	.voicesBlock .drinkoBox {
		position: relative;
		grid-column: 1 / 3;
	}
	.voicesBlock .drinkoBox h2 {
		margin-bottom: 30px;
	}
	.voicesBlock .drinkoBox .drinkoImg {
		position: absolute;
		right: 7px;
		bottom: -54px;
	}
	.voicesBlock .voicesBox {
		margin-bottom: 0;
	}
	.voicesBox .flexBox {
		justify-content: space-between;
	}
	.voicesBox .imgBox {
		width: 200px;
	}
	.voicesBox .textBox {
		width: 250px;
	}
	/* -- よくあるご質問 -- */
	.faqBlock .dorinkoBlock {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		height: 224px;
	}
	.faqBlock .dorinkoBlock h2 {
		height: fit-content;
		margin-bottom: 0;
	}
	.faqBlock .dorinkoBlock .drinkoImg {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media print, screen and (min-width: 1370px) {
	/* -- TOPICS -- */
	.topicsBlock {
		width: 93.75%;
		max-width: 1800px;
	}
}
/* ------------------------------
  コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* ドリン子さんイラスト */
	.drinkoImg {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.drinkoImg img,
	.drinkoBox .drinkoImg img {
		width: 270px;
	}
	/* -- 販売店様の主な業種 -- */
	/* 業種スライド */
	.typesSlide .swiper-wrapper {
		transition-timing-function: linear !important;
	}
	.typesSlide .swiper-slide {
		width: 300px;
		max-width: unset;
		margin: 0 3px;
	}
	.typesSlide .swiper-slide img {
		border-radius: 15px;
	}
	.typesSlide .swiper-slide .cms_caption_b {
		font-size: 1.6rem;
	}
	.typesSlide .swiper-slide:nth-child(even) {
		margin-top: 30px;
	}
	/* -- 販売店様メリット -- */
	.benefitsBlock {
		padding: 50px 5% 140px;
	}
	.benefitsBlock .cms_image:not(.dlLink) img,
	.topicsBlock .cms_image img {
		border-radius: 15px;
	}
	.benefitsBlock .cms_caption_b p {
		width: 40px;
		height: 40px;
		font-size: 2.0rem;
		top: -13px;
		left: -14px;
		padding-right: 3px;
	}
	/* -- TOPICS -- */
	.topicsBlock {
		border-radius: 30px;
		padding: 40px 5% 20px;
		margin-top: -90px;
	}
	.topicsBlock h2 {
		font-size: 2.0rem;
	}
	.voicesBlock + .topicsBlock {
		margin-top: -120px;
	}
	/* -- 売れ筋ドリンクTOP5 -- */
	.rankingSlide {
        position: relative;
        width: 215px;
		padding: 60px 0 30px 0;
	}
	.rankingSlide .swiper-slide {
		width: 189px;
		transition: .8s;
		transform-origin: bottom center;
		padding: 0 20px 0 0;
	}
	.rankingSlide .swiper-slide a {
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(16, 52, 76, 0.1);
		border-radius: 15px;
	}
	.rankingSlide .swiper-slide img {
		border-radius: 15px 15px 0 0;
	}
	.rankingSlide .swiper-slide .name {
		font-size: 1.2rem;
		height: 46px;
		padding-left: 45px;
		border-radius: 0 0 15px 15px;
	}
	.rankingSlide .swiper-slide .name::before {
		bottom: 15px;
		left: 15px;
		width: 24px;
		height: 24px;
	}
	.rankingSlide .swiper-slide.swiper-slide-active {
		margin: 0 29px 0 13px !important;
		transform: scale(1.2);
		transform-origin: bottom center;
	}
	/* -- 販売店様ボイス -- */
	.voicesBlock {
		padding: 50px 5% 140px;
	}
	.voicesBlock .voicesBox {
		border-radius: 30px;
		padding: 30px 5%;
	}
	.voicesBlock .voicesBox h3 {
		text-align: center;
	}
	.voicesBox .imgBox {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.voicesBox .imgBox ul {
		text-align: left;
	}
	/* -- よくあるご質問 -- */
	.faqBlock .faq:not(:last-child) {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
}

/* ------------------------------
  バナー（PC）
------------------------------ */
.bnrBlock,
.bnrBlock > * {
	width: fit-content;
	height: fit-content;
	margin-bottom: 0 !important;
}
.bnrBlock {
	visibility: visible;
	opacity: 1;
	position: fixed;
	right: 100px;
	bottom: 132px;
	z-index: 999;
	transition: .3s ease-in-out;
}
.bnrBlock a {
	display: block;
	width: 100%;
	height: 100%;
}
.bnrBlock img {
	border-radius: 15px;
	box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, .08);
}
.bnrBlock .bnrClose {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #0081cc;
	border-radius: 100%;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
	cursor: pointer;
}
.bnrBlock .bnrClose::before,
.bnrBlock .bnrClose::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.bnrBlock .bnrClose::after {
	width: 2px;
	height: 12px;
}
.bnrBlock input[type=checkbox] {
	display: none;
}
.bnrBlock:has(input:checked) {
	visibility: hidden;
	opacity: 0;
}
/* ------------------------------
  バナー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.bnrBlock {
		right: auto;
		left: 5%;
		bottom: 20px;
	}
	.bnrBlock img {
		width: 220px;
		height: 110px;
	}
	.bnrBlock .bnrClose {
		width: 22px;
		height: 22px;
		top: -6px;
		right: -6px;
	}
	.bnrBlock .bnrClose::before,
	.bnrBlock .bnrClose::after {
		width: 12px;
		height: 2px;
	}
	.bnrBlock .bnrClose::after {
		width: 2px;
		height: 12px;
	}
}