html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  background: #fff;
  font-size: 0.068vw;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.266vw;
    font-size: clamp(0.1px, 0.266vw, 1.5px);
  }
}
html.fixed {
  height: 100vh;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #080808;
  min-width: 1160px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
a {
  color: inherit;
  appearance: none;
  text-decoration: none;
  transition: 0.3s ease;
}
button {
  appearance: none;
  outline: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.pc-oi {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .pc-oi {
    display: none !important;
  }
}
.sp-oi {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-oi {
    display: inline !important;
  }
}
.pc-ob {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-ob {
    display: none !important;
  }
}
.sp-ob {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ob {
    display: block !important;
  }
}
.img-box {
  font-size: 0;
  width: 100%;
}
.img-box img {
  width: 100%;
}
.wrap {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    max-width: 560px;
  }
}
.wrap-out {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-out {
    max-width: 560px;
  }
}
.wrap-of {
  overflow: hidden;
}
.link-out {
  pointer-events: none;
}
section {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.txt-link {
  color: color-rd;
  text-decoration: underline;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .txt-link:hover {
    opacity: 0.7;
  }
}
.txt-indent {
  display: flex;
}
.txt-indent > *:nth-of-type(1) {
  flex-shrink: 0;
}
.txt-ib > * {
  display: inline-block;
}
.grd-gd {
  display: inline-block;
  background: linear-gradient(to right, #e6d5a4 0%, #c3a243 50%, #e6d5a5 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.tit-box-main .tit .grd-gd {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 100px;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .tit-box-main .tit .grd-gd {
    font-size: 60px;
  }
}
.tit-box-main .tit .jp {
  display: block;
}
header {
  position: absolute;
  z-index: 900;
  width: 100%;
  top: 0;
  left: 0;
}
.head-l {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1440px;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .head-l {
    gap: 25px;
    padding: 20px 20px;
  }
}
.head-l img {
  width: 100%;
  height: auto;
}
.head-l .logo-fb {
  width: 117px;
}
@media screen and (max-width: 767px) {
  .head-l .logo-fb {
    width: 95px;
  }
}
.head-l .logo-fts {
  width: 111px;
}
@media screen and (max-width: 767px) {
  .head-l .logo-fts {
    width: 89px;
  }
}
.sec-main {
  position: relative;
  padding: 0;
}
.sec-main .wrap-out {
  position: relative;
  padding: 180px 30px 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-main .wrap-out {
    padding: 210rem 20rem 90px;
    max-width: none;
  }
}
.sec-main .main-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 904px;
  aspect-ratio: 904/650;
  background: url("../img/main-img.png") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-main .main-bg-img {
    width: 100%;
    aspect-ratio: 960/1260;
    background: url("../img/main-img-sp.png") center/cover no-repeat;
  }
}
.sec-main .main-bg-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1100px;
  background: url("../img/main-bg.webp") bottom center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-main .main-bg-ico {
    bottom: -130px;
    top: auto;
    width: 100%;
    height: 595px;
    background-size: 830px auto;
    background-position: bottom left -50px;
  }
}
.sec-main .main-bg-ico-02 {
  position: absolute;
  top: 400px;
  left: calc(50% - 360px);
  width: 992px;
  height: 634px;
  background: url("../img/main-ico.webp") center/cover no-repeat;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 767px) {
  .sec-main .main-bg-ico-02 {
    display: none;
  }
}
.main-box {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.main-box .tit-box .tit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 118px;
  color: #fff;
  line-height: 0.88;
}
@media screen and (max-width: 767px) {
  .main-box .tit-box .tit {
    font-size: 43.5rem;
  }
}
.main-box .tit-box .txt {
  font-weight: 500;
  color: #e6d5a5;
  letter-spacing: 0.05em;
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .main-box .tit-box .txt {
    margin: 15px 0 0;
  }
}
.main-box .tit-box .txt .sml {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .main-box .tit-box .txt .sml {
    font-size: 9rem;
  }
}
.main-box .tit-box .txt .big {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .main-box .tit-box .txt .big {
    font-size: 12rem;
  }
}
.main-box .txt-box {
  text-align: right;
  margin: 20px 0 0;
}
.main-box .txt-box .tit {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main-box .txt-box .tit {
    font-size: 27px;
  }
}
.main-box .txt-box ruby {
  ruby-align: center;
  font-size: 0;
}
.main-box .txt-box rt {
  font-size: 17px;
  color: #ccc;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 767px) {
  .main-box .txt-box rt {
    font-size: 10px;
  }
}
.main-box .txt-box .txt {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .main-box .txt-box .txt {
    font-size: 13px;
  }
}
.sec-about {
  position: relative;
  z-index: 10;
}
.about-box-wrap {
  position: relative;
}
.about-box-wrap:before {
  position: absolute;
  content: "";
  top: 10rem;
  left: 10rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e6d5a4 0%, #c3a243 50%, #e6d5a5 100%);
}
.about-box {
  position: relative;
  border-top: 1px solid #e6d5a5;
  border-bottom: 1px solid #e6d5a5;
  background: url("../img/about-bg.webp") center/cover no-repeat;
  padding: 70px 80px;
}
@media screen and (max-width: 767px) {
  .about-box {
    padding: 40rem 20rem;
  }
}
.about-box .tit-box-main {
  text-align: center;
}
.about-box .tit-box-main .grd-gd {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .about-box .tit-box-main .grd-gd {
    font-size: 40px;
  }
}
.about-box .tit-box-main .jp {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .about-box .tit-box-main .jp {
    font-size: 18px;
    margin: 10px 0 0;
  }
}
.about-box .txt-box {
  margin: 40px 0 0;
}
.about-box .txt-box .txt {
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .about-box .txt-box .txt {
    font-size: 14px;
    line-height: 2;
  }
}
.sec-winners {
  position: relative;
  padding: 160px 0 0;
  margin: -200px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-winners {
    padding: 100px 0 0;
    margin: -140px 0 0;
  }
}
.sec-winners .sticky-ico-wrap {
  position: sticky;
  top: calc(50vh - 420px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec-winners .sticky-ico-wrap {
    top: calc(50dvh - ((100vw - 60px) / 2));
    height: 315px;
  }
}
.sec-winners .sticky-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 840px;
  min-width: 0;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border: 1px dashed #c3a243;
  border-radius: 50%;
  animation: circle 60s linear infinite;
}
@media screen and (max-width: 767px) {
  .sec-winners .sticky-ico {
    width: calc(100vw - 60px);
  }
}
.sec-winners .sticky-ico .ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #e6d5a4 0%, #c3a243 50%, #e6d5a5 100%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec-winners .sticky-ico .ico {
    width: calc(100% - 20px);
  }
}
.sec-winners .sticky-ico .ico:before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  min-width: 0;
  aspect-ratio: 1/1;
  background: #080808;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec-winners .sticky-ico .ico:before {
    width: calc(100% - 6px);
  }
}
@-moz-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec-winners .wrap-of {
  position: relative;
  margin: -840px 0 0;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .sec-winners .wrap-of {
    padding: 0 20rem;
    margin: -160px 0 0;
  }
}
.sec-winners .tit-box-main {
  text-align: right;
}
.sec-winners .tit-box-main .txt {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-winners .tit-box-main .txt {
    font-size: 18px;
  }
}
.win-list {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .win-list {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .win-list article {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .win-list article:nth-of-type(odd) .win-article {
    justify-content: flex-end;
    text-align: right;
  }
  .win-list article:nth-of-type(odd) .img-box {
    top: 0;
    right: 500px;
  }
  .win-list article:nth-of-type(odd) .img-box:before {
    right: -30px;
  }
  .win-list article:nth-of-type(odd) .bg-en-wrap {
    justify-content: flex-end;
  }
  .win-list article:nth-of-type(odd) .bg-en {
    text-align: right;
  }
  .win-list article:nth-of-type(odd) .ico-box {
    justify-content: flex-end;
  }
  .win-list article:nth-of-type(even) .win-article {
    justify-content: flex-start;
  }
  .win-list article:nth-of-type(even) .img-box {
    top: 0;
    left: 500px;
  }
  .win-list article:nth-of-type(even) .img-box:before {
    left: -30px;
  }
  .win-list article:nth-of-type(even) .bg-en-wrap {
    justify-content: flex-start;
  }
  .win-list article:nth-of-type(even) .bg-en {
    text-align: left;
  }
  .win-list article+ article {
    margin: 120px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .win-list article {
    position: relative;
  }
  .win-list article+ article {
    margin: 80px 0 0;
  }
  .win-list article:nth-of-type(odd) .bg-en-wrap {
    justify-content: flex-end;
  }
  .win-list article:nth-of-type(odd) .bg-en {
    text-align: right;
  }
  .win-list article:nth-of-type(even) .bg-en-wrap {
    justify-content: flex-start;
  }
  .win-list article:nth-of-type(even) .bg-en {
    text-align: left;
  }
}
.win-list .bg-en-wrap {
  position: absolute;
  display: flex;
  width: 1440px;
  top: 0;
  left: calc(50% - 720px);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 300px;
  color: #22211b;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .win-list .bg-en-wrap {
    font-size: 150px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.win-list .bg-en {
  flex-shrink: 0;
  width: 200vw;
}
.win-list .win-article {
  position: relative;
}
@media screen and (min-width: 768px) {
  .win-list .win-article {
    display: flex;
    align-items: flex-start;
    width: 864px;
  }
}
@media screen and (min-width: 768px) {
  .win-list .img-box {
    position: absolute;
    width: 45.625vw;
    min-width: 506px;
    max-width: 657px;
  }
}
@media screen and (max-width: 767px) {
  .win-list .img-box {
    position: relative;
  }
}
.win-list .img-box:before {
  position: absolute;
  content: "";
  width: 480px;
  height: 100%;
  background: linear-gradient(135deg, #e6d5a4 0%, #c3a243 50%, #e6d5a5 100%);
  top: 30px;
}
@media screen and (max-width: 767px) {
  .win-list .img-box:before {
    width: 100%;
    top: 10rem;
    left: 10rem;
  }
}
.win-list .img-box .img {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .win-list .img-box .img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.win-list .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.win-list .txt-box {
  width: 500px;
  min-height: 450px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .win-list .txt-box {
    width: 100%;
    min-height: auto;
  }
}
.win-list .tit .en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 60px;
  color: #e6d5a5;
  letter-spacing: 0.015em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .win-list .tit .en {
    font-size: 48px;
  }
}
.win-list .tit .jp {
  font-size: 16px;
  font-weight: 500;
  color: #e6d5a5;
  letter-spacing: 0.2em;
  display: block;
  margin: 10px 0 0;
}
.win-list .sta {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .win-list .sta {
    font-size: 18px;
  }
}
.win-list .ico-box {
  display: flex;
  gap: 10px;
  margin: 25px 0 0;
}
.win-list .ico {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .win-list .ico:hover .svg-article-frame,
  .win-list .ico:hover .svg-article-main {
    fill: #e6d5a5;
  }
  .win-list .ico:hover .svg-article-circle,
  .win-list .ico:hover .svg-article-arc {
    fill: #080808;
    stroke: #e6d5a5;
  }
  .win-list .ico:hover .svg-article-line,
  .win-list .ico:hover .svg-article-corner {
    stroke: #080808;
    fill: #e6d5a5;
  }
}
.win-list .svg-article-circle,
.win-list .svg-article-arc,
.win-list .svg-article-corner {
  fill: #080808;
  transition: 0.3s ease;
}
.win-list .svg-article-frame,
.win-list .svg-article-main,
.win-list .svg-article-line {
  fill: #080808;
  transition: 0.3s ease;
}
.link-box {
  display: flex;
  justify-content: center;
  width: 824px;
  height: 70px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d4bb76 0%, #c3a243 100%);
  padding: 4px;
  margin: 140px auto 0;
}
@media screen and (max-width: 767px) {
  .link-box {
    width: 100%;
    margin: 80px 0 0;
  }
}
.link-box .link-box-in {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #514721;
  border-radius: 999px;
  background: transparent;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .link-box .link-box-in:hover {
    background: #080808;
  }
  .link-box .link-box-in:hover .link-tit {
    color: #e6d5a5;
  }
  .link-box .link-box-in:hover .link-ico {
    background: #e6d5a5;
  }
  .link-box .link-box-in:hover .link-ico:before {
    border-color: #e6d5a5;
  }
}
.link-box .link-tit {
  font-size: 22px;
  font-weight: 500;
  color: #080808;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
.link-box .link-ico {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #080808;
  right: 25px;
  transition: 0.3s ease;
}
.link-box .link-ico:before {
  position: absolute;
  content: "";
  width: 10px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-top: 1px solid #080808;
  border-right: 1px solid #080808;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  transition: 0.3s ease;
}
.sec-advisory {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-advisory {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sec-advisory .bg {
  position: absolute;
  width: 2760px;
  height: 956px;
  background: linear-gradient(90deg, #d4bb76 0%, #c3a243 100%);
  bottom: 0;
  left: calc(50% - 1380px);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .sec-advisory .bg {
    width: 800px;
    height: 100%;
    left: calc(50% - 400px);
  }
}
.sec-advisory .wrap {
  position: relative;
}
.advisory-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.advisory-list article {
  width: calc(100% / 3);
  border-right: 1px solid #4e4b3f;
  background: #080808;
}
@media screen and (max-width: 767px) {
  .advisory-list article {
    width: 100%;
    border: none;
  }
  .advisory-list article+ article {
    margin: 60px 0 0;
  }
}
.advisory-list article:nth-of-type(3n),
.advisory-list article:nth-last-of-type(1) {
  border: none;
}
.advisory-list .img-box {
  aspect-ratio: 342/229;
}
.advisory-list .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.advisory-list .txt-box {
  position: relative;
  margin: -20px 0 0;
  padding: 0 35px 35px;
}
@media screen and (max-width: 767px) {
  .advisory-list .txt-box {
    padding: 0 20px 20px;
  }
}
.advisory-list .en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 40px;
  letter-spacing: 0.005em;
  color: #e6d5a5;
  text-align: center;
}
.advisory-list .name {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 10px 0 0;
}
.advisory-list .sta {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.61;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .advisory-list .sta {
    font-size: 16px;
  }
}
.advisory-list .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .advisory-list .txt {
    font-size: 14px;
    line-height: 2;
  }
}
.sec-judg {
  position: relative;
  padding-top: 140px;
  padding-bottom: 180px;
  border-bottom: 1px solid #514b31;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-judg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sec-judg .bg {
  position: absolute;
  width: 1440px;
  aspect-ratio: 144/110;
  background: url("../img/main-bg.webp") center/cover no-repeat;
  transform: rotate(-90deg) scaleX(-1);
  transform-origin: top right;
  opacity: 0.6;
  top: 1430px;
  left: calc(50% - 1600px);
}
@media screen and (max-width: 767px) {
  .sec-judg .bg {
    width: 1200px;
    top: 1100px;
  }
}
.sec-judg .wrap {
  position: relative;
}
.sec-judg .tit-box-main {
  text-align: center;
}
.judge-box {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 100px;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .judge-box {
    gap: 60px 0;
  }
}
.judge-box article {
  display: flex;
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .judge-box article {
    width: 100%;
  }
}
.judge-box .num {
  flex-shrink: 0;
  width: 70px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 80px;
  color: #e6d5a5;
  letter-spacing: 0.005em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .judge-box .num {
    font-size: 60px;
    width: 50px;
  }
}
.judge-box .judge-r {
  width: 100%;
  padding-top: 20px;
}
.judge-box .tit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  color: #e6d5a5;
  letter-spacing: 0.005em;
  line-height: 0.8;
  text-align: right;
  border-bottom: 1px solid #e6d5a5;
}
.judge-box .txt-box {
  margin: 10px 0 0;
  padding: 0 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .judge-box .txt-box {
    padding: 0 10px;
  }
}
.judge-box .txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .judge-box .txt {
    font-size: 16px;
  }
}
.judge-box .txt span {
  font-size: 21px;
  font-weight: 700;
  color: #e6d5a5;
}
@media screen and (max-width: 767px) {
  .judge-box .txt span {
    font-size: 20px;
  }
}
.sec-contents {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec-contents {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.sec-contents .tit-box-main {
  text-align: center;
}
.contents-slide-wrap {
  margin: 40px 0 0;
}
.contents-slide article {
  padding-right: 1px;
}
.contents-slide a {
  display: block;
  width: calc((1024px - 2px) / 3);
}
@media screen and (min-width: 768px) {
  .contents-slide a:hover img {
    transform: scale(1.1) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .contents-slide a {
    width: calc(100vw - 39px);
    max-width: 341px;
  }
}
.contents-slide .img-box {
  aspect-ratio: 341/227;
  overflow: hidden;
}
.contents-slide .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: 0.3s ease;
}
.contents-slide .txt-box {
  background: linear-gradient(90deg, #d4bb76 0%, #c3a243 100%);
  padding: 30px 40px 30px;
}
.contents-slide .tit {
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  letter-spacing: 0.05em;
  line-height: 1.61;
}
.contents-slide .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 20px 0 0;
}
.contents-slide .more-tit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 14px;
  color: #080808;
  letter-spacing: 0.005em;
}
.contents-slide .more-ico {
  position: relative;
  width: 20px;
  height: 1px;
  background: #080808;
}
.contents-slide .more-ico:before {
  position: absolute;
  content: "";
  width: 8px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-top: 1px solid #080808;
  border-right: 1px solid #080808;
  top: 0;
  right: -1px;
  transform-origin: top right;
  transform: rotate(45deg);
}
.contents-slide .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 50px 0 0;
}
.contents-slide .slick-dots li {
  width: 30px;
  height: 3px;
  border: 1px solid #4e4b3f;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contents-slide .slick-dots li:hover {
    border-color: #e6d5a5;
  }
}
.contents-slide .slick-dots .slick-active {
  border-color: #e6d5a5;
  background: #e6d5a5;
  pointer-events: none;
}
.sec-archive {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-archive {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}
.archive-box {
  position: relative;
  margin: 40px 0 0;
}
.archive-box:before {
  position: absolute;
  content: "";
  width: 150vw;
  height: 100%;
  background: linear-gradient(135deg, #e6d5a4 0%, #c3a243 50%, #e6d5a5 100%);
  top: 30px;
  left: 200px;
}
@media screen and (max-width: 767px) {
  .archive-box:before {
    width: 100%;
    top: 10px;
    left: 10px;
  }
}
.archive-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
  background: url("../img/archive-bg.webp") center/cover no-repeat;
}
.archive-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 430px;
  height: 50px;
  border: 1px solid #fff;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .archive-link a:hover {
    background: #fff;
  }
  .archive-link a:hover .tit {
    color: #080808;
  }
  .archive-link a:hover .ico {
    background: #080808;
  }
  .archive-link a:hover .ico:before {
    border-color: #080808;
  }
}
@media screen and (max-width: 767px) {
  .archive-link a {
    gap: 20px;
    width: calc(100% - 40px);
    height: 60px;
  }
}
.archive-link .tit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-left: 50px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .archive-link .tit {
    margin: 0;
  }
}
.archive-link .ico {
  position: relative;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}
.archive-link .ico:before {
  position: absolute;
  content: "";
  width: 8px;
  min-width: 0;
  aspect-ratio: 1/1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  right: -1px;
  transform-origin: top right;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.foot-logo {
  padding: 140px 30px;
}
@media screen and (max-width: 767px) {
  .foot-logo {
    padding: 100px 20px 0;
  }
}
.foot-logo .logo {
  width: 274px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foot-logo .logo {
    width: 60%;
    max-width: 274px;
  }
}
.foot-logo .logo img {
  width: 100%;
  height: auto;
}
.foot-logo .tit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 30px;
  letter-spacing: 0.005em;
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .foot-logo .tit {
    font-size: 24px;
  }
}
.foot-logo .txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .foot-logo .txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
footer {
  padding: 100px 30px;
}
footer .logo {
  width: 136px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .logo {
    width: 110px;
  }
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .copy {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.714;
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 10px;
    margin: 20px 0 0;
  }
}
.modal-wrap {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.modal-wrap.on {
  opacity: 1;
  visibility: visible;
}
.modal-close {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
}
.modal-box {
  position: relative;
  display: none;
  width: calc(100% - 60px);
  max-width: 1024px;
  align-items: flex-start;
  padding: 20px 50px 20px 0;
  border-top: 2px solid #e6d5a5;
  border-bottom: 2px solid #e6d5a5;
  background: #22211b;
}
@media screen and (max-width: 767px) {
  .modal-box {
    width: calc(100% - 40px);
    padding: 20px 10px 20px 20px;
  }
}
.modal-box.on {
  display: flex;
}
.modal-box .modal-close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 0;
  aspect-ratio: 1/1;
  top: 15px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-close-btn {
    top: -40px;
    right: 0;
    width: 30px;
  }
}
.modal-box .modal-close-btn:before,
.modal-box .modal-close-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e6d5a5;
}
.modal-box .modal-close-btn:before {
  transform: rotate(45deg);
}
.modal-box .modal-close-btn:after {
  transform: rotate(-45deg);
}
.modal-box .en {
  position: absolute;
  bottom: -23px;
  right: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 150px;
  color: #33322d;
}
@media screen and (max-width: 767px) {
  .modal-box .en {
    font-size: 70px;
    bottom: -10px;
  }
}
.modal-box .modal-box-in {
  position: relative;
  max-height: calc(80vh - 50px);
  padding-bottom: 10px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box-in {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .modal-box .modal-box-in {
    max-height: calc(80svh - 50px);
    padding-right: 10px;
  }
}
.modal-box .img-box {
  position: relative;
  width: 47%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .modal-box .img-box {
    width: 100%;
    max-width: 320px;
  }
}
.modal-box .img-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e6d5a4 0%, #c3a243 50%, #e6d5a5 100%);
  top: 10px;
  left: 10px;
}
.modal-box .img-box img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal-box .txt-box {
  width: 53%;
  padding: 30px 10px 0 8%;
}
@media screen and (max-width: 767px) {
  .modal-box .txt-box {
    width: 100%;
    padding: 40px 0 0;
  }
}
.modal-box .name {
  font-size: 24px;
  font-weight: 500;
  color: #e6d5a5;
  letter-spacing: 0.2em;
}
.modal-box .sta {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 15px 0 0;
}
.modal-box .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 20px 0 0;
}
.sec-main .tit-box {
  opacity: 0;
  transition: 1s ease 0.4s;
}
.sec-main .txt-box {
  opacity: 0;
  transition: 0.6s ease;
  transition: 1s ease 0.8s;
}
.sec-main .main-bg-img {
  opacity: 0;
  transition: 1s ease;
}
.sec-main.on .main-bg-img {
  opacity: 1;
}
.sec-main.on .tit-box {
  opacity: 1;
}
.sec-main.on .txt-box {
  opacity: 1;
}
.fade.fade-top {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}
.fade.fade-top.on {
  opacity: 1;
  transform: translate(0);
}
.win-01 .credit {
  position: relative;
}
