@charset "UTF-8";

@font-face {
  font-family: 'GT Alpina Light';
  font-weight: 300;
  src: url("../font/GT-Alpina-Standard-Light-Trial.otf");
}
@font-face {
  font-family: 'GT Alpina Trial';
  font-weight: 300;
  src: url("../font/GT-Alpina-Standard-Thin-Trial.otf");
}

/* ▽ 全LP共通 ▽ */
.all_wrap img ,
.all_wrap video {
  width: 100%;
}

.all_wrap .fl {
  display: flex;
  flex-wrap: wrap;
}

.all_wrap a:hover {
  opacity: .8;
}

#Header {
  display: none;
  background: #fff;
  z-index: 999;
  position: relative;
}

#Header.active {
  display: block;
}

#mainLP_Contents ,
.main-area.lp {
  overflow: hidden;
}

#mainLP_Contents ,
.main-area.lp.active {
  overflow: unset;
}

/* △ 全LP共通 △ */

/* mv_wrap */
.mv_wrap {
  position: relative;
  width: 100%;
  /* height: 88rem; */
  height: 100%;
  padding-bottom: 5rem;
}

.mv_wrap .mv {
  width: 100%;
  top: 0;
}

.mv_wrap .mv01 {
  position: absolute;
  transform: translateY(0);
  z-index: 3;
}

.mv_wrap .mv01.active {
  transition: transform 1.5s;
  transform: translateY(-100%);
}

.mv_wrap .mv02 {
  position: relative;
  opacity: 1;
  z-index: 2;
}

.mv_wrap .mv02.active {
  position: absolute;
  transition: transform 2s, opacity 2s;
  opacity: 0;
}

/* .mv_wrap .mv03 {
  transform: scale(1.1);
  opacity: 0;
  z-index: 1;
}

.mv_wrap .mv03.active {
  transform: scale(1);
  transition: transform 2s, opacity 2s;
  opacity: 1;
  position: relative;
} */

/* fade */
.all_wrap .fade_up {
  transform: translateY(50px);
  opacity: 0;
}

.all_wrap .fade_up.active {
  transition: transform 1.5s, opacity 1.5s;
  transform: translateY(0);
  opacity: 1;
}

/* slick */
.slick-dots {
  margin: auto 0;
  position: relative;
  top: calc(35*(100vw / 1200));
}

