@charset "utf-8";
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  /* font-family: 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif, arial; */
  font-family: 'Microsoft YaHei', sans-serif, arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,p {margin: 0;}
dl,dd,dt,ol,ul,li {list-style: none;}
del,ins {text-decoration: none;}
img {vertical-align: bottom;}

/* ----------------------

      Header,Footer

------------------------- */
header#globalHeader {border-bottom: 1px solid #e7e7e7;}
header#globalHeader .headerWrap {max-width: 1200px;}
header#globalHeader #hGlobalNav .wrapper ul {overflow:hidden;}
header#globalHeader img {max-width: 100%;}
footer nav#footerNav {max-width: 1200px;}
/* #misc */
aside#misc > .content {width: 90%; margin: 0 auto; max-width: 1200px;}
#misc {padding: 15px 0; background: #ebebeb;}
#misc:after,
#misc ul:after {content: ''; display: block; clear: both;}
#misc ul {float: left; margin: 0; padding: 0; list-style: none;}
#misc li {float: left; margin-right: 10px;}
#misc a {display: block;}
#misc a img {height: 25px; width: auto;}
#misc .passport {float: right;}
#misc .passport a img {height: 25px; padding-left: 10px; width: auto;}
#misc .youtube a img {height: 21px; margin-top: 2px;}
@media screen and (max-width: 480px){
  #misc .youtube a img {height: 20px; margin-top: 0;}
}
@media screen and (max-width: 360px){
  #misc a img {height: 20px; width: auto;}
  #misc .passport a img {height: 20px; padding-left: 10px; width: auto;}
}

/* ----------------------

      #main

------------------------- */
#main {
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  line-height: 1.5;
}
#main > .content {
  max-width: 1200px;
  margin: 0 auto;
}


/* Object _project*/
.p-title-group {
  text-align: center;
  padding: 50px 0;
}

.p-title-group h1 {
  margin: 0 auto 15px;
  font-size: 0;
  padding: 0 15px;
}
.p-title-kv picture img {
  width: 100%;
}
.p-title-kv h2 {font-size: 28px;}
.p-title-kv h2 .c-hero-category {font-size: 60px;}

.p-title-kv-wrap {
  position: relative;
}
.p-title-kv-wrap p {font-size: 18px}

.p-title-description {
  font-size: 15px;
}

.p-main-description__group {
  padding: 25px 15px 140px;
  text-align: center;
}
.p-main-description__group--old {
  padding: 60px 0;
  line-height: 1.8;
  text-align: center;
}

.p-description-wrap p {
  font-size: 18px;
}

.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: 40px;
  overflow: hidden;
}
.p-page-hero--bg {
  width: 100vw;
  height: 75vh;
}
.p-page-hero--bg--noimg {
  width: 100vw;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  /* PC */
  .p-page-hero {
    margin-bottom: 30px;
  }
  .p-page-hero__area--noimg .p-page-hero {
    margin-bottom: 100px;
  }
}

/* Layout */
.l-main-description {
  border-top: 1px solid #DEDEDE;
}

.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;
}
@media only screen and (min-width: 768px) {
  /* PC */
  .itemList ul {
    justify-content: center;
  }
}
.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;
}

/*WayOfMUJI Area*/
.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: 1em;
}

.l-item-list__multiple li img {
  width: 100%;
}

.l-item-list__multiple .name {
  font-size: 14px;
}

.l-item-list__multiple .thumb {
  margin: 0 0 10px;
  display: block;
}

/*Movie Area*/
.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%;
}

.itemList ul.l-item-list__single{
  justify-content: center;
}

.l-item-list__single_small li{
  width: 25%;
  padding: 10px;
}


.l-item-list__twice {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
  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%;
}
.l-item-list__twice li img {
  width: 100%;
}
.l-item-list__twice .item-discription {
  width: 50%;
}


/*まとめ買い*/
.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;
}
.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;
}

