@charset "UTF-8";

/* news
---------------------------------------------------------------------------*/

/* .category-set
------------------------------------*/
.category-set {
	position: absolute;
	top: 60px;
	right: 0;
}

.archiveList {
	position: relative;
	overflow: hidden;
	float: right;
	margin-left: 16px;
	transition: .15s ease-out;
}

.archiveList:hover {
	opacity: 0.5;
}

.archiveList select {
	width: 160px;
	cursor: pointer;
}

.archiveList .customSelect {
	background: #FFFFFF;
	background: url(../img/share/ico-arrow-down.svg) no-repeat right 12px top 17px / 9px 6px;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	padding: 12px 0 13px;
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
}

/* .news-list
------------------------------------*/
.news-list {
	width: 80%;
	min-width: 960px;
	max-width: 1400px;
	margin: 0 auto;
}

/* .wp-pagenavi
------------------------------------*/
.wp-pagenavi span.pages {
	display: none;
}


/* single
---------------------------------------------------------------------------*/

/* .post-container
------------------------------------*/
.post-container {
	position: relative;
	float: left;
	width: 100%;
	min-width: 700px;
	margin-top: -20px;
}

/* post-header
------------------------------------*/
.post-header {
	float: left;
	width: 15%;
	margin-top: 60px;
	color: var(--color-black);
}

.post-header .date {
	position: relative;
	width: 90px;
	margin: 30px auto 0;
	left: 10px;
}

.post-header .date .y {
	position: absolute;
	top: -30px;
	right: 5px;
	font-size: 14px;
	letter-spacing: 2px;
}

.post-header .date .m {
	background: url(../img/news/slash.png) no-repeat right bottom;
	background-size: 28px 28px;
	position: absolute;
	top: -25px;
	left: -30px;
	padding: 0 20px 15px 0;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.post-header .date .d {
	font-size: 70px;
}

.post-header .category {
	display: block;
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}

/* .post-container section .post
------------------------------------*/
.post-container section .post-main {
	float: right;
	width: 75%;
}

.post-container section h1 {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 30px;
}

.post-container section .post {
	box-sizing: border-box;
	width: 100%;
	padding: 0 7px;
	line-height: 2;
}

.post-container section .post p {
	font-size: 15px;
	font-weight: 400;
}

.post-container section .post p a {
	text-decoration: underline;
}

.post-container section .post h1,
.post-container section .post h2,
.post-container section .post h3,
.post-container section .post h4,
.post-container section .post h5,
.post-container section .post h6 {
	letter-spacing: 0.08em;
}

.post-container section .post h1 {
	font-size: 20px;
}

.post-container section .post h2 {
	font-size: 18px;
}

.post-container section .post h3,
.post-container section .post h4,
.post-container section .post h5,
.post-container section .post h6 {
	font-size: 16px;
}

.related-product > h2,
.sec-table h2 {
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.related-product > h2:before,
.sec-table h2:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #999999;
	width: 15px;
	height: 1px;
}

/* editor
------------------------------------*/
.post-container section .post strong {
	font-weight: 700 !important;
}

.post-container section .post em {
	font-style: italic;
}

.post-container section .post blockquote {
	display: block;
	background: #f8f8f8;
	padding: 30px;
	margin-top: 30px;
	width: 100%;
	box-sizing :border-box;
	border-radius: 4px;
}

.post-container section .post blockquote p:last-child {
	margin-bottom: 0;
}

.post-container section .post ol,.post-container section .post ul {
	display: block;
	margin: 20px 0;
}

.post-container section .post ol li,.post-container section .post ul li {
	line-height: 1.6;
	padding-bottom: 6px;
}

.post-container section .post ol li {
	list-style: disc inside;
}

.post-container section .post ul li {
	list-style: decimal inside;
}

.post-container section .post a {
	text-decoration: underline;
}

/* img
------------------------------------*/
.post-container section .post .aligncenter {
	display: block;
	margin: 0 auto;
}

.post-container section .post .alignright { float: right; }
.post-container section .post .alignleft { float: left; }

.post-container section .post img {
	display: block;
	margin: 20px -7px !important;
	max-width: calc(100% + 14px);
	height: auto;
}

.post-container section .post .gallery .gallery-item {
	width: 49.5% !important;
	margin-right: 1% !important;
}

.post-container section .post .gallery .gallery-item:nth-child(even) {
	margin-right: 0 !important;
}

.post-container section .post .gallery a {
	pointer-events: none;
}

.post-container section .post .gallery img {
	border: none !important;
	max-width: 100%;
	margin: 0 !important;
}

/* .news-link
------------------------------------*/
.news-link {
	overflow: hidden;
	margin: 40px 0 0 7px;
}

.news-link li {
	float: left;
	margin: 0 12px 12px 0;
}

/* .related-product
------------------------------------*/
.related-product {
	margin-top: 90px;
}

.related-product > h2 {
	margin: 80px 0 50px;
}

.related-product > h2:first-of-type {
	margin-top: 0;
}

.related-product-list article {
	position: relative;
	float: left;
	width: 18%;
	margin: 0 2.5% 2.5% 0
}

.related-product-list article:nth-of-type(5n) {
	margin-right: 0;
}

.related-product-list article .label {
	top: -6px;
	left: 6px;
	font-size: 13px;
}

.related-product-list article figure a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75%;
}

