@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
p,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: .1rem;
    text-align: left;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.0rem;
    min-width: 1280px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.70
}

a:hover {
    text-decoration: underline;
}

.tac {
    text-align: center;
}

.inner {
    margin: 0 auto;
    width: 1280px;
}

.w980 {
    margin: 0 auto;
    width: 980px;
}

#container {
    padding-top: 45px;
}

.serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.bomb {
    font-family: "bomboniere", sans-serif;
    font-weight: 300;
}

.l-main {
    background: #000;
    color: #fff;
    overflow: initial;
}

.sp {
    display: none !important;
}

.colBlock {
    overflow: hidden;
    margin-top: 55px;
    margin-bottom: 80px;
}

.colBlock .colL {
    float: left;
    width: 650px;
}

.colBlock .colR {
    float: right;
    width: 280px;
}

.font12 {
    font-size: 1.2rem !important;
}

.font13 {
    font-size: 1.3rem !important;
}

.font14 {
    font-size: 1.4rem !important;
}

.font15 {
    font-size: 1.5rem !important;
}

.font16 {
    font-size: 1.6rem !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

#about_ol td,
#recruit_ol .detail dd,
#maker_ol h3,
.colL p {
    text-align: justify;
}

#recruit_ol .detail dd {
    box-sizing: border-box;
}

noscript {
    background: #aa0707;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.4rem;
}

a {
    transition: all .7s;
}

a:hover {
    opacity: .8;
}

/* ----------------------------------------------
　ヘッダー
---------------------------------------------- */
header {
    background: #323232;
    height: 45px;
    position: fixed;
    z-index: 10000;
    width: 100%;
    min-width: 1280px;
}

.headBox {
    position: relative;
    width: 1280px;
}

.headBox .spNav {
    display: none;
}

.headBox .logo {
    position: absolute;
    top: 10px;
    left: 150px;
}

.headBox .colL {
    position: absolute;
    top: 0;
    left: 235px;
}

.headBox .colL ul {
    overflow: hidden;
}

.headBox .colL ul li {
    float: left;
    font-size: 1.3rem;
    line-height: 45px;
    margin-left: 40px;
}

.headBox .colL ul li:first-child {
    margin-left: 0;
}

.headBox .colL ul li a {
    display: block;
    color: #fff;
}

.headBox .colL ul li img {
    vertical-align: middle;
}

.headBox .colR {
    position: absolute;
    top: 10px;
    right: 150px;
}

.headBox .floatMenu {
    background: url(../img/common/bg_nav.png) no-repeat left top;
    padding: 7px 0 0;
    z-index: 10001;
}

.headBox .float01 {
    display: none;
    position: absolute;
    top: 45px;
    left: 235px;
}

.headBox .float02 {
    display: none;
    position: absolute;
    top: 45px;
    left: 340px;
}

.headBox .float03 {
    display: none;
    position: absolute;
    top: 45px;
    left: 420px;
}

.headBox .float04 {
    display: none;
    position: absolute;
    top: 45px;
    left: 820px;
}

.headBox .float05 {
    display: none;
    position: absolute;
    top: 45px;
    left: 900px;
}

.headBox .float06 {
    display: none;
    position: absolute;
    top: 45px;
    left: 520px;
}

.headBox .floatMenu ul {
    background-color: rgba(35, 24, 21, 0.75);
    padding: 15px;
}

.headBox .floatMenu ul li {
    background-color: #323333;
    font-size: 1.2rem;
    line-height: 30px;
    margin-top: 2px;
    min-width: 160px;
}

.headBox .floatMenu ul li:first-child {
    margin-top: 0;
}

.headBox .floatMenu ul li a {
    color: #919191;
    padding-left: 15px;
}

.headBox .floatMenu ul li a.current,
.headBox .floatMenu ul li a:hover {
    color: #fff;
    font-weight: bold;
}

.headBox .float02 ul,
.headBox .float03 ul {
    overflow: hidden;
}

.headBox .float02 ul li,
.headBox .float03 ul li {
    float: left;
}

.headBox .float02 ul li:nth-child(1),
.headBox .float02 ul li:nth-child(2),
.headBox .float03 ul li:nth-child(1),
.headBox .float03 ul li:nth-child(2) {
    margin-top: 0;
}

.headBox .float02 ul li:nth-child(odd),
.headBox .float03 ul li:nth-child(odd) {
    clear: both;
    margin-right: 2px;
}

#searchContact {
    position: absolute;
    top: 0;
    right: 76px;
}

#contactBtn {
    position: fixed;
    right: 8px;
    bottom: 80px;
    z-index: 1000;
}

#contactBtn:hover {
    opacity: 0.7;
}

#overlay_menu {
    visibility: hidden;
}

#localNav {
    display: none;
}

#searchform {
    position: absolute;
    top: -4px;
    right: 30px;
}

.icon-search-container {
    display: inline-block;
    height: 20px;
    width: 30px;
    position: relative;
    transition: width 0.2s ease-out;
    backface-visibility: hidden;
}

.icon-search-container.active {
    width: 150px;
}

.icon-search-container.active .search-input {
    width: 120px;
}

.icon-search-container img {
    color: #2980b9;
    font-size: 30px;
    position: absolute;
    top: 7px;
    left: 8px;
    cursor: pointer;
}

.icon-search-container .fa-times-circle {
    opacity: 0;
    color: #d9d9d9;
    font-size: 20px;
    position: absolute;
    top: 12px;
    right: 8px;
    transition: opacity 0.2s ease-out;
    cursor: pointer;
}

.icon-search-container .search-input {
    background: #323232;
    box-sizing: border-box;
    color: #000;
    position: absolute;
    cursor: default;
    left: 30px;
    top: 0;
    width: 0;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 1.4rem;
    line-height: 20px;
    transition: width 0.2s ease-out;
}

.active .search-input {
    background: #ccc;
}

#searchformSP {
    padding: 10px 0;
}

#searchformSP .icon-search-container.active {
    width: 80%;
}

#searchformSP .icon-search-container.active .search-input {
    width: 100%;
}

#searchformSP .icon-search-container img {
    left: 0;
}

#searchformSP .icon-search-container .search-input {
    background: #000;
}

#searchformSP .active .search-input {
    background: #ccc;
}

#bnr_top_a a img,
#bnr_top_b a img,
#noteWrap a img,
#sideBanner a img,
.sideNews a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#bnr_top_a a:hover img,
#bnr_top_b a:hover img,
#noteWrap a:hover img,
#sideBanner a:hover img,
.sideNews a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* ----------------------------------------------
　フッター
---------------------------------------------- */
#footerLink {
    margin: 45px 0 20px;
}

#footerLink a {
    color: #000;
}

