
/*////////////////////////////////////////////////////////////////////

contents.css (PC)
	
////////////////////////////////////////////////////////////////////*/
	
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.comingsoon{
	margin: 50px auto 400px;
	text-align: center;
}

/*
========================================================
	index 
========================================================
*/ 

@media screen and (min-width: 768px) {
  #index{
    background: #F2F3F3;
    padding-bottom: 80px;
    width: 100%;
  }
  .slider{
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
  }
  .bannerArea{
    width: 1000px;
    margin: 80px auto 0;
  }
  .bannerArea ul{
    display: flex;
  }
  .bannerArea li{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 30px;
  }
  
  .btnArea{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #index{
    background: #F2F3F3;
    padding-bottom: 40px;
    width: 100%;
  }
  .slider{
    width: 100%;
    padding-top: 70px;
    /* margin-bottom: -45px;*/ /*調整*/
    margin-bottom: 10px;
    overflow: hidden;
  }
  .bannerArea{
    width: 90%;
    margin: 0 auto;
  }
  .bannerArea li{
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  
  .btnArea{
    width: 90%;
    margin: -20px auto 60px;
  }
  .btnArea a{
    text-decoration: none;
  }
  .btnArea .btn{
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #383842;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;

  }
  
}

/* -- slick 2509 画像だけでいいように調整
----------------------------------------------------------------------------- */

#index .slick-list.draggable {
  text-align: center;
}
#index .slide {
  max-width: 940px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #index .slick-list.draggable {
    margin-bottom: 30px;
  }
}

/* -----------------------------------------------------------------------------
	swiper 使用していない
----------------------------------------------------------------------------- */

.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* -----------------------------------------------------------------------------
	mainImage 使用していない
----------------------------------------------------------------------------- */
#mainImage {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: -9999;
  
  background-position: top;
}

/*
========================================================
	about 
========================================================
*/ 

#about{
	background: #F2F3F3;
}
#about section{
	animation-name: my-fade-in;
	animation-duration: 1s;
}

@media screen and (min-width: 768px) {	
	#about .box {
		width: 100%;
    overflow: hidden;
	}
  #about .box:last-child {
		margin-top: -50px;
    padding-top: 100px;
	}
  #about .left {
		width: 45%;
		float: left;
	}
	#about .left .photo01{
		width: 100%;
		float: left;
	}
	#about .left .photo02{
		width: 80%;
		margin-right: 5%;
		float: right;
	}
	#about .right {
		width: 50%;
		float: right;
    padding-top: 20px;
	}
	#about .right .text01{
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.8em;
    margin-bottom: 20px;
	}
	#about .right .text02{
	}
}

@media screen and (max-width: 767px) {	
	#about .box {
		width: 100%;
    overflow: hidden;
	}
  #about .box:last-child {
    margin-top: -50px;
    padding-top: 90px;
	}
  #about .left {
		width: 100%;
		margin-bottom: 5%;
		float: none;
	}
	#about .left .photo01{
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	#about .left .photo02{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	#about .right {
		width: 100%;
		float: none;
	}
	#about .right .text01{
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.8em;
		margin-bottom: 15px;
	}
	#about .right .text02{
	}
}

/*
========================================================
	lookbook-archive
========================================================
*/ 

#lookbook-archive{
	background: #F2F3F3;
}

@media screen and (min-width: 768px) {	
	#lookbook-archive .inner {
		min-width: 90% !important;
	}
  #lookbook-archive .inner ul{
		display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;          /* Safari etc. */
    -ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap        : wrap;
	}
  #lookbook-archive .inner ul li{
		width: 50%;
    padding: 0 2% 7%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	}
  #lookbook-archive .inner ul li img{
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	}
  #lookbook-archive .inner ul li p{
		text-align: center;
    font-size: 14px;
    margin-top: 20px;
	}
  #lookbook-archive .inner ul li a:link{
		text-decoration: none !important;
	}
}

