@charset "utf-8";

/*--------------------------------------------------------------
 WATCH トップ
--------------------------------------------------------------*/
	.watch_mv {
		margin-bottom: 1.88%;
		position: relative;
	}
	.watch_mv img {
		width: 100%;
	}
	.watch_mv h1 {
		position: absolute;
		top: 50%;
		left: 8.42%;
		transform: translateY(-50%);
		font-size: 2.5vw;
		font-weight: 400;
		color: #fff;
		line-height: 1.6;
		letter-spacing: 0.15em;
	}
	.watch_mv h1 span {
		display: block;
		font-size: 0.9vw;
		color: #777;
	}
	.message {
		margin: 5% 0 0;
		text-align: center;
	}
	.message p {
		margin: 0;
		padding: 0;
		font-size: 1.6vw;
		font-weight: 400;
		letter-spacing: 0.15em;
	}
	.message p span {
		display: block;
		padding: 2.5% 0 0;
		font-size: 1.0vw;
		font-weight: 400;
		color: #777;
		line-height: 2.2;
		letter-spacing: 0.1em;
	}
	.brandlist table {
		width: 100%;
		margin: 3% auto;
		border-collapse: collapse;
	}
	.brandlist table td {
		padding: 0;
	}
	.brandlist table a:hover {
		opacity: 0.8;
	}
	
	
	
	
	


/*--------------------------------------------------------------
 WATCH カテゴリ
--------------------------------------------------------------*/
.myMainVisual {
	margin-bottom: 2%;
}
.myMainVisual img {
	width: 100%;
}

.myPageTitle {
  padding: 5% 4.5% 4.5% 4.5%;
  margin-bottom: 10%;
  position: relative;
  border: solid 1px #ccc;
}
.myPageTitle h1 {
  padding-bottom: 1.5%;
  text-align: center;
  font-size: 2.3vw;
  color: #555;
}
.myPageTitle .en {
  display: block;
  font-weight: 500;
  padding-bottom: 1.5%;
}
.myPageTitle .jp {
  display: block;
  font-size: 0.9vw;
  font-weight: 400;
  letter-spacing: 0.15em;
}

