@charset "utf-8";

/* ---------------------------------------------------------
common
----------------------------------------------------------*/

body {
  font-family: UniqloProLight, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif !important;
  color: #333333;
}

#main.fixed,.global_header.fixed,.footer.fixed{
  position: fixed;
  width: 100%;
  top: -1;
}

/* ---------------------------------------------------------
main visual
----------------------------------------------------------*/

.mainVisual{
  margin: 0 auto;
  background-color: #fff;
  width: 90%;
}

.mainVisual .imgWrap{
  display: block;
  width: 100%;
  position: relative;
}

.mainVisual .imgWrap img{
  width: 100%;
  height: auto;
}

.mainVisual .textWrap{
  font-family:UniqloProBold;
  width: 90%;
  margin: 0 auto;
}

.mainVisual .textWrap p{
  font-size: 18px;
}

.mainVisual h1{
  font-size: 35px;
  margin-bottom: 15px;
}

.keyVisualArea{
  width: 90%;
  margin: 22px auto 0px;
}

.keyVisualArea .leftArea{
  float: left;
  width: 100%;
}

.keyVisualArea .leftArea .date{
  font-size: 26px;
  font-family:UniqloProBold;
  margin-bottom: 20px;
  text-align: center;
}

.keyVisualArea .leftArea .imgWrap{
  text-align: center;
}

.keyVisualArea .leftArea .imgWrap img{
  width: 20%;
}

.modalbtnArea{
  text-align: center;
  margin-top: 30px;
}

.mainVisual .modalBtn{
  font-family:UniqloProBold;
  font-size: 15px;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #dadada;
}

.mainVisual .keyVisualImage{
  margin-top: 30px;
}

/* ---------------------------------------------------------
concept
----------------------------------------------------------*/
.concept{
  margin-top: 50px;
}

