#main {
  max-width: 1200px;
  margin: 0 auto;
  color: #333;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}


@media only screen and (min-width: 768px) {
  /* PC */
  .hidden-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* SP */
  .hidden-sp {
    display: none !important;
  }
  .mt5-sp {
    margin-top: 5px !important;
  }
  .mb5-sp {
    margin-top: 5px !important;
  }
  .mb0-sp {
    margin-bottom: 0 !important;
  }
}  


.content {}

/* Object _project*/
.p-title-group {
  text-align: center;
}

.p-title-description {
  font-size: 15px;
}

.p-title-group h1 {
  margin: 8px 0;
  padding: 0 15px;
}

.p-main-description__group {
  padding: 0 15px;
  text-align: center;
}

.p-description-wrap p {
  font-size: 18px;
}


.l-top-bnr{
  background: #7f0019;
  color: #fff;
  text-align: center;
}
.l-top-bnr .l-top-bnr__wrapper{
  display: inline-block;
  padding: 0 10px;
}
.l-top-bnr .l-top-bnr__wrapper .ttl-area,
.l-top-bnr .l-top-bnr__wrapper .description-area{
  display: inline-block;
  vertical-align: middle;
}
.l-top-bnr .l-top-bnr__wrapper .ttl-area{
  text-align: right;
  font-size: 36px;
  font-weight: 600;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.l-top-bnr .l-top-bnr__wrapper .description-area{
  text-align: left;
  padding: 0 30px;
}
.l-top-bnr .l-top-bnr__wrapper .description-area .description{
  font-size:  18px;
  font-weight: bold;
}
.l-top-bnr .l-top-bnr__wrapper .description-area .annotation{
  margin-top: 5px;
}

.p-page-hero--bg img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.8;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.p-page-hero {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.p-page-hero--bg {
  width: 100vw;
  max-height: 470px;
  height: 50vw;
}

.bg-black {
  background: #555;
  background-color: rgb(0, 0, 0);
}

/* Layout */

.l-main-description {
  /* border-top: 1px solid #DEDEDE; */
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  /* PC */
  .l-main-description {
    padding-top: 20px;
  }
}

.itemList ul {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  padding: 0 15px;
  letter-spacing: normal;
}
.itemList.hasborder ul+ul {
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px #dedede;
}

.itemList li {
  width: 25%;
  padding: 10px;
}

.itemList li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
}

.itemList li img {
  width: 100%;
}

.itemList .name {
  font-size: 14px;
}
.itemList .name .name-offer {
  font-size: .8em;
}

.itemList .thumb {
  margin: 0 0 10px;
  display: block;
}
.br-sp{
  display: none;
}


/*複数リスト*/

.l-item-list__multiple {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  letter-spacing: normal;
  justify-content: space-around;
}

.l-item-list__multiple>li {
  width: 32%;
}

.l-item-list__multiple li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
}

.l-item-list__multiple li a + a {
  margin-top: 20px;
}

.l-item-list__multiple li img {
  width: 100%;
}

.l-item-list__multiple .name {
  font-size: 14px;
}

.l-item-list__multiple .name .name-offer {
  font-size: .8em;
}

.l-item-list__multiple .thumb {
  margin: 0 0 10px;
  display: block;
}


/*分割リスト*/

.l-item-list__equivalent,.l-item-list__equivalent.item-multiple--vertical {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  -webkit-box-pack: justify;
-ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: normal;
}

.l-item-list__equivalent li {
  width: 24%;
}

.l-item-list__equivalent li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
}

.l-item-list__equivalent li img {
  width: 100%;
}

.l-item-list__equivalent.item-multiple--vertical {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  justify-content: center;
  letter-spacing: normal;
}

.l-item-list__equivalent.item-multiple--vertical > li {
  width: 35%;
  padding: 10px;
}

.l-item-list__equivalent--movie {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  -webkit-box-pack: justify;
-ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: normal;
}
.l-item-list__equivalent--movie li {
  width: 24%;
}

.l-item-list__equivalent--movie li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
}

.l-item-list__equivalent--movie li img {
  width: 100%;
}


/*single list*/

.l-item-list__single {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  
  justify-content: center;
  justify-items: center;
  margin-right: 0;
  letter-spacing: normal;
}

