/*
Theme Name: SAKEMAN
Description:
Theme URI: 
Author: ThemeAuthor
Author URI: SAKEMAN
Version: 1
License:
License URI: 
*/


/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, p, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

ol, ul {
	list-style: none;
}

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

input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
}

/* =========================================================
base
========================================================= */
html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	scroll-behavior: smooth;
}

*, *:before, *:after {
	box-sizing: inherit;
}

/* ::-webkit-scrollbar {
	display: none;
} */

body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	vertical-align: middle;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a,
input[type="submit"] {
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

a:hover,
input[type="submit"]:hover {
	transition: all 0.3s ease;
}

strong {
	font-weight: bold;
}

/* =========================================================
common
========================================================= */
body {
	color: #000;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	line-height: 1.8;
	font-size: 18px;
	font-weight: 300;
}

a {
	color: #000;
}

.pc-none {
	display: none;
}

.tb-show,
.btn.tb-show,
.footer-sns.tb-show,
.privacy-policy-link.tb-show,
.footer-logo.tb-show {
	display: none;
}

.margin-top-50px {
	margin-top: 50px;
}

/* layout */
.row {
	padding: 90px 0;
}

.row-sml {
	padding: 30px 0;
}

.wrap {
	width: 100%;
	max-width: 1240px;
	padding: 0 30px;
	margin: 0 auto;
}

.ta-center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	flex-basis: auto;
}

.relative {
	position: relative;
}

/* =========================================================
animation
========================================================= */
/* default animation
--------------------------------------------------------- */
/* クリップテキストアニメーション（左から） */
.page-hero-ttl,
.anim-clip-text-l1,
.anim-clip-text-l2,
.anim-clip-text-l3 {
	clip-path: inset(0% 100% 0% 0%);
	opacity: 0;
}

/* クリップイメージアニメーション（左から） */
.anim-clip-img-l1,
.anim-clipl-img-l2,
.anim-clip-img-l3 {
	clip-path: inset(0% 100% 0% 0%);
}

/* フェードアップ */
.top-logo-item,
.anim-fadeup,
.anim-fadeup-1,
.anim-fadeup-2,
.anim-fadeup-3 {
	opacity: 0;
	transform: translateY(20px);
}

/* パララックス */
.parallax-wrap {
	position: relative;
	height: 718px;
	overflow: hidden;
}

.parallax-wrap .parallax-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% + 150px);
	z-index: -1;
}

.parallax-wrap .parallax-img .img-filter-mult,
.parallax-wrap .parallax-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.parallax-wrap {
		height: 470px;
	}
}

/* .scrl {
	opacity: 0;
}

.scrld {
	animation: slideIn 0.5s ease forwards;
} */

/* .top-hero,
.top-hero-ttl,
.top-hero-img {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease;
} */

/* hero animation
--------------------------------------------------------- */
.top-hero-img {
	overflow: hidden;
	transform: translateY(30px);
	opacity: 0;
}

.top-hero-img img {
	display: block;
	width: 100%;
	height: auto;
}

.top-hero-ttl {
	opacity: 0;
	transform: scale(0.5) translateY(100px);
	transform-origin: center;
}


/* アニメーション発火用クラス */
/* .top-hero.show {
	opacity: 1;
	transform: translateY(0);
}

.top-hero-ttl.show {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.top-hero-img.show {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.8s;
} */

/* @keyframes slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
} */

/* =========================================================
========================================================= */


