@charset "utf-8";
/* ----------------------------------------
Common
---------------------------------------- */

html {
    font-size: 100%;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

body.open {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

p,
li,
dt,
dd,
th,
td,
pre {
    -ms-line-break: strict;
    line-break: strict;
    -ms-word-break: break-strict;
    word-break: break-strict;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
}

ul,
ol {
    padding: 0 0 0 2em;
}

dd {
    margin: 0;
}

object,
embed {
    vertical-align: top;
}

a,
.hover {
    transition: opacity 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.hover:hover {
    opacity: 0.75;
    cursor: pointer;
}

a.false:hover {
    opacity: 1!important;
}

a:focus {
    outline: none;
}

p {
    display: block;
    margin: 0 0 1em;
}

.layout {
    padding: 0;
    list-style: none;
}

.cf::before,
.cf::after {
    content: "";
    display: table;
}

.cf::after {
    clear: both;
}

.flex {
    display: flex;
}

.noPost {
    padding-bottom: 60px;
}

.m0 {
    margin: 0;
}

main {
    display: block;
}

select:focus {
	outline: none;
}

::-webkit-input-placeholder {
    color:#C8C8C8;
}

:-ms-input-placeholder {
	color:#C8C8C8;
}

::placeholder {
	color:#C8C8C8;
}

@media all and (min-width: 560px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none!important;
    }
    .sp {
        display: none!important;
    }
}

@media all and (min-width: 769px) {
    .tablet {
        display: none!important;
    }
}

@media all and (min-width: 768px) {
    .tablet2 {
        display: none!important;
    }
}

@media all and (max-width: 767px) {
    .tablet3 {
        display: none!important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none!important;
    }
}

@media screen and (max-width: 559px) {
    .pc2 {
        display: none!important;
    }
}


/* ----------------------------------------
font & color
---------------------------------------- */

@font-face {
	font-family: 'Athelas Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Athelas Regular'), url('fonts/Athelas-Regular.woff') format('woff');
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.karla {
	font-weight: 300;
	font-family: 'Karla', 'Noto Sans JP', sans-serif;
}

.athelas {
	font-family: 'Athelas Regular', 'Noto Serif JP', serif;
}

.mainCol {
    color: #66686d;
}

.grCol {
	color: #717071;
}

.whtCol {
    color: #fff;
}

a {
    color: #53555a;
}

.whBk {
	background: #fff;
}

.hover-color {
	background: #fff;
	transition: background .3s linear;
}

.hover-color:hover {
	background: #e5dfe0;
}

/* ----------------------------------------
original
---------------------------------------- */

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
	letter-spacing: .05em;
	color: #53555a;
}

.inner {
    max-width: calc(1000px + 100px);
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.inner--container {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.inner--container2 {
	max-width: 720px;
	margin: 0 auto;
	box-sizing: border-box;
}

#wrapper {
    position: relative;
}

.section__title {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 .3em;
}

.morebtn {
	margin: 0;
}

.morebtn a {
	display: block;
	width: 100%;
	max-width: 310px;
	text-align: center;
	line-height: 1.45;
	margin: 0 auto;
	padding: .2em 0;
	border: 1px solid #53555a;
	position: relative;
}

.morebtn.blank a:after {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../images/common/ico_blank_gr.svg) no-repeat left top / contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.morebtn2 {
	margin: 0;
}

.morebtn2 a {
	display: block;
	width: 160px;
	font-size: 18px;
	text-align: center;
	padding: .2em 0;
	border: 1px solid #53555a;
	background: #fff;
}

.morebtn3 a {
	display: block;
	width: 100%;
	max-width: 310px;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	padding: .5em 0;
	background: #e5dfe0;
}

@media screen and (max-width: 959px) {

}

@media screen and (max-width: 559px) {
	h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
	}
	
	body {
		font-size: 15px;
		color: #454545;
		font-weight: 400;
	}

    .inner {
        padding: 0 20px;
    }

	.section__title {
		margin: 0 0 .5em;
	}

	.morebtn a {
		font-size: 16px;
	}

	.morebtn2 a {
		width: 100%;
		max-width: 255px;
		height: 33px;
		padding: 0;
		margin: 0 auto;
		display: flex;
    align-items: center;
    justify-content: center;
	}
}

@media screen and (max-width: 374px) {
	body {
		font-size: 12px;
	}
}

/* ----------------------------------------
loading
---------------------------------------- */
#loading {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #E5DFE0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: opacity 1s linear;
}

