@charset "utf-8";

/*------------------------------------------------------------
BEERBALL　ベース設定　2025/03
------------------------------------------------------------ */
/*------------------------------------------------------------
reset
------------------------------------------------------------ */
#suntory_contents * {
	line-height: 1;
}

#suntory_contents ul,
#suntory_contents ol,
#suntory_contents li {
	list-style: none;
}

/*------------------------------------------------------------
[COMMON] setting
------------------------------------------------------------ */
body {
	position: relative;
}

#suntory_contents {
	width: 100%;
	color: #000;
}

#suntory_contents a {
	color: #000;
	text-decoration: none;
}

/*animeスライドアップ*/
#suntory_contents .animate {
	opacity: 0;
	transition: all 1s ease-out 0.5s;
	transform: translate(0, 20px);
}

#suntory_contents .animate.left.show,
#suntory_contents .animate.right.show,
#suntory_contents .animate.show {
	opacity: 1;
	transform: translate(0, 0);
}

/*animeスライドアップ*/
#suntory_contents .animate.left {
	transition: all 1s ease-out 1s;
	transform: translate(-20px, 0);
}

#suntory_contents .animate.right {
	transition: all 1s ease-out 1s;
	transform: translate(20px, 0);
}

/*------------------------------------------------------------
[COMMON] header
------------------------------------------------------------ */
#suntory_contents header {
	background: #068299;
}

#suntory_contents header .logo {
	margin-right: auto;
}

#suntory_contents header .logo a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	color: transparent;
	background: url(/beer/beerball/assets2025/img/logo_beerball.svg) no-repeat left top / contain;
}

#suntory_contents header .sns_x a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	color: transparent;
	background: url(/beer/beerball/assets2025/img/logo_x_wh.svg) no-repeat left top / contain;
}

/*------------------------------------------------------------
[COMMON] section
------------------------------------------------------------ */
#suntory_contents section .tl_section_crown::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: url(/beer/beerball/assets2025/img/bg_sub_e.webp) no-repeat center top / contain;
}

/*------------------------------------------------------------
[COMMON] page_top
------------------------------------------------------------ */
#suntory_contents .btn_page_top a {
	visibility: hidden;
	opacity: 0;
	background: #068299;
	text-indent: -9999px;
	position: fixed;
	z-index: 200;
	transition: all 0.3s ease;
}

#suntory_contents .btn_page_top.appear a {
	visibility: visible;
	opacity: 1;
}

/*------------------------------------------------------------
[COMMON] 購入ボタン bb-shop-btn
------------------------------------------------------------ */
#suntory_contents {
	position: relative;
}

#suntory_contents .bb-shop-btn {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	/*	overflow: hidden;*/
}

#suntory_contents .bb-shop-btn::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

#suntory_contents .bb-shop-btn img {
	width: 100%;
	height: auto;
}

#suntory_contents .bb-shop-btn #div-gpt-ad-1469518796001-0 {
	position: relative;
	z-index: 101;
	margin: 0 auto;
}

#suntory_contents .bb-shop-btn #div-gpt-ad-1469518796001-0 a {
	display: block;
	margin: 0 auto;
	transition: all 0.3s;
}

#suntory_contents .bb-shop-btn.hide-btn {
	visibility: hidden;
	opacity: 0;
}

@media screen and (min-width:768px) {
	#suntory_contents .bb-shop-btn {
		padding: 25px;
		height: 130px;
	}

	#suntory_contents .bb-shop-btn::before {
		background-image: url(/beer/beerball/assets2025/img/bg_buy_pc.webp);
	}

	#suntory_contents .bb-shop-btn #div-gpt-ad-1469518796001-0 {
		width: 360px;
		height: 80px;
	}

	#suntory_contents .bb-shop-btn #div-gpt-ad-1469518796001-0 a:hover {
		transform: scale(1.02);
	}

}

