@charset "utf-8";

/* ------------------------------------------
	magiclush
------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
	text-align: left;
	color: #333333;
}
.gothic {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and ( max-width : 1200px ){
	html {
		font-size: calc(100vw / 120);
	}
}

.sp-only { display: none !important; }
@media screen and (max-width: 767px) {
	html {
		font-size: calc(100vw / 40);
	}
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: inherit !important;
	}
}
@media screen and (min-width: 900px) {
	.tab-only {
		display: none;
	}
}

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:link {
	color: #444444;
	text-decoration: none;
}
#wrap {
	padding-bottom: 0;
}
img {
  max-width: 100%;
	vertical-align: top;
	margin: 0 auto;
}

/*-----------------------
	Over-sales
-----------------------*/

.over-sales{
  position: fixed;
  width: 50%;
  top: 0;
  right: 0;
  z-index:50;
}
#sales{
  position: absolute;
  top: 1rem;
  left: 50rem;
  width: 19rem;
  height: 14rem;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1380px) {
  .over-sales{
    width: 100%;
  }
  #sales{
    left: auto;
    right: 0;
  }
}

#sales .inner{
  height: 9rem;
  border: 0.1rem solid #C09419;
  border-bottom: none;
}
#sales .inquiry{
  margin-top: 1.7rem;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6rem;
  letter-spacing: 2px;
}
#sales .inquiry img{
	width: 2.4rem;
	height: 1.6rem;
  margin-right: 0.4rem;
}
#sales .tel img{
  width: 15.6rem;
	height: 3.1rem;
}
#sales .button{
  display: block;
  width: 18.8rem;
  height: 5rem;
  background-color: #C09419;
  color: #fff;
  line-height: 5rem;
  font-size: 2rem;
  border: 0.1rem solid #C09419;
  cursor: pointer;
}
#sales .button:hover{
  background-color: #fff;
  color: #C09419;
}
@media screen and (max-width: 767px) {
	.over-sales {
		display: none;
	}
	#sales{
		top: 15vw;
		width: 37.5vw;
		height: 26vw;
	}
	#sales .inner {
		height: 18.5vw;
	}
	#sales .inquiry {
		margin-top: 3vw;
		margin-bottom: 3vw;
		font-size: 3.5vw;
		line-height: 3.5vw;
	}
	#sales .inquiry img {
		width: 6vw;
		height: 4vw;
		margin-right: 1vw;
	}
	#sales .tel img {
		width: 30vw;
		height: 5.75vw;
	}
	#sales .button {
		width: 100%;
		height: 7.5vw;
		line-height: 7.5vw;
		font-size: 4vw;
	}
}
/*-----------------------
	header
-----------------------*/
#hd{
	height: 6.7rem;
	background-color: #fff;
}
#hd #cm {
  width: 93rem;
  height: 6.7rem;
  margin: 0 auto;
}
#hd #cm{
	background: none;
}
#hd #cm h1 a img {
	width: 40rem;
}
@media screen and (max-width: 767px) {
	#hd {
		width: 100%;
		height: 13vw;
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 999;
	}
	#hd #cm {
		width: 100%;
		height: 13vw;
		display: flex;
		justify-content: space-between;
	}
	#hd #cm h1 {
		padding: 2.5vw 0 0 5vw;
	}
	#hd #cm h1 a {
		width: 26vw;
		height: 8vw;
		display: block;
	}
	.sales-sp {
		display: flex;
	}
	.sales-contact {
		background-color: #f39801;
		width: 42.5vw;
		height: 13vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sales-contact .tel {
		display: flex;
		align-items: center;
	}
	.sales-contact .tel img {
		width: 10.5vw;
		height: 6vw;
		margin-right: 1.25vw;
	}
	.sales-contact .tel span {
		font-size: 3.25vw;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
		text-align: center;
	}
	.sales-contact .tel span .phone {
		font-size: 3vw;
	}
	.sales-cart a {
		width: 13vw;
		height: 13vw;
		background: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
	.sales-cart a img {
		width: 5.5vw;
		height: 5vw;
		padding-left: 1.25vw;
    	padding-top: 1.25vw;
	}
	.sales-cart a span {
		font-size: 2.5vw;
		font-weight: bold;
		line-height: normal;
		letter-spacing: -1px;
		color: #fff;
	}
}
/*-----------------------
	mv
-----------------------*/
#mv{
	width: 100%;
}

