/*
Theme Name: twentynineteen-child
Template: twentynineteen
Theme URI: https://wordpress.org/themes/twentynineteen/
*/

/* ========================
	 reset css
======================== */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #604439;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
article,
footer,
header,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
blockquote,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
nav,
header,
footer,
img,
figure,
address,
time,
iframe,
details,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}
a,
a:focus,
a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  outline: none;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
ul,
li {
  list-style: none;
}
.page .entry .entry-content,
.entry .entry-summary {
  max-width: 100%;
  margin: 0;
}
.page .entry .entry-content > *,
.archive .entry .entry-content > *,
.single .entry .entry-content > *,
.entry .entry-summary > * {
  margin: 0;
  max-width: 100%;
}
.wp-block-image .alignleft > figcaption {
  display: block;
}
.wp-block-image {
  margin-bottom: 0;
}
.entry-footer {
  display: none;
}
h1:not(.site-title):before ,
h2:before {
	background: inherit;
    content: inherit;
    display: inherit;
    height: inherit;
    margin: inherit;
    width: inherit;
}
body:lang(ja),
button:lang(ja),
input:lang(ja),
select:lang(ja),
optgroup:lang(ja),
textarea:lang(ja),
.author-description .author-link:lang(ja),
.comment-metadata:lang(ja),
.comment-reply-link:lang(ja),
.comments-title:lang(ja),
.comment-author .fn:lang(ja),
.discussion-meta-info:lang(ja),
.entry-meta:lang(ja),
.entry-footer:lang(ja),
.main-navigation:lang(ja),
.no-comments:lang(ja),
.not-found .page-title:lang(ja),
.error-404 .page-title:lang(ja),
.post-navigation .post-title:lang(ja),
.page-links:lang(ja),
.page-description:lang(ja),
.pagination .nav-links:lang(ja),
.sticky-post:lang(ja),
.site-title:lang(ja),
.site-info:lang(ja),
#cancel-comment-reply-link:lang(ja),
h1:lang(ja),
h2:lang(ja),
h3:lang(ja),
h4:lang(ja),
h5:lang(ja),
h6:lang(ja),
.page-title:lang(ja),
blockquote cite:lang(ja),
table:lang(ja),
.button:lang(ja),
input:lang(ja)[type="button"],
input:lang(ja)[type="reset"],
input:lang(ja)[type="submit"],
.comment-navigation .nav-previous:lang(ja),
.comment-navigation .nav-next:lang(ja),
.comment-list .pingback .comment-body:lang(ja),
.comment-list .trackback .comment-body:lang(ja),
.comment-list .pingback .comment-body .comment-edit-link:lang(ja),
.comment-list .trackback .comment-body .comment-edit-link:lang(ja),
.comment-form .comment-notes:lang(ja),
.comment-form label:lang(ja),
.widget_archive ul li:lang(ja),
.widget_categories ul li:lang(ja),
.widget_meta ul li:lang(ja),
.widget_nav_menu ul li:lang(ja),
.widget_pages ul li:lang(ja),
.widget_recent_comments ul li:lang(ja),
.widget_recent_entries ul li:lang(ja),
.widget_rss ul li:lang(ja),
.widget_tag_cloud .tagcloud:lang(ja),
.entry .entry-content .wp-block-button .wp-block-button__link:lang(ja),
.entry .entry-content .wp-block-archives li:lang(ja),
.entry .entry-content .wp-block-categories li:lang(ja),
.entry .entry-content .wp-block-latest-posts li:lang(ja),
.entry .entry-content .wp-block-verse:lang(ja),
.entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter,
.entry .entry-content .wp-block-pullquote cite:lang(ja),
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja),
.entry .entry-content .wp-block-cover-image h2:lang(ja),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja),
.entry .entry-content .wp-block-cover h2:lang(ja),
.entry .entry-content .wp-block-audio figcaption:lang(ja),
.entry .entry-content .wp-block-video figcaption:lang(ja),
.entry .entry-content .wp-block-image figcaption:lang(ja),
.entry
  .entry-content
  .wp-block-gallery
  .blocks-gallery-image
  figcaption:lang(ja),