.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-discount-text{
    font-size: 15px;
    font-weight: 600;
    color: #7f0019;
    padding-top: 5px;
    padding-bottom: 8px;
    display: inline-block;
}
.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: "Helvetica", 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;
  }

  .p-title-kv h2 .c-hero-category {font-size: 42px;}
}

/* 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: 22px;
  font-weight: 600;
}
.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;
}

.c-hero-description h2 {
  font-size: 22px;
  font-weight: 600;
}

.c-hero-category {
  display: block;
  font-size: 40px;
  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;
}

.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, .c-limited-item__list__wrap {
    padding: 10px 0 0;
  }
  
}

.c-annotation-article {
  border-top: 1px solid #DEDEDE;
}

.c-annotation-article p {
  text-align: center;
  font-size: 18px;
  padding: 60px 0;
}

.c-sub-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}

.c-date-text {
  font-size: 12px;
  color: #555;
  display: block;
}
@media only screen and (max-width: 767px) {
  /* SP */
  .c-date-text {
    font-size: 11px;
  }
}

.c-annotation-text {
  font-size: 10px;
  color: #555;
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #dedede;
  margin-top: 5px;
}

.date {
  font-size: 17px;
  font-weight: 600;
  padding: 0 10px;
  border: 1px solid #555;
  display: inline-block;
  margin-bottom: 5px;
}

.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;
}

.c-price-text--lh {
  margin: -10px 0 0;
}

@media only screen and (max-width: 768px) {
  /* SP */
  .c-price-text--lh {
    margin: auto;
  }
}

.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: 20px;
  font-family: "Helvetica", sans-serif;
  display: block;
  line-height: 1.3;
  color: #777;
}

.c-price-text del:after {
  content: "→";
  margin: 0 5px;
}

.w100 .c-price-text del:after {
  content: none;
}

.c-price-text .num.slide-text {
  font-size: 24px;
}

.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: 20px;
  max-width: 1040px;
  margin: 60px auto;
}
.p-item__article--column {
  border:1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  max-width: 1040px;
  margin: 60px auto;
}
.p-item__article--column > h2 {
  font-size: 20px;
  font-weight: 600;
  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;
}

.caption-detail.flex-item-caption > h3 {
  font-size: 16px;
  font-weight: 600;

  margin: 0 0 10px;
}
.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(/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 94px;
}
.itemList.hasborder{
  padding: 15px 5px;
  margin: 0 25px 60px;
  border: 1px solid #dedede;
  border-radius: 10px;
}