#loading__logo {
	padding: 0 113px;
}

#loading.load {
	opacity: 0;
	pointer-events: none;
}

/* ----------------------------------------
gNavi
---------------------------------------- */
#layer.open {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 8;
}

#gnavi {
	width: 100%;
	height: 80px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

#gnavi.home-nav {
	top: -80px;
}

#gnavi.home-nav.scroll {
	animation: gnavi .3s cubic-bezier(.48,.16,.65,.9) forwards;
}

@keyframes gnavi {
	0% {
		top: -80px;
	}
	100% {
		top: 0;
	}
}

#gnavi:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9;
}

#nav__logo {
	position: absolute;
	top: 0;
	left: 50px;
}

#btn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 50px;
	z-index: 11;
}

#btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#btn a span {
	width: 100%;
	height: 2px;
	background: #53555a;
	transition: 0.3s ease;
}

#btn a span + span {
	margin-top: 7px;
}

#btn.open a span {
	height: 1px;
	background: #fff;
}

#btn.open a span:nth-of-type(1) {
	transform: translateY(6px) rotate(45deg);
}

#btn.open a span:nth-of-type(2) {
	transform: translateY(-2px) rotate(-45deg);
}

#btn.open a span:nth-of-type(3) {
	transform: scale(0);
}

.nav2 {
	height: 100%;
	justify-content: flex-end;
	padding-right: 156px;
}

.nav2 > li {
	height: 100%;
	position: relative;
}

.nav2 > li:after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	background: #e5dfe0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: height .2s linear;
}

.nav2 > li:hover:after {
	height: 5px;
}

.nav2 > li + li {
	margin-left: 2.64em;
}

.nav2 > li > a {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 0 .7em;
}

.child {
	display: none;
	min-width: 200px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	box-shadow: 0px 0px 12px -5px rgba(0,0,0,.15);
}

.child .child {
	top: 0;
	left: 100%;
	transform: translate(0);
}

.child li {
	white-space: nowrap;
	border-bottom: 1px solid #e5dfe0;
	position: relative;
}

/*
.child li:after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	background: #e5dfe0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: height .2s linear;
}

.child li:hover:after {
	height: 5px;
}
*/

.child li:hover {
	background: #f8f8f9;
}


.child li a {
	display: block;
	font-size: 18px;
	padding: .53em 1em;
}

#nav {
	display: none;
	width: 320px;
	height: 100%;
	padding: 80px 50px 100px;
    box-sizing: border-box;
	background: rgba(83,85,90,.7);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	overflow: auto;
}

.sns__nav {
	align-items: center;
	position: absolute;
	top: 30px;
	left: 50px;
}

.sns__nav li + li {
	margin-left: 22px;
}

.nav > li {
	font-size: 20px;
}

.nav > li.spacer {
	height: .6em;
}

.nav > li + li {
	margin-top: .3em;
}

.nav__btn {
	margin-top: 1.6em;
}

.nav__btn a {
	width: 100%;
	display: block;
	font-size: 20px;
	text-align: center;
	color: #717071;
	background: #fff;
}

@media all and (max-width: 1000px) {
	.nav2 {
		display: none;
	}
}

