@charset "utf-8";

#suntory_contents {
	position: relative;
	/* width: auto;
	height: auto;
	overflow: visible; */
}

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
.sp_item.inline_item {
	display: inline-block;
}
.pc_item {
	display: none;
}

/*------------------------------------------------------------
[SP] dx_menu
------------------------------------------------------------ */
#suntory_contents .btn_menu {
	width: auto;
	height: 12.8vw;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	pointer-events: none;
}
#suntory_contents .btn_menu span {
	margin: 0;
	width: 16vw;
	height: 12.8vw;
	display: block;
	background: rgba(13,52,127,.85) url(../img/svg/menu_sp.svg) no-repeat center center;
	background-size: 6.4vw 8vw;
	text-indent: -100vw;
	cursor: pointer;
	position: absolute;
	right: 0;
	opacity: .9;
	pointer-events: auto;
}
#suntory_contents .btn_menu.fixed span {
	position: fixed;
	top: 0;
	right: 0;
}
#suntory_contents .dx_menu {
	width: 100vw;
	height:100vh;
	background: #0D347F;
/*	padding: 10.666666666666667vw 0 33.333333333333333vw 6.4vw;*/
	padding: 0;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

#suntory_contents .dx_menu .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	padding: 12vw 6.4vw 8vw ;
}
#suntory_contents .dx_menu .btn_close {
	width: 16.8vw;
	height: 16.8vw;
	background: url(../img/svg/icon_close.svg) no-repeat center center;
	background-size: 5.6vw 5.6vw;
	text-indent: -100vw;
	position: absolute;
	top: 0;
	right: 0;
}

#suntory_contents .dx_menu h1 {
	margin-bottom: 12vw;
	font-size: 6.933333333333333vw;
	line-height: 1;
	font-weight: normal;
}
#suntory_contents .dx_menu h1 a {
	color: #fff;
	text-decoration: none;
}
#suntory_contents .dx_menu h1 span {
	margin-bottom: 2.4vw;
	display: block;
	font-size: 4.8vw;
}
#suntory_contents .dx_menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#suntory_contents .dx_menu li {
	margin-bottom: 12vw;
	font-size: 4.266666666666667vw;
	line-height: 1;
	font-weight: bold;
}
#suntory_contents .dx_menu li:last-child {
	margin-bottom: 0;
}
#suntory_contents .dx_menu li ul {
	margin: 5.6vw 0 0 3.2vw;
	display: flex;
	flex-wrap: wrap;
}
#suntory_contents .dx_menu li li {
	margin: 0;
	font-size: 3.733333333333333vw;
	font-weight: normal;
}
#suntory_contents .dx_menu li li::before {
	content: '-';
	margin-right: 1.333333333333333vw;
}
#suntory_contents .dx_menu li li:nth-child(1),
#suntory_contents .dx_menu li li:nth-child(3) {
	width: 45.6vw;
}
#suntory_contents .dx_menu li li:nth-child(2),
#suntory_contents .dx_menu li li:nth-child(4) {
	width: 38.4vw;
}
#suntory_contents .dx_menu li li:nth-child(3),
#suntory_contents .dx_menu li li:nth-child(4) {
	margin-top: 5.333333333333333vw;
}
#suntory_contents .dx_menu li a {
	color: #fff;
	text-decoration: none;
}
#suntory_contents .dx_menu .btn_close_bottom {
	width: 32vw;
	height: 12vw;
	background: url(../img/svg/icon_close.svg) no-repeat 4vw center;
	background-size: 3.2vw;
	font-size: 3.733333333333333vw;
	color: #fff;
	display: flex;
	align-items: center;
	margin: 14.4vw auto 0;
	padding: 0 0 0 11.2vw;
}

/*------------------------------------------------------------
[SP] dx_contents
------------------------------------------------------------ */
#suntory_contents .dx_contents {
	background: 
	url(../img/bg_sp.webp) no-repeat center -45.6vw,
	url(../img/bg_sp.webp) no-repeat center bottom -34vw;
	background-size:auto 73.333333333333333vw, auto 73.333333333333333vw;
	margin-top: -12.8vw;
	padding: 12.8vw 0 24vw;
	width: auto;
	box-sizing: border-box;
	overflow: hidden;
}
.no-webp #suntory_contents .dx_contents {
	background: 
	url(../img/bg_sp.jpg) no-repeat center -45.6vw,
	url(../img/bg_sp.jpg) no-repeat center bottom -34vw;
	background-size:auto 73.333333333333333vw, auto 73.333333333333333vw;
}

