/* WordPress Gallery
------------------------------------------ */
#tinymce [data-aos^=fade][data-aos^=fade] {
	opacity: 1 !important;
}
.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%
}
.gallery-columns-4 .gallery-item {
	width: 25%
}
.gallery-columns-5 .gallery-item {
	width: 20%
}
.gallery-columns-6 .gallery-item {
	width: 16.6667%
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%
}
.gallery-columns-8 .gallery-item {
	width: 12.5%
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
		white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

body.single-product {
	background: #fff;
}

@media(max-width: 640px){
.category-silk-trivia.c-postdetail table {
	display: table;
}
.category-silk-trivia.c-postdetail table > tbody ,
.category-silk-trivia.c-postdetail table > thead{
	display: table-row-group;
}
.category-silk-trivia.c-postdetail table > tbody > tr ,
.category-silk-trivia.c-postdetail table > thead > tr {
	display: table-row;
}

.category-silk-trivia.c-postdetail table > tbody > tr > td,
.category-silk-trivia.c-postdetail table > tbody > tr > th,
.category-silk-trivia.c-postdetail table > thead > tr > th {
	display: table-cell;
	padding-left: 2px;
	padding-right: 2px;
	width: auto !important;
}
.category-silk-trivia.c-postdetail table {
	min-width: 800px
}
.js-responsive-table {
	max-width: 100%;
	overflow: auto;
}

object,embed {
	max-width: 100%
}

}

.l-container.is-short {
	min-width: 0px;
}



.c-simple-card {
	background: #fff;
	border: 1px solid #666666;
	padding: 40px 40px;
	margin-bottom: 16px;
	min-height: 310px;
}

.c-simple-card__icon {
	text-align: center;
	min-height: 62px;
}

.c-simple-card__title {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 20px;

}

.c-simple-card__text {
	font-size: 14px;
}

.c-simple-card__text a {
	font-weight: bold;
	color: #000;
}

.c-shop-list__item {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
}

.c-shop-list__item__title {
	font-weight: bold;
	font-size: 24px;
}

.c-shop-list__item__table .c-table th {
	background: #FFF;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	width: 18%;
}

.c-shop-list__item__table .c-table td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.c-shop-list__item__buttons {
	display: flex;
	margin-top: 24px;
}

.c-shop-list__item__button {
	margin-right: 10px;
}

.page-id-4131 {
	background: #FFF;
}

.c-xlg-banner {
	text-align: center;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 1004px;
	padding: 40px;
}

.c-xlg-banner__inner {
	border: 2px solid #FFF;
	padding: 40px;
}

.c-xlg-banner__title span:first-child {
	font-weight: bold;
	display: block;
	font-size: 32px;
}

.c-xlg-banner__title span:last-child {
	font-family: "Overpass Mono", sans-serif;
	font-size: 24px;
	display: block;
	letter-spacing: 0.5em;
	margin-top: 6px;
	margin-bottom: 16px;
}

.c-xlg-banner__button .c-button {
	padding-left: 40px;
	padding-right: 40px;
}

.c-xlg-banner__button .c-button .fa {
	transform: translateX(10px);
}

@media(max-width: 768px){
	.c-simple-card{
		margin-left: 16px;
		margin-right: 16px;
	}
	.c-shop-list{
		padding-right: 16px;
		padding-left: 16px;
	}
	.c-shop-list__item__table .c-table th{
		width: 100%;
	}
	.c-shop-list__item .large-5 {
		margin-bottom: 16px;
	}

	.c-shop-list__item__buttons .c-shop-list__item__button .c-button {
		font-size: 14px;
		margin-bottom: 8px;

	}
	.c-xlg-banner__button .c-button {
		padding-left: 20px;
		padding-right: 20px;
	}
	.c-xlg-banner__title span:first-child{
		font-size:  20px;
	}
	.c-xlg-banner__title span:last-child{
		font-size:  16px;
	}
	.c-xlg-banner__inner,
	.c-xlg-banner{
		padding: 14px;
	}
}



/*
20200520 増田　ショップリストページ　編集
ワンカラムからカード状のスタイルに変更
*/
.c-shop-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}
@media(max-width: 1250px){
	.c-shop-list{
		padding: 0 16px;
	}
}
@media(max-width: 768px){
	.c-shop-list{
		padding: 0px;
		display: block;
		margin: auto;
	}
}

.c-shop-list .c-shop-list__item{
	width: 33.33333%;
	padding: 0 18px;
	border-bottom: 0px;
}
@media(max-width: 768px){
	.c-shop-list .c-shop-list__item{
		width: 100%;
		padding: 0px;
	}
}


.c-shop-list__inner{
	/* border: 1px solid #e8e8e8; */
	/* padding: 8px; */
	/* height: 100%; */
}

.c-shop-list .c-shop-list__item:nth-of-type(3n){
	margin-right: 0px;
}

