@charset "UTF-8";
/*=================================
  initialize
=================================*/
* {
  box-sizing: border-box;
}

body {
  line-height: 2;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

h1 {
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 2.5em;
  line-height: 1.5;
}
article {
  margin: 0 auto;
  position: relative;
}

/*=================================
  #home
=================================*/
header {
  text-align: left;
  overflow: hidden;
  /*position: absolute;*/
  width: 100%;
  z-index: 100;
}
#home {
  text-align: left;
  margin: 0;
  line-height: 0;
  width: auto;
  float: left;
}

#home a {
  padding: 25px;
  display: inline-block;
}

#home a img {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  #home a {
    padding: 15px 15px 0;
  }
  #home a img {
    width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  #home a img {
    width: 90px;
    line-height: 1;
  }
}
/*=================================
  nav
=================================*/
nav ul {
  margin: 10px 0;
  padding: 0 0 0 5px;
  overflow: hidden;
}

nav li {
  display: inline-block;
  font-size: 13px;
}

nav li a {
  display: block;
  padding: 5px 0;
  margin: 0 10px;
}

nav li a:last-child {
  border: none;
}

nav li.current a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}

@media only screen and (max-width: 480px) {
  nav ul {
    overflow: scroll;
    white-space: nowrap;
  }
}



.lead, p {
  margin: 0 auto;
  margin-bottom: 1.5em;
}

.lead, .desc {
  font-family: sans-serif;
  max-width: 900px;
  margin: 60px auto 0;
  text-align: left;
}

.news {
  font-family: sans-serif;
  max-width: 900px;
  margin: 60px auto;
}

.news .newsLink {
  color: #60b3fa;
}

.news a {
  color: #858585;
}

.ua-windows_nt .lead, .ua-windows_nt .desc {
  font-family: sans-serif;
}

article .lead {
  margin-bottom: 60px;
  font-size: 16px;
}

article hr {
  border: solid #777;
  border-width: 1px 0 0 0;
  width: 50%;
  margin: 40px auto;
}


/*news*/
.news-list dt {
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  color: #666;
}

.news-list dd {
  /* float: left; */
  width: 82%;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
  display: block;
  margin: 0;
}

.news-list {
  display: flex;
  /* margin: 0 auto; */
  overflow: hidden;
  align-items: center;
  font-size: 14px;
  text-align: left;
  width: 90%;
  margin: 0;
  /* margin-right: 20px; */
  padding: 0 15px;
  justify-content: center;
}

.main-news-wrap {
  overflow: hidden;
  clear: both;
  width: 80%;
  max-width: 640px;
  background: #FFF;
  display: flex;
  /* line-height: 1; */
  justify-content: space-between;
  margin: 40px auto;
  border-radius: 4px;
  border: 1px solid #dedede;
  /*box-shadow: 0px 2px 10px 1px #e6e6e6;*/
  /*-webkit-box-shadow: 0px 2px 10px 1px #e6e6e6;*/
  /*-moz-box-shadow: 0px 2px 10px 1px #e6e6e6;*/
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.news-list dd>a {
  font-weight: bold;
  color: #555;
  font-size: 13px;
  text-decoration: underline;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.news-list dd>a:hover {
  opacity: .8;
}

.news-list img {
  width: 20%;
}

.news-sumb {
  width: 15%;
}

.news-sumb img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
  .lead, .desc, article .lead {
    font-size: 14px;
    line-height: 1.8;
  }
  .lead {
    width: 90%;
  }
  .lead p {
    margin: 20px auto 0;
  }
  .news {
    width: 90%;
    margin: 60px auto;
  }
}



@media only screen and (max-width: 480px) {
  .main-news-wrap {
    width: 82%;
  }
  .news-list {
    padding: 0 10px;
  }
  .news-list dt {
    font-size: 11px;
    width: 45%;
    max-width: 55px;
    margin-right: 5px;
  }
  .news-list dd>a {
    font-size: 11px;
    line-height: 1.5;
    display: inline-block;
  }
  .news-sumb {
    width: 46%;
  }
}

.viewport {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
}

.viewport img {
  width: 100%;
  max-width: 900px;
}

#storeImg {
  width: 100%;
}

aside.share {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin: 40px auto 20px;
}

aside.share a {
  width: 22px;
  height: auto;
  display: inline-block;
  margin: 0 0 0 10px;
}

aside.share a img {
  width: 100%;
  vertical-align: middle;
  opacity: .6;
}

aside.share a img.fbBtn {
  width: 85%;
}

