#page_aw2026 .ec-layoutRole__contents {
    width: calc(100% - 30px);
    margin-inline: auto;
}
#page_aw2026 .ec-layoutRole__contents img {
    max-width: 100%;
    height: auto;
}
#page_aw2026 .ec-layoutRole__main {
    padding-top: 0;
}
@media only screen and (min-width: 768px) {
    #page_aw2026 .ec-layoutRole__contents {
        width: 93.75%;
        max-width: 1200px;
    }
}

body{
    font-size: var(--base-font-size);
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription{
    font-size: unset;
}

:root{
    --gold-color: #b19468;
}

dl{
    margin-block: 0;
}
dd{
    margin-bottom: 0;
}

/* ==========================================
   共通要素
   ========================================== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.award-tag-text{
    display: inline-block;
    width: auto;
    height: auto;
    padding-block: 0.4em 0.6em;
    padding-inline: 0.5em;
    background-color: var(--gold-color);
    text-align: center;
    color: #fff;
    font-size: calc(1rem * 13 / 15);
    line-height: 1;
}



/* ==========================================
   各要素
   ========================================== */

.award-kv{
    z-index: 0;
    position: relative;
    display: grid;
    grid-template: auto 1fr / 1fr;
    row-gap: 28px;
    padding-top: 68px;
    padding-bottom: 186px;
}

.award-kv__bg{
    z-index: -1;
    position: absolute;
    inset: 0;
    margin: auto;
    margin-inline: calc(50% - 50vi);
    background-color: #010101;
}
.award-kv__bg img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.award-kv__heading{
    width: 100%;
    max-width: calc(636px + 24px + 24px);
    margin-inline: auto;
    padding-inline: 24px;
    text-align: center;
}
.award-kv__heading picture{
    display: block;
}
.award-kv__heading > * + * {
    margin-top: 18px;
}

.award-kv__contents{
    display: grid;
    grid-template: 1fr / min(144px, calc(100% * 144 / 1200)) min(912px, calc(100% * 912 / 1200)) min(144px, calc(100% * 144 / 1200));
    align-content: end;
}

.award-kv__contents .__main{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 6px;
    background: linear-gradient(
        207deg,
        #c59a36 0%,
        #eddda7 12%,
        #ddb555 20%,
        #eddda7 36%,
        #c69b3b 50%,
        #ffffff 60%,
        #ddb555 74%,
        #c59a36 100%
    );
    line-height: 0;
}
.award-kv__contents .__main video{
    display: block;
    width: 100%;
    height: auto;
}
.award-kv__contents .__main .__caution{
    position: absolute;
    top: calc(100% + 1em);
    right: 0;
    text-align: right;
    font-size: calc(1em * 12 / 15);
    color: #fff;
    line-height: 1.4;
}


.award-kv__contents [class^="__bottle--"] {
    position: relative;
}
.award-kv__contents [class^="__bottle--"] img{
    z-index: -1;
    position: absolute;
    bottom: 0;
    max-width: none !important;
}
.award-kv__contents .__bottle--left img{
    bottom: -24%;
    width: calc(100vw * 100 / 750);
    height: auto;
}
.award-kv__contents .__bottle--right img{
    left: -70%;
    width: calc(100vw * 190 / 750);
    height: auto;
}

@media (min-width: 768px){
    .award-kv__contents [class^="__bottle--"] img{
        display: none;
    }
}

.award-info{
    padding-top: 100px;
    padding-bottom: 80px;
}
@media (min-width: 768px) {
    .award-info{
        padding-top: 200px;
        padding-bottom: 160px;
    }
}
.award-info .ec-eyecatchRole{
    align-items: center;
}

.award-infomation-list{
    z-index: 0;
    position: relative;
    padding-block: 100px;
    color: #fff;
}
@media (min-width: 768px) {
    .award-infomation-list{
        padding-block: 200px;
    }
}
.award-infomation-list::before{
    z-index: -1;
    position: absolute;
    inset: 0;
    margin: auto;
    margin-inline: calc(50% - 50vi);
    content: '';
    background-color: #000;
}

.award-infomation-list__bg{
    z-index: -1;
    position: absolute;
    inset: 0;
    margin: auto;
    margin-inline: calc(50% - 50vi);
    content: '';
}
.award-infomation-list__bg > [class^="__index"]{
    position: absolute;
    inset: 0;
    margin: auto;
    margin-inline: calc(50% - 50vi);
    content: '';
    background-image: var(--bg);
    background-repeat: no-repeat;
}
.award-infomation-list__bg .__index--1{
    background-position: bottom;
}
.award-infomation-list__bg .__index--2{
    background-position: top;
}
.award-infomation-list__bg .__index--3{
    background-position: center;
    background-size: cover;
}



.award-info-item + .award-info-item{
    margin-top: 60px;
}
.award-info-item:has(.award-carousel-stage){
    margin-top: 200px;
}


.award-apply-howto{
    display: grid;
    grid-template: auto / 130px auto;
    row-gap: 20px;
    column-gap: 30px;
}
.award-apply-howto > .award-tag-text{
    align-self: center;
}
@media not all and (min-width: 480px){
    .award-apply-howto{
        row-gap: 24px;
    }
    .award-apply-howto dd{
        grid-column: -1 / 1;
        margin-top: -0.75em;
    }
}


.award-lineup{}
.award-lineup__lead{
    font-size: calc(1em * 20 / 15);
}


.award-lineup-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
}