@media all and (max-width: 559px) {
	#gnavi {
		height: 60px;
	}
	
	#gnavi.home-nav {
		top: -60px;
	}

	@keyframes gnavi {
		0% {
			top: -60px;
		}
		100% {
			top: 0;
		}
	}

	#nav__logo {
		width: 60px;
		top: 0;
		left: 20px;
	}
	
	#btn {
		top: 5px;
		right: 25px;
	}
	
	#nav {
		width: calc(100% - 100px);
	}

	.nav > li.spacer {
		height: 1.2em;
	}
	
}

@media all and (max-width: 374px) {
	#nav {
		padding: 80px 50px 100px;
	}

	.nav > li {
		font-size: 18px;
	}
}

/* ----------------------------------------
 breadcrumb
---------------------------------------- */
#breadcrumb {
	width: 100%;
	font-size: 10px;
	margin-top: 80px;
	padding: .5em 1.25em;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.postPage #breadcrumb,
.id-2 #breadcrumb,
.id-3 #breadcrumb {
	border-bottom: 1.6px solid #e3e3e3;
	background: #eff0f1;
}
.brandPage #breadcrumb {

}

#breadcrumb > div {
	display: inline;
}

#breadcrumb > div + div {
	padding: 0 0 0 12px;
}

#breadcrumb > div a,
#breadcrumb > div span {
	margin: 0 6px 0 0;
	color: #53555a;
}

#breadcrumb > div a {
	text-decoration: underline;
}

@media all and (max-width: 559px) {
	#breadcrumb {
		margin-top: 60px;
	}
}

/* ----------------------------------------
fv
---------------------------------------- */
#fv {
	position: relative;
}

.fv--item img {
	max-width: none;
	width: 100%;
}

#fv .swiper-pagination {
	z-index: 5;
}

#fv .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	margin: 0 10px;
	border-radius: 0;
	background: #e5dfe0;
	opacity: 1!important;
	outline: none;
}

#fv .swiper-pagination-bullet:focus {
	outline: none;
}

#fv .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.fv__logo {
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 2;
}

.fv--item--inner {
	position: relative;
}

.fv--item--catch {
	font-size: min(4vw,50px);
	letter-spacing: .1em;
	position: absolute;
	text-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.fv--item--catch.serif {
	font-size: min(3vw,40px);
	font-weight: 500;
}

.fv--item--catch.catch1 {
	top: 35px;
	left: 250px;
}

.fv--item--catch.catch2 {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media all and (min-width: 560px) {
	.top-header {
		height: auto!important;
	}
}

@media all and (max-width: 559px) {
	#fv {
		height: 100%;
	}

	.fv--item,
	#fv .swiper-wrapper {
		height: 100%;
		overflow: hidden;
	}

	.fv--item img {
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#fv .swiper-pagination {
		bottom: 25px;
	}

	.fv__logo {
		width: 100px;
		top: 15px;
		left: 20px;
	}

	.fv--item--catch {
		width: 100%;
		font-size: min(10vw,36px);
		text-align: center;
	}

	.fv--item--catch.serif {
		font-size: min(7vw,28px);
		line-height: 2;
	}

	.fv--item--catch.catch1,
	.fv--item--catch.catch2 {
		top: 47%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.fv--item--catch.catch2_sp {
		top: ;
		left: ;
	}
}

/* ----------------------------------------
Header
---------------------------------------- */
.second-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 520px;
	background: #bdb7bc;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.aaa .second-header {
	margin-top: 80px;
}

.second-header.small {
	height: 190px;
}

.second-header.bg {
	background: #eff0f1;
}

.second-header.archive {
	margin-top: 0;
	padding-top: 40px;
}

.second-header.small2 {
	margin-top: 0;
}

.header__title {
	font-size: 50px;
	text-align: center;
	font-weight: 200;
	letter-spacing: .1em;
}

.header__title.whtCol {
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.header__title.small {
	font-size: 30px;
}

.header__title.medium {
	font-size: 40px;
}

.brand-header:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #e7e6e6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	animation: header 2s .3s linear forwards;
	pointer-events: none;
}

.brand-header.bgs:after {
	background: #f0f0f1;
}