.slick-dots li button {
  width: calc(4*(100vw / 1200));
  height: calc(4*(100vw / 1200));
  border-radius: 50%;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li:nth-child(1) {
  margin-right: calc(5*(100vw / 1200));
}

/* LP全体共通 */
.all_wrap {
  font-family: 'GT Alpina Light', serif;
  color: #000;
  letter-spacing: 0.04em;
  background: #F5F5F2;
}

.content_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

/* follow共通 */
.follow {
  width: calc(345*(100vw / 1200));
  top: calc(90*(100vw / 1200));
  height: fit-content;
  margin-left: calc(25*(100vw / 1200));
  font-family: 'GT Alpina Trial', serif;
}

.follow02 {
  margin-top: calc(130*(100vw / 1200));
}

.follow03 {
  width: calc(335*(100vw / 1200));
}

.follow_ttl {
  padding-top: calc(22*(100vw / 1200));
  font-size: calc(13*(100vw / 1200));
  line-height: 1.4;
}

.follow_txt {
  padding-top: calc(10*(100vw / 1200));
  font-size: calc(10*(100vw / 1200));
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* section共通 */
.credit {
  font-size: calc(8*(100vw / 1200));
  letter-spacing: 0.02em;
  line-height: 1.8;
}

/* sec01 */
.content_wrapper--sec01 {
  justify-content: space-between;
  width: calc(710*(100vw / 1200));
  margin-left: auto;
  margin-right: calc(25*(100vw / 1200));
}

.content_wrapper--sec01 .credit {
  padding-top: calc(20*(100vw / 1200));
}

.content_wrapper--sec01 .box01 {
  width: calc(305*(100vw / 1200));
}

.content_wrapper--sec01 .box02 {
  width: calc(395*(100vw / 1200));
}

/* sec02 */
.content_wrapper--sec02 {
  width: 100%;
  padding-top: calc(120*(100vw / 1200));
}

.content_wrapper--sec02 .credit {
  padding-top: calc(10*(100vw / 1200));
}

.content_wrapper--sec02 .box {
  width: calc(350*(100vw / 1200));
  margin-left: auto;
  margin-right: calc(325*(100vw / 1200));
}

/* sec03 */
.content_wrapper--sec03 {
  justify-content: space-between;
  width: calc(735*(100vw / 1200));
  margin-left: auto;
  padding-top: calc(120*(100vw / 1200));
}

.content_wrapper--sec03 .credit {
  padding-top: calc(5*(100vw / 1200));
}

.content_wrapper--sec03 .box01 {
  width: calc(382*(100vw / 1200));
}

.content_wrapper--sec03 .box02 {
  width: calc(340*(100vw / 1200));
}

/* sec04 */
.content_wrapper--sec04 {
  justify-content: space-between;
  width: calc(707*(100vw / 1200));
  margin-left: auto;
  margin-right: calc(37*(100vw / 1200));
  padding-top: calc(120*(100vw / 1200));
}

.content_wrapper--sec04 .box01 .credit {
  padding-top: calc(15*(100vw / 1200));
}

.content_wrapper--sec04 .box02 .credit {
  padding-top: calc(7*(100vw / 1200));
}

.content_wrapper--sec04 .box01 {
  width: calc(348*(100vw / 1200));
}

.content_wrapper--sec04 .box02 {
  width: calc(348*(100vw / 1200));
}

/* sec05 */
.content_wrapper--sec05 {
  justify-content: space-between;
  width: calc(688*(100vw / 1200));
  margin-left: auto;
  padding-top: calc(100*(100vw / 1200));
}

.content_wrapper--sec05 .credit {
  padding-top: calc(20*(100vw / 1200));
}

.content_wrapper--sec05 .box01 {
  width: calc(393*(100vw / 1200));
}

.content_wrapper--sec05 .box02 {
  width: calc(284*(100vw / 1200));
  margin-top: calc(210*(100vw / 1200));
}

/* sec06 */
.content_wrapper--sec06 {
  justify-content: space-between;
  width: calc(801*(100vw / 1200));
  margin-left: auto;
  margin-right: calc(15*(100vw / 1200));
  padding-top: calc(155*(100vw / 1200));
}

.content_wrapper--sec06 .credit {
  padding-top: calc(20*(100vw / 1200));
}

.content_wrapper--sec06 .box01 {
  width: calc(525*(100vw / 1200));
}

.content_wrapper--sec06 .box02 {
  width: calc(265*(100vw / 1200));
}

/* sec07 */
.content_wrapper--sec07 {
  justify-content: space-between;
  width: calc(730*(100vw / 1200));
  margin-left: auto;
  margin-right: calc(85*(100vw / 1200));
  padding-top: calc(85*(100vw / 1200));
}

.content_wrapper--sec07 .box01 .credit {
  padding-top: calc(8*(100vw / 1200));
}

.content_wrapper--sec07 .box02 .credit {
  padding-top: calc(20*(100vw / 1200));
}

.content_wrapper--sec07 .slick-dots {
  top: calc(37*(100vw / 1200));
}

.content_wrapper--sec07 .box01 {
  width: calc(360*(100vw / 1200));
}

.content_wrapper--sec07 .box02 {
  width: calc(360*(100vw / 1200));
}

/* sec08 */
.content_wrapper--sec08 {
  justify-content: space-between;
  width: calc(817*(100vw / 1200));
  margin-left: auto;
  padding-top: calc(120*(100vw / 1200));
}

.content_wrapper--sec08 .box01 .credit {
  padding-top: calc(20*(100vw / 1200));
}

.content_wrapper--sec08 .box02 .credit {
  padding-top: calc(20*(100vw / 1200));
}

.content_wrapper--sec08 .box01 {
  width: calc(370*(100vw / 1200));
}

.content_wrapper--sec08 .box02 {
  width: calc(330*(100vw / 1200));
  margin-top: calc(185*(100vw / 1200));
}

/* sec09 */
.content_wrapper--sec09 {
  width: calc(816*(100vw / 1200));
  margin-left: auto;
  padding-top: calc(15*(100vw / 1200));
}

.content_wrapper--sec09 .box01 {
  width: calc(360*(100vw / 1200));
}

.content_wrapper--sec09 .credit {
  padding-top: calc(5*(100vw / 1200));
}

.content_wrapper--sec09 .slick-dots {
  top: calc(33*(100vw / 1200));
}

/* sec10 */
.content_wrapper--sec10 {
  justify-content: space-between;
  width: calc(730*(100vw / 1200));
  margin-left: auto;
  margin-right: calc(90*(100vw / 1200));
  padding-top: calc(130*(100vw / 1200));
}

.content_wrapper--sec10 .box01 .credit {
  padding-top: calc(17*(100vw / 1200));
}

.content_wrapper--sec10 .box02 .credit {
  padding-top: calc(17*(100vw / 1200));
}

.content_wrapper--sec10 .box01 {
  width: calc(360*(100vw / 1200));
}

.content_wrapper--sec10 .box02 {
  width: calc(360*(100vw / 1200));
}

/* sec11 */
.content_wrapper--sec11 {
  justify-content: space-between;
  width: calc(1170*(100vw / 1200));
  margin: 0 auto;
  padding-top: calc(205*(100vw / 1200));
}

.content_wrapper--sec11 .credit {
  padding-top: calc(20*(100vw / 1200));
}

.content_wrapper--sec11 .box01 {
  width: calc(845*(100vw / 1200));
}

.content_wrapper--sec11 .box02 {
  width: calc(313*(100vw / 1200));
}

/* sec12 */
.content_wrapper--sec12 {
  justify-content: space-between;
  width: calc(962*(100vw / 1200));
  margin: 0 auto;
  padding-top: calc(57*(100vw / 1200));
}

.content_wrapper--sec12 .credit {
  padding-top: calc(17*(100vw / 1200));
  text-align: right;
}

.content_wrapper--sec12 .box01 {
  width: calc(420*(100vw / 1200));
}

.content_wrapper--sec12 .box02 {
  width: calc(533*(100vw / 1200));
}

/* sec13 */
.content_wrapper--sec13 {
  justify-content: space-between;
  width: calc(818*(100vw / 1200));
  margin-left: auto;
  padding-top: calc(280*(100vw / 1200));
}

.content_wrapper--sec13 .credit {
  padding-top: calc(17*(100vw / 1200));
}

.content_wrapper--sec13 .box01 {
  width: calc(535*(100vw / 1200));
}

.content_wrapper--sec13 .box02 {
  width: calc(275*(100vw / 1200));
  margin-top: calc(348*(100vw / 1200));
}

/* sec14 */
.content_wrapper--sec14 {
  justify-content: space-between;
  width: calc(820*(100vw / 1200));
  margin-left: auto;
  padding-top: calc(145*(100vw / 1200));
}

.content_wrapper--sec14 .credit {
  padding-top: calc(17*(100vw / 1200));
  text-align: right;
}

.content_wrapper--sec14 .box01 {
  width: calc(552*(100vw / 1200));
}

.content_wrapper--sec14 .box02 {
  width: calc(255*(100vw / 1200));
}

/* sec15 */
.content_wrapper--sec15 {
  margin: 0 auto;
  padding-top: calc(152*(100vw / 1200));
}

.content_wrapper--sec15 .credit {
  position: relative;
  top: calc(-30*(100vw / 1200));
  left: calc(-23*(100vw / 1200));
  color: #fff;
}

/* white_back */
.white_back {
  position: relative;
  padding-top: 5rem;
  z-index: 2;
}

.white_back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: calc(-17*(100vw / 1200));
  background: #fff;
  z-index: -1;
}

/* staff */
.staff {
  font-size: calc(10*(100vw / 1200));
  line-height: 1.1;
  text-align: center;
}

/* all_button */
.all_button {
  width: fit-content;
  margin: 0 auto;
  padding-top: calc(45*(100vw / 1200));
  font-size: calc(13*(100vw / 1200));
  border-bottom: 1px solid;
}

/* PC */
@media only screen and (min-width: 561px) {

  html {
    overflow: hidden;
  }
  
  html.active {
    overflow: auto;
  }

  .sp_only {
    display: none !important;
  }

  /* fade */
  .all_wrap .fade_up_pc {
    transform: translateY(50px);
    opacity: 0;
  }

  .all_wrap .fade_up_pc.active {
    transition: transform 1.5s, opacity 1.5s;
    transform: translateY(0);
    opacity: 1;
  }

  .mv_wrap .mv03 {
    transform: scale(1.1);
    opacity: 0;
    z-index: 1;
  }
  
  .mv_wrap .mv03.active {
    transform: scale(1);
    transition: transform 2s, opacity 2s;
    opacity: 1;
    position: relative;
  }

/* follow共通 */
.follow {
  position: sticky;
}


}

/* タブレット */
@media only screen and (max-width: 1199px) and (min-width: 561px) {
  html {
      font-size: calc(10* (100vw / 1200));
  }   
}

/* SP */
@media only screen and (max-width: 560px) {
  html {
    font-size: calc(10* (100vw / 700));
  } 

  .all_wrap {
    width: 100%;
  overflow: hidden;
  height: 100vh;
  position: absolute;
  top: 0;  
}

.footer-inner {
  display: none;
}

html.active .all_wrap {
  overflow: unset;
  height: auto;
  position: relative;
}

html.active .footer-inner {
  display: block;
}


/* パンくず */
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

.main-area .main-inner {
  padding-top: calc(0 * (100vw / 750)) !important;
}

.main-area.lp {
  /* padding-top: 0 !important; */
}

.pc_only {
  display: none !important;
}

/* LP全体共通 */
.all_wrap {
  background: transparent;
}

.header {
  position: relative;
  top: 0;
}

.header.active {
  position: fixed;
}

/* mv_wrap */
.mv_wrap {
  height: 100vh;
  z-index: 999;
  /* top: 19.5rem; */
  top: 0;
  background: #f5f5f2;
}

.mv_wrap.active {
  position: sticky;
  /* top: 19.5rem; */
  height: auto;
  padding-bottom: 2.5rem;
  z-index: -1;
}

.mv_wrap .mv01 {
  /* top: -20rem; */
}

.mv_wrap .mv01.active {
  transition: transform 2s;
}

.mv_wrap .mv02 {
  /* top: -20rem; */
}

.mv_wrap .mv02.active {
  transition: transform 2.5s, opacity 2.5s;
}

.mv_wrap .mv03 {
  overflow: hidden;
}

.header {
  /* transform: scale(1.1); */
  opacity: 0 !important;
}

.header.active {
  /* transform: scale(1); */
  transition: transform 2s, opacity 2s;
  opacity: 1 !important;
}

.mv_wrap.scroll {
  top: 0;
}

.mv_wrap .mv01.active {
  transition: transform 2s;
  transform: translateY(-150%);
}


/* fade */
.all_wrap .fade_up_sp {
  transform: translateY(50px);
  opacity: 0;
}

.all_wrap .fade_up_sp.active {
  transition: transform 1.5s, opacity 1.5s;
  transform: translateY(0);
  opacity: 1;
}

/* slick */
.slick-dots {
  top: 8.5rem;
  z-index: 2;
}

.slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li:nth-child(1) {
  margin-right: 1.5rem;
}

/* follow共通 */
.follow {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding-top: 2.5rem;
  background: #F5F5F2;
  z-index: 0;
}

.follow.fade_in {
  opacity: 0;
}

.follow01 {
  padding-top: 5rem;
  padding-bottom: 14rem;
}

.follow03 {
  width: 100%;
  padding-bottom: 15rem;
  z-index: 2;
  order: 3;
}

.follow .img {
  width: 65rem;
  margin: 0 auto;
}

.follow_ttl {
  padding-top: 0;
  padding-bottom: 11rem;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

.follow_txt {
  width: 53.5rem;
  margin-left: 2rem;
  padding-top: 1rem;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.55;
  text-align: left;
}

/* section共通 */
.content_wrapper {
  width: 100% !important;
  background: #F5F5F2;
}

.credit {
  position: unset;
  font-size: 1.65rem;
  line-height: 1.66;
}

/* sec01 */
.content_wrapper--sec01 {
  margin-left: 0;
  margin-right: auto;
}

.content_wrapper--sec01 .credit {
  padding-top: 2rem;
}

.content_wrapper--sec01 .box01 {
  order: 2;
  width: 58.5rem;
  margin: 0 auto;
  padding-top: 5.5rem;
}

.content_wrapper--sec01 .box02 {
  order: 1;
  width: 100%;
}

/* sec02 */
.content_wrapper--sec02 {
  margin: 0 auto;
  padding-top: 13rem;
}

.content_wrapper--sec02 .credit {
  padding: 1rem 0 3rem
}

.content_wrapper--sec02 .box {
  width: 65rem;
  margin: 0 auto;
}

/* sec03 */
.content_wrapper--sec03 {
  position: relative;
  padding-top: 12rem;
}

.content_wrapper--sec03 .credit {
  padding-top: 1rem;
}

.content_wrapper--sec03 .slick-dots {
  top: 6rem
}

.content_wrapper--sec03 .box01 {
  width: 59.5rem;
  padding-top: 12.5rem;
  margin-left: auto;
  z-index: 2;
}

.content_wrapper--sec03 .box02 {
  display: none;
  /* position: absolute; */
  /* width: 39.2rem; */
  /* top: 13rem; */
  /* left: 0; */
}

/* sec04 */
.content_wrapper--sec04 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15rem;
  padding-bottom: 13rem;
}

.content_wrapper--sec04 .box01 .credit {
  padding-top: 2rem;
  margin-left: 2.5rem;
}

.content_wrapper--sec04 .box02 .credit {
  padding: 0.7rem 0 2rem;
}

.content_wrapper--sec04 .slick-dots {
  top: 5.5rem;
}


.content_wrapper--sec04 .box01 {
  width: 100%;
}

.content_wrapper--sec04 .box02 {
  width: 58rem;
  margin: 0 auto;
  padding-top: 12rem;
}

/* sec05 */
.content_wrapper--sec05 {
  position: sticky;
  top: 0;
  padding-bottom: 17rem;
  z-index: 1;
}

.content_wrapper--sec05 .credit {
  padding-top: 2rem;
}

.content_wrapper--sec05 .box01 {
  width: 53rem;
  margin-left: 2.5rem;
}

.content_wrapper--sec05 .box02 {
  width: 13.5rem;
  margin-top: 0;
}

/* sec06 */
.content_wrapper--sec06 {
  margin-right: auto;
  padding-top: 0;
  z-index: 2;
}

.content_wrapper--sec06 .credit {
  padding-top: 2rem;
  margin-left: 2.5rem;
}

.content_wrapper--sec06 .box01 {
  width: 100%;
  /* margin-top: 17rem; */
  margin-top: 0;
  padding-bottom: 12rem;
}

.content_wrapper--sec06 .box02 {
  z-index: 2;
  width: 100%;
  /* height: 103rem; */
  padding: 0 16.5rem;
  background: #f5f5f2;
}

/* sec07 */
.content_wrapper--sec07 {
  margin-top: 0;
  margin-right: auto;
  padding-top: 14rem;
}

.content_wrapper--sec07 .box01 .credit {
  margin-left: 2.5rem;
  padding: 1rem 0 2rem;
}

.content_wrapper--sec07 .box02 .credit {
  padding-top: 2rem;
}

.content_wrapper--sec07 .slick-dots {
  top: 6rem;
  left: 2.5rem;
}

.content_wrapper--sec07 .box01 {
  width: 100%;
}

.content_wrapper--sec07 .box02 {
  width: 61rem;
  margin: 0 auto;
  padding-top: 13.5rem;
}

/* sec08 */
.content_wrapper--sec08 {
  margin-left: auto;
  padding-top: 15rem;
}

.content_wrapper--sec08 .box01 .credit {
  padding-top: 2rem;
}

.content_wrapper--sec08 .box02 .credit {
  padding-top: 2rem;
}

.content_wrapper--sec08 .box01 {
  width: 47rem;
  margin-left: 6.5rem;
}

.content_wrapper--sec08 .box02 {
  width: 41rem;
  margin-top: 8.5rem;
  margin-left: auto;
  margin-right: 2.5rem;
}

/* sec09 */
.content_wrapper--sec09 {
  padding-top: 8.5rem;
}

.content_wrapper--sec09 .box01 {
  width: 48rem;
  margin-left: 2.5rem;
}

.content_wrapper--sec09 .credit {
  padding: 1rem 0 2rem;
}

.content_wrapper--sec09 .slick-dots {
  top: 5.5rem;
}

/* sec10 */
.content_wrapper--sec10 {
  margin-right: auto;
  padding-top: 15rem;
}

.content_wrapper--sec10 .box01 .credit {
  margin-left: 2.5rem;
  padding-top: 2rem;
}

.content_wrapper--sec10 .box02 .credit {
  padding-top: 2.5rem;
}

.content_wrapper--sec10 .box01 {
  width: 100%;
}

.content_wrapper--sec10 .box02 {
  width: 58rem;
  margin: 0 auto;
  padding-top: 14rem;
}

/* sec11 */
.content_wrapper--sec11 {
  padding-top: 19rem;
  padding-bottom: 16.5rem;
}

.content_wrapper--sec11 .credit {
  padding-top: 2.5rem;
}

.content_wrapper--sec11 .box01 {
  width: 100%;
}

.content_wrapper--sec11 .box02 {
  width: 61rem;
  margin: 0 auto;
  padding-top: 5.5rem;
}

/* sec12 */
.content_wrapper--sec12 {
  padding-top: 0;
}

.content_wrapper--sec12 .credit {
  padding-top: 1.5rem;
  text-align: left;
}

.content_wrapper--sec12 .box01 {
  width: 45.8rem;
  margin-left: auto;
  margin-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 18rem;
  order: 2;
  position: sticky;
  top: 0;
}

.content_wrapper--sec12 .box02 {
  width: 100%;
}

/* sec13 */
.content_wrapper--sec13 {
  padding-top: 0;
}

.content_wrapper--sec13 .credit {
  padding-top: 1.7rem;
}

.content_wrapper--sec13 .box01 {
  width: 100%;
}

.content_wrapper--sec13 .box02 {
  width: 58.5rem;
  margin: 5.5rem auto 0;
}

/* sec14 */
.content_wrapper--sec14 {
  padding-top: 22.5rem;
}

.content_wrapper--sec14 .credit {
  padding-top: 2.5rem;
  text-align: left;
}

.content_wrapper--sec14 .box01 {
  width: 100%;
}

.content_wrapper--sec14 .box02 {
  width: 48rem;
  margin-top: 2rem;
  margin-left: 2.5rem;
}

/* sec15 */
.content_wrapper--sec15 {
  padding-top: 18rem;
}

.content_wrapper--sec15 .credit {
  margin: 0 auto;
  padding-top: 2rem;
  text-align: center;
  color: #000;
}

/* white_back */
.white_back {
  padding-top: 12.5rem;
}

.white_back:before {
  height: 130%;
  top: 0;
  background: #F5F5F2;
}

/* staff */
.staff {
  font-size: 1.6rem;
  line-height: 1.06;
}

/* all_button */
.all_button {
  padding-top: 10.5rem;
  font-size: 2.5rem;
}

.mv_wrap .mv03 img {
  transform: scale(1.1);
  opacity: 0;
  z-index: 1;
}

.mv_wrap .mv03.active img {
  transform: scale(1);
  transition: transform 2s, opacity 2s;
  opacity: 1;
  position: relative;
}

.content_container {
  position: relative;
  z-index: 1;
}

}

/* 追加 */
/* PC */
@media only screen and (min-width: 561px) {
.content_container02 {
  padding-top: calc(155*(100vw / 1200));
}

/* follow */
.follow {
  top: 17%;
}

.follow02 {
  margin-top: calc(0*(100vw / 1200));
}

.follow02 .follow_ttl {
  padding-top: calc(0*(100vw / 1200));
}

/* sec06 */
.content_wrapper--sec06 {
  padding-top: calc(0*(100vw / 1200));
}

}