.top #suntory_contents .dx_contents {
	background: url(../img/bg_sp.webp) no-repeat center bottom -34vw;
	background-size:auto 73.333333333333333vw;
}
.no-webp .top #suntory_contents .dx_contents {
	background: url(../img/bg_sp.jpg) no-repeat center bottom -34vw;
	background-size:auto 73.333333333333333vw;
}



/*------------------------------------------------------------
[SP] dx_footer
------------------------------------------------------------ */
#suntory_contents .dx_footer {
	background: #0D347F;
	/*padding: 10.666666666666667vw 0 14.4vw 6.4vw;*/
		padding: 0;
	color: #fff;
	position: relative;
}
#suntory_contents .dx_footer  .inner {
	width: 100%;
	padding: 12vw 6.4vw 20vw;
}
#suntory_contents .dx_footer h1 {
	margin-bottom: 12vw;
	font-size: 6.933333333333333vw;
	line-height: 1;
	font-weight: normal;
}
#suntory_contents .dx_footer h1 a {
	color: #fff;
	text-decoration: none;
}
#suntory_contents .dx_footer h1 span {
	margin-bottom: 2.4vw;
	display: block;
	font-size: 4.8vw;
}
#suntory_contents .dx_footer ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#suntory_contents .dx_footer li {
	margin-bottom: 12vw;
	font-size: 4.266666666666667vw;
	line-height: 1;
	font-weight: bold;
}
#suntory_contents .dx_footer li:last-child {
	margin-bottom: 0;
}
#suntory_contents .dx_footer li ul {
	margin: 5.6vw 0 0 3.2vw;
	display: flex;
	flex-wrap: wrap;
}
#suntory_contents .dx_footer li li {
	margin: 0;
	font-size: 3.733333333333333vw;
	font-weight: normal;
}
#suntory_contents .dx_footer li li::before {
	content: '-';
	margin-right: 1.333333333333333vw;
}
#suntory_contents .dx_footer li li:nth-child(1),
#suntory_contents .dx_footer li li:nth-child(3) {
	width: 45.6vw;
}
#suntory_contents .dx_footer li li:nth-child(2),
#suntory_contents .dx_footer li li:nth-child(4) {
	width: 38.4vw;
}
#suntory_contents .dx_footer li li:nth-child(3),
#suntory_contents .dx_footer li li:nth-child(4) {
	margin-top: 5.333333333333333vw;
}
#suntory_contents .dx_footer li a {
	color: #fff;
	text-decoration: none;
}

#suntory_contents .dx_footer .btn_top a {
	width: 20vw;
	height: 12vw;
	background: rgba(13,52,127,.85) url(../img/svg/pagetop_sp.svg) no-repeat center center;
	background-size: 12.8vw auto;
	display: block;
	text-indent: -999999px;
	position: absolute;
	top: -12vw;
	right: 0;
}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

	.sp_item {
		display: none;
	}
	.pc_item {
		display: block;
	}
	.pc_item.inline_item {
		display: inline-block;
	}
	.overlay {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		display: none;
	}
/* .menu_active .overlay {
	display: block;
	} */

/*------------------------------------------------------------
[PC] dx_menu
------------------------------------------------------------ */
#suntory_contents .btn_menu {
	width: auto;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	opacity: 1;
}
#suntory_contents .btn_menu span {
	margin: 20px 30px 0 auto;
	width: 100px;
	height: 60px;
	display: block;
	background: rgba(13,52,127,.85) url(../img/svg/menu_pc.svg) no-repeat center center;
	background-size: 32px 36px;
	text-indent: -100vw;
	opacity: .9;
	transition: 0.2s;
}
#suntory_contents .btn_menu span:hover {
	opacity:1;
}
#suntory_contents .dx_menu {
	width: calc(100% - 60px);
	height:auto;
	background: #0D347F;
	padding: 50px 20px 50px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 100;
	display: block;
	height: auto;
	transform: translate(0,-500px);
	transition: all 0.5s;
}
#suntory_contents .dx_menu.fixed {
	position: fixed;
}
.menu_active #suntory_contents .dx_menu {
	transform: translate(0, 0);
}
#suntory_contents .dx_menu .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1160px;
	height: auto;
	padding: 0;
	position: static;
	overflow: visible;
}
#suntory_contents .dx_menu .btn_close {
	width: 100px;
	height: 60px;
	background: url(../img/svg/icon_close.svg) no-repeat center center;
	background-size: 21px 21px;
	text-indent: -100vw;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.7;
	transition: 0.2s;
}
#suntory_contents .dx_menu .btn_close:hover {
	opacity: 1;
}
#suntory_contents .dx_menu h1 {
	display: none;
}
#suntory_contents .dx_menu ul {
	list-style: none;
	margin: 0;
	padding:0;
	display:flex;
}
#suntory_contents .dx_menu li {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
#suntory_contents .dx_menu .inner > ul > li {
		padding: 0 11.5% 0 0;
	}
