@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */


/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NS-400.woff2") format("woff2"), url("../fonts/NS-400.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/NS-500.woff2") format("woff2"), url("../fonts/NS-500.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NSerif-400.woff2") format("woff2"), url("../fonts/NSerif-400.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/NSerif-500.woff2") format("woff2"), url("../fonts/NSerif-500.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/NSerif-600.woff2") format("woff2"), url("../fonts/NSerif-600.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/NSerif-700.woff2") format("woff2"), url("../fonts/NSerif-700.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-display: swap;
	font-family: 'Nuosu SIL';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NuosuSIL-400.woff2') format('woff2'), url('../fonts/NuosuSIL-400.woff') format('woff')
}


/*---------------------------------------------
    base settings
*/

:root {
	font-size: 62.5%;
	--s-2: calc(var(--s1) / 2);
	--s1: 0.8rem;
	--s2: calc(var(--s1) * 2);
	--s3: calc(var(--s1) * 3);
	--s4: calc(var(--s1) * 4);
	--s5: calc(var(--s1) * 5);
	--s6: calc(var(--s1) * 6);
	--s7: calc(var(--s1) * 7);
	--s8: calc(var(--s1) * 8);
	--s9: calc(var(--s1) * 9);
	--s10: calc(var(--s1) * 10);
	--s11: calc(var(--s1) * 11);
	--s12: calc(var(--s1) * 12);
	--s13: calc(var(--s1) * 13);
	--s14: calc(var(--s1) * 14);
	/* Color settings */
	--site-color01: #766C49;
	--site-color02: #A13B08;
	--site-color03: #41140A;
	--site-color04: #BFA756;
	--site-color05: #5D4E1D;
	--site-color06: #6C5B22;

	--font-serif: "Noto Serif JP", serif;
	--font-sans: "Noto Sans JP", sans-serif;
	--font-en: "Nuosu SIL", sans-serif;
}

@media screen and (max-width: 1000px) {
	:root {
		font-size: 1vw;
	}
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	line-height: 1.9;
	color: var(--site-color05);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd,
figure {
	margin: 0;
	padding: 0;
	border: 0;
}

ul li,
ol li {
	list-style: none;
	position: relative;
}

ul:not([class]) li {
	padding-left: 1.5em;
	margin-bottom: 1em;
}

ol:not([class]) li {
	padding-left: 1.5em;
	margin-bottom: 1em;
	counter-increment: number;
}

ol:not([class]) li::before {
	content: counter(number);
	width: 1.6rem;
	color: #fff;
	background-color: var(--site-color14);
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	position: absolute;
	top: 0.3em;
	left: 0;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

a {
	color: var(--site-color05);
	transition: opacity 0.6s ease, color 0.6s ease;
}

a:active,
a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
	font-weight: normal;
}

small {
	font-size: 80%;
}

p:not([class]) {
	line-height: 1.9;
}

p+p {
	margin-top: 1em;
}

* {
	box-sizing: border-box;
}

.sp_br {
	display: none;
}

.pc_br {
	display: inline;
}




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

	.for-sp {
		display: none;
	}
}

/*---------------------------------------------
    line
*/
.line {
	border-bottom: solid 1px var(--site-color04);
	position: relative;
	display: block;
}

.line::after,
.line::before {
	content: "";
	background: var(--site-color04);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	bottom: -3px;
	position: absolute;
}

.line::after {
	right: 0;
}

.line::before {
	left: 0;
}

/*---------------------------------------------
    scroll-bar
*/
.scroll-bar {
	position: absolute;
	display: block;
	margin: 0 auto;
	height: 96px;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
	width: 2px;
	overflow: hidden;
	z-index: 1;
}

.scroll-bar::after {
	content: '';
	position: absolute;
	bottom: 19px;
	left: 50%;
	width: 2px;
	height: 100px;
	background: var(--site-color04);
}

.scroll-bar:hover {
	opacity: 0.5;
}

.scroll-bar::after {
	animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}

	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}

	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

@media screen and (max-width: 820px) {
	.scroll-bar {
		top: -30px;
		height: 56px;
	}
}


/*---------------------------------------------
    video
*/
video,
iframe {
	height: 100%;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: none;
}

/*---------------------------------------------
    layout center
*/

.l-center {
	max-width: 110rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--s1);
	padding-left: var(--s1);
	box-sizing: content-box;
}


/*---------------------------------------------
    layout header
*/

