@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.br-sp {
	display: none;
}

.kinmokusei-main {
	position: relative;
	font-family: "Zen Kaku Gothic New", serif;
  font-weight:400;
  letter-spacing: 0;
}

.kv {
	text-align: center;
	color: #3c3c3c;
	position: relative;
	background: url('../images/pc/bg-fv_pc.jpg') no-repeat top center / 1920px;
	padding: 140px 0 270px;
	z-index: 3;
}
.kv::before, .kv::after {
	content: '';
	position: absolute;
	pointer-events: none;
}
.kv::before {
	width: 100%;
	height: 1087px;
	aspect-ratio: 1 / 0.8;
	background: url('../images/pc/bg-fv02_pc.png') no-repeat top center / 1921px;
	top: 0;
	left: 0;
}
.kv::after {
	width: 100%;
	/* aspect-ratio: 1 / 1.1; */
	height: 1926px;
	background: url('../images/pc/bg-fv03_pc.png') no-repeat bottom center / 1921px;
	/* top: 50vw; */
	bottom: 30px;
	left: 0;
	z-index: 5;
}
.kv-top {
	margin: 0 auto;
}
.kv-logo {
	/* margin-bottom: min(77px, 5.6vw); */
	margin-bottom: 77px;
}
.kv-copy {
	/* margin-bottom: min(100px, 7.32vw); */
	margin-bottom: 100px;
}
.kv-txt {
	line-height: 1.87;
  font-weight:400;
	/* font-size: clamp(20px, 2.34vw, 32px); */
	font-size: 32px;
	/* margin-bottom: min(50px, 3.6vw); */
	margin-bottom: 50px;
}
.kv-txt p {
	margin-bottom: 1em;
	font-weight: 400;
	color: #4c4c4c;
}
.kv-note {
	/* font-size: clamp(10px, 1.17vw, 14px); */
	font-size: 14px;
	line-height: 1.6;
}
.kv-bottom {
	display: block;
	position: absolute;
	width: 100%;
	/* height: 13vw; */
	height: 246px;
	background: url('../images/pc/bg-sec1-top.svg') no-repeat bottom center / 100%;
	bottom: 0;
	left: 0;
}

.sec-img {
  font-size: 0;
  text-align: center;
}
.sec1 {
	position: relative;
  padding: 0 0 20px;
  background: linear-gradient(
		to bottom,
		#f3f8f8 0%,
		#eef6f9 100%
	);
}
.sec2 {
	text-align: center;
	padding: 60px 0;
	background: url('../images/pc/bg-sec2.png') no-repeat top center / cover;
}
.sec2 .kv-txt {
	margin-top: 40px;
	color: #0b0a0a;
}
.sec2 .kv-txt p {
	font-size: min(23px, 1.68vw);
}
.sec2-ttl {
	margin: 0 auto;
}

.sec3 {
	background: url('../images/pc/bg-sec3.png') no-repeat top center / cover;
	position: relative;
	padding: 70px 0 100px;
}
.sec3::before {
	content: '';
	width: 100%;
	aspect-ratio: 1 / 2;
	background: url('../images/pc/bg-sec3-02_pc.png') no-repeat top center / 1910px;
	position: absolute;
	left: 0;
	top: 3.8vw;
}
.sec3 .sec-inner {
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
}
.sec3 p {
  color: #323232;
}

.point-wrap {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.point-item {
	display: flex;
	flex-direction: column;
	align-self: stretch;
}
.point-item.item1 {
	width: 100%;
}
.point-item.item2,
.point-item.item3 {
	width: calc((100% - 30px) / 2);
}
.point-img {
	position: relative;
}
.point-img img {
	display: block;
}
.point-img h3 {
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 25px;
	background: #ef8111;
	border-radius: 0 5em 5em 0;
}
.point-icon {
	position: absolute;
	right: 25px;
	bottom: -25px;
}
.point-box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 50px 30px;
	height: 100%;
}
.point-ttl {
	margin-bottom: 30px;
}
.point-txt {
	line-height: 1.6;
	font-size: 18px;
	margin: 0;
}
.point-note {
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.6;
}

