@charset "utf-8";

html {
	font-size: 62.5%;
	line-height: 1.6rem;
}
body {
	font-size: 1.6rem;
	color: #39332b;
	width: 100%;
	min-width: 980px;
}
.forPC {
	display: block !important;
}
.forSP {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.forPC {
		display: none !important;
	}
	.forSP {
		display: block !important;
	}
}

.mat-120 {
	margin-top: -120px !important;
}
.pat0 {
	padding-top: 0 !important;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
.inner:after {
	display: block;
	clear: both;
	content: "";
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
p {
	line-height: 1.4;
	text-align: left;
}
a:link,
a:visited,
a:active,
a:visited,
a:hover {
	color: #39332b;
}
a {
	transition: .3s;
}
a:hover {
	text-decoration: none;
}
em {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-style: normal;
}
/*
img {
	width: 100%;
	height: auto;
}
*/

/* header and footer */
header,
footer {
	background: #fff;
}

/* header */
header {
	height: 70px;
}

header h1 {
	float: left;
	width: 152px;
	margin: 0 6px;
	line-height: 70px;
}

header h1 img {
	vertical-align: middle;
}

header #headerMenu {
	float: right;
	width: 720px;
}

header #headerMenu ul {
	display: flex;
	height: 70px;
	justify-content: space-around;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.0rem;
}

header #headerMenu li {
	width: calc(100% / 3);
}

header #headerMenu li a {
	position: relative;
	display: block;
	padding: 22px;
	text-align: center;
}

header #headerMenu li a:hover {
	opacity: 0.7;
}

header #headerMenu li.active a {
	color: #f60;
}

header #headerMenu li.active a::after {
	content: "";
	position: absolute;
	width: 130px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #f60;
}

/*header #headerMenu li + li a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #e3dfd7;
}*/

/* content */
/* common */
.tac {
	text-align: center;
}

.pab40 {
	padding-bottom: 40px;
}

.no-bg {
	background: none !important;
}

section {
	padding: 60px 0 0;
}

.top section {
	padding: 80px 0;
	text-align: center;
}

.abouthermes {
	padding: 20px 0 80px;
}

.last-section {
	padding: 80px 0;
}

.bg {
	background-color: #f8f5f1;
}

.bg-gray {
	background-color: #dbd6d2;
}

.content h3 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 3.0rem;
	line-height: 1.2;
	margin-bottom: 40px;
}

.content h3 .en {
	font-size: 1.6rem;
	position: relative;
}

.content h3 .en::before {
	content: "";
	position: absolute;
	width: 68px;
	height: 1px;
	left: -80px;
	top: 0;
	bottom: 0px;
	margin: auto;
	background-color: rgba(57, 51, 43, 0.4);
}

.content h3 .en::after {
	content: "";
	position: absolute;
	width: 68px;
	height: 1px;
	right: -80px;
	top: 0;
	bottom: 0px;
	margin: auto;
	background-color: rgba(57, 51, 43, 0.4);
}

.content h3 span {
	font-size: 2.4rem;
	line-height: 1.8;
}

.content.top h3 span {
	display: block;
}

.content h4 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	background-color: #fbfaf9;
	padding: 8px;
	margin-bottom: 15px;
}

.content a:hover {
	opacity: 0.7;
}

.decoration-line {
	display: inline-block;
	position: relative;
}

.decoration-line::before {
	content: "";
	position: absolute;
	width: 68px;
	height: 1px;
	left: -80px;
	top: 0;
	bottom: 0px;
	margin: auto;
	background-color: #39332b;
}

.decoration-line::after {
	content: "";
	position: absolute;
	width: 68px;
	height: 1px;
	right: -80px;
	top: 0;
	bottom: 0px;
	margin: auto;
	background-color: #39332b;
}