.header {
	background: #fff;
	width: 100%;
	z-index: 2;
}

.header a:hover {
	opacity: 0.8;
}

.header.fixed {
	left: 0;
	position: fixed;
	top: 0;
}

.header .header-content {
	background: #fff;
	padding: 1.3vh 1vw;
}

.header .header-content .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--s1);
}

.header .header-content .logo-wrap {
	max-width: 180px;
	width: 20vw;
}

.header .header-content .header-link-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}

.header .header-content .header-link-wrap a {
	color: var(--site-color06);
	font-family: var(--font-serif);
	text-decoration: none;
	position: relative;
	padding-inline: 0.7vw;
	display: block;
	width: 100%;
}

.header .header-content .header-link-wrap a::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--site-color06);
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;
}

.header .header-content .header-link-wrap li:last-child a::before {
	content: unset;
}

.header .header-content .header-inner .header-btn {
	max-width: 25rem;
	width: 23vw;
	position: relative;
	z-index: 5;
}

.header .header-content .header-inner .header-btn a {
	font-family: var(--font-serif);
	width: 100%;
	margin: 0;
	padding: 6% 0;
	background: var(--site-color02);
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1;
	box-shadow: 0 -1px 0 #fff, 0 1px 0 #fff, 0 -5px 0 var(--site-color02), 0 5px 0 var(--site-color02);
}


@media screen and (max-width: 820px) {
	.header-sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 56px;
		/* position: fixed;
        top: 0;
        right: 0;
        z-index: 2;
        background: #fff;
        width: 100%; */
	}

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

	.header-sp .logo-wrap {
		max-width: 45%;
		display: flex;
		padding-left: var(--s2);
	}

	.header-sp .header-btn a {
		font-family: var(--font-serif);
		width: 100%;
		margin: 0;
		padding: var(--s1);
		padding: 6px 11px;
		background-color: var(--site-color02);
		display: block;
		color: #fff;
		line-height: 1.5;
		font-weight: 500;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		position: relative;
		z-index: 1;
		box-shadow: 0 -1px 0 #fff, 0 1px 0 #fff, 0 -5px 0 var(--site-color02), 0 5px 0 var(--site-color02);
	}


	.header-sp .open-btn {
		display: block;
		position: relative;
		width: 70px;
		height: 70px;
		background-color: #F0F0F0;
	}

	.header-sp .open-btn span {
		display: block;
		width: 100%;
		height: 1px;
		width: 25px;
		right: 0;
		left: 0;
		margin: auto;
		background-color: var(--site-color06);
		position: absolute;
		transition: transform .4s, opacity .5s;
	}

	.header-sp .open-btn span:nth-child(1) {
		top: 25px;
	}

	.header-sp .open-btn span:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.header-sp .open-btn span:nth-child(3) {
		bottom: 25px;
	}

	.header .close-btn {
		position: absolute;
		top: 10px;
		right: 15px;
		width: 35px;
		height: 35px;
	}

	.header .close-btn::before,
	.header .close-btn::after {
		content: "";
		display: block;
		width: 100%;
		top: 17px;
		position: absolute;
		height: 1px;
		margin: auto;
		background-color: var(--site-color06);
	}


	.header .close-btn::before {
		transform: rotate(-45deg);
	}

	.header .close-btn::after {
		transform: rotate(45deg);
	}


	.header .header-content {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: all ease 0.5s;
		background: url(../img/nav_bg_sp.jpg) no-repeat center / cover;
	}

	.header .header-content.open {
		right: 0;
		opacity: 1;
		z-index: 2;
	}

	.header .header-content .logo-wrap {
		max-width: 230px;
		width: 100%;
	}


	.header .header-content .header-inner {
		height: 100vh;
		flex-direction: column;
		justify-content: center;
		position: relative;
	}


	.header .header-content .header-inner .header-link-wrap {
		flex-direction: column;
		gap: 2.6rem;
		margin-block: 4rem;
	}

	.header .header-content .header-link-wrap a::before {
		content: unset;
	}

	.header .header-content .header-inner .header-btn {
		max-width: 60%;
		width: 100%;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
	}

	.header .header-content .header-inner .header-btn a {
		background: var(--site-color02);
	}

}


/*---------------------------------------------
    title
*/
.font-min {
	font-family: var(--font-serif);
	line-height: 1.5;
}

