@charset "utf-8";
main > article {
	padding: 80px 0;
}
.wrapper {
	width: 100%;
	max-width: 1140px;
	margin: auto;
}
.textCenter{
	text-align: center;
}
.textRight{
	text-align: right;
}
.post-content {
	font-size: 16px;
}
.post-content h1,
.lv_h1{
	position: relative;
	display: inline-block;
	padding: 0 65px;
	font-size: 2.25em;
	margin-bottom: 1em;
}
.post-content h1:before,
.post-content h1:after,
.lv_h1:before,
.lv_h1:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.post-content h1:before,
.lv_h1:after{
	left: 0;
}
.post-content h1:after,
.lv_h1:before{
	right: 0;
}
.post-content h2,
.lv_h2{
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 1.875em;
	margin-bottom: 1em;
}
.post-content h2:before,
.post-content h2:after,
.lv_h2:before,
.lv_h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
.post-content h2:before,
.lv_h2:before{
	left: 0;
}
.post-content h2:after,
.lv_h2:after{
	right: 0;
}

.post-content h3,
.lv_h3{
	position: relative;
	font-size: 1.563em;
	padding: 0 0 0 50px;
	margin: 0 0 1em;
}
.post-content h3:before,
.lv_h3{
	content: "";
	height: 1px;
	width: 40px;
	position: absolute;
	top: .9em;
	left: 0;
	display: block;
	background: #666666;
}
.post-content h4,
.lv_h4{
	font-size: 1.375em;
	font-weight: 800;
	margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
	.post-content {
		font-size: 14px;
	}
}

/*03.library
************************************************************************************/
/*modaal*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background: #ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding: 0;
}

/*swipper*/
.swiper-nav-cube{
	position: relative;
	width: 105px;
	height: 50px;
	bottom: 0;
	z-index: 100;
}
.swiper-nav-cube .swiper-button-prev,
.swiper-nav-cube .swiper-button-next{
	width: 50px;
	height: 50px;
	background: #000;
}
.swiper-nav-cube .swiper-button-prev{
	left: 0;
}
.swiper-nav-cube .swiper-button-next{
	right: 0;
}
.swiper-nav-cube .swiper-button-prev::after,
.swiper-nav-cube .swiper-button-next::after{
	display: block;
	position: absolute;
	z-index: 10;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
}
.swiper-nav-cube .swiper-button-prev::after {
	content: "west";
}
.swiper-nav-cube .swiper-button-next::after{
	content: "east";
}
.swiper-slide-area{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 50px 0 0 0;
}
.swiper-wrapper{
	margin: 0 0 40px 0;
}
.swiper-wrapper a{
	text-decoration: none;
}
.swiper-wrapper .photo{
	overflow: hidden;
	background: #000;
	color: #FFF;
	position: relative;
	margin-bottom: 20px;
}
.swiper-wrapper .photo:before{
	content:"";
	display: block;
	padding-top: 68%;
}
.swiper-wrapper .photo img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: .8;
    object-fit: contain;
}

.swiper-slide-area .swiper-slide img{
    object-fit: contain;
	width: 100%;
	height: 100%;
}
.swiper-wrapper .title{
	font-weight: 700;
	color: #000;
	display: block;
}
.swiper-wrapper .category{
	margin: 10px 0 0;
}
.swiper-wrapper .category span{
	display: inline-block;
	margin: 0 2px 2px 0;
	border: 1px solid #5bd0db;
	color: #5bd0db;
	font-size: 0.933em;
	padding: 3px .5em;
}
.swiper-nav-cube{
	float: left;
}
.btn-border{
	float: right;
}
.slideNone .swiper-button-next,
.slideNone .swiper-button-prev{
    display: none;
}
@media screen and (max-width: 768px){
	.swiper-wrapper .title{
		padding: 0 1.5em;
	}
	.swiper-wrapper .category{
		padding: 0 1.5em;
	}
	.swiper-nav-cube,
	.btn-border{
		float: none;
	}
	.btn-border{
		margin-top: 20px;
		text-align: right;
	}
}


