/* //////////////////////////////////////////////////

Title : style.scss
For   : Page/issue/LP/issue216/

Created       : 2025-07-08
Last Modified : 2025-07-08

==========================================

Content

////////////////////////////////////////////////// */
/**
 * variables, layouts
 */
body {
  background-color: var(--color-white);
}

#issue216 {
  --color-black: #000;
  --color-white: #fff;
  --font-noto: "Noto Serif JP", serif;
  --font-garamond: "garamond-premier-pro-display", serif;
  --font-ja: var(--font-noto);
  --zindex-behind: -1;
  --zindex-base: 1;
  --zindex-overlay: 10;
  --zindex-float: 20;
  --container-fluid: 100%;
  --container-wide: 2100px;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  color: var(--color-black);
  font-family: var(--font-noto);
  font-weight: var(--font-weight-regular);
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /* font-variant-alternates: proportional-width; */
  font-style: normal; 
  text-align: center;
}

#issue216 p{
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
/* 
font-family: "garamond-premier-pro-display", serif;
font-weight: 400;
font-style: normal; */

.lp-miesrohe__shell {
  container-type: inline-size;
  container-name: miesroheContainer;
}

#issue216 {
  --pc-width: 2100;
  --sp-width: 750;
  --pc-artboard-width: 600.4066;
  --sp-artboard-width: 750;
}

@media (min-width: 2100px) {
  #issue216 {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: 1px;
  }

  #breadlist {
    margin: 30px auto 43px;
  }
}
@media (min-width: 768px) and (max-width: 2100px) {
  #issue216 {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
@media (max-width: 767px) {
  #issue216 {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
  #breadlist{
        padding: 14px 10px 37px;
  }
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  #issue216 {
    --reference-value: 100vw / 750;
    --rate: var(--reference-value);
  }
  #issue216 .hidden-small {
    display: none !important;
  }

  _::-webkit-full-page-media, _:future, :root #issue216 p{
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  #issue216 {
    --reference-value: .1rem;
    --dsesktop-rate: calc(100vw / 2100);
    --rate: calc(100cqi / 750);
  }
  #issue216 .hidden-large {
    display: none !important;
  }
  .lp-miesrohe__shell {
    max-width: 550px;
    width: 28.7206266319vw;
    margin-inline: auto;
  }
}
/**
 * common
 */
/* .header .header-inner {
  display: none;
}

#header {
  display: none;
} */

@media screen and (max-width: 767px){
  /* .lp-miesrohe{
      padding-top: calc(180 * (100vw / 750));
  } */

  #Contents{
    padding-top: calc(80 * (100vw / 375)) !important;
  }

  .main-area{
    margin-top: calc(10 * (100vw / 375));
  }


}

@media screen and (min-width: 768px) {
  #Wrap {
      padding-top: 5rem;
  }

  .header .header-logo{
    display: none !important;
  }

  #Contents {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}

/* #Wrap {
  -webkit-padding-before: 0 !important;
          padding-block-start: 0 !important;
} */



#breadcrumb {
  display: none;
}

.lp-miesrohe {
  font-family: var(--font-en);
}
.lp-miesrohe img,
.lp-miesrohe picture {
  display: var(--display, block);
}
.lp-miesrohe img,
.lp-miesrohe video,
.lp-miesrohe svg {
  width: 100%;
  height: auto;
}
.lp-miesrohe iframe {
  width: 100%;
  height: 100%;
}
.lp-miesrohe a {
  display: var(--display, inline-block);
}
.lp-miesrohe a:has(img) {
  --display: block;
}
.lp-miesrohe a.swiper-wrapper {
  --display: flex;
}
.lp-miesrohe * {
  box-sizing: border-box;
}
.lp-miesrohe button {
  padding: 0;
  background: inherit;
  border: none;
  outline: none;
}

