@charset "utf-8";

/*
===== company_index ===========================*/

/* p-main
--------------------*/
.p-main {
	position: relative;
	height: 100vh;
	height: 100svh;
	background: #112240;
}

.p-main:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(/assets/top/img/bg_main.png) no-repeat 50% 100%;
	background-size: 100% auto;
	aspect-ratio: 1440 / 445;
	transform: translateY(60.2%);
	z-index: 2;
}

.p-main .h1_wrap {
	position: absolute;
	top: 172px;
	right: 52px;
	width: 429px;
	height: 218px;
}

.p-main .h1_wrap h1 {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	z-index: 2;
}

.p-main .h1_wrap .neko {
	position: absolute;
	top: -58px;
	left: 52px;
	width: 64px;
	transform: rotate(-28.03deg);
	z-index: 1;
}

.p-main .h1_wrap .dondabada {
	position: absolute;
	top: -60px;
	left: 304px;
	width: 83px;
	transform: rotate(17.73deg);
	z-index: 1;
}

.p-main .p-cans {
	position: relative;
	width: 100%;
	margin-top: calc((180 / 1440) * -100%);
	z-index: 2;
}

.p-main .p-cans ul {
	display: flex;
	justify-content: center;
	align-items: end;
	width: calc((1113 / 1440) * 100%);
	margin: 0 auto;
}

.p-main .p-cans ul li {
	width: calc((87.73 / 1113) * 100%);
}

.p-main .p-cans ul li:nth-of-type(1) {
	margin-right: calc((73 / 1113) * 100%);
	padding-bottom: calc((96 / 1113) * 100%);
	transform: rotate(20deg);
}

.p-main .p-cans ul li:nth-of-type(2) {
	margin-right: calc((83 / 1113) * 100%);
	padding-bottom: calc((46 / 1113) * 100%);
	transform: rotate(20deg);
}

.p-main .p-cans ul li:nth-of-type(3) {
	margin-right: calc((93 / 1113) * 100%);
	padding-bottom: calc((12 / 1113) * 100%);
	transform: rotate(15deg);
}

.p-main .p-cans ul li:nth-of-type(4) {
	margin-right: calc((93 / 1113) * 100%);
}

.p-main .p-cans ul li:nth-of-type(5) {
	margin-right: calc((83 / 1113) * 100%);
	padding-bottom: calc((12 / 1113) * 100%);
	transform: rotate(-15deg);
}

.p-main .p-cans ul li:nth-of-type(6) {
	margin-right: calc((73 / 1113) * 100%);
	padding-bottom: calc((46 / 1113) * 100%);
	transform: rotate(-20deg);
}

.p-main .p-cans ul li:nth-of-type(7) {
	padding-bottom: calc((96 / 1113) * 100%);
	transform: rotate(-20deg);
}

.p-main .scroll {
	position: absolute;
	left: 40px;
	bottom: 0;
	height: 62px;
	z-index: 3;
}

.p-main .scroll img {
	position: absolute;
	top: -65px;
	left: -5px;
}

.p-main .scroll:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 62px;
	background: #000000;
	z-index: 10;
}

.p-main .scroll:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 16px;
	background: #ffffff;
	animation: scrollanime 1.6s infinite;
	z-index: 20;
}

@keyframes scrollanime {
	0% {
		top: 0;
	}

	80% {
		top: 46px;
	}

	90% {
		top: 46px;
	}

	100% {
		top: 46px;
	}
}

.p-main .p-slide--main figure {
	height: 100vh;
	height: 100svh;
}

