@charset 'UTF-8';
html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 0.4;
	}

	50% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0.4;
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes checkAnim {
	from {
		-webkit-clip-path: inset(100% 5% 0% 0%);
		clip-path: inset(100% 5% 0% 0%);
	}

	40%, 50% {
		-webkit-clip-path: inset(0% 5% 0% 0%);
		clip-path: inset(0% 5% 0% 0%);
	}

	100% {
		-webkit-clip-path: inset(0% 0% 0% 0%);
		clip-path: inset(0% 0% 0% 0%);
	}
}

@keyframes checkAnim {
	from {
		-webkit-clip-path: inset(100% 5% 0% 0%);
		clip-path: inset(100% 5% 0% 0%);
	}

	40%, 50% {
		-webkit-clip-path: inset(0% 5% 0% 0%);
		clip-path: inset(0% 5% 0% 0%);
	}

	100% {
		-webkit-clip-path: inset(0% 0% 0% 0%);
		clip-path: inset(0% 0% 0% 0%);
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutNone {
	0% {
		display: block;
		opacity: 1;
	}

	99% {
		display: block;
		opacity: 0;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes fadeOutNone {
	0% {
		display: block;
		opacity: 1;
	}

	99% {
		display: block;
		opacity: 0;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes checkAnim {
	from {
		-webkit-clip-path: inset(100% 5% 0% 0%);
		clip-path: inset(100% 5% 0% 0%);
	}

	40%, 50% {
		-webkit-clip-path: inset(0% 5% 0% 0%);
		clip-path: inset(0% 5% 0% 0%);
	}

	100% {
		-webkit-clip-path: inset(0% 0% 0% 0%);
		clip-path: inset(0% 0% 0% 0%);
	}
}

@-webkit-keyframes setSearchIconBarColor {
	0% {
		fill: #fff;
	}

	60% {
		fill: #fff;
	}

	100% {
		fill: #050518;
	}
}

@keyframes setSearchIconBarColor {
	0% {
		fill: #fff;
	}

	60% {
		fill: #fff;
	}

	100% {
		fill: #050518;
	}
}

@-webkit-keyframes setSearchIconCircleColor {
	0% {
		stroke: #fff;
	}

	60% {
		stroke: #fff;
	}

	100% {
		stroke: #050518;
	}
}

@keyframes setSearchIconCircleColor {
	0% {
		stroke: #fff;
	}

	60% {
		stroke: #fff;
	}

	100% {
		stroke: #050518;
	}
}

@-webkit-keyframes showSearchBox {
	0% {
		right: 0;
		width: 2.7rem;
		height: 2.7rem;
		padding: 0;
		border-radius: 1.35rem;
		background-color: #050518;
	}

	50% {
		right: -1.15rem;
		width: 5rem;
		height: 5rem;
		padding: 0 0 0 2.4rem;
		border-radius: 2.5rem;
		background-color: #050518;
	}

	60% {
		right: -1.15rem;
		width: 5rem;
		height: 5rem;
		padding: 0 0 0 2.4rem;
		border-radius: 2.5rem;
		background-color: #050518;
	}

	100% {
		right: -1.4rem;
		width: 36.6rem;
		height: 5rem;
		padding: 0 3rem 0 2.4rem;
		border-radius: 2.5rem;
		background-color: #fff;
		box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.16);
	}
}

@keyframes showSearchBox {
	0% {
		right: 0;
		width: 2.7rem;
		height: 2.7rem;
		padding: 0;
		border-radius: 1.35rem;
		background-color: #050518;
	}

	50% {
		right: -1.15rem;
		width: 5rem;
		height: 5rem;
		padding: 0 0 0 2.4rem;
		border-radius: 2.5rem;
		background-color: #050518;
	}

	60% {
		right: -1.15rem;
		width: 5rem;
		height: 5rem;
		padding: 0 0 0 2.4rem;
		border-radius: 2.5rem;
		background-color: #050518;
	}

	100% {
		right: -1.4rem;
		width: 36.6rem;
		height: 5rem;
		padding: 0 3rem 0 2.4rem;
		border-radius: 2.5rem;
		background-color: #fff;
		box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.16);
	}
}

@-webkit-keyframes checked_box_anime {
	from {
		width: 0;
		height: 0;
	}

	20% {
		width: 0;
		height: 37.5%;
	}

	to {
		width: 65.625%;
		height: 37.5%;
	}
}

@keyframes checked_box_anime {
	from {
		width: 0;
		height: 0;
	}

	20% {
		width: 0;
		height: 37.5%;
	}

	to {
		width: 65.625%;
		height: 37.5%;
	}
}

@-webkit-keyframes arrowHoverAnim {
	30% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%);
	}

	59.9% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
	}

	60% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
	}

	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}
}

@keyframes arrowHoverAnim {
	30% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%);
	}

	59.9% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
	}

	60% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
	}

	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}
}