input[type="checkbox"].on_off{
  position: absolute;
  top: 50%;
  display: block;
  opacity: 0;
}
.open-label {
  margin: 2% 0 0;
  padding: 0;
  display: block;
  color: #8f8f8f;
  text-align: center;
  position: relative;
}
.open-label:active {
  box-shadow: 0 0 0 0;
}
.open-label:hover {
  opacity: 0.8;
}
.open-label::before {
  content:'READ MORE'; 
  font-size: 1.0vw;
}
.open-label::after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  font-size: 1.35vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  position: absolute;
}
.on_off:checked ~ .open-label::after {
  font-family: 'FontAwesome';
  content: '\f0d8';
  font-size: 1.35vw;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -60%);
  position: absolute;
}
.on_off:checked ~ .open-label::before {
  content: 'CLOSE';
  font-size: 1.0vw;
  letter-spacing: 0.15em;
}
.open {
  padding: 0;
  height: 200px;
  overflow: hidden;
  transition: .5s;
  position: relative;
}
.on_off:checked ~ .open {
  padding: 0;
  height: auto;
}
.open::before {
  content:'';
  background: linear-gradient(to bottom, transparent,rgba(255,255,255,1)100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.on_off:checked ~ .open::before{
  background: none;
  z-index: -1;
}

.myPageTitle .detail .lead {
  margin-bottom: 2%;
  font-size: 0.95vw;
  color: #555;
}
.myPageTitle .detail table {
  width: 100%;
  margin-bottom: 3%;
  table-layout: fixed;
  font-size: 0.9vw;
  border-collapse: collapse;
}
.myPageTitle .detail table th {
  width: 15%;
  padding: 0.9% 0;
  background-color: #eee;
  text-align: center;
  border-bottom: solid 1px #fff;
}
.myPageTitle .detail table td {
  padding: 0.9% 2%;
  background-color: #f9f9f9;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.myPageTitle .detail .link {
  display: flex;
  margin-bottom: 2.5%;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.myPageTitle .detail .link span {
  display: block;
  font-size: 60%;
}
.myPageTitle .detail .link a {
  width: 20%;
  display: block;
  padding: 0.7% 0 0.9%;
  background: #333;
  color: #fff;
  text-align: center;
}
.myPageTitle .detail .link a:hover {
  opacity: 0.8;
}

.myLnav {
	margin-bottom: 6%;
	text-align: center;
	font-size: 0;
}
.myLnav li {
	width: 14%;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1.0vw;
	vertical-align: top;
}
.myLnav li img {
	width: 100%;
	padding-bottom: 3%;
}
.myLnav a {
	color: #111;
}
.myLnav a:hover {
	opacity: 0.7;
}

.il_h2ttl {
  position: relative;
  margin-bottom: 2.8%;
  padding-bottom: 2%;
  font-size: 2.0vw;
  font-weight: 500;
  color: #555;
  text-align: center;
}
.il_h2ttl::after {
  content: '';
  background-color: #ccc;
  width: 4%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.series_desc {
	margin-bottom: 4%;
	font-size: 0.99vw;
	line-height: 2.2;
	text-align: center;
	color: #888;
}

.myItemList {
	border-bottom: solid 1px #eee;
}

.myItemList ul {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
.myItemList li {
  width: 22%;
  margin: 0 1.5% 5%;
  text-align: center;
}
.myItemList li a {
  display: block;
  color: #111;
}
.myItemList li a:hover {
  opacity: 0.7;
}

.myItemList .image {
	position: relative;
  margin-bottom: 3%;
}
.myListItem__new {
	position: absolute;
	top: 5%;
	left: 5%;
}
.myItemList .series {
	font-size: 1.1vw;
	font-weight: 400;
	color: #777;
	padding-bottom: 1%;
}
.myItemList .name {
	font-size: 0.85vw;
	font-weight: 400;
	padding-bottom: 1%;
	line-height: 1.6;
}
.list_price {
	font-size: 0.98vw;
	color: #777;
}
.list_price span {
	font-size: 0.77vw;
	padding-left: 1px;
}

.brandlist {
	width: 100%;
	margin: 5% auto 4.8%;
	text-align: center;
}
.brandlist h2 {
	text-align: center;
	font-size: 1.7vw;
	font-weight: 400;
	color: #555;
	letter-spacing: 0.25em;
	line-height: 1.6;
}
.brandlist h2 span {
	display: block;
	padding-right: 0.35%;
	font-size: 0.8vw;
	color: #777;
	letter-spacing: 0.18em;
}
.brandlist h3 {
	font-size: 1.0vw;
	font-weight: 400;
}
.brandlist ul {
	display: inline-block;
	width: 100%;
	max-width: 1280px;
	margin: 2.5% auto 0;
	padding: 0;
	list-style-type: none;
}
.brandlist ul li {
	width: 16.6%;
	float: left;
	margin: 0 0 1.2%;
	padding: 0;
	text-align: center;
}
.brandlist ul li a {
	color: #555;
}
.brandlist ul li a:hover {
	opacity: 0.6;
}

.bl_jewelry ul {
	margin: 3.5% auto 3%;
	text-align: center;
}
.bl_jewelry ul li {
	width: 20%;
	float: none!important;
	display: inline-block;
}


.ft_maintenace {
	width: 100%;
	margin: 0 auto;
	padding: 5.5% 0;
	background: #333;
}
.ft_maintenace h2 {
	text-align: center;
	font-size: 1.7vw;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.25em;
	line-height: 1.6;
}
.ft_maintenace h2 span {
	display: block;
	font-size: 0.8vw;
	color: #ccc;
	letter-spacing: 0.18em;
}
.ft_maintenace h3 {
	padding: 0 0 1.5% 0;
	font-size: 1.05vw;
	font-weight: 400;
	color: #fff;
}
.ft_maintenace h3 span {
	display: flex;
	align-items: center;
	color: #aaa;
	font-size: 0.9vw;
}
.ft_maintenace h3 span::before {
	content: '';
	display: inline-block;
	margin-right: 2.5%;
	width: 5%;
	height: 1px;
	background-color: #aaa;
}
.ft_maintenace table {
	width: 100%;
	max-width: 1280px;
	margin: 3% auto 0;
	padding: 0;
}
.ft_maintenace table td {
	width: 33%;
	padding: 0.5% 0 2.5%;
	font-size: 0.88vw;
	color: #ccc;
}
.after_img {
	width: 16%!important;
	padding: 1.5% 2% 1.5% 0!important;
}
.after_space {
	width: 2%!important;
	padding: 1.5% 0!important;
}


	/* BLOG */
	.sectBlog {
		width: 100%;
		padding: 5.5% 0;
		background-color: #f9f9f9;
	}
	.sectBlog h2 {
		text-align: center;
		font-size: 1.7vw;
		font-weight: 400;
		color: #555;
		letter-spacing: 0.25em;
		line-height: 1.6;
	}
	.sectBlog h2 span {
		display: block;
		font-size: 0.8vw;
		color: #777;
		letter-spacing: 0.18em;
	}
	.listNewsEntry {
		width: 100%;
		max-width: 78%;
		margin: 3% auto;
		padding: 0;
		border-top: dotted 1px #ccc;
	}
	.sectBlog .entry {
		padding: 4% 2%;
		border-bottom: dotted 1px #ccc;
		display: flex;
	}
	.sectBlog .entry a {
		color: #333;
	}
	.sectBlog .entry a:hover {
		opacity: .7;
	}
	.sectBlog .entry .innerLeft {
		width: 76%;
		text-align: left;
	}
	.sectBlog .entry .innerRight {
		width: 24%;
		padding-left: 3%;
	}
	.sectBlog .entry .innerLeft .image {
		margin: 0;
		padding: 0;
	}
	.sectBlog .entry .entryTime {
		font-size: 0.99vw;
	}
	.sectBlog .entry .entryTime span {
		color: #fff;
		background: #333;
		margin-left: 1.5%;
		padding: 0.4% 2%;
		border-radius: 100vh;
		font-size: 0.75vw;
		text-transform: uppercase;
	}
	.sectBlog .entry .entryTitle {
		margin-top: 1%;
		font-size: 1.2vw;
		font-weight: 500;
	}
	.sectBlog .entry .entryExcerpt {
		margin-top: 0.6%;
		font-size: 0.95vw;
	}
	.sectBlog .entry .boxButton {
		margin-top: 10px;
		margin-right: 0;
	}
	.btn_rm {
		display: block;
		margin: 0;
		padding: 0.5% 6% 0.5% 3%;
		border: 1px solid #333;
		color: #fff!important;
		background-color: #333;
		font-size: 0.8vw;
		transition: 0.5s;
		float: right;
		position: relative;
	}
	.btn_rm:hover {
		color: #333!important;
		background-color: #fff;
	}
	
	.btn_rm::before,
	.btn_rm::after {
		position: absolute;
		top: 63%;
		right: 13%;
		height: 1px;
		background: #aaa;
		content: '';
	}
	.btn_rm::before {
		width: 12%;
		transform: translateY(-50%);
	}
	.btn_rm::after {
		width: 5%;
		transform: translateY(-50%) rotate(45deg);
		transform-origin: right center;
	}

	/* view more */
	.btn_vm {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 12%;
		margin: 1% auto 0;
		padding: 1% 5%;
		border: 1px solid #333;
		background-color: #fff;
		color: #333;
		font-size: 1.1vw;
		transition: 0.5s;
	}
	.btn_vm:hover {
		background-color: #333;
		color: #fff;
	}
	.btn_vm::after {
		font-family: 'FontAwesome';
		content: '\f138';
		font-size: 1.1vw;
		padding-left: 7%;
	}
	
	
/*--------------------------------------------------------------
 WATCH 商品詳細
--------------------------------------------------------------*/
	.ip_detail {
		margin: 1.5% auto 1%;
	}
	/*#contents .ip_detail .topicpath li {
		font-size: 0.9vw;
	}*/
	
	.myItemBlock {
		display: table;
		width: 100%;
		margin: 5% 0 0 0;
		table-layout: fixed;
	}
	.myItemBlock .image,
	.myItemBlock .detail {
		display: table-cell;
		vertical-align: top;
	}
	.myItemBlock .image {
		width: 40%;
	}
	
	.myItemBlock .detail {
		padding-left: 5%;
	}
	.myItemBlock .detail h1 {
		margin: 0;
		padding: 0;
		font-size: 1.3vw;
		font-weight: 500;
	}
	.myItemBlock .detail h1 img {
		width: 25%;
	}
	.myItemBlock .detail h1 span {
		display: block;
		padding-top: 1%;
		font-size: 1.1vw;
	}
	.myItemBlock .detail_desc {
		margin: 2.8% 0 0;
		font-size: 0.92vw;
	}
	.myItemBlock .detail_tbl {
		width: 100%;
		margin: 3.0% 0;
	}
	.myItemBlock .detail_tbl table {
		width: 68%;
		margin: 0;
		font-size: 0.85vw;
		border-left: solid 1px #eee;
		border-bottom: solid 1px #eee;
	}
	.myItemBlock .detail_tbl table th {
		width: 30%;
		padding: 1.5% 0;
		text-align: center;
		background: #f9f9f9;
		border-top: solid 1px #eee;
		font-size: 0.82vw;
	}
	.myItemBlock .detail_tbl table td {
		width: 70%;
		padding: 1.5% 4%;
		border-top: solid 1px #eee;
		border-right: solid 1px #eee;
	}
	.myItemBlock .detail_tbl p {
		margin: 0 0 3% 0;
		padding: 0;
		font-size: 1.15vw;
	}
	.myItemBlock .detail_tbl p span {
		font-size: 0.8vw;
		padding-left: 4px;
	}
	
	.myItemBlock .contact {
		margin: 4% 0 0;
	}
	.myItemBlock .contact .form {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin-bottom: 2%;
	}
	.myItemBlock .contact .form .btn,
	.myItemBlock .contact .form .txt {
		display: table-cell;
		vertical-align: middle;
	}
	.myItemBlock .contact .form .btn {
		width: 36%;
	}
	.modBtn01 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 98%;
		margin: 0 auto;
		padding: 2% 0;
		border: 1px solid #333;
		background-color: #333;
		color: #fff;
		font-size: 1.1vw;
		transition: 0.5s;
	}
	.modBtn01:hover {
		border: 1px solid #333;
		background-color: #fff;
		color: #333;
	}
	.modBtn01::after {
		font-family: 'FontAwesome';
		content: '\f138';
		font-size: 1.1vw;
		padding-left: 7%;
	}
	
	.myItemBlock .contact .form .txt {
		padding: 0 0 0 3%;
		font-size: 0.78vw;
	}
	.myItemBlock .contact .tel .head {
		display: inline-block;
		font-size: 1.0vw;
		margin-right: 2%;
	}
	.myItemBlock .contact .tel .head:before {
		font-family: 'FontAwesome';
		content: '\f095';
		vertical-align: -3px;
		margin-right: 5px;
		font-size: 1.3vw;
	}
	.myItemBlock .contact .tel .shop {
		display: inline;
	}
	.myItemBlock .contact .tel .shop li {
		display: inline;
		padding-right: 1.5%;
	}
	.myItemBlock .contact .tel .shop li:last-child {
		padding-right: 0;
	}
	.myItemBlock .contact .tel .shop dl {
		display: inline;
	}
	.myItemBlock .contact .tel .shop dl:not(:last-child) {
		margin-right: 15px;
	}
	.myItemBlock .contact .tel .shop dt,
	.myItemBlock .contact .tel .shop dd {
		display: inline;
	}
	.myItemBlock .contact .tel .shop dt {
		font-size: 0.9vw;
	}
	.myItemBlock .contact .tel .shop dd {
		font-size: 1.1vw;
	}
	
	.detail_j {
		margin: 6.5% auto 8%!important;
	}
	
	
	
/*--------------------------------------------------------------
 JEWELRY トップ
--------------------------------------------------------------*/
	.hd_jewelry {
		position: relative;
		box-sizing: border-box;
		background: url(/wp-content/themes/UMAKI/img/jewelry/bg_hdjewelry.webp) center center no-repeat;
		background-size: cover;
		width: 100%;
		padding-top: 23.43%;
	}
	.hd_jewelry h1 {
		position: absolute;
		top: 50%;
		left: 8.42%;
		transform: translateY(-50%);
		font-size: 2.5vw;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0.15em;
	}
	.hd_jewelry h1 span {
		display: block;
		font-size: 0.9vw;
		color: #777;
	}
	
	.cat_jewelry {
		max-width: 70%;
		margin: 8% auto 0;
		text-align: center;
		font-size: 0;
	}
	.cat_jewelry a:hover {
		opacity: 0.8;
	}
	.cat_jewelry li {
		width: 24%;
		display: inline-block;
		margin: 0;
		padding: 0 0 3%;
		font-size: 1.0vw;
		vertical-align: top;
	}
	.cat_jewelry li img {
		width: 75%;
		border: solid 1px #eee;
	}
	.cat_jewelry li h2 {
		font-size: 1.0vw;
		font-weight: 400;
		padding-top: 2%;
	}
	
	
	
	.withTitle {
		margin: 4% auto 0;
	}
	
	
	
	

/*--------------------------------------------------------------
 JEWELRY カテゴリ
--------------------------------------------------------------*/
	.jewelry_mv {
		margin-bottom: 30px;
		position: relative;
	}
	.jewelry_mv img {
		width: 100%;
	}
	.jewelry_mv h1 {
		position: absolute;
		top: 50%;
		left: 8.42%;
		transform: translateY(-50%);
		font-size: 2.5vw;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0.15em;
	}
	.jewelry_mv h1 span {
		display: block;
		font-size: 0.9vw;
		color: #777;
	}
	
	.jewelry_message {
		margin: 5% 0 0;
		text-align: center;
	}
	.jewelry_message h2 {
		margin: 0;
		padding: 0;
		font-size: 1.6vw;
		font-weight: 400;
		letter-spacing: 0.2em;
	}
	.jewelry_message h2 span {
		padding: 0 0.3%;
		font-size: 80%;
	}
	.jewelry_message p {
		display: block;
		padding: 2.2% 0 0;
		font-size: 1.0vw;
		font-weight: 400;
		color: #777;
		line-height: 2.2;
		letter-spacing: 0.15em;
	}


/*--------------------------------------------------------------
 商品一覧 MORE
--------------------------------------------------------------*/
.myListItem__more{
  margin: 0 0 8%;
  text-align: center;
}

.myListItem__more-inner{
  appearance: none;
  padding: 8px 5px;
  margin: 0 auto;
  width: 100%;
  max-width: 134px;
  display: block;
  border:none;
  background-color: transparent;
  transition:opacity 0.3s ease;
  border:solid 1px #333;
  cursor: pointer;
  font-family: "futura-pt", 'Noto Sans JP',sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color:#333;
}

body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hans"]) .myListItem__more-inner{
  font-family: "futura-pt", 'Noto Sans SC',sans-serif;
}
body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hant"]) .myListItem__more-inner{
  font-family: "futura-pt", 'Noto Sans TC',sans-serif;
}




.myListItem__more-inner:hover{
  opacity: 0.6;
}

@media only screen and (max-width: 600px) {
  .myListItem__more-inner{
    padding: 7px 5px;
    max-width: 105px;
    font-size: 12px;
  }
}

.myListItem__more-inner[aria-expanded="false"] .myListItem__more-more,
.myListItem__more-inner[aria-expanded="true"] .myListItem__more-close{
  display: inline;
}
.myListItem__more-inner[aria-expanded="true"] .myListItem__more-more{
  display: none;
}
.myListItem__more-inner[aria-expanded="false"] .myListItem__more-close{
  display: none;
}
.myListItem__more-more{
}
.myListItem__more-close{
}



/* おすすめ商品 */
.myBlockRecommended {
  margin: 6.5% auto 8%;
}

	.myBlockRecommended h2 {
		text-align: center;
		font-size: 1.7vw;
		font-weight: 350;
		color: #555;
		letter-spacing: 0.25em;
		line-height: 1.6;
	}
	.myBlockRecommended h2 span {
		display: block;
		font-size: 0.8vw;
		font-weight: 400;
		color: #777;
		letter-spacing: 0.18em;
	}

.myBlockRecommended__header{
  margin-bottom: 3.5%;
  text-align: center;
}
.myBlockRecommended__header-title{
  font-size: 14px;
  color:#555555;
  line-height: 1.2;
}
.myBlockRecommended__header-en {
  font-size: 31px;
  line-height: 1.2;
  font-family: "futura-pt", 'Noto Sans JP',sans-serif;
  font-weight: 350;
  letter-spacing: 0.31em;
  margin-bottom: 12px;
}

body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hans"]) .myBlockRecommended__header-en{
  font-family: "futura-pt", 'Noto Sans SC',sans-serif;
}
body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hant"]) .myBlockRecommended__header-en{
  font-family: "futura-pt", 'Noto Sans TC',sans-serif;
}

