html,
body {
  font-size: 62.5%;
}

.main-contents {
  box-sizing: border-box;
  color: #000;
  margin-top: 12rem;
  font-family: 'usual', sans-serif;
}

.main-contents * {
  font-weight: inherit;
}

.main-contents ::before,
.main-contents ::after {
  pointer-events: none;
}

.main-contents a,
.main-contents picture {
  display: block;
}

.main-contents video,
.main-contents img {
  width: 100%;
  height: auto;
}

.main-contents a:link,
.main-contents h2,
.main-contents h3,
.main-contents h4,
.main-contents h5,
.main-contents h6 {
  color: inherit;
}

.main-contents [data-anime^="fade"] {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.main-contents [data-anime^="fade"].js-anime-show {
  opacity: 1;
  transform: none;
  transform: scale(1);
}

.main-contents [data-anime="fade-up"] {
  transform: translate(0, 50px);
}

.main-contents [data-anime="fade-down"] {
  transform: translate(0, -50px);
}

.main-contents [data-anime="fade-left"] {
  transform: translate(-50px, 0);
}

.main-contents [data-anime="fade-right"] {
  transform: translate(50px, 0);
}

.main-contents [data-anime="fade-in"] {
  transform: translate3d(0, 0, 0) scale(1.05);
}

.main-contents [data-anime="fade-out"] {
  transform: scale(1.5);
  transition: transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.main-contents [data-anime^="horizontal"] {
  position: relative;
}

.main-contents [data-anime^="horizontal"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0, 1);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s;
}

.main-contents [data-anime^="horizontal"].js-anime-show::before {
  transform: scale(1);
}

.main-contents [data-anime^="line"] {
  background-color: #707070;
  display: block;
  width: 160rem;
  height: 1px;
  margin: 0 auto;
  transform: scale(0, 1);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s;
}

.main-contents [data-anime^="line"].js-anime-show {
  transform: scale(1);
}

.main-contents [data-anime="line-center"] {
  transform-origin: center top;
}

.main-contents [data-anime="line-left"] {
  transform-origin: left;
}

.main-contents [data-anime^="vertical"] {
  position: relative;
}

.main-contents [data-anime^="vertical"]::before {
  content: "";
  background-color: #FFFDF5;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s;
}

.main-contents [data-anime^="vertical"].js-anime-show::before {
  transform: scale(1, 0);
}

.main-contents [data-anime="horizontal-center"]::before {
  transform-origin: center top;
}

.main-contents [data-anime="horizontal-left"]::before {
  transform-origin: left;
}

.main-contents [data-anime="horizontal-right"]::before {
  transform-origin: right;
}

.main-contents [data-anime="vertical-center"]::before {
  transform-origin: center top;
}

.main-contents [data-anime="vertical-top"]::before {
  transform-origin: top;
}

.main-contents [data-anime="vertical-bottom"]::before {
  transform-origin: bottom;
}

.main-contents .text-new-line {
  display: block;
}

.main-contents .grid-container {
  display: grid;
  justify-items: flex-start;
  align-items: flex-start;
}

.main-contents .pseudo-parent {
  position: relative;
}

.main-contents .pseudo-parent::before,
.main-contents .pseudo-parent::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.main-area .main-inner {
  overflow-x: visible;
  max-width: none;
  width: 100%;
}

.main-contents .credit-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.9rem auto 0;
}

.main-contents .credit-wrapper__link {
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  pointer-events: all;
}

.main-contents .credit-wrapper__link.coming-soon {
  pointer-events: none;
}

.main-contents .credit-wrapper__link.coming-soon span {
  font-size: 1rem;
  margin-left: 0.3rem;
}

.main-contents .credit-wrapper__price {
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: 500;
  font-style: normal;
}

.main-contents .allitem {
  margin-top: 16.9rem;
}

.main-contents .allitem__link {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  font-style: normal;
}

.main-contents .allitem__border {
  width: 12rem;
  margin: 2rem auto 0;
}

.main-contents .text-en {
  font-family: 'usual', sans-serif;
  font-weight: 600;
}

.main-contents .text-jp {
  font-family: 'Noto Sans', 'noto-sans', 'Noto Sans JP', sans-serif;
}

.main-contents .summary-wrapper__name--en {
  font-size: 2.5rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}

.main-contents .summary-wrapper__name--jp {
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  margin-top: 1.6rem;
}

.main-contents .summary-wrapper__item {
  width: 50rem;
  margin: 2.7rem auto 0;
}

.main-contents .summary-wrapper__lead {
  font-size: 1.7rem;
  line-height: 2.35;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  margin-top: 2.7rem;
}

