@charset "utf-8";



/* 
------------------------------------------------*/
html,
body {
	height: 100%;
}
#suntory_contents {
	position: relative;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo','Helvetica Neue', 'Helvetica', 'Arial','MS PGothic', 'MS PGothic';
	color: #000;
	text-align: center;
	background: #fff9e8;
}
#suntory_contents * {
	box-sizing: border-box;
}

#suntory_contents a {
	color: #000;
	-webkit-transition:all 0.3s ease-in-out;
	   -moz-transition:all 0.3s ease-in-out;
	     -o-transition:all 0.3s ease-in-out;
	        transition:all 0.3s ease-in-out;
}
#suntory_contents a:hover {
	opacity: 0.75;
}

#suntory_contents .-pc-content{
	display: block !important;
}
#suntory_contents .-sp-content{
	display: none !important;
}

p.debug {
	position: fixed;
	width: 80px;
	padding: 10px;
	text-align: center;
	z-index: 9999;
	background: #fff;
	color: #000;
	border: 3px solid #f00;
}

@media screen and (max-width: 768px) {
	#suntory_contents .wrap {
		width: 95%;
	}
	#suntory_contents img {
		width: 100%;
	}

	#suntory_contents .-pc-content{
		display: none !important;
	}
	#suntory_contents .-sp-content{
		display: block !important;
	}
}



/* contents
------------------------------------------------*/
#suntory_contents #contents {
	position: relative;
}

#suntory_contents .wrap {
	position: relative;
	max-width: 1164px;
	margin: 0 auto;
	text-align: center;
}
#suntory_contents .wrap::after {
	content: "";
	display: block;
	clear: both;
}


@media screen and (max-width: 768px) {
	#suntory_contents #contents {
		font-size: 3.78vw;
	}
}



/* loader
------------------------------------------------*/
#suntory_contents #contents.hideaway_load {
	position: relative;
/*	display: none;*/
	opacity: 0;
}

#suntory_contents #contents .hideaway {
	opacity: 0;
}



/* header
------------------------------------------------*/
#suntory_contents #lw_header {
	position: relative;
	padding: 40px 0 70px;
}

#suntory_contents #lw_header p {
	margin: 0 0 32px;
}


@media screen and (max-width: 768px) {
	#suntory_contents #lw_header {
		position: relative;
		padding: 7.5% 0 10%;
	}
	#suntory_contents #lw_header p {
		margin: 0 0 5%;
	}
}



/* kv
------------------------------------------------*/
#suntory_contents #lw_kv {
	position: relative;
	width: 100%;
	height: 550px;
	background: url(/softdrink/boss/campaign/lawsonbossjumper/img/kv_bg.jpg) no-repeat center center;
	background-size: cover;
}

#suntory_contents #lw_kv .wrap {
	width: 1024px;
	margin: 0 auto;
}

#suntory_contents #lw_kv p {
	position: relative;
	top: -43px;
	z-index: 10;
}

#suntory_contents #lw_kv .wrap > div {
	position: absolute;
	z-index: 1;
}
#suntory_contents #lw_kv .kv_lw {
	left: 120px;
	top: 122px;
}
#suntory_contents #lw_kv .kv_bs {
	left: 575px;
	top: 58px;
}
#suntory_contents #lw_kv .kv_ar,
#suntory_contents #lw_kv .kv_tx {
	left: 274px;
	top: 174px;
	z-index: 5;
}
#suntory_contents #lw_kv .kv_ar {
	transform-origin: left center;
}

#suntory_contents #lw_kv .kv_tx1 {
	left: 302px;
	top: 86px;
	z-index: 5;
}
#suntory_contents #lw_kv .kv_tx2 {
	left: 147px;
	top: 412px;
	z-index: 5;
}
#suntory_contents #lw_kv .kv_tx3 {
	left: 0;
	top: 0;
	z-index: 5;
}

@media screen and (max-width: 768px) {
	#suntory_contents #lw_kv {
		position: relative;
		width: 100%;
		height: auto;
		background: url(/softdrink/boss/campaign/lawsonbossjumper/img/kv_bg_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	#suntory_contents #lw_kv .wrap {
		width: 100%;
	}

	#suntory_contents #lw_kv p {
		top: -20px;
	}

	#suntory_contents #lw_kv .wrap > div {
		position: absolute;
	}

	#suntory_contents #lw_kv .kv_lw {
		left: 0;
		top: 17.76%;
		z-index: 5 !important;
	}
	#suntory_contents #lw_kv .kv_bs {
		left: 0;
		top: 54.75%;
		z-index: 1 !important;;
	}
	#suntory_contents #lw_kv .kv_ar,
	#suntory_contents #lw_kv .kv_tx {
		left: 0;
		top: 33.12%;
		z-index: 3 !important;;
	}
	#suntory_contents #lw_kv .kv_ar {
		transform-origin: center top;
	}

	#suntory_contents #lw_kv .kv_tx1 {
		left: 0;
		top: 11.92%;
		z-index: 5;
	}
	#suntory_contents #lw_kv .kv_tx2 {
		left: 0;
		top: 76.84%;
		z-index: 5;
	}
}