.entry
  .entry-content
  .wp-block-gallery
  .blocks-gallery-item
  figcaption:lang(ja),
.entry .entry-content .wp-block-file:lang(ja),
.entry .entry-content .wp-block-file .wp-block-file__button:lang(ja),
.entry
  .entry-content
  .wp-block-latest-comments
  .wp-block-latest-comments__comment-meta:lang(ja),
.wp-caption-text:lang(ja),
.gallery-caption:lang(ja) {
  font-family: serif;
}
@media screen and (min-width: 768px) {
  .page .entry .entry-content,
  .entry .entry-summary {
    max-width: 100%;
	width: 100%;
    margin: 0;
    padding: 0;
  }
  .page .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: 100%;
  }
  .site-branding {
    margin: 0;
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: 100%;
  }
}

#page {
	background-color: #F6F6F6;
}

/* ========================
	common parts
======================== */
/* section-title */
.section-title {
	text-align: center;
}
.section-title h2 {
	padding-bottom: 50px;
	position: relative;
	display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
	align-items: center;
}
.section-title h2 span {
	text-shadow: 6px 10px 4px #27272738;
    /* font-family: 'Girassol', serif;
	font-weight: normal; */
    font-family: serif;
	font-weight: bold;
}
.section-title h2:before ,
.section-title h2:after {
	content: "";
	width: 100px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 50px;
}
.section-title h2:before {
	background-image: url("/wp-content/uploads/2020/01/title-left.png");
}
.section-title h2:after {
	background-image: url("/wp-content/uploads/2020/01/title-right.png");
}