.award-lineup-list > .award-lineup-list-item{
    flex: 0 0 240px;
}

.award-lineup-list-item{
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    aspect-ratio: 240 / 266;
    text-align: center;
}
.award-lineup-list-item__num{
    flex-shrink: 0;
    width: 100%;
    height: auto;
    padding-block: 6px 10px;
    background-color: #e05f0f;
    color: #fff;
}
.award-lineup-list-item__image{
    flex: 1;
    min-height: 0;
    width: 100%;
    padding: 20px;
    background-color: #fff;
}
.award-lineup-list-item__image img{
    display: block;
    max-width: 100%;
    object-fit: contain;
    margin-inline: auto;
}
.award-lineup-list-item__image img:nth-child(1){
    max-height: 40%;
}
.award-lineup-list-item__image img:nth-child(2){
    max-height: 60%;
    margin-top: 5px;
}
@media (max-width: 480px) {
    .award-lineup-list > .award-lineup-list-item {
        flex: 0 0 100%;
        aspect-ratio: auto;
    }

    .award-lineup-list-item__image {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .award-lineup-list-item__image img:nth-child(1),
    .award-lineup-list-item__image img:nth-child(2) {
        max-height: 150px; /* 適宜調整 */
        /* max-width: 45%; */
        flex: 0 0 45%;
        min-width: 0;
        margin-top: 0;
    }

    /* .award-lineup-list-item__image img:nth-child(1){
        flex: 0 0 45%;
    } */
}

.caution-list{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: calc(1em * 13 / 15);
    color: #ababab;
}
.caution-list > li{
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.caution-list > li::before{
    content: "※";
    display: inline;
    margin-right: 0.5em;
}


.insta-link-button {
    position: relative;
    display: inline-flex;
    font-size: calc(1em * 13 / 15);
    width: calc(1em * 200 / 13);
    height: calc(1em * 40 / 13);
    justify-content: center;
    align-items: center;
    column-gap: calc(1em * 10 / 13);
    border: 1px solid currentColor;
    background-color: transparent;
    color: #fff;

    transition: color .3s;
}
.insta-link-button:not([disabled]):hover {
    color: var(--gold-color); /* これがないとBootstrapに上書きされる */
    text-decoration: none; /* これがないとBootstrapに上書きされる */
}
.insta-link-button::after {
    content: "";
    width: 16px;
    height: 15px;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"><g><path d="M7.04,12c-.14,0-.28-.05-.38-.16-.21-.21-.21-.56,0-.77l5.03-5.07L6.66.93c-.21-.21-.21-.56,0-.77.21-.21.55-.21.77,0l5.42,5.46c.1.1.16.24.16.39s-.06.28-.16.39l-5.42,5.45c-.11.11-.24.16-.38.16Z"/><path d="M12.46,6.55H.54c-.3,0-.54-.24-.54-.55s.24-.55.54-.55h11.92c.3,0,.54.24.54.55s-.24.55-.54.55Z"/></g></svg>');
    background-color: currentColor;
    background-repeat: no-repeat;
    background-size: contain;
}
.insta-link-button span{
    margin-right: calc(1em * 10 / 13);
}



/* ==========================================
   当選者カルーセルの実装
   ========================================== */
/* ステージ（表示領域）。両端の見切れは overflow:hidden でクリップ。
       1920px で「中央 + 両側2 + 両端半分2」になる。 */
.award-carousel-stage {
    position: relative;
    margin-inline: calc(50% - 50vi);
    /* overflow: hidden; */
    padding-top: 24px;
}
@media (min-width: 768px) {
    .award-carousel-stage{
        padding-top: 48px;
    }
}

/* 車の装飾 */
.award-carousel-stage::before{
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: calc(100% + 70px);
    width: 80%;
    height: auto;
    aspect-ratio: 919 / 609;
    content: '';
    background-image: var(--bg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px){
    .award-carousel-stage::before{
        width: max(480px, calc(100% * 919 / 1920));
    }
}

.award-carousel {
    visibility: hidden;
}

/* 初期化前のチラつき防止 */
.award-carousel.is-ready {
    visibility: visible;
}

/* slick の等幅横並びは使わず、絶対配置＋transform で自前レイアウト */
.award-carousel .slick-list {
    overflow: hidden;
    height: 360px;
}

.award-carousel .slick-track {
    transform: none !important;
    width: 100% !important;
    height: 360px;
    position: relative;
}

.award-carousel .slick-slide {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 600px !important;
    /* 中央サイズ（scale=1 の基準幅） */
    height: auto;
    float: none !important;
    display: block !important;
    transform-origin: center center;
    will-change: transform;
}

.award-carousel .slick-cloned {
    display: none !important;
}

/* ===== カード（ご提示のHTML/CSSを参考。サイズは em 基準） ===== */
.award-carousel .award-winner-wrapper {
    width: 600px;
}

.award-carousel .award-winner {
    width: 100%;
    margin-inline: auto;
    border: 1px solid var(--gold-color);
    color: #fff;
    vertical-align: baseline;
    font-size: 15px;
    /* em 計算の基準。ここを変えるとカード全体が拡縮 */
}

.award-carousel .award-winner-label {
    padding-top: calc(1em * 8 / 14);
    padding-bottom: calc(1em * 10 / 14);
    background-color: var(--gold-color);
    text-align: center;
    font-size: calc(1em * 20 / 15);
    line-height: 1;
}

.award-carousel .award-winner-label .__year {
    font-size: calc(1em * 38 / 20);
}

.award-carousel .award-winner-who {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 284px;
    line-height: 1;
}

.award-carousel .award-winner-who .__address {
    font-size: calc(1em * 22 / 15);
}

.award-carousel .award-winner-who .__car {
    margin-top: calc(1em * 3 / 28);
    font-size: calc(1em * 42 / 15);
}

.award-carousel .award-winner-who .__hr {
    width: calc(1em * 92 / 15);
    height: 1px;
    margin-top: calc(1em * 20 / 15);
    margin-bottom: calc(1em * 22 / 15);
    background-color: var(--gold-color);
}

/* コントロール（矢印 + pager）。画像どおり「右から2枚目のスライドの真上」
         ＝中央から +530px に配置。狭い画面では clamp でステージ内に収める。 */
.award-carousel-stage .award-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}
@media not all and (min-width: 768px) {
    .award-carousel-stage .award-controls {
        justify-content: center;
        margin-top: 32px;
    }
}
@media (min-width: 768px) {
    .award-carousel-stage .award-controls {
        z-index: 60;
        position: absolute;
        /* top: 12px; */
        bottom: 100%;
        left: clamp(160px, calc(50% + 530px), calc(100% - 160px));
        transform: translateX(-50%) translateY(-6px);
    }
}

.award-carousel-stage .nav {
    position: relative;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: currentColor;
    border: 0;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

@media not all and (min-width: 768px) {
    .award-carousel-stage .nav {
        display: none;
    }
}

.award-carousel-stage .nav::before {
    z-index: 1;
    position: absolute;
    inset: 8px;
    margin: auto;
    content: '';
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"><g><path d="M7.04,12c-.14,0-.28-.05-.38-.16-.21-.21-.21-.56,0-.77l5.03-5.07L6.66.93c-.21-.21-.21-.56,0-.77.21-.21.55-.21.77,0l5.42,5.46c.1.1.16.24.16.39s-.06.28-.16.39l-5.42,5.45c-.11.11-.24.16-.38.16Z"/><path d="M12.46,6.55H.54c-.3,0-.54-.24-.54-.55s.24-.55.54-.55h11.92c.3,0,.54.24.54.55s-.24.55-.54.55Z"/></g></svg>');
    background-color: #000;
}

.nav.nav-prev {
    rotate: 180deg;
}

/* pager（自前 dot）。スライドを複製しても dot は複製前の数（awards 件数）に固定する。 */
.award-carousel-stage .award-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.award-carousel-stage .award-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    outline: 0 !important;
}

.award-carousel-stage .award-dot.is-active {
    background-color: var(--gold-color);
}

@media (prefers-reduced-motion: reduce) {
    .award-carousel .slick-slide {
        transition: none !important;
    }
}