.related-product-list article figure img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}

.related-product-list article strong,
.related-product-list article .price,
.related-product-list article .hidden {
	display: none !important;
}

.related-product .btn-link {
	margin-top: 25px;
	margin-bottom: 110px;
}

.related-product .btn-link a {
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
}

/* .sec-table
------------------------------------*/
.sec-table {
	margin-top: 100px;
}

.sec-table h2 {
	margin: 60px 0 35px;
}

.sec-table h2:first-of-type {
	margin-top: 0;
}

.news-table {
	box-sizing: border-box;
	width: 100%;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.news-table tr {
	border-bottom: 1px solid #E4E4E4;
}

.news-table tr:first-of-type {
	border-top: 1px solid #E4E4E4;
}

.news-table th,
.news-table td {
	box-sizing: border-box;
	padding-top: 16px;
	padding-bottom: 15px;
}

.news-table th {
	position: relative;
	width: 16%;
	padding-right: 20px;
	padding-left: 5px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.news-table td {
	width: 84%;
	padding-right: 5px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

/* shop-info
------------------------------------*/
.shop-info {
	position: relative;
	margin-top: 100px;
}

.shop-info .logo {
	display: inline-block;
	width: 174px;
	margin-right: 35px;
}

.shop-info .logo img {
	width: 100%;
	height: auto;
}

.shop-info h2 {
	display: inline-block;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.12em;
	transform: translateY(-4px);
}

.shop-info .txt-info {
	margin-top: 40px;
}

.shop-info .txt-info p {
	color: var(--color-black);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.shop-info .txt-info p:last-of-type {
	margin-bottom: 0;
}

.shop-info .txt-info p span {
	font-size: 13px;
	letter-spacing: 0.08em;
}

.shop-info .txt-info p a {
	text-decoration: underline;
}

.shop-info .txt-info .sns {
	font-size: 15px;
	letter-spacing: 0.08em;
}

.shop-info .link-set {
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 200px;
}

.shop-info .link-set li:not(:last-of-type) {
	margin-bottom: 10px;
}

.shop-info .link-set li a {
	display: block;
}

/* other-post
------------------------------------*/
.other-post {
	box-sizing: border-box;
	background: #f9f9f9;
	width: 100%;
	margin-top: 120px;
	padding: 45px 40px 40px;
}

.other-post > h2 {
	margin-bottom: 30px;
	color: var(--color-black);
	font-size: 20px;
	letter-spacing: 0.06em;
}

.other-post article {
	width: 100%;
	margin-top: 18px;
}

.other-post article a {
	display: -webkit-box;
	display: flex;
	width: 100%;
}

.other-post article figure {
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	width: 110px;
	min-width: 110px;
}

.other-post article figure img {
	width: 100%;
	height: auto;
}

.other-post article a h3,
.other-post article a .txt-set {
	color: var(--color-black) !important;
}

.other-post article .txt-set {
	padding: 10px 0 0 35px;
}

.other-post article h3 {
	margin: 0 0 10px -1px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-decoration: underline;
	transition: .15s ease-out;
}

.other-post article a:hover h3 {
	text-decoration: none;
}

.other-post article time,
.other-post article .category {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.other-post article .category i:last-of-type {
	display: none;
}

/* .delivery-campaign{
------------------------------------*/


.delivery-campaign{
	margin: 100px 0 0;
	overflow: hidden;
	width: 100%;
}
.delivery-campaign figure{
	width: 240px;
	float: left;
}
.delivery-campaign figure img{
	width: 100%;
	height: auto;
}
.delivery-campaign div{
	float: left;
	margin-left: 40px;
	width: 470px;
}
.delivery-campaign h3{
	color: #C7514C;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.12em;
	margin: 10px 0 17px;
}
.delivery-campaign p{
	font-size: 15px;
	letter-spacing: 0.12em;
	line-height: 1.95;
}
.delivery-campaign button{
	display: block;
	margin-top: 28px;
	padding: 0;
	background: none;
	border: none;
}
.delivery-campaign button a{
	background: #C7514C;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 14px 16px;
}

.delivery-campaign button a:hover{
	filter: alpha(opacity=0.8);
	color: #fff!important;
}