.p-main .p-slide--main figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.p-main:after {
		background: url(/assets/top/img/bg_main_sp.png) no-repeat 50% 100%;
		background-size: 100% auto;
		aspect-ratio: 375 / 130;
		transform: translateY(66.2%);
	}

	.p-main .h1_wrap {
		position: absolute;
		top: 124px;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
		width: 264px;
		height: 134px;
	}

	.p-main .h1_wrap .neko {
		top: -30px;
		left: -12px;
		width: 43px;
	}

	.p-main .h1_wrap .dondabada {
		top: -33px;
		left: 225px;
		width: 56px;
	}

	.p-main .p-cans_wrap {
		width: 100%;
		transform: translateY(-63.666%);
	}

	.p-main .p-cans {
		margin-top: 0;
	}

	.p-main .p-cans ul {
		width: calc((356 / 375) * 100%);
	}

	.p-main .p-cans ul li {
		width: calc((38 / 356) * 100%);
	}

	.p-main .p-cans ul li:nth-of-type(1) {
		margin-right: calc((12 / 356) * 100%);
		padding-bottom: calc((38 / 356) * 100%);
	}

	.p-main .p-cans ul li:nth-of-type(2) {
		margin-right: calc((15 / 356) * 100%);
		padding-bottom: calc((22 / 356) * 100%);
	}

	.p-main .p-cans ul li:nth-of-type(3) {
		margin-right: calc((20 / 356) * 100%);
		padding-bottom: calc((7 / 356) * 100%);
	}

	.p-main .p-cans ul li:nth-of-type(4) {
		margin-right: calc((20 / 356) * 100%);
		padding-bottom: calc((2 / 356) * 100%);
	}

	.p-main .p-cans ul li:nth-of-type(5) {
		margin-right: calc((20 / 356) * 100%);
		padding-bottom: calc((7 / 356) * 100%);
	}

	.p-main .p-cans ul li:nth-of-type(6) {
		margin-right: calc((15 / 356) * 100%);
		padding-bottom: calc((22 / 356) * 100%);
	}

	.p-main .p-cans ul li:nth-of-type(7) {
		padding-bottom: calc((38 / 356) * 100%);
	}

	.p-main .scroll {
		display: none;
	}

	.p-main .p-slide--main figure img {
		object-position: top;
	}
}

/* p-company
--------------------*/
.p-company {
	position: relative;
	padding: 204px 0 calc((232 / 1440) * 100%);
	background: #112240;
}

.p-company:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding-top: calc((420 / 1440) * 100%);
	background: url(/assets/top/img/bg_press_room_01.png) no-repeat 50% 100%;
	background-size: 100% auto;
	z-index: 1;
}

.p-company:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding-top: calc((420 / 1440) * 100%);
	background: url(/assets/top/img/bg_press_room_02.png) no-repeat 50% 100%;
	background-size: 100% auto;
	z-index: 3;
}

.p-company .aliens {
	position: absolute;
	left: calc((120 / 1440) * 100%);
	bottom: 0;
	transform: rotate(15deg);
	width: calc((173 / 1440) * 100%);
	padding-bottom: calc((20 / 1440) * 100%);
	z-index: 2;
}

.p-company .wrap {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	z-index: 3;
}

.p-company .wrap > figure {
	width: calc((594 / 1200) * 100%);
	margin-top: calc((48 / 1200) * -100%);
}

.p-company .wrap > figure img {
	border-radius: 10px;
}

.p-company .wrap .lc {
	flex: 1;
	padding: 40px 0 0;
}

.p-company .wrap .lc h2 em {
	display: block;
	color: #F8E133;
	font-size: 40px;
	font-weight: 700;
	line-height: calc(54 / 40);
}

.p-company .wrap .lc h2 span {
	display: block;
	margin: 16px 0 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(16 / 22);
}

.p-company .wrap .lc figure {
	width: calc((524 / 608) * 100%);
	margin: 48px 0 0;
}

.p-company .wrap .lc p {
	margin: 40px 0 0;
	color: #ffffff;
	font-weight: 700;
}

.p-company .wrap .lc nav {
	margin: 40px 0 0;
}

.p-company .wrap .lc nav a {
	margin: 0 auto 0 0;
}

