[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 50px, 0);
		  transform: translate3d(0, 50px, 0);
}

.main_contents section {
  padding: 96px 0;
  border-top: 1px solid #0e0e0e;
}
.main_contents section.sec_mv {
  padding: 0;
}
.main_contents section.sec_nutrient {
  padding-top: 0;
}
.main_contents section.sec_set {
  padding-bottom: 64px;
}
@media print, screen and (min-width: 920px) {
  .main_contents section.separate {
	padding: 0;
  }
  .main_contents section.sec_nutrient {
	padding-top: 112px;
  }
}

.separate {
  text-align: center;
}
.separate h2 {
  padding: 0 24px;
  text-align: left;
}
.separate .txt {
  margin: 32px auto 0;
  width: 74.6666666667%;
  text-align: left;
}
.separate .txt h3 {
  display: block;
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 2px;
}
.separate .txt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.separate .txt li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  padding: 8px;
  min-width: 88px;
  height: 24px;
  border: 1px solid #474747;
  border-radius: 16px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.separate .img .slick-track {
  -webkit-column-gap: 6.4vw;
	 -moz-column-gap: 6.4vw;
		  column-gap: 6.4vw;
}
.separate .img .slick-slide {
  width: 74.6666666667vw;
}
.separate .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 0 32px;
  width: 100%;
}
.separate .tabs {
	margin-right: -1px;
	margin-left: -1px;
	width: calc(100% + 2px);
}
.separate .tabs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  position: relative;
  min-height: 40px;
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
  border-right: 1px solid #0e0e0e;
  border-left: 1px solid #0e0e0e;
  border-radius: 8px 8px 0 0;
  font: normal 400 1.6rem/1 "Marcellus", serif;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
}
.separate .tabs a:hover {
  text-decoration: none;
}
.separate .tabs a + a {
  border-left: 1px solid #0e0e0e;
  margin-left: -1px;
}
.separate .tabs a.active {
  border-bottom-color: transparent;
}
.separate .dots_wrap {
  margin: 41px auto 0;
  width: 74.6666666667%;
}
@media print, screen and (min-width: 920px) {
  .separate {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
  }
  .separate::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 3;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #0e0e0e;
  }
  .separate > div {
	width: 50%;
  }
  .separate h2 {
	padding: 0;
  }
  .separate .txt {
	margin: 0;
	padding-top: 64px;
	padding-bottom: 64px;
	width: 50%;
  }
  .separate .txt article {
	width: 100%;
  }
  .separate .txt h3 {
	margin-bottom: 24px;
	font-size: 2rem;
  }
  .separate .txt ul {
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
			column-gap: 16px;
	margin-top: 48px;
  }
  .separate .txt li {
	height: 32px;
	border-radius: 24px;
	font-size: 1.2rem;
  }
  .separate .img {
	padding: 48px 0 64px;
  }
  .separate .img .slick-track {
	-webkit-column-gap: 5vw;
	   -moz-column-gap: 5vw;
			column-gap: 5vw;
  }
  .separate .img .slick-slide {
	width: 23.3333333333vw;
  }
  .separate .tabs {
	overflow: visible;
	position: absolute;
	left: 75%;
	top: 24px;
	z-index: 3;
	margin: 0;
	width: auto;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
  .separate .tabs a {
	position: relative;
	border-top: 0;
	min-width: 144px;
	min-height: 0;
	border-bottom: 0;
	border-radius: 0;
	color: #d4d4d4;
  }
  .separate .tabs a + a {
	border-left-color: #d4d4d4;
  }
  .separate .tabs a.active {
	color: #23232d;
  }
  .separate .tabs a.active::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 1px;
	background-color: #0e0e0e;
  }
  .separate .dots_wrap {
	position: absolute;
	left: 25%;
	bottom: 32px;
	width: auto;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
  .separate .dots_wrap .slick-dots {
	width: 17.5vw;
  }
}

