@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: #FFF;
  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;
  visibility: hidden;
  background-image: url("../images/fv_sp.jpg");
  background-size: cover;
}
@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;
  -webkit-animation-delay: 1200ms;
          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;
  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 {
  padding-top: 150px;
}

@-webkit-keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.i_w {
  width: 80%;
  margin: 0 auto 75px;
  position: relative;
}
.i_w span {
  position: absolute;
  bottom: 31px;
  right: 12%;
  display: block;
}
.i_w span:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  left: -2px;
  top: 3px;
  position: absolute;
}
.i_w span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  left: 7px;
  bottom: -14px;
  position: absolute;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.modal.open {
  display: block;
}

.modal-close__wrap {
  position: absolute;
  right: 6%;
  bottom: 19px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .modal-close__wrap {
    right: 5%;
    bottom: 45px;
  }
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}
@media screen and (min-width: 769px) {
  .modal-close {
    width: 50px;
    height: 28px;
  }
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.container {
  position: relative;
  height: 100vh;
}
.container .c_img {
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.container .c_img img {
  height: 100vh;
  width: auto;
}
.container .credit {
  position: absolute;
  z-index: 10;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .container .credit {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .container .credit {
    bottom: 45px;
    left: 5%;
  }
}
.container .credit a:hover {
  opacity: 0.6;
  transition: 1s;
}
.container .credit p {
  font-size: 12px;
  color: #fff;
  line-height: 1.9;
  text-align: left;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 769px) {
  .container .credit p {
    font-size: 13px;
    text-align: left;
  }
}
.container .credit p .price {
  text-decoration: underline;
  padding: 0 7px;
}
.container .credit p .price2 {
  padding: 0 7px;
}
.container .credit p .brand {
  padding-left: 2px;
}

.btn-open-modal {
  cursor: pointer;
}

.f_cre {
  line-height: 2.1;
  text-align: center;
  font-size: 10px;
  margin: 175px auto;
}
@media screen and (min-width: 769px) {
  .f_cre {
    font-size: 13px;
    margin: 256 px auto;
  }
}

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

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sp_none {
  margin: 0 auto;
  width: 100%;
}

.pc_flex {
  display: flex;
  width: 100%;
  padding: 0 5%;
  position: relative;
}
.pc_flex img {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  padding: 20px;
}

.i_hover img {
  transition: all 1s;
}

.js-modal-open img:hover {
  transition: 1s ease;
  opacity: 0.6;
  filter: brightness(110%);
}

.anime {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}

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

.flex3 {
  justify-content: flex-end;
}

.flex4 {
  justify-content: center;
}

.img-wrap, .img-wrap2, .img-wrap3 {
  position: relative;
  width: 100%;
}

.img-wrap img {
  position: absolute;
  width: 50%;
}

.img-wrap2 img, .img-wrap3 img {
  position: absolute;
}

.btn_box {
  position: relative;
  display: contents;
}

.btn_box2 {
  position: relative;
  display: contents;
}
.btn_box2 img {
  width: 30%;
}

.btn-credit {
  position: absolute;
  bottom: 70px;
  left: 60%;
}
.btn-credit::after {
  content: "";
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
}

.btn-credit2 {
  position: absolute;
  bottom: 70px;
  left: 30%;
}
.btn-credit2::after {
  content: "";
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
}

.btn-credit3 {
  position: absolute;
  bottom: 70px;
  left: 90%;
}
.btn-credit3::after {
  content: "";
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
}

.img_11 {
  margin-right: 33.3333333333%;
}

.b_right img {
  position: absolute;
  left: 65%;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */