.main_wrapper a {
	color: #000000;
}

.main_wrapper img {
	width: 100%;
	height: auto;
}

.main_wrapper video {
	width: 100%;
}

.sup {
	vertical-align: super;
	font-size: smaller;
}

.mt_10 {
	margin-top: 10px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_50 {
	margin-top: 50px;
}

.mt_100 {
	margin-top: 100px;
}


.hover_act {
	display: inline-block;
	transition: 0.2s;
}

.hover_act:hover {
	opacity: 0.5;
}

/* 注: 親 .series_image が grid ではないため grid-area は実質無効。
   HTML 上に class は存在するため残しているが、不要なら削除可。 */
.skincare_grid_img.grid_l {
	grid-area: 2/1/4/2;
}

.thought_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.thought_container {
		grid-template-columns: 150px 1fr;
	}
}

.thought_img {
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.thought_img {
		max-width: none;
	}
}

.p_category_textblock .thought_txt {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 12px;
	color: #555;
	letter-spacing: 0.03em;
	font-weight: 300;
}

.p_category_textblock .thought_age {
	font-size: 14px;
	font-weight: 600;
	text-align: end;
	color: #555;
	line-height: 2;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.p_category_textblock .thought_age {
		text-align: left;
	}
}

.p_category_textblock .thought_note {
	text-align: right;
	font-size: 12px;
	line-height: 2;
	color: #555;
	letter-spacing: 0.03em;
	font-weight: 300;
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 768px) {
	.p_category_textblock .thought_note {
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	#topicPath {
		display: block;
		padding-top: 190px;
		margin-top: -190px;
	}
}

.products_section {
	padding: 40px 0px;
}

.p_category_section:first-child{
	padding-top: 20px;
}

.p_category_inner{
	max-width: 740px;
}
.p_category_archive .p_category_inner{
	max-width: 1000px;
}

.p_category_section .notice {
	font-size: 12px;
	margin: 8px 0 0;
}

.intro {
	margin: 20px 0 60px;
}

.intro p {
	font-size: 15px;
	line-height: 2;
	margin: 0 0 20px;
	color: #555;
	text-align: center;
	letter-spacing: 0.03em;
	font-weight: 300;
}

.contentsList {
	border: 1px solid #555;
	border-radius: 30px;
	padding: 0 20px 40px;
	text-align: center;
	max-width: 450px;
	margin: auto;
}

.contentsList_mainTtl {
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	color: #808080;
	line-height: 1em;
	background-color: #FFF;
	padding: 0 20px;
	display: inline-block;
	color: #808080;
	position: relative;
	top: -20px;
}

.contentsList_mainTtl p {
	font-size: 28px;
	line-height: 1.5em;
	margin: 0;
}

.contentsList_mainTtl h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: none;
}

.contentsList_wrapper {
	max-width: 300px;
	margin: auto;
}

.contentsList_ttl {
	text-align: center;
	border-bottom: 1px dotted #555;
}

.contentsList_ttl a {
	font-size: 15px;
	margin-bottom: 20px;
	color: #555;
	text-align: center;
	letter-spacing: 0.03em;
	font-weight: 300;
	display: block;
	padding: 16px 0;
	margin: 0;
}

.section_title {
	margin-bottom: 40px;
}
.section_title:last-child{
	margin-bottom: 0;
}
.section_title {
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	color: #808080;
}

.section_title p {
	font-size: 28px;
	line-height: 1.5em;
	margin: 0;
}

.section_title h2 {
	font-size: 13px;
	padding: 0;
	margin: 0;
	border: none;
}

.series {
	margin-bottom: 40px;
}

.p_category_textblock h3.series_title {
	text-align: center;
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	color: #808080;
	font-size: 18px;
	border: 1px solid #555;
	margin: 0 0 20px;
	background-color: transparent;
}

.series_disp {
	margin-bottom: 20px;
}

.series_disp>*:last-child {
	margin-bottom: 0;
}

.series_disp p {
	font-size: 15px;
	line-height: 2;
	margin:0 0 12px;
	color: #555;
	letter-spacing: 0.03em;
	font-weight: 300;
}

.series_disp p.series_note {
	font-size: 12px;
}

.series_image {
	max-width: 450px;
	margin: 0 auto 20px;
}

.point {
	margin-bottom: 40px;
}

.point>*:last-child {
	margin-bottom: 0;
}

.point_block {
	margin-bottom: 40px;
}

.p_category_textblock .point_block h3 {
	text-align: center;
	margin:0 0 20px;
	background-color: transparent;
	border: none;
	padding: 0;
}

.p_category_textblock .point_block h3 span {
	border-radius: 999px;
	text-align: center;
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	background-color: #808080;
	color: #FFF;
	font-size: 18px;
	padding: 4px 28px;
}

.point p {
	font-size: 15px;
	line-height: 2;
	margin:0 0 12px;
	color: #555;
	letter-spacing: 0.03em;
	font-weight: 300;
}

.point p:last-child {
	margin-bottom: 0;
}

.point p.point_lead {
	font-size: 18px;
	text-align: center;
}

.point_image {
	max-width: 450px;
	margin: 0 auto 20px;
}
.point_image img,
.point_image video{
	width: 100%;
}

.point_image p {
	text-align: right;
}

.point p.point_note {
	font-size: 12px;
}

.point p.point_summary {
	font-weight: 500;
	font-size: 16px;
}

.point_item {
	margin-bottom: 40px;
}

.point_item p {
	padding: 0 20px;
}

.point_block h4 {
	max-width: 450px;
	background-color: #e7e7e7;
	text-align: center;
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 8px 20px;
	margin: 0 auto;
}

.point_block h4::before {
	content: none;
}

.special_image {
	margin-bottom: 20px;
}

.special_disp>*:last-child {
	margin-bottom: 0;
}

.special_disp p {
	font-size: 15px;
	line-height: 2;
	margin:0 0 12px;
	color: #555;
	letter-spacing: 0.03em;
	font-weight: 300;
}

.special_disp p.special_link {
	text-align: right;
}

.special_disp p.special_link a {
	text-decoration: underline;
}

.c-products {
  --color-bg: #F8F8F8;
  --font-jp: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-family: var(--font-jp);
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-products__item {
  display: grid;
  grid-template-rows: auto 1fr;
}
.c-products__figure {
  transition: opacity 0.3s;
}
.c-products__figure:hover {
  opacity: 0.6;
}
.c-products__figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-products__content {
  padding: 15px;
  background: #F8F8F8;
}
.c-products__brand {
  display: block;
  font-size: 11px;
  line-height: 1;
}
.c-products__name {
  display: block;
  margin-block-start: 7px;
  font-size: 14px;
  font-weight: bold;
}
.c-products__price {
  display: block;
  margin-block-start: 7px;
  font-size: 13px;
}
.c-products__tax {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
	.main_visual{
		max-width: calc(100% + 40px);
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}