/*04.list-menus
************************************************************************************/
ul.menu-list{
	margin-top: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 50px;
	align-items: stretch;
}
.menu-list li{
	background: #FFF !important;
	box-shadow: 0px 0px 14px -5px #191919;
	list-style: none !important;
}
.menu-list .image{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	/*background: #f1f1f1;*/
}
.menu-list .image:before {
	content:"";
	display: block;
	padding-top: 60%;
}
.menu-list .image img{
	height: 120%;
	width: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
#page_brand .menu-list .image .nologo{
  display: block;
  text-align: center;
  width: 100%;
  z-index: 100;
  color: #000;
	position: absolute;
	top: 50%;
	left: 0;
  transform: translateY(-50%);
  font-size: var(--font-size-l);
  font-family: var( --font-family-zen_old_mincho);
  font-weight: bold;
}
#page_brand .menu-list .image img{
	height: 95%;
  max-width: 80%;
}
.menu-list#result .image:before {
	content:"";
	display: block;
	padding-top: 100%;
}
.menu-list#result .image img{
	height: 120%;
	width: 120%;
	object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
.menu-list .category{
	display: inline-block;
	background: #666;
	border-radius: 4px;
	padding: .3em 1em;
	margin: 1em 0 0 1em;
	font-size: 0.813em;
}
.menu-list .title{
	font-size: 1.125em;
	font-weight: bold;
	margin: .5em 0 .5em;
	padding: 0 1.5em;
	text-align: center;
}
.menu-list#result .title{
	margin: 1em 0 1em;
}
.menu-list .title span{
	font-size: 0.813em;
}
.menu-list a{
	color: #000;
	text-decoration: none;
}
.menu-list .txt{
	padding: 0 1.5em;
	margin-bottom: 1em;
}
.menu-list .date{
	padding: 1em 0;
	margin: 1em 1.5em 0;
	border-top: 1px solid #000;
	text-align: right;
	font-size: 0.813em;
}
@media screen and (min-width: 1025px) {
	.menu-list li,
	.menu-list li .image img{
		transition: all .3s ease-in-out;
	}
	.menu-list li:hover{
		background: #F4F4F4;
		box-shadow: 0px 0px 0px -5px #191919;
	}
	.menu-list li:hover .image img{
		transform: scale(1.1);
	}
}
@media screen and (max-width: 1024px){
	ul.menu-list{
		column-gap: 30px;
		row-gap: 30px;
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 768px){
	ul.menu-list{
		grid-template-columns: 1fr;
	}
}


/*04.column&topics
************************************************************************************/
article.page-column{
	padding: 30px;
	box-sizing: border-box;
	background: var(--bg-clear);
}
/*column archives-page
----------------------------------------------------------------------*/
article.page-column.post-content #area-main ul,
article.page-column > #area-sub ul{
	list-style: none;
	margin: 0;
	padding-bottom: 0;
}
article.page-column{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
article.page-column > #area-main{
	width: calc(100% - 400px);
}
article.page-column > #area-sub{
	width: 350px;
	padding-left: 50px;
}
article.page-column > #area-main #post-archives-page ul.post-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
}
article.page-column > #area-main #post-archives-page ul.post-list li{
}
article.page-column > #area-main #post-archives-page ul.post-list li .details{
}
article.page-column > #area-main #post-archives-page ul.post-list li .image img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
article.page-column > #area-main #post-archives-page ul.post-list li .title{
	font-size: 1.133em;
	font-weight: 700;
}
article.page-column > #area-main #post-archives-page ul.post-list li .category span{
	display: inline-block;
	background: #f1f1f1;
	font-size: 0.897em;
	padding: .4em 1em;
	margin: 5px 0 0;
}
article.page-column > #area-main #post-archives-page ul.post-list li .date,
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .post-recent-wrap .date,
article.page-column > #area-main #post-single-page .date,
article.page-topics #post-archives-page ul.post-list li .date{
	font-size: 0.867em;
	color: #A2A2A2;
	padding: 0;
}
article.page-column > #area-main #post-archives-page ul.post-list li .date.g-icons:before,
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .post-recent-wrap .date.g-icons:before,
article.page-column > #area-main #post-single-page .date .g-icons:before,
article.page-topics #post-archives-page ul.post-list li .date.g-icons:before{
	content: "calendar_month";
}

