@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: 10px !important; }
.c_mtS { margin-top: 20px !important; }
.c_mtM { margin-top: 30px !important; }
.c_mtL { margin-top: 60px !important; }

.c_hover {
	opacity: 1;
	transition: all 0.5s ease;
}
.c_hover:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}
.c_txtBold {
	font-weight: bold;
}
.c_txtS {
	font-size: 1rem !important;/*16px*/
	line-height: 1.6;
}
.c_txtM {
	font-size: 1.313rem !important;/*21px*/
	line-height: 1.4;
}
.c_txtL {
	font-size: 1.625rem !important;/*26px*/
	line-height: 1.2;
}
.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 {
	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_contents_wrap {
	background: url(/wine/original/mutenka/sozaicampaign/img/bg_main_01.png) 50% 0 no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}
#suntory_contents .f_mainVisual {
	position: relative;
	width: 100%;
}
#suntory_contents .f_inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1164px;
	margin: 0 auto;
	box-sizing: border-box;
}
#suntory_contents .f_contents {
	position: relative;
	width: 100%;
	padding-top: 20px;
}
#suntory_contents .f_contents .f_inner {
	padding: 0 18px;
}
#suntory_contents .f_contents .f_inner._sec {
	padding-top: 60px;
}
#suntory_contents .f_contents .p_box01 {
	border: 4px solid #ffffff;
	border-radius: 10px;
}
#suntory_contents .f_contents .p_box01 ._tit {
	background-color: #ffffff;
	color: #1290d1;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
#suntory_contents .f_contents .p_box01 ._main {
	padding: 20px 20px;
	color: #ffffff;
}
#suntory_contents .f_contents .p_box02 {
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: 60px;
	padding: 20px 30px;
}
#suntory_contents .f_contents .p_box02 ._tit {
	color: #1290d1;
	font-size: 1.875rem;/*30px*/
	font-size: 1.813rem;/*29px*/
	font-weight: bold;
}
#suntory_contents .f_contents .p_box02 .p_clm2 {
	display: flex;
	justify-content: space-between;
}
#suntory_contents .f_contents .p_box02 .p_clm2 > *._main {
	width: calc(100% - 210px);
}
#suntory_contents .f_contents .p_box02 .p_clm2 > *._img {
	width: 180px;
}
#suntory_contents .f_contents .p_box02 .p_clm2 *._btn {
	max-width: 560px;
	text-align: center;
}
#suntory_contents .f_contents .p_box02 .p_clm2 *._btn a {
	background-color: #1290d1;
	border-radius: 5em;
	display: block;
	padding: 20px 20px;
	color: #ffffff;
	font-size: 1.625rem;
	text-decoration: none;
}
#suntory_contents .f_contents .p_box02 .p_clm2 *._btn a > span {
	font-size: 1rem;
}
#suntory_contents .f_contents .p_box03 {
	margin-top: 60px;
}
#suntory_contents .f_contents .p_box03 .p_clm2 {
	display: flex;
	justify-content: space-between;
}
#suntory_contents .f_contents .p_box03 .p_clm2 > *._imgL,
#suntory_contents .f_contents .p_box03 .p_clm2 > *._imgR {
	width: 52.4055%;
	margin-left: -2.5773%;
	margin-right: -2.5773%;
}
#suntory_contents .f_contents .p_box04 ._tit {
	background-color: #b7012c;
	padding: 8px 10px 6px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 1.875rem;/*30px*/
}
#suntory_contents .f_contents .p_box04 ._txt {
	font-size: 1.25rem;/*20px*/
}
#suntory_contents .f_contents .p_box04 ._btn {
	max-width: 560px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#suntory_contents .f_contents .p_box04 ._btn a {
	background-color: #1290d1;
	border-radius: 5em;
	display: block;
	padding: 20px 20px;
	color: #ffffff;
	font-size: 1.625rem;
	text-decoration: none;
}
#suntory_contents .f_contents .p_box04 ._btn a > span {
	display: block;
	font-size: 1rem;
}


#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;
}
#suntory_contents .f_close01 {
	background: #faf2d7;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
#suntory_contents .f_close01 ._tit {
	font-size: 1.875rem;
	font-weight: bold;
	color: #9d0022;
}
#suntory_contents .f_close01 ._txt {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 5px;
}
#suntory_contents .f_close02 {
	background: #9d0022;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#suntory_contents .f_close02 ._txt {
	font-size: 2.5rem;
	font-weight: bold;
	color: #ffffff;
}



@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 {
    padding-bottom: 100px;
    min-width: auto;
	}
	#suntory_contents .s_pc {
		display: none;
	}
	#suntory_contents .s_sp {
		display: block;
	}
	.c_mtSS{ margin-top: 5px !important; }
	.c_mtS { margin-top: 10px !important; }
	.c_mtM { margin-top: 20px !important; }
	.c_mtL { margin-top: 30px !important; }
	.c_txtS {
		font-size: 0.75rem !important;/*12px*/
		line-height: 1.4;
	}
	.c_txtM {
		font-size: 1rem !important;/*16px*/
		line-height: 1.3;
	}
	.c_txtL {
		font-size: 1.25rem !important;/*20px*/
		line-height: 1.2;
	}
	#suntory_contents {
		padding-bottom: 100px;
	}
	#suntory_contents .f_inner {
		min-width: auto;
	}
	#suntory_contents .f_contents .f_inner {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		min-width: auto;
	}
	#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;
		*/
		padding-top: 0;
	}
	#suntory_contents .f_contents .p_box01 {
		margin-top: 20px;
	}
	#suntory_contents .f_contents .p_box01 ._tit {
		font-size: 1.563rem;/*25px*/
	}
	#suntory_contents .f_contents .p_box01 ._main {
		padding: 10px;
	}
	#suntory_contents .f_contents .p_box03 {
		margin-top: 20px;
	}
	#suntory_contents .f_contents .p_box03 .p_clm2 {
		flex-direction: column;
	}
	#suntory_contents .f_contents .p_box03 .p_clm2 > *._imgL,
	#suntory_contents .f_contents .p_box03 .p_clm2 > *._imgR {
		width: calc(100% + 2.6667% + 2.6667%);
		margin-left: -2.6667%;
		margin-right: -2.6667%;
	}
	#suntory_contents .f_contents .p_box03 .p_clm2 > *._imgR {
		margin-top: 20px;
	}
	#suntory_contents .f_contents_wrap {
		background-size: cover;
	}
	#suntory_contents .f_contents_wrap {
		padding-bottom: 30px;
	}
	#suntory_contents .f_contents .f_inner._sec {
		padding-top: 30px;
	}
	#suntory_contents .f_contents .p_box04 ._tit {
		padding: 8px 5px 6px 5px;
		font-size: 1.25rem;/*20px*/
	}
	#suntory_contents .f_contents .p_box04 ._txt {
		font-size: 1rem;/*16px*/
	}
	#suntory_contents .f_close01 {
		padding: 20px 0;
	}
	#suntory_contents .f_close01 ._tit,
	#suntory_contents .f_close01 ._txt {
		font-size: 0.9375rem;/*15px*/
		font-feature-settings: 'palt';
	}
	#suntory_contents .f_close02 ._txt {
		font-size: 1.3125rem;/*21px*/
		font-feature-settings: 'palt';
	}
	#suntory_contents .f_close02 {
		position: relative;
		margin-top: -19%;
		padding: 15px 0;
		border-radius: 10px;
	}
	#suntory_contents .f_contents .p_box01 ._tit {
		padding: 5px 0;
	}


}
