@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Libre Baskerville", "Noto Sans JP", sans-serif;
  color: white;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 1.6rem;
  line-height: 2;
  background-color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

footer small {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.2rem;
  display: block;
}

a {
  text-decoration: none;
}
a:hover {
  transition: 0.4s;
  opacity: 0.5;
}
a[href^="tel:"] {
  pointer-events: none;
}

#x-l::before,
#lashlift-l::before,
#extension-l::before,
#eyebrow-l::before,
#lashlift-judge::before,
#extension-judge::before,
#eyebrow-judge::before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: 1s;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(100px, 0);
  transition: 1s;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}

.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: -30px;
  /*全体の高さ*/
  height: 50px;
  z-index: 10;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -25px;
  top: -30px;
  /*テキストの形状*/
  color: white;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: bold;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.hosoku {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.no {
  margin-bottom: 0.5rem;
}

.insta-link a {
  text-align: center;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.insta-link a::before {
  content: ""; /*何も入れない*/
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/insta-c.png);
  background-size: contain;
  margin: 2% 8px 0 0;
}

.movie video {
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  padding: 4% 4% 4% 4%; /*ここで動画の周りの余白を調整*/
  max-width: 800px; /*PC版での最大幅*/
}

@media screen and (min-width: 1280px) {
  .sp-only {
    display: none !important;
  }
  .mgb-ll-pc, .judge #eyebrow-l, .judge:last-child, .sponsorwrap .partner, .slick02, .results-list, .slick01 {
    margin-bottom: 140px !important;
  }
  .mgb-l-pc, .judge, #lashlift-judge,
  #extension-judge,
  #eyebrow-judge, .maker, .winner-4, .winnerwrap02 > h3, .winnerwrap02, .winnerwrap > h3, .winnerwrap, .results-list02, section h2 {
    margin-bottom: 100px !important;
  }
  .mgb-m-pc, .sponsorwrap h3, .movie img, section h2 + p {
    margin-bottom: 60px !important;
  }
  header {
    position: relative;
  }
  header h1 {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header h1 img {
    width: 120px;
    margin: 30px auto;
    display: block;
  }
  header h2 {
    position: absolute;
    z-index: 5;
    left: 10%;
    top: 45%;
    background-color: white;
    padding: 12px 35px;
    color: black;
    font-size: 3rem;
    font-weight: bold;
  }
  header h2 + h2 {
    top: 65%;
  }
  .slick01 li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 85vh;
    margin: 0;
  }
  .slick01 .img01 {
    background-image: url(../images/mv000-pc.png);
  }
  .slick01 .img02 {
    background-image: url(../images/mv001-pc.png);
  }
  .slick01 .img03 {
    background-image: url(../images/mv002-pc.png);
  }
  .slick01 .img04 {
    background-image: url(../images/mv003-pc.png);
  }
  .slick01 .img05 {
    background-image: url(../images/mv004-pc.png);
  }
  .slick01 .img06 {
    background-image: url(../images/mv005-pc.png);
  }
  .slick01 .img07 {
    background-image: url(../images/mv006-pc.png);
  }
  section {
    width: 1000px;
    margin: 0 auto;
  }
  section h2 {
    text-align: center;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    position: relative;
  }
  section h2 + p {
    text-align: center;
  }
  section h2 span {
    font-size: 1.4rem;
    display: block;
    line-height: 2;
  }
  section h2::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../images/midashi-icon.png);
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
  .results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .results-list li {
    width: 40%;
    border: 1px solid white;
    text-align: center;
    display: inline-block;
  }
  .results-list li:first-child {
    margin-top: auto;
  }
  .results-list li:last-child {
    margin-right: 0 !important;
  }
  .results-list li a {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  .results-list li a::after {
    content: "▼";
    vertical-align: middle;
    font-size: 7px;
    margin: 0 0 5px 20px;
    position: absolute;
    top: 20px;
    right: 55px;
  }
  .results-list li a:hover {
    background-color: white;
    color: #000;
  }
  .results-list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .results-list02 li {
    width: calc(30% - 13px);
    border: 1px solid white;
    text-align: center;
    display: inline-block;
  }
  .results-list02 li:last-child {
    margin-right: 0 !important;
  }
  .results-list02 li a {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  .results-list02 li a::after {
    content: "▼";
    vertical-align: middle;
    font-size: 7px;
    margin: 0 0 5px 20px;
    position: absolute;
    top: 25px;
    right: 50px;
  }
  .results-list02 li a:hover {
    background-color: white;
    color: #000;
  }
  .movie {
    text-align: center;
    margin: 0 auto;
  }
  h3 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    position: relative;
  }
  h3::after {
    content: "―"; /*何も入れない*/
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 10px;
  }
  .winner-x {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .winner-x li {
    width: 40%;
    text-align: center;
  }
  .winner-x li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 15px;
  }
  .winner-x li a p {
    margin-bottom: 10px;
  }
  .winner-123 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
  .winner-123 li {
    width: calc(33% - 10px);
    margin-right: 13px;
    text-align: center;
  }
  .winner-123 li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
  .winner-123 li a p {
    margin: 0 10px;
    padding-top: 25px;
  }
  .winner-123 li a p + img {
    margin-left: auto;
    margin-top: 10px;
  }
  .winner-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .winner-4 li {
    width: calc(24.8% - 13px);
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .winner-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .winner-4 li a {
    display: block;
  }
  .maker {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 20px 15px;
  }
  .maker div:first-child {
    width: 30%;
    margin-right: 10px;
  }
  .maker div:last-child {
    width: auto;
  }
  .maker .insta-link a::before {
    margin: 5% 8px 0 0;
  }
  .sponsorwrap .s-sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sponsorwrap .s-sponsor li {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .sponsorwrap .s-sponsor li a:first-child {
    background-color: white;
    padding: 20px 40px 60px;
    display: block;
    position: relative;
    height: 290px;
    width: 330px;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .s-sponsor li a:first-child img {
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .s-sponsor li a:first-child::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .s-sponsor li a:first-child:hover {
    opacity: 0.6;
  }
  .sponsorwrap .m-sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .sponsorwrap .m-sponsor li {
    width: calc(33% - 13px);
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .sponsorwrap .m-sponsor li:nth-child(3n) {
    margin-right: 0px;
  }
  .sponsorwrap .m-sponsor li .maker-img {
    background-color: white;
    padding: 20px 40px 60px;
    display: block;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .sponsorwrap .m-sponsor li .maker-img img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .m-sponsor li .maker-img::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .m-sponsor .maker-m {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 20px 15px;
  }
  .sponsorwrap .m-sponsor .maker-m div:first-child {
    width: 30%;
    margin-right: 10px;
  }
  .sponsorwrap .m-sponsor .maker-m div:last-child {
    width: auto;
  }
  .sponsorwrap .m-sponsor .maker-m .insta-link a::before {
    margin: 5% 8px 0 0;
  }
  .sponsorwrap .sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px;
  }
  .sponsorwrap .sponsor li {
    width: calc(24.8% - 13px);
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .sponsorwrap .sponsor li:nth-child(4n) {
    margin-right: 0px;
  }
  .sponsorwrap .sponsor li a {
    background-color: white;
    padding: 20px 40px 60px;
    display: block;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .sponsor li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .sponsor li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .sponsor li a:hover {
    opacity: 0.6;
  }
  .sponsorwrap .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sponsorwrap .partner li {
    width: 20%;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .sponsorwrap .partner li a {
    background-color: white;
    padding: 20px 40px 60px;
    display: block;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .partner li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .partner li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .partner li a:hover {
    opacity: 0.6;
  }
  .judge {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
  }
  .judge li {
    width: calc(24.8% - 13px);
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .judge li:nth-child(4n) {
    margin-right: 0px;
  }
  .judge li a {
    display: block;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
  }
  .judge li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .judge li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: 50%;
  }
  .pc-only {
    display: none !important;
  }
  .mgb-ll-tb, .judge:last-child, #eyebrow-l, .slick02, .results-list, .slick01 {
    margin-bottom: 120px !important;
  }
  .mgb-l-tb, .maker, .judge, #lashlift-judge,
  #extension-judge,
  #eyebrow-judge, .winner-4, .winnerwrap02 > h3, .winnerwrap02, .winnerwrap, section h2 {
    margin-bottom: 80px !important;
  }
  .mgb-m-tb, .sponsorwrap h3, .winnerwrap > h3, .movie img, .results-list02, section h2 + p {
    margin-bottom: 50px !important;
  }
  header {
    position: relative;
  }
  header h1 {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header h1 img {
    width: 100px;
    margin: 30px auto;
    display: block;
  }
  header h2 {
    position: absolute;
    z-index: 5;
    left: 10%;
    top: 42%;
    background-color: white;
    padding: 12px 35px;
    color: black;
    font-size: 3rem;
    font-weight: bold;
  }
  header h2 + h2 {
    top: 62%;
  }
  .slick01 li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40vh;
    margin: 0;
  }
  .slick01 .img01 {
    background-image: url(../images/mv000-pc.png);
  }
  .slick01 .img02 {
    background-image: url(../images/mv001-pc.png);
  }
  .slick01 .img03 {
    background-image: url(../images/mv002-pc.png);
  }
  .slick01 .img04 {
    background-image: url(../images/mv003-pc.png);
  }
  .slick01 .img05 {
    background-image: url(../images/mv004-pc.png);
  }
  .slick01 .img06 {
    background-image: url(../images/mv005-pc.png);
  }
  .slick01 .img07 {
    background-image: url(../images/mv006-pc.png);
  }
  section {
    width: 90%;
    margin: 0 auto;
  }
  section h2 {
    text-align: center;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    position: relative;
  }
  section h2 + p {
    text-align: center;
  }
  section h2 span {
    font-size: 1.4rem;
    display: block;
    line-height: 2;
  }
  section h2::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../images/midashi-icon.png);
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
  .results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .results-list li {
    width: 50%;
    border: 1px solid white;
    text-align: center;
    display: inline-block;
  }
  .results-list li:first-child {
    margin-top: auto;
  }
  .results-list li:last-child {
    margin-right: 0 !important;
  }
  .results-list li a {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  .results-list li a::after {
    content: "▼";
    vertical-align: middle;
    font-size: 7px;
    margin: 0 0 5px 20px;
    position: absolute;
    top: 20px;
    right: 50px;
  }
  .results-list li a:hover {
    background-color: white;
    color: #000;
  }
  .results-list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .results-list02 li {
    width: calc(30% - 13px);
    border: 1px solid white;
    text-align: center;
    display: inline-block;
  }
  .results-list02 li:last-child {
    margin-right: 0 !important;
  }
  .results-list02 li a {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  .results-list02 li a::after {
    content: "▼";
    vertical-align: middle;
    font-size: 7px;
    margin: 0 0 5px 20px;
    position: absolute;
    top: 20px;
    right: 25px;
  }
  .results-list02 li a:hover {
    background-color: white;
    color: #000;
  }
  .movie {
    text-align: center;
    margin: 0 auto;
  }
  h3 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    position: relative;
  }
  h3::after {
    content: "―"; /*何も入れない*/
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 10px;
  }
  .winner-x {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .winner-x li {
    width: 40%;
    text-align: center;
  }
  .winner-x li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 15px;
  }
  .winner-x li a:hover {
    opacity: 0.6;
  }
  .winner-x li a p {
    margin-bottom: 10px;
  }
  .winner-123 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .winner-123 li {
    width: calc(33% - 10px);
    margin-right: 10px;
    text-align: center;
  }
  .winner-123 li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 0;
  }
  .winner-123 li a:hover {
    opacity: 0.6;
  }
  .winner-123 li p + img {
    margin-left: auto;
    margin-top: 10px;
  }
  .winner-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .winner-4 li {
    width: calc(25% - 10px);
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .winner-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .winner-4 li a {
    display: block;
    position: relative;
    line-height: 1.6;
  }
  .sponsorwrap .s-sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sponsorwrap .s-sponsor li {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .sponsorwrap .s-sponsor li a {
    background-color: white;
    padding: 20px 20px 60px;
    display: block;
    position: relative;
    height: 300px;
    width: 300px;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .s-sponsor li a img {
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .s-sponsor li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .s-sponsor li a:hover {
    opacity: 0.6;
  }
  .sponsorwrap .m-sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .sponsorwrap .m-sponsor li {
    width: calc(33% - 13px);
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .sponsorwrap .m-sponsor li:nth-child(3n) {
    margin-right: 0px;
  }
  .sponsorwrap .m-sponsor li .maker-img {
    background-color: white;
    padding: 20px 40px 60px;
    display: block;
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .sponsorwrap .m-sponsor li .maker-img img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .m-sponsor li .maker-img::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .m-sponsor .maker-m {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 20px 15px;
  }
  .sponsorwrap .m-sponsor .maker-m div:first-child {
    width: 26%;
    margin-right: 10px;
  }
  .sponsorwrap .m-sponsor .maker-m div:last-child {
    width: auto;
  }
  .sponsorwrap .m-sponsor .maker-m .insta-link a::before {
    margin: 5% 8px 0 0;
  }
  .sponsorwrap .sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px;
  }
  .sponsorwrap .sponsor li {
    width: calc(24.5% - 13px);
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .sponsorwrap .sponsor li:nth-child(4n) {
    margin-right: 0px;
  }
  .sponsorwrap .sponsor li a {
    background-color: white;
    padding: 20px 20px 60px;
    display: block;
    position: relative;
    height: 170px;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .sponsor li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .sponsor li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .sponsor li a:hover {
    opacity: 0.6;
  }
  .sponsorwrap .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .sponsorwrap .partner li {
    width: 20%;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .sponsorwrap .partner li a {
    background-color: white;
    padding: 20px 20px 60px;
    display: block;
    position: relative;
    height: 170px;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .partner li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .partner li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .partner li a:hover {
    opacity: 0.6;
  }
  .judge {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
  }
  .judge li {
    width: calc(24.7% - 13px);
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .judge li:nth-child(4n) {
    margin-right: 0px;
  }
  .judge li a {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
  }
  .judge li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .judge li a:hover {
    opacity: 0.6;
  }
  .insta-link a::before {
    width: 15px;
    height: 15px;
  }
  .maker {
    width: 41.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 15px;
  }
  .maker div:first-child {
    width: 30%;
    margin-right: 10px;
  }
  .maker div:last-child {
    width: auto;
  }
  .maker .insta-link a::before {
    margin: 5% 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
  .pc-only {
    display: none !important;
  }
  .mgb-ll-sp, .judge:last-child, #eyebrow-l, .winner-4, .slick02, .results-list, .slick01 {
    margin-bottom: 80px !important;
  }
  .mgb-l-sp, .maker, .winnerwrap02 > h3, .winnerwrap02, .winnerwrap, section h2 {
    margin-bottom: 60px !important;
  }
  .mgb-m-sp, .results-list02, .sponsorwrap h3, .maker, .winnerwrap > h3, .movie img, section h2 + p {
    margin-bottom: 40px !important;
  }
  header {
    position: relative;
  }
  header h1 {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header h1 img {
    width: 80px;
    margin: 30px auto;
    display: block;
  }
  header h2 {
    position: absolute;
    z-index: 5;
    left: 10%;
    top: 50%;
    background-color: white;
    padding: 6px 20px;
    color: black;
    font-size: 2.4rem;
    font-weight: bold;
  }
  header h2 + h2 {
    top: 64%;
  }
  .slick01 li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
    margin: 0;
  }
  .slick01 .img01 {
    background-image: url(../images/mv000-sp.png);
  }
  .slick01 .img02 {
    background-image: url(../images/mv001-sp.png);
  }
  .slick01 .img03 {
    background-image: url(../images/mv002-sp.png);
  }
  .slick01 .img04 {
    background-image: url(../images/mv003-sp.png);
  }
  .slick01 .img05 {
    background-image: url(../images/mv004-sp.png);
  }
  .slick01 .img06 {
    background-image: url(../images/mv005-sp.png);
  }
  .slick01 .img07 {
    background-image: url(../images/mv006-sp.png);
  }
  section {
    width: 90%;
    margin: 0 auto;
  }
  section h2 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    position: relative;
  }
  section h2 + p {
    text-align: center;
  }
  section h2 span {
    font-size: 1.4rem;
    display: block;
    line-height: 2;
  }
  section h2::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/midashi-icon.png);
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 10px;
  }
  .results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .results-list li {
    width: 50%;
    border: 1px solid white;
    text-align: center;
    display: inline-block;
  }
  .results-list li:last-child {
    margin-bottom: 0 !important;
  }
  .results-list li a {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  .results-list li a::after {
    content: "▼";
    vertical-align: middle;
    font-size: 7px;
    margin: 0 0 5px 20px;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .results-list li a:hover {
    background-color: white;
    color: #000;
  }
  .movie {
    text-align: center;
    margin: 0 auto;
  }
  h3 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    position: relative;
  }
  h3::after {
    content: "―"; /*何も入れない*/
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 10px;
  }
  .winner-x {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .winner-x li {
    width: 80%;
    text-align: center;
  }
  .winner-x li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .winner-x li a:hover {
    opacity: 0.6;
  }
  .winner-x li a p {
    margin-bottom: 10px;
  }
  .insta-link {
    padding-top: 10px !important;
  }
  .winner-123 {
    margin-bottom: 30px;
    text-align: center;
  }
  .winner-123 li {
    width: 65%;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
  }
  .winner-123 li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .winner-123 li p {
    margin: 0 10px;
    padding-top: 5px;
  }
  .winner-123 li p + img {
    margin-left: auto;
    margin-top: 10px;
  }
  .winner-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .winner-4 li {
    width: calc(50% - 10px);
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .winner-4 li:nth-child(2n) {
    margin-right: 0;
  }
  .winner-4 li a {
    display: block;
  }
  .winner-4 li a:hover {
    background-color: white;
    color: #000;
  }
  .winner-4 .insta-link a::before {
    margin: 1% 4px 0 0;
    width: 15px;
    height: 15px;
  }
  .maker {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .maker li {
    width: calc(80% - 0px);
    text-align: center;
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .maker li a {
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .maker li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../images/pdf.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    left: 25px;
  }
  .maker li a:hover {
    background-color: white;
    color: #000;
  }
  .sponsorwrap .s-sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .sponsorwrap .s-sponsor li {
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    width: 75%;
  }
  .sponsorwrap .s-sponsor li a {
    background-color: white;
    padding: 0px 0px 30px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .s-sponsor li a img {
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .s-sponsor li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .s-sponsor li a:hover {
    opacity: 0.6;
  }
  .sponsorwrap .m-sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: top;
    margin-bottom: 30px;
  }
  .sponsorwrap .m-sponsor li {
    width: calc(32.6% - 5px);
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  .sponsorwrap .m-sponsor li:nth-child(3n) {
    margin-right: 0px;
  }
  .sponsorwrap .m-sponsor li .maker-img {
    background-color: white;
    padding: 20px 0px 40px;
    display: block;
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .sponsorwrap .m-sponsor li .maker-img img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .m-sponsor li .maker-img::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .m-sponsor .maker-m {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 auto;
  }
  .sponsorwrap .m-sponsor .maker-m div:last-child {
    font-size: 1.2rem;
  }
  .sponsorwrap .m-sponsor .maker-m div:last-child .hosoku {
    margin-bottom: 0px !important;
  }
  .sponsorwrap .m-sponsor .maker-m .insta-link {
    font-size: 1.1rem;
  }
  .sponsorwrap .m-sponsor .maker-m .insta-link a::before {
    margin: 3% 2px 0 0;
    width: 11px;
    height: 11px;
  }
  .sponsorwrap .sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
  }
  .sponsorwrap .sponsor li {
    width: calc(24.2% - 5px);
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .sponsorwrap .sponsor li:nth-child(4n) {
    margin-right: 0px;
  }
  .sponsorwrap .sponsor li a {
    background-color: white;
    padding: 0px 0px 15px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .sponsor li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .sponsor li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 7px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .sponsor li a:hover {
    opacity: 0.6;
  }
  .sponsorwrap .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .sponsorwrap .partner li {
    width: 24.2%;
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
  }
  .sponsorwrap .partner li a {
    background-color: white;
    padding: 0px 0px 15px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
  }
  .sponsorwrap .partner li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sponsorwrap .partner li a::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/insta-c.png);
    background-size: contain;
    position: absolute;
    bottom: 7px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .sponsorwrap .partner li a:hover {
    opacity: 0.6;
  }
  .maker-link {
    border: 1px solid #fff;
    display: block;
    padding: 44px 0 15px;
    position: relative;
    line-height: 1.4;
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .maker-link span {
    font-size: 1rem;
  }
  .maker-link::after {
    content: ""; /*何も入れない*/
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../images/pdf.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .maker-link:hover {
    background-color: white;
    color: #000;
  }
  .results-list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .results-list02 li {
    width: calc(33.3% - 0px);
    border: 1px solid white;
    text-align: center;
    margin: 0 auto;
  }
  .results-list02 li a {
    display: block;
    padding: 17px 0;
    position: relative;
  }
  .results-list02 li a::after {
    content: "▼";
    vertical-align: middle;
    font-size: 7px;
    margin: 0 0 5px 20px;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .results-list02 li a:hover {
    background-color: white;
    color: #000;
  }
  .judge {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin: 40px 0;
  }
  .judge li {
    width: calc(33.33% - 5px);
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
  }
  .judge li:nth-child(3n) {
    margin-right: 0px;
  }
  .judge li a {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
  }
  .judge li a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .judge li a:hover {
    opacity: 0.6;
  }
  .maker {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .maker div:first-child {
    width: 30%;
    margin-right: 10px;
  }
  .maker div:last-child {
    width: auto;
    text-align: center;
  }
  .maker .insta-link a::before {
    margin: 3% 4px 0 0;
    width: 16px;
    height: 16px;
  }
}/*# sourceMappingURL=responsive.css.map */