@charset "UTF-8"; 

/* ----------------------------------
 ページ管理機能
---------------------------------- */
.block-page-caption h1.block-page-caption--text { margin: 40px 0;}

/* ----------------------------------
 トピック設定 - NEWSブロック
---------------------------------- */
.block-top-topic {
  width: auto;
  max-width: calc(var(--layout1-max-width) + (var(--layout1-base-padding) * 2));
  padding: 0 var(--layout1-base-padding);
  margin: 0 auto;
  border: none;
	display: flex;
	justify-content: space-between;
}
.block-top-topic--header-wrap { width: 240px; text-align: left;}
.block-top-topic--header-wrap h2.block-top-topic--header {
	padding: 0;
	margin: 0 0 15px;
	border: none;
  font-family: var(--font-family-stix);
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
	text-align: left;
  letter-spacing: 0.05em;
}
.block-top-topic--header-wrap .block-top-topic--header-sub { margin: 0 0 15px; font-family: var(--font-family-ship); font-size: 14px; font-weight: 400;}
.block-top-topic--body { width: calc(100% - 320px); margin: 0 0 70px;}
.block-top-topic--items { border-top: var(--border-solid1); margin: 0 auto 35px auto;}
.block-top-topic--items li { padding: 30px 0; border-bottom: var(--border-solid1);}
.block-top-topic--items li:has(a) { padding: 0;}
.block-top-topic--items li a { padding: 30px 95px 30px 0; display: block; text-decoration: none; position: relative;}
.block-top-topic--items li a::after {
	content: '';
	width: var(--view-more-size-ss);
	height: 9px;
	background-image: url("/img/usr/common/ico_to_next_s.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: var(--view-more-size-ss) auto;
	background-size: var(--view-more-size-ss) auto;
	display: block;
	position: absolute;
	top: calc(50% - 4.5px);
	right: 0;
	transition: var(--transition);
}
.block-top-topic--items li a:hover { opacity: var(--opacity);}
.block-top-topic--items li a:hover::after { right: -10px;}
.block-top-topic--items dl { display: flex; align-items: center;}
.block-top-topic--items dt { width: 160px; min-width: 160px; font-family: var(--font-family-lato); font-size: 14px; font-weight: 400;}
.block-top-topic--items dd {
	max-height: calc(14px * var(--line-height-middle) * 2);
  font-family: var(--font-family-ship);
  font-size: 14px;
  font-weight: 400;
	line-height: var(--line-height-middle);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	overflow: hidden;
}
.block-top-topic--items img { vertical-align: middle;}
.block-top-topic--next-page { margin: 20px 0 0 0; display: flex; justify-content: flex-end; align-items: center;}
.block-top-topic--next-page a {
	width: 136px;
	padding: 0 0 16px;
  font-size: 0;
  font-weight: 500;
  font-style: italic;
	text-align: center;
  text-decoration: none;
	color: var(--color-base);
	display: block;
  position: relative;
  transition: var(--transition);
}
.block-top-topic--next-page a:before {
	content: 'VIEW MORE';
  font-family: var(--font-family-stix);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
	text-align: center;
  text-decoration: none;
	color: var(--color-base);
}
.block-top-topic--next-page a::after {
	content: '';
	width: var(--view-more-size-m);
	height: 9px;
	background-image: url("/img/usr/common/ico_to_next_m.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: var(--view-more-size-m) auto;
	background-size: var(--view-more-size-m) auto;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: var(--transition);
}
.block-top-topic--next-page a:hover { opacity: var(--opacity);}
.block-top-topic--next-page a:hover::after { right: -10px;}

@media screen and (max-width: 1000px) {
	.block-top-topic { padding: 0 var(--layout-base-padding); display: block;}
	.block-top-topic--body { width: 100%; margin: 20px 0 70px;}
	.block-top-topic--items li { padding: 15px 0;}
	.block-top-topic--items li:has(a) { padding: 0;}
	.block-top-topic--items li a { padding: 15px 0 50px 0; display: block; text-decoration: none; position: relative;}
	.block-top-topic--items li a::after {
		content: '';
		width: var(--view-more-size-ss);
		height: 9px;
		background-image: url("/img/usr/common/ico_to_next_s.png");
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: var(--view-more-size-ss) auto;
		background-size: var(--view-more-size-ss) auto;
		display: block;
		position: absolute;
		top: auto;
		left: auto;
		right: 0;
		bottom: 22px;
		transition: var(--transition);
	}
	.block-top-topic--items li a:hover { opacity: var(--opacity);}
	.block-top-topic--items li a:hover::after { right: -10px;}
	.block-top-topic--items dl { display: block;}
	.block-top-topic--items dl dt { margin: 0 0 10px; display: block;}
	.block-top-topic--items dl dd { display: block;}
}

/* ----------------------------------
 トピック設定 - 一覧
---------------------------------- */
h1.block-topic-details--header { text-align: center;}
h1.block-topic-details--header::before { content: 'NEWS 一覧';}
h1.block-topic-details--header .block-icon-image--flex-align-left  { display: none !important;}
h1.block-topic-details--header .block-icon-image--flex-cell-margin { display: none !important;}

.block-topic-details--items { border-top: var(--border-solid1); margin: 0 auto 35px auto;}
.block-topic-details--items li { padding: 30px 0; border-bottom: var(--border-solid1);}
.block-topic-details--items li:has(a) { padding: 0;}
.block-topic-details--items li a { padding: 30px 95px 30px 0; display: block; text-decoration: none; position: relative;}
.block-topic-details--items li a::after {
	content: '';
	width: var(--view-more-size-ss);
	height: 9px;
	background-image: url("/img/usr/common/ico_to_next_s.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: var(--view-more-size-ss) auto;
	background-size: var(--view-more-size-ss) auto;
	display: block;
	position: absolute;
	top: calc(50% - 4.5px);
	right: 0;
	transition: var(--transition);
}
.block-topic-details--items li a:hover { opacity: var(--opacity);}
.block-topic-details--items li a:hover::after { right: -10px;}
.block-topic-details--items dl { display: flex; align-items: center;}
.block-topic-details--items dt { width: 160px; min-width: 160px; font-family: var(--font-family-lato); font-size: 14px; font-weight: 400;}
.block-topic-details--items dd {
	max-height: calc(14px * var(--line-height-middle) * 2);
  font-family: var(--font-family-ship);
  font-size: 14px;
  font-weight: 400;
	line-height: var(--line-height-middle);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	overflow: hidden;
}
.block-top-topic--items img { vertical-align: middle;}

@media screen and (max-width: 1000px) {
	.block-topic-details--items li { padding: 15px 0;}
	.block-topic-details--items li:has(a) { padding: 0;}
	.block-topic-details--items li a { padding: 15px 0 50px 0; display: block; text-decoration: none; position: relative;}
	.block-topic-details--items li a::after {
		content: '';
		width: var(--view-more-size-ss);
		height: 9px;
		background-image: url("/img/usr/common/ico_to_next_s.png");
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: var(--view-more-size-ss) auto;
		background-size: var(--view-more-size-ss) auto;
		display: block;
		position: absolute;
		top: auto;
		left: auto;
		right: 0;
		bottom: 22px;
		transition: var(--transition);
	}
	.block-topic-details--items li a:hover { opacity: var(--opacity);}
	.block-topic-details--items li a:hover::after { right: -10px;}
	.block-topic-details--items dl { display: block;}
	.block-topic-details--items dl dt { margin: 0 0 10px; display: block;}
	.block-topic-details--items dl dd { display: block;}
}

/* ----------------------------------
 トピック設定 - 詳細
---------------------------------- */
h1.block-topic-page--article-header { padding: 0 0 20px; border-bottom: var(--border-solid1); font-size: var(--font-size-h2); text-align: left !important;}
.block-topic-page--article-body { font-size: 14px; line-height: var(--line-height-high);}
.block-topic-page--article-icon { vertical-align: middle;}
.block-topic-page--article figure { font-size: 0; background: var(--image-bg-color);}
.block-topic-page--article figure img { padding-bottom: 10px;}

/* ----------------------------------
 ブランド画面
---------------------------------- */
.block-brand-list { margin: 40px 0 60px;}
.block-brand-list .block-topic-path { margin-bottom: 40px;}
.block-brand-list--items { width: 1200px; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap;}
.block-brand-list--item  { flex-grow: 1; flex-basis: 390px; max-width: 390px; margin: 0 0 20px 15px;}
.block-brand-list--item:nth-of-type(3n+1) { margin-left: 0;}
.block-brand-list--item-img { width: 390px; height: 240px;}
.block-brand-list--item-name,
.block-brand-list--item-comment { border: var(--border-solid1); border-top: none; border-bottom: none;}
.block-brand-list--item-name { padding: 15px 35px 0;}
.block-brand-list--item-comment { border-bottom: #ddd 1px solid; padding: 15px 35px 35px;}
.block-brand-list--item-btn { width: 240px; height: 48px; margin: 15px auto 0; font-size: 14px; text-decoration: none; text-align: center; line-height: 48px; display: block; background: #e5e5e5;}
.block-brand-list--item-btn:hover { opacity: var(--opacity);}
.block-brand-detail { width: 800px; margin: 0 auto 80px auto;}
.block-brand-detail--header { text-align: center;}
.block-brand-detail--image { margin-top: 40px;}
.block-brand-detail--image img { display: block; max-width: 100%; margin: 0 auto;}
.block-brand-detail--description { margin-bottom: 30px;}

/* ----------------------------------
 ページ管理 - TOPICS 特集詳細
---------------------------------- */
.page-page main.pane-main { max-width: calc(var(--layout2-max-width) + (var(--layout2-base-padding) * 2)); padding: 0 var(--layout2-base-padding); margin: 0 auto;}
.page-page .block-page-block--frame { margin: 0 auto 194px; font-family: var(--font-family-ship); font-size: 16px; font-weight: 500; line-height: var(--line-height-high);}
.page-page .block-page-block--frame .block-page-block--contents { font-family: var(--font-family-ship); font-size: 16px; font-weight: 500; line-height: var(--line-height-high);}
.page-page .block-page-block--frame .block-page-block--contents > div { font-family: var(--font-family-ship); font-size: 16px; font-weight: 500; line-height: var(--line-height-high);}

@media screen and (max-width: 1000px) {
	.page-page main.pane-main { padding: 0 var(--layout-base-padding);}
	.page-page .block-page-block--frame { margin: 0 auto 100px; font-size: 14px;}
	.page-page .block-page-block--frame .block-page-block--contents { font-size: 14px;}
	.page-page .block-page-block--frame .block-page-block--contents > div { font-size: 14px;}
}

/* テンプレート：本文 */
.page-page .block-page-block--contents-text .block-page-block--contents-body-text-1column {}

/* テンプレート：本文（2カラム） */
.page-page .block-page-block--contents-text:has(.block-page-block--contents-body-text-2column) { display: flex; justify-content: space-between;}
.page-page .block-page-block--contents-text .block-page-block--contents-body-text-2column { width: calc(50% - 20px);}

/* テンプレート：画像 */
.page-page .block-page-block--contents-img .block-page-block--contents-body-img-1column { text-align: center;}

/* テンプレート：画像（2カラム） */
.page-page .block-page-block--contents-img:has(.block-page-block--contents-body-img-2column) { display: flex; justify-content: space-between;}
.page-page .block-page-block--contents-img .block-page-block--contents-body-img-2column { width: calc(50% - 20px);}

/* テンプレート：画像スライダー */
.page-page .block-page-block--contents-imgslider.swiper { overflow: visible;}
.page-page .block-page-block--contents-imgslider ul li { width: 560px;}
.page-page .block-page-block--contents-imgslider .swiper-scrollbar-wrap { padding-top: 40px;}

/* テンプレート：画像＋本文 */
.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column { display: flex; justify-content: space-between; align-items: center;}
.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column > a:has(img) { width: calc(50% - 20px); display: block;}
.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column > img { width: calc(50% - 20px);}
.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column-text  { width: calc(50% - 20px);}

/* テンプレート：画像スライダー＋本文 */
.page-page .block-page-block--contents-imgtextslider.swiper { overflow: visible;}
.page-page .block-page-block--contents-imgtextslider ul li { width: 560px;}
.page-page .block-page-block--contents-imgtextslider .block-page-block--contents-body-imgtext-slider-1column-text { margin-top: 40px;}
.page-page .block-page-block--contents-imgtextslider .swiper-scrollbar-wrap { padding-top: 40px;}

/* テンプレート：商品リスト */
.page-page .block-page-block--frame:has(.block-page-block--contents-goodslist)::before {
	content: 'PRODUCTS';
	margin: 0 0 35px;
	font-family: var(--font-family-stix);
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--color-base);
	display: block;
}
.page-page .block-page-block--contents-goodslist:not(.swiper) { padding: 0; margin: 0; border: none; display: flex; flex-wrap: wrap; column-gap: 40px;}
.page-page .block-page-block--contents-goodslist:not(.swiper) .js-enhanced-ecommerce-item { width: calc((100% - (40px * 3))/ 4); flex-basis: auto; padding: 0; margin: 0 0 60px; display: block;}
.page-page .block-page-block--contents-goodslist .js-enhanced-ecommerce-item { width: 100%; flex-basis: auto; padding: 0; margin: 0; display: block;}
.page-page .block-page-block--contents-goodslist .block-page-block--goods-image { width: 100%; padding: 131.2% 0 0 0; margin: 0 0 16px; vertical-align: top; display: block; background: var(--image-bg-color); position: relative;}
.page-page .block-page-block--contents-goodslist .block-page-block--goods-image a,
.page-page .block-page-block--contents-goodslist .block-page-block--goods-image figure {
  width: 100%;
  height: 100%;
	min-width: auto;
	min-height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--image-bg-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	transition: var(--transition);
}
.page-page .block-page-block--contents-goodslist .block-page-block--goods-image a:hover { opacity: var(--opacity);}
.page-page .block-page-block--contents-goodslist .block-page-block--goods-info { width: 100%; padding: 0; margin: 0;}
.page-page .block-page-block--contents-goodslist .block-page-block--goods-name,
.page-page .block-page-block--contents-goodslist .block-page-block--goods-name a,
.page-page .block-page-block--contents-goodslist .variation-name {
  font-family: var(--font-family-ship);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: var(--color-base);
  transition: var(--transition);
}
.page-page .block-page-block--contents-goodslist .block-page-block--goods-name a:hover { opacity: var(--opacity);}
.page-page .block-page-block--contents-goodslist .block-page-block--goods-comment { display: none !important;}

.page-page .block-page-block--contents-goodslist.swiper { padding: 0 0 120px; margin: 0; overflow: visible;}
.page-page .block-page-block--contents-goodslist.swiper .js-enhanced-ecommerce-item { width: 320px; min-width: 320px; max-width: 320px; display: block;}
.page-page .block-page-block--contents-goodslist.swiper .swiper-button-prev,
.page-page .block-page-block--contents-goodslist.swiper .swiper-button-next { bottom: 40px;}
.page-page .block-page-block--freespace-bottom .view-more.view-all { margin: 40px 0 0; justify-content: center;}

@media screen and (max-width: 1000px) {
	.page-page .block-page-block--contents-goodslist:not(.swiper) { column-gap: 20px;}
	.page-page .block-page-block--contents-goodslist:not(.swiper) .js-enhanced-ecommerce-item { width: calc(50% - 10px); margin: 0 0 40px;}
	.page-page .block-page-block--contents-text .block-page-block--contents-body-text-2column { width: calc(50% - 10px);}
	.page-page .block-page-block--contents-img .block-page-block--contents-body-img-2column { width: calc(50% - 10px);}
	.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column { display: block;}
	.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column > img { width: 100%; margin: 0 0 20px;}
	.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column > a:has(img) { width: 100%; margin: 0 0 20px; display: block;}
	.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column > a > img { width: 100%;}
	.page-page .block-page-block--contents-imgtext .block-page-block--contents-body-imgtext-1column-text { width: 100%;}
	.page-page .block-page-block--contents-imgslider ul li { width: 280px;}
	.page-page .block-page-block--contents-imgtextslider ul li { width: 280px;}
	.page-page .block-page-block--contents-imgtextslider .block-page-block--contents-body-imgtext-slider-1column-text { margin-top: 20px;}
	.page-page .block-page-block--contents-goodslist.swiper { padding: 0 0 70px;}
	.page-page .block-page-block--contents-goodslist.swiper .js-enhanced-ecommerce-item { width: calc(50vw - 30px); min-width: calc(50vw - 30px); max-width: 320px; display: block;}
	.page-page .block-page-block--contents-goodslist.swiper .swiper-button-prev,
	.page-page .block-page-block--contents-goodslist.swiper .swiper-button-next { bottom: 30px;}
	.page-page .block-page-block--freespace-bottom .view-more.view-all { margin: 30px 0 0;}
}

/* SNS */
.page-page .block-page-sns { display: none;}
.page-page .block-page-sns ul.block-page-sns-list { display: flex; align-items: center; gap: 0 20px;}

/* ヘッドコンテンツ */
#sec_topics_head { width: 100%; padding: 0; margin: 60px auto 188px;}
#sec_topics_head .topics-item { display: flex; justify-content: space-between; align-items: center; background-color: var(--color-accent1);}
#sec_topics_head .topics-item .image { width: 50%; padding: 50% 0 0 0; position: relative;}
#sec_topics_head .topics-item .image figure { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: var(--image-bg-color); position: absolute; top: 0; left: 0;}
#sec_topics_head .topics-item .desc { width: 50%; padding: 0 7%; color: #FFF;}
#sec_topics_head .topics-item .desc h3.topics-number { margin: 0 0 40px; font-family: var(--font-family-stix); font-size: 22px; font-weight: 500; font-style: italic; color: #FFF;}
#sec_topics_head .topics-item .desc h3.topics-number .num { margin: 0 0 0 30px; font-family: var(--font-family-stix); font-size: 60px; font-weight: 400; font-style: italic; color: #FFF;}
#sec_topics_head .topics-item .desc .title { margin: 0 0 20px; font-family: var(--font-family-ship); font-size: 22px; font-weight: 500; color: #FFF;}
#sec_topics_head .topics-item .desc .text  { font-family: var(--font-family-ship); font-size: 14px; font-weight: 500; line-height: var(--line-height-high); color: #FFF;}

@media screen and (max-width: 1000px) {
	#sec_topics_head { margin: 40px auto 130px;}
	#sec_topics_head .topics-item { display: block;}
	#sec_topics_head .topics-item .image { width: 100%; padding: 100% 0 0 0;}
	#sec_topics_head .topics-item .desc  { width: 100%; padding: 40px 7%;}
	#sec_topics_head .topics-item .desc h3.topics-number { margin: 0 0 26px; font-size: 20px; text-align: center;}
	#sec_topics_head .topics-item .desc h3.topics-number .num { margin: 0 0 0 12px; font-family: var(--font-family-stix); font-size: 36px;}
	#sec_topics_head .topics-item .desc .title { font-size: 18px;}
	#sec_topics_head .topics-item .desc .text  { font-size: 12px;}
}

/* ページ遷移リンク */
#page_category_topics_pager { padding: 40px 0; margin: 120px 0; border-top: var(--border-solid1); border-bottom: var(--border-solid1); display: flex; align-items: center; justify-content: space-between;}
#page_category_topics_pager a { font-family: var(--font-family-stix); font-size: 24px; font-weight: 400; font-style: italic; text-decoration: none; transition: var(--transition); position: relative;}
#page_category_topics_pager a:hover  { opacity: var(--opacity);}
#page_category_topics_pager .prev    { width: var(--view-more-size-s); text-align: center;}
#page_category_topics_pager .prev a  { width: var(--view-more-size-s); padding: 0 0 16px; text-align: center; display: block;}
#page_category_topics_pager .current { text-align: center;}
#page_category_topics_pager .next    { width: var(--view-more-size-s); text-align: center;}
#page_category_topics_pager .next a  { width: var(--view-more-size-s); padding: 0 0 16px; text-align: center; display: block;}
#page_category_topics_pager .prev a::after,
#page_category_topics_pager .next a::after {
	content: '';
	width: var(--view-more-size-s);
	height: 9px;
	background-image: url("/img/usr/common/ico_to_next_s.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: var(--view-more-size-s) auto;
	background-size: var(--view-more-size-s) auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: var(--transition);
}
#page_category_topics_pager .prev a::after { transform: rotate(180deg);}
#page_category_topics_pager .prev a:hover::after { left: -10px;}
#page_category_topics_pager .next a:hover::after { left: 10px;}

@media screen and (max-width: 1000px) {
	#page_category_topics_pager { padding: 30px 0; margin: 100px 0;}
	#page_category_topics_pager a { font-size: 16px;}
	#page_category_topics_pager .prev    { width: var(--view-more-size-sss); text-align: center;}
	#page_category_topics_pager .prev a  { width: var(--view-more-size-sss); padding: 0 0 12px;}
	#page_category_topics_pager .current a { font-size: 20px;}
	#page_category_topics_pager .next    { width: var(--view-more-size-sss); text-align: center;}
	#page_category_topics_pager .next a  { width: var(--view-more-size-sss); padding: 0 0 12px;}
	#page_category_topics_pager .prev a::after,
	#page_category_topics_pager .next a::after {
		width: var(--view-more-size-sss);
		background-image: url("/img/usr/common/ico_to_next_sss.png");
		-webkit-background-size: var(--view-more-size-sss) auto;
		background-size: var(--view-more-size-sss) auto;
	}
}

/* ----------------------------------
 ReviCo REVIEW
---------------------------------- */
#top_sec_revico { padding: 70px 0 160px 80px; display: none;}
#top_sec_revico:has(.revico-review-comment-row-wrapper) { display: block;}
#top_sec_revico h2.sec-title { padding: 0; margin: 0 0 50px;}
#top_sec_revico *[data-review-count="0"],
#top_sec_revico #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-header,
#top_sec_revico #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-footer,
#top_sec_revico #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-logo,
#top_sec_revico #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-comment-tagcloud {
	display: none;
}
#top_sec_revico #revico-review-slide-zone .revico-multicomment-top { background: none;}
#top_sec_revico #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner {
	max-width: 100% !important;
	margin: 0 !important;
}
#top_sec_revico #revico-review-slide-zone .revico-multicomment-top .revico-comment-main {
	max-width: 100% !important;
	padding: 5px 0 45px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	overflow: visible;
}
#top_sec_revico #revico-review-slide-zone .revico-multicomment-top .revico-comment-main:not(.swiper-wrapper) { column-gap: 40px;}
#top_sec_revico #revico-review-slide-zone .revico-review-comment-row-wrapper { 
	min-width: 320px;
	max-width: 320px;
	width: 320px;
	height: auto;
	padding: 0;
	margin: 0;
	border: var(--border-solid1);
	background: none;
}
#top_sec_revico #revico-review-slide-zone .revico-review-comment-row-wrapper a { 
	width: 100%;
	height: 100%;
	padding: 40px;
	margin: 0;
	border: none;
	text-decoration: none;
	display: block;
	transition: var(--transition);
}
#top_sec_revico #revico-review-slide-zone .revico-review-comment-row-wrapper a:hover { background: #FFF;}
#top_sec_revico #revico-review-slide-zone .name  { margin: 0 0 15px; font-family: var(--font-family-ship); font-size: 12px; font-weight: 400;}
#top_sec_revico #revico-review-slide-zone .revico-starability-result { transform: scale(0.8,0.8); transform-origin: left top;}
#top_sec_revico #revico-review-slide-zone .title { 
	max-height: calc(16px * var(--line-height-middle) * 3);
	margin: 0 0 15px;
	font-family: var(--font-family-ship);
	font-size: 16px;
	font-weight: 400;
  line-height: var(--line-height-middle);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;	
}
#top_sec_revico #revico-review-slide-zone .text  {
	max-height: calc(12px * var(--line-height-middle) * 10);
	font-family: var(--font-family-ship);
	font-size: 12px;
  font-weight: 400;
  line-height: var(--line-height-middle);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;	
}
#top_sec_revico .swiper-scrollbar.swiper-scrollbar-horizontal { width: calc(100% - 80px); position: absolute; left: 0; bottom: 3px; z-index: 50;}