.sec4 {
	background-color: #f1f6fb;
	background-image: url('../images/pc/bg-sec4.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1920px auto;
	padding: 100px 0;
}
.sec4 .sec-inner {
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
}
.sec4-ttl {
	margin-bottom: 40px;
}
.sec4-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 34px;
	max-width: 800px;
	margin: 0 auto 40px;
}
.sec4-img01 {
	width: 58.4%;
	flex-shrink: 0;
}
.sec4-img01 img {
	position: relative;
	left: -10px;
}
.sec4-txt {
	line-height: 1.6;
	font-size: 18px;
	margin-top: 1.5em;
	font-weight: 400;
	color: #4c4c4c;
}
.sec4-note.pc {
	text-align: center;
	font-size: 16px;
}
.sec4-note.sp {
	display: none;
}	
.product-box {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #e94729;
}
.product-pkg {
  margin-bottom: 90px;
  font-size: 0;
}
.product-pkg img {
  transform: translateY(-18px);
}
/* .product-name {
  margin: 0 auto 65px;
  max-width: 64.2%;
} */

.product-price p {
  margin: 0 auto 40px;
  font-size: 35px;
  color: #e94729;
  font-weight: 500;
}
.product-price p span {
  font-size: 70px;
  font-weight: 600;
}
.more-btn {
  margin-bottom: 42px;
  cursor: pointer;
}
.more-btn span {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
  line-height: 1.1;
  color: #001746;
  border-bottom: 1px solid;
}
.cart-btn {
  display: flex;
  justify-content: center;
}
.cart-btn a {
  max-width: 79.73%;
  margin: 0 auto;
}
.sec-line {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 124px;
}
.sec-line-track {
  display: flex;
	gap: 12px;
  width: 1220px;
}
.sec-line-track img {
  width: 604px;
  height: auto;
  flex-shrink: 0;
}
.slide-left {
  animation: slideLeft 10s linear infinite;
}
.slide-right {
  animation: slideRight 10s linear infinite;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media screen and (max-width: 1366px) {
	.kv {
		/* padding: 10% 0 16%; */
		/* background: url('../images/pc/bg-fv_pc.jpg') no-repeat top center / 165%; */
	}
	.kv::before {
		/* aspect-ratio: 1 / 0.8;
		background: url('../images/pc/bg-fv01_pc.png') no-repeat top center  / 1366px; */
	}
	.kv::after {
		/* background: url('../images/pc/bg-fv04_pc.png') no-repeat bottom center / 1366px;
		bottom: 50px; */
	}
	.kv-top {
		/* width: 85.6vw; */
		margin: 0 auto;
	}
	.sec3::before {
		aspect-ratio: 1 / 2;
		background: url('../images/pc/bg-sec3-02_pc.png') no-repeat top center / 140%;
	}
	.sec4 {
		background-size: 140.5% auto;
		padding: 7.3vw 0;
	}
}

/* @media (max-width: 960px) {
	body {
			min-width: auto;
			overflow-x: hidden;
	}
} */
@media screen and (max-width:767px) {
	.br-sp {
		display: block;
	}
	.kv {
		background: url('../images/sp/bg-fv.png') no-repeat top center / cover;
		padding: 30% 0 10%;
		z-index: 3;
	}
	.kv::before, .kv::after {
		content: '';
		position: absolute;
		pointer-events: none;
	}
	.kv::before {
		width: 100%;
		aspect-ratio: 1 / 8;
		background: url('../images/sp/bg-fv02.png') no-repeat top center / 100%;
		top: 0;
		left: 0;
	}
	.kv::after {
		width: 100%;
		aspect-ratio: 1 / 2.28;
		background: url('../images/sp/bg-fv03.png') no-repeat top center / 100%;
		top: 135vw;
		left: 0;
	}
	.kv-top {
		width: 85.6%;
		margin: 0 auto;
	}
	.kv-logo {
		width: 27.6%;
		margin: 4.8% auto 10.6%;
	}
	.kv-copy {
		width: 78.8%;
		margin: 0 auto 7.3%;
		color: #3c3c3c;
	}
	.kv-txt {
		font-size: 3.43vw;
	}
	.kv-note {
		font-size: 10px;
	}
	.kv-bottom {
		display: none;
	}
	.sec1 {
    margin-top: -13%;
		padding: 26.6% 0 8.8%;
		position: relative;
		z-index: 2;
	}
	.sec1 .sec-img:not(:last-child) {
    margin-bottom: 32px;
	}
	.sec-line {
		height: 62px;
	}
	.sec-line-track {
		gap: 8px;
		width: 830px;
	}
	.sec-line-track img {
		width: 411px;
	}
	.sec1 .sec-line:nth-of-type(1) {
		margin-bottom: 30px;
	}
	.sec2 {
		padding: 8.6% 0 16%;
		background: url('../images/sp/bg-sec2.png') no-repeat top center / cover;
	}
	.sec2-ttl {
		width: 48.53%;
		margin: 0 auto 4vw;
	}
	.sec2 .kv-txt {
		margin-top: 0;
	}
	.sec2 .kv-txt p {
		font-size: 1em;
	}
	.sec3 {
		padding: 8.6% 4% 16%;
		background: url('../images/sp/bg-sec3.png') no-repeat top center / cover;
		position: relative;
	}
	.sec3::before {
		content: '';
		width: 100%;
		aspect-ratio: 1 / 0.84;
		background: url('../images/sp/bg-sec3-02.png') no-repeat top center / cover;
		position: absolute;
		left: 0;
		top: -16vw;
	}
	.sec3 .sec3-ttl {
		display: block;
		width: 72%;
		margin: 0 auto 7.3vw;
	}
.point-wrap {
	margin-top: 50px;
	display: block;
}
.point-item.item1 {
	width: 100%;
}
.point-item.item2,
.point-item.item3 {
	width: 100%;
}
	.point-item {
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3) );
		margin-bottom: 4%;
	}
	.point-img {
		position: relative;
	}
	.point-img img {
		display: block;
	}
	.point-img h3 {
		top: 10px;
		font-size: 4vw;
		font-weight: 500;
		padding: 5px 12px;
	}
	.point-icon {
		position: absolute;
		right: 13px;
		bottom: -20px;
		width: 21.8%;
	}
	.point-box {
		background: #fff;
		border-radius: 0 0 10px 10px;
		padding: 25px 15px;
	}
	.point-ttl {
		height: min(10.26vw, 77px);
		margin-bottom: 15px;
	}
	.point-txt {
		line-height: 1.6;
		font-size: 14px;
	}
	.point-note {
		font-size: 10px;
	}

	.sec4 {
		background-image: url('../images/sp/bg-sec4_sp.png');
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% auto;
		padding: 13.33vw 0 7.46vw;
	}
	.sec4 .sec-inner {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.sec4-inner {
		display: contents;
	}
	.sec4-ttl {
		width: 63vw;
		margin: 0 auto 7.66vw;
	}
	.sec4-img01 {
		width: 68.53vw;
		margin: 0 auto 5.46vw;
	}
	.sec4-ttl01 {
		height: 10.4vw;
		margin-bottom: 4.8vw;
	}
	.sec4-txt {
		margin: 0;
		font-size: 14px;
	}
	.sec4-note.pc {
		display: none;
	}
	.sec4-note.sp {
		display: block;
		text-align: right;
		font-size: 10px;
	}
	.sec4-eco {
		width: 80vw;
		text-align: right;
	}
	.sec4-eco img {
		width: 76.6vw;
	}
	.use-flow {
    margin: 50px auto;
	}
	.product-pkg {
		margin-bottom: 45px;
	}
	.product-pkg img {
		transform: translateY(-9px);
	}
	/* .product-name {
    max-width: 64.2%;
		margin-bottom: 60px;
	} */
	.product-price p {
		margin: 0 auto 27px;
		font-size: 24px;
	}
	.product-price p span {
		font-size: 36px;
	}
	.more-btn {
    margin-bottom: 20px;
	}
	.more-btn span {
    font-size: 15px;
	}
	.cart-btn a {
		max-width: 79.73%;
		margin: 0 auto;
	}
}

