@charset "utf-8";

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

  TOP

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
ul, ol { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; color: inherit; text-decoration: none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
img { width: 100%; vertical-align: bottom; }
*,*::before,*::after {box-sizing: border-box;}

/*============================
common
============================*/
html {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "游ゴシック", YuGothic, sans-serif;	
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
}


/*============================
set
============================*/
a {
	transition: opacity .4s;
}
a:hover {
	opacity: .6;
}
.faDeY {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.readfaDeY60 {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.5s, transform 1.5s;
}
.readHead {
  opacity: 0;
  /*transform: translateY(20px);*/
  transition: opacity 1s, transform 1s;
}
picture {
	display: block;
}

@media (min-width: 769px) {
  .visible_pc {
    display: block;
  }
  .visible_sp {
    display: none;
  }

  .display_pc {
    display: inline;
  }
  .display_sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .visible_sp {
    display: block;
  }
  .visible_pc {
    display: none;
  }
  .hidden_sp {
    display: none;
  }

  .display_pc {
    display: none;
  }
  .display_sp {
    display: inline;
  }
}

div.main_container {
	counter-reset: number 0; 
	position: relative;
}
div.main_container > div {
	position: relative;
	z-index: 2;
}

.inner,
.inner_small,
.inner_large {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
@media(max-width:768px){
	.inner_large .inner_small {
		width: 100%;
	}
}
@media(min-width:769px){
	.inner {
		width: calc(94vw - 100px);
	}
	.inner_small {
		width: calc(94vw - 100px);
	}
	.inner_large {
		width: 90vw;
	}
}
@media(min-width:1024px){
	.inner_small {
		width: 62vw;
		max-width: calc(100vw - 400px);
	}
}
@media(min-width:1280px){
	.inner {
		width: 81vw;
		max-width: 1092px;
	}
	.inner_small {
		width: 62vw;
		max-width: calc(100vw - 400px);
	}
	main .inner_large {
		max-width: 1316px;
	}
}
@media(min-width:1440px){
	.inner {
		max-width: 1280px;
	}
	main .inner_large {
		max-width: 1366px;
	}
}

#bg {
	width: 100%;
	height: 100%;
	background: transparent url(../_img/bg_sp.jpg) no-repeat center top/ cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
@media(min-width:960px){
	#bg {
		background-image: url(../_img/bg.jpg);
	}
}


.section_title {
	color: #FFF;
	text-align: center;
	max-width: 90%;
	margin: 0 auto 40px;
}
.section_title .ttl {
	font-size: 24px;
	letter-spacing: .1em;
}
.section_title .ttl > span {
	display: inline-block;
	padding-bottom: .75em;
	background-repeat: repeat-x;
	background-position: 0% 99%;
	background-size: .4em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2011%203%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m2.5%203h-1c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5h1c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}
.section_title .read {
	font-size: 18px;
}
.section_title .ttl + .read {
	margin-top: 54px;
}
@media(min-width:769px){
	.section_title {
		margin-bottom: 70px;
	}
	.section_title .ttl {
		font-size: 30px;
	}
	.section_title .read {
		font-size: 20px;
	}
	.section_title .ttl + .read {
		margin-top: 70px;
	}
}

/*============================
common nav
============================*/
.nav_box .main_nav ul li a {
	display: block;
	position: relative;
}
@media(max-width:768px){
	.nav_box .main_nav ul {
		border-top: 1px solid rgba(0,0,0,0.2);
		margin-bottom: 40px;
	}
	.nav_box .main_nav ul li {
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.nav_box .main_nav ul li a {
		font-size: 14px;
		padding: 15px 0;
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22m10%201a9%209%200%201%200%209%209%209.01%209.01%200%200%200%20-9-9m0-1a10%2010%200%201%201%20-10%2010%2010%2010%200%200%201%2010-10z%22%2F%3E%3Cpath%20d%3D%22m2135.834%206289.606h-10.534a.5.5%200%200%201%200-1h7.571l-2.06-1.571a.5.5%200%200%201%20.606-.795z%22%20transform%3D%22translate(-2120.12%20-6278.471)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-size: 20px;
	}
}


.banner_box {
	width: 100%;
	padding: 0 0 30px 0;
}
.banner_box ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.banner_box ul li a {
	width: 100%;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_box ul li:nth-child(1) a {
	background: transparent url(../_img/nav_event.png) no-repeat center center;
	background-size: cover;
}
.banner_box ul li:nth-child(2) a {
	background: transparent url(../_img/nav_onlinestore.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner_box ul li a dl {
	width: auto;
}
.banner_box ul li a dl dt {
	width: auto;
	padding: 0 0 20px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.05em;
	font-family: "Montserrat", sans-serif;
	position: relative;
}
.banner_box ul li a dl dt::after {
	content: "";
	width: 1px;
	height: 10px;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}
.banner_box ul li a dl dd {
	width: auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.05em;
	font-weight: bold;
}

@media(min-width:769px){
	.banner_box ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
	}
	.banner_box ul li {
		flex-basis: 50%;
	}
}

/*============================
header
============================*/
#siteheader {
	width: 100%;
	position: absolute;
	z-index: 100;
}
#siteheader .inner_large {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

#siteheader.is-fixed {
	position: fixed;
}
#siteheader.is-fixed .header_logo a {
	display: block;
	height: 41px;
}

body.gNavOpen #siteheader {
	position: fixed;
}

#siteheader .header_logo {
	position: relative;
}
#siteheader .header_logo a img {
	transition: opacity .4s;
}
#siteheader::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
  background: #FFF;
	border-bottom: 1px solid #DDD;
	transform: translateY(-102%);
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .6s;
}
#siteheader.is-fixed::before {
    transform: translateY(0);
}

