@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	min-width: auto;
}

.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.honey-main {
	position: relative;
}
.honey-main::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bg.jpg') 50% 50% / cover no-repeat;
	z-index: -1;
}
.honey-main::after {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: calc((100% - 550px) / 2 - 40px);
	aspect-ratio: 1 / 0.278;
	background: url('../images/logo.png') 50% 50% / contain no-repeat;
	z-index: -1;
}
.main-inner {
	position: relative;
  max-width: 550px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 1;
}
.main-inner::-webkit-scrollbar{
  display: none;
}
.kv {
  font-size: 0;
  position: relative;
}
.kv-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 180px;
  text-align: center;
  margin: auto;
  width: 76.5%;
}
.sec-img {
  font-size: 0;
  text-align: center;
}
.sec-img--r {
  text-align: right;
}
.sec1 {
	background: linear-gradient(
		to bottom,
		#fef9f8 0%,
		#f9dedc 100%
	);
}
.sec1 .sec-img.title-img {
  height: 238px;
  padding: 47px 0 0;
  background: url('../images/sec1-bg1.png') no-repeat;
  background-size: 100%;
}
.sec1 .sec-img.title-img img {
  width: 73.33%;
}
.sec1 .sec-img {
  padding: 44px 0 73px;
}
.sec1 .sec-img img {
  width: 85.6%;
}
.sec2 {
  padding: 0;
  background: #f9dedc;
}
.sec3 {
  background-image:
    url('../images/sec3-bg.png'),
    url('../images/sec3-bg2.png'),
    linear-gradient(
      to bottom,
      #f2c4c1 0%,
      #f2c4c1 293px,
      #fef1ee 293px,
      #fef1ee 100%
    );  
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left, top 160px left 0, top center;
  background-size: 100%, 100%, 100%;
  margin-top: -17px;
  padding: 58px 0 52px;
}
.sec3 .sec-img:first-child {
  margin-bottom: 44px;
}
.sec3 .sec-img--r {
	position: relative;
  width: 95.86%;
  margin-left: auto;
}
.sec3 .sec-img--r::before {
	content: '';
	width: 142px;
	height: 202px;
	background: url('../images/sec_img03-01.png') no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: -124px;
	z-index: 3;
}
.sec3 .note {
	margin: -30px auto 0;
	padding: 0 40px;
	font-weight: 400;
}
.sec3 .note p {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
	color: #595858;
}
.sec4 {
  padding-bottom: 215px;
  background-color: #fef1ee;
  background-image: url('../images/bg-bottom.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}
.sec4 .sec-img.title-img {
  width: 73.33%;
  margin: 0 auto 58px;
}
.sec4 .product-item {
  margin-bottom: 22px;
}
.sec4 .product-item2 {
  margin-top: 55px;
}
.sec4 .sec-img {
  width: 93%;
  margin: 0 auto;
}
.product-pkg {
  font-size: 0;
  margin: 0 auto 30px;
}
.product-box {
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
.product-name {
	width: auto;
  font-size: 22px;
  font-weight: normal;
  margin: 22px auto;
}
.product-price {
  margin-bottom: 23px;
  font-size: 15px;
  font-weight: 500;
  color: #65434a;
  letter-spacing: 0.1em;
}
.product-price span {
  font-size: 28px;
  font-weight: 600;
}
.more-btn {
  margin-bottom: 42px;
  cursor: pointer;
}
.cart-btn {
  display: flex;
  justify-content: center;
  width: 86.8%;
  margin: 36px auto 0;
}

@media screen and (max-width:767px) {
  .kv-title {
    top: 33.3vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 76.5%;
  }
  .sec1 .sec-img.title-img {
    height: 44vw;
    padding: 8.66vw 0 0;
  }
  .sec1 .sec-img.title-img img {
    width: 73.33vw;
  }
  .sec1 .sec-img {
    padding: 8vw 0 13.33vw;
  }
  .sec1 .sec-img img {
    width: 85.6vw;
  }
	.sec3 {
		margin-top: -3.2vw;
		padding: 10.6vw 0 9.33vw;
		background-image:
			url('../images/sec3-bg.png'),
			url('../images/sec3-bg2.png'),
			linear-gradient(
				to bottom,
				#f2c4c1 0%,
				#f2c4c1 50vw,
				#fef1ee 50vw,
				#fef1ee 100%
			); 
		background-position: top left, top 29.33vw left 0, top center;
	}
	.sec3 .sec-img:first-child {
		margin-bottom: 8vw;
	}
	.sec3 .sec-img--r {
		width: 95.86%;
		margin-left: auto;
	}
	.sec3 .sec-img--r::before {
		content: '';
		width: 25.73vw;
		height: 36.8vw;
		top: -17vw;
		z-index: 3;
	}
	.sec3 .note {
		margin: -3vw auto 0;
		padding: 0 15px;
	}
	.sec3 .note br {
		display: none;
	}
	.sec3 .note p {
		font-size: 11px;
		line-height: 1.5;
		text-align: left;
		color: #595858;
	}
	.sec4 {
		padding-bottom: 40vw;
	}
	.sec4 .sec-img.title-img {
		margin-bottom: 10.66vw;
	}
	.sec4 .product-item {
		margin-bottom: 4vw;
	}
	.sec4 .product-item2 {
		margin-top: 10vw;
	}
	.sec4 .sec-img {
		width: 93%;
		margin: 0 auto;
	}
	.product-pkg {
    width: 83.4%;
    margin: 0 auto 30px;
	}
	.product-name {
		font-size: 16px;
		margin: 15px auto;
		line-height: 1.5;
	}
	.product-price {
		margin-bottom: 14px;
		font-size: 14px;
	}
	.product-price span {
		font-size: 7vw;
	}
	.more-btn {
		margin-bottom: 5.6vw;
	}
	.cart-btn {
		margin-top: 6.66vw;
		width: 86.8%;
		margin: 0 auto;
	}
}

/*==========================================*/


/*modalcont*/
.honey-main #modalcont {
	display: none;
	z-index: 200;
	position: relative;
}

.honey-main #modalcont .inflexbox {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.honey-main #modalcont .overray {
	background-color:rgba(136,136,136,0.6);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}

.honey-main #modalcont .innerbox {
	background:#fff;
	width:90%;
	margin:0 auto;
	max-width: 980px;
	height:80%;
	position: relative;
	z-index: 2;
	padding:50px 0;
}

