@charset "UTF-8";

/* Reset
================================================ */

body,
header,
nav,
article,
section,
time,
footer,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a,
img {
	border: 0;
}

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


/* Base
================================================ */

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

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

body {
	min-width: 1120px;
	background-color: #fff;
	color: #000000;
	word-wrap: break-word;
	font-weight: normal;
	font-size: 16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;

	overflow-wrap: break-word;
}

body,
html {
	height: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}

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

img {
	vertical-align: bottom;
}

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

p {
	color: #333;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2.1;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

::-moz-selection {
	background: #efefef;
	color: #000000;
}

::selection {
	background: #efefef;
	color: #000000;
}

::-moz-selection {
	background: #efefef;
	color: #000000;
}


/* clearfix
================================================ */

.cf::after,
.l-footer .footer-inner::after,
.topMessage .section01::after,
ul::after,
dl::after {
	display: table;
	clear: both;
	content: "";
}


/* Layout
================================================ */

.l-wrapper {
	min-width: 1120px;
	width: 100%;
}


/* header */

.l-header,
.l-header-home {
	position: absolute;
	z-index: 2000;
	min-width: 1120px;
	width: 100%;
	background: #fff;
}

.l-hedaer {
	top: 0;
	left: 0;
}

.l-header-home {
	bottom: 0;
	left: 0;
	background: #e9e9e9;
}

.js-header-fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
}

.header-inner {
	margin: 0 auto;
	padding: 4px 0 0;
	min-width: 1120px;
	max-width: 1210px;
}

.l-header-home .header-inner {
	padding: 0 30px;
}

.header-logo {
	display: block;
	float: left;
	width: 140px;
}

.header-logo a,
.header-logo span {
	display: inline-block;
	padding-top: 7px;
	height: 70px;
}

.header-logo a img,
.header-logo span img {
	vertical-align: top;
}

.header-nav {
	overflow: hidden;
}

.header-nav ul {
	text-align: right;
}

.header-nav ul li {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	font-size: 0.9375rem;
}

.header-nav ul li a {
	display: block;
	padding: 25px 19px 23px;
	height: 76px;
}

.header-nav ul li a span {
	position: relative;
}

.header-nav ul li a span:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	border-bottom: 1px #000 solid;
	content: ' ';
	opacity: 0;
	-webkit-transition: all .12s ease-out;
	transition: all .12s ease-out;
}

.header-nav ul li a.current span:after,
.header-nav ul li a:hover span:after,
.header-nav ul li a:active span:after {
	bottom: -10px;
	opacity: 1;
}

.header-nav ul li:last-child a {
	padding-right: 0;
}

.l-header-home .header-nav ul li a {
	padding: 23px 20px;
	height: 70px;
}


/* container */

.l-container {
	padding: 80px 0 0;
	background: #fff;
}

.l-container-home {
	background: #fff;
}

.l-header-home .l-container {
	margin-bottom: 0;
	padding: 0;
}


/* footer */

.l-footer {
	z-index: 10;
	min-width: 1120px;
	width: 100%;
	background: #000;
	color: #fff;
}

.l-footer .footer-inner {
	margin: 0 auto;
	padding: 41px 0 27px;
	/* width: 586px; */
	width: 715px;
}