.c-shop-list__item__content{
	padding: 10px 0px 10px 0px;
}

.c-shop-list__item__content .c-button.is-black {
	font-size: 13px;
}
.c-shop-list__item__desc {
	font-size: 15px;
}

.l-footer__sns a:hover svg #パス_1 {
fill:#FFF;
}
.l-header__translate > ul > li:nth-child(2n) a {
	border-right: 1px solid #000000;
    text-decoration: none;
    padding-right: 10px;
}
.l-footer-copyright__translate a:nth-child(2n){
	border-right: 1px solid #fff;

}
/* 20240625　改修 */
.c-main-visual:before {
	-webkit-mask-image: url(/wp-content/uploads/2024/09/mv-text.svg), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	-webkit-mask-position: center 56%, 0 0;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 853px auto, 100%;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
}
.c-main-visual__text {
	z-index: 20;
	font-size: 35px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #fff;
	margin-left: 0;
	transform: translateX(-50%);
	width: fit-content;
	white-space: nowrap;
	padding: 10px;
}
@media screen and (max-width:649px) {
	.c-main-visual:before {
    -webkit-mask-image: url(/wp-content/uploads/2024/09/mv-text.svg), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    -webkit-mask-position: center, 0 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 375px auto, 100%;
    mask-composite: exclude;
    -webkit-mask-composite: xor;
	}
	.c-main-visual__text {
    font-size: 25px;
    transform: translateX(-50%);
    width: fit-content;
    white-space: wrap;
    padding: 10px;
    left: 50%;
    width: 100%;
	}
}

.c-top-banner {
	padding-top: 87px;
}
.c-top-banner__inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px;
	max-width: 1643px;
	margin: 0 auto;
	padding: 0 35px;
}
.c-top-banner__item {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 17.6px;
}
.c-top-banner__text {
	margin-top: 10px;
}
@media screen and (max-width:649px) {
	.c-top-banner {
		padding-top: 100px;
	}
	.c-top-banner__inner {
		grid-template-columns: 1fr;
		gap: 35px;
		padding: 0 16px;
	}
	.c-top-banner__item {
		font-size: 14px;
	}
	.c-top-banner__text {
		margin-top: 8px;
	}
}