#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-ptb60 {padding: 60px 0;}
.ut-ptb80 {padding: 80px 0;}
.ut-ptb120 {padding: 120px 0;}
.ut-pt10 {padding-top: 10px;}
.ut-pt20 {padding-top: 20px;}
.ut-pt30 {padding-top: 30px;}
.ut-pt40 {padding-top: 40px;}
.ut-pt60 {padding-top: 60px;}
.ut-pt80 {padding-top: 80px;}
.ut-pt120 {padding-top: 120px;}
.ut-pb10 {padding-bottom: 10px;}
.ut-pb20 {padding-bottom: 20px;}
.ut-pb30 {padding-bottom: 30px;}
.ut-pb40 {padding-bottom: 40px;}
.ut-pb60 {padding-bottom: 60px;}
.ut-pb80 {padding-bottom: 80px;}
.ut-pb120 {padding-bottom: 120px;}
.ut-txt-bold {font-weight: bold;}
.ut-txt-white {color: #FFF;}
.ut-txt-gray {color: #777;}
.ut-bg-black {
  background: #555;
  background-color: rgb(0, 0, 0);
}
.ut-bg-black img {
  opacity: .8;
}
.ut-in-block {display: inline-block;}

.ut-sp-only{display: none;}
@media only screen and (max-width: 767px) {
  .ut-pc-only{display: none;}
  .ut-sp-only{display: block;}
  .ut-ptb60 {padding: 8vw 0;}
  .ut-ptb120 {padding: 24vw 0;}
  .ut-pt60 {padding-top: 8vw;}
  .ut-pt120 {padding-top: 24vw;}
  .ut-pb60 {padding-bottom: 8vw;}
  .ut-pb120 {padding-bottom: 24vw;}
}

@media only screen and (max-width: 767px) {
  /* 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 {padding: 0 0 24px;}
  .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__twice li {
      width: 90%;
      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 {
    padding: 40px 0;
  }
  .p-title-group img {
      max-width: 180px;
  }
  .p-main-description__group {
    padding: 25px 0 70px;
    line-height: 1.5;
    font-size: 14px;
  }
  .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-page-hero--bg--noimg {
    width: 100vw;
    height: 150px;
  }
  .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: visible;
      overflow-y: visible;
      -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-price-text .num.slide-text {
      font-size: 18px;
  }
  .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-description {
      /*top: 25%;*/
      padding: 0 10px;
  }
  .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;
  }
  .c-limited-item__list {
      margin: 0 0 60px;
  }
  .c-hero-description.p-sub-hero-text .c-hero-text {
      font-size: 20px;
      font-weight: 600;
  }
  
  .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;
  }
}
@supports (-ms-accelerator: true) { /* Edge only */
  .l-item-list__multiple {
      justify-content: space-around;
  }
}

/* ----------------------

      Video Bundle

------------------------- */
.product_imageLayout {
    overflow: hidden;
    position: relative;
    background-color: #eee;
    border-width: 0;
    height: 33.33333vw;
    overflow: hidden
}
@media only screen and (max-width: 800px) {
  .product_imageLayout {
    height: 0;
    padding-bottom: 100%
  }
}
.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
}
.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

------------------------- */
@media only screen and (min-width: 769px) {
  /* Compornent */
  .c-item-list__slider {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
  }
}
.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;}