@media screen and (max-width: 1000px) {
	#top_sec_revico { padding: 60px 0 114px 20px;}
	#top_sec_revico h2.sec-title { padding: 0; margin: 0 0 20px;}
	#top_sec_revico #revico-review-slide-zone .revico-multicomment-top .revico-comment-main:not(.swiper-wrapper) { column-gap: 20px;}
	#top_sec_revico #revico-review-slide-zone .revico-review-comment-row-wrapper { min-width: 280px; max-width: 280px; width: 280px;}
	#top_sec_revico #revico-review-slide-zone .revico-review-comment-row-wrapper a { padding: 20px;}
	#top_sec_revico #revico-review-slide-zone .name  { font-size: 10px;}
	#top_sec_revico #revico-review-slide-zone .title { max-height: calc(12px * var(--line-height-middle) * 3); margin: 0 0 10px; font-size: 12px; line-height: var(--line-height-high);}
	#top_sec_revico #revico-review-slide-zone .text  { max-height: calc(10px * var(--line-height-middle) * 10); font-size: 10px;}
	#top_sec_revico .swiper-scrollbar.swiper-scrollbar-horizontal { width: calc(100% - 20px);}
}

/* ----------------------------------
 INSTAGRAM
---------------------------------- */
#sec_visumo { padding: 110px 0 130px; text-align: center; background: var(--color-bg-dark); display: none; overflow: hidden;}
#sec_visumo:has(.ecbn-selection-widget) { display: block;} 
#sec_visumo h2.sec-title { padding: 0; margin: 0 0 15px; text-align: center;}
#sec_visumo .sec-title-catch { margin: 0 0 15px; font-family: var(--font-family-ship); font-size: 14px; font-weight: 400; text-align: center;}