article.page-column > #area-sub ul#tab{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}
article.page-column > #area-sub ul#tab li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: calc(100% / 3);
	border: 1px solid #ccc;
	border-right: 0;
	background: #f1f1f1;
	padding: 1em .4em;
	text-align: center;
	cursor: pointer;
}
article.page-column > #area-sub ul#tab li:last-child{
	border-right: 1px solid #ccc;
}

article.page-column > #area-sub ul#tab li.select{
	border-bottom: 0;
	background: #FFF;
	font-weight: bold;
}
article.page-column > #area-sub .tabcontent-wrap{
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0;
}
article.page-column > #area-sub .tabcontent-wrap.disnon{
  display: none;
}


article.page-column > #area-sub .tabcontent-wrap{
	padding: 1.5em;
	background: var(--bg-clear);
}
article.page-column > #area-sub .tabcontent-wrap p{
	padding: 0;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 0 1em;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li:last-chid{
	padding-bottom: 0;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .image{
	width: 100px;
	overflow: hidden;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .image img{
	width: auto;
	height: 100px;
	object-fit: contain;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .post-recent-wrap{
	padding: 0 0 0 1em;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-list li{
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-list li:last-child{
	padding-bottom: 0;
	border: 0;
}

@media screen and (max-width: 1024px){
	article.page-column > #area-main #post-archives-page ul.post-list{
		grid-template-columns: 1fr 1fr;
	}
	article.page-column > #area-main #post-archives-page ul.post-list li .image img{
		height: 150px;
	}
}
@media screen and (max-width: 768px){
	article.page-column > #area-main{
		width: 100%;
	}
	article.page-column > #area-sub{
		width: 100%;
		padding: 50px 0 0;
	}
	article.page-column > #area-main #post-archives-page ul.post-list li .image img{
		height: 200px;
	}
}
@media screen and (max-width: 599px) {
	article.page-column > #area-main #post-archives-page ul.post-list{
		grid-template-columns: 1fr;
	}
	article.page-column > #area-main #post-archives-page ul.post-list li .image img{
		height: 300px;
	}
}
/*topics archives-page
----------------------------------------------------------------------*/
article.page-topics{
	padding: 30px;
	box-sizing: border-box;
	background: var(--bg-clear);
}
article.page-topics #post-archives-page ul.post-list{
	border-top: 1px solid #ccc;
}
article.page-topics #post-archives-page ul.post-list li{
	display: table;
	width: 100%;
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}
article.page-topics #post-archives-page ul.post-list li p{
	display: table-cell;
	vertical-align: middle;
}
article.page-topics #post-archives-page ul.post-list li .date{
	width: 7em;
}
article.page-topics #post-archives-page ul.post-list li .category{
	width: 15em;
	font-size: 0.867em;
	padding-right: 1.5em;
}
article.page-topics #post-archives-page ul.post-list li .category span{
	display: block;
	border-radius: 3px;
	background: #f1f1f1;
	text-align: center;
	padding: .4em 0;
}

@media screen and (max-width: 599px) {
	article.page-topics #post-archives-page ul.post-list li{
		display: block;
	}
	article.page-topics #post-archives-page ul.post-list li p{
		display: inline-block;
	}
	article.page-topics #post-archives-page ul.post-list li .date{
		width: auto;
		margin-right: 1em;
	}
	article.page-topics #post-archives-page ul.post-list li .category{
		width: auto;
		padding-right: 0;
	}
	article.page-topics #post-archives-page ul.post-list li .category span{
		padding: .4em 1.5em;
	}
	article.page-topics #post-archives-page ul.post-list li .title{
		display: block;
		padding-top: .4em;
	}
}