@media screen and (max-width: 767px) {
	#lookbook .inner {
		min-width: 100% !important;
	}
	#lookbook-archive .inner ul{
	}
  #lookbook-archive .inner ul li{
		width: 100%;
    margin-bottom: 10%;
	}
  #lookbook-archive .inner ul li p{
		text-align: center;
    font-size: 14px;
    margin-top: 20px;
	}
  #lookbook-archive .inner ul li a:link{
		text-decoration: none !important;
	}
}

/*
========================================================
	lookbook 
========================================================
*/ 

#lookbook{
	background: #F2F3F3;
}

@media screen and (min-width: 768px) {	
	#lookbook .inner {
		min-width: 90% !important;
	}
  #lookbook .inner .photo{
		margin-bottom: 100px;
	}
  #lookbook .inner .photo01{
		margin-bottom: 100px;
		animation-name: my-fade-in;
		animation-duration: 1s;
	}
	#lookbook .inner .photo02,
  #lookbook .inner .photo03,
	#lookbook .inner .photo04,
	#lookbook .inner .photo05,
	#lookbook .inner .photo06,
	#lookbook .inner .photo07,
	#lookbook .inner .photo08,
	#lookbook .inner .photo09{
		margin-bottom: 100px;
	}
	#lookbook .inner .btn{
		width: 460px;
		margin: 0 auto 80px;
	}
  #lookbook .inner .photo01 .movie{
		width: 90%;
    margin: 0 auto;
	}
  #lookbook .inner video{
		width: 100%;
	}
  
  #lookbook.ss2021 .inner .photo01{
		margin-bottom: 0px;
	}
  #lookbook.ss2021 .inner .photo07,
	#lookbook.ss2021 .inner .photo08{
		margin-bottom: 150px;
	}
}

@media screen and (max-width: 767px) {
	#lookbook .inner {
		min-width: 100% !important;
	}
	#lookbook .inner .photo{
		margin-bottom: 10%;
	}
  #lookbook .inner .photo01{
		margin-bottom: 10%;
		animation-name: my-fade-in;
		animation-duration: 1s;
	}
	#lookbook .inner .photo02,
  #lookbook .inner .photo03,
	#lookbook .inner .photo04,
	#lookbook .inner .photo05,
	#lookbook .inner .photo06,
	#lookbook .inner .photo07,
	#lookbook .inner .photo08,
	#lookbook .inner .photo09{
		margin-bottom: 10%;
	}
	#lookbook .inner .btn{
		width: 80%;
		margin: 0 auto;
	}
  #lookbook .inner video{
		width: 100%;
	}
  
  #lookbook.ss2021 .inner .photo01{
		margin-bottom: 0px;
	}
  #lookbook.ss2021 .inner .photo07,
  #lookbook.ss2021 .inner .photo08{
		margin-bottom: 13%;
	}
}

/* ---------- pre fall 2024 ---------- */ 

.fall24 section{
  padding: 0;
}
@media screen and (max-width: 767px) {
    .fall24 h2{
      margin-bottom: 0;
  }
  #lookbook.fall24 .inner .photo {
      margin-bottom: 0;
  }
}


/*
========================================================
	stockist 
========================================================
*/ 

#stockist{
	background: #F2F3F3;
	line-height: 2.4em;
}
#stockist section{
	animation-name: my-fade-in;
	animation-duration: 1s;
}

@media only screen and (min-width: 961px) {
	#stockist{
    width: 100%;
    margin: 0 auto;
  }
  #stockist ul {
		width: 100%;
		max-width: 800px;
    margin: 0 auto;
  }
	#stockist ul li {
		width: 100%;
    margin-bottom: 20px;
		float: none;
  }
  #stockist ul li .question {
    position: relative;
    padding: 5px;
		border-bottom: #FFF 1px solid;
  }
  #stockist ul li .question p {
		line-height: 2.4em;
    display: inline-block;
    max-width: 94%;
    font-size: 16px;
  }
  #stockist ul li .question p span.open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #FFF;
    background-image: url(../images/stockist/arrow_open.png);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center;
    margin: 0px;
  }
  #stockist ul li .question p.active span.open {
    background-image: url(../images/stockist/arrow_close.png);
  }
  #stockist ul li .answer {
		padding-top: 10px;
  }
  #stockist ul li .answer .row2 {
    width: 45%; 
    display: inline-block; 
    vertical-align: top;
    margin: 0 2%;
		padding: 2%;
		box-sizing: border-box;
		border-bottom: #FFF 1px solid;
		line-height: 2;
	}
}

