html {
  font-size: 16px;
}

body {
  background: #ff5800;
  color: #000;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  min-height: 100dvh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  position: sticky;
  top: 100%;
}

.footer__top {
  background: #fff;
  padding-block: 3.5rem 3.125rem;
}

.footer__logo {
  margin-inline: auto;
  max-width: 10.9375rem;
}

.footer__copyright {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  padding-block: 2.1875rem 1.625rem;
  text-align: center;
}

.pageTop {
  position: absolute;
  right: max(1.25rem, (100vw - 90rem) / 2 + 3.375rem);
  top: -8.125rem;
  transition: transform 0.2s ease;
  width: 3.9375rem;
}

.pageTop:hover {
  transform: translateY(-8px);
}

/*
 * header
 * -------------------------------------------------------------
 */

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin-inline: auto;
  max-width: 73.75rem;
  padding-inline: 2.5rem;
  width: 100%;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  margin-top: 2.5rem;
  overflow: hidden;
}

/*
 * l-top
 * -------------------------------------------------------------
 */

.l-top {
  background: #000;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  padding-top: 12.875rem;
}

.fv__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.fv__ttl {
  max-width: 37.9375rem;
}

.fv__lead {
  margin-top: 3.125rem;
  max-width: 49.9375rem;
}

.fv__text {
  color: #fff;
  font-size: max(15px, 1.25rem);
  letter-spacing: 0.01em;
  line-height: 1.85;
  margin-top: 9.0625rem;
  text-align: center;
}

/*
 * topGallery
 * -------------------------------------------------------------
 */

.topGallery {
  padding-block: 23.75rem 18.75rem;
}

.topGallery__main {
  margin-inline: auto;
  max-width: 65rem;
  position: relative;
}

.topGallery__mainTtl {
  color: #fff;
  font-family: "tt-cometus", sans-serif;
  font-size: 8rem;
  left: 0;
  letter-spacing: 0.01em;
  line-height: 0.9;
  position: absolute;
  top: -11.5625rem;
  z-index: 1;
}

.topGallery__mainImg {
  aspect-ratio: 782/522;
  margin-left: auto;
  max-width: 48.875rem;
}

.topGallery__mainImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.topGallery__sub {
  margin-top: 9.375rem;
}

.topGallery__subItem {
  align-items: center;
  display: flex;
  gap: 2.125rem;
  justify-content: center;
}

.topGallery__subItem.--item2 {
  margin-top: -1.25rem;
  position: relative;
  z-index: 1;
}

.topGallery__subItem.--item3 {
  margin-top: -3.25rem;
}

.topGallery__subTtl {
  color: #fff;
  font-family: "tt-cometus", sans-serif;
  font-size: 7.4375rem;
  letter-spacing: 0.01em;
}

.topGallery__subTtl.--ttl1 {
  position: relative;
  top: 0.625rem;
}

.topGallery__subTtl.--ttl2 {
  position: relative;
  top: -1.5625rem;
}

.topGallery__subTtl.--ttl3 {
  display: none;
}

.topGallery__subImg {
  aspect-ratio: 402/268;
  max-width: 25.125rem;
}

.topGallery__subImg.--img3 {
  margin-left: 4.25rem;
}

.topGallery__subImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.topGallery__video {
  aspect-ratio: 1100/480;
  margin-top: 14.25rem;
}