/*==========================================*/


/*modalcont*/
.kinmokusei-main #modalcont {
	display: none;
	z-index: 200;
	position: relative;
}

.kinmokusei-main #modalcont .inflexbox {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kinmokusei-main #modalcont .overray {
	background-color:rgba(136,136,136,0.6);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}

.kinmokusei-main #modalcont .innerbox {
	background:#fff;
	width:90%;
	margin:0 auto;
	max-width: 980px;
	height:80%;
	position: relative;
	z-index: 2;
	padding:50px 0;
}

.kinmokusei-main #modalcont .innerbox .close {
	width:50px;
	height:50px;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}

.kinmokusei-main #modalcont .inbox {
	background:#fff;
	width:100%;
	margin:0 auto;
	height:100%;
	position: relative;
	z-index: 2;
	padding:0 50px;
	overflow-y: scroll;
}

.kinmokusei-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;
}

.kinmokusei-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) {
	/*modalcont*/
	.kinmokusei-main #modalcont{
		display: none;
		z-index: 200;
		position: relative;
	}
	
	.kinmokusei-main #modalcont .inflexbox {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.kinmokusei-main #modalcont .overray {
		background-color:rgba(136,136,136,0.6);
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 1;
	}
	
	.kinmokusei-main #modalcont .innerbox {
		background:#fff;
		width:90%;
		margin:0 auto;
		max-width: 980px;
		height:80%;
		position: relative;
		z-index: 2;
		padding:50px 0;
	}
	
	.kinmokusei-main #modalcont .innerbox .close {
		width:50px;
		height:50px;
		position: absolute;
		top:0;
		right:0;
		cursor: pointer;
	}
	
	.kinmokusei-main #modalcont .inbox {
		background:#fff;
		width:100%;
		margin:0 auto;
		height:100%;
		position: relative;
		z-index: 2;
		padding:0 20px;
		overflow-y: scroll;
	}
	
	.kinmokusei-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;
	}
	
	.kinmokusei-main #modalcont .inbox dl {
		font-size: 14px;
		line-height: 1.9em;
		color:#666666;
		margin:0 0 30px 0;
		font-weight: bold;
	}
}