@media screen and (max-width: 767px) {
	#suntory_contents .bb-shop-btn {
		padding: 4.8vw;
	}

	#suntory_contents .bb-shop-btn::before {
		background-image: url(/beer/beerball/assets2025/img/bg_buy_sp.webp);
	}

	#suntory_contents .bb-shop-btn #div-gpt-ad-1469518796001-0 {
		width: 65.33333333vw;
		height: 14.4vw;
	}

	/*		ショップリンク iframe SP*/
	#suntory_contents .bb-shop-btn #div-gpt-ad-1469518796001-0 iframe.fixed {
		bottom: 50% !important;
		transform: translateY(50%);
		top: unset !important;
		width: 100vw !important;
	}

}

@media screen and (min-width:768px) {

	/* for PC */
	/*------------------------------------------------------------
[PC] base
------------------------------------------------------------ */
	#suntory_contents {
		font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
		font-weight: 500;
		font-feature-settings: "palt";
		letter-spacing: 0.01em;
	}

	#suntory_contents .sp_item {
		display: none !important;
	}

	#suntory_contents .pc_item {
		display: block;
	}

	/*------------------------------------------------------------
[PC] common setting
------------------------------------------------------------ */
	#suntory_contents .inner {
		width: 1160px;
		margin: 0 auto;
	}


	/*------------------------------------------------------------
[PC] header
------------------------------------------------------------ */
	#suntory_contents header .inner {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: center;
		height: 60px;
	}

	#suntory_contents header .logo a {
		width: 142px;
		height: 32px;
	}

	#suntory_contents header .sns_x a {
		width: 22px;
		height: 21.5px;
	}

	#suntory_contents header .sns_x a:hover {
		background: url(/beer/beerball/assets2025/img/logo_x_ylw.svg) no-repeat left center /contain;
	}

	#suntory_contents header nav ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: center;
	}

	#suntory_contents header nav ul li {
		margin: 0 50px 0 0;
	}

	#suntory_contents header nav ul li a {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}

	#suntory_contents header nav ul li a:hover {
		color: #ffe342;
	}

	#suntory_contents .hamburger,
	#bb_modal {
		display: none;
	}

	/*------------------------------------------------------------
[PC] section
------------------------------------------------------------ */
	#suntory_contents section.section_bb {
		background: url(/beer/beerball/assets2025/img/bg_sec_pc.webp) no-repeat center top / auto 400px;

		@media screen and (min-width: 2000px) {
			background-size: 100%;
		}
	}

	#suntory_contents section .tl_section_crown {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 5px 0 31px;
		width: 215px;
	}

	#suntory_contents section .tl_section_crown img {
		display: block;
		position: relative;
		width: 215px;
		height: 20px;
		margin: 0 auto;
		object-fit: contain;
		z-index: 1;
	}

	#suntory_contents section .tl_section_crown::before {
		width: 215px;
		height: 51px;
	}

	#suntory_contents section h3.tl_aqua {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 360px;
		height: 70px;
		margin: 0 auto;
	}

	#suntory_contents section h3.tl_aqua .txt_line {
		font-size: 23px;
		position: relative;
		z-index: 1;
	}

	#suntory_contents section h3.tl_aqua .txt_line .txt_line_s {
		font-size: 20px;
		margin: 0 5px;
	}

	#suntory_contents section h3.tl_aqua::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 360px;
		height: 70px;
		background: #c0feff;
		transform: skewX(-15deg);
	}

	/*------------------------------------------------------------
[PC] btn_next
------------------------------------------------------------ */
	#suntory_contents section .btn_next {
		width: 270px;
		height: 60px;
	}

	#suntory_contents section .btn_next a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #fff;
		font-weight: bold;
		width: 100%;
		height: 100%;
		padding: 0;
		font-size: 18px;
		text-align: center;
		text-decoration: none;
		line-height: 1.3;
		transition: all 0.3s ease;
		border-radius: 5px;
		background: linear-gradient(90deg, #025368 0%, #058298 50%, #025368 100%);
		background-position: 0% 50%;
		background-size: 200% auto;

		&:hover {
			background-position: 100% 50%;
		}

		&::after {
			content: "";
			display: block;
			position: absolute;
			right: 15px;
			top: 24px;
			width: 8px;
			height: 8px;
			border-top: 1.5px solid #fff;
			border-right: 1.5px solid #fff;
			transform: rotate(45deg);
		}
	}

	/*------------------------------------------------------------
[PC] page_top
------------------------------------------------------------ */
	#suntory_contents .btn_page_top a {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		bottom: 100px;
		right: 30px;
	}

	#suntory_contents .btn_page_top a::after {
		content: "";
		display: block;
		position: absolute;
		right: 23px;
		top: 28px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(-45deg);
	}

	#suntory_contents .btn_page_top a:hover {
		background: #015d76;
	}


}