.c-logo {
	max-width: 502px;
	margin: 0 auto;
}
.c-card-block {
	margin-top: 50px;
}
.c-card-block__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.c-card-block__inner.is-three {
	grid-template-columns: repeat(3, 1fr);
}
.c-card-block__item {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.03em;
	font-size: 18.5px;
}
.c-card-block__text {
	margin-top: 10px;
	padding-right: 30px;
	position: relative;
}
.c-card-block__text:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width:649px) {
	.c-card-block {
		margin-top: 25px;
	}
	.c-card-block__inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.c-card-block__inner.is-three {
		grid-template-columns: 1fr;
	}
	.c-card-block__item {
		font-size: 14px;
	}
	.c-card-block__text {
		margin-top: 8px;
	}
}
.c-block-store {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 489px 1fr;
	gap: 64px;
}
.c-block-store__images {
	display: flex;
	gap: 14px;
}
.c-block-store__logo.c-logo {
	max-width: 437px;
	margin-left: 0;
}
.c-block-store__head {
	font-size: 24px;
	margin: 0 0 22px;
}
.c-block-store__unit {
	margin-top: 70px;
	letter-spacing: 0.03em;
}
@media screen and (max-width:649px) {
	.c-block-store {
		margin-top: 25px;
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.c-block-store__images {
		display: flex;
		gap: 14px;
	}
	.c-block-store__logo.c-logo {
		max-width: 437px;
	}
	.c-block-store__head {
		font-size: 16px;
		margin: 0 0 16px;
	}
	.c-block-store__unit {
		margin-top: 20px;
	}
	.c-block-store__text {
		font-size: 12px;
	}
}
.c-philosophy-tree {
	margin-top: 120px;
	padding: 140px 0 55px;
	background-image: url(/wp-content/uploads/2024/09/bg-phylosophy.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.c-philosophy-tree__head svg {
	max-height: 27px;
	margin: 0 auto;
	display: block;
}
.c-philosophy-tree__head {
	position: relative;
	font-size: 24px;
	letter-spacing: 0.11em;
	line-height: 1;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 42px;
}
.c-philosophy-tree__head:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	background-color: #000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.c-philosophy-tree__read {
	text-align: center;
	font-size: 28px;
	line-height: 1.45;
	letter-spacing: 0.11em;
}
.c-philosophy-tree__read.is-lg {
	font-size: 48px;
	line-height: 1.71;
	letter-spacing: 0.27em;
}
.c-philosophy-tree__read svg {
	display: block;
	margin: 0 auto;
	max-height: 128px;
}
.c-philosophy-tree__read.is-lg svg {
	max-height: 125px;
}
.c-philosophy-tree__text {
	margin-top: 35px;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
.c-philosophy-tree__item:not(:last-child) {
	margin-bottom: 80px;
}
@media screen and (max-width:649px) {
	.c-philosophy-tree__head {
		font-size: 18px;
	}
	.c-philosophy-tree {
		margin-top: 20px;
		padding: 70px 0 30px;
	}
	.c-philosophy-tree__head svg {
		max-height: 20px;
	}
	.c-philosophy-tree__head {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.c-philosophy-tree__head:after {
		width: 50px;
	}
	.c-philosophy-tree__read svg {
		max-height: 90px;
	}
	.c-philosophy-tree__read.is-lg svg {
		max-height: 100px;
	}
	.c-philosophy-tree__read {
		font-size: 20px;
	}
	.c-philosophy-tree__read.is-lg {
		font-size: 24px;
	}
	.c-philosophy-tree__item:not(:last-child) {
		margin-bottom: 50px;
	}
}

.c-philosophy-tagline__head {
	margin: 150px auto 132px;
	font-size: 48px;
	letter-spacing: 0.27em;
	line-height: 1;
	text-align: center;
	max-width: 632px;
}
@media screen and (max-width:649px) {
	.c-philosophy-tagline__head {
		font-size: 24px;
		margin: 60px auto 40px;
	}
}
.c-philosophy-logo {
	max-width: 1078px;
	letter-spacing: 0.03em;
	margin: 50px auto 0;
}
.c-philosophy-logo__main {
	margin: 0 auto 160px;
	max-width: 810px;
}
.c-philosophy-logo__image {
	max-width: 690px;
	margin: 0 auto 110px;
}
.c-philosophy-logo__block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.c-philosophy-logo__block-text {
	text-align: justify;
}
.c-philosophy-logo__block-head {
	font-size: 24px;
	font-weight: 700;
}
.c-philosophy-logo__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
}
.c-philosophy-logo__content-head {
	border-top: 1px solid #666767;
	padding: 10px 0 0;
	margin-bottom: 60px;
}
@media screen and (max-width:649px) {
	.c-philosophy-logo {
		margin: 25px auto 0;
	}
	.c-philosophy-logo__main {
		margin: 0 auto 50px;
	}
	.c-philosophy-logo__image {
		margin: 0 auto 30px;
	}
	.c-philosophy-logo__block {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.c-philosophy-logo__block-head {
		font-size: 18px;
	}
	.c-philosophy-logo__content {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	.c-philosophy-logo__content-head {
		margin-bottom: 30px;
	}
}

.c-block-button__button {
	display: flex;
	align-items: center;
	max-width: 510px;
	color: #000;
	text-decoration: none;
	background: #83ccd2;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	padding: 32px 0;
	margin: 0 auto;
	border: 2px solid #83ccd2;
	gap: 40px;
	transition: all .3s;
}
.c-block-button__button:hover {
	background: #000;
	color: #83ccd2;
	transition: all .3s;
}
.c-block-button__button:hover .is-icon svg path {
	fill: #83ccd2;
	transition: all .3s;
}
.c-block-button__button .is-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-block-button__button .is-icon svg {
	width: 40px;
	height: 36px;
}
.c-block-button__button .is-icon svg path {
	fill: #000;
	transition: all .3s;
}

.c-block-button {
	position: relative;
	padding-top: 110px;
}
.c-block-button__icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 131px;
}
@media screen and (max-width:649px) {
	.c-block-button__button {
		font-size: 18px;
		padding: 22px 0;
		gap: 20px;
	}
	.c-block-button__button .is-icon svg {
		width: 30px;
		height: 26px;
	}

	.c-block-button {
		padding-top: 70px;
	}
	.c-block-button__icon {
		width: 90px;
	}
}
#post-7912 .u-mbs.is-top.u-text-center {
	margin-top: 126px;
}
@media screen and (max-width:649px) {
	#post-7912 .u-mbs.is-top.u-text-center {
		margin-top: 30px;
	}
}
.l-footer__logo {
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}
.l-footer__sns ul li a:hover svg .cls-1, .l-footer__sns ul li a:hover svg .cls-2 {
	fill: #fff!important;
}
.p-comapny-overview__map iframe {
	display: block;
	width: 100%;
	height: 580px;
}
@media screen and (max-width:649px) {
	.p-comapny-overview__map iframe {
		height: 300px;
	}
}

/*mv調整*/
.c-main-visual {
	min-height: auto;
}

.c-main-visual__bg .item > div {
	min-height: auto;
	max-height: 100vh;
	height: 57.15vw;
}

@media screen and (max-width: 46.8125em) {

	.c-main-visual__bg .item > div {
		max-height: 100svh;
	}
}

.c-main-visual:before {
	content: none !important;
}