/*===========================*/
.howTo {
  padding: 95px 0 100px;
}
.howTo_in {
  width: 800px;
  margin:0 auto;
}
.howTo-ttl {
  width: 33.33vw;
	margin: 0 auto 54px;
}
.howTo_title > picture {
  display: block;
  width: 100%;
}
.howTo_title > picture > img {
  display: block;
  width: 100%;
}
.howTo_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin: 0 auto;
}
.howTo_item {
  position: relative;
  flex: 1;
  max-width: 176px;
	display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
	text-align: center;
}
.howTo_item:not(:last-child)::after {
  content: '▶';
  position: absolute;
  top: 70px;
  right: -20px;
  color: #ef8111;
  font-size: 22px;
}
.howTo_item_pic {
  display:block;
  width: 172px;
  margin: 0 auto;
}
.howTo_item_pic.item_3 + div {
  position: absolute;
  width: 82px;
  top: 0;
  right: -17px;
}
.howTo_item_desc {
  margin-top: 20px;
  font-size: 16px;
  line-height:1.75;
  text-align: justify;
}
.howTo-note {
  text-align: center;
	color: #ef8111;
	font-weight: 500;
	font-size: 20px;
}

@media (max-width : 767px) {
  .howTo{
    padding: 50px 0 0;
  }
  .howTo_in {
    width: 92%;
    margin:0 auto;
  }
	.howTo-ttl {
		width: 33.33vw;
		margin: 0 auto 6.9vw;
	}
  .howTo_list {
    display: block;
  }
  .howTo_item {
    display: flex;
    align-items: center;
		gap: 4vw;
    max-width: unset;
    margin-bottom: 30px;
  }
  .howTo_item:not(:last-child)::after {
    content: '▼';
    display: block;
    text-align: center;
    top: unset;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
  }
  .howTo_item_pic {
    width: 23.2vw;
    flex-shrink: 0;
		text-align: center;
  }
  .howTo_item_pic.item_1 {
		width: 13.4vw;
  }
  .howTo_item_pic.item_2 {
		width: 14.5vw;
  }
  .howTo_item_pic.item_3 {
		width: 23.6vw;
  }
  .howTo_item_pic.item_4 {
		width: 12.9vw;
  }
  .howTo_item_pic.item_3 + div {
    display: none;
  }
  .howTo_item_pic.item_4 {
    position:static;
  }
  .howTo_item_pic.item_4 > img{
    position:static;
    width:100%;
  }
  .howTo_item_desc {
    font-size: clamp(12px, 2.66vw, 20px);
    line-height: 1.6;
    margin-top: 0;
		width: 64%;
		flex-shrink: 0;
  }
  .howTo_after_title{
    font-size:14px;
    line-height:1.71;
  }
  .howTo_after_desc{
    font-size:14px;
    line-height:1.71;
    text-align: center;
  }
	.howTo-note {
		font-size: 3.46vw;
	}
}