@media screen and (max-width:767px) {

	/* for SP */
	/*------------------------------------------------------------
[SP] base
------------------------------------------------------------ */
	/*	for Safari*/
	body {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		position: relative;
	}

	#suntory_contents {
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
		font-weight: normal;
		letter-spacing: -0.01em;

	}

	#suntory_contents .sp_item {
		display: block;
	}

	#suntory_contents .pc_item {
		display: none !important;
	}

	/*------------------------------------------------------------
[SP] common setting
------------------------------------------------------------ */
	#suntory_contents .inner {
		width: 100%;
		margin: 0;
	}

	#suntory_contents .jump_target:target::before {
		content: "";
		display: block;
		height: 60px;
		margin-top: -60px;
		visibility: hidden;
	}


	/*------------------------------------------------------------
[SP] header
------------------------------------------------------------ */
	#suntory_contents {
		position: relative;
		padding-top: 13.33333333vw;
		background: linear-gradient(180deg, #068299 16vw, #fff 20vw);
		transition: padding 2s;
	}

	#suntory_contents header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 50;
		transition: all 0.3s ease-in-out;
	}

	#suntory_contents:has(header.fixed),
	#suntory_contents:has(header.hidden) {
		padding-top: 13.6vw;
	}

	#suntory_contents header.fixed {
		position: fixed;
		transform: translateY(0);
	}

	#suntory_contents header.hidden {
		position: fixed;
		transform: translateY(-100%);
	}


	#suntory_contents header .inner {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: center;
		width: 92vw;
		height: 13.33333333vw;
		margin: 0 0 0 4vw;
	}

	#suntory_contents header .logo a {
		width: 30.26666667vw;
		height: 6.666666667vw;
	}

	#suntory_contents header .sns_x a {
		width: 4.8vw;
		height: 4.694376528117359vw;
	}

	#suntory_contents .hamburger {
		display: block;
	}

	#suntory_contents header nav {
		display: none;
	}

	#suntory_contents header nav ul li {
		margin: 0 50px 0 0;
	}

	#suntory_contents header nav ul li a {
		color: #000;
		font-size: 4.8vw;
		font-weight: bold;
	}

	#suntory_contents .hamburger {
		display: block;
		width: 5.866666667vw;
		height: 5.866666667vw;
		margin-left: 5.6vw;
		display: flex;
		flex-flow: column;
		nowrap;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	#suntory_contents .hamburger .ham__txt {
		font-size: 2.4vw;
		color: #fff;
	}

	#suntory_contents .hamburger .ham__bar {
		width: 5.866666667vw;
		height: 0.266666667vw;
		background: #fff;
	}

	/*------------------------------------------------------------
[SP] #bb_modal
------------------------------------------------------------ */
	body {
		width: 100%;
	}

	body.lock {
		overflow: hidden;
	}

	#bb_modal.active {
		position: fixed;
		top: 0;
		left: 0;
	}

	#bb_modal {
		display: none;
	}

	#suntory_contents #bb_modal {
		display: none;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.95);
		width: 100%;
		height: 100vh;
		padding: 4vw 8vw 0;
		color: #000;
		z-index: 1000;
		overflow: hidden;
	}

	#bb_modal a {
		color: #000;
		text-decoration: none;
	}

	#bb_modal .btn_close {
		display: block;
		width: 8vw;
		height: 8vw;
		position: absolute;
		top: 9.333333333vw;
		right: 9.333333333vw;
		cursor: pointer;
	}

	#bb_modal .btn_close .close__bar {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 9.066666667vw;
		height: 0.533333333vw;
		background: #068299;
	}

	#bb_modal .btn_close .first {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#bb_modal .btn_close .second {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#bb_modal .logo {
		margin: 0 auto;
	}

	#bb_modal .logo a {
		display: block;
		margin: 0 auto;
		width: 20vw;
		height: 20vw;
	}

	#bb_modal .modal_nav {
		display: block;
		margin: 4vw auto 0;
		width: 68vw;
	}

	#bb_modal ul {
		width: 100%;
	}

	#bb_modal li {
		border-bottom: 1px solid #000;
	}

	#bb_modal li:last-child {
		border: none;
	}

	#bb_modal li a {
		display: block;
		position: relative;
		padding: 5.2vw 0;
		font-size: 5.333333333vw;
		font-weight: bold;
		text-align: center;
	}

	#bb_modal li a::before {
		content: "";
		display: block;
		position: absolute;
		right: 1.6vw;
		top: 6.8vw;
		width: 1.6vw;
		height: 1.6vw;
		border-top: 0.4vw solid #068299;
		border-right: 0.4vw solid #068299;
		transform: rotate(45deg);
	}


	/*------------------------------------------------------------
[SP] section
------------------------------------------------------------ */
	#suntory_contents section.section_bb {
		background: url(/beer/beerball/assets2025/img/bg_sec_sp.webp) no-repeat center top / 100%;
	}

	#suntory_contents section .tl_section_crown {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 1.066666667vw 0 4.4vw;
		width: 40vw;
	}

	#suntory_contents section .tl_section_crown img {
		display: block;
		position: relative;
		width: 40vw;
		height: 3.466666667vw;
		margin: 0 auto;
		object-fit: contain;
		z-index: 1;
	}

	#suntory_contents section .tl_section_crown::before {
		width: 40vw;
		height: 8.933333333vw;
	}

	#suntory_contents section h3.tl_aqua {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 80vw;
		height: 17.33333333vw;
		margin: 0 auto;
	}

	#suntory_contents section h3.tl_aqua .txt_line {
		font-size: 5.066666667vw;
		position: relative;
		z-index: 1;
	}

	#suntory_contents section h3.tl_aqua .txt_line .txt_line_s {
		font-size: 4.266666667vw;
		margin: 0 1.6vw;
	}

	#suntory_contents section h3.tl_aqua::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 80vw;
		height: 17.33333333vw;
		background: #c0feff;
		transform: skewX(-15deg);
	}

	/*------------------------------------------------------------
[SP] btn_next
------------------------------------------------------------ */
	#suntory_contents section .btn_next {
		width: 65.33333333vw;
		height: 14.66666667vw;
	}

	#suntory_contents section .btn_next a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #fff;
		font-weight: bold;
		width: 100%;
		height: 100%;
		padding: 0;
		font-size: 4.533333333vw;
		text-align: center;
		text-decoration: none;
		line-height: 1;
		transition: all 0.3s ease;
		border-radius: 1.333333333vw;
		background: linear-gradient(90deg, #025368 0%, #058298 100%);
		background-position: 0 0;
		background-size: 100% auto;

		&::after {
			content: "";
			display: block;
			position: absolute;
			right: 3.2vw;
			top: 6.4vw;
			width: 1.333333333vw;
			height: 1.333333333vw;
			border-top: 0.4vw solid #fff;
			border-right: 0.4vw solid #fff;
			transform: rotate(45deg);
		}
	}

	/*------------------------------------------------------------
[SP] page_top
------------------------------------------------------------ */
	#suntory_contents .btn_page_top a {
		width: 12vw;
		height: 12vw;
		border-radius: 6vw;
		bottom: 26.4vw;
		right: 2.4vw;
	}

	#suntory_contents .btn_page_top a::after {
		content: "";
		display: block;
		position: absolute;
		right: 4.8vw;
		top: 5.6vw;
		width: 1.866666666666667vw;
		height: 1.866666666666667vw;
		border-top: 0.533333333vw solid #fff;
		border-right: 0.533333333vw solid #fff;
		transform: rotate(-45deg);
	}

}