@media (max-width: 768px) {
	.p-company {
	padding: calc((80 / 375) * 100%) 0 calc((148 / 375) * 100%);
	}

	.p-company:after {
		padding-top: calc((75 / 375) * 100%);
		background: url(/assets/top/img/bg_press_room_01_sp.png) no-repeat 50% 100%;
		background-size: 100% auto;
	}

	.p-company:before {
		padding-top: calc((75 / 375) * 100%);
		background: url(/assets/top/img/bg_press_room_02_sp.png) no-repeat 50% 100%;
		background-size: 100% auto;
	}

	.p-company .aliens {
		position: absolute;
		left: calc((0 / 375) * 100%);
		bottom: 0;
		transform: rotate(15deg);
		width: calc((67.32 / 375) * 100%);
		padding-bottom: calc((16 / 375) * 100%);
		z-index: 2;
	}

	.p-company .wrap {
		display: block;
	}

	.p-company .wrap > figure {
		width: 230px;
		margin: 0 auto;
	}

	.p-company .wrap > figure img {
		margin-top: 0;
		border-radius: 10px;
	}

	.p-company .wrap .lc {
		padding: 32px 0 0;
		text-align: center;
	}

	.p-company .wrap .lc h2 em {
		font-size: 30px;
		line-height: calc(42 / 30);
	}

	.p-company .wrap .lc h2 span {
		margin: 16px 0 0;
		font-size: 20px;
		line-height: calc(28 / 20);
	}

	.p-company .wrap .lc figure {
		width: 318px;
		margin: 48px auto 0;
	}

	.p-company .wrap .lc p {
		margin: 32px 0 0;
		font-size: 16px;
		line-height: 1.8;
	}

	.p-company .wrap .lc nav {
		margin: 32px 0 0;
	}

	.p-company .wrap .lc nav a {
		margin: 0 auto;
	}
}

/* p-breweries_taprooms
--------------------*/
.p-breweries_taprooms {
	position: relative;
	background: #EABF4B;
	z-index: 5;
}

.p-breweries_taprooms h2 em {
	position: relative;
	display: block;
	padding: 24px 0 0;
	font-size: 40px;
	font-weight: 700;
	line-height: calc(54 / 40);
	z-index: 5;
}

.p-breweries_taprooms h2 span {
	display: block;
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(22 / 16);
}

.p-breweries_taprooms .p-slide {
	position: relative;
	margin: 32px 0 0;
}

.p-breweries_taprooms .swiper-slide {
	position: relative;
	width: calc((800 / 1440) * 100%);
	margin: 0 auto;
}

.p-breweries_taprooms .swiper-slide a {
	display: block;
	background: #ffffff;
	border-radius: 20px;
	color: #000000;
	overflow: hidden;
}

.p-breweries_taprooms .swiper-slide div {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: calc((16 / 800) * 100%);
}

.p-breweries_taprooms .swiper-slide div:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background: url(/assets/img/common/bullet_arrow_02_y.svg) no-repeat 100% 50%;
	background-size: 34px auto;
	transition: .3s all;
}

.p-breweries_taprooms .swiper-slide div:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background: url(/assets/img/common/bullet_arrow_02_n.svg) no-repeat 100% 50%;
	background-size: 34px auto;
	transition: .3s all;
	opacity: 0;
}

.p-breweries_taprooms .swiper-slide div span {
	padding: 7px 10px 8px;
	background: #112240;
	border-radius: 10px;
	color: #ffffff;
	font-size: clamp(12px, calc((14 / 1440) * 100vw), 14px);
	font-weight: 700;
	white-space: nowrap;
}

.p-breweries_taprooms .swiper-slide div em {
	padding: 0 36px 2px 0;
	font-size: clamp(14px, calc((16 / 1440) * 100vw), 16px);
	font-weight: 700;
}

.p-breweries_taprooms .p-prev_next {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc((800 / 1440) * 100%);
	height: 0;
	z-index: 5;
}

.p-breweries_taprooms .p-prev_next li + li {
	margin-left: auto;
}

.p-breweries_taprooms .p-prev_next li.c-nav_prev {
	transform: translateX(-35px);
}

.p-breweries_taprooms .p-prev_next li.c-nav_next {
	transform: translateX(35px);
}


.p-breweries_taprooms nav.c-nav_03 {
	position: relative;
	margin-top: 72px;
	z-index: 5;
}