.myBlockRecommendedList {
  max-width: 1200px;
  margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 34px 56px;
}
.myBlockRecommendedList__item{
}
.myBlockRecommendedList__item.-first{
  width: 50.45%;
}
.myBlockRecommendedList__sub{
  display: flex;
  flex-wrap: wrap;
  gap: 35px 56px;
  width: calc(100% - 50.45% - 56px);
}
.myBlockRecommendedList__sub .myBlockRecommendedList__item{
  width: calc((100% - 56px*1)/2);
}
.myBlockRecommendedList__link{
  display: block;
  transition:opacity 0.3s ease;
  text-decoration: none;
  color:#333;
}
.myBlockRecommendedList__link:hover{
  opacity: 0.6;
  color:#333;
}
.myBlockRecommendedList__image{
  margin-bottom: 3%;
  text-align: center;
}
.myBlockRecommendedList__item.-first .myBlockRecommendedList__image{
  margin-bottom: 33px;
}
.myBlockRecommendedList__detail{
  position: relative;
  padding-left: 23%;
}
.myBlockRecommendedList__item.-first .myBlockRecommendedList__detail{
  padding-left: 13.8%;
}
.myBlockRecommendedList__num {
  border:solid 1px #333;
  position: absolute;
  top: 5%;
  left: 0;
  width: 16.5%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.2vw;
  line-height: 2.2;
}
.myBlockRecommendedList__item.-first .myBlockRecommendedList__num {
  width: 11%;
  height: auto;
  font-size: 2.0vw;
}
.myBlockRecommendedList__name {
  margin-bottom: 2%;
  font-size: 0.9vw;
  letter-spacing: 0.075em;
}
.myBlockRecommendedList__name br {
  display: none;
}
.myBlockRecommendedList__item.-first .myBlockRecommendedList__name {
  margin-bottom: 0.8%;
  font-size: 1.0vw;
}
.myBlockRecommendedList__price{
  font-size: 0.9vw;
  letter-spacing: 0.075em;
}
.myBlockRecommendedList__item.-first .myBlockRecommendedList__price{
  font-size: 1.0vw;
}
.myBlockRecommendedList__price-tax {
  font-size: 80%;
  padding-left: 3px;
}