/* main visual */
.content.top .main-visual {
	display: table;
	background: url(../images/p-header-top.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 460px;
	margin-bottom: 40px;
}

.content .main-visual {
	display: table;
	background: url(../images/p-header.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 190px;
	margin-bottom: 40px;
}

.content.color .main-visual {
	display: table;
	background: url(../images/p-header-color.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 190px;
	margin-bottom: 40px;
}

.content.scarf .main-visual {
	background: url(../images/p-header-scarf.jpg) no-repeat center top;
	background-size: cover;
}


.ttl-bg-white {
	padding: 60px 100px 0;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	top: -200px;
}

.ttl-text {
	padding-top: 30px;
	color: #666;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}

.content .main-visual h2,
.content .ttl-bg-white h2 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 3.6rem;
	line-height: 1.2;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
}

.content.top .ttl-bg-white h2 {
	display: block;
	color: #39332b;
}

.content .main-visual h2 .en,
.content .ttl-bg-white h2 .en {
	font-size: 2.0rem;
	position: relative;
}

.content .main-visual h2 .en::before,
.content .ttl-bg-white h2 .en::before {
	content: "";
	position: absolute;
	width: 68px;
	height: 1px;
	left: -80px;
	top: 0;
	bottom: 0px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.6);
}

.content.top .ttl-bg-white h2 .en::before {
	background-color: #666;
}

.content .main-visual h2 .en::after,
.content .ttl-bg-white h2 .en::after {
	content: "";
	position: absolute;
	width: 68px;
	height: 1px;
	right: -80px;
	top: 0;
	bottom: 0px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.6);
}

.content.top .ttl-bg-white h2 .en::after {
	background-color: #666;
}

.content .lead {
	line-height: 1.6;
	color: #414141;
}

.column2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.column2 li {
	margin: 0 10px;
	width: calc((100% - 40px) / 2);
	box-sizing: border-box;
}

.column2 li img {
	width: 100%;
	height: auto;
}

.column2 li:nth-child(n+3) {
	margin-top: 20px;
}

.column4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.column4 li {
	padding: 20px;
	margin: 0 10px;
	width: calc((100% - 80px) / 4);
	box-sizing: border-box;
}

.column4 li img {
	width: 100%;
	height: auto;
}

.column4 li a {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.column4 li a p {
	padding-top: 10px;
	margin: auto;
	position: relative;
}

.column4 li a p::after {
	position: absolute;
	content: "";
	right: -20px;
	top: 11px;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	box-sizing: border-box;
	transform: rotate(45deg);
}

.content .card {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.content .card li {
	margin: 10px 10px;
	width: calc((100% - 40px) / 2);
	box-sizing: border-box;
	background: #f8f5f1;
	border: 1px solid #dcdcdc;
}

.content .card a {
	display: block;
}

.content .card dt {
	padding: 50px;
	background: url(../images/p-maintenance.jpg) no-repeat;
	background-size: cover !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	color: #fff;
	font-weight: 500;
}

.content .card .maintenance dt {
	background: url(../images/p-maintenance.jpg) no-repeat;
}

.content .card .size dt {
	background: url(../images/p-size.jpg) no-repeat;
}

.content .card .metalcolor dt {
	background: url(../images/p-metalcolor.jpg) no-repeat;
}

.content .card .stamp dt {
	background: url(../images/p-stamp.jpg) no-repeat;
}

.content .card .blog dt {
	background: url(../images/p-blog.jpg) no-repeat;
}

.content .card dd {
	padding: 20px;
	text-align: left;
	color: #666;
}

.content .card dd.read-more {
	text-align: right;
	color: #ff6600;
	position: relative;
	padding: 0 40px 20px;
}

.content .card dd.read-more::after {
	position: absolute;
	content: "";
	right: 25px;
	top: -22px;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #f60;
	border-right: 1px solid #f60;
	box-sizing: border-box;
	transform: rotate(45deg);
}

.prejudice {
	padding: 20px 0 30px;
	margin: 15px 0;
	position: relative;
}

.prejudice::after {
	display: table;
	content: "";
	clear: both;
}

.prejudice .prejudice-pic {
	width: 60%;
}

.prejudice .prejudice-pic img {
	width: 100%;
	height: auto;
}

.prejudice .prejudice-txt {
	padding: 75px;
	background: #fff;
	position: absolute;
	top: 160px;
	right: 0;
	width: 50%;
}

.prejudice .prejudice-txt h4 {
	background: none;
}

.prejudice .prejudice-txt p {
	color: #666;
	line-height: 2.2;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prejudice.reverse {
	display: flex;
	flex-direction: row-reverse;
}

.prejudice.reverse .prejudice-txt {
	right: auto;
	left: 0;
}

.content .unchorlink {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 25px auto 50px auto;
}

.content .unchorlink li {
	position: relative;
	padding: 5px;
	width: 230px;
}

.content .unchorlink li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e3dfd7;
	padding: 15px;
	color: #6b6051;
}

.content .unchorlink li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.content .unchorlink li a:after {
	position: absolute;
	content: "";
	right: 21px;
	top: -5px;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #6b6051;
	border-right: 1px solid #6b6051;
	box-sizing: border-box;
	transform: rotate(135deg);
}


.content .detail-material {
	display: flex;
	flex-wrap: wrap;
}

.content .detail-material li {
	position: relative;
	padding: 8px;
	width: calc((100% - 32px) / 2);
	margin-bottom: 50px;
}

.content .detail-material li > a {
	display: block;
	transition: .3s;
}

.content .detail-material li > a:hover {
	opacity: 0.7;
}

.content .detail-material li dt {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.0rem;
}

.content .detail-material li dt p {
	margin: 20px 0;
	text-align: center;
	position: relative;
}
.content .detail-material li > a dl dt p::after  {
	position: absolute;
    content: "";
    right: 3px;
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b6051;
    border-right: 1px solid #6b6051;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.content .detail-material li dt span {
	display: block;
	font-size: 1.2rem;
}

.content .detail-material li dd {
	margin: 0 15px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}

.content .detail-material li dd.level {
	display: table;
	width: calc(100% - 30px);
	margin: 30px 10px 0 10px;
}

.content .detail-material li dd.level > * {
	display: table-cell;
	width: calc(100% / 2);
}

.content .detail-material li dd.level .fineness {
	position: relative;
	text-align: right;
}
.content .detail-material li dd.level .fineness img,
.content .detail-material li dd.level .soft img {
	width: 183px;
	height: 16px;
}

.content .detail-material li dd.level .fineness::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 25px;
	left: 0;
	top: 2px;
	bottom: 0px;
	margin: auto;
	background-color: rgba(107, 96, 81, 0.3);
}

.content .detail-material.list-color li {
	position: relative;
	padding: 4px;
	width: calc((100% - 32px) / 4);
	margin-bottom: 0;
}

.content .detail-material.list-color li dt {
	overflow: hidden;
}


.content .btn {
	position: relative;
	background-size: cover;
	margin: auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 2.4rem;
	text-align: center;
	transition: .3s;
}

.content .btn.material-cover {
	transition: .3s;
}

.content .btn.material-cover:hover,
.content .btn:hover {
	opacity: 0.7;
}

/*.content .btn:after {
	position: absolute;
	content: "";
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	transform: rotate(45deg);
}*/

.content .btn a {
	display: block;
    color: #ffffff;
    text-decoration: none;
    margin: 50px auto 0;
    padding: 0;
    width: 50%;
}
.content .btn a img {
	width: 100%;
	height: auto;
}

.content .material-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 30px;
}

.content .material-list li {
	margin: 10px;
	width: calc((100% - 60px) / 3);
	box-sizing: border-box;
}

.content .material-list li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.content .material-list li a:after {
	position: absolute;
	content: "";
	right: 21px;
	top: 5px;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #6b6051;
	border-right: 1px solid #6b6051;
	box-sizing: border-box;
	transform: rotate(-45deg);
}

.content .material-list li p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.0rem;
}