#sec_visumo .ecbn-selection-widget { max-width: unset; margin: 0;}
#sec_visumo .ecbn-selection-wrapper .ecbn-selection-slide-wrapper { width: 100% !important;}
#sec_visumo .vsm-goods .ecbn-selection-widget-new div.ecbn-selection-wrapper,
#sec_visumo .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper { margin: 0;}
#sec_visumo .ecbn-selection-slider-view .ecbn-selection-snap { margin: 0;}
#sec_visumo .ecbn-selection-slider-view .ecbn-selection-snap .ecbn-selection-item {
	width: calc((100vw - 20px * 6)/7);
  min-width: calc((100vw - 20px * 6)/7);
  height: calc((100vw - 20px * 6)/7);
  min-height: calc((100vw - 20px * 6)/7);
	padding: 0;
	margin: 0 20px 0 0;
	border: none;
}
#sec_visumo .ecbn-selection-slider-view .ecbn-selection-snap .ecbn-selection-item > div,
#sec_visumo .ecbn-selection-slider-view .ecbn-selection-snap .ecbn-selection-item > div > a {
  width: 100%;
  height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
#sec_visumo .ecbn-selection-slider-view .ecbn-selection-snap .ecbn-selection-item img {
	max-width: unset;
	max-height: unset;
	vertical-align: top;
}
#sec_visumo .ecbn-selection-slider-controls { display: none !important;}
#sec_visumo .view-more { margin: 50px 0 0; text-align: center; display: flex; justify-content: center;}
#sec_visumo .view-more a { min-width: var(--view-more-size-m); padding: 0 0 16px; font-size: 16px; display: block;}
#sec_visumo .view-more a::after { right: 0;}
#sec_visumo .view-more a:hover::after { right: -10px;}
#sec_visumo .ecbn-selection-footer2 { text-align: center;}

