@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
 * style
 * ------------------------------------------------------------------------------------------------ */
.l-main {
	padding: 0;
}

.l-main .e-title {
	text-align: center;
	margin: 0 0 50px;
}

.l-main-category-wrap {
	text-align: center;
}

.l-main-category-wrap .e-item {
	display: inline-block;
}

.l-main-category-wrap .e-item .e-link {
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	padding: 10px 22px;
	display: inline-block;
	border-radius: 50px;
}

.l-main-category-wrap .e-item .e-link.is-current,
.no-touch .l-main-category-wrap .e-item .e-link:hover {
	color: #fff;
	background-color: #007f41;
	opacity: 1;
}



.l-column-list {
	padding: 40px 0 0;
}

.l-column-list-wrap {
	border-top: 1px solid #ccc;
	position: relative;
}
.l-column-list-wrap.hidden {
	display: none;
}

.l-column-list-wrap > .e-link {
	color: #000;
	text-decoration: none;
	min-height: 380px;
	padding: 30px 0;
	display: block;
	position: relative;
}

.l-column-list-wrap .e-image {
	text-align: center;
	width: 400px;
	height: 245px;
	display: block;
	background: #ccc;
	position: absolute;
	top: 30px;
	left: 0;
	overflow: hidden;
}

.l-column-list-wrap .e-image .e-img {
	width: 100%;
	max-width: none;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.l-column-list-wrap .e-tag-wrap {
	letter-spacing: -.4em;
	width: 650px;
	margin: 0 0 15px 440px;
	display: inline-block;
}

.l-column-list-wrap .e-tag {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	min-width: 250px;
	min-height: 36px;
	margin: 0 2px 2px 0;
	padding: 10px 0;
	background: #000;
	display: inline-block;
}

.l-column-list-wrap .e-update {
	position: absolute;
	top: 30px;
	right: 0;
}

.l-column-list-wrap .e-title {
	color: #000;
	font-size: 2.4rem;
	line-height: 1.75;
	margin: 0 0 10px;
	padding: 0 0 0 440px;
}

.l-column-list-wrap .e-text {
	line-height: 2;
	padding: 0 0 0 440px;
}

.l-column-list-wrap .snsbtn {
	background: #fff;
	position: absolute;
	top: 295px;
	left: 0;
	z-index: 10;
}

.l-column-list-wrap .snsbtn ul:after {
	content: '';
	display: block;
	clear: both;
}

.l-column-list-wrap .snsbtn ul li {
	margin: 0 5px 5px 0;
	float: left;
}


.pagination {
	text-align: center;
	padding: 60px 0 0;
	position: relative;
	border-top: 1px solid #ccc;
}

.pagination span,
.pagination a {
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 0 8px;
	padding: 11px 0 0;
	display: inline-block;
	border: 1px solid #ddd;
}

.pagination .current {
	background: #ddd;
}

.pagination .number {
	display: none;
}

.pagination .prev,
.pagination .next {
	width: 100px;
}

.pagination a:hover {
	background: #ddd;
	opacity: 1;
}

.pagination a.nextpostslink,
.pagination a.previouspostslink {
	width: 95px;
}



.l-blog-list {
	padding: 30px 0 0;
}

.l-blog-list .u-inner:after {
	content: '';
	display: block;
	clear: both;
}

.l-entry-list {
	width: 900px;
	float: left;
}

.l-entry-body-main {
	position: relative;
}

.l-entry-body-main .box_title {
	margin: 0 0 50px;
	padding: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.l-entry-body-main .title_sub {
	padding-bottom: 20px;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
}

.l-entry-body-main .e-title {
	font-size: 3rem;
	line-height: 1.5;
}
.l-entry-body-main .publish {
	margin: -32px 0 50px;
	font-size: 13px;
	color: #999;
	text-align: right;
}


.l-entry-body-main .e-tag-wrap {
	letter-spacing: -.4em;
}

.l-entry-body-main .e-tag {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	min-width: 250px;
	min-height: 36px;
	margin: 2px 2px 0;
	padding: 10px 0;
	background: #000;
	display: inline-block;
}

.l-entry-body-main .e-update {
	font-size: 1.8rem;
	position: absolute;
	top: .5em;
	right: 0;
}

.l-entry {
	line-height: 2;
	padding-bottom: 60px;
}

.l-entry h2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 0 0 5px;
	border-bottom: 2px solid #008842;
}

.l-entry h3 {
	color: #008842;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	position: relative;
}

.l-entry h3:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
	border: 5px solid #008842;
	position: absolute;
	top: .5em;
	left: 0;
}

.l-entry h4 {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #888;
}

.l-entry p {
	margin-bottom: 50px;
}

.l-entry blockquote {
	color: #686868;
	margin: 0 0 50px;
	padding: 40px;
	background: #f1f1f1;
	position: relative;
}

.l-entry blockquote:before,
.l-entry blockquote:after {
	content: '';
	width: 18px;
	height: 14px;
	display: inline-block;
	background: url(/assets/img/global/icon-quotation.png) no-repeat center / 100% auto;
	position: absolute;
}