/* intro
------------------------------------------------*/
#suntory_contents #lw_intro {
	padding: 10% 0 0;
}

#suntory_contents #lw_intro .intro_btn {
	position: relative;
	width: 500px;
	height: 500px;
	margin: 82px auto 0;
}
#suntory_contents #lw_intro .intro_btn a {
	display: block;
	position: absolute;
	left: 50%;
	width: 212px;
	height: 50px;
	bottom: 38px;
	margin: 0 0 0 -106px;
}
#suntory_contents #lw_intro .intro_btn p.btn_caution {
	position: absolute;
	left: 50%;
	width: 164px;
	height: 14px;
	bottom: 30px;
	margin: 0 0 0 -82px;
}



@media screen and (max-width: 768px) {
	#suntory_contents #lw_intro {
		padding: 20% 0 0;
	}

	#suntory_contents #lw_intro > p {
		padding: 0 10%;
	}

	#suntory_contents #lw_intro .intro_btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20% auto 0;
	}
	#suntory_contents #lw_intro .intro_btn a {
		display: block;
		position: absolute;
		left: 50%;
		width: 50%;
		height: 50px;
		top: 80%;
		margin: 0 0 0 -25%;
	}
	#suntory_contents #lw_intro .intro_btn p.btn_caution {
		position: absolute;
		left: 50%;
		width: 42.18%;
		height: 20px;
		top: 88%;
		margin: 0 0 0 -21.09%;
	}
}



/* sp1
------------------------------------------------*/
#suntory_contents #lw_sp1 {
	padding: 110px 0 0;
}
#suntory_contents #lw_sp1 h2 {
	margin: 0 0 30px;
}
#suntory_contents #lw_sp1 h3 {
	margin: 0 0 20px;
}
#suntory_contents #lw_sp1 div {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	border-radius: 30px;
}


@media screen and (max-width: 768px) {
	#suntory_contents #lw_sp1 {
		padding: 20% 0 0;
	}
	#suntory_contents #lw_sp1 h2 {
		width: 54.68%;
		margin: 0 auto 5%;
	}
	#suntory_contents #lw_sp1 h3 {
		width: 72.16%;
		margin: 0 auto 15%;
	}
	#suntory_contents #lw_sp1 div {
		width: 90%;
		margin: 0 auto;
		padding: 15% 0;
		background: #fff;
		border-radius: 30px;
	}
}



/* sp2
------------------------------------------------*/
#suntory_contents #lw_sp2 {
	padding: 110px 0 0;
}
#suntory_contents #lw_sp2 h2 {
	margin: 0 0 50px;
}
#suntory_contents #lw_sp2 h3 {
	margin: 0;
	padding: 60px 0;
	background: #000;
}

#suntory_contents #lw_sp2 .sp2_talk {
	padding: 40px 0;
	background: #fff;
}
#suntory_contents #lw_sp2 .inner {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
}
#suntory_contents #lw_sp2 .inner p {
	margin: 40px 0 0;
	line-height: 200%;
}
#suntory_contents #lw_sp2 .inner p:first-child {
	margin: 0;
}
#suntory_contents #lw_sp2 .inner p.m0 {
	margin: 0;
}

#suntory_contents #lw_sp2 .inner .col_lw {
	color: #006cb6;
}
#suntory_contents #lw_sp2 .inner .col_bs {
	color: #e30012;
}
#suntory_contents #lw_sp2 .inner strong {
	font-size: 180%;
	font-weight: normal;
	font-weight: 900;
}


@media screen and (max-width: 768px) {
	#suntory_contents #lw_sp2 {
		padding: 20% 0 0;
	}
	#suntory_contents #lw_sp2 h2 {
		width: 54.68%;
		margin: 0 auto 5%;
	}
	#suntory_contents #lw_sp2 h3 {
		margin: 0;
		padding: 0 0;
		background: #000;
	}

	#suntory_contents #lw_sp2 .sp2_talk {
		padding: 10%;
		background: #fff;
	}
	#suntory_contents #lw_sp2 .inner {
		width: 100%;
	}
	#suntory_contents #lw_sp2 .inner p {
		margin: 10% 0 0;
	}
	#suntory_contents #lw_sp2 .inner strong {
		font-size: 160%;
	}
}


