@charset "utf-8";

/* ------------------------------------------
	magiclush
------------------------------------------ */
html {
    font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 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 {
	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: 50.5rem;
  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: #987A11;
  color: #fff;
  line-height: 5rem;
  font-size: 2rem;
  border: 0.1rem solid #987A11;
  cursor: pointer;
}
#sales .button:hover{
  background-color: #fff;
  color: #987A11;
}
@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%;
  position: relative;
}
.mv_catch {
  height: 66.6rem;
  background: url(../images/mv_pc.jpg) no-repeat center/cover;
}
.mv_catch img {
  opacity: 0;
}
body > #wrap{
	background-color: #fff;
	width: 100%;
}
@media screen and (max-width: 767px){
	body > #wrap {
		min-width: auto;
		padding-top: 13vw;
	}
  .mv_catch {
    height: 166.5vw;
    background: url(../images/mv_sp.jpg) no-repeat center/cover;
  }
}
/*-----------------------
	contents
-----------------------*/
div.content{
	max-width: 106rem;
	margin: 0 auto;
  padding: 0 2rem;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	div.content{
		width: 100%;
		padding: 0 5vw;
	}
}
.colorRed {
  color: #9E181A;
}
/*-----------------------
	main
-----------------------*/
/*-----------------------
	sec_01
-----------------------*/
.sec01 {
	background: url(../images/interview.jpg) no-repeat center/cover;
	padding: 7.3rem 0 7.1rem;
}
.sec01 .content {
	display: flex;
	flex-direction: column;
}
.sec01_title {
	width: 47.7rem;
	position: relative;
	margin-left: 2.3rem;
	margin-bottom: 2.6rem;
}
.sec01_title::before {
	content: "";
	position: absolute;
	top: -0.9rem;
	left: -3.1rem;
	width: 6.5rem;
	height: 6.6rem;
	background: url(../images/icon_music.png) no-repeat;
	background-size: cover;
}
.sec01_intro {
	position: relative;
}
.sec01_intro-bor {
	padding: 2.8rem 1.5rem 3.2rem 3.3rem;
	width: 55.7rem;
	background: #FFFFFF;
	box-shadow: 0 0 0.2rem #218113;
	border-radius: 1rem;
	position: relative;
}
.sec01_intro-name {
	line-height: 1.4;
	margin-bottom: 1.6rem;
}
.sec01_intro-name .nameBig {
	font-weight: 700;
	font-size: 1.5rem;
}
.sec01_intro-name .nameSmail {
	font-weight: 500;
	font-size: 1.1rem;
}
.sec01_intro-name .nameFit {
	font-weight: 700;
	font-size: 1.3rem;
	margin-left: 0.4rem;
}
.colorGreen {
	color: #218113;
}
.sec01_intro-txt {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: space-between;
}
.sec01_intro-txt .txtLeft {
	width: 8.5rem;
}
.sec01_intro-txt .txtRight {
	width: calc(100% - 8.5rem);
}
.sec01_intro-txt:nth-child(4) {
	margin-top: 0.4rem;
}
.sec01_intro-txt:nth-child(4) .txtRight {
	letter-spacing: 0;
}
.sec01_intro-txt:last-child {
	margin-top: 1rem;
}
.sec01_intro-logo {
	width: 5.9rem;
	position: absolute;
	top: 2rem;
	right: 1.8rem;
}
.sec01_intro-img {
	width: 43.5rem;
	position: absolute;
	top: -17.4rem;
    right: -0.9rem;
}
.sec01_interview {
	background: url(../images/bg_voice.jpg) no-repeat;
	border-radius: 0.6rem;
	margin-top: 3.8rem;
	padding: 8.8rem 5.9rem 8.2rem 6rem;
	position: relative;
}
.sec01_interview-ttl {
	width: 67.3rem;
	position: absolute;
	top: 4.9rem;
	left: 24rem;
}
.sec01_interview-detail {
	display: flex;
	justify-content: space-between;
	column-gap: 4.2rem;
}
.sec01_interview-img {
	width: 35.6rem;
}
.sec01_interview-text {
	width: calc(100% - 39.8rem);
	padding-top: 10.6rem;
}
.sec01_interview-txt {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-bottom: 1.6rem;
}
.sec01_interview-txt:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.sec01 {
    background: url(../images/interview-2_sp.jpg) no-repeat center/cover;
    background-position-y: 20.75vw;
    padding: 0 0 15.75vw;
    position: relative;
  }
  .sec01 .content {
    padding: 0;
  }
  .sec01_title {
    position: absolute;
    width: 86vw;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 2;
    top: 12.5vw;
    left: 6.75vw;
  }
  .sec01_title::before {
    top: -4.25vw;
    left: 1.5vw;
    width: 8.5vw;
    height: 9vw;
    background: url(../images/icon_music_sp.png) no-repeat;
    background-size: cover;
  }
  .sec01_intro {
    padding: 0 5vw;
  }
  .sec01_intro-bor {
    padding: 8vw;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 0.5vw #218113;
    border-radius: 2.5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec01_intro-name {
    width: 100%;
    margin-bottom: 2.5vw;
  }
  .sec01_intro-name .nameBig {
    font-size: 4.25vw;
  }
  .sec01_intro-name .nameSmail {
    font-size: 2.75vw;
  }
  .sec01_intro-name .nameFit {
    font-size: 3vw;
    margin-left: 0.4rem;
  }
  .sec01_intro-txt {
    font-size: 2.75vw;
    flex-direction: column;
    justify-content: flex-start;
  }
  .sec01_intro-txt .txtLeft {
    width: 100%;
    margin-bottom: 0.75vw;
  }
  .sec01_intro-txt .txtRight {
    width: 100%;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
  }
  .sec01_intro-txt .txtRight .txtSmail {
    font-size: 2.25vw;
    position: absolute;
    top: 3.5vw;
    right: 0;
  }
  .sec01_intro-txt:nth-child(3) {
    width: 26vw;
  }
  .sec01_intro-txt:nth-child(4) {
    width: 46.75vw;
    margin-top: 0;
  }
  .sec01_intro-txt:nth-child(4) .txtRight {
    letter-spacing: 0;
  }
  .sec01_intro-txt:last-child {
    margin-top: 1.75vw;
  }
  .sec01_intro-logo {
    width: 10.5vw;
    top: auto;
    bottom: 7.75vw;
    right: 9.25vw;
  }
  .sec01_intro-img {
    width: 83.25vw;
    position: absolute;
    top: -112.5vw;
    right: 0;
  }
  .sec01_interview {
    background: transparent;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    order: -1;
  }
  .sec01_interview-ttl {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .sec01_interview-detail {
    flex-direction: column;
    column-gap: 0;
  }
  .sec01_interview-img {
    width: 100%;
  }
  .sec01_interview-text {
    width: 100%;
    padding: 10.25vw 9.5vw 7.5vw;
  }
  .sec01_interview-txt {
    font-size: 3.75vw;
    line-height: 1.75;
    margin-bottom: 2.75vw;
  }
  .sec01_interview-txt:last-child {
    margin-bottom: 0;
    margin-top: 69.5vw;
  }
}
/*-----------------------
	sec_02
-----------------------*/
.sec02 {
	padding: 6.7rem 0 0;
}
.sec02_title {
	width: 82.3rem;
	margin: 0 auto 3.2rem;
}
.sec02_propolis01 {
	background: url(../images/bg_propolis_01_pc.png) no-repeat center/cover;
	padding: 5.3rem 0 5.2rem;
	margin-bottom: 0.4rem;
}
.sec02_propolis01-img {
	width: 94.7rem;
	margin: 0 auto;
}
.sec02_propolis02 {
	background: url(../images/bg_propolis_02_pc.png) no-repeat center/cover;
	padding: 5.3rem 0;
  margin-bottom: 0.4rem;
}
.sec02_propolis02-img {
	width: 95.4rem;
	margin: 0 auto;
}
.sec02_propolis03 {
	background: url(../images/bg_propolis_03_pc.png) no-repeat center/cover;
	padding: 5.3rem 0 5.2rem;
}
.sec02_propolis03-img {
	width: 94.7rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec02 {
    padding: 12vw 0 0;
  }
  .sec02_title {
    width: 83.25vw;
    margin: 0 auto 8vw;
  }
  .sec02_propolis01 {
    background: url(../images/bg_propolis_01_sp.png) no-repeat center/cover;
    padding: 10vw 0 14vw;
    margin-bottom: 0;
  }
  .sec02_propolis01-img {
    width: 90vw;
  }
  .sec02_propolis02 {
    background: url(../images/bg_propolis_02_sp.png) no-repeat center/cover;
    padding: 9.75vw 0 14vw;
    margin-bottom: 0;
  }
  .sec02_propolis02-img {
    width: 90vw;
  }
  .sec02_propolis03 {
    background: url(../images/bg_propolis_03_sp.png) no-repeat center/cover;
    padding: 9.75vw 0 14vw;
  }
  .sec02_propolis03-img {
    width: 90vw;
  }
}
/*-----------------------
	sec_03
-----------------------*/
.sec03 {
	background: url(../images/bg_sec03_pc.png) no-repeat center/cover;
	padding: 6.1rem 0 6.4rem;
}
.sec03_box {
  position: relative;
  padding: 0.3rem;
  background: linear-gradient(90deg, #66510B 0%, #CCA316 47%, #66510B 100%);
  border-radius: 1rem;
  width: 100%;
}
.sec03_box--heading {
  background: #F5ECCA;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  text-align: center;
  position: relative;
  padding: 5.2rem 0 4.3rem;
}
.sec03_box--heading::before {
  content: "";
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3.1rem;
  height: 2.3rem;
  background: url(../images/icon_arrow.png) no-repeat;
  background-size: cover;
}
.sec03_box--heading-ttl {
  width: 79rem;
  margin: 0 auto;
}
.sec03_box--heading-txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-top: 1.9rem;
}
.sec03_detail {
  display: flex;
  justify-content: space-between;
  column-gap: 6.3rem;
  background: #ffffff;
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
  padding: 4.2rem 8.4rem 6rem 5.7rem;
}
.sec03_images {
  width: 34.1rem;
}
.sec03_lineup {
  width: 46.8rem;
  padding-top: 1rem;
}
.sec03_lineup--ttl {
  position: relative;
  text-align: center;
}
.sec03_lineup--ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background: #765E59;
  transform: translateY(-50%);
}
.sec03_lineup--ttl 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: #ffffff;
  padding: 0 3.2rem;
  position: relative;
}
.sec03_list {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-top: 2.5rem;
}
.sec03_list-anchor {
  width: 20rem;
  position: relative;
}
.sec03_list-anchor::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -0.8rem;
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.sec03_list-anchor:first-child::before {
  background: radial-gradient(50% 50% at 50% 50%, #DDEFC5 50%, rgba(221, 239, 197, 0) 100%);
}
.sec03_list-anchor:last-child::before {
  background: radial-gradient(50% 50% at 50% 50%, #FAEDB2 50%, rgba(250, 237, 178, 0) 100%);
}
.sec03_list-anchor:hover::before {
  opacity: 1;
}
.sec03_list-anchorLinks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  position: relative;
}
.sec03_list-anchorTtl {
  width: 20rem;
}
@media screen and (max-width: 767px) {
	.sec03 {
    background: url(../images/bg_sec03_sp.png) no-repeat center/cover;
    padding: 13.75vw 0 14vw;
  }
  .sec03 .content {
    padding: 0 6vw;
  }
  .sec03_box {
    padding: 0.5vw;
  }
  .sec03_box--heading {
    padding: 9.5vw 0 7.5vw;
  }
  .sec03_box--heading::before {
    bottom: -4vw;
    width: 7.75vw;
    height: 5.75vw;
  }
  .sec03_box--heading-ttl {
    width: 65.25vw;
  }
  .sec03_box--heading-txt {
    font-size: 3.5vw;
    margin-top: 4.75vw;
  }
  .sec03_detail {
    flex-direction: column;
    column-gap: 0;
    padding: 8.5vw 6.375vw 11.5vw;
  }
  .sec03_images {
    width: 71.125vw;
    margin: 0 auto;
  }
  .sec03_lineup {
    width: 100%;
    padding-top: 4.25vw;
  }
  .sec03_lineup--ttl span {
    font-weight: 600;
    font-size: 5.25vw;
    padding: 0 6vw;
  }
  .sec03_list {
    column-gap: 8vw;
    margin-top: 6.25vw;
  }
  .sec03_list-anchor {
    width: 29vw;
  }
  .sec03_list-anchorImg {
    width: 18vw;
  }
  .sec03_list-anchor::before {
    content: "";
    position: absolute;
    top: -2vw;
    left: -1vw;
    width: 31.75vw;
    height: 31.75vw;
    opacity: 1;
  }
  .sec03_list-anchorLinks {
    row-gap: 2vw;
  }
  .sec03_list-anchorTtl {
    width: 100%;
  }
  .sec03_list-anchor:last-child .sec03_list-anchorTtl {
    width: 31vw;
  }
}
/*-----------------------
	sec_04
-----------------------*/
.sec04 {
	background: url(../images/bg_sec04_pc.png) no-repeat center/cover;
	padding: 6rem 0 6.8rem;
}
.sec04_images {
	width: 82rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec04 {
    background: url(../images/bg_sec04_sp.png) no-repeat center/cover;
    padding: 8.5vw 0 11.5vw;
  }
  .sec04_images {
    width: 88.5vw;
    margin-left: 0;
  }
}
/*-----------------------
	sec_05
-----------------------*/
.sec05 {
	background: url(../images/bg_sec05_pc.png) no-repeat center/cover;
	padding: 4.7rem 0 6.5rem;
	position: relative;
}
.sec05::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 37.8rem;
	background: url(../images/leaf-pc.png) no-repeat center/cover;
	z-index: 1;
}
.sec05::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 35.2rem;
	background: url(../images/grass.png) no-repeat center/cover;
	z-index: 1;
}
.sec05_title {
	width: 71.3rem;
	margin: 0 auto;
	transform: translateX(-2.9rem);
}
.sec05_box {
	max-width: 87.5rem;
	margin: 2.7rem auto 0;
	background-color: #ffffff;
	filter: drop-shadow(0px 0.3rem 1.2rem #C3DA8F);
	position: relative;
	z-index: 2;
}
.reviewWidget_inner, .u_komi_qa_widget_inner {
  padding: 2rem 8rem !important;
}
.reviewWidget_inner .ukomi-fullwidth {
  display: none !important;
}
.uKomiWidgetSection,
.customQuestionSortingWrap,
.reviewFilterBtn-btn {
  display: none !important;
}
.reviewSortingSection {
  justify-content: flex-start !important;
  border-bottom: none !important;
}
.reviewWidget_title {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
	.sec05 {
    background: url(../images/bg_sec05_sp.png) no-repeat center/cover;
    padding: 12vw 0 11.5vw;
    position: relative;
  }
  .sec05::before {
    height: 19.75vw;
    background: url(../images/leaf-sp.png) no-repeat center/cover;
  }
  .sec05::after {
    height: 19.25vw;
    background: url(../images/grass_sp.png) no-repeat center/cover;
  }
  .sec05_title {
    width: 83vw;
    margin: 0 auto;
    transform: translateX(-1.75vw);
  }
  .sec05_box {
    margin: 6vw auto 0;
  }
  .reviewWidget_inner, .u_komi_qa_widget_inner {
    padding: 5vw 2.5vw !important;
  }
}
/*-----------------------
	sec06
-----------------------*/
.sec06 {
	padding: 8rem 0 10.4rem;
}
.sec06_inr {
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.sec06_heading {
  margin-bottom: 5.6rem;
}
.sec06_cta {
  display: flex;
  justify-content: space-between;
  column-gap: 6.4rem;
  margin-bottom: 8.1rem;
}
.sec06_cta:last-child {
  margin-bottom: 0;
}
.sec06_cta--pic {
  width: 33.6rem;
}
.sec06_cta--detail {
  width: calc(100% - 40rem);
}
.sec06_cta--detailTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}
.sec06_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.1rem;
}
.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: normal;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #278618;
  border: 0.1rem solid #278618;
}
.cta_intro--right {
  width: calc(100% - 12.8rem);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
.sec06_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;
}
.sec06_cta--cart {
  margin-top: 4rem;
}
.sec06_cta--cart-name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #3D2D2A;
  margin-bottom: 1.6rem;
}
.sec06_cta--cart-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec06_cta--price-origina {
  color: #AE1A1A;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec06_cta--price-origina::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 0.1rem;
  background: #AE1A1A;
  transform: translateY(-50%);
}
.sec06_cta--price-origina ._smail01 {
  font-size: 1.418rem;
}
.sec06_cta--price-origina ._big01 {
  font-size: 2.039rem;
}
.sec06_cta--price-origina ._border {
  border: 0.1rem solid #AE1A1A;
  padding: 0.1rem 0.8rem;
  margin-left: 0.8rem;
}
.sec06_cta--price-sale {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #AE1A1A;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec06_cta--price-sale ._big02 {
  font-size: 3.2rem;
}
.sec06_cta--price-sale ._smail02 {
  font-size: 1.6rem;
  margin-bottom: -0.6rem;
}
.buy {
  width: 26rem;
  height: 6.5rem;
  background: #AE1A1A;
  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) {
  .sec06 {
    padding: 12vw 0 18.5vw;
  }
  .sec06_inr {
    max-width: 100%;
    padding: 0 7.375vw;
  }
  .sec06_heading {
    width: 48.25vw;
    margin: 0 auto 6vw;
  }
  .sec06_cta {
    flex-direction: column;
    column-gap: 0;
    row-gap: 8vw;
    margin-bottom: 0;
    padding: 0 2.625vw;
  }
  #candy.sec06_cta {
    border-bottom: 0.1rem solid #E2E0E0;
    padding-bottom: 14vw;
  }
  #gold.sec06_cta {
    padding-top: 14vw;
  }
  .sec06_cta--pic {
    width: 80vw;
  }
  .sec06_cta--detail {
    width: 100%;
  }
  .sec06_cta--detailTtl {
    font-size: 6vw;
    margin-bottom: 2.25vw;
  }
  .sec06_cta--detailTxt {
    font-size: 3.25vw;
    margin-bottom: 3.5vw;
  }
  .cta_intro {
    margin-bottom: 4vw;
    margin-right: -0.25vw;
  }
  .cta_intro li {
    column-gap: 2.5vw;
  }
  .cta_intro li:first-child {
    margin-bottom: 1.1rem;
  }
  .cta_intro li:last-child .cta_intro--right {
    padding-top: 0.4rem;
  }
  .cta_intro--left {
    width: 25vw;
    height: 7.5vw;
    font-size: 3vw;
  }
  .cta_intro--right {
    width: calc(100% - 27.5vw);
    font-size: 3.25vw;
  }
  .sec06_cta--detailNote {
    font-size: 3vw;
    margin-bottom: 0;
    padding-left: 3.75vw;
    text-indent: -3.75vw;
  }
  .sec06_cta--cart {
    margin-top: 6vw;
  }
  #candy .sec06_cta--cart:last-child {
    margin-top: 10vw;
  }
  .sec06_cta--cart-name {
    font-size: 4.5vw;
    margin-bottom: 0;
  }
  .sec06_cta--cart-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec06_cta--price-origina ._smail01 {
    font-size: 3.25vw;
  }
  .sec06_cta--price-origina ._big01 {
    font-size: 4.75vw;
  }
  .sec06_cta--price-sale ._big02 {
    font-size: 8vw;
  }
  .sec06_cta--price-sale ._smail02 {
    font-size: 4vw;
    margin-bottom: -1.5vw;
  }
  .buy {
    width: 80vw;
    height: 16.25vw;
    font-size: 4.5vw;
    margin-top: 5vw;
  }
}
/*-----------------------
	sec_07
-----------------------*/
.sec07 {
	background: #F1F0EE;
	padding: 7.2rem 0;
}
.sec07_inr {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.sec07--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;
}
.sec07--list {
  display: flex;
  justify-content: space-between;
  column-gap: 6.4rem;
  margin-top: 4.8rem;
}
.sec07--listLinks {
  width: calc((100% - 6.4rem) / 2);
  transition: all 0.3s;
}
.sec07--listLinks:hover {
  opacity: 0.75;
}
.sec07--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;
}
.sec07--listTtl .icon {
  width: 1rem;
  margin-left: 1.2rem;
  display: flex;
} 
@media screen and (max-width: 767px) {
	.sec07 {
    padding: 14vw 0;
  }
  .sec07_inr {
    max-width: 100%;
    padding: 0 10vw;
  }
  .sec07--ttl {
    font-size: 2.4rem;
  }
  .sec07--list {
    flex-direction: column;
    margin-top: 8vw;
    row-gap: 8vw;
  }
  .sec07--listLinks {
    width: 100%;
  }
  .sec07--listTtl {
    font-size: 3.75vw;
    margin-top: 5.75vw;
  }
}
/*-----------------------
	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;
	}
}