.brand-header.bgs2:after {
	background: #f8f8f9;
}

@keyframes header {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media all and (max-width: 768px) {
	.second-header {
		height: 250px;
	}
}

@media all and (max-width: 559px) {
	
	.second-header {
		height: 135px;
	}

	.second-header.small {
		height: 85px;
	}

	.second-header.archive,
	.second-header.small2 {
		height: 120px;
		margin-top: 0;
		padding-top: 0;
	}

	.header__title {
		font-size: 24px;
	}

	.header__title.karla {
		font-size: 28px;
		line-height: 1.35;
	}

	.header__title.small {
		font-size: 28px;
	}

	.header__title.medium {
		font-size: 28px;
	}
	
}

/* ----------------------------------------
footer
---------------------------------------- */
footer {
	padding: 80px 0 0;
	background: #efeced;
}

.footer__btns {
	justify-content: space-between;
	margin: 0 0 90px;
}

.footer__btns li {
	width: calc(100% / 3 - 23.5px);
}

.footer__btns li a {
	display: block;
	font-size: 24px;
	text-align: center;
	padding: .5em .5em;
	background: #fff;
}

.footer__btns li .btn-recruit {
	background: #e5dfe0;
}

.footer__flex {
	flex-wrap: wrap;
	margin: 0 0 80px;
}

.footer__flex__box {
	flex: 1;
}

.footer__nav > li {
	font-size: 20px;
}

.footer__nav > li.jp-font {
	font-size: 14px;
	font-weight: 400;
	margin-top: .5em;
}

.footer__nav > li.spacer {
	height: 1.4em;
}

.footer__nav > li + li {
	margin-top: .2em;
}

.footer__nav > li > a {
	position: relative;
}

.footer__nav > li > a:not(.nobd):after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #53555a;
	opacity: .8;
	position: absolute;
	bottom: 2px;
	left: 0;
}

.footer__nav__child {
	margin-top: .53em;
}

.footer__nav__child li {
	font-size: 14px;
}

.footer__nav__child li + li {
	margin-top: .35em;
}

.footer__container {
	align-items: center;
	padding: 0 50px;
	background: #53555a;
}

.footer__container__logo {
	width: 100px;
	margin-right: 50px;
}

.footer__container__sns {
	line-height: 1;
	align-items: center;
}

.footer__container__sns li + li {
	margin-left: 20px;
}

.footer__copy {
	margin-left: auto;
}

.footer__copy small {
	font-size: 12px;
}

.btn--wrap {
	position: relative;
	top: 0px;
}

#pagetop {
	display: none;
	width: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 30px;
	z-index: 6;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.05);
	opacity: .8;
}

#pagetop.stop {
	position: absolute;
	bottom: 30px;
}

#contactBtn {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 6;
}

#contactBtn.stop {
	position: absolute;
	bottom: 30px;
}

#contactBtn img {
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,.07));
}

@media all and (max-width: 850px) {
	.footer__flex {
		max-width: 600px;
		margin: 0 auto 80px;
	}

	.footer__flex__box {
		flex: unset;
		width: calc(100% / 3);
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}
}

@media all and (max-width: 768px) {
	footer {
		padding: 60px 0 0;
	}

	.footer__btns {
		margin: 0 0 50px;
	}

	.footer__btns li a {
		font-size: 20px;
		padding: .6em 0;
	}

	.footer__nav > li.jp-font {
		font-size: 12px;
	}

	.footer__container {
		flex-direction: column;
		padding: 6px 0 8px;
	}
	
	.footer__container__logo {
		width: 100px;
		margin-right: 0;
	}
	
	.footer__container__sns {
		margin: 18px 0;
	}

	.footer__copy {
		margin: 0;
	}
	
	.footer__copy small {
		font-size: 10px;
	}

	.btn--wrap {
		top: 80px;
	}

	#pagetop {
		bottom: 15px;
		right: 10px;
	}

	#pagetop.stop {
		bottom: 15px;
	}

	#contactBtn {
		bottom: 15px;
		left: 15px;
	}

	#contactBtn.stop {
		bottom: 15px;
	}
		
}

