@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}
.main-area {
  display: block;
  min-width: unset;
  max-width: unset;
}
.Rawtus2501collabo_lp {
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0 auto;
}
.Rawtus2501collabo_lp * {
  box-sizing: border-box;
}
a:hover img {
  opacity: 1 !important;
}

.Rawtus2501collabo_lp li,
.Rawtus2501collabo_lp summary {
  list-style: none;
}
.Rawtus2501collabo_lp img,
.Rawtus2501collabo_lp video,
.Rawtus2501collabo_lp picture {
  width: 100%;
  height: auto;
}
.Rawtus2501collabo_lp a,
.Rawtus2501collabo_lp picture,
.Rawtus2501collabo_lp figure {
  display: block;
}
.Rawtus2501collabo_lp a {
  color: inherit;
  text-decoration: none;
}
.Rawtus2501collabo_lp table {
  border-collapse: collapse;
}
.Rawtus2501collabo_lp img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
.lp_contentsArea {
  max-width: 118rem;
  width: 100%;
  margin: 8rem auto 10rem;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .Rawtus2501collabo_lp {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  div#productListBody {
    padding-top: calc(100*(100vw / 750));
  }
}

/* ======== ベーススタイル
===================================================================================== */
.Rawtus2501collabo_lp {
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .Rawtus2501collabo_lp {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: calc(100 * (100vw / 750));
    margin-bottom: calc(-30 * (100vw / 750));
  }
  .main-area {
    padding-top: 0 !important;
  }
  .Rawtus2501collabo_lp .pc_only {
    display: none;
  }
  .Rawtus2501collabo_lp .sp_only {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .Rawtus2501collabo_lp .pc_only {
    display: block;
  }
  .Rawtus2501collabo_lp .sp_only {
    display: none;
  }
}


/* ======== firstviewArea
===================================================================================== */
.firstviewArea .firstviewArea__img {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .firstviewArea .firstviewArea__img {
    width: calc(750 * (100vw / 750));
  }
}



/* ======== contents
===================================================================================== */

.introArea {

}

.lp__title {
  margin: 0 0 0 0;
  text-align: center;
  color: #000;
  font-family: var(--font-poppins);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
.lp__lead_text {
  /*font-family: "yomogi", sans-serif;*/
  font-weight: 400;
  color: #000;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 3rem 0 0 0;
}

.lpColumnArea {
  display: grid;
  gap: 5rem 0;
  margin: 8rem auto 0;
}

.lpColumnArea .lpContentsWrap--column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5rem;
}

.lpColumnArea .lpContentsWrap--column2.lpContentsWrap--column-reverse .image__content {
  grid-column: 2;
  grid-row: 1;
}

.lpColumnArea .lpContentsWrap--column2.lpContentsWrap--column-reverse .text__content {
  grid-column: 1;
  grid-row: 1;
}

.lpColumnArea .text__contTitle {
  margin: 2rem 0 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.lpColumnArea .text__content {
  margin: 1rem 0 0 0;
  font-size: 1.8rem;
  line-height: 2;
}

.bottomArea {
  margin: 12rem 0 0 0;
}

.bottom__lead {
  text-align: center;
}

.lp__title.bottom__title {
  margin-top: 8rem;
}

.bottom__bannerArea {
  margin: 8rem 0 0 0;
}

.bottom__bannerArea .bottom__banner:nth-of-type(n+2) {
  margin: 5rem 0 0 0;
}


@media screen and (max-width: 767px) {
  .lp_contentsArea {
    max-width: 100%;
    width: 100%;
    margin: calc(100 * (100vw / 750)) auto calc(50 * (100vw / 750));
    padding: 0;
  }
  .lp__title {
    margin-bottom: calc(30* (100vw /750));
    margin-top: calc(30* (100vw /750));
    font-size: calc(32 * (100vw / 750));
    letter-spacing: 0.02em;
  }
  .lp__lead_text {
    font-size: calc(26* (100vw /750));
    line-height: 2;
    margin-bottom: 0;
    margin-top: calc(30* (100vw /750));
  }
  .lpColumnArea {
    gap: 0;
    margin: 0 auto;
    padding: 0 calc(25 * (100vw / 750));
  }

  .lpColumnArea .lpContentsWrap--column2 {
    margin: calc(120* (100vw /750)) 0 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(20* (100vw /750)) 0;

  }

  .lpColumnArea .lpContentsWrap--column2.lpContentsWrap--column-reverse .image__content {
    grid-column: 1;
    grid-row: 1;
  }

  .lpColumnArea .lpContentsWrap--column2.lpContentsWrap--column-reverse .text__content {
    grid-column: 1;
    grid-row: 2;
  }

  .lpColumnArea .text__contTitle {
    margin: calc(20* (100vw /750)) 0 0 0;
    font-size: calc(30* (100vw /750));
  }

  .lpColumnArea .text__content {
    margin: calc(10* (100vw /750)) 0 0 0;
    font-size: calc(24* (100vw /750));
  }

  .lpColumnArea .text__contText {
    margin: calc(15 * (100vw / 750)) 0 0 0;
    font-size: calc(24 * (100vw / 750));
  }

  .bottomArea {
    margin: calc(150* (100vw /750)) 0 0 0;
    padding: 0 calc(25 * (100vw / 750));
  }

  .bottom__lead {
    text-align: left;
  }

  .lp__title.bottom__title {
    margin-top: calc(80 * (100vw / 750));
  }

  .bottom__bannerArea {
    margin: calc(80* (100vw /750)) 0 0 0;
  }

  .bottom__bannerArea .bottom__banner:nth-of-type(n+2) {
    margin: calc(50* (100vw /750)) 0 0 0;
  }
}




/* ======== productListBody
===================================================================================== */
div#productListBody {
  padding-top: 0rem;
}
