@charset "UTF-8";
/* 定義 media query 樣式名稱*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes writeChar {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    width: auto;
    opacity: 1;
  }
}
@keyframes writeChar {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    width: auto;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutBubble {
  0% {
    opacity: 1;
    max-width: 200px;
    visibility: visible;
  }
  80% {
    opacity: 0;
    max-width: 200px;
  }
  100% {
    opacity: 0;
    max-width: 0;
    visibility: hidden;
  }
}
@keyframes fadeOutBubble {
  0% {
    opacity: 1;
    max-width: 200px;
    visibility: visible;
  }
  80% {
    opacity: 0;
    max-width: 200px;
  }
  100% {
    opacity: 0;
    max-width: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeInBubble {
  0% {
    opacity: 0;
    max-width: 200px;
    visibility: hidden;
  }
  80% {
    opacity: 1;
    max-width: 200px;
    visibility: visible;
  }
  100% {
    opacity: 1;
    max-width: 200px;
    visibility: visible;
  }
}
@keyframes fadeInBubble {
  0% {
    opacity: 0;
    max-width: 200px;
    visibility: hidden;
  }
  80% {
    opacity: 1;
    max-width: 200px;
    visibility: visible;
  }
  100% {
    opacity: 1;
    max-width: 200px;
    visibility: visible;
  }
}
@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes zboing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zboing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: '“' '”' '‘' '’';
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: 1px solid #000;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
  height: 100%;
}

a {
  text-decoration: none;
  color: black;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
}

body {
  color: #1f1f1f;
  font-family: 'MUJIFont-Light', 'Noto Sans TC', 'Arial', 'Microsoft JhengHei',
    'Helvetica', 'sans-serif';
}

.inner-page {
  width: 81.875vw;
  padding: 3.75vw 0 7.2916666667vw;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner-page {
    width: 85.3333333333vw;
    padding: 7.2vw 0 21.3333333333vw;
  }
}
.inner-page a.btn-back {
  font-size: 1.1458333333vw;
  position: relative;
  color: #4b4b4b;
}
@media only screen and (max-width: 768px) {
  .inner-page a.btn-back {
    font-size: 4vw;
  }
}
.inner-page a.btn-back::before {
  content: '';
  width: 0.6770833333vw;
  height: 1.3541666667vw;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-arrow2.png) no-repeat;
  background-size: 100%;
  margin-right: 0.78125vw;
}
@media only screen and (max-width: 768px) {
  .inner-page a.btn-back::before {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
    margin-right: 2.9333333333vw;
  }
}

.swiper-container {
  position: relative;
}
.swiper-container.effect-zoomin .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
}
.swiper-container.effect-zoomin .swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-container.pagination-line .swiper-pagination-bullet {
  width: 6vw;
  height: 2px;
  border-radius: 0;
  background: #fff;
  margin: 0 !important;
  transition: opacity 0.1s ease;
}
.swiper-container.pagination-line .swiper-pagination {
  bottom: 30px !important;
}
@media only screen and (max-width: 768px) {
  .swiper-container.pagination-line .swiper-pagination {
    bottom: 4vw !important;
  }
}
.swiper-container.pagination-line.pagination-small .swiper-pagination-bullet {
  width: 3.125vw;
}
@media only screen and (max-width: 768px) {
  .swiper-container.pagination-line.pagination-small .swiper-pagination-bullet {
    width: 13.3333333333vw;
  }
}
.swiper-container.pagination-circle .swiper-button-next,
.swiper-container.pagination-circle .swiper-button-prev {
  width: 2.8vw;
  height: 2.8vw;
  background: #eee;
  color: #60a748;
  border-radius: 100%;
  top: 50%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .swiper-container.pagination-circle .swiper-button-next,
  .swiper-container.pagination-circle .swiper-button-prev {
    width: 12vw;
    height: 12vw;
  }
}
.swiper-container.pagination-circle .swiper-button-next:after,
.swiper-container.pagination-circle .swiper-button-prev:after {
  font-size: 1vw;
}
@media only screen and (max-width: 768px) {
  .swiper-container.pagination-circle .swiper-button-next:after,
  .swiper-container.pagination-circle .swiper-button-prev:after {
    font-size: 5vw;
    line-height: 12vw;
  }
}
.swiper-container.pagination-circle .swiper-button-next {
  right: 0vw;
}
.swiper-container.pagination-circle .swiper-button-prev {
  left: 0;
}
.swiper-container.pagination-circle .swiper-button-next.swiper-button-disabled,
.swiper-container.pagination-circle .swiper-button-prev.swiper-button-disabled {
  opacity: 0.9;
}
.swiper-container.item-gradient .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.swiper-container.item-gradient .swiper-slide.swiper-slide-active,
.swiper-container.item-gradient .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mb {
    display: block;
  }
}

.article-area {
  padding: 7.0833333333vw 0;
  background: #f5f7f0;
}
@media only screen and (max-width: 768px) {
  .article-area {
    padding: 21.3333333333vw 0;
  }
}
.article-area .swiper-area {
  padding: 0 8.3vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .article-area .swiper-area {
    padding: 0 10vw;
  }
}

h2 {
  font-weight: 800;
  font-size: 2.9166666667vw;
  margin: 2.0833333333vw 0;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 8.2666666667vw;
    margin: 6.6666666667vw 0;
  }
}

.muji-navbar {
  position: fixed;
  bottom: 50vh;
  left: 1.875vw;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .muji-navbar {
    top: 0;
    left: 0;
    bottom: initial;
    width: 100vw;
    background: #fff;
    height: 19.2vw;
  }
  .muji-navbar ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.muji-navbar.active {
  opacity: 1;
  z-index: 3;
  transition: all 0.3s ease;
}
.muji-navbar li {
  margin-bottom: 1.7708333333vw;
}
@media only screen and (max-width: 768px) {
  .muji-navbar li {
    margin-bottom: 0;
    line-height: 19.2vw;
  }
}
.muji-navbar a {
  font-size: 0.9375vw;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #1f1f1f;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 0.8vw;
  text-underline-offset: 2vw;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media only screen and (max-width: 768px) {
  .muji-navbar a {
    font-size: 3vw;
    margin: 0 3.3333333333vw;
    display: inline-block;
  }
}
.muji-navbar a:hover {
  color: #60a748;
}
@media only screen and (max-width: 768px) {
  .muji-navbar a:hover {
    color: inherit;
  }
}
.muji-navbar a.active {
  color: #60a748;
}
@media only screen and (max-width: 768px) {
  .muji-navbar a.active {
    -webkit-text-decoration-color: #60a748;
    text-decoration-color: #60a748;
  }
}

.muji-esg-page {
  overflow: hidden;
  width: 100%;
}
.muji-solgan {
  text-align: center;
}
.muji-solgan p {
  line-height: 1.8;
  font-size: 1.3541666667vw;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .muji-solgan p {
    font-size: 4vw;
  }
}
.muji-article {
  padding: 7.0833333333vw 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .muji-article {
    padding: 21.3333333333vw 0;
  }
}
.muji-banner .muji-photo {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.muji-banner .muji-photo img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .muji-banner .muji-photo:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17.3333333333vw;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.muji-banner .muji-photo .text-block {
  position: absolute;
  color: #fff;
  top: 15.4166666667vw;
  right: 11.71875vw;
}
@media only screen and (max-width: 768px) {
  .muji-banner .muji-photo .text-block {
    top: 88.5333333333vw;
    right: 0%;
    width: 100%;
    text-align: center;
  }
}
.muji-banner .muji-photo .text-block h3 {
  font-size: 3.90625vw;
  font-weight: 900;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .muji-banner .muji-photo .text-block h3 {
    font-size: 10.4vw;
  }
}
.muji-banner .muji-photo .text-block h3::after {
  content: '';
  display: inline-block;
  height: 0.15625vw;
  width: 10.9375vw;
  background: #fff;
  position: absolute;
  left: 4.6875vw;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .muji-banner .muji-photo .text-block h3::after {
    height: 0.5333333333vw;
    width: 29.2vw;
    left: 30.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .muji-banner .swiper-container.pagination-line .swiper-pagination {
    bottom: 5.3333333333vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .muji-banner .swiper-container.pagination-line .swiper-pagination-bullet {
    width: 13.3333333333vw;
  }
}
.muji-banner .swiper-slide .text-block {
  opacity: 0;
  transition: all 0.5s ease;
}
.muji-banner .swiper-slide-active .text-block {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation: textFadeIn 3s ease forwards;
  animation: textFadeIn 3s ease forwards;
}
.muji-banner .swiper-slide-active .text-block .text {
  height: 6.0416666667vw;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 19%;
  top: -60%;
}
@media only screen and (max-width: 768px) {
  .muji-banner .swiper-slide-active .text-block .text {
    height: 14.5333333333vw;
    left: 32%;
    top: -51%;
  }
}
.muji-banner .swiper-slide-active .text-block .text img {
  height: 100%;
  width: auto;
  opacity: 0;
}
.muji-banner .swiper-slide-active .text-block .char1 {
  -webkit-animation: writeChar 0.3s 1s cubic-bezier(0.15, 1, 0.5, 1) forwards;
  animation: writeChar 0.3s 1s cubic-bezier(0.15, 1, 0.5, 1) forwards;
}
.muji-banner .swiper-slide-active .text-block .char2 {
  -webkit-animation: writeChar 0.3s 1.3s cubic-bezier(0.15, 1, 0.5, 1) forwards;
  animation: writeChar 0.3s 1.3s cubic-bezier(0.15, 1, 0.5, 1) forwards;
}
.muji-card {
  position: relative;
}
.muji-card-img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.4583333333vw;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 768px) {
  .muji-card-img {
    margin-bottom: 4vw;
  }
}
.muji-card-img img {
  transition: all 0.5s ease;
  border-radius: 0.5208333333vw;
}
@media only screen and (max-width: 768px) {
  .muji-card-img img {
    border-radius: 1.3333333333vw;
  }
}
.muji-card-img:hover .news-img {
  transition: all 0.5s ease;
  background-size: 110%;
}
@media only screen and (max-width: 768px) {
  .muji-card-img:hover .news-img {
    background-size: auto 110%;
  }
}
.muji-card-content {
  padding: 1rem;
  text-align: left;
}
.muji-card-content h3 {
  margin-bottom: 0.7291666667vw;
  font-weight: 800;
  font-size: 1.7708333333vw;
  font-family: 'MUJIFont-Bold';
}
@media only screen and (max-width: 768px) {
  .muji-card-content h3 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.muji-card-content p {
  margin-bottom: 2rem;
  color: #555555;
  line-height: 1.8;
  font-size: 1.0416666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-card-content p {
    font-size: 4vw;
  }
}
.muji-news {
  padding-top: 2.6041666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-news {
    padding: 9.3333333333vw 0 0;
  }
}
.muji-news .muji-article {
  padding: 5.2083333333vw 0 0;
}
@media only screen and (max-width: 768px) {
  .muji-news .muji-article {
    padding: 21.3333333333vw 0;
  }
}
.muji-news .swiper-slide {
  width: 29.6vw;
}
.muji-news .news-img {
  padding-top: 66.4%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .muji-news .news-img {
    padding-top: 86%;
  }
}
@media only screen and (max-width: 768px) {
  .muji-news .news-img {
    background-size: auto 100%;
  }
}
.muji-news .popup-info {
  position: absolute;
  bottom: 0;
  left: 7.7083333333vw;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #fff;
  border-radius: 0.5208333333vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 27.0833333333vw;
  padding: 1.5625vw 1.3020833333vw;
  opacity: 0;
  z-index: -1;
  display: none;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .muji-news .popup-info {
    width: 74.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 7.8666666667vw 4.4vw 4.2666666667vw;
    left: 2.6666666667vw;
  }
}
.muji-news .popup-info.active {
  z-index: 9;
  opacity: 1;
  display: block;
}
.muji-news .popup-info .btn-close {
  display: inline-block;
  position: absolute;
  top: 1.1458333333vw;
  right: 1.1458333333vw;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  background: url('../images/btn-close.png') center/100% no-repeat;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .muji-news .popup-info .btn-close {
    top: 3.8666666667vw;
    right: 3.8666666667vw;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.muji-news .popup-info h4 {
  font-size: 1.7708333333vw;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 0.625vw;
}
@media only screen and (max-width: 768px) {
  .muji-news .popup-info h4 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.muji-news .popup-info h4 span.product-price {
  color: #555555;
  font-size: 0.78125vw;
  font-weight: 700;
  font-family: 'MUJIFont-Bold';
  padding-left: 1.0416666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-news .popup-info h4 span.product-price {
    padding-left: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.muji-news .popup-info h4 span.product-price span {
  font-size: 1.4583333333vw;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 1px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .muji-news .popup-info h4 span.product-price span {
    font-size: 4.2666666667vw;
  }
}
.muji-news .popup-info p {
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #555555;
}
@media only screen and (max-width: 768px) {
  .muji-news .popup-info p {
    font-size: 4vw;
  }
}
.muji-news .popup-info .popup-info-footer {
  margin-top: 1.0416666667vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .muji-news .popup-info .popup-info-footer {
    margin-top: 4vw;
  }
}
.muji-news .popup-info .popup-info-footer .product-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.muji-news .popup-info .popup-info-footer .product-icons-img {
  width: 3.125vw;
  margin-right: 0.5208333333vw;
}
@media only screen and (max-width: 768px) {
  .muji-news .popup-info .popup-info-footer .product-icons-img {
    width: 13.3333333333vw;
    margin-right: 3.2vw;
  }
}
.muji-news .popup-info .popup-info-footer .product-icons-img img {
  width: 100%;
  height: auto;
}
.muji-news .btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #60a748;
  color: #60a748;
  height: 2.6041666667vw;
  line-height: 2.3958333333vw;
  border-radius: 3.5rem;
  padding: 0 1.1458333333vw;
  font-size: 0.9375vw;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .muji-news .btn {
    height: 10vw;
    line-height: 9.3333333333vw;
    padding: 0 4.8vw;
    font-size: 3.4666666667vw;
  }
}
.muji-news .btn:hover {
  background: #60a748;
  color: #fff;
}
.muji-news .btn + .btn {
  margin-left: 1rem;
}
.muji-news .swiper-area {
  overflow: visible;
}
.muji-news .swiper-container.pagination-circle .swiper-button-next {
  -webkit-transform: translate(50%, -130%);
  transform: translate(50%, -130%);
}
.muji-news .swiper-container.pagination-circle .swiper-button-prev {
  -webkit-transform: translate(-50%, -130%);
  transform: translate(-50%, -130%);
}
@media only screen and (max-width: 768px) {
  .muji-news .swiper-container.pagination-circle .swiper-button-next {
    top: 33.3333333333vw;
    -webkit-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }
  .muji-news .swiper-container.pagination-circle .swiper-button-prev {
    top: 33.3333333333vw;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
.muji-milestone {
  position: relative;
}
.muji-milestone .counts-year {
  position: absolute;
  top: 13.9583333333vw;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  color: #555555;
}
.muji-milestone .counts-year .odometer-formatting-mark {
  display: none;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .counts-year {
    top: 22.4vw;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    text-align: center;
  }
}
.muji-milestone .counts-year p {
  font-size: 4.1666666667vw;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .counts-year p {
    font-size: 13.3333333333vw;
  }
}
.muji-milestone .connect-year {
  position: absolute;
  bottom: 3.5416666667vw;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .connect-year {
    bottom: initial;
    top: 8vw;
    width: 74.2666666667vw;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: top;
  }
}
.muji-milestone .connect-year button {
  border: 0;
  padding: 0.4166666667vw 0;
  background: transparent;
  margin: 0 1vw;
  color: #c1c1c1;
  font-size: 1.5rem;
  font-size: 0.78125vw;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .connect-year button {
    font-size: 3.2vw;
    padding: 1.6vw 0;
  }
}
.muji-milestone .connect-year button.active {
  color: #60a748;
  text-decoration: underline;
  text-decoration-thickness: 0.1041666667vw;
  text-underline-offset: 0.4166666667vw;
  font-size: 0.9895833333vw;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .connect-year button.active {
    font-size: 4vw;
    text-underline-offset: 1.6vw;
    text-decoration-thickness: 2px;
  }
}
.muji-milestone .milestone-card {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .milestone-card {
    flex-direction: column;
  }
}
.muji-milestone .milestone-card .left,
.muji-milestone .milestone-card .right {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .milestone-card .left,
  .muji-milestone .milestone-card .right {
    width: 100%;
  }
}
.muji-milestone .milestone-card .left img,
.muji-milestone .milestone-card .right img {
  width: 100%;
}
.muji-milestone .milestone-card .right {
  position: relative;
}
.muji-milestone .milestone-card .right .inner {
  width: 100%;
  height: 40vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .milestone-card .right .inner {
    height: 64vw;
  }
}
.muji-milestone .milestone-card .right .inner .milestone-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .milestone-card .right .inner .milestone-img {
    background-size: cover;
  }
}
.muji-milestone .milestone-card .left {
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .milestone-card .left {
    height: 113.2vw;
  }
}
.muji-milestone .milestone-card .left .text-area {
  background: #fff;
  position: absolute;
  top: 19.375vw;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .milestone-card .left .text-area {
    top: 40.2666666667vw;
  }
}
.muji-milestone .milestone-card .left p {
  line-height: 1.7;
  width: 100%;
  padding: 0;
  font-size: 1.0416666667vw;
  font-weight: 400;
  padding: 0 15%;
  color: #555555;
  text-align: center;
}
.muji-milestone .milestone-card .left p.set_middle {
  display: flex;
  flex-direction: column;
  min-height: 14.2708333333vw;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .muji-milestone .milestone-card .left p {
    font-size: 4vw;
    text-align: justify;
    padding: 0 14vw;
    line-height: 1.6;
  }
  .muji-milestone .milestone-card .left p.set_middle {
    min-height: 64.5333333333vw;
  }
}
.muji-sustainable {
  padding: 2.9166666667vw 0 0;
}
@media only screen and (max-width: 768px) {
  .muji-sustainable {
    padding: 20.5333333333vw 0 13.3333333333vw;
  }
}
.muji-sustainable .muji-article {
  padding-top: 2.6041666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-sustainable .muji-article {
    padding: 0;
  }
  .muji-sustainable .muji-article h2 {
    margin-top: 0;
  }
}
.muji-sustainable .sustainable-card {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .muji-sustainable .sustainable-card {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .muji-sustainable .sustainable-card:last-child {
    margin-bottom: 0;
  }
}
.muji-sustainable .sustainable-card img {
  width: 100%;
  height: auto;
}
.muji-sustainable .swiper-area {
  display: flex;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .muji-sustainable .swiper-area {
    padding: 0 7.3333333333vw;
    flex-direction: column;
  }
}
.muji-sustainable .swiper-area a {
  transition: opacity 0.4s ease;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 0;
}
.muji-sustainable .swiper-area a:hover {
  opacity: 0.65;
}
.muji-sustainable .swiper-area a:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.9583333333vw;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
@media only screen and (max-width: 768px) {
  .muji-sustainable .swiper-area a:after {
    height: 22.9333333333vw;
  }
}
.muji-sustainable .swiper-area a .icon {
  color: #fff;
  font-weight: 500;
  font-size: 1.3541666667vw;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 1.8vw;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .muji-sustainable .swiper-area a .icon {
    font-size: 6.1333333333vw;
    line-height: 6.1333333333vw;
    bottom: 4.5333333333vw;
    display: inline-block;
  }
}
.muji-sustainable .swiper-area a .icon::after {
  content: '';
  width: 0.5729166667vw;
  height: 1.1458333333vw;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-arrow.png) no-repeat;
  background-size: 100%;
  margin-left: 0.78125vw;
}
@media only screen and (max-width: 768px) {
  .muji-sustainable .swiper-area a .icon::after {
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    margin-left: 2.6666666667vw;
    vertical-align: baseline;
  }
}
.muji-video {
  padding: 7.0833333333vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .muji-video {
    padding: 13.3333333333vw 7.3333333333vw 21.3333333333vw;
  }
}
.muji-video .block-effect {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .muji-video .block-effect {
    flex-direction: column;
  }
}
.muji-video h2 {
  line-height: 1.5;
  font-size: 3.0208333333vw;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 768px) {
  .muji-video h2 {
    display: none;
  }
}
.muji-video h2 span {
  position: relative;
  display: inline-block;
}
.muji-video h2 span::after {
  content: '';
  display: inline-block;
  height: 0.15625vw;
  width: 5.8854166667vw;
  background: #000;
  position: absolute;
  left: 3.4375vw;
  bottom: 0.7291666667vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.muji-video .content-text {
  width: 28vw;
  text-align: center;
  padding: 0 2vw 0 4vw;
}
@media only screen and (max-width: 768px) {
  .muji-video .content-text {
    width: 100%;
    padding: 0;
  }
}
.muji-video .content-text p {
  line-height: 1.8;
  font-size: 1.0416666667vw;
  color: #555555;
}
@media only screen and (max-width: 768px) {
  .muji-video .content-text p {
    font-size: 4vw;
  }
}
.muji-video .content-video {
  width: 22.5vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .muji-video .content-video {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
.muji-video .content-video video {
  width: 100%;
  border-radius: 0.5208333333vw;
}
@media only screen and (max-width: 768px) {
  .muji-video .content-video video {
    border-radius: 0;
  }
}
.muji-video .content-video video::-webkit-media-controls {
  display: none !important;
}
.muji-video .content-video .btn-muted {
  position: absolute;
  display: inline-block;
  bottom: 0.9895833333vw;
  right: 0.9895833333vw;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: url('../images/btn-volume-up.png') center/cover no-repeat;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.muji-video .content-video .btn-muted.muted {
  background: url('../images/btn-volume-mute.png') center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .muji-video .content-video .btn-muted {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: 4vw;
    right: 4vw;
  }
}
.muji-video .content-video .btn-play {
  position: absolute;
  display: inline-block;
  bottom: 0.9895833333vw;
  left: 0.9895833333vw;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: url('../images/btn-play.png') center/cover no-repeat;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.muji-video .content-video .btn-play.playing {
  background: url('../images/btn-pause.png') center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .muji-video .content-video .btn-play {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: 4vw;
    left: 4vw;
  }
}
.muji-video .ani-1,
.muji-video .ani-2,
.muji-video .ani-3,
.muji-video .ani-4,
.muji-video .ani-5,
.muji-video .ani-6 {
  opacity: 0;
}
.muji-video.active .ani-1,
.muji-video.active .ani-2,
.muji-video.active .ani-3,
.muji-video.active .ani-4,
.muji-video.active .ani-5 {
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
}
.muji-video.active .ani-2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.muji-video.active .ani-3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.muji-video.active .ani-4 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.muji-video.active .ani-5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.muji-video.active .ani-6 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.block-effect {
  opacity: 0;
}

.active .block-effect {
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
}

.muji-article-page {
  background: #f5f7f0;
}
.muji-article-page .life-title {
  font-weight: 800;
  text-align: center;
  font-size: 2.9166666667vw;
  margin-top: 2.6041666667vw;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-page .life-title {
    font-size: 8.2666666667vw;
    margin-top: 10vw;
    margin-bottom: 6.6666666667vw;
  }
}
.muji-article-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.0833333333vw;
  margin-top: 1.9791666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-group {
    grid-template-columns: 1fr;
    grid-column-gap: 8vw;
    margin-top: 5.6vw;
  }
}
.muji-article-one {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2.0833333333vw;
  margin-top: 1.9791666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-one {
    grid-column-gap: 8vw;
    margin-top: 5.6vw;
  }
}
.muji-article-one .muji-article-item .life-img {
  padding-top: 43.25%;
}
.muji-article-item {
  background: #fff;
  width: 100%;
  margin-bottom: 2.0833333333vw;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .muji-article-item {
    margin-bottom: 8vw;
  }
}
.muji-article-item.inclue-popup {
  overflow: visible;
}
.muji-article-item.space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.muji-article-item .life-img {
  padding-top: 63%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .muji-article-item .life-img {
    padding-top: 109.375%;
  }
}
.muji-article-item .recycle {
  margin: 2.6041666667vw 0 0;
  border-bottom: 1px solid #707070;
  padding: 0 1.1979166667vw 1.6145833333vw;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .muji-article-item .recycle {
    margin: 8.2666666667vw 0 0;
    padding: 0 0 5.4666666667vw;
  }
}
.muji-article-item .recycle span {
  background: #555555;
  display: inline-block;
  padding: 0 3%;
  color: #fff;
  font-size: 0.9375vw;
  height: 1.6666666667vw;
  line-height: 1.4583333333vw;
  margin-bottom: 0.9375vw;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .muji-article-item .recycle span {
    font-size: 3.3333333333vw;
    margin-bottom: 2.1333333333vw;
    height: 5.7333333333vw;
    line-height: 5.0666666667vw;
  }
}
.muji-article-item .recycle p {
  font-size: 0.9375vw;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .muji-article-item .recycle p {
    font-size: 4vw;
    font-weight: 400;
  }
}
.muji-article-item .swiper-container.pagination-line .swiper-pagination {
  bottom: 1.0416666667vw !important;
}
@media only screen and (max-width: 768px) {
  .muji-article-item .swiper-container.pagination-line .swiper-pagination {
    bottom: 5.3333333333vw !important;
  }
}
.muji-article-item .swiper-container.pagination-line .swiper-pagination-bullet {
  width: 3.125vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item
    .swiper-container.pagination-line
    .swiper-pagination-bullet {
    width: 13.3333333333vw;
  }
}
.muji-article-item-content {
  text-align: center;
  padding: 1.875vw 1.875vw 3.3333333333vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content {
    text-align: left;
    padding: 5.3333333333vw 6.6666666667vw 8vw;
  }
}
.muji-article-item-content.border-top {
  border-top: 1px solid #dddddd;
}
.muji-article-item-content .btn-line {
  margin-top: 1.0416666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .btn-line {
    margin-top: 4.2666666667vw;
  }
}
.muji-article-item-content h3 {
  font-size: 1.5625vw;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 1.4583333333vw;
  color: #1f1f1f;
  font-family: 'MUJIFont-Bold';
}
.muji-article-item-content h3 span,
.muji-article-item-content h3 span.pc {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content h3 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    font-weight: 700;
  }
  .muji-article-item-content h3 span.pc {
    display: none;
  }
}
.muji-article-item-content p {
  font-size: 0.9vw;
  line-height: 1.7;
  font-weight: 400;
  color: #555555;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content p {
    font-size: 4vw;
    text-align: justify;
  }
}
.muji-article-item-content p.notice {
  margin-top: 1.71875vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content p.notice {
    margin-top: 6.2666666667vw;
  }
}
.muji-article-item-content p.notice small {
  font-size: 0.8333333333vw;
  color: #555555;
  display: block;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content p.notice small {
    font-size: 2.8vw;
  }
}
.muji-article-item-content .popup-info {
  position: absolute;
  bottom: 0;
  left: 6.40625vw;
  -webkit-transform: translateY(85%);
  transform: translateY(85%);
  background: #fff;
  border-radius: 0.5208333333vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 27.0833333333vw;
  padding: 1.5625vw 1.5625vw;
  opacity: 0;
  z-index: -1;
  display: none;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info {
    width: 74.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 7.8666666667vw 4.4vw 4.2666666667vw;
    left: 5.3333333333vw;
    -webkit-transform: translateY(95%);
    transform: translateY(95%);
  }
}
.muji-article-item-content .popup-info.active {
  z-index: 9;
  opacity: 1;
  display: block;
}
.muji-article-item-content .popup-info .btn-close {
  display: inline-block;
  position: absolute;
  top: 1.1458333333vw;
  right: 1.1458333333vw;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  background: url('../images/btn-close.png') center/100% no-repeat;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info .btn-close {
    top: 3.8666666667vw;
    right: 3.8666666667vw;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.muji-article-item-content .popup-info h4 {
  font-size: 1.7708333333vw;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 0.625vw;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info h4 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.muji-article-item-content .popup-info h4 .product-tag {
  font-size: 0.7291666667vw;
  color: white;
  font-weight: 400;
  padding: 0.0520833333vw 0.5208333333vw 0.15625vw;
  border-radius: 0.7291666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info h4 .product-tag {
    font-size: 2.6666666667vw;
    padding: 0.1333333333vw 1.4666666667vw 0.9333333333vw;
    border-radius: 2vw;
    display: inline-block;
  }
}
.muji-article-item-content .popup-info h4 .product-tag.is-tag1 {
  background-color: #bcb0a0;
  margin: 0 0.3125vw 0 0.46875vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info h4 .product-tag.is-tag1 {
    margin: 0 0.8vw 0 1.0666666667vw;
  }
}
.muji-article-item-content .popup-info h4 .product-tag.is-tag2 {
  background-color: #8db0c4;
}
.muji-article-item-content .popup-info h4 span.product-price {
  color: #555555;
  font-size: 0.78125vw;
  font-weight: 700;
  font-family: 'MUJIFont-Bold';
  padding-left: 1.0416666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info h4 span.product-price {
    padding-left: 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
.muji-article-item-content .popup-info h4 span.product-price span {
  font-size: 1.4583333333vw;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 1px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info h4 span.product-price span {
    font-size: 4.2666666667vw;
  }
}
.muji-article-item-content .popup-info p {
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #555555;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info p {
    font-size: 4vw;
  }
}
.muji-article-item-content .popup-info .popup-info-footer {
  margin-top: 1.0416666667vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info .popup-info-footer {
    margin-top: 4vw;
  }
}
.muji-article-item-content .popup-info .popup-info-footer .product-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.muji-article-item-content .popup-info .popup-info-footer .product-icons-img {
  width: 3.125vw;
  margin-right: 0.5208333333vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .popup-info .popup-info-footer .product-icons-img {
    width: 13.3333333333vw;
    margin-right: 3.2vw;
  }
}
.muji-article-item-content
  .popup-info
  .popup-info-footer
  .product-icons-img
  img {
  width: 100%;
  height: auto;
}
.muji-article-item-content .step-area {
  margin: 3.8541666667vw 0 7.2916666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area {
    margin: 9.3333333333vw 0 0;
    text-align: center;
  }
}
.muji-article-item-content .step-area .step-main {
  font-size: 1.5625vw;
  color: #1f1f1f;
  border-bottom: 0.2083333333vw solid #1f1f1f;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 0.625vw;
  margin-bottom: 3.3333333333vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area .step-main {
    font-size: 4.8vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 7.6vw;
    border-bottom: 0.6666666667vw solid #1f1f1f;
  }
}
.muji-article-item-content .step-area ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area ul {
    flex-direction: column;
    width: 68.2666666667vw;
    margin: 0 auto;
  }
}
.muji-article-item-content .step-area ul .step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.34375vw;
  color: #4b4b4b;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area ul .step-item {
    margin-left: 0;
    margin-bottom: 8vw;
    position: relative;
  }
}
.muji-article-item-content .step-area ul .step-item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area ul .step-item:last-child {
    margin-bottom: 0;
  }
}
.muji-article-item-content .step-area ul .step-item:last-child::after {
  display: none;
}
.muji-article-item-content .step-area ul .step-item:after {
  content: '';
  display: inline-block;
  width: 1.5625vw;
  height: 1.71875vw;
  background: url(../images/icon-arrow-green.png) center center/100% no-repeat;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area ul .step-item:after {
    position: absolute;
    right: 25%;
    bottom: 0;
    width: 6vw;
    height: 6.5333333333vw;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(50%, 100%) rotate(90deg);
    transform: translate(50%, 100%) rotate(90deg);
  }
}
.muji-article-item-content .step-area ul .step-item .left {
  margin-right: 1.0416666667vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area ul .step-item .left {
    order: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    width: 44.2666666667vw;
    padding-left: 5.8666666667vw;
    margin-right: 0;
  }
}
.muji-article-item-content .step-area ul .step-item .left .step-title {
  font-size: 1.09375vw;
  font-weight: 500;
  margin-bottom: 1.0416666667vw;
}
.muji-article-item-content .step-area ul .step-item .left .step-title span.big {
  font-size: 2.2916666667vw;
  font-weight: 300;
  display: inline-block;
  vertical-align: sub;
  margin-left: 6%;
  font-family: 'MUJIFont-Regular';
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content
    .step-area
    ul
    .step-item
    .left
    .step-title
    span.big {
    font-size: 8.5333333333vw;
    margin-right: 2.5333333333vw;
    margin-left: 0;
  }
}
.muji-article-item-content .step-area ul .step-item .left .step-text {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area ul .step-item .left .step-text {
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.7;
  }
}
.muji-article-item-content .step-area ul .step-item .right {
  width: 9.375vw;
}
@media only screen and (max-width: 768px) {
  .muji-article-item-content .step-area ul .step-item .right {
    width: 26.6666666667vw;
    order: 1;
  }
}
.muji-article-item-content .step-area ul .step-item .right img {
  width: 100%;
  height: auto;
}

.btn-line {
  height: 1.9270833333vw;
  line-height: 1.71875vw;
  border: 1px solid #555555;
  color: #555555;
  border-radius: 1.9270833333vw;
  cursor: pointer;
  font-size: 0.78125vw;
  display: inline-block;
  padding: 0 2.5%;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-line {
    height: 10vw;
    line-height: 9.2vw;
    border-radius: 10vw;
    font-size: 3.4666666667vw;
    padding: 0 6%;
  }
}
.btn-line:hover {
  background: #555555;
  color: #fff;
}

[v-cloak] * {
  display: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 1;
}

.example {
  display: grid;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: linear-gradient(to bottom, white, black);
}