@-webkit-keyframes markeeAnim {
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes markeeAnim {
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes rotateAnims2 {
	to {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
}

@keyframes rotateAnims2 {
	to {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
}

@-webkit-keyframes rotateAnims {
	to {
		-webkit-transform: rotateZ(60deg);
		transform: rotateZ(60deg);
	}
}

@keyframes rotateAnims {
	to {
		-webkit-transform: rotateZ(60deg);
		transform: rotateZ(60deg);
	}
}

@-webkit-keyframes bggradient {
	to {
		background-position: 100% 50%;
	}
}

@keyframes bggradient {
	to {
		background-position: 100% 50%;
	}
}

@-webkit-keyframes xoom_inAnim {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.075, 1.075, 1) rotate(9deg);
		transform: scale3d(1.075, 1.075, 1) rotate(9deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(-3.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(-3.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@keyframes xoom_inAnim {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.075, 1.075, 1) rotate(9deg);
		transform: scale3d(1.075, 1.075, 1) rotate(9deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(-3.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(-3.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@-webkit-keyframes xoom_inAnim_min {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.075, 1.075, 1) rotate(4deg);
		transform: scale3d(1.075, 1.075, 1) rotate(4deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(-1.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(-1.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@keyframes xoom_inAnim_min {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.075, 1.075, 1) rotate(4deg);
		transform: scale3d(1.075, 1.075, 1) rotate(4deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(-1.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(-1.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@-webkit-keyframes xoom_inAnim_min2 {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.05, 1.05, 1) rotate(2deg);
		transform: scale3d(1.05, 1.05, 1) rotate(2deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(-0.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(-0.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@keyframes xoom_inAnim_min2 {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.05, 1.05, 1) rotate(2deg);
		transform: scale3d(1.05, 1.05, 1) rotate(2deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(-0.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(-0.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@-webkit-keyframes xoom_inAnim_min3 {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.05, 1.05, 1) rotate(-2deg);
		transform: scale3d(1.05, 1.05, 1) rotate(-2deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(0.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(0.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@keyframes xoom_inAnim_min3 {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.05, 1.05, 1) rotate(-2deg);
		transform: scale3d(1.05, 1.05, 1) rotate(-2deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(0.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(0.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@-webkit-keyframes xoom_inAnim_min4 {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1) rotate(-0.5deg);
		transform: scale3d(1.02, 1.02, 1) rotate(-0.5deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.99, 0.99, 1) rotate(0.2deg);
		transform: scale3d(0.99, 0.99, 1) rotate(0.2deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@keyframes xoom_inAnim_min4 {
	10% {
		opacity: 1;
	}

	35% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1) rotate(-0.5deg);
		transform: scale3d(1.02, 1.02, 1) rotate(-0.5deg);
	}

	75% {
		opacity: 1;
		-webkit-transform: scale3d(0.99, 0.99, 1) rotate(0.2deg);
		transform: scale3d(0.99, 0.99, 1) rotate(0.2deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@-webkit-keyframes xoomAnim {
	3% {
		-webkit-transform: scale3d(1.075, 1.075, 1) rotate(6deg);
		transform: scale3d(1.075, 1.075, 1) rotate(6deg);
	}

	10% {
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(-1.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(-1.5deg);
	}

	20%, to {
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@keyframes xoomAnim {
	3% {
		-webkit-transform: scale3d(1.075, 1.075, 1) rotate(6deg);
		transform: scale3d(1.075, 1.075, 1) rotate(6deg);
	}

	10% {
		-webkit-transform: scale3d(0.97, 0.97, 1) rotate(-1.5deg);
		transform: scale3d(0.97, 0.97, 1) rotate(-1.5deg);
	}

	20%, to {
		-webkit-transform: scale3d(1, 1, 1) rotate(0deg);
		transform: scale3d(1, 1, 1) rotate(0deg);
	}
}

@-webkit-keyframes fall_inAnim {
	from {
		opacity: 0;
	}

	20% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	40% {
		opacity: 1;
		-webkit-transform: translateY(-3px) rotate(-1.5deg);
		transform: translateY(-3px) rotate(-1.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fall_inAnim {
	from {
		opacity: 0;
	}

	20% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	40% {
		opacity: 1;
		-webkit-transform: translateY(-3px) rotate(-1.5deg);
		transform: translateY(-3px) rotate(-1.5deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes popAnim {
	2% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	8% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	20%, to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes popAnim {
	2% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	8% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	20%, to {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes popAnim_long {
	10% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	20% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	40%, to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes popAnim_long {
	10% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	20% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	40%, to {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bgAnim_side {
	to {
		background-position: -217.6px;
	}
}

@keyframes bgAnim_side {
	to {
		background-position: -217.6px;
	}
}

@-webkit-keyframes bgAnim_side_sp {
	to {
		background-position: -151.21px;
	}
}

@keyframes bgAnim_side_sp {
	to {
		background-position: -151.21px;
	}
}

@-webkit-keyframes baloon_anim {
	from, to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
	}
}

@keyframes baloon_anim {
	from, to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
	}
}

@-webkit-keyframes bgAnimS {
	to {
		background-position: 68.5px 112.5px;
	}
}

@keyframes bgAnimS {
	to {
		background-position: 68.5px 112.5px;
	}
}

@-webkit-keyframes bgAnim2 {
	from {
		-webkit-transform: translate(-15.05rem, 0);
		transform: translate(-15.05rem, 0);
	}

	to {
		-webkit-transform: translate(0, -11rem);
		transform: translate(0, -11rem);
	}
}

@keyframes bgAnim2 {
	from {
		-webkit-transform: translate(-15.05rem, 0);
		transform: translate(-15.05rem, 0);
	}

	to {
		-webkit-transform: translate(0, -11rem);
		transform: translate(0, -11rem);
	}
}

@-webkit-keyframes bgAnim2_top {
	from {
		-webkit-transform: translate(-9.5rem, 0);
		transform: translate(-9.5rem, 0);
	}

	to {
		-webkit-transform: translate(0, -6.96667rem);
		transform: translate(0, -6.96667rem);
	}
}

@keyframes bgAnim2_top {
	from {
		-webkit-transform: translate(-9.5rem, 0);
		transform: translate(-9.5rem, 0);
	}

	to {
		-webkit-transform: translate(0, -6.96667rem);
		transform: translate(0, -6.96667rem);
	}
}

@-webkit-keyframes bgAnim3 {
	from {
		-webkit-transform: translate(-12rem, 0);
		transform: translate(-12rem, 0);
	}

	to {
		-webkit-transform: translate(0, -8.8rem);
		transform: translate(0, -8.8rem);
	}
}

@keyframes bgAnim3 {
	from {
		-webkit-transform: translate(-12rem, 0);
		transform: translate(-12rem, 0);
	}

	to {
		-webkit-transform: translate(0, -8.8rem);
		transform: translate(0, -8.8rem);
	}
}

@-webkit-keyframes bgAnim3_top {
	from {
		-webkit-transform: translate(-7rem, 0);
		transform: translate(-7rem, 0);
	}

	to {
		-webkit-transform: translate(0, -5.13333rem);
		transform: translate(0, -5.13333rem);
	}
}

@keyframes bgAnim3_top {
	from {
		-webkit-transform: translate(-7rem, 0);
		transform: translate(-7rem, 0);
	}

	to {
		-webkit-transform: translate(0, -5.13333rem);
		transform: translate(0, -5.13333rem);
	}
}

/* =====================================================
* Base
* ================================================== */

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */

#main .t-light,
.l-header-navi .t-light {
	font-weight: 400;
}

#main .t-bld,
.l-header-navi .t-bld {
	font-weight: 700;
}

#main .t-blk,
.l-header-navi .t-blk {
	font-weight: 900;
}

#main .eng,
.l-header-navi .eng {
	font-family: 'cormorant-garamond', serif;
	font-weight: 600;
}

#main .sanserif,
.l-header-navi .sanserif {
	font-family: 'ヒラギノ角ゴ W3', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', '游ゴシック Medium', 'メイリオ', Meiryo, sans-serif;
}

#main ruby > rt,
.l-header-navi ruby > rt {
	margin-bottom: 4px;
	font-size: 1.1rem;
	letter-spacing: 0;
	ruby-align: center;
}

#main .tc-prm,
.l-header-navi .tc-prm {
	color: #bc0e19;
}

#main .txt_grn,
.l-header-navi .txt_grn {
	color: #00b94e;
}

#main .txt_blu,
.l-header-navi .txt_blu {
	color: #1268fb;
}

#main .txt_ora,
.l-header-navi .txt_ora {
	color: #ffa700;
}

#main .txt_red,
.l-header-navi .txt_red {
	color: #fa3f3f;
}

#main .t-c,
.l-header-navi .t-c {
	text-align: center;
}

#main .t-justify,
.l-header-navi .t-justify {
	text-align: justify;
}

#main .txt-underline,
.l-header-navi .txt-underline {
	text-decoration: underline;
}

#main .txt-rl,
.l-header-navi .txt-rl {
	letter-spacing: -0.4em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

#main h1,
.l-header-navi h1 {
	font-size: 7rem;
}

#main h1 span,
.l-header-navi h1 span {
	font-size: 5rem;
}

#suntory_contents.home #main h1,
#suntory_contents.home .l-header-navi h1 {
	font-size: 4rem;
}

#main h2,
.l-header-navi h2 {
	font-size: 3.2rem;
}

#main h2.sanserif,
.l-header-navi h2.sanserif {
	font-weight: normal;
	letter-spacing: -0.06em;
}

#suntory_contents.sweet #main h2.sanserif,
#suntory_contents.sweet .l-header-navi h2.sanserif {
	font-weight: bold;
}

#main h3,
.l-header-navi h3 {
	font-size: 2.4rem;
}

#suntory_contents.home #main h3,
#suntory_contents.home .l-header-navi h3 {
	font-size: 2.2rem;
	line-height: 2;
}

#main h4,
.l-header-navi h4 {
	font-size: 2rem;
}

#main h5,
.l-header-navi h5 {
	font-size: 1.8rem;
}

#main h6,
.l-header-navi h6 {
	font-size: 1.7rem;
}

#main h6.min,
.l-header-navi h6.min {
	font-size: 1.6rem;
}

#main h6.sanserif,
.l-header-navi h6.sanserif {
	font-weight: normal;
	letter-spacing: 0;
}

#suntory_contents.sweet #main h6.sanserif,
#suntory_contents.sweet .l-header-navi h6.sanserif {
	font-weight: bold;
}

#main h7,
.l-header-navi h7 {
	font-size: 1.4rem;
}

#main h7 span,
.l-header-navi h7 span {
	font-size: inherit;
}

#main h8,
.l-header-navi h8 {
	font-size: 1.2rem;
}

#main h8 span,
.l-header-navi h8 span {
	font-size: inherit;
}

#main p,
.l-header-navi p {
	font-size: 1.6rem;
}

#main span,
.l-header-navi span {
	font-size: 1rem;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	outline: none;
	display: block;
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

html {
	position: relative;
	overflow-x: hidden;
	min-height: 100%;
	background: #fff;
	font-size: 62.5%;
	touch-action: manipulation;
	scroll-behavior: smooth;
}

a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

a > * {
	word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption {
	margin: 0;
	font-size: 100%;
}

img {
	vertical-align: bottom;
}

svg {
	display: block;
}

ul {
	list-style-type: none;
	padding: 0;
}

ol {
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

.befores,
.slick-arrow.cirle-arrow:before,
a.has-img img:before,
.has-bg:before,
.close:not(.bg):before,
.close_btn .plus:before,
.close_btn .plus:after,
.pickup_btn[data-type='movie'] figure:after,
.has-triangle:before,
#search_pc:before,
body.filelist table tbody tr:nth-of-type(even):after,
.pswp__ui .pswp__button--close-inner:before,
.mod-hasdot-inner:before,
.mod-title:before,
.wordhover-link:before,
.has-quotation:before,
.has-quotation:after,
.has-frame-bgs:before,
.has-underline:before,
.mod-download .title:before,
.has-bg-pentagon:before,
.l-main-inner:before,
a.hasbg .img_hasbg:before,
#debug .debug_inner .checkbox01:after,
#main .l-main-header:after,
#main .l-main-movie:before,
#main .l-main-mv-bg:after,
#main .l-main-mv-bg:before,
#main .l-main-concept-inner:before,
#main .l-main-concept-img-wrapper:before,
#main .l-main-premium-inner:before,
#main .l-main-product-inner:before,
#main .l-main-with-list:before,
#main .l-sweet-section-wrapper:not(:first-child):before,
#suntory_contents #main .l-top-about-inner:before,
#suntory_contents #main .l-top-about-right-circle:before,
#suntory_contents #main .l-top-history-inner:before,
#suntory_contents #main .l-top-lineup-inner:before,
#suntory_contents #main .l-top-lineup-list-img-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.befores_rel,
.mod-btn-arrow:after,
.mod-btn-arrow-slim:after,
a.btn-view_more[target='_blank'] > *:nth-child(1):after,
a.backtotop[target='_blank'] > *:nth-child(1):after,
a.hasunderline_link[target='_blank']:not(.no-ico):after,
a.has_bg_link[target='_blank']:after,
.pickup_btn-inner:before,
.pickup_btn-inner:after,
.mod-txt-desc:before,
.mod-hasarrow:after,
.mod-popup:after,
.breadthumbs li:not(:last-child):after {
	content: '';
	display: block;
}

/* =====================================================
 * Module
 * ================================================== */

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

/* -----------------------------------------------------
 * Utilities
 * -------------------------------------------------- */

/*docs
---
title: テキスト寄せ
name: util-010
category: utilities
---

```html
<p class="mod-left">.mod-left</p>
<p class="mod-center">.mod-center</p>
<p class="mod-right">.mod-right</p>
```
*/

*.prev_slide {
	opacity: 0;
	transition: opacity 0.4s ease-in-out 0s;
}

#js-home-hero {
	opacity: 0;
}

.slick-slider {
	outline: none;
	opacity: 1;
}

.slick-slider:focus,
.slick-slider a {
	outline: none;
}

.slick-slider .slick-slide .mod-bggradation:before {
	opacity: 0;
}

.slick-slider.slick-initialized {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.slick-slider.slick-initialized#js-home-hero {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.slick-slider.slick-initialized + .slider-arrows {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.slick-slider.slick-initialized .slick-slide .mod-bggradation:before {
	opacity: 0.6;
}

.slick-dots {
	display: flex;
	position: absolute;
	z-index: 12;
	top: 50vw;
	right: 10px;
	font-size: 0;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.slick-dots li {
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	border-radius: 99px;
	background: #cfdbe5;
}

.slick-dots li.slick-active {
	background: #ffeb52;
}

.slider-arrows {
	display: flex;
	position: absolute;
	z-index: 3;
	right: 30px;
	bottom: -22px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
}

.slider-arrows.circles {
	display: flex;
	top: 0;
	bottom: 0;
	left: 0;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.cirle-arrow {
	width: 24px;
	height: 24px;
	border-radius: 99px;
	background: #000;
}

.slick-arrow {
	cursor: pointer;
	z-index: 3;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background: #000;
	font-size: 0;
	transition: background 0.3s ease;
	pointer-events: all;
}

.slick-arrow .has-arrow:after {
	margin-left: 0 !important;
}

.slick-arrow.prev-arrow {
	margin-right: 1px;
}

.slick-arrow.cirle-arrow {
	position: relative;
	bottom: 0;
	width: 24px;
	height: 60px;
	transition: background 0.3s ease;
}

html[data-os='pc'] .slick-arrow.cirle-arrow:hover {
	opacity: 1 !important;
}

html[data-os='pc'] .slick-arrow.cirle-arrow:hover .has-triangle {
	background: #bc0e19;
}

.slick-arrow.cirle-arrow.has-clicking.clicking {
	opacity: 1;
}

.slick-arrow.cirle-arrow.has-clicking.clicking .has-triangle {
	background: #bc0e19;
}

.slick-arrow.cirle-arrow:before {
	z-index: 1;
	background: #fff;
}

.slick-arrow.cirle-arrow .has-triangle {
	z-index: 3;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #000;
}

.slick-arrow.cirle-arrow .has-triangle:before {
	position: absolute;
	top: 50%;
	left: 55%;
	margin-right: 0;
	border-color: transparent transparent transparent #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slick-arrow.cirle-arrow.prev-arrow {
	margin-right: 20px;
}

.slick-arrow:hover {
	opacity: 1 !important;
}

.slick-arrow:hover:not(.cirle-arrow) {
	background: #acacac;
}

.slick-arrow:hover.cirle-arrow {
	background: #000;
}

.slick-arrow:hover.cirle-arrow .has-arrow-inner svg {
	fill: #fff;
}

.slick-arrow:hover .has-arrow {
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
}

.slick-arrow .has-arrow,
.slick-arrow .has-arrow_w {
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.slick-arrow .has-arrow:after,
.slick-arrow .has-arrow_w:after {
	margin-left: 0;
}

.slick-arrow.prev-arrow {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.float {
	float: left;
}

.mod-left {
	text-align: left !important;
}

.mod-center {
	text-align: center !important;
}

.mod-right {
	text-align: right !important;
}

.twitter-tweet {
	margin-right: auto;
	margin-left: auto;
}

.small_comment {
	display: block;
	font-size: 1.2rem;
	line-height: 1.3;
}

.mod-sub-block {
	font-size: 1.3rem;
	line-height: 1.5;
}

.mod-sub-block.bg-gray {
	padding: 20px;
	background-color: #f7f7f7;
}

.color-navy {
	color: #050518;
}

.pointer-events-none {
	pointer-events: none;
}

.dot_list {
	margin-top: -6px;
}

.dot_list li {
	margin-top: 6px;
	margin-left: 1rem;
	text-indent: -1.6rem;
}

.dot_list li:before {
	content: '・';
}

.dot_list li span {
	margin-left: 1.6rem;
}

.txt-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.ml25 {
	margin-left: 25px;
}

.mr25 {
	margin-right: 25px;
}

/*docs
---
title: メディア表示
name: util-020
category: utilities
---

```html
<div class="is-pc-hide">PC非表示（指定がなければSP表示）</div>
<div class="is-pc-show">PCでは必ず表示（指定がなければSP表示）</div>
<div class="is-sp-show">SPでは必ず表示（指定がなければPC表示）</div>
<div class="is-sp-hide">SP非表示（指定がなければPC表示）</div>
<p>テキストテキストテキスト。<br class="is-br-sp-show">SPでは改行が入る。</p>
<p>テキストテキストテキスト。<br class="is-br-pc-show">PCでは改行が入る。</p>
```
*/

.is-pc-mid-show {
	display: none;
}

.is-br-sp-show {
	display: none;
}

.is-br-pc-show {
	display: none;
}

.flex,
.flex-c {
	display: flex;
}

.flex.j-s,
.flex-c.j-s {
	justify-content: flex-start;
}

.flex.j-e,
.flex-c.j-e {
	justify-content: flex-end;
}

.flex.j-c,
.flex-c.j-c {
	justify-content: center;
}

.flex.j-b,
.flex-c.j-b {
	justify-content: space-between;
}

.flex.a-bl,
.flex-c.a-bl {
	align-items: baseline;
}

.flex.a-c,
.flex-c.a-c {
	align-items: center;
}

.flex.a-s,
.flex-c.a-s {
	align-items: flex-start;
}

.flex.a-e,
.flex-c.a-e {
	align-items: flex-end;
}

.flex-c {
	flex-direction: column;
}

.f-wrap {
	flex-wrap: wrap;
}

.check-media {
	display: block;
}

@-webkit-keyframes move_horse {
	0% {
		offset-distance: 0;
		motion-offset: 0;
	}

	100% {
		offset-distance: 100%;
		motion-offset: 100%;
	}
}

@keyframes move_horse {
	0% {
		offset-distance: 0;
		motion-offset: 0;
	}

	100% {
		offset-distance: 100%;
		motion-offset: 100%;
	}
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

/* -----------------------------------------------------
 * 角丸ボタン
 * -------------------------------------------------- */

.mod-btn {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	text-align: center;
	letter-spacing: 0;
}

.mod-btn:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.mod-btn-arrow {
	display: flex;
	align-items: center;
	margin-left: 3rem;
	color: #bc0e19;
}

.mod-btn-arrow h3,
.mod-btn-arrow h4 {
	line-height: 1.6 !important;
	-webkit-transform: opacity 0.3s ease;
	transform: opacity 0.3s ease;
}

.mod-btn-arrow:hover h3,
.mod-btn-arrow:hover h4 {
	opacity: 0.8;
}

.mod-btn-arrow:hover:after {
	background-position-x: 1.9rem;
}

.mod-btn-arrow[data-color='wht'] {
	color: #fff;
}

.mod-btn-arrow[data-color='wht'] .mod-txt-underline {
	border-color: #fff;
}

.mod-btn-arrow[data-color='wht']:after {
	background-image: url(../img/common/arrow_wht.svg);
}

.mod-btn-arrow[data-color='blk'] {
	color: #000;
}

.mod-btn-arrow[data-color='blk'] .mod-txt-underline {
	border-color: #000;
}

.mod-btn-arrow[data-color='blk']:after {
	background-image: url(../img/common/arrow_blk.svg);
}

.mod-btn-arrow .mod-txt-underline {
	z-index: 2;
	margin-right: -1.5rem;
	padding-right: 1.5rem;
}

.mod-btn-arrow.min:after {
	background-position-x: 1.6rem;
	background-size: 2.3rem;
}

.mod-btn-arrow.animated:after {
	-webkit-clip-path: circle(49%);
	clip-path: circle(49%);
}

.mod-btn-arrow:after {
	flex-shrink: 0;
	width: 5.3rem;
	height: 5.3rem;
	border-radius: 99px;
	background: rgba(255, 229, 133, 0.4) url(../img/common/arrow.svg) no-repeat 1.7rem center/2.1rem;
	transition: background 0.3s ease,-webkit-clip-path 0.5s ease 0.6s;
	transition: background 0.3s ease,clip-path 0.5s ease 0.6s;
	transition: background 0.3s ease,clip-path 0.5s ease 0.6s,-webkit-clip-path 0.5s ease 0.6s;
	-webkit-clip-path: circle(0);
	clip-path: circle(0);
	will-change: clip-path,background-position;
}

.mod-btn-arrow-slim {
	color: #bc0e19;
}

.mod-btn-arrow-slim h6 {
	margin-top: 0;
}

.mod-btn-arrow-slim:hover::after {
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
}

.mod-btn-arrow-slim:after {
	width: 1.6rem;
	height: 1.3rem;
	margin-left: 0.3rem;
	background: url(../img/common/arrow-2.svg) no-repeat center/contain;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mod-btn-radious {
	display: flex;
	align-items: center;
	padding: 1rem 1.1rem;
	border-radius: 0.5rem;
	background-color: #bc0e19;
	color: #fff;
}

.backtotop {
	margin: 42px auto 32px;
}

.cirle-arrow-wrapper.prev-arrow {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.hasunderline_link {
	color: #179eed;
	font-weight: normal;
	text-decoration: underline;
}

.hasunderline_link svg {
	fill: #179eed;
}

.hasunderline_link.disabled {
	color: #000;
	text-decoration: none;
	pointer-events: none;
}

a.has-img img {
	position: relative;
}

a.has-img img:before {
	background: #fff;
}

a.has-img:hover {
	opacity: 1;
}

a.has-img:hover img {
	opacity: 0.5;
}

a.btn-view_more,
a.backtotop {
	margin-top: 15px;
}

a.btn-view_more .cirle-arrow,
a.backtotop .cirle-arrow {
	margin-left: 10px;
	transition: color 0.3s ease 0s;
}

a.btn-view_more[target='_blank'] > *:nth-child(1):after,
a.backtotop[target='_blank'] > *:nth-child(1):after {
	display: inline-table;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-left: 4px;
	background: url(../img/common/popicon_gray.svg) no-repeat center/contain;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

a.btn-view_more[target='_blank'] > *:nth-child(1):hover:after,
a.backtotop[target='_blank'] > *:nth-child(1):hover:after {
	background: url(../img/common/popicon_hover.svg) no-repeat center/contain;
}

a.btn-view_more:hover,
a.backtotop:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

a.btn-view_more:hover .has-triangle,
a.backtotop:hover .has-triangle {
	margin-left: 2px;
}

a.btn-view_more:hover .cirle-arrow,
a.backtotop:hover .cirle-arrow {
	background: #bc0e19;
}

.has-bg:hover > img,
.has-bg:hover .mod-thumb {
	-webkit-transform: translate(-1.5px, -1px) scale3d(1.015, 1.015, 1);
	transform: translate(-1.5px, -1px) scale3d(1.015, 1.015, 1);
}

.has-bg:before {
	top: 4px;
	left: 4px;
	background: #bc0e19;
}

.close:not(.bg) {
	cursor: pointer;
	position: fixed;
	top: 50px;
	right: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.close:not(.bg):before {
	z-index: -1;
	top: -30px;
	width: 70px;
	height: 70px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close:not(.bg):hover span {
	opacity: 0.5;
}

.close:not(.bg) span {
	display: block;
	width: 70px;
	height: 1px;
	background: #fff;
}

.close:not(.bg) span:nth-child(2) {
	-webkit-transform: rotate(90deg) translateX(-1px);
	transform: rotate(90deg) translateX(-1px);
}

.close_btn {
	display: flex;
	position: relative;
	justify-content: center;
	margin: auto;
}

.close_btn .plus {
	position: relative;
	width: 12px;
	margin-top: -2px;
	margin-left: 5px;
}

.close_btn .plus:before,
.close_btn .plus:after {
	width: 12px;
	height: 1px;
	background: #000;
}

.close_btn .plus:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close_btn .plus:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.radious_bg {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 4em;
	border: solid 2px #5f1a1a;
	background: #fff;
	color: #5f1a1a;
	line-height: 1.3;
}

a.radious_bg.back {
	background: #dadbdb;
}

a[target='_blank'] {
	position: relative;
}

a[target='_blank'].hasunderline_link:not(.no-ico) {
	word-break: break-all;
}

a[target='_blank'].hasunderline_link:not(.no-ico):after {
	display: inline-table;
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-left: 4px;
	background: url(../img/common/popicon.svg) no-repeat center/contain;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

a[target='_blank'].hasunderline_link:not(.no-ico):hover:after {
	background: url(../img/common/popicon_hover.svg) no-repeat center/contain;
}

a[target='_blank'].has_bg_link:after {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-left: 4px;
	margin-left: 15px;
	background: url(../img/common/popicon_w.svg) no-repeat center/contain !important;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

a.has-shadow {
	box-shadow: 0 4px 0 0 #5f1a1a;
	transition: background 0.5s ease 0s,box-shadow 0.3s ease 0s,-webkit-transform 0.3s ease 0s;
	transition: background 0.5s ease 0s,box-shadow 0.3s ease 0s,transform 0.3s ease 0s;
	transition: background 0.5s ease 0s,box-shadow 0.3s ease 0s,transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;
}

a.has-shadow:not(.no-touch).clicking {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
	transition: none !important;
	-webkit-transform: translate(0, 4px);
	transform: translate(0, 4px);
}

.pickup_btn {
	width: 240px !important;
	margin-left: 20px;
}

.pickup_btn-inner {
	display: flex;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
	width: 240px !important;
	height: 14rem;
	border: solid 1px rgba(112, 112, 112, 0.5);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.pickup_btn-inner:before {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 0.5rem;
	background: #fff;
	transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	will-change: height;
}

.pickup_btn-inner:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 0.5rem;
	background: #fff;
	transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	will-change: height;
}

.pickup_btn:hover {
	opacity: 1;
}

.pickup_btn:hover .pickup_btn-inner:before,
.pickup_btn:hover .pickup_btn-inner:after {
	height: 0;
}

.pickup_btn:hover .pickup_btn-inner figure {
	opacity: 0.8;
}

.pickup_btn figure {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: opacity;
}

.pickup_btn[data-type='movie'] figure:after {
	background: rgba(0, 0, 0, 0.3) url(../img/common/btn_play.svg) no-repeat center/27%;
	opacity: 0.6;
}

.pickup_btn h5 {
	width: 95%;
	margin-top: 1rem;
}

.has-triangle {
	position: relative;
	transition: color 0s ease;
}

.has-triangle:before {
	position: relative;
	width: 0;
	height: 0;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #bc0e19;
	transition: -webkit-transform 0s;
	transition: transform 0s;
	transition: transform 0s, -webkit-transform 0s;
	-webkit-transform: translateX(1px);
	transform: translateX(1px);
}

.has-triangle[data-color='white']:before {
	border-color: transparent transparent transparent #fff;
}

.has-triangle:hover {
	color: #bc0e19;
}

#search_pc {
	display: none;
	width: 60px;
	height: 60px;
	margin-top: 8px;
	transition: -webkit-transform 0.75s ease 0.3s;
	transition: transform 0.75s ease 0.3s;
	transition: transform 0.75s ease 0.3s, -webkit-transform 0.75s ease 0.3s;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	pointer-events: all;
}

#search_pc:before {
	z-index: 1;
	background: #ffeb52;
	transition: background 0.25s ease 0s;
}

#search_pc img {
	z-index: 2;
	width: 24px;
}

#search_pc span {
	z-index: 2;
	width: 120%;
	margin-top: 1px;
	margin-right: -20%;
	letter-spacing: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform-origin: center;
	transform-origin: center;
}

#search_pc.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#search_pc img {
	transition: -webkit-transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}

#search_pc:hover img {
	-webkit-transform: scale3d(1.06, 1.06, 1);
	transform: scale3d(1.06, 1.06, 1);
}

#search_pc:hover:before {
	background: #ffd752;
}

.l-main .l-main-inner .to-top {
	position: relative;
	width: 60px;
	height: 60px;
	background: #000;
	transition: -webkit-transform 0.55s ease 0s;
	transition: transform 0.55s ease 0s;
	transition: transform 0.55s ease 0s, -webkit-transform 0.55s ease 0s;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	pointer-events: all;
}

.l-main .l-main-inner .to-top-wrapper {
	display: block;
	position: fixed;
	z-index: 33 !important;
	right: 0;
	bottom: 20px;
	overflow: hidden;
	width: auto;
	margin: 0 0 0 auto;
	pointer-events: none;
}

.l-main .l-main-inner .to-top.active:not(.disabled) {
	opacity: 1;
	transition: background 0s ease 0s,-webkit-transform 0.55s ease 0.35s;
	transition: transform 0.55s ease 0.35s,background 0s ease 0s;
	transition: transform 0.55s ease 0.35s,background 0s ease 0s,-webkit-transform 0.55s ease 0.35s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.l-main .l-main-inner .to-top.disabled {
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
}

.l-wrapper#top .l-main .l-main-inner .to-top.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.l-main .l-main-inner .to-top span {
	width: 15px;
	height: 15px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transition: -webkit-transform 0s ease 0s;
	transition: transform 0s ease 0s;
	transition: transform 0s ease 0s, -webkit-transform 0s ease 0s;
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}

html[data-os='pc'] .l-main .l-main-inner .to-top:hover {
	opacity: 1;
}

.l-main .l-main-inner .to-top.clicking {
	opacity: 1;
}

body.filelist {
	min-height: 100vh;
	padding: 20px;
	background-color: #fff;
	font-size: 1.2rem;
}

body.filelist:not(.loaded) {
	cursor: wait;
}

body.filelist h1 {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0.3rem 0;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
}

body.filelist span {
	font-size: inherit;
}

body.filelist a {
	color: blue;
	text-decoration: underline;
}

body.filelist .thead-dark {
	position: -webkit-sticky;
	position: sticky;
	top: 2.8rem;
	background-color: #fff;
}

body.filelist table {
	margin-top: 1rem;
}

body.filelist table td,
body.filelist table thead th {
	padding: 0.4rem 0.3rem;
}

body.filelist table td:nth-of-type(2) {
	min-width: 4.4rem;
}

body.filelist table tbody tr:nth-of-type(even):after {
	background-color: #000;
	opacity: 0.1;
	pointer-events: none;
}

body.filelist table tr {
	position: relative;
}

body.filelist table tr.isCheck {
	background-color: #ffc;
}

body.filelist table tr.isDone {
	background-color: #ccc;
}

body.filelist table tr.isIcebox {
	background-color: #c69;
	color: #fac;
}

body.filelist table tr.isUpdate {
	background-color: #edfee5;
}

body.filelist table tr.isFeedback {
	background-color: #ff6;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

/* -----------------------------------------------------
 * Tools
 * -------------------------------------------------- */

/*docs
---
title: アコーディオン
name: tool-010
category: tools
---

```html
*/

.sns-icon.svg-insta {
	height: 14.2px !important;
}

.image_compare .images-compare-handle {
	margin-left: -19px;
}

a.banner {
	min-height: 0.0001%;
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1;
}

.pswp__ui .pswp__button--arrow--right,
.pswp__ui .pswp__button--arrow--left {
	display: none !important;
}

.pswp__ui .pswp__top-bar {
	background: none;
}

.pswp__ui .pswp__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	background: none;
	color: #fff;
	font-size: 1.2rem;
}

.pswp__ui .pswp__button svg {
	margin-right: 8px;
}

.pswp__ui .pswp__button--close {
	position: fixed;
	top: 40px;
	right: 40px;
	opacity: 1;
	pointer-events: all;
}

html[data-os='mobile'] .pswp__ui .pswp__button--close {
	top: 1rem;
	right: 1.5rem;
}

.pswp__ui .pswp__button--close-inner {
	position: relative;
	width: 57px;
	height: 57px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

html[data-os='mobile'] .pswp__ui .pswp__button--close-inner {
	width: 3rem;
	height: 3rem;
}

.pswp__ui .pswp__button--close span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.pswp__ui .pswp__button--close span:nth-child(1) {
	left: 50%;
	width: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pswp__ui .pswp__button--close span:nth-child(2) {
	top: 50%;
	height: 2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pswp__ui .pswp__preloader {
	display: none;
	pointer-events: none;
}

.mod-ac-target {
	display: none;
}

body.ie11 .my-gallery {
	min-height: 0.001%;
}

.my-gallery + .my-gallery {
	margin-left: 96px;
}

.mod-hasdot-inner {
	list-style: circle;
	margin-top: 0;
}

.mod-hasdot-inner:before {
	width: 5px;
}

.mod-bg-circle {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 43.2rem;
	height: 43.2rem;
	border-radius: 999px;
	background: linear-gradient(to bottom, #ebcf6c, #bc0e19);
}

.mod-bg-circle.anim.animated {
	opacity: 0.37;
	transition-duration: 1.4s;
	-webkit-animation: baloon_anim 10s ease-in-out 0s infinite;
	animation: baloon_anim 10s ease-in-out 0s infinite;
}

.mod-bg-paturn {
	position: absolute;
	z-index: -1;
}

.mod-title {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	color: #efdbc2;
	text-align: center;
}

.mod-title h1 {
	line-height: 1.3;
}

.mod-title:before {
	top: -0.5rem;
	right: 0;
	bottom: 0;
	width: 8.6rem;
	height: 8.6rem;
	margin: auto;
	border-radius: 99px;
	background: linear-gradient(to bottom, #ebcf6c, #bc0e19);
	opacity: 0.37;
}

.mod-title:has(p):before {
	top: 1.5rem;
}

.mod-title > * {
	position: relative;
	z-index: 2;
}

.mod-title > *:nth-child(2) {
	margin-top: -2rem;
}

.mod-movie_wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.mod-movie_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mod-txt-underline {
	border-bottom: solid 1px #bc0e19;
}

.mod-txtindent {
	text-indent: -0.8rem;
}

.mod-txt-desc {
	display: flex;
	color: #ffeb52;
}

.mod-txt-desc:before {
	width: 0.9rem;
	height: 1px;
	margin-top: 0.75em;
	margin-right: 1.2rem;
	background-color: #ffeb52;
}

.mod-hasarrow h6 {
	display: flex;
}

.mod-hasarrow[data-color='red']:after {
	background-color: #bc0e19;
}

.mod-hasarrow[data-direction='down'] > *:last-child {
	padding-right: 0.6rem;
}

.mod-hasarrow[data-direction='down']:after {
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mod-hasarrow:after {
	display: flex;
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	-webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAxNC42NjYzTDggNS4zMzMwMUwxNCA5Ljk5OTY3TDggMTQuNjY2M1oiIGZpbGw9IndoaXRlIi8+PC9zdmc+');
	mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAxNC42NjYzTDggNS4zMzMwMUwxNCA5Ljk5OTY3TDggMTQuNjY2M1oiIGZpbGw9IndoaXRlIi8+PC9zdmc+');
}

.mod-popup:after {
	width: 0.9rem;
	height: 0.9rem;
	margin-left: 0.4rem;
	background-color: #fff;
	-webkit-mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjkiIGhlaWdodD0iOSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgOSA5Ij4gPHBhdGggZD0iTTguMjE0Myw1LjA3MTR2Mi41NzE0YzAsLjE1MTUtLjA2MDIuMjk2OS0uMTY3NC40MDQxLS4xMDcyLjEwNzItLjI1MjUuMTY3NC0uNDA0MS4xNjc0SDEuMzU3MWMtLjE1MTYsMC0uMjk2OS0uMDYwMi0uNDA0MS0uMTY3NC0uMTA3Mi0uMTA3Mi0uMTY3NC0uMjUyNS0uMTY3NC0uNDA0MVYxLjM1NzFjMC0uMTUxNi4wNjAyLS4yOTY5LjE2NzQtLjQwNDEuMTA3Mi0uMTA3Mi4yNTI1LS4xNjc0LjQwNDEtLjE2NzRoMi41NzE0TTYuMjE0My43ODU3aDJNOC4yMTQzLjc4NTd2Mk04LjIxNDMuNzg1N2wtMy43MTQzLDMuNzE0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
	mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjkiIGhlaWdodD0iOSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgOSA5Ij4gPHBhdGggZD0iTTguMjE0Myw1LjA3MTR2Mi41NzE0YzAsLjE1MTUtLjA2MDIuMjk2OS0uMTY3NC40MDQxLS4xMDcyLjEwNzItLjI1MjUuMTY3NC0uNDA0MS4xNjc0SDEuMzU3MWMtLjE1MTYsMC0uMjk2OS0uMDYwMi0uNDA0MS0uMTY3NC0uMTA3Mi0uMTA3Mi0uMTY3NC0uMjUyNS0uMTY3NC0uNDA0MVYxLjM1NzFjMC0uMTUxNi4wNjAyLS4yOTY5LjE2NzQtLjQwNDEuMTA3Mi0uMTA3Mi4yNTI1LS4xNjc0LjQwNDEtLjE2NzRoMi41NzE0TTYuMjE0My43ODU3aDJNOC4yMTQzLjc4NTd2Mk04LjIxNDMuNzg1N2wtMy43MTQzLDMuNzE0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
}

.mod-top-bg,
#suntory_contents #main .l-top-about-inner:before,
#suntory_contents #main .l-top-history-inner:before,
#suntory_contents #main .l-top-lineup-inner:before {
	width: calc(50vw + 50%);
	border: 1px solid #dfc29b;
	background: linear-gradient(42deg, #9d0000 22.16%, #720000 76.43%);
}

.mod-dots-extend {
	display: block !important;
	position: relative;
	margin-left: 2rem;
	text-indent: -2rem;
}

.mod-dots-extend .mod-hasdot-inner,
.mod-dots-extend p {
	display: inline;
}

.mod-dots-extend:before {
	content: ' ';
	display: inline-block;
	position: relative;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	margin-left: 2px;
	border-radius: 99px;
	background: #000;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.wordhover-link {
	position: relative;
}

.wordhover-link:before {
	top: -5%;
	left: -7%;
	width: 110%;
	height: 114%;
	opacity: 0.2;
}

.mod-number-extend {
	counter-reset: count 0;
}

.mod-number-extend li {
	display: inline-block;
	position: relative;
	list-style: none;
	align-items: baseline !important;
	width: 100%;
	margin-left: 2.05rem;
	text-indent: -1.05rem;
}

.mod-number-extend li:before {
	content: counter(count) '.';
	counter-increment: count 1;
	display: inline-block;
	position: relative;
	flex-shrink: 0;
	margin-left: 2px;
}

.clip-txts {
	overflow: hidden;
}

body:not(.ie11) .clip-txts {
	display: -webkit-box;
}

body.ie11 .clip-txts {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 4rem;
}

body.ie11 .clip-txts[data-height='3'] {
	height: 5.5rem;
}

body.ie11 .clip-txts[data-height='4'] {
	height: 5.5rem;
}

.pr_tag {
	margin-left: 5px;
	color: #bc0e19;
}

.markee-txt {
	display: inline;
	background: linear-gradient(transparent 52%, #ffeb52 52%);
}

.has-left_border {
	padding-left: 20px;
	border-left: solid 5px #ffeb52;
}

.has-quotation {
	display: flex;
	align-items: flex-start;
}

.has-quotation:before,
.has-quotation:after {
	position: relative;
	width: 12px;
	height: 9px;
	margin-top: -0.4rem;
}

.has-quotation:before {
	content: url(../img/common/colon-left.svg);
	margin-right: 10px;
}

.has-quotation:after {
	content: url(../img/common/colon-right.svg);
	margin-left: 10px;
}

.hasunderline {
	display: inline;
	padding-bottom: 3px;
	background: linear-gradient(transparent calc(100% - 1px), #000 0%);
	text-align: left !important;
}

body.ie11 .hasunderline {
	background: linear-gradient(transparent 98%, #000 0%);
}

.hasunderline[data-color='white'] {
	padding-bottom: 0;
	background: linear-gradient(transparent calc(100% - 1px), #fff 0%);
}

.hasunderwave {
	display: inline;
	padding-bottom: 9px;
	background: url(../img/common/txt_wave_line.svg) repeat-x bottom left/255.62px 6px;
}

html[data-os='pc'] a.hasunderwave:hover,
a.hasunderwave.clicking:hover {
	background: url(../img/common/txt_wave_line_hover.svg) repeat-x bottom left/255.62px 6px;
	opacity: 1 !important;
	color: #bc0e19;
}

.has-rounded-frame {
	margin: 0 4px;
	padding: 3px 12px;
	border: solid 1px #fff;
	border-radius: 99px;
}

.has-rounded-frame:hover {
	background: #fff;
	color: #000;
	transition: background-color 0.2s ease;
}

.breadthumbs {
	align-items: baseline;
	margin-top: 50px;
}

.breadthumbs li {
	display: inline;
	justify-content: flex-start;
	align-items: baseline;
}

.breadthumbs li a {
	line-height: 1;
}

.breadthumbs li:not(:last-child):after {
	content: ' / ';
	display: inline-block;
	margin: 0 5px;
	font-size: 1.2rem;
}

.tag {
	padding: 9px 20px 7px;
}

.tag span {
	font-size: 1.3rem;
}

a.tag span {
	pointer-events: none;
}

a.tag:hover {
	-webkit-transform: scale3d(1.05, 1.05, 1) rotate(1deg);
	transform: scale3d(1.05, 1.05, 1) rotate(1deg);
}

.has-frame-bgs {
	position: relative;
	color: #fff;
}

.has-frame-bgs > * {
	position: relative;
	z-index: 4;
}

.l-wrapper#top .has-frame-bgs.anim {
	opacity: 1;
}

.l-wrapper#top .has-frame-bgs.anim > * {
	opacity: 0;
	-webkit-transform: scale3d(0.65, 0.65, 0);
	transform: scale3d(0.65, 0.65, 0);
	will-change: transform,opacity;
}

.l-wrapper#top .has-frame-bgs.anim:before {
	opacity: 0;
	-webkit-transform: scale3d(0.2, 0.1, 0);
	transform: scale3d(0.2, 0.1, 0);
	will-change: transform,opacity;
}

.l-wrapper#top .has-frame-bgs.anim.animated > * {
	opacity: 0;
	-webkit-animation: xoom_inAnim 0.73s ease 0.25s forwards;
	animation: xoom_inAnim 0.73s ease 0.25s forwards;
}

.l-wrapper#top .has-frame-bgs.anim.animated:before {
	-webkit-animation: xoom_inAnim_min 0.75s ease 0.2s forwards;
	animation: xoom_inAnim_min 0.75s ease 0.2s forwards;
}

.has-frame-bgs:before {
	z-index: 4;
	left: 0;
	width: 100%;
	border-width: 4px 6px 4px 7px;
	border-style: solid;
	-o-border-image: url(../img/common/active_bg.svg) 4 7 6 9 stretch;
	border-image: url(../img/common/active_bg.svg) 4 7 6 9 fill stretch;
}

.radious_bg {
	padding: 0.3em 1em;
	border-radius: 99px;
	background: #bc0e19;
	color: #d02036;
}

.radious_bg span + span {
	margin-left: -0.4em;
}

.radious_bg.anim {
	opacity: 0;
	-webkit-clip-path: inset(0 50% 0 50% round 999px);
	clip-path: inset(0 50% 0 50% round 999px);
}

.radious_bg.anim.animated {
	transition: opacity 0.2s ease 0s, -webkit-clip-path 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	transition: clip-path 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, opacity 0.2s ease 0s;
	transition: clip-path 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, opacity 0.2s ease 0s, -webkit-clip-path 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	-webkit-clip-path: inset(0 0 0 0 round 999px);
	clip-path: inset(0 0 0 0 round 999px);
}

.next-arrow .next_arrow_st {
	opacity: 0;
	fill: #bc0e19;
}

.next-arrow.animated .next_arrow_st {
	opacity: 1;
	transition: opacity 0s ease 0s;
}

.nums_wrapper:nth-child(n + 4) .number {
	-o-border-image: url(../img/common/ranking_bg_blu.svg) 6 15 stretch;
	border-image: url(../img/common/ranking_bg_blu.svg) 6 15 fill stretch;
}

.nums_wrapper:nth-child(n + 10) .number {
	border-width: 6px 10px;
}

.nums_wrapper .number {
	position: relative;
	z-index: 2;
	margin-right: 14px;
	border-width: 6px 15px;
	border-style: solid;
	-o-border-image: url(../img/common/ranking_bg_ylw.svg) 6 15 stretch;
	border-image: url(../img/common/ranking_bg_ylw.svg) 6 15 fill stretch;
	font-size: 1.6rem;
}

#next-triangle {
	fill: #38c6aa;
	stroke: #38c6aa;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@-webkit-keyframes stroke-dasharray-anim {
	to {
		stroke-dasharray: 10,5;
	}
}

@keyframes stroke-dasharray-anim {
	to {
		stroke-dasharray: 10,5;
	}
}

.anim {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

.anim.animated {
	opacity: 1;
	transition: opacity 0.6s ease 0.2s;
}

.anim.animated.slide-anim {
	opacity: 1;
	transition: opacity 0.8s ease 0.3s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 0.8s ease 0.3s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 0.8s ease 0.3s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-webkit-transform: none;
	transform: none;
}

.anim.animated.slip-anim {
	transition: opacity 0.8s ease 0.3s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 0.8s ease 0.3s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 0.8s ease 0.3s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.anim.animated.ad-1 {
	transition-delay: 0.4s !important;
}

.anim.animated.ad-2 {
	transition-delay: 0.7s !important;
}

.anim.animated.ad-3 {
	transition-delay: 1s !important;
}

.anim.animated.ad-4 {
	transition-delay: 1.3s !important;
}

.anim.animated.ad-5 {
	transition-delay: 1.5s !important;
}

.anim.animated.ad-6 {
	transition-delay: 1.7s !important;
}

.anim.animated.ad-7 {
	transition-delay: 1.9s !important;
}

.anim.animated.ad-8 {
	transition-delay: 2.2s !important;
}

.anim.a-h {
	min-height: 170px;
	transition: opacity 0.3s ease 1s;
}

.anim.a-h:not(.animated) {
	overflow: hidden;
	height: 170px;
}

.anim.scales {
	opacity: 0;
	transition: none;
	-webkit-transform: scale3d(0.6, 0.6, 1) rotate(-8deg);
	transform: scale3d(0.6, 0.6, 1) rotate(-8deg);
}

.anim.scales.animated {
	-webkit-animation: xoom_inAnim_min2 0.6s ease 0.3s forwards;
	animation: xoom_inAnim_min2 0.6s ease 0.3s forwards;
}

.anim.slide-anim:not(.animated) {
	opacity: 0;
}

.anim.slide-anim:not(.animated)[data-direction='left'] {
	-webkit-transform: translateX(-20rem) rotate(-60deg);
	transform: translateX(-20rem) rotate(-60deg);
}

.anim.slide-anim:not(.animated)[data-direction='right'] {
	-webkit-transform: translateX(20rem) rotate(60deg);
	transform: translateX(20rem) rotate(60deg);
}

.anim.drip-anim {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.anim.drip-anim.animated {
	opacity: 1;
	transition: opacity 0.8s ease 0.6s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.8s ease 0.6s;
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.anim.slip-anim:not(.animated) {
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
}

.anim.slip-anim:not(.animated)[data-direction='right'] {
	-webkit-transform: translateX(10%);
	transform: translateX(10%);
}

.anim.slip-anim:not(.animated)[data-direction='up'] {
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}

.anim.clip-anim {
	-webkit-clip-path: circle(0);
	clip-path: circle(0);
}

.anim.clip-anim.animated {
	transition: -webkit-clip-path 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
	transition: clip-path 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
	transition: clip-path 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-clip-path 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
	-webkit-clip-path: circle(49.9%);
	clip-path: circle(49.9%);
}

.has-underline {
	padding-bottom: 0.3rem;
}

.has-underline:hover {
	opacity: 1;
}

.has-underline:hover:before {
	-webkit-animation: arrowHoverAnim 1s ease;
	animation: arrowHoverAnim 1s ease;
}

.has-underline:before {
	border-bottom: solid 1px #000;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.has-underline[data-color='white']:before {
	border-bottom: solid 1px #fff;
}

.has-underline.active {
	color: #bc0e19;
}

.has-underline.active:before {
	border-color: #bc0e19;
}

.has-bg {
	position: relative;
}

.has-bg img {
	width: 100%;
}

.has-bg > * {
	position: relative;
	z-index: 4;
}

.has-bg:before {
	top: 4px;
	left: 4px;
	background: #bc0e19;
}

.hasframe-img {
	outline: 1px solid #707070;
	outline-offset: -1px;
}

@-webkit-keyframes checked_line_anime {
	from {
		stroke-dashoffset: 100;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes checked_line_anime {
	from {
		stroke-dashoffset: 100;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.mod-download {
	position: relative;
	padding: 30px 40px 30px 30px;
	border: solid 1px #707070;
}

.mod-download .title {
	position: absolute;
	top: 0;
	left: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-download .title > * {
	position: relative;
	z-index: 2;
}

.mod-download .title:before {
	z-index: 1;
	left: -1px;
	width: calc(100% + 10px);
	height: calc(100% + 6px);
	background: #fff;
}

.mod-download .has-pdf {
	margin-left: 15px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.has-bg-pentagon {
	position: relative;
}

.has-bg-pentagon:before {
	z-index: -1;
	top: -100px;
	left: 50%;
	width: 692px;
	height: 754px;
	background: url(../img/common/pentagon.svg) no-repeat top/contain;
	-webkit-transform: translate(-50%) scale3d(0.2, 0.2, 1);
	transform: translate(-50%) scale3d(0.2, 0.2, 1);
}

.has-bg-pentagon[data-size='big']:before {
	top: -200px;
	left: 40%;
	width: 80vw;
	height: 87.16763005780344vw;
}

.has-bg-pentagon.animated:before {
	-webkit-transform: translate(-50%) scale3d(1, 1, 1);
	transform: translate(-50%) scale3d(1, 1, 1);
	-webkit-animation: rotateAnims 12s linear 0s infinite;
	animation: rotateAnims 12s linear 0s infinite;
}

@keyframes rotateAnims {
	to {
		-webkit-transform: translate(-50%) scale3d(1, 1, 1) rotate(60deg);
		transform: translate(-50%) scale3d(1, 1, 1) rotate(60deg);
	}
}

video {
	position: relative;
	background: #000;
}

video.notfound {
	background: #000 url(../img/common/unplay.svg) no-repeat center/80px;
}

.checkbox01 {
	cursor: pointer;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: auto;
	padding: 5px 0 5px 35px;
}

.checkbox01::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #cfdbe5;
	background: #fff;
	transition: background 0.2s ease;
	-webkit-transform: translateY(-48%);
	transform: translateY(-48%);
}

.checkbox01 svg {
	position: absolute;
	top: 10px;
	left: 3px;
	width: 17px;
	height: 17px;
	stroke-dasharray: 40px;
	stroke-dashoffset: 40px;
}

input[type=checkbox]:checked + .checkbox01::before {
	background: #179eed;
}

input[type=checkbox]:checked + .checkbox01 svg {
	transition: stroke-dashoffset 0.75s ease 0.22s;
	stroke-dashoffset: 0;
}

.checkbox02 {
	cursor: pointer;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: auto;
	margin-right: 18px;
	padding: 5px 0 5px 40px;
}

.checkbox02::before,
.checkbox02::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-48%);
	transform: translateY(-48%);
}

.checkbox02::before {
	display: block;
	left: 0;
	width: 33px;
	height: 10px;
	border-radius: 99px;
	background: #d6d6d6;
	transition: background 0.2s ease;
}

.checkbox02::after {
	left: 0;
	width: 18px;
	height: 18px;
	border: solid 2px #38c6aa;
	border-radius: 99px;
	background: #fff;
}

.checkbox02[for='light-green']::after {
	border: solid 2px #38c6aa;
}

input[type=checkbox]:checked + .checkbox02::after {
	left: 15px;
}

input[type=checkbox]:checked + .checkbox02:before {
	background: #38c6aa;
	transition: background 0.2s ease 0;
}

input[type=checkbox]:checked + .checkbox02[for='light-green']::before {
	background: #38c6aa;
}

/* =====================================================
 * Layout
 * ================================================== */

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

/* -----------------------------------------------------
 * Layout
 * -------------------------------------------------- */

.l-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	height: 100%;
	min-height: 100%;
	margin: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	background: #fff;
	color: #000;
	font-family: 'zen-old-mincho', serif;
	font-size: 62.5%;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.01em;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
}

.l-wrapper.active {
	opacity: 1;
}

.l-wrapper img {
	image-rendering: auto;
	shape-rendering: geometricPrecision;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.l-main {
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(268deg, #890000 -27.76%, #b90000 51.93%, #890000 139.75%);
}

#suntory_contents.sweet .l-main {
	background: #fff;
}

#suntory_contents.home .l-main {
	background: #820000;
}

.l-main-inner {
	overflow: hidden;
}

#suntory_contents.premium .l-main-inner:before {
	width: 100.5%;
	height: 90rem;
	background: url('../img/premium/mv_bg.png') no-repeat center top/cover;
}

a:not(.na):hover {
	opacity: 0.85;
	transition: opacity 0.15s ease 0s;
}

body.loadwait a:not(.na):hover {
	cursor: wait;
}

a.hasbg:hover {
	opacity: 1;
}

a.hasbg:hover .img_hasbg img {
	opacity: 0.5;
}

a.hasbg .img_hasbg {
	position: relative;
	width: 100%;
}

a.hasbg .img_hasbg:before {
	z-index: 1;
	background: #fff;
}

a.hasbg .img_hasbg img {
	position: relative;
	z-index: 4;
	width: 100%;
	transition: opacity 0.3s ease 0s;
}

.simplebar-content-wrapper {
	outline: none !important;
	border: none;
}

.simplebar-track.simplebar-vertical {
	z-index: 5;
}

html[data-os='mobile'] .simplebar-track.simplebar-vertical,
html[data-os='tablet'] .simplebar-track.simplebar-vertical {
	right: 1rem;
	width: 4px;
}

html[data-os='pc'] .simplebar-track.simplebar-vertical {
	left: 5px;
	width: 12px;
}

html[data-os='pc'] .simplebar-track.simplebar-vertical .simplebar-scrollbar {
	width: 12px;
	border-right: solid 5px rgba(0, 0, 0, 0);
	border-left: solid 5px rgba(0, 0, 0, 0);
}

html[data-os='pc'] .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	width: 2px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 30px;
	bottom: 30px;
}

.simplebar-track.simplebar-horizontal {
	height: 15px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	height: 12px;
	border-top: solid 5px rgba(0, 0, 0, 0);
	border-bottom: solid 5px rgba(0, 0, 0, 0);
}

.twitter-timeline,
.twitter-timeline-rendered {
	width: 300px;
}

.cf:after,
.cf:before {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}

/* floatクリア */

.menu:after,
.menu:before {
	content: ' ';
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

.bggradedients {
	background: linear-gradient(-60deg, #ffe934 0%, #f69549 6%, #ed3163 12.5%, #bade43 25%, #bade43 27%, #43aede 35%, #ae43de 47.5%, #de4367 60%, #de4367 70%, #ffe934 82.5%, #ffe934 87.5%, #ed3163 100%);
	background-size: 1000% 100%;
	-webkit-animation: bggradient 4s linear infinite;
	animation: bggradient 4s linear infinite;
	will-change: background;
}

#svg_template {
	display: none;
}

/* =====================================================
 * Page
 * ================================================== */

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

/* -----------------------------------------------------
 * Home
 * -------------------------------------------------- */

#debug {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000;
	pointer-events: none;
}

#debug .debug_inner {
	display: inline-flex;
	position: absolute;
	bottom: 0;
	left: 2.5rem;
	flex-direction: column;
	align-items: flex-start;
	max-width: 24rem;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	pointer-events: all;
}

#debug .debug_inner.init {
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#debug .debug_inner:not(.active) {
	-webkit-transform: translateY(calc(100% - 2em));
	transform: translateY(calc(100% - 2em));
}

#debug .debug_inner.active .debug_inner_title:before {
	content: '−';
}

#debug .debug_inner p,
#debug .debug_inner h6 {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0;
	word-break: break-all;
}

#debug .debug_inner p.debug_inner_rubi,
#debug .debug_inner h6.debug_inner_rubi {
	letter-spacing: -0.03em;
}

#debug .debug_inner_title {
	display: flex;
	align-items: baseline;
	padding: 0rem 0.8rem 0.4rem 1rem;
	border-radius: 0.6rem 0.6rem 0 0;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 1.2rem;
}

#debug .debug_inner_title:before {
	content: '+';
	display: flex;
	margin-right: 0.6rem;
}

#debug .debug_inner_title_inner {
	font-weight: 900;
}

#debug .debug_inner_reload {
	margin-left: 0.5rem;
	padding: 0 0.5rem;
}

#debug .debug_inner_reload p {
	font-size: 1.8rem;
	font-weight: normal;
}

#debug .debug_inner_txt {
	resize: vertical;
	width: 100%;
	height: 20rem;
	margin-bottom: 0.5rem;
	padding: 0.2rem 0.5rem;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 9px;
	word-break: break-all;
}

#debug .debug_inner_txt:not(.active) {
	display: none;
}

#debug .debug_inner_txt-border {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 1.5em;
	margin-top: 0.3rem;
	color: #fff;
	white-space: nowrap;
}

#debug .debug_inner_txt-border:after {
	content: '';
	display: flex;
	flex-shrink: 2;
	width: 100%;
	height: 1px;
	margin-left: 0.75rem;
	border-top: dotted 2px #fff;
	opacity: 0.3;
}

#debug .debug_inner-body {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	padding: 1rem;
	border-radius: 0 0.6rem 0 0;
	background: rgba(0, 0, 0, 0.75);
}

body:not(.event) #debug .debug_inner-body-inner {
	display: none;
}

#debug .debug_inner-body-inner-savebtn {
	display: inline-flex;
	margin-bottom: 4px;
	padding: 0.1rem 0.6rem;
	border-radius: 0.3rem;
	background: #e5f411;
	-webkit-filter: drop-shadow(0px 2px 0px rgba(255, 255, 255, 0.6));
	filter: drop-shadow(0px 2px 0px rgba(255, 255, 255, 0.6));
}

#debug .debug_inner-body-inner-savebtn p {
	color: #000;
}

#debug .debug_inner-body-inner-savebtn:hover {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-filter: drop-shadow(0px 3px 0px rgba(255, 255, 255, 0.6));
	filter: drop-shadow(0px 3px 0px rgba(255, 255, 255, 0.6));
}

#debug .debug_inner-body-inner-savebtn.clicking {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	-webkit-filter: none;
	filter: none;
}

#debug .debug_inner-body-inner-link {
	cursor: pointer;
	display: inline-flex;
	margin-bottom: 4px;
	text-decoration: underline;
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff;
}

#debug .debug_inner_rubi {
	margin-top: 0.7rem;
	font-size: 1rem;
}

#debug .debug_inner_rubi.active {
	-webkit-animation: blink 0.6s steps(1) 2;
	animation: blink 0.6s steps(1) 2;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

#debug .debug_inner input[type=checkbox]:checked + .checkbox01::before {
	background-color: #000;
}

#debug .debug_inner input[type=checkbox]:checked + .checkbox01::after {
	opacity: 1;
}

#debug .debug_inner .checkbox01 {
	z-index: 1;
	margin-right: 0.8rem;
	padding-left: 2.1rem;
}

#debug .debug_inner .checkbox01.over {
	z-index: 2;
}

#debug .debug_inner .checkbox01:before {
	width: 1.6rem;
	height: 1.6rem;
	border: solid 1px #000;
	border-radius: 0.3rem;
	background: #efefef;
	transition: none;
}

#debug .debug_inner .checkbox01:after {
	top: 0;
	bottom: 0;
	left: 0.275rem;
	width: 1rem;
	height: 0.5rem;
	margin: auto;
	border-bottom: solid 1.5px #fff;
	border-left: solid 1.5px #fff;
	opacity: 0;
	-webkit-transform: translateY(-1px) rotate(-45deg);
	transform: translateY(-1px) rotate(-45deg);
}

#debug .debug_inner .checkbox01 h7 {
	position: absolute;
	top: 0;
	left: 90%;
	width: 20rem;
	padding: 0.4rem;
	background-color: #000;
	opacity: 0;
	color: #fff;
	font-size: 1rem;
	-webkit-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
	pointer-events: none;
}

#monthpicker,
#datepicker {
	outline: none;
	margin: 0.25rem 0.7rem;
	padding: 0 0.3rem;
	border: solid 1px #000;
	background: #000;
	color: #fff;
	font-size: 1.1rem;
	-webkit-appearance: none;
}

::-webkit-calendar-picker-indicator {
	width: 1.2rem;
	height: 1.2rem;
	margin-left: 0.2rem;
	-webkit-filter: brightness(1) invert(1);
	filter: brightness(1) invert(1);
}

#debug_txts {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	pointer-events: none;
}

p {
	font-size: 1.4rem;
}

.bubble-container {
	display: none;
}

.l-header-navi {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 0;
	background-color: #fff;
	color: #000;
	font-family: 'zen-old-mincho', serif;
	font-size: 16px;
	font-size: 62.5%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.l-header-navi-inner {
	position: relative;
	width: 100%;
	max-width: 1164px;
	padding: 0 2.2rem;
}

.l-header-navi-inner-icon {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 2.8rem;
	gap: 0.7rem;
}

.l-header-navi-inner-icon span {
	display: flex;
	width: 100%;
	height: 2px;
	background-color: #bc0e19;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.l-header-navi-inner-icon span:nth-of-type(1) {
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.l-header-navi-inner-icon span:nth-of-type(3) {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.l-header-navi-inner-icon.active span:nth-of-type(1) {
	-webkit-transform: translateY(-0.3rem) rotate(42deg) scaleX(1.3);
	transform: translateY(-0.3rem) rotate(42deg) scaleX(1.3);
}

.l-header-navi-inner-icon.active span:nth-of-type(2) {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.l-header-navi-inner-icon.active span:nth-of-type(3) {
	-webkit-transform: translateY(0.3rem) rotate(-41deg) scaleX(1.3);
	transform: translateY(0.3rem) rotate(-41deg) scaleX(1.3);
}

.l-header-navi-inner-side {
	gap: 2.6rem;
}

.l-header-navi-inner-side-border {
	width: 1px;
	height: 2.3rem;
	background-color: #bc0e19;
}

.l-header-navi-inner-dropdown {
	position: relative;
}

.l-header-navi-inner-dropdown-content {
	position: absolute;
	z-index: 1000;
	top: calc(100% + 1.5px);
	right: 0;
	min-width: 31rem;
	margin: 0;
	background-color: rgba(167, 0, 0, 0.9);
	transition: -webkit-clip-path 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: clip-path 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: clip-path 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-clip-path: inset(0 0 100%);
	clip-path: inset(0 0 100%);
}

.l-header-navi-inner-dropdown-content a {
	width: 31rem;
	padding: 1.2rem;
	padding-right: 0.5rem;
	color: #fff;
	text-decoration: none;
}

.l-header-navi-inner-dropdown-content a + a {
	border-top: solid 1px #fff;
}

.l-header-navi-inner-dropbtn {
	margin-top: 1.7rem;
	padding: 0 0 1.7rem;
	color: #bc0e19;
}

.l-header-navi-inner-dropbtn h6 {
	color: #bc0e19;
}

.l-header-navi-link {
	color: #bc0e19;
}

.l-header-navi-link h6 {
	color: #bc0e19;
}

.l-header-navi-logo {
	padding: 1.5rem;
}

.l-header-navi-logo img {
	width: 16.2rem;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-header {
	position: relative;
}

#suntory_contents.premium #main .l-main-header {
	padding: 2.8rem 0 5.6rem;
}

#main .l-main-header:after {
	top: 100%;
	width: 60vw;
	height: 22.1rem;
	background: url(../img/top/bg-about.svg) repeat-x right bottom/675px;
	opacity: 0;
	-webkit-animation: fadeIn 1s linear 0.8s 1 forwards;
	animation: fadeIn 1s linear 0.8s 1 forwards;
}

#main .l-main-header-inner h2.animated {
	transition-delay: 1.2s;
	transition-duration: 1s;
}

#main .l-main-header-inner h2 span {
	font-size: 2.4rem;
}

#main .l-main-header-inner h2 + h2 {
	margin-top: -0.5rem;
}

#main .l-main-header-inner h2 + h2.animated {
	transition-delay: 1.6s;
}

#main .l-main-header-inner > .l-main-mv-inner-img-inner {
	width: 36.8rem;
}

#main .l-main-header .mod-btn-arrow {
	margin-top: 2rem;
	transition-delay: 2.3s;
}

#main .l-main-header .mod-btn-arrow.animated:after {
	transition: background 0.3s ease,-webkit-clip-path 0.5s ease 2.4s;
	transition: background 0.3s ease,clip-path 0.5s ease 2.4s;
	transition: background 0.3s ease,clip-path 0.5s ease 2.4s,-webkit-clip-path 0.5s ease 2.4s;
}

#main .l-main-body {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#main .l-main-inner {
	position: relative;
}

#main .l-main-footer {
	z-index: 3;
	width: 100%;
	padding-bottom: 4rem;
	background: url('../img/top/footer_bg.png') no-repeat center/cover;
}

#main .l-main-footer img {
	width: 28.5rem;
	margin-top: -7rem;
}

#main .l-main-footer a {
	margin-top: 1rem;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-movie {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 7.5rem 0 0;
}

#main .l-main-movie:before {
	z-index: 1;
	top: 4rem;
	left: -20rem;
	width: calc(100% + 40rem);
	height: calc(100% + 20rem);
	background: linear-gradient(268deg, #890000 -27.76%, #b90000 51.93%, #890000 139.75%);
	-webkit-filter: blur(8rem);
	filter: blur(8rem);
}

#main .l-main-movie-desc {
	margin: 1.2rem auto 0 0;
}

#main .l-main-movie-inner {
	position: relative;
	z-index: 2;
}

#main .l-main-movie-inner-bg {
	z-index: -1;
	bottom: -11rem;
	left: -11rem;
}

#main .l-main-movie .mod-movie_wrapper {
	z-index: 2;
	width: 64.6rem;
	margin-top: 1.2rem;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-mv {
	position: relative;
	margin-top: 1.8rem;
}

#main .l-main-mv-bg {
	position: absolute;
	z-index: 1;
	top: -3rem;
	bottom: 0;
	overflow: hidden;
	width: 34rem;
	height: 34rem;
	margin: auto;
	transition: opacity 0.7s ease 0.8s, -webkit-clip-path 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
	transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s, opacity 0.7s ease 0.8s;
	transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s, opacity 0.7s ease 0.8s, -webkit-clip-path 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
	-webkit-clip-path: circle(0%);
	clip-path: circle(0%);
	will-change: clip-path,opacity;
}

#main .l-main-mv-bg:after {
	width: calc(100% - 0.8rem);
	height: calc(100% - 0.8rem);
	border: solid 0.4rem #d0121b;
	border-radius: 999px;
}

#main .l-main-mv-bg.animated {
	opacity: 1;
	-webkit-clip-path: circle(50%);
	clip-path: circle(50%);
}

#main .l-main-mv-bg:before {
	width: calc(100% + 15rem);
	height: calc(100% + 11rem);
	background: url(../img/top/mv_main_bg_paturn.svg) repeat 0 0/15rem;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: bgAnim2 20s linear infinite;
	animation: bgAnim2 20s linear infinite;
	will-change: transform;
}

#main .l-main-mv-product {
	z-index: 3;
	width: 10.3rem;
	max-height: 100%;
	margin-left: -0.3rem;
	will-change: transform,opacity;
	-o-object-fit: contain;
	object-fit: contain;
}

#main .l-main-mv-title {
	width: 40.8rem;
	margin-top: 1.5rem;
	will-change: opacity;
}

#main .l-main-mv-title-img:nth-of-type(1) {
	width: 100%;
}

#main .l-main-mv-title-img:nth-of-type(1).animated {
	transition: opacity 0.8s ease 1.9s;
}

#main .l-main-mv-title-img:nth-of-type(2) {
	width: 52%;
	margin-top: 1rem;
}

#main .l-main-mv-title-img:nth-of-type(2).animated {
	transition: opacity 0.8s ease 2.2s;
}

#main .l-main-mv-inner {
	position: absolute;
	z-index: 2;
	top: 17%;
	justify-content: center;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

#main .l-main-mv-inner-img-inner {
	width: 100%;
}

#main .l-main-mv-inner-img:nth-of-type(1) {
	width: 16rem;
	margin-right: -5.5rem;
	padding-left: 4.5rem;
	-webkit-mask-image: linear-gradient(to right, #000 70%, transparent 100%);
	mask-image: linear-gradient(to right, #000 70%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 150%;
	mask-size: 150%;
	-webkit-mask-position: -25rem 0;
	mask-position: -25rem 0;
	will-change: mask;
}

#main .l-main-mv-inner-img:nth-of-type(1).animated {
	transition: -webkit-mask 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
	transition: mask 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
	transition: mask 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-mask 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
}

#main .l-main-mv-inner-img:nth-of-type(2) {
	width: 71.3rem;
	margin-top: -1.5rem;
	margin-right: -0.5rem;
	transition: opacity 1.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, -webkit-filter 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
	transition: opacity 1.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, filter 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
	transition: opacity 1.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, filter 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, -webkit-filter 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
	-webkit-transform: translateY(0) translateZ(-20px);
	transform: translateY(0) translateZ(-20px);
	-webkit-filter: blur(7px);
	filter: blur(7px);
	will-change: mask,opacity,transform;
}

#main .l-main-mv-inner-img:nth-of-type(2).animated {
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
	-webkit-filter: blur(0);
	filter: blur(0);
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-concept {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 3rem;
	padding: 7rem 0 6rem;
}

#main .l-main-concept-title {
	color: #bc0e19;
}

#main .l-main-concept-inner {
	position: relative;
	z-index: 2;
	width: calc(100% - 23.6rem);
	max-width: 710px;
	padding: 4rem 11rem 9.7rem;
}