/*========= Offer ===============*/
.kinmokusei_offer {
  background: linear-gradient(to bottom, #fdf6d4 0%, #f7dd91 100% );
	padding-top: 11.46%;
	padding-bottom: 26.66%;
	position: relative;
  padding: 177px 0 100px;
}
.kinmokusei_offer::before {
  content: '';
	width: 100%;
	height: 510px;
	background: url('../images/pc/bg-sec5-top.png') no-repeat top center / 1920px;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}
.kinmokusei_offer_title{
  width: auto;
  max-width: 593px;
  margin:0 auto 50px;
  text-align: center;
}
.kinmokusei_offer_title > img{
  display:block;
  width:100%;
}
.kinmokusei_offer_in {
  position:relative;
  max-width:800px;
  margin:0 auto;
}
.kinmokusei_offer_body {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index:2;
}
.kinmokusei_offer_body_left{
  position:relative;
	max-width: 368px;
}
.kinmokusei_offer_logo {
  font-size: 18px;
  color: #ef8111;
  text-align: center;
  font-weight: 500;
  margin: 1em 0;
}
.kinmokusei_offer_item_title{
  color: #ef8111;
  text-align: center;
  font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
}
.kinmokusei_offer_body_right {
  align-self: flex-start;
  width: 420px;
  border-radius: 15px;
  border: 3px solid #ef8111;
  color: #ef8111;
	margin-top: 20%;
  padding: 48px 26px 42px;
  position: relative;
	background: #fff;
}
.kinmokusei_offer_item_data {
  display: flex;
  justify-content: center;
  align-items: center;
	gap: 15px;
  font-weight: 500;
  padding-left: 20px;
}
.kinmokusei_offer_item_data img {
  width: 44px;
  flex-shrink: 0;
}
.kinmokusei_offer_item_count{
  font-size: 16px;
}
.kinmokusei_offer_item_price {
  font-size: 30px;
}
.kinmokusei_offer_item_price span {
  font-size: 20px;
}

.kinmokusei_offer_note{
  width:400px;
  font-weight:400;
  font-size:12px;
  line-height:1.5;
  padding-top: 25px;
}
.kinmokusei_offer_box{
  background-color: #FFF;
  border-radius:20px;
  overflow:hidden;
  padding:0 0 22px;
}
.kinmokusei_offer_box:not(:last-child){
  margin:0 0 20px;
}
.kinmokusei_offer_box_showcase {
  display:flex;
  justify-content: center;
  align-items: center;
  gap:0 15px;
  margin:0 0 20px;
}
.kinmokusei_offer_box_showcase_pic {
  width:105px;
  text-align:center;
}
.kinmokusei_offer_box_showcase_pic > img {
  width:auto;
}
.kinmokusei_offer_box_showcase_info {
  width:180px;
  text-align:center;
}
.kinmokusei_offer_box_showcase_labels {
  display:flex;
  justify-content: space-between;
  margin:0 0 5px;
}
.kinmokusei_offer_box_showcase_labels > span {
  display:flex;
  justify-content: center;
  align-items: center;
  width:85px;
  height:30px;
  background-color: #00a0b8;
  font-weight:700;
  font-size:18px;
  color:#fff;
  letter-spacing: 0.05em;
}
.kinmokusei_offer_box_showcase_price {
  font-weight:400;
  font-size:16px;
  line-height:1.5;
  letter-spacing: 0.05em;
}
.kinmokusei_offer_box_showcase_price > span {
  font-size:22px;
}
.kinmokusei_offer_box_cta {
  display:flex;
  justify-content: center;
  align-items: center;
  width:340px;
  height:50px;
  background-color: #00a0b8;
  font-weight:700;
  font-size:16px;
  letter-spacing: 0.05em;
  color:#fff;
  margin:0 auto 21px;
}
.kinmokusei_offer_item_note {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #ef8111;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
	margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.kinmokusei_offer_item_btn {
  padding-top: 20px;
}
.kinmokusei_offer_item_btn a.kinmokusei_offer_item_btn_search {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: #ef8111;
  border-radius: 100vh;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 20px;
  margin: 0 auto;
}
@media (max-width : 767px) {
  .kinmokusei_offer{
		background: linear-gradient(to bottom, #fdf6d4 0%, #f7dd91 100% );
    padding-top: 11.46%;
    padding-bottom: 26.66%;
		position: relative;
  }
	.kinmokusei_offer::before {
		content: '';
		width: 100%;
		aspect-ratio: 1 / 0.45;
		background: url('../images/sp/bg-offer_sp.png') no-repeat top center / contain;
		position: absolute;
		left: 0;
		top: -4vw;
	}
  .kinmokusei_offer_in{
    max-width:none;
    padding: 0 0 25px;  
    margin:0 auto;
  }
  .kinmokusei_offer_bg_v{
    position:absolute;
    top:535px;
    right:0;
    width:293px;
  }  
  .kinmokusei_offer_body {
    display:block;
    margin: 0 auto;
  }
  .kinmokusei_offer_body_left{
    text-align: center;
    margin: 0 auto 7.6vw;
		max-width: none;
  }
  .kinmokusei_offer_img {
    width: 35.2vw;
    margin: 0 auto;
  }
  .kinmokusei_offer_title{
    width: 55vw;
    margin-bottom: 9.46vw;
		position: relative;
		z-index: 3;
  }
	.kinmokusei_offer_img {
		width: 56vw;
		margin: 0 auto;
		padding-left: 4vw;
	}
	.kinmokusei_offer_body_right{
		max-width: 88%;
		margin: 0 auto;
		background: #fff;
	}
  .kinmokusei_offer_item_note {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    transform: none;
    font-size: clamp(18px, 3.2vw, 24px);
    padding: 0.5em;
  }
  .kinmokusei_offer_logo {
    width: 32vw;
		margin: 0 auto;
  }
  .kinmokusei_offer_item_title {
    font-size: clamp(16px, 4vw, 30px);
  }
  .kinmokusei_offer_item_data {
    margin-top: 9.3vw;
    justify-content: center;
    align-items: flex-end;
    gap: 0.5em;
    padding: 0 15px;
  }
  .kinmokusei_offer_item_count {
    font-size: clamp(14px, 2.13vw, 16px);
		margin: 0;
  }
  .kinmokusei_offer_item_price {
    font-size: clamp(22px, 4.8vw, 30px);
    font-weight: bold;
		margin: 0;
  }
  .kinmokusei_offer_item_price span {
    font-size: clamp(16px, 3.2vw, 24px);
  }
  .kinmokusei_offer_title > img {
    width:100%;
  }


  .kinmokusei_offer_des {
    width:auto;
    text-align: center;
    font-size:15px;
    line-height: 1.7;
    margin: 0 auto 30px;
  }
  .kinmokusei_offer_note{
    position:static;
    width:325px;
    font-size:10px;
    line-height:1.5;
    padding-right:0;
    margin:15px auto 0;
  }  
  .kinmokusei_offer_body_right{
    width: auto;
    padding: 0 0 6.2vw;
  }
  .kinmokusei_offer_item_btn {
    padding-top: 26px;
  }
  .kinmokusei_offer_item_btn a.kinmokusei_offer_item_btn_search {
    width: 85%;
    font-size: 15px;
    padding: 15px 10px;
  }
  .kinmokusei_offer_box{
    border-radius:12px;
    padding:0 0 25px;
    border: 1px solid #00a0b8;
  }
  .kinmokusei_offer_box:last-child {
    border-color: #fff;
  }
  .kinmokusei_offer_box:not(:last-child){
    margin:0 0 25px;
  }

  .kinmokusei_offer_box_showcase{
    gap:0 15px;
    margin:0 0 20px;
  }
  .kinmokusei_offer_box_showcase_pic{
    width:90px;
  }
  .kinmokusei_offer_box_showcase_pic > img{
    width:auto;
  }
  .kinmokusei_offer_box_showcase_pic > img.sheets7{
    width:65px;
  }
  .kinmokusei_offer_box_showcase_info{
    width:155px;
  }
  .kinmokusei_offer_box_showcase_labels{
    margin:0 0 10px;
  }
  .kinmokusei_offer_box_showcase_labels > span{
    width:75px;
    height:25px;
    font-size:15px;
  }
  .kinmokusei_offer_box_showcase_price{
    font-size:14px;
    line-height:calc(45/28);
  }
  .kinmokusei_offer_box_showcase_price > span{
    font-size:19px;
  }
  .kinmokusei_offer_box_cta{
    width:295px;
    height:50px;
    font-size:14px;
    letter-spacing: 0;
    margin:0 auto 21px;
  }
}

/*========= Info ===============*/

.hinyari_info{
  padding:50px 0;
}
.hinyari_info_in {
  max-width:800px;
  margin:0 auto;
}
.hinyari_info_block {
  margin:0 0 20px;
}
.hinyari_info_block_title {
  display:flex;
  align-items: center;
  height:52px;
  font-weight:500;
  font-size:20px;
  letter-spacing: 0.05em;
  color:#ef8111;
  border-top:2px solid #ef8111;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px auto;
  padding-top: 20px;
}
.hinyari_info_block_title {
  background-image:url('../images/info_ic_plus.png');
	background-position: top 24px right 15px;
}
.hinyari_info_block_title.is-open {
  background-image:url('../images/info_ic_minus.png');
}
.hinyari_info_block_content {
  font-weight:400;
  font-size:14px;
  line-height:calc(24/14);
  padding-top:20px;
  color: #ef8111;
}
.hinyari_info_block.last{
  border-bottom:2px solid #ef8111;
  padding-bottom:20px;
}

@media (max-width : 960px) {
  .hinyari_info{
    padding: 0;
  }
  .hinyari_info_in{
    max-width:325px;
  }
  .hinyari_info_block{
    margin:0 0 20px;
  }
  .hinyari_info_block_title{
    height:40px;
    font-size:14px;
    /*border-bottom:1px solid #4d4d4d;*/
    background-size:15px auto;
    background-position: right 20px;
  }
  .hinyari_info_block_content{
    font-size:11px;
    line-height:calc(34/22);
    padding-top:16px;
  }
  .hinyari_info_block_content.last{
    border-bottom:1px solid #4d4d4d;
    padding-bottom:20px;
  }
}

/*===========================*/

.sec-wrap {
	opacity: 0;
	transform: translateY(40px);
	transition: 0.6s ease-in-out;
}
.sec-wrap.show {
	opacity: 1;
	transform: translateY(0);
}