body {
	background-color: #fff;
	color: #575757;
	display: flex;
	flex-direction: column;
	font-family: "Helvetica Neue", Helvetica, 'YuGothic', '游ゴシック', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	line-height: 1.428;
	letter-spacing: 0.08em;
	margin: 0 auto;
	padding: 0;
	min-height: 100vh;
}

html>body {
	font-size: 10px;
	font-size: 1rem;
}

*+html body {
	margin: 0;
	padding: 0;
}

html, * {
	margin: 0;
	padding: 0;
}

@media print {
	a[href]:after {
		content: none;
	}
	abbr[title]:after {
		content: none;
	}
}


/* CommonStyle */

h1, h2, h3 {
	font-weight: 200;
	letter-spacing: .2rem;
	margin: 0;
}

h2 {
	padding-bottom: 1rem;
}

p, li, a {
	font-size: .85rem;
	line-height: 1.7;
	/* padding-bottom: 1.1rem; */
}

ul {
	zoom: 100%;
}

ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	transition: opacity 0.3s ease-out;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	margin: 0 auto;
}

address {
	margin: 2rem auto;
	font-size: .8rem;
	font-style: normal;
}

sub {
	font-size: 80%;
	vertical-align: top;
	line-height: .9;
}


/* text style */
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-small {
	font-size: 70%;
}

.title {
	font-size: 1.5rem;
	background: #fff url(../images/title-line.svg) left bottom no-repeat;
	background-size: 80% auto;
	padding: 10px 0;
	text-align: center;
	letter-spacing: .3rem;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 270px;
}

.subtitle {
	font-size: 1.3rem;
	margin: .5rem 0;
}

.lh-thin {
	line-height: 0.7;
}

.list-unstyled {
	list-style-type: none;
}


/* color */
.color-nav {
	color: #575757;
}

.color-white {
	color: #fff;
}

.color-black {
	color: #000;
}

.color-caution {
	color: #f00;
}

.bg_gray {
	background-color: #f8f6f5;
}


/* style */
.br-pc {
	display:none;
}

.border {
	padding: 1% 0;
}

.border-bottom {
	border-bottom: 1px solid #575757;
}

.underline-gray {
	border-bottom: 1px solid #444;
}

.underline-white {
	border-bottom: 1px solid #fff;
}

.invisible {
    visibility: hidden;
}

.delay-1s-2 {
	animation-delay: .5s;
}

.sp__content {
	display: block;
}

