@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  font-family: Arial, "Noto Sans TC", Helvetica, sans-serif;
}

/* ================================
  initialize
================================ */
#mainContent *, #mainContent *:before, #mainContent *:after {
  box-sizing: border-box;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p {
  margin: 0;
  padding: 0;
}
#mainContent dl, #mainContent dd, #mainContent dt, #mainContent ol, #mainContent ul, #mainContent li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainContent figure, #mainContent figcaption {
  margin: 0;
  padding: 0;
}
#mainContent del, #mainContent ins {
  text-decoration: none;
}
#mainContent a {
  display: inline-block;
  color: initial;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:hover, #mainContent a:active, #mainContent a:focus {
  text-decoration: none;
}

/* ================================
  #mainContent initialize
================================ */
#mainContent {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  font-weight: 600;
  font-family: Arial, "Noto Sans TC", Helvetica, sans-serif;
  line-height: 1.6;
}
#mainContent h5, #mainContent h6 {
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  font-weight: 600;
  line-height: 1.6;
}
#mainContent a {
  color: #000;
}
#mainContent p {
  margin-top: -0.4em;
  margin-bottom: -0.4em;
  color: #585858;
  line-height: 1.8;
}
#mainContent img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0.5em;
}

/* ================================
  Utility
================================ */
#mainContent *.ut-hide {
  display: none !important;
}
#mainContent *.ut-inBlock {
  display: inline-block;
}
#mainContent *.ut-caption {
  padding-left: 1em;
  color: #585858;
  text-indent: -1em;
  font-weight: normal !important;
  font-size: 0.857em;
}
#mainContent *.ut-caption + *.ut-caption {
  margin-top: 0.5em !important;
}
#mainContent *.ut-caption::before {
  content: "※";
}
#mainContent *.ut-tb {
  display: none !important;
}
#mainContent *.ut-sp {
  display: none !important;
}
#mainContent *.ut-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1280px;
}
#mainContent *.ut-hidden {
  display: none !important;
  visibility: hidden;
}

/* Utility TB */
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #mainContent *.ut-pc {
    display: none !important;
  }
  #mainContent *.ut-tb {
    display: block;
  }
}
/* Utility SP */
@media screen and (max-width: 767px) {
  #mainContent *.ut-pc {
    display: none !important;
  }
  #mainContent *.ut-tb {
    display: none !important;
  }
  #mainContent *.ut-sp {
    display: block;
  }
  #mainContent *.ut-wrapper {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
/* =====================
  - #mainContent
    > #hero
    > #story
    > #latest
    > #relation
    > #survey
    > #lineup
    > #recipe
===================== */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent {
    overflow: hidden;
  }
  #mainContent .section {
    margin-bottom: 80px;
    padding-top: 60px;
  }
  #mainContent .section__heading {
    margin-bottom: 26px;
  }
  #mainContent .section__heading--col {
    display: flex;
    align-items: center;
  }
  #mainContent .section__heading--col .section__ttl {
    margin-right: 40px;
    white-space: nowrap;
  }
  #mainContent .section__ttl {
    font-size: 32px;
    font-weight: 900;
    color: #D6AF04;
  }
  #mainContent .section__txt span {
    display: inline-block;
  }
  #mainContent .thumb {
    display: block;
  }
  #mainContent .thumb img {
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainContent .desc {
    display: block;
  }
  #mainContent .series {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
  }
  #mainContent .name {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  #mainContent .price {
    display: block;
    font-size: 12px;
    line-height: 1;
  }
  #mainContent .price .num {
    margin: 0 0.2em;
  }
  #mainContent .num {
    font-family: "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .section__heading--col {
    display: block;
  }
  #mainContent .section__heading--col .section__ttl {
    margin-right: 0;
    white-space: wrap;
  }
  #mainContent .section__ttl:not(:only-child) {
    margin-bottom: calc(26px - .3em);
  }
  #mainContent .series {
    font-size: 12px;
  }
  #mainContent .name {
    font-size: 14px;
  }
  #mainContent .price {
    font-size: 10px;
  }
  #mainContent .num {
    font-size: 16px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent {
    overflow: hidden;
  }
  #mainContent .section {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  #mainContent .section__heading {
    margin-bottom: 20px;
  }
  #mainContent .section__ttl {
    font-size: 24px;
    font-weight: 600;
    color: #D6AF04;
  }
  #mainContent .section__ttl:not(:only-child) {
    margin-bottom: calc(20px - .3em);
  }
  #mainContent .section__ttl span {
    display: inline-block;
  }
  #mainContent .thumb {
    display: block;
  }
  #mainContent .thumb img {
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainContent .desc {
    display: block;
  }
  #mainContent .series {
    font-size: 12px;
    font-weight: 600;
  }
  #mainContent .name {
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  #mainContent .price {
    display: block;
    font-size: 10px;
    line-height: 1;
  }
  #mainContent .price .num {
    margin: 0 0.2em;
  }
  #mainContent .num {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
}
/* ================================
  Module (m-)
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .m-btn--circle > * {
    min-width: 248px;
    padding: 0.8125em 1.75em;
    font-size: 16px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 1.625em;
  }
  #mainContent .m-link--arrow {
    text-align: right;
  }
  #mainContent .m-link--arrow > * {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 1.143em;
    font-size: 1em;
  }
  #mainContent .m-link--arrow > *::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.089%22%20height%3D%2214.753%22%20viewBox%3D%220%200%209.089%2014.753%22%3E%20%3Cpath%20d%3D%22M3.135.986l8%2C7-8%2C7%22%20transform%3D%22translate(-2.806%20-0.61)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
/* TB */
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .m-btn--circle > * {
    min-width: 248px;
    width: 100%;
    padding: 0.6875em 1.75em;
    font-size: 16px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 1.5em;
  }
  #mainContent .m-link--arrow {
    text-align: right;
  }
  #mainContent .m-link--arrow > * {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 1.143em;
    font-size: 1em;
  }
  #mainContent .m-link--arrow > *::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6.5px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.089%22%20height%3D%2214.753%22%20viewBox%3D%220%200%209.089%2014.753%22%3E%20%3Cpath%20d%3D%22M3.135.986l8%2C7-8%2C7%22%20transform%3D%22translate(-2.806%20-0.61)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