#ftLinkWrap {
    overflow: hidden;
    margin: 0 0 50px;
}

#ftLinkWrap .colL {
    float: left;
    width: 175px;
}

#ftLinkWrap .ttl {
    color: #666;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

#ftLinkWrap ul {
    margin-bottom: 20px;
}

#ftLinkWrap li {
    color: #8C8989;
    font-size: 1.1rem;
}

#ftLinkWrap .colR {
    float: right;
}

#footerLink .links {
    overflow: hidden;
}

#footerLink .links li {
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
    width: 236px;
}

#footerLink .links li:nth-child(1),
#footerLink .links li:nth-child(5),
#footerLink .links li:nth-child(9) {
    margin-left: 0;
}

#footerLink .links li img {
    height: auto;
    width: 100%;
}

#footerLink .comment {
    margin-top: 35px;
    color: #666;
    font-size: 1.1rem;
}

#footerLink .comment a {
    color: #0066BC;
}

#footerLink .comment i {
    font-style: normal;
}

footer {
    background: #bbb;
}

footer .col2 {
    overflow: hidden;
    padding: 20px 0;
}

footer .col2 .colL {
    float: left;
}

footer .col2 .colL ul {
    overflow: hidden;
}

footer .col2 .colL ul li {
    float: left;
}

footer .col2 .colL ul li::after {
    content: "¦";
}

footer .col2 .colL ul li:last-child::after {
    content: "";
}

footer .col2 .colL ul li a {
    color: #666;
    font-size: 1.1rem;
    padding: 0 12px;
}

footer .col2 .colL ul li:first-child a {
    padding-left: 0;
}

footer .col2 .colR {
    float: right;
}

footer .col2 .colR p {
    color: #666;
    font-size: 1.2rem;
}

footer .col2 .colR p span {
    color: #fff;
}

/* ====================================================
   CYL2026 LP
   ==================================================== */
:root {
    --cyl-pink: #ff3a8c;
    --cyl-pink-deep: #c9226c;
    --cyl-pink-light: #ff8db3;
    --cyl-gold: #c9a861;
    --cyl-gold-light: #e8d49a;
    --cyl-gold-dark: #8a6f3e;
    --cyl-yellow: #ffd166;
}

.l-main {
    color: #fff;
    background: #000;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

.l-main::before {
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
    left: 45px;
    position: absolute;
    content: "";
    z-index: 10;
}

.l-main::after {
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
    right: 45px;
    position: absolute;
    content: "";
    z-index: 10;
}

.l-main * {
    box-sizing: border-box;
}

.l-main img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.l-main ul,
.l-main ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l-main button {
    font-family: inherit;
}

.l-main .inner {
    max-width: 1600px;
    width: calc(100% - 80px);
    padding: 0 45px;
    margin: 0 auto;
    position: relative;
}

.l-main .pc-only {
    display: block;
}

.l-main .sp-only {
    display: none;
}

.l-main section {
    position: relative;
    padding: 120px 0px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

.over-hidden {
    overflow: hidden;
}

.l-main section::before {
    content: "";
    width: 60px;
    height: 60px;
    bottom: -30px;
    left: 15px;
    background-image: url(./img/star.svg);
    background-size: contain;
    position: absolute;
    z-index: 10;
}

.l-main section::after {
    content: "";
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 15px;
    background-image: url(./img/star.svg);
    background-size: contain;
    position: absolute;
    z-index: 10;
}

.l-main section.sec-fv {
    padding: 40px 0 0;
}

.l-main section.sec-fv::before,
.l-main section.sec-fv::after {
    display: none;
}

/* fade-in */
.l-main .js-fadein {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.1s ease, transform 1.1s ease;
}

.l-main .js-fadein.is-show {
    opacity: 1;
    transform: none;
}

/* huge background watermark text (per-section) */
.l-main [class*="__bg-text"] {
    position: absolute;
    font-family: "bomboniere", sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.1);
    line-height: 0.6;
    letter-spacing: 0.02em;
    font-size: 14vw;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    white-space: nowrap;
}

/* serif decorative number on left side of section (CYL2026審査員 etc.) */
.l-main .side-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    z-index: 1;
}

.l-main .side-label--left {
    left: 5px;
}

.l-main .side-label--right {
    right: 5px;
}

/* section frame (corner sparkle) */
.l-main .frame {
    position: relative;
    padding: 50px 60px;
}