@media all and (max-width: 559px) {
	footer {
		padding: 50px 0 0;
	}
	
	.footer__btns {
		flex-direction: column;
		margin: 0 0 40px;
	}
	
	.footer__btns li {
		width: 100%;
	}

	.footer__btns li + li {
		margin-top: 10px;
	}
	
	.footer__btns li a {
		font-size: 20px;
		padding: .9em 0;
	}

	.footer__nav > li {
		font-size: 18px;
	}

	.footer__nav > li.spacer {
		height: 0;
	}

	.footer__nav > li + li {
		margin-top: .42em;
	}

	.footer__nav__child {
		margin-bottom: .55em;
	}

	.footer__flex {
		justify-content: space-between;
		margin: 0 0 70px;
		padding: 0 10px;
	}

	.footer__flex__box {
		flex: auto;
		width: calc(50% - 10px);
		max-width: none;
		min-width: 0;
		position: relative;
		padding: 0;
	}

	.footer__flex__box1 {
		order: 1;
	}

	.footer__flex__box2 {
		order: 2;
	}

	.footer__flex__box3 {
		order: 4;
		z-index: 2;
		margin: 0;
	}

	.footer__flex__box4 {
		order: 3;
		margin-top: -4em;
	}

	.footer__flex__box5 {
		order: 5;
		margin-top: -13.8em;
	}

	.btn--wrap {
		top: 70px;
	}

	#pagetop {
		width: 30px;
	}
}

@media all and (max-width: 374px) {
	.footer__nav > li {
		font-size: 17px;
	}
	
	.footer__nav__child li {
		font-size: 13px;
	}
}

/* ----------------------------------------
home
---------------------------------------- */

/*
news
---------------------------------------- */
#news,
#blog {
	padding: 45px 0 70px;
	background: #f1f1f1;
}

.news--container {
	padding: 35px 50px 40px;
}

.top-news__list {
	margin: 0 0 30px;
}

.top-news__list li {
	border-bottom: 1px solid #afafaf;
}

.top-news__list li a {
	font-size: 14px;
	color: #717071;
	padding: 1em 0;
}

.top-news__list__date {
	line-height: 1.45;
	margin-right: 1.5em;
}

.top-news__list__cat {
	margin-right: 50px;
}

.top-news__list__cat span {
	display: inline-block;
	width: 70px;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #afafaf;
}

.top-news__list__cat span + span {
	margin-left: 5px;
}

.top-news__list__title {
	line-height: 1.45;
	font-weight: 400;
}

.detail__tags.home {
	font-size: 12px;
	margin: 5px 0 -10px;
}

.detail__tags.home span {
	display: inline-block;
	color: #BDB7BC;
}

.detail__tags.home span + span {
	margin: 0 5px 10px 0;
}

@media all and (max-width: 559px) {
	#news,
	#blog {
		padding: 45px 0 50px;
	}

	.news--container {
		padding: 25px 30px;
	}
	
	.top-news__list li a {
		flex-wrap: wrap;
		align-items: center;
		padding: 1em 0;
	}
	
	.top-news__list__date {
		font-size: 12px;
		margin-right: 1.5em;
	}
	
	.top-news__list__cat {
		margin-right: 0;
	}
	
	.top-news__list__cat span {
		width: 70px;
		font-size: 12px;
	}
	
	.top-news__list__title {
		width: 100%;
		line-height: 1.45;
		margin-top: 12px;
	}

}

/*
about
---------------------------------------- */
#about {
	padding: 62px 0 0;
	background: #e5dfe0;
}

.about__title {
	margin: 0 0 1.4em;
}

.about__flex {
	flex-wrap: wrap;
}