/*single-page
----------------------------------------------------------------------*/
article #post-single-page header.post-data{
	margin-bottom: 1em;
}
article #post-single-page header.post-data h1.post-title{
	position: relative;
	padding: 0 0 .7em 0;
	font-size: 1.4em;
	font-weight: 700;
}
article #post-single-page header.post-data h1.post-title:before{
	content: "";
	width: 100%;
	height: 5px;
	border-radius: 3px;
	background: #5bd0db;
	position: absolute;
	bottom: 0;
	left: 0;
}
article #post-single-page header.post-data .date{
	margin: 1em 0;
	text-align: right;
}
article #post-single-page header.post-data ul.category{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
article #post-single-page header.post-data ul.category li{
	margin: 0 2px 2px;
	background: #5bd0db;/*変更したい*/;
	padding: .3em .7em;
	color: #FFF;
	font-size: 0.8em;
}
article #post-single-page header.post-data ul.category li a{
	color: #FFF;
}
article #post-single-page .post-content{
	padding: 2em 0;
}
article #post-single-page .post-content .eyecatch-img{
	text-align: center;
}
article #post-single-page .post-content .eyecatch-img img{
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
article #post-single-page ul.page-nav{
	margin: 0 auto 4em auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
article #post-single-page ul.page-nav li{
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1.5em;
}
article #post-single-page ul.page-nav li.prev,
article #post-single-page ul.page-nav li.next{
	width: 40%;
}
article #post-single-page ul.page-nav li.prev a,
article #post-single-page ul.page-nav li.next a{
	display: block;
}
article #post-single-page ul.page-nav li.home{
	width: 20%;
	text-align: center;
}
article #post-single-page ul.page-nav li.next{
	border: 0;
	text-align: right;
}

article #post-single-page ul.page-nav li.prev a.g-icons:before{
	content: "chevron_left";
}
article #post-single-page ul.page-nav li.next a.g-icons{
	padding: 0 25px 0 0;
}
article #post-single-page ul.page-nav li.next a.g-icons:before{
	left: inherit;
	right: 0;
	content: "chevron_right";
}

/*コメント*/
article.page-column > #area-main #post-single-page #post-footer{
	margin: 80px 0;
}
article.page-column > #area-main #post-single-page #post-footer-comment h1{
	font-weight: 700;
	font-size: 2em;
	margin: 0 0 .7em;
	text-align: center;
}
#post-footer-comment ul#user-comment{
	list-style: none;
	margin: 0;
}
#post-footer-comment ul#user-comment li{
	margin-bottom: 2%;
}
#post-footer-comment ul#user-comment li.wrap-comment{
	border: 1px solid #ccc;
	padding: 2.5%;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	align-items: center;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .user-avatar{
	width: 60px;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .prof-data{
	padding-left: 1em;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .prof-data .time{
	font-size: 0.867em;
	color: #A2A2A2;
	padding: 0;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .prof-data .name a{
	text-decoration: underline;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .rep{
	margin-left: auto;
	color: #ccc;
}
#post-footer-comment ul#user-comment li.wrap-comment ul.post-children{
	margin-top: 2.5%;
}
#post-footer-comment ul#user-comment li.wrap-comment .comment .comment-note{
	margin: .7em 0;
	padding: .5em;
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #f85555;
	font-size: 0.867em;
}
/*コメント投稿フォーム*/
#post-footer-comment #comment-form{
	border: 1px solid #ccc;
	padding: 2.5%;
}
#post-footer-comment #comment-form label{
	display: block;
	padding-bottom: 1%;
}
#post-footer-comment #comment-form .label-name{
	font-size: 0.867em;
	color: #595959;
	display: block;
}
#post-footer-comment #comment-form label input,
#post-footer-comment #comment-form label textarea{
	width: 100%;
	padding: .5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#post-footer-comment #comment-form label textarea{
	height: 5em;
}
#post-footer-comment #comment-form input[type=submit]{
	background: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	margin: 20px 0 0;
	border: 0;
	color: #FFF;
	line-height: 50px;
	width: 400px;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 768px){
	article #post-single-page ul.page-nav li{
		padding: 0;
		font-size: 0.867em;
	}
}
@media screen and (max-width: 599px) {
	#post-footer-comment #comment-form input[type=submit]{
		line-height: 60px;
		width: 100%;
	}
}
@media screen and (max-width: 415px){
	article #post-single-page ul.page-nav li.prev,
	article #post-single-page ul.page-nav li.next{
		width: 50%;
	}
	article #post-single-page ul.page-nav li.home{
		display: none;
	}
}