.content .material-list li a img {
	margin-right: 10px;
	width: 48px;
	height: 48px;
}

.attention {
	padding: 40px 0;
	margin-bottom: 40px;
	text-align: left;
}

.note {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #c30707;
}

.content .footer-bnr {
	background-color: #ede8e0;
	border-bottom: solid 1px #c5c5c5;
	box-shadow: 0px 4px 8px rgba(197, 197, 197, 0.6);
	-webkit-box-shadow: 0px 4px 8px rgba(197, 197, 197, 0.6);
	-moz-box-shadow: 0px 4px 8px rgba(197, 197, 197, 0.6);
}

.content .footer-bnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.content .footer-bnr li {
	margin: 0 10px;
	width: calc((100% - 40px) / 2);
	box-sizing: border-box;
}

/*.content .footer-bnr li:nth-child(n+3) {
	margin-top: 20px;
}*/


/* footer */

/* ----------------
  tb^
------------------ */
footer {
	border: none;
	background: #000;
	padding: 25px 0 30px;
	color: #bfbfbf;
	background: url(../images/p-footer_sp.jpg) no-repeat center bottom;
	background-size: cover;
	text-align: left;
	position: relative;
}

footer .container {
	padding: 0 2%;
}

footer img.footer-logo {
	width: 52%;
	margin-bottom: 20px;
}

