/*
Theme Name: bura2
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/
@charset "UTF-8";
/*------------------------------------------------------------------
********************************************************************
 * ▼構成
 * ・ベースとなるCSS
 * ・スマホ用（@media screen and (max-width: 767px) {} ）
 * 
 * リセットCSS      css / destyle.min.css
 * モジュール系CSS  css / default.css
 * ページ共通CSS    style.css
 * 各ページCSS      css / (top.css, business.css, message.css,,,)
********************************************************************
--------------------------------------------------------------------*/

/*--------------------------------------------------
**************************************************
  基本
**************************************************
--------------------------------------------------*/
html {
	scroll-behavior: smooth; /* スムーススクロール */
	font-size: 62.5%; /* ブラウザ標準16pxの62.5% → 1rem = 10px */
}

/* Smartphone footer: follows the supplied static layout while preserving the desktop footer. */
.footer-mobile {
	display: none;
}

.mobile-fixed-actions {
	display: none;
}

@media (max-width: 767px) {
	.site-footer {
		height: auto;
		background: #131313;
	}

	.site-footer .footer-top,
	.site-footer .footer-bottom {
		display: block;
	}

	.footer-mobile {
		display: none;
	}

	.footer-mobile-nav {
		position: absolute;
		z-index: 4;
		top: 64px;
		left: 50%;
		display: flex;
		width: calc(100% - 32px);
		min-height: 114px;
		padding: 0;
		align-items: center;
		flex-direction: column;
		gap: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 12px;
		line-height: 14.4px;
		transform: translateX(-50%);
	}

	.footer-mobile-nav > div {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-mobile-nav > div:first-child {
		width: 100%;
		gap: 15px 0;
	}

	.footer-mobile-nav a {
		padding: 8px;
		color: #f0e8de;
		text-decoration: none;
	}

	.footer-mobile-bowl {
		position: absolute;
		z-index: 3;
		inset: 0;
	}

	.footer-mobile-logo {
		position: absolute;
		top: 175px;
		left: 50%;
		width: 86.8px;
		height: 210.2px;
		z-index: 2;
		object-fit: contain;
		transform: translateX(-50%);
	}

	.footer-mobile-bowl-image {
		position: absolute;
		top: 421px;
		left: 50%;
		width: 236px;
		height: 165px;
		object-fit: contain;
		transform: translateX(-50%);
	}

	.footer-mobile-visual {
		position: absolute;
		z-index: 1;
		top: 561px;
		left: 0;
		width: 100%;
		height: 404px;
		background:
			linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
			url("imgs/common/footer_noodles.png") center / cover no-repeat;
	}

	.footer-mobile-visual::before {
		position: absolute;
		top: -22px;
		left: 0;
		width: 100%;
		height: 14px;
		background: url("imgs/common/separator.png") center / 671px 14px repeat-x;
		content: "";
	}

	.footer-mobile-actions {
		position: absolute;
		top: 101px;
		left: 50%;
		display: grid;
		width: 239px;
		grid-template-columns: 239px;
		gap: 8px;
		transform: translateX(-50%);
	}

	.footer-mobile-actions a {
		display: grid;
		min-height: 50px;
		place-items: center;
		border: 1px solid #fff;
		color: #fff;
		font-family: "Noto Serif JP", serif;
		font-size: 15px;
		font-weight: 700;
		line-height: 21.555px;
		text-decoration: none;
	}

	.footer-mobile-actions a:first-child {
		border-color: #caa366;
		color: #191919;
		background: #caa366;
	}

	.footer-mobile-socials {
		position: absolute;
		top: 249px;
		left: 50%;
		display: flex;
		width: 184px;
		align-items: center;
		justify-content: space-between;
		transform: translateX(-50%);
	}

	.footer-mobile-socials a,
	.footer-mobile-socials img {
		display: block;
		width: 48px;
		height: 48px;
	}

	.footer-mobile-socials a:nth-child(2),
	.footer-mobile-socials a:nth-child(2) img {
		width: 40px;
		height: 40px;
	}

	.footer-mobile-visual small {
		position: absolute;
		top: 321px;
		left: 50%;
		width: 100%;
		color: #f0e8de;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 12px;
		line-height: 19px;
		transform: translateX(-50%);
		text-align: center;
	}
}
/* SP */
@media (max-width: 767px) {
	html {
		font-size: 2.6vw;
	}
}

body {
	margin: 0px;
	padding: 0px;
	background: url("imgs/common/bg.png") repeat;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.8px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFF;
	overflow-x: hidden;
}


img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 0.75rem;
}


