@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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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);
	}
}

@-webkit-keyframes slidesUpperAnim {
	to {
		-webkit-transform: translateX(-918px);
		transform: translateX(-918px);
	}
}

@keyframes slidesUpperAnim {
	to {
		-webkit-transform: translateX(-918px);
		transform: translateX(-918px);
	}
}

@-webkit-keyframes slidesUnderAnim {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slidesUnderAnim {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* =====================================================
* 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 .gothic,
.l-header-navi .gothic {
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-weight: bold;
}

#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: #782e1d;
}

#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 {
	-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: 3rem;
	letter-spacing: 0.1em;
}

#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;
	letter-spacing: 0.2em;
}

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

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

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

body.olderSafari #main h6,
body.olderSafari .l-header-navi h6 {
	font-weight: 500;
}

#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 {
	display: inline-flex;
	font-size: 1.1rem;
	line-height: 1.6;
}

/*! 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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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-dots li:before,
.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,
a.hasbg .img_hasbg:before,
#debug .debug_inner .checkbox01:after {
	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,
.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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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;
	z-index: 12;
	font-size: 0;
	gap: 20px;
}

.slick-dots li {
	position: relative;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 99px;
	background: #782e1d;
}

.slick-dots li:before {
	top: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
}

.slick-dots li:not(.slick-active) {
	opacity: 0.5;
}

.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: #782e1d;
}

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

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

.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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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: #782e1d;
}

.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: #782e1d;
}

.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: #782e1d;
	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: #782e1d;
}

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: #782e1d;
}

.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: #782e1d;
}

.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 #782e1d;
	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: #782e1d;
}

#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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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-bg_frame,
#suntory_contents #main .l-top-feature-inner-frame,
#suntory_contents #main .l-top-feature-inner-inner {
	position: relative;
	padding: 48px;
	border-image-source: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI0ODUiIHZpZXdCb3g9IjAgMCAxMDAwIDQ4NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTk4NS4wNzIgNDM5LjY0VjQ1LjI3MDJDOTY3Ljg5NiA0NS4yNzAyIDk1My45NzcgMzEuMzUwNyA5NTMuOTc3IDE0LjE3NUg0NS4yNzAyQzQ1LjI3MDIgMzEuMzUwNyAzMS4zNTA2IDQ1LjI3MDIgMTQuMTc1IDQ1LjI3MDJWNDM5LjY0QzMxLjM1MDYgNDM5LjY0IDQ1LjI3MDIgNDUzLjU2IDQ1LjI3MDIgNDcwLjczNUg5NTMuOTc3Qzk1My45NzcgNDUzLjU2IDk2Ny44OTYgNDM5LjY0IDk4NS4wNzIgNDM5LjY0WiIgc3Ryb2tlPSIjRjdGN0Y1IiBzdHJva2Utd2lkdGg9IjI4LjM1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTk4NS4wNzIgNDM5LjY0VjQ1LjI3MDJDOTY3Ljg5NiA0NS4yNzAyIDk1My45NzcgMzEuMzUwNyA5NTMuOTc3IDE0LjE3NUg0NS4yNzAyQzQ1LjI3MDIgMzEuMzUwNyAzMS4zNTA2IDQ1LjI3MDIgMTQuMTc1IDQ1LjI3MDJWNDM5LjY0QzMxLjM1MDYgNDM5LjY0IDQ1LjI3MDIgNDUzLjU2IDQ1LjI3MDIgNDcwLjczNUg5NTMuOTc3Qzk1My45NzcgNDUzLjU2IDk2Ny44OTYgNDM5LjY0IDk4NS4wNzIgNDM5LjY0WiIgZmlsbD0iI0ZBRkFGQSIgc3Ryb2tlPSIjNzgyRTFEIiBzdHJva2Utd2lkdGg9IjIuODMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K');
	border-image-slice: 48;
	border-image-width: 48px;
	border-image-repeat: stretch stretch;
}

.mod-bg_frame:before,
#suntory_contents #main .l-top-feature-inner-frame:before,
#suntory_contents #main .l-top-feature-inner-inner:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 1;
	top: 47px;
	left: 47px;
	width: calc(100% - 90px);
	height: calc(100% - 90px);
	background: #fafafa;
}

.mod-bg_frame > *,
#suntory_contents #main .l-top-feature-inner-frame > *,
#suntory_contents #main .l-top-feature-inner-inner > * {
	z-index: 2;
}

.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 #782e1d;
}

.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: #782e1d;
}

.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-border {
	padding: 0.3rem 2rem;
	border: solid 1px #782e1d;
}

.mod-border.txt-rl {
	padding: 2.9rem 0.5rem;
}

.mod-radious {
	border-radius: 99px;
}

.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: #782e1d;
}

.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: #782e1d;
}

.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: #782e1d;
	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: #782e1d;
}

.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.slide-anim:not(.animated)[data-direction='right-roll'] {
	-webkit-transform: translateX(20rem) translateY(-10rem) rotate(60deg);
	transform: translateX(20rem) translateY(-10rem) 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.up-anim {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.anim.up-anim.animated {
	opacity: 1;
	transition: opacity 1.2s ease 0.6s, -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
	transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, opacity 1.2s ease 0.6s;
	transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, opacity 1.2s ease 0.6s, -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 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='right-roll'] {
	-webkit-transform: translateX(20%) translateY(-6%) rotate(-3deg);
	transform: translateX(20%) translateY(-6%) rotate(-3deg);
}

.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: #782e1d;
}

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

.has-bg {
	position: relative;
}

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

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

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

.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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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: #782e1d;
	font-family: 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 62.5%;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.07em;
	-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;
}

body.olderSafari .l-wrapper {
	font-weight: 500;
}

.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: #f9f9f9;
}

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

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;
}

#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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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;
}

#navigation:after {
	display: none;
}

#suntory_contents [id^='div-gpt-ad-1469518796001'] {
	position: relative;
}

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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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 {
	margin-top: 10rem;
	padding: 0 3rem;
}

#suntory_contents #main .l-top-about-inner {
	margin-top: 4rem;
	gap: 4rem;
}

#suntory_contents #main .l-top-about-inner h6 {
	color: #300804;
	line-height: 1.8;
	letter-spacing: 0.33em;
}

#suntory_contents #main .l-top-about-inner-img {
	width: 26rem;
}

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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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-contents {
	margin-top: 11.5rem;
	margin-bottom: 13rem;
}

#suntory_contents #main .l-top-contents #top_content_menu {
	margin-top: 5.8rem;
}

#suntory_contents #main .l-top-contents #top_content_menu li,
#suntory_contents #main .l-top-contents #top_content_menu a,
#suntory_contents #main .l-top-contents #top_content_menu a:after {
	width: 19rem;
	height: 19rem;
}

#suntory_contents #main .l-top-contents #top_content_menu li:nth-of-type(1) a:after {
	background-size: 19rem;
}

#suntory_contents #main .l-top-contents #top_content_menu li a span {
	height: 62px;
	background-size: cover;
}

#suntory_contents #main .l-top-contents #top_content_menu li a em {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}

#suntory_contents #main .l-top-contents #top_content_menu li a em:after {
	top: 40%;
}

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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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-feature {
	width: 100%;
	margin-top: 14.5rem;
	background: #782e1d url(../img/top/feature/bg-ptrn.png) repeat -30px -22px/85px;
	letter-spacing: 0.1em;
}

#suntory_contents #main .l-top-feature-inner h3 span {
	margin-top: -1rem;
	font-size: 1.6rem;
}

#suntory_contents #main .l-top-feature-inner-tit {
	margin-top: -2.2rem;
}

#suntory_contents #main .l-top-feature-inner-product {
	position: absolute;
	z-index: 3;
	top: 47.5%;
	left: 51.8%;
	width: 23.6rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#suntory_contents #main .l-top-feature-inner-product img {
	width: 100%;
}

#suntory_contents #main .l-top-feature-inner-inner {
	gap: 0.7rem;
}

#suntory_contents #main .l-top-feature-inner-inner-tit {
	color: #782e1d;
}

#suntory_contents #main .l-top-feature-inner-inner-txt {
	margin-top: -0.5rem;
	color: #000;
}

#suntory_contents #main .l-top-feature-inner-inner-txt span {
	display: inline-flex;
	font-size: 1.1rem;
	line-height: 1.5;
}

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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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-function {
	margin-top: 11rem;
	padding: 0 3rem;
	color: #260a00;
}

#suntory_contents #main .l-top-function .mod-border {
	color: #782e1d;
}

#suntory_contents #main .l-top-function-inner {
	margin-top: 4rem;
	padding: 3.5rem 6rem 4.2rem;
	border: solid 2px #782e1d;
	border-radius: 4.3rem;
	background-color: #fffbf4;
	gap: 4rem;
}

#suntory_contents #main .l-top-function-inner-ver {
	max-width: 100%;
}

#suntory_contents #main .l-top-function-inner-ver h2 {
	color: #782e1d;
	white-space: nowrap;
	letter-spacing: 0.06em;
}

#suntory_contents #main .l-top-function-inner-ver:nth-of-type(2) {
	margin-top: 6.1rem;
}

#suntory_contents #main .l-top-function-inner-ver h6 {
	line-height: 1.65;
}

#suntory_contents #main .l-top-function-inner-ver h2 + h6 {
	margin-top: 0.9rem;
}

#suntory_contents #main .l-top-function-inner-ver h2 + h6 + .l-top-function-inner-ver-side {
	margin-top: 4.8rem;
}

#suntory_contents #main .l-top-function-inner-ver-side {
	margin-top: 1.8rem;
}

#suntory_contents #main .l-top-function-inner-ver-side h6:nth-of-type(1) {
	flex-shrink: 0;
}

#suntory_contents #main .l-top-function-inner-graph {
	position: relative;
	gap: 0.6rem;
}

#suntory_contents #main .l-top-function-inner-graph-side {
	margin-top: -1rem;
}

#suntory_contents #main .l-top-function-inner-graph-inner-img {
	margin-top: 1rem;
}

#suntory_contents #main .l-top-function-inner-graph-tit.mod-border {
	margin-left: 3.5rem;
	padding: 0.35rem 4.5rem 0.3rem;
	border: none;
	background-color: #e4d2c8;
	color: #260a00;
}

#suntory_contents #main .l-top-function-inner-graph-btm {
	margin-top: 2.3rem;
	margin-left: 2.2rem;
	padding: 0.53rem 2.5rem;
}

#suntory_contents #main .l-top-function-inner-graph-rubi {
	margin-top: 2rem;
	margin-left: 6rem;
}

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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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;
	width: 100%;
	margin: 0 auto;
	padding: 4.91379vw 0 0.9rem;
}

#main .l-main-header-inner {
	position: relative;
	z-index: 2;
	width: 100%;
}

#main .l-main-header-inner-product {
	width: 3.53448vw;
	margin-top: 22.41379vw;
	margin-left: -1.63793vw;
}

#main .l-main-header-inner-title {
	z-index: 2;
	width: 12.76724vw;
	margin: -1.2931vw 0 0 10.08621vw;
}

#main .l-main-header-inner-title.anim {
	-webkit-transform: rotate(-2deg) translateY(-30px);
	transform: rotate(-2deg) translateY(-30px);
}

#main .l-main-header-inner-title.anim.animated {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#main .l-main-header-inner-logo {
	z-index: 2;
	width: 9.91379vw;
	margin-top: -3.7931vw;
	margin-left: -4.22414vw;
}

#main .l-main-header-inner-img {
	width: 100%;
	height: 100%;
	margin: auto 0;
	-o-object-fit: cover;
	object-fit: cover;
}

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

#main .l-main-header-inner-img-wrappers {
	z-index: 1;
	width: 59.5%;
	margin-left: 3.01724vw;
}

#main .l-main-header-inner-img-wrappers-under {
	width: 100%;
	margin-top: 0.7rem;
}

#main .l-main-header-inner-img-dots {
	margin-left: 0.6rem;
	gap: 20px;
}

#main .l-main-header-inner-img-dots-status {
	display: flex;
	gap: 3px;
}

#main .l-main-header-inner-img-dots-status:not(.pause):before,
#main .l-main-header-inner-img-dots-status:not(.pause):after {
	content: '';
	display: flex;
	width: 5px;
	height: 10px;
	background-color: #782e1d;
}

#main .l-main-header-inner-img-dots-status.pause {
	width: 13px;
	height: 10px;
	background-color: #782e1d;
	-webkit-clip-path: polygon(10% 0, 10% 100%, 95% 50%);
	clip-path: polygon(10% 0, 10% 100%, 95% 50%);
}

#main .l-main-header-rubi {
	position: relative;
	z-index: 2;
	margin-top: 0.1rem;
	margin-left: auto;
	color: #70584d;
}

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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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-product {
	margin-top: 10.7rem;
	color: #260a00;
}

#suntory_contents #main .l-top-product #div-gpt-ad-1469518796001-0-1 {
	width: 291px;
	height: 71px;
}

#suntory_contents #main .l-top-product #div-gpt-ad-1469518796001-0-1 img {
	width: 100%;
	height: 100%;
}

#suntory_contents #main .l-top-product-inner {
	width: 764px;
	margin-top: 3.7rem;
}

#suntory_contents #main .l-top-product-inner:nth-of-type(2),
#suntory_contents #main .l-top-product-inner:nth-of-type(3) {
	margin-top: 7.5rem;
}

#suntory_contents #main .l-top-product-inner:nth-of-type(2) span,
#suntory_contents #main .l-top-product-inner:nth-of-type(3) span {
	margin-top: -0.1rem;
}

#suntory_contents #main .l-top-product-inner:nth-of-type(2) .l-top-product-inner-img,
#suntory_contents #main .l-top-product-inner:nth-of-type(3) .l-top-product-inner-img {
	width: 11.2rem;
	margin-top: 3rem;
	margin-bottom: 2.5rem;
}

#suntory_contents #main .l-top-product-inner:nth-of-type(3) .l-top-product-inner-img {
	width: 12.5rem;
	margin-bottom: 2rem;
}

#suntory_contents #main .l-top-product-inner span {
	margin-top: -1.3rem;
	font-size: 1.6rem;
}

#suntory_contents #main .l-top-product-inner h4 {
	text-align: center;
}

#suntory_contents #main .l-top-product-inner h4 span {
	font-size: 1.6rem;
}

#suntory_contents #main .l-top-product-inner h5 {
	margin-top: 1.6rem;
}

#suntory_contents #main .l-top-product-inner-detail {
	margin-top: 1rem;
}

#suntory_contents #main .l-top-product-inner-detail h6 {
	margin-top: 0.5rem;
	line-height: 1.4;
}

#suntory_contents #main .l-top-product-inner-detail a[target='_blank'] {
	margin-top: -0.3rem;
	margin-bottom: -0.1rem;
	color: #782e1d;
	text-decoration: underline;
}

#suntory_contents #main .l-top-product-inner-detail a[target='_blank']:after {
	content: ' ';
	display: inline-flex;
	width: 1.6rem;
	height: 1.6rem;
	margin-left: 0.2rem;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgMS41SDE0LjVWNU0xMy43NSAyLjI1TDEwIDZNOC41IDIuNUg0QzMuNjAyMTggMi41IDMuMjIwNjQgMi42NTgwNCAyLjkzOTM0IDIuOTM5MzRDMi42NTgwNCAzLjIyMDY0IDIuNSAzLjYwMjE4IDIuNSA0VjEyQzIuNSAxMi4zOTc4IDIuNjU4MDQgMTIuNzc5NCAyLjkzOTM0IDEzLjA2MDdDMy4yMjA2NCAxMy4zNDIgMy42MDIxOCAxMy41IDQgMTMuNUgxMkMxMi4zOTc4IDEzLjUgMTIuNzc5NCAxMy4zNDIgMTMuMDYwNyAxMy4wNjA3QzEzLjM0MiAxMi43Nzk0IDEzLjUgMTIuMzk3OCAxMy41IDEyVjcuNSIgc3Ryb2tlPSIjNzgyRTFEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
	-webkit-transform: translateY(0.25rem);
	transform: translateY(0.25rem);
}

#suntory_contents #main .l-top-product-inner-img {
	width: 35.9rem;
	margin-top: 3.2rem;
	margin-bottom: 5rem;
}

#suntory_contents #main .l-top-product-inner-btn {
	width: 29.1rem;
}

#suntory_contents #main .l-top-product-inner ul {
	margin-top: 2.1rem;
}

#suntory_contents #main .l-top-product-inner li {
	display: inline-flex;
	align-items: baseline;
	margin-top: -0.45rem;
	margin-left: 0.2rem;
	font-size: 1.5rem;
	line-height: 1.4;
}

#suntory_contents #main .l-top-product-inner li:before {
	content: '・';
	display: inline-flex;
	margin-left: 0.4rem;
	margin-left: -0.8em;
	text-indent: 1em;
}

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: #782e1d;
}

.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), #782e1d 0%);
}

body.ie11 .pc-hover:hover .hasunderline,
body.ie11 .hasunderline_link:hover .hasunderline {
	background: linear-gradient(transparent 98%, #782e1d 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-statement {
	margin-top: 9.3rem;
}

#suntory_contents #main .l-top-statement-inner {
	align-items: flex-start;
	margin-top: 2.4rem;
	margin-left: 2rem;
}

#suntory_contents #main .l-top-statement-inner-txt {
	width: 32rem;
	margin-top: 2rem;
	margin-left: 2rem;
}

#suntory_contents #main .l-top-statement-inner-tit {
	width: 32.5rem;
}

#suntory_contents #main .l-top-statement-inner-tit.anim {
	-webkit-transform: rotate(-3deg) translateX(-50px);
	transform: rotate(-3deg) translateX(-50px);
}

#suntory_contents #main .l-top-statement-inner-tit.anim.animated {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#suntory_contents #main .l-top-statement-inner-imgs {
	width: 532px;
	margin-left: 6rem;
	gap: 0.7rem;
}

#suntory_contents #main .l-top-statement-inner-imgs.play .l-top-statement-btn span {
	width: 40%;
	-webkit-clip-path: polygon(20% 0, 20% 100%, 100% 50%);
	clip-path: polygon(20% 0, 20% 100%, 100% 50%);
}

#suntory_contents #main .l-top-statement-inner-imgs.play .l-top-statement-btn span:nth-of-type(2) {
	display: none;
}

#suntory_contents #main .l-top-statement-inner-imgs.play .l-top-statement-inner-imgs-inner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

#suntory_contents #main .l-top-statement-inner-imgs-inner {
	width: 100%;
	gap: 0.7rem;
}

#suntory_contents #main .l-top-statement-btn {
	display: none;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	margin: 0.2rem auto 0;
	gap: 11%;
}

#suntory_contents #main .l-top-statement-btn span {
	width: 14%;
	height: 30%;
	background-color: #782e1d;
}

@media screen and (min-width: 780px) {
	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(1) img:nth-of-type(1) {
		width: 31.57895%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(1) img:nth-of-type(2) {
		width: 21.2406%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(1) img:nth-of-type(3) {
		width: 18.04511%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(1) img:nth-of-type(1) {
		margin-bottom: 7.5188%;
		margin-left: 13.53383%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(2) img:nth-of-type(1) {
		width: 45.11278%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(2) img:nth-of-type(2) {
		width: 31.01504%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(2) img:nth-of-type(3) {
		width: 26.69173%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(2) img:nth-of-type(4) {
		width: 19.73684%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(2) img:nth-of-type(1) {
		margin-top: -7.5188%;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(2) img:nth-of-type(2) {
		margin-top: 24.24812%;
		margin-left: -32.33083%;
	}
}

@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-sp-show {
		display: none !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: #782e1d;
	}

	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: #782e1d;
	}

	.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;
	}

	#suntory_contents #main .l-top-about-inner h6 {
		width: 46.5rem;
		line-height: 2;
	}

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

	#suntory_contents #main .l-top-feature-inner-frame {
		margin: 42px 0 86px;
		border-style: solid;
	}

	#suntory_contents #main .l-top-feature-inner-frame-inner {
		min-width: 45rem;
		padding: 2rem 0;
	}

	#suntory_contents #main .l-top-feature-inner-frame-inner:nth-of-type(1) .l-top-feature-inner-inner {
		padding-right: 10rem;
	}

	#suntory_contents #main .l-top-feature-inner-frame-inner:nth-of-type(2) .l-top-feature-inner-inner {
		padding-left: 10rem;
	}

	#suntory_contents #main .l-top-feature-inner-frame-inner:nth-of-type(2) .l-top-feature-inner-inner:nth-of-type(1) {
		-webkit-transform: translateY(-1rem);
		transform: translateY(-1rem);
	}

	#suntory_contents #main .l-top-feature-inner-inner {
		height: 15rem;
		padding: 0;
		border: none;
	}

	#suntory_contents #main .l-top-feature-inner-inner:nth-of-type(even) {
		margin-top: 3rem;
		padding-top: 1.5rem;
		border-top: solid 1px #782e1d;
	}

	#suntory_contents #main .l-top-function-inner-ver:nth-of-type(1) {
		width: 46rem;
	}
}

@media print, screen and (max-width: 1110px) {
	.is-pc-mid-show {
		display: block;
	}
}

@media print, screen and (max-width: 920px) {
	.is-tb-hide {
		display: none !important;
	}

	.is-pctb-hide {
		display: none !important;
	}

	.is-sp-show {
		display: none !important;
	}

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

	#suntory_contents #main .l-top-feature-inner-frame {
		margin: 42px 0 86px;
		border-style: solid;
	}

	#suntory_contents #main .l-top-feature-inner-product {
		top: 47.5%;
		width: 22rem;
	}

	#main .l-main-header-inner-title {
		margin-left: 5.17241vw;
	}

	#suntory_contents #main .l-top-statement-inner-imgs {
		width: 450px;
		margin-top: 3rem;
		margin-left: 2rem;
	}
}

@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;
	}

	#main h3,
  .l-header-navi h3 {
		font-size: 2.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-bg_frame,
  #suntory_contents #main .l-top-feature-inner-frame,
  #suntory_contents #main .l-top-feature-inner-inner {
		padding: 20px;
		padding-bottom: 25px;
		border-image-width: 20px;
	}

	.mod-bg_frame:before,
  #suntory_contents #main .l-top-feature-inner-frame:before,
  #suntory_contents #main .l-top-feature-inner-inner:before {
		top: 19px;
		left: 19px;
		width: calc(100% - 38px);
		height: calc(100% - 38px);
	}

	.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;
	}

	#suntory_contents iframe.fixed {
		top: 50% !important;
		left: 50% !important;
		width: 330px !important;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#suntory_contents #main .l-top-about {
		margin-top: 8rem;
		padding: 0;
	}

	#suntory_contents #main .l-top-about-inner {
		width: calc(100% - 8rem);
		margin-top: 3rem;
		gap: 2.4rem;
	}

	#suntory_contents #main .l-top-about-inner h6 {
		margin-top: 2.5rem;
		font-size: 1.4rem;
		line-height: 2.2;
	}

	#suntory_contents #main .l-top-about-inner-img {
		width: 100%;
	}

	#suntory_contents #main .l-top-contents {
		margin-top: 9rem;
		margin-bottom: -0.5rem;
	}

	#suntory_contents #main .l-top-contents #top_content_menu {
		margin-top: 4rem;
	}

	#suntory_contents #main .l-top-contents #top_content_menu li:nth-of-type(2) {
		width: 33.5rem;
	}

	#suntory_contents #main .l-top-contents #top_content_menu li:nth-of-type(2) a,
  #suntory_contents #main .l-top-contents #top_content_menu li:nth-of-type(2) .mode-sp {
		width: 100%;
	}

	#suntory_contents #main .l-top-contents #top_content_menu li:nth-of-type(2) img {
		width: 100%;
		max-width: 300%;
	}

	#suntory_contents #main .l-top-contents #top_content_menu li a:after {
		display: none;
	}

	#suntory_contents #main .l-top-feature {
		position: relative;
		width: calc(100% - 3rem);
		margin-top: 10rem;
		padding: 0 1.5rem;
	}

	#suntory_contents #main .l-top-feature-inner {
		width: 100%;
		margin-top: 28.1rem;
	}

	#suntory_contents #main .l-top-feature-inner-frame {
		width: 100%;
		margin: 42px 0 40px;
		padding: 0;
		border: none;
		gap: 2.3rem;
	}

	#suntory_contents #main .l-top-feature-inner-frame::before {
		display: none;
	}

	#suntory_contents #main .l-top-feature-inner-frame-inner {
		gap: 2.3rem;
	}

	#suntory_contents #main .l-top-feature-inner-tit {
		margin-top: -2rem;
	}

	#suntory_contents #main .l-top-feature-inner-product-inner {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}

	#suntory_contents #main .l-top-feature-inner-product {
		top: 3.8rem;
		right: 0;
		left: 0;
		width: 13rem;
		margin: auto;
		-webkit-transform: none;
		transform: none;
	}

	#suntory_contents #main .l-top-feature-inner-inner {
		width: calc(100% - 40px);
		gap: 0.5rem;
	}

	#suntory_contents #main .l-top-feature-inner-inner-img {
		transition-delay: 0.8s !important;
	}

	#suntory_contents #main .l-top-feature-inner-inner-tit {
		transition-delay: 1s !important;
	}

	#suntory_contents #main .l-top-feature-inner-inner-txt {
		margin-top: 0.5rem;
		line-height: 1.6;
		transition-delay: 1.2s !important;
	}

	#suntory_contents #main .l-top-function {
		margin-top: 9rem;
		padding: 0;
	}

	#suntory_contents #main .l-top-function-inner {
		width: calc(100% - 8rem);
		margin-top: 2.8rem;
		padding-right: 2rem;
		padding-bottom: 3.5rem;
		padding-left: 2rem;
		gap: 3rem;
	}

	#suntory_contents #main .l-top-function-inner-tit {
		width: 28.5rem;
	}

	#suntory_contents #main .l-top-function-inner-ver h2 {
		line-height: 1.5;
	}

	#suntory_contents #main .l-top-function-inner-ver:nth-of-type(2) {
		width: 100%;
		margin-top: 0;
		margin-right: -1.2rem;
		margin-left: -0.6rem;
	}

	#suntory_contents #main .l-top-function-inner-ver h6 {
		line-height: 1.6;
	}

	#suntory_contents #main .l-top-function-inner-ver h2 {
		font-size: 2.4rem;
	}

	#suntory_contents #main .l-top-function-inner-ver h2 + h6 + .l-top-function-inner-ver-side {
		margin-top: 2.5rem;
	}

	#suntory_contents #main .l-top-function-inner-ver-side {
		flex-direction: column;
		margin-top: 2.5rem;
	}

	#suntory_contents #main .l-top-function-inner-graph-side {
		margin-top: 1rem;
	}

	#suntory_contents #main .l-top-function-inner-graph-inner-img {
		width: 105%;
		max-width: 105%;
		margin-top: 0.8rem;
	}

	#suntory_contents #main .l-top-function-inner-graph-tit.mod-border {
		margin-right: -1rem;
		margin-left: -3.5rem;
		padding: 0.35rem 5rem 0.3rem;
	}

	#suntory_contents #main .l-top-function-inner-graph-btm {
		margin-top: 1rem;
		margin-left: 1.4rem;
	}

	#suntory_contents #main .l-top-function-inner-graph-rubi {
		margin-top: 1rem;
		margin-left: 0.5rem;
	}

	#main .l-main-header {
		width: 100%;
		padding: 5.3rem 0 5rem;
	}

	#main .l-main-header-inner-product {
		width: 3.4rem;
		margin-top: 21.8rem;
		margin-left: -6.5rem;
	}

	#main .l-main-header-inner-title {
		width: 9rem;
		margin: -1.5rem 0 0 1.2rem;
	}

	#main .l-main-header-inner-title.anim {
		-webkit-transform: rotate(1.5deg) translateY(-30px);
		transform: rotate(1.5deg) translateY(-30px);
	}

	#main .l-main-header-inner-title.anim.animated {
		-webkit-transform: rotate(1.5deg);
		transform: rotate(1.5deg);
	}

	#main .l-main-header-inner-logo {
		position: absolute;
		top: -3.7rem;
		right: 1.15rem;
		width: 5.75rem;
		margin: 0;
	}

	#main .l-main-header-inner-img-wrappers {
		width: 70vw;
		margin-left: 2.7rem;
		padding-top: 0;
	}

	#main .l-main-header-inner-img-wrappers-under {
		flex-direction: column;
		width: 100vw;
		margin-top: 2.9rem;
		margin-left: -6.5rem;
	}

	#main .l-main-header-inner-img-dots {
		margin: auto;
	}

	#main .l-main-header-rubi {
		margin: auto;
		margin-top: 1rem;
		font-size: 1.2rem;
	}

	#suntory_contents #main .l-top-product {
		margin-top: 8.7rem;
	}

	#suntory_contents #main .l-top-product-tit {
		width: 24.5rem;
	}

	#suntory_contents #main .l-top-product-inner {
		width: 100%;
		margin-top: 3.5rem;
	}

	#suntory_contents #main .l-top-product-inner:nth-of-type(2),
  #suntory_contents #main .l-top-product-inner:nth-of-type(3) {
		margin-top: 5.5rem;
	}

	#suntory_contents #main .l-top-product-inner:nth-of-type(2) .l-top-product-inner-img,
  #suntory_contents #main .l-top-product-inner:nth-of-type(3) .l-top-product-inner-img {
		width: 8.5rem;
		margin-top: 2.5rem;
		margin-bottom: 2rem;
	}

	#suntory_contents #main .l-top-product-inner:nth-of-type(3) .l-top-product-inner-img {
		width: 10.2rem;
		margin-bottom: 1.5rem;
	}

	#suntory_contents #main .l-top-product-inner span {
		margin-top: 0.5rem;
	}

	#suntory_contents #main .l-top-product-inner h4 {
		font-size: 2rem;
	}

	#suntory_contents #main .l-top-product-inner h5 {
		margin-top: 1rem;
		padding: 0;
	}

	#suntory_contents #main .l-top-product-inner-detail {
		margin-top: 2.5rem;
		padding: 0 2rem;
	}

	#suntory_contents #main .l-top-product-inner-detail h6 {
		margin-top: 0.1rem;
		line-height: 1.4;
	}

	#suntory_contents #main .l-top-product-inner-detail a[target='_blank'] {
		margin-top: -0.1rem;
		margin-bottom: 0.5rem;
	}

	#suntory_contents #main .l-top-product-inner-img {
		width: 31.4rem;
		margin-top: 3rem;
		margin-bottom: 4rem;
	}

	#suntory_contents #main .l-top-product-inner ul {
		margin-top: 1rem;
	}

	#suntory_contents #main .l-top-product-inner li {
		margin-top: 0;
	}

	#suntory_contents #main .l-top-statement {
		align-items: center;
		margin-top: 4.5rem;
	}

	#suntory_contents #main .l-top-statement-inner {
		align-items: center;
		margin: auto;
	}

	#suntory_contents #main .l-top-statement-inner-txt {
		width: 31.5rem;
		margin-top: 1.5rem;
		margin-left: 0.2rem;
	}

	#suntory_contents #main .l-top-statement-inner-tit {
		width: 26rem;
	}

	#suntory_contents #main .l-top-statement-inner-imgs {
		width: 100vw;
		margin-top: 4.5rem;
		margin-left: 0;
		gap: 0.6rem;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner {
		gap: 0.6rem;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(1) {
		-webkit-animation: slidesUpperAnim 30s linear 0s infinite;
		animation: slidesUpperAnim 30s linear 0s infinite;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(1) img {
		height: 116px;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(2) {
		-webkit-transform: translateX(-744px);
		transform: translateX(-744px);
		-webkit-animation: slidesUnderAnim 25s linear 0s infinite;
		animation: slidesUnderAnim 25s linear 0s infinite;
	}

	#suntory_contents #main .l-top-statement-inner-imgs-inner:nth-of-type(2) img {
		height: 93px;
	}

	#suntory_contents #main .l-top-statement-btn {
		display: flex;
	}
}

@media (max-width: 767px) {
	#wineCommonHeader {
		display: none;
	}
}

@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 #main .l-top-feature-inner {
		position: relative;
	}

	#suntory_contents #main .l-top-feature-inner-frame-inner {
		width: 40rem;
	}

	#suntory_contents #main .l-top-feature-inner-frame-inner:nth-of-type(1) .l-top-feature-inner-inner {
		padding-right: 5rem;
	}

	#suntory_contents #main .l-top-feature-inner-frame-inner:nth-of-type(2) .l-top-feature-inner-inner {
		padding-left: 5rem;
	}

	#suntory_contents #main .l-top-feature-inner-inner {
		height: 18rem;
		padding: 0;
		border: none;
	}

	#suntory_contents #main .l-top-feature-inner-inner:nth-of-type(even) {
		margin-top: 3rem;
		padding-top: 1.5rem;
		border-top: solid 1px #782e1d;
	}
}