footer .footerMenu {
	border: none;
}

footer .footerMenu ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

footer .footerMenu ul li {
	display: block;
	padding-right: 10px;
	border: none !important;
}

footer .footerMenu ul li a {
	padding: 4px 0;
	font-size: 3.2vw;
	display: block;
	border: none !important;
	margin: 0.5vw -2% 0.5vw 0;
	color: #bfbfbf;
}

footer .nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: rgba(191, 191, 191, 0.15);
}

footer .copySection {
	border: none;
	padding: 0;
	line-height: 20px;
}

footer .copySection p {
	font-size: 10px;
	padding: 5px 2%;
	margin: 0;
	float: left;
}

footer .copySection .footer-rss {
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/svg/ico-rss.svg);
	display: none;
	text-decoration: none;
	float: right;
}

@media (min-width: 750px) {
	footer {
		padding: 30px 15px;
		background-image: url(../images/p-footer.jpg);
	}

	footer .container {
		padding: 0;
		width: 960px;
		margin: auto;
	}

	footer img.footer-logo {
		width: 230px;
		padding: 1rem 0;
		margin-bottom: 0;
	}

	footer .footerMenu ul {
		flex-wrap: wrap;
		height: 240px;
		width: 60%;
	}

	footer .footerMenu ul li a {
		padding: 6px 0;
		margin: 0 60px 0 0;
		font-size: 18px;
	}

	footer .copySection p {
		font-size: 14px;
	}

	footer .copySection a.footer-rss {
		display: block;
		color: #bfbfbf;
	}
}

/* SNSN
------------------ */
ul.footer-social-link {
	list-style: none;
	margin: 0.75rem auto 0.5rem;
}

ul.footer-social-link li {
	display: inline-block;
}

ul.footer-social-link li a {
	display: block;
	width: 41px;
	height: 41px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -1000%;
	color: transparent;
	margin-right: 15px;
}

ul.footer-social-link li:last-of-type a {
	margin-right: 0;
}

li a.footer-link-facebook {
	background-image: url(../images/ico-facebook.svg);
}

li a.footer-link-twitter {
	background-image: url(../images/ico-twitter.svg);
}

li a.footer-link-instagram {
	background-image: url(../images/ico-instagram.svg);
}

li a.footer-link-youtube {
	background-image: url(../images/ico-youtube.svg);
}

li a.footer-link-weibo {
	background-image: url(../images/ico-weibo.svg);
}