/* title, description */
.section-ttl {
	font-family: "Bodoni Moda", "Noto Serif JP", serif;
	font-size: clamp(50px, 10.59vw, 100px);
	font-weight: 400;
	line-height: 0.87;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lang-ja .section-ttl {
	line-height: 1.2;
}

.page-hero-ttl {
	font-family: "Bodoni Moda", "Noto Serif JP", serif;
	font-size: clamp(40px, 5.2vw, 55px);
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	text-transform: uppercase;
}

.page-ttl {
	font-family: "Bodoni Moda", "Noto Serif JP", serif;
	font-size: clamp(30px, 3.2vw, 45px);
	text-transform: uppercase;
}

.page-desc {
	font-size: 20px;
}

.page-desc.ta-center {
	max-width: 1100px;
}

.list-disc {
	padding-left: 20px;
}

.list-disc li {
	position: relative;
}

.list-disc li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.list-circle li:before {
	content: "◎ ";
	font-size: 16px;
}

/* btn */
.btn,
.btn-white {
	display: block;
	width: fit-content;
	border-radius: 5px;
	padding: 10px 35px;
	text-align: center;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	background-color: #132e2a;
	color: #fff !important;
	cursor: pointer;
}

.btn-white {
	color: #081e2f !important;
	background-color: #fff;
}

.btn:hover,
.btn-white:hover {
	opacity: .8;
}

.btn-square {
	display: inline-block;
	padding: 15px 50px;
	text-align: center;
	color: #fff;
	background-color: #132e2a;
	font-size: 22;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.privacy-policy-link {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
}

.sns-ttl {
	font-size: clamp(22px, 2.9vw, 28px);
	font-weight: 500;
	margin-bottom: 10px;
}

.sns-list {
	gap: 16px;
}

.sns-list>a {
	width: calc(33.3% - 10.6px);
	max-width: 105px;
	border-radius: 50%;
}


/* bg */
.bg-grey {
	background-color: #f8f8f8;
}

/* =========================================================
header
========================================================= */
:root {
	--header-height: 115px;
}

:target {
	scroll-margin-top: var(--header-height);
}

.header {
	width: 100%;
	height: var(--header-height);
	background-color: var(--color-white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 700;
	padding: 0 20px;
	background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(6, 12, 17, 0) 100%);
}

.header-inner {
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.hamburger {
	display: none;
}

.header-logo {
	width: 90px;
}

.header-logo:hover {
	opacity: .8;
}

.header-nav-wrap {
	gap: 25px;
	align-items: center;
}

.header-nav-inner>.header-logo {
	display: none;
}

.header-nav-inner {
	gap: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	align-items: center;
}

.header-nav-list>li,
.header-nav>li {
	padding: 5px 10px 0 10px;
	border-radius: 5px 5px 0 0;
}

.header-nav-inner a {
	color: #fff;
	position: relative;
}

.header-nav-inner a:before {
	content: "";
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: 0.3s;
}

.header-nav-inner a:hover:before {
	width: 100%;
}

.header-nav {
	gap: 25px;
	align-items: center;
}

.header-arrow>a {
	padding-right: 16px;
}

.header-arrow>a:after {
	content: "";
	border-top: 8px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
}

.header-arrow.open>a:after {
	transform: translateY(-50%) rotate(180deg);
}

.header-arrow:hover a {
	color: #1f3c53;
}

.header-arrow:hover>a:before {
	display: none;
}

.header-arrow:hover>a:after {
	border-top: 8px solid #132e2a;
}

.header-arrow:hover .header-sub-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
	line-height: 1.3;
	font-size: 12px;
}

.header-arrow:hover .header-sub-menu li {
	/* width: calc(25% - 7.5px); */
	width: calc(100% / 3 - 10px * 2 / 3);
}

.header-arrow .header-sub-menu a {
	color: #1f3c53;
	font-size: 13px;
	position: relative;
	margin-left: 15px;
	display: block;
}

.header-arrow .header-sub-menu a:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	background-color: #1f3c53;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: 0.3s;
	opacity: 0;
}

.header-arrow .header-sub-menu a:hover {
	text-decoration: underline;
}

.header-arrow .header-sub-menu a:hover:after {
	opacity: 1;
}


.header-arrow .header-sub-menu a:before {
	display: none;
}

.hamburger {
	position: fixed;
	top: 23px;
	right: 20px;
	width: 30px;
	height: 16px;
	z-index: 900;
	/* margin-top: 23px; */
}

.hamburger span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: 0.3s;
}

.hamburger span:first-of-type {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 50%;
}

.hamburger span:last-of-type {
	top: 100%;
}

.hamburger.open span {
	background-color: #132e2a;
}

.hamburger.open span:first-of-type {
	top: 50%;
	transform: rotate(45deg);
}

.hamburger.open span:nth-of-type(2) {
	opacity: 0;
}

.hamburger.open span:last-of-type {
	top: 50%;
	transform: rotate(-45deg);
}