/*--------------------------------------------------
**************************************************
  テキスト
**************************************************
--------------------------------------------------*/
.red{
	color: #ff0000;
}
.blue{
	color: #0000ff;
}
.green{
	color: #008000;
}
.black{
	color: #000;
}
.white{
	color: #fff;
}
.nobr{
	white-space: nowrap;
}


/*--------------------------------------------------
**************************************************
  リンク
**************************************************
--------------------------------------------------*/
a {
	color: #FFF;
	text-decoration: none;
	transition: all 1s ease;
}

a:hover {
	color: #c39f62;
}

a img{
	/* display: block; */
	transition: 0.5s;
}

a img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

a[href^="tel:"] {
	pointer-events: none;
	color: #333;
}

/* SP */
@media (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}


/*--------------------------------------------------
**************************************************
  ヘッダー・ナビゲーション
**************************************************
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .serif {
	font-family: "Noto Serif JP", Georgia, "Times New Roman", "YuMincho", "Yu Mincho", "MS Mincho", serif;
}

.site-header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(19, 19, 19, 0.8);
}

.site-header--front {
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.site-header--front.is-scrolled {
	background-color: rgba(19, 19, 19, 0.8);
}

.header-inner {
	position: relative;
	display: flex;
	width: 100%;
	height: 100px;
	align-items: center;
	justify-content: space-between;
	padding: 17px 41px 17px 51px;
}

.header-logo {
	display: block;
	width: 157px;
	height: 66px;
	margin: 0;
}

.header-logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.header-logo img {
	width: 157px;
	height: 66px;
	object-fit: contain;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-buttons {
	display: flex;
	align-items: center;
	gap: 16px;
	transform: translateY(-1px);
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s ease;
}

.btn-recruit {
	width: 200px;
	height: 50px;
	border: none;
	background-color: #caa366;
	color: #191919;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
}

.btn-recruit:hover {
	background-color: #b89358;
	color: #191919;
}

.btn-fc-doc {
	width: 198px;
	height: 50px;
	border: 1px solid #fafafa;
	background-color: transparent;
	color: #fafafa;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
}

.btn-fc-doc:hover {
	background-color: #fff;
	color: #191919;
}

.hamburger-btn {
	position: relative;
	z-index: 10000;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 5px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.hamburger-btn .bar {
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #f5f5f5;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menu-open .hamburger-btn .bar-top {
	transform: translateY(9px) rotate(45deg);
	background-color: #e6e6e6;
}

.menu-open .hamburger-btn .bar-middle {
	opacity: 0;
	transform: scaleX(0);
}

.menu-open .hamburger-btn .bar-bottom {
	transform: translateY(-9px) rotate(-45deg);
	background-color: #e6e6e6;
}

.overlay-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	overflow-y: auto;
	background-color: rgba(19, 19, 19, 0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.menu-open .overlay-nav {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.overlay-inner {
	display: grid;
	width: 975px;
	min-height: 535px;
	margin: 160px auto 80px;
	grid-template-columns: 200px 616px;
	column-gap: 159px;
	text-align: center;
	transform: translateX(120px);
}

.overlay-brand {
	width: 200px;
	height: 484px;
}

.overlay-brand img {
	display: block;
	width: 200px;
	height: 484px;
	object-fit: contain;
}

.overlay-content {
	width: 616px;
	margin-top: 50px;
}

.overlay-menu {
	display: flex;
	width: 400px;
	margin: 0 auto;
	padding: 0;
	flex-direction: column;
	list-style: none;
}

.overlay-menu li {
	height: 39px;
}

.overlay-menu li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.overlay-submenu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 12px;
	column-gap: 16px;
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.overlay-submenu li {
	width: 100%;
	min-width: 0;
}

.overlay-submenu a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 32px;
	padding: 4px 8px;
	color: #f0e8de;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.overlay-menu a:hover,
.overlay-submenu a:hover {
	color: #caa366;
}

.overlay-buttons {
	display: grid;
	width: 616px;
	height: 61px;
	margin-top: 80px;
	grid-template-columns: repeat(2, 300px);
	column-gap: 16px;
}

.overlay-buttons .btn {
	width: 300px;
	height: 61px;
	padding: 0;
	font-size: 18px;
}

body.menu-open {
	overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.overlay-inner {
		display: block;
		width: min(616px, calc(100% - 48px));
		margin-top: 120px;
		transform: none;
	}

	.overlay-brand {
		display: none;
	}

	.overlay-content,
	.overlay-buttons {
		width: 100%;
	}

	.overlay-buttons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.overlay-buttons .btn {
		width: 100%;
	}
}

/*--------------------------------------------------
**************************************************
  パンくず
**************************************************
--------------------------------------------------*/

.site-breadcrumb a:first-of-type:hover {
	color: #CAA366;
}

.js-fade-sequence.is-ready > * {
	opacity: 0;
}

