@charset "UTF-8";/* CSS Document *//**** common_sp.css*/@media only print, only screen and (min-width: 18.75em){	.tab,.pc,.pc_tab{	display: none;}.sp{	display:block;}.hover:hover{	opacity:1;	filter:alpha(opacity=100);}.hyphen{  position: relative;  top: -0.5vw;}.btn{  padding: 1px 0 0;  color: #f00;  background: #fff;  border: 1px solid #f00;  border-radius: 50px;  transition-duration: 0.5s;}.jp{  font-family: Helvetica, sans-serif;  font-size: 900;  font-feature-settings: "palt" 1;}/**** layout*/#loader{  width: 100%;  height: 100%;  position: fixed;  z-index: 2222;  background: #fff;  opacity: 1;  visibility: visible;  transition-duration: 0.5s;}#loader.hide{  opacity: 0;  visibility: hidden;  transition-duration: 0.5s;}#loaderInner{  width: 130px;  height: 84px;  position: absolute;  top: 50%;  left: 50%;  opacity: 0;  visibility: hidden;  transform: translate(-50%, calc(-50% + 40px));  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}#loaderInner.show{  opacity: 1;  visibility: visible;  transform: translate(-50%, -50%);  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}#loaderInner.active{  height: 126px;  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}#loaderBar{  width: 0;  height: 1.5px;  margin: 16px 0;  position: relative;  left: 50%;  transform: translateX(-50%);  background: #000;  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}#loaderBar.active{  width: calc(100% - 32px);  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}#loaderMoussy{  opacity: 0;  visibility: hidden;  transition-duration: 0.5s;}#loaderMoussy.active{  opacity: 1;  visibility: visible;  transition-duration: 0.5s;}#loader h3{  width: 13.9vw;  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  z-index: -1;}/* header */#header{  width: 100%;  position: fixed;  top: 0;  z-index: 3333;  font-size: 17px;transform: translate3d(0, -80px, 0);  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}#header.show{  transform: translate3d(0, 0, 0);  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}#logo{  width: 138px;  margin: 18px 0 0 11px;}#nav{  position: absolute;  top: 16px;  right: 15px;}#nav li{  margin-right: 13px;  display: inline-block;}#nav li:last-child{  margin-right: 0;}/* mainVisual */#mainVisual {  width: 100%;  height: 300vh;  position: relative;  overflow: hidden;  opacity: 1;  visibility: visible;  transition-duration: 0.5s;}#mainVisual .bgImg {  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: url("../../top/img/bg_mainvisual.jpg") top center no-repeat;  background-size: auto 100%;  will-change: transform;  z-index: -1;}#mainVisual.hide{  opacity: 0;  visibility: hidden;  transition-duration: 0.5s;}#mainVisual h2{  font-size: 14px;  position: fixed;  top: 50%;  left: 50%;  padding-bottom: 60px;  transform: translate(-50%, -50%);  white-space: nowrap;  z-index: 0;  text-align: center;;}.strip span {  display: inline-block;  transform: translateY(100%);  transition: transform 0.5s ease;  color: #000;}.strip .row {  display: block;  overflow: hidden;  line-height: 1.3;}.strip .animate {  transform: translateY(0);}.strip strong span {  color: #999;}/* mainContents */#mainContents{  background: #fff;  position: relative;  z-index: 1;}/* about */#about{  width: 100%;  height: 670px;  position: relative;  margin-bottom: 100px;}#aboutTxt{  padding: 100px 24px 0;  position: relative;  top: 0;  transform: translateY(0);  z-index: 1111;}#aboutTxt h2{  margin: 0 0 30px 75px;  font-size: 14px;  line-height: 1.4;  position: relative;}#aboutTxt h2 strong{  font-size: 18px;}#aboutBar{  width: 70px;  height: 1px;  background: #000;  position: absolute;  top: 12px;  left: -85px;  display: block;}#aboutTxt h3{  font-size: 10px;  line-height: 1.7;  letter-spacing: -0.035em;  text-indent: 75px;}#aboutImg{  width: 127px;  position: absolute;  bottom: 20px;  right: 20px;}/* look */#look{  padding-top: 70px;  margin-bottom: 0;}#lookList{  overflow: visible;}#lookList li{  padding-bottom: 110px;}#lookList dd{  margin-bottom: 20px;}.lookListInner{  position: relative;  overflow: visible;}.lookTtl{  width: calc(100% - 40px);  margin: 0 auto;  position: sticky;  top: 50%;  z-index: 1111;}.lookTtl dl{  display: flex;  margin-bottom: -100px;  padding-bottom: 60px;  justify-content: space-between;}.lookItemSp{  margin-left: 20px;}.lookCount{  color: #999;  transition-duration: 0.5s;}.lookCount .active{  color: #000;  transition-duration: 0.5s;}.lookImg{  width: calc(100% - 80px);  margin: 0 auto 20px;  position: relative;}.swiper-pagination{  position: relative;  text-align: right;}.swiper-pagination-bullet{  width: 16px;  height: 16px;  background: none;  opacity: 1;  color: #ccc;}#look .swiper-pagination-bullet{  width: 16px;  height: 16px;  background: none;  opacity: 1;  color: #ccc;  text-align: center;}#item .swiper-pagination-bullet{  width: 12px;  height: 12px;  background: none;  opacity: 1;  color: #ccc;  text-align: center;}#look .swiper-pagination-bullet-active,#item .swiper-pagination-bullet-active{  color: #000;}/* item */#item{  padding: 70px 15px 0;}#itemList{ width: 100%; overflow: hidden;}#itemList ul{  width: calc(100% + 8px);}#itemList li{  width: calc(100% / 2 - 8px);  float: left;  margin: 0 8px 8px 0;  position: relative;}#itemList h6{  position: absolute;  bottom: 10px;  left: 10px;  font-size: 10px;  z-index: 111;}#itemList h6.itemCount{  position: absolute;  top: 10px;  left: 10px;  font-size: 11px;}/* footer */#footer{  width: 100%;  height: 300px;  padding-top: 60px;  background: #fff;  position: relative;  font-size: 12px;}#footerLogo{  width: 73px;  margin: 0 auto 40px;}#btnPageTop{  margin-bottom: 60px;  text-align: center;  display: block;}#footerNav{  width: 100%;  margin-bottom: 60px;  position: relative;  font-size: 15px;  text-align: center;}#footerNav li{  margin-right: 16px;  display: inline-block;}#footerNav li:last-child{  margin-right: 0;}#copyright{  position: absolute;  width: 100%;  font-size: 10px;  text-align: center;  bottom: 20px;  right: 0;}}