.Shoplist {
	padding: 47px 0;
	min-width: 1120px;
	width: 100%;
	background: url(../images/bg_shoplist01.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.Shoplist-tit {
	margin: 0 auto 20px;
	width: 244px;
	letter-spacing: 0.15em;
	font-size: 13px;
	font-size: 0.8125rem;
}

.Shoplist-tit span {
	position: relative;
	display: block;
	margin-bottom: 16px;
	padding-left: 4px;
}

.Shoplist-tit span:before,
.Shoplist-tit span:after {
	position: absolute;
	top: 6px;
	width: 70px;
	height: 0;
	border-bottom: 1px #fff solid;
	content: ' ';
}

.Shoplist-tit span:before {
	left: 0;
}

.Shoplist-tit span:after {
	right: 0;
}

.Shoplist-btn {
	display: inline-block;
	padding: 0 0 0 5px;
	width: 244px;
	height: 52px;
	border: 1px solid #b99d6b;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 52px;
	-webkit-transition: all .12s ease-out;
	transition: all .12s ease-out;
}

.Shoplist-btn:hover,
.Shoplist-btn:active {
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.l-footer .footer-item01,
.l-footer .footer-item02,
.l-footer .footer-item03 {
	float: left;
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-footer .footer-item01 a,
.l-footer .footer-item02 a,
.l-footer .footer-item03 a {
	color: #fff;
}

.l-footer .footer-item01 a:hover,
.l-footer .footer-item01 a:active,
.l-footer .footer-item02 a:hover,
.l-footer .footer-item02 a:active,
.l-footer .footer-item03 a:hover,
.l-footer .footer-item03 a:active {
	color: #fff;
	text-decoration: underline;
}

.l-footer .footer-item01 ul li,
.l-footer .footer-item02 ul li,
.l-footer .footer-item03 ul li {
	margin-bottom: 11px;
}

.l-footer .footer-item01 ul li ul,
.l-footer .footer-item02 ul li ul,
.l-footer .footer-item03 ul li ul {
	margin-top: 10px;
}

.l-footer .footer-item01 ul li ul li,
.l-footer .footer-item02 ul li ul li,
.l-footer .footer-item03 ul li ul li {
	position: relative;
	padding-left: 14px;
	font-weight: 300;
}

.l-footer .footer-item01 ul li ul li:before,
.l-footer .footer-item02 ul li ul li:before,
.l-footer .footer-item03 ul li ul li:before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 5px;
	height: 0;
	border-bottom: 1px solid #fff;
	content: ' ';
}

.l-footer .footer-item01 {
	/* width: 279px; */
	margin-right: 100px;
}

.l-footer .footer-item02 {
	/* width: 200px; */
	margin-right: 100px;
}

.l-footer .footer-item03 {
	/* width: 107px; */
}

.l-footer .copyright {
	padding: 20px 0;
	color: #a9a9a9;
	text-align: center;
	letter-spacing: 0.12em;
	font-weight: 100;
	font-size: 11px;
	font-size: 0.6875rem;
	font-family: 'Noto Sans Japanese';
}

.topSlider {
	position: relative;
	width: 100%;
	height: 100vh;
}

.vegas-animation-kenburns {
	-webkit-animation: kenburns ease-out;
	animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: translate(100px, 0px);
		transform: translate(100px, 0px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: translate(100px, 0px);
		transform: translate(100px, 0px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.topSlider.js-slider-mobile {
	margin: 70px 0 0;
	height: 600px !important;
}

.topSlider.js-slider .vegas-slide-inner {
	margin-bottom: 70px;
}

.topSlider.js-slider.js-slider-mobile .vegas-slide-inner {
	margin-bottom: 0;
}

.topBrand {
	margin: 0 auto;
	padding: 100px 552px 100px 30px;
	min-width: 1120px;
	max-width: 1210px;
	background: url(../images/bg_top_brand01.jpg) no-repeat right 106px;
}

.topBrand h2 {
	margin-bottom: 30px;
}

.topBrand p {
	font-weight: 400;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
}

.topLinks {
	padding-bottom: 80px;
}

.topLinks li {
	float: left;
	width: 33.333%;
	text-align: center;
}

.topLinks li.center {
	width: 33.334%;
}

.topLinks li.center img {
	height: 100%;
}

.topLinks-tit {
	margin: 37px 0 25px;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1;
}

.topLinks-tit .topLinks-titEng {
	display: block;
	margin-top: 4px;
}

.topLinks-img {
	vertical-align: top;
}

.topLinks-img img {
	width: 100%;
	height: 100%;
}

.topLinks-txt {
	margin: 0 auto 24px;
	width: 300px;
	text-align: left;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.7;
}

.topLinks-btn {
	display: inline-block;
	width: 197px;
	height: 44px;
	background: #b99d6b;
	color: #fff;
	text-align: center;
	font-weight: 200;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'Noto Sans Japanese';
	line-height: 44px;
	-webkit-transition: all .12s ease-out;
	transition: all .12s ease-out;
}

.topLinks-btn:hover,
.topLinks-btn:active {
	color: #fff;
	opacity: 0.8;
}

.topMessage header h1,
.topMessage header h2,
.topMessage header h3,
.topMessage header h4 {
	padding: 43px 0 34px;
	background: url(../images/bg_texture01.gif) repeat left top;
	text-align: center;
	line-height: 1;
}

.topMessage .section01 {
	margin: 60px auto 0;
	padding-bottom: 80px;
	width: 715px;
}

.topMessage .img {
	float: left;
	margin: 44px 0 0 1px;
	width: 250px;
}

.topMessage .img p {
	margin-top: 22px;
	text-align: center;
	letter-spacing: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.54;
}

.topMessage .text {
	float: right;
	width: 403px;
}

.topMessage .text p {
	letter-spacing: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2.54;
}

.topMessage .text p.sign {
	margin-top: 20px;
	margin-top: 8px;
	padding-right: 2px;
	text-align: right;
}

.sp {
	display: none;
}

/* add news 20201126
================================================ */
.topNews {
	background:-webkit-gradient(linear,left top, right top,color-stop(33.3%, #E4E2DF),color-stop(33.3%, #E4E2DF),color-stop(33.3%, #fff),to(#fff));
	background:-o-linear-gradient(left,#E4E2DF 33.3%,#E4E2DF 33.3%,#fff 33.3%,#fff 100%);
	background:linear-gradient(90deg,#E4E2DF 33.3%,#E4E2DF 33.3%,#fff 33.3%,#fff 100%);
}
.topNews .wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin: 0 auto;
	padding: 0 30px;
	min-width: 1120px;
	max-width: 1210px;
}
.topNews header {
	width: 30%;
	background: #E4E2DF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.topNews ul {
	width: 61%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.topNews ul li {
	border-top: solid 1px rgba(223, 223, 223, 0.3);
}
.topNews ul li:last-of-type {
	border-bottom: solid 1px rgba(223, 223, 223, 0.3);
}
.topNews ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 12px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
.topNews ul li a:hover {
	background-color: #FBF8F5;
}
.topNews ul li a .time {
	width: 90px;
	color: #B99D6B;
}
.topNews ul li a .title {
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
}