.main-contents .summary-wrapper__credit-wrapper {
  margin-top: 2.7rem;
}

.main-contents .model-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-contents .model-wrapper__size {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.main-contents .model-wrapper__each {
  width: 69.4rem;
}

.main-contents .model-wrapper__function {
  margin-top: 4.6rem;
  position: relative;
}

.main-contents .swiper-container {
  width: 69.4rem;
}

.main-contents .swiper-slide {
  width: 48.4rem;
  margin: 0 2rem;
}

.main-contents .swiper-button-prev,
.main-contents .swiper-button-next {
  width: 1.8rem;
  height: 2.2rem;
  margin: 0;
  top: -0.15rem;
}

.main-contents .swiper-button-prev {
  left: 21rem;
}

.main-contents .swiper-button-next {
  right: 21.4rem;
}

.main-contents .swiper-button-prev:after,
.main-contents .swiper-container-rtl .swiper-button-next:after,
.main-contents .swiper-button-next:after,
.main-contents .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-contents .swiper-button-prev:after,
.main-contents .swiper-container-rtl .swiper-button-prev:after {
  background-image: url(/Contents/ImagesPkg/Miesrohe/common/arrow_prev.svg);
}

.main-contents .swiper-button-next:after,
.main-contents .swiper-container-rtl .swiper-button-next:after {
  background-image: url(/Contents/ImagesPkg/Miesrohe/common/arrow_next.svg);
}

.main-contents .firstview__outer {
  width: 210rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  left: 0.5rem;
}

.main-contents .firstview__introduction {
  margin: 28.1rem 0 0 19.4rem;
}

.main-contents .firstview__heading {
  font-size: 4.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  font-style: normal;
}

.main-contents .firstview__img-wrapper {
  width: 60.9rem;
  margin-left: 7rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-contents .firstview__img {
  order: 1;
  margin-top: 2rem;
}

.main-contents .firstview__index {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
}

.main-contents .firstview__index .text-jp {
  font-weight: 600;
  font-style: normal;
}

.main-contents .firstview__lead--en {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  margin-top: 2.4rem;
}

.main-contents .firstview__lead--jp {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.03em;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  margin: 30.3rem 0 0 9.6rem;
}

.main-contents .product__outer {
  max-width: 210rem;
  margin: 14.5rem auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.product:nth-child(even) .model-wrapper {
  margin-left: 29.9rem;
}

.product:nth-child(even) .summary-wrapper {
  order: 1;
}

.main-contents .sustainable {
  margin-top: 11rem;
}

.main-contents .sustainable .summary-wrapper {
  margin: 0.9rem 0 0 18rem;
}

.main-contents .sustainable .summary-wrapper__lead {
  margin-top: 2.2rem;
}

.main-contents .organic {
  margin-top: 15rem;
}

.main-contents .organic .summary-wrapper {
  margin: 1rem 0 0 43rem;
}

.main-contents .organic .summary-wrapper__lead {
  margin-top: 2rem;
}

.main-contents .organic .model-wrapper {
  margin-left: 17.8rem;
}

.main-contents .sleeveless {
  margin-top: 14.9rem;
}

.main-contents .sleeveless .summary-wrapper {
  margin: -0.9rem 0 0 18rem;
}

.main-contents .sleeveless .summary-wrapper__item {
  margin-top: 4.3rem;
}

.main-contents .sleeveless .summary-wrapper__lead {
  margin-top: 4rem;
}

@media only screen and (min-width: 768px) {
  .main-contents .firstview {
    overflow: hidden;
  }

  .main-contents .firstview__introduction,
  .main-contents .firstview__img-wrapper {
    transition-delay: .8s;
  }

  .main-contents .sp-contents {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 2100px) {

  html,
  body {
    font-size: calc(10 * (100vw / 2100));
  }
}

@media only screen and (max-width: 767px) {

  html,
  body {
    font-size: calc(10 * (100vw / 375));
  }

  .main-contents video _:lang(x)+_:-webkit-full-screen-document,
  .main-contents video {
    object-fit: fill;
  }

  .main-contents [data-anime^="line"] {
    width: calc(313 * (100vw / 375));
  }

  .main-contents {
    margin: calc(22 * (100vw / 375)) 0 calc(94 * (100vw / 375));
  }

  .main-contents .credit-wrapper {
    margin: 0;
  }

  .main-contents .credit-wrapper__link {
    font-size: calc(12 * (100vw / 375));
    line-height: 1.92;
    text-align: left;
  }

  .main-contents .credit-wrapper__link.coming-soon span {
    font-size: calc(10 * (100vw / 750));
    margin-left: calc(5 * (100vw / 750));
  }

  .main-contents .credit-wrapper__price {
    font-size: calc(13 * (100vw / 375));
    line-height: 1.77;
  }

  .main-contents .allitem {
    margin-top: calc(77 * (100vw / 375));
  }

  .main-contents .allitem__link {
    font-size: calc(13 * (100vw / 375));
    line-height: 1.85;
  }

  .main-contents .allitem__border {
    width: calc(75 * (100vw / 375));
    margin-top: calc(1 * (100vw / 375));
  }

  .main-contents .summary-wrapper {
    margin-top: calc(30 * (100vw / 375));
  }

  .main-contents .summary-wrapper__name--en {
    font-size: calc(16 * (100vw / 375));
    line-height: 1.44;
  }

  .main-contents .summary-wrapper__name--jp {
    font-size: calc(13 * (100vw / 375));
    line-height: 2.31;
    margin-top: calc(9 * (100vw / 375));
  }

  .main-contents .summary-wrapper__item {
    width: calc(320 * (100vw / 375));
    margin-top: calc(18 * (100vw / 375));
  }

  .main-contents .summary-wrapper__lead {
    font-size: calc(12 * (100vw / 375));
    line-height: 2.1;
    margin-top: calc(16 * (100vw / 375));
  }

  .main-contents .model-wrapper {
    flex-wrap: wrap;
    width: calc(375 * (100vw / 375));
    margin-top: calc(70 * (100vw / 375));
  }

  .main-contents .model-wrapper__size {
    font-size: calc(12 * (100vw / 375));
    order: 1;
    text-align: left;
    padding-left: calc(8 * (100vw / 375));
    margin-top: calc(30 * (100vw / 375));
    position: relative;
  }

  .main-contents .model-wrapper__each {
    width: calc(375 * (100vw / 375));
  }

  .main-contents .model-wrapper__each:not(:nth-of-type(1)) {
    margin-top: calc(62 * (100vw / 375));
  }

  .main-contents .model-wrapper__function {
    margin: calc(17 * (100vw / 375)) 0 0 calc(53 * (100vw / 375));
    display: flex;
    flex-direction: column;
  }

  .main-contents .model-wrapper__size::before {
    content: "-";
    position: absolute;
    left: 0;
  }

  .main-contents .swiper-container {
    width: calc(375 * (100vw / 375));
  }

  .main-contents .swiper-slide {
    width: calc(268 * (100vw / 375));
    margin: 0 calc(10 * (100vw / 375));
  }

  .main-contents .firstview__outer {
    width: calc(375 * (100vw / 375));
    align-items: center;
    flex-direction: column;
    left: 0;
  }

  .main-contents .firstview__introduction {
    margin: 0;
  }

  .main-contents .firstview__heading {
    font-size: calc(32 * (100vw / 375));
  }

  .main-contents .firstview__img-wrapper {
    width: calc(328 * (100vw / 375));
    margin: calc(23 * (100vw / 375)) 0 0;
  }

  .main-contents .firstview__img {
    order: 0;
    margin-top: 0;
  }

  .main-contents .firstview__index {
    font-size: calc(10 * (100vw / 375));
    width: 100%;
    margin-top: calc(9 * (100vw / 375));
  }

  .main-contents .firstview__lead--en {
    font-size: calc(10 * (100vw / 375));
    margin-top: calc(10 * (100vw / 375));
  }

  .main-contents .firstview__lead--jp {
    font-size: calc(12 * (100vw / 375));
    line-height: 2.25;
    text-align: center;
    margin: calc(42 * (100vw / 375)) 0 0;
  }

  .main-contents .product__outer {
    width: 100%;
    margin-top: calc(62 * (100vw / 750));
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-contents .product .model-wrapper {
    margin: calc(70 * (100vw / 375)) 0 0;
  }

  .main-contents .product .summary-wrapper {
    margin: 0;
  }

  .product:nth-child(even) .summary-wrapper {
    order: 0;
  }

  .main-contents .sustainable {
    margin-top: calc(50 * (100vw / 375));
  }


  .main-contents .sustainable .summary-wrapper__lead {
    margin-top: calc(18 * (100vw / 375));
  }

  .main-contents .organic {
    margin-top: calc(38 * (100vw / 375));
  }

  .main-contents .sleeveless {
    margin-top: calc(38 * (100vw / 375));
  }

  .main-contents .sleeveless .summary-wrapper__item {
    margin-top: calc(27 * (100vw / 375));
  }

  .main-contents .sleeveless .summary-wrapper__lead {
    margin-top: calc(30 * (100vw / 375));
  }

  .main-contents .pc-contents {
    display: none;
  }
}