/* 商品抽出エリア */
.myBlockFilter {
  margin-top: 7.5%;
  margin-bottom: 3.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom:solid 1px #C7C7C7;
  padding-bottom: 16px;
}
.myBlockFilter__topicpath {
  flex: 1;
}
.myBlockFilter__topicpath .topicpath li {
  font-size: 1.0vw!important;
}
.myBlockFilter__topicpath .topicpath li:after {
  font-size: 1.2vw!important;
}
#contents .myBlockFilter__topicpath > *{
  margin-bottom: 0;
}
.myBlockFilter__detail{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  padding-left: 42px;
}
.myBlockFilter__detail::before {
  content:"";
  background-image: url(../img/icon_order.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27px auto;
  position: absolute;
  top:0;
  left: 0;
  width: 27px;  
  height: 24px;
}
.myBlockFilter__list {
  display: flex;
  flex-wrap: wrap;
  gap:0 10px;
}
.myBlockFilter__list-link {
  appearance: none;
  transition:background-color 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding: 0 9px;
  height: 23px;
  border-radius: 8px;
  background-color: #fff;
  border:solid 1px #777777;
  text-decoration: none;
  font-size: 0.75vw;
  color:#777777;
  line-height: 1.2;
  cursor: pointer;
}
.myBlockFilter__list-link:hover {
  background-color: #777777;
  color:#fff;
}

.myBlockFilter__list-link.-type02 {
  font-weight: 400;
  font-size: 0.85vw;
  font-family: "futura-pt", 'Noto Sans JP',sans-serif;
}

body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hans"]) .myBlockFilter__list-link.-type02{
  font-family: "futura-pt", 'Noto Sans SC',sans-serif;
}
body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hant"]) .myBlockFilter__list-link.-type02{
  font-family: "futura-pt", 'Noto Sans TC',sans-serif;
}

.myBlockFilter__list-link.-active {
  background-color: #777777;
  color:#fff;
}

.myBlockFilterSearch__inner {
  display: flex;
  flex-wrap: wrap;
}
.myBlockFilterSearch__input {
  appearance: none;
  border-radius: 0;
  background-color: #eee;
  border:none;
  box-sizing: border-box;
  width: 100%;
  max-width: 133px;
  height: 23px;
  padding: 3px 5px;
  line-height: 1.2;
  font-size: 13px;
}
.myBlockFilterSearch__btn {
  appearance: none;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0 21px 0 8px;
  margin: 0;
  height: auto;
  border:none;
  background-color: #777777;
  color:#fff;
  font-size: 0.85vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "futura-pt", 'Noto Sans JP',sans-serif;
  line-height: 1.2;
  cursor: pointer;
}

body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hans"]) .myBlockFilterSearch__btn{
  font-family: "futura-pt", 'Noto Sans SC',sans-serif;
}
body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hant"]) .myBlockFilterSearch__btn{
  font-family: "futura-pt", 'Noto Sans TC',sans-serif;
}


.myBlockFilterSearch__btn::after {
  content:"";
  margin: auto 0;
  background-image: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px auto;
  width: 11px;
  height: 13px;
  position: absolute;
  top:0;
  right: 6px;
  bottom: 0;
}


