@charset "UTF-8";

/* -------------------------------
	navigation
-------------------------------- */
.head {
background: #fff;
padding: 50px 0px 50px 0;
margin:0 auto; 
width:100%;
position: relative;
text-align:center;
z-index: 110;
}

.header {
width:100%;
text-align:center;
/*display: -webkit-flex;
    display: flex;
	    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;*/
}
.header h1 {
padding:0;
margin:0 auto; 
}
.header img {
padding:0;
margin:0 auto; 
}
.header .nv {
position: absolute;
/*top:10px; right:0;*/ /*NEWS表示*/
top:10px; right:0;
}
.header .nv ul.navigation {
	text-align:right;
	padding-top:10px;
}
.header .nv ul.navigation li {
	padding:0 15px;
    }
.header .nv ul.navigation li a {
font-size:16px;
    text-decoration:none;
	padding:0px 10px 0 10px;
	transition: .3s;
}
.header .nv ul.navigation li a:hover {
    opacity:0.5 !important;
	}


@media (max-width: 940px) {
.header .nv ul.navigation {
    display:none;
}
.header .nv {
top:10px; right:0;
width:100%;
}
}

@media (max-width: 768px)  {
.head {
padding: 30px 0 30px 0;
}
.header .nv ul.navigation {
    display:none;
}
.header .logo img {
width:35%;
}
}


#nav_toggle{
	display: none;
}

nav{
	display: none;
}
 
/*メニュー部分*/
@media only screen and (max-width: 940px) {
	nav{
		display: none;
		position: absolute;
		top:90px;
		width: 100%;
		background-color:#615f5f;
		left: 0;
		z-index:100;
	}
header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
header nav ul li{
		margin: 0 auto;
		text-align: left;
		border-bottom: 1px solid #a9a9a9;
		padding:10px 0;
	}
header nav ul li:last-child{
		border: none;
	}
header nav ul li a{
		display: block;
		color:#fff;
	}
header nav ul li a:hover{
		color:#bcbcbc;
	}
	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 46px;
		height: 46px;
		position: absolute;
	top: 8px;
	right: 8px;
		z-index: 100;
		background-color:#615f5f;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 60%;
		top:0;
		left: 10px;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:11px;
	}
	#nav_toggle span:nth-child(2){
		top:21px;
	}
	#nav_toggle span:nth-child(3){
		top:31px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 21px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 21px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
 
}

/* -------------------------------
	KV
-------------------------------- */
#index .kv{
width:100%;
margin:0 0 0px 0;
padding:0;
position: relative;
z-index: 1;
}
#index .kv img{
width:100%;
}

/* -------------------------------
	ページコンテンツ
-------------------------------- */
.contents_box {
 margin:0 auto;
}
@media only screen and (max-width: 768px) {
.contents_box {
 margin:0 auto;
}
}

/* -------------------------------
	コピー
-------------------------------- */
.box01 {
margin:80px auto 80px auto;
overflow: hidden;
}
.box01 h2 {
  font-weight: 500;
  margin: 0 0 35px 0;
  text-align:center;
  font-size:24px;
}
.box01 p {
  margin: 0;
  text-align:center;
}
@media only screen and (max-width: 768px) {
.box01 {
width:90%;
margin:30px auto 30px auto;
}
.box01 h2 {
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align:center;
  font-size:20px;
}
}

/* -------------------------------
	BRAND
-------------------------------- */
.box02 {
background-color: #f3f0ec;
margin:0;
}
.box02_box {
width:90%;
margin:0 auto;
padding:80px 0 80px 0;
}
.box02 h2 {
  font-weight: 400;
  margin: 0 0 60px 0;
  text-align:center;
  font-size:40px;
  line-height:0.8;
  letter-spacing:5px;
}
.box02 h2 span {
  font-size:16px;
  letter-spacing:0px;
}
.box02_box .imgbottom{
margin: 30px auto 0 auto;
}
@media only screen and (max-width: 992px) {
.box02_box .imgtop{
margin: 0 auto 30px auto;
}
.box02_box .imgbottom{
margin: 0 auto 30px 0;
}
}
@media only screen and (max-width: 768px) {
.box02_box {
width:90%;
margin:0 auto;
padding:50px 0 30px 0;
}
.box02 h2 {
  margin: 0 0 30px 0;
  font-size:30px;
}
.box02 h2 span {
  font-size:13px;
}
}

/* -------------------------------
	BRAND
-------------------------------- */
.box03 {
background-color: #fff;
margin:0;
}
.box03 .cap {
  font-size: 14px;
  padding: 20px 0 0 0;
  }