.honey-main #modalcont .innerbox .close {
	width:50px;
	height:50px;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}

.honey-main #modalcont .inbox {
	background:#fff;
	width:100%;
	margin:0 auto;
	height:100%;
	position: relative;
	z-index: 2;
	padding:0 50px;
	overflow-y: scroll;
}

.honey-main #modalcont .inbox p {
	font-size: 22px;
	color:#666;
	text-align: center;
	font-weight: bold;
	padding:0 0 40px 0;
	margin:0 0 40px 0;
	border-bottom:1px solid #E6E6E6;
}

.honey-main #modalcont .inbox dl {
	font-size: 14px;
	line-height: 1.9em;
	color:#666666;
	margin:0 0 30px 0;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.honey-main::after {
		display: none;
	}
	/*modalcont*/
	.honey-main #modalcont{
		display: none;
		z-index: 200;
		position: relative;
	}
	
	.honey-main #modalcont .inflexbox {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.honey-main #modalcont .overray {
		background-color:rgba(136,136,136,0.6);
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 1;
	}
	
	.honey-main #modalcont .innerbox {
		background:#fff;
		width:90%;
		margin:0 auto;
		max-width: 980px;
		height:80%;
		position: relative;
		z-index: 2;
		padding:50px 0;
	}
	
	.honey-main #modalcont .innerbox .close {
		width:50px;
		height:50px;
		position: absolute;
		top:0;
		right:0;
		cursor: pointer;
	}
	
	.honey-main #modalcont .inbox {
		background:#fff;
		width:100%;
		margin:0 auto;
		height:100%;
		position: relative;
		z-index: 2;
		padding:0 20px;
		overflow-y: scroll;
	}
	
	.honey-main #modalcont .inbox p {
		font-size: 20px;
		color:#666;
		text-align: center;
		font-weight: bold;
		padding:0 0 20px 0;
		margin:0 0 20px 0;
		border-bottom:1px solid #E6E6E6;
	}
	
	.honey-main #modalcont .inbox dl {
		font-size: 14px;
		line-height: 1.9em;
		color:#666666;
		margin:0 0 30px 0;
		font-weight: bold;
	}
}

/*===========================*/

.sec-wrap {
	opacity: 0;
	transform: translateY(40px);
	transition: 0.6s ease-in-out;
}
.sec-wrap.show {
	opacity: 1;
	transform: translateY(0);
}