@charset "UTF-8";


.container { max-width: 100%; }
.only-pc { display: block; }
.only-sp { display: none; }
.sp-block { display: inline; }
.pc-block { display: block; }
.contents-main {
  width: 100%;
  height: 100%;
}
figure {
  display: table;
  width: 160px;
  text-align: center;
}
figcaption {
  display: block;
  font-size: small;
  line-height: 1.5em;
  text-align: left;
  padding-top: 16px;
}
@media screen and (max-width: 600px) {
  .only-pc { display: none; }
  .only-sp { display: block; }
  .sp-block { display: block; }
  .pc-block { display: inline; }
}

.box-w970 {
  width: 970px;
}
.box-w1040 {
  width: 1040px;
}
.box-w1170 {
  width: 1170px;
}

.txt-01 {
  font-family: 'Trade Gothic W01 Light', sans-serif;
  font-size: 20px;
  line-height:35px;
  color: #1a1a1a;
}
.txt-01-jp {
  font-family: 'UD新ゴ L', sans-serif;
  font-size: 18px;
  line-height:35px;
  color: #1a1a1a;
}
.txt-02 {
  font-family: 'Trade Gothic W01 Light', sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height:35px;
  color: #1a1a1a;
}
.txt-03 {
  font-family: 'UD新ゴ L', sans-serif;
  font-size: 20px;
  line-height:35px;
  color: #1a1a1a;
}
@media screen and (max-width: 600px) {
  .txt-01 {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #333;
  }
  .txt-01-jp {
    font-size: 13px;
  }
  .txt-02 {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #333;
  }
  .txt-03 {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #333;
  }
}

/* STICKY */

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#sticky {
  display: none;
  width: 100%;
  height: 91px;
  background-color: #fff;
  border-bottom: 1px solid #f4f5f6;
}
#sticky a:link, #menu-container a:link{ color: #1a1a1a; }
#sticky a:visited, #menu-container a:visited{ color: #1a1a1a; }
#sticky a:hover, #menu-container a:hover{ color: #0671b8; }
#sticky a:active, #menu-container a:active{ color: #1a1a1a; }
#sticky a {
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
.sticky-left-links li,
.sticky-right-links li {
  display: inline-block;
}
.sticky-logo,
.sticky-left-links,
.sticky-right-links,
.sticky-lixil-logo {
  float: left;
}
.sticky-right-links .is-active {
  opacity: 0.4;
}
.sticky-logo {
  margin-top: 17px;
  margin-left: 30px;
  margin-right: 0px;
  width: 150px;
  height: 55px;
}
.sticky-left-links {
  margin-top: 38px;
  margin-left: 101px;
  margin-right: auto;
}
.sticky-right-links {
  position: absolute;
  top: 38px;
  right: 191px;
}
.sticky-left-links li {
  margin-right: 60px;
}
.sticky-lixil-logo {
  position: absolute;
  top: 19px;
  right: 30px;
  width: 100px;
  height: 52px;
}
.btn-menu {
  display: none;
}
#menu-container {
  display: none;
}
@media screen and (max-width: 600px) {
  #sticky {
    display: none;
    height: 22vw;
  }
  .sticky-logo {
    margin-top: 5.33vw;
    margin-left: 5.33vw;
    margin-right: 0px;
    width: 27.2vw;
    height: 9.86vw;
    max-width: 112px;
    max-height: 40px;
  }
  .btn-menu {
    position: absolute;
    display: block;
    visibility: visible;
    opacity: 1;
    top: 7.73vw;
    width: 8vw;
    height: 5.06vw;
    right: 5.33vw;
    z-index: 100;
    cursor: pointer;
  }
  #menu-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;    /* 480px */
    height: 100%;
    background-color: #fff;
  }
  #menu-container a {
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-size: 80px;
    font-size: 10.66vw;
    line-height: 59px;
    line-height: 7.86vw;
    text-decoration: none;
  }
  #menu-container .box-menu-logo {
    position: relative;
    position: absolute;
    top: 5.33vw;
    left: 0;
    width: 100%;
  }
  #menu-container .box-menu-logo img {
    float: left;
  }
  #menu-container .menu-logo {
    width: 27.2vw;
    height: 9.86vw;
    padding-left: 5.33vw;
  }
  #menu-container .btn-close {
    width: 6.26vw;
    height: 6.26vw;
    padding-left: 55.88vw;
    padding-top: 1.8vw;
    cursor: pointer;
  }
  #menu-container .menu-rows {
    position: absolute;
    top: 35.46vw;
    width: 100%;
    text-align: center;
  }
  #menu-container .menu-rows .is-active {
    color: #0671b8;
  }
  #menu-container .menu-rows li {
    margin-bottom: 78px;
    margin-bottom: 10.4vw;
  }
  #menu-container .lang {
    text-align: center;
  }
  #menu-container .lang a {
    font-size: 32px;
    font-size: 4.26vw;
    line-height: 23px;
    line-height: 3.06px;
  }
  #menu-container .lang .is-active {
    color: #1a1a1a;
    opacity: 0.4;
  }
  #menu-container .lixil-logo {
    width: 150px;
    width: 20vw;
    height: 77px;
    height: 10.26vw;
  }
  #menu-container .btn-facebook {
    width: 16px;
    width: 2.13vw;
    height: 38px;
    height: 5.06vw;
  }
  #menu-container .btn-twitter {
    width: 44px;
    width: 5.86vw;
    height: 34px;
    height: 4.35vw;
  }
  #menu-container .btn-linkedin {
    width: 32px;
    width: 4.26vw;
    height: 36px;
    height: 4.8vw;
  }
  #menu-container .btn-sharebutton {
    width: 116px;
    width: 15.46vw;
    height: 40px;
    height: 5.33vw;
  }
  #menu-container .sns li {
    display: inline-block;
    margin-right: 50px;
    margin-right: 6.66vw;
  }
  #menu-container .sns li:last-child {
    margin-right: 0;
  }
}