.box03_box {
width:90%;
margin:0 auto;
padding:80px 0 80px 0;
}
.box03 h2 {
  font-weight: 400;
  margin: 0 0 60px 0;
  text-align:center;
  font-size:40px;
  line-height:0.8;
  letter-spacing:5px;
}
.box03 h2 span {
  font-size:16px;
  letter-spacing:0px;
}
.box03 .shop {
border:1px solid #ddd6cd;
padding:35px 35px 25px 35px;
margin:0 0 30px 0;
}
.box03 .shop .newop {
  font-size: 14px;
  color: #fff !important;
}
.box03 .shop .newop span {
background-color: #cabdab;
padding:5px 10px;
margin:0 0 5px 0;
    display: inline;
}
.box03 .shop h3 {
  font-weight: 400;
  margin: 0;
  text-align:left;
  font-size:20px;
  line-height:1.5;
  border-bottom:2px solid #ddd6cd;
  display:inline;
  padding:0 0 7px 0;
}
.box03 .shop p {
  font-size:100%;
  line-height:1;
  }
.box03 .shop ul {
  list-style: none;
  margin: 25px 0 25px 0;
}
.box03 .shop ul li {
  position: relative;
  padding:5px 0 10px 35px;
  line-height:1.7;
  font-size:16px;
}
.box03 .shop .ic01 li:before {
  /*font-family: "Font Awesome 5 Free";
  content: '\f015'; */ /* アイコンのunicode */
  content: url(../images/ic1.png);
  position: absolute;
  top: 0px;
  left: 0;
  font-size:24px;
  color:#cabdab;
}
.box03 .shop .ic02 li:before {
  /*font-family: "Font Awesome 5 Free";
  content: '\f095';*/ /* アイコンのunicode */
  content: url(../images/ic2.png);
  position: absolute;
  top: 0px;
  left: 0;
  font-size:24px;
  color:#cabdab;
}
.box03 .shop .ic03 li:before {
  /*font-family: "Font Awesome 5 Free";
  content: '\f017'; */ /* アイコンのunicode */
  content: url(../images/ic3.png);
  position: absolute;
  top: 0px;
  left: 0;
  font-size:24px;
  color:#cabdab;
}
.box03_box .onlineshop {
border:none;
background-color: #f3f0ec;
padding:35px 35px 25px 35px;
margin:0 0 30px 0;
}
.box03_box .onlineshop h3 {
  font-weight: 400;
  margin: 0 0 20px 0;
  text-align:left;
  font-size:19px;
  line-height:1.5;
}
.box03_box .onlineshop p {
  margin: 0 0 10px 0;
  line-height:1.5;
}
.shopbox a {
  word-wrap: break-word;
}
.btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #cabdab;
  background-color: #cabdab;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: normal;
  padding: 12px 10px 10px 10px;
  transition: .4s;
  line-height:1.5;
  margin:0 0 10px 0;
}

.btn:hover {
  background-color: #fff;
  border-color: #cabdab;
  color: #cabdab !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 1400px) {
.box03 .shop {
padding:25px 25px 15px 25px;
}
.box03_box .onlineshop {
padding:35px 25px 15px 25px;
}
}
@media only screen and (max-width: 768px) {
.box03_box {
width:90%;
margin:0 auto;
padding:50px 0 30px 0;
}
.box03 h2 {
  margin: 0 0 30px 0;
  font-size:30px;
  line-height:1.3;
}
.box03 h2 span {
  font-size:13px;
}
.box03 .shop h3 {
  font-size:18px;
}
.box03 .shop ul li {
  font-size:15px;
}
.box03_box .onlineshop h3 {
  font-size:18px;
}
.btn {
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 10px 22px;
  }
}

/* -------------------------------
	NEWS
-------------------------------- */
.box02_box2 {
width:100%;
margin:0 auto;
padding:80px 0 70px 0;
}
.news_info {
margin:0 0 15px 0;
padding:4px 8px;
background-color:#000;
color:#fff;
font-size:14px;
display:inline;
}
.box02 img {
width:100%;
}

@media only screen and (max-width: 768px) {
.box02_box2 {
width:90%;
margin:0 auto;
padding:50px 0 20px 0;
}
.box02_box2 p {
margin:0 0 20px 0;
}
}

/* -------------------------------
	FOOTER
-------------------------------- */
.pagetop a {
  position: fixed;
  right: 0px;
  bottom: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
 opacity: 0.8;
  z-index: 9999;
}
.pagetop a:hover {
 opacity: 0.6;
}

.copyright {
background-color:#fff;
  color: #615f5f;
  font-size: 13px;
  text-align: center;
  padding: 20px 0;
  }
@media only screen and (max-width: 768px) {
.pagetop a {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
   opacity: 0.8 !important;
}
.pagetop a:visited {
 opacity: 0.8 !important;
}
.pagetop a:active {
 opacity: 0.8 !important;
}
.pagetop a:hover {
 opacity: 0.8 !important;
}
.pagetop img {
width:auto;
position: fixed;
  right: 10px;
  bottom: 10px;
}

.copyright {
  font-size: 12px;
  padding: 20px 0;
  }
 }