.about__flex__box {
	width: 50%;
	height: 10.4vw;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.about__flex__box:nth-child(even) {
	border-left: 1px solid #fff;
}

.about__flex__box:nth-child(-n+2) {
	border-bottom: 1px solid #fff;
}

.about__flex__box.large {
	height: 23.75vw;
}

.about__flex__box__bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transition: transform .3s linear;
	will-change: transform;
}

.about__flex__box__bg1 {
	background-image: url(../images/top/about_img1.jpg);
}

.about__flex__box__bg2 {
	background-image: url(../images/top/about_img2.jpg);
}

.about__flex__box__bg3 {
	background-image: url(../images/top/about_img3.jpg);
}

.about__flex__box__bg4 {
	background-image: url(../images/top/about_img4.jpg);
}

.about__flex__box__container {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
}

.about__flex__box__container.center {
	padding-top: 30px;
}

.about__flex__box__container.end {
	padding-top: 30px;
}

.about__flex__box__container__title {
	font-size: 24px;
	margin: 0 0 1.2em;
}

.about__flex__box__container__title.mg {
	margin: 0 0 .3em;
}

.about__flex__box__container__text {
	line-height: 1.875;
}

.about__flex__box__container__text:not(.m0) {
	margin: 0 0 .3em;
}

.about__flex__box__container__text2 {
	font-size: 14px;
	line-height: 1.42;
}

@media all and (min-width: 769px) {
	.about__flex__box {
		min-height: 104px;
	}
	
	
	.about__flex__box.large {
		min-height: 236px;
	}

	.about__flex__box a:hover .about__flex__box__bg {
		transform: translate(-50%,-50%) scale(1.03);
	}
}

@media all and (max-width: 768px) {
	#about {
		padding-bottom: 62px;
	}
	.about__flex {
		padding: 0 50px;
	}
	
	.about__flex__box {
		width: 100%;
		height: auto!important;
		border: none!important;
		overflow: unset;
	}

	.about__flex__box + .about__flex__box {
		margin-top: 20px;
	}

	.about__flex__box.large {
		margin-bottom: 13px;
	}

	.about__flex__box__bg {
		height: 27.3vw;
		top: 0;
		left: 0;
		transform: unset;
		position: relative;
	}

	.about__flex__box.large .about__flex__box__bg {
		height: 37.6vw;
	}
	
	.about__flex__box__bg1 {
		background-image: url(../images/top/about_img1_sp.jpg?2);
	}
	
	.about__flex__box__bg2 {
		background-image: url(../images/top/about_img2_sp.jpg?2);
	}
	
	.about__flex__box__bg3 {
		background-image: url(../images/top/about_img3_sp.jpg?2);
	}
	
	.about__flex__box__bg4 {
		background-image: url(../images/top/about_img4_sp.jpg?2);
	}
	
	.about__flex__box__container {
		height: auto;
		display: block;
		position: inherit;
		top: auto;
		left: auto;
		transform: unset;
	}
	
	.about__flex__box__container.center,
	.about__flex__box__container.end {
		padding-top: 0;
	}
	
	.about__flex__box__container__title {
		width: 100%;
		height: 27.3vw;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.about__flex__box.large .about__flex__box__container__title {
		height: 37.6vw;
	}
	
	.about__flex__box__container__title {
		margin: 0!important;
	}
	
	.about__flex__box__container__text {
		font-size: 16px;
		color: #717071;
		margin-top: 18px!important;
	}

	.about__flex__box__container__text2 {
		font-size: 12px;
		color: #717071;
		line-height: 1.7;
	}
}

@media all and (max-width: 559px) {
	#about {
		padding: 35px 0 50px;
	}

	
}

/*
products
---------------------------------------- */
#products {
	padding: 96px 0 78px;
	background: #f8f8f9;
}

.products__title {
	font-size: 30px;
	margin: 0 0 .5em;
}

.products__list {
	flex-wrap: wrap;
}

.products__list li {
	width: calc(100% / 4 - 12px);
	margin: 0 0 20px;
	background: #fff;
}