.sec_mv {
  position: relative;
}
.sec_mv .dots_wrap {
  position: absolute;
  right: 47px;
  bottom: 23px;
  z-index: 9;
}
.sec_mv .slick-dots {
  width: 88px;
}
.sec_mv .news_list {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sec_mv .news_list li {
  font-size: 1rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .dots_wrap {
	right: 40px;
	bottom: 32px;
  }
  .sec_mv .slick-dots {
	width: 336px;
  }
  .sec_mv .news_list li {
	font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 920px) {
  .sec_new-arrival .txt {
	padding-left: 3.75%;
	padding-right: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_new-arrival .txt {
	padding-right: calc(50vw - 600px);
  }
}

.sec_about {
  background-color: #f0f0f0;
}
.sec_about .wrap {
  counter-reset: merit;
}
.sec_about article {
  counter-increment: merit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
.sec_about article + article {
  margin-top: 64px;
}
.sec_about article:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
	  -ms-flex-direction: row-reverse;
		  flex-direction: row-reverse;
}
.sec_about article:nth-child(even) figure {
  right: auto;
  left: -24px;
}
.sec_about article div {
  width: calc(100% - 160px);
}
.sec_about article figure {
  position: relative;
  right: -24px;
  width: 184px;
}
.sec_about h3 {
  position: relative;
  margin-bottom: 16px;
  padding-top: 24px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 2px;
}
.sec_about h3::before {
  content: counter(merit, decimal-leading-zero);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal 400 1.2rem/1 "Outfit", sans-serif;
  letter-spacing: 2px;
}
.sec_about h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 6px;
  width: 12px;
  height: 1px;
  background-color: #23232d;
}
@media print, screen and (min-width: 920px) {
  .sec_about .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 7%;
  }
  .sec_about article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
	width: 29.3333333333%;
  }
  .sec_about article:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
  }
  .sec_about article + article {
	margin-top: 0;
  }
  .sec_about article div {
	width: auto;
  }
  .sec_about article figure {
	position: static;
	width: auto;
	margin-bottom: 24px;
  }
  .sec_about h3 {
	font-size: 2rem;
  }
  .sec_about h3::before {
	font-size: 1.4rem;
  }
}

.sec_nutrient {
  background-color: #ededed;
  overflow: hidden;
}
.sec_nutrient figure {
  margin-bottom: 32px;
  width: calc(100% + 24px);
  width: calc(100%);
}
.sec_nutrient figure img {
  position: relative;
  margin-top: -73px;
  margin-top: 0px;
  right: 0;
  width: 115.73vw;
  max-width: none;
}
@media print, screen and (max-width: 919px) {
  .sec_nutrient figure {
	  margin-bottom: 62px;
	  width: calc(100%);
	  margin-top: 64px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_nutrient .inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .sec_nutrient figure {
	margin-bottom: 0;
	width: auto;
  }
  .sec_nutrient figure img {
	margin-top: 0;
	width: auto;
	max-width: 100%;
  }
  .sec_nutrient .wrap {
	width: 40%;
  }
}

@media print, screen and (min-width: 920px) {
  .sec_lineup {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
  }
  .sec_lineup .txt {
	padding-left: 40px;
	padding-right: 3.75%;
  }
  .sec_lineup .img {
	padding-top: 72px;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_lineup .txt {
	padding-left: calc(50vw - 600px);
  }
}

.sec_set {
  background-color: #f0f0f0;
}
.sec_set article.large h3 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.sec_set article h3 {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.sec_set figure {
  margin-bottom: 24px;
}
.sec_set figure img {
  width: 100%;
}
.sec_set .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
	  -ms-flex-align: baseline;
		  align-items: baseline;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 2px;
}
.sec_set .price s, .sec_set .price em {
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
}
.sec_set .price em {
  color: #ff0505;
}
.sec_set ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  margin-bottom: 48px;
}
.sec_set li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  width: 88px;
  height: 88px;
  border: 1px solid #0e0e0e;
  border-radius: 50%;
  text-align: center;
}
.sec_set .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sec_set .btn:hover {
  color: #0e0e0e;
}
.sec_set .btn.buy {
  background-color: #474747;
  color: #fcfcfc;
  margin-bottom: 8px;
}
.sec_set .btn.buy:hover {
  color: #fcfcfc;
}
.sec_set .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #0e0e0e;
}
.sec_set .wrap article {
  padding: 0 24px 32px 0;
  width: 50%;
}
.sec_set .wrap article:nth-child(even) {
  border-left: 1px solid #0e0e0e;
  padding-left: 24px;
  padding-right: 0;
}
.sec_set .wrap article:nth-child(n+3) {
  padding-top: 32px;
  padding-bottom: 0;
  border-top: 1px solid #0e0e0e;
}
.sec_set .wrap .price {
  gap: 8px;
  width: 100%;
}
.sec_set .wrap .price s, .sec_set .wrap .price em {
  font-size: 1rem;
}
.sec_set .wrap figure {
  margin-bottom: 16px;
}
.sec_set .wrap .btn {
  min-height: 32px;
  font-size: 1rem;
}
@media print, screen and (min-width: 920px) {
  .sec_set article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .sec_set article.large {
	-webkit-column-gap: 8%;
	   -moz-column-gap: 8%;
			column-gap: 8%;
  }
  .sec_set article.large figure {
	width: 45.3333333333%;
  }
  .sec_set article.large > div {
	width: 38.3333333333%;
  }
  .sec_set article.large h3 {
	font-size: 2.4rem;
  }
  .sec_set article.large .btn.buy {
	margin-bottom: 0;
  }
  .sec_set article h3 {
	margin-bottom: 16px;
	font-size: 2rem;
  }
  .sec_set figure {
	margin-bottom: 0;
	width: 45.3333333333%;
  }
  .sec_set .price {
	margin-bottom: 48px;
	font-size: 1.2rem;
	letter-spacing: 1px;
  }
  .sec_set .price s, .sec_set .price em {
	font-size: 1.6rem;
	letter-spacing: 2px;
  }
  .sec_set ul {
	margin-bottom: 72px;
	max-width: 417px;
  }
  .sec_set li {
	width: 112px;
	height: 112px;
  }
  .sec_set .btn.buy {
	margin-bottom: 16px;
  }
  .sec_set .wrap {
	-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	margin-top: 48px;
	padding-top: 48px;
  }
  .sec_set .wrap article {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
		-ms-flex-align: start;
			align-items: flex-start;
	padding-right: 3.3333333333%;
	padding-bottom: 0;
	width: auto;
  }
  .sec_set .wrap article + article {
	padding-left: 3.3333333333%;
  }
  .sec_set .wrap article + article::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #0e0e0e;
  }
  .sec_set .wrap article:nth-child(even) {
	padding-left: 3.3333333333%;
	padding-right: 3.3333333333%;
	border-left: 0;
  }
  .sec_set .wrap article:nth-child(n+3) {
	padding-top: 0;
	border-top: 0;
  }
  .sec_set .wrap article:last-child {
	padding-right: 0;
  }
  .sec_set .wrap .price {
	-webkit-column-gap: 5px;
	   -moz-column-gap: 5px;
			column-gap: 5px;
  }
  .sec_set .wrap .price s, .sec_set .wrap .price em {
	font-size: 1.6rem;
  }
  .sec_set .wrap figure {
	margin-bottom: 24px;
	width: 100%;
  }
  .sec_set .wrap .btn {
	min-height: 48px;
	font-size: 1.6rem;
  }
}