.l-main .frame::before,
.l-main .frame::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background:
        linear-gradient(#fff, #fff) no-repeat center / 1px 100%,
        linear-gradient(#fff, #fff) no-repeat center / 100% 1px;
    opacity: 0.85;
}

.l-main .frame::before {
    top: 0;
    left: 0;
}

.l-main .frame::after {
    bottom: 0;
    right: 0;
}

.l-main .frame>i.corner-tr,
.l-main .frame>i.corner-bl {
    position: absolute;
    width: 14px;
    height: 14px;
    background:
        linear-gradient(#fff, #fff) no-repeat center / 1px 100%,
        linear-gradient(#fff, #fff) no-repeat center / 100% 1px;
    opacity: 0.85;
}

.l-main .frame>i.corner-tr {
    top: 0;
    right: 0;
}

.l-main .frame>i.corner-bl {
    bottom: 0;
    left: 0;
}

/* ============================================
   FV
   ============================================ */
.sec-fv {
    padding: 0;
    background: #000;
    border: none !important;
    width: 100% !important;
    position: relative;
    z-index: 11;
}

.sec-fv__top {
    position: relative;
}

.sec-fv__logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 130px;
}

.sec-fv__logo img {
    width: 100%;
}

.sec-fv__date {
    position: absolute;
    bottom: 15px;
    right: 40px;
    max-width: 480px;
    color: #1a1a1a;
}

.sec-fv__date-label {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    margin-bottom: 4px;
    opacity: 0.8;
}

.sec-fv__date-main {
    font-size: 4.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
}

.sec-fv__date-main span {
    font-size: 1.4rem;
    margin-left: 8px;
    letter-spacing: 0.1em;
}

/* sponsor strip */
.sec-fv__sponsors {
    background:
        linear-gradient(to bottom,
            #d2d2d2 0px,
            rgba(255, 255, 255, .7) 5px,
            rgba(255, 255, 255, .55) 18px,
            rgba(255, 255, 255, .22) 34px,
            rgba(255, 255, 255, .07) 50px,
            rgba(255, 255, 255, 0) 70px),
        #000;
    padding: 40px 0 30px;
    position: relative;
    overflow: hidden;
}

.sec-fv__sponsors-track {
    display: flex;
    width: max-content;
    animation: sponsor-scroll 35s linear infinite;
}

.sec-fv__sponsors-list {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 20px !important;
}

.sec-fv__sponsors-list img {
    height: 110px;
    width: auto;
    object-fit: contain;
}

@keyframes sponsor-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* hero: photo left + pink panel right */
.sec-fv__hero {
    position: relative;
}

.sec-fv__hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-fv__hero-text {
    position: absolute;
    width: 40%;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* ============================================
   ABOUT
   ============================================ */
.sec-about {
    padding: 100px 0 0;
    text-align: center;
}

.sec-about__bg-text {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
}

.sec-about__title {
    margin: 0 auto 40px;
    max-width: 940px;
    position: relative;
    z-index: 1;
}

.sec-about__title img {
    margin: 0 auto;
}

.sec-about__sub {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    letter-spacing: 0.16em;
    padding: 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin-bottom: 50px;
}

.sec-about__lead {
    font-size: 24px !important;
    line-height: 2.4;
    margin-bottom: 80px;
}

.catch-title {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 34px !important;
    line-height: 1 !important;
    color: #fff;
    letter-spacing: .05em;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    transform: scaleY(0.8);
    transform-origin: center;
}

.catch-title::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse at 68% 0%,
            rgba(255, 0, 130, .9) 0%,
            rgba(230, 0, 105, .65) 14%,
            rgba(120, 0, 50, .35) 34%,
            rgba(0, 0, 0, 0) 58%),
        radial-gradient(ellipse at 73% 100%,
            rgba(0, 0, 0, .9) 0%,
            rgba(20, 0, 10, .65) 12%,
            rgba(70, 0, 35, .35) 28%,
            rgba(0, 0, 0, 0) 48%),
        radial-gradient(ellipse at 8% 78%,
            rgba(214, 58, 130, .75) 0%,
            rgba(145, 30, 85, .45) 22%,
            rgba(0, 0, 0, 0) 48%),
        linear-gradient(90deg,
            #c13b80 0%,
            #320011 23%,
            #57001f 44%,
            #970044 63%,
            #6a1437 100%);
    clip-path: inset(0 100% 0 0);
}

.catch-title.yellow::before {
    background:
        radial-gradient(ellipse at 70% 5%,
            rgba(255, 198, 0, .95) 0%,
            rgba(225, 170, 0, .75) 16%,
            rgba(120, 88, 0, .35) 42%,
            rgba(0, 0, 0, 0) 62%),
        radial-gradient(ellipse at 74% 100%,
            rgba(0, 0, 0, .95) 0%,
            rgba(20, 15, 0, .65) 16%,
            rgba(60, 45, 0, .35) 34%,
            rgba(0, 0, 0, 0) 52%),
        radial-gradient(ellipse at 0% 100%,
            rgba(140, 122, 60, .55) 0%,
            rgba(120, 100, 40, .35) 30%,
            rgba(0, 0, 0, 0) 72%),
        linear-gradient(90deg,
            #3f3922 0%,
            #090804 18%,
            #5d4600 52%,
            #735600 100%);
}

.catch-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px);
}

/* アニメーション開始 */
.js-fadeleft.is-show::before {
    animation: bgReveal .8s cubic-bezier(.77, 0, .175, 1) forwards;
}

.js-fadeleft.is-show span {
    animation: textReveal .45s ease .6s forwards;
}

@keyframes bgReveal {
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes textReveal {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================
   WHAT IS CYL
   ============================================ */
.sec-what__bg-text {
    top: 0px;
    left: 45px;
    line-height: .9 !important;
}

.cmn-title {
    text-align: left !important;
    display: block;
    margin-bottom: 60px;
    font-size: 60px;
}

.cmn-title span.abs {
    font-size: 50px;
    position: relative;
    top: -5px;
    font-weight: 300;
    transform: scaleY(0.8);
    transform-origin: center;
    display: inline-block;
}

.cmn-title p.box {
    background: #000;
    border: 1px solid #fff;
    display: inline-block;
    padding: 7.5px 15px;
    margin-right: 10px;
    font-size: 60px;
    line-height: 1;
    transform: scaleY(0.8);
    transform-origin: center;
}

.cmn-title p.box img {
    height: 70px;
}

.sec-what__title.cmn-title p.box {
    padding-bottom: 0;
}

.cmn-title .catch-title span {
    font-size: 60px;
    letter-spacing: 0;
}

.sec-what__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.sec-what__list figure {
    position: relative;
    overflow: hidden;
}

.sec-what__list figure img {
    width: 100%;
    object-fit: cover;
}

.abs-circle {
    position: absolute;
    bottom: -50%;
    right: 0;
    max-width: 850px;
}

.abs-num {
    position: absolute;
    bottom: 30px;
    right: 45px;
}

.abs-num p {
    font-size: 330px;
    color: rgba(255, 255, 255, .1);
    line-height: .8;
}

.sec-what__list .js-fadein:nth-child(1).is-show {
    transition-delay: 0s;
}

.sec-what__list .js-fadein:nth-child(2).is-show {
    transition-delay: .2s;
}

.sec-what__list .js-fadein:nth-child(3).is-show {
    transition-delay: .4s;
}

/* ============================================
   ACHIEVEMENT
   ============================================ */
.sec-achieve {
    padding: 100px 0 130px;
}

.sec-achieve .abs-circle {
    right: initial;
    left: 10%;
}

.sec-achieve .abs-num {
    bottom: initial;
    right: initial;
    top: 0;
    left: 50px;
}

.sec-achieve__bg-text {
    text-align: right;
    right: 45px;
    bottom: 0;
    line-height: 1 !important;
}

.sec-achieve__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.sec-achieve__list li {
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    overflow: hidden;
    padding: 30px;
    border-left: 1px solid #fff;
    gap: 40px;
}

.sec-achieve__list li:nth-child(even) {
    border-right: 1px solid #fff;
}

.sec-achieve__list li img {
    width: 100%;
}

.sec-achieve__list li p.caution {
    position: absolute;
    font-size: 13px;
    bottom: 0;
    left: 30px;
}

.sec-achieve__info {
    text-align: center;
}

.sec-achieve__label {
    font-size: 20px;
    padding: 2.5px 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    display: inline-block;
    letter-spacing: 0.1em;
    background: #000;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
}

.sec-achieve__num {
    font-size: 50px !important;
    line-height: 1 !important;
    color: #fff;
}

.sec-achieve__num span {
    font-size: 25px;
    margin-left: 4px;
}

/* ============================================
   EVOLUTION
   ============================================ */
.sec-evolution__bg-text {
    top: 30px;
    left: 45px;
}

.sec-evolution__bg-text img {
    width: 25vw;
    position: absolute;
    bottom: -1vw;
    right: 1.5vw;
}

.sec-evolution__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.sec-evolution__item {
    overflow: hidden;
    position: relative;
}

.sec-evolution__item-img {
    position: relative;
}

.sec-evolution__item-img img {
    width: 100%;
}

.sec-evolution__item-body {
    position: relative;
    margin-top: -170px;
}

/* ============================================
   FINALIST
   ============================================ */
.sec-finalist {
    padding: 80px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.sec-finalist .cmn-title span.abs {
    top: 5px;
}

.sec-finalist__inner {
    text-align: center;
}

.sec-finalist__title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sec-finalist__title.cmn-title p.box {
    margin-bottom: 0;
}

.l-main .sec-finalist__note {
    font-size: 24px !important;
    line-height: 1.9;
    margin: 0 auto;
    transform: scaleY(0.8) !important;
    transform-origin: center;
}

.sec-finalist .abs-circle {
    bottom: -77%;
}

/* ============================================
   GRAND PRIX
   ============================================ */
.sec-gp__bg-text {
    top: 30px;
    right: 45px;
    line-height: 1.1 !important;
    text-align: right;
}

.sec-gp .abs-num {
    bottom: initial;
    top: 30px;
    right: initial;
    left: 45px;
}

.sec-gp .flex {
    align-items: center;
    justify-content: initial;
    gap: 0;
}

.sec-gp .cmn-title .flex span.abs {
    padding-left: 10px;
}

.sec-gp .cmn-title span.abs .sec-gp__box {
    position: relative;
    margin-bottom: 30px;
}

.sec-gp__box-img {
    position: absolute;
    max-width: 600px;
    left: -100px;
    top: 200px;
}

.sec-gp__box-main {
    max-width: 1200px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
}

.sec-gp__benefit {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

.sec-gp__benefit-list {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: calc(100% - 120px);
    max-width: 1320px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.sec-gp__benefit-list li {
    display: flex;
    align-items: center;
    gap: 25px;
}

.sec-gp__benefit-img {
    flex-shrink: 0;
    width: 50%;
}

.sec-gp__benefit-img img {
    display: block;
    width: 100%;
    border-radius: 999px;
}

.sec-gp__benefit-content {
    flex: 1;
}

.sec-gp__benefit-content h3 {
    margin-left: -35px;
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #fff;
    border: 1px solid #fff;
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    padding: 5px 15px;
    background: radial-gradient(ellipse at 68% 0%, rgba(255, 0, 130, .9) 0%, rgba(230, 0, 105, .65) 14%, rgba(120, 0, 50, .35) 34%, rgba(0, 0, 0, 0) 58%), radial-gradient(ellipse at 73% 100%, rgba(0, 0, 0, .9) 0%, rgba(20, 0, 10, .65) 12%, rgba(70, 0, 35, .35) 28%, rgba(0, 0, 0, 0) 48%), radial-gradient(ellipse at 8% 78%, rgba(214, 58, 130, .75) 0%, rgba(145, 30, 85, .45) 22%, rgba(0, 0, 0, 0) 48%), linear-gradient(90deg, #c13b80 0%, #320011 23%, #57001f 44%, #970044 63%, #6a1437 100%);
}

.sec-gp__benefit-content p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
}

.arrow-bottom {
    position: absolute;
    width: 2vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -30px;
}

/* ============================================
   OTHER FINAL AWARDS
   ============================================ */
.sec-other-awards__inner {
    margin: 80px auto 120px !important;
    position: relative;
}

.sec-other-awards__inner::before {
    content: "";
    width: 95%;
    bottom: -60px;
    height: 2px;
    border-bottom: 2px dashed rgba(255, 255, 255, 1);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
}

.js-reveal-left {
    overflow: hidden;
}

.js-reveal-left img {
    display: block;
    clip-path: inset(0 100% 0 0);
}

.js-reveal-left.is-show img {
    animation: revealLeft .8s cubic-bezier(.77, 0, .175, 1) forwards;
}

@keyframes revealLeft {
    to {
        clip-path: inset(0 0 0 0);
    }
}

.sec-other-awards__inner {
    position: relative;
}

.sec-other-awards__title {
    max-width: 1100px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}

.sec-other-awards__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    position: relative;
    z-index: 2;
}

.sec-other-awards__list li {
    text-align: center;
    padding: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}

.sec-other-awards__list li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.sec-other-awards__list li img {
    padding-left: 70px;
}

.sec-other-awards__list li h3 {
    font-size: 20px !important;
}

.sec-other-awards__detail {
    font-size: 20px !important;
    line-height: 1.9;
    margin-top: 20px;
}

.sec-other-abs-img {
    position: absolute;
    width: 450px;
    right: -45px;
    top: -100px;
}

.sec-first-awards__inner {
    position: relative;
}

.sec-first-awards__inner .abs-circle {
    bottom: initial;
    right: initial;
    max-width: 850px;
    top: -20%;
    left: -15%;
}

.sec-first-awards__title {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.sec-first-awards-title h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 7.5px 17.5px;
    background: radial-gradient(ellipse at 70% 5%, rgba(255, 198, 0, .95) 0%, rgba(225, 170, 0, .75) 16%, rgba(120, 88, 0, .35) 42%, rgba(0, 0, 0, 0) 62%), radial-gradient(ellipse at 74% 100%, rgba(0, 0, 0, .95) 0%, rgba(20, 15, 0, .65) 16%, rgba(60, 45, 0, .35) 34%, rgba(0, 0, 0, 0) 52%), radial-gradient(ellipse at 0% 100%, rgba(140, 122, 60, .55) 0%, rgba(120, 100, 40, .35) 30%, rgba(0, 0, 0, 0) 72%), linear-gradient(90deg, #3f3922 0%, #090804 18%, #5d4600 52%, #735600 100%);
    transform: scaleY(0.8);
    transform-origin: center;
}

.sec-first-awards-title h2.pc-only {
    display: inline-block;
}

.sec-first-awards-title p {
    font-size: 20px;
    padding-top: 10px;
}

.sec-first-awards-box-wrap {
    position: relative;
    z-index: 2;
    width: calc(100% - 60px);
    margin-inline: auto 10px;
}

.sec-first-awards__list {
    margin-block: 30px !important;
    display: flex;
    justify-content: space-between;
}

.sec-first-awards__list li {
    width: 49%;
}

.sec-gp__bg-text.last {
    top: initial;
    bottom: 0px;
}

/* ============================================
   FINAL EVENT
   ============================================ */
.sec-final-event {
    padding: 0px !important;
}

.sec-final-event__list {
    display: flex;
    max-width: 1600px;
    width: calc(100% - 90px);
    margin: 0 auto !important;
}

.sec-final-event__list li {
    width: 50%;
}

.sec-final-event__list li:nth-child(1) {
    border-right: 1px solid #fff;
}

/* ============================================
   SCHEDULE
   ============================================ */
.sec-schedule__bg-text {
    top: 30px;
    left: 45px;
}

.sec-schedule__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.sec-schedule__list li {
    text-align: center;
    position: relative;
}

/* ============================================
   FINAL DETAIL
   ============================================ */
.sec-detail .abs-num {
    bottom: initial;
    top: 15px;
    right: initial;
    left: 45px;
}

.sec-detail .sec-detail__bg-text {
    bottom: 30px;
    right: 45px;
    line-height: 1.1 !important;
    text-align: right;
}

.sec-detail__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.sec-detail__list li {
    text-align: center;
    position: relative;
}

.sec-detail__list li img {
    margin: 0 auto;
}

/* ============================================
   JUDGES
   ============================================ */
.sec-judges__bg-text {
    top: 30px;
    left: 45px;
}

.sec-judges .cmn-title span.abs {
    top: initial;
}

.sec-judges .cmn-title span.abs.bottom {
    top: -10px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 60px;
}

/* =========================
   HEAD JUDGE
========================= */
.sec-judges__head {
    width: 32.5%;
    flex-shrink: 0;
}

.sec-judges__head>a {
    display: block;
}

.sec-judges__head img {
    width: 100%;
    display: block;
}

/* =========================
   MEMBERS
========================= */
.sec-judges__members {
    flex: 1;
    position: relative;
}

.sec-judges__members-label {
    width: 320px;
    margin: 0 auto 30px;
}

.sec-judges__members-label img {
    width: 100%;
    display: block;
}

.arrow-link {
    margin-bottom: 00px;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    right: 20px;
    top: 35px;
}

.arrow-link p {
    font-size: 18px;
    line-height: 1.8;
}

.arrow-link img {
    width: 8px;
}

.sec-judges__members .caution-txt {
    text-align: left;
}

.sec-judges__members .caution-txt p {
    font-size: 12px;
}

/* =========================
   MEMBER LIST
========================= */
.sec-judges__members-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 30px 15px;
}

.sec-judges__members-list li {
    grid-column: span 2;
}

/* 2段目を中央へ */
.sec-judges__members-list li:nth-child(6) {
    grid-column: 2 / span 2;
}

.sec-judges__members-list li:nth-child(7) {
    grid-column: 4 / span 2;
}

.sec-judges__members-list li:nth-child(8) {
    grid-column: 6 / span 2;
}

.sec-judges__members-list li:nth-child(9) {
    grid-column: 8 / span 2;
}

.sec-judges__members-list li a {
    display: block;
    transition: .35s;
}

.sec-judges__members-list li a:hover {
    transform: translateY(-8px);
    opacity: .8;
}

.sec-judges__members-list img {
    width: 100%;
    display: block;
}

/* =========================
   BRAND PARTNER
========================= */
.sec-brand__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.sec-brand__label {
    width: 47%;
}

.sec-brand__label img {
    width: 100%;
    display: block;
}

.sec-brand__flex>a {
    width: 47%;
}

.sec-brand__flex>a:hover {
    transform: translateY(-8px);
    opacity: .8;
}

.sec-brand__flex>a img {
    width: 100%;
    display: block;
}

/* ============================================
   PREPPY
   ============================================ */
.sec-preppy .abs-num {
    bottom: initial;
    top: 15px;
    right: initial;
    left: 45px;
}

.sec-preppy .sec-preppy__bg-text {
    bottom: 20px;
    right: 45px;
    line-height: 1.1 !important;
    text-align: right;
}

.sec-preppy__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-preppy__copy {
    width: 45%;
    text-align: center;
}

.sec-preppy__title {
    margin: 0 auto 40px;
    margin-bottom: 40px;
    font-size: 60px;
    text-align: center !important;
}

.sec-preppy__copy .sec-preppy__text {
    font-size: 24px !important;
}

.sec-preppy__img {
    width: 45%;
}

.slick-slide {
    height: auto !important;
}

/* ============================================
   ENTRY (HOW TO)
   ============================================ */
.sec-entry {
    padding: 0 !important;
    overflow: initial !important;
}

.l-main .sec-entry .inner {
    width: 100%;
    padding: 0;
}

.l-main .sec-entry .sec-entry__bg-text {
    font-size: 9.5vw;
    left: 45px;
    top: -10px;
    text-align: right;
    line-height: 1;
}

.sec-entry .cmn-title span.abs {
    top: 0;
}

.sec-entry .cmn-title span.abs.top {
    top: -20px;
}

.sec-entry .cmn-title span.abs.bottom {
    top: -15px;
}

.sec-entry__layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.sec-entry__left {
    position: sticky;
    top: 0px;
    flex: 0 0 42.5%;
    align-self: flex-start;
    padding: 100px 20px 40px 120px;
}

.sec-entry__right {
    flex: 1;
    background: #fff;
    padding-right: 45px;
    position: relative;
}

.sec-entry__steps {
    border-right: 1px solid #000;
    position: relative;
    z-index: 2;
}

.sec-entry__steps li {
    border-bottom: 1px solid #000;
    padding: 20px 0 20px 30px;
}

.sec-entry .cmn-title .top {
    position: relative;
    top: -20px;
}

.sec-entry .cmn-title {
    margin-bottom: 15px;
}

.sec-entry__left .abs-num {
    position: absolute;
    bottom: -32px;
    right: -5px;
    z-index: -1;
}

.sec-entry__left .abs-num p {
    font-size: 275px;
}

.sec-entry__bottom {
    border-right: 1px solid #000;
    padding: 60px 30px;
    position: relative;
    z-index: 2;
}

.sec-entry__tags {
    margin-bottom: 40px;
}

.sec-entry__tags-img {
    margin-bottom: 20px;
}

.sec-entry__tags p {
    color: #000;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
}

.sec-entry__cta a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    display: block;
    transition: all .7s;
}

.sec-entry__cta {
    transition: all .7s;
}

.sec-entry__cta:hover {
    opacity: .8;
}

/* ============================================
   BOTTOM CTA
   ============================================ */
.sec-bottom-cta {
    background: linear-gradient(90deg, #ff8db3 0%, var(--cyl-pink) 35%, var(--cyl-pink-deep) 100%);
    z-index: 4;
}

.sec-bottom-cta__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.sec-bottom-cta__copy {
    text-align: center;
    width: 55%;
}

.sec-bottom-cta__lead {
    font-size: 48px !important;
    letter-spacing: 0.06em;
    line-height: 1.4 !important;
    margin-bottom: 8px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.sec-bottom-cta__sub {
    font-size: 24px !important;
    font-family: "Noto Serif JP", serif;
}

.sec-bottom-cta__btn {
    width: 40%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    display: block;
}

/* ============================================
   FAQ
   ============================================ */
.sec-faq__bg-text {
    top: 40px;
    left: 5%;
    font-size: 22rem;
}

.sec-faq__list {
    display: grid;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.sec-faq__item {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    overflow: hidden;
    background: #000;
}

.sec-faq__q {
    width: 100%;
    display: grid;
    grid-template-columns: 40px 1fr 30px;
    align-items: center;
    gap: 5px;
    padding: 25px 30px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    cursor: pointer;
    font-family: "Noto Serif JP", serif;
}

.sec-faq__q-mark {
    font-size: 3rem !important;
    font-family: "bomboniere", sans-serif;
}

.sec-faq__q-text {
    font-size: 3rem !important;
    font-family: "Noto Serif JP", serif;
}

.sec-faq__q-icon {
    position: relative;
    width: 30px;
    height: 30px;
}

.sec-faq__q-icon::before,
.sec-faq__q-icon::after {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-faq__q-icon::before {
    width: 100%;
    height: 1px;
}

.sec-faq__q-icon::after {
    width: 1px;
    height: 100%;
    transition: transform 0.3s;
}

.sec-faq__item.is-open .sec-faq__q-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.sec-faq__a {
    display: none;
    padding: 26px 30px;
    font-size: 18px !important;
    line-height: 1.5;
    background: #fff;
    color: #000;
}

.sec-faq__item.is-open .sec-faq__a {
    display: flex;
}

.sec-faq__a-mark {
    color: var(--cyl-pink);
    font-size: 30px !important;
    margin-right: 8px;
    font-family: "bomboniere", sans-serif;
}

.sec-entry-wrap .cmn-title {
    font-size: 50px;
}

.sec-entry-wrap .cmn-title p.box {
    font-size: 55px;
}

.sec-entry-wrap .cmn-title .catch-title span {
    font-size: 55px;
}

.caution-txt {
    padding-top: 20px;
    font-size: 16px;
    text-align: right;
}

@media screen and (max-width: 1400px) {
    .l-main .sec-finalist__note {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1300px) {
    .l-main [class*="__bg-text"] {
        font-size: 200px;
    }

    .catch-title {
        font-size: 30px !important;
    }

    .l-main [class*="__bg-text"] {
        font-size: 180px;
    }

    .sec-evolution__bg-text img {
        bottom: 0;
    }

    .sec-other-awards__list li img {
        padding-left: 30px;
    }

    .abs-num p {
        font-size: 240px;
    }

    .sec-judges__members-label {
        width: 220px;
    }

    .arrow-link p {
        font-size: 14px;
    }

    .arrow-link img {
        width: 6px;
    }

    .arrow-link {
        right: 0;
        top: 25px;
    }

    .sec-entry__left {
        padding: 100px 10px 40px 90px;
    }

    .sec-entry .cmn-title,
    .sec-entry .cmn-title .top {
        font-size: 42px;
    }

    .sec-entry-wrap .cmn-title p.box,
    .sec-entry-wrap .cmn-title .catch-title span {
        font-size: 48px;
    }

    .sec-bottom-cta__lead {
        font-size: 42px !important;
    }
}

/* ============================================
   SP (max-width 834px)
   ============================================ */
@media screen and (max-width: 834px) {
    .l-main .inner {
        width: 100%;
        padding: 0 30px;
        max-width: 500px;
    }

    .l-main .pc-only {
        display: none;
    }

    .l-main .sp-only {
        display: block;
    }

    body {
        font-size: 1.4rem;
        min-width: 100%;
    }

    .sec-fv__logo {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 80px;
    }

    .sec-fv__date {
        bottom: 20px;
        right: 20px;
        max-width: 300px;
    }

    .sec-fv__sponsors-list img {
        height: 85px;
    }

    .sec-fv__sponsors-list {
        gap: 12.5px;
        padding-right: 12.5px !important;
    }

    .sec-fv__hero-text {
        width: 85%;
        top: initial;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 7.5%;
    }

    .l-main {
        overflow: hidden;
    }

    .l-main section {
        position: relative;
        padding: 80px 0px;
        overflow: initial;
    }

    .l-main::before {
        left: 10px;
    }

    .l-main::after {
        right: 10px;
    }

    .l-main p {
        font-size: 1.4rem !important;
    }

    .l-main [class*="__bg-text"] {
        font-size: 90px;
    }

    .sec-about__bg-text {
        top: 15px;
    }

    .sec-about__lead {
        margin-bottom: 40px;
        text-align: left;
    }

    .sec-what .catch-title {
        top: -7.5px;
    }

    .catch-title {
        font-size: 16px !important;
        line-height: 1.5 !important;
        text-align: left;
    }

    .l-main section::after {
        width: 20px;
        height: 20px;
        bottom: -10px;
        right: 0px;
    }

    .l-main section::before {
        width: 20px;
        height: 20px;
        bottom: -10px;
        left: 0px;
    }

    .cmn-title p.box img {
        height: 30px;
    }

    .cmn-title p.box {
        margin-bottom: 0px;
        padding: 5px 10px;
        margin-right: 5px;
        font-size: 24px !important;
    }

    .cmn-title span.abs {
        font-size: 20px;
        position: relative;
        top: -6.5px;
    }

    .l-main.catch-title {
        font-size: 24px !important;
    }

    .cmn-title .catch-title span {
        font-size: 24px;
    }

    .abs-circle {
        bottom: -10%;
        right: -15%;
        max-width: 380px;
    }

    .l-main .abs-num p {
        font-size: 140px !important;
    }

    .cmn-title {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .sec-what__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .l-main .side-label--left {
        display: none;
    }

    .abs-num {
        bottom: 20px;
        right: 5px;
    }

    .sec-achieve .abs-num {
        left: 0px;
    }

    .catch-title {
        padding: 0px 15px;
    }

    .sec-achieve .cmn-title span.abs {
        top: 0;
    }

    .sec-achieve__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .sec-achieve__list li {
        display: block;
        padding: 30px 0;
        margin-bottom: 30px;
        border-left: none;
        border-bottom: 1px solid #fff;
    }

    .sec-achieve__list li:nth-child(even) {
        border-right: none;
    }

    .sec-achieve__list li img {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec-achieve__label {
        padding: 2.5px 20px;
    }

    .l-main .sec-achieve__num {
        font-size: 50px !important;
    }

    .l-main .side-label {
        position: absolute;
        top: 30px;
        transform: initial;
        width: auto;
        height: auto;
        z-index: 1;
    }

    .l-main .side-label img {
        height: 15px;
        width: auto;
    }

    .l-main .side-label--right {
        right: 30px;
    }

    .sec-achieve__bg-text {
        right: 0;
        bottom: 10px;
    }

    .sec-achieve .abs-circle {
        right: initial;
        left: -5%;
        bottom: -12.5%;
    }

    .sec-evolution__bg-text {
        top: 20px;
        left: 0;
        line-height: 1 !important;
    }

    .sec-evolution .cmn-title span.abs {
        top: 0px;
    }

    .sec-evolution .cmn-title {
        margin-bottom: 30px;
    }

    .sec-evolution-txt {
        margin-bottom: 45px;
    }

    .sec-evolution__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .sec-evolution__item-body {
        margin-top: -215px;
    }

    .sec-finalist .catch-title {
        display: block;
        text-align: center;
    }

    .l-main .sec-finalist__note {
        text-align: center;
        font-size: 18px !important;
    }

    .sec-finalist .cmn-title span.abs {
        bottom: -5px;
    }

    .sec-finalist__title {
        display: block;
        max-width: 300px;
        margin-bottom: 0px;
    }

    .sec-finalist__title.cmn-title p.box {
        margin-bottom: 5px;
    }

    .sec-finalist .abs-circle {
        bottom: -45%;
    }

    .arrow-bottom {
        width: 20px;
        top: -27px;
    }

    .sec-gp__bg-text {
        top: 6px;
        right: initial;
        text-align: left !important;
        line-height: 1 !important;
    }

    .sec-gp .abs-num {
        bottom: initial;
        top: 53.5%;
        right: 0;
        left: initial;
    }

    .sec-gp__box-img {
        position: absolute;
        max-width: 225px;
        left: -55px;
        top: 265px;
    }

    .flex {
        display: block;
        margin-bottom: 0px;
    }

    .sec-gp .cmn-title {
        margin-bottom: 0;
    }

    .sec-gp__benefit-list {
        top: 50%;
        width: calc(100% - 80px);
        max-width: 1320px;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .sec-gp__benefit-list li {
        display: block;
    }

    .sec-gp__benefit-img {
        flex-shrink: 0;
        width: 100%;
    }

    .sec-gp__benefit-content h3 {
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: -15px;
        font-size: 20px;
    }

    .sec-other-abs-img {
        width: 250px;
        right: -0px;
        top: -100px;
    }

    .sec-other-awards__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px 0;
    }

    .sec-other-awards__list li {
        text-align: center;
        padding: 0 0 0;
        border-left: initial;
    }

    .sec-other-awards__list li:last-child {
        border-right: initial;
    }

    .sec-other-awards__list li h3 {
        font-size: 14px !important;
        margin-top: -15px;
    }

    .sec-first-awards__inner .abs-circle {
        max-width: 250px;
        top: 5%;
    }

    .sec-first-awards-box-wrap {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .sec-first-awards-title h2.sp-only {
        font-size: 22px;
        display: inline-block;
    }

    .sec-first-awards__list {
        margin-block: 20px 0 !important;
        display: block;
    }

    .sec-first-awards__list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .l-main .caution-txt {
        padding-top: 15px;
        font-size: 10px !important;
        text-align: left !important;
    }

    .sec-gp__bg-text.last {
        bottom: 10px;
        right: 0;
    }

    .sec-final-event__list {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .sec-final-event__list li:nth-child(1) {
        border-right: none;
    }

    .sec-final-event__list li {
        width: 100%;
    }

    .sec-final-event {
        padding-top: 20px !important;
        z-index: 2;
    }

    .sec-final-event-af {
        padding-top: 0 !important;
    }

    .sec-final-event-af .sec-final-event__img {
        margin-top: -40px;
    }

    .sec-schedule__bg-text {
        top: 5px;
        left: 0;
        line-height: 1 !important;
    }

    .sec-schedule__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .sec-schedule__list li {
        position: relative;
    }

    .sec-schedule__list li::before {
        content: "";
        position: absolute;
        height: 45px;
        left: 18.5%;
        bottom: -10px;
        width: 1px;
        background: #fff;
    }

    .sec-schedule__list li:nth-child(3)::before {
        height: 65px;
        bottom: -23px;
    }

    .sec-schedule__list li:nth-child(4)::before {
        height: 78px;
        bottom: -17px;
    }

    .sec-schedule__list li:last-child::before {
        display: none;
    }

    .l-main .sec-schedule {
        padding-bottom: 60px;
    }

    .l-main section.sec-detail {
        padding-bottom: 40px;
    }

    .sec-detail .abs-num {
        top: 5px;
        left: 0px;
    }

    .sec-detail .cmn-title {
        text-align: center !important;
        margin-bottom: 40px;
    }

    .sec-detail .cmn-title p.box {
        font-size: 24px !important;
    }

    .sec-detail .sec-detail__bg-text {
        bottom: 10px;
        right: 0;
        line-height: 1 !important;
    }

    .sec-detail__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .sec-detail__list li {
        margin: 0 auto 40px;
        max-width: 400px;
    }

    .sec-detail__list li:last-child {
        margin-bottom: 0;
    }

    .sec-judges__bg-text {
        top: 15px;
        left: 0;
    }

    .sec-judges .cmn-title span.abs {
        bottom: -2.5px;
    }

    .sec-judges__head {
        width: 100%;
    }

    .sec-judges__members {
        margin-block: 40px;
    }

    .arrow-link {
        right: initial;
        top: initial;
        position: relative;
        margin: -15px auto 20px;
        justify-content: center;
    }

    .arrow-link img {
        width: 5px;
    }

    .sec-judges__members-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px 0px;
    }

    .sec-judges__members-list li {
        width: 48%;
    }

    .sec-brand__flex {
        display: block;
    }

    .sec-brand__label {
        width: 240px;
        margin: 0 auto 25px;
    }

    .sec-preppy .abs-num {
        top: 10px;
        left: 0;
    }

    .sec-preppy__inner {
        display: block;
    }

    .sec-preppy__copy {
        width: 100%;
    }

    .sec-preppy__title {
        margin-bottom: 20px;
    }

    .sec-preppy__copy .sec-preppy__text {
        font-size: 14px !important;
        line-height: 1.6;
    }

    .sec-preppy__img {
        width: 100%;
        margin-top: 40px;
    }

    .sec-preppy .sec-preppy__bg-text {
        bottom: 10px;
        right: 0;
    }

    .sec-entry__layout {
        display: block;
    }

    .sec-entry__left {
        padding: 80px 30px;
        position: relative;
        max-width: 500px;
        margin: 0 auto;
    }

    .sec-entry-wrap .cmn-title p.box,
    .sec-entry-wrap .cmn-title .catch-title span {
        font-size: 24px;
    }

    .sec-entry .cmn-title,
    .sec-entry .cmn-title .top {
        font-size: 22px;
    }

    .sec-entry .cmn-title span.abs {
        bottom: -3px;
    }

    .sec-entry .cmn-title span.abs.bottom {
        top: -7px;
    }

    .sec-entry .cmn-title span.abs.top {
        top: -15px;
    }

    .sec-entry__right {
        padding-inline: 10px;
    }

    .sec-entry__steps li {
        border-bottom: initial;
        padding: 0;
    }

    .sec-entry__steps {
        border-right: none;
        padding: 40px 0 !important;
    }

    .sec-entry__steps-wrap {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        position: relative;
        z-index: 2;
    }

    .sec-entry__steps li {
        border-bottom: none;
        padding: 0;
    }

    .sec-entry__slick-ui {
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
        gap: 10px;
        margin: 25px auto 0px;
        max-width: 295px;
        border-top: 1px solid #000;
        padding-top: 20px;
    }

    .sec-entry__slick-pagination {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: .06em;
        font-family: "Noto Sans JP", sans-serif;
    }

    .sec-entry__slick-pagination span {
        color: #000;
    }

    .sec-entry__slick-pagination span.is-current {
        color: #ff2f68;
    }

    .sec-entry__slick-arrow {
        width: 24px;
        height: 24px;
        border: none;
        background: transparent;
        position: relative;
        padding: 0;
    }

    .sec-entry__slick-arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 12px;
        height: 12px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
    }

    .sec-entry__slick-arrow:hover {
        color: #ff2f68;
    }

    .sec-entry__slick-arrow--prev::before {
        left: 0px;
        transform: translateY(-50%) rotate(-135deg);
    }

    .sec-entry__slick-arrow--next::before {
        right: 0px;
        transform: translateY(-50%) rotate(45deg);
    }

    .sec-entry__bottom {
        border-left: 1px solid #000;
    }

    .l-main .sec-entry__tags p {
        color: #000;
        padding-top: 10px;
        font-size: 10px !important;
        text-align: left;
    }

    .sec-entry__tags {
        margin-bottom: 30px;
    }

    .sec-bottom-cta {
        padding: 50px 0px;
    }

    .sec-bottom-cta__inner {
        display: block;
    }

    .sec-bottom-cta__copy {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .sec-bottom-cta__btn {
        width: 100%;
    }

    .l-main .sec-bottom-cta__lead {
        font-size: 24px !important;
        margin-bottom: 0;
    }

    .l-main .sec-bottom-cta__sub {
        font-size: 16px !important;
    }

    .sec-faq__bg-text {
        top: 20px;
        left: 0;
    }

    .sec-faq__q {
        padding: 15px 10px 15px 20px;
    }

    .sec-faq__q-mark,
    .sec-faq__q-text {
        font-size: 1.6rem !important;
    }

    .sec-faq__q-icon {
        position: relative;
        width: 20px;
        height: 20px;
    }

    .sec-faq__a {
        padding: 15px 20px;
        font-size: 14px !important;
        line-height: 1.4;
    }

    .sec-faq__a-mark {
        font-size: 16px !important;
    }

    .sec-faq__item.is-open .sec-faq__a {
        align-items: baseline;
    }

    .sec-faq__item.is-open .sec-faq__a p {
        line-height: 1.6 !important;
    }

    .sec-faq__q {
        grid-template-columns: 20px 1fr 25px;
    }

    .sec-entry__slick-pagination span {
        cursor: pointer;
        pointer-events: auto;
    }

    .sec-entry__slick-ui {
        position: relative;
        z-index: 20;
    }

    .sec-what__bg-text {
        left: 0;
    }

    .sec-achieve__list li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .sec-brand__flex>a {
        width: 100%;
    }

    .sec-brand__flex>a img {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .sec-preppy .cmn-title .catch-title span {
        font-size: 30px;
    }

    .sec-gp {
        position: relative;
        z-index: 2;
    }

    .sec-first-awards-title {
        position: relative;
        z-index: 2;
    }

    .sec-first-awards-title h2.pc-only {
        display: none;
    }

    .sec-first-awards-title h2 {
        position: relative;
    }

    .sec-first-awards-title h2:nth-child(3) {
        top: -8px;
    }

    .sec-first-awards-title h2:nth-child(4) {
        top: -16px;
        position: relative;
    }

    .sec-first-awards-title p {
        padding-top: 0;
        font-size: 10px !important;
        top: -15px;
        position: relative;
    }

    .sec-judges .cmn-title span.abs.bottom {
        top: -5px;
    }

    .sec-judges .cmn-title {
        margin-bottom: 0;
    }

    .l-main .sec-entry .sec-entry__bg-text {
        font-size: 90px;
        left: initial;
        right: 0;
        top: 0;
        letter-spacing: -5px;
    }

    .sec-entry__left .abs-num {
        bottom: 30px;
        z-index: 1;
    }

    .l-main .sec-entry__left .abs-num p {
        font-size: 120px !important;
    }

    .sec-gp__box-main {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .sec-achieve__list li p.caution {
        position: absolute;
        font-size: 12px !important;
        bottom: -5px;
        left: 0px;
    }
}

@media screen and (max-width: 500px) {
    .l-main .inner {
        max-width: 295px;
        padding: 0px;
    }

    .sec-about .catch-title {
        width: 100%;
        padding-block: 15px;
        font-size:
            20px !important;
    }

    .sec-achieve__label {
        line-height: 1;
    }

    .sec-finalist .abs-circle {
        bottom: -45%;
        right: -40%;
    }

    .sec-gp__box-img {
        top: 195px;
    }

    .sec-gp__benefit-content h3 {
        margin-bottom: 15px;
    }

    .sec-gp__benefit-list {
        gap: 25px;
    }

    .sec-gp__benefit-list {
        top: 53%;
    }

    .sec-other-abs-img {
        right: -15%;
    }

    .sec-other-awards__list li h3 {
        margin-top: -5px;
    }

    .sec-gp .abs-num {
        top: 46.5%;
    }

    .sec-first-awards-title h2 {
        padding: 4.5px 7.5px;
    }

    .sec-first-awards__inner .abs-circle {
        left: -40%;
    }

    .sec-schedule__list li::before {
        height: 34px;
        left: 17.5%;
    }

    .sec-schedule__list li:nth-child(3)::before {
        height: 45px;
        bottom: -17px;
    }

    .sec-schedule__list li:nth-child(4)::before {
        height: 57px;
        bottom: -15px;
    }

    .cmn-title {
        font-size: 20px;
        white-space: nowrap;
    }

    .catch-title {
        padding: 0px 10px;
    }

    .sec-bottom-cta {
        padding: 40px 0 !important;
    }

    .l-main .sec-bottom-cta__lead {
        white-space: nowrap;
    }

    .sec-judges__members .caution-txt p {
        font-size: 10px !important;
    }

    .sec-other-awards__detail {
        margin-top: 15px;
    }
}