.products__list li:not(:nth-child(4n)) {
	margin-right: 16px;
}

.products__list__title {
	font-size: 18px;
	font-size: min(1.9vw,18px);
	text-align: center;
	padding: .3em 0;
	background: #fff;
}

@media all and (max-width: 559px) {
	#products {
		padding: 42px 0 35px;
	}

	.products__title {
		font-size: 24px;
		margin: 0 0 1.1em;
	}

	.products__list {
		justify-content: space-between;
	}

	.products__list li {
		width: calc(50% - 7px);
		margin: 0 0 16px!important;
	}

	.products__list__title {
		font-size: 16px;
		padding: .6em 0;
	}
}

@media all and (max-width: 374px) {
	.products__list__title {
		font-size: 14px;
	}
}

/*
contact-sec
---------------------------------------- */
#contact-sec {
	padding: 50px 0;
	background: #BDB7BC;
}

.contact-sec__text {
	text-align: center;
/* 	font-size: 14px;
	line-height: 1.75;
	margin: 0 0 1.5em; */
}

.contact-sec__btn a {
	display: block;
	width: 100%;
	max-width: 310px;
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #fff;
	background: transparent;
	transition: all .3s linear;
}

@media all and (min-width: 769px) {
	.contact-sec__btn a:hover {
		background: rgba(255,255,255,.2);
	}
}

/*
salon
---------------------------------------- */
#salon {
	padding: 50px 0;
	background: #bdb7bc;
}

.salon__title {
	font-size: 24px;
	margin: 0 0 1.2em;
}

.salon__text {
	text-align: center;
}

.salon__btn a {
	display: block;
	width: 100%;
	max-width: 310px;
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #fff;
	background: transparent;
	transition: all .3s linear;
}

@media all and (min-width: 769px) {
	.salon__btn a:hover {
		background: rgba(255,255,255,.2);
	}
}

@media all and (max-width: 559px) {
	#salon {
		padding: 50px 0;
	}

	.salon__title {
		font-size: 18px;
		margin: 0 0 .9em;
		font-weight: 400;
	}

	.salon__text {
		margin: 0 0 1.2em;
	}

	.salon__btn a {
		font-size: 20px;
		padding: .4em 0;
	}
}

@media all and (max-width: 374px) {
	.salon__text {
		font-size: 13px;
	}
}

/*
brand
---------------------------------------- */
#brand {
	padding: 90px 0 74px;
	background: #e5dfe0;
}

.brand__title {
	font-size: 30px;
	margin: 0 0 .7em;
}

.brand__list {
	flex-wrap: wrap;
	justify-content: center;
}

.brand__list li {
	width: calc(100% / 3 - 13.5px);
	margin: 0 0 30px;
	background: #fff;
}

.brand__list li:not(:nth-child(3n)):not(:last-child) {
	margin-right: 20px;
}

.brand__list__title {
	font-size: min(2.3vw,20px);
	text-align: center;
	padding: .3em 0;
	background: #f7f7f7;
}

@media all and (max-width: 559px) {
	#brand {
		padding: 42px 0 35px;
	}

	.brand__title {
		font-size: 24px;
		margin: 0 0 1.2em;
	}

	.brand__list {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.brand__list li {
		width: calc(50% - 8px);
		margin: 0 0 16px!important;
	}

	.brand__list__title {
		font-size: 16px;
	}
}

@media all and (max-width: 374px) {
	.brand__list__title {
		font-size: 14px;
	}
}

/*--------------------------
投稿用
--------------------------*/
.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
    font-size: 0.9em;
}

.alignright {
    float: right;
    margin: 0px 0 20px 20px;
    font-size: 0.9em;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    font-size: 0.9em;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    max-width: 80%;
}

.post table {
    border-collapse: collapse;
}

@media screen and (max-width: 559px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
        max-width: 100%;
    }
		.about__flex {
			padding: 0 20px;
		}
}