@charset "UTF-8";
/* CSS Document */

/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: "FOT-筑紫アンティークS明朝 Std L","Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", sans-serif;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}

body {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", sans-serif;
	font-size: 15px;
	color: #3E150E;
	background-color: #FFF;
	max-width: 100%;
}


a {
	color: inherit;
	text-decoration: none;
}

figure{
margin:0;
}

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

.cb{
  /* floatを解除 */
  clear: both;
}

.sp_none {
	display: block;
}
.pc_none {
    display: none;
  }

.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;	/*画像の幅*/
	height: auto;	/*画像の高さ*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}


/* 共通部分 */

#top {
	position: relative;
}

body {
    display: block;
    width: 100%;
    font-size: 15px;
    position: relative;
	line-height: 1.6em
}

.texture-bg {
    background-image: url("../images/kajita-bg.png");
    background-repeat: repeat;
}

.contents__left {
	width: 6%;
}

.contents__right {
	width: 90%;
}

.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: inline-block;
}

.more-btn {
	display: block;
	text-align: center;
	line-height: 1.8em;
	margin: 0 auto;
	width: 301px;
	height: 51px;
	color: #3E150E;
	font-size: 17px;
	font-weight: bold;
	background-image: url("../images/more-btn.png");
	background-repeat: no-repeat;
	font-family: "FOT-筑紫アンティークS明朝 Std L","Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", sans-serif;
}

.more-btn__detail {
	width: 100%;
	display: block;
	padding: 10px 0px;
}

.more-btn:hover {
	transition-duration: 0.5s;
	margin: 0 auto;
	width: 301px;
	height: 51px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background-image: url("../images/more-btn-brown.png");
	background-repeat: no-repeat;
}


.more-btn__brown {
	display: block;
	text-align: center;
	line-height: 1.8em;
	margin: 0 auto;
	width: 301px;
	height: 51px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background-image: url("../images/more-btn-brown.png");
	background-repeat: no-repeat;
	font-family: "FOT-筑紫アンティークS明朝 Std L","Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", sans-serif;
}

.more-btn__brown--detail {
	width: 100%;
	display: block;
	padding: 10px 0px;
}

.more-btn__brown:hover {
	transition-duration: 0.5s;
	margin: 0 auto;
	width: 301px;
	height: 51px;
	color: #3E150E;
	font-size: 17px;
	font-weight: bold;
	background-image: url("../images/more-btn.png");
	background-repeat: no-repeat;
}

.news__more-btn {
	position: relative;
	width: 120px;
	height: auto;
	font-family: "FOT-筑紫アンティークS明朝 Std L","Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", sans-serif;
}

.news__more-btn ::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: 30%;
	right: 0;
	padding-left: 20px;
	width: 30px;
	height: 6px;
	background-image: url("../images/arrow02.svg");
	background-repeat: no-repeat;
}

@-webkit-keyframes arrows {
0% {-webkit-transform:translate(0, 0);}
50% {-webkit-transform:translate(10px, 0px);}

}

@keyframes arrows {
0% {-webkit-transform:translate(0, 0);}
50% {-webkit-transform:translate(10px, 0px);}

}


.pagination {
    display: inline-block;
    padding: 0;
    margin: 30px 0px 30px 0px;
	position: relative;
}

.pagination__item--back {display: inline;}

.pagination__item--back a {
    color: #3E150E;
    float: left;
    padding: 4px 12px;
	margin-right: 100px;
    text-decoration: none;
    transition: background-color .3s;
    border-bottom: 1px solid #3E150E;
}

.pagination__item--back a.active {
    background-color: #3E150E;
    color: white;
    border: 1px solid #3E150E;
}

.pagination__item--back a:hover:not(.active) {
	color: #773687;
	background-color: #F8F8F6;
}

.pagination__item--next {display: inline;}

.pagination__item--next a {
    color: #3E150E;
    float: left;
    padding: 4px 12px;
	margin-left: 100px;
    text-decoration: none;
    transition: background-color .3s;
    border-bottom: 1px solid #3E150E;
}

.pagination__item--next a.active {
    background-color: #3E150E;
    color: white;
    border: 1px solid #3E150E;
}

.pagination__item--next a:hover:not(.active) {
	color: #773687;
	background-color: #F8F8F6;
}

.pagination__item {display: inline;}

.pagination__item a {
    color: #3E150E;
    float: left;
    padding: 4px 12px;
	margin: 0px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #3E150E;
}

.pagination__item a.active {
    background-color: #3E150E;
    color: white;
    border: 1px solid #3E150E;
}

.pagination__item a:hover:not(.active) {
	color: #fff;
	background-color: #773687;
}

.pagination-wrapper {text-align: center;}