.heading-wrap .hading-en {
	position: relative;
	text-align: center;
	letter-spacing: 0.23em;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	mix-blend-mode: darken;
}

.heading-wrap .hading-en::before {
	position: absolute;
	bottom: -20px;
	left: 50%;
	height: 14px;
	width: 1px;
	content: '';
	background-color: var(--site-color04);
}

.heading-wrap .heading {
	font-weight: 600;
	font-size: 2rem;

	line-height: 2.5;
	text-align: center;
	margin-top: 2.5rem;
}


.heading-wrap .heading .text-lg {
	font-weight: 700;
	font-size: 2.8rem;
}

.heading-wrap .heading .emphasis {
	color: var(--site-color02);
}

.heading-wrap .lead {
	text-align: center;
	margin-top: 3rem;
	font-family: var(--font-sans);
}

@media screen and (max-width: 820px) {
	.heading-wrap {
		margin-bottom: 4rem;
	}

	.heading-wrap .hading-en {
		font-size: 1.1rem;
		line-height: 2.18;
	}

	.heading-wrap .heading {
		margin-top: 3.5rem;
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.heading-wrap .heading .text-lg {
		font-size: 2rem;
	}

	.heading-wrap .lead {
		margin-top: 4rem;
		text-align: left;
	}
}


/*---------------------------------------------
    font-en
*/

.en {
	font-family: var(--font-en);
	color: var(--site-color04);
}

/*---------------------------------------------
    Button Web settings
*/


.btn-web {
	max-width: 48rem;
	width: 100%;
	margin: var(--s5) auto;
	position: relative;
	z-index: 5;
}


.btn-web a {
	font-family: var(--font-serif);
	width: 100%;
	margin: 0;
	padding: var(--s2) var(--s5) var(--s2) var(--s4);
	background: var(--site-color02) url("../img/arrow_right_white.svg") no-repeat center right 2rem/auto 1em;
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	font-size: 2rem;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1;
	transform: translate(0, 0);
	transition: transform 0.3s;
	box-shadow: 0 -1px 0 #fff, 0 1px 0 #fff, 0 -6px 0 var(--site-color02), 0 6px 0 var(--site-color02);
}

.btn-web a .text-sm {
	font-size: 1.5rem;
	font-family: var(--font-sans);
	font-weight: 500;
}

.btn-web::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--site-color03);
	border-width: 0 1px 1px 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform: translate(0.8rem, 1.6rem);
	box-shadow: 0 -7px 0 var(--site-color03);
}

.btn-web:hover a {
	transform: translate(0.8rem, 1rem);
}


/*---------------------------------------------
  footer
*/
footer {
	background: url(../img/texture.png) no-repeat center / cover;
	z-index: 1;
	position: relative;
}

footer .copyright {
	padding-block: 2.5rem;
	display: block;
	text-align: center;
}

/*---------------------------------------------
  Page top Button
*/

.l-pagetop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 65px;
	height: 65px;
	z-index: 0;
}

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

	/*---------------------------------------------
      sp base settings
  */
	:root {
		font-size: 2.6666666667vw;
	}

	body {
		min-width: auto;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.sp_br {
		display: inline;
	}

	.pc_br,
	.for-pc {
		display: none;
	}

	p:not([class]) {
		line-height: 1.8;
	}

	ruby rt {
		margin-bottom: -0.4em;
	}

	/*---------------------------------------------
      sp layout center
  */
	.l-center {
		padding-right: calc(var(--s1) + var(--s-2));
		padding-left: calc(var(--s1) + var(--s-2));
		box-sizing: border-box;
	}

	/*---------------------------------------------
      Button Web settings
  */
	.btn-web {
		margin: var(--s3) auto;
		width: 81%;
	}

	.btn-web a {
		font-size: 1.8rem;
		padding: 1rem var(--s3) 1rem var(--s2);
		background: var(--site-color02) url("../img/arrow_right_white_sp.svg") no-repeat center right 1rem/auto 1em;
	}

	.btn-web a .text-sm {
		font-size: 1.2rem;
		margin-bottom: 5px;
		display: inline-block;
	}

	.btn-web:hover a {
		transform: none;
	}

	/* ---------------------------------------------
  	footer 
	*/

	footer .copyright {
		font-size: 1.1rem;
		padding: 1rem 0;
	}

	.l-pagetop {
		width: 4rem;
		height: 4rem;
		right: var(--s1);
		bottom: var(--s3);
	}


}