/* ----------------------

      article

------------------------- */
.btn {text-align: center;}
.btn a {
  min-width: 150px;
  text-align: center;
  display: inline-block;
  border: 1px solid #999999;
  font-size: 14px;
  padding: .75em 2em;
  line-height: 1;
}
.btn a:hover {opacity: .8;transition: .3s;}
.l-article__area {border-top: 1px solid #d9d9d9;}
.l-article {
  display: -webkit-flex;
  display: flex;
  display:-ms-flexbox;
  max-width: 1120px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
.l-article-txt {width: 40%;}
.l-article-txt h2 {font-size: 18px;font-weight: 200;margin-bottom: 25px;}
.l-article-txt p {margin-bottom: 25px;}
.l-article-img {width: 56%;margin-left: 4%;}
.l-article-img img {width: 100%;}
.md-link-btn {text-align: left;}
.md-link-btn a {
  font-size: 12px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
/* SP */
@media screen and (max-width: 767px){
  .l-article {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    max-width: 80%;
  }
  .l-article-txt {width: 100%;}
  .l-article-txt h2 {font-size: 4.8vw;margin-bottom: 4vw;}
  .l-article-txt p {font-size: 3.466vw;margin-bottom: 4vw;}
  .l-article-img {width: 100%;margin-left: 0;}
  .md-link-btn {margin-bottom: 8vw;}
  .md-link-btn a {font-size: 3.733vw;width: 100%;}
}

.bg-black {
  background: #555;
  background-color: rgb(0, 0, 0);
}
.p-title-kv-wrap.bg-black picture {
  opacity: .8;
}
.p-title-kv-wrap.bg-black picture img {
  vertical-align: middle;
}

/* subcategory
----------------------- */
.p-subcategory__area {
  margin-bottom: 70px;
}
.c-subcategory-description {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-subcategory-heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.c-subcategory-text {
  font-size: 16px;
}
.c-subcategory-image {
  box-sizing: border-box;
}
.c-subcategory-image img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  /* PC */
  .c-subcategory-image {
    padding: 0 80px;
    margin-bottom: 20px;
  }
  
  .p-subcategory__area + .p-subcategory__area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* SP */
  
  .p-subcategory__area {
    margin-bottom: 30px;
  }
  .p-subcategory__area + .p-subcategory__area {
    margin-top: 0;
  }
  .c-subcategory-description {
    padding: 30px 15px;
    box-sizing: border-box;
  }
  .c-subcategory-image {
    padding: 0 30px;
    margin-bottom: 14px;
  }
  .c-subcategory-text {
    /* font-size: 12px; */
  }
}




.sizeTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #585858;
}
.sizeTable th{
  font-size: 0.75em;
  padding: 8px 30px;
  text-align: center;
  word-break: break-all;
  overflow-wrap: break-word;
  background-color: #e2e2e2;
  border-right: 1px solid #585858;
}
.sizeTable td{
  font-size: 0.88em;
  padding: 10px 30px;
  text-align: center;
  word-break: break-all;
  overflow-wrap: break-word;
  border-right: 1px solid #585858;
}
.sizeTable tr:nth-child(n+2) th,
.sizeTable tr:nth-child(n+2) td{
  border-top: 1px solid #aeaeae;
}
@media only screen and (min-width: 768px) {
  /* PC */
  .li--item-offer-area {
    width: inherit !important;
  }
}
@media only screen and (max-width: 767px) {
  /* SP */
  .item-offer-area {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .sizeTable{
    margin-top: 40px;
  }
  .sizeTable th{
    padding: 6px 0;
  }
  .sizeTable td{
    padding: 10px 5px;
    width:25%;
  }
}


.itemList .p-main-description__group {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  /* PC */
  .itemList .p-main-description__group {
    padding: 40px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* SP */
  .itemList .p-main-description__group {
    padding: 5px 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  /* PC */
  .itemList figure {
    margin: 1em 25px;
  }
}

@media only screen and (max-width: 767px) {
  /* SP */
  .itemList figure {
    margin: 1em 20px 26px;
  }
}


.ic-pricedown {
  padding-left: 2.2em;

  position: relative;
}
.ic-pricedown:before {
  content: '';

  background-image: url("/cn/net/weeklymuji/img/190531/ic-pricedown.png");
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  width: 2em;
  height: 2em;
  top: 2px;
  left: 0;
}

.text-limited--imp {
  color: #7f0019 !important;
}
.c-price-text>del span.text-limited--imp span.num {
  color: #7f0019 !important;
}


/* bnr
----------------------- */
.l-bnr__area {border-top: 1px solid #d9d9d9;}
.l-bnr {
  max-width: 1120px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
.l-bnr-img {width: 100%;}
.l-bnr-img img {width: 100%;}
/* SP */
@media screen and (max-width: 767px){
  .l-bnr {
    padding: 0;
    max-width: 80%;
  }
  .l-bnr-img {width: 100%;margin-left: 0;}
  .md-link-btn {margin-bottom: 8vw;}
  .md-link-btn a {font-size: 3.733vw;width: 100%;}
}

.c-subcategory-description-weak {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-subcategory-description-weak .c-subcategory-text {
  font-size: 16px;
}



@media only screen and (max-width: 767px) {
  /* SP */
  .c-hero-description--bg--190617 {
    margin: -78vw auto 0;
  }
}


@media only screen and (max-width: 767px) {
  /* SP */
  .p-title-kv h2 .c-hero-category-fvw {
    font-size: 9vw;
  }
}


/* MUJIPASSPORT link
----------------------- */
.l-bnr-img {
  position: relative;
}
.l-bnr-link-wrap {
  position: absolute;
  
  display: flex;
  justify-content: space-between;
}
.l-bnr-link__item {
  text-align: center;
}
.l-bnr-link__item img {
  max-width: 100%;
}
.bnr-logo-img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  /* PC */
  .l-bnr-link-wrap {
    top: 11.25%;
    right: 5%;
    width: 45%;
    max-width: 450px;
  }
  .l-bnr-link__item {
    width: 45%;
    max-width: 200px;
  }
  .bnr-qr-img {
    margin-bottom: 10px;
  }
  .bnr-logo-img {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  /* SP */
  .l-bnr-link-wrap {
    width: 85%;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .l-bnr-link__item {
    width: 45%;
  }
  .bnr-qr-img {
    margin-bottom: 2%;
  }
  .bnr-logo-img {
    width: 60%;
  }
}

.c-subcategory-head {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  /* PC */
  .c-subcategory-head {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  /* SP */
  .c-subcategory-head {
    font-size: 18px;
  }
}

/* close section
----------------------- */
.c-close-head {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.c-close-description {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  /* PC */
  .p-close__area {
    margin-bottom: 120px;
  }
  .c-close-head {
    font-size: 28px;
  }
  .c-close-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  /* SP */
  .p-close__area {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .c-close-head {
    font-size: 20px;
  }
  .c-close-description {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .c-close-text {
    font-size: 14px;
  }
}

.p-page-hero__area--noimg .c-hero-description {
  position: inherit;
}
.p-page-hero__area--noimg .p-page-hero--bg {
  height: inherit;
}



  /* Diner_box */


.DinerLink {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.DinerLink a {
  display: inline-block;
  border: 1px solid #ccc; 
  padding: 10px 20px 10px 20px; 
  text-decoration: none;
}
.DinerLink a:hover {
  border: 1px solid #191919;
}

.Diner_box_img{
  display: block;
  width: 100%;
  padding: 0 70px;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  /* PC */
  .Diner_box{
    width: 600px;
    border: 1px solid #d9d9d9;
    padding: 70px 0px 70px;
    margin: 70px auto 120px ;
  }

  .Diner_box .p-main-description__group{
    padding-bottom: 0px;
  }
}


@media only screen and (max-width: 767px) {
  /* SP */
  .Diner_box{
    border: 1px solid #d9d9d9;
    padding: 50px 0px 50px ;
    margin: 50px 20px 0px ;
    margin-bottom: 24vw;
  }

  .Diner_box .p-main-description__group{
    padding: 0px 0px 0px ;
  }

  .Diner_box .c-subcategory-head{
    padding-top:  0px;
  }

  .Diner_box_img{
    padding: 0 25px;
    margin: 0 auto 40px;
  }


}



  /* #022 */

@media (min-width: 768px) {
  /* PC */
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  /* SP */
  .hidden-sp {
    display: none;
  }
}






.qa_text{
  font-size: 16px;
  line-height: 1.5;
}



@media only screen and (min-width: 768px) {
  /* PC */


  .m-pt220-pc_22{
    padding-top:220px;
  }

  .m-pt200-pc_22{
    padding-top:200px;

  }

  .m-pt160-pc_22{
    padding-top:160px;

  }

  .m-pt140-pc_22{
    padding-top:140px;
    
  }

  .m-pt120-pc_22{
    padding-top:120px;
    
  }

  .m-pt100-pc_22{
    padding-top:100px;
    
  }


  .m-pt80-pc_22{
    padding-top:80px;    
  }


  .m-pt70-pc_22{
    padding-top:70px;    
  }



  .m-pt60-pc_22{
    padding-top:60px;    
  }


  .m-pt50-pc_22{
    padding-top:50px;
    
  }


  .m-pt40-pc_22{
    padding-top:40px;
    
  }

  .m-pt38-pc_22{
    padding-top:38px;
  }


  .m-pt32-pc_22{
    padding-top:32px;
    
  }

  .m-pt30-pc_22{
    padding-top:30px;
    
  }


  .m-pt24-pc_22{
    padding-top:24px;
  }

  .m-pt20-pc_22{
    padding-top:20px;
  }


  .m-pt18-pc_22{
    padding-top:18px;
  }


  .m-pt12-pc_22{
    padding-top:12px;
  }


  .m-pt10-pc_22{
    padding-top:10px;
  }


  .m-pt8-pc_22{
    padding-top:8px;
  }

  .m-pb70-pc_22{
    padding-bottom:70px;
  }

  .m-pb40-pc_30{
    padding-bottom:40px;
  }

  .m-mb54-pc_22{
    margin-bottom: 54px;
  }

  .m-plrl80-pc_22{
    padding-left: 80px;
    padding-right:80px;
  }

  .m-plrl80-pc_22 img{
    width: 100%;
    height: auto;
  }

  .qa_text img{
    width: 70%;
  }

  .p-page-hero--bg_22 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: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  }

  .p-page-hero--bg_22 {
    width: 100vw;
    height: 50vw;
    max-width: 1200px;
    max-height: 600px;
  }
  .p-page-hero--bg_22 img {
    max-width: 100%;
  }


  .m-pall80-pc_22{
    padding-left: 80px;
    padding-right: 80px;
  }

  .boxsiz_bb{
    box-sizing: border-box;
  }

  .pos_re{
    position: relative
  }


  .wid100{
    width: 100%;
  }

  .hei100{
  height:100%;
  }

  .mhei520{
    max-height:520px;
  }


}

@media only screen and (max-width: 767px) {
  /* SP */


  .m-pt70-sp_22{
    padding-top:70px;
  }

  .m-pt50-sp_22{
    padding-top:50px;
    
  }

  .m-pt42-sp_22{
    padding-top:42px;
    
  }

  .m-pt40-sp_22{
    padding-top:40px;
    
  }

  .m-pt30-sp_22{
    padding-top:30px;
    
  }


  .m-pt28-sp_22{
    padding-top:28px;
    
  }


  .m-pt25-sp_22{
    padding-top:25px;
    
  }


  .m-pt20-sp_22{
    padding-top:20px;
    
  }


  .m-pt16-sp_22{
    padding-top:16px;
    
  }

  .m-pt14-sp_22{
    padding-top:14px;
    
  }


  .m-pt8-sp_22{
    padding-top:8px;
    
  }

  .m-pt6-sp_22{
    padding-top:6px;
  }

  .m-pt2-sp_22{
    padding-top:2px;
    
  }



  .m-pb60-sp_22{
    padding-bottom:60px;    
  }

  .m-pb50-sp_22{
    padding-bottom:50px;    
  }

  .m-pb25-sp_22{
    padding-bottom:25px;    
  }

  .m-pb40-pc_30{
    padding-bottom:30px;
  }

  .m-mb0-sp_22{
    margin-bottom:  0px;

  }



.qa_text{
  font-size: 14px;
}
.p-page-hero--bg_22 {
  height: 50vw;
}


  .p-page-hero--bg_22 img {  
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}



  .fon-sp_22{
    font-size: 16px;
  }

  .m-mlr30{
    margin-left: 30px;
    margin-right: 30px;

  }


}









/* サブカテゴリ（onテキスト） */
.subcate-ontext-inner {
  position: relative;
}
.subcate-ontext-image {
  max-width: 100%;
}
.subcate-ontext-text-wrap {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.25);
}
.subcate-ontext-text {
  position: absolute;
  color: #fff;
  font-weight: bold;
  text-align: center;

  display: inline-block;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  /* PC */
  .subcate-ontext {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 80px 80px 0;
    box-sizing: border-box;
  }
  .subcate-ontext-text {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* SP */
  .subcate-ontext {
    margin: 0 auto 14px;
    padding: 0 30px 0;
    box-sizing: border-box;
  }
  .subcate-ontext-text {
    font-size: 16px;
  }
}