.sec_howto ol {
  counter-reset: flow;
}
.sec_howto li {
  counter-increment: flow;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;
  position: relative;
}
.sec_howto li + li {
  padding-top: 32px;
}
.sec_howto li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: -32px;
  width: 1px;
  height: 96px;
  background-color: #0e0e0e;
}
.sec_howto li strong {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 40px;
}
.sec_howto li strong::before {
  content: counter(flow, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  font: normal 400 1.2rem/1 "Outfit", sans-serif;
  letter-spacing: 2px;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .sec_howto ol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
  }
  .sec_howto li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	max-width: 176px;
  }
  .sec_howto li + li {
	padding-top: 0;
  }
  .sec_howto li + li::before {
	left: -125px;
	top: auto;
	bottom: 88px;
	width: 85px;
	height: 1px;
  }
  .sec_howto li figure img {
	width: 176px;
  }
  .sec_howto li strong {
	margin-bottom: 24px;
	padding-left: 0;
	font-size: 2rem;
	line-height: 1.8;
  }
  .sec_howto li strong::before {
	display: block;
	position: static;
	margin-bottom: 8px;
	font-size: 1.4rem;
  }
}

.sec_faq dl {
  border-top: 1px solid #0e0e0e;
  padding: 16px 0;
}
.sec_faq dl:last-of-type {
  border-bottom: 1px solid #0e0e0e;
}
.sec_faq dl.close dt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
		  transform: translateY(-50%) rotate(90deg);
}
.sec_faq dl.close dd {
  overflow: hidden;
  visibility: hidden;
  padding-top: 0;
  max-height: 0;
  opacity: 0;
}
.sec_faq dt {
  position: relative;
  padding-right: 15px;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
}
.sec_faq dt::before, .sec_faq dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: #0e0e0e;
  -webkit-transform-origin: center;
		  transform-origin: center;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_faq dd {
  padding-top: 8px;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .sec_faq dl {
	padding: 16px 25px;
  }
  .sec_faq dt {
	font-size: 2rem;
  }
}

.sec_column article {
  line-height: 1.75;
}
.sec_column article + article {
  margin-top: 64px;
}
.sec_column article figure img {
  width: 100%;
}
.sec_column article h3 {
  margin: 32px 0 0;
  font-size: 1.6rem;
}
.sec_column article p {
  margin-top: 16px;
}
@media print, screen and (min-width: 920px) {
  .sec_column .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 7%;
  }
  .sec_column article {
	width: 28.6666666667%;
	max-width: 344px;
  }
  .sec_column article + article {
	margin-top: 0;
  }
  .sec_column article h3 {
	margin-top: 24px;
	font-size: 2rem;
  }
  .sec_column article p {
	margin-top: 24px;
  }
}

.sec_news .news_list {
  padding: 16px 0;
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
}
@media print, screen and (min-width: 920px) {
  .sec_news .news_list {
	padding: 24px;
  }
}