@media only screen and (max-width: 960px) {
	#stockist{
    width: 100%;
    margin: 0 auto;
  }
  #stockist ul li {
    margin-bottom:  3%;
		float: none;
  }
  #stockist ul li .question {
    position: relative;
    padding: 12px;
		border-bottom: #FFF 1px solid;
  }
  #stockist ul li .question p {
    line-height: 22px;
    font-size: 1.3rem;
    padding-right: 50px;
  }
  #stockist ul li .question span.open {
    float: left;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background-color: #FFF;
    background-image: url(../images/stockist/arrow_open.png);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center;
    margin: 0px;
  }
  #stockist ul li .question p.active span.open {
    background-image: url(../images/stockist/arrow_close.png);
  }
  #stockist ul li .answer {
    padding: 12px 0px 5px 10px;
		font-size: 1.1rem;
	}
  #stockist ul li .answer .row2 {
    width: 100%; 
    display: inline-block; 
    vertical-align: top;
		padding: 3%;
		box-sizing: border-box;
		border-bottom: #FFF 1px solid;
		line-height: 2;
	}
}

/*
============================================================
	information
============================================================
*/ 

#information{
	background: #F2F3F3;
}
#information section{
	animation-name: my-fade-in;
	animation-duration: 1s;
}

 @media screen and (min-width: 768px) {
	.information{
		max-width: 840px;
		margin: 0px auto;
	}
	.information .ttl{
		text-align:left;
		font-size: 15px;
		font-weight: bold;
		margin-bottom:30px;
		line-height:12px;
	}
	.information .text{
		text-align:left;
		padding-bottom:40px;
		margin-bottom:40px;
		border-bottom:#FFF 1px solid;
		overflow:hidden;
	}
 }

@media screen and (max-width: 767px) {
	#information{
	}
	.information .ttl{
		text-align:left;
		font-size:1.4rem;
		font-weight: bold;
		margin-bottom:4%;
	}
	.information .text{
		text-align:left;
		font-size:1.2rem;
		padding-bottom:5%;
		margin-bottom:5%;
		border-bottom:#FFF 1px solid;
		overflow:hidden;
	}
}

/*
========================================================
	company
========================================================
*/ 

#company{
	background: #F2F3F3;
}
#company section{
	animation-name: my-fade-in;
	animation-duration: 1s;
}

@media screen and (min-width: 768px) {
	#company{
	}
	#company .row{
		width: 400px;
		margin: 0px auto 20px;
		text-align: left;
		overflow: hidden;
	}
	#company .row .left{
		width: 100px;
		font-weight: bold;
		float: left;
	}
	#company .row .right{
		width: 280px;
		float: right;
	}
	#map {
		width: 100%;
		height: 400px;
		margin: 50px auto 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	#company{
	}
	#company .row{
		width: 100%;
		margin: 0px auto;
		text-align: left;
		overflow: hidden;
	}
	#company .row .left{
		width: 100%;
		font-weight: bold;
		float: none;
	}
	#company .row .right{
		width: 100%;
		float: none;
	}
	#map {
		width: 100%;
		height: 240px;
		margin: -20px auto 0;
		overflow: hidden;
	}
}

/*
============================================================
	contact 
============================================================
*/

#contact{
	background: #F2F3F3;
}
#contact section{
	animation-name: my-fade-in;
	animation-duration: 1s;
}

input[type="text"],
input[type="text"]:focus,
textarea,
textarea:focus{
  outline: 0;
  border: 0px;
}

