@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  font-family: "nimbus-sans", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  line-height: 1;
  max-width: 1500px;
  margin: 0 auto;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a:hover img {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}

a img {
  transition: opacity 1s ease-out;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "apercu";
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */
}
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

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

p {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #000;
}

/*-----loading-----*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .loading .fadeUpTrigger {
    display: flex;
    justify-content: center;
  }
}
.loading .fadeUpTrigger p {
  text-align: center;
  line-height: 1.5;
  font-size: 2em;
  letter-spacing: 0.2em;
  color: #000;
  margin: 50vh 0;
}
@media screen and (min-width: 769px) {
  .loading .fadeUpTrigger p {
    position: absolute;
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 20%;
    margin: 0;
  }
}
.loading .fadeUpTrigger p .fv_23 {
  letter-spacing: 0.1em;
  display: block;
}

.animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  z-index: 9999;
  opacity: 0;
  position: relative;
  visibility: hidden;
  background-image: url("../images/fv_sp.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .animation {
    background-image: url("../images/fv_pc.jpg");
  }
}
.animation.is-active {
  opacity: 1;
  visibility: visible;
}

/*-----header-----*/
header {
  width: 100%;
  padding: 35px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  transition: 1.8s;
  display: none;
  margin: 0 auto;
  max-width: 1500px;
  z-index: 3;
}

header h1 {
  margin-bottom: 20px;
}

header h1 img {
  width: 200px;
  margin: 0 auto;
}

header nav ul {
  text-align: center;
  display: flex;
  justify-content: center;
}

header nav ul li {
  cursor: pointer;
  cursor: hand;
  font-size: 1.4rem;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700 !important;
  display: inline-flex;
}

header nav ul li::after {
  content: ",";
  margin: 0 5px 0 2px;
}

header nav ul li:last-child::after {
  display: none;
}

header nav ul li a {
  color: #000;
  text-decoration: none;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700 !important;
}

header nav ul li:hover {
  text-decoration: underline;
}

/*
header.bgcolor {
	background-color: rgba(255,255,255,1.0);
}*/
/*
#nav1,
#nav2,
#nav3 {
	text-decoration:none;
}*/
#nav1.current,
#nav2.current,
#nav3.current {
  text-decoration: underline;
}

/*-----dropdown-----*/
.dropdown {
  padding: 150px 0 100px 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 99;
  border-bottom: solid 1px #e6e6e6;
}

.dropdown .inner {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
}

/*
.dropdown.nofixed{
	position:absolute;
}*/
.close {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 2;
  animation-delay: 1200ms;
}

.close span:first-child {
  transform: rotate(45deg);
  margin-top: 20px;
}

.close span:last-child {
  transform: rotate(-45deg);
}

.close span {
  display: block;
  width: 50px;
  height: 1px;
  background: #292929;
}

/*-----collections-----*/
#collections {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 99;
}

#collections .inner {
  width: 100%;
  max-width: initial;
  margin: -150px auto 0 auto;
  padding: 150px 0;
  overflow-y: scroll;
  position: absolute;
  height: 100%;
}

#collections ul {
  width: 70%;
  max-width: 960px;
  margin: 0 auto;
}

#collections ul::-webkit-scrollbar {
  display: none;
}

#collections ul li {
  list-style: none;
  margin: 0 auto;
  padding: 0 0 40px 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

#collections ul li img {
  margin-bottom: 15px;
}

#collections ul li .height {
  width: 70%;
}

#collections .close {
  bottom: 115px;
}

/*
#collections{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	.inner{
		width:100%;
		max-width:initial;
		margin:-150px auto 0 auto;
		padding:150px 0;
		overflow-y: scroll;
		position: absolute;
		height: 100%;
	}
	ul{
		width:70%;
		max-width:1000px;
		margin:0 auto;
		&::-webkit-scrollbar {
			display: none;
		}

		li{
			border:solid 1px;
			list-style:none;
			margin:0 auto 40px auto;
			font-size:1.4rem;
			font-weight:600;
			text-align:center;
			img{
				margin-bottom:15px;
			}
			.height{
				width:70%;
			}
		}

	}
	.close {
		bottom: 115px;
	}
}
*/
/*-----about-----*/
#about p {
  margin-bottom: 5px;
  line-height: 190%;
}

/*-----stores-----*/
#stores {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

#stores .inner {
  width: 100%;
  max-width: initial;
  margin: -150px auto 0 auto;
  padding: 150px 0;
  overflow-y: scroll;
  position: absolute;
  height: 100%;
}

#stores .inner .inner_box {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  /*
  	.link_shoplist,
  	.link_onlinestore{
  		text-align:center;
  		a{
  			margin-top:20px;
  			padding-bottom:5px;
  			text-decoration:none;
  			border-bottom:dotted 1px;
  			display:inline-block;
  		}
  	}
  	*/
}

