header{
	background-color: #EDCA75;
	position: fixed!important;
	z-index: 100;
	padding-left: 1rem!important;
}
nav{
	font-family: serif;
	font-size: .9rem!important;
	font-weight: 700;
}
@media (max-width: 900px) {
	.pcnav{
		display: none!important;
	}
	header{
		padding: 1rem;
	}
}
 .nav_store{
	background-color: #C99A27;
	color: #fff;
	height: 5.5rem;
	align-self: center;
	padding: 2rem 1rem;
	align-items: center;
}
.nav_store img{
	width: 2rem;
	height: 2rem;
	margin-right: .5rem;
}
@media (max-width: 900px) {
	.nav_store{
		display: none!important;
	}
}

.btn_area{
	margin-top: 3rem;
}
.btn_area .btn{
	background-color: rgba(255, 255, 255, 0.64);
	padding: 1rem 2.5vw;
	border: 1px solid #000;
	font-family: serif;
	font-weight: 700;
}
.btn_area .btn:hover{
	opacity: 0.6;
}
.dli-arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 1.5rem;
	height: 0.1em;
	background: currentColor;
  }
  
  .dli-arrow-right::before {
	content: '';
	width: 0.85em;
	height: 0.85em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
  }
.sp{
	display: none;
}
.flex_wrap{
	display: flex;
}
p{
	font-family: serif;
}
@media (max-width: 767px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	p{
		font-size: .8rem;
		line-height: 1rem;
	}
	.btn_area .btn{
		font-size: .8rem;
	}
	.btn_area{
		margin-top: 1.5rem;
	}
}
.fv{
	position: relative;
	width: 100%;
	max-height: 90vh;
	overflow: hidden;
	margin-top: 5rem;
}
.fv .fv_img{
	width: 100%;
	height: auto;
}
.fv .fv_txt{
	position: absolute;
	top: 10%;
	right: 5%;
	text-align: right;
	font-weight: 700;
	font-family: serif;
}
.fv .fv_txt h2{
	font-size: 2.5vw;
	color: #fff;
	text-shadow: 0px 0px 10px #666;
}
.fv .fv_txt h2 span{
	font-size: 2.15vw;
}
.fv .fv_txt img{
	width: 40vw;
	margin: 3% 0 3% auto;
}
.fv .fv_txt p{
	font-size: 2.2vw;
	color: #fff;
	text-shadow: 0px 0px 10px #666;
}
@media (max-width: 767px) {
	.fv{
		position: relative;
		width: auto;
		overflow-x: hidden;
		margin-top: 10vw;
	}
	.fv .fv_img{
		width: 100%;
	}
	.fv .fv_txt{
		position: absolute;
		top: 25%;
		right: 5%;
	}
	.fv .fv_txt h2{
		font-size: 1.4rem;
	}
	.fv .fv_txt h2 span{
		font-size: .8rem;
	}
	.fv .fv_txt img{
		width: 60%;
		margin: 3% 0 3% 40%;
	}
	.fv .fv_txt p{
		font-size: 1rem;
	}
}