#siteheader .main_nav ul li a {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

@media(max-width:768px){
	#siteheader .gNav {
		background: #FFF;
		width: 100vw;
		height: 100dvh;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: calc((100% - 100vw)/2);
		z-index: 99;
		display: none;
	}
	#siteheader .gNav_head {
		width: 90%;
		height: 70px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	#siteheader .nav_box {
		padding: 26px 10% 30px 10%;
	}

	/* Nav Btn */
	.nav_btn {
	  background: transparent;
	  color: currentColor;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 70px;
	  height: 100%;
	  cursor: pointer;
	  position: absolute;
	  top: 0;
	  right: -5%;
	}
	.nav_btn i {
	  display: block;
	  background: currentColor;
	  height: 1px;
	  position: absolute;
	  right: 20px;
	  left: 20px;
	  margin-top: -0.5px;
	  transition: transform .3s;
	}
	.nav_btn i:nth-of-type(1) {
	  top: 50%;
	}
	.nav_btn i:nth-of-type(2) {
	  top: calc(50% - 10px);
	}
	.nav_btn i:nth-of-type(3) {
	  top: calc(50% + 10px);
	}
	.nav_btn.on {
	  color: var(--black);
	}
	.nav_btn.on i:nth-of-type(1),
	.nav_btn._close i:nth-of-type(1) {
	  transform: scaleX(0);
	}
	.nav_btn.on i:nth-of-type(2),
	.nav_btn._close i:nth-of-type(2) {
	  top: 50%;
	  transform: rotate(45deg);
	}
	.nav_btn.on i:nth-of-type(3),
	.nav_btn._close i:nth-of-type(3) {
	  top: 50%;
	  transform: rotate(135deg);
	}
}

#siteheader .sub_nav ul li a {
	display: block;
	padding: 0;
	color: #fff;
	background-color: #393732;
	border-radius: 5px;
	transition: 0.3s;
}
#siteheader .sub_nav ul li.event a {
	background-color: #AD2A1C;
}
#siteheader .sub_nav ul li a dl {
	width: 150px;
	height: 32px;
	padding-right: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	margin: 0 auto;
}
#siteheader .sub_nav ul li a dl dt {
	content: '';
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 32px;
	background-size: 32px;
	border-radius: 50%;
}
#siteheader .sub_nav ul li a dl dt span {
	display: block;
	line-height: 1;
}
#siteheader .sub_nav ul li a dl dt img {
	width: 24px;
	height: 24px;
}
#siteheader .sub_nav ul li a dl dd {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.35;
}


@media(max-width:768px){
	#fixedNav.sub_nav {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
	}
	#fixedNav.sub_nav ul {
		display: flex;
	}
	#fixedNav.sub_nav ul li {
		flex-basis: 100%;
	}
	#fixedNav.sub_nav ul li a {
		border-radius: 0;
	}
	#fixedNav.sub_nav ul li a dl {
		height: 50px;
	}
}
@media(min-width:769px){
	#siteheader .inner_large {
		height: 105px;
	}
	#siteheader .gNav {
		display: block !important;
	}
	#siteheader .nav_box {
		display: flex;
		align-items: center;
	}
	#siteheader .nav_box ul {
		display: flex;
	}
	#siteheader .gNav_head,
	#siteheader .nav_btn {
		display: none !important;
	}
	#siteheader .main_nav {
		margin: 0 20px;
	}
	#siteheader .main_nav ul {
		column-gap: 20px;
	}
	#siteheader .main_nav ul li a {
		font-size: 12px;
	}
	#siteheader .sub_nav ul {
		display: block;
		gap: 10px;
	}
	#siteheader .sub_nav ul li {
		flex-basis: 50%;
	}
	#siteheader .sub_nav ul li.event {
		margin-top: 8px;
	}
}
@media(min-width:960px){
	#siteheader .main_nav ul li a {
		font-size: 13px;
	}
	#siteheader .sub_nav ul li a dl {
		width: 170px;
	}
	#siteheader .sub_nav ul li a dl dd {
		font-size: 13px;
	}
}
@media(min-width:1024px){
	#siteheader .sub_nav ul {
		display: flex;
	}
	#siteheader .sub_nav ul li a dl {
		height: 40px;
	}
	#siteheader .sub_nav ul li.event {
		margin-top: 0;
	}
}
@media(min-width:1280px){
	#siteheader .main_nav {
		margin: 0 30px;
	}
	#siteheader .main_nav ul {
		column-gap: 30px;
	}
	#siteheader .main_nav ul li a {
		font-size: 14px;
	}
}


/*============================
KEY
============================*/
#KEY {
	width: 100%;
	padding: 85px 0 0;
	color: #655626;
	text-align: center;
	position: relative;
}
#KEY::before {
	content: '';
	display: block;
	background: #FFF3CD;
	background: linear-gradient(180deg, #FFF3CD 0%, rgba(255, 243, 205, 0.00) 100%);
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#KEY .kv_title {
	padding: 0 5%;
	margin-bottom: -20vw;
	position: relative;
	z-index: 3;
}
#KEY h2 {
	margin-bottom: 20px;
}
#KEY h2 img {
	display: inline-block;
	width: 650px;
  max-width: 100%;
  height: auto;
}
#KEY .section_title .ttl {
	font-size: 24px;
	letter-spacing: .05em;
	color: #655626;
}
#KEY .section_title .ttl > span {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2011%204%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.3%204h-1.3c-1.1%200-2-.9-2-2s.9-2%202-2h1.3c1.1%200%202%20.9%202%202s-.9%202-2%202z%22%20fill%3D%22%23655627%22%2F%3E%3C%2Fsvg%3E');
}
#KEY .kanetanyan {
	position: relative;
	z-index: 3;
	pointer-events: none;
}
#KEY .kanetanyan figcaption {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	line-height: 1.5;
	position: absolute;
	top: 20vw;
	right: 0;
	left: 0;
}
#KEY::after {
	content: '';
	display: block;
	background: url(../_img/kanetanyan_hands.png) no-repeat center bottom / 100%;
	width: 100%;
	padding-top: 7.3%;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
@media(max-width:769px){
	#KEY .section_title .ttl > span {
	  padding-bottom: .375em;
	}
	#KEY .section_title .ttl > span:not(:first-child) {
	  margin-top: .25em;
	}
	#KEY .kanetanyan{
		overflow: hidden;
	}
	#KEY .kanetanyan img{
		display: block;
	  width: 220%;
	  position: relative;
	  left: -60%;
	}
	#KEY::after {
		background: url(../_img/kanetanyan_hands_sp.png) no-repeat center bottom / 116%;
		padding-top: 16.5%;
		bottom: -2%;
	}
}
@media(min-width:769px){
	#KEY {
		text-align: center;
		padding-top: 145px;
	}
	#KEY .kv_title {
		margin-bottom: -12vw;
	}
	#KEY h2 {
		margin-bottom: 30px;
	}
	#KEY .kanetanyan img{
		width: 92%;
	}
	#KEY .kanetanyan figcaption {
		text-align: left;
		top: 57%;
		left: 74.5%;
	}
}