.topGallery__video iframe {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/*
 * winners
 * -------------------------------------------------------------
 */

.winners {
  padding-bottom: 14.6875rem;
}

.winners__inner {
  display: contents;
}

.winners__head {
  padding-block: 11.6875rem 32.3125rem;
}

.winners__headTtl {
  margin-inline: auto;
  max-width: 33.8125rem;
}

.winners__headTtl::after {
  background: url(./../images/arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 3.625rem;
  margin: 3.75rem auto 0;
  width: 1.375rem;
}

.winners__headText {
  font-family: "manop-variable", sans-serif;
  font-size: 2.375rem;
  font-variation-settings: "wdth"140, "wght"793;
  letter-spacing: -0.025em;
  margin-top: 3.3125rem;
  text-align: center;
}

.winners__body {
  display: flex;
  flex-direction: column;
  gap: 28.125rem;
}

/*
 * winnersBlock
 * -------------------------------------------------------------
 */

.winnersBlock__head {
  margin-inline: auto;
  max-width: 86.25rem;
  padding-inline: 2.5rem;
  position: relative;
}

.winnersBlock__num {
  position: absolute;
  top: -14.25rem;
  width: 100%;
}

.winnersBlock__num.--num1 {
  left: 2.5rem;
  max-width: 32.8125rem;
}

.winnersBlock__num.--num2 {
  left: 2.8125rem;
  max-width: 31.75rem;
}

.winnersBlock__num.--num3 {
  left: 2.8125rem;
  max-width: 31.25rem;
}

.winnersBlock__headInner {
  align-items: flex-start;
  display: flex;
  gap: 2.8125rem;
  justify-content: center;
  margin-left: min(10rem, 11.11vw);
  position: relative;
  z-index: 1;
}

.winnersBlock__img {
  aspect-ratio: 346/433;
  max-width: 21.625rem;
}

.winnersBlock__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.winnersBlock__desc {
  flex: 1;
}

.winnersBlock__desc.--desc1 {
  max-width: 31.125rem;
}

.winnersBlock__desc.--desc2 {
  max-width: 31.125rem;
}

.winnersBlock__descHead {
  align-items: flex-end;
  display: flex;
  gap: 1.25rem;
}

.winnersBlock__name {
  font-size: 4.75rem;
  font-weight: 600;
}

.winnersBlock__link {
  max-width: 2.1875rem;
  position: relative;
  top: -0.5rem;
  transition: color 0.3s ease;
}

.winnersBlock__link img {
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.winnersBlock__link:hover img {
  transform: rotateY(360deg) scale(1.2);
}

.winnersBlock__name span {
  display: block;
  font-family: "manop-variable", sans-serif;
  font-size: 2.375rem;
  font-variation-settings: "wdth"140, "wght"793;
  letter-spacing: 0.01em;
  margin-bottom: 0.3125rem;
}

.winnersBlock__text {
  font-size: max(10px, 0.8125rem);
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.5625rem;
}

.winnersBlock__gallery {
  margin: 8.1875rem auto 0;
  max-width: 56.0625rem;
  position: relative;
}

.winnersBlock__galleryItems {
  grid-gap: 2.8125rem;
  display: grid;
  gap: 2.8125rem;
  grid-template-columns: repeat(2, 1fr);
}

.winnersBlock__galleryImg {
  aspect-ratio: 426/638;
  overflow: hidden;
  position: relative;
}

.winnersBlock__galleryImg::before {
  content: "";
  display: block;
  font-family: manop-variable, sans-serif;
  font-size: 1.5rem;
  font-variation-settings: "wdth"140, "wght"793;
  letter-spacing: -0.025em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.winnersBlock__galleryImg:nth-child(1)::before {
  content: "Dream";
  left: -6.25rem;
}

.winnersBlock__galleryImg:nth-child(4)::before {
  content: "Plus";
  right: -6.25rem;
}

.winnersBlock__galleryImg:nth-child(5)::before {
  content: "2025";
  left: -6.25rem;
}

.winnersBlock__galleryImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.winnersBlock__galleryImg:hover img {
  transform: scale(1.1);
}

.lightbox .lb-image {
  border: 0 !important;
}

.winnersBlock__galleryTtl {
  color: #fff;
  font-family: "tt-cometus", sans-serif;
  font-size: 7.3125rem;
  letter-spacing: 0.01em;
  margin-top: 1.25rem;
  text-align: center;
}

.winnersBlock__galleryTtl span {
  display: inline-block;
  font-size: 3.5rem;
  margin-right: 1.0625rem;
}

.winnersBlock__galleryLinks {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin: 0.9375rem auto 0;
}

.winnersBlock__galleryLink {
  max-width: 1.5rem;
  transition: filter 0.2s transform 0.2s ease;
}

.winnersBlock__galleryLink:hover {
  filter: brightness(0);
  transform: scale(1.05);
}

.winnersBlock__galleryObj {
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}

.winnersBlock__galleryObj.--obj1 {
  left: 62%;
  max-width: 110rem;
  min-width: 110rem;
  top: -5rem;
  width: 122vw;
}

.winnersBlock__galleryObj.--obj2 {
  left: 49%;
  max-width: 100rem;
  min-width: 100rem;
  top: -2.3125rem;
  width: 111.11vw;
}

.winnersBlock__galleryObj.--obj3 {
  left: 59%;
  max-width: 88.3125rem;
  min-width: 88.3125rem;
  top: -6.125rem;
  width: 98.125vw;
}

/*
 * 
 * -------------------------------------------------------------
 */

.scrollanime {
  opacity: 0;
  transition: all ease 0.9s;
}

.toUp {
  transform: translateY(40px);
}

.toLeft {
  transform: translateX(40px);
}

.toRight {
  transform: translateX(-40px);
}

.fadeIn.scrollanime {
  opacity: 1;
}

.fadeIn.toUp {
  transform: translateY(0);
}

.fadeIn.toLeft {
  transform: translateX(0);
}

.fadeIn.toRight {
  transform: translateX(0);
}

.js-fadeInItem {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.js-fadeInItem.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-blurFadeIn {
  filter: blur(60px);
  opacity: 0;
  transition: opacity 1.2s ease, filter 1.2s ease;
  will-change: opacity, filter;
}

.js-blurFadeIn.is-show {
  filter: blur(0);
  opacity: 1;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media (width >=1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media (max-width: 1440px) {

  html {
    font-size: 1.11vw;
  }

}

@media (max-width: 768px) {

  html {
    font-size: 4vw;
  }

  .footer__top {
    padding-block: 1.375rem;
  }

  .footer__logo {
    max-width: 5.1875rem;
  }

  .footer__copyright {
    font-size: 0.625rem;
    padding-block: 0.8125rem;
  }

  .pageTop {
    right: max(1.25rem, (100vw - 25rem) / 2 + 1.5625rem);
    top: -3.25rem;
    width: 1.375rem;
  }

  .l-main {
    margin-top: 0.6875rem;
  }

  .fv {
    padding-top: 4.375rem;
  }

  .fv__ttl {
    max-width: 13.125rem;
  }

  .fv__lead {
    margin-top: 1.125rem;
    max-width: 17.375rem;
  }

  .fv__text {
    font-size: 0.6875rem;
    margin: 0 calc(50% - 50vw);
    margin-top: 2.1875rem;
  }

  .topGallery {
    padding-block: 10.25rem 7rem;
  }

  .topGallery__mainTtl {
    font-size: 3rem;
    left: 0.625rem;
    top: -4.25rem;
  }

  .topGallery__mainImg {
    max-width: 16.125rem;
  }

  .topGallery__sub {
    margin-top: 3.125rem;
    position: relative;
  }

  .topGallery__subItem {
    gap: 1.5625rem;
  }

  .topGallery__subItem.--item2 {
    justify-content: start;
    top: -0.625rem;
  }

  .topGallery__subItem.--item3 {
    align-items: center;
    flex-direction: column;
    gap: 0;
    position: absolute;
    right: 0.1875rem;
    top: 9.625rem;
  }

  .topGallery__subTtl {
    font-size: 2.5rem;
  }

  .topGallery__subTtl.--ttl1 {
    top: -1.25rem;
  }

  .topGallery__subTtl.--ttl2 {
    display: none;
  }

  .topGallery__subTtl.--ttl3 {
    display: block;
    margin-top: 0.3125rem;
  }

  .topGallery__subImg {
    max-width: 8.75rem;
  }

  .topGallery__subImg.--img3 {
    margin: 0;
  }

  .topGallery__video {
    aspect-ratio: 572/322;
    margin-top: 9.375rem;
  }

  .winners {
    padding-bottom: 4.6875rem;
  }

  .winners__inner {
    display: block;
  }

  .winners__head {
    padding-block: 2.1875rem 3.875rem;
  }

  .winners__headTtl {
    max-width: 16.25rem;
  }

  .winners__headTtl::after {
    height: 1.375rem;
    margin-top: 1.375rem;
    width: 0.5rem;
  }

  .winners__headText {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }

  .winners__body {
    gap: 8.4375rem;
  }

  .winnersBlock__head {
    max-width: 100%;
    padding: 0;
  }

  .winnersBlock__num {
    position: relative;
    top: auto;
  }

  .winnersBlock__num.--num1 {
    left: -2.1875rem;
    max-width: 9.375rem;
  }

  .winnersBlock__num.--num2 {
    left: -2.1875rem;
    max-width: 8.75rem;
  }

  .winnersBlock__num.--num3 {
    left: -2.1875rem;
    max-width: 8.4375rem;
  }

  .winnersBlock__headInner {
    flex-direction: column;
    gap: 0.9375rem;
    margin-inline: auto;
    margin-top: -1.25rem;
    padding-inline: 0.375rem;
  }

  .winnersBlock__img {
    max-width: 100%;
  }

  .winnersBlock__desc.--desc1 {
    max-width: 100%;
  }

  .winnersBlock__desc.--desc2 {
    max-width: 100%;
  }

  .winnersBlock__descHead {
    gap: 0.9375rem;
  }

  .winnersBlock__name {
    font-size: 2.125rem;
  }

  .winnersBlock__link {
    max-width: 1.75rem;
    top: -0.1875rem;
  }

  .winnersBlock__name span {
    font-size: 1.0625rem;
    margin-bottom: 0.1875rem;
  }

  .winnersBlock__text {
    font-size: 0.75rem;
    margin-top: 0.875rem;
  }

  .winnersBlock__inner {
    padding-inline: 0.375rem;
  }

  .winnersBlock__gallery {
    margin-top: 2.1875rem;
    max-width: 100%;
  }

  .winnersBlock__galleryItems {
    gap: 0.9375rem;
  }

  .winnersBlock__galleryImg::before {
    font-size: 0.625rem;
  }

  .winnersBlock__galleryImg:nth-child(1)::before {
    left: -2.5rem;
  }

  .winnersBlock__galleryImg:nth-child(4)::before {
    right: -2rem;
  }

  .winnersBlock__galleryImg:nth-child(5)::before {
    left: -2.5rem;
  }

  .winnersBlock__galleryTtl {
    font-size: 2.625rem;
    margin-top: 0.5rem;
  }

  .winnersBlock__galleryTtl span {
    font-size: 1.25rem;
    margin-right: 0.3125rem;
    position: relative;
    top: -0.125rem;
  }

  .winnersBlock__galleryLinks {
    gap: 0.9375rem;
    margin-top: 0.5rem;
  }

  .winnersBlock__galleryLink {
    max-width: 1.25rem;
  }

  .winnersBlock__galleryObj.--obj1 {
    max-width: 36.375rem;
    min-width: auto;
    top: -1rem;
    width: 145.375vw;
  }

  .winnersBlock__galleryObj.--obj2 {
    left: 47%;
    max-width: 45.625rem;
    min-width: auto;
    top: -0.8125rem;
    width: 145vw;
  }

  .winnersBlock__galleryObj.--obj3 {
    left: 57%;
    max-width: 35.25rem;
    min-width: auto;
    top: -1.25rem;
    width: 118vw;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@media (max-width: 400px) {

  html {
    font-size: 4vw;
  }

}


/*# sourceMappingURL=style.css.map */