.l-item-list__single li {
  width: 35%;
  padding: 10px;
}

.l-item-list__single li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
}

.l-item-list__single li img {
  width: 100%;
}


.l-item-list__twice {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-items: center;
  letter-spacing: normal;
}
.l-item-list__twice li a {
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-items: center;
  color: #333;
}
.l-item-list__twice li {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  /* PC */
  .l-item-list__twice li + li + li {
    margin-top: 40px;
  }
}
.l-item-list__twice li img {
  width: 100%;
}
.l-item-list__twice .item-discription {
  width: 50%;
}


.l-item-list__multiple.l-list-col4 {
  justify-content: space-between;
  -webkit-box-pack: justify;
-ms-flex-pack: justify;
  padding: 0 15px;
}
.l-item-list__multiple.l-list-col4 > li {
  width: 24%;
  /* padding: 10px; */
}

/*まとめ買い*/
.l-item-list__mixmatch{
margin-bottom: 10px;
}
.mixmatch-ttl{
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 3px 20px;
  border: 1px solid #555;
  display: inline-block;
  margin: 10px 0;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.mixmatch-border{
  border-bottom: 1px solid #dededede;
  margin: 30px;
}
/*%OFF*/

.off-ttl{
  color: #7f0019;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 20px;
  border: 1px solid #7f0019;
  display: block;
  margin: 20px 0;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

.off-annotation-text{
  color: #dedede;
  font-size: 12px;
  color: #555;
  display:block;
}

.off-name{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.off-name--sale{
color: #7f0019;
}

.off-discount-text{
  font-size: 15px;
  font-weight: 600;
  color: #7f0019;
  padding-top: 5px;
  padding-bottom: 8px;
  display: inline-block;
}
.off-discount-text .large{
  font-size: 22px;
  font-weight: 600;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.c-item-translation .off-discount-text {
padding: 0;
font-family: 'Gothic MB101 Bold', 'MySansSerif', 'YakuHanJP', sans-serif; 
}
.c-item-translation-list__wrap .off-discount-text .large{
  font-size: 30px;
}
.off-btn{
  margin:20px 0 15px 0;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
.off-btn a{
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  padding: 10px;
  border: 1px solid #cbcbcb;
  font-weight: normal;
  text-align: center;
}

.off-date-text{
  font-size: 14px;
  color: #555;
  font-weight: 600;
  display: block;
}

.itemList .large{
  font-size:22px;
  font-weight: 600;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

b{
  font-weight: 600;
  font-size: 15px;
}

.c-price-text.price-text__comparison.w100_list{
  padding: 5px 0 20px 0;
}


@media only screen and (max-width: 768px) {
  .off-discount-text {
      font-size: 13px;
      line-height: 1.3;
  }
  .itemList .large{
  font-size:18px;
  }
  .price-text__comparison .c-price-text>del {
  font-size: 12px;
  }
  b{
  font-size: 13px;
  }
}

/* Compornent */
.c-price-icon-wrap ul {
  display: -webkit-box;
  display: flex;
  display:-ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
-ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 0 15px;
}
.c-price-icon-wrap li {
  font-size: 15px;
  padding: 0 10px;
}
.c-price-icon-wrap li a {
  color: #333;
  text-decoration: none;
}
.c-price-icon-wrap img {
  width: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
.c-price-icon-wrap {
  margin: 0 auto;
  padding: 0 15px;
  border-bottom: 1px solid #DEDEDE;
}
.c-main-title {
  font-size: 40px;
  margin-bottom: 10px;
}

.c-date-description {
  /* font-weight: 600; */
  display: inline-block;
  line-height: 1;
  /* border: 1px solid #777; */
  padding: 4px 10px;
  margin-bottom: 5px;
}

.c-date-description__next {
  display: block;
}

.c-hero-description {
  position: absolute;
  width: 100%;
  /*top: 36%;*/
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 100;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-hero-description--bg {
  margin: auto;
}

.c-hero-text {
  font-size: 18px;
  font-weight: 600;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.c-hero-description.p-sub-hero-text {
  /*top: 40%;*/
}
.c-hero-description.p-sub-hero-text .c-hero-text {
  font-size: 26px;
  font-weight: 600;
  /* font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif; */
}

.c-hero-description h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

.c-hero-category {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}


.c-item-list {
  width: 100%;
  white-space: normal;
}

.c-item-list__wrap ul {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  letter-spacing: normal;
}

.c-item-list__wrap li {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.c-item-list__wrap li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
}

.c-item-list__wrap li img {
  width: 100%;
}

.c-item-list__wrap .name {
  font-size: 14px;
}

.c-item-list__wrap .name .name-offer {
  font-size: .8em;
}

.c-item-list__wrap .thumb {
  margin: 0 0 10px;
  display: block;
}

.c-title-list h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.c-trial-item__list h2 {
  color: #777;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
  padding: 0 15px;
}

.c-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.c-link-button__more {
  display: inline-block;
  padding-right: 2%;
  position: relative;
}

.c-link-button__more .c-btn__link {
  display: inline-block;
  font-size: 16px;
  padding-right: 4px;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}

.c-link-button__more::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: -4px 0px 0 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.c-limited-item__list {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  margin: 60px 0;
}
.c-new-item__list,.c-trial-item__list {
  border-top: 1px solid #DEDEDE;
  position: relative;
}
.c-trial-item__list del + .c-price-text {
    color:#7f0019;
}

.c-item-translation-list__wrap, .c-limited-item__list__wrap {
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  /* SP */
  
  .c-limited-item__list__wrap + .c-limited-item__list__wrap {
    padding-top: 0;
  }
  .l-item-list__twice li:last-child {
    margin-bottom: 0;
  }
  .c-item-translation-list__wrap--min {
    padding: 30px 0;
  }
}

.c-annotation-article {
  border-top: 1px solid #DEDEDE;
}

.c-annotation-article p {
  text-align: center;
  font-size: 18px;
  padding: 60px 0;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.c-annotation-article--v2 {
  border-top: 1px solid #DEDEDE;
  padding: 40px 0;
}
.c-annotation-article--v2 p {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  padding: 100px 0;
  
  max-width: 550px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  /* SP */
  .c-annotation-article--v2 p {
    font-size: 16px;
    padding: 60px 30px 50px;
  }
}

.c-sub-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}

.c-date-text, .c-note-text {
  font-size: 12px;
  color: #555;
  display: block;
}

.c-annotation-text {
  display: inline-block;
  font-size: 9px;
  color: #333;
  line-height: 1;
  padding: 3px;
  margin: 5px 3px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}

.date {
  font-size: 17px;
  font-weight: 600;
  padding: 0 10px;
  border: 1px solid #555;
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

.period {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Helvetica", sans-serif;
}

.least {
  font-size: 18px;
}

.c-price-text {
  font-size: 12px;
  display: block;
}

.c-price-text>del {
  font-size: 14px;
  color: #666;
  display: block;
}

.c-price-text>del span.num {
  font-size: 18px;
  color: #666;
  padding: 0 5px 0 0;
}
.c-price-text>.conbination-price {
  font-weight: 600;
}

.text-limited {
  color:#7f0019;
}

.c-price-text .num {
  font-size: 30px;
  letter-spacing: -0.03em;
  padding: 0 5px;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
}

.c-number {
  font-size: 28px;
  font-family: "Helvetica", sans-serif;
  display: block;
  line-height: 1.3;
  /* color: #777; */
}
@media only screen and (min-width: 769px) {
  /* PC */
  .c-number {
    font-size: 40px;
  }
}


.c-price-text del:after {
  content: "\002192";
}

.w100 .c-price-text del:after {
  content: none;
}

.c-price-text .num.slide-text {
  font-size: 26px;
}

.col2_1.flex-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display:-ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
-ms-flex-pack: justify;
  justify-content: space-between;
}

.text-translation {
  margin-bottom: 20px;
  font-size: 16px;
  }

.p-item__article {
  background: #eee;
  border-radius: 10px;
  padding: 28px;
  max-width: 1040px;
  margin: 60px auto;
}
.p-item__article--column {
  border:1px solid #ddd;
  border-radius: 10px;
  padding: 28px;
  max-width: 1040px;
  margin: 60px auto;
}
.p-item__article--column > h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}

.p-item__article--column > .l-item-list__area > .itemList {
  padding: 35px 0 15px;
}
.p-item__article--column > .l-item-list__area > .itemList > ul {
  padding: 0;
}

.price-text__comparison {
  font-size: 13px;
  display: block;
  line-height: 1.2;
  padding: 10px 0 5px;
}

.image.width-50 {
  width: 50%;
  margin-right: 2%;
}

.image.width-50 img {
  width: 100%;
}
.item-thumb__wrap {
  width: 45%;
}
.caption-detail.flex-item-caption {
width: 45%;
}
.caption-detail.flex-item-caption h2 {
font-size: 20px;
font-weight: 600;
margin: 0 0 10px;
font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

.caption-detail.flex-item-caption > h3 {
font-size: 16px;
font-weight: 600;
margin: 0 0 10px;
font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.caption-detail.flex-item-caption > p {
margin-top: 10px;
margin-bottom: 10px;
}
.caption-detail.flex-item-caption .relatedLink {
margin: 10px 0 15px;
}

.relatedLink a {
border-radius: 50px;
padding: 8px 20px 8px 28px;
display: inline-block;
background: url(https://www.muji.net/cache/img/common/arrow_right.png) no-repeat 14px 50%;
border: 1px solid #ccc;
text-decoration: none;
font-weight: bold;
color: #333;
font-size: 12px;
}

.itemList {
  padding: 0 0 40px;
}
.itemList.hasborder{
padding: 15px 5px;
margin: 0 25px 60px;
border: 1px solid #dedede;
border-radius: 10px;
}
.itemList.hasborder--yellow{
border: 1px solid #d8b07c;
}

#feature_video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#feature_video-btn {
  position: absolute;
  right: 0;
  left: 0;
  top: 40%;
  bottom: 0;
}

.movie-promotion {
  position: relative;
}

.mainPanel_playLayout {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
}

.video-btn {
  text-indent: -9999px;
  background: url(https://www.muji.com/img/mujitogo/play.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 50px;
  /* margin-right: 20px; */
  vertical-align: top;
  width: 50px;
}

.bg-hide {
  background: none;
}


/* Utility */

.ut-ptb10 {padding: 10px 0;}
.ut-ptb20 {padding: 20px 0;}
.ut-ptb30 {padding: 30px 0;}
.ut-ptb40 {padding: 40px 0;}
.ut-ptb80 {padding: 80px 0;}
.ut-txt-bold {font-weight: bold;}
.ut-txt-white {color: #FFF;}
.ut-txt-gray {color: #777;}

@media only screen and (min-width: 769px) {
  .content.l-weekly-wrap {
    padding-left: 0;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
  }
  /* Compornent */
  .c-item-list__slider {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
  }
  .m-common__tag-select--PC>.wrapper>.category>a, .m-common__open-close-sidenav {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /* Layout */
  .l-item-list__multiple>li {
    width: 70%;
    margin-bottom: 40px;
  }
  .l-item-list__single li {
    width: 48%;
  }
  .l-item-list__equivalent li {
      width: 48%;
      margin-bottom: 40px;
  }
  .l-item-list__equivalent.item-multiple--vertical > li {
      width: 50%;
      padding: 10px;
  }
  .itemList ul {
      display: -webkit-flex;
      display: flex;
      display:-ms-flexbox;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 15px;
      justify-content: space-between;
      margin-right: 0;
      letter-spacing: normal;
  }
  .itemList li {
      width: 50%;
      padding: 10px 5px;
  }
  .itemList .name {
      font-size: 13px;
  }
  .l-item-list__equivalent {
      padding: 0 15px;
  }
  .l-item-list__multiple.l-list-col4 > li {
      width: 48%;
      /* padding: 10px; */
  }
  .l-item-list__twice li {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 60px;
  }
  .itemList li.l-item-list__mixmatch{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
  }
  .mixmatch-ttl{
    display: block;
    text-align: center;
    padding-top: 2px;
  }
  .itemList li.l-item-list__off{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
  }
  .itemList li.w100{
    width: 100%;
    padding: 10px 5px;
  }
  .br-sp{
     display:block;
  }

  /* Object _project*/ 

  .p-title-group img {
      max-width: 120px;
  }
  .p-description-wrap p {
      font-size: 16px;
  }
  .p-page-hero--bg img {
      object-fit: cover;
      width: 100%;
      height: 100%;
  }
  .p-page-hero--bg {
      width: 100vw;
      height: 35vh;
  }
  .p-item__article {
      margin: 0 15px 60px;
  }
  .p-item__article--column {
      margin: 0 15px 60px;
  }
  .p-item__article--column > h2 {
    font-size: 16px;
  }
  .p-item__article--column .col2_1 .image {
      float: none;
      width: 100%;
      margin-right: 0;
  }
  .p-item__article--column .flex-item-caption {
      width: 100% !important;
  }
  .p-item__article--column .flex-item h3 {
      font-size: 14px;
      margin-top: 10px;
  }

  /* Compornent */
  .c-main-title {
      font-size: 30px;
      margin-bottom: 10px;
  }
  .c-item-list__wrap ul {
      margin: 0 auto;
      padding: 20px 0 0;
      position: relative;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
  }
  .c-item-list__group:last-child {
      margin-right: 15px;
  }
  .c-item-list__wrap li {
      width: 36%;
      display: inline-block;
      vertical-align: top;
  }
  .c-price-text .num {
    font-size: 26px;
  }
  .c-price-text>del span.num {
    color: #777;
  }
  .c-hero-description h2 {
      font-size: 16px;
  }
  .c-hero-category {
      display: block;
      font-size: 26px;
      margin-bottom: 10px;
  }
  .c-hero-text {
    font-size: 14px;
  }
  .c-hero-text br {
      display: none;
  }
  .c-hero-description {
      /*top: 25%;*/
      padding: 0 45px;
  }
  .c-title-list {
      padding: 0 15px;
  }
  .c-annotation-article p {
      text-align: center;
      font-size: 16px;
      padding: 20px 15px;
  }
  .c-hero-text.p-sub-hero-text {
      font-size: 20px;
      font-weight: 600;
      /* font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif; */
  }
  .c-limited-item__list {
      margin: 0 0 60px;
  }
  .c-hero-description.p-sub-hero-text .c-hero-text {
      font-size: 20px;
      font-weight: 600;
      /* font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif; */
  }
  
  .caption-detail.flex-item-caption {
      width: 46%;
  }
  .caption-detail.flex-item-caption h2 {
      font-size: 16px;
    }
  .image.width-50 {
      width: 48%;
  }
  .period {
      font-size: 20px;
  }
  .date {
      font-size: 15px;
      line-height: 1.8;
  }
  .swiper-button-next,.swiper-button-prev {
      display: none;
  }
}


/*video bundle*/
.product_imageLayout {
  overflow: hidden;
  position: relative;
  background-color: #eee;
  border-width: 0;
  height: 33.33333vw;
  overflow: hidden
}

.product_imageLayout iframe, .product_imageLayout object {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important
}

@media only screen and (max-width: 800px) {
  .product_imageLayout {
    height: 0;
    padding-bottom: 100%
  }
}

.product_playMark {
  text-indent: -9999px;
  background-size: contain;
  background: url(https://www.muji.com/img/mujitogo/play.svg) no-repeat center;
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px
}

@-webkit-keyframes video-cover-show {
  0% {
    opacity: 0.0;
    visibility: visible
  }
  100% {
    opacity: 1.0
  }
}

@keyframes video-cover-show {
  0% {
    opacity: 0.0;
    visibility: visible
  }
  100% {
    opacity: 1.0
  }
}

@-webkit-keyframes video-cover-hide {
  0% {
    opacity: 1.0;
    visibility: visible
  }
  100% {
    opacity: 0.0;
    visibility: hidden
  }
}

@keyframes video-cover-hide {
  0% {
    opacity: 1.0;
    visibility: visible
  }
  100% {
    opacity: 0.0;
    visibility: hidden
  }
}

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

.loadingIndicator {
  background-image: url(https://www.muji.com/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
}

.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
}

.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
}

.video {
  bottom: 0;
  left: 0;
  opacity: .001;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

.video.video-loaded {
  opacity: 1.0
}

.video_coverLabel {
  cursor: pointer;
  opacity: 0.0
}

.video_coverLabel.video_coverLabel-show {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: video-cover-show;
  animation-name: video-cover-show;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.video_coverLabel.video_coverLabel-hide {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: video-cover-hide;
  animation-name: video-cover-hide;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.video_hoverInteractive {
  opacity: 0.75;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out
}

.video:hover .video_hoverInteractive {
  opacity: 1.0
}

.video_coverImage {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

.video_coverImage.video_coverImage-show {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: video-cover-show;
  animation-name: video-cover-show;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.video_coverImage.video_coverImage-hide {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: video-cover-hide;
  animation-name: video-cover-hide;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  background-image: url("https://img.muji.net/img/common/icon-arrow-left.svg")!important;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  background-image: url("https://img.muji.net/img/common/icon-arrow-right.svg")!important;
}

.swiper-button-next,.swiper-button-prev {
  background-size: 24px 30px;
}

@supports (-ms-accelerator: true) { /* Edge only */
  .l-item-list__multiple {
      justify-content: space-around;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .c-item-list__wrap ul {
      overflow-x: visible;
      overflow-y: visible;
  }
}



.item_category_name {
color: #777;
font-size: 20px;
font-weight: bold;
font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
/* SP */
.item_category_name {
  font-size: 16px;
  padding: 0 15px;
}
}




/* KV　新規
----------------------- */
.l-item-list__area--kv {
margin-bottom: 30px;
}
.l-item-list__area--kv .c-hero-description {
position: relative;
}


/* 3日間限定　新規
----------------------- */

.c-limited-item__list--new .l-item-list__twice li.c-limited-item .data-wrap {
padding-left: 5px;
}
.c-limited-item__list--new .l-item-list__twice li.c-limited-item--new a {
align-items: flex-start;
}
.c-limited-item__list--new .l-item-list__twice li.c-limited-item--new .item-discription {
text-align: left;
padding-bottom: 20px;
padding-left: 15px;
}
.c-limited-item__list--new .l-item-list__twice li.c-limited-item--new .price-text__comparison {
padding: 20px 0 5px;
}
@media only screen and (min-width: 769px) {
/* PC */
.c-limited-item__list--new.c-limited-item__list--1col .data-wrap {
  margin: 0 15%;
  padding: 0 5px;
}
}

@media only screen and (max-width: 768px) {
/* SP */
.c-limited-item__list--new.c-limited-item__list--1col .data-wrap {
  padding: 0 25px;
}
}

/* 動画　新規
----------------------- */
.p-item__article--movie {
background-color: #fff;
border: 1px solid #ddd;
}
.p-item__article--movie > h2 {
font-size: 20px;
font-weight: 600;
font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
margin-top: 0;
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
/* PC */
.p-item__article--movie .l-item-list__equivalent--movie figure {
  width: 48%;
}
}

@media only screen and (max-width: 767px) {
/* SP */
.p-item__article--movie .l-item-list__equivalent--movie {
  display: block;
}
.p-item__article--movie .caption-detail.flex-item-caption {
  width: 100%;
}
.p-item__article--movie > h2 {
  font-size: 16px;
}
}


.c-sale-icon {
color: #7f0019;
background-color: #d8b07c;
border: 1px solid #d8b07c;
display: inline-block;
font-size: 9px;
line-height: 1;
padding: 3px;
margin: 0 3px 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}


.p-item--btbb {
border: none;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
margin: 60px 0;
padding: 40px 0;
border-radius: 0;
max-width: inherit;
}
.c-btbb-item__wrap h2 {
font-size: 20px;
font-weight: 600;
font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
margin-top: 0;
margin-bottom: 15px;
}
.itemList--btbb {
border: none;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
margin: 60px 0;
padding: 40px 0;
border-radius: 0;
}
.itemList--sale {
border: none;
margin: 60px 0 46px;
padding: 22px 0;
border-radius: 0;
}

@media only screen and (min-width: 768px) {
/* PC */
.c-btbb-item__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
/* SP */
.p-item--btbb {
  margin: 0 0 60px;
  padding: 20px 35px;
}
.p-item--btbb .caption-detail.flex-item-caption {
  margin-top: 10px;
}
.itemList--sale {
  border: none;
  margin: 0 0 22px;
  padding: 22px 0;
  border-radius: 0;
}  
}

.p-item__article--v2 {
background: #f2f2f2;
border: none;
}
.p-item__article h2 {
font-size: 20px;
font-weight: 600;
font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
margin-top: 0;
margin-bottom: 15px;
}
.itemList__note {
font-size: 17px;
font-weight: 600;
margin-bottom: 50px;
display: block;
font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
margin-left: 25px;
}
.itemList__note--sale {
display: inline-block;
color: #7f0019;
background-color: #d8b07c;

padding: 0 30px;
}
.itemList__note--sale {
font-size: 19px;
display: block;
color: #000;
background-color: transparent;

padding: 0;
text-align: center;
}
.itemList__annotation {
padding: 0 25px;
}
@media only screen and (max-width: 767px) {
/* SP */
.p-item__article h2 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
.itemList__note {
  margin-left: 20px;
}
.itemList__annotation {
  padding: 0 20px;
}
.itemList__note--sale {
  font-size: 16px;
  margin: 0;
  margin-bottom: 40px;
}
}

/* 動画　サイズ調整
----------------------- */
@media only screen and (min-width: 768px) {
/* PC */
.l-item-list__equivalent--movie > figure {
  width: 36.7vw;
  max-width: 480px;
}
.l-item-list__equivalent--movie .product_imageLayout {
  padding-bottom: 100%;
  max-height: 480px;
}
}


/* ボタン
----------------------- */
.c-otheritem-link-wrap {
display: block;
width: 300px;
border: solid 1px #cbcbcb;
border-radius: 20px;
padding: 0;
text-align: center;
margin: 120px auto 150px;
}
.otheritem-link {
display: inline-block;
width: 100%;
padding: 8px;
text-decoration: none;
color: #333;
}
@media only screen and (max-width: 767px) {
/* SP */
.c-otheritem-link-wrap {
  margin-top: 86px;
  margin-bottom: 112px;
}
.otheritem-link {
  padding: 6px 0;
}
}

del.non-arrow:after {
content: none;
}

@media only screen and (max-width: 767px) {
/* SP */
.num.slide-text {
  padding-left: 0;
}
}


/* 目次アンカー
----------------------- */
#anchor {
  margin-bottom: 10px;
}
.anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchor li {
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.anchor-link {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.anc-text {
  display: inline-block;
  text-align: left;
  z-index: -1;
  pointer-events: none;
}
.anc-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translate(-1em, -50%);
  -ms-transform: translate(-1em, -50%);
  transform: translate(-1em, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid #999;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
@media (min-width: 769px) {
  /* PC */
  .anchor {
    margin: 0 auto 30px;
    padding: 0 10px;
  }
  .anchor li:hover {
    border-bottom: 2px solid #dddddd;
  }
  .anchor li {
    width: 100%;
  }
  .anchor-link {
    font-size: 16px;
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  /* SP */
  .anchor {
    padding: 10px 8% 0;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;

    flex-wrap: wrap;
  }
  .anchor li {
    width: 50%;
  }
  .anchor-link {
    font-size: 14px;
    letter-spacing: -0.013em;
    padding: 1em;
    padding-left: 2em;
  }
}

@media (min-width: 1024px) {
  .hidden-anc {
      display: none;
  }
}


.p-title-group-h1-wrapper {
display: flex;
align-items: center;
justify-content: center;
padding-right: 16px;
}

.go-top-wrapper {
text-align: right;
padding: 20px 12px;
}
.go-top {
color: #000;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
/* ----------------
  youtube
----------------*/
.video_container {
  position: relative;
  padding-bottom: 100%;
}
.video_container.promo {
  position: relative;
  padding-bottom: 0;
}
.video_container.promo img{
  cursor: pointer;
}
.video_container iframe, #contents .video_container object, #contents .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .video_container iframe, #contents .video_container object, #contents .video_container embed {
    height: 100%;
  }
}


/* ----------------
  Footer動画
----------------*/ 
.video_container--foot {
text-align: center;
}
.video_container--foot iframe {
width: 100%;
max-width: 1200px;
margin: 0 auto 100px;
height: 68vw;
max-height: 750px;
}

@media (max-width: 767px) {
/* SP */
.video_container--foot iframe {
  margin: 0 auto 60px;
}
}


/* ----------------
  価格を見直しましたアイコン
----------------*/
.c-review-icon {
display: inline-block;
font-size: 9px;
color: #333;
line-height: 1;
padding: 3px;
border: 1px solid #CBCBCB;
margin: 5px 3px 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

/* ----------------
  ずっと良い値アイコン
----------------*/
.c-goodprice-icon {
  display: inline-block;
  font-size: 9px;
  color: #333;
  line-height: 1;
  padding: 3px;
  border: 1px solid #CBCBCB;
  margin: 5px 3px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}


/* =========================

  ###Youtube Component CSS

========================= */
.videoComponent {
  width: 50%;
  margin: 0;
}
.videoComponent--foot {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}
.videoLayout {
  overflow: hidden;
  position:relative;
  height:0;
  /* max-width: 960px;
  max-height: 540px;
  margin: 0 auto; */
}
.video iframe {
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  width:100% !important;
  height:100% !important;
}
.video {
  overflow: hidden;
  position:absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  -webkit-transition:opacity 0.4s ease-out;
  transition:opacity 0.4s ease-out;
}
.video.video-loaded {
  opacity: 1.0;
}
.video > * {
  position:absolute;
  top: 0;bottom: 0;left: 0;right: 0;
}
.video_coverImage{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-transition:opacity 0.4s ease-out;
  transition:opacity 0.4s ease-out;
  transition: .3s;
}

.video_hoverInteractive{
  opacity:0.6;
  -webkit-transition:opacity 0.2s ease-out;
  transition:opacity 0.2s ease-out;
  cursor:pointer;
  transition: .3s;
}
.video:hover .video_hoverInteractive{
  opacity:1.0;
}
.video_PlayMark {
  position:absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-image: url("https://www.muji.com/jp/img/play.png");
  background-repeat: no-repeat;
  background-size: contain;

  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .videoComponent {
    width: 100%;
    margin: 0 auto;
  }
  .video_PlayMark {
    width: 10.67vw;
    height: 10.67vw;
  }
}
/* ===============================
  END ###Youtube Component CSS
=============================== */


.relatedLink--foot {
  max-width: 1200px;
  width: 100%;
  margin: 75px auto 55px;
  font-weight: bold;
  text-align: center;
}
.relatedLink--foot a {
  font-size: 16px;
  color: #60B3FA;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* SP */
  .relatedLink--foot {
    margin: 75px auto 55px;
  }
}


.head-info__inner {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 28px;
}
.head-info__inner img {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* PC */
  .head-info__inner {
    max-width: 581px;
    margin: 60px auto;
  }
  .head-info__inner img {
    width: 525px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* SP */
  .head-info__inner {
    margin: 36px 15px 60px;
  }
}

.offer {
  color: #585858;
  background-color: #E5E5E5;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.offer-inner {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 8px 12px;
}
.offer-name {
  font-size: 18px;
  margin-right: 12px;
}
.offer-cont {
  font-size: 12px;
}
/* Infomation */
#infomation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: center;*/
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    width: auto;
    max-width: 680px;
    margin: 30px auto 0;
    padding: 10px 15px;
    position: relative;
}
#infomation > dl {
    max-width: 1440px;
    margin: 0 auto;
    display: table;
}
#infomation > dl > dt {
    font-size: 13px;
    font-weight: 600;
    display: table-cell;
}
#infomation > dl > dd {
    display: table;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 0 10px;
}
#infomation > dl > dd > a {
    color: #777;
    line-height: 1.7;
    display: block;
    text-decoration: underline;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}
#infomation > dl > dd > a:hover {
    color: #555;
}

@media only screen and (max-width: 768px) {
  #infomation {
      max-width: 80%;
      margin: 0 10% 0 !important;
      padding: 10px;
  }
  #infomation > dl > dt {
      width: 16%;
      text-align: right;
  }
  #infomation > dl > dd > a {
  -webkit-tap-highlight-color:rgba(240, 240, 240, 0);
  }

  #infomation > dl {
    width: 80%;
    margin: 0 auto;
    display: table;
  }
}
@media only screen and (max-width: 520px) {
  #infomation > dl > dt {
      width: 23%;
      text-align: left;
  }
}


