@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;
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
img{vertical-align: bottom;}

body{
  color: #1b1b1b;
  font-family: UniqloProLight, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  letter-spacing: 0.04em;
}
#main .center{
  text-align: center;
}
#main .arrow{
  display: inline-block;
  background: url(/lifewearday/common/images/arrow.png) left center no-repeat;
  padding-left: 20px;
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 50px;
}
#main .arrow:hover{
  color: #ff0000;
  background: url(/lifewearday/common/images/arrow-hover.png) left center no-repeat;
}
#main .row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
/* hover */
.is-pc .linkItem span:before{
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #ff0000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.is-pc .linkItem:hover span:before{
  width: 100%;
}

.updates-sns a:hover,.concept .anchorArea ul li a:hover{
  color: #333;
}

.is-pc .updates-sns a:hover,.is-pc .concept .anchorArea ul li a:hover{
  color: #f00;
}

.pageTitle{
  font-weight: 500;
}
/* ---------------------------------------------------------
layout
----------------------------------------------------------*/

#content{
  overflow: hidden;
  font-size: 18px;
}
#content img{
  vertical-align: top;
}
#main{
  position: relative;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
section {
  width: 980px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
  overflow: hidden;
  text-align: center;
}
a{
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  transition: 0.2s;
}

/* clearfix */
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/* IE10での feedback崩れ対策 */
#oo_waypoint_prompt #oo_waypoint_company_logo img{
  width: auto;
}

/* ---------------------------------------------------------
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: 40px auto 20px;
  text-align: center;
}
.footer > a > img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.footer > a > p {
  font-size: 16px;
  color: #cccccc;
  text-decoration: underline;
}
/* color of underline */
.footer > a > p >span {
  color: #333333;
}
.footer > p {
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
}

/* ---------------------------------------------------------
back-top
----------------------------------------------------------*/
.pagetop{
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.pagetop img{
  width: 48px;
  height: 48px;
}