#KEY .separator {
	width: 100%;
	height: 7.7vw;
	overflow: hidden;
	position: absolute;
	bottom: -1.6vw;
	z-index: 3;
  background-image: url(../_img/noise-b.webp);
  background-repeat: repeat;
  background-size: 256px;
  -webkit-mask-image: url(../_img/mask1-b_sp.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: bottom center;
  mask-image: url(../_img/mask1-b_sp.png);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: bottom center;
}
@media(min-width:960px){
	#KEY .separator {
		height: 16vw;
		bottom: -1.8vw;
	  -webkit-mask-image: url(../_img/mask1-b.png);
	  mask-image: url(../_img/mask1-b.png);
	}
}

/*============================
#about
============================*/
#about {
	background-color: #AF6A1F;
	padding: 120px 0 calc(120px + 35vw);
	margin-bottom: -14vw;
}
#about .read > span {
	display: block;
	margin-bottom: .75em;
}
#about .profile {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
#about .profile h4 {
	color: #FFF;
	margin-bottom: 25px;
}
#about .profile dl {
	font-size: 14px;
	line-height: 1.5;
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px 20px;
	margin-top: 10px;
	color: #655626;
	font-weight: bold;
	display: flex;
}
#about .profile dl dt {
	flex: 0 0 4.75em;
	align-self: center;
}
#about .profile dl dd {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;

	background-repeat: repeat-y;
	background-position: left top;
	background-size: .16em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%203%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%202.5v-1c0-.8.7-1.5%201.5-1.5s1.5.7%201.5%201.5v1c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5z%22%20fill%3D%22%23655627%22%2F%3E%3C%2Fsvg%3E');
}
@media(min-width:769px){
	#about {
		padding: 240px 0 calc(240px + 14vw);
	}
	#about .read > span {
		margin-bottom: .5em;
	}
	#about .profile {
		flex-direction: row;
		gap: 8%;
		margin-top: 8%;
	}
	#about .profile .imgBox {
		flex-basis: 47%;
	}
	#about .profile .txtBox {
		flex-basis: 53%;
	}
	#about .profile dl {
		font-size: 15px;
	}
	#about .profile dl dt {
		flex: 0 0 7.25em;
	}
}
@media(min-width:960px){
	#about .read > span br {
		display: none;
	}
}
@media(min-width:1280px){
	#about .read > span br {
		display: none;
	}
	#about .profile {
		gap: 10%;
		margin-top: 10%;
	}
	#about .profile dl {
		padding: 20px;
	}
}

/*============================
slider,card
============================*/
.card .imgBox:empty {
	background: #EEE;
	position: relative;
}
.card .imgBox:empty::before {
	content: '';
	height: 100%;
	background: url(../_img/profile.png) no-repeat center center / 50%;
	filter: grayscale(100%);
	opacity: .4;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}


.slick-track {
	display: flex;
}
.slick-slide {
	height: auto;
}
@media(max-width:959px){
	.slider-wrapper {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		padding: 0 5vw;
		overflow: hidden;
	}
	.slick-list {
		overflow: visible;
	}
	.slick-slide {
		padding: 0 10px;
	}
}


/*============================
#diary
============================*/
#diary {
	padding: calc(120px + 7vw) 0 calc(120px + 18vw);
	z-index: 3;
}

#diary .card {
	color: #FFF;
}
#diary .card .imgBox {
	display: block;
	margin: 12px 0 25px;
	aspect-ratio: 4 / 5;
	border-radius: 10px;
	overflow: hidden;
}
#diary .card .imgBox img {
	display: block;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#diary .card .tags {
	display: flex;
	flex-wrap: wrap;
	column-gap: .75em;
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.375;
}
#diary .card .tags a {
	display: inline-block;
	color: inherit;
}
#diary .card .tags a:hover {
	opacity: 1;
	text-decoration: underline;
}
@media(min-width:960px){
	#diary {
		padding: calc(120px + 7vw) 0 calc(240px + 12vw);
	}
	#diary ul.slider {
		display: flex;
		flex-wrap: wrap;
		column-gap: 7%;
		grid-row-gap: 80px;
	}
	#diary ul.slider li {
		flex: 0 0 calc((100% - 14%)/3);
	}
}



