/* line 3, ../sass/linen2018.scss */
body {
  color: #333;
  font: 16px/1.4 -apple-system, "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, ../sass/linen2018.scss */
figure {
  margin: 0;
}

/* line 5, ../sass/linen2018.scss */
img {
  vertical-align: bottom;
}

/* line 6, ../sass/linen2018.scss */
article * {
  box-sizing: border-box;
}

/* line 8, ../sass/linen2018.scss */
.mainPanel {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

/* line 13, ../sass/linen2018.scss */
.mainPanel h1 {
  max-width: 560px;
  width: auto;
  margin: 0px;
  font-size: 34px;
  display: inline-block;
  text-align: left;
  right: auto;
  left: 5%;
  top: 65%;
  padding: 2%;
  font-weight: 600;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: content-box;
  position: absolute;
  z-index: 10;
}

/* line 32, ../sass/linen2018.scss */
.mainPanel_playLayout {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

/* line 42, ../sass/linen2018.scss */
.mainPanel_playInnerLayout {
  display: table-cell;
  vertical-align: middle;
}

/* line 46, ../sass/linen2018.scss */
.mainPanel_playMark {
  text-indent: -9999px;
  background: url(../../img/mujitogo/play.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 50px;
  /*margin-right:20px;*/
  vertical-align: top;
  width: 50px;
}

@media only screen and (max-width: 800px) {
  /* line 57, ../sass/linen2018.scss */
  .mainPanel_playMark {
    height: 50px;
    width: 50px;
  }
}
/* line 60, ../sass/linen2018.scss */
.mainPanel_playText {
  color: white;
  display: inline-block;
  font-size: 2.0rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}

@media only screen and (max-width: 800px) {
  /* line 71, ../sass/linen2018.scss */
  .mainPanel_playText {
    font-size: 1.5rem;
    height: 30px;
    line-height: 30px;
  }
}
/* line 77, ../sass/linen2018.scss */
.mainPanel_videoLayout {
  overflow: hidden;
  position: relative;
  background-color: #eee;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 84, ../sass/linen2018.scss */
.mainPanel_videoLayout iframe,
.mainPanel_videoLayout object {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

@-webkit-keyframes loading-indicator-show {
  0% {
    opacity: 0.0;
    visibility: visible;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes loading-indicator-show {
  0% {
    opacity: 0.0;
    visibility: visible;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes loading-indicator-hide {
  0% {
    opacity: 1.0;
    visibility: visible;
  }
  100% {
    opacity: 0.0;
    visibility: hidden;
  }
}
@keyframes loading-indicator-hide {
  0% {
    opacity: 1.0;
    visibility: visible;
  }
  100% {
    opacity: 0.0;
    visibility: hidden;
  }
}
/* line 111, ../sass/linen2018.scss */
.loadingIndicator {
  background-image: url(../../img/mujitogo/loading.png);
  background-repeat: no-repeat;
  background-size: 44px auto;
  bottom: 0;
  height: 44px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 44px;
}

/* line 126, ../sass/linen2018.scss */
.loadingIndicator.loadingIndicator-show {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: loading-indicator-show;
  animation-name: loading-indicator-show;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 136, ../sass/linen2018.scss */
.loadingIndicator.loadingIndicator-hide {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: loading-indicator-hide;
  animation-name: loading-indicator-hide;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 147, ../sass/linen2018.scss */
.list-link-wrap {
  max-width: 1200px;
  margin: 50px auto 60px;
  text-align: center;
}
/* line 151, ../sass/linen2018.scss */
.list-link-wrap ul {
  list-style: none;
  padding: 0;
}
/* line 155, ../sass/linen2018.scss */
.list-link-wrap .button-link {
  font-weight: 700;
  position: relative;
  font-size: 16px;
  padding-right: 10px;
  color: #333;
}

/* line 163, ../sass/linen2018.scss */
#main_img {
  width: 100%;
  max-width: 1200px;
  background-image: url(https://www.muji.com/img/feature/linen2018ss/en_main.jpg);
  background-size: cover;
  height: 100vh;
  position: relative;
  top: 10px;
  background-position: center center;
  overflow: hidden;
  min-height: 1200px;
  margin: 0 auto;
}
/* line 175, ../sass/linen2018.scss */
#main_img h1 {
  position: absolute;
  bottom: 46%;
  left: 24%;
  font-size: 56px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
}

/* line 187, ../sass/linen2018.scss */
#modal-content {
  width: 90%;
  max-width: 960px;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999;
}

/* line 198, ../sass/linen2018.scss */
#modal-content .inner {
  position: relative;
}

/* line 202, ../sass/linen2018.scss */
#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

/* line 209, ../sass/linen2018.scss */
#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 218, ../sass/linen2018.scss */
#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 228, ../sass/linen2018.scss */
#modal-open:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  width: 28px;
  height: 28px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #FFF;
  border: 2px solid #777;
}

/* line 243, ../sass/linen2018.scss */
#modal-open:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -36px;
  width: 0;
  height: 0;
  margin-top: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #777;
}

/* line 256, ../sass/linen2018.scss */
.ttl {
  position: absolute;
  bottom: 20px;
  left: 50px;
  color: #FFF;
}

/* line 263, ../sass/linen2018.scss */
.wrap h1 {
  font-size: 20px;
  font-family: serif;
  margin: 0 0 20px;
}
/* line 268, ../sass/linen2018.scss */
.wrap .desc {
  font-size: 14px;
  line-height: 1.8;
}
/* line 272, ../sass/linen2018.scss */
.wrap .item {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 278, ../sass/linen2018.scss */
.wrap .item li {
  width: 20%;
}
/* line 280, ../sass/linen2018.scss */
.wrap .item li span {
  display: block;
  font-size: 13px;
  padding: 10px 0;
}
/* line 285, ../sass/linen2018.scss */
.wrap .item li img {
  width: 50%;
  height: auto;
  vertical-align: text-bottom;
}

/* line 294, ../sass/linen2018.scss */
.insideStore1 {
  background: #f5f5f4;
  margin: 50px auto 60px;
  padding: 40px 0;
  -webkit-font-smoothing: antialiased;
}
/* line 299, ../sass/linen2018.scss */
.insideStore1 .cmp-item--title {
  display: inline-block;
  padding: 15px;
  font-size: 13px;
}
/* line 304, ../sass/linen2018.scss */
.insideStore1 .cmp-item--title2 {
  display: inline-block;
  padding: 0 15px 15px;
  font-size: 13px;
}

/* line 311, ../sass/linen2018.scss */
.annotation p {
  font-size: 12px;
  padding: 0 10px 50px;
  line-height: 1.6;
  color: #777;
  text-align: center;
}

/* line 320, ../sass/linen2018.scss */
.swiper-wrapper {
  list-style: none;
  padding: 0;
}
/* line 323, ../sass/linen2018.scss */
.swiper-wrapper .swiper-slide {
  margin-bottom: 40px;
}
/* line 325, ../sass/linen2018.scss */
.swiper-wrapper .swiper-slide dl {
  margin: 15px 0 0;
}
/* line 327, ../sass/linen2018.scss */
.swiper-wrapper .swiper-slide dl dd {
  font-size: 11px;
  color: #777;
  display: block;
  margin: 0px 0 2px;
  padding: 0 10px;
}
/* line 335, ../sass/linen2018.scss */
.swiper-wrapper .swiper-slide img {
  width: 100%;
}

/* line 341, ../sass/linen2018.scss */
.viewport1.swiper-container0 {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 346, ../sass/linen2018.scss */
.howto__contents {
  background: #f5f5f5;
  padding: 40px 0 100px;
}
/* line 349, ../sass/linen2018.scss */
.howto__contents section {
  max-width: 880px;
  margin: 0 auto 80px;
}
/* line 353, ../sass/linen2018.scss */
.howto__contents .wrap {
  margin: 40px 0 0;
  padding: 0 15px;
}

/* line 358, ../sass/linen2018.scss */
.colum {
  background: #f5f5f5;
  padding: 20px;
  max-width: 100%;
}
/* line 362, ../sass/linen2018.scss */
.colum .future {
  max-width: 1024px;
  margin: 50px auto 60px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 373, ../sass/linen2018.scss */
.colum .future .wrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 100px 0 0;
}
/* line 379, ../sass/linen2018.scss */
.colum .future figure {
  display: inline-block;
}

/* line 386, ../sass/linen2018.scss */
.commentary__item-dry .wrap {
  width: 48%;
  display: inline-block;
}
/* line 390, ../sass/linen2018.scss */
.commentary__item-dry figure {
  display: inline-block;
  text-align: right;
  width: 49%;
}
/* line 394, ../sass/linen2018.scss */
.commentary__item-dry figure img {
  width: 80%;
}

/* line 401, ../sass/linen2018.scss */
.commentary__item-iron .wrap {
  width: 56%;
  display: inline-block;
}
/* line 405, ../sass/linen2018.scss */
.commentary__item-iron figure {
  display: inline-block;
  width: 30%;
  text-align: right;
  vertical-align: -webkit-baseline-middle;
}
/* line 410, ../sass/linen2018.scss */
.commentary__item-iron figure img {
  width: 66%;
}

/* line 416, ../sass/linen2018.scss */
.colum__item img {
  width: 100%;
}

/* line 419, ../sass/linen2018.scss */
.lead {
  margin: 80px auto 60px;
}
/* line 421, ../sass/linen2018.scss */
.lead .wrap {
  text-align: center;
}
/* line 424, ../sass/linen2018.scss */
.lead img {
  width: 100%;
  max-width: 740px;
}
/* line 428, ../sass/linen2018.scss */
.lead h1 {
  font-size: 36px;
  text-align: center;
  font-family: serif;
  margin: 100px 0px 80px;
}

/* line 436, ../sass/linen2018.scss */
.about {
  text-align: center;
  padding: 40px 0 60px;
}
/* line 439, ../sass/linen2018.scss */
.about .desc {
  padding: 0 120px;
  margin: 0 0 60px;
}

/* line 445, ../sass/linen2018.scss */
.caption {
  margin: 80px auto 120px;
}
/* line 447, ../sass/linen2018.scss */
.caption .wrap {
  margin: 30px 0 0;
  padding: 0 45px;
}
/* line 451, ../sass/linen2018.scss */
.caption img {
  width: 100%;
}

/* line 456, ../sass/linen2018.scss */
.fadein {
  opacity: 0.1;
  transform: translate(0, 10px);
  transition: all 400ms;
}

/* line 462, ../sass/linen2018.scss */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* line 467, ../sass/linen2018.scss */
aside.share {
  border: none;
  text-align: center;
  margin-top: 0;
  background: #fff;
  padding: 40px 0;
  border-radius: 0;
}

/* line 468, ../sass/linen2018.scss */
aside.share a {
  display: inline-block;
  margin-right: 20px;
}

/* line 469, ../sass/linen2018.scss */
aside.share a:last-child {
  margin-right: 0;
}

/* line 470, ../sass/linen2018.scss */
aside.share span {
  display: inline-block;
  margin-right: 15px;
  color: #999;
  font-size: small;
}

/* line 471, ../sass/linen2018.scss */
aside.share img {
  vertical-align: middle;
  opacity: .4;
}

/* line 472, ../sass/linen2018.scss */
aside.share img.fbBtn {
  width: 20px;
  padding-right: 0;
}

/* line 473, ../sass/linen2018.scss */
aside.share img.tw_btnImg {
  width: 26px;
  padding-right: 0;
}

/* line 474, ../sass/linen2018.scss */
aside.share img.weibo {
  width: 24px;
  padding-right: 0;
}

@media only screen and (max-width: 768px) {
  /* line 478, ../sass/linen2018.scss */
  #main_img {
    height: 70vh;
    min-height: 500px;
  }
  /* line 481, ../sass/linen2018.scss */
  #main_img h1 {
    position: absolute;
    bottom: 40%;
    left: 10%;
    font-size: 34px;
    letter-spacing: -0.01em;
    line-height: 1.4;
    font-weight: 700;
  }

  /* line 492, ../sass/linen2018.scss */
  .insideStore1 .cmp-item--title {
    display: inline-block;
    padding: 10px 5px;
    font-size: 12px;
  }
  /* line 497, ../sass/linen2018.scss */
  .insideStore1 .cmp-item--title2 {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
  }

  /* line 503, ../sass/linen2018.scss */
  .swiper-wrapper {
    list-style: none;
    padding: 0 10px;
  }
  /* line 506, ../sass/linen2018.scss */
  .swiper-wrapper .swiper-slide {
    margin-bottom: 25px;
  }
  /* line 508, ../sass/linen2018.scss */
  .swiper-wrapper .swiper-slide dl {
    margin: 10px 0 0;
  }
  /* line 510, ../sass/linen2018.scss */
  .swiper-wrapper .swiper-slide dl dd {
    padding: 0;
  }

  /* line 517, ../sass/linen2018.scss */
  .howto__contents {
    text-align: center;
    padding: 20px 0;
  }
  /* line 520, ../sass/linen2018.scss */
  .howto__contents section {
    margin: 0 auto 60px;
  }
  /* line 522, ../sass/linen2018.scss */
  .howto__contents section figure {
    width: 100%;
    text-align: center;
  }
  /* line 526, ../sass/linen2018.scss */
  .howto__contents section img {
    width: 70%;
    height: auto;
  }
  /* line 532, ../sass/linen2018.scss */
  .howto__contents .commentary__item-iron .wrap {
    width: 100%;
  }
  /* line 535, ../sass/linen2018.scss */
  .howto__contents .commentary__item-iron img {
    width: 36%;
  }

  /* line 540, ../sass/linen2018.scss */
  .wrap {
    padding: 0 15px;
  }
  /* line 543, ../sass/linen2018.scss */
  .wrap .item li {
    width: 22%;
  }
  /* line 545, ../sass/linen2018.scss */
  .wrap .item li img {
    width: 100%;
    height: auto;
  }
  /* line 551, ../sass/linen2018.scss */
  .wrap section img {
    width: 100%;
  }

  /* line 555, ../sass/linen2018.scss */
  .colum {
    margin: 0;
  }
  /* line 556, ../sass/linen2018.scss */
  .colum .future {
    margin: 20px auto 40px;
  }
  /* line 558, ../sass/linen2018.scss */
  .colum .future .wrap {
    margin: 0 0 30px;
    width: 100%;
    padding: 0;
  }
  /* line 563, ../sass/linen2018.scss */
  .colum .future figure {
    text-align: center;
  }
  /* line 566, ../sass/linen2018.scss */
  .colum .future img {
    width: 90%;
  }

  /* line 571, ../sass/linen2018.scss */
  .caption {
    margin: 0 auto 60px;
  }
  /* line 573, ../sass/linen2018.scss */
  .caption img {
    width: 100%;
  }

  /* line 577, ../sass/linen2018.scss */
  .commentary__item-dry .wrap {
    width: 100%;
  }

  /* line 580, ../sass/linen2018.scss */
  .lead {
    margin: 50px auto 40px;
  }
  /* line 584, ../sass/linen2018.scss */
  .lead h1 {
    font-size: 20px;
    margin: 60px 0 0;
  }

  /* line 589, ../sass/linen2018.scss */
  .list-link-wrap .button-link {
    font-size: 18px;
    padding-right: 20px;
  }

  /* line 593, ../sass/linen2018.scss */
  #modal-open:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 28px;
    height: 28px;
    margin-top: -4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #FFF;
    border: 2px solid #777;
  }

  /* line 608, ../sass/linen2018.scss */
  #modal-open:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    margin-top: 5px;
    border: 7px solid transparent;
    border-left: 10px solid #777;
  }
}