/* ================================
  #hero
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .hero {
    margin-bottom: 80px;
  }
  #mainContent .hero .mainvisual {
    display: flex;
    flex-direction: row-reverse;
  }
  #mainContent .hero .mainvisual--kv {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainContent .hero .mainvisual__visual {
    width: 58.67%;
  }
  #mainContent .hero .mainvisual__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41.33%;
    background-color: #D6AF04;
  }
  #mainContent .hero .mainvisual__ttl {
    font-size: 4vw;
    font-size: clamp(44px, 4vw, 90px);
    color: #fff;
  }
}
/* TB */
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .hero {
    margin-bottom: 60px;
  }
  #mainContent .hero .mainvisual__lead {
    padding: 40px 8vw;
    background-color: #D6AF04;
  }
  #mainContent .hero .mainvisual__ttl {
    font-size: 40px;
    font-size: clamp(32px, 10.67vw, 60px);
    text-align: center;
    color: #fff;
  }
}
/* ================================
  #story
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .story .storyFeature__list {
    display: flex;
  }
  #mainContent .story .storyFeature__item {
    width: 31.33%;
    margin-left: 3%;
  }
  #mainContent .story .storyFeature__item:nth-of-type(3n-2) {
    margin-left: 0;
  }
  #mainContent .story .storyFeature__itemTmb {
    margin-bottom: 20px;
  }
  #mainContent .story .storyFeature__itemTtl {
    font-size: 20px;
    font-weight: 600;
  }
  #mainContent .story .storyFeature__itemTtl:not(:only-child) {
    margin-bottom: calc(20px - .3em);
  }
  #mainContent .story .storyFeature__itemTtl span {
    display: inline-block;
  }
  #mainContent .story .storyFeature__itemTxt {
    font-size: 14px;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .story .storyFeature__list {
    display: block;
  }
  #mainContent .story .storyFeature__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 0 !important;
  }
  #mainContent .story .storyFeature__item:not(:first-of-type) {
    margin-top: 40px;
  }
  #mainContent .story .storyFeature__itemTmb {
    width: 48.55%;
    margin-bottom: 0;
  }
  #mainContent .story .storyFeature__itemLead {
    width: 48.55%;
  }
  #mainContent .story .storyFeature__itemTtl {
    margin-top: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .story .storyFeature__item:not(:first-of-type) {
    margin-top: 60px;
  }
  #mainContent .story .storyFeature__itemTmb {
    margin-left: -8vw;
    margin-right: -8vw;
    margin-bottom: 20px;
  }
  #mainContent .story .storyFeature__itemTtl {
    font-size: 18px;
    font-weight: 600;
  }
  #mainContent .story .storyFeature__itemTtl:not(:only-child) {
    margin-bottom: calc(20px - .3em);
  }
  #mainContent .story .storyFeature__itemTxt {
    font-size: 14px;
  }
}
/* ================================
  #popularity_vote
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #popularity_vote .vote__ttl {
    margin-top: 38px;
  }
  #popularity_vote .vote__link {
    margin-top: 22px;
  }
  #popularity_vote .vote__link .vote__btn {
    width: 100%;
    max-width: 294px;
    padding: 11px 1.5em;
    text-align: center;
    background-color: #D6AF04;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  #popularity_vote .vote__date {
    margin-bottom: 10px;
    font-weight: 600;
  }
  #popularity_vote .vote__midterm {
    display: flex;
    margin: 0 0 30px;
  }
  #popularity_vote .vote__midterm .midterm__link {
    font-size: 18px;
    font-weight: 600;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    color: #D6AF04;
  }
  #popularity_vote .vote__midterm .midterm__link__arrow {
    position: relative;
    top: 0;
    left: 6px;
  }
  #popularity_vote .vote__txt {
    margin-top: 10px;
    color: #000;
  }
  #popularity_vote .voteWay, #popularity_vote .winningInfo, #popularity_vote .downloadInfo, #popularity_vote .badgeWrap {
    display: flex;
    flex-direction: column;
  }
  #popularity_vote .voteWay {
    margin-top: 37px;
  }
  #popularity_vote .voteWay .voteWay__ttl {
    margin-bottom: 10px;
  }
  #popularity_vote .voteWay .voteWay__subttl {
    margin-bottom: 10px;
  }
  #popularity_vote .voteWay .voteWay__txt {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #popularity_vote .voteWay .voteWay__txt:last-child {
    margin-top: 12px;
  }
  #popularity_vote .winningInfo {
    margin-top: 27px;
  }
  #popularity_vote .winningInfo .winningInfo__ttl {
    margin-bottom: 10px;
  }
  #popularity_vote .winningInfo .winningInfo__txt {
    color: #000;
    font-size: 14px;
  }
  #popularity_vote .downloadInfo {
    margin-top: 34px;
  }
  #popularity_vote .downloadInfo .downloadInfo__img {
    height: 100%;
    display: flex;
    margin-top: 20px;
  }
  #popularity_vote .downloadInfo .downloadInfo__img .qrCode {
    width: 103px;
    height: 103px;
  }
  #popularity_vote .downloadInfo .downloadInfo__img .badgeWrap {
    margin-bottom: 25px;
    margin-left: 20px;
  }
  #popularity_vote .downloadInfo .downloadInfo__img .badgeWrap .badge {
    max-width: 138px;
    height: 100%;
  }
  #popularity_vote .downloadInfo .downloadInfo__img .badgeWrap .badge:first-child {
    margin-bottom: 20px;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #popularity_vote .vote__ttl {
    margin: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #popularity_vote .vote__ttl {
    margin-bottom: 12px !important;
  }
  #popularity_vote .vote__link {
    margin-top: 22px;
    width: 100%;
  }
  #popularity_vote .vote__link .vote__btn {
    width: 100%;
    padding: 11px 1.5em;
    text-align: center;
    background-color: #D6AF04;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  #popularity_vote .vote__date {
    margin-bottom: 10px;
    font-weight: 600;
  }
  #popularity_vote .vote__midterm {
    display: flex;
    margin: 0 0 30px;
  }
  #popularity_vote .vote__midterm .midterm__link {
    font-size: 16px;
    font-weight: 600;
    color: #D6AF04;
  }
  #popularity_vote .vote__midterm .midterm__link__arrow {
    position: relative;
    top: 2px;
    left: 5px;
  }
  #popularity_vote .vote__txt {
    margin-top: 10px;
    color: #000;
  }
  #popularity_vote .voteWay, #popularity_vote .winningInfo, #popularity_vote .downloadInfo, #popularity_vote .badgeWrap {
    display: flex;
    flex-direction: column;
  }
  #popularity_vote .voteWay {
    margin-top: 32px;
  }
  #popularity_vote .voteWay .voteWay__ttl {
    margin-bottom: 10px;
  }
  #popularity_vote .voteWay .voteWay__subttl {
    margin-bottom: 15px;
  }
  #popularity_vote .voteWay .voteWay__txt {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #popularity_vote .voteWay .voteWay__txt:last-child {
    margin-top: 12px;
  }
  #popularity_vote .winningInfo {
    margin-top: 27px;
  }
  #popularity_vote .winningInfo .winningInfo__ttl {
    margin-bottom: 10px;
  }
  #popularity_vote .winningInfo .winningInfo__txt {
    color: #000;
    font-size: 14px;
  }
  #popularity_vote .downloadInfo {
    margin-top: 25px;
  }
  #popularity_vote .downloadInfo .downloadInfo__img {
    display: flex;
    margin-top: 15px;
  }
  #popularity_vote .downloadInfo .downloadInfo__img .qrCode {
    display: none;
  }
  #popularity_vote .downloadInfo .downloadInfo__img .badgeWrap {
    flex-direction: row;
    margin: 0;
  }
  #popularity_vote .downloadInfo .downloadInfo__img .badgeWrap .badge {
    max-width: 150px;
    height: auto;
  }
  #popularity_vote .downloadInfo .downloadInfo__img .badgeWrap .badge:first-child {
    margin-right: 15px;
  }
}
/* ================================
  #latest
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .latest .latestProduct {
    display: flex;
    background-color: #FBF9EC;
  }
  #mainContent .latest .latestProduct:not(:first-child) {
    margin-top: 40px;
  }
  #mainContent .latest .latestProduct .m-link {
    margin-top: 20px;
  }
  #mainContent .latest .latestProduct__visual {
    width: 50%;
  }
  #mainContent .latest .latestProduct__visual img {
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainContent .latest .latestProduct__desc {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 3.333%;
  }
  #mainContent .latest .latestProduct__ttl {
    position: relative;
    font-size: 24px;
    font-weight: 600;
  }
  #mainContent .latest .latestProduct__ttl:not(:only-child) {
    margin-bottom: calc(20px - .3em);
  }
  #mainContent .latest .latestProduct__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    transform: translateY(-15%);
    pointer-events: none;
  }
  #mainContent .latest .latestProduct__ttl--level00::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale00.svg);
  }
  #mainContent .latest .latestProduct__ttl--level01::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale01.svg);
  }
  #mainContent .latest .latestProduct__ttl--level02::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale02.svg);
  }
  #mainContent .latest .latestProduct__ttl--level03::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale03.svg);
  }
  #mainContent .latest .latestProduct__ttl--level04::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale04.svg);
  }
  #mainContent .latest .latestProduct__ttl--level05::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale05.svg);
  }
  #mainContent .latest .latestProduct__ttl .series {
    display: inline-block;
    width: 100%;
    font-size: 0.667em;
    margin-bottom: 0.25em;
  }
  #mainContent .latest .latestProduct__ttl span {
    display: inline-block;
  }
  #mainContent .latest .latestProduct__ttlLink {
    width: calc(100% - 140px);
  }
  #mainContent .latest .latestProduct__txt {
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  #mainContent .latest .latestComment {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mainContent .latest .latestComment:not(:first-child) {
    margin-top: 40px;
  }
  #mainContent .latest .latestComment__tmb {
    min-width: 40px;
    width: 40px;
  }
  #mainContent .latest .latestComment__desc {
    position: relative;
    width: 87.5%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  #mainContent .latest .latestComment__desc:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 15px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%2216%22%20height%3D%2220%22%20transform%3D%22translate(-2.078%2065.569)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ddd%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(2.078%20-65.569)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20transform%3D%22translate(-4.078%2090.379)%20rotate(-90)%22%20fill%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%3E%20%3Cpath%20d%3D%22M%2026.53718185424805%2025.50000190734863%20L%203.462821006774902%2025.50000190734863%20C%202.92064094543457%2025.50000190734863%202.435070991516113%2025.21971130371094%202.163900852203369%2024.75021171569824%20C%201.892740964889526%2024.28072166442871%201.892601013183594%2023.72004127502441%202.163540840148926%2023.25041198730469%20L%2013.70072078704834%203.252641439437866%20C%2013.97181129455566%202.782751560211182%2014.45752048492432%202.502221584320068%2015.00000095367432%202.502221584320068%20C%2015.54248142242432%202.502221584320068%2016.02819061279297%202.782751560211182%2016.29928016662598%203.252641439437866%20L%2027.83646011352539%2023.25041198730469%20C%2028.10740089416504%2023.72004127502441%2028.10726165771484%2024.28072166442871%2027.83610153198242%2024.75021171569824%20C%2027.56493186950684%2025.21971130371094%2027.07936096191406%2025.50000190734863%2026.53718185424805%2025.50000190734863%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%2015.00000095367432%203.002222061157227%20C%2014.826340675354%203.002222061157227%2014.39431095123291%203.050971984863281%2014.13382053375244%203.502490997314453%20L%202.596641540527344%2023.50027084350586%20C%202.336280822753906%2023.95156097412109%202.51007080078125%2024.34985160827637%202.596881866455078%2024.50014114379883%20C%202.683681488037109%2024.65043258666992%202.94182014465332%2025.00000190734863%203.462820053100586%2025.00000190734863%20L%2026.53718185424805%2025.00000190734863%20C%2027.05818176269531%2025.00000190734863%2027.31632041931152%2024.65043258666992%2027.40312194824219%2024.50014114379883%20C%2027.48993110656738%2024.34985160827637%2027.66372108459473%2023.95156097412109%2027.40336036682129%2023.50027084350586%20L%2015.86618137359619%203.502490997314453%20C%2015.60569095611572%203.050971984863281%2015.17366123199463%203.002222061157227%2015.00000095367432%203.002222061157227%20M%2015.00000095367432%202.002218246459961%20C%2015.67377090454102%202.002218246459961%2016.34754180908203%202.335737228393555%2016.73237228393555%203.002771377563477%20L%2028.26955032348633%2023.00055122375488%20C%2029.03878021240234%2024.33389091491699%2028.07650184631348%2026.00000190734863%2026.53718185424805%2026.00000190734863%20L%203.462820053100586%2026.00000190734863%20C%201.923500061035156%2026.00000190734863%200.9612216949462891%2024.33389091491699%201.730451583862305%2023.00055122375488%20L%2013.26763153076172%203.002771377563477%20C%2013.6524600982666%202.335737228393555%2014.32623100280762%202.002218246459961%2015.00000095367432%202.002218246459961%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23ddd%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
  }
  #mainContent .latest .latestComment__ttl {
    font-size: 14px;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  #mainContent .latest .latestComment__ttl:not(:only-child) {
    margin-bottom: calc(10px - .3em);
  }
  #mainContent .latest .latestComment__txt {
    font-size: 13px;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .latest .latestProduct {
    display: block;
  }
  #mainContent .latest .latestProduct .m-link {
    margin-top: 15px;
  }
  #mainContent .latest .latestProduct__visual {
    width: 100%;
  }
  #mainContent .latest .latestProduct__desc {
    width: 100%;
    padding: 40px 5.814%;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .latest .latestProduct {
    display: block;
    background-color: #FBF9EC;
    margin-left: -8vw;
    margin-right: -8vw;
  }
  #mainContent .latest .latestProduct:not(:first-child) {
    margin-top: 40px;
  }
  #mainContent .latest .latestProduct .m-link {
    margin-top: 20px;
  }
  #mainContent .latest .latestProduct__desc {
    width: 100%;
    padding: 30px 8vw;
  }
  #mainContent .latest .latestProduct__ttl {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.333;
  }
  #mainContent .latest .latestProduct__ttl:not(:only-child) {
    margin-bottom: calc(30px - .1665em);
  }
  #mainContent .latest .latestProduct__ttl::after {
    content: "";
    position: absolute;
    top: 70%;
    right: 0;
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
  }
  #mainContent .latest .latestProduct__ttl--level00::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale00.svg);
  }
  #mainContent .latest .latestProduct__ttl--level01::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale01.svg);
  }
  #mainContent .latest .latestProduct__ttl--level02::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale02.svg);
  }
  #mainContent .latest .latestProduct__ttl--level03::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale03.svg);
  }
  #mainContent .latest .latestProduct__ttl--level04::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale04.svg);
  }
  #mainContent .latest .latestProduct__ttl--level05::after {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale05.svg);
  }
  #mainContent .latest .latestProduct__ttl .series {
    display: inline-block;
    width: 100%;
    font-size: 0.889em;
    margin-bottom: 0.6em;
  }
  #mainContent .latest .latestProduct__ttl span {
    display: inline-block;
  }
  #mainContent .latest .latestProduct__ttlLink {
    padding-right: 44.44%;
  }
  #mainContent .latest .latestProduct__txt {
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  #mainContent .latest .latestComment {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  #mainContent .latest .latestComment:not(:first-child) {
    margin-top: 30px;
  }
  #mainContent .latest .latestComment__tmb {
    min-width: 40px;
    width: 40px;
  }
  #mainContent .latest .latestComment__desc {
    position: relative;
    margin-bottom: 25px;
    padding: 20px 5.333vw;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  #mainContent .latest .latestComment__desc:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 20px;
    height: 15px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2216%22%20viewBox%3D%220%200%2021%2016%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%2221%22%20height%3D%2216%22%20transform%3D%22translate(152%202513.691)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(-152%20-2513.691)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20transform%3D%22translate(177.5%202531.501)%20rotate(180)%22%20fill%3D%22%23fff%22%3E%20%3Cpath%20d%3D%22M%2026.53718185424805%2025.50000190734863%20L%203.462821006774902%2025.50000190734863%20C%202.92064094543457%2025.50000190734863%202.435070991516113%2025.21971130371094%202.163900852203369%2024.75021171569824%20C%201.892740964889526%2024.28072166442871%201.892601013183594%2023.72004127502441%202.163540840148926%2023.25041198730469%20L%2013.70072078704834%203.252641439437866%20C%2013.97181129455566%202.782751560211182%2014.45752048492432%202.502221584320068%2015.00000095367432%202.502221584320068%20C%2015.54248142242432%202.502221584320068%2016.02819061279297%202.782751560211182%2016.29928016662598%203.252641439437866%20L%2027.83646011352539%2023.25041198730469%20C%2028.10740089416504%2023.72004127502441%2028.10726165771484%2024.28072166442871%2027.83610153198242%2024.75021171569824%20C%2027.56493186950684%2025.21971130371094%2027.07936096191406%2025.50000190734863%2026.53718185424805%2025.50000190734863%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%2015.00000095367432%203.002222061157227%20C%2014.826340675354%203.002222061157227%2014.39431095123291%203.050971984863281%2014.13382053375244%203.502490997314453%20L%202.596641540527344%2023.50027084350586%20C%202.336280822753906%2023.95156097412109%202.51007080078125%2024.34985160827637%202.596881866455078%2024.50014114379883%20C%202.683681488037109%2024.65043258666992%202.94182014465332%2025.00000190734863%203.462820053100586%2025.00000190734863%20L%2026.53718185424805%2025.00000190734863%20C%2027.05818176269531%2025.00000190734863%2027.31632041931152%2024.65043258666992%2027.40312194824219%2024.50014114379883%20C%2027.48993110656738%2024.34985160827637%2027.66372108459473%2023.95156097412109%2027.40336036682129%2023.50027084350586%20L%2015.86618137359619%203.502490997314453%20C%2015.60569095611572%203.050971984863281%2015.17366123199463%203.002222061157227%2015.00000095367432%203.002222061157227%20M%2015.00000095367432%202.002218246459961%20C%2015.67377090454102%202.002218246459961%2016.34754180908203%202.335737228393555%2016.73237228393555%203.002771377563477%20L%2028.26955032348633%2023.00055122375488%20C%2029.03878021240234%2024.33389091491699%2028.07650184631348%2026.00000190734863%2026.53718185424805%2026.00000190734863%20L%203.462820053100586%2026.00000190734863%20C%201.923500061035156%2026.00000190734863%200.9612216949462891%2024.33389091491699%201.730451583862305%2023.00055122375488%20L%2013.26763153076172%203.002771377563477%20C%2013.6524600982666%202.335737228393555%2014.32623100280762%202.002218246459961%2015.00000095367432%202.002218246459961%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23ddd%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
  }
  #mainContent .latest .latestComment__ttl {
    font-size: 14px;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  #mainContent .latest .latestComment__ttl:not(:only-child) {
    margin-bottom: calc(15px - .3em);
  }
  #mainContent .latest .latestComment__txt {
    font-size: 13px;
  }
}
/* ================================
  #relation
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .relation .relationSlide__container {
    position: relative;
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  #mainContent .relation .relationSlide__container.swiper-container {
    padding-bottom: 70px;
  }
  #mainContent .relation .relationSlide__container .swiper-button-prev,
#mainContent .relation .relationSlide__container .swiper-button-next {
    top: initial;
    top: auto;
    right: initial;
    right: auto;
    left: initial;
    left: auto;
    bottom: 0;
    width: 40px;
    height: 50px;
    margin: 0;
    background-position: center;
    background-size: 10px 21.5px;
    transform: none;
    transition: opacity 0.3s ease;
  }
  #mainContent .relation .relationSlide__container .swiper-button-prev.swiper-button-disabled,
#mainContent .relation .relationSlide__container .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
  }
  #mainContent .relation .relationSlide__container .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.098%22%20height%3D%2222.862%22%20viewBox%3D%220%200%2012.098%2022.862%22%3E%20%3Cg%20transform%3D%22translate(-22.134%20-21.79)%22%3E%20%3Cpath%20d%3D%22M5333.319%2C2696.953l-10%2C10.75%2C10%2C10.75%22%20transform%3D%22translate(-5299.819%20-2674.481)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .relation .relationSlide__container .swiper-button-next {
    margin-left: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.098%22%20height%3D%2222.862%22%20viewBox%3D%220%200%2012.098%2022.862%22%3E%20%3Cpath%20d%3D%22M5323.319%2C2696.953l10%2C10.75-10%2C10.75%22%20transform%3D%22translate(-5322.586%20-2696.271)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  }
  #mainContent .relation .relationSlide__item.swiper-slide {
    margin-right: 60px;
    opacity: 0.3;
    transition: opacity 0.8s ease;
  }
  #mainContent .relation .relationSlide__item.swiper-slide-active {
    opacity: 1;
  }
  #mainContent .relation .relationItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mainContent .relation .relationItem.swiper-slide .relationItem__desc {
    opacity: 0;
    transition: opacity 1s ease;
  }
  #mainContent .relation .relationItem.swiper-slide-active .relationItem__desc {
    opacity: 1;
  }
  #mainContent .relation .relationItem__tmb {
    min-width: 350px;
    width: 31.33%;
    margin-right: 2.5%;
  }
  #mainContent .relation .relationItem__desc {
    width: 66.16%;
  }
  #mainContent .relation .relationItem__ttl {
    font-size: 16px;
    font-weight: 600;
  }
  #mainContent .relation .relationItem__ttl:not(:only-child) {
    margin-bottom: calc(25px - .3em);
  }
  #mainContent .relation .relationItem__list {
    display: flex;
    flex-wrap: wrap;
  }
  #mainContent .relation .relationItem__item {
    width: 46.85%;
    margin-left: 5.038%;
  }
  #mainContent .relation .relationItem__item:nth-of-type(2n-1) {
    margin-left: 0;
  }
  #mainContent .relation .relationItem__item:nth-of-type(n+3) {
    margin-top: 21px;
  }
  #mainContent .relation .relationItem__itemLink {
    display: flex;
    align-items: center;
  }
  #mainContent .relation .relationItem__itemLink .thumb {
    min-width: 80px;
    width: 80px;
    margin-right: 10px;
  }
  #mainContent .relation .relationItem__itemLink .name {
    margin-bottom: calc(10px - .25em);
    font-size: 13px;
    font-weight: normal;
  }
  #mainContent .relation .relationItem__itemLink .price {
    font-size: 11px;
    color: #585858;
  }
  #mainContent .relation .relationItem__itemLink .num {
    font-size: 13px;
    font-weight: normal;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .relation .relationSlide__container .swiper-button-prev,
#mainContent .relation .relationSlide__container .swiper-button-next {
    display: none;
  }
  #mainContent .relation .relationSlide__item.swiper-slide {
    margin-right: 15px;
  }
  #mainContent .relation .relationItem {
    display: block;
  }
  #mainContent .relation .relationItem__item {
    width: 47.82%;
    margin-left: 4.36%;
  }
  #mainContent .relation .relationItem__tmb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #mainContent .relation .relationItem__desc {
    width: 100%;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .relation .relationSlide__container {
    padding-left: 8vw;
    padding-right: 8vw;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  #mainContent .relation .relationSlide__container .swiper-button-prev,
#mainContent .relation .relationSlide__container .swiper-button-next {
    display: none;
  }
  #mainContent .relation .relationSlide__item.swiper-slide {
    margin-right: 4vw;
    opacity: 0.3;
    transition: opacity 0.3s ease;
  }
  #mainContent .relation .relationSlide__item.swiper-slide-active {
    opacity: 1;
  }
  #mainContent .relation .relationItem.swiper-slide .relationItem__desc {
    opacity: 0;
    transition: opacity 1s ease;
  }
  #mainContent .relation .relationItem.swiper-slide-active .relationItem__desc {
    opacity: 1;
  }
  #mainContent .relation .relationItem__tmb {
    margin-bottom: 20px;
  }
  #mainContent .relation .relationItem__ttl {
    font-size: 16px;
    font-weight: 600;
  }
  #mainContent .relation .relationItem__ttl:not(:only-child) {
    margin-bottom: calc(15px - .3em);
  }
  #mainContent .relation .relationItem__item:not(:first-child) {
    margin-top: 20px;
  }
  #mainContent .relation .relationItem__itemLink {
    display: flex;
    align-items: center;
  }
  #mainContent .relation .relationItem__itemLink .thumb {
    min-width: 50px;
    width: 1.333vw;
    margin-right: 10px;
  }
  #mainContent .relation .relationItem__itemLink .name {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: calc(10px - .25em);
  }
  #mainContent .relation .relationItem__itemLink .price {
    font-size: 11px;
    color: #585858;
  }
  #mainContent .relation .relationItem__itemLink .num {
    font-size: 13px;
    font-weight: normal;
  }
}
/* ================================
  #history
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .history .historyFeature {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mainContent .history .historyFeature__visual {
    width: 50%;
  }
  #mainContent .history .historyFeature__lead {
    width: 46.67%;
  }
  #mainContent .history .historyFeature__txt {
    font-size: 14px;
  }
  #mainContent .history .historySeries {
    margin-top: 60px;
  }
  #mainContent .history .historySeries__heading {
    margin-bottom: 55px;
    text-align: center;
  }
  #mainContent .history .historySeries__ttl {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
  }
  #mainContent .history .historySeries__container {
    position: relative;
  }
  #mainContent .history .historySeries__btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    transform: translateY(-50%);
  }
  #mainContent .history .historySeries__btnLink {
    position: relative;
    display: inline-block;
    width: 248px;
    padding: 11.5px 20px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 28px;
    cursor: pointer;
  }
  #mainContent .history .historySeries__btnLink::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203153%22%20transform%3D%22translate(-840)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3153-2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203153%22%20transform%3D%22translate(840)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1534%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201534%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22translate(0%207)%22%20fill%3D%22%23999%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1535%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201535%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22translate(9)%20rotate(90)%22%20fill%3D%22%23999%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .history .historySeries__btnLink.js-active {
    font-size: 0;
  }
  #mainContent .history .historySeries__btnLink.js-active::before {
    content: "閉じる";
    font-size: 14px;
  }
  #mainContent .history .historySeries__btnLink.js-active::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203153%22%20transform%3D%22translate(-840)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3153-2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203153%22%20transform%3D%22translate(840)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1534%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201534%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22translate(0%207)%22%20fill%3D%22%23999%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1535%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201535%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22translate(9)%20rotate(90)%22%20fill%3D%22%23585858%22%20opacity%3D%220%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .history .historySeries__list {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.6s ease;
  }
  #mainContent .history .historySeries__list.js-active {
    max-height: 9999px;
    padding: 60px 39px;
    opacity: 1;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
  }
  #mainContent .history .historySeries__list.js-active .historySeries__item {
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  #mainContent .history .historySeries__list .historySeries__item {
    opacity: 0;
  }
  #mainContent .history .historySeries__item {
    display: flex;
    align-items: center;
  }
  #mainContent .history .historySeries__item:not(:first-of-type) {
    margin-top: 50px;
  }
  #mainContent .history .historySeries__itemTmb {
    min-width: 34.82%;
    width: 34.82%;
    margin-right: 2.678%;
  }
  #mainContent .history .historySeries__itemDesc {
    width: 100%;
  }
  #mainContent .history .historySeries__itemDesc .m-link {
    margin-top: 15px;
  }
  #mainContent .history .historySeries__itemTtl {
    font-size: 16px;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-top: 0;
    margin-bottom: calc(15px - .3em);
  }
  #mainContent .history .historySeries__itemTtl span {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.25em;
    font-size: 13px;
    color: #999;
  }
  #mainContent .history .historySeries__itemTxt {
    font-size: 14px;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .history .historyFeature {
    flex-wrap: wrap;
  }
  #mainContent .history .historyFeature__visual {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #mainContent .history .historyFeature__lead {
    width: 100%;
  }
  #mainContent .history .historySeries {
    margin-top: 50px;
  }
  #mainContent .history .historySeries__ttl {
    font-size: 24px;
    line-height: 1.5;
  }
  #mainContent .history .historySeries__list.js-active {
    padding: 55px 19px 30px;
  }
  #mainContent .history .historySeries__item {
    align-items: flex-start;
  }
  #mainContent .history .historySeries__itemTmb {
    min-width: 216px;
    width: 34.82%;
    margin-right: 20px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .history .historyFeature__visual {
    margin-left: -8vw;
    margin-right: -8vw;
  }
  #mainContent .history .historyFeature__lead {
    margin-top: 30px;
  }
  #mainContent .history .historyFeature__txt {
    font-size: 14px;
  }
  #mainContent .history .historySeries {
    margin-top: 60px;
  }
  #mainContent .history .historySeries__heading {
    margin-bottom: 55px;
    text-align: center;
  }
  #mainContent .history .historySeries__ttl {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
  }
  #mainContent .history .historySeries__ttl span {
    display: inline-block;
  }
  #mainContent .history .historySeries__container {
    position: relative;
  }
  #mainContent .history .historySeries__btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    transform: translateY(-50%);
  }
  #mainContent .history .historySeries__btnLink {
    position: relative;
    display: inline-block;
    width: 255px;
    padding: 11.5px 20px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 28px;
    cursor: pointer;
  }
  #mainContent .history .historySeries__btnLink::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203153%22%20transform%3D%22translate(-840)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3153-2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203153%22%20transform%3D%22translate(840)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1534%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201534%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22translate(0%207)%22%20fill%3D%22%23999%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1535%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201535%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22translate(9)%20rotate(90)%22%20fill%3D%22%23999%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .history .historySeries__btnLink.js-active {
    font-size: 0;
  }
  #mainContent .history .historySeries__btnLink.js-active::before {
    content: "閉じる";
    font-size: 14px;
  }
  #mainContent .history .historySeries__btnLink.js-active::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203153%22%20transform%3D%22translate(-840)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3153-2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203153%22%20transform%3D%22translate(840)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1534%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201534%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22translate(0%207)%22%20fill%3D%22%23999%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1535%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201535%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22translate(9)%20rotate(90)%22%20fill%3D%22%23585858%22%20opacity%3D%220%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .history .historySeries__list {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.8s ease;
  }
  #mainContent .history .historySeries__list.js-active {
    max-height: 9999px;
    padding: 50px 5.333vw 30px;
    opacity: 1;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
  }
  #mainContent .history .historySeries__list.js-active .historySeries__item {
    opacity: 1;
    transition: opacity 0.8s ease;
  }
  #mainContent .history .historySeries__list .historySeries__item {
    opacity: 0;
  }
  #mainContent .history .historySeries__item:not(:first-of-type) {
    margin-top: 40px;
  }
  #mainContent .history .historySeries__itemTmb {
    margin-bottom: 20px;
  }
  #mainContent .history .historySeries__itemDesc {
    width: 100%;
  }
  #mainContent .history .historySeries__itemDesc .m-link {
    margin-top: 15px;
  }
  #mainContent .history .historySeries__itemTtl {
    font-size: 16px;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-top: 0;
    margin-bottom: calc(15px - .3em);
  }
  #mainContent .history .historySeries__itemTtl span {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.4em;
    font-size: 13px;
    color: #999;
  }
  #mainContent .history .historySeries__itemTxt {
    font-size: 14px;
  }
}
/* ================================
  #survey
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .survey {
    margin-top: 120px;
    padding-bottom: 60px;
    background-color: #FBF9EC;
  }
  #mainContent .survey .section__heading {
    margin-bottom: 60px;
  }
  #mainContent .survey .surveyResult {
    display: flex;
  }
  #mainContent .survey .surveyResult__block {
    width: 48.33%;
  }
  #mainContent .survey .surveyResult__block:nth-of-type(even) {
    margin-left: 3.333%;
  }
  #mainContent .survey .surveyResult__heading {
    position: relative;
    padding-top: 60px;
    text-align: center;
  }
  #mainContent .survey .surveyResult__heading::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 30px;
    font-weight: 600;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    color: #999;
    transform: translateX(-50%);
  }
  #mainContent .survey .surveyResult__heading:not(:only-child) {
    margin-bottom: 40px;
  }
  #mainContent .survey .surveyResult__heading .surveyResult__caption {
    margin-top: 0.6em;
  }
  #mainContent .survey .surveyResult__ttl {
    font-size: 24px;
    font-weight: 600;
  }
  #mainContent .survey .surveyResult__ttl span {
    display: block;
    font-size: 14px;
    margin-bottom: 0.3em;
  }
  #mainContent .survey .surveyResult__caption {
    font-size: 12px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__item {
    max-width: 90px;
    width: 23.07%;
    margin-left: 2.564%;
    margin-bottom: 35px;
    text-align: center;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTmb {
    margin-bottom: 20px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt {
    font-size: 13px;
    font-weight: 600;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt small {
    font-size: 10px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt--name {
    font-size: 14px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt:not(:first-of-type) {
    margin-top: 0.4em;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__caption {
    text-align: center;
  }
  #mainContent .survey .surveyResult__aside {
    position: relative;
    margin-top: 45px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  #mainContent .survey .surveyResult__aside::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    width: 20px;
    height: 16px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%2220%22%20height%3D%2216%22%20transform%3D%22translate(430%203375.002)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(-430%20-3375.002)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20transform%3D%22translate(425%203373)%22%20fill%3D%22%23fff%22%3E%20%3Cpath%20d%3D%22M%2026.53718185424805%2025.50000190734863%20L%203.462821006774902%2025.50000190734863%20C%202.92064094543457%2025.50000190734863%202.435070991516113%2025.21971130371094%202.163900852203369%2024.75021171569824%20C%201.892740964889526%2024.28072166442871%201.892601013183594%2023.72004127502441%202.163540840148926%2023.25041198730469%20L%2013.70072078704834%203.252641439437866%20C%2013.97181129455566%202.782751560211182%2014.45752048492432%202.502221584320068%2015.00000095367432%202.502221584320068%20C%2015.54248142242432%202.502221584320068%2016.02819061279297%202.782751560211182%2016.29928016662598%203.252641439437866%20L%2027.83646011352539%2023.25041198730469%20C%2028.10740089416504%2023.72004127502441%2028.10726165771484%2024.28072166442871%2027.83610153198242%2024.75021171569824%20C%2027.56493186950684%2025.21971130371094%2027.07936096191406%2025.50000190734863%2026.53718185424805%2025.50000190734863%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%2015.00000095367432%203.002222061157227%20C%2014.826340675354%203.002222061157227%2014.39431095123291%203.050971984863281%2014.13382053375244%203.502490997314453%20L%202.596641540527344%2023.50027084350586%20C%202.336280822753906%2023.95156097412109%202.51007080078125%2024.34985160827637%202.596881866455078%2024.50014114379883%20C%202.683681488037109%2024.65043258666992%202.94182014465332%2025.00000190734863%203.462820053100586%2025.00000190734863%20L%2026.53718185424805%2025.00000190734863%20C%2027.05818176269531%2025.00000190734863%2027.31632041931152%2024.65043258666992%2027.40312194824219%2024.50014114379883%20C%2027.48993110656738%2024.34985160827637%2027.66372108459473%2023.95156097412109%2027.40336036682129%2023.50027084350586%20L%2015.86618137359619%203.502490997314453%20C%2015.60569095611572%203.050971984863281%2015.17366123199463%203.002222061157227%2015.00000095367432%203.002222061157227%20M%2015.00000095367432%202.002218246459961%20C%2015.67377090454102%202.002218246459961%2016.34754180908203%202.335737228393555%2016.73237228393555%203.002771377563477%20L%2028.26955032348633%2023.00055122375488%20C%2029.03878021240234%2024.33389091491699%2028.07650184631348%2026.00000190734863%2026.53718185424805%2026.00000190734863%20L%203.462820053100586%2026.00000190734863%20C%201.923500061035156%2026.00000190734863%200.9612216949462891%2024.33389091491699%201.730451583862305%2023.00055122375488%20L%2013.26763153076172%203.002771377563477%20C%2013.6524600982666%202.335737228393555%2014.32623100280762%202.002218246459961%2015.00000095367432%202.002218246459961%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23ddd%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mainContent .survey .surveyResult__asideTxt {
    font-size: 14px;
  }
  #mainContent .survey .surveyResult__asideBtn {
    margin-top: 20px;
    text-align: center;
  }
  #mainContent .survey .surveyResult__asideBtn > * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.821em 1.75em;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 1.643em;
  }
  #mainContent .survey .surveyResult__asideBtn > *::after {
    content: "";
    width: 14px;
    height: 8px;
    margin-left: 1em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.753%22%20height%3D%229.089%22%20viewBox%3D%220%200%2014.753%209.089%22%3E%20%3Cpath%20d%3D%22M3.135.986l8%2C7-8%2C7%22%20transform%3D%22translate(15.362%20-2.806)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mainContent .survey .asideProduct:not(:first-child) {
    margin-top: 20px;
  }
  #mainContent .survey .asideProduct__ttl {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
  }
  #mainContent .survey .asideProduct__ttl:not(:only-child) {
    margin-bottom: calc(15px - .3em);
  }
  #mainContent .survey .asideProduct__ttl--level03::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 18px;
    margin-left: 10px;
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level03.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mainContent .survey .asideProduct__list {
    display: flex;
  }
  #mainContent .survey .asideProduct__item {
    width: 30.77%;
    margin-left: 3.846%;
  }
  #mainContent .survey .asideProduct__item:first-child {
    margin-left: 0;
  }
  #mainContent .survey .asideProduct__itemLink {
    display: block;
    transition: opacity 0.3s ease;
  }
  #mainContent .survey .asideProduct__itemLink:hover {
    opacity: 0.8;
  }
  #mainContent .survey .asideProduct__itemLink .thumb {
    position: relative;
    padding-bottom: 75%;
    margin-bottom: 8px;
  }
  #mainContent .survey .asideProduct__itemLink .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #mainContent .survey .asideProduct__itemLink .series {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0.4em;
  }
  #mainContent .survey .asideProduct__itemLink .name {
    font-size: 13px;
    font-weight: normal;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .survey .surveyResult {
    display: block;
  }
  #mainContent .survey .surveyResult__block {
    width: 100%;
  }
  #mainContent .survey .surveyResult__block:not(:first-child) {
    margin-top: 50px;
  }
  #mainContent .survey .surveyResult__block:nth-of-type(even) {
    margin-left: 0;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__list {
    display: flex;
    flex-wrap: nowrap;
    max-width: none;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__item {
    width: 10.46%;
    margin-left: 2.325%;
    margin-bottom: 25px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__item:nth-of-type(4n-3) {
    margin-left: 2.325%;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__item:first-of-type {
    margin-left: 0;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTmb {
    margin-bottom: 15px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt--name {
    font-size: 12px;
    white-space: nowrap;
  }
  #mainContent .survey .surveyResult__answer--spicy .surveyResult__graph {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainContent .survey .surveyResult__aside {
    padding: 30px 20px;
  }
  #mainContent .survey .surveyResult__aside--secret {
    display: flex;
  }
  #mainContent .survey .surveyResult__aside--secret .surveyResult__asideBtn {
    min-width: 47.83%;
    width: 47.83%;
    margin-top: 0;
    margin-left: 2.941%;
  }
  #mainContent .survey .surveyResult__aside--secret .surveyResult__asideBtn > * {
    width: 100%;
  }
  #mainContent .survey .asideProduct:not(:first-child) {
    margin-top: 20px;
  }
  #mainContent .survey .asideProduct__ttl {
    font-size: 14px;
    font-weight: 600;
  }
  #mainContent .survey .asideProduct__ttl:not(:only-child) {
    margin-bottom: calc(15px - .3em);
  }
  #mainContent .survey .asideProduct__list {
    display: flex;
  }
  #mainContent .survey .asideProduct__item {
    width: 31.73%;
    margin-left: 2.322%;
  }
  #mainContent .survey .asideProduct__item:first-child {
    margin-left: 0;
  }
  #mainContent .survey .asideProduct__itemLink {
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
  }
  #mainContent .survey .asideProduct__itemLink:hover {
    opacity: 0.8;
  }
  #mainContent .survey .asideProduct__itemLink .thumb {
    position: relative;
    min-width: 85px;
    width: 85px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #mainContent .survey .asideProduct__itemLink .thumb img {
    position: static;
  }
  #mainContent .survey .asideProduct__itemLink .series {
    font-size: 10px;
    margin-bottom: 0.4em;
  }
  #mainContent .survey .asideProduct__itemLink .name {
    font-size: 12px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .survey {
    margin-top: 120px;
    padding-bottom: 30px;
    background-color: #FBF9EC;
  }
  #mainContent .survey .section__heading {
    margin-bottom: 60px;
  }
  #mainContent .survey .surveyResult__block:not(:first-child) {
    margin-top: 60px;
  }
  #mainContent .survey .surveyResult__heading {
    position: relative;
    padding-left: 46px;
  }
  #mainContent .survey .surveyResult__heading::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    color: #999;
  }
  #mainContent .survey .surveyResult__heading:not(:only-child) {
    margin-bottom: 30px;
  }
  #mainContent .survey .surveyResult__heading .surveyResult__caption {
    margin-top: 0.6em;
  }
  #mainContent .survey .surveyResult__ttl {
    font-size: 18px;
    font-weight: 600;
  }
  #mainContent .survey .surveyResult__ttl span {
    display: block;
    font-size: 14px;
    margin-bottom: 0.3em;
  }
  #mainContent .survey .surveyResult__caption {
    font-size: 12px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__list {
    display: flex;
    flex-wrap: wrap;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__item {
    width: 21.9%;
    margin-left: 4.127%;
    text-align: center;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__item:nth-of-type(n+5) {
    margin-top: 35px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTmb {
    max-width: 80px;
    width: 72.46%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt {
    font-size: 13px;
    font-weight: 600;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt small {
    font-size: 10px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt--name {
    font-size: 14px;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt--name span {
    display: inline-block;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__itemTxt:not(:first-of-type) {
    margin-top: 0.4em;
  }
  #mainContent .survey .surveyResult__answer--secret .surveyResult__caption {
    margin-top: 20px;
    text-align: center;
  }
  #mainContent .survey .surveyResult__aside {
    position: relative;
    margin-top: 30px;
    padding: 30px 5.333vw;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  #mainContent .survey .surveyResult__aside::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    width: 20px;
    height: 16px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%2220%22%20height%3D%2216%22%20transform%3D%22translate(430%203375.002)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(-430%20-3375.002)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20transform%3D%22translate(425%203373)%22%20fill%3D%22%23fff%22%3E%20%3Cpath%20d%3D%22M%2026.53718185424805%2025.50000190734863%20L%203.462821006774902%2025.50000190734863%20C%202.92064094543457%2025.50000190734863%202.435070991516113%2025.21971130371094%202.163900852203369%2024.75021171569824%20C%201.892740964889526%2024.28072166442871%201.892601013183594%2023.72004127502441%202.163540840148926%2023.25041198730469%20L%2013.70072078704834%203.252641439437866%20C%2013.97181129455566%202.782751560211182%2014.45752048492432%202.502221584320068%2015.00000095367432%202.502221584320068%20C%2015.54248142242432%202.502221584320068%2016.02819061279297%202.782751560211182%2016.29928016662598%203.252641439437866%20L%2027.83646011352539%2023.25041198730469%20C%2028.10740089416504%2023.72004127502441%2028.10726165771484%2024.28072166442871%2027.83610153198242%2024.75021171569824%20C%2027.56493186950684%2025.21971130371094%2027.07936096191406%2025.50000190734863%2026.53718185424805%2025.50000190734863%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%2015.00000095367432%203.002222061157227%20C%2014.826340675354%203.002222061157227%2014.39431095123291%203.050971984863281%2014.13382053375244%203.502490997314453%20L%202.596641540527344%2023.50027084350586%20C%202.336280822753906%2023.95156097412109%202.51007080078125%2024.34985160827637%202.596881866455078%2024.50014114379883%20C%202.683681488037109%2024.65043258666992%202.94182014465332%2025.00000190734863%203.462820053100586%2025.00000190734863%20L%2026.53718185424805%2025.00000190734863%20C%2027.05818176269531%2025.00000190734863%2027.31632041931152%2024.65043258666992%2027.40312194824219%2024.50014114379883%20C%2027.48993110656738%2024.34985160827637%2027.66372108459473%2023.95156097412109%2027.40336036682129%2023.50027084350586%20L%2015.86618137359619%203.502490997314453%20C%2015.60569095611572%203.050971984863281%2015.17366123199463%203.002222061157227%2015.00000095367432%203.002222061157227%20M%2015.00000095367432%202.002218246459961%20C%2015.67377090454102%202.002218246459961%2016.34754180908203%202.335737228393555%2016.73237228393555%203.002771377563477%20L%2028.26955032348633%2023.00055122375488%20C%2029.03878021240234%2024.33389091491699%2028.07650184631348%2026.00000190734863%2026.53718185424805%2026.00000190734863%20L%203.462820053100586%2026.00000190734863%20C%201.923500061035156%2026.00000190734863%200.9612216949462891%2024.33389091491699%201.730451583862305%2023.00055122375488%20L%2013.26763153076172%203.002771377563477%20C%2013.6524600982666%202.335737228393555%2014.32623100280762%202.002218246459961%2015.00000095367432%202.002218246459961%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23ddd%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mainContent .survey .surveyResult__asideTxt {
    font-size: 14px;
  }
  #mainContent .survey .surveyResult__asideBtn {
    margin-top: 20px;
    text-align: center;
  }
  #mainContent .survey .surveyResult__asideBtn > * {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.821em 1.75em;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 1.643em;
  }
  #mainContent .survey .surveyResult__asideBtn > *::after {
    content: "";
    width: 14px;
    height: 8px;
    margin-left: 1em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.753%22%20height%3D%229.089%22%20viewBox%3D%220%200%2014.753%209.089%22%3E%20%3Cpath%20d%3D%22M3.135.986l8%2C7-8%2C7%22%20transform%3D%22translate(15.362%20-2.806)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mainContent .survey .asideProduct:not(:first-child) {
    margin-top: 20px;
  }
  #mainContent .survey .asideProduct__ttl {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
  }
  #mainContent .survey .asideProduct__ttl:not(:only-child) {
    margin-bottom: calc(20px - .3em);
  }
  #mainContent .survey .asideProduct__ttl--level03::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 18px;
    margin-left: 10px;
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level03.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mainContent .survey .asideProduct__item:not(:first-child) {
    margin-top: 20px;
  }
  #mainContent .survey .asideProduct__itemLink {
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
  }
  #mainContent .survey .asideProduct__itemLink:hover {
    opacity: 0.8;
  }
  #mainContent .survey .asideProduct__itemLink .thumb {
    position: relative;
    min-width: 47.62%;
    width: 47.62%;
    margin-right: 4.395%;
    padding-bottom: 37.73%;
  }
  #mainContent .survey .asideProduct__itemLink .thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #mainContent .survey .asideProduct__itemLink .series {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0.4em;
  }
  #mainContent .survey .asideProduct__itemLink .name {
    font-size: 13px;
    font-weight: normal;
  }
}
/* ================================
  #lineup
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .lineup .lineupFilter {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 26px;
    padding-bottom: 20px;
  }
  #mainContent .lineup .lineupFilter__heading {
    margin-right: 40px;
    white-space: nowrap;
  }
  #mainContent .lineup .lineupFilter__ttl {
    font-size: 24px;
    font-weight: 600;
  }
  #mainContent .lineup .lineupFilter__caption {
    margin-top: 0.2em;
  }
  #mainContent .lineup .lineupController {
    display: flex;
    align-items: flex-start;
  }
  #mainContent .lineup .lineupController__level {
    display: flex;
    opacity: 0.35;
    transition: opacity 0.3s ease;
  }
  #mainContent .lineup .lineupController__level.js-selected {
    opacity: 1;
  }
  #mainContent .lineup .lineupController__btn {
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    border: none;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  #mainContent .lineup .lineupController__btn.js-limited {
    opacity: 0.35;
    pointer-events: none;
  }
  #mainContent .lineup .lineupController__indicator {
    position: relative;
    margin-top: -11px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 27px;
  }
  #mainContent .lineup .lineupController__indicator::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mainContent .lineup .lineupController__scale {
    font-size: 0;
    padding: 0;
    margin: 0 9px;
    width: 18px;
    height: 56px;
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-off.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
  }
  #mainContent .lineup .lineupController__scale:first-child {
    margin-left: 0;
  }
  #mainContent .lineup .lineupController__scale:last-child {
    margin-right: 0;
  }
  #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(6), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(5), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(4), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(3), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(5), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(4), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(3), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="4"] .lineupController__scale:nth-child(4), #mainContent .lineup [data-level="4"] .lineupController__scale:nth-child(3), #mainContent .lineup [data-level="4"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="4"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="3"] .lineupController__scale:nth-child(3), #mainContent .lineup [data-level="3"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="3"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="2"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="2"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="1"] .lineupController__scale:nth-child(1) {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-on.svg);
  }
  #mainContent .lineup .lineupController__all {
    margin-left: 40px;
    padding: 0.083em 1.2em;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #7f0019;
    border: none;
    border-radius: 1.1em;
    opacity: 0.35;
    transition: opacity 0.3s ease;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
  }
  #mainContent .lineup .lineupController__all.js-selected {
    opacity: 1;
  }
  #mainContent .lineup .lineupList__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.833%;
    margin-right: -0.833%;
    margin-bottom: -40px;
  }
  #mainContent .lineup .lineupList__item {
    display: none;
    width: 23.36%;
    margin-left: 0.819%;
    margin-right: 0.819%;
    margin-bottom: 40px;
    text-align: center;
    background-color: #FBF9EC;
  }
  #mainContent .lineup .lineupList__item.js-show {
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 0.6s ease 0s forwards;
            animation: fadeIn 0.6s ease 0s forwards;
  }
  #mainContent .lineup .lineupList__item .desc {
    position: relative;
  }
  #mainContent .lineup .lineupList__item .desc::after {
    display: block;
    width: 100%;
    height: 27px;
    margin-top: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #mainContent .lineup .lineupList__item.level00 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level00.svg);
  }
  #mainContent .lineup .lineupList__item.level01 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level01.svg);
  }
  #mainContent .lineup .lineupList__item.level02 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level02.svg);
  }
  #mainContent .lineup .lineupList__item.level03 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level03.svg);
  }
  #mainContent .lineup .lineupList__item.level04 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level04.svg);
  }
  #mainContent .lineup .lineupList__item.level05 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level05.svg);
  }
  #mainContent .lineup .lineupList__item.level06 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level06.svg);
  }
  #mainContent .lineup .lineupList__itemLink {
    width: 100%;
    transition: opacity 0.3s ease;
  }
  #mainContent .lineup .lineupList__itemLink:hover {
    opacity: 0.8;
  }
  #mainContent .lineup .lineupList__itemLink .thumb {
    position: relative;
    padding-bottom: 87.72%;
  }
  #mainContent .lineup .lineupList__itemLink .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainContent .lineup .lineupList__itemLink .desc {
    padding: 20px;
  }
  #mainContent .lineup .lineupList__itemLink .series {
    margin-bottom: 0.5em;
    line-height: 1;
  }
  #mainContent .lineup .lineupList__itemLink .price {
    margin-top: 1em;
  }
  #mainContent .lineup .lineupList__itemLink .level {
    display: block;
    margin-top: 1em;
  }
  #mainContent .lineup .lineupList__itemLink .level img {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .lineup .lineupList__item {
    text-align: left;
  }
  #mainContent .lineup .lineupList__item .desc::after {
    height: 23px;
    margin-top: 16px;
    background-position: left;
  }
  #mainContent .lineup .lineupList__itemLink .desc {
    padding: 15px 10px;
  }
  #mainContent .lineup .lineupList__itemLink .level {
    display: block;
    margin-top: 1em;
  }
  #mainContent .lineup .lineupList__itemLink .level img {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .lineup .lineupFilter {
    margin-bottom: 40px;
  }
  #mainContent .lineup .lineupFilter__heading {
    display: flex;
    align-items: center;
    margin-right: 40px;
    white-space: nowrap;
  }
  #mainContent .lineup .lineupFilter__ttl {
    font-size: 18px;
    font-weight: 600;
  }
  #mainContent .lineup .lineupFilter__caption {
    font-size: 14px;
    font-weight: 600;
    margin-left: 0.5em;
  }
  #mainContent .lineup .lineupFilter__container {
    margin-left: -8vw;
    margin-right: -8vw;
    padding: 0 8vw;
  }
  #mainContent .lineup .lineupController {
    top: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    width: 100vw;
    left: 0;
    justify-content: center;
    padding: 20px 0;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
  }
  #mainContent .lineup .lineupController__level {
    display: flex;
    opacity: 0.35;
    transition: opacity 0.3s ease;
  }
  #mainContent .lineup .lineupController__level.js-selected {
    opacity: 1;
  }
  #mainContent .lineup .lineupController__btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    border: none;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  #mainContent .lineup .lineupController__btn.js-limited {
    opacity: 0.35;
    pointer-events: none;
  }
  #mainContent .lineup .lineupController__indicator {
    position: relative;
    margin-top: -2px;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 18px;
  }
  #mainContent .lineup .lineupController__indicator::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-scale.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mainContent .lineup .lineupController__scale {
    font-size: 0;
    padding: 0;
    margin: 0 6px;
    width: 10px;
    height: 38px;
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-off.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
  }
  #mainContent .lineup .lineupController__scale:first-child {
    margin-left: 0;
  }
  #mainContent .lineup .lineupController__scale:last-child {
    margin-right: 0;
  }
  #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(6), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(5), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(4), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(3), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="6"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(5), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(4), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(3), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="5"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="4"] .lineupController__scale:nth-child(4), #mainContent .lineup [data-level="4"] .lineupController__scale:nth-child(3), #mainContent .lineup [data-level="4"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="4"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="3"] .lineupController__scale:nth-child(3), #mainContent .lineup [data-level="3"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="3"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="2"] .lineupController__scale:nth-child(2), #mainContent .lineup [data-level="2"] .lineupController__scale:nth-child(1), #mainContent .lineup [data-level="1"] .lineupController__scale:nth-child(1) {
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-on.svg);
  }
  #mainContent .lineup .lineupController__all {
    min-width: 70px;
    margin-left: 20px;
    padding: 0.1875em 0.5em;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background-color: #7f0019;
    border: none;
    border-radius: 1.1em;
    opacity: 0.35;
    transition: opacity 0.3s ease;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
  }
  #mainContent .lineup .lineupController__all.js-selected {
    opacity: 1;
  }
  #mainContent .lineup .lineupList__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.381%;
    margin-right: -2.381%;
    margin-bottom: -40px;
  }
  #mainContent .lineup .lineupList__item {
    display: none;
    width: 45.45%;
    margin-left: 2.272%;
    margin-right: 2.272%;
    margin-bottom: 40px;
    background-color: #FBF9EC;
  }
  #mainContent .lineup .lineupList__item.js-show {
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 0.6s ease 0s forwards;
            animation: fadeIn 0.6s ease 0s forwards;
  }
  #mainContent .lineup .lineupList__item .desc {
    position: relative;
  }
  #mainContent .lineup .lineupList__item .desc::after {
    display: block;
    width: 100%;
    height: 23px;
    margin-top: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #mainContent .lineup .lineupList__item.level00 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level00.svg);
  }
  #mainContent .lineup .lineupList__item.level01 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level01.svg);
  }
  #mainContent .lineup .lineupList__item.level02 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level02.svg);
  }
  #mainContent .lineup .lineupList__item.level03 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level03.svg);
  }
  #mainContent .lineup .lineupList__item.level04 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level04.svg);
  }
  #mainContent .lineup .lineupList__item.level05 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level05.svg);
  }
  #mainContent .lineup .lineupList__item.level06 .desc::after {
    content: "";
    background-image: url(https://www.muji.tw/jp/feature/690666/assets/img/21ss/icon_hot-level06.svg);
  }
  #mainContent .lineup .lineupList__itemLink {
    width: 100%;
    transition: opacity 0.3s ease;
  }
  #mainContent .lineup .lineupList__itemLink:hover {
    opacity: 0.8;
  }
  #mainContent .lineup .lineupList__itemLink .thumb {
    position: relative;
    padding-bottom: 87.72%;
  }
  #mainContent .lineup .lineupList__itemLink .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainContent .lineup .lineupList__itemLink .desc {
    padding: 20px 6.667%;
  }
  #mainContent .lineup .lineupList__itemLink .series {
    margin-bottom: 0.5em;
    line-height: 1;
  }
  #mainContent .lineup .lineupList__itemLink .price {
    margin-top: 1em;
  }
}
/* ================================
  #recipe
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .recipe .recipeList .m-btn {
    margin-top: 60px;
    text-align: center;
  }
  #mainContent .recipe .recipeList__list {
    display: flex;
  }
  #mainContent .recipe .recipeList__item {
    width: 23.75%;
    margin-left: 1.667%;
  }
  #mainContent .recipe .recipeList__item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  #mainContent .recipe .recipeList__item:nth-of-type(n+5) {
    margin-top: 40px;
  }
  #mainContent .recipe .recipeList__itemLink {
    transition: opacity 0.3s ease;
  }
  #mainContent .recipe .recipeList__itemLink:hover {
    opacity: 0.8;
  }
  #mainContent .recipe .recipeList__itemTmb {
    display: block;
  }
  #mainContent .recipe .recipeList__itemTmb:not(:only-child) {
    margin-bottom: 20px;
  }
  #mainContent .recipe .recipeList__itemName {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  #mainContent .recipe .recipeList__itemName span {
    display: inline-block;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .recipe .recipeList__item {
    text-align: center;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .recipe .recipeList .m-btn {
    margin-top: 60px;
  }
  #mainContent .recipe .recipeList__list {
    display: flex;
    flex-wrap: wrap;
  }
  #mainContent .recipe .recipeList__item {
    width: 47.62%;
    margin-left: 4.762%;
    text-align: center;
  }
  #mainContent .recipe .recipeList__item:nth-of-type(2n-1) {
    margin-left: 0;
  }
  #mainContent .recipe .recipeList__item:nth-of-type(n+3) {
    margin-top: 40px;
  }
  #mainContent .recipe .recipeList__itemTmb {
    display: block;
  }
  #mainContent .recipe .recipeList__itemTmb:not(:only-child) {
    margin-bottom: 15px;
  }
  #mainContent .recipe .recipeList__itemName {
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  #mainContent .recipe .recipeList__itemName span {
    display: inline-block;
  }
}
/* ================================
  #service
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .service .serviceContent {
    display: flex;
    background-color: #FBF9EC;
  }
  #mainContent .service .serviceContent .m-link {
    margin-top: 20px;
  }
  #mainContent .service .serviceContent__visual {
    width: 50%;
  }
  #mainContent .service .serviceContent__visual img {
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainContent .service .serviceContent__lead {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 3.333%;
  }
  #mainContent .service .serviceContent__ttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: calc(25px - .3em);
  }
  #mainContent .service .serviceContent__stl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -0.3em;
  }
  #mainContent .service .serviceContent__txt {
    font-size: 14px;
    margin-top: calc(25px - .4em);
    color: #000;
  }
  #mainContent .service .serviceContent__txt--bold {
    font-weight: 600;
  }
  #mainContent .service .serviceContent__txt .ut-caption {
    display: block;
    margin-bottom: -0.25em;
  }
  #mainContent .service .serviceContent__pattern:not(:first-of-type) {
    margin-top: 35px;
  }
  #mainContent .service .serviceContent__pattern img {
    margin-bottom: -20px;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .service .serviceContent {
    display: block;
  }
  #mainContent .service .serviceContent .m-link {
    margin-top: 15px;
  }
  #mainContent .service .serviceContent__visual {
    width: 100%;
  }
  #mainContent .service .serviceContent__lead {
    width: 100%;
    padding: 40px 5.814%;
  }
  #mainContent .service .serviceContent__ttl {
    margin-bottom: calc(20px - .3em);
  }
  #mainContent .service .serviceContent__txt {
    margin-top: calc(20px - .4em);
  }
  #mainContent .service .serviceContent__pattern:not(:first-of-type) {
    margin-top: 35px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .service .serviceContent {
    background-color: #FBF9EC;
    margin-left: -8vw;
    margin-right: -8vw;
  }
  #mainContent .service .serviceContent .m-link {
    margin-top: 20px;
  }
  #mainContent .service .serviceContent__visual img {
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainContent .service .serviceContent__lead {
    padding: 30px 8vw;
  }
  #mainContent .service .serviceContent__ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: calc(20px - .3em);
  }
  #mainContent .service .serviceContent__stl {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -0.3em;
  }
  #mainContent .service .serviceContent__txt {
    font-size: 14px;
    margin-top: calc(20px - .4em);
    color: #000;
  }
  #mainContent .service .serviceContent__txt--bold {
    font-weight: 600;
  }
  #mainContent .service .serviceContent__txt .ut-caption {
    display: block;
    margin-bottom: -0.25em;
  }
  #mainContent .service .serviceContent__pattern:not(:first-of-type) {
    margin-top: 20px;
  }
  #mainContent .service .serviceContent__pattern img {
    margin-bottom: -10px;
  }
}
/* ================================
  .column
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .column {
    margin-top: 120px;
  }
  #mainContent .column .column__item {
    display: flex;
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
  }
  #mainContent .column .column__item:not(:first-child) {
    margin-top: 60px;
  }
  #mainContent .column .column__itemTmb {
    min-width: 47.31%;
    width: 47.31%;
  }
  #mainContent .column .column__itemTmb img {
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainContent .column .column__itemLead {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 30px 40px;
  }
  #mainContent .column .column__itemLead .m-link {
    margin-top: 15px;
  }
  #mainContent .column .column__itemTtl {
    font-size: 24px;
    font-weight: 600;
  }
  #mainContent .column .column__itemTtl:not(:only-child) {
    margin-bottom: calc(30px - .3em);
  }
  #mainContent .column .column__itemTtl span {
    display: inline-block;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .column .column__itemTmb {
    min-width: 47.96%;
    width: 47.96%;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .column {
    margin-top: 120px;
  }
  #mainContent .column .column__item {
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .column .column__item:not(:first-child) {
    margin-top: 60px;
  }
  #mainContent .column .column__itemLead {
    padding: 25px 4vw;
  }
  #mainContent .column .column__itemLead .m-link {
    margin-top: 15px;
  }
  #mainContent .column .column__itemTtl {
    font-size: 16px;
    font-weight: 600;
  }
  #mainContent .column .column__itemTtl:not(:only-child) {
    margin-bottom: calc(15px - .3em);
  }
  #mainContent .column .column__itemTtl span {
    display: inline-block;
  }
}
/* ================================
  fadeIn
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent *[data-fade] {
    opacity: 0;
    transform: translateY(20px);
  }
  #mainContent *.js-fadeIn[data-fade] {
    -webkit-animation: slideIn 0.8s ease-out 0s 1 normal forwards;
            animation: slideIn 0.8s ease-out 0s 1 normal forwards;
  }
}
/* TB */
/* SP */
@media screen and (max-width: 767px) {
  #mainContent *[data-fade] {
    opacity: 0;
    transform: translateY(20px);
  }
  #mainContent *.js-fadeIn[data-fade] {
    -webkit-animation: slideIn 0.6s ease-out 0s 1 normal forwards;
            animation: slideIn 0.6s ease-out 0s 1 normal forwards;
  }
}
/* ================================
  userAgent
================================ */
/* userAgent PC */
/* userAgent Tablet */
/* userAgent SP */
@media screen and (max-width: 767px) {
  .ua-mp-ios #lineup .lineupController.js-fixed {
    margin-top: 9vh;
  }
}
/* ================================
  keyframes
================================ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}/*# sourceMappingURL=style_210701.css.map */