@charset "utf-8";
.fs-l-main{
	margin-top: 0;
	padding: 0;
}
.tsue-cate{
	margin: 40px 0;
	font-family: var(--FONT_SHIPPORI);
	font-size: 15px;
	line-height: 2;
}
.tsue-cate p,
.tsue-cate ul,
.tsue-cate h1,
.tsue-cate h2{
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
}
.tsue-inner{
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.tsue-cate .about-subtitle {
  margin-top: 10px;
  color: #5B4B36;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
	.tsue-cate{
		font-size: 15px;
	}
	.fs-l-main,
	.fs-l-pageMain{
		max-width: unset;
	}
	h1.fs-c-heading.fs-c-heading--page,
	.groupsortarea,
	.fs-c-productList{
		max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.tsue-cate{
		font-size: 14px;
	}
}
.tsue-about-box{
	display: flex;
}
.tsue-about-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tsue-about-box .left{
	background-color: #F6F5F2;
	padding: 20px 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}
.category-main-title .en,
.tsue-about-box h2 .en{
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #B99C7A;
	display: block;
}
.category-main-title .jp,
.tsue-about-box h2 .jp{
	margin-top: 10px;
	font-size: 28px;
	letter-spacing: 0.1em;
	display: block;
}
.tsue-about-box .text{
	letter-spacing: 0.05em;
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
}
.tsue-cate .tsue-about-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	margin-top: 40px;
}
.tsue-about-list h3{
	background-color: #948970;
	font-size: 17px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
}
.tsue-about-list .text{
	margin-top: 10px;
}
@media screen and (max-width: 1000px) {
	.category-main-title .en,
	.tsue-about-box h2 .en{
		font-size: 16px;
	}
	.category-main-title .jp,
	.tsue-about-box h2 .jp{
		font-size: 24px;
	}
	.tsue-about-box .text{
		font-size: 14px;
		margin-top: 10px;
	}
	.tsue-cate .tsue-about-list{
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}
}
@media screen and (min-width: 768px) {
	.tsue-about{
		margin-bottom: 80px;
	}
	.tsue-about-box .img{
		max-width: 460px;
		width: 40%;
	}
}
@media screen and (max-width: 767px) {
	.tsue-about{
		margin-bottom: 60px;
	}
	.tsue-about-box{
		flex-direction: column;
	}
	.tsue-about-list h3{
		font-size: 14px;
	}
	.tsue-about-list .text{
		font-size: 13px;
	}
	.tsue-about-box .left{
		order: 1;
	}
	h1.fs-c-heading.fs-c-heading--page,
	.groupsortarea,
	.fs-c-productList{
		max-width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.tsue-cate .tsue-user h2{
		font-size: 18px;
	}
	.tsue-cate .tsue-user-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.tsue-user-list h3{
		font-size: 16px;
	}
	.tsue-user-list h3::before{
		font-size: 20px;
	}
}
.tsue-concept{
	position: relative;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.tsue-concept h2 .en{
		font-size: 30px;
	}
	.tsue-concept h2 .jp{
		font-size: 21px;
		letter-spacing: .15em;
	}
	.tsue-concept-box h2 {
	  letter-spacing: .15em;
    font-size: 18px;
	}
}
.tsue-feature{
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.section-title{
	text-align: center;
	line-height: 2;
}
span.feature-subtitle::before {
  content: "＼";
  margin-right: 0.5em;
}
span.feature-subtitle::after {
  content: "／";
  margin-left: 0.5em;
}
.section-title .en{
	font-size: 18px;
	color: #B99C7A;
	display: block;
	margin-bottom: 10px;
}
.section-title .jp{
	font-size: 24px;
	letter-spacing: 0.1em;
	display: block;
}
.tsue-cate .tsue-feature-list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 40px;
	max-width: 1000px;
	counter-reset: number 0;
	justify-content: center;
}
.tsue-cate .tsue-feature-list li{
	display: flex;
	flex-direction: column;
	width: 32%;
}
.tsue-feature-text{
	background: #F8F7F6;
	padding: 30px 5%;
	flex-grow: 1;
}
.tsue-feature-text h3,
.choice-title{
	font-size: 18px;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 40px;
}
.tsue-feature-list .tsue-feature-text h3::before,
.choice-title::before{
	counter-increment: number 1;
  content: "0"counter(number);
	font-family: var(--FONT_CORMORANT);
	font-size: 20px;
	letter-spacing: 0.1em;
	background-color: #B99C7A;
	color: #fff;
	padding: 5px;
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 1;
}
.tsue-feature-text p{
	margin-top: 20px;
}
.tsue-concept-box{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 20px;
}
.tsue-concept h2 .en{
	font-size: 22px;
  line-height: 2;
}
.tsue-concept h2 .jp{
	font-size: 28px;
	letter-spacing: 0.1em;
	display: block;
}
@media screen and (min-width: 768px) {
	.tsue-feature{
		margin-bottom: 100px;
	}
	.tsue-feature{
		margin-top: -40px;
		padding-top: 60px;
	}
	.tsue-cate .tsue-feature-list{
		margin: 40px auto 0;
	}
	.tsue-cate ul li a:hover{
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.tsue-feature{
		margin-bottom: 60px;
	}
	.tsue-feature span.feature-subtitle {
    font-size: 16px;
	}
	.tsue-feature h2.section-title .jp{
		font-size: 24px;
	}
	.section-title .en{
		font-size: 16px;
	}
	.section-title .jp{
		font-size: 20px;
	}
	.tsue-cate .tsue-feature-list{
		margin: 20px auto 0;
	}
	.tsue-cate .tsue-feature-list li{
		width: 100%;
	}
	.tsue-cate .tsue-concept-text{
		margin-top: 30px;
		line-height: 1.7;
		font-size: 13px;
	}
	.tsue-concept-text {
    padding: 0 5%;
    text-align: left;
    line-height: 1.5;
	}
	.tsue-feature{
		margin-top: -40px;
		padding-top: 30px;
	}
	.tsue-concept h2 .en{
		font-size: 20px;
		line-height: 1.6;
	}
	.tsue-concept h2 .jp{
		font-size: 22px;
		letter-spacing: .15em;
	}
	.tsue-concept-box h2 {
	  letter-spacing: .15em;
    font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.tsue-cate .tsue-links{
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}
}
.tsue-ranking{
	background-color: #F6F6F6;
}
.tsue-ranking-type{
	display: flex;
	align-items: center;
	gap: 8%;
	font-size: 20px;
	color: #B99C7A;
}
.tsue-ranking-type::before,
.tsue-ranking-type::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	background-color: #B99C7A;
}
.tsue-ranking-box h3{
	text-align: center;
	margin-top: 30px;
}
.tsue-ranking-box h3 .en{
	font-size: 28px;
	display: block;
	margin-bottom: 5px;
}
.tsue-ranking-box h3 .jp{
	font-size: 14px;
	letter-spacing: 0.1em;
	display: block;
	color: #B99C7A;
}
.tsue-cate .tsue-ranking-text{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
.tsue-ranking-btn a{
	display: block;
	max-width: 360px;
	width: 80%;
	margin: 40px auto 0;
	border: 1px solid #707070;
	text-align: center;
	padding: 20px 0;
	color: #000;
  transition: .3s;
}
.tsue-cate .tsue-other-catch{
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	gap: 20px;
	text-align: center;
}
.tsue-other-catch::before,
.tsue-other-catch::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 22px;
	background-color: #000;
}
.tsue-other-catch::before{
	transform: rotate(-30deg);
}
.tsue-other-catch::after{
	transform: rotate(30deg);
}
.tsue-cate .tsue-other-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	margin-top: 40px;
}
.tsue-other-list h3{
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.tsue-other-list h3.blue{
	background-color: #555F6D;
}
.tsue-other-list h3.green{
	background-color: #697069;
}
.tsue-other-list h3.khaki{
	background-color: #706B68;
}
.tsue-cate .tsue-other-list h4{
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.tsue-other-list .btn a{
	display: block;
	max-width: 250px;
	width: 80%;
	margin: 20px auto 0;
	border: 1px solid #707070;
	text-align: center;
	padding: 10px 0;
	color: #000;
  transition: .3s;
}
.tsue-about-btn a{
	display: block;
	max-width: 280px;
	width: 80%;
	margin-top: 40px;
	background-color: #B99C7A;
	padding: 12px 5%;
	color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
	.tsue-ranking{
		padding: 80px 0;
		margin-bottom: 80px;
	}
	.tsue-ranking-box{
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.tsue-about-btn a{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	section.tsue-ranking {
    padding: 60px 0;
	}
}
.choice{
	max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.tsue-cate .choice-list{
	display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  max-width: 1000px;
  margin: -60px auto 0;
  counter-reset: number 0;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.choice-list li{
  background: #F8F7F6;
  width: 100%;
}
.tsue-cate ul.text-list {
  margin: 10px 0;
}
.choice-list li .text-list li {
  width: 100% !important;
  position: relative;
  padding-left: 1.3em;
}
.text-list li::before {
  content: "●";
  font-size: 12px;
  color: #b99c7a;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
}
.choic-wrap {
  display: flex;
}
span.font-g {
  font-size: 13px;
  color: #999;
  margin-right: 0.5em;
}
span.font-b {
  font-size: 20px;
  color: #637274;
}
.choice-text-w {
  line-height: 1.6;
  font-size: 13px;
}
.choice-list li > ul li {
  padding: 0;
}
.tsue-feature-text {
  background: #F8F7F6;
  flex-grow: 1;
}
.tsue-feature-text h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 40px;
}
ul.shu-list {
  display: flex;
}
ul.shu-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shu-img span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 5px 0 3px;
}
.shu-img span.shu-bg1{
  background: #839098;
}
.shu-img span.shu-bg2{
  background: #949781;
}
.shu-img span.shu-bg3{
  background: #998f82;
}
.shu-img span.shu-bg4{
  background: #998294;
}
.shu-link a {
  width: 100%;
  display: block;
  border: 1px solid #666;
  text-align: center;
  font-size: 12px;
  color: #666;
  background: #fff;
  position: relative;
}
.shu-link a::after {
  content: "＞";
  position: absolute;
  right: 10px;
}
.gara-list .shu-img span{
	background: #948970;
}
.gara-list h4{
	color: #948970;
	font-size: 13px;
	text-align: center;
	line-height: 1.6;
	margin: 10px 0;
}
.gara-list h4 span{
	display: block;
	font-size: 11px;
	color: #222;
}
.item-list .shu-img span{
	color: #222;
	line-height: 1.4;
	padding-bottom: 10px;
}
.item-list .shu-img img{
  border-radius: 50%;
  width: 80%;
  margin: 10px auto 0;
}
.item-list h4{
	text-align: center;
	line-height: 1.4;
}
.maitenans {
  width: 90%;
  max-width: 1000px;
  background: #f8f7f6;
}
ul.mainte-list {
  display: flex;
  max-width: 800px;
  margin: 40px auto 0;
}
.mainte-name {
  text-align: center;
  background: #948970;
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
}
.mainte-text {
	text-align: center;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.shu-link a:hover {
		background: #222;
	  color: #fff;
	  transition: .3s;
	  text-decoration: none;
	}
	.bnr-ranking-btn:hover{
		opacity: .8;
	  transition: .3s;
	}
	.choic-wrap {
	  justify-content: space-between;
	}
	.choice-text {
	  width: 48%;
	}
	.choice-img {
	  width: 48%;
	}
	.choice-list li:nth-of-type(n+2) .choice-text,
	.choice-list li:nth-of-type(n+2) .choice-img{
		width: 100%;
	}
	.choice-list li:nth-of-type(n+2):nth-child(-n+3){
		width: 49%;
	}
	.tsue-cate .choice-list{
	  row-gap: 40px;
	}
	ul.shu-list {
	  gap: 20px;
	}
	ul.shu-list li {
	  width: calc( ( 100% - 60px ) / 4 ) !important;
	}
	.choice-list li .text-list li {
	  font-size: 13px;
	}
	.choice-list li{
	  padding: 30px 3%;
	}
	.choice-title{
	  padding-bottom: 30px;
	  margin-bottom: 20px;
	}
	.shu-link a {
	  padding: 8px 0;
	  position: relative;
	}
	ul.shu-list.gara-list {
	  justify-content: center;
	  flex-wrap: wrap;
	  row-gap: 30px;
	}
	ul.shu-list.gara-list li{
	  width: calc( ( 100% - 80px ) / 5 ) !important;
	}
	ul.mainte-list {
	  gap: 20px;
	}
	.choice{
	  margin-bottom: 80px;
	}
	.maitenans {
	  margin: 0 auto 100px;
	  padding: 80px 3%;
	}
	.tsue-cate p.bnr-ranking-btn {
	  margin: 40px auto 0;
	  width: 90%;
	  max-width: 680px;
	}
	.tsue-feature-text {
	  padding: 10px 5% 20px;
	}
	.shu-link a::after {
	  top: 8px;
	}
	.choice-title::before{
	  padding-top: 2px;
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	.choic-wrap {
	  flex-direction: column;
	}
	.choice-list li:first-child .choice-img{
		order: -1;
		margin-bottom: 15px;
	}
	.tsue-cate .choice-list{
	  row-gap: 20px;
	}
	ul.shu-list li {
	  width: 48% !important;
	}
	ul.shu-list {
	  flex-wrap: wrap;
	  justify-content: space-between;
	  row-gap: 30px;
	}
	.choice-list li .text-list li {
	  font-size: 12px;
	  line-height: 1.4;
    margin-bottom: 5px;
	}
	.choice-list li{
	  padding: 10px 4% 20px;
	}
	.choice-title{
	  padding-bottom: 20px;
	  margin-bottom: 10px;
	}
	.shu-link a {
	  padding: 5px 0;
	}
	ul.shu-list.gara-list {
	  justify-content: space-between;
	  flex-wrap: wrap;
	  row-gap: 30px;
	}
	ul.shu-list.gara-list li{
	  width: 48% !important;
	}
	ul.mainte-list{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.mainte-list li{
		width: 48%;
	}
	.choice{
	  margin-bottom: 40px;
	}
	.maitenans {
	  margin: 0 auto 40px;
	  padding: 40px 3%;
	}
	.bnr-ranking-btn {
	  margin: 40px auto 0 !important;
	}
	section.maitenans .section-title,
	section.maitenans .section-title .jp {
    font-size: 18px;
	}
	.shu-link a::after {
	  top: 5px;
	}
}
/* ランキング */
.flywheel-recommend__frame h2.fs-p-heading--lv2 {
  display: none;
}
article.fr3-item a {
  color: inherit;
}
/* ランキング用 */
.ranking-num{
	counter-reset: ranking_num;
}
.ranking-num .fr3-item{
	counter-increment: ranking_num;
}
.ranking-num .fr3-item__imageContainer{
	position: relative;
}
.ranking-num .fr3-item__imageContainer:after{
	content: counter(ranking_num, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--FONT_CORMORANT);
	color: var(--MAIN_WHITE);
	background-color: var(--NAVY_GOLD);
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	padding-bottom: 5px;
}
.ranking-num .fr3-item:nth-child(1) .fr3-item__imageContainer:after{
	background: var(--GRADATION_GOLD);
}
.fr3-productListStatic {
  padding: 0;
}
@media screen and (min-width: 768px){
	.flywheel-recommend__frame {
	  padding-top: 40px;
	}
	span.fr3-item__productPrice__value {
    font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.flywheel-recommend__frame {
	  padding-top: 30px;
	}
	span.fr3-item__productPrice__value {
    font-size: 18px;
	}
}