@media (min-width: 769px) {
	.p-breweries_taprooms .swiper-slide a:hover {
		background: #F8E133;
	}

	.p-breweries_taprooms .swiper-slide a:hover div:after {
		opacity: 0;
	}

	.p-breweries_taprooms .swiper-slide a:hover div:before {
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.p-breweries_taprooms h2 em {
		margin: 0 -30px;
		padding: 32px 0 0;
		font-size: 30px;
		line-height: calc(42 / 30);
		text-align: center;
	}

	.p-breweries_taprooms h2 span {
		font-size: 20px;
		line-height: calc(28 / 20);
		text-align: center;
	}

	.p-breweries_taprooms .p-slide {
		position: relative;
		margin: 32px 0 0;
	}

	.p-breweries_taprooms .swiper-slide {
		width: calc((295 / 375) * 100%);
	}

	.p-breweries_taprooms .swiper-slide a {
		border-radius: 10px;
	}

	.p-breweries_taprooms .swiper-slide div {
		gap: 8px;
		padding:8px;
	}

	.en .p-breweries_taprooms .swiper-slide div {
		flex-direction: column;
		justify-content: left;
		align-items: flex-start;
		gap: 4px;
		padding:8px;
	}

	.p-breweries_taprooms .swiper-slide div:after {
		right: 8px;
		width: 24px;
		height: 24px;
		background: url(/assets/img/common/bullet_arrow_02_y.svg) no-repeat 100% 50%;
		background-size: 24px auto;
	}

	.p-breweries_taprooms .swiper-slide div span {
		padding: 3px 10px 5px;
		font-size: 12px;
	}

	.p-breweries_taprooms .swiper-slide .slide_05 div span {
		padding: 3px 7px 5px;
		font-size: 10px;
	}
	
	.en .p-breweries_taprooms .swiper-slide div span {
		padding: 3px 10px 5px !important;
		font-size: 12px !important;
	}

	.p-breweries_taprooms .swiper-slide div em {
		padding: 0 28px 2px 0;
		font-size: 14px;
	}

	.p-breweries_taprooms .swiper-slide .slide_03 div em,
	.p-breweries_taprooms .swiper-slide .slide_04 div em,
	.p-breweries_taprooms .swiper-slide .slide_05 div em {
		font-size: 10px;
	}
	
	.en .p-breweries_taprooms .swiper-slide div em {
		padding-left: 8px;
		font-size: 14px !important;
		line-height: 1.4;
	}

	.p-breweries_taprooms .p-prev_next {
		display: none;
	}


	.p-breweries_taprooms nav.c-nav_03 {
		margin-top: 32px;
	}
}

/* p-lineup
--------------------*/
.p-lineup {
	position: relative;
	margin: 64px 0 0;
	padding-top: calc((96 / 1440) * 100%);
	padding-bottom: calc((120 / 1440) * 100%);
	background: #112240 url(/assets/top/img/bg_lineup_01.png) no-repeat 50% 0;
	background-size: 100% auto;
}

.p-lineup:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding-top: calc((120 / 1440) * 100%);
	background: url(/assets/top/img/bg_lineup_02.png) no-repeat 50% 100%;
	background-size: 100% auto;
	z-index: 1;
}

.p-lineup:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding-top: calc((120 / 1440) * 100%);
	background: url(/assets/top/img/bg_lineup_03.png) no-repeat 50% 100%;
	background-size: 100% auto;
	z-index: 3;
}

.p-lineup .satan {
	position: absolute;
	right: calc((8 / 1440) * 100%);
	bottom: 0;
	transform: rotate(-15deg);
	width: calc((124 / 1440) * 100%);
	padding-bottom: calc((0 / 1440) * 100%);
	z-index: 2;
}

.p-lineup h2 em {
	display: block;
	color: #F8E133;
	font-size: 40px;
	font-weight: 700;
	line-height: calc(54 / 40);
	text-align: center;
}

.p-lineup h2 span {
	display: block;
	margin: 16px 0 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(22 / 16);
	text-align: center;
}

.p-lineup h2 + p {
	margin: 16px 0 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(22 / 16);
	text-align: center;
}

.p-lineup .p-slide {
	position: relative;
	margin: 96px 0 0;
}

.p-lineup .swiper-slide {
	position: relative;
	width: 205px;
	margin: 0 auto;
}

.p-lineup .swiper-slide div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 272px;
	right: -128px;
	width: 158px;
	height: 158px;
	border: 6px solid #F8E133;
	border-radius: 50%;
	color: #F8E133;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(22 / 16);
	text-align: center;
}

.p-lineup .swiper-slide p {
	position: relative;
	margin-top: 32px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: calc(20 / 14);
	text-align: center;
	z-index: 300;
}

.p-lineup .p-prev_next {
	display: flex;
	position: absolute;
	top: 360px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 896px;
	height: 0;
	padding: 0 32px;
	z-index: 5;
}

.p-lineup .p-prev_next li + li {
	margin-left: auto;
}

.p-lineup .p-prev_next .c-nav_next,
.p-lineup .p-prev_next .c-nav_prev {
	border: 4px solid #F8E133;
}