.aboutArea .imgWrap{
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

.aboutArea .imgWrap img{
  width: 100%;
  height: auto;
}

.aboutArea .movieTitle{
  font-size: 22px;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 15px;
}

.aboutArea .recommend{
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
}

.aboutArea .movieArea{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.aboutArea .movieArea iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.aboutArea p{
  width: 90%;
  margin: 15px auto 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
}

.concept .anchorLink{
  margin-top: 60px;
}

.concept .anchorLink ul{
  width: 92%;
  margin:39px auto 0;
  text-align: center;
}

.concept .anchorLink ul li{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10%;
}

.concept .anchorLink ul li:last-child{
  margin-right: 0;
}

.concept .anchorLink ul li a{
  text-decoration: underline;
}

.concept .conceptArea{
  margin-top: 60px;
}

.concept .conceptArea .imgWrap{
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

.concept .conceptArea .imgWrap img{
  width: 100%;
  height: auto;
}

.concept .conceptArea .designer{
  width: 95%;
  font-size: 10px;
  text-align: right;
  margin: 3px auto;
}

.concept .conceptArea .textArea{
  width: 84%;
  margin: 25px auto 0;
}

.concept .conceptArea .textArea h2{
  font-size: 28px;
}

.concept .conceptArea .textArea .description{
  font-size: 18px;
  margin-bottom: 16px;
}

.concept .conceptArea .textArea p{
  font-size: 15px;
  line-height: 1.3;
}

.concept .userVoice{
  margin-top: 50px;
}

.concept .userVoice h2{
  font-size: 22px;
  text-align: center;
}

.concept .userVoice .slider{
  margin-top: 0;
}

.concept .userVoice .userComment{
  margin-top: 25px;
}

.concept .userVoice .userComment:nth-child(2){
  margin-top: 40px;
}

.concept .userVoice .userComment p{
  width: 85%;
  text-align: left;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 14px;
}

.concept .userVoice .userComment .userChara{
  margin-top: 4px;
  font-size: 11px;
}

.concept .lifeWearBtn{
  margin: 70px 0 0 0;
  text-align: center;
}

.concept .lifeWearBtn a{
  font-family:UniqloProBold;
  font-size: 15px;
  margin:  0 auto;
  padding: 10px 18px;
  border: 1px solid #dadada;
}

.concept .mt{
  margin-top: 20px;
}

/* ---------------------------------------------------------
updates
----------------------------------------------------------*/
.updates h2{
margin: 50px 0 45px;
text-align: center;
font-weight: 500;
font-family: 'Oswald', sans-serif;
font-size: 14px;
}

.updates a {
  text-decoration: none;
}

.updatesContent {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto 0;
  width: 310px;
}
.updates .links {
  text-align: center;
  width: 110px;
}

.updates .linkItem {
  display: inline-block;
}

.updates .linkItem span {
  display: block;
  position: relative;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 4px;
  line-height: 1.4;
}

.updates .linkItem .icon-wrap {
  height: 48px;
  height: 48px;
  position: relative;
}

.updates .linkItem img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


.sns {
  margin-top: 75px;
  text-align: center;
}
.sns h3{
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
.sns a {
  text-decoration: none;
}

.sns .links {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 45px auto 0;
  margin-bottom: 35px;
  width: 300px;
}

.sns_txt {
  display: inline-block;
  margin-top: 55px;
  font-size: 16px;
  line-height: 1.2;
}

.sns .linkItem {
  font-size: 12px;
  margin-right: 25px;
}
.sns .linkItem:last-child{
  margin-right: 0;
}

.sns .linkItem span {
  position: relative;
  display: block;
  margin-top: 17px;
}

#content .sns .linkItem img {
  width: auto;
  height: 37px;
}

/* ---------------------------------------------------------
itembtn
----------------------------------------------------------*/

.itemBtn{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
  text-align: center;
/*  -moz-transform: rotateZ(270deg);
  -webkit-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  transform: rotateZ(270deg);*/
    background-color: #f00;
}

.itemBtn a{
      width: 100%;
      font-family:UniqloProBold;
/*    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);*/
    color: #fff;
    padding: 15px 15px 15px 0;
/*    text-decoration: underline;*/
    font-size: 15px;
    background-color: #f00;
}

.itemBtn a:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  right: 20%;
  background: url(/lifewearday/common/sp/images/btn-cta.png) no-repeat;
  background-size: contain;
}

/* ---------------------------------------------------------
modal
----------------------------------------------------------*/
.modal-bg{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background: rgba(255, 255, 255,0.5);
  display: none;
  opacity: 0;
  width: 100%;
  min-height: 100%;
}

.modal-content {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
  opacity: 0;
  padding-bottom: 30px;
  box-shadow:0px 0px 1px 1px #c4c4c4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.modal-content .bt-close {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 10px;
  right: -10px;
  width: 30%;
  height: 20px;
  padding-bottom: 31px;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.modal-content .bt-close span:before,.modal-content .bt-close span:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 6%;
  /*margin: -8% 0 0 -42%;*/
  background: #1b1b1b;
}

.modal-content .bt-close span:before{
 transform: rotate(-45deg);
}

.modal-content .bt-close span:after{
  transform: rotate(45deg);
}

.modalWrapper{
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 32px;
}

.aboutHeader{
  width: 100%;
  background-color: #fff;
  z-index: 10000;
}


.aboutTitle{
  font-family:UniqloProBold;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.aboutContent{
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  padding-bottom: 30px;
}

.aboutContent p,.aboutContent h4{
  width: 255px;
  margin: 0 auto;
}

.aboutContent h4{
  font-family:UniqloProBold;
  margin-top: 50px;
}

.aboutContent p{
  line-height: 1.5;
  margin-top: 15px;
}

.aboutContent .imgWrap{
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 27px;
}

.aboutContent .imgWrap img{
  width: 70%;
  height: auto;
}

.aboutContent .mdlMt{
  margin-top: 20px;
}


/* ---------------------------------------------------------
movieModal
----------------------------------------------------------*/
.movieModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  display: none;
}

.movieModal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.movieModal-base {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.movieModal-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movieModal-bg{
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}

.mainImg .btn_play {
  display: block;
  cursor: pointer;
}


/* ---------------------------------------------------------
slider
----------------------------------------------------------*/

.slider {
  color: #333333;
  margin-bottom: 20px;
  margin-top: 50px;
}
.slider h2{
  font-size: 23px;
  text-align: center;
  margin-bottom: 40px;
}
.sb-slider .item{
  position: relative;
}
.slick-slide {
  /*margin: 0 8px;*/
  /*height: 361px;*/
  width: 320px;
  outline: none !important;
}
.slick-slide div {
  /*width: 285px;*/
}
.slick-slide img {
  width: 100%;
}

.slick-arrow{
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots{
  bottom: -20px;
}
.slick-dots li{
  width: 5px;
  height: 5px;
}
.slick-dots li button{
  width: 5px;
  height: 5px;
  padding: 0;
}
.slick-dots li button:before{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}