body > #wrap{
	background-color: #fff;
	width: 100%;
}
@media screen and (max-width: 767px){
	#mv{
		height: 131.5vw;
	}
	body > #wrap {
		min-width: auto;
		padding-top: 13vw;
	}
}
/*-----------------------
	contents
-----------------------*/
div.content{
	max-width: 112rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	div.content{
		width: 100%;
		padding: 0 2.5vw;
	}
}
._borbot {
  text-decoration: underline;
}
/*-----------------------
	sec_01
-----------------------*/
.sec_01 {
	padding: 5.6rem 0 7.2rem;
	position: relative;
	overflow: hidden;
}
.sec_01_inr {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.sec_01_ttl {
	width: 37rem;
	margin: 0 auto 1.6rem;
}
.sec_01-cta {
	max-width: 96rem;
	margin: 0 auto;
}
.sec_01-cta_box {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border: solid 0.2rem #037037;
	padding: 3.7rem 12.3rem 2.9rem 14.2rem;
	border-radius: 2.4rem;
	column-gap: 6.7rem;
}
.sec_01-cta_image {
	width: 25.4rem;
}
.sec_01-cta_detail {
	width: calc(100% - 32.1rem);
	padding-top: 1.7rem;
}
.sec_01-cta_detail--ttl {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: left;
}
.sec_01-cta_detail--ttl span {
	display: block;
	margin-bottom: 0.8rem;
}
.sec_01-cta_detail--txt {
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-top: 3.6rem;
}
.sec_01-cta_detail--bor {
	width: 14.4rem;
	height: 2.9rem;
	border: solid 0.1rem #037037;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: center;
	color: #037037;
	margin-top: 1.2rem;
	padding: 0.4rem 0;
}
.sec_01-cta_detail--number {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
  padding-left: 0.2rem;
}
.sec_01-cta_detail--red {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #AE1A1A;
	margin-top: 4.2rem;
}
.sec_01-cta_box .buy {
  font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	width: 37rem;
  height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
  background-color: #ae1a1a;
  -webkit-box-shadow: inset 0 0 0 0.4rem #ae1a1a;
  box-shadow: inset 0 0 0 0.4rem #ae1a1a;
	margin-top: 2rem;
	transition: all 0.3s;
}
.sec_01-cta_box .buy:hover {
	color: #ae1a1a;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
	.sec_01 {
    padding: 8vw 0 12vw;
  }
  .sec_01_inr {
    max-width: 100%;
    padding: 0 5vw;
  }
  .sec_01_ttl {
    width: 65.75vw;
    margin: 0 auto 2vw;
  }
  .sec_01-cta {
    max-width: 100%;
    margin: 0 auto;
  }
  .sec_01-cta_box {
    flex-direction: column;
    padding: 8.75vw 7vw 9.5vw;
    border-radius: 2.5vw;
    column-gap: 0;
  }
  .sec_01-cta_image {
    width: 40.75vw;
  }
  .sec_01-cta_detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 0.75vw;
    padding-left: 0.75vw;
  }
  .sec_01-cta_detail--ttl {
    font-size: 4.5vw;
    letter-spacing: 0;
    text-align: center;
  }
  .sec_01-cta_detail--ttl span {
    display: block;
    margin-bottom: 0.8rem;
  }
  .sec_01-cta_detail--ttl span:last-child {
    letter-spacing: 0.06em;
  }
  .sec_01-cta_text {
    text-align: center;
  }
  .sec_01-cta_detail--txt {
    font-size: 4.5vw;
    margin-top: 11.5vw;
  }
  .sec_01-cta_detail--bor {
    width: 26.75vw;
    height: 5.5vw;
    font-size: 3vw;
    margin: 3vw auto 0;
    padding: 1vw 0;
  }
  .sec_01-cta_detail--number {
    font-size: 2.5vw;
    margin-top: 1vw;
    padding-left: 0;
  }
  .sec_01-cta_detail--red {
    font-size: 3.75vw;
    margin-top: 7vw;
    text-align: center;
  }
  .sec_01-cta_detail--red span {
    display: block;
    margin-bottom: 2.25vw;
  }
  .sec_01-cta_box .buy {
    font-size: 4vw;
    width: 75vw;
    height: 15.25vw;
    margin-top: 2vw;
  }
}
/*-----------------------
	sec_02
-----------------------*/
.sec_02 {
	background: url(../images/bg_01.jpg) no-repeat center/cover;
	padding: 6.4rem 0;
  position: relative;
}
.sec_02_inr {
	max-width: 157.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 4.8rem;
}
.sec_02_content {
	width: 64.1rem;
  padding-top: 2.7rem;
  padding-left: 2rem;
}
.sec_02_list {
	width: 54.5rem;
	height: 30.4rem;
	padding: 3.8rem 6.4rem;
	background-color: #ffffff;
  box-shadow: 0 0 2rem 0 #BBDAEA99;
	margin-top: 3.1rem;
  margin-left: auto;
  border-radius: 1rem;
}
.sec_02_list li {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
	position: relative;
	margin-bottom: 3.2rem;
	padding-left: 3.6rem;
}
.sec_02_list li::before {
	content: "";
	position: absolute;
	top: -0.1rem;
	left: 0;
	width: 2rem;
	height: 2.2rem;
	background: url(../images/icon_check.png) no-repeat;
	background-size: cover;
}
.sec_02_pic {
	width: calc(100% - 68.9rem);
}
.tablet-only {
  display: none;
}
.sec_02_change {
  width: 30rem;
  height: 9.6rem;
  padding-top: 2.8rem;
  position: absolute;
  bottom: -6.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/bg_change_pc.png) no-repeat;
  background-size: contain;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  z-index: 9;
}
@media screen and (min-width: 768px) and (max-width: 1601px) {
  .sec_02 {
    padding: 5.5rem 0 6.4rem;
  }
  .sec_02_inr {
    max-width: 114.5rem;
    justify-content: flex-start;
  }
  .sec_02_content {
    padding-top: 1.9rem;
    padding-left: 2rem;
  }
  .sec_02_list {
    width: 55.2rem;
  }
  .sec_02_list li {
    letter-spacing: 0.06em;
  }
  .sec_02_pic {
    width: 42.4rem;
  }
  .sec_02_pic .pc-only {
    display: none;
  }
  .sec_02_pic .tablet-only {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
	.sec_02 {
    background: url(../images/bg_01_sp.jpg) no-repeat center/cover;
    padding: 8vw 0 12vw;
  }
  .sec_02_inr {
    max-width: 100%;
    column-gap: 0;
    flex-direction: column;
  }
  .sec_02_content {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .sec_02_ttl { 
    margin-bottom: 4vw;
  }
  .sec_02_list {
    width: 88.25vw;
    height: 48vw;
    padding: 6vw 3vw 6vw 5.75vw;
    margin: 0 auto;
  }
  .sec_02_list li {
    font-size: 3.75vw;
    letter-spacing: 0.06em;
    margin-bottom: 4.25vw;
    padding-left: 6vw;
  }
  .sec_02_list li::before {
    top: -1vw;
    left: 0;
    width: 4vw;
    height: 4.5vw;
  }
  .sec_02_pic {
    width: 100%;
    margin-top: 1vw;
  }
  .sec_02_change {
    width: 46vw;
    height: 14vw;
    padding-top: 3.75vw;
    bottom: -8.5vw;
    background: url(../images/bg_change_sp.png) no-repeat;
    background-size: cover;
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
/*-----------------------
	sec_03
-----------------------*/
.sec_03 {
	background: url(../images/bg_02.jpg) no-repeat center/cover;
	padding: 11rem 0 11.8rem;
}
.sec_03_inr {
  max-width: 82.6rem;
  margin: 0 auto;
}
.sec_03_ttl {
  width: 68.3rem;
  margin: 0 auto;
}
.sec_03_content {
  display: flex;
  justify-content: space-between;
  margin-top: 3.1rem;
  position: relative;
}
.sec_03_pic {
  width: 56.4rem;
  position: absolute;
  top: 0;
  left: -29rem;
}
.sec_03_detail {
  width: 46rem;
  margin-left: auto;
  margin-right: 1rem;
  padding-top: 4.7rem;
}
.sec_03_detail-list--item {
  width: 19.6rem;
  height: 19.6rem;
  background: #DCEE68;
  border-radius: 50%;
  position: relative;
  padding-top: 5.9rem;
}
.sec_03_detail-list--item:first-child::before {
  content: "";
  position: absolute;
  top: 47%;
  right: -4.8rem;
  width: 2.9rem;
  height: 2.9rem;
  background: url(../images/icon_add.png) no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.sec_03_detail-list--item .label {
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.sec_03_detail-list--item .label span {
  display: inline-block;
  border: 0.2rem solid #037037;
  background: #ffffff;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  color: #037037;
  border-radius: 4rem;
  padding: 0.7rem 1.6rem;
}
.sec_03_detail-list--item .title {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  color: #037037;
  text-shadow: 0.2rem 0.2rem 0 #FFFFFF;
}
.sec_03_detail-list--item .title._smail {
  font-size: 3.3rem;
  line-height: 1.33;
  letter-spacing: -0.09em;
} 
.sec_03_detail-list {
  display: flex;
  justify-content: space-between;
  column-gap: 1.4rem;
}
.sec_03_detail-ttl {
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 1;
  text-align: center;
  margin-top: 4.8rem;
}
.sec_03_detail-ttl span {
  display: block;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.sec_03 {
    background: url(../images/bg_02_sp.jpg) repeat;
    padding: 17.5vw 0 8vw;
  }
  .sec_03_inr {
    max-width: 100%;
  }
  .sec_03_ttl {
    width: 72vw;
  }
  .sec_03_content {
    flex-direction: column;
    margin-top: 0.5vw;
    row-gap: 5.75vw;
  }
  .sec_03_pic {
    width: 74.875vw;
    position: relative;
    left: 0;
    order: 1;
  }
  .sec_03_detail {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .sec_03_detail-list--item {
    width: 33vw;
    height: 33vw;
    padding-top: 10.5vw;
  }
  .sec_03_detail-list--item:first-child::before {
    top: 49%;
    right: -9vw;
    width: 6.875vw;
    height: 9.125vw;
    background: url(../images/icon_add_sp.png) no-repeat;
    background-size: cover;
}
  .sec_03_detail-list--item .label {
    top: -1vw;
  }
  .sec_03_detail-list--item .label span {
    font-size: 3.4125vw;
    border-radius: 6.75vw;
    padding: 1vw 2.5vw 0.25vw;
  }
  .sec_03_detail-list--item .title {
    font-size: 5.825vw;
    text-shadow: 0.25vw 0.25vw 0 #FFFFFF;
  }
  .sec_03_detail-list--item .title._smail {
    font-size: 5.5vw;
  } 
  .sec_03_detail-list {
    display: flex;
    justify-content: space-between;
    column-gap: 1.4rem;
  }
  .sec_03_detail-ttl {
    font-size: 5vw;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin-top: 4.25vw;
  }
  .sec_03_detail-ttl span {
    display: block;
    margin-top: 0;
  }
}
/*-----------------------
	sec_04
-----------------------*/
.sec_04 {
	background: #F5F0D8;
	padding: 8rem 0;
}
.sec_04_heading {
  text-align: center;
  margin-bottom: 3.2rem;
}
.sec_04_heading-ttl {
  width: 50.2rem;
  margin: 0 auto;
  position: relative;
}
.sec_04_heading-ttl::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: -10.6rem;
  width: 8.6rem;
  height: 10.7rem;
  background: url(../images/img_before_pc.png) no-repeat;
  background-size: cover;
}
.sec_04_heading-ttl::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: -9.4rem;
  width: 8.6rem;
  height: 9.6rem;
  background: url(../images/img_after_pc.png) no-repeat;
  background-size: cover;
}
.sec_04_heading-txt {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 1.9rem;
}
.sec_04_box {
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 6.4rem 8rem 7.2rem;
}
.box-hd {
  display: flex;
  justify-content: flex-start;
  column-gap: 2.4rem;
  border-bottom: 0.1rem solid #CDC7AE;
  padding-bottom: 2.3rem;
}
.box-hd .number {
  width: 9.3rem;
  height: 9.3rem;
  background: #DCEE68;
  font-weight: bold;
  font-size: 3.9rem;
  line-height: 1.3;
  color: #037037;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.box-hd .title {
  padding-top: 0.5rem;
}
.box-hd .title .smail {
  display: block;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 0.6rem;
}
.box-hd .title .smail .smail_b {
  font-size: 2.8rem;
}
.box-hd .title .big {
  display: block;
  font-weight: bold;
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
._colorGreen {
  color: #037037;
}
.box-detail {
  display: flex;
  justify-content: space-between;
  column-gap: 3.5rem;
  padding-left: 4.8rem;
  margin-top: 4rem;
}
.box-detail--txt {
  width: calc(100% - 51rem);
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.box-detail--pic {
  width: 47.5rem;
}
.box-bg {
  background: #F8FFEA;
  padding: 4.8rem 10.8rem;
  margin-top: -1.1rem;
}
.box-bg--ttl {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #037037;
  text-align: center;
  padding: 0.5rem 0 0.2rem;
}
.box-bg--ttl span {
  font-size: 1.5rem;
}
.box-bg--pic {
  margin-top: 1.6rem;
}
.box-bg--notes {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 1.6rem;
}
.box-bg--gr {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #037037;
  border-left: 0.1rem solid #037037;
  margin-top: 1.6rem;
  padding-left: 1.1rem;
}
.box-bg--sm {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.8rem;
}
.sec_04_box.box02 {
  margin-top: 4rem;
}
.sec_04_box.box02 .box-hd .title .smail {
  margin-bottom: 0.4rem;
}
.sec_04_box.box02 .box-detail {
  column-gap: 4rem;
}
.sec_04_box.box02 .box-bg {
  margin-top: 0;
}
.sec_04_box.box02 .box-bg--cmt {
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
  margin-top: 2.3rem;
}
.sec_04_box.box02 .box-bg--pic {
  width: 37.7rem;
  margin-top: 0;
}
.sec_04_box.box02 .box-bg--sm {
  width: calc(100% - 41.7rem);
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.sec_04 {
    padding: 9.75vw 0 12.25vw;
  }
  .sec_04_heading {
    margin-bottom: 4vw;
  }
  .sec_04_heading-ttl {
    width: 74.875vw;
  }
  .sec_04_heading-ttl::before {
    content: "";
    position: absolute;
    top: -2vw;
    left: -8vw;
    width: 11.125vw;
    height: 13.875vw;
    background: url(../images/img_before_sp.png) no-repeat;
    background-size: cover;
  }
  .sec_04_heading-ttl::after {
    content: "";
    position: absolute;
    top: -2vw;
    right: -7.5vw;
    width: 11.625vw;
    height: 13.125vw;
    background: url(../images/img_after_sp.png) no-repeat;
    background-size: cover;
  }
  .sec_04_heading-txt {
    font-size: 3.75vw;
    margin-top: 3vw;
  }
  .sec_04_box {
    border-radius: 2vw;
    padding: 8vw 6vw;
  }
  .box-hd {
    align-items: center;
    column-gap: 4vw;
    padding-bottom: 5vw;
  }
  .box-hd .number {
    width: 10vw;
    height: 10vw;
    font-size: 4.25vw;
  }
  .box-hd .title {
    width: calc(100% - 14vw);
    padding-top: 0;
  }
  .box-hd .title .smail {
    font-size: 3.75vw;
    margin-bottom: 0.75vw;
  }
  .box-hd .title .smail .smail_b {
    font-size: 2.8rem;
  }
  .box-hd .title .big {
    font-size: 6vw;
  }
  .box-detail {
    flex-direction: column;
    column-gap: 0;
    margin-top: 5vw;
    padding: 0 0 0 3vw;
  }
  .box-detail--txt {
    width: 100%;
    font-size: 3.75vw;
    line-height: 1.65;
  }
  .box-detail--txt span {
    letter-spacing: 0.01em;
  }
  .box-detail--pic {
    width: 67.375vw;
    margin-top: 5vw;
    margin-left: 4.75vw;
  }
  .box-bg {
    padding: 8vw 6vw;
    margin-top: 0;
  }
  .box-bg--ttl {
    font-size: 4.5vw;
    line-height: 1.96;
    text-align: center;
    padding: 1.75vw 0;
    border-radius: 1vw;
    position: relative;
  }
  .box-bg--ttl span {
    font-size: 2.25vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    position: absolute;
    top: 8.75vw;
    right: 10.75vw;
  }
  .box-bg--pic {
    margin-top: 2vw;
  }
  .box-bg--notes {
    font-size: 3vw;
    line-height: 1.5;
    margin-top: 3.75vw;
  }
  .box-bg--gr {
    font-size: 2.75vw;
    line-height: 1.5;
    margin-top: 2.5vw;
    padding-left: 2.5vw;
  }
  .box-bg--sm {
    font-size: 2.75vw;
    line-height: 1.5;
    margin-top: 3.5vw;
  }
  .sec_04_box.box02 {
    margin-top: 5vw;
  }
  .sec_04_box.box02 .box-hd {
    padding-bottom: 3.75vw;
  }
  .sec_04_box.box02 .box-hd .title .smail {
    margin-bottom: 0.25vw;
  }
  .sec_04_box.box02 .box-hd .title .smail .sp-only {
    display: inline-block !important;
    margin-top: 0.75vw;
  }
  .sec_04_box.box02 .box-detail {
    column-gap: 0;
    margin-top: 6vw;
  }
  .sec_04_box.box02 .box-detail--pic {
    margin-top: 6.5vw;
  }
  .sec_04_box.box02 .box-bg {
    margin-top: 0;
    padding: 8vw 4vw 9.5vw;
  }
  .sec_04_box.box02 .box-bg--ttl span {
    right: 12.75vw;
    top: 8.5vw;
  }
  .sec_04_box.box02 .box-bg--cmt {
    flex-direction: column;
    column-gap: 0;
    margin-top: 3.75vw;
  }
  .sec_04_box.box02 .box-bg--pic {
    width: 75vw;
    margin-top: 0;
  }
  .sec_04_box.box02 .box-bg--sm {
    width: 100%;
    margin-top: 4vw;
  }
}
/*-----------------------
	sec_05
-----------------------*/
.sec_05 {
	background: #EBF3BC;
	padding: 5.9rem 0 8rem;
}
.sec_05_ttl {
  width: 41.2rem;
  margin: 0 auto;
}
.sec_05_list {
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3rem;
}
.sec_05_box01 {
  background: url(../images/bg_03.jpg) no-repeat;
  background-size: cover;
  padding: 7.2rem 11rem 5.6rem;
}
.box01_heading-ttl {
  width: 44.7rem;
  margin-bottom: 1.6rem;
}
.box01_heading-txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 1rem;
}
.box01_wrap {
  max-width: 88rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 0.2rem solid #DAD4AE;
  border-radius: 1rem;
  margin-left: 0.2rem;
  margin-top: 3.3rem;
  padding: 1.4rem 3.8rem 1.4rem 3rem;
  column-gap: 2.4rem;
}
.box01_wrap-fir {
  width: 12rem;
  height: 12rem;
  background: #037037;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff;
  padding-top: 2.7rem;
}
.box01_wrap-fir span {
  font-size: 2.1rem;
}
.box01_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 14.4rem);
  column-gap: 0.8rem;
}
.box01_wrap ul li {
  width: calc((100% - 4rem) / 6);
  height: 12.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
}
.box01_wrap ul li .icon {
  width: 9.2rem;
}
.box01_wrap ul li .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #037037;
  padding-bottom: 0.5rem;
}
.box01_wrap ul li:nth-child(5) .ttl {
  letter-spacing: -0.08em;
}
.sec_05_box02 {
  background: url(../images/bg_04.jpg) no-repeat;
  padding: 5.9rem 10.2rem 7.2rem;
  background-size: cover;
  position: relative;
}
.sec_05_box02::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5.2rem;
  height: 2.6rem;
  background: url(../images/icon_arrow_gray.png) no-repeat;
  background-size: cover;
}
.box02_heading-ttl {
  width: 54.1rem;
  margin-bottom: 3.2rem;
}
.box02_heading-txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 1rem;
}
.sec_05_box03 {
  background: #ffffff;
  padding: 7.2rem 0;
}
.box03_text {
  width: 72.6rem;
  margin: 3.2rem auto 0;
  transform: translateX(0.3rem);
}
@media screen and (max-width: 767px) {
	.sec_05 {
    padding: 9.75vw 0 14vw;
  }
  .sec_05_ttl {
    width: 63.5vw;
    margin: 0 auto;
  }
  .sec_05_list {
    border-radius: 2.5vw;
    overflow: hidden;
    margin-top: 5.75vw;
  }
  .sec_05_box01 {
    background: url(../images/bg_03_sp.jpg) no-repeat;
    background-size: cover;
    padding: 7.75vw 6vw 10vw;
  }
  .box01_heading {
    margin-left: -0.5vw;
  }
  .box01_heading-ttl {
    width: 56.5vw;
    margin-bottom: 1.6rem;
  }
  .box01_heading-txt {
    font-size: 3.75vw;
    line-height: 1.65;
    padding-left: 1.5vw;
  }
  .box01_wrap {
    max-width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 12vw;
    padding: 10vw 5.25vw 10.5vw;
    column-gap: 0;
    position: relative;
  }
  .box01_wrap-fir {
    width: 50.5vw;
    height: 9.25vw;
    border-radius: 19.5vw;
    font-size: 3.75vw;
    padding-top: 1.75vw;
    position: absolute;
    top: -5.25vw;
    left: 3.5vw;
  }
  .box01_wrap-fir span {
    font-size: 4.5vw;
  }
  .box01_wrap ul {
    flex-wrap: wrap;
    width: 100%;
    column-gap: 0;
    row-gap: 4vw;
  }
  .box01_wrap ul li {
    width: 22.5vw;
    height: 29.5vw;
    row-gap: 2.25vw;
  }
  .box01_wrap ul li .icon {
    width: 22.5vw;
  }
  .box01_wrap ul li .ttl {
    font-size: 3.5vw;
    letter-spacing: -0.01em;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .box01_wrap ul li:nth-child(5) .ttl {
    letter-spacing: -0.01em;
  }
  .sec_05_box02 {
    background: url(../images/bg_04_sp.jpg) no-repeat;
    padding: 13.25vw 4.5vw 12.25vw;
    background-size: cover;
    position: relative;
  }
  .sec_05_box02::after {
    bottom: -5vw;
    width: 10.5vw;
    height: 6vw;
    background-size: contain;
  }
  .box02_heading-ttl {
    width: 70.375vw;
    margin-bottom: 5vw;
  }
  .box02_heading-txt {
    font-size: 3.75vw;
    line-height: 1.65;
    padding-left: 2.5vw;
    margin-right: -2.5vw;
  }
  .sec_05_box03 {
    padding: 11.75vw 0 12vw;
  }
  .box03_heading {
    width: 83vw;
    margin: 0 auto;
  }
  .box03_text {
    width: 92.375vw;
    margin: 5vw auto 0;
    transform: translateX(0);
  }
}
/*-----------------------
	sec_06
-----------------------*/
.sec_06 {
	background: url(../images/bg_08.png) no-repeat center/cover;
	padding: 8rem 0 8.8rem;
}
.sec_06_ttl {
  width: 36rem;
  margin: 0 auto;
}
.sec_06_box {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
  margin-top: 3rem;
  background: radial-gradient(50% 50% at 50% 50%, #FAFAE7 0%, #F9F9DB 100%);
}
.propolis {
  background: url(../images/bg_05.jpg) no-repeat;
  background-size: cover;
  height: 44.9rem;
  padding: 6.4rem 11.1rem;
}
.propolis-ttl {
  width: 49.1rem;
}
.sec_06_detail {
  padding: 5.6rem 8.2rem 7.2rem;
}
.sec_06_detail-ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #573B15;
  text-align: center;
  border-top: 0.1rem solid #573B15;
  border-bottom: 0.1rem solid #573B15;
  padding: 2rem 0 1.7rem;
}
.detail-item {
  display: flex;
  justify-content: space-between;
  column-gap: 5.7rem;
  margin-top: 4rem;
}
.detail-item:nth-child(3) .detail-item__cmt--txt {
  margin-right: -1.1rem;
}
.detail-item__pic {
  width: 46rem;
}
.detail-item__cmt {
  width: calc(100% - 51.7rem);
  padding-top: 3.3rem;
}
.detail-item__cmt--ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 2.6rem;
}
.detail-item__cmt--ttl span {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #573B15;
}
.detail-item__cmt--txt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.useful {
  background: #EBEBAE;
  border-radius: 1rem;
  position: relative;
  padding: 4.8rem 11.2rem 4rem;
  margin-top: 7.2rem;
}
.useful-ttl {
  position: absolute;
  top: -2.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.useful-ttl span {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  display: inline-block;
  background: #573B15;
  border-radius: 5rem;
  padding: 1.2rem 3.2rem 1rem;
}
.useful-list {
  display: flex;
  justify-content: space-between;
  column-gap: 3.2rem;
}
.useful-list--item {
  width: calc((100% - 9.6rem) / 4);
  background: #ffffff;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #573B15;
  text-align: center;
  padding: 0.8rem 0;
}
.sec_06_living {
  margin-top: 13.5rem;
  border: 0.3rem solid #037037;
  border-radius: 1rem;
  position: relative;
  padding: 5.4rem 14rem 6.1rem;
  background: #ffffff;
}
.sec_06_living-ttl {
  position: absolute;
  top: -6.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 66.6rem;
}
.living_flex {
  display: flex;
  justify-content: center;
  column-gap: 5rem;
}
.living_flex--items {
  width: 25.4rem;
}
.living_flex--items-cmt {
  text-align: center;
  margin-top: -3.2rem;
}
.living_flex--items-ttl {
  width: 18rem;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  background: #037037;
  color: #ffffff;
  border-radius: 1rem;
  padding: 1.2rem 0 0.9rem;
}
.living_flex--items-txt {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #037037;
  margin-top: 1.4rem;
}
.living_list {
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
  margin-top: 3.6rem;
}
.living_list--items {
  width: calc((100% - 12rem) / 4);
  height: 17.9rem;
  background: linear-gradient(180deg, #DCEE68 0%, #D6E95C 100%);
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.2rem;
}
.living_list--items-txtB {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.living_list--items-txtG {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #037037;
}
@media screen and (max-width: 767px) {
	.sec_06 {
    background: url(../images/bg_08_sp.png) no-repeat bottom;
    background-size: contain;
    padding: 12vw 0 14vw;
  }
  .sec_06_ttl {
    width: 56.5vw;
    margin: 0 auto;
  }
  .sec_06_box {
    margin-top: 6.5vw;
  }
  .propolis {
    background: url(../images/bg_05_sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 60.75vw;
    padding: 8vw 4.25vw;
  }
  .propolis-ttl {
    width: 76.375vw;
  }
  .sec_06_detail {
    padding: 10vw 6vw 14vw;
  }
  .sec_06_detail-ttl {
    font-size: 4.75vw;
    line-height: 1.3;
    padding: 3vw 0 1.5vw;
  }
  .detail-item {
    flex-direction: column;
    column-gap: 0;
    margin-top: 8vw;
  }
  .detail-item:nth-child(3) .detail-item__cmt--txt {
    margin-right: 0;
  }
  .detail-item__pic {
    width: 100%;
  }
  .detail-item__cmt {
    width: 100%;
    padding-top: 5.75vw;
    padding-left: 2vw;
  }
  .detail-item__cmt--ttl {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .detail-item__cmt--ttl span {
    font-size: 6.5vw;
  }
  .detail-item__cmt--txt {
    font-size: 3.75vw;
    line-height: 1.65;
  }
  .useful {
    padding: 12vw 4vw 7.5vw;
    margin-top: 14vw;
  }
  .useful-ttl {
    position: absolute;
    top: -2.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .useful-ttl span {
    font-size: 3.75vw;
    line-height: 1.3;
    padding: 1.75vw 7.75vw 1.5vw;
  }
  .useful-list {
    flex-wrap: wrap;
    gap: 3vw;
  }
  .useful-list--item {
    width: calc((100% - 3vw) / 2);
    font-size: 3.5vw;
    padding: 2vw 0;
  }
  .sec_06_living {
    margin-top: 24.25vw;
    padding: 10.5vw 0 11.5vw;
    margin: 24.25vw 3.5vw 0;
  }
  .sec_06_living-ttl {
    top: -13.5vw;
    width: 67.5vw;
  }
  .living_flex {
    display: flex;
    justify-content: center;
    column-gap: 0;
  }
  .living_flex--items {
    width: 43.5vw;
  }
  .living_flex--items:first-child {
    margin-right: -3.5vw;
  }
  .living_flex--items-cmt {
    text-align: center;
    margin-top: -3.2rem;
  }
  .living_flex--items-ttl {
    width: auto;
    font-size: 3.75vw;
    padding: 2.25vw 4vw 1.5vw;
  }
  .living_flex--items-txt {
    font-size: 3.75vw;
    margin-top: 3vw;
  }
  .living_list {
    flex-wrap: wrap;
    gap: 6vw 10vw;
    margin-top: 5vw;
    padding: 0 9vw;
  }
  .living_list--items {
    width: 29vw;
    height: 29vw;
    display: flex;
    row-gap: 2vw;
  }
  .living_list--items-txtB {
    font-size: 3.25vw;
  }
  .living_list--items-txtG {
    font-size: 3.75vw;
    letter-spacing: -0.04em;
  }
}
/*-----------------------
	sec_07
-----------------------*/
.sec_07 {
	background: url(../images/bg_07.jpg) no-repeat center/cover;
	padding: 8rem 0;
}
.sec_07_cta_ttl {
  width: 54.8rem;
	margin: 0 auto;
}
.cta_box {
	padding: 6.4rem 8rem;
	box-shadow: 0 0 1.2rem 0 #A8CEE566;
	background: #ffffff;
  border-radius: 1rem;
  margin-top: 2.9rem;
}
.cta_box-inr {
	display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.cta_image {
	width: 31.4rem;
  margin-top: -0.9rem;
  margin-left: -1.3rem;
}
.cta_intro {
	width: 60.9rem;
  padding-top: 2rem;
}
.cta_intro--ttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.cta_intro--ttl span {
  font-size: 1.6rem;
  padding-left: 1.5rem;
}
.cta_intro-content ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.7rem;
}
.cta_intro--left {
	width: 14.6rem;
	border-radius: 0.5rem;
	padding: 0.5rem 0 0.3rem;
  background-color: #037037;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	display: inline-block;
}
.cta_intro--right {
	width: calc(100% - 16.2rem);
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.cta_cart {
	margin-top: 6.7rem;
}
.cta_cart--red {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	color: #AE1A1A;
}
.cta_cart a.buy {
  font-size: 2rem;
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.04rem;
	color: #fff;
	width: 37rem;
  height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
  background-color: #ae1a1a;
  -webkit-box-shadow: inset 0 0 0 0.4rem #ae1a1a;
  box-shadow: inset 0 0 0 0.4rem #ae1a1a;
	margin-top: 1.9rem;
  transition: all 0.3s;
}
.cta_cart a.buy:hover {
	color: #ae1a1a;
  background-color: #fff;
}
.cta_text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.cta_notes {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.sec_07 {
    background: url(../images/bg_07_sp.jpg) no-repeat center/cover;
    padding: 12vw 0;
  }
  .sec_07 .content {
    padding: 0 6vw;
  }
  .sec_07_cta_ttl {
    width: 86.375vw;
  }
  .cta_box {
    padding: 7.75vw 5vw 9.5vw;
    margin-top: 5.75vw;
  }
  .cta_box-inr {
    flex-direction: column;
    margin-bottom: 5.25vw;
  }
  .cta_image {
    width: 47vw;
    margin: 0 auto;
  }
  .cta_imgtxt {
    width: 78vw;
    margin: 4vw auto 0;
  }
  .cta_intro {
    width: 100%;
    padding-top: 5.5vw;
  }
  .cta_intro--ttl {
    font-size: 5.5vw;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 3.75vw;
  }
  .cta_intro--ttl span {
    font-size: 3.25vw;
    letter-spacing: 0.04em;
    padding-left: 2vw;
  }
  .cta_intro-content ul li {
    margin-bottom: 2.25vw;
  }
  .cta_intro--left {
    width: 23.25vw;
    border-radius: 1vw;
    padding: 1.25vw 0 0.75vw;
    font-size: 3vw;
    letter-spacing: 0;
  }
  .cta_intro--right {
    width: calc(100% - 23.25vw);
    font-size: 3.25vw;
    padding-left: 2.5vw;
  }
  .cta_cart {
    margin-top: 5.75vw;
  }
  .cta_cart--red {
    font-size: 4.25vw;
    text-align: center;
  }
  .cta_cart a.buy {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    width: 78vw;
    height: 14.5vw;
    margin-top: 3.75vw;
  }
  .cta_cmt {
    margin-bottom: 3.5vw;
  }
  .cta_text {
    font-size: 3.25vw;
  }
  .cta_notes {
    font-size: 3vw;
    line-height: 1.6;
  }
}
/*-----------------------
	footer
-----------------------*/
div.footer{
	width: 100%;
	background-color: #424f36;
}
div.footer div.wrapper{
	width: 100rem;
	margin: 0 auto;
	padding: 1.6rem 4rem 1.5rem;
	overflow: hidden;
	position: relative;
}
div.footer div.wrapper p.copyright{
	position: absolute;
	right: 4rem;
	bottom: 1.4rem;
	font-size: 1.2rem;
	color: #fff;
}
@media screen and (max-width: 767px) {
	div.footer{
		min-width: auto;
	}
	div.footer div.wrapper{
		width: 100%;
		padding: 2.5vw 5vw;
	}
	div.footer div.wrapper .logo img {
		width: 26.25vw;
		height: 8vw;
	}
	div.footer div.wrapper p.copyright {
		right: 5vw;
		bottom: 2vw;
		font-size: 2.5vw;
	}
}