/* リキッドレイアウト対応 */

body {
	color: #000;
	font-family: "Shippori Mincho B1", serif;
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.u-mobile {
	display: none;
}

.u-mobile--lg {
	display: none;
}

a:hover {
	opacity: 0.7;
}

html {
	font-size: 0.6666666667vw;
}

/* pcの電話番号発信対応 */

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sliderimg button,
.sliderimg-fade button {
	display: none !important;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

address {
	font-style: normal;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

body.hidden {
	overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.l-breadcrumb {
	margin-top: 272px;
	margin-top: 17rem;
}

.l-footer {
	color: #fff;
	padding: 128px 0 144px;
	padding: 8rem 0 9rem;
}

.l-footer .l-inner1340 {
	padding-left: 256px;
	padding-left: 16rem;
}

.l-header {
	border-bottom: 1px solid #c7a780;
	height: 160px;
	height: 10rem;
	position: fixed;
	width: 100%;
	z-index: 2;
}

.top-header {
	background: url(../images/common/all-bg.jpg) no-repeat;
	background-size: cover;
	bottom: -100vh;
	opacity: 0;
	position: absolute;
	-webkit-transition: 5s;
	transition: 5s;
	z-index: 99;
}

.top-header.is-opacity {
	opacity: 1;
}

.top-header.is-active {
	bottom: inherit;
	position: fixed;
}

.notop-header {
	background: url(../images/common/all-bg.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 99;
}

.l-inner,
.l-inner1340,
.l-inner1700 {
	margin-left: auto;
	margin-right: auto;
	max-width: 2112px;
	max-width: 132rem;
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
}

.l-inner1340 {
	max-width: 2144px;
	max-width: 134rem;
}

.l-inner1700 {
	max-width: 2720px;
	max-width: 170rem;
}

body {
	background: url(../images/common/all-bg.jpg) repeat;
	background-size: 100%;
}

body.is-active {
	overflow: hidden;
}

.l-top-main {
	overflow: hidden;
	padding-top: 100vh;
}

.c-arrow {
	position: relative;
}

.c-arrow::after {
	-webkit-mask-image: url(../images/common/arrow-green.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 1.3rem;
	background: #000;
	content: "";
	height: 28.8px;
	height: 1.8rem;
	mask-image: url(../images/common/arrow-green.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 1.3rem;
	position: absolute;
	right: -40px;
	right: -2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 28.8px;
	width: 1.8rem;
}

.c-arrow:hover::after {
	-webkit-transform: translate(0.5rem, -50%);
	transform: translate(0.5rem, -50%);
}

.c-breadcrumb {
	color: #fff;
	margin-top: -96px;
	margin-top: -6rem;
	position: absolute;
	right: 0;
}

.c-breadcrumb ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-breadcrumb ol a {
	padding-right: 48px;
	padding-right: 3rem;
	position: relative;
}

.c-breadcrumb ol a::after {
	content: "/";
	margin-left: 16px;
	margin-left: 1rem;
	position: absolute;
}

.c-btn a {
	background-color: #000;
	border: 1px solid;
	border-radius: 5rem;
	color: #c7a780;
	color: #c7a780;
	display: block;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	padding: 32px 16px;
	padding: 2rem 1rem;
	position: relative;
	text-align: center;
	width: 600px;
	width: 37.5rem;
}

.c-btn a::after {
	border-right: 2px solid #c7a780;
	border-top: 2px solid #c7a780;
	bottom: 0;
	content: "";
	height: 24px;
	height: 1.5rem;
	margin: auto;
	position: absolute;
	right: 96px;
	right: 6rem;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 24px;
	width: 1.5rem;
}

.c-btn a:hover::after {
	right: 88px;
	right: 5.5rem;
}

.c-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-flextop {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-hero-hero {
	background: url(../images/common/page-hero-bg.png) no-repeat;
	background-size: cover;
	margin-bottom: 136px;
	margin-bottom: 8.5rem;
	padding-top: 712px;
	padding-top: 44.5rem;
	position: relative;
}

.c-hero-hero h1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 168px;
	padding-top: 10.5rem;
	position: absolute;
	top: 360px;
	top: 22.5rem;
	width: 100%;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.c-hero-hero h1::before {
	aspect-ratio: 1;
	background: url(../images/common/h1-bg.png) no-repeat;
	background-size: 100%;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 104px;
	width: 6.5rem;
}

.c-pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 416px;
	margin-top: 26rem;
}

.c-pagination .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid;
	border-radius: 50%;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: 500;
	height: 96px;
	height: 6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 32px;
	margin-right: 2rem;
	opacity: 1;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 96px;
	width: 6rem;
}

.c-pagination .page-numbers:last-child {
	margin-right: 0;
}

.c-section-ttl {
	color: #fff;
	font-size: 76.8px;
	font-size: 4.8rem;
	font-weight: 500;
	height: 768px;
	height: 48rem;
	padding-top: 144px;
	padding-top: 9rem;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.c-section-ttl::before {
	aspect-ratio: 1;
	background: url(../images/top/ttl-ic.png) no-repeat;
	background-size: 100%;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 112px;
	width: 7rem;
}

.c-section-ttl span {
	color: #c7a780;
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-style: italic;
}

.c-section-ttl2 {
	padding-left: 160px;
	padding-left: 10rem;
	padding-top: 0;
	-webkit-writing-mode: rl;
	-ms-writing-mode: rl;
	writing-mode: rl;
}

.c-section-ttl2::before {
	bottom: 0;
	margin: 0;
}

.p-about {
	color: #fff;
}

.p-about__takezou {
	position: relative;
}

.p-about__takezou h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	text-align: center;
}

.p-about__takezou-ttl {
	color: #c7a780;
	font-size: 67.2px;
	font-size: 4.2rem;
	font-weight: 500;
	padding-top: 144px;
	padding-top: 9rem;
	position: relative;
	text-align: center;
}

body.mobile-android .p-about__takezou-ttl {
	font-size: 30.4px;
	font-size: 1.9rem;
}

.p-about__takezou-ttl::before {
	aspect-ratio: 1;
	background: url(../images/about/takezou-logo.png) no-repeat;
	background-size: 100%;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 104px;
	width: 6.5rem;
}

.p-about__takezou-txt {
	background: url(../images/about/takezou-logo2.png) no-repeat center;
	background-size: 40rem;
	border-top: 1px solid #c7a780;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 2.6;
	margin-top: 80px;
	margin-top: 5rem;
	padding: 256px 0;
	padding: 16rem 0;
	position: relative;
	text-align: center;
}

body.mobile-android .p-about__takezou-txt {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.p-about__takezou-txt::before,
.p-about__takezou-txt::after {
	border-top: 1px solid #c7a780;
	content: "";
	left: 0;
	position: absolute;
	top: 10px;
	width: 100%;
}

.p-about__takezou-txt::after {
	top: 20px;
}

.p-about__commitment {
	position: relative;
}

.p-about__commitment-box {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, .3)));
	background-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, .3));
	border-bottom: 1px solid #c7a780;
	border-top: 1px solid #c7a780;
	overflow: hidden;
	padding: 64px 0;
	padding: 4rem 0;
	position: relative;
	width: 100%;
	z-index: 9;
}

.p-about__commitment-box::after {
	aspect-ratio: 1;
	background: url(../images/about/commitment-logo.png) no-repeat;
	background-size: 100%;
	bottom: -184px;
	bottom: -11.5rem;
	content: "";
	position: absolute;
	right: 32px;
	right: 2rem;
	width: 416px;
	width: 26rem;
}

.p-about__commitment-ttl {
	font-size: 76.8px;
	font-size: 4.8rem;
	text-align: center;
}

.p-about__commitment-lists {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-about__commitment-list {
	margin-right: 128px;
	margin-right: 8rem;
}

.p-about__commitment-list a {
	display: inline-block;
	font-size: 28.8px;
	font-size: 1.8rem;
	position: relative;
}

.p-about__commitment-list a::before {
	border-right: 1px solid #c7a780;
	border-top: 1px solid #c7a780;
	bottom: 0;
	content: "";
	height: 10px;
	margin: auto;
	position: absolute;
	right: -32px;
	right: -2rem;
	top: -8px;
	top: -0.5rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 10px;
}

.p-about__noodles {
	border-bottom: 1px solid #c7a780;
	padding: 264px 0 224px;
	padding: 16.5rem 0 14rem;
}

.p-about__noodles-box {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 160px;
	margin-bottom: 10rem;
	position: relative;
}

.p-about__noodles-box::after {
	background: url(../images/about/noodles-arrow.svg) no-repeat;
	background-size: 100%;
	bottom: -256px;
	bottom: -16rem;
	content: "";
	height: 96px;
	height: 6rem;
	left: 20%;
	position: absolute;
	width: 40px;
	width: 2.5rem;
}

.p-about__noodles-box:last-child {
	margin-bottom: 0;
}

.p-about__noodles-box:last-child::after {
	display: none;
}

.p-about__noodles-txt {
	margin-right: 96px;
	margin-right: 6rem;
	width: 50%;
}

.p-about__noodles-txt h2 {
	height: auto;
	margin-bottom: 112px;
	margin-bottom: 7rem;
}

.p-about__noodles-name {
	font-size: 64px;
	font-size: 4rem;
	font-weight: 500;
	margin-bottom: 64px;
	margin-bottom: 4rem;
}

.p-about__noodles-box:last-child .p-about__noodles-name {
	padding-top: 192px;
	padding-top: 12rem;
}

.p-about__noodles-name span {
	color: #c7a780;
	display: block;
	font-size: 28.8px;
	font-size: 1.8rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-about__noodles-descri {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.4;
}

.p-about__noodles-img {
	width: 45%;
}

.p-about__noodles-img img {
	-o-object-fit: cover;
	height: 601.6px;
	height: 37.6rem;
	object-fit: cover;
}

.p-about__soup {
	border-bottom: 1px solid #c7a780;
	margin-top: 32px;
	margin-top: 2rem;
	padding-bottom: 192px;
	padding-bottom: 12rem;
	padding-top: 192px;
	padding-top: 12rem;
}

.p-about__soup h2 {
	height: auto;
	margin-bottom: 176px;
	margin-bottom: 11rem;
}

.p-about__soup-flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 160px;
	margin-bottom: 10rem;
	position: relative;
}

.p-about__soup-batsuimg {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -432px;
	top: -27rem;
	width: 20%;
}

.p-about__soup-box {
	width: 50%;
}

.p-about__soup-flex .p-about__soup-box:nth-child(1) {
	margin-right: 208px;
	margin-right: 13rem;
}

.p-about__soup-name {
	font-size: 52.8px;
	font-size: 3.3rem;
	font-weight: 500;
}

.p-about__soup-name span {
	color: #c7a780;
	display: block;
	font-size: 28.8px;
	font-size: 1.8rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-about__soup-img {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-about__soup-img img {
	-o-object-fit: cover;
	height: 588.8px;
	height: 36.8rem;
	object-fit: cover;
}

.p-about__soup-descri {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.4;
}

.p-about__pork {
	border-bottom: 1px solid #c7a780;
	margin-top: 32px;
	margin-top: 2rem;
	padding-bottom: 224px;
	padding-bottom: 14rem;
	padding-top: 192px;
	padding-top: 12rem;
}

.p-about__pork h2 {
	height: auto;
}

.p-about__pork-box {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 160px;
	margin-bottom: 10rem;
	position: relative;
}

.p-about__pork-box::after {
	background: url(../images/about/pork-arrow.svg) no-repeat;
	background-size: 100%;
	bottom: -256px;
	bottom: -16rem;
	content: "";
	height: 96px;
	height: 6rem;
	left: 20%;
	position: absolute;
	width: 40px;
	width: 2.5rem;
}

.p-about__pork-box2 {
	margin-bottom: 0;
}

.p-about__pork-box2::after {
	display: none;
}

.p-about__pork-box h2 {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-about__pork-txt {
	margin-right: 96px;
	margin-right: 6rem;
	width: 50%;
}

.p-about__pork-txt h2 {
	margin-bottom: 112px;
	margin-bottom: 7rem;
}

.p-about__pork-name {
	font-size: 64px;
	font-size: 4rem;
	font-weight: 500;
	margin-bottom: 64px;
	margin-bottom: 4rem;
	padding-top: 192px;
	padding-top: 12rem;
}

.p-about__pork-name span {
	color: #c7a780;
	display: block;
	font-size: 28.8px;
	font-size: 1.8rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-about__pork-descri {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.4;
}

.p-about__pork-img {
	width: 45%;
}

.p-about__ramen {
	background: url(../images/about/ramen-bg2.png) no-repeat;
	background-size: cover;
	padding-bottom: 224px;
	padding-bottom: 14rem;
	position: relative;
}

.p-about__ramen-txt {
	position: absolute;
	right: 368px;
	right: 23rem;
	top: 192px;
	top: 12rem;
	z-index: 1;
}

.SectionTitle_sectionTitle__t_dVI {
	--letter-spacing: -0.1em;
	--offset: -10px;
	color: #000;
	font-family: "Yuji Syuku", serif;
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.25;
	text-orientation: upright;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.SectionTitle_sectionTitleTextContainer__UYU8O.SectionTitle_isFinished__HqOlI,
.SectionTitle_sectionTitleTextContainer__UYU8O.SectionTitle_isFinished__HqOlI .SectionTitle_sectionTitleText__5h8pN {
	-webkit-clip-path: none;
	clip-path: none;
}

.SectionTitle_sectionTitleTextContainer__UYU8O.SectionTitle_isShow__fyGul,
.SectionTitle_sectionTitleTextContainer__UYU8O.SectionTitle_isShow__fyGul .SectionTitle_sectionTitleText__5h8pN {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	background-color: #c7a780;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.SectionTitle_sectionTitleTextContainer__UYU8O {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	background-color: var(--color-yellow-1);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	display: inline-block;
	margin-left: 32px;
	margin-left: 2rem;
	padding: 16px 19.2px;
	padding: 1rem 1.2rem;
	transition: -webkit-clip-path 0.5s ease-in-out 0.8s;
	-webkit-transition: -webkit-clip-path 0.5s ease-in-out 0.8s;
	transition: clip-path 0.5s ease-in-out 0.8s;
	transition: clip-path 0.5s ease-in-out 0.8s, -webkit-clip-path 0.5s ease-in-out 0.8s;
}

.SectionTitle_sectionTitleText__5h8pN {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	display: inline-block;
	transition: -webkit-clip-path 0.5s ease-in-out 0.8s;
	-webkit-transition: -webkit-clip-path 0.5s ease-in-out 0.8s;
	transition: clip-path 0.5s ease-in-out 0.8s;
	transition: clip-path 0.5s ease-in-out 0.8s, -webkit-clip-path 0.5s ease-in-out 0.8s;
}

.p-about__ramen-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 96px;
	margin-top: 6rem;
}

.p-about__owner {
	background-image: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, .2)));
	background-image: linear-gradient(-90deg, rgb(0, 0, 0), rgba(0, 0, 0, .2));
}

.p-about__owner-txt {
	border-top: 1px solid #c7a780;
	position: relative;
	width: 50%;
}

.p-about__owner-txt::before,
.p-about__owner-txt::after {
	border-top: 1px solid #c7a780;
	content: "";
	left: 0;
	position: absolute;
	top: 10px;
	width: 100%;
}

.p-about__owner-txt::after {
	top: 20px;
}

.p-about__owner-txt2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #c7a780;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 492.8px;
	height: 30.8rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-about__owner-txt2::before,
.p-about__owner-txt2::after {
	border-top: 1px solid #c7a780;
	bottom: 10px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.p-about__owner-txt2::after {
	bottom: 20px;
}

.p-about__owner-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 48px;
	font-size: 3rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -320px;
	margin-left: -20rem;
	padding-left: 160px;
	padding-left: 10rem;
	position: relative;
}

.p-about__owner-ttl span {
	display: block;
	font-size: 25.6px;
	font-size: 1.6rem;
}

.p-about__owner-ttl::before {
	aspect-ratio: 1;
	background: url(../images/about/takezou-logo.png) no-repeat center;
	background-size: 100%;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 104px;
	width: 6.5rem;
}

.p-about__owner-ttl::after {
	aspect-ratio: 1;
	background: url(../images/about/owner-arrow.svg) no-repeat center;
	background-size: 100%;
	bottom: 0;
	content: "";
	margin: auto;
	position: absolute;
	right: -304px;
	right: -19rem;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 256px;
	width: 16rem;
}

.p-about__owner a:hover .p-about__owner-ttl::after {
	right: -336px;
	right: -21rem;
}

body.mobile-android .p-about__owner a:hover .p-about__owner-ttl::after {
	right: -176px;
	right: -11rem;
}

.p-about__owner-img {
	width: 50%;
}

.p-about__history {
	padding: 256px 0;
	padding: 16rem 0;
	position: relative;
}

.p-about__history h2 {
	font-size: 76.8px;
	font-size: 4.8rem;
	font-weight: 700;
	height: auto;
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	padding-left: 0;
	padding-top: 144px;
	padding-top: 9rem;
	text-align: center;
}

.p-about__history h2 span {
	font-family: "Cormorant Garamond", serif;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-style: italic;
}

.p-about__history h2::before {
	aspect-ratio: 1;
	background: url(../images/about/takezou-logo.png) no-repeat center;
	background-size: 100%;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 104px;
	width: 6.5rem;
}

.p-about__history-contents {
	margin: 0 auto;
	padding-left: 160px;
	padding-left: 10rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about__history-contents::before {
	border-right: 1px solid #c7a780;
	content: "";
	height: 84.5%;
	left: 80px;
	left: 5rem;
	position: absolute;
	top: 40px;
	top: 2.5rem;
}

.p-about__history-contents dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 64px;
	margin-bottom: 4rem;
	position: relative;
}

.p-about__history-contents dl::before {
	aspect-ratio: 1;
	border: 1px solid #c7a780;
	border-radius: 50%;
	content: "";
	left: -86.88px;
	left: -5.43rem;
	position: absolute;
	width: 16px;
	width: 1rem;
}

.p-about__history-contents dt {
	color: #c7a780;
	font-size: 54.4px;
	font-size: 3.4rem;
	font-weight: 500;
	margin-right: 48px;
	margin-right: 3rem;
	position: relative;
}

.p-about__history-contents dt::after {
	content: "/";
	padding-left: 48px;
	padding-left: 3rem;
}

.p-about__history-contents dd {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 500;
}

.p-footer {
	color: #fff;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-footer__info {
	font-size: 20.8px;
	font-size: 1.3rem;
	margin-right: 128px;
	margin-right: 8rem;
}

.p-footer__info-address,
.p-footer__info-time {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-footer__info-time:last-child {
	margin-bottom: 0;
}

.p-footer__lists {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 48px;
	margin-right: 3rem;
	width: 656px;
	width: 41rem;
}

.p-footer__list {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	width: 50%;
}

.p-footer__list a {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-footer__list a::after {
	border-right: 1px solid #c7a780;
	border-top: 1px solid #c7a780;
	bottom: 0;
	content: "";
	height: 17.6px;
	height: 1.1rem;
	margin: auto;
	position: absolute;
	right: -48px;
	right: -3rem;
	top: -6.4px;
	top: -0.4rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 17.6px;
	width: 1.1rem;
}

.p-footer__list a:hover::after {
	top: 0px;
	top: 0rem;
}

.p-footer__return img {
	margin: 0 auto 88px;
	margin: 0 auto 5.5rem;
	width: 168px;
	width: 10.5rem;
}

.p-footer__return p {
	color: #c7a780;
	font-size: 20.8px;
	font-size: 1.3rem;
	font-weight: 500;
}

.p-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-header__scroll {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__scroll.is-scrolled {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

.p-header__scroll img {
	width: 32px;
	width: 2rem;
}

.p-header__scroll p {
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 700;
	margin-left: 32px;
	margin-left: 2rem;
}

.p-header__logo {
	width: 352px;
	width: 22rem;
}

.p-header__list {
	margin-right: 112px;
	margin-right: 7rem;
}

.notop-header .p-header__list {
	margin-right: 96px;
	margin-right: 6rem;
}

.p-header__list:last-child {
	margin-right: 0;
}

.p-header__list a {
	color: #fff;
	display: inline-block;
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
}

.p-header__list a::before {
	border-right: 1px solid #c7a780;
	border-top: 1px solid #c7a780;
	bottom: 0;
	content: "";
	height: 16px;
	height: 1rem;
	margin: auto;
	position: absolute;
	right: -32px;
	right: -2rem;
	top: -8px;
	top: -0.5rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 16px;
	width: 1rem;
}

.p-header__sns {
	width: 56px;
	width: 3.5rem;
}

.p-header__sns-twitter {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.p-owner {
	color: #fff;
	overflow: hidden;
}

.p-owner__production h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	text-align: center;
}

.p-owner__takezou-ttl {
	color: #c7a780;
	font-size: 67.2px;
	font-size: 4.2rem;
	font-weight: 500;
	padding-bottom: 96px;
	padding-bottom: 6rem;
	padding-top: 144px;
	padding-top: 9rem;
	position: relative;
	text-align: center;
}

.p-owner__takezou-ttl::before {
	aspect-ratio: 1;
	background: url(../images/owner/takezou-logo.png) no-repeat;
	background-size: 100%;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 104px;
	width: 6.5rem;
}

.p-owner__production {
	position: relative;
}

.p-owner__takezou {
	border-bottom: 1px solid #c7a780;
}

.p-owner__takezou::before,
.p-owner__takezou::after {
	border-top: 1px solid #c7a780;
	bottom: 10px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.p-owner__takezou::after {
	bottom: 20px;
}

.p-owner__production-area {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 304px;
	padding-top: 19rem;
	position: relative;
}

.p-owner__production-img1 {
	margin-right: 144px;
	margin-right: 9rem;
	position: relative;
	width: 800px;
	width: 50rem;
}

.p-owner__production-img1 span {
	font-family: "Cormorant Garamond", serif;
	font-size: 112px;
	font-size: 7rem;
	font-style: italic;
	font-weight: 700;
	left: -48px;
	left: -3rem;
	position: absolute;
	top: -168px;
	top: -10.5rem;
}

.p-owner__production-txt {
	position: relative;
	width: calc(100% - 50rem);
}

.p-owner__production-txt::after {
	background: url(../images/owner/takezou-logo2.png) no-repeat;
	background-size: 100%;
	content: "";
	position: absolute;
	right: -32px;
	right: -2rem;
	top: -32px;
	top: -2rem;
	width: 512px;
	width: 32rem;
}

.p-owner__production-name {
	font-size: 51.2px;
	font-size: 3.2rem;
	font-weight: 500;
}

.p-owner__production-profile {
	color: #c7a780;
	font-size: 28.8px;
	font-size: 1.8rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-owner__production-descri {
	line-height: 2.75;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-owner__production-img2 {
	bottom: 304px;
	bottom: 19rem;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	width: 1824px;
	width: 114rem;
	z-index: -1;
	z-index: -1;
}

.p-owner__production-comment {
	color: #c7a780;
	font-size: 64px;
	font-size: 4rem;
	line-height: 2.4666666667;
	margin-top: 864px;
	margin-top: 54rem;
	text-align: center;
}

.p-owner__map {
	background: url(../images/owner/ramen-bg2.png) no-repeat;
	background-size: cover;
	border-bottom: 1px solid #c7a780;
	padding: 240px 0;
	padding: 15rem 0;
	position: relative;
}

.p-owner__map::before,
.p-owner__map::after {
	border-top: 1px solid #c7a780;
	bottom: -10px;
	content: "";
	position: absolute;
	width: 100%;
}

.p-owner__map::after {
	bottom: -20px;
}

.p-owner__map-img1 {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-owner__map-img2 {
	margin-bottom: 112px;
	margin-bottom: 7rem;
}

.p-owner__map-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-owner__recruit {
	background: url(../images/top/recruit-bg.png) no-repeat;
	background-size: cover;
	border-bottom: 1px solid #c7a780;
	padding: 368px 0 232px;
	padding: 23rem 0 14.5rem;
	position: relative;
}

.p-owner__recruit::before,
.p-owner__recruit::after {
	border-top: 1px solid #c7a780;
	bottom: 10px;
	content: "";
	position: absolute;
	width: 100%;
}

.p-owner__recruit::after {
	bottom: 20px;
}

.p-owner__recruit h2 {
	height: 560px;
	height: 35rem;
	margin-right: 136px;
	margin-right: 8.5rem;
	padding-left: 160px;
	padding-left: 10rem;
}

.p-owner__recruit h2::before {
	left: 160px;
	left: 10rem;
}

.p-owner__recruit-logo {
	width: 9%;
}

.p-owner__recruit-txt {
	margin-right: calc(50% - 50vw);
}

.p-owner__recruit-ttl {
	color: #c7a780;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-owner__recruit-img {
	margin-bottom: 104px;
	margin-bottom: 6.5rem;
}

.p-owner__recruit-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-owner__recruit-btn a {
	background-color: #c7a780;
	color: #000;
	margin-right: 56px;
	margin-right: 3.5rem;
}

.p-owner__recruit-btn a::after {
	border-color: #000;
}

.p-owner__recruit-btn span {
	color: #fff;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.p-top-fv__contents-section {
	background-color: #fff;
}

.p-top-fv__contents-sectionbg {
	background: url(../images/common/all-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.p-top-fv__next::before {
	background: url(../images/top/steam.png) no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	left: -40%;
	position: absolute;
	top: 0;
	width: 140%;
	z-index: 1;
}

#page-overlay {
	background: url(../images/top/fv-steam.jpg) repeat-x;
	background-color: #fff; /* 背景色が必要な場合 */
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center center;
	transform-origin: center center; /* 拡大の基点を中央に設定 */
	width: 100%;
	z-index: 1000;
}

.p-top-fv__contents {
	margin-left: auto;
	width: 75%;
}

.p-top-fv__start {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
}

.p-top-fv.is-active .p-top-fv__start.additional-class {
	overflow: hidden;
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

.p-top-fv__next {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	position: absolute;
}

.p-top-fv {
	background-color: #000;
	position: relative;
}

.p-top-fv__logo1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	height: 100vh;
	justify-self: center;
	left: 9%;
	padding-bottom: 160px;
	padding-bottom: 10rem;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 999;
}

.p-top-fv__logo1.is-active {
	padding-bottom: 0;
}

.p-top-fv__logo1.is-active img {
	width: 96px;
	width: 6rem;
}

.p-top-fv__logo1 img {
	margin: 0 auto;
	width: 144px;
	width: 9rem;
}

.p-top-fv__img {
	position: relative;
	top: -75.2px;
	top: -4.7rem;
}

.p-top-fv__movie {
	overflow: hidden;
}

.p-top-fv__movie::after {
	background: url(../images/top/fv-bg.png) no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-fv__movie-copy {
	bottom: 0;
	color: #c7a780;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20.8px;
	font-size: 1.3rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	margin: auto;
	position: absolute;
	right: 48px;
	right: 3rem;
	top: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
}

.p-top-fv__movie video {
	-o-object-fit: cover;
	height: calc(100vh - 10rem);
	object-fit: cover;
	position: relative;
	width: 100%;
}

.p-top-fv__logo2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 384px;
	width: 24rem;
	z-index: 2;
}

.p-top-about {
	background: url(../images/top/about-bg.png) no-repeat;
	background-size: cover;
	padding-top: 384px;
	padding-top: 24rem;
}

.p-top-about .l-inner1340 {
	padding-left: 432px;
	padding-left: 27rem;
}

.p-top-about__flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 240px;
	margin-right: 15rem;
	position: relative;
}

.p-top-about__flex::before {
	aspect-ratio: 1;
	background: url(../images/top/about-bg2.png) no-repeat;
	background-size: 100%;
	content: "";
	position: absolute;
	right: -192px;
	right: -12rem;
	top: -160px;
	top: -10rem;
	width: 320px;
	width: 20rem;
	width: 1024px;
	width: 64rem;
	z-index: -1;
}

.p-top-about__txt {
	width: 100%;
}

.p-top-about h2 {
	margin-right: 256px;
	margin-right: 16rem;
}

.p-top-about__ttl {
	color: #c7a780;
	font-size: 51.2px;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

body.mobile-android .p-top-about__ttl {
	font-size: 30.4px;
	font-size: 1.9rem;
}

.p-top-about__descri {
	color: #fff;
	font-weight: 500;
	line-height: 2.75;
	margin: 80px 0 104px;
	margin: 5rem 0 6.5rem;
}

.p-top-about__img {
	margin-right: calc(50% - 50vw);
	margin-top: 144px;
	margin-top: 9rem;
}

.p-top-menu {
	background: url(../images/top/menu-bg.png) no-repeat;
	background-size: cover;
	padding: 384px 0 288px;
	padding: 24rem 0 18rem;
}

.p-top-menu .l-inner1340 {
	padding-left: 432px;
	padding-left: 27rem;
}

.p-top-menu__txt {
	position: relative;
	width: 100%;
}

.p-top-menu__txt:after {
	background: url(../images/top/about-bg2.png) no-repeat;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.p-top-menu h2 {
	margin-right: 256px;
	margin-right: 16rem;
}

.p-top-menu__flex {
	position: relative;
}

.p-top-menu__flex::before {
	aspect-ratio: 1;
	background: url(../images/top/menu-bg2.png) no-repeat;
	background-size: 100%;
	bottom: -32px;
	bottom: -2rem;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	width: 320px;
	width: 20rem;
	width: 768px;
	width: 48rem;
	z-index: -1;
}

.p-top-menu__ttl {
	border-bottom: 1px solid #c7a780;
	color: #fff;
	font-size: 51.2px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

body.mobile-android .p-top-menu__ttl {
	font-size: 33.6px;
	font-size: 2.1rem;
}

.p-top-menu__lists {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-top-menu__list {
	cursor: pointer;
	margin-right: 32px;
	margin-right: 2rem;
	position: relative;
	width: 33.3333333333%;
}

.p-top-menu__list::after {
	background-color: rgba(0, 0, 0, .5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.p-top-menu__list.hover-list::after {
	opacity: 1;
}

.p-top-menu__list .img2 {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.8s cubic-bezier(0.77, 0, 0.18, 1) width, 0.8s cubic-bezier(0.77, 0, 0.18, 1) opacity;
	transition: 0.8s cubic-bezier(0.77, 0, 0.18, 1) width, 0.8s cubic-bezier(0.77, 0, 0.18, 1) opacity;
	width: 50%;
	z-index: 3;
}

.p-top-menu__list .img2 img {
	-o-object-fit: cover;
	height: 100%;
	max-width: none;
	max-width: initial;
	object-fit: cover;
	width: 100%;
}

.p-top-menu__list:hover .img2 {
	opacity: 1;
	width: 123%;
}

.p-top-menu__list .img2::after {
	aspect-ratio: 1;
	background: url(../images/top/menu-hover-plus.svg) no-repeat;
	background-size: 100%;
	bottom: 32px;
	bottom: 2rem;
	content: "";
	position: absolute;
	right: 32px;
	right: 2rem;
	width: 80px;
	width: 5rem;
}

.p-top-menu__modal {
	background: url(../images/common/all-bg.jpg) repeat;
	background-size: cover;
	border-bottom: 1px solid #c7a780;
	border-top: 1px solid #c7a780;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 1152px;
	height: 72rem;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 80%;
	z-index: 9999;
}

.p-top-menu__modal::before,
.p-top-menu__modal::after {
	border-top: 1px solid #c7a780;
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
}

.p-top-menu__modal::after {
	top: 20px;
}

.p-top-menu__modal.active {
	opacity: 1;
	overflow: hidden;
	visibility: visible;
}

/*モーダル枠の指定*/

.p-top-menu__modal-body {
	height: 100%;
	padding-right: 80px;
	padding-right: 5rem;
}

.p-top-menu__modal-body::before,
.p-top-menu__modal-body::after {
	border-bottom: 1px solid #c7a780;
	bottom: 10px;
	content: "";
	position: absolute;
	width: 100%;
}

.p-top-menu__modal-body::after {
	bottom: 20px;
}

body.modal-active {
	overflow: hidden;
	position: relative;
}

body.modal-active::before {
	background-color: rgba(0, 0, 0, .5);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.p-top-menu__modal-img {
	margin-right: 80px;
	margin-right: 5rem;
	width: 65%;
}

.p-top-menu__modal-txt {
	width: 35%;
}

.p-top-menu__modal-ttl {
	color: #fff;
	font-size: 57.6px;
	font-size: 3.6rem;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	padding-left: 128px;
	padding-left: 8rem;
	position: relative;
}

.p-top-menu__modal-ttl::before {
	aspect-ratio: 1;
	background: url(../images/top/ttl-ic.png) no-repeat;
	background-size: 100%;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 80px;
	width: 5rem;
}

.p-top-menu__modal-descri {
	color: #fff;
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 2.1428571429;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-top-menu__modal-price {
	color: #c7a780;
	font-size: 27.2px;
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.p-top-menu__modal-return {
	color: #c7a780;
	font-size: 22.4px;
	font-size: 1.4rem;
	text-align: center;
}

.p-top-menu__modal-return img {
	margin: 16px auto 0;
	margin: 1rem auto 0;
	width: 168px;
	width: 10.5rem;
}

.p-top-menu__list .name {
	background-color: #c7a780;
	font-size: 35.2px;
	font-size: 2.2rem;
	font-weight: 500;
	left: 32px;
	left: 2rem;
	padding: 32px 8px;
	padding: 2rem 0.5rem;
	position: absolute;
	top: 32px;
	top: 2rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-top-menu__list .more {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	position: absolute;
	right: 64px;
	right: 4rem;
	top: 32px;
	top: 2rem;
}

.p-top-menu__list .more::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	bottom: 0;
	content: "";
	height: 16px;
	height: 1rem;
	left: auto;
	margin: auto 0;
	position: absolute;
	right: -32px;
	right: -2rem;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 16px;
	width: 1rem;
}

.p-top-menu__news {
	color: #fff;
	margin: 80px 0;
	margin: 5rem 0;
	text-align: center;
}

.p-top-menu__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-menu__btn a::after {
	display: none;
}

.p-top-souvenir {
	background: url(../images/top/owner-bg.png) no-repeat;
	background-size: cover;
	border-top: 1px solid #c7a780;
	padding: 192px 0 160px;
	padding: 12rem 0 10rem;
	position: relative;
	z-index: 0;
}

.p-top-souvenir::before,
.p-top-souvenir::after {
	border-top: 1px solid #c7a780;
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
}

.p-top-souvenir::after {
	top: 20px;
}

.p-top-souvenir .l-inner1340 {
	padding-left: 432px;
	padding-left: 27rem;
}

.p-top-souvenir__flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 240px;
	margin-right: 15rem;
}

.p-top-souvenir h2 {
	margin-right: 208px;
	margin-right: 13rem;
}

.p-top-souvenir__txt {
	margin-top: 136px;
	margin-top: 8.5rem;
}

.p-top-souvenir__ttl {
	color: #c7a780;
	font-size: 51.2px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.p-top-souvenir__descri {
	color: #fff;
	font-weight: 500;
	line-height: 2.75;
	margin-bottom: 176px;
	margin-bottom: 11rem;
	width: 688px;
	width: 43rem;
}

.p-top-souvenir__img {
	width: 976px;
	width: 61rem;
	z-index: -1;
}

.p-top-souvenir__btn {
	margin: 48px auto 0;
	margin: 3rem auto 0;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-top-souvenir__btn a {
	background-color: #c7a780;
	color: #000;
}

.p-top-souvenir__btn a::after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}

.p-top-souvenir__btn a::before {
	background: url(../images/common/ic-cart.svg) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 49.6px;
	height: 3.1rem;
	left: 64px;
	left: 4rem;
	margin: auto;
	position: absolute;
	top: 0;
	width: 43.2px;
	width: 2.7rem;
}

.p-top-owner {
	background: url(../images/top/owner-bg.png) no-repeat;
	background-size: cover;
	border-top: 1px solid #c7a780;
	padding: 192px 0 160px;
	padding: 12rem 0 10rem;
	position: relative;
	z-index: 0;
}

.p-top-owner::before,
.p-top-owner::after {
	border-top: 1px solid #c7a780;
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
}

.p-top-owner::after {
	top: 20px;
}

.p-top-owner .l-inner1340 {
	padding-left: 432px;
	padding-left: 27rem;
}

.p-top-owner__flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 240px;
	margin-right: 15rem;
}

.p-top-owner h2 {
	margin-right: 208px;
	margin-right: 13rem;
}

.p-top-owner__txt {
	margin-top: 136px;
	margin-top: 8.5rem;
}

.p-top-owner__ttl {
	color: #c7a780;
	font-size: 51.2px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.p-top-owner__descri {
	color: #fff;
	font-weight: 500;
	line-height: 2.75;
	margin-bottom: 176px;
	margin-bottom: 11rem;
	width: 688px;
	width: 43rem;
}

.p-top-owner__img {
	bottom: 80px;
	bottom: 5rem;
	position: absolute;
	right: 0;
	width: 976px;
	width: 61rem;
	z-index: -1;
}

.p-top-owner__btn {
	margin-left: 96px;
	margin-left: 6rem;
}

.p-top-owner__btn a {
	background-color: #c7a780;
	color: #000;
}

.p-top-owner__btn a::after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}

.p-top-infomation {
	border-top: 1px solid #c7a780;
	padding: 368px 0;
	padding: 23rem 0;
	position: relative;
}

.p-top-infomation .l-inner1340 {
	padding-left: 432px;
	padding-left: 27rem;
}

.p-top-infomation::before,
.p-top-infomation::after {
	border-top: 1px solid #c7a780;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-infomation::before {
	top: 10px;
}

.p-top-infomation::after {
	top: 20px;
}

.p-top-infomation h2 {
	margin-right: 136px;
	margin-right: 8.5rem;
}

.p-top-infomation::before {
	display: none;
}

.p-top-news {
	margin-bottom: 208px;
	margin-bottom: 13rem;
}

.p-top-news__insta {
	width: 100%;
}

.p-top-news__insta #sb_instagram #sbi_images .sbi_item {
	padding-bottom: 24px !important;
	padding-bottom: 1.5rem !important;
	padding-right: 24px !important;
	padding-right: 1.5rem !important;
}

.p-top-news__insta #sb_instagram #sbi_images .sbi_item:nth-child(3n) {
	padding-right: 0 !important;
}

.p-top-news__btn {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 104px;
	margin-top: 6.5rem;
}

.p-top-news__btn a {
	margin-left: auto;
}

.p-top-news__btn p {
	color: #fff;
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
	width: 600px;
	width: 37.5rem;
}

.p-top-news__btn-more {
	text-align: right;
}

.p-top-access__info {
	width: 100%;
}

.p-top-access__info iframe {
	height: 792px;
	height: 49.5rem;
	width: 100%;
}

.p-top-access__info-txt {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff;
	font-size: 22.4px;
	font-size: 1.4rem;
	margin-bottom: 96px;
	margin-bottom: 6rem;
	margin-bottom: 56px;
	margin-bottom: 3.5rem;
	margin-top: 48px;
	margin-top: 3rem;
}

.p-top-access__address-ttl {
	color: #c7a780;
	font-family: "Cormorant Garamond", serif;
	font-size: 64px;
	font-size: 4rem;
	font-style: italic;
	font-weight: 700;
}

.p-top-access__time span {
	color: #c7a780;
	display: block;
}

.p-top-access__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-top-recruit {
	background: url(../images/top/recruit-bg.png) no-repeat;
	background-size: cover;
	border-top: 1px solid #c7a780;
	padding: 368px 0;
	padding: 23rem 0;
	position: relative;
}

.p-top-recruit .l-inner1340 {
	padding-left: 432px;
	padding-left: 27rem;
}

.p-top-recruit::before,
.p-top-recruit::after {
	border-top: 1px solid #c7a780;
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
}

.p-top-recruit::after {
	top: 20px;
}

.p-top-recruit h2 {
	margin-right: 136px;
	margin-right: 8.5rem;
}

.p-top-recruit__ttl {
	color: #c7a780;
	font-size: 54.4px;
	font-size: 3.4rem;
	font-weight: 500;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-top-recruit__img {
	margin-bottom: 104px;
	margin-bottom: 6.5rem;
	margin-right: calc(70% - 50vw);
}

.p-top-recruit__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-recruit__btn a {
	background-color: #c7a780;
	color: #000;
	margin-right: 56px;
	margin-right: 3.5rem;
}

.p-top-recruit__btn a::after {
	border-color: #000;
}

.p-top-recruit__btn span {
	color: #fff;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.p-top-contact {
	background: url(../images/top/contacg-bg.png) no-repeat;
	background-size: cover;
	border-top: 1px solid #c7a780;
	padding: 368px 0 224px;
	padding: 23rem 0 14rem;
	position: relative;
}

.p-top-contact .l-inner1340 {
	padding-left: 432px;
	padding-left: 27rem;
}

.p-top-contact::before,
.p-top-contact::after {
	border-top: 1px solid #c7a780;
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
}

.p-top-contact::after {
	top: 20px;
}

.p-top-contact h2 {
	margin-right: 136px;
	margin-right: 8.5rem;
}

.p-top-contact__txt {
	color: #fff;
	width: 100%;
}

.p-top-contact__descri {
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-top-contact .smf-form .smf-item {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-top-contact .smf-form .smf-item:last-child {
	margin-bottom: 0;
}

.p-top-contact .smf-form .smf-item__col--label {
	display: none;
}

.p-top-contact .smf-form .smf-item .smf-text-control__control,
.p-top-contact .smf-form .smf-item .smf-textarea-control__control {
	border: 2px solid #c7a780;
	border-radius: 3px;
	font-family: sans-serif;
	font-size: 22.4px;
	font-size: 1.4rem;
	padding: 24px 32px;
	padding: 1.5rem 2rem;
	width: 100%;
}

.p-top-contact .smf-form .smf-item .smf-textarea-control__control {
	height: 640px;
	height: 40rem;
}

.p-top-contact .smf-action {
	margin-top: 96px;
	margin-top: 6rem;
}

.p-top-contact .smf-action .smf-button-control__control {
	background: #000;
	border: 1px solid;
	border-radius: 5rem;
	color: #c7a780;
	color: #c7a780;
	display: block;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	margin: 0 auto;
	padding: 32px 16px;
	padding: 2rem 1rem;
	position: relative;
	text-align: center;
	width: 600px;
	width: 37.5rem;
}

.p-top-contact .smf-action .smf-button-control__control::after {
	border-right: 2px solid #c7a780;
	border-top: 2px solid #c7a780;
	bottom: 0;
	content: "";
	height: 24px;
	height: 1.5rem;
	margin: auto;
	position: absolute;
	right: 96px;
	right: 6rem;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 24px;
	width: 1.5rem;
}

body.home h2 {
	font-family: "Yuji Syuku", serif;
}

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

.p-owner__production .l-inner {
	position: relative;
}

}

@media (min-width: 1501px) {

html {
	font-size: 62.5%;
}

}

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

.u-desktop--lg {
	display: none;
}

.u-mobile--lg {
	display: block;
}

}

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

.p-about__soup-name {
	font-size: 3.1rem;
}

.p-owner__production-img2 {
	bottom: 36rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

a:hover {
	opacity: 1;
}

html {
	font-size: 2.6666666667vw;
}

a[href^="tel:"] {
	pointer-events: inherit;
}

a:hover {
	opacity: 0.8;
}

.l-breadcrumb {
	display: none;
	margin-top: 8rem;
}

.l-footer {
	padding: 6.5rem 0 2.5rem;
}

.l-footer .l-inner1340 {
	padding-left: 2.75rem;
}

.l-header {
	bottom: -6rem;
	height: 6rem;
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.top-header.is-opacity {
	bottom: inherit;
	position: fixed;
}

.notop-header {
	bottom: 0;
	position: fixed;
	top: 0;
}

.l-inner,
.l-inner1340,
.l-inner1700 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

body {
	font-size: 1.3rem;
}

.c-breadcrumb {
	font-size: 1.2rem;
	margin-top: -3rem;
}

.c-btn a {
	font-size: 1.4rem;
	padding: 1.5rem 1rem;
	width: 85%;
}

.c-btn a::after {
	height: 1rem;
	right: 2rem;
	width: 1rem;
}

.c-btn a:hover::after {
	right: 1.5rem;
}

.c-flex {
	display: block;
}

.header__hamburger {
	height: 3rem;
	padding: 0;
	position: absolute;
	right: 2rem;
	top: 1.4rem;
	width: 3rem;
}

.hamburger-menu__bar {
	background: #fff;
	display: inline-block;
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.hamburger-menu__bar:first-child {
	top: 0.5rem;
}

.hamburger-menu__bar:nth-child(2) {
	top: 1.5rem;
}

.hamburger-menu__bar:last-child {
	top: 2.5rem;
}

.hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
}

.header__global-menu {
	background: #000;
	display: none;
	left: 0;
	padding: 4.5rem 0 1.5rem;
	position: absolute;
	right: 0;
	top: 6rem;
	width: 90%;
	z-index: 9999;
}

body.body-open {
	overflow: hidden;
}

.c-hero-hero {
	margin-bottom: 5rem;
	padding-top: 39rem;
}

.c-hero-hero h1 {
	font-size: 2.5rem;
	padding-top: 5.5rem;
	top: 12.5rem;
}

.c-hero-hero h1::before {
	width: 3.5rem;
}

.c-hero-hero__img {
	position: relative;
}

.c-hero-hero__img::after {
	background: url(../images/common/sp/mainv-mesh.png);
	background-size: 70%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-section-ttl {
	font-size: 2.5rem;
	height: auto;
	margin: 0 auto;
	padding-top: 5rem;
}

.c-section-ttl::before {
	width: 3.5rem;
}

.c-section-ttl span {
	font-size: 1.4rem;
}

.c-section-ttl2 {
	padding-left: 6rem;
	padding-top: 0;
}

.p-about__takezou h2 {
	font-size: 1.2rem;
	margin-bottom: 7rem;
}

.p-about__takezou-ttl {
	font-size: 2rem;
	padding-top: 8rem;
}

.p-about__takezou-txt {
	background-size: 20rem;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 2.4285714286;
	margin-top: 3.5rem;
	padding: 10rem 0;
}

.p-about__commitment-box {
	padding: 2.5rem 0;
	position: inherit;
}

.p-about__commitment-box::after {
	bottom: -3rem;
	right: 1rem;
	width: 9rem;
}

.p-about__commitment-ttl {
	font-size: 1.8rem;
}

.p-about__commitment-lists {
	display: none;
}

.p-about__noodles {
	padding: 12rem 0 7.5rem;
}

.p-about__noodles-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 6rem;
}

.p-about__noodles-box::after {
	bottom: -12rem;
	left: 0;
	margin: auto;
	right: 0;
}

.p-about__noodles-box:last-child {
	display: block;
}

.p-about__noodles-txt {
	display: contents;
	margin-right: 0;
	width: 100%;
}

.p-about__noodles-txt h2 {
	margin-bottom: 4.5rem;
}

.p-about__noodles-name {
	font-size: 2.2rem;
	margin-bottom: 3.5rem;
	width: 100%;
}

.p-about__noodles-name span {
	font-size: 1.4rem;
}

.p-about__noodles-descri {
	font-size: 1.3rem;
	line-height: 2;
	margin-top: 3.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-about__noodles-img {
	display: contents;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-about__noodles-img img {
	height: 22.5rem;
}

.p-about__soup {
	margin-top: 2rem;
	padding-bottom: 7rem;
	padding-top: 7rem;
}

.p-about__soup h2 {
	margin-bottom: 5rem;
}

.p-about__soup-flex {
	margin-bottom: 5rem;
}

.p-about__soup-flex::after {
	aspect-ratio: 1;
	background: url(../images/about/soup-batsu2.svg) no-repeat center;
	background-size: 100%;
	bottom: 0;
	content: "";
	margin: auto 0;
	position: absolute;
	right: 0;
	top: 8rem;
	width: 6rem;
}

.p-about__soup-box {
	width: 100%;
}

.p-about__soup-flex .p-about__soup-box:nth-child(1) {
	margin-right: 0;
}

.p-about__soup-name {
	font-size: 2.2rem;
}

.p-about__soup-name span {
	font-size: 1.4rem;
}

.p-about__soup-img img {
	height: auto;
}

.p-about__soup-descri {
	font-size: 1.3rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.p-about__soup-descri:nth-of-type(2) {
	margin-bottom: 6rem;
}

.p-about__pork {
	padding-bottom: 7rem;
	padding-top: 7rem;
}

.p-about__pork-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-about__pork-box::after {
	bottom: -12rem;
	left: 0;
	margin: auto;
	right: 0;
}

.p-about__pork-txt {
	display: contents;
	width: 100%;
}

.p-about__pork-box1 .p-about__pork-txt {
	display: block;
	margin-right: 0;
}

.p-about__pork-name {
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding-top: 6rem;
	width: 100%;
}

.p-about__pork-name span {
	font-size: 1.4rem;
}

.p-about__pork-descri {
	font-size: 1.3rem;
	line-height: 2;
	margin-top: 3.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-about__pork-img {
	display: contents;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-about__pork-img img {
	height: 22.5rem;
}

.p-about__ramen {
	padding-bottom: 6.5rem;
}

.p-about__ramen-txt {
	right: 1.5rem;
	top: 2rem;
}

.SectionTitle_sectionTitle__t_dVI {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.SectionTitle_sectionTitleTextContainer__UYU8O {
	margin-left: 0.5rem;
	padding: 0.6rem;
}

.p-about__ramen-btn {
	margin: 4.5rem auto 0;
	width: 80%;
}

.p-about__owner {
	border-bottom: 1px solid #c7a780;
	padding-bottom: 8rem;
	position: relative;
}

.p-about__owner::before,
.p-about__owner::after {
	border-bottom: 1px solid #c7a780;
	bottom: 10px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.p-about__owner::after {
	bottom: 20px;
}

.p-about__owner-txt {
	width: 100%;
}

.p-about__owner-txt2 {
	border: none;
	height: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 7rem 0 3rem 2.75rem;
}

.p-about__owner-txt2::before,
.p-about__owner-txt2::after {
	display: none;
}

.p-about__owner-txt2::after {
	display: none;
}

.p-about__owner-ttl {
	font-size: 2.2rem;
	margin-left: 0;
	padding-left: 6rem;
}

.p-about__owner-ttl span {
	font-size: 1.2rem;
}

.p-about__owner-ttl::before {
	top: -1rem;
	width: 4rem;
}

.p-about__owner-ttl::after {
	background: url(../images/about/sp/owner-arrow.svg) no-repeat center;
	background-size: 100%;
	right: -10rem;
	width: 8rem;
}

.p-about__owner a:hover .p-about__owner-ttl::after {
	right: -12rem;
}

.p-about__owner-img {
	width: 100%;
}

.p-about__history {
	padding: 10rem 0 8rem;
}

.p-about__history h2 {
	font-size: 2.5rem;
	margin-bottom: 5rem;
	padding-top: 6rem;
}

.p-about__history h2::before {
	width: 5rem;
}

.p-about__history-contents {
	padding-left: 0;
	width: 80%;
}

.p-about__history-contents::before {
	display: none;
}

.p-about__history-contents dl {
	display: block;
	margin-bottom: 2.5rem;
}

.p-about__history-contents dl::before {
	display: none;
}

.p-about__history-contents dt {
	display: block;
	font-size: 2.4rem;
	margin-bottom: 0.5rem;
	margin-right: 0;
	width: 100%;
}

.p-about__history-contents dt::after {
	padding-left: 1.5rem;
}

.p-about__history-contents dd {
	display: block;
	font-size: 1.4rem;
	width: 100%;
}

.p-footer {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-footer__logo {
	margin: 0 auto 5.5rem;
	width: 19rem;
}

.p-footer__info {
	font-size: 1.4rem;
	margin-right: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 50%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-footer__info-address,
.p-footer__info-time {
	margin-bottom: 0;
	margin-left: 1.5rem;
}

.p-footer__info-time:last-child {
	margin-left: 0;
}

.p-footer__info-time span {
	color: #c7a780;
}

.p-footer__lists {
	margin-right: 0;
	position: relative;
	width: 40%;
}

.p-footer__lists::after {
	border-left: 1px solid #c7a780;
	content: "";
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
}

.p-footer__list {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	width: 100%;
}

.p-footer__list a::after {
	display: none;
}

.p-footer__return {
	display: none;
}

.p-footer__copy {
	color: #c7a780;
	font-size: 1.2rem;
	margin-top: 6.5rem;
	text-align: center;
}

.p-header__logo {
	width: 10rem;
}

.p-header__scroll {
	display: none;
}

.p-header__list {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	margin-right: 0;
	width: 100%;
}

.notop-header .p-header__list {
	margin-right: 0;
}

.p-header__lists {
	display: inline-block;
	padding-left: 2.5rem;
	position: relative;
	vertical-align: top;
	width: 43%;
}

.p-header__lists::after {
	border-left: 1px solid #c7a780;
	content: "";
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
}

.p-header__lists-ttl {
	margin-bottom: 3.5rem;
	padding-left: 2.5rem;
}

.p-header__lists-ttl span {
	border-bottom: 1px solid;
	color: #c7a780;
	font-size: 1.8rem;
	padding-bottom: 0.2rem;
}

.p-header__list:last-child {
	margin-bottom: 0;
}

.p-header__list a {
	color: #c7a780;
}

.p-header__list a::before {
	display: none;
}

.p-header__info {
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	height: 25rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-right: 2.5rem;
	width: 55%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-header__info-address,
.p-header__info-time {
	margin-bottom: 0;
	margin-left: 1rem;
}

.p-header__info-time:last-child {
	margin-bottom: 0;
	margin-left: 0;
}

.p-header__info-time span {
	color: #c7a780;
}

.p-header__copy {
	color: #c7a780;
	font-size: 1rem;
	margin-top: 4.5rem;
	text-align: center;
}

.p-header__snsarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4rem;
}

.p-owner__production h2 {
	font-size: 1.2rem;
	margin-bottom: 7rem;
}

.p-owner__takezou-ttl {
	font-size: 2rem;
	padding-bottom: 3rem;
	padding-top: 8rem;
}

.p-owner__production-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 10rem;
}

.p-owner__production-img1 {
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	margin-top: 4rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	width: 22rem;
}

.p-owner__production-img1 img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 23rem;
	object-fit: cover;
	object-position: top;
}

.p-owner__production-img1 span {
	font-size: 3.6rem;
	left: inherit;
	right: -6rem;
	top: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-owner__production-txt {
	display: contents;
	width: 100%;
}

.p-owner__production-name {
	font-size: 2.2rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-owner__production-profile {
	font-size: 1.4rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-owner__production-descri {
	line-height: 2;
	margin-top: 20rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-owner__production-img2 {
	bottom: inherit;
	right: 0;
	top: 72rem;
	width: 35rem;
	z-index: -1;
}

.p-owner__production-comment {
	font-size: 1.9rem;
	line-height: 1.6842105263;
	margin: 9rem 0 0;
}

.p-owner__map {
	padding: 9rem 0 8rem;
}

.p-owner__map-img1 {
	margin-bottom: 1rem;
}

.p-owner__map-img2 {
	margin-bottom: 5rem;
}

.p-owner__recruit {
	padding: 11.5rem 0 8rem;
}

.p-owner__recruit h2 {
	height: auto;
	margin: 0 auto 4.5rem;
	padding-left: inherit;
}

.p-owner__recruit h2::before {
	left: 0;
}

.p-owner__recruit-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-owner__recruit-logo {
	display: none;
}

.p-owner__recruit-txt {
	display: contents;
	margin-right: 0;
}

.p-owner__recruit-ttl {
	font-size: 2.2rem;
	margin-bottom: 3.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-owner__recruit-img {
	margin-bottom: 4.5rem;
	margin-right: calc(50% - 50vw);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-owner__recruit-btn {
	display: block;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 85%;
}

.p-owner__recruit-btn a {
	margin-bottom: 2.5rem;
	margin-right: 0;
	width: 100%;
}

.p-owner__recruit-btn span {
	display: block;
	text-align: center;
}

.p-top-fv__contents {
	width: 100%;
}

.p-top-fv__logo1 {
	display: none;
	padding-bottom: 0;
}

.p-top-fv__img {
	height: 100vh;
	top: 0;
}

.p-top-fv__movie-copy {
	bottom: 5rem;
	font-size: 1.1rem;
	right: 2rem;
	top: inherit;
}

.p-top-fv__movie video {
	height: 100vh;
}

.p-top-fv__logo2 {
	width: 50%;
}

.p-top-fv__logo2 img {
	height: auto;
	width: 100%;
}

.p-top-about {
	padding-top: 8rem;
}

.p-top-about .l-inner1340 {
	padding-left: 2.75rem;
}

.p-top-about__flex {
	margin-right: 0;
}

.p-top-about__flex::before {
	bottom: 51rem;
	right: -16rem;
	top: inherit;
	width: 41rem;
}

.p-top-about__txt {
	margin-top: 8rem;
}

.p-top-about h2 {
	height: 24rem;
	margin-left: auto;
	margin-right: auto;
}

.p-top-about__ttl {
	font-size: 2rem;
}

.p-top-about__descri {
	line-height: 2;
	margin: 3rem 0 4.5rem;
}

.p-top-about__img {
	margin-left: auto;
	margin-top: 6rem;
	width: 90%;
}

.p-top-about__btn {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-top-menu {
	padding: 14rem 0 9rem;
}

.p-top-menu .l-inner1340 {
	padding-left: 2.75rem;
}

.p-top-menu__txt {
	margin-top: 7rem;
}

.p-top-menu h2 {
	height: 16rem;
	margin-right: auto;
}

.p-top-menu__ttl {
	font-size: 2.2rem;
	letter-spacing: 0;
	margin-bottom: 3.5rem;
	padding-bottom: 3.5rem;
}

.p-top-menu__list {
	margin-bottom: 1rem;
	margin-right: 0;
	width: auto;
}

.p-top-menu__list:last-child {
	margin-bottom: 0;
}

.p-top-menu__list .img2 {
	-webkit-transition: inherit;
	transition: inherit;
}

.p-top-menu__list:hover .img2 {
	width: 100%;
}

.p-top-menu__modal {
	border: none;
	height: 80%;
	width: 95%;
}

.p-top-menu__modal::before,
.p-top-menu__modal::after {
	display: none;
}

.p-top-menu__modal.active {
	top: 5rem;
}

.p-top-menu__modal-body {
	border-bottom: none;
	overflow-y: scroll;
	padding-right: 0;
}

.p-top-menu__modal-body::before,
.p-top-menu__modal-body::after {
	display: none;
}

.p-top-menu__modal-img {
	margin-right: 0;
	width: 100%;
}

.p-top-menu__modal-txt {
	padding: 2rem 1.5rem;
	width: 100%;
}

.p-top-menu__modal-ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
	padding-left: 4rem;
}

.p-top-menu__modal-ttl::before {
	width: 3rem;
}

.p-top-menu__modal-descri {
	margin-bottom: 2rem;
}

.p-top-menu__modal-price {
	font-size: 1.8rem;
	margin-bottom: 4rem;
}

.p-top-menu__modal-return img {
	width: 7rem;
}

.p-top-menu__list .name {
	font-size: 2.6rem;
}

.p-top-menu__list .more {
	bottom: 3rem;
	font-size: 1.4rem;
	top: inherit;
}

.p-top-menu__list .more::after {
	right: -2.5rem;
}

.p-top-menu__news {
	margin: 4.5rem 0;
}

.p-top-souvenir .l-inner1340 {
	padding-left: 2.75rem;
}

.p-top-souvenir__flex {
	margin-right: 0;
}

.p-top-souvenir h2 {
	height: auto;
	margin-bottom: 2rem;
	margin-right: auto;
}

.p-top-souvenir__txt {
	margin-top: 12rem;
}

.p-top-souvenir__ttl {
	font-size: 2.2rem;
	margin-bottom: 2.5rem;
}

.p-top-souvenir__descri {
	line-height: 2;
	margin-bottom: 5rem;
	width: auto;
}

.p-top-souvenir__img {
	bottom: 36rem;
	width: 34rem;
}

.p-top-souvenir__btn {
	margin-left: 0;
	width: 100%;
}

.p-top-souvenir__btn a {
	margin: 0 auto;
}

.p-top-souvenir__btn a::before {
	height: 2.2rem;
	left: 3rem;
	width: 1.8rem;
}

.p-top-owner .l-inner1340 {
	padding-left: 2.75rem;
}

.p-top-owner__flex {
	margin-right: 0;
}

.p-top-owner h2 {
	height: 19rem;
	margin-right: auto;
}

.p-top-owner__txt {
	margin-top: 12rem;
}

.p-top-owner__ttl {
	font-size: 2.2rem;
	margin-bottom: 2.5rem;
}

.p-top-owner__descri {
	line-height: 2;
	margin-bottom: 5rem;
	width: auto;
}

.p-top-owner__img {
	bottom: 36rem;
	width: 34rem;
}

.p-top-owner__btn {
	margin-left: 0;
}

.p-top-infomation {
	padding: 11rem 0 10rem;
}

.p-top-infomation .l-inner1340 {
	padding-left: 2.75rem;
}

.p-top-infomation h2 {
	margin-bottom: 3rem;
	margin-right: 0;
	padding-top: 0;
	-webkit-writing-mode: rl;
	-ms-writing-mode: rl;
	writing-mode: rl;
}

.p-top-infomation h2::before {
	display: none;
}

.p-top-news__insta #sb_instagram #sbi_images .sbi_item {
	padding-bottom: 1rem !important;
	padding-right: 1rem !important;
}

.p-top-news__insta #sb_instagram #sbi_images .sbi_item:nth-child(3n) {
	padding-right: 1rem !important;
}

.p-top-news__insta #sb_instagram #sbi_images .sbi_item:nth-child(2n) {
	padding-right: 0 !important;
}

.p-top-news__btn {
	margin: 4.5rem auto 0;
	width: 100%;
}

.p-top-news__btn a {
	margin: 0 auto;
	width: 85%;
}

.p-top-news__btn p {
	margin: 2rem auto 0;
	width: 80%;
}

.p-top-access__info iframe {
	height: 26rem;
}

.p-top-access__address-ttl {
	font-size: 2.1rem;
	margin-bottom: 2rem;
}

.p-top-access__time {
	margin-top: 2rem;
}

.p-top-access__btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-recruit {
	padding: 11rem 0 7.5rem;
}

.p-top-recruit .l-inner1340 {
	padding-left: 2.75rem;
}

.p-top-recruit h2 {
	height: 20rem;
	margin-right: auto;
}

.p-top-recruit__txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-recruit__ttl {
	font-size: 2.2rem;
	margin-bottom: 4rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-recruit__img {
	margin-bottom: 5rem;
	margin-right: calc(50% - 50vw);
	margin-top: 4rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-recruit__btn {
	display: block;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-top-recruit__btn a {
	margin-bottom: 2rem;
	margin-right: 0;
}

.p-top-recruit__btn span {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	width: 85%;
}

.p-top-contact {
	padding: 12rem 0 9rem;
}

.p-top-contact .l-inner1340 {
	padding-left: 2.75rem;
}

.p-top-contact h2 {
	margin-bottom: 2.5rem;
	margin-right: auto;
	padding-left: 0;
	padding-top: 0;
	-webkit-writing-mode: rl;
	-ms-writing-mode: rl;
	writing-mode: rl;
}

.p-top-contact h2::before {
	display: none;
}

.p-top-contact__descri {
	font-size: 1.3rem;
	line-height: 1.8461538462;
}

.p-top-contact .smf-form .smf-item .smf-text-control__control,
.p-top-contact .smf-form .smf-item .smf-textarea-control__control {
	font-size: 1.6rem;
	padding: 1rem;
}

.p-top-contact .smf-form .smf-item .smf-textarea-control__control {
	height: 30rem;
}

.p-top-contact .smf-action {
	margin-top: 4.5rem;
}

.p-top-contact .smf-action .smf-button-control__control {
	font-size: 1.4rem;
	padding: 1.5rem 1rem;
	width: 85%;
}

.p-top-contact .smf-action .smf-button-control__control::after {
	height: 1rem;
	right: 2rem;
	width: 1rem;
}

}

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

a:hover {
	opacity: 1;
}

.header__global-menu .p-header__logo {
	display: none;
}

}

@media (max-width: 360px) {

html {
	font-size: 2.7777777778vw;
}

}

@-webkit-keyframes slideBackground {

0% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@keyframes slideBackground {

0% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}


/*# sourceMappingURL=styles.css.map */