.header-nav.open {
	transform: translateY(var(--header-height));
	opacity: 1;
	transition: 0.5s;
}

.header-inner .btn-white {
	position: relative;
	z-index: 5;
}

.lang-swt li {
	padding: 5px 10px 0 10px;
}

.lang-swt a {
	color: #fff;
	padding: 0 !important;
	font-weight: 400;
}

.lang-swt .wpml-ls-legacy-list-horizontal {
	padding: 0;
}

.lang-swt ul li:nth-child(2) {
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	position: relative;
}

.lang-swt ul li:nth-child(2):before {
	content: "/";
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: absolute;
	color: #fff;
	top: 50%;
	left: 0;
	line-height: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.wpml-ls-current-language:after {
	display: none;
}

.wpml-ls-current-language a {
	font-weight: 600;
}

.wpml-ls-current-language a:before {
	width: 100%;
}

/* =========================================================
footer
========================================================= */
.footer {
	background-color: #000;
	color: #fff;
}

.footer-bre-section {
	background-color: #2c2c2c;
	color: #fff;
}

.footer-bre-ttl {
	font-weight: 600;
	font-size: 18px;
}

.footer-bre-list {
	gap: 10px 25px;
	line-height: 1.3;
	margin-top: 10px;
}

.footer-bre-item {
	width: calc(25% - 18.75px);
}

.footer-bre-item a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}

.footer-bre-item a:hover {
	opacity: .8;
}

.footer-inner {
	background-color: #000;
	color: #fff;
	padding: 0 0 55px 0;
}

.footer-inner>.flex {
	gap: 30px 120px;
	justify-content: space-between;
}

.copyright {
	font-size: 14px;
	padding-bottom: 12px;
}

.footer-logo {
	width: 158px;
}

.footer-logo:hover {
	opacity: .8;
}

.footer-left {
	gap: 120px;
}

.footer-info {
	font-size: 16px;
	margin-top: 40px;
}

.footer-info a {
	color: #fff;
	pointer-events: none;
}

.footer-sns {
	gap: 20px;
	margin-top: 40px;
}

.footer-sns>li {
	width: 24px !important;
}

.footer-sns a {
	display: inline-block;
	width: 100%;
}

.footer-sns a:hover {
	opacity: .8;
}

.footer-bottom {
	position: relative;
}

.privacy-policy {
	position: absolute;
	bottom: 12px;
	right: 30px;
}

.privacy-policy a {
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
}

.privacy-policy a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

/* =========================================================
page mv
========================================================= */
.page-hero {
	background: url(/wp-content/uploads/2025/06/sub-hero.jpg) no-repeat center/cover;
	color: #fff;
}

.page-hero-inner {
	min-height: 388px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}


/* =========================================================
breadcrumbs
========================================================= */
.breadcrumbs {
	padding: 25px 0;
}

.breadcrumbs-list {
	text-transform: uppercase;
	font-size: 16px;
	color: #a5a5a5;
}

.breadcrumbs-img {
	width: 9px;
	margin: 0 20px;
	vertical-align: top;
}

.breadcrumbs-list a {
	color: #000;
	text-decoration: underline;
}



/* =========================================================
home
========================================================= */
/* hero */
.top-hero {
	padding-top: 120px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	background: #222;
	position: relative;
}

.top-hero-ttl {
	width: 100%;
	max-width: 942px;
	margin: 0 auto;
}

.top-hero-img {
	max-width: 752px;
	margin: -60px auto 0 auto;
}

/* what
--------------------------------------------------------- */
.top-what-desc {
	max-width: 750px;
	margin: 60px auto 0 auto;
}

/* meet
--------------------------------------------------------- */
.top-meet-bg {
	background: url(/wp-content/uploads/2025/05/bg-img-2.jpg) no-repeat center/cover;
	padding-bottom: 180px;
}

.top-meet-wrap {
	gap: 40px 90px;
	align-items: center;
}

.top-meet-item-text {
	width: 50%;
	padding: 0 0 0 30px;
}

.top-meet-item-img {
	width: calc(50% - 90px);
	box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.16);
}