#diary .obj {
	width: 100%;
	height: auto;
	overflow: hidden;
	pointer-events: none;
}
#diary .obj img {
	display: block;
	position: absolute;
}
#diary .obj .kanetanyan {
  width: 44%;
  top: 0;
  right: 50%;
  transform: translate(50%, -92%);
}
#diary .obj .obj1-l,
#diary .obj .obj1-r {
	width: 40%;
	top: 0;
	left: 0;
	transform: translate(0,-30%);
	z-index: 3;
}
#diary .obj .obj1-r {
	right: 0;
	left: auto;
}
#diary .obj .obj2 {
	width: 37%;
	bottom: 0;
	left: 0;
	transform: translate(0,25%);
}
#diary .obj .obj3 {
	width: 25%;
	bottom: 0;
	right: 5%;
	transform: translate(0,25%);
}
@media(min-width:769px){
	#diary .obj .kanetanyan {
		width: 30%;
	}
	#diary .obj .obj1-l,
	#diary .obj .obj1-r {
		width: 25%;
		transform: translate(0,-25%);
	}
	#diary .obj .obj2 {
		width: 25%;
		transform: translate(0,14%);
	}
	#diary .obj .obj3 {
		width: 17%;
		transform: translate(0,20%);
	}
}
@media(min-width:960px){
	#diary .obj .kanetanyan {
		width: 12%;
		right: 15%;
		transform: translate(0,-48%) rotate(16deg);
	}
	#diary .obj .obj1-l,
	#diary .obj .obj1-r {
		width: 20%;
		transform: translate(0,-10%);
	}
	#diary .obj .obj3 {
		width: 14%;
		transform: translate(0,-10%);
	}
}



.section--brown::before{
	content: '';
  position: absolute;
  inset:0;
  pointer-events: none;
  background-image: url(../_img/noise-b.webp);
  background-repeat: repeat;
  background-size: 256px;
}
.section--brown .noise-layer{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../_img/noise-b.webp);
  background-repeat: repeat;
  background-size: 256px;
}
.section--brown .inner{
  position: relative;
  z-index: 1;
}

.section--brown2::before{
	content: '';
  position: absolute;
  inset:0;
  pointer-events: none;
  background-image: url(../_img/noise-b2.webp);
  background-repeat: repeat;
  background-size: 256px;
}
.section--brown2 .noise-layer{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../_img/noise-b2.webp);
  background-repeat: repeat;
  background-size: 256px;
}
.section--brown2 .inner{
  position: relative;
  z-index: 1;
}

.section--green::before{
	content: '';
	width: 100%;
  position: absolute;
  top: 7.7vw;
  bottom: 7.7vw;
  pointer-events: none;

  background-image: url(../_img/noise-g.webp);
  background-repeat: repeat;
  background-size: 256px;
}
.section--green .noise-layer{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../_img/noise-g.webp);
  background-repeat: repeat;
  background-size: 256px;
  -webkit-mask-image: url(../_img/mask1-g_sp.png), url(../_img/mask2-g_sp.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: bottom center, top center;
  mask-image: url(../_img/mask1-g_sp.png), url(../_img/mask2-g_sp.png);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: bottom center, top center;
}
.section--green .inner{
  position: relative;
  z-index: 1;
}
@media(min-width:960px){
	.section--green::before{
	  top: 14vw;
	  bottom: 14vw;
	}
	.section--green .noise-layer{
		-webkit-mask-image: url(../_img/mask1-g.png), url(../_img/mask2-g.png);
	  mask-image: url(../_img/mask1-g.png), url(../_img/mask2-g.png);
	}
}