#stores .inner .inner_box::-webkit-scrollbar {
  display: none;
}

#stores .inner .inner_box .brand {
  margin-bottom: 30px;
  font-size: 1.1rem;
}

#stores .inner .inner_box .area {
  margin-bottom: 15px;
  color: #999;
}

#stores .inner .inner_box dl {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#stores .inner .inner_box dl dt {
  width: 70%;
  padding: 7px 0;
}

#stores .inner .inner_box dl dd {
  width: 30%;
  padding: 7px 0;
  text-align: right;
}

#stores .inner .inner_box dl dd a {
  text-decoration: none;
}

#stores .inner .inner_box .link_shoplist {
  margin-top: 40px;
  text-align: center;
}

#stores .inner .inner_box .link_shoplist a {
  text-decoration: none;
}

#stores .inner .inner_box .link_onlinestore {
  margin-top: 40px;
  text-align: center;
}

#stores .inner .inner_box .link_onlinestore a {
  padding: 10px 40px;
  text-decoration: none;
  border: solid 1px;
}

#stores .close {
  bottom: 115px;
}

/*#stores{

	ul{
		margin-bottom:20px;
		li{
			margin-bottom:10px;
			p{
			}
			.shopname{
				float:left;
				&:after{
					content:"/";
					margin:0 5px;
				}
			}
		}
	}


	.link_shoplist,
	.link_onlinestore{
		text-align:center;
		a{
			margin-top:20px;
			padding-bottom:5px;
			text-decoration:none;
			border-bottom:dotted 1px;
			display:inline-block;
		}
	}



}*/
/*-----look-----*/
#lookbook {
  width: 80%;
  margin: 0 auto;
}

#lookbook ul li {
  width: 100%;
}

#lookbook ul li img {
  width: 100%;
}

/*-----footer-----*/
footer {
  width: 100%;
  padding: 0 0 30px 0;
  text-align: center;
  display: none;
  background-color: #fff;
}

footer ul {
  display: flex;
  justify-content: center;
}

footer ul li {
  margin: 0 0 20px 0;
  cursor: pointer;
  cursor: hand;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700 !important;
  font-size: 1.3rem;
  display: inline-flex;
}

footer ul li::after {
  content: ",";
  margin: 0 5px 0 2px;
}

footer ul li:last-child::after {
  display: none;
}

footer ul li a {
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700 !important;
}

footer ul li:hover {
  text-decoration: underline;
}

footer .icon_instagram {
  width: 20px !important;
  margin: 0 auto 20px;
}

footer small {
  font-size: 0.9rem;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  body {
    font-size: 1.1rem;
  }
  /*-----loading-----*/
  .loading {
    background-size: cover;
  }
  /*-----dropdown-----*/
  /*-----collections-----*/
  #collections ul {
    font-size: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #collections ul li {
    width: 350px;
    padding: 40px 15px;
    display: inline-block;
    vertical-align: middle;
  }
  #collections ul .height {
    width: 260px;
  }
  #collections .close {
    bottom: 20px;
  }
  #stores .brand_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #stores .brand_box .brand_box2 {
    width: 40%;
  }
  #stores .close {
    bottom: 20px;
  }
  /*-----look-----*/
  #lookbook ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #lookbook ul li {
    width: 33%;
  }
}
main {
  max-width: 920px;
  margin: auto;
}

.index {
  padding-top: 160px;
}
@media screen and (min-width: 769px) {
  .index {
    margin: auto;
    max-width: 800px;
  }
}
.index ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7%;
}
.index ul li {
  width: 32.8333333333%;
}
.index ul li:nth-child(1), .index ul li:nth-child(2), .index ul li:nth-child(3) {
  padding-bottom: 0.7%;
}

.w_80 {
  width: 80%;
}
@media screen and (min-width: 769px) {
  .w_80 {
    width: 65%;
  }
}

.img_01 {
  margin: 100px auto 10px;
}
@media screen and (min-width: 769px) {
  .img_01 {
    margin: 200px auto 18px;
  }
}

.img_02 {
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .img_02 {
    margin: 0 auto 18px;
  }
}

.img_03 {
  margin: 10px auto 0;
}

.credit {
  margin: 35px auto 100px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .credit {
    font-size: 17px;
    line-height: 2;
  }
}
.credit .underline {
  margin-left: 5px;
  text-decoration: underline;
}
.credit a:hover {
  opacity: 0.6 !important;
  transition: 0.5s;
}

.s_credit {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  margin: 155px auto 140px;
}

@media screen and (min-width: 769px) {
  .slide-items {
    width: 80%;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */