@charset "UTF-8";
/* ************************************************ */
/*                       共通                       */
/* ************************************************ */
.contents2024evestage img,
.contents2024evestage input {
  margin: 0;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
}

@media (min-width: 751px) {
  .contents2024evestage .is-pc {
    display: block;
  }
  .contents2024evestage .is-sp {
    display: none;
  }
  .contents2024evestage br.is-pc {
    display: inline;
  }
}
@media (max-width: 750px) {
  .contents2024evestage .is-pc {
    display: none;
  }
  .contents2024evestage .is-sp {
    display: block;
  }
  .contents2024evestage br.is-sp {
    display: inline;
  }
}
/* ************************************************ */
/*                       コンテンツ                     */
/* ************************************************ */
.inner {
  max-width: 1164px;
  padding: 0 2rem;
  margin: 0 auto;
}

li {
  list-style-type: none;
}

.lb-data .lb-details {
  display: none;
}

.contents {
  padding-top: 0;
}

.contents2024evestage {
  color: #fff;
  font-family: 'Shippori Mincho';
}
.contents2024evestage .mv {
  position: relative;
  background: url(../images/mv_bg_pc.png) left top no-repeat;
  background-size: 100%;
}
.contents2024evestage .mv img {
  width: 100%;
}
@media (max-width: 750px) {
  .contents2024evestage .mv {
    background-image: url(../images/mv_bg_sp.png);
  }
  .contents2024evestage .mv img {
    margin-top: 1.2rem;
  }
}
.contents2024evestage .mv.inview h1 {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}
.contents2024evestage .mv.inviewFade h1 {
  opacity: 1;
  transform: translate(0, 0);
}
.contents2024evestage .bg-wrapper {
  background-image: url(../images/bg_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .contents2024evestage .bg-wrapper {
    background-image: url(../images/bg_pc.jpg);
  }
}
.contents2024evestage .about {
  margin-top: -22.9vw;
  padding-top: 7.7vw;
}
.contents2024evestage .about-text h3 {
  margin-top: 3.8rem;
  font-size: 4.2rem;
  line-height: 1.619047619;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.contents2024evestage .about-text p {
  margin-top: 3.4rem;
  font-size: 2.4rem;
  line-height: 1.9166666667;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.contents2024evestage .about.inview h2,
.contents2024evestage .about.inview .about-text {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}
.contents2024evestage .about.inview .about-text {
  transition-delay: 0.5s;
}
.contents2024evestage .about.inviewFade h2,
.contents2024evestage .about.inviewFade .about-text {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 750px) {
  .contents2024evestage .about {
    margin-top: -11vw;
    padding-top: 12.7vw;
  }
  .contents2024evestage .about-text h3 {
    margin-top: 6.1333333333vw;
    font-size: 4.8vw;
  }
  .contents2024evestage .about-text p {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    line-height: 1.77;
  }
}
.contents2024evestage .beautyAwardsGp {
  position: relative;
  padding-top: 13.3rem;
}
.contents2024evestage .beautyAwardsGp-contents {
  margin-top: -13.7rem;
}
.contents2024evestage .beautyAwardsGp-img {
  position: relative;
  z-index: -1;
}
.contents2024evestage .beautyAwardsGp-img img {
  width: 100%;
}
.contents2024evestage .beautyAwardsGp-text {
  position: absolute;
  top: 44.1%;
  left: 16.3%;
  width: 40%;
}
.contents2024evestage .beautyAwardsGp-text h3 {
  font-size: 1.6666666667vw;
  margin-bottom: 1.1rem;
  line-height: 1.5833333333;
  letter-spacing: 0;
}
.contents2024evestage .beautyAwardsGp-text p {
  font-size: 1.25vw;
  line-height: 1.84;
  letter-spacing: 0.02em;
}
.contents2024evestage .beautyAwardsGp-btn {
  font-size: 2.0833333333vw;
  padding: 1.6666666667% 0;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 86.1417322835%;
  left: 31.9444444444%;
  width: 36.1111111111%;
  line-height: 1;
  color: #860000;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  transition:
    color,
    background-color 0.4s;
}
.contents2024evestage .beautyAwardsGp-btn:hover {
  color: #fff;
  background-color: #2d1307;
}
.contents2024evestage .beautyAwardsGp.inview h2 {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}
.contents2024evestage .beautyAwardsGp.inview .beautyAwardsGp-contents {
  opacity: 0;
  transform: translate(0, 0);
  transition: 1s;
  transition-delay: 0.5s;
}
.contents2024evestage .beautyAwardsGp.inviewFade h2 {
  opacity: 1;
  transform: translate(0, 0);
}
.contents2024evestage .beautyAwardsGp.inviewFade .beautyAwardsGp-contents {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 750px) {
  .contents2024evestage .beautyAwardsGp {
    padding-top: 11.4666666667vw;
  }
  .contents2024evestage .beautyAwardsGp-contents {
    padding-bottom: 12vw;
    margin-top: 8vw;
  }
  .contents2024evestage .beautyAwardsGp-text {
    margin: 5.0666666667vw auto 8vw;
    position: static;
    width: 78.6666666667vw;
  }
  .contents2024evestage .beautyAwardsGp-text h3 {
    font-size: 4vw;
    margin-bottom: 0.4em;
    line-height: 1.3571428571;
  }
  .contents2024evestage .beautyAwardsGp-text p {
    font-size: 3.2vw;
    line-height: 1.65;
  }
  .contents2024evestage .beautyAwardsGp-btn {
    font-size: 5.6vw;
    margin: 0 auto;
    padding: 4vw 0;
    position: static;
    width: 78.6666666667vw;
  }
}
.contents2024evestage .beautyAwards {
  position: relative;
  height: 226.5vw;
}
.contents2024evestage .beautyAwards-note {
  font-size: 2.2222222222vw;
  padding: 2.0138888889% 0;
  border: 1px #fff;
  border-style: solid none;
  width: 77.7777777778%;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.contents2024evestage .beautyAwards-list li {
  position: absolute;
}
.contents2024evestage .beautyAwards-list li img {
  width: 100%;
}
.contents2024evestage .beautyAwards-list li a {
  transition: 0.5s;
}
.contents2024evestage .beautyAwards-list li a:hover {
  opacity: 1;
  filter: brightness(120%);
}
.contents2024evestage .beautyAwards-list-02 {
  top: 6.4209274673%;
  left: 16.5277777778%;
  width: 30.9722222222%;
}
.contents2024evestage .beautyAwards-list-03 {
  top: 6.4209274673%;
  left: 49.1666666667%;
  width: 30.9722222222%;
}
.contents2024evestage .beautyAwards-list-04 {
  top: 24.9702734839%;
  left: 9.0972222222%;
  width: 27.6388888889%;
}
.contents2024evestage .beautyAwards-list-05 {
  top: 24.9702734839%;
  left: 36.7%;
  width: 24.7222222222%;
}
.contents2024evestage .beautyAwards-list-06 {
  top: 24.9702734839%;
  left: 62.2222222222%;
  width: 25.9027777778%;
}
.contents2024evestage .beautyAwards-list-07 {
  top: 40.0118906064%;
  left: 9.0972222222%;
  width: 25.9027777778%;
}
.contents2024evestage .beautyAwards-list-08 {
  top: 40.0118906064%;
  left: 35.6944444444%;
  width: 25.9027777778%;
}
.contents2024evestage .beautyAwards-list-09 {
  top: 40.0118906064%;
  left: 62.2222222222%;
  width: 25.9027777778%;
}
.contents2024evestage .beautyAwards-list-10 {
  top: 55.2615933413%;
  left: 9.0972222222%;
  width: 25.9027777778%;
}
.contents2024evestage .beautyAwards-list-11 {
  top: 55.2615933413%;
  left: 35.6944444444%;
  width: 25.9027777778%;
}
.contents2024evestage .beautyAwards-team {
  position: absolute;
  top: 71.61117717%;
  left: 8.9583333333%;
  width: 78.9583333333%;
}
.contents2024evestage .beautyAwards-team-img {
  margin-bottom: 2.6385224274%;
}
.contents2024evestage .beautyAwards-team-note {
  font-size: 1.5277777778vw;
  margin: 0 0 1.9349164468% 5.1890941073%;
  border: 1px #fff;
  border-style: solid none;
  padding: 1.5831134565% 0;
  width: 93.7554969217%;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.contents2024evestage .beautyAwards-team-name {
  margin-bottom: 1.7590149516%;
  padding-left: 5.1890941073%;
  display: flex;
  flex-wrap: wrap;
  width: 98.944591029%;
  white-space: nowrap;
  gap: 0 1.6rem;
}
.contents2024evestage .beautyAwards-team-name li {
  font-size: 1.1111111111vw;
  margin-bottom: 0.5em;
  font-weight: 600;
  letter-spacing: 0;
}
.contents2024evestage .beautyAwards-team-name li a {
  display: block;
  color: #fff;
  text-shadow:
    2px 2px 10px rgba(255, 255, 255, 0.3),
    -2px 2px 10px rgba(255, 255, 255, 0.3),
    2px -2px 10px rgba(255, 255, 255, 0.3),
    -2px -2px 10px rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
.contents2024evestage .beautyAwards-team-name li a:hover {
  opacity: 1;
  text-shadow:
    4px 4px 10px rgba(255, 255, 255, 0.7),
    -4px 4px 10px rgba(255, 255, 255, 0.7),
    4px -4px 10px rgba(255, 255, 255, 0.7),
    -4px -4px 10px rgba(255, 255, 255, 0.7);
}
.contents2024evestage .beautyAwards-team-name li p {
  text-shadow:
    2px 2px 10px rgba(255, 255, 255, 0.3),
    -2px 2px 10px rgba(255, 255, 255, 0.3),
    2px -2px 10px rgba(255, 255, 255, 0.3),
    -2px -2px 10px rgba(255, 255, 255, 0.3);
}
.contents2024evestage .beautyAwards-team-name li em {
  font-size: 1.8055555556vw;
  font-weight: 600;
  font-style: normal;
  margin-left: 0.2em;
  line-height: 1;
}
.contents2024evestage .beautyAwards-team-attention {
  padding-left: 5.1890941073%;
}
.contents2024evestage .beautyAwards-team-attention li {
  font-size: 1.0416666667vw;
  margin-bottom: 0.3em;
  padding-left: 1em;
  line-height: 1.375;
  text-indent: -1em;
}
.contents2024evestage .beautyAwards .inview {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}
.contents2024evestage .beautyAwards .inviewFade {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 750px) {
  .contents2024evestage .beautyAwards {
    padding: 0 0 5.3333333333vw;
    height: auto;
  }
  .contents2024evestage .beautyAwards-note {
    font-size: 4.2666666667vw;
    margin: 0 auto 12vw;
    padding: 2.6666666667vw 0;
    position: static;
    width: 78.6666666667vw;
    line-height: 1.3333333333;
  }
  .contents2024evestage .beautyAwards-list {
    display: flex;
    flex-wrap: wrap;
  }
  .contents2024evestage .beautyAwards-list li {
    margin-bottom: 4vw;
    position: static;
  }
  .contents2024evestage .beautyAwards-list-02 {
    margin-right: 2.6666666667vw;
    width: 46.6666666667vw;
  }
  .contents2024evestage .beautyAwards-list-03 {
    width: 46.6666666667vw;
  }
  .contents2024evestage .beautyAwards-list-04 {
    width: 49.6vw;
  }
  .contents2024evestage .beautyAwards-list-05 {
    width: 44.4vw;
  }
  .contents2024evestage .beautyAwards-list-06 {
    margin-right: 2.6666666667vw;
    width: 46.6666666667vw;
  }
  .contents2024evestage .beautyAwards-list-07 {
    width: 46.6666666667vw;
  }
  .contents2024evestage .beautyAwards-list-08 {
    margin-right: 2.6666666667vw;
    width: 46.6666666667vw;
  }
  .contents2024evestage .beautyAwards-list-09 {
    width: 46.6666666667vw;
  }
  .contents2024evestage .beautyAwards-list-10 {
    margin-right: 2.6666666667vw;
    width: 46.6666666667vw;
  }
  .contents2024evestage .beautyAwards-list-11 {
    width: 46.6666666667vw;
  }
  .contents2024evestage .beautyAwards-team {
    position: static;
    width: 96.6666666667vw;
  }
  .contents2024evestage .beautyAwards-team-img {
    margin-bottom: 4vw;
  }
  .contents2024evestage .beautyAwards-team-note {
    font-size: 4.2666666667vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
    position: static;
    width: 78.6666666667vw;
    line-height: 1.3333333333;
  }
  .contents2024evestage .beautyAwards-team-name {
    margin: 0 auto 4vw;
    padding: 0;
    display: block;
    width: 78.6666666667vw;
  }
  .contents2024evestage .beautyAwards-team-name li {
    font-size: 3.2vw;
    margin-bottom: 0.5em;
    padding-left: 4vw;
  }
  .contents2024evestage .beautyAwards-team-name li em {
    font-size: 3.7333333333vw;
  }
  .contents2024evestage .beautyAwards-team-name li a {
    padding: 1.3333333333vw 0;
  }
  .contents2024evestage .beautyAwards-team-name li:nth-child(4n-3) {
    width: auto;
  }
  .contents2024evestage .beautyAwards-team-name li:nth-child(4n-3) span {
    display: inline-block;
    width: 53.3333333333vw;
  }
  .contents2024evestage .beautyAwards-team-name li:nth-child(4n-2) {
    width: auto;
  }
  .contents2024evestage .beautyAwards-team-name li:nth-child(4n-2) span {
    display: inline-block;
    width: 53.3333333333vw;
  }
  .contents2024evestage .beautyAwards-team-name li:nth-child(4n-1) {
    width: auto;
  }
  .contents2024evestage .beautyAwards-team-name li:nth-child(4n-1) span {
    display: inline-block;
    width: 53.3333333333vw;
  }
  .contents2024evestage .beautyAwards-team-name li:nth-child(4n) {
    width: auto;
  }
  .contents2024evestage .beautyAwards-team-name li:nth-child(4n) span {
    display: inline-block;
    width: 53.3333333333vw;
  }
  .contents2024evestage .beautyAwards-team-attention {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 78.6666666667vw;
  }
  .contents2024evestage .beautyAwards-team-attention li {
    font-size: 2.6666666667vw;
  }
  .contents2024evestage .beautyAwards-bg {
    display: none;
  }
}
.contents2024evestage .judge {
  position: relative;
  background-image: url(../images/judge_bg_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8.7rem;
  padding-bottom: 10rem;
}
.contents2024evestage .judge-contents {
  margin-top: 4.4rem;
  display: grid;
  gap: 4.2rem 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.contents2024evestage .judge-person {
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
  font-weight: 500;
  color: #361509;
  text-shadow:
    3px 3px 8px rgb(255, 255, 255),
    -3px 3px 8px rgb(255, 255, 255),
    3px -3px 8px rgb(255, 255, 255),
    -3px -3px 8px rgb(255, 255, 255),
    3px 3px 8px rgb(255, 255, 255),
    -3px 3px 8px rgb(255, 255, 255),
    3px -3px 8px rgb(255, 255, 255),
    -3px -3px 8px rgb(255, 255, 255);
}
.contents2024evestage .judge-person picture {
  margin-bottom: 5.4263565891%;
  display: block;
}
.contents2024evestage .judge-person-position {
  font-size: 1.6rem;
  margin-bottom: 0.3em;
  line-height: 1.5;
  font-weight: 700;
}
.contents2024evestage .judge-person h3 {
  font-size: 3.6rem;
  margin-bottom: 0.1em;
  font-weight: 600;
  margin-top: auto;
}
.contents2024evestage .judge-person h3 span {
  font-size: 2.6rem;
  margin-left: 0.5em;
}
.contents2024evestage .judge-person.--guest h3 {
  margin-top: 0;
}
.contents2024evestage .judge-person.--guest .judge-person-position {
  margin-top: 1.8rem;
}
.contents2024evestage .judge-person-read {
  font-size: 1.6rem;
  font-weight: 500;
}
.contents2024evestage .judge .guest-title {
  margin-top: 9.3rem;
}
.contents2024evestage .judge-wrapper {
  display: contents;
}
.contents2024evestage .judge-bg {
  position: relative;
  z-index: -1;
}
.contents2024evestage .judge-bg img {
  width: 100%;
}
.contents2024evestage .judge .inview {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}
.contents2024evestage .judge .inviewFade {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 750px) {
  .contents2024evestage .judge {
    padding: 8vw 0 10.6666666667vw;
    background-image: url(../images/judge_bg_sp.jpg);
  }
  .contents2024evestage .judge-contents {
    margin-top: 7.2vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.4666666667vw 5.3333333333vw;
  }
  .contents2024evestage .judge-person {
    margin-bottom: 6.6666666667vw;
    position: static;
    text-shadow:
      2px 2px 6px rgb(255, 255, 255),
      -2px 2px 6px rgb(255, 255, 255),
      2px -2px 6px rgb(255, 255, 255),
      -2px -2px 6px rgb(255, 255, 255),
      2px 2px 6px rgb(255, 255, 255),
      -2px 2px 6px rgb(255, 255, 255),
      2px -2px 6px rgb(255, 255, 255),
      -2px -2px 6px rgb(255, 255, 255);
  }
  .contents2024evestage .judge-person picture {
    margin-bottom: 2.6666666667vw;
  }
  .contents2024evestage .judge-person-position {
    font-size: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .contents2024evestage .judge-person h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 0;
  }
  .contents2024evestage .judge-person h3 span {
    font-size: 4.8vw;
  }
  .contents2024evestage .judge-person-read {
    font-size: 2.6666666667vw;
  }
  .contents2024evestage .judge-person.--main {
    grid-column: 1/3;
    max-width: 46.6666666667vw;
    margin: 0 auto;
  }
  .contents2024evestage .judge-person.--main picture {
    margin-bottom: 4.5333333333vw;
  }
  .contents2024evestage .judge-person.--main .judge-person-position {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .contents2024evestage .judge-person.--main h3 {
    font-size: 6.6666666667vw;
    margin-bottom: 0;
  }
  .contents2024evestage .judge-person.--main .judge-person-read {
    font-size: 2.9333333333vw;
  }
  .contents2024evestage .judge-person.--guest {
    margin-bottom: 0;
  }
  .contents2024evestage .judge .guest-title {
    margin-top: 5.6vw;
  }
  .contents2024evestage .judge-wrapper {
    display: flex;
    flex-direction: column;
  }
  .contents2024evestage .judge-bg {
    display: none;
  }
}
.contents2024evestage .report {
  position: relative;
  background-image: url(../images/report_bg-top.png),
    url(../images/report_bg-bot.jpg);
  background-repeat: no-repeat;
  background-position:
    center top,
    center bottom;
  background-size: 100%, cover;
}
.contents2024evestage .report-contents {
  margin: 0 auto 0;
  max-width: 1126px;
  padding: 47vw 2rem 14.6rem;
}
.contents2024evestage .report-contents section {
  margin-bottom: 7.3rem;
  display: flex;
  justify-content: space-between;
}
.contents2024evestage .report-contents section:last-child {
  margin-bottom: 0;
}
.contents2024evestage .report-contents section:nth-child(odd) {
  flex-direction: row-reverse;
}
.contents2024evestage .report-contents section .report-contents-section-image {
  width: 48.3271375465%;
}
.contents2024evestage .report-contents section .report-contents-section-text {
  padding-top: 2.2304832714%;
  width: 46.468401487%;
}
.contents2024evestage
  .report-contents
  section
  .report-contents-section-text
  h3 {
  margin-bottom: 1.5em;
  color: #b47508;
  font-family: mittwoch;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
}
.contents2024evestage
  .report-contents
  section
  .report-contents-section-text
  h4 {
  margin-bottom: 1em;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.contents2024evestage .report-contents section .report-contents-section-text p {
  line-height: 2;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.contents2024evestage .report .inview {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}
.contents2024evestage .report .inviewFade {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 750px) {
  .contents2024evestage .report-contents {
    margin: 0 auto;
    padding: 47.2vw 0 14.6666666667vw;
    width: 78.6666666667vw;
  }
  .contents2024evestage .report-contents section {
    margin-bottom: 13.3333333333vw;
    flex-wrap: wrap;
  }
  .contents2024evestage .report-contents section:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .contents2024evestage
    .report-contents
    section
    .report-contents-section-image {
    width: 100%;
  }
  .contents2024evestage .report-contents section .report-contents-section-text {
    margin-bottom: 8vw;
    padding-top: 0;
    width: 100%;
  }
  .contents2024evestage
    .report-contents
    section
    .report-contents-section-text
    h3 {
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
  .contents2024evestage
    .report-contents
    section
    .report-contents-section-text
    h4 {
    font-size: 6.1333333333vw;
    margin-bottom: 5.0666666667vw;
  }
  .contents2024evestage
    .report-contents
    section
    .report-contents-section-text
    p {
    font-size: 3.4666666667vw;
    line-height: 1.4;
  }
}
.contents2024evestage .schedule {
  position: relative;
  background: url(../images/schedule_bg_pc.jpg) center top no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.contents2024evestage .schedule-wrapper {
  background-image: url(../images/schedule_box.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
}
.contents2024evestage .schedule-box {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 7.2rem 0;
}
.contents2024evestage .schedule img {
  max-width: 82rem;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 750px) {
  .contents2024evestage .schedule {
    background-image: url(../images/schedule_bg_sp.jpg);
    padding: 7.4666666667vw 0;
  }
  .contents2024evestage .schedule-wrapper {
    padding: 1.0666666667vw;
  }
  .contents2024evestage .schedule-box {
    padding: 8.2666666667vw 0;
  }
  .contents2024evestage .schedule img {
    max-width: 80vw;
    margin: 0 auto;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