/*============================
#chiebukuro
============================*/
#chiebukuro {
	background-color: #AF6A1F;
	padding: calc(120px + 14vw) 0 calc(120px + 7vw);
	margin-top: -14vw;
}
#chiebukuro .card {
	display: block;
	height: 100%;
	background-color: #FFF;
	background-size: 1.5em;
  background-position: right min(7.5%,2em) bottom min(15%,2em);
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_68_391)%22%3E%3Cpath%20d%3D%22M15%2030C23.2843%2030%2030%2023.2843%2030%2015C30%206.71573%2023.2843%200%2015%200C6.71573%200%200%206.71573%200%2015C0%2023.2843%206.71573%2030%2015%2030Z%22%20fill%3D%22%23655626%22%2F%3E%3Cpath%20d%3D%22M8.44434%2015.7471H20.6003L16.2532%2012.4321%22%20fill%3D%22%23655626%22%2F%3E%3Cpath%20d%3D%22M8.44434%2015.7471H20.6003L16.2532%2012.4321%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_68_391%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	color: #655626;
	border-radius: 10px;
}
#chiebukuro .card .imgBox {
	display: block;
	aspect-ratio: 4 / 3;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#chiebukuro .card .imgBox:empty::before {
	background: url(../_img/kanetanyan_s.png) no-repeat center bottom / 50%;
}
#chiebukuro .card .imgBox img {
	display: block;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#chiebukuro .card .txtBox {
	padding: min(7.5%,2em) min(7.5%,2em) calc(min(15%,2em) + 1.5em);
}
@media(min-width:960px){
	#chiebukuro {
		padding: calc(80px + 18vw) 0 calc(80px + 14vw);
	}
	#chiebukuro ul.slider li {
		margin-bottom: 20px;
	}
	#chiebukuro .card {
		display: flex;
		background-size: 2em;
		background-position: right 5% top 50%;
	}
	#chiebukuro .card .imgBox {
		flex: 0 0 22.5%;
		border-radius: 10px 0 0 10px;
	}
	#chiebukuro .card .imgBox img {
		border-radius: 10px 0 0 10px;
	}
	#chiebukuro .card .txtBox {
		flex-basis: 100%;
		align-self: center;
		padding: 2em calc(5% + 4em) 2em 5%;
	}
}


/*============================
#downloads
============================*/
#downloads {
	padding-top: 90vw;
	position: relative;
}
#downloads::before {
	content: '';
	display: block;
	background: #FFF3CD;
	background: linear-gradient(180deg, #FFF3CD 0%, rgba(255, 243, 205, 0.00) 100%);
	width: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
#downloads .section_title {
	color: #655626;
	position: absolute;
	top: 60vw;
	right: 0;
	left: 0;
	z-index: 2;
}
#downloads .section_title .ttl > span {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2011%203%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m2.5%203h-1c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5h1c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5z%22%20fill%3D%22%23655626%22%2F%3E%3C%2Fsvg%3E');
}
#downloads .kanetanyan{
  position: absolute;
  left: 0;
  top: -34vw;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
#downloads.is-fixed .kanetanyan{
	position: fixed;
	top: auto;
  bottom: 50px;
}
#downloads .inner{
  padding: 0 0 30vw;
  position: relative;
  z-index: 4;
}
#downloads .box {
	background-color: #FFF;
	border-radius: 10px;
	padding: 7.5%;
	text-align: center;
	margin: 0 auto 30px;
}
#downloads .box .ttl {
	color: #655626;
	font-size: 20px;
}
#downloads .box picture {
	margin: 0 auto 20px;
}
#downloads .buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
	column-gap: 28px;
	padding-bottom: 5%;
}
#downloads .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-family: inherit;
  letter-spacing: .05em;
  line-height: 1.2;
  font-weight: 700;
  font-feature-settings: "palt";
  padding: 0 min(6%,2em);
  width: 100%;
  min-height: 3.75rem;
  color: #FFF;
  background: #655626;
  border: 1px solid #655626;
  border-radius: 3.75rem;
  vertical-align: bottom;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: .3s;
  transition-property: background,color,border;
  background-size: 1.5em;
  background-position: right 1.25em top 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_68_299)%22%3E%3Cpath%20d%3D%22M15%2030C23.2843%2030%2030%2023.2843%2030%2015C30%206.71573%2023.2843%200%2015%200C6.71573%200%200%206.71573%200%2015C0%2023.2843%206.71573%2030%2015%2030Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8.44434%2015.7471H20.6003L16.2532%2012.4321%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8.44434%2015.7471H20.6003L16.2532%2012.4321%22%20stroke%3D%22%23655626%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_68_299%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