.pc__content {
	display: none;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/* Space */
.pt10 { padding-top: 10px;} .pt20 { padding-top: 20px;} .pt30 { padding-top: 30px;} .pt40 { padding-top: 40px;} .pt50 { padding-top: 50px;} .pt60 { padding-top: 60px;} .pt70 { padding-top: 70px;} .pt80 { padding-top: 80px;} .pt90 { padding-top: 90px;} .pt100 { padding-top: 100px;} 
.pl10 { padding-left: 10px;} .pl20 { padding-left: 20px;} .pl30 { padding-left: 30px;} .pl40 { padding-left: 40px;} .pl50 { padding-left: 50px;} .pl60 { padding-left: 60px;} .pl70 { padding-left: 70px;} .pl80 { padding-left: 80px;} .pl90 { padding-left: 90px;} .pl100 { padding-left: 100px;}
.pb10 { padding-bottom: 10px;} .pb20 { padding-bottom: 20px;} .pb30 { padding-bottom: 30px;} .pb40 { padding-bottom: 40px;} .pb50 { padding-bottom: 50px;} .pb60 { padding-bottom: 60px;} .pb70 { padding-bottom: 70px;} .pb80 { padding-bottom: 80px;} .pb90 { padding-bottom: 90px;} .pb100 { padding-bottom: 100px;}
.pr10 { padding-right: 10px;} .pr20 { padding-right: 20px;} .pr30 { padding-right: 30px;} .pr40 { padding-right: 40px;} .pr50 { padding-right: 50px;} .pr60 { padding-right: 60px;} .pr70 { padding-right: 70px;} .pr80 { padding-right: 80px;} .pr90 { padding-right: 90px;} .pr100 { padding-right: 100px;}

.mt10 { margin-top: 10px;} .mt20 { margin-top: 20px;} .mt30 { margin-top: 30px;} .mt40 { margin-top: 40px;} .mt50 { margin-top: 50px;} .mt60 { margin-top: 60px;} .mt70 { margin-top: 70px;} .mt80 { margin-top: 80px;} .mt90 { margin-top: 90px;} .mt100 { margin-top: 100px;}
.ml10 { margin-left: 10px;} .ml20 { margin-left: 20px;} .ml30 { margin-left: 30px;} .ml40 { margin-left: 40px;} .ml50 { margin-left: 50px;} .ml60 { margin-left: 60px;} .ml70 { margin-left: 70px;} .ml80 { margin-left: 80px;} .ml90 { margin-left: 90px;} .ml100 { margin-left: 100px;}
.mb10 { margin-bottom: 10px;} .mb20 { margin-bottom: 20px;} .mb30 { margin-bottom: 30px;} .mb40 { margin-bottom: 40px;} .mb50 { margin-bottom: 50px;} .mb60 { margin-bottom: 60px;} .mb70 { margin-bottom: 70px;} .mb80 { margin-bottom: 80px;} .mb90 { margin-bottom: 90px;} .mb100 { margin-bottom: 100px;}
.mr10 { margin-right: 10px;} .mr20 { margin-right: 20px;} .mr30 { margin-right: 30px;} .mr40 { margin-right: 40px;} .mr50 { margin-right: 50px;} .mr60 { margin-right: 60px;} .mr70 { margin-right: 70px;} .mr80 { margin-right: 80px;} .mr90 { margin-right: 90px;} .mr100 { margin-right: 100px;}


/* Layout */
.wrapper {
	overflow: hidden;
}

.container {
	width: 100%;
	height: auto;
	padding: 80px 4% 4%;
}

.inner-box {
	padding: 4%;
}


/* header menu */
header {
	width: auto;
	height: auto;
	background-color: transparent;
	color: #333;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-pack: center;
	flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative; */
}

.logo {
	width: 250px;
	height: auto;
	margin-bottom: 2rem;
}

.nav-logo {
	width: 200px;
	height: auto;
	margin: 0 auto 1rem;
}

.sp__nav-logo {
	position: fixed;
	top: 60px;
	right: 20px;
	width: auto;
	height: 100px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	z-index: 10;
}

@media all and (-ms-high-contrast: none) {
	/* ここに書く */
	.ie__nav-logo {
		max-width: 30px;
	}
}

/*メニューボタン*/
.nav__button {
	display: block;
	cursor: pointer;
	z-index: 22;
	width: 40px;
	height: 30px;
	position: fixed;
	top: 20px;
	right: 20px;
}

.nav__button span {
	display: block;
	height: 6px;
	background: transparent url(../images/nav__menu-line.svg) center center no-repeat;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.nav__button span:nth-of-type(1){
	top: 0;
}

.nav__button span:nth-of-type(2) {
	top: 10px;
}

.nav__button span:nth-of-type(3) {
	top: 20px;
}

.nav__button.active span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.nav__button.active span:nth-of-type(2) {
	width: 0;
	left: 50%;
}

.nav__button.active span:nth-of-type(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

nav {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 11;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	width: 0;
	height: 100vh;
	overflow: auto;
	transition: .5s ease-in-out;
	opacity: 0;
}

nav.open-menu {
	width: 100%;
	opacity: .8;
}

.nav__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-pack: center;
	flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
}

.nav__container {
	margin-left: auto;
	margin-right: 5%;
}

.logo {
	margin-top: .5rem;
	padding-bottom: .7rem;
}

.nav__menu {
	margin: 0 auto;
	list-style: none;
	list-style-image: none;
}

.nav__menu > li {
	position:relative;
}

.nav__menu li a, .top__nav-box li a {
	display: block;
	padding: .5rem 0;
	text-align: center;
}

.nav__menu li a:hover, .top__nav-box li a:hover {
	background-size: 100% 100%;
}

.nav-title {
	font-size: .9rem;
	color: #575757;
}

.collection__list {
	display: none;
}

.nav__menu > li:hover .collection__list {
	display: block;
	position: absolute;
	top: 0;
	left: -65%;
	padding-right: 20px;
}

.nav__menu--sub {
	position: relative;
	display: block;
	margin: 0;
	padding: .5rem 1rem;
	width: 100%;
	background: #acbacd;
	text-align: left;
}

.nav__menu--sub:before {
	content: "";
	position: absolute;
	top: 10px;
	right: -30px;
	margin: 0;
	border: 10px solid transparent;
	border-left: 20px solid #acbacd;
}

.nav__menu--sub li {
	display: block;
	/* margin-top: .5rem; */
}

.nav__menu--sub a {
	color: #dbdcdc;
}

.nav__menu--sub a:hover {
	color: #fff;
}

.nav__social {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}

.social-icon {
	display: inline-block;
	width: 30px;
	margin: 0;
}

.nav__social a {
	color: #575757;
}


/* ローディング画面 */
/* .zero-view,
.first-view,
.second-view {
	background-color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

.zero-view {
	z-index: 99;
	animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: .5s;
}

.first-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-pack: center;
	flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 88;
	animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    animation-delay: 2s;
}

.first-logo {
	width: 200px;
	margin: 0;
}

.second-view {
	padding-top: 60px;
	z-index: 77;
    animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
	animation-delay: 4s;
}

.first-illust {
	width: 100%;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
} */


/* main contents */
main {
	width: 100%;
	min-height: 1px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #fff;
}


/* top */
.top__container {
    display: flex;
	background-color: #f9f7f6;
	width: 100%;
	height: 100vh;
	background: url(../images/top-main.jpg) top left 35% no-repeat;
	background-size: cover;
}

.top__container__half {
    flex: 1;
}

.half-left {
    flex: 45%;
}

.pc__nav {
	display: none;
}

.half-right {
	flex: 55%;
	background: transparent url(../images/top-bg.svg) center left no-repeat;
	background-size: cover;
}

.slide_vertical_wrap {
	margin-right: 5%;
	height: 100vh;
	overflow: hidden;
}

.slide_vertical ul:first-child {
	animation-name: loopbottom-start;
	animation-duration: 40s;
	animation-delay: -20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

.slide_vertical ul:last-child {
	animation-name: loopbottom-end;
	animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

@keyframes loopbottom-start {
    0% {
        -webkit-transform: translateY(100%);
		transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
		transform: translateY(-100%);
    }
}

@keyframes loopbottom-end {
    0% {
        -webkit-transform: translateY(0%);
		transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(-200%);
		transform: translateY(-200%);
    }
}

.slide_content {
	display: flex;
	flex-direction: column;
}

.slide-01 {
	width: 70%;
	margin-top: 10%;
	margin-left: 25%;
}

.slide-02 {
	width: 50%;
	margin-top: 10%;
	margin-left: 40%;
}

.slide-03 {
	width: 50%;
	margin-top: 10%;
	margin-left: 45%;
}

.slide-04 {
	width: 70%;
	margin-top: 10%;
	margin-left: 20%;
}

.slide-05 {
	width: 50%;
	margin-top: 10%;
	margin-left: 45%;
}

.slide-06 {
	width: 50%;
	margin-top: 10%;
	margin-left: 40%;
}

.slide-07 {
	width: 70%;
	margin-top: 10%;
	margin-left: 25%;
}

.slide-08 {
	width: 70%;
	margin-top: 10%;
	margin-left: 20%;
}


/* about us */
.about__container {
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 4%;
	margin-left: auto;
    margin-right: auto;
}
.about__concept {
	background: transparent url(../images/about_title_bg.svg) center center no-repeat;
	background-size: cover;
	/* height: 80px; */
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 80px;
}

.about__concept-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.about__concept-title {
	padding: 0;
	font-size: 1.2rem;
	text-align: center;
}

.about__content-1, .about__content-2 {
	padding: 0;
}

.about__content-1 {
	background: transparent url(../images/about_content_bg.svg) no-repeat top center;
}

.about__content-2 {
	background: transparent url(../images/about_content-2_bg.svg) no-repeat top center;
}

.about__content-title, .about__detail-title {
	font-size: 1rem;
}

.about__content-title {
	margin-bottom: 2rem;
}

.about__detail-title {
	margin-top: 2rem;
}

.about__detail-title-box {
	position: relative;
}

.about__detail-title-position {
	position: relative;
	z-index: 2;
}

.about__detail-fukidashi {
	position: absolute;
	top: -25px;
	left: 60%;
	z-index: 1;
	width: 60px;
}

.video-box {
	width: 100%;
	margin: 50px auto;
}


/* news */
.footer__fixed {
	position: fixed;
	bottom: 0;
}

.cards {
	display: grid;
	gap: 2rem;
	height: auto;
}

.cards__item {
	display: flex;
	flex-direction: row;
}

.cards__image {
	width: 100px;
	height: 100px;
}

.cards__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cards__content {
	width: calc(100% - 100px);
	padding: 0 2%;
}

.cards__date {
	letter-spacing: .3rem;
}

.cards__title {
	font-size: 1.1rem;
}

.excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .75rem;
	line-height: 1.4;
}

.js-modal-open, .modal-close {
	cursor: pointer;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 5;
}
.modal__bg{
    background: rgba(255,255,255,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #f9f7f6;
	border: #738aab 2px solid;
    left: 50%;
    padding: 4%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
	display: flex;
	flex-direction: column;
}

.modal__image {
	width: 90%;
	margin: 30px auto 20px;
}

.modal-close {
	width: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
}


/* lookbook */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger{
	opacity: 0;
}

.lb_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 80px;
	margin-bottom: 100px;
	position: relative;
}

.white__space {
	background-color: rgba(255,255,255,0.5);;
}

.hover-parent > img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hover-mask {
	width: 102%;
	height: 102%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: rgba(255,255,255,0.8);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition:all 0.5s ease;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hover-parent:hover .hover-mask {
	opacity: 1;
	transition:all 0.5s ease;
}

.hover-mask a {
	color: #575757;
	border-bottom: 1px solid #575757;
	font-size: .7rem;;
}

.lb-01 {
	width: 70%;
	height: 100%;
	margin-top: 10%;
	margin-left: 20%;
	position: relative;
	overflow: hidden;
	box-shadow: -40px -40px 10px rgba(189, 184, 171, 0.2);
}

.lb-02 {
	width: 50%;
	height: 100%;
	margin-top: 5%;
	margin-left: 30%;
	position: relative;
	overflow: hidden;
}

.lb-02-box {
	position: absolute;
	top: 4.1%;
    left: 5%;
    width: 65%;
    height: 1%;
	z-index: 7;
}

.lb-03 {
	width: 75%;
	height: 100%;
	margin-top: 5%;
	margin-left: 10%;
	position: relative;
	overflow: hidden;
	box-shadow: 40px 40px 10px rgba(241, 231, 221, 0.4);
}

.lb-04 {
	width: 70%;
	height: 100%;
	margin-top: 5%;
	margin-left: 0;
	position: relative;
	overflow: hidden;
}

.lb-04-box {
	position: absolute;
	top: 17%;
    left: 50%;
    width: 37%;
    height: .8%;
	z-index: 7;
}

.lb-05 {
	width: 80%;
	height: 100%;
	margin-top: 10%;
	margin-left: 5%;
	position: relative;
	overflow: hidden;
	box-shadow: 30px -30px 10px rgba(198, 167, 171, 0.2);
}

.lb-06 {
	width: 65%;
	height: 100%;
	margin-top: 5%;
	margin-left: -10%;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.lb-07 {
	width: 65%;
	height: 100%;
	margin-top: -80%;
	margin-left: 45%;
	margin-right: -15%;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.lb-07-box {
	position: absolute;
	top: 31.5%;
    right: 40%;
    width: 10%;
    height: 5%;
	z-index: 7;
}

.lb-08 {
	width: 60%;
	height: 100%;
	margin-top: 5%;
	margin-left: 10%;
	position: relative;
	overflow: hidden;
	z-index: 5;
	box-shadow: 60px 40px 10px rgba(198, 167, 171, 0.2);
}

.lb-09 {
	width: 65%;
	height: 100%;
	margin-top: 60%;
	margin-left: 40%;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.lb-09-box {
	position: absolute;
	top: 56.5%;
    right: 0;
    width: 45%;
    height: 1%;
	z-index: 7;
}

.lb-10 {
	width: 50%;
	height: 100%;
	margin-top: -130%;
	margin-left: 5%;
	position: relative;
	overflow: hidden;
	z-index: 3;
	box-shadow: -60px 40px 10px rgba(122, 137, 135, 0.2);
}

.lb-10-box {
	position: absolute;
	top: 47.7%;
    left: 35%;
    width: 35%;
    height: .8%;
	z-index: 7;
}

.lb-11 {
	width: 70%;
	height: 100%;
	margin-top: 5%;
	margin-left: 5%;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.lb-12 {
	width: 70%;
	height: 100%;
	margin-top: 10%;
	margin-left: 10%;
	position: relative;
	overflow: hidden;
	box-shadow: 170px -50px 10px -60px rgba(188, 210, 210, 0.4), -100px 0px 10px -40px rgba(216, 216, 213, 0.4);
}

.lb-13 {
	width: 70%;
	height: 100%;
	margin-top: 10%;
	margin-left: 0;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.lb-13-box {
	position: absolute;
	bottom: 25%;
    right: 23%;
    width: 14%;
    height: 5.5%;
	z-index: 7;
}

.lb-14 {
	width: 70%;
	height: 100%;
	margin-top: -10%;
	margin-left: 35%;
	margin-right: -5%;
	position: relative;
	overflow: hidden;
	box-shadow: -40px -60px 10px rgba(213, 215, 223, 0.4);
}

.lb-15 {
	width: 90%;
	height: 100%;
	margin-top: 10%;
	margin-left: 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
	box-shadow: -60px 40px 10px rgba(92, 122, 125, 0.4);
}

.lb-16 {
	width: 80%;
	height: 100%;
	margin-top: 20%;
	margin-left: 10%;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.lb-16-beforebox {
	position: absolute;
	bottom: 8.7%;
    right: 0;
    width: 40%;
    height: .9%;
	z-index: 7;
}

.lb-16-afterbox {
	position: absolute;
	bottom: 1.5%;
    left: 0;
    width: 27%;
    height: .9%;
	z-index: 7;
}


/* contact */
.contact__form {
	width: 100%;
	margin: 0 auto;
}

.contact__list dd {
	margin: .5rem auto 1.5rem;
}


/* form */
.button__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-bottom: 4rem;
}

input, textarea {
	font-size: 16px;
}

input:not([type="submit"]), input:not([type="checkbox"]), textarea {
	display: block;
	background-color: #f8f6f5;
	border: none;
	outline: none;
	width: 100%;
	margin: .5rem auto 0;
	padding: .5rem 1rem;
}

input[type="submit"], input[type="button"] {
	display: block;
	background-color: #f8f6f5;
	border: none;
	outline: none;
	width: auto;
	margin: 10px auto;
	padding: 10px 20px;
	transition: .3s;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}

/* 入力エラーのスタイル
input[type=text]:required,
input[type=email]:required,
input[type=email]:invalid,
textarea:required {
	color: #e50012;
	background-color: #87001210;
} */

/* 入力値が正常な時のスタイル */
input[type=text]:valid,
input[type=email]:valid,
textarea:valid {
	color: #575757;
	background: #f8f6f5;
}

input:not([type="submit"]):active,
input:not([type=checkbox]):active,
textarea:active, input:not([type="submit"]):focus,
input:not([type=checkbox]):focus,
textarea:focus {
	/* background-color: #fff; */
}

input:not([type=checkbox]) {
	min-height: 50px;
}

textarea {
	min-height: 150px;
	resize: vertical;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
	color: #b5b5b5;
}

button {
	color: #575757;
	background-color: #e5dedf;
	border: none;
	outline: none;
	margin: 10px auto;
	padding: 10px 20px;
	transition: .3s;
	cursor: pointer;
}

button:hover {
	opacity: .8;
}


/* privacy & company */
.privacy ul {
	margin-top: 2rem;
}

.privacy ul li {
	margin-bottom: 2rem;
}

.privacy ul li ul {
	margin-top: .5rem;
}

.privacy ul li ul li {
	margin: .5rem 0 .5rem 1.5rem;
}

.privacy dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 1rem auto;
	border: 1px solid #575757;
}

.privacy dt, .privacy dd {
	padding: .5rem;
	font-size: .8rem;
}

.privacy dt {
	width: 30%;
	border-bottom: 1px solid #575757;
	border-right: 1px solid #575757;
}
  
.privacy dd {
	width: 70%;
	border-bottom: 1px solid #575757;
}

.privacy dt:last-of-type, .privacy dd:last-of-type {
	border-bottom: none;
}


.company dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.company dt, .company dd {
	padding-bottom: 2rem;
	margin-bottom: 1rem;
	font-size: .8rem;
}

.company dt {
	width: 30%;
}
  
.company dd {
	width: 68%;
	padding-left: 2%;
}


/* footer */
footer {
	display: block;
	background: transparent url(../images/footer_bg.svg) no-repeat top center;
	background-size: 100% auto;
	color: #6d89ac;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 2;
}

.footer_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.copyright {
	/* height: 80px; */
	padding-top: calc(70 / 1000 * 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, #f8f6f5 60%, #f8f6f5 100%);
    display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 10px;
}

.sig {
	font-size: .7rem;
	padding-bottom: 0;
}

@media (max-width: 350px) {
	.nav__container {
		margin-left: auto;
		margin-right: 3%;
	}

	.nav__menu > li:hover .collection__list {
		left: -55%;
	}

	.about__detail-fukidashi {
		left: 65%;
	}
}

@media (min-width: 520px) {
	.sp__content {
		display: none;
	}
	
	.pc__content {
		display: block;
	}

	.br-sp {
		display: none;
	}

	.br-pc {
		display: block;
	}

	.title {
		font-size: 2rem;
		padding: 10px 0 20px 3%;
		letter-spacing: .5rem;
	}


	/* header */
	.nav__container {
		margin-left: auto;
		margin-right: auto;
	}

	.nav__menu li a, .top__nav-box li a {
		background: transparent url(../images/nav_underline.svg) left center / 0 0 no-repeat;
		transition: ease .5s;
	}

	.nav__menu > li:hover .collection__list {
		left: 100%;
		padding-left: 30px;
		padding-right: 0;
		min-width: 200px;
	}
	
	.nav__menu--sub:before {
		right: 170px;
		border: 10px solid transparent;
		border-right: 20px solid #acbacd;
	}


	/* top */
	.half-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	.top__nav {
		flex-direction: column;
		margin-left: 15%;
	}

	.top__nav-box {
		background-color: #e5dfe0;
		padding: 5%;
		text-align: center;
	}

	.top__collection__list {
		display: none;
	}

	.top__nav-box > li:hover .top__collection__list {
		display: block;
		position: absolute;
		top: 43%;
		left: 300px;
		padding-left: 30px;
		padding-right: 0;
		min-width: 200px;
		z-index: 5;
	}


	/* about us */
	.inner-box {
		padding: 2%;
	}

	.about__concept {
		/* height: 100px; */
		padding-top: calc(50 / 1000 * 100%);
		margin-top: 120px;
	}

	.about__concept-title {
		font-size: 2.3rem;
	}

	.about__content-title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	.about__detail {
		margin: 3rem auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		-webkit-align-items: center;
		align-items: center;
		justify-content: space-between;
	}

	.about__detail-title {
		margin-top: 0;
	}

	.about__detail-fukidashi {
		top: -65px;
		left: -20%;
		width: 80px;
	}

	.about__detail--box {
		width: 70%;
	}

	.video-box {
		width: 80%;
		margin: 50px auto;
	}


	/* news */
	.modal__content{
		flex-direction: row;
		justify-content: space-between;
	}
	
	.modal__image {
		width: 40%;
		margin: 0 5% 0 0;
	}

	.modal__text {
		width: 55%;
	}

	.modal-close {
		top: 20px;
		right: 20px;
	}
	

	/* contact*/
	.contact__form {
		width: 90%;
	}
	

	/* company */
	.company dt, .company dd {
		font-size: .85rem;
	}
	  
	.company dd {
		width: 70%;
		padding-left: 0;
	}


	/* footer */
	.footer_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: flex-end;
	}

	.footer-nav {
		width: 40%;
	
	}

	.nav__menu-footer {
		padding-bottom: 0;
	}

	.company-logo {
		max-width: 220px;
		margin-left: 0;
		margin-bottom: 1rem;
	}
}


@media (min-width: 960px) {
	.container {
		padding: 10% 3% 3%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		-moz-box-sizing: border-box;
	}
	

	/* top */
	.top__nav-box > li:hover .collection__list {
		top: 40%;
		left: 29%;
	}

	.slide_vertical_wrap {
		margin-left: 15%;
		margin-right: 0;
	}

	.slide_vertical {
		
	}

	.slide_content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.slide-01 {
		width: 55%;
		margin-top: 5%;
		margin-left: 0;
	}

	.slide-02 {
		width: 35%;
		margin-top: 30%;
		margin-left: 5%;
	}

	.slide-03 {
		width: 45%;
		margin-top: -10%;
		margin-left: 10%;
	}

	.slide-04 {
		width: 55%;
		margin-top: 5%;
		margin-left: 40%;
	}

	.slide-05 {
		width: 35%;
		margin-top: -5%;
		margin-left: 0;
	}

	.slide-06 {
		width: 40%;
		margin-top: 30%;
		margin-left: 5%;
	}

	.slide-07 {
		width: 55%;
		margin-top: 5%;
		margin-left: 5%;
	}

	.slide-08 {
		width: 55%;
		margin-top: 5%;
		margin-left: 25%;
	}


	/* about us */
	.about__concept {
		margin-top: 200px;
	}


	/* news */
	.cards {
		grid-template-columns: repeat(auto-fit, minmax(min(440px, 100%), 1fr));
	}

	.cards__item {
		height: 170px;
	}

	.cards__image {
		width: 170px;
		height: 170px;
	}

	.cards__content {
		width: calc(100% - 170px);
		padding: 0 4%;
	}
	.cards__title {
		font-size: 1.3rem;
		margin: .5rem 0;
	}

	.excerpt {
		font-size: .8rem;
		line-height: 1.7;
	}


	/* lookbook */
	.hover-mask a {
		font-size: .9rem;;
	}
	
	.lb-01 {
		width: 55%;
		height: 100%;
		margin-left: 5%;
		position: relative;
		overflow: hidden;
		z-index: 5;
		box-shadow: -100px -80px 20px rgba(189, 184, 171, 0.2);
	}

	.lb-02 {
		width: 30%;
		height: 100%;
		margin-top: 20%;
		margin-left: 5%;
		position: relative;
		overflow: hidden;
	}

	.lb-02-box {
		position: absolute;
		top: 2.2%;
		left: 60%;
		width: 27%;
		height: 1%;
		z-index: 7;
	}

	.lb-03 {
		width: 60%;
		height: 100%;
		margin-top: 5%;
		margin-left: 15%;
		margin-right: 25%;
		position: relative;
		overflow: hidden;
		box-shadow: 120px 100px 20px rgba(241, 231, 221, 0.4);
	}

	.lb-04 {
		width: 40%;
		height: 100%;
		margin-top: 5%;
		margin-left: -5%;
		position: relative;
		overflow: hidden;
		z-index: 5;
	}

	.lb-04-box {
		position: absolute;
		top: 21.2%;
		left: 20%;
		width: 37%;
		height: 1%;
		z-index: 7;
	}

	.lb-05 {
		width: 65%;
		height: 100%;
		margin-top: 35%;
		margin-left: -10%;
		position: relative;
		overflow: hidden;
		z-index: 3;
		box-shadow: 110px -100px 20px rgba(198, 167, 171, 0.2);
	}

	.lb-06 {
		width: 30%;
		height: 100%;
		margin-top: 5%;
		margin-left: 5%;
		position: relative;
		overflow: hidden;
		z-index: 5;
	}

	.lb-07 {
		width: 50%;
		height: 100%;
		margin-top: 10%;
		margin-left: 30%;
		margin-right: -20%;
		position: relative;
		overflow: hidden;
	}

	.lb-07-box {
		position: absolute;
		top: 31.5%;
		right: 31%;
		width: 7%;
		height: 8%;
		z-index: 7;
	}

	.lb-08 {
		width: 40%;
		height: 100%;
		margin-top: -55%;
		margin-left: 20%;
		position: relative;
		overflow: hidden;
		z-index: 3;
		box-shadow: 120px 100px 20px rgba(198, 167, 171, 0.2);
	}

	.lb-09 {
		width: 55%;
		height: 100%;
		margin-top: 20%;
		margin-left: 40%;
		position: relative;
		overflow: hidden;
		z-index: 5;
	}

	.lb-09-box {
		position: absolute;
		top: 53.5%;
		right: 23%;
		width: 30%;
		height: 1.1%;
		z-index: 7;
	}

	.lb-10 {
		width: 50%;
		height: 100%;
		margin-top: -65%;
		margin-left: -5%;
		position: relative;
		overflow: hidden;
		z-index: 3;
		box-shadow: -120px 100px 20px rgba(122, 137, 135, 0.2);
	}

	.lb-10-box {
		position: absolute;
		top: 49.2%;
		left: 19%;
		width: 30%;
		height: 1%;
		z-index: 7;
	}

	.lb-11 {
		width: 55%;
		height: 100%;
		margin-top: -15%;
		margin-left: 10%;
		position: relative;
		overflow: hidden;
		z-index: 3;
	}

	.lb-12 {
		width: 50%;
		height: 100%;
		margin-top: 10%;
		margin-left: 20%;
		position: relative;
		overflow: hidden;
		box-shadow: 300px -100px 20px -160px rgba(188, 210, 210, 0.4), -300px 60px 20px -140px rgba(216, 216, 213, 0.4);
	}

	.lb-13 {
		width: 60%;
		height: 100%;
		margin-top: 10%;
		margin-left: 0;
		position: relative;
		overflow: hidden;
		z-index: 5;
	}

	.lb-13-box {
		position: absolute;
		bottom: 19%;
		right: 35%;
		width: 11%;
		height: 8%;
		z-index: 7;
	}

	.lb-14 {
		width: 60%;
		height: 100%;
		margin-top: -55%;
		margin-left: 50%;
		position: relative;
		overflow: hidden;
		box-shadow: -100px -120px 20px rgba(213, 215, 223, 0.2);
	}

	.lb-15 {
		width: 65%;
		height: 100%;
		margin-top: 5%;
		margin-left: -10%;
		position: relative;
		overflow: hidden;
		z-index: 3;
		box-shadow: -200px 100px 20px rgba(92, 122, 125, 0.2);
	}

	.lb-16 {
		width: 40%;
		height: 100%;
		margin-top: -20%;
		margin-left: 50%;
		margin-right: -10%;
		position: relative;
		overflow: hidden;
		z-index: 5;
	}

	.lb-16-beforebox {
		position: absolute;
		bottom: 8%;
		right: 0;
		width: 21%;
		height: .9%;
		z-index: 7;
	}

	.lb-16-afterbox {
		position: absolute;
		bottom: 1.5%;
		left: 30%;
		width: 30%;
		height: .9%;
		z-index: 7;
	}
	

	/* footer */
	footer {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.top__nav-box > li:hover .collection__list {
		top: 43%;
		left: 23%;
	}

	.lb-12 {
		box-shadow: 400px -100px 20px -160px rgba(188, 210, 210, 0.4), -300px 60px 20px -140px rgba(216, 216, 213, 0.4);
	}
}