li a.footer-link-weixin {
	background-image: url(../images/ico-weixin.svg);
}

@media (min-width: 750px) {
	ul.footer-social-link {
		margin: 1rem auto;
	}
}

/* lonav */

.content .footer-bnr ul .child li {
	display: block;
	width: 100%;
	margin: 0;
	font-family: 'Noto Serif JP', serif;
	border-top: 1px solid #ede8e0;
	font-size: 1.6rem;
	text-align: left;
}

.content .footer-bnr ul .child li a {
	display: block;
	position: relative;
	padding: 15px 115px 15px 85px;
}

.content .footer-bnr ul .child li a::after {
	position: absolute;
	content: "";
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	box-sizing: border-box;
	transform: rotate(45deg);
}

.content .footer-bnr .lonav > li.link {
	border-top: 1px solid #d1c5b8;
}

.content .footer-bnr .lonav > li.link a {
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.8rem;
	background: #ffffff;
	position: relative;
}

.content .footer-bnr .lonav > li.link a::after {
	position: absolute;
	content: "";
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	box-sizing: border-box;
	transform: rotate(45deg);
}

.content .footer-bnr .lonav > li > dl {
	border-top: 1px solid #d1c5b8;
}

.content .footer-bnr .lonav > li > dl > dt {
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.8rem;
	background: #ffffff;
	position: relative;
	cursor: pointer;
}

.content .footer-bnr .lonav > li > dl dt .open-switch {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	font-size: 2.0rem;
}