footer {
  background: #fff;
}

footer p {
  font-size: 11px;
  color: #666;
  margin: 0 auto;
  padding: 10px 0;
}
/*=================================
  #mainContent .mainvisual
=================================*/
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .mainvisual {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainContent .mainvisual__visual {
    position: relative;
    padding-bottom: 56.25%;
  }
  #mainContent .mainvisual__iframe {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
    height: 100%;
  }
  #mainContent .mainvisual__visualThumb {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    cursor: pointer;
  }
  #mainContent .mainvisual__visualThumb:hover::after {
    opacity: .8;
  }
  #mainContent .mainvisual__visualThumb::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url('https://www.muji.com/img/feature/muji-gacha/play.png');
    background-position: center;
    background-size: cover;
    transition: opacity .3s ease;
  }
  #mainContent .mainvisual__visualThumb img {
    width: 100%;
    height: 100%;
  }
  #mainContent .mainvisual_annotation {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainContent .mainvisual_annotationText {
    margin-bottom: 0;
    font-size: 12px;
    text-align: right;
  }
  #mainContent .mainvisual_annotationText span {
    display: inline-block;
  }
}
/* SP */
@media screen and (max-width: 767.5px) {
  #mainContent .mainvisual__visual {
    position: relative;
    padding-bottom: 56.25%;
  }
  #mainContent .mainvisual__iframe {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
    height: 100%;
  }
  #mainContent .mainvisual__visualThumb {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    cursor: pointer;
  }
  #mainContent .mainvisual__visualThumb::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-image: url('https://www.muji.com/img/feature/muji-gacha/play.png');
    background-position: center;
    background-size: cover;
  }
  #mainContent .mainvisual__visualThumb img {
    width: 100%;
    height: 100%;
  }
  #mainContent .mainvisual_annotation {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainContent .mainvisual_annotationText {
    margin-bottom: 0;
    font-size: 10px;
    text-align: right;
  }
  #mainContent .mainvisual_annotationText span {
    display: inline-block;
  }
}
/*=================================
  #mainContent .movie
=================================*/
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .movie {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
  }
  #mainContent .movie__visual {
    position: relative;
    padding-bottom: 56.25%;
  }
  #mainContent .movie__iframe {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
    height: 100%;
  }
  #mainContent .movie__visualThumb {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    cursor: pointer;
  }
  #mainContent .movie__visualThumb:hover::after {
    opacity: .8;
  }
  #mainContent .movie__visualThumb::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url('https://www.muji.com/img/feature/muji-gacha/play.png');
    background-position: center;
    background-size: cover;
    transition: opacity .3s ease;
  }
  #mainContent .movie__visualThumb img {
    width: 100%;
    height: 100%;
  }
}
/* SP */
@media screen and (max-width: 767.5px) {
  #mainContent .movie {
    margin: 0 auto;
    margin-top: 60px;
  }
  #mainContent .movie__visual {
    position: relative;
    padding-bottom: 56.25%;
  }
  #mainContent .movie__iframe {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
    height: 100%;
  }
  #mainContent .movie__visualThumb {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    cursor: pointer;
  }
  #mainContent .movie__visualThumb::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-image: url('https://www.muji.com/img/feature/muji-gacha/play.png');
    background-position: center;
    background-size: cover;
  }
  #mainContent .movie__visualThumb img {
    width: 100%;
    height: 100%;
  }
}
/*=================================
  jp/news/
=================================*/
.mainPanel img {
  width: 100%;
}

.image.news-aside {
  max-width: 420px;
  margin: 0 auto;
}

.aside-link-wrap {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.aside-link-wrap a {
  font-size: 14px;
  padding: 10px 0;
  display: inline-block;
  text-decoration: underline;
}

.page-link-wrap {
  border: 1px solid #adadad;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.page-link-wrap a {
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
}
.c-page-hero__photo--adjustment {
  margin: 0;
}

.swiper-wrapper {
  padding: 0;
  margin: 0;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 30px;
}

.swiper-pagination-bullet {
  width: 130px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  margin-right: -2px;
  opacity: unset;
  background: #ececec;
}

.swiper-pagination-bullet-active {
  opacity: unset;
  background: #333;
}

.lead-event__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

.lead-event__list dd {
  margin: 0 0 0 10px;
}

.lead-event__list dt {
  font-weight: bold;
  color: #333;
}

.text-annotation {
  font-size: 14px;
  color: #555;
}

.event-lest-wrap h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 17px;
}

.title-caption {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.mainPanel {
  position: relative;
}