/* decorated-text-box */
.decorated-text-box {
	max-width: 700px;
	width: 90%;
    margin: 0 auto;
	border: 2px solid #331918;
	padding: 40px;
	position: relative;
}
.decorated-text-box__left-top ,
.decorated-text-box__left-bottom ,
.decorated-text-box__right-top ,
.decorated-text-box__right-bottom {
	position: absolute;
	width: 45px;
    height: 45px;
	border: 2px solid #331918;
}
.decorated-text-box__left-top {
	top: 0;
    left: 0;
    transform: translateX(-100%) translateY(-100%);
	border-top: none;
    border-left: none;
}
.decorated-text-box__left-bottom {
	top: 100%;
    left: 0;
    transform: translateX(-100%);
	border-bottom: none;
    border-left: none;
}
.decorated-text-box__right-top {
	top: 0;
    left: 100%;
    transform: translateY(-100%);
	border-top: none;
    border-right: none;
}
.decorated-text-box__right-bottom {
	top: 100%;
    left: 100%;
	border-bottom: none;
    border-right: none;
}
@media screen and (max-width: 700px) {
	.decorated-text-box__left-top ,
	.decorated-text-box__left-bottom ,
	.decorated-text-box__right-top ,
	.decorated-text-box__right-bottom {
		width: 20px;
		height: 20px;
	}
}
/* ========================
	header
======================== */
@media screen and (min-width: 768px) {
	.site-header {
		padding: 0;
	}
}
.site-branding {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	max-width: 1140px;
	margin: 0 auto;
	line-height: inherit;
	height: 80px;
}
.site-header.featured-image {
	text-shadow: none;
}
/* left */
.site-title {
	margin: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-logo-img {
	display: none;
}
.site-logo-img {
	padding-right: 20px;
}
.site-logo-img img {
	max-height: 80px;
}
.site-logo-text {
	margin-left: 30px;
}
.site-logo-text a {
	color: #604439 !important;
	font-family: serif;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.featured-image .site-title {
		display: flex;
	}
}
/* right */
.main-navigation .main-menu {
	display: flex;
	flex-direction: row;
	margin-right: 10px;
}
.main-navigation .main-menu > li {
	display: block;
}
.main-navigation .main-menu > li > a {
	color: #604439 !important;
	font-family: 'Girassol', cursive;
	font-size: 24px;
    font-weight: normal;
	display: block;
	margin: 0 10px;
	padding: 5px 10px;
}
.main-navigation ul.main-menu > li:last-child a {
	background-color: #331918;
	color: #fff !important;
	padding-left: 30px;
    padding-right: 30px;
	margin-left: 0;
}
body.page .main-navigation {
	display: flex;
    align-items: center;
}
body.single .main-navigation {
	display: flex;
    align-items: center;
}
body.archive .main-navigation {
	display: flex;
    align-items: center;
}
.main-navigation ul.main-menu > li:last-child:before ,
.main-navigation ul.main-menu > li:last-child:after ,
.main-navigation ul.main-menu > li:last-child a:before ,
.main-navigation ul.main-menu > li:last-child a:after{
    content: "";
    width: 10px;
    height: 10px;
	border: 1px solid #331918;
    position: absolute;
}
.main-navigation ul.main-menu > li:last-child:before {
	bottom: calc(100% + -1px);
    right: calc(100% + -1px);
	border-top: none;
	border-left: none;
}
.main-navigation ul.main-menu > li:last-child:after {
	top: calc(100% + -1px);
    right: calc(100% + -1px);
	border-bottom: none;
	border-left: none;
}
.main-navigation ul.main-menu > li:last-child a:before {
	bottom: calc(100% + -1px);
    left: calc(100% + -1px);
	border-top: none;
	border-right: none;
}
.main-navigation ul.main-menu > li:last-child a:after {
	top: calc(100% + -1px);
    left: calc(100% + -1px);
	border-bottom: none;
	border-right: none;
}
/* hamburger menu */
.main-navigation--sp {
	display: none;
}
@media screen and (max-width:940px) {
	body.page .main-navigation {
		display: none;
	}
	body.single .main-navigation {
		display: none;
	}
	body.archive .main-navigation {
		display: none;
	}
	.main-navigation--sp {
		display: block;
	}
	.header__nav-drawer {
    position: relative;
    margin-right: 2rem;
  }
  .header__nav-drawer__unshown {
    display:none;
  }
  #header__nav-drawer__open {
    display: inline-block;
    width: 60px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 10000;
  }
  .header__nav-drawer__hamburger-memu ,
  .header__nav-drawer__hamburger-memu:before,
  .header__nav-drawer__hamburger-memu:after {
    position: absolute;
    height: 4px;
    width: 30px;
    border-radius: 3px;
    background: #515151;
    display: block;
    content: '';
    cursor: pointer;
  }
  .header__nav-drawer__hamburger-memu {
    /*top: 15px;*/
  }
  .header__nav-drawer__hamburger-memu:before {
    bottom: -8px;
  }
  .header__nav-drawer__hamburger-memu:after {
    position: absolute;
    bottom: -16px;
  }
  .header__nav-drawer__hamburger-memu__txt {
    position: absolute;
    font-size: 14px;
    font-family: Rajdhani;
    top: 13px;
    right: 10px;
  }
  #header__nav-drawer__close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  .header__nav-drawer__content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #F6F6F6;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
	  padding: 40px;
  }
  #header__nav-drawer__input:checked {
    position: fixed;
  }
  #header__nav-drawer__input:checked ~ #header__nav-drawer__close {
    display: block;
    opacity: .5;
  }
  #header__nav-drawer__input:checked ~ .header__nav-drawer__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
	.main-navigation--sp .main-menu {
		margin-top: 30px;
	}
	.main-navigation--sp .main-menu > li {
		display: block;
		margin-bottom: 20px;
	    border-bottom: 1px dashed #331918;
	}
	.main-navigation--sp .main-menu > li > a {
		color: #604439 !important;
		font-family: 'Girassol', cursive;
		font-size: 24px;
		font-weight: normal;
		display: block;
	}
}