.carouselPager {
  position: absolute;
  bottom: calc(20 * var(--variable) * var(--ratio)) !important;
  right: calc(13 * var(--variable) * var(--ratio)) !important;
  left: auto !important;
  display: flex;
  -moz-column-gap: calc(10 * var(--rate));
  column-gap: calc(7 * var(--rate));
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: var(--zindex-float);
}
.carouselPager__dots,
.carouselPager .swiper-pagination-bullet {
  border: 1px solid var(--color-dots-modify, var(--color-white));
  position: relative;
  display: block;
  width: calc(10 * var(--rate));
  height: calc(10 * var(--rate));
  padding: 0;
  border-radius: 100vh;
  outline: none;
  background: none;
  opacity: 1;
}
.carouselPager__dots.is-active,
.carouselPager .swiper-pagination-bullet.is-active {
  background-color: var(--color-dots-modify, var(--color-white));
}
.carouselPager__dots-active,
.carouselPager .swiper-pagination-bullet-active {
  background-color: var(--color-dots-modify, var(--color-white));
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .main-area {
    -webkit-padding-before: 0 !important;
            padding-block-start: 0 !important;
  }
  .footer {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
/* --- for large viewport --- */

.lp-miesrohe__title {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-padding-start: calc(177 * var(--dsesktop-rate));
          padding-inline-start: calc(177 * var(--dsesktop-rate));
  -webkit-padding-end: calc(257 * var(--dsesktop-rate));
          padding-inline-end: calc(257 * var(--dsesktop-rate));
  pointer-events: none;
  z-index: var(--zindex-base);
}

.lp-miesrohe__title--primary {
  width: calc(374.123 * var(--dsesktop-rate));
}

.lp-miesrohe__title--secondary .lp-miesrohe__link-button {
  font-family: var(--font-garamond);
  position: relative;
  font-size: calc(24 * var(--dsesktop-rate));
  letter-spacing: 0.06em;
  word-spacing: calc(6 * var(--variable) * var(--ratio));
  padding-bottom: calc(20 * var(--variable)* var(--ratio));
  pointer-events: all;
}

.lp-miesrohe__title--secondary .lp-miesrohe__link-button::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: var(--color-black);
}

.lp-miesrohe__title--secondary .lp-miesrohe__link-button.is-visible::after{
  width: calc(130 * var(--dsesktop-rate));
}


/** ================= 
 * main contents
 =================  */
 .cls-1 {
  fill: #fff;
}


/** ==================================
 * mainvisual
 ================================== */
 .lp-miesrohe__contents-wrapper{
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.main_ttl__wrapper{
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  bottom: calc(322 * var(--variable)* var(--ratio));
  margin-left: calc(60 * var(--variable)* var(--ratio));
  pointer-events: none;
}

.main_subtitle{
  width: calc(324.2383 * var(--variable)* var(--ratio));
  margin-bottom: calc(40 * var(--variable)* var(--ratio));
}

/* _::-webkit-full-page-media, _:future, :root .main_subtitle{
  transform: translateX(calc(-5 * var(--variable)* var(--ratio)));
} */

/* @media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .main_subtitle{
    transform: translateX(calc(-10 * var(--variable)* var(--ratio)));
  }
} */

.main_title{
  width: calc(362.777 * var(--variable)* var(--ratio));
}


/* ----------------- .lead-txt__wrapper */
.lead-txt__wrapper{
  display: flex;
  flex-direction: column;
  row-gap: calc(37 * var(--variable)* var(--ratio));
  margin: calc(135 * var(--variable)* var(--ratio)) 0 calc(140 * var(--variable)* var(--ratio));
}

.lead-txt{
  width: calc(510.4023 * var(--variable)* var(--ratio));
  margin: 0 auto;
  /* font-size: calc(22 * var(--variable)* var(--ratio));
  font-family: var(--font-noto);
  line-height: 2;
  letter-spacing: 0.12em; */
}

.highlighter{
  position: relative;
  z-index: 1;
}

.highlighter::before{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(-3 * var(--variable)* var(--ratio));
  width: calc(284 * var(--variable)* var(--ratio));
  height: calc(16 * var(--variable)* var(--ratio));
  background-color: #d8d8dd;
}

.undermv_img{
  position: relative;
  z-index: 1;
  margin-bottom: calc(126 * var(--variable)* var(--ratio));
}

.nvm-left{
  position: absolute;
  z-index: 10;
  width: calc(258.8672 * var(--variable)* var(--ratio));
  top: 10.5%;
  left: calc(50 * var(--variable)* var(--ratio));
  pointer-events: none;
}
/** ==================================
 * section
 ================================== */
/* ----------------- 共通 */
.number{
  position: relative;
}

.number span{
  background-color: #fff;
  font-family: var(--font-garamond);
  font-size: calc(72 * var(--variable)* var(--ratio));
  padding: 0 calc(40 * var(--variable) * var(--ratio));
  letter-spacing: 0.06em;
}

.txt{
  font-family: var(--font-garamond);
  font-size: calc(32 * var(--variable)* var(--ratio));
  letter-spacing: 0.06em;
}

.detail_ttl{
  font-size: calc(24 * var(--variable)* var(--ratio));
  font-weight: var(--font-weight-bold);
  line-height: 1;
  padding-bottom: calc(27 * var(--variable)* var(--ratio));
}

.detail_ttl:nth-of-type(2) {
  padding-top: calc(49 * var(--variable) * var(--ratio));
}

.detail_txt01{
  font-size: calc(22 * var(--variable)* var(--ratio));
  letter-spacing: 0.12em;
  line-height: 2;
  padding-top: calc(73 * var(--variable) * var(--ratio));
  padding-bottom: calc(65 * var(--variable)* var(--ratio));
}

.detail_txt02{
  font-size: calc(20 * var(--variable)* var(--ratio));
  line-height: 2;
  letter-spacing: 0.12em;
}

.section.--02 .detail_txt02{
  padding-top: calc(68 * var(--variable) * var(--ratio));
  padding-bottom: calc(10 * var(--variable) * var(--ratio));
}

.section.--02 .trigger.is-show{
  margin-top: calc(60 * var(--variable) * var(--ratio));
}

.detail_txt02:nth-of-type(1){
  padding-bottom: calc(80 * var(--variable)* var(--ratio));
}

.sec01-item01,
.sec02-item01{
  width: calc(520 * var(--variable)* var(--ratio));
  margin: 0 auto calc(75 * var(--variable)* var(--ratio));
}

.exclusive-edition_ttl{
  font-size: calc(36 * var(--variable)* var(--ratio));
  font-family: var(--font-garamond);
  line-height: 1;
  margin-bottom: calc(32 * var(--variable)* var(--ratio));
  letter-spacing: 0.06em;
}

.exclusive-edition_txt{
  font-size: calc(20 * var(--variable)* var(--ratio));
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin-bottom: calc(113 * var(--variable)* var(--ratio));
}

.sec-img__wrapper{
  position: relative;
  align-self: 1;
  margin-bottom: calc(60 * var(--variable)* var(--ratio));
}

.img_ttl{
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.credit_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
  gap: calc(12 * var(--variable) * var(--ratio)) calc(3 * var(--variable) * var(--ratio));
  margin-top: calc(40 * var(--variable) * var(--ratio));
}

.credit{
  font-family: var(--font-garamond);
  font-size: calc(22 * var(--variable)* var(--ratio));
  letter-spacing: 0.06em;
  line-height: 1;
}

.other-color{
  font-size: calc(46 * var(--variable)* var(--ratio));
  font-family: var(--font-garamond);
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: calc(74 * var(--variable)* var(--ratio));
  padding-top: calc(140 * var(--variable) * var(--ratio));
}

.img-credit__wrapper{
  margin-bottom: calc(140 * var(--variable)* var(--ratio));
}

.section_ttl{
  margin-top: calc(45 * var(--variable) * var(--ratio));
}

.section_ttl svg{
  overflow: hidden;
  overflow-clip-margin: content-box;
  fill: none;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.section_ttl path.vsible {
  fill: #000;
}

/* ----------------- .sec01 */
.section.--01 .ttl01{
  width: calc(473.6982 * var(--variable)* var(--ratio));
  /* height: calc(37.1274 * var(--variable)* var(--ratio)); */
  margin-bottom: calc(30 * var(--variable) * var(--ratio));
}

.section.--01 .ttl02{
  width: calc(161.5 * var(--variable)* var(--ratio));
  /* height: calc(37.1274 * var(--variable)* var(--ratio)); */
}

.sec01-img01__wrapper .img_ttl{
  width: calc(50.3906 * var(--variable)* var(--ratio));
  top: calc(40 * var(--variable)* var(--ratio));
  right: calc(40 * var(--variable)* var(--ratio));
}

.sec01-img02{
  width: calc(580 * var(--variable)* var(--ratio));
  margin: 0 auto calc(60 * var(--variable)* var(--ratio)) 0;
}

.sec01-img03__wrapper{
  width: calc(520 * var(--variable)* var(--ratio));
  margin: 0 0 calc(140 * var(--variable)* var(--ratio)) auto;
}

.sec01-img03__wrapper .credit_list{
  width: calc(300 * var(--variable)* var(--ratio));
  justify-content: end;
  margin-left: auto;
  margin-right: calc(40 * var(--variable) * var(--ratio));
  margin-top: calc(36 * var(--variable) * var(--ratio));
}

.sec01-img04__wrapper{
  padding-top: calc(30 * var(--variable)* var(--ratio));
}

.sec01-img04__wrapper .img_ttl{
  width: calc(184.5693 * var(--variable)* var(--ratio));
  top: 0;
  left: calc(40 * var(--variable)* var(--ratio));
}

.sec01-img05,
.sec01-img06__wrapper{
  width: calc(560 * var(--variable)* var(--ratio));
  margin-right: auto;
  margin-left: auto;
}

.sec01-img05{
  margin-bottom: calc(30 * var(--variable)* var(--ratio));
}

.sec01-img06__wrapper .credit_list{
  justify-content: center;
  margin-top: calc(39 * var(--variable) * var(--ratio));
}

.sec01-img07__wrapper{
  padding-top: calc(30 * var(--variable)* var(--ratio));
}

.sec01-img07__wrapper .img_ttl{
  width: calc(340.5986 * var(--variable)* var(--ratio));
  top: 0;
  right: calc(40 * var(--variable)* var(--ratio));
}

.sec01-img08{
  width: calc(540 * var(--variable)* var(--ratio));
  margin-right: calc(40 * var(--variable)* var(--ratio));
  margin-left: auto;
  margin-bottom: calc(60 * var(--variable)* var(--ratio));
}

.sec01-img09__wrapper{
  width: calc(600 * var(--variable)* var(--ratio));
  margin-left: calc(40 * var(--variable)* var(--ratio));
  margin-right: auto;
}

.sec01-img10__wrapper .img_ttl{
  width: calc(49.4023 * var(--variable)* var(--ratio));
  top: calc(40 * var(--variable)* var(--ratio));
  left: calc(40 * var(--variable)* var(--ratio));
}

.sec01-img11{
  width: calc(520 * var(--variable)* var(--ratio));
  margin: 0 auto calc(60 * var(--variable)* var(--ratio));
}

.sec01-img12__wrapper{
  width: calc(660 * var(--variable)* var(--ratio));
  margin-left: auto;
  margin-right: auto;
}

.sec01-img12__wrapper .credit_list{
  width: calc(300 * var(--variable)* var(--ratio));
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  margin-top: calc(39 * var(--variable) * var(--ratio));
}

.sec01-img13__wrapper .img_ttl{
  width: calc(50.3906 * var(--variable)* var(--ratio));
  top: calc(40 * var(--variable)* var(--ratio));
  right: calc(40 * var(--variable)* var(--ratio));
}

.sec01-img14{
  width: calc(540 * var(--variable)* var(--ratio));
  margin: 0 auto calc(60 * var(--variable)* var(--ratio)) 0;
}

.sec01-img15__wrapper{
  width: calc(620 * var(--variable)* var(--ratio));
  margin: 0 0 calc(140 * var(--variable)* var(--ratio)) auto;
}

.sec01-img15__wrapper .credit_list{
  width: calc(315 * var(--variable) * var(--ratio));
  margin-left: auto;
  margin-right: calc(40 * var(--variable) * var(--ratio));
  margin-top: calc(38 * var(--variable) * var(--ratio));
  justify-content: end;
}

.sec01-img16__wrapper{
  margin-bottom: calc(126 * var(--variable)* var(--ratio));
}

.sec01-img16__wrapper .img_ttl{
  width: calc(260.5586 * var(--variable)* var(--ratio));
  right: calc(50 * var(--variable)* var(--ratio));
  top: 25%;
}

.sec01-txt{
  width: calc(642.6445 * var(--variable)* var(--ratio));
  height: calc(735.4395 * var(--variable) * var(--ratio));
  margin: 0 auto;
  padding-top: calc(82 * var(--variable) * var(--ratio));
}

/* ----------------- .sec02 */
.section.--02 .ttl01{
  width: calc(484.9842 * var(--variable)* var(--ratio));
  margin-bottom: calc(30 * var(--variable)* var(--ratio));
  /* height: calc(37.1274 * var(--variable)* var(--ratio)); */
}

.section.--02 .ttl02{
  width: calc(278.9316 * var(--variable)* var(--ratio));
  /* height: calc(37.1274 * var(--variable)* var(--ratio)); */
}

.sec02-img01__wrapper .img_ttl{
  width: calc(50.2383 * var(--variable)* var(--ratio));
  top: calc(40 * var(--variable)* var(--ratio));
  left: calc(40 * var(--variable)* var(--ratio));
}

.sec02-img02{
  width: calc(520 * var(--variable)* var(--ratio));
  margin: 0 calc(40 * var(--variable)* var(--ratio)) calc(60 * var(--variable)* var(--ratio))auto;
}

.sec02-img03__wrapper{
  width: calc(580 * var(--variable)* var(--ratio));
  margin-right: auto;
  margin-left: calc(40 * var(--variable) * var(--ratio));
}

.sec02-img04__wrapper .img_ttl{
  width: calc(50.3906 * var(--variable)* var(--ratio));
  top: calc(40 * var(--variable)* var(--ratio));
  right: calc(40 * var(--variable)* var(--ratio));
}

.sec02-img05,
.sec02-img06__wrapper{
  width: calc(560 * var(--variable)* var(--ratio));
  margin: 0 auto;
}

.sec02-img05{
  margin-bottom: calc(30 * var(--variable)* var(--ratio));
}

.sec02-img06__wrapper .credit_list {
  justify-content: center;
  margin-top: calc(37 * var(--variable) * var(--ratio));
}



section.lp-miesrohe__fotter{
  margin: calc(202 * var(--variable) * var(--ratio));
}
/** ==================================
 *  animation
 ================================== */

/* .js-show mv
==================================*/
.js-show .zoomout{
  overflow: hidden;
}

.js-show .zoomout__inner{
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.js-show.is-visible .zoomout__inner{
  opacity: 1;
  transform: scale(1);
}

.js-showdelay{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  transition-delay: 1s;
}

.js-showdelay.is-visible{
  opacity: 1;
  visibility: visible;
  animation: unset;
}

.js-titleAnim1 path{
  opacity: 0;
  transition: opacity 1.5s ease;
}

.js-titleAnim1 path.visible{
  opacity: 1;
}

/* .js-show number
==================================*/
.number .js-show.fade,
.js-show.fade,
.js-show.blur {
 opacity: 0;
}

/* ----------------- .fade */
.js-show.trigger.fade.is-visible,
.number .js-show.fade.is-visible{
  animation-delay: 1s;
}

.js-show.fade.is-visible {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fade-in 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  /* -webkit-animation-delay: var(--animation-delay, 0);
          animation-delay: var(--animation-delay, 0); */
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------- .blur */
.js-show.blur.is-visible {
  -webkit-animation: fade-blur 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fade-blur 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@-webkit-keyframes fade-blur {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade-blur {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

/* ----------------- .number */

.js-show.line::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 1px);
  left: 50%;
  width: 0;
  height: 1px;
  background-color: var(--color-black);
  transition: left .6s ease, width .6s ease;
  transition-delay: 2s;
}

.js-show.line.is-visible::before{
  left: 0%;
  width: 100%;
}

/* ----------------- .line-bottom */
.js-show.line-bottom{
  position: relative;
}

_::-webkit-full-page-media, _:future, :root .js-show.line-bottom {
  width: calc(750 * var(--variable)* var(--ratio));
  display: inline-block;
}

.js-show.line-bottom::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background-color: var(--color-black);
  transition: height 1s ease;
  margin-bottom: calc(40 * var(--variable)* var(--ratio));
}

.js-show.is-visible.line-bottom::before{
  height: calc(100 * var(--variable)* var(--ratio));
}


/* mv上タイトル
==================================*/
.js-titleAnim2 path {
  opacity: 0;
  transform: scaleY(-1);
  transform-origin: top;
  transition: transform 0.6s ease, opacity 0.6s ease;
  fill: none;
}

.section_title_anim.ttl01 path {
  animation-delay: 0s;
}
.section_title_anim.ttl02 path {
  animation-delay: 0.1s;
}

.js-titleAnim2 path.visible {
  opacity: 1;
  transform: scaleY(1);
  fill: #000;
}

/* accordion
==================================*/
.accordion__wrapper{
  transition: all 0.5s;
}

.accordion__wrapper.is-hide{
  position: relative;
  overflow: hidden;
  height: 0;
}

.trigger {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(15 * var(--variable)* var(--ratio));
  font-size: calc(28 * var(--variable)* var(--ratio));
  line-height: 1;
  margin: auto;
  cursor: pointer;
  transition: .2s ease;
  transition: 0.5s opacity;
  cursor: pointer;
  color: var(--color-black);
  margin: calc(80 * var(--variable)* var(--ratio)) auto calc(130 * var(--variable)* var(--ratio));
}

.trigger.is-show{
  margin-top: calc(72 * var(--variable)* var(--ratio));
  flex-direction: column-reverse;
}

.trigger .txt{
  display: block;
  width: 100%;
}

.trigger .arrow{
  position: relative;
  display: block;
  width: calc(34 * var(--variable)* var(--ratio));
  height: calc(18 * var(--variable)* var(--ratio));
  margin: auto;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes a {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}


.trigger .arrow:before{
  content: '';
  width: calc(24.0702 * var(--variable) * var(--ratio));
  height: calc(24.0702 * var(--variable) * var(--ratio));
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: calc(-15 * var(--variable) * var(--ratio));
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  transform: rotate(45deg);
}

.trigger.is-show .arrow:before{
  transform: rotate(225deg);
  top: calc(12 * var(--variable)* var(--ratio));
}

/* .footer
==================================*/
.lp-miesrohe__link-button {
  font-family: var(--font-garamond);
  font-size: calc(31 * var(--variable)* var(--ratio));
  letter-spacing: 0.06em;
  line-height: 1;
  --display: inline-grid;
  grid-template-columns: auto;
  row-gap: calc(20 * var(--variable)* var(--ratio));
}
.lp-miesrohe__link-button::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-inline: auto;
  background-color: var(--color-black);
  transition: all 1s ease;
}


.lp-miesrohe__link-button.is-visible::after {
  width: calc(150 * var(--variable)* var(--ratio));
}
