@charset "UTF-8";

/*------------------------------------------------------------
  Common
------------------------------------------------------------ */
/*
.suntory_contents p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}
*/
.c_mt00 { margin-top: 0px !important; }
.c_mtSS{ margin-top: 20px !important; }
.c_mtS { margin-top: 30px !important; }
.c_mtM { margin-top: 50px !important; }
.c_mtL { margin-top: 150px !important; }

.c_hover:hover {
	opacity: 0.8;
}
.c_txtS {
	font-size: 1rem !important;/*16px*/
	line-height: 1.6;
	color: #fff;
}
.c_txtM {
	font-size: 1.313rem !important;/*21px*/
	line-height: 1.4;
	color: #fff;
}
.c_txtL {
	font-size: 1.625rem !important;/*26px*/
	line-height: 1.2;
	color: #fff;
}
.c_taC { text-align: center !important; }
.js_scAnime1,
.js_scAnime2 {
	opacity: 0;
}
.js_scAnime1.anime1 {
	animation-name: fadeup;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.js_scAnime2.anime2 {
	animation-name: fadein;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeup{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadein{
	0% {
		opacity: 0;
		transform: translateX(150px);
	}
	40% {
		opacity: 0;
		transform: translateX(150px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.suntory_contents {
	background-color: #5bc0da;
	overflow: hidden;
	padding-bottom: 200px;
}
.suntory_contents img {
	width: 100%;
	vertical-align: top;
}
.suntory_contents .s_pc {
	display: block;
}
.suntory_contents .s_sp {
	display: none;
}
.suntory_contents .f_mainVisual {
	position: relative;
	width: 100%;
}
.suntory_contents .f_mainVisual .p_btn01 {
	width: 100%;
	max-width: 720px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 1.625rem;/*26px*/
	line-height: 1.2;
}
.suntory_contents .f_mainVisual .p_btn01 a {
	position: relative;
	display: block;
	background: #e63828;
	color: #fff;
	padding: 17px 10px 15px 0;
	text-align: center;
	text-decoration: none;
}
.suntory_contents .f_mainVisual  .p_btn01 a:after {
	position: absolute;
	content: '';
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}

.suntory_contents .f_mainVisual .p_txt01 *,
.suntory_contents .f_contents .p_txt01 * {
	color: #ffef00;
}
.suntory_contents .f_mainVisual .p_txt01 * {
	color: #cc0000;
}
.suntory_contents .f_inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1164px;
	margin: 0 auto;
}
.suntory_contents .f_contents {
	position: relative;
	/*margin-top: -52px;*/
}
.suntory_contents .m_tit01 {
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 14px 5px 12px 5px;
	font-size: 1.625rem;/*26px*/
	line-height: 1;
	max-width: 520px;
	margin: 0 auto;
	box-sizing: border-box;
}
.suntory_contents .p_tit02 {
	font-size: 2.875rem;/*40px*/
	line-height: 1;
	color: #fff;
}
.suntory_contents .p_list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.suntory_contents .p_list01 > * {
	position: relative;
	display: table;
	width: 49%;
	height: 100px;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.suntory_contents .p_list01 > * a {
	display: table-cell;
	padding-right: 25px;
	color: #fff;
	font-size: 1.875rem;/*30px*/
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.suntory_contents .p_list01 > *:nth-child(1) {
	background-color: #231815;
}
.suntory_contents .p_list01 > *:nth-child(2) {
	background-color: #fff000;
}
.suntory_contents .p_list01 > *:nth-child(2) a {
	color: #000;
}
.suntory_contents .p_list01 > *:nth-child(3) {
	background-color: #009b84;
}
.suntory_contents .p_list01 > *:nth-child(4) {
	background-color: #008d50;
}
.suntory_contents .p_list01 > *:nth-child(5) {
	background-color: #0468bf;
}
.suntory_contents .p_list01 > *:after {
	position: absolute;
	content: '';
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.suntory_contents .p_list01 > *:nth-child(2):after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.suntory_contents .p_imgWrap01 {
	position: relative;
}
.suntory_contents .p_imgWrap01 .p_img01 {
}
.suntory_contents .p_imgWrap01 .p_img02 {
	position: absolute;
	top: 30px;
	left: 190px;
	margin-left: 50%;
	width: 834px;
}
.suntory_contents .over20__2column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.suntory_contents .over20__2column > * {
	width: 50%;
}
.suntory_contents .over20 {
	position: fixed;
	top: 0;
	left: 0;
	color: #595757;
	font-weight: bold;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 1.2;
	text-align: center;
	opacity: 0;
	transition: opacity 1.5s;
	z-index: 10;
}
.suntory_contents .over20.is_show {
	opacity: 1;
}
.suntory_contents .over20 span {
	display: block;
	font-size: 0.75rem;/*12px*/
	margin-top: 5px;
}
.suntory_contents .over20__content {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 40px;
	width: 100%;
	max-width: 700px;
	background-color: #ffffff;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
.suntory_contents .over20__logo {
	width: 100px;
	margin: -20px 0 40px -20px;
}
.suntory_contents .over20__text {
	font-size: 1.125rem;/*18px*/
	margin-bottom: 15px;
}
.suntory_contents .over20__title {
	font-size: 2rem;/*32px*/
	margin-bottom: 30px;
}
.suntory_contents .over20__button {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.375rem;/*22px*/
	max-width: 280px;
	height: 70px;
	margin: 0 auto;
	background-color: #5bc1dc;
	text-decoration: none;
}


@media screen and (max-width: 1163px){
	.suntory_contents .f_mainVisual .p_txt01 {
		top: 40vw;
	}
	.suntory_contents .f_mainVisual .p_txt01 .c_txtL {
		font-size: 2.6vw !important;
	}
	.suntory_contents .f_mainVisual .p_txt01 .c_txtM {
		font-size: 2.2vw !important;
		margin-top: 2vw !important;
	}
	.suntory_contents .m_tit01 {
		max-width: 46vw;
	}
}

@media screen and (max-width: 767px){
	.suntory_contents .over20__2column > * {
		width: 100%;
	}
	.suntory_contents .over20__content {
		width: calc(100% - 20px);
	}
	.suntory_contents .over20__2column > * + * {
		margin-top: 15px;
	}
	.suntory_contents .over20__text {
		font-size: 1rem;/*16px*/
	}
	.suntory_contents .over20__title {
		font-size: 1.625rem;/*26px*/
	}
	.suntory_contents .s_pc {
		display: none;
	}
	.suntory_contents .s_sp {
		display: block;
	}
	.c_mtSS{ margin-top: 10px !important; }
	.c_mtS { margin-top: 20px !important; }
	.c_mtM { margin-top: 30px !important; }
	.c_mtL { margin-top: 60px !important; }
	.c_txtS {
		font-size: 0.75rem !important;/*12px*/
		line-height: 1.4;
		color: #fff;
	}
	.c_txtM {
		font-size: 1rem !important;/*16px*/
		line-height: 1.3;
		color: #fff;
	}
	.c_txtL {
		font-size: 1.25rem !important;/*20px*/
		line-height: 1.2;
		color: #fff;
	}
	.suntory_contents {
		padding-bottom: 100px;
	}
	.suntory_contents .f_mainVisual .p_txt01 {
		max-width: none;
	}
	.suntory_contents .f_mainVisual .p_txt01 .c_txtL {
		font-size: 1.125rem !important;/*18px*/
	}
	.suntory_contents .f_mainVisual .p_txt01 .c_txtM {
		font-size: 1rem !important;/*16px*/
	}
	.suntory_contents .m_tit01 {
		width: 100%;
		background-color: #000;
		color: #fff;
		text-align: center;
		padding: 10px 5px 6px 5px;
		font-size: 1rem !important;/*16px*/
		line-height: 1;
		max-width: 240px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.suntory_contents .p_tit02 {
		font-size: 1.25rem !important;/*20px*/
		line-height: 1;
		color: #fff;
	}
	.suntory_contents .f_mainVisual {
		background: none;
	}
	.suntory_contents .f_mainVisual .p_btn01 {
		width: calc(100% - 30px);
		margin-top: 20px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 20px;
		font-size: 1.125rem;/**/
	}
	.suntory_contents .f_contents {
		margin-top: 20px;
	}
	.suntory_contents .p_list01 {
		display: block;
	}
	.suntory_contents .p_list01 > * {
		width: 100%;
		max-width: 300px;
		height: 48px;
		margin: 10px auto 0;
		box-sizing: border-box;
	}
	.suntory_contents .p_list01 > *:nth-child(1) {
		margin-top: 0;
	}
	.suntory_contents .p_list01 > * a {
		padding-right: 15px;
		font-size: 1rem !important;/*16px*/
	}
	.suntory_contents .p_list01 > *:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}

}