.l-entry blockquote:before {
	top: 20px;
	left: 20px;
}

.l-entry blockquote:after {
	bottom: 20px;
	right: 20px;
	transform: rotate(180deg);
}

.l-entry .wp-caption {
	width: auto;
	margin: 0 0 50px;
	display: inline-block;
}

.l-entry .wp-caption img {
	margin: 0 0 5px;
	display: block;
}

.l-entry .wp-caption-text {
	color: #686868;
	font-size: 1.3rem;
	line-height: 1.5;
	display: inline;
}

.e-button-return {
	display: block;
	border-bottom: 1px solid #000;
	position: relative;
}

.e-button-return .e-link {
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin-left: -150px;
	padding: 20px 0;
	border: 1px solid #000;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
}

.no-touch .e-button-return .e-link:hover {
	color: #fff;
	background: #000;
	opacity: 1;
}




.l-new_entry {
	padding: 90px 0 0;
}

.l-new_entry .e-title-main {
	text-align: center;
	margin: 0 0 25px;
}

.l-new_entry-wrap {
	letter-spacing: -.4em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	position: relative;
}

.l-new_entry-wrap:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-new_entry-wrap:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	top: 0;
	left: 50%;
}

.l-new_entry-item {
	line-height: 1.75;
	letter-spacing: 0;
	width: calc(100% - 50%);
	display: inline-block;
	border-top: 1px solid #ccc;
}

.l-new_entry-item:nth-child(even) {
	border-right: 0;
}

.l-new_entry-item .e-link {
	text-decoration: none;
	height: 100%;
	min-height: 145px;
	padding: 20px;
	display: block;
	position: relative;
}

.l-new_entry-item .e-image {
	width: 170px;
	height: 105px;
	position: absolute;
	top: 20px;
	left: 20px;
	overflow: hidden;
}

.l-new_entry-item .e-image .e-img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.l-new_entry-item .e-update {
	color: #088442;
	font-weight: 700;
	padding: 0 0 0 190px;
}

.l-new_entry-item .e-title {
	font-weight: 400;
	padding: 0 0 0 190px;
}




.l-blog-menu {
	width: 220px;
	float: right;
}

.l-blog-menu .social {
	background: #e8e8e8;
	border: 1px solid #aeaeae;
}

.l-blog-menu .social ul {
	letter-spacing: -.4em;
	padding: 30px 0 20px 30px;
}

.l-blog-menu .social ul li {
	letter-spacing: 0;
	margin: 0 0 10px;
	display: inline-block;
}

.l-blog-menu .social ul li:nth-of-type(1),
.l-blog-menu .social ul li:nth-of-type(3) {
	width: 83px;
}

.l-blog-menu .social ul li:nth-of-type(4),
.l-blog-menu .social ul li:nth-of-type(6) {
	width: 72px;
	text-align: right;
}


.l-column-category-list {
	padding: 50px 0 0;
}

.l-column-category-list-title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	background: #000;
}

.l-column-category-list-item {
	border-bottom: 1px solid #ccc;
}

.l-column-category-list-item .e-link {
	font-size: 1.4rem;
	text-decoration: none;
	padding: 20px 0;
	display: block;
	position: relative;
}

.l-column-category-list-item .e-link .e-count {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}


#area_banner {
	width: 1000px;
	margin: 50px auto 60px;
}

#area_banner a {
	width: 100%;
	height: 100%;
	display: block;
}


.product-box {
	display: flex;
	border: 2px solid #007e41;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	padding: 10px;
	align-items: center;
}
.product-image {
	flex: 0 0 auto;
	margin-right: 20px;
}
.product-details {
	flex: 1 1 auto;
}
.product-name {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-description {
	margin-bottom: 10px;
}
.product-price {
	font-size: 1.2em;
	color: #007e41ed;
}
.post-content .product-image  img{
	height: 200px;
	margin: 0;
}

/* popup */
.popup_box {
    box-sizing: border-box;
    display: none;
    position: fixed;
    bottom: 5%;
    left: 33%;
    padding: 40px 30px;
    z-index: 1009;
    animation: fadeIn 3s ease 1s 1 normal backwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(60px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .popup_box > * {
    box-sizing: border-box;
  }
  .popup_box .inner {
    position: relative;
  }
  .popup_box .inner .group_line_box {
    position: absolute;
    top: -26px;
    left: 40px;
  }
  .popup_box .inner .img_box {
    width: 500px;
    margin: 0 auto 20px;
  }
  .popup_box .inner .img_box a:hover {
    opacity: 1;
  }
  .popup_box .inner .img_box .img {
    display: block;
    width: 100%;
    height: auto;
  }
  .popup_box .inner .close {
    position: absolute;
    top: -40px;
    right: -30px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #3e3a39;
  }
  .popup_box .inner .close:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .popup_box .inner .close .border {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .popup_box .inner .close .border:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