@media screen and (min-width: 769px) {
.contact{
	margin-bottom:70px;
}
.contact .text{
	text-align:center;
}
.contactArea {
	width:750px;
	height:auto;
	overflow:hidden;
	margin: 0 auto;
	padding:25px 0;
	border-bottom:1px #DDD solid;
}
.contactArea .left {
	float:left;
	width:220px;
}
.contactArea .right {
	float:right;
	width:530px;
	text-align:left;
}
input[type=text] {
	width:500px;
	height:30px;
	font-size:14px;
	padding: 2px 10px;
}
select {
	width:500px;
	height:30px;
	font-size:14px;
	border:1px;
}
form {
	display: inline;
}
textarea {
	width: 500px;
	height: 100px;
	resize: vertical;
	font-size:14px;
	padding: 5px 10px;
}
#contact_form .transmit {
	margin:0px auto;
	text-align: center;
}
#contact_form .transmit2 {
	margin:0 auto;
	text-align: center;
}
#contact_form .transmit3 {
	margin:0 auto;
	text-align: center;
}
input.button{
	background-image:url(../images/contact/contact_transmit_bt.png);
	background-repeat:no-repeat;
	background-size:100%;
	border:none;
	width:400px;
	height:70px;
	margin-top:50px;
	/*text-indent: -9999px;*/
	cursor: default;
}
input.button2{
	 background-image:url(../images/contact/contact_comfirm_bt.png);
	 background-repeat:no-repeat;
	 background-size:100%;
	 border:none;
	 width:400px;
	 height:70px;
	 margin-top:50px;
	 /*text-indent: -9999px;*/
	 cursor: default;
}
input.button3{
	background-image:url(../images/contact/contact_back_bt.png);
	background-repeat:no-repeat;
	background-size:100%;
	border:none;
	width:400px;
	height:70px;
	margin-top:20px;
	/*text-indent: -9999px;*/
	cursor: default;
}
.thanksArea{
	text-align:center;
}

}

@media screen and (max-width: 768px) {
.contact{
	margin-bottom:5%;
}
.contactArea {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:20px 0;
	border-bottom:1px #DDD solid;
}
.contactArea .left {
	width:100%;
	text-align:left;
}
.contactArea .right {
	width:100%;
	text-align:left;
}
input[type=text] {
	width:98%;
	height:34px;
	font-size:14px;
}
select {
	width:98%;
	height:34px;
	font-size:14px;
	border:1px #DDD solid;
}
form {
	display: inline;
}
textarea {
	width: 98%;
	height: 100px;
	resize: vertical;
	font-size:14px;
}
#contact_form .transmit {
	width:90%;
	margin:0 auto;
	text-align: center;
}
#contact_form .transmit2 {
	width:90%;
	margin:0 auto;
	text-align: center;
}
#contact_form .transmit3 {
	width:90%;
	margin:0 auto;
	text-align: center;
}
input.button{
	background-image:url(../images/contact/contact_transmit_bt.png);
	background-repeat:no-repeat;
	background-size:100%;
	border:none;
	width:100%;
	height:80px;
	margin-top:30px;
	/*text-indent: -9999px;*/
	cursor: default;
}
input.button2{
	background-image:url(../images/contact/contact_comfirm_bt.png);
	background-repeat:no-repeat;
	background-size:100%;
	border:none;
	width:100%;
	height:80px;
	margin-top:20px;
	/*text-indent: -9999px;*/
	cursor: default;
}
input.button3{
	background-image:url(../images/contact/contact_back_bt.png);
	background-repeat:no-repeat;
	background-size:100%;
	border:none;
	width:100%;
	height:80px;
	/*text-indent: -9999px;*/
	cursor: default;
}
input, button, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.thanksArea{
	text-align:left;
}

}

/*
================================================================================
	fadeIn
================================================================================
*/

.fadeIn{
	visibility:hidden;
}
.fadeInEffect {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInEffect;
 animation-name: fadeInEffect;
 visibility: visible !important;
}
@-webkit-keyframes fadeInEffect {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInEffect {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}