#downloads .btn._dl {
	background-size: 1.25em;
	background-position: right min(7.5%,2em) top 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2218%22%20viewBox%3D%220%200%2016%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8%2011.575C7.86667%2011.575%207.74167%2011.5543%207.625%2011.513C7.50833%2011.4717%207.4%2011.4007%207.3%2011.3L3.7%207.7C3.5%207.5%203.404%207.26667%203.412%207C3.42%206.73334%203.516%206.5%203.7%206.3C3.9%206.1%204.13767%205.996%204.413%205.988C4.68833%205.98%204.92567%206.07567%205.125%206.275L7%208.15V1C7%200.71667%207.096%200.479337%207.288%200.288004C7.48%200.0966702%207.71733%200.000670115%208%203.44827e-06C8.28267%20-0.000663218%208.52033%200.0953369%208.713%200.288004C8.90567%200.48067%209.00133%200.718003%209%201V8.15L10.875%206.275C11.075%206.075%2011.3127%205.979%2011.588%205.987C11.8633%205.995%2012.1007%206.09934%2012.3%206.3C12.4833%206.5%2012.5793%206.73334%2012.588%207C12.5967%207.26667%2012.5007%207.5%2012.3%207.7L8.7%2011.3C8.6%2011.4%208.49167%2011.471%208.375%2011.513C8.25833%2011.555%208.13333%2011.5757%208%2011.575ZM2%2018C1.45%2018%200.979333%2017.8043%200.588%2017.413C0.196666%2017.0217%200.000666667%2016.5507%200%2016V14C0%2013.7167%200.0960001%2013.4793%200.288%2013.288C0.48%2013.0967%200.717333%2013.0007%201%2013C1.28267%2012.9993%201.52033%2013.0953%201.713%2013.288C1.90567%2013.4807%202.00133%2013.718%202%2014V16H14V14C14%2013.7167%2014.096%2013.4793%2014.288%2013.288C14.48%2013.0967%2014.7173%2013.0007%2015%2013C15.2827%2012.9993%2015.5203%2013.0953%2015.713%2013.288C15.9057%2013.4807%2016.0013%2013.718%2016%2014V16C16%2016.55%2015.8043%2017.021%2015.413%2017.413C15.0217%2017.805%2014.5507%2018.0007%2014%2018H2Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}
@media(max-width:768px){
	#downloads .kanetanyan{
		overflow: hidden;
	}
	#downloads .kanetanyan img{
		display: block;
	  width: 180%;
	  position: relative;
	  left: -40%;
	}
}
@media(min-width:769px){
	#downloads {
		padding-top: 38vw;
	}
	#downloads .section_title {
		top: 24vw;
	}
	#downloads .kanetanyan {
	  top: -19vw;
	}
	#downloads.is-fixed .kanetanyan {
	  bottom: 0;
	}
	#downloads .box {
		padding: 9.5%;
		margin-bottom: 40px;
	}
	#downloads .box picture {
		margin: 0 auto 20px;
	}
}
@media(min-width:960px){
	#downloads .section_title {
		top: 26vw;
	}
	#downloads .btn {
	 flex: 0 0 calc(50% - 14px); 
	}
	#downloads .btn {
		background-size: 2.25em;
	}
	#downloads .btn._dl {
		background-size: 1.25em;
	}
}



#downloads .separator {
	margin: -.5vw 0 30vw;
	width: 100%;
	height: 7.7vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 2;
  background-image: url(../_img/noise-b2.webp);
  background-repeat: repeat;
  background-size: 256px;
  -webkit-mask-image: url(../_img/mask2-b_sp.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: bottom center;
  mask-image: url(../_img/mask2-b_sp.png);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: bottom center;
}
@media(min-width:769px){
	#downloads .separator {
		margin-bottom: 0;
	}
}
@media(min-width:960px){
	#downloads .separator {
		height: 14vw;
	  -webkit-mask-image: url(../_img/mask2-b.png);
	  mask-image: url(../_img/mask2-b.png);
	}
}

/*============================
#downloads 新規壁紙グリッド用
============================*/
#downloads .wallpaper-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#downloads .wallpaper-grid .wp-item {
    display: flex;
    flex-direction: column;
}
#downloads .wallpaper-grid .wp-img img {
    width: 100%;
    height: auto;
    display: block;
}
#downloads .wallpaper-grid .wp-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* PCレイアウト（2カラム） */
@media(min-width: 769px){
    #downloads .wallpaper-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
        margin-top: 45px;
    }
}