/* ========================
	front page
======================== */
/* main-visual */
.entry-header {
	display: none;
}
.main-visual {
	height: 600px;
    background-image: url("/wp-content/uploads/2020/01/main.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-visual__inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
	padding: 100px 0 50px 0;
}
.main-visual__logo-text {
	text-align: center;
}
.main-visual__logo {
	padding-bottom: 30px;
}
.main-visual__logo img {
	max-width: 100px;
}
.main-visual__text {
	line-height: 2.5;
	font-weight: bold;
}
@media screen and (max-width: 700px) {
	.main-visual {
		background-image: url(/wp-content/uploads/2020/01/SP_mainbnr.png);
	}
	.main-visual__text {
		width: 80%;
		margin: 0 auto;
	}
	.main-visual__scroll img {
		width: 50px;
	}
}
/* brand list */
.brand-list {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
}

.brand-list__items {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	max-width: 1140px;
    margin: 0 auto;
}
.brand-list__item {
	width: 30%;
	padding: 0 30px;
	margin-bottom: 60px;
}
.brand-list__item-bg {
	width: 100%;
	height: 300px;
	background-position: center;
    background-size: cover;
}
.brand-list__item-logo {
	background-color: #fff;
	text-align: center;
}
.brand-list__item-logo img{
	/*width: 80%;*/
	height: 135px;
}
@media screen and (max-width: 700px) {
	.brand-list__item {
		width: 100%;
	}
}
/* ========================
	about
======================== */
/* mv */
.about-mv {
	text-align: center;
}
.about-mv img {
	max-width: 1140px;
    width: 100%;
}
.about-mv .about-mv__only-sp {
	display: none;
}
@media screen and (max-width: 700px) {
	.about-mv .about-mv__only-pc {
		display: none;
	}
	.about-mv .about-mv__only-sp {
		display: inline;
	}
}
/* description */
.about-description {
	padding-top: 150px;
	padding-bottom: 150px;
}
.about-description__text {
	text-align: center;
	line-height: 2.5;
    font-weight: bold;
}
@media screen and (max-width: 700px) {
	.about-description__text {
		width: 80%;
		margin: 0 auto;
	}
}

/* messeage */
.about-message {
	padding-bottom: 150px;
}
.about-message__text {
	line-height: 2;
}
.about-message__h3 {
	margin-bottom: 0.5em;
}
.about-message__text p {
	margin-bottom: 1em;
}
/* about-company-profile */
.about-company-profile {
	padding-bottom: 150px;
}
.about-company-profile__table {
	max-width: 700px;
    margin: 0 auto;
}
.about-company-profile__table td ,
.about-company-profile__table th {
	border: none;
}
.about-company-profile__table tr td:first-child {
	width: 40%;
}
.about-company-profile__table tr td:last-child {
	width: 60%;
}
@media screen and (max-width: 700px) {
	.about-company-profile__table {
		width: 90%;
  		margin: 0 auto;
	}
}
/* ========================
	brand
======================== */
/* brand-mv */
.brand-mv img {
	width: 100%;
}
.brand-mv .brand-mv__only-sp {
	display: none;
}
@media screen and (max-width: 700px) {
	.brand-mv .brand-mv__only-pc {
		display: none;
	}
	.brand-mv .brand-mv__only-sp {
		display: inline;
	}
}

/* brand-summary */
.brand-summary {
	padding-top: 100px;
}
.brand-summary__text-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	line-height: 2;
}
.brand-summary__text-box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 0;
}
.brand-summary__text-box p {
	position: relative;
	z-index: 1;
	font-weight: bold;
	margin-bottom: 1em;
}
@media screen and (max-width: 700px) {
	.brand-summary .section-title h2:before,
	.brand-summary .section-title h2:after {
		content: none;
	}
}
/* brand-items */
.brand-items {
	padding-top: 100px;
	padding-bottom: 100px;
}
.brand-items__inner {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.brand-items__item {
	width: 30%;
	height: 500px;
	padding:40px;
	background-color: #fff;
}
.brand-items__item-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
    height: 100%;
}
@media screen and (max-width: 700px) {
	.brand-items .section-title h2:before,
	.brand-items .section-title h2:after {
		content: none;
	}
	.brand-items__inner {
		flex-direction: column;
	}
	.brand-items__item {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
}
/* ========================
	news
======================== */
/* .page-header {
	display: none;
}*/

/* mv */
.archive .news-mv__only-sp {
	display: none;
}
@media screen and (max-width: 700px) {
	.archive .news-mv__only-pc {
		display: none;
	}
	.archive .news-mv__only-sp {
		display: inline;
	}
}
@media screen and (min-width: 768px) {
	.archive .page-header {
		margin: 0 auto;
		margin-bottom: 100px;
	}
}
.archive .page-header {
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 1140px;
	width: 100%;
}

/* categroy tab */

/* post list */
.archive .entry-header {
	display: block;
}
.archive .entry .entry-title:before {
	display: none;
}
.image-filters-enabled .entry .post-thumbnail:before ,
.image-filters-enabled .entry .post-thumbnail:after {
	display: none;
}
.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
	filter: none;
}
@media screen and (min-width: 768px) {
	.hfeed .entry .entry-header {
		margin: 0 auto;
	}
	.archive .entry .entry-content,
	.archive .entry .entry-summary {
		max-width: inherit;
		margin: 0;
		padding: 0;
	}
	.archive .entry .entry-content > p {
		margin: 10px 0;
	}
}
.archive .entry {
	max-width: 1140px;
	margin: 0 auto;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.archive .entry .entry-title {
	font-size: 26px;
}
.archive .entry .entry-title {
	font-size: 26px;
}
.archive .entry .post-thumbnail {
	margin: 0;
	margin-right: 30px;
	display: none;
}
.archive .entry .post-thumbnail .post-thumbnail-inner img {
	zoom: 50%;
}
.archive .entry .entry-header-text {
    width: 70%;
}
.archive .entry .entry-more-btn {
	text-align: right;
}
.archive .entry .entry-more-btn__inner {
	display: inline-block;
	background-color: #331918;
    padding: 5px 5px;
}
.archive .entry .entry-more-btn a {
	display: inline-block;
	color: #fff;
    font-weight: bold;
	padding: 5px 40px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
}
.archive .entry .entry-more-btn a:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

/* category tab */
.category-tab__lists {
	display: flex;
	justify-content: space-around;
	max-width: 1140px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.category-tab__list {
	width: calc(100% / 3);
	text-align: center;
	border-bottom: 	1px solid #331918;
	padding-bottom: 10px;
}
.category-tab__list--emphasis {
    margin: 0 30px;
	border-bottom: 	1px solid #331918;
	position: relative;
}
.category-tab__list--emphasis:before ,
.category-tab__list--emphasis:after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	background-color: #331918;
	border-radius: 100%;
	top: 100%;
    transform: translateY(-50%);
}
.category-tab__list--emphasis:before {
    right: 100%;
}
.category-tab__list--emphasis:after {
	left: 100%;
}
.category-tab__list a {
	color: #000;
}
.category-tab__list--emphasis a {
	color: #331918;
	font-weight: bold;
}
@media screen and (max-width:700px) {
	.archive .entry {
		flex-direction: column;
	}
	.archive .entry .post-thumbnail {
		width: 70%;
	    margin: 0 auto;
	}
	.archive .entry .entry-header-text {
		width: 90%;
		margin: 0 auto;
	}
	.archive .entry .entry-more-btn {
		text-align: center;
	}
	.category-tab__list--emphasis {
		margin: 0 15px;
	}
}
/* ========================
	news detail
======================== */
/*.single .post-thumbnail {
	display: none;
}
.image-filters-enabled .site-header.featured-image:after ,
.image-filters-enabled .site-header.featured-image .site-featured-image:before ,
.image-filters-enabled .site-header.featured-image .site-featured-image:after {
	content: none;
}*/
@media only screen and (min-width: 768px) {
	.site-header.featured-image {
		min-height: inherit;
	}
}
.site-header.featured-image {
	min-height: inherit;
}
.site-header.featured-image:after ,
.site-header.featured-image .site-branding-container:after {
	content: none;
}
.comments-area {
	display: none;
}
.single .post {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}
.entry-post-title h2 span {
	font-family: serif;
	font-weight: bold;
}
.single .entry-content {
	border-top: 1px solid #331918;
    border-bottom: 1px solid #331918;
	padding-top: 50px;
    padding-bottom: 50px;
	margin-bottom: 100px;
}
.entry-content__category {
	text-align: center;
    font-size: 24px;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.entry .entry-content > .entry-content__category {
		margin-top: 0;
	}
}
.single  .entry-content__inner {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}
.single  .entry-content__inner > * {
	margin: 32px 0;
}
.post-navigation {
	display: none;
}
.nav-links .post-title {
	color: #331918;
}
@media screen and (max-width: 700px) {
	.entry-post-title h2 span {
		font-size: 20px;
	}
	.single .section-title h2:before,
	.single .section-title h2:after {
		content: none;
	}
}

/* ========================
	 buyer一覧
======================== */
#page-buyer-list.entry {
    display: block;
}
#page-buyer-list .entry-header {
    display: none;
}
/* brand list */
#page-buyer-list .brand-list {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
}

#page-buyer-list .brand-list__items {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	max-width: 1140px;
    margin: 0 auto;
}
#page-buyer-list .brand-list__item {
	width: 30%;
	padding: 0 30px;
	margin-bottom: 60px;
}
#page-buyer-list .brand-list__item-bg {
	width: 100%;
	height: 300px;
	background-position: center;
    background-size: cover;
}
#page-buyer-list .brand-list__item-logo {
	background-color: #fff;
	text-align: center;
}
#page-buyer-list .brand-list__item-logo img{
	/*width: 80%;*/
	height: 135px;
}
@media screen and (max-width: 700px) {
	#page-buyer-list .brand-list__item {
		width: 100%;
	}
}

/* ========================
	 buyer詳細
======================== */
.single-buyer header.featured-image {
    margin-bottom: 0;
}
#page-buyer {
    padding: 64px 0 0 0;
}
/* #page-buyer .brand-mv {
    margin-bottom: 100px;
} */
#page-buyer .section-title h2 {
    padding-bottom: 80px;
}
#page-buyer .entry-content {
    border: none;
    padding: 0;
    text-align: center;
}
#page-buyer .entry-content .brand-video {
    margin-bottom: 100px;
}
#page-buyer .entry-content .brand-dl-file {
    margin-bottom: 64px;
}
#page-buyer .entry-content .brand-line-sheet {
    margin-bottom: 64px;
}
#page-buyer .entry-content > *:last-child {
    margin-bottom: 0;
}

/* ========================
	cafe
======================== */
/* cafe-profile */
.cafe-profile {
	padding-bottom: 80px;
}
.cafe-profile__table {
	max-width: 700px;
    margin: 0 auto;
}
.cafe-profile__table td ,
.cafe-profile__table th {
	border: none;
}
.cafe-profile__table tr td:first-child {
	width: 40%;
}
.cafe-profile__table tr td:last-child {
	width: 60%;
}
@media screen and (max-width: 700px) {
	.cafe-profile__table {
		width: 90%;
  		margin: 0 auto;
	}
}
/* title */
.cafe-profile .section-title h2 {
	padding: 50px 0;
}

/* cafe-photos */
.cafe-photos {
	padding-bottom: 50px;
}
.cafe-photos .photo {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

/* logo */
/* .cafe-logo {
	text-align: center;
	margin-bottom: 50px;
}
.cafe-logo img {
	width: 80%;
	max-width: 400px;
} */
/* description */
.cafe-description {
	padding: 50px 0;
}
.cafe-description__text {
	text-align: center;
	line-height: 2.5;
    font-weight: bold;
}
@media screen and (max-width: 700px) {
	.cafe-description__text {
		width: 80%;
		margin: 0 auto;
	}
}


/* ========================
	 contact
======================== */
.contact__title {
	padding-top: 50px;
}
.entry-content .wpcf7 {
	max-width: 600px !important;
	margin: 0 auto !important;
}
.entry-content .wpcf7 .wpcf7-form > p > label {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	font-weight: bold;
	font-size: 18px;
}
.entry-content .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
	width: 70%;
}
.entry-content .wpcf7 .wpcf7-form .wpcf7-form-control {
	border: 2px solid #331918;
    border-radius: 10px;
	width: 100%;
}
.entry-content .wpcf7 .wpcf7-form .form-submit-wrapper {
	width: 70%;
	margin: 50px auto;
	position: relative;
}
.entry-content .wpcf7 .wpcf7-form .wpcf7-submit[type="submit"] {
	display: block;
	width: 100%;
	border-radius: 0;
	background-color: #331918;
	font-size: 20px;
}
@media screen and (max-width:700px) {
	.entry-content .wpcf7 .wpcf7-form {
		width: 90%;
		margin: 0 auto;
	}
	.entry-content .wpcf7 .wpcf7-form > p > label {
 	   flex-direction: column;
	}
	.entry-content .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
		width: 100%;
	}
}
/* ========================
	privacy-policy
======================== */
#post-352 .entry-content {
	width: 80%;
	max-width: 900px;
	margin: 30px auto;
}
.page .entry#post-352 .entry-content > * {
	margin-bottom: 20px;
}
/* ========================
	footer
======================== */
.site-footer {
	background-color: #331918;
	padding: 30px;
}
.site-footer .site-info {
	display: none;
}
#colophon .widget-column {
	display: block;
}
@media screen and (min-width: 1168px) {
	#colophon .widget-column .widget {
		margin: inherit;
		width: inherit;
	}
}
@media screen and (min-width: 768px) {
	#colophon .widget-area, #colophon .site-info{
		margin: inherit;
	}
}
.site-footer .footer-text {
	text-align: center;
}
.site-footer .footer-text a {
	color: #fff;
    text-decoration: underline;
}
.site-footer .footer-text .copyright {
	color: #fff;
	font-family: 'Girassol', cursive;
	margin-top: 20px;
}
/* 2020.01.22 */
.site-footer .footer-text .sns-icons {
	display: flex;
    justify-content: flex-end;
}
.site-footer .footer-text .sns-icons a {
	display: inline-block;
    margin: 0 10px;
}
.site-footer .footer-text .sns-icons a img {
	width: 40px;
}
@media screen and (max-width: 700px) {
	.site-footer .footer-text .sns-icons {
		justify-content: center;
		margin-bottom: 30px;
	}
}
/* 2020.08.16 */
.section-movie{
	text-align:center;
	padding:0 5%
}
a.dwBtn{
	display:inline-block;
	margin:50px auto;
	padding:10px 20px;
	color:#fff;
	background-color:#604439;
	border:1px solid #604439;
	text-decoration:none !important;
}
a.dwBtn:hover{
		color:#604439;
	background-color:#fff;
	border:1px solid #604439
}

.main-navigation .sub-menu {
    background-color: #614439;
}
.main-navigation .sub-menu > li > a:hover {
    background: none;
}
.main-navigation .sub-menu > li > a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #614439;
}