/*05.product
************************************************************************************/
article.page-products{
	padding: 30px;
	box-sizing: border-box;
	background: var(--bg-clear);
}
/*archives-page
----------------------------------------------------------------------*/
article.page-products .text{
	color: #8d8d8d;
}
article.page-products #archives-page ul.post-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
	margin: 30px 0 30px;
}
article.page-products #archives-page ul.post-list li .photo img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
article.page-products #archives-page ul.post-list li .title{
	font-size: 1.133em;
	font-weight: 700;
	margin-top: .7em;
}

article.page-products #archives-page ul.post-list li .brand-name{
	margin-top: .5em;
	color: #767676;
}
article.page-products #archives-page ul.post-list li .brand-name span{
	padding: .4em 1em;
	display: inline-block;
	margin: 0;
	border: 1px solid #767676;
	font-size: 0.83em;
	background: var(--bg-clear);
}
article.page-products #archives-page section.category{
	padding-bottom: 80px;
	clear: both;
}
article.page-products .btn-border{
	margin: 40px 0 70px;
}

@media screen and (max-width: 768px){
	article.page-products #archives-page ul.post-list{
		grid-template-columns: 1fr 1fr;
	}
	article.page-products #archives-page ul.post-list li .photo img{
		height: 300px;
	}
}
@media screen and (max-width: 768px){
	article.page-products #archives-page ul.post-list{
		grid-template-columns: 1fr 1fr;
	}
	article.page-products #archives-page ul.post-list li .photo img{
		height: 300px;
	}
}
@media screen and (max-width: 768px){
	article.page-products #archives-page ul.post-list{
		grid-template-columns: 1fr;
	}
	article.page-products #archives-page ul.post-list li .photo img{
		height: 300px;
	}
}

/*single-page
----------------------------------------------------------------------*/
article.page-products #single-page h1.main-title{
	font-weight: 700;
	font-size: 1.313em;
	padding-bottom: .5em;
	margin: 0 0 .7em 0;
	text-align: center;
}
article.page-products #single-page .brand-name{
	margin: .7em 0 2em;
	color: #767676;
	text-align: center;
}
#page_brand article.page-products #single-page .brand-name{
  margin-bottom: 0;
}
article.page-products #single-page .brand-name span{
	padding: .4em 3em;
	display: inline-block;
	margin: 0;
	background: #767676;
	border: 1px solid #767676;
	color: #FFF;
}
article.page-products #single-page .brand-name span a{
	color: #FFF;
}
article.page-products .swiper-nav-cube{
	width: 100%;
}
article.page-products .swiper-pagination-bullet-active{
	background: #5bd0db;/*変更したい*/;
}
article.page-products .swiper-slide-next,
article.page-products .swiper-slide-prev{
	opacity: .4;
}
article.page-products .swiper-slide-area{
	margin-top: 30px;
	margin-bottom: 60px;
}

/*page_brand
************************************************************************************/
#page_brand #single-page .logo-img{
  margin: 1em auto 3em;
  text-align: center;
}
#page_brand #single-page .logo-img img{
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
#page_brand #single-page .details-section{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 60px;
  padding: 0;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#page_brand #single-page .details-section .photo{
  max-width: 60%;
  min-width: 600px;
}
#page_brand #single-page .details-section .post-text{
  width: auto;
  text-align: center;
  min-width: 40%;
  padding: 30px;
}
#page_brand #single-page .post-content.brand-content{
  margin-bottom: 60px;
}
#page_brand #single-page .post-content .copy-title{
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
#page_brand #single-page .post-content .copy-subtitle{
  font-size: 1.188em;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
}
#page_brand #single-page ul.menu-list{
  margin-top: 20px;
}
#page_brand #single-page .post-content h2{
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 1.875em;
	margin-bottom: 1em;
	writing-mode: horizontal-tb;
}
#page_brand #single-page .post-content h2:before,
#page_brand #single-page .post-content h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
#page_brand #single-page .post-content h2:before,
.lv_h2:before{
	left: 0;
}
#page_brand #single-page .post-content h2:after{
	right: 0;
}

@media screen and (max-width: 1024px){
  #page_brand #single-page .details-section{
    display: block;
  }
  #page_brand #single-page .details-section .photo{
    width: 100%;
    max-width: 100%;
    min-width: auto;
    min-width: initial;
  }
  #page_brand #single-page .details-section .post-text{
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}