/*--------------------------------------------------------------
 Responsive
--------------------------------------------------------------*/
	@media screen and (max-width: 1535px) {
	
	}
	
	@media screen and (max-width: 1366px) {
/* WATCH カテゴリ */
.myPageTitle {
  padding: 4% 3.5% 3.5% 3.5%;
  margin-bottom: 8%;
}
.myPageTitle h1 {
  padding-bottom: 1.5%;
  font-size: 2.5vw;
}
.myPageTitle .en {
  padding-bottom: 0.3%;
}
.myPageTitle .jp {
  font-size: 1.1vw;
}
.open-label::before {
  font-size: 1.2vw;
}
.on_off:checked ~ .open-label::before {
  font-size: 1.2vw;
}
.myPageTitle .detail .lead {
  font-size: 1.05vw;
}
.myPageTitle .detail table {
  font-size: 1.0vw;
}
.il_h2ttl {
  margin-bottom: 2.5%;
  padding-bottom: 1.8%;
  font-size: 2.4vw;
}
.series_desc {
	margin-bottom: 5%;
	font-size: 1.1vw;
}
.myItemList .series {
	font-size: 1.3vw;
}
.myItemList .name {
	font-size: 0.9vw;
}
.list_price {
	font-size: 1.18vw;
}
.list_price span {
	font-size: 0.97vw;
}
.ft_maintenace table {
	max-width: 1220px;
}

	/* WATCH 商品詳細 */
	
	
	/* JEWELRY トップ */
	.cat_jewelry {
		max-width: 80%;
	}
	.cat_jewelry li h2 {
		font-size: 1.2vw;
	}
	
	/* おすすめ商品 */
	.myBlockRecommendedList__name {
		font-size: 1.1vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__name {
		font-size: 1.2vw;
	}
	.myBlockRecommendedList__price{
		font-size: 1.1vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__price{
		font-size: 1.2vw;
	}
	
	/* 商品抽出エリア */
	.myBlockFilter__detail::before {
		background-size: 25px auto;
		width: 25px;  
		height: 22px;
	}
	
	/* JEWELRY カテゴリ */
	.jewelry_message h2 {
		font-size: 1.8vw;
	}
	.jewelry_message p {
		font-size: 1.2vw;
	}
	
	}
	
	
	.pc1280br {
		display: block;
	}
	
	@media screen and (max-width: 1280px) {
	.pc1280br {
		display: none;
	}
	
	/* WATCH トップ */
	.message {
		margin: 3.6% 0 0;
	}
	.message p {
		font-size: 1.9vw;
	}
	.message p span {
		padding: 1.5% 0 0;
		font-size: 1.2vw;
	}
		
/* WATCH カテゴリ */
.myPageTitle {
  padding: 3.5% 3% 3% 3%;
}
.open-label::before {
  font-size: 1.3vw;
}
.on_off:checked ~ .open-label::before {
  font-size: 1.3vw;
}
.myPageTitle .detail .lead {
  font-size: 1.25vw;
}
.myPageTitle .detail table {
  font-size: 1.2vw;
}
.myPageTitle .detail .link {
  font-size: 1.5vw;
  margin-bottom: 2.3%;
}
.myPageTitle .detail .link span {
  font-size: 50%;
}
.il_h2ttl {
  margin-bottom: 2.2%;
  padding-bottom: 1.5%;
  font-size: 2.8vw;
}
.series_desc {
	margin-bottom: 5%;
	font-size: 1.3vw;
}
.myItemList .series {
	font-size: 1.5vw;
}
.myItemList .name {
	font-size: 1.1vw;
	letter-spacing: 0.08em;
}
.list_price {
	font-size: 1.38vw;
}
.list_price span {
	font-size: 1.07vw;
}
.brandlist {
	margin: 4.6% auto 3.6%;
}
.brandlist h2 {
	font-size: 2.3vw;
}
.brandlist h2 span {
	font-size: 1.0vw;
}
.brandlist h3 {
	font-size: 1.18vw;
	letter-spacing: 0.08em;
}
.brandlist ul {
	max-width: 984px;
}

.ft_maintenace h2 {
	font-size: 2.3vw;
}
.ft_maintenace h2 span {
	font-size: 1.0vw;
}
.ft_maintenace h3 {
	padding: 0;
	font-size: 1.3vw;
}
.ft_maintenace h3 span {
	font-size: 1.2vw;
}
.ft_maintenace table {
	max-width: 984px;
}
.ft_maintenace table td {
	padding: 0 0 2.5%;
	font-size: 1.1vw;
	vertical-align: top;
}
.after_img {
	padding: 0.5% 1.5% 1.5% 0!important;
}
	/* BLOG */
	.sectBlog h2 {
		font-size: 2.3vw;
	}
	.sectBlog h2 span {
		font-size: 1.0vw;
	}
	.listNewsEntry {
		max-width: 78%;
	}
	.sectBlog .entry .innerLeft {
		width: 70%;
	}
	.sectBlog .entry .innerRight {
		width: 30%;
		padding-left: 6%;
	}
	.sectBlog .entry .entryTime {
		font-size: 1.1vw;
	}
	.sectBlog .entry .entryTime span {
		margin-left: 1.7%;
		font-size: 0.9vw;
	}
	.sectBlog .entry .entryTitle {
		font-size: 1.4vw;
	}
	.sectBlog .entry .entryExcerpt {
		font-size: 1.12vw;
	}
	/* view more */
	.btn_vm {
		width: 14%;
		font-size: 1.3vw;
	}
	.btn_vm::after {
		font-size: 1.3vw;
	}
	
	
	/* WATCH 商品詳細 */
	.myItemBlock .contact .tel .head {
		margin-right: 1.5%;
	}
	
	/* JEWELRY トップ */
	.cat_jewelry {
		max-width: 100%;
	}
	.cat_jewelry li h2 {
		font-size: 1.4vw;
	}
	.bl_jewelry ul li {
		width: 28%;
	}
	
	/* おすすめ商品 */
	.myBlockRecommended h2 {
		font-size: 2.3vw;
	}
	.myBlockRecommended h2 span {
		font-size: 1.0vw;
	}
	
	/* 商品抽出エリア */
	.myBlockFilter__topicpath .topicpath li {
		font-size: 1.15vw!important;
	}
	.myBlockFilter__topicpath .topicpath li:after {
		font-size: 1.35vw!important;
	}
	.myBlockFilter__list-link {
		font-size: 0.85vw;
	}
	.myBlockFilter__list-link.-type02 {
		font-size: 0.95vw;
	}
	
	/* JEWELRY カテゴリ */
	.jewelry_message h2 {
		font-size: 2.1vw;
	}
	.jewelry_message p {
		padding: 1.8% 0 0;
		font-size: 1.5vw;
	}
	
	
	}
	
	
	
	@media screen and (max-width: 1024px) {
	/* WATCH トップ */
	.message {
		margin: 3.2% 0 0;
	}
	.message p {
		font-size: 2.1vw;
	}
	.message p span {
		font-size: 1.5vw;
		line-height: 2.0;
	}
	
/* WATCH カテゴリ */
.open-label {
  margin: 0;
}
.open-label::before {
  font-size: 1.4vw;
}
.open-label::after {
  font-size: 1.7vw;
  transform: translate(-50%, 20%);
}
.on_off:checked ~ .open-label::after {
  font-size: 1.7vw;
  transform: translate(-50%, -40%);
}
.on_off:checked ~ .open-label::before {
  font-size: 1.4vw;
}
.myPageTitle .detail .lead {
  font-size: 1.4vw;
}
.myPageTitle .detail table {
  font-size: 1.35vw;
}
.il_h2ttl {
  font-size: 3.2vw;
}
.series_desc {
	font-size: 1.5vw;
}

.brandlist h2 {
	font-size: 2.6vw;
}
.brandlist h2 span {
	font-size: 1.3vw;
}
.brandlist h3 {
	font-size: 1.28vw;
	letter-spacing: 0.06em;
}
.brandlist ul {
	max-width: 814px;
}
.ft_maintenace {
	padding: 5.5% 0 4.5%;
}
.ft_maintenace h2 {
	font-size: 2.6vw;
}
.ft_maintenace h2 span {
	font-size: 1.3vw;
}
.ft_maintenace h3 {
	font-size: 1.5vw;
}
.ft_maintenace h3 span {
	font-size: 1.4vw;
}
.ft_maintenace table {
	max-width: 814px;
}
.ft_maintenace table td {
	font-size: 1.3vw;
}

	/* BLOG */
	.sectBlog h2 {
		font-size: 2.6vw;
	}
	.sectBlog h2 span {
		font-size: 1.3vw;
	}
	.listNewsEntry {
		max-width: 83.8%;
	}
	.sectBlog .entry .entryTime {
		font-size: 1.3vw;
	}
	.sectBlog .entry .entryTime span {
		font-size: 1.1vw;
	}
	.sectBlog .entry .entryTitle {
		font-size: 1.6vw;
	}
	.sectBlog .entry .entryExcerpt {
		font-size: 1.3vw;
	}
	.btn_rm {
		font-size: 1.1vw;
	}
	/* view more */
	.btn_vm {
		width: 16%;
		font-size: 1.5vw;
	}
	.btn_vm::after {
		font-size: 1.5vw;
	}
	
	/* WATCH 商品詳細 */
	.myItemBlock .contact .tel .head {
		margin-right: 1.2%;
		letter-spacing: 0.08em;
	}
	.myItemBlock .contact .tel .shop li {
		display: inline;
		padding-right: 1.2%;
		letter-spacing: 0.08em;
	}
	
	/* JEWELRY トップ */
	.cat_jewelry li h2 {
		font-size: 1.6vw;
	}
	
	/* おすすめ商品 */
	.myBlockRecommended h2 {
		font-size: 2.6vw;
	}
	.myBlockRecommended h2 span {
		font-size: 1.3vw;
	}
	.myBlockRecommendedList__name {
		font-size: 1.2vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__name {
		font-size: 1.3vw;
	}
	.myBlockRecommendedList__price{
		font-size: 1.2vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__price{
		font-size: 1.3vw;
	}
	
	
	/* 商品抽出エリア */
	.myBlockFilter__topicpath .topicpath li {
		font-size: 1.3vw!important;
		letter-spacing: 0.08em;
	}
	.myBlockFilter__topicpath .topicpath li:after {
		font-size: 1.5vw!important;
	}
	.myBlockFilter__detail{
		padding-left: 38px;
	}
	.myBlockFilter__detail::before {
		background-size: 20px auto;
		width: 22px;  
		height: 20px;
	}
	.myBlockFilter__list-link {
		padding: 0 6px;
		font-size: 0.95vw;
	}
	.myBlockFilter__list-link.-type02 {
		font-size: 1.05vw;
	}
	.myBlockFilterSearch__input {
		max-width: 120px;
	}
	
	/* JEWELRY カテゴリ */
	.jewelry_message h2 {
		font-size: 2.3vw;
	}
	.jewelry_message p {
		padding: 1.6% 0 0;
		font-size: 1.7vw;
	}
	
	}
	
	@media screen and (max-width: 844px) {
	
/* WATCH カテゴリ */	
.brandlist h2 {
	font-size: 2.8vw;
}
.brandlist h2 span {
	font-size: 1.5vw;
}
.brandlist h3 {
	font-size: 1.38vw;
	letter-spacing: 0.05em;
}
.brandlist ul {
	max-width: 738px;
}
.ft_maintenace h2 {
	font-size: 2.8vw;
}
.ft_maintenace h2 span {
	font-size: 1.5vw;
}
.ft_maintenace table {
	max-width: 738px;
}

	/* JEWELRY トップ */
	.cat_jewelry li h2 {
		font-size: 1.8vw;
	}
	
	/* おすすめ商品 */
	.myBlockRecommended h2 {
		font-size: 2.8vw;
	}
	.myBlockRecommended h2 span {
		font-size: 1.5vw;
	}
	
	/* 商品抽出エリア */
	.myBlockFilter__topicpath .topicpath li {
		font-size: 1.4vw!important;
		padding-right: 22px!important;
	}
	.myBlockFilter__topicpath .topicpath li:after {
		font-size: 1.6vw!important;
	}
	.myBlockFilter__detail{
		padding-left: 30px;
		letter-spacing: 0.08em;
	}
	.myBlockFilter__detail::before {
		background-size: 18px auto;
		top: 4px;
		width: 18px;  
		height: 16px;
	}
	.myBlockFilter__list {
		gap: 0 8px;
	}
	.myBlockFilter__list-link {
		font-size: 1.15vw;
	}
	.myBlockFilter__list-link.-type02 {
		font-size: 1.25vw;
	}
	.myBlockFilterSearch__input {
		max-width: 100px;
	}
	
	
	}
	
	.sp768br {
		display: none;
	}	
	
	@media screen and (max-width: 768px) {
	.sp768br {
		display: block;
	}
	/* WATCH トップ */
	.watch_mv {
		margin-bottom: 1.8%;
	}
	.watch_mv h1 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -65%);
		font-size: 7.7vw;
		text-align: center;
	}
	.watch_mv h1 span {
		font-size: 3.5vw;
		color: #999;
	}
	.message {
		margin: 3% 0 0;
	}
	.message p {
		font-size: 2.6vw;
	}
	.message p span {
		font-size: 1.9vw;
		line-height: 1.9;
	}
	
/* WATCH カテゴリ */
.myMainVisual {
	margin-bottom: 3%;
}
.myPageTitle h1 {
  padding-bottom: 1.6%;
  font-size: 4.0vw;
}
.myPageTitle .en {
  padding-bottom: 0;
}
.myPageTitle .jp {
  font-size: 2.0vw;
}
.open-label::before {
  font-size: 1.9vw;
}
.open-label::after {
  font-size: 2.2vw;
  transform: translate(-50%, 20%);
}
.on_off:checked ~ .open-label::after {
  font-size: 2.2vw;
  transform: translate(-50%, -40%);
}
.on_off:checked ~ .open-label::before {
  font-size: 1.9vw;
}
.open {
  height: 120px;
}
.myPageTitle .detail .lead {
  font-size: 1.8vw;
}
.myPageTitle .detail table {
  margin-bottom: 4%;
  font-size: 1.75vw;
}
.myPageTitle .detail .link {
  font-size: 2.1vw;
  margin-bottom: 2.5%;
}
.myPageTitle .detail .link a {
  width: 25%;
}
.myLnav {
	margin-bottom: 6%;
}
.myLnav li {
	width: 24.7%;
	padding: 0 0 3.5%;
	font-size: 2.0vw;
}
.myLnav li img {
	padding-bottom: 1%;
}
.il_h2ttl {
  margin-bottom: 2.5%;
  padding-bottom: 1.8%;
  font-size: 3.7vw;
}
.series_desc {
	font-size: 2.0vw;
}
.myItemList li {
  width: 47%;
  margin: 0 1.5% 7%;
}
.myItemList .series {
	font-size: 2.3vw;
}
.myItemList .name {
	font-size: 2.1vw;
}
.list_price {
	font-size: 2.1vw;
}
.list_price span {
	font-size: 2.0vw;
}

.brandlist h2 {
	font-size: 3.4vw;
}
.brandlist h2 span {
	font-size: 1.7vw;
}
.brandlist h3 {
	font-size: 2.2vw;
	letter-spacing: 0.08em;
}
.brandlist ul {
	margin: 2.7% auto 0;
}
.brandlist ul li:nth-child(4n-3) {
	width: 18%;
}
.brandlist ul li:nth-child(4n-2) {
	width: 26%;
}
.brandlist ul li:nth-child(4n-1) {
	width: 30%;
}
.brandlist ul li:nth-child(4n) {
	width: 26%;
}

.ft_maintenace {
	padding: 6.5% 0 4.8%;
}
.ft_maintenace h2 {
	font-size: 3.4vw;
}
.ft_maintenace h2 span {
	font-size: 1.7vw;
}
.ft_maintenace h3 {
	padding: 0 0 1.5% 0;
	font-size: 2.2vw;
}
.ft_maintenace h3 span {
	font-size: 2.1vw;
}
.ft_maintenace table {
	width: auto;
	margin: 5% auto 0;
	padding: 0 25px;
}
.ft_maintenace table td {
	width: 33%;
	padding: 0;
	font-size: 1.8vw;
}
.after_img {
	width: 16%!important;
	padding: 0 4% 4% 0!important;
}
	/* BLOG */
	.sectBlog h2 {
		font-size: 3.4vw;
	}
	.sectBlog h2 span {
		font-size: 1.7vw;
	}
	.listNewsEntry {
		max-width: 92%;
		margin: 3% auto 4%;
	}
	.sectBlog .entry .entryTime {
		font-size: 1.6vw;
	}
	.sectBlog .entry .entryTime span {
		font-size: 1.4vw;
	}
	.sectBlog .entry .entryTitle {
		font-size: 1.8vw;
	}
	.sectBlog .entry .entryExcerpt {
		font-size: 1.5vw;
	}
	.btn_rm {
		margin-top: 1%;
		font-size: 1.4vw;
	}
	.btn_rm::before,
	.btn_rm::after {
		right: 10%;
	}
	/* view more */
	.btn_vm {
		font-size: 1.7vw;
		width: 18%;
		margin: 3% auto 8%;
	}
	.btn_vm::after {
		font-size: 1.7vw;
	}
	
	/* WATCH 商品詳細 */
	.myItemBlock {
		margin: 5% 0;
	}
	.myItemBlock .image,
	.myItemBlock .detail {
		display: block;
	}
	.myItemBlock .image {
		width: 60%;
		margin: 0 auto 3%;
	}
	.myItemBlock .detail {
		padding-left: 0;
	}
	.myItemBlock .detail h1 {
		text-align: center;
	}
	.myItemBlock .detail h1 img {
		width: 35%;
	}
	.myItemBlock .detail h1 span {
		padding-top: 4%;
		font-size: 2.2vw;
	}
	.myItemBlock .detail_desc {
		margin: 3% 0 0;
		font-size: 1.6vw;
	}
	.myItemBlock .detail_tbl table {
		width: 100%;
		margin: 0 auto;
		font-size: 1.6vw;
	}
	.myItemBlock .detail_tbl table th {
		width: 30%;
		padding: 1.5% 0;
		font-size: 1.6vw;
		vertical-align: middle;
	}
	.myItemBlock .detail_tbl table td {
		width: 70%;
		padding: 1.5% 4%;
	}
	.myItemBlock .detail_tbl p {
		font-size: 2.2vw;
		text-align: center;
	}
	.myItemBlock .detail_tbl p span {
		font-size: 1.2vw;
	}
	.myItemBlock .contact .txt {
		padding: 0;
		font-size: 1.8vw;
		text-align: center;
	}
	.myItemBlock .contact .form .btn {
		display: block;
		width: 35%;
		margin: 3% auto 0;
	}
	.modBtn01 {
		font-size: 2.2vw;
	}
	.modBtn01::after {
		font-size: 2.0vw;
	}
	.myItemBlock .contact .tel {
		text-align: center;
		line-height: 1.6;
		margin-top: 3.8%;
	}
	.myItemBlock .contact .tel .head {
		font-size: 1.8vw;
		margin-right: 0;
		display: block;
	}
	.myItemBlock .contact .tel .head:before {
		vertical-align: -3px;
		font-size: 2.0vw;
	}
	.myItemBlock .contact .tel .shop {
		display: block;
	}
	.myItemBlock .contact .tel .shop li {
		padding-right: 1.5%;
		letter-spacing: 0.1em;
	}
	.myItemBlock .contact .tel .shop dt {
		font-size: 2.0vw;
	}
	.myItemBlock .contact .tel .shop dd {
		font-size: 2.4vw;
	}
	
	/* JEWELRY トップ */
	.hd_jewelry {
		background: url(/wp-content/themes/UMAKI/img/jewelry/bgsp_hdjewelry.webp) center center no-repeat;
		background-size: cover;
		padding-top: 117.18%;
	}
	.hd_jewelry h1 {
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 6.5vw;
		text-align: center;
	}
	.hd_jewelry h1 span {
		font-size: 2.0vw;
	}
	.cat_jewelry li h2 {
		font-size: 2.0vw;
	}
	.myBlockFilter {
		width: 100%;
		margin-top: 5.5%;
		margin-bottom: 3.5%;
		display: inline-block;
		border-style: none;
		padding-bottom: 0;
	}
	.myBlockFilter__topicpath {
		display: block;
		margin-bottom: 3.5%;
		padding-bottom: 2%;
		border-bottom: solid 1px #ccc;
	}
	.myBlockFilter__topicpath .topicpath li {
		font-size: 2.0vw!important;
		letter-spacing: 0.1em;
	}
	.myBlockFilter__topicpath .topicpath li:after {
		font-size: 2.2vw!important;
	}
	.myBlockFilter__detail {
		width: 100%;
		margin: 0;
		display: inline;
		padding-left: 0;
	}
	.myBlockFilter__detail::before {
		display: none;
	}
	.myBlockFilter__list {
		display: flex;
		justify-content: center;
		margin-bottom: 3%;
	}
	.myBlockFilter__list::before {
		content:"";
		background-image: url(../img/icon_order.svg);
		background-repeat: no-repeat;
		background-size: 22px auto;
		width: 22px;
		height: 20px;
		padding-right: 4px;
	}
	.myBlockFilter__list-link {
		padding: 0 9px;
		font-size: 1.6vw;
	}
	.myBlockFilter__list-link.-type02 {
		font-size: 1.7vw;
	}
	.myBlockFilterSearch {
		margin: 0 auto;
		display: block;
	}
	.myBlockFilterSearch__inner {
		justify-content: center;
	}
	.myBlockFilterSearch__btn {
		font-size: 1.8vw;
		padding: 0 30px 0 14px;
	}
	.myBlockFilterSearch__input {
		max-width: 42%;
	}
	.myBlockFilterSearch__btn::after {
		background-size: 13px auto;
		width: 13px;
		height: 15px;
		top: 2px;
		right: 12px;
	}
	.bl_jewelry ul li {
		width: 32%!important;
	}
	
	/* JEWELRY カテゴリ */
	.jewelry_mv h1 {
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 6.5vw;
		text-align: center;
		text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8), -2px 2px 4px rgba(255, 255, 255, 0.8), -2px -2px 4px rgba(255, 255, 255, 0.8), 2px -2px 4px rgba(255, 255, 255, 0.8);
	}
	.jewelry_mv h1 span {
		font-size: 2.0vw;
	}
	.jewelry_message h2 {
		font-size: 3.0vw;
	}
	.jewelry_message p {
		padding: 1.5% 0 0;
		font-size: 2.2vw;
	}
	
	
	/* おすすめ商品 */
	.myBlockRecommended {
		width: 75%;
	}
	.myBlockRecommended h2 {
		font-size: 3.4vw;
	}
	.myBlockRecommended h2 span {
		font-size: 1.7vw;
	}
	.myBlockRecommended__header{
		margin-bottom: 5.5%;
	}
	.myBlockRecommendedList__item.-first {
		width: 100%;
	}
	.myBlockRecommendedList__sub {
		width: 100%;
		gap: 30px;
	}
	.myBlockRecommendedList__sub .myBlockRecommendedList__item {
		width: calc((100% - 30px*1)/2);
	}
	.myBlockRecommendedList__num {
		top: 2%;
		width: 16.5%;
		height: auto;
		font-size: 2.5vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__num {
		width: 10%;
		height: auto;
		font-size: 3.2vw;
	}
	.myBlockRecommendedList__name {
		margin-bottom: 2%;
		font-size: 1.9vw;
		letter-spacing: 0.075em;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__name {
		margin-bottom: 0;
		font-size: 2.0vw;
	}
	.myBlockRecommendedList__price {
		font-size: 1.9vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__price {
		font-size: 2.0vw;
	}
	
	
	
	
	
	
	
	}
	
	
	
	@media screen and (max-width: 580px) {
	/* WATCH トップ */
	.watch_mv {
		margin-bottom: 2.0%;
	}
	.message {
		margin: 2.5% 0 0;
	}
	.message p {
		font-size: 3.2vw;
	}
	.message p span {
		font-size: 2.5vw;
		line-height: 1.8;
	}
	
/* WATCH カテゴリ */
.myPageTitle h1 {
  padding-bottom: 1.6%;
  font-size: 4.5vw;
}
.myPageTitle .jp {
  font-size: 2.5vw;
}
.myPageTitle .jp {
  font-size: 2.0vw;
}
.open-label::before {
  font-size: 2.1vw;
}
.open-label::after {
  font-size: 2.4vw;
  transform: translate(-50%, 20%);
}
.on_off:checked ~ .open-label::after {
  font-size: 2.4vw;
  transform: translate(-50%, -10%);
}
.on_off:checked ~ .open-label::before {
  font-size: 2.1vw;
}
.myPageTitle .detail .lead {
  font-size: 2.4vw;
}
.myPageTitle .detail table {
  margin-bottom: 4.5%;
  font-size: 2.25vw;
}
.myPageTitle .detail .link {
  font-size: 2.6vw;
}
.myPageTitle .detail .link a {
  width: 30%;
}
.myLnav {
	margin-bottom: 5.5%;
}
.myLnav li {
	width: 24.5%;
	font-size: 2.5vw;
}
.il_h2ttl {
  margin-bottom: 2.5%;
  padding-bottom: 1.8%;
  font-size: 4.4vw;
}
.series_desc {
	font-size: 3.0vw;
	letter-spacing: 0.08em;
	line-height: 1.8;
}
.myListItem__new img {
	width: 25px;
}
.myItemList .series {
	font-size: 2.6vw;
}
.myItemList .name {
	font-size: 2.4vw;
}
.list_price {
	font-size: 2.4vw;
}
.list_price span {
	font-size: 2.3vw;
}
.brandlist {
	margin: 5.2% auto 4.2%;
}
.brandlist h2 {
	font-size: 4.6vw;
}
.brandlist h2 span {
	padding-right: 0.4%;
	font-size: 2.2vw;
}
.brandlist h3 {
	font-size: 2.7vw;
	letter-spacing: 0.08em;
}
.brandlist ul {
	width: auto;
	margin: 3.0% auto 0;
	padding: 0 20px;
}
.brandlist ul li {
	width: 33%!important;
}
.ft_maintenace {
	padding: 6.5% 0 0;
}
.ft_maintenace h2 {
	font-size: 4.6vw;
}
.ft_maintenace h2 span {
	font-size: 2.2vw;
}
.ft_maintenace h3 {
	padding: 0 0 1% 0;
	font-size: 2.8vw;
}
.ft_maintenace h3 span {
	font-size: 2.6vw;
	line-height: 1.6;
}
.ft_maintenace table {
	padding: 0 20px;
}
.ft_maintenace table td {
	font-size: 2.5vw;
	padding: 0;
	line-height: 1.6;
}
.after_img {
	padding: 0 3% 10% 0!important;
}
	/* BLOG */
	.sectBlog {
		padding: 5.5% 0 2%;
	}
	.sectBlog h2 {
		font-size: 4.5vw;
	}
	.sectBlog h2 span {
		font-size: 2.2vw;
	}
	.listNewsEntry {
		margin: 3% auto 8%;
	}
	.sectBlog .entry {
		padding: 5% 2%;
		display: block;
	}
	.sectBlog .entry .innerLeft {
		width: 100%;
	}
	.sectBlog .entry .innerRight {
		width: 100%;
		padding-left: 0;
	}
	.sectBlog .entry .entryTime {
		font-size: 3.0vw;
	}
	.sectBlog .entry .entryTime span {
		font-size: 2.8vw;
	}
	.sectBlog .entry .entryTitle {
		font-size: 3.2vw;
	}
	.sectBlog .entry .entryExcerpt {
		font-size: 2.9vw;
	}
	.btn_rm {
		margin-top: 1.2%;
		font-size: 2.6vw;
	}
	/* view more */
	.btn_vm {
		font-size: 2.4vw;
		width: 25%;
		margin: 5% auto 8%;
	}
	.btn_vm::after {
		font-size: 2.4vw;
	}
	/* WATCH 商品詳細 */
	.myItemBlock {
		margin: 4% 0 8%;
	}
	.myItemBlock .image {
		width: 80%;
		margin: 0 auto 2%;
	}
	.myItemBlock .detail h1 img {
		width: 40%;
	}
	.myItemBlock .detail h1 span {
		padding-top: 3%;
		font-size: 2.8vw;
	}
	.myItemBlock .detail_desc {
		font-size: 2.2vw;
	}
	.myItemBlock .detail_tbl table {
		font-size: 2.2vw;
	}
	.myItemBlock .detail_tbl table th {
		width: 25%;
		font-size: 2.2vw;
	}
	.myItemBlock .detail_tbl table td {
		width: 75%;
		padding: 1.5% 3%;
	}
	.myItemBlock .detail_tbl p {
		font-size: 3.0vw;
	}
	.myItemBlock .detail_tbl p span {
		font-size: 2.0vw;
	}
	.myItemBlock .contact .txt {
		font-size: 2.2vw;
	}
	.myItemBlock .contact .form .btn {
		width: 45%;
	}
	.modBtn01 {
		font-size: 2.8vw;
	}
	.modBtn01::after {
		font-size: 2.6vw;
	}
	.myItemBlock .contact .tel .head {
		font-size: 2.4vw;
	}
	.myItemBlock .contact .tel .head:before {
		font-size: 2.8vw;
	}
	.myItemBlock .contact .tel .shop dt {
		font-size: 2.4vw;
	}
	.myItemBlock .contact .tel .shop dd {
		font-size: 3.8vw;
	}
	
	/* JEWELRY トップ */
	.hd_jewelry h1 {
		font-size: 6.8vw;
	}
	.hd_jewelry h1 span {
		font-size: 2.3vw;
	}
	.cat_jewelry li img {
		width: 85%;
	}
	.cat_jewelry li h2 {
		font-size: 2.4vw;
	}
	.myBlockFilter__topicpath .topicpath li {
		font-size: 2.8vw!important;
		letter-spacing: 0.1em;
		padding-right: 25px !important;
	}
	.myBlockFilter__topicpath .topicpath li:after {
		font-size: 3.0vw!important;
	}
	.myBlockFilter__list::before {
		background-size: 20px auto;
		width: 20px;
		height: 18px;
		margin-top: 3px;
		padding-right: 4px;
	}
	.myBlockFilter__list {
		gap: 0 10px;
	}
	.myBlockFilter__list-link {
		font-size: 2.0vw;
	}
	.myBlockFilter__list-link.-type02 {
		font-size: 2.1vw;
	}
	.myBlockFilterSearch__btn {
		font-size: 2.2vw;
	}
	.myBlockFilterSearch__input {
		max-width: 55%;
	}
	.bl_jewelry ul li {
		width: 31.8%!important;
	}
	
	/* おすすめ商品 */
	.myBlockRecommended {
		width: 90%;
		margin: 6.5% auto 10%;
	}
	.myBlockRecommended h2 {
		font-size: 4.4vw;
	}
	.myBlockRecommended h2 span {
		font-size: 2.0vw;
	}
	.myBlockRecommendedList__num {
		width: 16%;
		font-size: 2.8vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__num {
		width: 9%;
		font-size: 3.4vw;
	}
	.myBlockRecommendedList__name {
		margin-bottom: 2%;
		font-size: 2.3vw;
		letter-spacing: 0.075em;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__name {
		margin-bottom: 0;
		font-size: 2.4vw;
	}
	.myBlockRecommendedList__price {
		font-size: 2.3vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__price {
		font-size: 2.4vw;
	}
	
	/* JEWELRY カテゴリ */
	.jewelry_mv h1 {
		font-size: 6.8vw;
	}
	.jewelry_mv h1 span {
		font-size: 2.3vw;
	}
	.jewelry_message {
		margin: 2.5% 0 0;
	}
	.jewelry_message h2 {
		font-size: 3.6vw;
	}
	.jewelry_message p {
		font-size: 2.6vw;
	}
	
	
	}
	
	@media screen and (max-width: 390px) {
/* WATCH カテゴリ */
.myListItem__new img {
	width: 20px;
}
.brandlist {
	margin: 6.6% auto 4.2%;
}
.brandlist h2 {
	font-size: 5.2vw;
}
.brandlist h2 span {
	font-size: 2.5vw;
}
.brandlist h3 {
	font-size: 3.4vw;
}
.brandlist ul {
	padding: 0 15px;
}
.brandlist ul li {
	width: 50%!important;
}
	/* BLOG */
	.sectBlog h2 {
		font-size: 5.2vw;
	}
	.sectBlog h2 span {
		font-size: 2.5vw;
	}
	
	/* WATCH 商品詳細 */
	.myItemBlock .image {
		width: 100%;
		margin: 0 auto 5%;
	}
	.myItemBlock .detail h1 img {
		width: 42%;
	}
	.myItemBlock .detail h1 span {
		padding-top: 3%;
		font-size: 3.8vw;
	}
	.myItemBlock .detail_desc {
		font-size: 3.0vw;
	}
	.myItemBlock .detail_tbl table {
		font-size: 3.0vw;
	}
	.myItemBlock .detail_tbl table th {
		font-size: 3.0vw;
	}
	.myItemBlock .detail_tbl table td {
		padding: 1.5% 2%;
	}
	.myItemBlock .detail_tbl p {
		font-size: 4.0vw;
	}
	.myItemBlock .detail_tbl p span {
		font-size: 3.0vw;
	}
	.myItemBlock .contact .txt {
		font-size: 2.9vw;
		letter-spacing: 0.08em;
	}
	.myItemBlock .contact .form .btn {
		width: 50%;
	}
	.modBtn01 {
		font-size: 3.5vw;
	}
	.modBtn01::after {
		font-size: 3.2vw;
	}
	.myItemBlock .contact .tel .head {
		font-size: 3.0vw;
	}
	.myItemBlock .contact .tel .head:before {
		font-size: 3.3vw;
	}
	.myItemBlock .contact .tel .shop li {
		padding-right: 1%;
		letter-spacing: 0.08em;
	}
	.myItemBlock .contact .tel .shop dt {
		font-size: 3.0vw;
	}
	.myItemBlock .contact .tel .shop dd {
		font-size: 4.0vw;
	}
	
	/* JEWELRY トップ */
	.hd_jewelry h1 {
		font-size: 7.0vw;
	}
	.hd_jewelry h1 span {
		font-size: 2.5vw;
	}
	.cat_jewelry li {
		width: 24.5%;
		display: inline-block;
		margin: 0;
		padding: 0 0 3%;
		font-size: 1.0vw;
		vertical-align: top;
	}
	.cat_jewelry li img {
		width: 92%;
	}
	.cat_jewelry li h2 {
		font-size: 3.2vw;
		letter-spacing: 0.06em;
	}
	.myBlockFilter__topicpath {
		margin-bottom: 4.5%;
		padding-bottom: 3%;
	}
	.myBlockFilter__topicpath .topicpath li {
		font-size: 3.0vw!important;
		letter-spacing: 0.08em;
		padding-right: 22px !important;
	}
	.myBlockFilter__topicpath .topicpath li:after {
		font-size: 3.2vw!important;
	}
	.myBlockFilter__list::before {
		background-size: 18px auto;
		width: 18px;
		height: 16px;
		margin-top: 4px;
		padding-right: 3px;
	}
	.myBlockFilter__list {
		gap: 0 6px;
		margin-bottom: 5%;
	}
	.myBlockFilter__list-link {
		font-size: 2.3vw;
		padding: 0 7px;
	}
	.myBlockFilter__list-link.-type02 {
		font-size: 2.3vw;
	}
	.myBlockFilterSearch__btn {
		font-size: 2.4vw;
	}
	.myBlockFilterSearch__input {
		max-width: 72%;
	}
	.bl_jewelry ul {
		padding: 0!important;
	}
	.bl_jewelry ul li {
		width: 32%!important;
	}
	
	/* おすすめ商品 */
	.myBlockRecommended {
		width: 95%;
	}
	.myBlockRecommendedList__num {
		width: 16%;
		font-size: 3.0vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__num {
		width: 9%;
		font-size: 3.6vw;
	}
	.myBlockRecommendedList__name {
		font-size: 2.8vw;
		line-height: 1.6;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__name {
		margin-bottom: 0;
		font-size: 2.9vw;
	}
	.myBlockRecommendedList__price {
		font-size: 2.8vw;
	}
	.myBlockRecommendedList__item.-first .myBlockRecommendedList__price {
		font-size: 2.9vw;
	}
	/* JEWELRY カテゴリ */
	.jewelry_mv h1 {
		top: 16%;
		font-size: 7.0vw;
	}
	.jewelry_mv h1 span {
		font-size: 2.5vw;
	}
	.jewelry_message {
		margin: 0;
	}
	.jewelry_message h2 {
		font-size: 4.0vw;
	}
	.jewelry_message p {
		font-size: 2.8vw;
		letter-spacing: 0.08em;
	}
	
	
	
	}
	
	@media screen and (max-width: 360px) {
	
	}