.top-meet-copy {
	font-family: "Bodoni Moda", "Noto Serif JP", serif;
	font-size: clamp(24px, 3.125vw, 40px);
	line-height: 1.5;
	margin: 20px 0 50px 0;
}

/* about
--------------------------------------------------------- */
.top-about-bg {
	background: url(/wp-content/uploads/2025/05/bg-img-3.jpg) no-repeat center/cover;
	color: #fff;
}

.top-about-img {
	width: 100%;
	max-width: 715px;
	margin-top: -60px;
}

.top-about-wrap {
	gap: 30px 70px;
}

.top-about-item-ttl {
	width: calc(52% - 35px);
	font-family: "Bodoni Moda", "Noto Serif JP", serif;
	font-size: clamp(24px, 5vw, 60px);
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-top: 40px;
}

.top-about-item-text {
	width: calc(48% - 35px);
	background: rgba(0, 0, 0, .8);
	margin-top: -120px;
	padding: 80px 50px;
}

/* breweries
--------------------------------------------------------- */
.top-breweries-bg {
	color: #fff;
	min-height: 718px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.top-breweries-bg:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#1f3c53 0%, #060c11 100%);
	opacity: 0.38;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.top-breweries-text {
	max-width: 640px;
	margin-top: 30px;
}

/* logo */
.top-logo-bg {
	background-color: #f8f8f8;
	padding: 140px 0;
}

.top-logo-list {
	gap: 80px 50px;
	text-align: center;
	flex-wrap: wrap;
}

.top-logo-item {
	width: calc(25% - 37.5px);
}

.top-logo-item-img {
	background-color: #fff;
	width: 100%;
	aspect-ratio: 258 / 128;
	overflow: hidden;
	position: relative;
	object-fit: cover;
}

.top-logo-item>a img {
	width: 75%;
	height: 75%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.5s ease;
}

.top-logo-item>a:hover img {
	transform: scale(1.05);
	opacity: .9;
}

.top-logo-item-ttl {
	font-size: 16px;
	margin-top: 13px;
	line-height: 1.3;
}


/* spirits */
.top-spirits-section {
	position: relative;
	overflow-x: hidden;
	padding: 150px 0 160px 0;
	margin-bottom: 60px;
}

.top-spirits-section:after {
	content: "";
	width: calc(50% + 70px);
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.top-spirits-wrap {
	gap: 50px 70px;
}

.top-spirits-item-ttl {
	width: 50%;
}

.top-spirits-item-ttl>.section-ttl {
	width: calc(100% - 70px);
}

.lang-ja .top-spirits-item-ttl>.section-ttl {
	font-size: clamp(50px, 6vw, 82px);
}

.top-spirits-item-text {
	width: calc(50% - 70px);
	color: #fff;
}

.top-spirits-img {
	margin-top: 90px;
	box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.16);
}

/* kuramoto */
.top-kuramoto-bg {
	background: linear-gradient(to bottom, #fff 0 320px, #132e2a 320px 100%);
	color: #fff;
	padding-bottom: 140px;
	position: relative;
	overflow-x: hidden;
}

.top-kuramoto-bg:after {
	content: "";
	max-width: 750px;
	max-height: 876px;
	min-width: 600px;
	min-height: 577px;
	width: 70%;
	height: 100%;
	position: absolute;
	left: 60px;
	bottom: 0;
	z-index: -1;
}

.top-kuramoto-img {
	box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.3);
	margin-bottom: 80px;
}

.top-kuramoto-wrap {
	gap: 45px 100px;
	margin: 80px 0 60px 0;
}

.top-kuramoto-item-text {
	width: 50%;
}

.top-kuramoto-item-img {
	width: calc(50% - 100px);
}

@media screen and (min-width: 1240px) {

	/* =========================================================
	header
	========================================================= */
	.header {
		padding: 0 40px;
	}

	.header-sub-menu {
		width: calc(100% - 190px);
		left: 130px;
	}

	.header-nav-wrap,
	.header-nav-inner,
	.header-nav {
		gap: 40px;
	}

	/* =========================================================
	home
	========================================================= */
	/* hero */
	.top-hero {
		min-height: 900px;
	}

	/* meet */
	.top-meet-item-text {
		/* width: calc((100vw / 2) - (100vw - 1300px) / 2); */
		/* margin-left: calc((100vw - 1300px) / 2); */
		padding-left: calc((100vw - 1300px) / 2);
	}
}

@media screen and (min-width: 1001px) {
	.header-arrow:hover {
		background-color: rgba(255, 255, 255, 0.9);
	}

	.header-arrow:hover>a:after {
		transform: translateY(-50%) rotate(180deg);
	}

	.header-sub-menu {
		display: none;
		position: absolute;
		width: calc(100% - 150px);
		max-width: 1200px;
		background-color: rgba(255, 255, 255, 0.9);
		/* left: 110px; */
		left: 50%;
		transform: translateX(-50%);
		padding: 30px 15px;
		border-radius: 10px;
	}
}

@media screen and (max-width: 1000px) {

	.tb-show,
	.btn.tb-show,
	.footer-sns.tb-show,
	.privacy-policy-link.tb-show,
	.footer-logo.tb-show {
		display: block;
	}

	/* =========================================================
	header
	========================================================= */
	:root {
		--header-height: 60px;
	}

	.header {
		padding: 0 20px 0 20px;
		position: absolute;
	}

	/* .header-logo {
		display: none;
	} */

	.hamburger {
		display: block;
	}

	.header-inner {
		align-items: flex-start;
	}

	.header-inner .btn-white {
		display: none;
	}

	.header-nav-wrap {
		display: block;
	}

	.header-nav-inner {
		display: none;
		width: calc(100% - 20px);
		height: 100%;
		position: fixed;
		border-radius: 10px 10px 0 0;
		margin: 10px auto 0 auto;
		top: 0;
		left: 0;
		right: 0;
		padding: 0 20px 60px 20px;
		z-index: 10;
		overflow: scroll;
		background-color: rgba(255, 255, 255, 1);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.header-nav-list>li,
	.header-nav>li {
		margin-bottom: 20px;
		padding: 0 0 20px 0;
		border-radius: 0;
		border-bottom: 1px solid #dbdbdb;
		width: 100%;
	}

	.header-nav>li:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	.header-nav-inner a {
		color: #132e2a;
	}

	.header-nav-inner,
	.header-nav {
		flex-direction: column;
		padding-top: 80px;
		align-items: flex-start;
		gap: 0;
	}

	.header-nav {
		padding: 0;
	}

	.header-nav-inner.open {
		display: block;
	}

	.header-arrow>a:after {
		border-top: 8px solid #132e2a;
	}

	.header-sub-menu {
		display: none;
		margin: 15px 0 0 0;
		gap: 15px 10px;
	}

	.header-arrow:hover .header-sub-menu li {
		width: calc(50% - 5px);
	}

	.header-nav-inner .footer-sns.tb-show {
		display: flex;
		justify-content: center;
	}

	.header-nav-inner .btn {
		width: 100%;
		max-width: 480px;
		margin: 20px auto 0;
		padding: 15px 0;
	}

	.lang-swt ul {
		text-align: center;
	}

	.lang-swt ul li:nth-child(2):before {
		color: #1f3c53;
	}

	.wpml-ls-current-language a:before {
		background-color: #1f3c53;
	}

	/* =========================================================
	footer
	========================================================= */
	.footer-left,
	.footer-inner>.flex {
		gap: 40px;
	}

	.footer-logo {
		width: 106px;
		margin: 0 auto;
	}

	/* =========================================================
	home
	========================================================= */
	/* about */
	.top-about-wrap {
		gap: 40px;
	}

	.top-about-ttl {
		width: calc(52% - 20px);
	}

	.top-about-item-text {
		width: calc(48% - 20px);
	}

	/* logo */
	.top-logo-list {
		gap: 45px 30px;
	}

	.top-logo-item {
		width: calc(25% - 22.5px);
	}

	.top-spirits-item-ttl>.section-ttl {
		font-size: clamp(50px, 4.3vw, 60px);
	}
}


@media screen and (max-width: 768px) {

	/* =========================================================
	common
	========================================================= */
	.pc-none {
		display: block;
	}

	.mb-none {
		display: none;
	}

	/* layout */
	.mb-column {
		flex-direction: column;
	}

	.row {
		padding: 60px 0;
	}

	.wrap {
		padding: 0 20px;
	}

	/* title, description */
	.page-desc {
		font-size: 18px;
	}

	/* btn */
	.btn-square {
		width: 100%;
		font-size: 18px;
		border-radius: 5px;
	}

	.sns-list>a {
		max-width: 85px;
	}

	/* =========================================================
	header
	========================================================= */
	.header-sub-menu {
		flex-direction: column;
	}

	.header-arrow:hover .header-sub-menu li {
		width: 100%;
	}

	/* =========================================================
	footer
	========================================================= */
	.footer-bre-list {
		display: none;
	}

	.footer-bre-ttl {
		position: relative;
	}

	.footer-bre-item {
		width: 100%;
		margin-top: 10px;
	}

	.footer-bre-ttl:after {
		content: "";
		width: 13px;
		height: 7px;
		background: url(img/arrow.png) no-repeat center/contain;
		position: absolute;
		right: 0;
		top: 15px;
		transition: transform 0.3s ease;
	}

	.footer-bre-ttl.slide:after {
		transform: rotate(180deg);
	}

	.footer-bre.open .footer-bre-list {
		display: block;
	}

	.footer-info,
	.footer-sns {
		margin-top: 0;
		text-align: center;
	}

	.footer-info a {
		pointer-events: all;
	}

	.footer-sns {
		justify-content: center;
	}

	.privacy-policy {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
	}


	/* =========================================================
	breadcrumbs
	========================================================= */
	.breadcrumbs-list {
		text-transform: uppercase;
		font-size: 13px;
		color: #a5a5a5;
	}

	.breadcrumbs-img {
		width: 7px;
		margin: 0 10px;
	}

	/* =========================================================
	home
	========================================================= */
	/* about */
	.top-hero {
		padding-top: 180px;
	}

	.top-hero-img {
		margin: 60px auto 0 auto;
	}

	/* what */
	.top-what-desc {
		margin-top: 30px;
	}

	/* meet */
	.top-meet-bg {
		padding-bottom: 110px;
	}

	.top-meet-wrap {
		align-items: flex-end;
	}

	.top-meet-item-text {
		width: 100%;
		padding: 0 20px;
		order: 2;
	}

	.top-meet-copy {
		margin: 20px 0 30px 0;
	}

	.top-meet-item-img {
		width: calc(100% - 20px);
		order: 1;
	}

	/* about */
	.top-about-item-ttl {
		width: 100%;
		margin-top: 30px;
	}

	.top-about-item-text {
		width: 100%;
		margin-top: 0;
		padding: 0 0 60px 0;
		background-color: transparent;
	}

	/* breweries */
	.top-breweries-bg {
		min-height: 470px;
	}

	/* logo */
	.top-logo-list {
		gap: 45px 15px;
	}

	.top-logo-item {
		width: calc(50% - 7.5px);
	}

	.top-logo-item-img {
		aspect-ratio: 258 / 180;
	}

	/* spirits */
	.top-spirits-item-ttl>.section-ttl,
	.top-spirits-item-ttl,
	.top-spirits-item-text {
		width: 100%;
	}

	.top-spirits-img {
		margin-top: 40px;
	}

	.top-spirits-section {
		padding: 60px 0;
	}

	.top-spirits-section:after {
		width: 100%;
		height: 70%;
	}

	/* kuramoto */
	.top-kuramoto-bg {
		background: linear-gradient(to bottom, #fff 0 200px, #132e2a 200px 100%);
		padding-bottom: 117px;
	}

	.top-kuramoto-bg:after {
		left: -40px;
		min-width: 450px;
	}

	.top-kuramoto-img {
		margin-bottom: 50px;
	}

	.top-kuramoto-wrap {
		margin: 40px 0 50px 0;
	}

	.top-kuramoto-item-img {
		width: 100%;
		order: 1;
	}

	.top-kuramoto-item-text {
		width: 100%;
		order: 2;
	}

}

@media screen and (max-width: 480px) {

	/* =========================================================
	common
	========================================================= */
	.top-kuramoto-bg {
		background: linear-gradient(to bottom, #fff 0 150px, #132e2a 150px 100%);
	}
}