.js-fade-sequence.is-animated > * {
	animation: fade-sequence-in 0.7s ease-out forwards;
}

@keyframes fade-sequence-in {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-fade-sequence.is-ready > * {
		opacity: 1;
	}
}

/*--------------------------------------------------
**************************************************
  フッター
**************************************************
--------------------------------------------------*/
.site-footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

/* Footer Top Area */
.footer-top {
	background-color: #131313;
	padding: 120px 0 0 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.footer-top-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.footer-nav-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.footer-links-row {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.footer-links-row li {
	display: inline-block;
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #666666;
	line-height: 1;
}

.footer-links-row li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.footer-links-row li a {
	color: #F0E8DE;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	transition: color 0.3s ease;
}

.footer-links-row li a:hover {
	color: #CAA366;
}

.footer-thumb-wrap {
	text-align: center;
	margin-top: 120px;
	margin-bottom: -240px;
	position: relative;
	z-index: 10;
}

.footer-thumb-logo {
	position: absolute;
	z-index: 2;
	top: -80px;
	left: 50%;
	width: 150px;
	height: 363px;
	object-fit: contain;
	transform: translateX(-50%);
}

.footer-thumb-img {
	width: 598px;
	height: 480px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.footer-separator {
	width: 100%;
	height: 20px;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 100%;
	position: relative;
	z-index: 5;
	margin-top: 0;
	margin-bottom: 4px;
}

/* Footer Bottom Area */
.footer-bottom {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 280px 20px 50px 20px;
	position: relative;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
}

.footer-bottom-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.btn-footer {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 50px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.btn-recruit-entry {
	background-color: #CAA366;
	color: #191919;
	border: none;
}

.btn-recruit-entry:hover {
	opacity: 0.85;
	color: #131313;
}

.btn-fc-request {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
}

.btn-fc-request:hover {
	background-color: #FFF;
	color: #191919;
}

.footer-socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 40px;
}

.social-link {
	display: inline-block;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 48px;
	height: 48px;
}

.social-link.social-link-x {
	width: 40px;
	height: 40px;
}

.social-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.social-link:hover {
	transform: scale(1.1);
	opacity: 0.8;
}

.footer-copyright {
	width: 100%;
	text-align: center;
}

.footer-copyright small {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 1.3rem;
	color: #F0E8DE;
	letter-spacing: 0.05em;
}

/* Page up style using pure CSS arrow */
#pageup {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}

#pageup a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: rgba(195, 159, 98, 0.85); /* gold background */
	border-radius: 50%;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

#pageup a:hover {
	background-color: rgb(195, 159, 98);
	transform: translateY(-3px);
}

.pageup-arrow {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: 4px;
}


/*--------------------------------------------------
**************************************************
  レスポンシブ (Breakpoint: 767px / 768px)
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	.site-header--front .header-logo {
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	.site-header--front.is-scrolled .header-logo {
		visibility: visible;
		opacity: 1;
	}

	.header-inner {
		height: 60px;
		justify-content: flex-end;
		padding: 10px;
	}
	
	.header-logo {
		position: absolute;
		top: 10px;
		left: 50%;
		width: 95px;
		height: 40px;
		transform: translateX(-50%);
	}
	
	.header-logo img {
		width: 95px;
		height: 40px;
	}

	.header-right {
		gap: 0;
	}
	
	.header-buttons {
		display: none;
	}

	.menu-open .header-logo {
		opacity: 0;
	}

	.overlay-nav {
		background-color: rgba(19, 19, 19, 0.95);
	}

	.overlay-inner {
		display: block;
		width: 100%;
		min-height: 650px;
		margin: 0;
		padding: 74px 15px 40px;
		transform: none;
	}

	.overlay-brand {
		display: none;
	}

	.overlay-content {
		width: 100%;
		margin: 0;
	}

	.overlay-menu {
		width: 100%;
	}

	.overlay-menu li {
		box-sizing: border-box;
		height: 50px;
		border-bottom: 1px solid #666;
	}

	.overlay-menu li a {
		align-items: center;
		padding: 0 16px;
		font-size: 14px;
		font-weight: 500;
		line-height: 16.8px;
	}

	.overlay-submenu {
		width: min(320px, 100%);
		height: auto;
		margin-top: 24px;
		row-gap: 8px;
		column-gap: 12px;
	}

	.overlay-submenu a {
		min-height: 30px;
		padding: 4px;
		font-size: 14px;
		line-height: 19.2px;
	}

	.overlay-buttons {
		width: min(346px, 100%);
		height: 50px;
		margin: 32px auto 0;
		grid-template-columns: repeat(2, minmax(0, 166px));
		column-gap: 14px;
	}

	.overlay-buttons .btn {
		width: 100%;
		height: 50px;
		font-size: 15px;
		font-weight: 700;
		line-height: 21.555px;
		letter-spacing: -0.75px;
	}

	.footer-top {
		padding: 60px 0 0 0;
	}

	.footer-top-inner {
		padding: 0 15px;
	}

	.footer-links-row {
		gap: 12px;
	}

	.footer-links-row li {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		display: inline-block;
	}

	.footer-links-row.row-1 {
		margin-bottom: 12px;
	}

	.footer-thumb-wrap {
		margin-top: 30px;
		margin-bottom: -160px;
	}

	.footer-thumb-img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	.footer-bottom {
		padding: 200px 15px 40px 15px;
	}

	.footer-buttons {
		flex-direction: column;
		gap: 15px;
		margin-bottom: 30px;
	}

	.btn-footer {
		width: 100%;
		max-width: 280px;
	}

	.footer-socials {
		gap: 20px;
		margin-bottom: 30px;
	}

	.social-link {
		width: 40px;
		height: 40px;
	}

	.social-link.social-link-x {
		width: 34px;
		height: 34px;
	}
	
	#pageup {
		bottom: 20px;
		right: 20px;
	}
	
	#pageup a {
		width: 44px;
		height: 44px;
	}
	
	.pageup-arrow {
		width: 8px;
		height: 8px;
		margin-top: 3px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		height: auto;
		background: #131313;
	}

	.site-footer .footer-top,
	.site-footer .footer-bottom {
		display: block;
	}

	.footer-mobile {
		display: none;
	}

	/* Mobile footer: measurements follow the 376px Figma footer. */
	.footer-top {
		z-index: 2;
		padding: 64px 0 125px;
	}

	.footer-top-inner {
		padding: 0 15px;
	}

	.footer-nav-wrap {
		width: min(292px, calc(100% - 30px));
		gap: 0;
		margin: 0 auto;
	}

	.footer-links-row.row-1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 16px;
		margin: 0;
	}

	.footer-links-row.row-2 {
		display: none;
	}

	.footer-links-row.row-1 li {
		padding-right: 16px;
		margin: 0;
		border-right: 1px solid #666;
		line-height: 12px;
	}

	.footer-links-row.row-1 li:nth-child(4),
	.footer-links-row.row-1 li:last-child {
		padding-right: 0;
		border-right: 0;
	}

	.footer-links-row li a {
		display: block;
		padding: 8px 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 12px;
		letter-spacing: 0;
	}

	.footer-thumb-wrap {
		height: 210px;
		margin: 40px 0 0;
		text-align: initial;
	}

	.footer-thumb-logo {
		top: 0;
		width: 86.8px;
		height: 210.2px;
	}

	.footer-thumb-img {
		position: absolute;
		top: 246px;
		left: 50%;
		width: 236px;
		height: 165px;
		max-width: none;
		object-fit: contain;
		transform: translateX(-50%);
	}

	.footer-separator {
		position: absolute;
		top: 496px;
		left: 0;
		z-index: 1;
		height: 14px;
		margin: 0;
		background-position: center bottom;
		background-size: auto 14px;
	}

	.footer-bottom {
		padding: 109px 15px calc(64px + env(safe-area-inset-bottom));
	}

	.footer-buttons {
		gap: 8px;
		margin-bottom: 40px;
	}

	.btn-footer {
		width: 240px;
		height: 50px;
		max-width: 100%;
		font-size: 15px;
		font-weight: 700;
		line-height: 21.555px;
		letter-spacing: -0.75px;
	}

	.footer-socials {
		gap: 24px;
		margin-bottom: 24px;
	}

	.social-link {
		width: 48px;
		height: 48px;
	}

	.social-link.social-link-x {
		width: 40px;
		height: 40px;
	}

	.footer-copyright small {
		font-size: 12px;
		line-height: 19.2px;
		letter-spacing: 0;
	}

	#pageup {
		display: none;
	}

	.mobile-fixed-actions {
		position: fixed;
		z-index: 1000;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		height: calc(50px + env(safe-area-inset-bottom));
		padding-bottom: env(safe-area-inset-bottom);
		box-sizing: border-box;
		grid-template-columns: 1fr 1fr;
		background: #131313;
	}

	.mobile-fixed-actions a {
		display: grid;
		height: 50px;
		place-items: center;
		color: #131313;
		background: #caa366;
		font-family: "Noto Serif JP", serif;
		font-size: 15px;
		font-weight: 700;
		line-height: 21.555px;
		letter-spacing: -0.75px;
		text-decoration: none;
	}

	.mobile-fixed-actions a:last-child {
		color: #f0e8de;
		background: #131313;
		border: 1px solid #f0e8de;
	}
}