#main .l-main-concept-inner:before {
	z-index: -1;
	top: 0;
	left: 0;
	width: 100vw;
	border-top-left-radius: 10rem;
	background: url(../img/premium/content_bg.jpg) no-repeat center/cover;
}

#main .l-main-concept-inner h2 {
	margin-top: 2rem;
	font-size: 4rem;
	line-height: 1.2;
}

#main .l-main-concept-inner h4 {
	margin-top: 1.4rem;
	line-height: 2;
}

#main .l-main-concept-inner h6 {
	margin-top: 0.3rem;
	font-size: 1.6rem;
}

#main .l-main-concept-inner-bg {
	z-index: 3;
	right: -28.5rem;
	bottom: -25rem;
}

#main .l-main-concept-img {
	width: 29.4rem;
}

#main .l-main-concept-img-wrapper {
	position: absolute;
	z-index: 4;
	bottom: -6rem;
	left: -6rem;
	padding-right: 17rem;
	padding-bottom: 2.6rem;
}

#main .l-main-concept-img-wrapper:before {
	z-index: -1;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	width: 100vw;
	height: 12rem;
	background-color: #ffeacf;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-detail {
	position: relative;
	z-index: 1;
	width: 100%;
}

#main .l-main-detail-inner {
	position: relative;
	z-index: 2;
	padding: 12.5rem 0 0;
	color: #fff;
}