#suntory_contents .dx_menu .inner > ul > li :last-child {
padding: 0;
}
#suntory_contents .dx_menu li ul {
	margin: 20px 0 0;
	display: block;
}
#suntory_contents .dx_menu li li {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: normal;
}
#suntory_contents .dx_menu li li::before {
	content: '';
	display: none;
	margin-right: 0;
}
#suntory_contents .dx_menu li li:nth-child(1),
#suntory_contents .dx_menu li li:nth-child(3) {
	width: auto;
}
#suntory_contents .dx_menu li li:nth-child(2),
#suntory_contents .dx_menu li li:nth-child(4) {
	width: auto;

}
#suntory_contents .dx_menu li li:nth-child(3){
	margin: 0 0 20px;
}
#suntory_contents .dx_menu li li:nth-child(4) {
	margin: 0;
}
#suntory_contents .dx_menu li a {
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
#suntory_contents .dx_menu li a:hover {
	color: #95E8FF;
}

#suntory_contents .dx_menu .btn_close_bottom {
	display: none;
}


/*------------------------------------------------------------
[PC] dx_contents
------------------------------------------------------------ */
#suntory_contents .dx_contents {
	background: 
	url(../img/bg_pc.webp) no-repeat center -430px,
	url(../img/bg_pc.webp) repeat-x center bottom -308px;
	background-size:auto 550px,auto 550px;
	margin-top: 0;
	padding: 20px 20px 150px;
}
.no-webp #suntory_contents .dx_contents {
	background: 
	url(../img/bg_pc.jpg) no-repeat center -430px,
	url(../img/bg_pc.jpg) repeat-x center bottom -308px;
	background-size:auto 550px, auto 550px;
}


.top #suntory_contents .dx_contents {
	background: url(../img/bg_pc.webp) repeat-x center bottom -308px;
	background-size:auto 550px;
	margin-top: 0;
	padding: 60px 0 150px;
}
.no-webp .top #suntory_contents .dx_contents {
	background:url(../img/bg_pc.jpg) repeat-x center bottom -308px;
	background-size:auto 550px;
}

/* .menu_active #suntory_contents .dx_contents {
	margin-top: 60px;
	} */

/*------------------------------------------------------------
[PC] dx_footer
------------------------------------------------------------ */
#suntory_contents .dx_footer {
	background: #0D347F;
	padding: 50px 20px;
	color: #fff;
	position: relative;
}
#suntory_contents .dx_footer .inner {
	margin: 0 auto;
	width: 1160px;
	padding: 0;
}

#suntory_contents .dx_footer h1 {
	margin-bottom: 35px;
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
}
#suntory_contents .dx_footer h1 span {
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	line-height: 1;
}
#suntory_contents .dx_footer ul {
	list-style: none;
	margin: 0;
	padding:0;
	display:flex;
}
#suntory_contents .dx_footer li {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
#suntory_contents .dx_footer .inner > ul > li {
		padding: 0 11.5% 0 0;
	}
#suntory_contents .dx_footer li:last-child {
	margin: 0;
}
#suntory_contents .dx_footer li ul {
	margin: 20px 0 0;
	display: block;
}
#suntory_contents .dx_footer li li {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: normal;
}
#suntory_contents .dx_footer li li::before {
	content: '';
	display: none;
	margin-right: 0;
}
#suntory_contents .dx_footer li li:nth-child(1),
#suntory_contents .dx_footer li li:nth-child(3) {
	width: auto;
}
#suntory_contents .dx_footer li li:nth-child(2),
#suntory_contents .dx_footer li li:nth-child(4) {
	width: auto;

}
#suntory_contents .dx_footer li li:nth-child(3){
	margin: 0 0 20px;
}
#suntory_contents .dx_footer li li:nth-child(4) {
	margin: 0;
}
#suntory_contents .dx_footer li a {
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
#suntory_contents .dx_footer li a:hover {
	color: #95E8FF;
}

#suntory_contents .dx_footer .btn_top a {
	width: 100px;
	height: 50px;
	background: rgba(13,52,127,.85) url(../img/svg/pagetop_pc.svg) no-repeat center center;
	background-size: auto 10px;
	display: block;
	text-indent: -999999px;
	position: absolute;
	top: -50px;
	right: 30px;
	transition: 0.2s;
}
#suntory_contents .dx_footer .btn_top a:hover {
	background: rgba(13,52,127,1) url(../img/svg/pagetop_pc.svg) no-repeat center center;
	background-size: auto 10px;
}


}