@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "apercu";
  font-style: normal;
  src: url("../fonts/apercu.eot");
  src: url("../fonts/apercu.woff") format("woff"), url("../fonts/apercu.ttf") format("truetype");
}
@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: neue-haas-unica, "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 {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  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;
  font-family: neue-haas-unica, "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  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: #333;
}

/*-----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 {
  margin: auto;
}

.sp_fv {
  position: relative;
}
.sp_fv p {
  text-align: center;
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
.sp_fv .k_logo {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 40%;
  transform: translateX(-50%);
}

.pc_fv {
  position: relative;
}
.pc_fv .k_logo {
  position: absolute;
  top: 50%;
  left: 64%;
  transform: translateY(-50%);
  width: 20%;
}

.wrapper {
  width: 100%;
}

.inner {
  margin: 0 auto;
}

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

.w_87 {
  width: 87%;
}

.w_66 {
  width: 66%;
}

.w_53 {
  width: 53%;
}

#item01 {
  margin-top: 50px;
  margin-bottom: 150px;
}
#item01 li {
  color: #333;
}
@media screen and (min-width: 769px) {
  #item01 {
    margin-top: 150px;
  }
}
#item01 .img_01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #item01 .img_01 {
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #item01 .img_02 {
    max-width: 390px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #item01 .credit_center {
    display: flex;
  }
}

#item02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #item02 {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  #item02 .img_02_1 {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  #item02 .credit_center {
    display: flex;
  }
}

#item03 {
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  #item03 .img_03 {
    max-width: 360px;
  }
}
@media screen and (min-width: 769px) {
  #item03 .img_04 {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  #item03 .credit_center {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  #item03 .flex {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  #item03 .credit_center {
    display: flex;
  }
}

#item04 .img_05 {
  margin: 35px auto 150px;
}
@media screen and (min-width: 769px) {
  #item04 .img_05 {
    max-width: 360px;
  }
}

#item05_1 {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  #item05_1 .img_06 {
    max-width: 600px;
    margin: 0 auto;
  }
}

#item05_2 {
  margin-bottom: 150px;
}
@media screen and (min-width: 1200px) {
  #item05_2 {
    position: relative;
  }
}
#item05_2 .img_07 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #item05_2 .img_07 {
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) {
  #item05_2 .img_08 {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #item05_2 .credit_center {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  #item05_2 .credit_center {
    display: flex;
  }
}

#item06 {
  margin-bottom: 150px;
}
#item06 li {
  color: #333;
}
#item06 div {
  margin: 0 auto;
}
#item06 .img_09 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #item06 .img_09 {
    max-width: 500px;
  }
}
#item06 .img_10 {
  max-width: 350px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
}
#item06 .w_110 {
  width: 110%;
}

#item07 {
  margin-bottom: 150px;
}
#item07 li {
  color: #333;
}
@media screen and (min-width: 769px) {
  #item07 .img_11 {
    max-width: 540px;
  }
}
@media screen and (min-width: 769px) {
  #item07 .img_12 {
    max-width: 360px;
  }
}
#item07 .credit_center {
  display: flex;
}
@media screen and (max-width: 768px) {
  #item07 .credit_center {
    margin-left: 7%;
  }
}

#item08 {
  margin-bottom: 150px;
}
#item08 li {
  color: #333;
}
@media screen and (min-width: 1200px) {
  #item08 {
    position: relative;
  }
}
#item08 div {
  margin: 0 auto;
}
#item08 .img_13 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #item08 .img_13 {
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  #item08 .img_slide {
    max-width: 500px;
    margin: 0 auto;
    font-size: 14px;
  }
}
#item08 .credit_center {
  display: flex;
}

#item09 {
  font-size: 14px !important;
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  #item09 .img_slide {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #item09 .credit {
    margin-left: 7%;
  }
}

#item10 div {
  margin: 0 auto;
}
#item10 .img_18 {
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  #item10 .img_18 {
    max-width: 600px;
  }
}
@media screen and (min-width: 769px) {
  #item10 .img_19 {
    max-width: 900px;
  }
}
#item10 .credit_center {
  display: flex;
}
@media screen and (max-width: 768px) {
  #item10 .credit_center {
    margin-left: 7%;
  }
}

.credit {
  margin-top: 16px;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .credit {
    font-size: 14px;
    line-height: 2;
  }
}
.credit .underline {
  margin-left: 5px;
  text-decoration: underline;
}
.credit .margin-left {
  margin-left: 5px;
}
.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 (max-width: 768px) {
  .slide-items {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .slide-items {
    width: 100%;
  }
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}/*# sourceMappingURL=style.css.map */