#main .l-main-detail-inner > h3 {
	margin-top: 0.8rem;
	font-size: 2.6rem;
	line-height: 1.2;
}

#main .l-main-detail-list {
	width: calc(33.3333% - 4rem);
}

#main .l-main-detail-list-bg {
	z-index: -1;
	top: 9rem;
	left: 25rem;
}

#main .l-main-detail-list-under {
	margin-top: 2rem;
	padding: 0 0.9rem;
}

#main .l-main-detail-list h3 {
	letter-spacing: 0;
}

#main .l-main-detail-list h6 {
	margin-top: 1rem;
}

#main .l-main-detail-list-wrapper {
	position: relative;
	max-width: 1300px;
	margin-top: 6rem;
	gap: 4rem;
}

#main .l-main-detail-chart {
	padding: 12.3rem 8rem 0;
	background: url(../img/premium/detail_bg.svg) no-repeat 50% 95%/contain;
}

#main .l-main-detail-chart-leftxt {
	margin-top: -4rem;
}

#main .l-main-detail-chart-txt {
	position: relative;
}

#main .l-main-detail-chart-txt-wrapper {
	position: absolute;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(2) {
	top: -9.3rem;
	left: -7.3rem;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(2) .l-main-detail-chart-txt-line {
	right: 0;
	height: 15.2rem;
	transition-delay: 1.3s;
	-webkit-transform: translateX(3px) rotate(-10deg);
	transform: translateX(3px) rotate(-10deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(2) .l-main-detail-chart-txt-border {
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(2) .l-main-detail-chart-txt-border.animated {
	transition: -webkit-clip-path 0.6s ease 1.8s;
	transition: clip-path 0.6s ease 1.8s;
	transition: clip-path 0.6s ease 1.8s, -webkit-clip-path 0.6s ease 1.8s;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(2) .l-main-detail-chart-txt-txt.animated {
	transition-delay: 2s;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(3) {
	top: -2.2rem;
	left: 38rem;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(3) .l-main-detail-chart-txt-line {
	left: 0;
	height: 4.9rem;
	transition-delay: 1.7s;
	transition-duration: 0.4s;
	-webkit-transform: translateX(-1px) rotate(48deg);
	transform: translateX(-1px) rotate(48deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(3) .l-main-detail-chart-txt-border.animated {
	transition-delay: 2s;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(3) .l-main-detail-chart-txt-txt.animated {
	transition-delay: 2.5s;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(4) {
	top: 20.2rem;
	left: 70.3rem;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(4) .l-main-detail-chart-txt-line {
	left: 0;
	height: 7.4rem;
	transition-delay: 2.4s;
	transition-duration: 0.5s;
	-webkit-transform: translateY(-1px) translateX(-1px) rotate(44deg);
	transform: translateY(-1px) translateX(-1px) rotate(44deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(4) .l-main-detail-chart-txt-border.animated {
	transition-delay: 2.8s;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(4) .l-main-detail-chart-txt-txt {
	letter-spacing: -0.05em;
}

#main .l-main-detail-chart-txt-wrapper:nth-of-type(4) .l-main-detail-chart-txt-txt.animated {
	transition-delay: 2.9s;
}

#main .l-main-detail-chart-txt-line {
	position: absolute;
	width: 1.5px;
	background-color: #fff;
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

#main .l-main-detail-chart-txt-line.animated {
	transition: -webkit-clip-path 0.6s ease 1s;
	transition: clip-path 0.6s ease 1s;
	transition: clip-path 0.6s ease 1s, -webkit-clip-path 0.6s ease 1s;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

#main .l-main-detail-chart-txt-border {
	width: 102%;
	height: 1.5px;
	background-color: #fff;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

#main .l-main-detail-chart-txt-border.animated {
	transition: -webkit-clip-path 0.6s ease 2s;
	transition: clip-path 0.6s ease 2s;
	transition: clip-path 0.6s ease 2s, -webkit-clip-path 0.6s ease 2s;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

#main .l-main-detail-chart-txt-txt {
	text-align: center;
}

#main .l-main-detail-chart-img {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

#main .l-main-detail-chart-img.animated {
	transition: -webkit-clip-path 3s ease 1s;
	transition: clip-path 3s ease 1s;
	transition: clip-path 3s ease 1s, -webkit-clip-path 3s ease 1s;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

#main .l-main-detail-chart-img-frame {
	margin-left: 1.7rem;
	padding-top: 2rem;
	border-bottom: solid 1px;
	border-left: solid 1px;
}

#main .l-main-detail-chart-img-ver > h4 {
	margin-top: 1.2rem;
	margin-left: 1.7rem;
}

#main .l-main-detail-chart-img-wrapper {
	position: relative;
}

#main .l-main-detail-chart-img-wrapper > h5 {
	margin-top: 9.5rem;
}

#main .l-main-detail-chart-img-wrapper > h6 {
	position: absolute;
	bottom: 0;
	left: -3rem;
	letter-spacing: -0.05em;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-premium {
	position: relative;
	z-index: 1;
	width: 100%;
	color: #fff;
}

#main .l-main-premium-wrapper {
	margin-top: 100px;
	margin-right: -2rem;
}

#main .l-main-premium h2 {
	font-size: 4rem;
}

#main .l-main-premium > h2 {
	margin-left: 4rem;
}

#main .l-main-premium h7 {
	margin-top: 0.5rem;
}

#main .l-main-premium-inner {
	position: relative;
	z-index: 2;
	margin-top: 2rem;
	padding-right: 7rem;
	padding-bottom: 3rem;
	gap: 6px;
}

#main .l-main-premium-inner:before {
	border: solid 1px #dfc29b;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: 4rem;
	-webkit-clip-path: polygon(0% 84%, 85% 84%, 85% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 84%, 85% 84%, 85% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#main .l-main-premium-inner-ver {
	z-index: 2;
	width: 43.3rem;
}

#main .l-main-premium-inner-ver h2 {
	margin-top: 0.5rem;
}

#main .l-main-premium-inner-img {
	width: 100%;
}

#main .l-main-premium-inner-img-wrapper {
	z-index: 2;
	width: 26.5rem;
	margin-top: -11.2rem;
	margin-left: -5rem;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-product {
	position: relative;
	z-index: 1;
	z-index: 1;
	width: 100%;
	margin-top: 10rem;
	padding: 0 0 13.5rem;
}

#main .l-main-product-btn {
	position: relative;
	width: 35.5rem;
	height: 4.8rem;
	margin-right: -6rem;
	margin-left: 0;
}

#main .l-main-product-btn > div {
	width: 100%;
	min-width: 100% !important;
	min-height: none !important;
}

#main .l-main-product-btn .abgc {
	top: -9px;
	right: -9px;
}

#main .l-main-product-btn img {
	width: 100%;
	height: 100%;
}

#main .l-main-product-inner {
	position: relative;
	margin-top: 13.5rem;
	padding: 0 10rem 2.5rem;
}

#main .l-main-product-inner:before {
	z-index: -1;
	top: 0;
	left: 0;
	width: 100vw;
	border-top-left-radius: 10rem;
	border-bottom-left-radius: 10rem;
	background: url(../img/premium/content_bg.jpg) no-repeat center/cover;
}

#main .l-main-product-inner h2 {
	margin-top: 1.5rem;
	font-size: 4rem;
}

#main .l-main-product-inner h6 {
	margin-top: 2.3rem;
	margin-bottom: 1rem;
	font-weight: bold;
	line-height: 1.3;
}

#main .l-main-product-inner-bg {
	top: 16.5rem;
	left: -49rem;
}

#main .l-main-product-inner a {
	margin-right: -6rem;
	margin-left: 0;
}

#main .l-main-product-img {
	width: 25.5rem;
	margin-top: -9.5rem;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-talent {
	position: relative;
	width: 100%;
}

#main .l-main-talent-inner {
	position: relative;
	z-index: 2;
	color: #efdbc2;
	gap: 6rem;
}

#main .l-main-talent-inner-wrapper {
	position: relative;
	max-width: 83.8rem;
	margin-top: 4rem;
	gap: 8rem;
}

#main .l-main-talent-inner h3 span {
	font-size: 1.6rem;
}

#main .l-main-talent-inner h6 {
	margin-top: 2rem;
}

#main .l-main-talent-inner-bg {
	top: 21%;
	left: -34%;
}

#main .l-main-talent-img {
	z-index: 3;
	width: 30rem;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-taste {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 4.3rem 0 0;
}

#main .l-main-taste h8 {
	margin: -1.9rem auto 0 1rem;
	color: #fff;
	color: #bc0e19;
	font-weight: bold;
}

#main .l-main-taste-inner {
	position: relative;
	z-index: 2;
	padding: 3rem 2rem 2.8rem;
	background: url(../img/premium/taste_bg.svg) no-repeat center/cover;
}

#main .l-main-taste-inner > h3 {
	color: #bc0e19;
	font-size: 2.6rem;
	line-height: 1.2;
}

#main .l-main-taste-inner-side {
	margin-top: -4rem;
}

#main .l-main-taste-inner-center {
	z-index: 2;
	margin-top: -7.5rem;
	margin-right: -3.5rem;
	margin-left: -5.3rem;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

#main .l-main-taste-inner-center-img {
	width: 26.2rem;
	opacity: 0;
	-webkit-transform: translateZ(-900px) rotate(150deg);
	transform: translateZ(-900px) rotate(150deg);
}

#main .l-main-taste-inner-center-img.animated {
	opacity: 1;
	transition: opacity 1s ease 0.7s,-webkit-transform 1s ease 0.7s;
	transition: transform 1s ease 0.7s,opacity 1s ease 0.7s;
	transition: transform 1s ease 0.7s,opacity 1s ease 0.7s,-webkit-transform 1s ease 0.7s;
	-webkit-transform: none;
	transform: none;
}

#main .l-main-taste-inner-center h3 {
	position: absolute;
	margin-top: 2rem;
	color: #bc0e19;
	line-height: 1.2;
}

#main .l-main-taste-inner-ver {
	z-index: 1;
}

#main .l-main-taste-inner-ver-tit {
	z-index: 2;
	width: 14rem;
	height: 14rem;
	background-color: #bc0e19;
	color: #fff;
}

#main .l-main-taste-inner-ver-tit h3 {
	line-height: 1.2;
	letter-spacing: -0.1em;
}

#main .l-main-taste-inner-ver-tit h3 span {
	font-size: 1.4rem;
}

#main .l-main-taste-inner-ver-img {
	width: 44.1rem;
}

#main .l-main-taste-inner-ver-img-wrapper {
	position: relative;
	margin-left: 1rem;
}

#main .l-main-taste-inner-ver-img-wrapper h3 {
	position: absolute;
	right: 0;
	bottom: 3.5rem;
	left: 0;
	color: #fff;
	font-size: 2.2rem;
}

#main .l-main-taste-list {
	width: calc(50% - 1rem);
	color: #fff;
}

#main .l-main-taste-list-wrapper {
	width: 42.8rem;
	margin-top: -6.5rem;
	margin-right: 1rem;
	gap: 1.2rem 1.6rem;
}

#main .l-main-taste-list h6 {
	margin-top: 0.3rem;
	color: #bc0e19;
	line-height: 1.2;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-main-with {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-bottom: 19.5rem;
}

#main .l-main-with-bg {
	z-index: 1;
	right: -8rem;
	bottom: -11rem;
}

#main .l-main-with-inner {
	position: relative;
	z-index: 2;
	margin-top: 10rem;
	margin-bottom: 4.5rem;
	color: #fff;
}

#main .l-main-with-inner > h3 {
	margin-top: 0.6rem;
	letter-spacing: 0;
}

#main .l-main-with-inner > h4 {
	margin-top: 1.7rem;
	line-height: 1.8;
	white-space: nowrap;
}

#main .l-main-with-inner-bg {
	top: -19rem;
	left: -46rem;
}

#main .l-main-with-img {
	position: absolute;
	bottom: -37%;
	left: 50%;
	width: 22rem;
	margin-left: 29rem;
}

#main .l-main-with-list {
	overflow: hidden;
	width: 100%;
	will-change: transform;
}

#main .l-main-with-list:before {
	left: calc(50vw + 16rem);
	width: 50vw;
	background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, 0.87) 417px);
	opacity: 0;
	transition: opacity 1s ease 0.7s;
}

#main .l-main-with-list.animated:before {
	opacity: 1;
}

#main .l-main-with-list-btn {
	position: absolute;
	bottom: -5.8rem;
	left: 2rem;
	width: 4.8rem;
	height: 4.8rem;
	background: url(../img/premium/pause.svg) no-repeat center/contain;
}

#main .l-main-with-list-inner.animated {
	-webkit-animation: markeeAnim 30s linear infinite;
	animation: markeeAnim 30s linear infinite;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(1) {
	transition-delay: 150ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(2) {
	transition-delay: 300ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(3) {
	transition-delay: 450ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(4) {
	transition-delay: 600ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(5) {
	transition-delay: 750ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(6) {
	transition-delay: 900ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(7) {
	transition-delay: 1050ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(8) {
	transition-delay: 1200ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(9) {
	transition-delay: 1350ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(10) {
	transition-delay: 1500ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(11) {
	transition-delay: 1650ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(12) {
	transition-delay: 1800ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(13) {
	transition-delay: 1950ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(14) {
	transition-delay: 2100ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(15) {
	transition-delay: 2250ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(16) {
	transition-delay: 2400ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(17) {
	transition-delay: 2550ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(18) {
	transition-delay: 2700ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(19) {
	transition-delay: 2850ms;
}

#main .l-main-with-list-inner:nth-of-type(1) img:nth-child(20) {
	transition-delay: 3000ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(1) {
	transition-delay: 1150ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(2) {
	transition-delay: 1300ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(3) {
	transition-delay: 1450ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(4) {
	transition-delay: 1600ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(5) {
	transition-delay: 1750ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(6) {
	transition-delay: 1900ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(7) {
	transition-delay: 2050ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(8) {
	transition-delay: 2200ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(9) {
	transition-delay: 2350ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(10) {
	transition-delay: 2500ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(11) {
	transition-delay: 2650ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(12) {
	transition-delay: 2800ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(13) {
	transition-delay: 2950ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(14) {
	transition-delay: 3100ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(15) {
	transition-delay: 3250ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(16) {
	transition-delay: 3400ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(17) {
	transition-delay: 3550ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(18) {
	transition-delay: 3700ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(19) {
	transition-delay: 3850ms;
}

#main .l-main-with-list-inner:nth-of-type(2) img:nth-child(20) {
	transition-delay: 4000ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(1) {
	transition-delay: 2150ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(2) {
	transition-delay: 2300ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(3) {
	transition-delay: 2450ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(4) {
	transition-delay: 2600ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(5) {
	transition-delay: 2750ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(6) {
	transition-delay: 2900ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(7) {
	transition-delay: 3050ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(8) {
	transition-delay: 3200ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(9) {
	transition-delay: 3350ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(10) {
	transition-delay: 3500ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(11) {
	transition-delay: 3650ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(12) {
	transition-delay: 3800ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(13) {
	transition-delay: 3950ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(14) {
	transition-delay: 4100ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(15) {
	transition-delay: 4250ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(16) {
	transition-delay: 4400ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(17) {
	transition-delay: 4550ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(18) {
	transition-delay: 4700ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(19) {
	transition-delay: 4850ms;
}

#main .l-main-with-list-inner:nth-of-type(3) img:nth-child(20) {
	transition-delay: 5000ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(1) {
	transition-delay: 3150ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(2) {
	transition-delay: 3300ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(3) {
	transition-delay: 3450ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(4) {
	transition-delay: 3600ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(5) {
	transition-delay: 3750ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(6) {
	transition-delay: 3900ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(7) {
	transition-delay: 4050ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(8) {
	transition-delay: 4200ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(9) {
	transition-delay: 4350ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(10) {
	transition-delay: 4500ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(11) {
	transition-delay: 4650ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(12) {
	transition-delay: 4800ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(13) {
	transition-delay: 4950ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(14) {
	transition-delay: 5100ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(15) {
	transition-delay: 5250ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(16) {
	transition-delay: 5400ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(17) {
	transition-delay: 5550ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(18) {
	transition-delay: 5700ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(19) {
	transition-delay: 5850ms;
}

#main .l-main-with-list-inner:nth-of-type(4) img:nth-child(20) {
	transition-delay: 6000ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(1) {
	transition-delay: 4150ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(2) {
	transition-delay: 4300ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(3) {
	transition-delay: 4450ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(4) {
	transition-delay: 4600ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(5) {
	transition-delay: 4750ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(6) {
	transition-delay: 4900ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(7) {
	transition-delay: 5050ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(8) {
	transition-delay: 5200ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(9) {
	transition-delay: 5350ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(10) {
	transition-delay: 5500ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(11) {
	transition-delay: 5650ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(12) {
	transition-delay: 5800ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(13) {
	transition-delay: 5950ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(14) {
	transition-delay: 6100ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(15) {
	transition-delay: 6250ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(16) {
	transition-delay: 6400ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(17) {
	transition-delay: 6550ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(18) {
	transition-delay: 6700ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(19) {
	transition-delay: 6850ms;
}

#main .l-main-with-list-inner:nth-of-type(5) img:nth-child(20) {
	transition-delay: 7000ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(1) {
	transition-delay: 5150ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(2) {
	transition-delay: 5300ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(3) {
	transition-delay: 5450ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(4) {
	transition-delay: 5600ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(5) {
	transition-delay: 5750ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(6) {
	transition-delay: 5900ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(7) {
	transition-delay: 6050ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(8) {
	transition-delay: 6200ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(9) {
	transition-delay: 6350ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(10) {
	transition-delay: 6500ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(11) {
	transition-delay: 6650ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(12) {
	transition-delay: 6800ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(13) {
	transition-delay: 6950ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(14) {
	transition-delay: 7100ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(15) {
	transition-delay: 7250ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(16) {
	transition-delay: 7400ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(17) {
	transition-delay: 7550ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(18) {
	transition-delay: 7700ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(19) {
	transition-delay: 7850ms;
}

#main .l-main-with-list-inner:nth-of-type(6) img:nth-child(20) {
	transition-delay: 8000ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(1) {
	transition-delay: 6150ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(2) {
	transition-delay: 6300ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(3) {
	transition-delay: 6450ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(4) {
	transition-delay: 6600ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(5) {
	transition-delay: 6750ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(6) {
	transition-delay: 6900ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(7) {
	transition-delay: 7050ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(8) {
	transition-delay: 7200ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(9) {
	transition-delay: 7350ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(10) {
	transition-delay: 7500ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(11) {
	transition-delay: 7650ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(12) {
	transition-delay: 7800ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(13) {
	transition-delay: 7950ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(14) {
	transition-delay: 8100ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(15) {
	transition-delay: 8250ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(16) {
	transition-delay: 8400ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(17) {
	transition-delay: 8550ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(18) {
	transition-delay: 8700ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(19) {
	transition-delay: 8850ms;
}

#main .l-main-with-list-inner:nth-of-type(7) img:nth-child(20) {
	transition-delay: 9000ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(1) {
	transition-delay: 7150ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(2) {
	transition-delay: 7300ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(3) {
	transition-delay: 7450ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(4) {
	transition-delay: 7600ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(5) {
	transition-delay: 7750ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(6) {
	transition-delay: 7900ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(7) {
	transition-delay: 8050ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(8) {
	transition-delay: 8200ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(9) {
	transition-delay: 8350ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(10) {
	transition-delay: 8500ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(11) {
	transition-delay: 8650ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(12) {
	transition-delay: 8800ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(13) {
	transition-delay: 8950ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(14) {
	transition-delay: 9100ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(15) {
	transition-delay: 9250ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(16) {
	transition-delay: 9400ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(17) {
	transition-delay: 9550ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(18) {
	transition-delay: 9700ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(19) {
	transition-delay: 9850ms;
}

#main .l-main-with-list-inner:nth-of-type(8) img:nth-child(20) {
	transition-delay: 10000ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(1) {
	transition-delay: 8150ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(2) {
	transition-delay: 8300ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(3) {
	transition-delay: 8450ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(4) {
	transition-delay: 8600ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(5) {
	transition-delay: 8750ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(6) {
	transition-delay: 8900ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(7) {
	transition-delay: 9050ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(8) {
	transition-delay: 9200ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(9) {
	transition-delay: 9350ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(10) {
	transition-delay: 9500ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(11) {
	transition-delay: 9650ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(12) {
	transition-delay: 9800ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(13) {
	transition-delay: 9950ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(14) {
	transition-delay: 10100ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(15) {
	transition-delay: 10250ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(16) {
	transition-delay: 10400ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(17) {
	transition-delay: 10550ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(18) {
	transition-delay: 10700ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(19) {
	transition-delay: 10850ms;
}

#main .l-main-with-list-inner:nth-of-type(9) img:nth-child(20) {
	transition-delay: 11000ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(1) {
	transition-delay: 9150ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(2) {
	transition-delay: 9300ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(3) {
	transition-delay: 9450ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(4) {
	transition-delay: 9600ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(5) {
	transition-delay: 9750ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(6) {
	transition-delay: 9900ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(7) {
	transition-delay: 10050ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(8) {
	transition-delay: 10200ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(9) {
	transition-delay: 10350ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(10) {
	transition-delay: 10500ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(11) {
	transition-delay: 10650ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(12) {
	transition-delay: 10800ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(13) {
	transition-delay: 10950ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(14) {
	transition-delay: 11100ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(15) {
	transition-delay: 11250ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(16) {
	transition-delay: 11400ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(17) {
	transition-delay: 11550ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(18) {
	transition-delay: 11700ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(19) {
	transition-delay: 11850ms;
}

#main .l-main-with-list-inner:nth-of-type(10) img:nth-child(20) {
	transition-delay: 12000ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(1) {
	transition-delay: 10150ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(2) {
	transition-delay: 10300ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(3) {
	transition-delay: 10450ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(4) {
	transition-delay: 10600ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(5) {
	transition-delay: 10750ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(6) {
	transition-delay: 10900ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(7) {
	transition-delay: 11050ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(8) {
	transition-delay: 11200ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(9) {
	transition-delay: 11350ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(10) {
	transition-delay: 11500ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(11) {
	transition-delay: 11650ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(12) {
	transition-delay: 11800ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(13) {
	transition-delay: 11950ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(14) {
	transition-delay: 12100ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(15) {
	transition-delay: 12250ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(16) {
	transition-delay: 12400ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(17) {
	transition-delay: 12550ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(18) {
	transition-delay: 12700ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(19) {
	transition-delay: 12850ms;
}

#main .l-main-with-list-inner:nth-of-type(11) img:nth-child(20) {
	transition-delay: 13000ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(1) {
	transition-delay: 11150ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(2) {
	transition-delay: 11300ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(3) {
	transition-delay: 11450ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(4) {
	transition-delay: 11600ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(5) {
	transition-delay: 11750ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(6) {
	transition-delay: 11900ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(7) {
	transition-delay: 12050ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(8) {
	transition-delay: 12200ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(9) {
	transition-delay: 12350ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(10) {
	transition-delay: 12500ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(11) {
	transition-delay: 12650ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(12) {
	transition-delay: 12800ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(13) {
	transition-delay: 12950ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(14) {
	transition-delay: 13100ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(15) {
	transition-delay: 13250ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(16) {
	transition-delay: 13400ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(17) {
	transition-delay: 13550ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(18) {
	transition-delay: 13700ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(19) {
	transition-delay: 13850ms;
}

#main .l-main-with-list-inner:nth-of-type(12) img:nth-child(20) {
	transition-delay: 14000ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(1) {
	transition-delay: 12150ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(2) {
	transition-delay: 12300ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(3) {
	transition-delay: 12450ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(4) {
	transition-delay: 12600ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(5) {
	transition-delay: 12750ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(6) {
	transition-delay: 12900ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(7) {
	transition-delay: 13050ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(8) {
	transition-delay: 13200ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(9) {
	transition-delay: 13350ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(10) {
	transition-delay: 13500ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(11) {
	transition-delay: 13650ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(12) {
	transition-delay: 13800ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(13) {
	transition-delay: 13950ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(14) {
	transition-delay: 14100ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(15) {
	transition-delay: 14250ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(16) {
	transition-delay: 14400ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(17) {
	transition-delay: 14550ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(18) {
	transition-delay: 14700ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(19) {
	transition-delay: 14850ms;
}

#main .l-main-with-list-inner:nth-of-type(13) img:nth-child(20) {
	transition-delay: 15000ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(1) {
	transition-delay: 13150ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(2) {
	transition-delay: 13300ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(3) {
	transition-delay: 13450ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(4) {
	transition-delay: 13600ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(5) {
	transition-delay: 13750ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(6) {
	transition-delay: 13900ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(7) {
	transition-delay: 14050ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(8) {
	transition-delay: 14200ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(9) {
	transition-delay: 14350ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(10) {
	transition-delay: 14500ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(11) {
	transition-delay: 14650ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(12) {
	transition-delay: 14800ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(13) {
	transition-delay: 14950ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(14) {
	transition-delay: 15100ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(15) {
	transition-delay: 15250ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(16) {
	transition-delay: 15400ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(17) {
	transition-delay: 15550ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(18) {
	transition-delay: 15700ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(19) {
	transition-delay: 15850ms;
}

#main .l-main-with-list-inner:nth-of-type(14) img:nth-child(20) {
	transition-delay: 16000ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(1) {
	transition-delay: 14150ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(2) {
	transition-delay: 14300ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(3) {
	transition-delay: 14450ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(4) {
	transition-delay: 14600ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(5) {
	transition-delay: 14750ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(6) {
	transition-delay: 14900ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(7) {
	transition-delay: 15050ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(8) {
	transition-delay: 15200ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(9) {
	transition-delay: 15350ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(10) {
	transition-delay: 15500ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(11) {
	transition-delay: 15650ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(12) {
	transition-delay: 15800ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(13) {
	transition-delay: 15950ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(14) {
	transition-delay: 16100ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(15) {
	transition-delay: 16250ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(16) {
	transition-delay: 16400ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(17) {
	transition-delay: 16550ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(18) {
	transition-delay: 16700ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(19) {
	transition-delay: 16850ms;
}

#main .l-main-with-list-inner:nth-of-type(15) img:nth-child(20) {
	transition-delay: 17000ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(1) {
	transition-delay: 15150ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(2) {
	transition-delay: 15300ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(3) {
	transition-delay: 15450ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(4) {
	transition-delay: 15600ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(5) {
	transition-delay: 15750ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(6) {
	transition-delay: 15900ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(7) {
	transition-delay: 16050ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(8) {
	transition-delay: 16200ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(9) {
	transition-delay: 16350ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(10) {
	transition-delay: 16500ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(11) {
	transition-delay: 16650ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(12) {
	transition-delay: 16800ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(13) {
	transition-delay: 16950ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(14) {
	transition-delay: 17100ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(15) {
	transition-delay: 17250ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(16) {
	transition-delay: 17400ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(17) {
	transition-delay: 17550ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(18) {
	transition-delay: 17700ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(19) {
	transition-delay: 17850ms;
}

#main .l-main-with-list-inner:nth-of-type(16) img:nth-child(20) {
	transition-delay: 18000ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(1) {
	transition-delay: 16150ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(2) {
	transition-delay: 16300ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(3) {
	transition-delay: 16450ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(4) {
	transition-delay: 16600ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(5) {
	transition-delay: 16750ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(6) {
	transition-delay: 16900ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(7) {
	transition-delay: 17050ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(8) {
	transition-delay: 17200ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(9) {
	transition-delay: 17350ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(10) {
	transition-delay: 17500ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(11) {
	transition-delay: 17650ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(12) {
	transition-delay: 17800ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(13) {
	transition-delay: 17950ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(14) {
	transition-delay: 18100ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(15) {
	transition-delay: 18250ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(16) {
	transition-delay: 18400ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(17) {
	transition-delay: 18550ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(18) {
	transition-delay: 18700ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(19) {
	transition-delay: 18850ms;
}

#main .l-main-with-list-inner:nth-of-type(17) img:nth-child(20) {
	transition-delay: 19000ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(1) {
	transition-delay: 17150ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(2) {
	transition-delay: 17300ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(3) {
	transition-delay: 17450ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(4) {
	transition-delay: 17600ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(5) {
	transition-delay: 17750ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(6) {
	transition-delay: 17900ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(7) {
	transition-delay: 18050ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(8) {
	transition-delay: 18200ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(9) {
	transition-delay: 18350ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(10) {
	transition-delay: 18500ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(11) {
	transition-delay: 18650ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(12) {
	transition-delay: 18800ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(13) {
	transition-delay: 18950ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(14) {
	transition-delay: 19100ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(15) {
	transition-delay: 19250ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(16) {
	transition-delay: 19400ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(17) {
	transition-delay: 19550ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(18) {
	transition-delay: 19700ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(19) {
	transition-delay: 19850ms;
}

#main .l-main-with-list-inner:nth-of-type(18) img:nth-child(20) {
	transition-delay: 20000ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(1) {
	transition-delay: 18150ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(2) {
	transition-delay: 18300ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(3) {
	transition-delay: 18450ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(4) {
	transition-delay: 18600ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(5) {
	transition-delay: 18750ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(6) {
	transition-delay: 18900ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(7) {
	transition-delay: 19050ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(8) {
	transition-delay: 19200ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(9) {
	transition-delay: 19350ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(10) {
	transition-delay: 19500ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(11) {
	transition-delay: 19650ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(12) {
	transition-delay: 19800ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(13) {
	transition-delay: 19950ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(14) {
	transition-delay: 20100ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(15) {
	transition-delay: 20250ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(16) {
	transition-delay: 20400ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(17) {
	transition-delay: 20550ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(18) {
	transition-delay: 20700ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(19) {
	transition-delay: 20850ms;
}

#main .l-main-with-list-inner:nth-of-type(19) img:nth-child(20) {
	transition-delay: 21000ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(1) {
	transition-delay: 19150ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(2) {
	transition-delay: 19300ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(3) {
	transition-delay: 19450ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(4) {
	transition-delay: 19600ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(5) {
	transition-delay: 19750ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(6) {
	transition-delay: 19900ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(7) {
	transition-delay: 20050ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(8) {
	transition-delay: 20200ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(9) {
	transition-delay: 20350ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(10) {
	transition-delay: 20500ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(11) {
	transition-delay: 20650ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(12) {
	transition-delay: 20800ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(13) {
	transition-delay: 20950ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(14) {
	transition-delay: 21100ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(15) {
	transition-delay: 21250ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(16) {
	transition-delay: 21400ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(17) {
	transition-delay: 21550ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(18) {
	transition-delay: 21700ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(19) {
	transition-delay: 21850ms;
}

#main .l-main-with-list-inner:nth-of-type(20) img:nth-child(20) {
	transition-delay: 22000ms;
}

#main .l-main-with-list-img {
	width: 14.28571429vw;
	min-width: 28rem;
	transition-duration: 1s;
}

#main .l-main-with-list-wrapper {
	position: relative;
	z-index: 2;
	width: 100vw;
}

#main .l-main-with-list-wrapper.play .l-main-with-list-btn {
	background: url(../img/premium/play.svg) no-repeat center/contain;
}

#main .l-main-with-list-wrapper.play .l-main-with-list-inner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-sweet-section #div-gpt-ad-1469518796001-0-1,
#main .l-sweet-section #div-gpt-ad-1469518796001-0-2,
#main .l-sweet-section #div-gpt-ad-1469518796001-0-3 {
	position: relative;
	width: 20.2rem;
	height: 3.9rem;
}

#main .l-sweet-section #div-gpt-ad-1469518796001-0-1 img,
#main .l-sweet-section #div-gpt-ad-1469518796001-0-2 img,
#main .l-sweet-section #div-gpt-ad-1469518796001-0-3 img {
	width: 100%;
	height: 100%;
}

#main .l-sweet-section #div-gpt-ad-1469518796001-0-1 .abgc,
#main .l-sweet-section #div-gpt-ad-1469518796001-0-2 .abgc,
#main .l-sweet-section #div-gpt-ad-1469518796001-0-3 .abgc {
	top: 0;
	right: -15px;
}

#main .l-sweet-section-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(../img/sweet/bg.jpg) no-repeat 50% 50%/cover;
}

#main .l-sweet-section-wrapper:not(:first-child):before {
	height: 4.3rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}

#main .l-sweet-section-wrapper .l-sweet-section-title {
	flex-shrink: 0;
	width: 40.6rem;
	height: 40.6rem;
	background-color: #bc0e19;
	color: #fff;
	-webkit-clip-path: circle(49%);
	clip-path: circle(49%);
}

#main .l-sweet-section-wrapper#mv {
	padding: 3.4rem 0 1.4rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-title,
#main .l-sweet-section-wrapper#howto .l-sweet-section-title,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-title {
	margin-top: -12.5rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-title h2,
#main .l-sweet-section-wrapper#howto .l-sweet-section-title h2,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-title h2 {
	margin-top: 7rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-title h4,
#main .l-sweet-section-wrapper#howto .l-sweet-section-title h4,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-title h4 {
	margin-top: 0.5rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-title-wrapper,
#main .l-sweet-section-wrapper#howto .l-sweet-section-title-wrapper,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper {
	margin-right: 6rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-title-wrapper > h2,
#main .l-sweet-section-wrapper#howto .l-sweet-section-title-wrapper > h2,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper > h2 {
	margin-top: 12rem;
	margin-left: 6.3rem;
	color: #bc0e19;
	font-size: 3rem;
	line-height: 1.7em;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-body,
#main .l-sweet-section-wrapper#howto .l-sweet-section-body,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body {
	margin-top: 3.5rem;
	margin-left: 11.5rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-body + .l-sweet-section-body,
#main .l-sweet-section-wrapper#howto .l-sweet-section-body + .l-sweet-section-body,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body + .l-sweet-section-body {
	margin-top: 6rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-body-inner > h6,
#main .l-sweet-section-wrapper#howto .l-sweet-section-body-inner > h6,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner > h6 {
	max-width: 63rem;
	margin-top: 1.2rem;
	line-height: 1.8em;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-body-img,
#main .l-sweet-section-wrapper#howto .l-sweet-section-body-img,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-img {
	width: 23.1rem;
	margin-left: 3.2rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-body-bg-img.ad-2,
#main .l-sweet-section-wrapper#howto .l-sweet-section-body-bg-img.ad-2,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-bg-img.ad-2 {
	margin-top: -12.5rem;
	margin-left: -18rem;
}

#main .l-sweet-section-wrapper#about .l-sweet-section-body-bg-img.ad-3,
#main .l-sweet-section-wrapper#howto .l-sweet-section-body-bg-img.ad-3,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-bg-img.ad-3 {
	margin-top: 14.5rem;
	margin-left: 15rem;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-title {
	margin-top: -18.2rem;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-title h2 {
	margin-top: 12rem;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-title h4 {
	margin-top: 0.5rem;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-title-wrapper {
	margin-right: 3rem;
	margin-left: auto;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-title-wrapper > h2 {
	margin-bottom: 0.8rem;
	margin-left: 6.3rem;
	color: #bc0e19;
	font-size: 3rem;
	line-height: 1.7em;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-body {
	margin-top: 3.5rem;
	margin-left: 11.5rem;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-body + .l-sweet-section-body {
	margin-top: 6rem;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-body-img {
	width: 23.1rem;
	margin-left: 3.2rem;
}

#main .l-sweet-section-wrapper#lineup .l-sweet-section-body-bg-img.ad-2 {
	margin-top: -21.25rem;
	margin-left: -20rem;
}

#main .l-sweet-section-wrapper#howto,
#main .l-sweet-section-wrapper#recipe {
	padding-bottom: 10rem;
}

#main .l-sweet-section-wrapper#howto .l-sweet-section-title h2,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-title h2 {
	margin-top: 9.5rem;
}

#main .l-sweet-section-wrapper#howto .l-sweet-section-title-wrapper,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper {
	margin-right: 6rem;
}

#main .l-sweet-section-wrapper#howto .l-sweet-section-body,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body {
	position: relative;
	margin-top: 5.5em;
	margin-left: 13.5rem;
}

#main .l-sweet-section-wrapper#howto .l-sweet-section-body-img,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-img {
	position: absolute;
	top: 4.5rem;
	left: -25.5rem;
	margin-left: 0;
}

#main .l-sweet-section-wrapper#howto .l-sweet-section-body-inner a,
#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner a {
	margin: 2rem 0 0 auto;
}

#main .l-sweet-section-wrapper#recipe .l-sweet-section-title h2 {
	margin-top: 15rem;
}

#main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper {
	margin-right: 0;
	margin-left: 15rem;
}

#main .l-sweet-section-wrapper#recipe .l-sweet-section-body {
	position: relative;
	margin-top: 5.5em;
	margin-right: 18rem;
	margin-left: 0;
}

#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-img {
	position: absolute;
	top: 2.6rem;
	right: -34.5rem;
	left: auto;
	margin-left: 0;
}

#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-bg-img {
	position: absolute;
	top: 0;
}

#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-bg-img.ad-2 {
	margin-top: 6.6rem;
}

#main .l-sweet-section-product {
	margin-left: 7rem;
	gap: 1.6rem;
}

#main .l-sweet-section-product-img {
	width: 10.3rem;
	transition: opacity 0.8s ease 0.6s,-webkit-transform 0.7s ease 0.6s;
	transition: opacity 0.8s ease 0.6s,transform 0.7s ease 0.6s;
	transition: opacity 0.8s ease 0.6s,transform 0.7s ease 0.6s,-webkit-transform 0.7s ease 0.6s;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

#main .l-sweet-section-product-img.animated {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#main .l-sweet-section-product-img:nth-of-type(2) {
	transition-delay: 1.2s;
}

#main .l-sweet-section-product-img:nth-of-type(1) {
	width: 10.5rem;
	margin-bottom: -0.2rem;
	transition-delay: 1s;
}

#main .l-sweet-section-mv {
	gap: 4.4rem;
}

#main .l-sweet-section-mv-title {
	width: 67.3rem;
	margin-top: 1.1rem;
}

#main .l-sweet-section-mv-title-inner {
	overflow: hidden;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(1) {
	width: 8.46691%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(2) {
	width: 14.91297%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(3) {
	width: 16.12709%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(4) {
	width: 11.20429%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(5) {
	width: 13.16244%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(6) {
	width: 14.70435%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(7) {
	width: 11.11929%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(1).animated {
	transition-delay: 0.2s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(2).animated {
	transition-delay: 0.25s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(3).animated {
	transition-delay: 0.3s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(4).animated {
	transition-delay: 0.35s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(5).animated {
	transition-delay: 0.4s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(6).animated {
	transition-delay: 0.45s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(7).animated {
	transition-delay: 0.5s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(8).animated {
	transition-delay: 0.55s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(9).animated {
	transition-delay: 0.6s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(10).animated {
	transition-delay: 0.65s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(11).animated {
	transition-delay: 0.7s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(12).animated {
	transition-delay: 0.75s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(13).animated {
	transition-delay: 0.8s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(14).animated {
	transition-delay: 0.85s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(15).animated {
	transition-delay: 0.9s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(16).animated {
	transition-delay: 0.95s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(17).animated {
	transition-delay: 1s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(18).animated {
	transition-delay: 1.05s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(19).animated {
	transition-delay: 1.1s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(20).animated {
	transition-delay: 1.15s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(3) {
	transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s !important;
	transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s !important;
	transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s !important;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 55%;
	transform-origin: 50% 55%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(1) img:nth-of-type(3).animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(1) {
	width: 14.16351%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(2) {
	width: 13.77259%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(3) {
	width: 13.00883%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(4) {
	width: 13.4149%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(5) {
	width: 7.70866%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(6) {
	width: 10.68043%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(1).animated {
	transition-delay: 0.5s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(2).animated {
	transition-delay: 0.55s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(3).animated {
	transition-delay: 0.6s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(4).animated {
	transition-delay: 0.65s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(5).animated {
	transition-delay: 0.7s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(6).animated {
	transition-delay: 0.75s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(7).animated {
	transition-delay: 0.8s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(8).animated {
	transition-delay: 0.85s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(9).animated {
	transition-delay: 0.9s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(10).animated {
	transition-delay: 0.95s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(11).animated {
	transition-delay: 1s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(12).animated {
	transition-delay: 1.05s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(13).animated {
	transition-delay: 1.1s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(14).animated {
	transition-delay: 1.15s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(15).animated {
	transition-delay: 1.2s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(16).animated {
	transition-delay: 1.25s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(17).animated {
	transition-delay: 1.3s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(18).animated {
	transition-delay: 1.35s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(19).animated {
	transition-delay: 1.4s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(20).animated {
	transition-delay: 1.45s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(2) img:nth-of-type(5) {
	margin-left: -1.6%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(1) {
	width: 12.64123%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(2) {
	width: 14.39988%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(3) {
	width: 12.26593%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(4) {
	width: 12.46453%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(5) {
	width: 13.04596%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(6) {
	width: 11.83802%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(7) {
	width: 13.35285%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(8) {
	width: 9.99158%;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(1).animated {
	transition-delay: 1.2s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(2).animated {
	transition-delay: 1.25s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(3).animated {
	transition-delay: 1.3s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(4).animated {
	transition-delay: 1.35s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(5).animated {
	transition-delay: 1.4s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(6).animated {
	transition-delay: 1.45s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(7).animated {
	transition-delay: 1.5s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(8).animated {
	transition-delay: 1.55s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(9).animated {
	transition-delay: 1.6s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(10).animated {
	transition-delay: 1.65s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(11).animated {
	transition-delay: 1.7s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(12).animated {
	transition-delay: 1.75s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(13).animated {
	transition-delay: 1.8s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(14).animated {
	transition-delay: 1.85s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(15).animated {
	transition-delay: 1.9s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(16).animated {
	transition-delay: 1.95s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(17).animated {
	transition-delay: 2s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(18).animated {
	transition-delay: 2.05s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(19).animated {
	transition-delay: 2.1s;
}

#main .l-sweet-section-mv-title-inner:nth-of-type(3) img:nth-of-type(20).animated {
	transition-delay: 2.15s;
}

#main .l-sweet-section-mv-title-img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

#main .l-sweet-section-mv-title-img.animated {
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
	-webkit-transform: translateY(0.1px);
	transform: translateY(0.1px);
}

#main .l-sweet-section-mv-img {
	margin-right: 9.6rem;
	transition-delay: 0.8s;
}

#main .l-sweet-section-body-inner {
	z-index: 2;
}

#main .l-sweet-section-body-inner > h2 {
	z-index: 2;
}

#main .l-sweet-section-body-bg-img {
	position: absolute;
	z-index: 1;
	width: 22.6rem;
}

#main .l-sweet-section-body-img {
	position: relative;
	z-index: 2;
}

#main .l-sweet-section-body h2 {
	color: #bc0e19;
}

#main .l-sweet-section-body-product {
	flex-shrink: 0;
	margin-top: -10.5rem;
	gap: 1.8rem;
}

#main .l-sweet-section-body-product-wrapper {
	margin-top: 3.5rem;
	margin-right: 10rem;
	padding: 0 10.6rem 5.8rem;
	border-top-left-radius: 2.5rem;
	border-top-right-radius: 2.5rem;
	background-color: #fff;
	gap: 5.5rem;
}

#main .l-sweet-section-body-product h6 {
	line-height: 1.4em;
}

#main .l-sweet-section-body-product:nth-of-type(1) .l-sweet-section-body-product-img {
	width: 13.3rem;
}

#main .l-sweet-section-body-product:nth-of-type(2) .l-sweet-section-body-product-img {
	width: 16.3rem;
}

#main .l-sweet-section-body-product:nth-of-type(3) .l-sweet-section-body-product-img {
	width: 7.1rem;
}

#main .l-sweet-section-body-product-img {
	margin-bottom: 2rem;
}

#main .l-sweet-section-title h2 {
	text-align: center;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#suntory_contents #main .l-top-about,
#suntory_contents #main .l-top-history {
	z-index: 3;
	padding: 15rem 0 0;
	color: #dfc29b;
}

#suntory_contents #main .l-top-about h1,
#suntory_contents #main .l-top-history h1 {
	margin-left: -1.8rem;
}

#suntory_contents #main .l-top-about h3,
#suntory_contents #main .l-top-history h3 {
	margin-top: 3rem;
}

#suntory_contents #main .l-top-about .l-top-bg,
#suntory_contents #main .l-top-history .l-top-bg {
	top: -19rem;
	left: -7rem;
}

#suntory_contents #main .l-top-about-inner {
	position: relative;
	margin-left: 4rem;
	padding: 5rem 14rem;
	gap: 3rem;
}

#suntory_contents #main .l-top-about-inner:before {
	border-radius: 10rem 0 0 10rem;
}

#suntory_contents #main .l-top-about-left {
	z-index: 2;
	margin-right: 2.5rem;
}

#suntory_contents #main .l-top-about-right {
	z-index: 2;
	flex-shrink: 0;
	width: 30rem;
	height: 30rem;
	border-radius: 1rem;
	background: url(../img/premium/content_bg.jpg);
}

#suntory_contents #main .l-top-about-right-circle {
	position: relative;
	width: 63%;
	height: 63%;
	margin-top: 10%;
	-webkit-clip-path: circle(50%);
	clip-path: circle(50%);
}

#suntory_contents #main .l-top-about-right-circle:before {
	width: calc(100% + 9.5rem);
	height: calc(100% + 11rem);
	background: url(../img/top/mv_main_bg_paturn.svg) repeat 0 0/9.5rem;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: bgAnim2_top 20s linear infinite;
	animation: bgAnim2_top 20s linear infinite;
	will-change: transform;
}

#suntory_contents #main .l-top-about-right-title {
	width: 67%;
	margin-top: 4.5%;
	margin-left: 1%;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-top-bg {
	position: absolute;
	z-index: -1;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#suntory_contents #main .l-top-history {
	position: relative;
	z-index: 2;
	padding-top: 10rem;
}

#suntory_contents #main .l-top-history .l-top-bg {
	top: -13rem;
	right: -8rem;
	left: auto;
}

#suntory_contents #main .l-top-history-bg {
	top: -3rem;
	left: 64rem;
	width: 50vw;
	height: 29.1rem;
	background: url(../img/top/bg-history.svg) repeat-x left top/485px;
}

#suntory_contents #main .l-top-history-inner {
	position: relative;
	padding: 5rem 11.6rem 3.5rem 0;
	gap: 3rem;
}

#suntory_contents #main .l-top-history-inner:before {
	right: 0;
	left: auto;
	border-radius: 0 10rem 10rem 0;
}

#suntory_contents #main .l-top-history-left {
	z-index: 2;
	margin-top: 7rem;
	margin-right: 4rem;
}

#suntory_contents #main .l-top-history-left-img {
	height: 23.6rem;
	margin-right: -1.5rem;
}

#suntory_contents #main .l-top-history-left-img:nth-of-type(1) {
	margin-right: 0.6rem;
}

#suntory_contents #main .l-top-history-left-product {
	width: 8.7362rem;
	margin-top: -3.5rem;
}

#suntory_contents #main .l-top-history-right {
	z-index: 2;
}

#suntory_contents #main .l-top-history-right h3 {
	margin-top: 2rem;
}

#suntory_contents #main .l-top-history-right a {
	margin-top: 2rem;
	margin-left: 0;
}

#suntory_contents #main .l-top-history-right a.animated:not(:hover):after {
	transition: background 0.3s ease,-webkit-clip-path 0.5s ease 1.6s;
	transition: background 0.3s ease,clip-path 0.5s ease 1.6s;
	transition: background 0.3s ease,clip-path 0.5s ease 1.6s,-webkit-clip-path 0.5s ease 1.6s;
}

#suntory_contents #main .l-top-history-right a h3 {
	margin-top: 0;
	font-size: 2.4rem;
	text-indent: -0.4em;
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#suntory_contents #main .l-top-lineup {
	z-index: 10;
	margin-bottom: 10rem;
	padding: 10.2rem 0 0;
	color: #dfc29b;
}

#suntory_contents #main .l-top-lineup h1 {
	z-index: 3;
	width: 100%;
	margin-bottom: -1rem;
}

#suntory_contents #main .l-top-lineup-inner {
	position: relative;
	padding: 5rem 7.5rem 2.8rem;
	gap: 4rem;
}

#suntory_contents #main .l-top-lineup-inner:before {
	z-index: 2;
	width: 100%;
	border-radius: 10rem 10rem 0 0;
	background: linear-gradient(68deg, #9d0000 65.6%, #720000 97.01%);
}

#suntory_contents #main .l-top-lineup .l-top-lineup-bg:nth-of-type(1) {
	top: -5rem;
	right: 63%;
	width: 50vw;
	height: 37.2rem;
	background: url(../img/top/bg-lineup-1.svg) repeat-x right top/485px;
}

#suntory_contents #main .l-top-lineup .l-top-lineup-bg:nth-of-type(2) {
	top: 42.5rem;
	left: 100%;
	width: 50vw;
	height: 49.6rem;
	background: url(../img/top/bg-lineup-2.svg) repeat-x right top/37.2rem;
}

#suntory_contents #main .l-top-lineup .l-top-lineup-bg:nth-of-type(3) {
	top: 87.3rem;
	right: 100%;
	width: 50vw;
	height: 67.5rem;
	background: url(../img/top/bg-lineup-3.svg) repeat-x right top/27.1rem;
	-webkit-transform: translateX(10rem);
	transform: translateX(10rem);
}

#suntory_contents #main .l-top-lineup .l-top-lineup-bg:nth-of-type(4) {
	right: 50%;
	bottom: -14rem;
	width: 50vw;
	height: 29.1rem;
	background: url(../img/top/bg-lineup-4.svg) repeat-x right top/48.511rem;
	-webkit-transform: translateX(-10rem);
	transform: translateX(-10rem);
}

#suntory_contents #main .l-top-lineup .mod-btn-arrow {
	margin-top: 1.4rem;
	margin-left: 0;
}

#suntory_contents #main .l-top-lineup-list {
	max-width: 100%;
	margin-top: 11rem;
	gap: 4rem;
}

#suntory_contents #main .l-top-lineup-list h5 {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.2;
}

#suntory_contents #main .l-top-lineup-list-wrapper {
	z-index: 2;
	margin-bottom: 4.5rem;
}

#suntory_contents #main .l-top-lineup-list-wrapper.clicked {
	z-index: 3;
}

#suntory_contents #main .l-top-lineup-list-wrapper [id^='div-gpt-ad-1469518796001'] {
	position: relative;
}

#suntory_contents #main .l-top-lineup-list-wrapper [id^='div-gpt-ad-1469518796001'] .GoogleActiveViewInnerContainer + div {
	position: absolute;
	top: 0;
	left: 0;
}

#suntory_contents #main .l-top-lineup-list-wrapper [id^='div-gpt-ad-1469518796001'] img {
	width: 215px !important;
	height: 22px !important;
	margin: 0 !important;
}

#suntory_contents #main .l-top-lineup-list-wrapper > h3 {
	font-size: 2.6rem;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(1) img {
	width: 10.4rem;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list-inner h5 {
	margin-bottom: 8px;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list-inner:nth-of-type(odd) h5 {
	margin-bottom: 30px;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list-inner:nth-of-type(1) img {
	width: 12.4063rem;
	margin-top: -9.3rem;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list-inner:nth-of-type(2) img {
	width: 13.6763rem;
	margin-top: -10rem;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list-inner:nth-of-type(3) img {
	width: 6.6rem;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(3) .l-top-lineup-list {
	margin-top: 5rem;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(3) .l-top-lineup-list-inner:nth-of-type(1) img {
	width: 10.25rem;
	margin-top: -4rem;
}

#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(3) .l-top-lineup-list-inner:nth-of-type(2) img {
	width: 7.85rem;
	margin-top: -6.1rem;
}

#suntory_contents #main .l-top-lineup-list-img-wrapper {
	position: relative;
	width: 22rem;
	height: 22rem;
}

#suntory_contents #main .l-top-lineup-list-img-wrapper img {
	z-index: 2;
	width: 10.4rem;
	margin-top: -8rem;
}

#suntory_contents #main .l-top-lineup-list-img-wrapper:before {
	background: #ffeacf;
	-webkit-clip-path: circle(0%);
	clip-path: circle(0%);
}

#suntory_contents #main .l-top-lineup-list-img-wrapper.animated:before {
	transition: -webkit-clip-path 0.5s ease 0.7s;
	transition: clip-path 0.5s ease 0.7s;
	transition: clip-path 0.5s ease 0.7s, -webkit-clip-path 0.5s ease 0.7s;
	-webkit-clip-path: circle(50%);
	clip-path: circle(50%);
}

html[data-os='pc'] .only-pc-hide {
	display: none;
}

html[data-os='tablet'] .only-pc-show,
html[data-os='mobile'] .only-pc-show {
	display: none;
}

.pc-hover:hover,
.hasunderline_link:hover {
	opacity: 1 !important;
	color: #bc0e19;
}

.pc-hover:hover img,
.hasunderline_link:hover img {
	opacity: 0.85;
}

.pc-hover:hover .hasunderline,
.hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent calc(100% - 1px), #bc0e19 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #bc0e19 0%);
}

.pc-hover:hover .mod-thumb,
.hasunderline_link:hover .mod-thumb {
	opacity: 0.8;
}

.pc-hover-bg {
	transition: background 0.2s;
}

.pc-hover-bg:hover {
	background: #f2f2f2;
	opacity: 1 !important;
}

.pc-hover-bg:hover img {
	opacity: 0.85;
}

#main .l-top-mv {
	z-index: 2;
	width: 100%;
	height: 100%;
}

#main .l-top-mv-main-img {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	transition-duration: 1.5s;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 78% 60%;
	object-position: 78% 60%;
}

#main .l-top-mv-txt {
	width: 10.4rem;
}

#main .l-top-mv-txt-wrapper {
	margin-top: 2rem;
}

#main .l-top-mv-inner {
	width: 100%;
	max-width: 1600px;
	height: calc(100% - 4rem);
	margin: auto;
	padding: 4rem 4rem 0 5.5rem;
}

#main .l-top-mv-btm {
	margin-top: auto;
	margin-bottom: -8.5rem;
	margin-left: auto;
	color: #e0c39c;
}

#main .l-top-mv-btm h2 {
	font-size: 3.6rem;
	text-align: right;
}

#main .l-top-mv-btm h2:nth-of-type(2) {
	margin-top: -1rem;
	font-size: 4.8rem;
}

#main .l-top-mv-right > img {
	width: 4.5rem;
	margin-top: 5rem;
}

#main .l-top-mv-right > img:nth-of-type(1) {
	width: 2rem;
	margin-top: 3rem;
}

#main .l-top-mv-right-ver {
	margin: 0 3.4rem 0  4rem;
	margin-top: auto;
}

#main .l-top-mv-right-ver img:nth-of-type(2) {
	width: 16.5rem;
	margin-top: 1.7rem;
}

#main .l-top-header-inner {
	position: relative;
	width: 100%;
	height: 695px;
	background: url(../img/top/mv_bg.jpg) repeat-x top left/44px;
}

@media print, screen and (min-width: 920px) {
	.is-tb-show {
		display: none !important;
	}
}

@media print, screen and (min-width: 921px) {
	.is-pc-hide {
		display: none !important;
	}

	.is-pctb-hide {
		display: none !important;
	}

	.is-pc-show {
		display: block !important;
	}

	.is-br-pc-show {
		display: inline-block !important;
	}

	.check-media {
		display: none;
	}

	.mod-btn-arrow:hover:has(h3):not(.min):after {
		background-position-x: 2.5rem;
	}

	.mod-btn-arrow:hover.min:after {
		background-position-x: 1.8rem;
	}

	.mod-btn-arrow:has(h3):not(.min):after {
		width: 7rem;
		height: 7rem;
		background-position-x: 2.2rem;
		background-size: 2.8rem;
	}

	.backtotop.cirle-arrow-wrapper {
		margin-top: 72px;
	}

	a.btn-view_more .has-triangle,
  a.backtotop .has-triangle {
		transition: margin-left 0.3s ease;
		will-change: margin-left;
	}

	.close:not(.bg) span {
		transition: opacity 0.2s;
	}

	html[data-os='pc'] .l-main .l-main-inner .to-top:hover {
		background: #bc0e19;
	}

	html[data-os='pc'] .l-main .l-main-inner .to-top:hover span {
		-webkit-transform: translateY(3px) rotate(-45deg);
		transform: translateY(3px) rotate(-45deg);
	}

	.l-main .l-main-inner .to-top.clicking {
		background: #bc0e19;
	}

	.l-main .l-main-inner .to-top.clicking span {
		-webkit-transform: translateY(3px) rotate(-45deg);
		transform: translateY(3px) rotate(-45deg);
	}

	.mod-number-extend li:before {
		margin-right: 2px;
		margin-left: 1px;
	}

	body:not(.ie11) .clip-txts {
		-webkit-box-orient: vertical;
	}

	body:not(.ie11) .clip-txts[data-height='2'] {
		-webkit-line-clamp: 2;
	}

	body:not(.ie11) .clip-txts[data-height='3'] {
		-webkit-line-clamp: 3;
	}

	body:not(.ie11) .clip-txts[data-height='4'] {
		-webkit-line-clamp: 4;
	}

	.breadthumbs li {
		display: inline;
	}

	a.tag.animated {
		transition: -webkit-transform 0.2s cubic-bezier(0.36, 0.01, 0.26, 1) 0s;
		transition: transform 0.2s cubic-bezier(0.36, 0.01, 0.26, 1) 0s;
		transition: transform 0.2s cubic-bezier(0.36, 0.01, 0.26, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.36, 0.01, 0.26, 1) 0s;
	}

	.next-arrow.animated .next_arrow_st:nth-child(1) {
		transition-delay: 1460ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(2) {
		transition-delay: 1420ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(3) {
		transition-delay: 1380ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(4) {
		transition-delay: 1340ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(5) {
		transition-delay: 1300ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(6) {
		transition-delay: 1260ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(7) {
		transition-delay: 1220ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(8) {
		transition-delay: 1180ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(9) {
		transition-delay: 1140ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(10) {
		transition-delay: 1100ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(11) {
		transition-delay: 1060ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(12) {
		transition-delay: 1020ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(13) {
		transition-delay: 980ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(14) {
		transition-delay: 940ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(15) {
		transition-delay: 900ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(16) {
		transition-delay: 860ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(17) {
		transition-delay: 820ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(18) {
		transition-delay: 780ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(19) {
		transition-delay: 740ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(20) {
		transition-delay: 700ms;
	}

	#debug .debug_inner .checkbox01:last-of-type {
		margin-right: 0;
	}

	#debug .debug_inner .checkbox01:hover h7 {
		opacity: 1;
		transition: opacity 0.2s ease;
	}

	.l-header-navi-inner-icon {
		display: none;
	}

	.l-header-navi-inner-dropdown:hover .l-header-navi-inner-dropdown-content {
		-webkit-clip-path: inset(0);
		clip-path: inset(0);
	}

	.l-header-navi-logo {
		padding-left: 0;
	}

	#main .l-sweet-section-wrapper#about,
  #main .l-sweet-section-wrapper#howto,
  #main .l-sweet-section-wrapper#recipe {
		padding-bottom: 8rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-body-inner > h2,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-body-inner > h2,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner > h2 {
		line-height: 2.2em;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-title {
		margin-top: -17.5rem;
	}
}

@media print, screen and (min-width: 1240px) {
	#main .l-main-movie .mod-movie_wrapper {
		width: 860px;
	}

	#suntory_contents #main .l-top-lineup-inner {
		padding: 5rem 10rem 2.8rem;
	}

	#suntory_contents #main .l-top-lineup-list {
		gap: 7rem;
	}

	#main .l-top-mv-main-img {
		-webkit-mask-image: linear-gradient(to right, transparent, black 5rem, black calc(100% - 5rem), transparent);
		mask-image: linear-gradient(to right, transparent, black 5rem, black calc(100% - 5rem), transparent);
	}
}

@media print, screen and (max-width: 1110px) {
	.is-pc-mid-show {
		display: block;
	}

	#main .l-main-concept-inner {
		padding: 4rem 5rem 9.7rem;
	}

	#main .l-main-detail-chart {
		margin-bottom: -5rem;
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(3) {
		left: 43.7rem;
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(4) {
		top: 18rem;
	}

	#main .l-main-detail-chart-img {
		width: 80rem;
	}

	#main .l-main-taste-inner-ver-img {
		width: 34rem;
	}

	#main .l-main-taste-list-wrapper {
		width: 34rem;
	}

	#main .l-main-with-img {
		margin-left: 20rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-title-wrapper > h2,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-title-wrapper > h2,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper > h2 {
		z-index: 3;
		margin-left: 3rem;
		font-size: 2.5rem;
	}

	#main .l-sweet-section-wrapper#lineup .l-sweet-section-title {
		margin-top: -15rem;
	}

	#main .l-sweet-section-wrapper#lineup .l-sweet-section-title-wrapper {
		margin-right: 0;
	}

	#main .l-sweet-section-wrapper#lineup .l-sweet-section-body {
		margin-top: -0.3rem;
		margin-left: 0;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-title h2 {
		margin-top: 10rem;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper {
		margin-left: 5rem;
	}

	#main .l-sweet-section-body-product-wrapper {
		margin-right: 0;
		padding-right: 5rem;
		padding-left: 5rem;
	}

	#main .l-sweet-section-body-product {
		margin-top: -7rem;
	}

	#suntory_contents #main .l-top-about-inner {
		padding: 5rem;
	}

	#suntory_contents #main .l-top-about-inner:before {
		border-radius: 5rem 0 0 5rem;
	}

	#suntory_contents #main .l-top-about-right {
		width: 28rem;
		height: 28rem;
	}

	#suntory_contents #main .l-top-history-inner {
		padding: 5rem 5rem 3.5rem 0;
	}

	#suntory_contents #main .l-top-history-inner:before {
		border-radius: 0 5rem 5rem 0;
	}

	#suntory_contents #main .l-top-lineup-inner:before {
		width: calc(100% - 10rem);
		height: calc(100% - 3.8rem);
		padding: 3.8rem 5rem 0;
		border-radius: 5rem 5rem 0 0;
	}

	#main .l-top-mv-btm h2 .is-pc-hide {
		display: inherit !important;
	}
}

@media print, screen and (max-width: 920px) {
	.is-tb-hide {
		display: none !important;
	}

	.is-pctb-hide {
		display: none !important;
	}

	.can-content .l-header-navi .l-header-navi-inner-dropdown-content a {
		width: 100% !important;
	}

	.l-header-navi-inner {
		padding: 0;
	}

	.l-header-navi-inner-side {
		position: absolute;
		top: 5.85rem;
		flex-direction: column;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		transition: -webkit-clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		gap: 0;
	}

	.l-header-navi-inner-side:not(.active) {
		-webkit-clip-path: inset(0 0 100%);
		clip-path: inset(0 0 100%);
	}

	.l-header-navi-inner-side.active {
		transition: -webkit-clip-path 0.8s ease-in-out;
		transition: clip-path 0.8s ease-in-out;
		transition: clip-path 0.8s ease-in-out, -webkit-clip-path 0.8s ease-in-out;
		-webkit-clip-path: inset(0 0 -100%);
		clip-path: inset(0 0 -100%);
	}

	.l-header-navi-inner-side-border {
		width: 100%;
		height: 1px;
	}

	.l-header-navi-inner-dropdown {
		width: 100%;
	}

	.l-header-navi-inner-dropdown.active .l-header-navi-inner-dropdown-content {
		-webkit-clip-path: inset(0);
		clip-path: inset(0);
	}

	.l-header-navi-inner-dropdown-content {
		position: relative;
		width: 100%;
	}

	.l-header-navi-inner-dropdown-content a {
		width: calc(100% - 6rem);
		padding: 1.6rem 3rem;
	}

	#suntory_contents:not([class]) .l-header-navi-inner-dropdown-content a {
		width: 100%;
	}

	.l-header-navi-inner-dropbtn {
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding-top: 1.7rem;
		background-color: rgba(255, 255, 255, 0.9);
	}

	.l-header-navi-inner-dropbtn:hover {
		opacity: 1 !important;
	}

	.l-header-navi-inner-dropbtn h6 {
		padding-left: 3rem;
	}

	.l-header-navi-inner-dropbtn:after {
		margin-right: 3rem;
	}

	.l-header-navi-link {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
	}

	.l-header-navi-link:hover {
		opacity: 1 !important;
	}

	.l-header-navi-link h6 {
		padding: 1.5rem 0;
		padding-left: 3rem;
	}

	#main .l-sweet-section-wrapper .l-sweet-section-title {
		width: 33rem;
		height: 33rem;
	}

	#main .l-sweet-section-wrapper#about,
  #main .l-sweet-section-wrapper#howto,
  #main .l-sweet-section-wrapper#recipe {
		padding-bottom: 8rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-title-wrapper,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-title-wrapper,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper {
		margin-right: 0;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-title-wrapper > h2,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-title-wrapper > h2,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper > h2 {
		margin-top: 6.5rem;
		margin-left: 3rem;
		font-size: 2.5rem;
	}

	#main .l-sweet-section-product-img {
		width: 10.3vw;
	}

	#main .l-sweet-section-product-img:nth-of-type(1) {
		width: 10.5vw;
	}

	#main .l-sweet-section-mv-title {
		width: 60vw;
	}

	#suntory_contents #main .l-top-history-left {
		margin: auto;
		margin-top: 11rem;
	}

	#suntory_contents #main .l-top-history-left-img {
		height: 20rem;
	}

	#suntory_contents #main .l-top-history-left-product {
		width: 8rem;
	}

	#suntory_contents #main .l-top-lineup-inner {
		max-width: 50rem;
	}
}

@media print, screen and (max-width: 920px) and (max-width: 920px) {
	.l-header-navi-inner-side {
		background: none;
	}
}

@media screen and (max-width: 780px) {
	#main ruby > rt,
  .l-header-navi ruby > rt {
		font-size: 1rem;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	#main h1,
  .l-header-navi h1 {
		font-size: 4.8rem;
	}

	#main h1 span,
  .l-header-navi h1 span {
		font-size: 3.6rem;
	}

	#suntory_contents.home #main h1,
  #suntory_contents.home .l-header-navi h1 {
		font-size: 3.2rem;
	}

	#main h2,
  .l-header-navi h2 {
		font-size: 2.2rem;
	}

	#suntory_contents.home #main h3,
  #suntory_contents.home .l-header-navi h3 {
		font-size: 1.8rem;
	}

	#main h4,
  .l-header-navi h4 {
		font-size: 1.4rem;
	}

	#suntory_contents.sweet #main h4,
  #suntory_contents.sweet .l-header-navi h4 {
		font-size: 1.6rem;
	}

	#main h6,
  .l-header-navi h6 {
		font-size: 1.4rem;
	}

	#suntory_contents.home #main h6,
  #suntory_contents.home .l-header-navi h6 {
		font-size: 1.2rem;
	}

	#main h8,
  .l-header-navi h8 {
		font-size: 1rem;
	}

	#main p,
  .l-header-navi p {
		font-size: 1.2rem;
	}

	.slider-arrows {
		right: 0;
	}

	.is-sp-show {
		display: block !important;
	}

	.is-sp-hide {
		display: none !important;
	}

	.is-br-sp-show {
		display: inline-block !important;
	}

	.flex-sp-c {
		flex-direction: column;
	}

	.flex-sp-c.flex-sp-as {
		align-items: flex-start;
	}

	.flex-sp-cr {
		flex-direction: column-reverse;
	}

	.mod-btn-arrow {
		margin-left: 2rem;
	}

	.mod-btn-arrow.min:after {
		background-position-x: 1.4rem;
	}

	.mod-btn-arrow:after {
		width: 4.8rem;
		height: 4.8rem;
		background-position-x: 1.5rem;
	}

	.mod-btn-radious {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	a.btn-view_more h8,
  a.backtotop h8 {
		font-size: 1.2rem;
	}

	.close:not(.bg) {
		z-index: 3;
		top: 6vw;
		right: 4vw;
	}

	.close:not(.bg):before {
		top: -1.5rem;
		left: -0.25rem;
		width: 3rem;
		height: 3rem;
	}

	.close:not(.bg) span {
		width: 2.2rem;
	}

	body.article .l-main .l-main-inner .to-top-wrapper.share_added {
		bottom: 70px;
	}

	body.filelist {
		padding: 1.2rem;
	}

	.my-gallery + .my-gallery {
		margin-left: 5rem;
	}

	.mod-bg-circle {
		width: 20rem;
		height: 20rem;
	}

	.mod-title:before {
		top: 0;
		width: 7rem;
		height: 7rem;
	}

	.mod-title > *:nth-child(2) {
		margin-top: -1rem;
	}

	.mod-movie_wrapper {
		width: 94.66667vw;
	}

	.mod-txt-desc.min {
		font-size: 1.4rem;
	}

	.mod-txt-desc:before {
		margin-right: 0.5rem;
	}

	.mod-hasarrow[data-direction='down'].active:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.mod-hasarrow[data-direction='down']:after {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	.mod-dots-extend {
		text-indent: -2.3rem;
	}

	html.safari .mod-dots-extend {
		margin-right: 6px;
	}

	.mod-number-extend li {
		margin-left: 1.8rem;
		text-indent: -1.05rem;
	}

	.mod-number-extend li:before {
		margin-right: 4px;
		margin-left: 3px !important;
	}

	.has-rounded-frame {
		border-color: #000;
	}

	.breadthumbs {
		display: inline;
		margin-top: 5vw;
		margin-right: calc(40px + 8vw);
	}

	.tag {
		padding: 7px 14px 5px;
	}

	.tag span {
		font-size: 1rem;
	}

	.next-arrow.animated .next_arrow_st:nth-child(1) {
		transition-delay: 1930ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(2) {
		transition-delay: 1860ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(3) {
		transition-delay: 1790ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(4) {
		transition-delay: 1720ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(5) {
		transition-delay: 1650ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(6) {
		transition-delay: 1580ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(7) {
		transition-delay: 1510ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(8) {
		transition-delay: 1440ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(9) {
		transition-delay: 1370ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(10) {
		transition-delay: 1300ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(11) {
		transition-delay: 1230ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(12) {
		transition-delay: 1160ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(13) {
		transition-delay: 1090ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(14) {
		transition-delay: 1020ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(15) {
		transition-delay: 950ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(16) {
		transition-delay: 880ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(17) {
		transition-delay: 810ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(18) {
		transition-delay: 740ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(19) {
		transition-delay: 670ms;
	}

	.next-arrow.animated .next_arrow_st:nth-child(20) {
		transition-delay: 600ms;
	}

	.mod-download {
		width: 90vw;
		padding: 30px 16px 40px;
	}

	.mod-download .has-pdf {
		position: absolute;
		right: 16px;
		bottom: 16px;
	}

	video.notfound {
		background: #000 url(../img/common/unplay.svg) no-repeat center/60px;
	}

	.checkbox02 {
		width: 15rem;
		margin-bottom: 0.8rem;
	}

	.l-wrapper {
		min-width: inherit;
		font-size: 1rem;
	}

	.simplebar-content-wrapper::-webkit-scrollbar {
		display: none;
		background: none;
	}

	.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
		top: 50px;
		right: 0;
		bottom: calc(4vw);
	}

	#debug .debug_inner {
		left: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	#debug .debug_inner:not(.active) {
		-webkit-transform: scale(0.9) translateY(calc(100% - 3.35em));
		transform: scale(0.9) translateY(calc(100% - 3.35em));
	}

	#debug .debug_inner_title {
		border-top-left-radius: 0;
	}

	#debug .debug_inner_reload p {
		font-size: 2rem;
	}

	#debug .debug_inner_txt {
		height: 16rem;
	}

	#debug .debug_inner-body {
		padding: 0.8rem;
		padding-left: 0.8rem;
	}

	.l-header-navi h6 {
		font-size: 1.6rem !important;
	}

	#suntory_contents.premium #main .l-main-header {
		padding: 2.2rem 0 5.6rem;
	}

	#main .l-main-header:after {
		width: 74.66666667vw;
		height: 9.5rem;
		background-size: 28rem;
	}

	#main .l-main-header-inner h2 span {
		font-size: 1.8rem;
	}

	#main .l-main-header-inner > .l-main-mv-inner-img-inner {
		width: 25rem;
	}

	#main .l-main-header .mod-btn-arrow {
		margin-top: 1.5rem;
	}

	#main .l-main-footer {
		padding-bottom: 3.3rem;
		background: url('../img/top/footer_bg_sp.png') no-repeat center/cover;
	}

	#main .l-main-footer img {
		width: 17.2rem;
		margin-top: -4.2rem;
	}

	#main .l-main-footer a h3 {
		font-size: 1.4rem;
	}

	#main .l-main-movie {
		padding: 2.1rem 0 0;
	}

	#main .l-main-movie:before {
		top: 6rem;
		-webkit-filter: blur(7rem);
		filter: blur(7rem);
	}

	#main .l-main-movie-desc {
		width: 33rem;
		margin-top: 0.5rem;
	}

	#main .l-main-movie-desc.min {
		font-size: 1.4rem;
	}

	#main .l-main-movie .mod-movie_wrapper {
		width: 33rem;
		margin-top: 2.3rem;
	}

	#main .l-main-mv {
		margin-top: 0.8rem;
	}

	#main .l-main-mv-bg {
		width: 29rem;
		height: 29rem;
	}

	#main .l-main-mv-bg:before {
		background-size: 12rem;
		-webkit-animation: bgAnim3 20s linear 1.2s infinite;
		animation: bgAnim3 20s linear 1.2s infinite;
	}

	#main .l-main-mv-product {
		width: 9.7rem;
		max-height: calc(100svh - 28rem);
	}

	#main .l-main-mv-title-img:nth-of-type(2) {
		width: 68%;
		margin-top: 0.6rem;
	}

	#main .l-main-mv-title {
		width: 23rem;
		margin-top: 3rem;
	}

	#main .l-main-mv-inner {
		top: 2%;
	}

	#main .l-main-mv-inner-img:nth-of-type(1) {
		width: 11rem;
		margin-right: 0;
		margin-bottom: 10rem;
		-webkit-mask-position: -20rem 0;
		mask-position: -20rem 0;
	}

	#main .l-main-mv-inner-img:nth-of-type(2) {
		width: 35rem;
		margin-top: -0.5rem;
	}

	#main .l-main-concept {
		margin-top: 5rem;
		margin-left: 1.1rem;
		padding: 0;
	}

	#main .l-main-concept-inner {
		width: calc(100% - 2.1rem);
		margin: 0;
		padding: 2.5rem 0 0 1rem;
	}

	#main .l-main-concept-inner:before {
		border-top-left-radius: 6rem;
	}

	#main .l-main-concept-inner h2 {
		margin-top: 4.4rem;
		font-size: 2.8rem;
		letter-spacing: -0.05em;
	}

	#main .l-main-concept-inner h4 {
		margin-top: 1.7rem;
		font-size: 1.8rem;
		line-height: 1.8;
	}

	#main .l-main-concept-inner-bg {
		right: -5rem;
		bottom: -2rem;
	}

	#main .l-main-concept-img {
		width: 13.2rem;
	}

	#main .l-main-concept-img-wrapper {
		position: relative;
		bottom: -5rem;
		left: -3.5rem;
		margin-top: -7.5rem;
		padding-right: 15.5rem;
		padding-bottom: 3.5rem;
	}

	#main .l-main-concept-img-wrapper:before {
		height: 9rem;
	}

	#main .l-main-detail-inner {
		padding-top: 8.6rem;
	}

	#main .l-main-detail-inner > h3 {
		margin-top: 1.4rem;
		font-size: 2.2rem;
		line-height: 1.4;
	}

	#main .l-main-detail-list {
		width: 100%;
	}

	#main .l-main-detail-list-under {
		margin-top: 1.4rem;
		padding: 0;
	}

	#main .l-main-detail-list h6 {
		line-height: 1.8;
	}

	#main .l-main-detail-list-wrapper {
		margin-top: 2.6rem;
		padding: 0 2.3rem;
	}

	#main .l-main-detail-chart {
		margin-top: 3rem;
		margin-bottom: 0;
		padding: 8rem 0.3rem 2rem 0;
		background: url(../img/premium/detail_bg_sp.svg) no-repeat center/contain;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	#main .l-main-detail-chart-leftxt {
		width: 1.3rem;
		margin-top: -6rem;
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(2) {
		top: -6.6rem;
		left: 3.9rem;
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(2) .l-main-detail-chart-txt-line {
		left: 0;
		height: 11.9rem;
		-webkit-transform: translateY(-1px) rotate(0deg);
		transform: translateY(-1px) rotate(0deg);
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(2) .l-main-detail-chart-txt-border {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(3) {
		top: -2.4rem;
		left: 19.5rem;
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(3) .l-main-detail-chart-txt-line {
		left: 0;
		height: 4rem;
		-webkit-transform: translateX(0.3px) rotate(64deg);
		transform: translateX(0.3px) rotate(64deg);
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(4) {
		top: 3.5rem;
		right: 1.3rem;
		left: auto;
	}

	#main .l-main-detail-chart-txt-wrapper:nth-of-type(4) .l-main-detail-chart-txt-line {
		height: 4.2rem;
		-webkit-transform: translateY(-0.5px) translateX(0) rotate(18deg);
		transform: translateY(-0.5px) translateX(0) rotate(18deg);
	}

	#main .l-main-detail-chart-txt-txt {
		padding-bottom: 0.4rem;
		font-size: 1.6rem;
		line-height: 1.3;
	}

	#main .l-main-detail-chart-img {
		width: 33rem;
	}

	#main .l-main-detail-chart-img-frame {
		margin-left: 0.8rem;
		padding-top: 2.4rem;
	}

	#main .l-main-detail-chart-img-ver > h4 {
		margin-top: 0.4rem;
		margin-left: 1.1rem;
	}

	#main .l-main-detail-chart-img-wrapper > h5 {
		margin-top: 0;
		font-size: 1.4rem;
	}

	#main .l-main-premium-wrapper {
		margin-top: 130px;
		margin-right: 0;
		padding-right: 2.2rem;
		padding-left: 2.2rem;
	}

	#main .l-main-premium h2 {
		font-size: 2.6rem;
	}

	#main .l-main-premium > h2 {
		margin-left: 0;
	}

	#main .l-main-premium-inner {
		margin-top: 17rem;
		padding: 0 3.8rem 2.4rem;
	}

	#main .l-main-premium-inner:before {
		-webkit-clip-path: polygon(0% 0%, 27% 0, 27% 50%, 73% 50%, 73% 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0% 0%, 27% 0, 27% 50%, 73% 50%, 73% 0, 100% 0, 100% 100%, 0 100%);
	}

	#main .l-main-premium-inner-ver {
		align-items: center;
		width: 100%;
	}

	#main .l-main-premium-inner-ver h5 {
		font-size: 1.4rem;
		text-align: center;
	}

	#main .l-main-premium-inner-img-wrapper {
		width: 17rem;
		margin-top: -17rem;
		margin-left: 0;
	}

	#main .l-main-product {
		margin-top: 6rem;
		padding-bottom: 8rem;
	}

	#main .l-main-product-btn {
		width: 27.15rem;
		margin-right: -1.5rem;
	}

	#main .l-main-product #div-gpt-ad-1469518796001-1 {
		display: none;
	}

	#main .l-main-product-inner {
		margin-top: 12.7rem;
		padding: 0 3.7rem 3rem;
	}

	#main .l-main-product-inner:before {
		right: 0;
		left: auto;
		border-radius: 0;
		border-top-right-radius: 8rem;
		border-bottom-right-radius: 8rem;
	}

	#main .l-main-product-inner h6 {
		margin-top: 1.8rem;
	}

	#main .l-main-product-inner-bg {
		z-index: -2;
		top: 25rem;
		left: -6rem;
	}

	#main .l-main-product-inner a {
		margin-top: 0.5rem;
		margin-right: -1.5rem;
	}

	#main .l-main-talent {
		width: unset;
		padding: 0 2.2rem;
	}

	#main .l-main-talent-inner {
		gap: 2rem;
	}

	#main .l-main-talent-inner-wrapper {
		width: 100%;
		max-width: 100%;
		margin-top: 2rem;
	}

	#main .l-main-talent-inner h3 {
		font-size: 2rem;
	}

	#main .l-main-talent-inner h6 {
		margin-top: 1rem;
		font-size: 1.4rem;
	}

	#main .l-main-talent-img {
		width: 24rem;
		margin: 0 auto;
	}

	#main .l-main-taste {
		margin: 0;
		margin-top: 1.5rem;
		padding: 0;
	}

	#main .l-main-taste h8 {
		margin: 1rem auto 0 0;
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
	}

	#main .l-main-taste-inner {
		margin: 0;
		padding: 2rem 2rem 0.9rem;
	}

	#main .l-main-taste-inner > h3 {
		font-size: 2.2rem;
		line-height: 1.4;
	}

	#main .l-main-taste-inner-side {
		margin-top: 0;
	}

	#main .l-main-taste-inner-center {
		margin: -2.3rem 0 1rem;
	}

	#main .l-main-taste-inner-center-img {
		width: 26.5rem;
	}

	#main .l-main-taste-inner-center h3 {
		margin-top: 0;
		font-size: 2rem;
	}

	#main .l-main-taste-inner-ver {
		margin-top: 1.5rem;
	}

	#main .l-main-taste-inner-ver.a-e {
		margin-top: -7.3rem;
	}

	#main .l-main-taste-inner-ver.a-e .l-main-taste-inner-ver-tit {
		margin-right: auto;
	}

	#main .l-main-taste-inner-ver-tit {
		width: 10.4rem;
		height: 10.4rem;
		margin-left: -1rem;
	}

	#main .l-main-taste-inner-ver-tit h3 {
		padding: 0 1rem 0.2rem;
		font-size: 1.6rem;
	}

	#main .l-main-taste-inner-ver-img-wrapper {
		margin-top: -8rem;
	}

	#main .l-main-taste-inner-ver-img-wrapper h3 {
		font-size: 1.6rem;
	}

	#main .l-main-taste-inner-ver-img {
		width: 29.85rem;
	}

	#main .l-main-taste-list {
		width: calc(50% - 0.5rem);
	}

	#main .l-main-taste-list-wrapper {
		width: 31.2rem;
		margin-top: -1rem;
		margin-right: 0;
		gap: 1rem;
	}

	#main .l-main-taste-list h6 {
		margin-top: 0.5rem;
		font-size: 1.4rem;
		letter-spacing: -0.02em;
	}

	#main .l-main-with {
		padding-bottom: 14.5rem;
	}

	#main .l-main-with-bg {
		top: -7rem;
		left: -8.5rem;
	}

	#main .l-main-with-inner {
		margin-top: 8.5rem;
		margin-bottom: 3.8rem;
	}

	#main .l-main-with-inner > h3 {
		margin-top: 3.2rem;
		font-size: 2rem;
	}

	#main .l-main-with-inner-bg {
		top: -7rem;
		left: -11.5rem;
	}

	#main .l-main-with-img {
		bottom: -18%;
		width: 13.3rem;
		margin-left: 5.7rem;
	}

	#main .l-main-with-list:before {
		right: 0;
		left: auto;
		width: 18rem;
		background: linear-gradient(270deg, rgba(217, 217, 217, 0.87) 0%, rgba(217, 217, 217, 0.45) 68.27%, rgba(217, 217, 217, 0) 100%);
	}

	#main .l-main-with-list-btn {
		bottom: -6rem;
		left: 1.3rem;
	}

	#main .l-sweet-section #div-gpt-ad-1469518796001-0-1,
  #main .l-sweet-section #div-gpt-ad-1469518796001-0-2,
  #main .l-sweet-section #div-gpt-ad-1469518796001-0-3 {
		width: 14.1rem;
		height: 2.7rem;
	}

	#main .l-sweet-section iframe.fixed {
		right: 0;
		width: 33rem !important;
		margin: 140px auto 0 !important;
	}

	#main .l-sweet-section-wrapper .l-sweet-section-title {
		width: 32.6rem;
		height: 32.6rem;
	}

	#main .l-sweet-section-wrapper#mv {
		padding-top: 2.2rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-title[data-direction='left'],
  #main .l-sweet-section-wrapper#howto .l-sweet-section-title[data-direction='left'],
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-title[data-direction='left'] {
		margin-left: -9rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-title[data-direction='right'],
  #main .l-sweet-section-wrapper#howto .l-sweet-section-title[data-direction='right'],
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-title[data-direction='right'] {
		margin-right: -5.6rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-title-wrapper .l-sweet-section-body-img,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-title-wrapper .l-sweet-section-body-img,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper .l-sweet-section-body-img {
		position: absolute;
		top: 8rem;
		left: 20.5rem;
		width: 14rem;
		margin: 0;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-title-wrapper > h2,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-title-wrapper > h2,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper > h2 {
		margin-top: 3.3rem;
		margin-left: 0;
		font-size: 1.8rem;
		text-align: center;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-body + .l-sweet-section-body,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-body + .l-sweet-section-body,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body + .l-sweet-section-body {
		margin-top: 6.5rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-body,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-body,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body {
		margin-top: 5rem;
		margin-left: 0;
		padding: 0 4.2rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-body-inner > h6,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-body-inner > h6,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner > h6 {
		font-size: 1.2rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-body-bg-img.ad-2,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-body-bg-img.ad-2,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body-bg-img.ad-2 {
		z-index: 1;
		margin-top: 8rem;
		margin-left: -3.5rem;
	}

	#main .l-sweet-section-wrapper#about .l-sweet-section-body-bg-img.ad-3,
  #main .l-sweet-section-wrapper#howto .l-sweet-section-body-bg-img.ad-3,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body-bg-img.ad-3 {
		z-index: 1;
		margin-top: 32.4rem;
		margin-left: -6rem;
	}

	#main .l-sweet-section-wrapper#lineup .l-sweet-section-title h2 {
		margin-top: 11rem;
	}

	#main .l-sweet-section-wrapper#lineup .l-sweet-section-title-wrapper {
		margin-right: -10rem;
	}

	#main .l-sweet-section-wrapper#lineup .l-sweet-section-body-bg-img.ad-2 {
		margin-top: -17rem;
		margin-left: -10rem;
	}

	#main .l-sweet-section-wrapper#howto,
  #main .l-sweet-section-wrapper#recipe {
		padding-bottom: 6.8rem;
	}

	#main .l-sweet-section-wrapper#howto .l-sweet-section-title.flex-c,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-title.flex-c {
		margin-left: -6rem;
	}

	#main .l-sweet-section-wrapper#howto .l-sweet-section-body,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body {
		margin-top: 2rem;
	}

	#main .l-sweet-section-wrapper#howto .l-sweet-section-body-img.anim,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body-img.anim {
		top: 7rem;
		left: 19rem;
	}

	#main .l-sweet-section-wrapper#howto .l-sweet-section-body-inner,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner {
		-webkit-transform: translateX(-2rem);
		transform: translateX(-2rem);
	}

	#main .l-sweet-section-wrapper#howto .l-sweet-section-body-inner > h6,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner > h6 {
		margin-top: 0.5rem;
	}

	#main .l-sweet-section-wrapper#howto .l-sweet-section-body-inner a,
  #main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner a {
		margin: 3.2rem auto 0 0;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-title.flex-c {
		margin-right: -6.5rem;
		margin-left: auto;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-title-wrapper {
		flex-direction: column-reverse;
		margin-left: 0;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-body {
		margin-top: 4rem;
		margin-right: 0;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-img.anim {
		top: -16rem;
		left: 1.8rem;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-bg-img.ad-2 {
		margin-top: 11.5rem;
		margin-left: -5.5rem;
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner {
		-webkit-transform: translateX(-1.4rem);
		transform: translateX(-1.4rem);
	}

	#main .l-sweet-section-wrapper#recipe .l-sweet-section-body-inner a {
		margin: 3.2rem -3rem 0 auto;
	}

	#main .l-sweet-section-product {
		margin-top: 1.6rem;
		margin-left: 0;
	}

	#main .l-sweet-section-product-img {
		width: 7.3rem;
	}

	#main .l-sweet-section-product-img:nth-of-type(1) {
		width: 7.5rem;
	}

	#main .l-sweet-section-mv {
		align-items: center;
		gap: 1.5rem;
	}

	#main .l-sweet-section-mv-title {
		width: 24.5rem;
		margin-top: 0;
	}

	#main .l-sweet-section-mv-img {
		width: 10.9rem;
		margin-right: 0;
	}

	#main .l-sweet-section-body-inner > h2 {
		font-size: 1.8rem;
	}

	#main .l-sweet-section-body-bg-img {
		width: 10rem;
	}

	#main .l-sweet-section-body-product-wrapper {
		padding: 4.6rem 6rem 4rem;
		gap: 5.4rem;
	}

	#main .l-sweet-section-body-product {
		margin-top: 0;
		gap: 0.98rem;
	}

	#main .l-sweet-section-body-product h6 {
		font-size: 1rem;
	}

	#main .l-sweet-section-body-product:nth-of-type(1) .l-sweet-section-body-product-img {
		width: 9.3rem;
		margin-top: -7rem;
	}

	#main .l-sweet-section-body-product:nth-of-type(2) .l-sweet-section-body-product-img {
		width: 11.4rem;
	}

	#main .l-sweet-section-body-product:nth-of-type(3) .l-sweet-section-body-product-img {
		width: 4.9rem;
	}

	#main .l-sweet-section-body-product-img {
		margin-bottom: 0.9rem;
	}

	#suntory_contents #main .l-top-about,
  #suntory_contents #main .l-top-history {
		padding-top: 7.2rem;
	}

	#suntory_contents #main .l-top-about h3,
  #suntory_contents #main .l-top-history h3 {
		line-height: 2.2;
	}

	#suntory_contents #main .l-top-about-inner {
		margin-left: 2.4rem;
		padding: 5rem 5.5rem 5rem 4.5rem;
	}

	#suntory_contents #main .l-top-about-left {
		margin-right: 0;
	}

	#suntory_contents #main .l-top-about-right {
		width: 24rem;
		height: 24rem;
	}

	#suntory_contents #main .l-top-about-right-circle:before {
		background-size: 7rem;
		-webkit-animation: bgAnim3_top 20s linear 1.2s infinite;
		animation: bgAnim3_top 20s linear 1.2s infinite;
	}

	#suntory_contents #main .l-top-history {
		padding-top: 8.2rem;
	}

	#suntory_contents #main .l-top-history-bg {
		top: -2.5rem;
		left: 10rem;
		width: 30rem;
		height: 18rem;
		background-size: 30rem;
	}

	#suntory_contents #main .l-top-history-inner {
		flex-direction: column-reverse;
		padding: 5rem 1.5rem 4rem 0;
	}

	#suntory_contents #main .l-top-history-left {
		margin-top: 4rem;
		margin-right: 0;
	}

	#suntory_contents #main .l-top-history-left-img {
		height: 18.589rem;
	}

	#suntory_contents #main .l-top-history-left-product {
		width: 7.2rem;
	}

	#suntory_contents #main .l-top-history-right {
		padding-left: 4.5rem;
	}

	#suntory_contents #main .l-top-history-right h3 {
		margin-top: 3rem;
		line-height: 1.8;
	}

	#suntory_contents #main .l-top-history-right a h3 {
		font-size: 1.8rem;
	}

	#suntory_contents #main .l-top-lineup {
		margin-bottom: 7rem;
		padding: 8rem 0 0;
	}

	#suntory_contents #main .l-top-lineup h1 {
		margin-bottom: -0.5rem;
	}

	#suntory_contents #main .l-top-lineup-inner {
		padding: 3rem 4.5rem 1.7rem;
	}

	#suntory_contents #main .l-top-lineup .l-top-lineup-bg:nth-of-type(1) {
		top: -10rem;
		width: 50vw;
		height: 15rem;
		background-size: 20rem;
	}

	#suntory_contents #main .l-top-lineup .l-top-lineup-bg:nth-of-type(2) {
		top: 5rem;
		width: 50vw;
		height: 20rem;
		background-position: left top;
		background-size: 15rem;
		-webkit-transform: translateX(-2rem);
		transform: translateX(-2rem);
	}

	#suntory_contents #main .l-top-lineup .l-top-lineup-bg:nth-of-type(3) {
		top: 88.5rem;
		width: 50vw;
		height: 31.9rem;
		background-size: 12.8rem;
		-webkit-transform: translateX(10rem);
		transform: translateX(10rem);
	}

	#suntory_contents #main .l-top-lineup .l-top-lineup-bg:nth-of-type(4) {
		right: 49%;
		bottom: -7.5rem;
		width: 77vw;
		height: 18rem;
		background-size: 30rem;
		-webkit-transform: translateX(10rem);
		transform: translateX(10rem);
	}

	#suntory_contents #main .l-top-lineup .mod-btn-arrow {
		margin-top: 1rem;
		-webkit-transform: translateX(1.5rem);
		transform: translateX(1.5rem);
	}

	#suntory_contents #main .l-top-lineup-list {
		margin-top: 8.5rem;
	}

	#suntory_contents #main .l-top-lineup-list h5 {
		margin-bottom: 0.9rem;
		font-size: 1.6rem;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper {
		margin-bottom: 6rem;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper [id^='div-gpt-ad-1469518796001'] iframe.fixed {
		top: 130px !important;
		left: 2.4rem !important;
		width: 33rem !important;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper > h3 {
		line-height: 1.4;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper > h5 {
		margin-top: 0.6rem;
		font-size: 1.4rem;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(1) img {
		width: 9.2rem;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list {
		margin-top: 8rem;
		gap: 9rem;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list-inner:nth-of-type(odd) h5 {
		margin-bottom: 10px;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list-inner:nth-of-type(1) h5 {
		margin-top: 10px;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(2) .l-top-lineup-list-inner:nth-of-type(3) {
		margin-top: -1.6rem;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(3) {
		margin-bottom: 0;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(3) .l-top-lineup-list {
		margin-top: 4rem;
		gap: 5rem;
	}

	#suntory_contents #main .l-top-lineup-list-wrapper:nth-of-type(3) .l-top-lineup-list-inner:nth-of-type(1) h5 {
		margin-top: 2.8rem;
	}

	#main .l-top-mv-main-img {
		top: auto;
		bottom: 0;
		width: 60svh;
		min-width: 100%;
		max-width: 44.5rem;
		height: auto;
		-o-object-position: 50% 100%;
		object-position: 50% 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-webkit-mask-image: linear-gradient(to bottom, transparent, black 5rem, black 100%);
		mask-image: linear-gradient(to bottom, transparent, black 5rem, black 100%);
	}

	#main .l-top-mv-txt {
		width: 5.75rem;
	}

	#main .l-top-mv-txt:nth-of-type(2) {
		margin-top: 0.1rem;
	}

	#main .l-top-mv-txt:nth-of-type(3) {
		margin-top: -0.3rem;
	}

	#main .l-top-mv-txt-wrapper {
		flex-direction: row;
		margin-top: 0;
		gap: 1.1rem;
	}

	#main .l-top-mv-inner {
		height: 100%;
		padding: 2.8rem 2.21rem;
	}

	#main .l-top-mv-btm {
		margin-bottom: -1.5rem;
	}

	#main .l-top-mv-btm h2:nth-of-type(2) {
		margin-top: 0;
		font-size: 2.4rem;
	}

	#main .l-top-mv-btm h2 {
		font-size: 2.4rem;
		line-height: 1.2;
	}

	#main .l-top-mv-right {
		position: absolute;
		bottom: -2.8rem;
		left: 2.7rem;
	}

	#main .l-top-mv-right-tit {
		position: absolute;
		top: 7rem;
		right: 5.5rem;
		width: 3rem;
	}

	#main .l-top-mv-right-ver {
		margin: 0;
	}

	#main .l-top-mv-right-ver img {
		width: 5.75rem;
	}

	#main .l-top-mv-right-ver img:nth-of-type(2) {
		width: 6rem;
		margin-top: 1rem;
	}

	#main .l-top-mv-title {
		margin-top: 0.4rem;
		margin-left: 0.3rem;
	}

	#main .l-top-header-inner {
		height: calc(100svh - 190px);
		min-height: 455px;
		background: url(../img/top/mv_bg_sp.jpg) repeat top left/contain;
	}
}

@media (max-width: 767px) {
	#wineCommonHeader {
		display: none;
	}
}

@media screen and (max-width: 321px) {
	#main .l-top-mv-right-ver img:nth-of-type(2) {
		width: 5rem;
	}

	#main .l-top-mv-title {
		width: 17rem;
	}
}

@media print, screen and (min-width: 781px) and (max-width: 920px) {
	#suntory_contents.home #main h1,
  #suntory_contents.home .l-header-navi h1 {
		font-size: 3.5rem;
	}

	#suntory_contents.home #main h3,
  #suntory_contents.home .l-header-navi h3 {
		font-size: 2rem;
	}

	#main .l-top-mv-main-img.is-pc-hide {
		display: none;
	}

	#main .l-top-mv-txt {
		width: 8.5rem;
	}

	#main .l-top-mv-txt-wrapper {
		margin-top: 0;
	}

	#main .l-top-mv-inner {
		padding: 3rem 3rem 0 3rem;
	}

	#main .l-top-mv-btm {
		margin-bottom: -9rem;
	}

	#main .l-top-mv-right-tit.is-pc-hide {
		display: none;
	}

	#main .l-top-mv-right-ver {
		margin: 0 2rem 0  3rem;
	}

	#main .l-top-mv-right-ver img {
		width: 12rem;
	}

	#main .l-top-mv-right-ver img:nth-of-type(2) {
		width: 14rem;
	}

	#main .l-top-mv-title.is-pc-hide {
		display: none;
	}

	#main .l-top-header-inner {
		height: 560px;
		background: url(../img/top/mv_bg_sp.jpg) repeat top left/contain;
	}
}