.sec1{
	padding: 10%;
	background-image: url(../assets/back.png);
	margin-bottom: 0;
}
.sec1 .flex_wrap{
	gap:8%;
}
.sec1 .flex_wrap .sec1_img{
	width: 50%;
}
.sec1 .flex_wrap .sec1_txt{
	width: 50%;
}
.sec1 h2{
	font-size: 2rem;
	font-family: serif;
	font-weight: 700;
	margin-bottom: 3rem;
	line-height: 4.5rem;
}
 h2 span.border_b{
	border-bottom: dotted 4px #444;
	padding-bottom: .7rem;
}
.sec1 p{
	line-height: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 767px) {
	.sec1{
		padding-top: 20%;
	}
	.sec1 .flex_wrap{
		flex-wrap: wrap;
	}
	.sec1 .flex_wrap .sec1_img{
		width: 100%;
		margin-bottom: 10%;
	}
	.sec1 .flex_wrap .sec1_txt{
		width: 100%;
	}
	.sec1 h2{
		font-size: 1.3rem;
		margin-bottom: 1.5rem;
		line-height: 3.5rem;
	}
	.sec1 p{
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
}


.sec2{
	position: relative;
	margin-top: 0;
	background-image: url(../assets/sec2_back.png);
	background-size: cover;
}
.sec2 .sec2_back{
	width: auto;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.sec2 .flex_wrap{
	justify-content: space-between;
	padding: 5%;
}
.sec2 .sec2_ttl{
	font-size: 4rem;
	top:2%;
	left: 5%;
	font-family: serif;
	color: #fff;
}
.sec2 .sec2_ttl h2{
	font-weight: 900;
}
h2 span.border_bw {
	border-bottom: dotted 4px #fff;
	padding-bottom: .7rem;
}
.sec2 .sec2_txt{
	top: 2%;
	right: 5%;
	width: 42vw;
}
@media (max-width: 767px) {
}
.sec2 .sec2_txt .sec2_1{
	background-color: #fff;
	padding: 3vw 10%;
	margin-bottom: 3vw;
}
.sec2 .sec2_txt .sec2_1 h3{
	font-size: 1.4rem;
	font-family: serif;
	font-weight: 700;
	margin: 0.5rem auto 1rem;
}
.sec2 .sec2_txt .sec2_1 p.sec2_num{
	font-size: 2rem;
	text-align: center;
	color: #885B0D;
    display: flex;font-family: futura-pt-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
    align-items: center;
}
.sec2 .sec2_txt .sec2_1 p.sec2_num:before,
.sec2 .sec2_txt .sec2_1 p.sec2_num:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #885B0D;
}
 
.sec2 .sec2_txt .sec2_1 p.sec2_num:before {
    margin-right: 1rem;
}
 
.sec2 .sec2_txt .sec2_1 p.sec2_num:after {
    margin-left: 1rem;
}
@media (max-width: 767px) {
	.sec2 .sec2_back{
	width: 100%;
	height: 80vh;
}
}
.sp2{
	display: none;
}
@media (max-width: 767px) {
	.sp2{
		display: block;
	}
	.pc2{
		display: none;
	}
	.sec2_sp{
		display: block;
		position: relative;
	}
.sec2_sp .sec2_sp1 img{
	width: 100%;
	height: auto;
}
.sec2_sp .sec2_sp1 h2{
	position: absolute;
	top:3vw;
	left: 5%;
	font-family: serif;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 900;
}
.sec2_sp .sec2_sp2{
	background-image: url(../assets/sec2sp2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5%;
	padding-top: 5%;
}
.sec2_sp .sec2_sp2 .sec2_1{
	background-color: #fff;
	padding: 5% 10%;
	margin-bottom: 3vw;
	width: 80%;
	margin: 10%;
}
.sec2_sp .sec2_sp2 .sec2_1 h3{
	font-size: 1rem;
	font-family: serif;
	font-weight: 700;
	margin: 1rem auto 1rem;
}
.sec2_sp .sec2_sp2 .sec2_1 p.sec2_num{
	font-size: 2rem;
	text-align: center;
	color: #885B0D;
    display: flex;font-family: futura-pt-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
    align-items: center;
}
.sec2_sp .sec2_sp2 .sec2_1 p.sec2_num:before,
.sec2_sp .sec2_sp2 .sec2_1 p.sec2_num:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #885B0D;
}
 
.sec2_sp .sec2_sp2 .sec2_1 p.sec2_num:before {
    margin-right: 1rem;
}
 
.sec2_sp .sec2_sp2 .sec2_1 p.sec2_num:after {
    margin-left: 1rem;
}
}

.sec3{
	background-image: url(../assets/back.png);
	padding: 10% 0 10% 10%;
	position: relative;
	background-color: #fff;
}
.sec3 .flex_wrap{
	gap: 5%;
	position: relative;
	z-index: 10;
}
.sec3 .flex_wrap .sec3_txt{
	width: 45%;
}
.sec3 .flex_wrap .sec3_img{
	width: 55%;
}
.sec3 .flex_wrap div h2{
	font-size: 2rem;
	margin-bottom: 3rem;
	font-weight: 700;
	font-family: serif;
}
.sec3 .flex_wrap div p{
	line-height: 2rem;
	margin-bottom: 2rem;
}
.triangle{
	border-top: 80vh solid transparent;
	border-left: 100vw solid #F5E9C8;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
  }
  @media (max-width: 767px) {
	.sec3{
		padding: 20% 0 10% 10%;
	}
	.sec3 .flex_wrap{
		flex-wrap: wrap;
	}
	.sec3 .flex_wrap .sec3_txt{
		width: 90%;
		margin-right: 10%;
	}
	.sec3 .flex_wrap .sec3_img{
		width: 100%;
		margin-bottom: 10%;
	}
	.sec3 .flex_wrap .sec3_txt h2{
		font-size: 1.3rem;
		margin-bottom: 2.5rem;
	}
	.sec3 .flex_wrap .sec3_txt p{
		line-height: 1.2rem!important;
		margin-bottom: 1rem;
	}
  }

  .sec4{
	background-color: #F5E9C8;
	padding:5% 10% 10%;
  }
  .sec4 h2{
	font-size: 2rem;
	background-color: rgba(255,255,255,0.64);
	padding: 5%;
	margin-bottom: 8%;
	font-family: serif;
	font-weight: 700;
	text-align: center;
	line-height: 5rem;
  }
  .sec4 h3{
	font-size: 1.6rem;
	margin-bottom: 8%;
	text-align: center;
	font-family: serif;
	font-weight: 700;
  }
  .sec4 .flex_wrap{
	gap:5%;
	justify-content: space-around;
  }
  .sec4 .flex_wrap .sec4_1{
	width: 30%;
	text-align: left;
  }
  .sec4 .flex_wrap .sec4_1 img{
	width: 100%;
	height: auto;
	margin-bottom: 5%;
  }
  .sec4 .flex_wrap .sec4_1 h4{
	font-size: 1.4rem;
	font-family: serif;
	font-weight: 700;
	margin-bottom: 5%;
  }
  @media (max-width: 767px) {
	.sec4{
		background-color: #F5E9C8;
		padding:20% 10% 10%;
	  }
	.sec4 h2{
	  font-size: 1.3rem;
	  line-height: 3.5rem;
	}
	.sec4 h3{
	  font-size: 1.1rem;
	  margin-bottom: 10%;
	}
	.sec4 .flex_wrap{
		flex-wrap: wrap;
	}
	.sec4 .flex_wrap .sec4_1{
	  width: 100%;
	  margin-bottom: 20%;
	}
	.sec4 .flex_wrap .sec4_1 img{
	  width: 80%;
	  margin: auto 10% 5%;
	}
	.sec4 .flex_wrap .sec4_1 h4{
	  font-size: 1.1rem;
	}
  }

  .sec5{
	margin-top: 10%;
  }
  .sec5 h2{
	font-size: 2rem;
	margin-bottom: 8%;
	font-family: serif;
	font-weight: 700;
	text-align: center;
  }
  .sec5 .flex_wrap{
	gap:5%;
	justify-content: space-around;
  }
  .sec5 .flex_wrap .sec4_1{
	width: 30%;
	text-align: left;
  }
  .sec5 .flex_wrap .sec4_1 img{
	width: 100%;
	height: auto;
	margin-bottom: 5%;
  }
  .sec5 .flex_wrap .sec4_1 h3{
	font-size: 1.4rem;
	font-family: serif;
	font-weight: 700;
	margin-bottom: 5%;
  }
  @media (max-width: 767px) {
	.sec5{
		margin-top: 20%;
	  }
	  .sec5 h2{
		  font-size: 1.3rem;
		  margin-bottom: 1.5rem;
	  }
	  .sec3 .flex_wrap .sec3_txt p{
		  line-height: 1.5rem;
		  margin-bottom: 1rem;
	  }
	  .sec5 .flex_wrap{
		flex-wrap: wrap;
	  }
	  .sec5 .flex_wrap .sec4_1{
		width: 100%;
		margin-bottom: 20%;
	  }
	  .sec5 .flex_wrap .sec4_1 img{
		width: 80%;
		margin: auto 10% 5%;
	  }
	  .sec5 .flex_wrap .sec4_1 h3{
		font-size: 1.1rem;
	  }
  }

  .sec6{
	margin-top: 15%;
	position: relative;
	z-index: 10;
  }
  .sec6 .flex_wrap{
	gap: 10%;
  }
  .sec6 h2{
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 1rem;
	line-height: 2rem;
  }
  .sec6 .flex_wrap .sec6_1{
	width: 50%;
  }
  .sec6 .flex_wrap .sec6_1 a .sec6_3{
  position: relative;
  }
  .sec6 .flex_wrap .sec6_1 a:hover{
	opacity: 0.7;
  }
  .sec6 .flex_wrap .sec6_1 img{
	width: 100%;
	height: auto;
  }
  .sec6 .flex_wrap .sec6_1 a p.sec6_2{
	position: absolute;
	bottom: -2rem;
	right: 0;
	left: 0;
	font-size: 1.4rem;
	background-color: rgba(255, 255, 255, 0.83);
	font-weight: 700;
	font-family: serif;
	text-align: center;
	padding: 1.5rem 1rem;
	width: 100%;
  }
  .sec1.sec16{
	position: relative;
  }
  .triangle2{
	  border-top: 80vh solid transparent;
	  border-right: 100vw solid #F5E9C8;
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  z-index: 0;
	}
@media (max-width: 767px) {
	.sec1.sec16{
		padding-top: 20%;
	}
	.sec6 .flex_wrap{
		flex-wrap: wrap;
	}
	.sec6 .flex_wrap .sec6_1{
	  width: 100%;
	  margin-bottom: 25%;
	}
	.sec6 h2{
	  font-size: .8rem;
	  font-weight: 500;
	  margin-bottom: 1rem;
	  line-height: 1.4rem;
	}
	.sec6 .flex_wrap .sec6_1 a p.sec6_2{
	  font-size: 1rem;
	  margin-top: -6.5rem;
	  position: relative;
	}
}

.banner_fix{
	position: fixed;
	z-index: 999;
	right: 1rem;
	bottom: 1rem;
	width: 9rem;
	height: auto;
}
.banner_fix:hover{
	opacity: 0.8;
}
@media (max-width: 767px) {
	.banner_fix{
		position: fixed;
		z-index: 999;
		right: 0.5rem;
		bottom:  0.5rem;
		width: 7rem;
		height: auto;
	}
}


.hamburger,
.globalMenuSp{
	display: none;
}
@media (max-width: 900px) {
/*　ハンバーガーボタン　*/
.hamburger {
	display : block!important;
	position: fixed;
	z-index : 3;
	right : 13px;
	top   : 22px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#000;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :#000;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
	display : block!important;
	position: fixed!important;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #000;
	background: rgba(237, 202, 117,0.9);
	text-align: center;
	width: 100%;
	opacity: 0!important;
	transition: opacity .6s ease, visibility .6s ease;
  }
  
  nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
	border-bottom: #C99A27 solid 1px;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#fff;
  }
  
  nav.globalMenuSp ul li a {
	display: block!important;
	color: #000;
	padding: 2rem 0;
	text-decoration :none;
	display: none!important;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
	opacity: 100!important;
  
  }
  nav.globalMenuSp.active ul li a{
	display: block!important;

  }
}
.copyright{
	background-color: #EDCA75;
	color: #000;
}