/* 既存の「PCでボタンが横並びになる指定」を上書きし、画像幅に合わせて100%にする */
@media(min-width: 960px){
    #downloads .wallpaper-grid .wp-buttons .btn {
        flex: none;
        width: 100%;
    }
}




/*============================
#sitefooter
============================*/
footer {
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
footer div.footer_inner {
  padding: 60px 0 70px;
}

footer div.footer_inner div.official_sns {
  background-color: #F4F2EC;
  margin: 0 auto 40px;
  text-align: center;
}
footer div.footer_inner div.official_sns div.conts_inner {
  padding: 40px 30px;
}
footer div.footer_inner div.official_sns div.title_conts {
  text-align: center;
  margin: 0 0 20px 0;
}
footer div.footer_inner div.official_sns div.title_conts h5 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
footer div.footer_inner div.official_sns div.title_conts p {
  font-size: 20px;
  font-weight: bold;
  color: #655626;
  margin: 8px 0 0;
}
footer div.footer_inner div.official_sns div.conts_inner div.follow_list p.read {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
footer div.footer_inner div.official_sns div.conts_inner div.follow_list div.sns_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px auto 0;
}
footer div.footer_inner div.official_sns div.conts_inner div.follow_list div.sns_box ul li {
  width: 50px;
}
footer div.footer_inner div.official_sns div.conts_inner div.follow_list div.sns_box ul li a {
  width: 100%;
  display: block;
}

footer div.footer_inner div.foot_top div.foot_logo {
  width: 141px;
  margin: 0 auto 40px;
}
footer div.footer_inner div.foot_top div.nav_box ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
footer div.footer_inner div.foot_bottom p.corporate a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1em;
}
footer div.footer_inner div.foot_bottom p.copy {
  font-size: 12px;
  line-height: 1em;
}
@media (max-width: 768px) {
	footer div.footer_inner div.foot_top div.nav_box ul {
		border-top: 1px solid rgba(0,0,0,0.2);
		margin-bottom: 40px;
	}
	footer div.footer_inner div.foot_top div.nav_box ul li {
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	footer div.footer_inner div.foot_top div.nav_box ul li a {
		display: block;
		position: relative;
		padding: 15px 0;
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22m10%201a9%209%200%201%200%209%209%209.01%209.01%200%200%200%20-9-9m0-1a10%2010%200%201%201%20-10%2010%2010%2010%200%200%201%2010-10z%22%2F%3E%3Cpath%20d%3D%22m2135.834%206289.606h-10.534a.5.5%200%200%201%200-1h7.571l-2.06-1.571a.5.5%200%200%201%20.606-.795z%22%20transform%3D%22translate(-2120.12%20-6278.471)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-size: 20px;
	}
	footer div.footer_inner div.foot_bottom {
		text-align: center;
	}
	footer div.footer_inner div.foot_bottom p.corporate {
	  margin: 50px 0;
	}
	footer div.footer_inner div.foot_bottom p.copy {
		border-top: 1px solid #cccccc;
		padding: 20px 0 0;
	}
}

@media (min-width: 769px) {
  footer div.footer_inner {
    padding: 75px 0 72px;
  }

  footer div.footer_inner div.official_sns {
	  width: 80%;
	  margin: 0 auto 70px;
	}
	footer div.footer_inner div.official_sns div.conts_inner {
	  padding: 48px;
	}
	footer div.footer_inner div.official_sns div.conts_inner div.follow_list {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	footer div.footer_inner div.official_sns div.conts_inner div.follow_list p.read {
	  text-align: left;
	}
	footer div.footer_inner div.official_sns div.conts_inner div.follow_list div.sns_box {
	  flex: 0 0 280px;
	}
	footer div.footer_inner div.official_sns div.conts_inner div.follow_list div.sns_box ul {
	  justify-content: flex-end;
	  gap: 20px;
	  margin: 0;
	}

	footer div.footer_inner div.foot_top {
    padding: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer div.footer_inner div.foot_top div.foot_logo {
    width: 129px;
    margin: 0;
  }
  footer div.footer_inner div.foot_top div.nav_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
  }
  footer div.footer_inner div.foot_top div.nav_box ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    column-gap: 40px;
  }
  footer div.footer_inner div.foot_bottom {
    padding: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
}

