@charset "UTF-8";
/* CSS Document */

/***
* common_pc.css
*/

@media only print, only screen and (min-width: 1000px){

.sp,
.tab,
.tab_sp{
	display:none;
}

.pc,
.pc_tab,
.pcw_pc{
	display:block;
}

.hover{
	opacity:1;
	transition-duration: 0.5s;
}

.hover:hover{
	opacity:0.3;
	transition-duration: 0.5s;
}

.hyphen{
  position: relative;
  top: -0.1vw;
}

a{
  color: #fff;
	transition-duration: 0.5s;
}

a:hover{
  color: #bbb;
	transition-duration: 0.5s;
}

.btn{
  padding: 1px 10px 2px;
  color: #000;
  border: 1px solid #000;
  font-size: 15px;
  display: inline-block;
  border-radius: 50px;
}

.btn:hover{
  color: #fff;
  background: #000;
}

.jp{
  font-family: 'NeueHaasGroteskText W01', a-otf-gothic-bbb-pr6n, sans-serif;
  font-feature-settings: "palt" 1;
}

/***
* layout
*/

body{
  color: #fff;
  background: url("../img/bg.jpg") bottom no-repeat;
  background-size: cover;
}

#wrapper{
  opacity: 0;
}

/* header */

#header{
  width: 100%;
  position: fixed;
  z-index: 3333;
}

#logo{
  margin: 30px 0 0 30px;
  font-family: "Canela Web", "Times New Roman", Times, "serif";
  font-size: 19px;
  line-height: 1.27;
  letter-spacing: 0.16em;
  display: none;        
  opacity: 1;
  visibility: visible;
}

#logo img{
  width: 115px;
  margin-bottom: 6px;
  display: block;
}

#logo a:hover{
  color: #000;
}

#btnBack{
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1111;
  font-size: 16px;
  color: #DED9D6;
  letter-spacing: 0.01em;
}

#nav{
  width: 100%;
  position: absolute;
  top: 30px;
  font-family: "Canela Web", "Times New Roman", Times, "serif";
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.16em;
}

#nav li{
  margin-right: 26px;
  display: inline-block;
}

#nav li:last-child{
  margin-right: 0;
}

#nav a{
  color: #fff;
}

#nav li.active a{
  color: #000;
}

#campaign #navCampaign a,
#movie #navMovie a,
#look #navLook a,
#concept #navConcept a{
  color: #000;
}

#subNav{
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}

#subNav li{
  float: left;
  margin-right: 20px;
  font-size: 16px;
}

#subNav li:last-child{
  margin-right: 0;
}

#footer{
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 12px;
}

#footerCopy{
  padding-bottom: 38px;
  font-size: 13px;
  text-align: center;
}

/* template */

.gallery #main{
  width: 100%;
  height: 100vh;
  position: relative;
}

#slider{
  width: 100%;
  height: 100vh;
  visibility: hidden;
}

#slider .swiper-container-initialized{
  visibility: visible;
}

.main-slide{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3333;
}

#slider img.port{
  width: auto;
  height: 61.19vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#slider img.land{
  width: auto;
  height: 61.19vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#thumb{
	display: none;
}

#thumbForPc{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 1111;
  overflow: hidden;
}

#thumbForPc .imgBox{
	text-align: center;
	font-size: 0;
	cursor: pointer;
  white-space: nowrap;
}
#thumbForPc .imgBox .img{
	display: inline-block;
	margin: 0 6px;
	opacity: 0.3;
  
}
#thumbForPc .imgBox .img.active{
	opacity: 1;
}
#thumbForPc .imgBox .img img{
	height: 35px;
	width: auto;
}

/* movie */

#movieWrap{
  width: 100%;
  height: 100vh;
}

#movieInner{
  width: 640px;
  position: relative;
  padding-bottom: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#movieInner iframe{
  width: 640px;
  height: 360px;
}

}