@charset "UTF-8";

/* object fit */
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* contact confirm */
.form_tbl td {
	word-break: break-all;
    word-break: break-word;
}

/* news/original goods detail */
.wp_post_detail .post_main {
	word-break: break-word;
    word-break: break-all;
}

.wp_post_detail .post_main .post_thumb {
	display: block;
    margin: 0 auto 30px;
}

.wp_post_detail .post_main .wp-block-image {
	margin-bottom: 30px;
}

.wp_post_detail .post_main .wp-block-image img {
	margin-bottom: 0;
}

.wp_post_detail .post_main p {
	margin-bottom: 2.8rem;
}

.wp_post_detail .post_main p.has-small-font-size {
	font-size: 13px;
}

.wp_post_detail .post_main p.has-normal-font-size {
	font-size: 16px;
}

.wp_post_detail .post_main p.has-medium-font-size {
	font-size: 20px;
}

.wp_post_detail .post_main p.has-large-font-size {
	font-size: 36px;
}

.wp_post_detail .post_main p.has-huge-font-size {
	font-size: 42px;
}

.wp_post_detail .post_main p strong {
	font-weight: bold;
}

.wp_post_detail .post_main p a {
	color: #0073aa;
	text-decoration: underline;
}

.wp_post_detail .post_main p a:visited {
	color: rgb(85, 26, 139);
}

.wp_post_detail .post_main sub {
	vertical-align: sub;
    font-size: smaller;
}

.wp_post_detail .post_main sup {
	vertical-align: super;
    font-size: smaller;
}

.wp_post_detail .post_main h1 {
	display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.wp_post_detail .post_main h2 {
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.wp_post_detail .post_main h3 {
	display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.wp_post_detail .post_main h4 {
	display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.wp_post_detail .post_main h5 {
	display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.wp_post_detail .post_main h6 {
	display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.wp_post_detail .post_main ul {
	display: block;
    list-style: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.wp_post_detail .post_main li {
	display: list-item;
	list-style: disc;
}

@media screen and (max-width: 768px) {
	.wp_post_detail .post_main .post_thumb {
		margin-bottom: 7.3vw;
	}
	
	.wp_post_detail .post_main div > figure.wp-block-image img {
		display: block;
		margin: 0 auto;
	}
	
	.wp_post_detail .post_main div > figure.wp-block-image figcaption {
		text-align: center;
	}
	
	.wp_post_detail .post_main div > .wp-block-image .alignleft,
	.wp_post_detail .post_main div > .wp-block-image .alignright {
		float: none;
		display: block;
	}
	
	.wp_post_detail .post_main div > .wp-block-image .alignleft img,
	.wp_post_detail .post_main div > .wp-block-image .alignright img,
	.wp_post_detail .post_main div > .wp-block-image .aligncenter img {
		display: block;
		margin: 0 auto;
	}
	
	.wp_post_detail .post_main div > .wp-block-image .alignleft figcaption,
	.wp_post_detail .post_main div > .wp-block-image .alignright figcaption,
	.wp_post_detail .post_main div > .wp-block-image .aligncenter figcaption {
		display: block;
		text-align: center;
	}
}

/* toppage */
.wp_index .goodslist img {
	object-fit: cover;
    height: 290px;
    width: 290px;
}

@media screen and (min-width: 769px) {
	.wp_index .newslist .txt {
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* original goods archive */
.wp_org_archive .goodslist img {
	object-fit: cover;
    width: 266px;
    height: 266px;
}

@media screen and (min-width: 769px) {
	.wp_org_archive .goodslist:after {
		content:"";
		display: block;
		width: 32%;
	    max-width: 266px;
	}
}

@media screen and (max-width: 768px) {
	.wp_org_archive .goodslist img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		object-fit: cover;
	}
	
	.wp_org_archive .goodslist .img {
		position: relative;
	}
	
	.wp_org_archive .goodslist .img::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
}