@charset "utf-8";

/* ---------------------------------------------------------
font-face
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald|Oswald:lighter|Oswald:medium');

@font-face {
  font-family:UniqloProBold;
  src:url(/lifewearday/common/fonts/UniqloProBold.woff);
}
@font-face {
  font-family:UniqloProRegular;
  src:url(/lifewearday/common/fonts/UniqloProRegular.woff);
}
@font-face {
  font-family:UniqloProLight;
  src:url(/lifewearday/common/fonts/UniqloProLight.woff);
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
img{vertical-align: bottom;}

body{
  font-family: UniqloProRegular, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
}


/* ---------------------------------------------------------
layout
----------------------------------------------------------*/
#content{
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#content img{
  vertical-align: top;
}
#main{
  position: relative;
  padding: 0;
  background-color: #fff;
}
a{
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
/* clearfix */
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/* ---------------------------------------------------------
intro
----------------------------------------------------------*/
.intro{
  margin-top: 45px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
}
.introWrap div{
  position: relative;
}
.introWrap div > img{
  width: 100%;
  height: auto;
  opacity: 0.1;
  vertical-align: bottom;
  transition: opacity 1s;
}
.introWrap .txtWrap{
  padding: 30px;
  box-sizing: border-box;
  display: table;
}
.introWrap .txtWrap>*{
  display: table-cell;
  vertical-align: middle;
}
.introWrap .txtWrap>*:last-child{
  padding-left: 30px;
}
.introWrap h2 img{
  width: 105px;
  height: auto;
}
.introWrap .lead{
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 13px;
}
.introWrap .txt{
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: lighter;
}
.introWrap .animationWrap{
  width: 1px;
  height: 0;
  background-color: #ff0000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
.global_header{
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 70px;
}

.globalnav{
/*  position: fixed;*/
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 30;
}
.globalnav img{
  padding: 10px;
}


/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
  margin: auto 16px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 12px;
}
.footer > a {
  text-decoration: underline;
  text-decoration-color: #999999;
}
.footer > a > img {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}
/* color of underline */
.footer > a > p >span {
  color: #333333;
}
.footer > p {
  margin-top: 25px;
}

/* ---------------------------------------------------------
back-top
----------------------------------------------------------*/
.pagetop{
  position: fixed;
  right: 15px;
  bottom: 55px;
}
.pagetop a {
  padding: 10px;
  margin: -10px;
}
.pagetop img{
  width: 42px;
  height: 42px;
}