@charset "utf-8";

/* ------------------------------------------
	magiclush
------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
	text-align: left;
	color: #3D2D2A;
}
.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);
	}
}
.tab-only {
  display: none !important;
}
.sp-only { display: none !important; }
@media screen and (max-width: 767px) {
	html {
		font-size: calc(100vw / 40);
	}
	.pc-only {
		display: none !important;
	}
  .tab-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 {
	text-decoration: none;
}
a:link {
	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;
  }
}
@media screen and (max-width: 1200px) {
  #sales{
    right: 3.6rem;
  }
}

#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
-----------------------*/
.main-visual{
	width: 100%;
  height: 54.5rem;
  background: url(../images/mv_pc.jpg) no-repeat center/cover;
}
.mv_inner img {
  opacity: 0;
}
@media screen and (max-width: 767px){
  .main-visual{
    height: 48.7rem;
    background: url(../images/mv_sp.jpg) no-repeat center/cover;
  }
}
body > #wrap{
	background-color: #FDFDFD;
	width: 100%;
}
@media screen and (max-width: 767px){
	body > #wrap {
		min-width: auto;
		padding-top: 13vw;
	}
}
/*-----------------------
	contents
-----------------------*/
div.content{
	max-width: 112rem;
	margin: 0 auto;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
	div.content{
		width: 100%;
		padding: 0 2.4rem;
	}
}
._borbot {
  text-decoration: underline;
}
/*-----------------------
	sec_01
-----------------------*/
.sec_01 {
	padding: 8.9rem 0 8.8rem;
	position: relative;
}
.sec_01_inr {
	max-width: 160rem;
	margin: 0 auto;
  padding: 0 4rem;
}
.sec_01--text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_01_slider {
  margin-top: 5.4rem;
}
.slider {
  display: flex;
  justify-content: space-between;
  column-gap: 0.4rem;
}
.slider-item {
  width: calc((100% - 0.8rem) / 3);
  height: 53rem;
  position: relative;
}
.slider-item--pic {
  width: 100%;
  height: 53rem;
}
.slider-item--pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-item--detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(61, 45, 42, 0.92);
  padding: 3.8rem 4.8rem 3.2rem;
}
.slider-item--detail_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
.slider-item--detail_txt {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-top: 2rem;
}
@media screen and (min-width: 1600px) and (max-width: 1920px){
  .sec_01 {
    font-size: calc(100vw / 192);
  }
}
@media screen and (min-width: 1401px) and (max-width: 1599px){
  .sec_01 {
    font-size: calc(100vw / 160);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  .sec_01 {
    font-size: calc(100vw / 140);
  }
  .slider-item--detail {
    padding: 3.8rem 2rem 3.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .slider-item--detail {
    padding: 3.8rem 2rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
	.sec_01 {
    padding: 4rem 0 5.5rem;
  }
  .sec_01_inr {
    max-width: 100%;
    padding: 0;
  }
  .sec_01--text {
    font-size: 2rem;
  }
  .sec_01_slider {
    margin-top: 2.4rem;
  }
  .slider-item {
    width: 33.1rem !important;
    margin: 0 0.2rem;
  }
  .slider-item--pic {
    width: 100%;
    height: auto;
  }
  .slider-item--detail {
    padding: 2.8rem 2.4rem 2.4rem;
  }
  .slider-item--detail_ttl {
    font-size: 1.8rem;
  }
  .slider-item--detail_txt {
    font-size: 1.2rem;
    margin-top: 1.6rem;
  }
  .slick-dots {
    bottom: -3.5rem !important;
  }
  .slick-dots li {
    width: 0.9rem !important;
    height: 0.9rem !important;
    margin: 0 0.8rem !important;
  }
  .slick-dots li button {
    width: 0.9rem !important;
    height: 0.9rem !important;
    padding: 0 !important;
  }
  .slick-dots li button:before {
    font-size: 0.9rem !important;
    width: 0.9rem !important;
    height: 0.9rem !important;
  }
}
/*-----------------------
	sec_02
-----------------------*/
.sec_02 {
	padding-bottom: 7.2rem;
}
.sec_02_inr {
	max-width: 90.7rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.sec_02--title {
  position: relative;
  text-align: center;
}
.sec_02--title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background: #765E59;
  transform: translateY(-50%);
}
.sec_02--title span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #FDFDFD;
  padding: 0 3.2rem;
  position: relative;
}
.sec_02__list {
  display: flex;
  justify-content: space-between;
  padding: 0 5.3rem;
  column-gap: 13.4rem;
  margin-top: 5.6rem;
}
.sec_02__list-anchor {
  width: calc((100% - 26.8rem) / 3);
  position: relative;
}
.sec_02__list-anchor::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.4rem;
  width: 21.1rem;
  height: 21.1rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.sec_02__list-anchor:first-child::before {
  background: radial-gradient(50% 50% at 50% 50%, #DDEFC5 50%, rgba(221, 239, 197, 0) 100%);
}
.sec_02__list-anchor:nth-child(2)::before {
  background: radial-gradient(50% 50% at 50% 50%, #F4E7EA 50%, rgba(244, 231, 234, 0) 100%);
}
.sec_02__list-anchor:last-child::before {
  background: radial-gradient(50% 50% at 50% 50%, #D0E7F5 50%, rgba(208, 231, 245, 0) 100%);
}
.sec_02__list-anchor:hover::before {
  opacity: 1;
}
.sec_02__list-anchor:first-child .sec_02__list-anchorTtl {
  padding-top: 1.2rem;
}
.sec_02__list-anchor:first-child .sec_02__list-anchorTtl::before {
  background: url(../images/icon_arrow_green_01.png) no-repeat;
  background-size: cover;
}
.sec_02__list-anchor:nth-child(2) .sec_02__list-anchorTtl::before {
  background: url(../images/icon_arrow_red_01.png) no-repeat;
  background-size: cover;
}
.sec_02__list-anchor:last-child .sec_02__list-anchorTtl::before {
  background: url(../images/icon_arrow_blue_01.png) no-repeat;
  background-size: cover;
}
.sec_02__list-anchorLinks {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  align-items: center;
  position: relative;
}
.sec_02__list-anchorImg {
  width: 10.8rem;
}
.sec_02__list-anchorTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.072em;
  text-align: center;
  height: 7.2rem;
  position: relative;
}
.sec_02__list-anchorTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.2rem;
  height: 1rem;
}
._colorGreen {
  color: #0A5728;
}
._colorRed {
  color: #A21735;
}
._colorBlue {
  color: #0C4360;
}
@media screen and (max-width: 767px) {
  .sec_02 {
    padding-bottom: 4.6rem;
  }
  .sec_02_inr {
    width: 100%;
  }
  .sec_02--title span {
    font-size: 2.1rem;
  }
  .sec_02__list {
    padding: 0;
    column-gap: 0.6rem;
    margin-top: 2.3rem;
  }
  .sec_02__list-anchor {
    width: calc((100% - 1.2rem) / 3);
  }
	.sec_02__list-anchor::before {
    width: 11.6rem;
    height: 11.6rem;
    opacity: 1;
    left: 0;
    top: -1.2rem;
  }
  .sec_02__list-anchorLinks {
    row-gap: 1.2rem;
  }
  .sec_02__list-anchorImg {
    width: 6rem;
  }
  .sec_02__list-anchorTtl {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    height: 6.7rem;
  }
  .sec_02__list-anchor:first-child .sec_02__list-anchorTtl {
    padding-top: 0.8rem;
  }
}
/*-----------------------
	sec_03
-----------------------*/
.sec_03 {
  position: relative;
}
.sec_03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27.7rem;
  height: 185.2rem;
  background: url(../images/bg_item_02.png) no-repeat;
  background-size: cover;
  opacity: 0.85;
  mix-blend-mode: overlay;
}
.sec_03::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27.3rem;
  height: 185.2rem;
  background: url(../images/bg_item_01.png) no-repeat;
  background-size: cover;
  opacity: 0.85;
  mix-blend-mode: overlay;
}
.sec_03_inr {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.standard {
  background: url(../images/green-bg_pc.jpg) no-repeat center/cover;
  padding: 8rem 0;
}
.extra {
  background: url(../images/gray-bg_pc.jpg) no-repeat center/cover;
  padding: 8rem 0;
}
.cool {
  background: url(../images/blue-bg_pc.jpg) no-repeat center/cover;
  padding: 8rem 0;
}
.sec_03__content {
  display: flex;
  justify-content: space-between;
  column-gap: 9rem;
}
.sec_03__detail {
  width: 39rem;
  padding-top: 2.6rem;
}
.extra .sec_03__detail {
  padding-top: 2.2rem;
}
.cool .sec_03__detail {
  padding-top: 2.8rem;
}
.sec_03__detail--title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.16em;
}
.sec_03__detail--title ._big {
  font-size: 4rem;
}
.sec_03__detail--title ._smail {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
  display: block;
  padding-left: 0.4rem;
}
.standard .sec_03__detail--title ._smail {
  margin-left: -1.4rem;
  padding-left: 0;
}
.sec_03__detail--txt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-top: 1.8rem;
}
.standard .sec_03__detail--txt {
  padding-left: 0.4rem;
}
.extra .sec_03__detail--txt {
  margin-top: 2.4rem;
}
.cool .sec_03__detail--txt {
  margin-top: 2.3rem;
}
.sec_03__detail--recom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
}
.sec_03__detail--recomTtl {
  width: 11.6rem;
  height: 11.4rem;
  background: #FBFFC2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.extra .sec_03__detail--recomTtl {
  background: #F8F4DF;
}
.cool .sec_03__detail--recomTtl {
  background: #ffffff;
}
.sec_03__detail--recomTtl::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 10.8rem;
  height: 10.7rem;
  border: 0.1rem solid #DFE3AA;
  border-radius: 50%;
}
.extra .sec_03__detail--recomTtl::before {
  border: 0.1rem solid #DFDBBE;
}
.cool .sec_03__detail--recomTtl::before {
  border: 0.1rem solid #A2D5D5;
}
.sec_03__detail--recomTtl span {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.44;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec_03__detail--recom ul {
  width: calc(100% - 11.6rem);
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 1.6rem;
}
.cool .sec_03__detail--recom ul {
  padding-left: 1.2rem;
}
.sec_03__detail--recom ul li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 1.6rem;
}
.extra .sec_03__detail--recom ul li {
  letter-spacing: 0.12em;
}
.sec_03__detail--recom ul li::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  transform: translateY(-50%);
}
.standard .sec_03__detail--recom ul li::before {
  color: #C5CD5E;
}
.extra .sec_03__detail--recom ul li::before {
  color: #CFC385;
}
.cool .sec_03__detail--recom ul li::before {
  color: #7BCECE;
}
.sec_03__detail--links {
  margin-top: 4rem;
}
.sec_03__detail--linksAnch {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
  display: block;
  position: relative;
  width: 14rem;
  margin: 0 auto;
  transition: all 0.3s;
}
.sec_03__detail--linksAnch:hover {
  opacity: 0.75;
}
.sec_03__detail--linksAnch span {
  padding-left: 1rem;
}
.sec_03__detail--linksAnch::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.1rem;
  height: 1rem;
  transform: translateY(-50%);
}
.sec_03__detail--linksAnch::after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  left: 0;
  right: 0;
  width: 14rem;
  height: 0.2rem;
}
.standard .sec_03__detail--linksAnch::before {
  background: url(../images/icon_arrow_green_02.png) no-repeat;
  background-size: cover;
}
.standard .sec_03__detail--linksAnch::after {
  background: linear-gradient(90deg, #0A5728 0%, #66A816 100%);
}
.extra .sec_03__detail--linksAnch::before {
  background: url(../images/icon_arrow_red_02.png) no-repeat;
  background-size: cover;
}
.extra .sec_03__detail--linksAnch::after {
  background: linear-gradient(90deg, #A21735 0%, #E88A6D 100%);
}
.cool .sec_03__detail--linksAnch::before {
  background: url(../images/icon_arrow_blue_02.png) no-repeat;
  background-size: cover;
}
.cool .sec_03__detail--linksAnch::after {
  background: linear-gradient(90deg, #0C4360 0%, #41AEAE 100%);
}
.sec_03__pic {
  width: 48rem;
  position: relative;
}
.extra .sec_03__pic {
  order: -1;
}
.sec_03__pic::before {
  content: "";
  position: absolute;
}
.sec_03__pic::after {
  content: "";
  position: absolute;
}
.standard .sec_03__pic::before {
  top: -1.4rem;
  left: -6.1rem;
  width: 21rem;
  height: 16.8rem;
  background: url(../images/deco_01.png) no-repeat;
  background-size: cover;
}
.standard .sec_03__pic::after {
  bottom: -1.7rem;
  right: -7.9rem;
  width: 24rem;
  height: 25.1rem;
  background: url(../images/deco_02.png) no-repeat;
  background-size: cover;
}
.extra .sec_03__pic::before {
  top: -1.8rem;
  right: 1.9rem;
  width: 13.3rem;
  height: 12.7rem;
  background: url(../images/deco_03.png) no-repeat;
  background-size: cover;
}
.extra .sec_03__pic::after {
  bottom: -2.1rem;
  left: -8.8rem;
  width: 31.5rem;
  height: 31.1rem;
  background: url(../images/deco_04.png) no-repeat;
  background-size: cover;
}
.cool .sec_03__pic::before {
  top: -5.1rem;
  left: -7.1rem;
  width: 17rem;
  height: 20.6rem;
  background: url(../images/deco_05.png) no-repeat;
  background-size: cover;
}
.cool .sec_03__pic::after {
  bottom: -0.1rem;
  right: -6.3rem;
  width: 21rem;
  height: 25.5rem;
  background: url(../images/deco_06.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
	.sec_03::before {
    display: none;
  }
  .sec_03::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec_03 {
    overflow: hidden;
  }
  .sec_03_inr {
    max-width: 100%;
    padding: 0 2.4rem;
  }
	.sec_03__content {
    flex-direction: column;
  }
  .sec_03__detail {
    width: 100%;
    padding-top: 3.2rem;
  }
  .sec_03__pic {
    width: 100%;
    order: -1;
  }
  .sec_03__detail--title {
    letter-spacing: 0.09em;
    padding-left: 0.6rem;
  }
  .sec_03__detail--title ._big {
    font-size: 2.4rem;
  }
  .sec_03__detail--title ._smail {
    font-size: 1.8rem;
    padding-left: 0;
  }
  .standard .sec_03__detail--title ._smail {
    margin-left: -0.6rem;
  }
  .sec_03__detail--txt {
    font-size: 1.5rem;
    margin-top: 1.4rem;
  }
  .sec_03__detail--recom {
    margin-top: 0.7rem;
    padding-left: 0.6rem;
  }
  .sec_03__detail--recomTtl {
    width: 8.2rem;
    height: 8.2rem;
    background: url(../images/bg_ellipse_01.png) no-repeat;
    background-size: cover;
  }
  .sec_03__detail--recomTtl::before {
    display: none;
  }
  .sec_03__detail--recomTtl span {
    font-size: 1.1rem;
  }
  .sec_03__detail--recom ul {
    width: calc(100% - 8.2rem);
    row-gap: 0.4rem;
    padding-left: 1rem;
  }
  .sec_03__detail--recom ul li {
    font-size: 1.5rem;
    padding-left: 1.6rem;
  }
  .sec_03__detail--links {
    margin-top: 2.3rem;
  }
  .sec_03__detail--linksAnch::after {
    height: 0.1rem;
  }
  .standard {
    background: url(../images/green-bg_sp.jpg) no-repeat center / cover;
    padding: 5.5rem 0 7.5rem;
  }
  .standard .sec_03__pic::before {
    top: -1rem;
    left: -4.6rem;
    width: 15.65rem;
    height: 12.55rem;
    background: url(../images/deco_01_sp.png) no-repeat;
    background-size: cover;
  }
  .standard .sec_03__pic::after {
    bottom: -1.9rem;
    right: -7.1rem;
    width: 17.95rem;
    height: 18.85rem;
    background: url(../images/deco_02_sp.png) no-repeat;
    background-size: cover;
  }
  .standard .sec_03__detail--txt {
    padding-left: 1rem;
  }
  .extra {
    background: url(../images/gray-bg_sp.jpg) no-repeat center / cover;
    padding: 5.5rem 0 6.8rem;
  }
  .extra .sec_03__pic::before {
    top: -0.6rem;
    right: 0;
    width: 9.2rem;
    height: 8.8rem;
    background: url(../images/deco_03_sp.png) no-repeat;
    background-size: cover;
  }
  .extra .sec_03__pic::after {
    bottom: 0.2rem;
    left: -4.2rem;
    width: 19.65rem;
    height: 19.45rem;
    background: url(../images/deco_04_sp.png) no-repeat;
    background-size: cover;
  }
  .extra .sec_03__detail {
    padding-top: 3.1rem;
  }
  .extra .sec_03__detail--txt {
    margin-top: 1.3rem;
    padding-left: 0.3rem;
  }
  .extra .sec_03__detail--recomTtl {
    background: url(../images/bg_ellipse_02.png) no-repeat;
    background-size: cover;
  }
  .extra .sec_03__detail--recom ul li {
    letter-spacing: 0.08em;
  }
  .cool {
    background: url(../images/blue-bg_sp.jpg) no-repeat center / cover;
    padding: 5.5rem 0 6.6rem;
  }
  .cool .sec_03__pic::before {
    top: 0;
    left: -3.8rem;
    width: 12.15rem;
    height: 14.8rem;
    background: url(../images/deco_05_sp.png) no-repeat;
    background-size: cover;
  }
  .cool .sec_03__pic::after {
    bottom: 0.9rem;
    right: -4.4rem;
    width: 16.1rem;
    height: 19.6rem;
    background: url(../images/deco_06_sp.png) no-repeat;
    background-size: cover;
  }
  .cool .sec_03__detail {
    padding-top: 3.2rem;
  }
  .cool .sec_03__detail--title ._smail {
    padding-left: 0.6rem;
  }
  .cool .sec_03__detail--txt {
    margin-top: 1.3rem;
    letter-spacing: 0.07em;
    padding-left: 0.8rem;
  }
  .cool .sec_03__detail--recomTtl {
    background: url(../images/bg_ellipse_03.png) no-repeat;
    background-size: cover;
  }
}
/*-----------------------
	sec_04
-----------------------*/
.sec_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec_heading .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.sec_heading .en {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
  color: #A4900A;
  margin-top: 0.7rem;
}
.sec_04 {
	background: url(../images/propolis-bg_pc.jpg) no-repeat center/cover;
	padding: 7.2rem 0 9.6rem;
}
.sec_04_box {
  background: linear-gradient(180deg, #FFFFFF 11.59%, #FBFDF4 100%);
  padding: 6.4rem 5.6rem 13.2rem;
  margin-top: 4.8rem;
  position: relative;
}
.sec_04_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 16.7rem;
  background: url(../images/irust_pc.png) no-repeat;
  background-size: cover;
}
.sec_04_box--items {
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
}
.sec_04_box--items:last-child {
  margin-top: 4.1rem;
}
.sec_04_box--items-pic {
  width: 26.4rem;
}
.sec_04_box--items-detail {
  width: calc(100% - 30.4rem);
}
.sec_04_box--items-detail--ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 0.1rem solid #BBA29D;
  padding-bottom: 1.5rem;
}
.sec_04_box--items-detail--txt {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}
.sec_04_box--items-detail--list {
  display: flex;
  justify-content: flex-start;
  column-gap: 0.4rem;
  margin-top: 1.6rem;
}
.sec_04_box--items-detail--bg {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 0.2rem 1.2rem 0.4rem;
  background: #EEECC3;
  border-radius: 7rem;
}
@media screen and (max-width: 1200px) {
  .sec_04 div.content {
    padding: 0;
  }
  .sec_04_box {
    padding: 6.4rem 8rem 13.2rem;
  }
  .sec_04_box--items {
    column-gap: 5.6rem;
  }
  .sec_04_box--items-pic {
    width: 30rem;
  }
  .sec_04_box--items-pic .tab-only {
    display: block !important;
  }
  .sec_04_box--items-pic .pc-only {
    display: none !important;
  }
  .sec_04_box--items-detail {
    width: calc(100% - 35.6rem);
  }
  .sec_04_box--items:last-child {
    margin-top: 4.9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_heading .ja {
    font-size: 2.6rem;
  }
  .sec_heading .en {
    margin-top: 0;
  }
  .sec_04 {
    background: url(../images/propolis-bg_sp.jpg) no-repeat center / cover;
    padding: 4.9rem 0 5rem;
  }
  .sec_04 div.content {
    padding: 0 2.4rem;
  }
  .sec_04_box {
    padding: 3.2rem 2.4rem 8.3rem;
    margin-top: 2.5rem;
  }
  .sec_04_box::after {
    height: 10.3rem;
    background: url(../images/irust_sp.png) no-repeat;
    background-size: cover;
  }
	.sec_04_box--items {
    flex-direction: column;
  }
  .sec_04_box--items-pic {
    width: 100%;
  }
  .sec_04_box--items-pic .tab-only {
    display: none !important;
  }
  .sec_04_box--items-detail {
    width: 100%;
    margin-top: 1.5rem;
  }
  .sec_04_box--items-detail--ttl {
    font-size: 1.7rem;
    padding-bottom: 0.9rem;
    text-align: center;
  }
  .sec_04_box--items-detail--txt {
    margin-top: 0.8rem;
  }
  .sec_04_box--items:last-child {
    margin-top: 3.2rem;
  }
  .sec_04_box--items-detail--list {
    flex-wrap: wrap;
    gap: 0.8rem 0.4rem;
    margin-top: 1.6rem;
  }
  .sec_04_box--items-detail--bg {
    font-size: 1.2rem;
    padding: 0.2rem 1.1rem 0.4rem;
  }
}
/*-----------------------
	sec_05
-----------------------*/
.sec_05 {
	padding: 7.2rem 0 9.5rem;
  background: url(../images/bg_pc.jpg) no-repeat center/cover;
}
.sec_05_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 4.9rem;
}
.sec_05_detail--pic {
  width: 34.7rem;
}
.sec_05_detail--txt {
  width: calc(100% - 34.7rem);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  padding-left: 5.3rem;
}
.sec_05_box {
  margin: 7.9rem -0.1rem 0;
}
@media screen and (max-width: 767px) {
  .sec_05 {
    padding: 4.7rem 0 5.5rem;
    background: url(../images/bg_sp.png) no-repeat center/cover;
  }
	.sec_05_detail {
    flex-direction: column;
    margin-top: 2.5rem;
  }
  .sec_05_detail--pic {
    width: 35.3rem;
  }
  .sec_05_detail--txt {
    width: 100%;
    margin-top: 1.7rem;
    padding: 0 0.5rem;
  }
  .sec_05_box {
    margin: 3.9rem -0.1rem 0;
  }
}
/*-----------------------
	sec_06
-----------------------*/
.sec_06 {
	padding: 7.6rem 0 10.4rem;
}
.sec_06 .sec_heading {
  margin-bottom: 4.6rem;
}
.sec_06_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 6.4rem;
  margin-bottom: 7.2rem;
}
.sec_06_cta:last-child {
  margin-bottom: 0;
}
.sec_06_cta--pic {
  width: 33.6rem;
}
.sec_06_cta--detail {
  width: calc(100% - 40rem);
  padding-top: 0.7rem;
}
.sec_06_cta--detailTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}
.sec_06_cta--detailTxt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}
.cta_intro {
  margin-bottom: 1.6rem;
}
.cta_intro li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 1.2rem;
}
.cta_intro li:first-child {
  margin-bottom: 1.2rem;
}
.cta_intro li:last-child .cta_intro--right {
  padding-top: 0.4rem;
}
.cta_intro--left {
  width: 11.6rem;
  height: 3rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#standard .cta_intro--left {
  color: #0A5728;
  border: 0.1rem solid #0A5728;
}
#extra .cta_intro--left {
  color: #A21735;
  border: 0.1rem solid #A21735;
}
#cool .cta_intro--left {
  color: #0C4360;
  border: 0.1rem solid #0C4360;
}
.cta_intro--right {
  width: calc(100% - 12.8rem);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
.sec_06_cta--detailNote {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
.sec_06_cta--cart {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_06_cta--price {
  width: 31.9rem;
  margin-left: -0.1rem;
}
.buy {
  width: 26rem;
  height: 6.5rem;
  background: #3D2D2A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ffffff;
  transition: all 0.3s;
}
.buy:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .sec_06 {
    padding: 4.5rem 0 6.4rem;
  }
  .sec_06 div.content {
    padding: 0 2.9rem;
  }
  .sec_06 .sec_heading {
    margin-bottom: 0;
  }
	.sec_06_cta {
    flex-direction: column;
    margin-bottom: 0;
    padding: 5.6rem 1.1rem;
    border-bottom: 0.1rem solid #E2E0E0;
  }
  #standard.sec_06_cta {
    padding-top: 2.4rem;
  }
  #cool.sec_06_cta {
    border-bottom: none;
    padding-bottom: 0;
  }
  .sec_06_cta--pic {
    width: 100%;
  }
  #extra .sec_06_cta--price {
    width: 28.1rem;
  }
  .sec_06_cta--detail {
    width: 100%;
    padding-top: 3.2rem;
  }
  .sec_06_cta--detailTtl {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .sec_06_cta--detailTxt {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  .cta_intro {
    margin-right: -0.4rem;
  }
  .cta_intro--left {
    width: 10rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .cta_intro li {
    column-gap: 1rem;
  }
  .cta_intro--right {
    width: calc(100% - 11.2rem);
  }
  .cta_intro li:last-child .cta_intro--right {
    padding-top: 0;
    margin-top: -0.2rem;
    line-height: 1.4;
  }
  .sec_06_cta--cart {
    margin-top: 2.4rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .buy {
    width: 32rem;
    margin-top: 2rem;
  }
}
/*-----------------------
	sec_07
-----------------------*/
.sec_07 {
	background: #F1F0EE;
	padding: 7.2rem 0;
}
.sec_07_inr {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.sec_07--ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_07--list {
  display: flex;
  justify-content: space-between;
  column-gap: 6.4rem;
  margin-top: 4.8rem;
}
.sec_07--listLinks {
  width: calc((100% - 6.4rem) / 2);
  transition: all 0.3s;
}
.sec_07--listLinks:hover {
  opacity: 0.75;
}
.sec_07--listTtl {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3D2D2A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
}
.sec_07--listTtl .icon {
  width: 1rem;
  margin-left: 1.2rem;
  display: flex;
} 
@media screen and (max-width: 767px) {
	.sec_07 {
    padding: 5.6rem 0;
  }
  .sec_07_inr {
    max-width: 100%;
  }
  .sec_07--ttl {
    font-size: 2.4rem;
  }
  .sec_07--list {
    flex-direction: column;
    margin-top: 3.2rem;
    row-gap: 3rem;
  }
  .sec_07--listLinks {
    width: 100%;
  }
  .sec_07--listTtl {
    font-size: 1.5rem;
    margin-top: 1.7rem;
  }
}
/*-----------------------
	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;
	}
}