.content .footer-bnr .lonav > li figure {
	width: 75px;
	text-align: center;
}
.content .footer-bnr .lonav > li figure img {
	padding: 7px 15px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.content .footer-bnr .lonav > li:nth-child(2) figure img {
	padding: 2px 15px;
}

.content .footer-bnr .lonav > li > dl dd {
	background: #ffffff;
}


/* sp */
@media screen and (max-width:768px) {
	body {
		min-width: initial;
	}

	a:active {
		opacity: 0.7;
	}
	a:hover {
		opacity: 1;
	}

	.inner {
		width: auto;
		margin: 0 15px;
	}

	em {
		font-size: 1.7rem;
	}

	/* header */
	header {
		height: auto;
	}

	header .inner {
		width: 100%;
		margin: 0;
	}
	header h1 {
		float: none;
		/*width: 37%;*/
		width: calc(33% - 11px);
		margin: 0 15px;
		line-height: inherit;
	}

	header h1 img {
		width: 100%;
		height: auto;
	}

	header #headerMenu {
		float: none;
		width: auto;
		background: #fff;
	}

	header #headerMenu ul {
		height: auto;
		font-size: 1.6rem;
	}

	header #headerMenu li a {
		position: relative;
		display: block;
		padding: 16px 10px;
		font-size: 1.4rem;
	}

	header #headerMenu li.active a::after {
		width: 80px;
		height: 3px;
	}

	/* content */
	/* common */
	.mat-120 {
		margin-top: -218px !important;
	}

	section {
		padding: 30px 0;
	}

	.last-section {
		padding: 60px 0;
	}

	.top section {
		padding: 50px 0;
	}

	.top section.size {
		padding: 30px 0 0;
	}

	.content img {
		width: 100%;
		height: auto;
	}

	.content h3 {
		font-size: 2.0rem;
		margin-bottom: 15px;
	}

	.content h3 .en {
		font-size: 1.4rem;
	}

	.content h3 span {
		font-size: 1.9rem;
	}

	.content h4 {
		font-size: 1.7rem;
		padding: 8px 0;
		margin-bottom: 10px;
	}

	.decoration-line::after {
		width: 40px;
		right: -55px;
		background-color: #999;
	}

	.decoration-line::before {
		width: 40px;
		left: -55px;
		background-color: #999;
	}

	.column2 li,
	.column2 li:nth-child(n+3) {
		margin: 15px 0 0;
		width: 100%;
	}

	.column4 {
		justify-content: flex-start;
	}

	.column4 li {
		padding: 20px 10px;
		margin: 0 10px;
		width: calc((100% - 40px) / 2);
	}

	.column4 li a p {
		padding-top: 10px;
		margin: auto;
		font-size: 1.4rem;
	}

	.content .main-visual {
		display: table;
		background: url(../images/p-header_sp.jpg) no-repeat center top;
		background-size: cover;
		height: auto;
		padding: 40px 0;
		margin-bottom: 20px;
	}

	.content.top .main-visual {
		background: url(../images/p-header-sp.jpg) no-repeat center top;
		height: 150px;
		background-size: cover;
	}

	.content.color .main-visual {
		background: url(../images/p-header-color_sp.jpg) no-repeat center top;
		background-size: cover;
		height: auto;
		margin-bottom: 20px;
	}

	.content .btn.material-cover {
		background: url(../images/btn-material.jpg) no-repeat left top;
		background-size: auto 100%;
	}

	.content .btn.material-cover a {
		padding: 40px 0;
	}

	.content .main-visual h2 {
		font-size: 2.6rem;
	}

	.content .main-visual h2 .en,
	.content .ttl-bg-white h2 .en {
		font-size: 1.6rem;
	}

	.content .ttl-bg-white h2 {
		font-size: 2.7rem;
	}

	.ttl-bg-white {
		padding: 40px 25px;
		top: -205px;
	}

	.ttl-text {
		padding-top: 25px;
		font-size: 1.3rem;
	}

	.content .lead {
		font-size: 1.4rem;
	}

	.content .card li {
		margin: 10px 0;
		width: 100%;
	}

	.content .card dt {
		padding: 37px;
		font-size: 1.8rem;
	}

	.content .card dd {
		padding: 20px 20px 5px;
		font-size: 1.3rem;
		line-height: 1.7;
	}

	.prejudice.reverse {
		display: block;
	}

	.prejudice .prejudice-pic {
		width: 93%;
	}

	.prejudice .prejudice-pic img {
		margin-left: -30px;
	}

	.prejudice .prejudice-txt {
		width: 93%;
		padding: 38px;
		margin-right: -15px;
		box-sizing: border-box;
	}

	.prejudice.reverse .prejudice-txt {
		right: 0;
		left: auto;
	}

	.prejudice .prejudice-txt p {
		font-size: 1.3rem;
		line-height: 2.0;
	}

	.prejudice {
		padding: 30px 0 170px;
	}

	.content .unchorlink {
		font-size: 1.4rem;
		margin: 25px auto 50px auto;
	}

	.content .unchorlink li {
		position: relative;
		padding: 0;
		width: calc((100% - 10px) / 2);
	}

	.content .unchorlink li:nth-child(2n) {
		margin-left: 10px;
	}

	.content .unchorlink li:nth-child(n+3) {
		margin-top: 10px;
	}

	.content .unchorlink li a:after {
		right: 10px;
	}

	.content .detail-material li {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.content .detail-material.list-color li {
		width: calc((100% - 17px) / 2);
	}

	.content .detail-material li dt {
		font-size: 1.8rem;
	}
	.content .detail-material li dt span {
		font-size: 1.1rem;
	}

	.content .detail-material li dt p {
		margin: 10px 0;
	}

	.content .detail-material.list-color li dt p {
		font-size: 1.6rem;
	}

	.content .detail-material li dd {
		margin: 0;
	}

	.content .detail-material li dd.level {
		display: block;
		width: auto;
		margin: 10px 0 0 0;
	}

	.content .detail-material li dd.level > * {
		display: block;
		width: auto;
	}

	.content .detail-material li dd.level img {
		width: auto;
	}

	.content .detail-material li dd.level .fineness {
		text-align: left;
	}

	.content .detail-material li dd.level .fineness::before {
		content: none;
	}

	.content .btn {
		background-size: cover;
		width: auto;
		margin: auto;
		font-size: 1.6rem;
	}
	.content .btn a {
		width: 100%;
	}

	.content .btn:after {
		right: 15px;
	}

	.content .btn a {
		padding: 15px 0;
	}

	.content .material-list {
		display: flex;
		flex-wrap: wrap;
	}

	.content .material-list li {
		margin: 10px 0;
		width: calc((100% - 10px) / 2);
	}

	.content .material-list li a:after {
		right: 10px;
	}

	.content .material-list li a img {
		margin-right: 5px;
		width: 30px;
		height: 30px;
	}

	.content .material-list li p {
		font-size: 1.4rem;
	}

	.abouthermes {
		padding: 0 0 60px;
	}

	#page-top a {
		width: 50px;
		height: 30px;
	}

	footer p {
		font-size: 1.2rem;
	}

	.content .footer-bnr ul {
		display: flex;
		flex-wrap: wrap;
	}

	.content .footer-bnr li {
		margin: 0 4px;
		width: 100%;
	}

	.content .footer-bnr .lonav > li > dl > dt,
	.content .footer-bnr .lonav > li.link a {
		font-size: 1.8rem;
	}

	.content .footer-bnr .lonav > li:nth-child(2) figure img {
		padding: 0 15px;
	}

	.content .footer-bnr ul .child li a {
		font-size: 1.6rem;
		padding: 15px 0 15px 85px;
		;
	}


}



/*  Scarf
--------------------*/
.content.scarf h4 {
	background: none;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: -0.6px;
}

.content.scarf .detail-material li {
	padding-bottom: 30px;
}

.content.scarf .detail-material li dt span.period {
	margin-top: 16px;
	font-size: 1.6rem;
	text-align: center;
	color: #999;
	line-height: 1;
}

.content.scarf .detail-material li dt p {
	padding: 0 10px;
	margin: 6px 0 10px;
}


.detail-wrap {
  height: 70px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.detail-txt {
	padding: 0 10px;
	font-size: 1.5rem;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #f8f5f1;
}
.close-btn {
  background: none;
}
.slide-up {
  height: 70px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto !important;
  overflow: visible;
  padding-bottom: 30px;
}
.more-btn p {
  display: inline-block;
  color: #000;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
.close-btn {
  padding:0;
}

.content.scarf .btn-wrap {
	display: flex;
	margin: 50px 0;
}

.content.scarf .btn a {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.search-scarf {
	padding-bottom: 60px;
	margin-bottom: 60px;
	background: url(../images/p-search-scarf.jpg)no-repeat center top;
	background-size: cover;
}
.search-scarf .ec-btn a {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e3e3e3;
    max-width: 460px;
	position: relative;
	box-sizing: border-box;
}
.search-scarf .ec-btn a::after {
    position: absolute;
    content: "";
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.item-page-btn a {
	display: block;
    color: #ffffff;
    text-decoration: none;
    margin: 0px auto 60px;
    padding: 0;
    width: 50%;

}

@media screen and (max-width:768px) {
	.content.scarf h4 {
		font-size: 1.8rem;
	}
	.content.scarf section {
		padding: 30px 0 0;
	}

	.content.scarf .detail-material li:nth-child(even) {
		padding-right: 0;
	}

	.content.scarf .detail-material li:nth-child(odd) {
		padding-left: 0;
	}
	.detail-wrap {
		height: 64px;
	}
	.detail-txt {
		font-size: 1.4rem;
	}
	.more-btn p {
		font-size: 1.4rem;
	}
	.content.scarf .btn-wrap {
		display: block;
	}

	.content.scarf .search-scarf {
		padding: 60px 0;
	}
	.content.scarf .btn a {
		padding: 0;
	}
	.content.scarf .btn + .btn a {
		margin-top: 10px;
	}
	.item-page-btn a {
    width: 100%;
	}

}