.p-lineup nav.c-nav_01 {
	position: relative;
	margin-top: 56px;
	padding-bottom: calc((70 / 1200) * 100%);
	z-index: 5;
}

@media (max-width: 768px) {
	.p-lineup {
		margin: 40px 0 0;
		padding-top: calc((60 / 375) * 100%);
		padding-bottom: calc((106 / 375) * 100%);
		background: #112240 url(/assets/top/img/bg_lineup_01_sp.png) no-repeat 50% 0;
		background-size: 100% auto;
	}

	.p-lineup:after {
		padding-top: calc((92 / 375) * 100%);
		background: url(/assets/top/img/bg_lineup_02_sp.png) no-repeat 50% 100%;
		background-size: 100% auto;
	}

	.p-lineup:before {
		padding-top: calc((92 / 375) * 100%);
		background: url(/assets/top/img/bg_lineup_03_sp.png) no-repeat 50% 100%;
		background-size: 100% auto;
	}

	.p-lineup .satan {
		position: absolute;
		right: calc((6 / 375) * 100%);
		bottom: 0;
		transform: rotate(-15deg);
		width: calc((65.6 / 375) * 100%);
		padding-bottom: calc((0 / 375) * 100%);
		z-index: 2;
	}

	.p-lineup h2 em {
		font-size: 30px;
		line-height: calc(42 / 30);
	}

	.p-lineup h2 span {
		font-size: 20px;
		line-height: calc(28 / 20);
	}

	.p-lineup h2 + p {
		margin: 32px 0 0;
	}

	.p-lineup .p-slide {
		margin: 52px 0 0;
	}

	.p-lineup .swiper-slide {
		width: 132px;
	}

	.p-lineup .swiper-slide div {
		top: 166px;
		right: -80px;
		width: 108px;
		height: 108px;
		font-size: 12px;
		line-height: calc(16 / 12);
	}

	.p-lineup .swiper-slide p {
		margin-top: 16px;
		font-size: 12px;
		line-height: calc(20 / 12);
	}

	.p-lineup .p-prev_next {
		display: none;
	}

	.p-lineup nav.c-nav_01 {
		margin-top: 16px;
		padding-bottom: 0;
	}
}

/* p-about
--------------------*/
.p-about {
	position: relative;
	background: #F1E2B0;
	z-index: 5;
}

.p-about:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #F1E2B0;
	z-index: 5;
}

.p-about .wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 24px;
	z-index: 6;
}

.p-about .wrap + .wrap {
	margin: 120px 0 0;
}

.p-about .wrap:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-about .wrap figure {
	flex: 1;
}

.p-about .wrap figure img {
	border-radius: 10px;
}

.p-about .wrap div {
	width: calc((584 / 1200) * 100%);
	min-width: 360px;
}

.p-about h2 em {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: calc(54 / 40);
}

.p-about .wrap:nth-of-type(2) h2 em {
	text-align: right;
}

.p-about h2 span {
	font-size: 20px;
	font-weight: 700;
}

.p-about p {
	max-width: 560px;
	margin: 40px 0 0;
}

.p-about .wrap:nth-of-type(2) p {
	margin-left: auto;
}

.p-about nav.c-nav_03 {
	margin-top: 40px;
}

.p-about nav.c-nav_03 a {
	margin: 0;
}

.p-about .wrap:nth-of-type(2) nav.c-nav_03 a {
	margin-left: auto;
}

@media (max-width: 768px) {
	.p-about {
		padding-top: 20px;
	}

	.p-about .wrap {
		display: block;
	}

	.p-about .wrap + .wrap {
		margin: 56px 0 0;
	}

	.p-about .wrap figure {
		margin: 32px 0 0;
	}

	.p-about .wrap div {
		width: 100%;
		min-width: 100%;
	}

	.p-about h2 em {
		font-size: 30px;
		line-height: calc(42 / 30);
		text-align: center;
	}

	.p-about .wrap:nth-of-type(2) h2 em {
		text-align: center;
	}

	.p-about h2 span {
		display: block;
		font-size: 20px;
		line-height: calc(42 / 30);
		text-align: center;
	}

	.p-about p {
		margin: 32px 16px 0;
	}

	.p-about .wrap:nth-of-type(2) p {
		margin: 32px 16px 0;
	}

	.p-about nav.c-nav_03 {
		margin-top: 32px;
	}

	.p-about nav.c-nav_03 a {
		margin: 0 auto;
	}

	.p-about .wrap:nth-of-type(2) nav.c-nav_03 a {
		margin: 0 auto;
	}
}