.box-story a {
  display:inline-block;
  vertical-align: middle;
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 18px;
  line-height: 13px;
  width: 170px;
  padding: 20px 0 17px 0;
  text-align:center;
  vertical-align: middle;
  border:1px solid;
  border-color:#fff;
}
.box-story a:hover {
  transition: 0.3s;
  background-color: #e65500;
  border-color: #e65500;
}

/* recommend */
/* LIXIL LIVING CULTURE ACTIVITY */

.recommend {
  background: #fff;
}
.recommend .border {
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 150px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.recommend-text-01 {
  text-align: center;
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 40px;
}
.recommend-text-02 {
  width: 680px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.01rem;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}
.recommend-box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 200px;
  width: 1170px;
}
.activity-box {
  position: relative;
  display: block;
  float: left;
  width: 33%;
}
.recommend-box::after,
.activity-box::after {
  content: "";
  display: table;
  clear: both;
}
.activity-box > img {
  width: 100%;
  height: 100%;
}
.activity-box .txt-activity-01 {
  position: absolute;
  height: 52px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
.activity-box a {
  position: absolute;
  display: block;
  text-align: center;
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 18px;
  line-height: 14px;
  border: 1px solid;
  border-color:#fff;
  top: 250px;
  left: 110px;
  width: 170px;
  height: 30px;
  padding-top: 15px;
}
.activity-box > a:hover {
  transition: 0.3s;
  background-color: #e65500;
  border-color: #e65500;
}
@media screen and (max-width: 600px) {
  .recommend {
    background: #fff;
  }
  .recommend .border {
    padding-top: 100px;
    padding-bottom: 48px;
    padding-top: 13.33vw;
    padding-bottom: 6.4vw;
  }
  .recommend .recommend-text-01 {
    font-size: 30px;
    padding-bottom: 13.2vw;
  }
  .btn-activity-01 > a:hover {
    transition: 0.3s;
    background-color: #e65500;
    border-color: #e65500;
  }
}

/* activity */

.activity {
  color: #fff;
  text-align: center;
  height: 256px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.activity a {
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 16px;
  display:inline-block;
  width:204px;
  margin: 148px auto 0 auto;
  padding: 12px 0;
  text-align:center;
  border:1px solid;
  border-color:#fff;
}
.activity-01 {
  background-image: url('../img/img_activity_01_sp.png');
}
.activity-02 {
  background-image: url('../img/img_activity_02_sp.png');
}
.activity-03 {
  background-image: url('../img/img_activity_03_sp.png');
}
@media screen and (max-width: 600px) {
  .activity {
    position: relative;
    height: 256px;
  }
  .activity .blank {
    position: absolute;
    top: 25.6px;
    left: 25.6px;
  }
  .activity .blank img {
    width: 20px;
    height: 20px;
  }
  .activity .border {
    padding-top: 54.4px;
  }
  .activity .border img {
    display: inline-block;
    width: 25.6px;
    height: 25.6px;
  }
  .activity .title {
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-size: 20px;
    line-height: 15px;
    margin: 24.32px auto 0 auto;
  }
  .activity a {
    margin: 25.6px auto 0 auto;
  }
}

/* storylink */
.sec-storylink .wrapper {
  height: 630px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}
.sec-storylink .ico-border {
  padding: 60px 0 12px 0;
}
.sec-storylink h2 {
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 34px;
  text-align: center;
  padding-bottom: 44px;
}
.sec-storylink h3 {
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 24px;
  padding: 16px 0 12px 0;
  color: #1a1a1a;
}
.sec-storylink p {
  font-family: 'Trade Gothic W01 Light', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #1a1a1a;
}
.sec-storylink p:lang(ja) {
  font-family: 'UD新ゴ L', sans-serif;
}
.sec-storylink li {
  width: 210px;
  float: left;
  padding-right: 30px;
}
.sec-storylink li:last-child {
  padding-right: 0;
}
.sec-storylink ul:after {
  clear: both;
}
.sec-storylink .image {
  background-color: #000;
}
.sec-storylink .image img {
  width: 210px;
}
.sec-storylink li:hover > a .image img {
  transition: 0.3s;
  opacity: 0.4;
}
.sec-storylink li:hover > a h3 {
  transition: 0.3s;
  color: #e65500;
}
.sec-storylink .current img {
  opacity: 0.4;
}
.sec-storylink .current h3 {
  color: #e65500;
}
@media screen and (max-width: 600px) {
  .sec-storylink .wrapper {
    width: 90vw;
    height: auto;
  }
  .sec-storylink ul {
    width: auto;
    height: 230vw;
  }
  .sec-storylink li {
    width: 43vw;
  }
  .sec-storylink li:nth-child(odd) {
    padding-right: 4vw;
  }
  .sec-storylink li:nth-child(even) {
    padding-right: 0;
  }
  .sec-storylink .ico-border {
    padding: 10vw 0 4vw 0;
  }
  .sec-storylink h2 {
    /*
    font-size: 6vw;
    */
    font-size: 22px;
    padding-bottom: 7vw;
  }
  .sec-storylink h3 {
    /*
    font-size: 5vw;
    */
    font-size: 17px;
    padding: 4vw 0 2vw 0;
  }
  .sec-storylink p {
    /*
    font-size: 3.2vw;
    */
    font-size: 12px;
    padding-bottom: 8vw;
  }
  .sec-storylink .image,
  .sec-storylink .image img {
    width: 43vw;
    height: 43vw;
  }
}
/*
.box-storylink-left {
  float: left;
  width:50%;
  height: 100%;
}
.box-storylink-right {
  float: left;
  width:50%;
  height: 100%;
}
.box-storylink {
  text-align: center;
  color: #fff;
  padding: 179px 0;
}
  .box-storylink h2 {
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-size: 54px;
    line-height: 54px;
  }
  .box-storylink h3 {
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0  30px 0;
  }
  .box-storylink-jp h3 {
    font-family: 'UD新ゴ DB', sans-serif;
  }
  .box-storylink a {
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-size: 18px;
    display:inline-block;
    width:170px;
    padding: 16px 0 16px 0;
    text-align:center;
    border:1px solid;
    border-color:#fff;
  }
  .box-storylink a:hover {
    transition: 0.3s;
    background-color: #e65500;
    border-color: #e65500;
  }
#img-story1link {
  background-image: url('/story/common/img/bg_story1link_02.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#img-story2link {
  background-image: url('/story/common/img/bg_story2link_02.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#img-story3link {
  background-image: url('/story/img/bg_story3link_03.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .sec-storylink {
    height: auto;
  }
  .box-storylink {
    padding: 27.5vw 0;
  }
    .box-storylink h2 {
      font-family: 'Trade Gothic W01 Bold', sans-serif;
      font-size: 27px;
      line-height: 27px;
    }
    .box-storylink h3 {
      font-family: 'Trade Gothic W01 Bold', sans-serif;
      font-size: 16px;
      line-height: 16px;
      padding: 20px 0 30px 0;
    }
    .box-storylink-jp h3 {
      font-family: 'UD新ゴ DB', sans-serif;
      line-height: 24px;
    }
    .box-storylink a {
      font-family: 'Trade Gothic W01 Bold', sans-serif;
      font-size: 16px;
      display:inline-block;
      width:170px;
      padding:10px 0 10px 0;
      text-align:center;
      border:1px solid;
      border-color:#fff;
    }
  #img-story1link {
    background-image: url('/story/common/img/bg_story1link_01_sp.png');
  }
  #img-story2link {
    background-image: url('/story/common/img/bg_story2link_01_sp.png');
  }
  #img-story3link {
    background-image: url('/story/common/img/bg_story3link_01_sp.png');
  }
}
*/

/* FOOTER */

#footer-pc {
  position: relative;
  min-width: 1170px;
  left: 0;
  bottom: 0;
  height: 434px;
  background: #1a1a1a;
}
#footer-pc .box {
  width: 1170px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height:auto;
  overflow:hidden;
}
#footer-pc .footer-widget-1 {
  position: relative;
  width: 380px;
  height: 173px;
  border-right: 1px solid #303030;
  float: left;
  margin-top: 100px;
  margin-left: 0;
}
#footer-pc .footer-widget-2 {
  height: 303px;
  float: left;
}
#footer-pc .footer-widget-2::before {
  clear: both;
}
#footer-pc .footer-widget-3 {
  border-top: 1px solid #303030;
  margin-left: 0;
  width: 100%;
}
.footer-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 62px;
}
.footer-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 121px;
  color: #fff;
}
.footer-menu > li {
  display: inline-block;
  margin-right: 40px;
}
.footer-menu a {
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0;
  text-decoration: none;
}
.footer-menu .is-active {
  opacity: 0.4;
}
.footer-sns {
  margin-top: 31px;
  float: left;
}
.footer-sns li {
  display: inline-block;
  margin-right: 31px;
}
.footer-links {
  min-width: 400px;
  max-width: 680px;
  margin: 99px 0 0 59px;
}
.footer-links li {
  margin-bottom: 25px;
}
.footer-links-jp li {
  float: left;
  width: 33%;
}
.footer-links a {
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
.footer-links-jp a {
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
.footer-links .jp {
  font-family: 'UD新ゴ DB', sans-serif;
}
.copyright {
  float: right;
  margin-top: 31px;
}
#footer-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #footer-pc {
    display: none;
  }
  #footer-sp {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #1a1a1a;
    color: #fff;
  }
  #footer-sp .box {
    width: 100%;
    height:auto;
    overflow:hidden;
  }
  #footer-sp .footer-widget-1 {
    float: left;
    width: 89.33333333333334%;
    margin-top: 63.36px;
    margin-left: 5.33333333333333%;
    margin-right: 5.33333333333333%;
    padding-bottom: 38.4px;
    border-bottom: 1px solid #303030;
  }
  .footer-menu {
    position: initial;
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-size: 16.64px;
    font-size: 3.46vw;
    line-height: 12.16px;
    line-height: 3.24vw;
    letter-spacing: -0.1rem;
    margin: 0;
  }
  .footer-menu > li {
    display: inline-block;
    margin-right: 40px;
    margin-right: 9.2vw;
  }
  .footer-menu a {
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-size: 16.64px;
    font-size: 4.437vw;
    line-height: 12.16px;
    line-height: 3.24vw;
    letter-spacing: 0;
    text-decoration: none;
  }
  #footer-sp .footer-widget-2 {
    width: 89.33333333333334%;
    margin-top: 38.4px;
    margin-left: 5.33333333333333%;
  }
  #footer-sp .footer-widget-2::before {
    clear: both;
  }
  .footer-links {
    width: 100%;
    margin: 0;
    float: left;
  }
  .footer-links-right {
    width: 240px;
    width: 57vw;
  }
  .footer-links li {
    margin-bottom: 19.5px;
    width: 100%;
    clear: both;
  }
  .footer-links a {
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-size: 16.64px;
    font-size: 4.437vw;
    line-height: 12.8px;
    line-height: 3.41vw;
    letter-spacing: 0.1rem;
    text-decoration: none;
  }
  #footer-sp .footer-widget-3 {
    width: auto;
    height: 147.84px;
    border-top: 1px solid #303030;
    padding-left: 5vw;
  }
  .footer-sns {
    margin-top: 37.12px;
    float: initial;
  }
  .footer-sns li {
    display: inline-block;
    margin-right: 37.12px;
  }
  .copyright {
    float: initial;
    margin-top: 37.12px;
  }
  .copyright img {
    width: 371px;
    height: 16px;
    width: 89.61vw;
    height: 3.86vw;
  }
}

/* EFFECT */

.mod-a01 {
  visibility: hidden;
}
 .delay-effect > .mod-a01:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-effect > .mod-a01:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  animation-delay: 0.4s;
}