@media screen and (max-width: 1280px) {
	#sec_visumo .ecbn-selection-slider-view .ecbn-selection-snap .ecbn-selection-item {
		width: calc((100vw - 20px * 4)/5);
		min-width: calc((100vw - 20px * 4)/5);
		height: calc((100vw - 20px * 4)/5);
		min-height: calc((100vw - 20px * 4)/5);
	}
}
@media screen and (max-width: 1000px) {
	#sec_visumo { padding: 100px 0 120px;}
	#sec_visumo h2.sec-title { font-size: 18px;}
	#sec_visumo .sec-title-catch { font-size: 12px;}
	#sec_visumo .ecbn-selection-slider-view .ecbn-selection-snap .ecbn-selection-item {
		width: calc((100vw - 20px * 2)/3);
		min-width: calc((100vw - 20px * 2)/3);
		height: calc((100vw - 20px * 2)/3);
		min-height: calc((100vw - 20px * 2)/3);
	}
	#sec_visumo .view-more { margin: 30px 0 0;}
}
@media screen and (max-width: 750px) {
	#sec_visumo .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap { margin: 0 0 0 20px;}
	#sec_visumo .ecbn-selection-slider-view .ecbn-selection-snap .ecbn-selection-item {
		width: calc((100vw - 20px)/2.5);
		min-width: calc((100vw - 20px)/2.5);
		height: calc((100vw - 20px)/2.5);
		min-height: calc((100vw - 20px)/2.5);
	}
}

/* ----------------------------------
 Youtube埋め込み
---------------------------------- */
.youtube-frame { width: 100%; height: 0; padding-top: 56.25%; position: relative; overflow: hidden;}
.youtube-frame iframe { width: 100%; height: 100%; border: 0; position: absolute; top: 0; left: 0;}