/* p-press_room
--------------------*/
.p-press_room {
	position: relative;
	padding: calc((136 / 1440) * 100%) 0 48px;
	background: #EABF4B url(/assets/en/img/bg_press_room_01.png) no-repeat 50% 0;
	background-size: 100% auto;
}

.p-press_room h2 {
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-press_room .tab {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: fit-content;
	margin: 64px auto 40px;
	z-index: 4;
}

.p-press_room .tab dt {
	width: fit-content;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.p-press_room .tab dd {
	flex: 1;
}

.p-press_room .tab ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.p-press_room .tab li {
	position: relative;
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0 32px 2px;
	border: 2px solid #000000;
	border-radius: 44px;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	transition: .3s all;
	cursor: pointer;
}

.p-press_room .tab li.active {
	background: #000000;
	color: #F8E133;
}

.p-press_room .tab li.active:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%);
	width: 16px;
	height: 16px;
	background: url((/assets/en/img/arrow_current.svg) no-repeat 50% 50%;
	background-size: 16px auto;
}

.p-press_room .tab li:nth-of-type(4),
.p-press_room .tab li:nth-of-type(5) {
	margin-left: 20px;
}

.p-press_room .tab li:nth-of-type(4):before,
.p-press_room .tab li:nth-of-type(5):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 1px;
	height: 100%;
	background-color: #A48635;
}

.p-press_room .tab_cont {
	position: relative;
	display: none;
	margin: 64px 0 0;
	z-index: 4;
}

.p-press_room .tab_cont.active {
	display: block;
}

.p-press_room .tab_cont ul {
	display: flex;
	gap: 20px;
}

.p-press_room .tab_cont li {
	flex: 1;
}

.p-press_room .tab_cont li a {
	display: block;
	position: relative;
	padding: 16px;
	background: #ffffff;
	border-radius: 10px;
}

.p-press_room .tab_cont li figure img {
	border-radius: 4px;
}

.p-press_room .tab_cont li .cat {
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
	height: 33px;
	margin: -16.5px 0 0;
	padding: 0 10px;
	background: #112240;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	z-index: 2;
}

.p-press_room .tab_cont li p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin: 6px 0 0;
	font-size: 14px;
}

.p-press_room .tab_cont li .date {
	padding: 20px 0 6px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.p-press_room .tab_cont li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 34px;
	height: 34px;
	background: url(/assets/img/common/bullet_arrow_02_y.svg) no-repeat 50% 50%;
	background-size: 34px auto;
	transition: .3s all;
}

.p-press_room .tab_cont li a:before {
	content: "";
	display: block;
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 34px;
	height: 34px;
	background: url(/assets/img/common/bullet_arrow_02_n.svg) no-repeat 50% 50%;
	background-size: 34px auto;
	transition: .3s all;
	opacity: 0;
}

@media (min-width: 769px) {
	.p-press_room .tab li:hover {
		background: #000000;
		color: #F8E133;
	}

	.p-press_room .tab_cont li a:hover {
		background: #F8E133;
	}

	.p-press_room .tab_cont li a:hover:after {
		opacity: 0;
	}

	.p-press_room .tab_cont li a:hover:before {
		opacity: 1;
	}
}

.p-press_room nav {
	position: relative;
	margin: 40px 0 0;
	z-index: 4;
}

.p-press_room nav + nav {
	margin: 32px 0 0;
}