.fuwafuwa {

-webkit-animation:fuwafuwa 5s infinite linear alternate;
animation:fuwafuwa 5s infinite linear alternate;

}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(-10px, -50px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}

}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(-10px, -50px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}

}


.swiper-pagination-bullet {
	background: #EEEEEE; /* 色：緑 */
	opacity: 0.5; /* 半透明（デフォルトでは0.2） */
}

.swiper-pagination-bullet-active {
	background: #3E150E; /* 色：黄色 */
	opacity: 1; /* 不透明 */
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 15px;
    right: 15px;
	left: auto;
	width: auto;
}


#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#page-top a {
  color: #327215;
  width: 80px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  display: block;
}
#page-top a:hover {
  opacity: 0.5;
  text-decoration: none;
}


.flow-line {
	background: url("../images/flow-line.svg");
	background-repeat: no-repeat;
	background-size: 70px auto;
	background-position: 90% 280px;
}



/*title*/

.title {
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.15em;
}
.title-en {
	font-size: 15px;
	font-family: 'PT Serif', serif;
}

.title::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 27px;
  background-image: url("../images/title-icon.svg");
  background-size: contain;
  vertical-align: center;
}

/* header */

header {
	width: 100%;
	z-index: 100;	
}

.header__inner {
	max-width: 100%;
	padding: 30px 15vw;
	margin: 0 auto;
	position: relative;
	text-align: right;
	z-index: 10;
	font-family: "FOT-筑紫アンティークS明朝 Std L","Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", sans-serif;
}

.header__logo {
	height: auto;
	z-index: 10;
}

.header__logo-img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.header__bg {
	display: block;
	width: 100%;
	height: 140px;
	top: 0;
	z-index: 0;
}

.gnav {
	width: 50%;
	position: absolute;
	right: 15vw;
	z-index: 0;
}

.gnav__list {
	margin: 0 auto;
	font-size: 18px;
	text-align: left;
	line-height: 3em;
	letter-spacing: 0.1em;
	font-weight: bold;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	text-orientation: upright;
	display: inline-block;
}

.gnav__item a {
	display:block;
	height: 300px;
}

.gnav__item--shop {
	padding-left: 10px;
}

.gnav__item--shop-detail {
	padding: 44px 10px 20px;
	color: #fff;
	background-color: #3E150E;
}

.gnav__item--shop ::before {
	content: '';
	position: absolute;
	top: 0px;
	margin: 10px 15px;
	width: 30px;
	height: 30px;
	background-image: url("../images/cart-icon-white.svg");
	background-repeat: no-repeat;
}

/* footer */

footer {
	text-align: center;
	background-color: #fff;
}

.footer__logo-img {
	width: 20%;
	padding: 20px;
}

.footer__company-name {
	font-size: 18px;
	padding-bottom: 10px;
}

.footer__text {
	font-size: 16px;
	line-height: 1.7em;
	padding-bottom: 30px;
}

.copylight {
	width: 100%;
	color: #fff;
	padding: 12px;
	background-color: #3E150E;
	box-sizing: border-box;
}


@media screen and (max-width:1700px){
	
	.kv__img-main {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}
	
}
	


@media screen and (max-width:990px){
.sp_none {
    display: none;
}
.pc_none {
    display: block;
  }
	
header {
	position: relative;
	width: 94%;
	height: 120px;
	z-index: 10;
	
}
	
.header__bg {
	display: block;
	width: 100%;
	height: 0px;
	top: 0;
	z-index: 0;
}
	
.header__logo-sp {
	padding: 20px 0px;
	width: 30%;
	height: auto;
	margin: 0 auto;
}
	
	.title-en {
	font-size: 15px;
	font-family: 'PT Serif', serif;
	letter-spacing: .2em;
}
	
	.title::before {
		margin:auto;
		display: block;
		margin-bottom: 10px;
}
	.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	text-orientation: upright;
	display: inline-block;
}
	.contents__left {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 30px;
}
	.contents__right {
	width: 100%;
}
	
	.footer__logo-img {
	width: 220px;;
	padding: 20px;
}
	
	.flow-line {
	background: none;
	background-repeat: no-repeat;
	background-size: 0px auto;
}

	
}

@media screen and (max-width:768px){
	
	
	header {
	position: relative;
	width: 94%;
	height: 80px;
	z-index: 10;
	
}
	
.header__bg {
	display: block;
	width: 100%;
	height: 0px;
	top: 0;
	z-index: 0;
}
	
.header__logo-sp {
	padding: 10px;
	width: 200px;
	height: auto;
	margin: 0 auto;
}
	
	
.contents__left {
	width: 100%;
}

.contents__right {
	width: 100%;
}
	
	.pagination__item--back a {
	margin-right: 10px;
}
	.pagination__item--next a {
	margin-left: 10px;
}
	
	#page-top {
		bottom: 10px;
		right: 10px;
}
	
}