@media (max-width: 1080px) {
	.p-press_room .tab {
		display: block;
		width: 100%;
	}

	.p-press_room .tab dt {
		position: relative;
		width: 100%;
		margin: 0 0 16px;
	}

	.p-press_room .tab dt:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 8.2em;
		width: calc(100% - 8.2em);
		height: 1px;
		background-color: rgba(255,255,255,0.2);
	}

	.p-press_room .tab li {
		padding: 0 24px 2px;
		font-size: 15px;
	}

	.p-press_room .tab_cont ul {
		flex-wrap: wrap;
		gap: 24px 20px;
	}

	.p-press_room .tab_cont li {
		flex: auto;
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 768px) {
	.p-press_room {
		position: relative;
		padding: calc((72 / 375) * 100%) 0 40px;
		background: #EABF4B url(/assets/en/img/bg_press_room_01_sp.png) no-repeat 50% 0;
		background-size: 100% auto;
	}

	.p-press_room .tab {
		margin: 32px auto 40px;
	}

	.p-press_room .tab dt {
		font-size: 14px;
	}

	.p-press_room .tab dt:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 7.4em;
		width: calc(100% - 7.4em);
		height: 1px;
		background-color: #A48635;
	}

	.p-press_room .tab dt:before {
		content: "";
		display: block;
		position: absolute;
		top: 106px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #A48635;
	}

	.p-press_room .tab dd {
		position: relative;
		margin: 0 auto;
	}

	.p-press_room .tab ul {
		flex-wrap: wrap;
		gap: 48px 8px;
	}

	.p-press_room .tab li {
		justify-content: center;
		padding: 0 0 2px;
		font-size: 16px;
		text-align: center;
		transition: none;
	}

	.p-press_room .tab li:nth-of-type(1) { width: 100px; }
	.p-press_room .tab li:nth-of-type(2) { width: 103px; }
	.p-press_room .tab li:nth-of-type(3) { width: 114px; }
	.p-press_room .tab li:nth-of-type(4) { width: 107px; }
	.p-press_room .tab li:nth-of-type(5) { width: 192px; }

	.p-press_room .tab li:nth-of-type(4) {
		margin-left: 0;
		margin-right: 4px;
	}

	.p-press_room .tab li:nth-of-type(5) {
		margin-left: 4px;
	}


	.p-press_room .tab li:nth-of-type(4):before,
	.p-press_room .tab li:nth-of-type(5):before {
		display: none;
	}

	.p-press_room .tab_cont {
		margin: 40px 0 0;
	}

	.p-press_room .tab_cont li a {
		padding: 8px;
	}

	.p-press_room .tab_cont li .cat {
		height: 24px;
		margin: -12px 0 0;
		padding: 0 10px 1px;
		font-size: 12px;
	}

	.p-press_room .tab_cont li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
		margin: 3px 0 0;
	}

	.p-press_room .tab_cont li .date {
		padding: 6px 0 6px 8px;
		font-size: 14px;
		text-align: left;
	}

	.p-press_room .tab_cont li a:after {
		right: 8px;
		bottom: 12px;
		width: 24px;
		height: 24px;
		background: url(/assets/img/common/bullet_arrow_02_y.svg) no-repeat 50% 50%;
		background-size: 24px auto;
		transition: none;
	}

	.p-press_room nav + nav {
		margin: 24px 0 0;
	}
}

/* p-online_shop
--------------------*/
.p-online_shop {
	position: relative;
	padding: 0 0 92px;
	background: #EABF4B;
	z-index: 5;
}

.p-online_shop .wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}

.p-online_shop .wrap figure {
	flex: 1;
}

.p-online_shop .wrap figure img {
	border-radius: 10px;
}

.p-online_shop .wrap div {
	width: calc((584 / 1200) * 100%);
	min-width: 360px;
}

.p-online_shop h2 em {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: calc(54 / 40);
}

.p-online_shop h2 span {
	display: block;
	margin: 16px 0 0;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	line-height: calc(44 / 32);
}

.p-online_shop p {
	margin: 40px 0 0;
}

.p-online_shop nav.c-nav_03 {
	margin-top: 40px;
}

.p-online_shop nav.c-nav_03 a {
	margin: 0;
}

@media (max-width: 768px) {
	.p-online_shop {
		padding: 32px 0 48px;
	}

	.p-online_shop .wrap {
		display: block;
	}

	.p-online_shop .wrap figure {
		margin: 32px 0 0;
	}

	.p-online_shop .wrap div {
		width: 100%;
		min-width: 100%;
	}

	.p-online_shop h2 em {
		font-size: 30px;
		line-height: calc(42 / 30);
		text-align: center;
	}

	.p-online_shop h2 span {
		font-size: 20px;
		line-height: calc(28 / 20);
		text-align: center;
	}

	.p-online_shop p {
		margin: 32px 16px 0;
	}

	.p-online_shop nav.c-nav_03 {
		margin-top: 32px;
	}

	.p-online_shop nav.c-nav_03 a {
		margin: 0 auto;
	}
}