@charset "UTF-8";/* 文字コードを指定 */


a {
    color: #fff;           /* 好きな色 */
    text-decoration: none;
}
a:visited {
  color: #fff;           /* ← これ必須 */
}
img{
    display: block;
    width: 100%;
    height: auto;
}

.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html,
body {
    min-height: 100%;
    background: #000;
    overscroll-behavior-y: none;
    font-family: "Noto Serif JP", serif;
}

body {
    max-width: 2000px;
    margin: 0 auto;
}

p,li{
    color: #fff;
    font-feature-settings: "palt";
    list-style: none;
}

main section{
    margin-top: 150px;
}

h2{
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}

#daysLeft{
    font-size: 1.8em;
    font-weight: 700;
}

.fast-view {
    width: 100%;
    margin-top: 0;
    aspect-ratio: 3840 / 2080;
    min-height: auto;
    background: url("/gekidaki-campaign/img/01first-view/ika-fv_back_teaser.jpg") center top / 100% auto no-repeat;
    overflow: hidden;
    position: relative;
}

.banner {
    position: absolute;
    /* background-color: rgb(204, 0, 44, 0.8); */
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
    font-feature-settings: "palt";
    text-align: center;
    padding: 0.5em;
    border-radius: 50px;
    font-weight: bold;
    font-size: 3rem;
    bottom: 2%;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.page{
    display:flex;
    width:100%;
}

.side{
    width:20%;
    position:relative;
}

.right-fixed{
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.right-fixed img{
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right;
}

.sp-follow-banner{
    display: none;
}

.content{
    position: relative;
    z-index: 0;
    isolation: isolate;
    width:60%;
}

.content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: auto;
    aspect-ratio: 1940 / 1101;
    transform: translateX(-50%);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
}

.campaign-headline p{
    text-align: center;
    font-size: 24px;
    line-height: 220%;

    margin-top: 100px;
}

.campaign-headline .notice-link{
    display: block;
    width: 60%;
    margin: 60px auto 0;
    font-size: 24px;
    color: #474747;
    border-radius: 100px;
    padding: 10px 0px;
    background: #fff;
    text-align: center;
}

.campaign-headline img{
    width: 70%;
    margin: 0 auto;
}

.prize-showcase-flex{
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.nav ul{
    width: 100%;
    display: flex;
    list-style: none;
}

.nav li{
    width: 25%;
    border-left: 1px solid #fff;
}

.nav li:last-child{
    border-right: 2px solid #fff;
}

.nav a{
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
}

.nav a::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
}

.how-to-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.how-to-block{
    width: 45%;
}

.how-to-block-ttl{
    display: flex;
    align-items: center;
    gap: 25px;
}

.how-to-block-ttl img{
    width: 20%;
}
.how-to-block-ttl p{
    font-size: 1.6rem;
    line-height: 1.35;
}

.description{
    font-size: 1rem;
    line-height: 160%;
    margin-top: 30px;
}

/* .how-to-block button{
    width: 100%;
    min-height: 58px;
    margin-top: 28px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: linear-gradient(100deg, #000 0%, #000 58%, #a80e5a 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}


.how-to-block button::after{
    content: "▼";
    margin-left: 4px;
    font-size: 0.9em;
} */

.important-notice{
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    background-color: #FFF100;
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
    min-height: 58px;
    margin-top: 28px;
    padding: 0 28px;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: "palt";
}

.gekidaki-series-list{
    margin-top: 50px;
    background-color: rgb(255 255 255 / 0.5);
    border-radius: 10px;
    padding: 50px 100px;

}
.gekidaki-series-list-ttl{
    width: 60%;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: linear-gradient(100deg, #000 0%, #000 58%, #a80e5a 100%);
}

.gekidaki-series-list-box{
    display: flex;
    flex-wrap: wrap;
}

.gekidaki-series-list-box li{
    width: 33%;
    text-align: center;
}

.gekidaki-series-list-box img{
    transition: transform 0.28s ease;
}

.gekidaki-series-list-box a:hover img{
    transform: scale(1.06);
}
.bonus-content-box{
    display: flex;
    margin-top: 50px;
    
}

.catch{
    margin-top: 50px;
}

.bonus-content-box .button-link{
    position: relative;
    z-index: 0;
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px 0px;
    font-family: goldman;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: #080808;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s ease;
    text-align: center;
}

.bonus-content-box .button-link::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(70deg, #C2007B, #780F80);
    opacity: 0;
    transition: opacity 0.35s ease;
}



.bonus-content-box .button-link:hover::before{
    opacity: 1;
}

.detailed-description{
    background-color: rgb(255 255 255 / 0.5);
    border-radius: 10px;
    margin-top: 50px;
}

.detailed-description p{
    width: 60%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 200%;
    padding: 50px 0px;
}

.rod{
    margin-top: 50px;
}
.logo{
    margin-top: 50px;
}
.js-fade-up{
    opacity: 0;
    transform: translateY(42px);
    transition: opacity 0.75s ease, transform 0.75s ease;
    will-change: opacity, transform;
}

.js-fade-up.is-visible{
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
    .js-fade-up{
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.recreational-fishing-boat-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}

.recreational-fishing-boat-list li{
    min-width: 0;
}

.recreational-fishing-boat-list a,
.recreational-fishing-boat-list .boat-card{
    --area-color:#ab0d66;

    position: relative;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 16px 52px 16px 20px;

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.04)
        );

    backdrop-filter: blur(8px);

    overflow: hidden;

    position: relative;

    transition:
        transform .25s ease,
        border-color .25s ease,
        background-color .25s ease,
        box-shadow .25s ease,
        filter .25s ease;

    
}

/* 左アクセント */
.recreational-fishing-boat-list a::before,
.recreational-fishing-boat-list .boat-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:4px;
    height:100%;
    background:var(--area-color);
}

/* 矢印 */
.recreational-fishing-boat-list a::after{
    content:"↗";
    position:absolute;
    top:50%;
    right:18px;

    width:24px;
    height:24px;

    display:grid;
    place-items:center;

    transform:translateY(-50%);

    border-radius:50%;

    background:rgba(0,0,0,0.45);

    color:#fff;

    font-size:11px;
    line-height:1;
}

.recreational-fishing-boat-list .boat-card.is-disabled{
    filter: saturate(0.7);
}

.recreational-fishing-boat-list .boat-card.is-disabled::after{
    content:"-";
    position:absolute;
    top:50%;
    right:18px;
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    transform:translateY(-50%);
    border-radius:50%;
    background:rgba(0,0,0,0.35);
    color:rgba(255,255,255,0.55);
    font-size:11px;
    line-height:1;
}

/* hover */
.recreational-fishing-boat-list a:hover{
    transform: translateY(-2px);

    border-color: rgba(255,255,255,0.18);

    background-color: rgba(255,255,255,0.16);

    box-shadow:
        0 8px 24px rgba(0,0,0,0.28);

    filter: brightness(1.08);
}

/* テキスト */
.recreational-fishing-boat-list .name{
    margin:0 0 4px;

    font-size:15px;
    font-weight:700;
    line-height:1.4;

    color:#fff;
}

/* 地域 */
.recreational-fishing-boat-list .area{
    color:rgba(255,255,255,0.45);
    font-weight:500;
}

/* 船名 */
.recreational-fishing-boat-list .boat{
    color:var(--area-color);
}

/* サブ */
.recreational-fishing-boat-list .link{
    margin:0;

    color:rgba(255,255,255,0.32);

    font-size:13px;
    line-height:1.4;
}.terms-and-conditions-text{
    max-height: 600px;
    margin-top: 50px;
    padding: 32px 36px;
    overflow-y: auto;
    color: #fff;
    
    font-size: 15px;
    line-height: 1.9;
    white-space: pre-line;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    /* background: rgba(0, 0, 0, 0.62); */
    background-color: rgb(255 255 255 / 0.5);
}

.terms-and-conditions-text::-webkit-scrollbar{
    width: 8px;
}

.terms-and-conditions-text::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}

.terms-and-conditions-text::-webkit-scrollbar-thumb{
    background: rgba(168, 14, 90, 0.86);
    border-radius: 999px;
}

.contact{
    appearance: none;
    -webkit-appearance: none;

    border: none;
    outline: none;

    display: block;
    width: 55%;
    margin: 150px auto 0;

    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;

    background: #353535; /* 半透明やめる */

    padding: 25px;
    border-radius: 999px;
}



footer{
    margin-top: 150px;
    padding: 80px 0 32px;
    position: relative;
    isolation: isolate;
}

/* footer::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    transform: translateX(-50%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    pointer-events: none;
} */

.jk-logo{
    width: 6%;
    display: block;
    margin: 0 auto;
}

.sns-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 50px 0;
    padding: 0;
}

.sns-icon li{
    display: flex;
    justify-content: center;
}

.sns-icon a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns-icon li img{
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    opacity: .5;
}

footer p{
    text-align: center;
}


.Btn-Container {
    display: flex;
    width: 90%;
    margin: 0 auto;
    height: fit-content;
    background-color: #1d2129;
    border-radius: 40px;
    /* box-shadow: 0px 5px 10px #bebebe; */
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.icon-Container {
    width: 45px;
    height: 45px;
    /* background-color: rgba(168, 14, 90, 0.86); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #1d2129;
}

.text {
    width: auto;
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 1.3em;
    letter-spacing: 1.2px;
    padding-left: 30px;
}

.icon-Container svg {
    transition-duration: 1.5s;
}

.Btn-Container:hover .icon-Container svg {
    transition-duration: 1.5s;
    animation: arrow 1s linear infinite;
}

@keyframes arrow {
    0% {
        opacity: 0;
        margin-left: 0px;
    }
    100% {
        opacity: 1;
        margin-left: 10px;
    }
}


/* ================================================================
Responsive
================================================================ */
@media screen and (max-width: 1200px){
    main section{
        margin-top: 120px;
    }

    .side{
        width: 14%;
    }

    .content{
        width: 72%;
    }

    .banner{
        width: 80%;
        font-size: 2.5rem;
        bottom: 1%;
    }

    .campaign-headline p{
        font-size: 20px;
    }

    .campaign-headline .notice-link,
    .nav a{
        font-size: 20px;
    }

    .how-to-block-ttl p{
        font-size: 1.35rem;
    }

    .gekidaki-series-list{
        padding: 44px 56px;
    }

    .recreational-fishing-boat-list{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px){
    body{
        overflow-x: hidden;
    }

    img{
        height: auto;
    }

    main section{
        margin-top: 96px;
    }

    h2{
        width: min(92%, 620px);
    }

    .fast-view{
        aspect-ratio: 3840 / 2080;
        min-height: auto;
        background-size: 100% auto;
        background-position: center top;
    }

    .banner{
        width: calc(100% - 32px);
        bottom: 3%;
        font-size: 1.6rem;
        border-radius: 28px;
    }

    .page{
        display: block;
    }

    .side-left,
    .side-right{
        display: none;
    }

    body.has-sp-follow-banner{
        padding-bottom: clamp(78px, 22vw, 136px);
    }

    .sp-follow-banner{
        position: fixed;
        left: 50%;
        right: auto;
        bottom: calc(12px + env(safe-area-inset-bottom));
        z-index: 10000;
        display: block;
        width: min(calc(100% - 24px), 720px);
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, 24px);
        transition: opacity 0.45s ease, transform 0.45s ease;
        will-change: opacity, transform;
    }

    .sp-follow-banner.is-visible{
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .sp-follow-banner img{
        width: 100%;
        height: auto;
        filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.45));
    }

    .content{
        width: calc(100% - 32px);
        max-width: 760px;
        margin: 0 auto;
    }

    .content::before,
    footer::before{
        background-size: cover;
    }

    .campaign-headline img{
        width: min(92%, 560px);
    }

    .campaign-headline p{
        margin-top: 56px;
        font-size: 18px;
        line-height: 1.9;
        text-align: left;
    }

    .campaign-headline p br{
        display: none;
    }

    .campaign-headline .notice-link{
        width: 100%;
        margin-top: 36px;
        padding: 14px 18px;
        font-size: 17px;
        line-height: 1.5;
    }

    .prize-showcase-flex{
        gap: 18px;
    }

    .nav ul{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top: 1px solid rgba(255, 255, 255, 0.45);
    }

    .nav li{
        width: auto;
        border-left: 1px solid rgba(255, 255, 255, 0.45);
        border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    }

    .nav li:nth-child(2n){
        border-right: 1px solid rgba(255, 255, 255, 0.45);
    }

    .nav li:last-child{
        border-right: 1px solid rgba(255, 255, 255, 0.45);
    }

    .nav a{
        min-height: 88px;
        gap: 10px;
        font-size: 17px;
    }

    .how-to-box{
        gap: 48px;
    }

    .how-to-block{
        width: min(100%, 520px);
    }

    .how-to-block-ttl{
        gap: 16px;
    }

    .how-to-block-ttl img{
        width: 72px;
        flex: 0 0 auto;
    }

    .how-to-block-ttl p{
        font-size: 1.35rem;
    }

    .description{
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .important-notice{
        padding: 14px 18px;
        font-size: 1rem;
        line-height: 1.45;
    }

    .gekidaki-series-list{
        padding: 36px 24px;
    }

    .gekidaki-series-list-ttl{
        width: 100%;
        padding: 16px;
        font-size: 20px;
    }

    .gekidaki-series-list-box{
        gap: 16px 0;
        margin-top: 24px;
    }

    .gekidaki-series-list-box li{
        width: 50%;
        padding: 0 8px;
    }

    .bonus-content-box{
        gap: 24px;
    }

    .detailed-description p{
        width: 86%;
        padding: 36px 0;
        line-height: 1.8;
    }

    .recreational-fishing-boat-list{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .terms-and-conditions-text{
        max-height: 460px;
        padding: 24px;
        font-size: 14px;
    }

    .contact{
        width: min(100%, 420px);
        margin-top: 96px;
        padding: 20px;
        font-size: 1.2rem;
    }

    footer{
        margin-top: 96px;
        padding: 64px 0 28px;
    }

    

    .jk-logo{
        width: 56px;
    }

    .Btn-Container{
        width: 100%;
    }

    .text{
        width: auto;
        flex: 1;
        padding: 0 10px 0 20px;
        font-size: 1rem;
        line-height: 1.35;
    }
}

@media screen and (max-width: 600px){
    main section{
        margin-top: 72px;
    }

    h2{
        width: 100%;
    }

    .fast-view{
        aspect-ratio: 2080 / 3840;
        min-height: auto;
        background-image: url("/gekidaki-campaign/img/01first-view/ika-fv_back_teaser_sp.jpg");
        background-size: 100% auto;
        background-position: center top;
    }

    .banner{
        bottom: 4%;
        font-size: clamp(1.1rem, 5.4vw, 1.4rem);
        line-height: 1.45;
        padding: 0.55em 0.8em;
    }

    .content{
        width: calc(100% - 24px);
    }

    .campaign-headline img{
        width: 100%;
    }

    .campaign-headline p{
        margin-top: 40px;
        font-size: 15px;
        line-height: 1.85;
    }

    .campaign-headline .notice-link{
        font-size: 14px;
        border-radius: 28px;
    }

    .prize-showcase-flex{
        flex-direction: column;
        gap: 20px;
    }

    .nav a{
        min-height: 74px;
        font-size: 14px;
    }

    .how-to-box{
        gap: 40px;
    }

    .how-to-block-ttl{
        align-items: center;
        gap: 12px;
    }

    .how-to-block-ttl img{
        width: 58px;
    }

    .how-to-block-ttl p{
        font-size: 1.05rem;
    }

    .description{
        margin-top: 20px;
        font-size: 0.92rem;
    }

    .description br,
    .important-notice br,
    .detailed-description br{
        display: none;
    }

    .important-notice{
        min-height: auto;
        font-size: 0.9rem;
    }

    .gekidaki-series-list{
        padding: 28px 14px;
        border-radius: 8px;
    }

    .gekidaki-series-list-ttl{
        font-size: 17px;
        border-radius: 28px;
    }

    .gekidaki-series-list-box li{
        width: 50%;
        padding: 0 6px;
    }

    .gekidaki-series-list-box p{
        font-size: 0.82rem;
        line-height: 1.4;
    }

    .bonus-content-box{
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .bonus-content-box li{
        width: min(100%, 360px);
    }

    .bonus-content-box .button-link{
        width: 100%;
        min-height: 42px;
        font-size: 14px;
    }

    .catch,
    .rod,
    .logo,
    .detailed-description,
    .gekidaki-series-list,
    .recreational-fishing-boat-list,
    .terms-and-conditions-text{
        margin-top: 36px;
    }

    .detailed-description p{
        width: 88%;
        padding: 28px 0;
        font-size: 0.9rem;
        line-height: 1.75;
    }

    .recreational-fishing-boat-list{
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .recreational-fishing-boat-list a{
        min-height: 58px;
        padding: 12px 42px 12px 14px;
    }

    .recreational-fishing-boat-list .name{
        font-size: 14px;
    }

    .recreational-fishing-boat-list .link{
        font-size: 12px;
    }

    .terms-and-conditions-text{
        max-height: 380px;
        padding: 18px;
        font-size: 13px;
        line-height: 1.75;
    }

    .contact{
        margin-top: 72px;
        padding: 16px;
        font-size: 1rem;
    }

    footer{
        margin-top: 72px;
        padding: 48px 0 24px;
    }

    

    .sns-icon{
        gap: 28px;
        margin: 36px 0;
    }

    .sns-icon li img{
        width: 30px;
        height: 30px;
    }

    footer p{
        font-size: 0.78rem;
        line-height: 1.5;
    }

    .Btn-Container{
        min-height: 46px;
        border-radius: 999px;
    }

    .icon-Container{
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .text{
        padding-left: 16px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 380px){
    .nav a{
        font-size: 13px;
    }

    .how-to-block-ttl p{
        font-size: 0.98rem;
    }

    .gekidaki-series-list-box li{
        width: 100%;
    }

    .text{
        font-size: 0.82rem;
    }
}

@media screen and (max-width: 900px){
    .how-to-box,
    .gekidaki-series-list-box{
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 14px;
    }

    .how-to-box::-webkit-scrollbar,
    .gekidaki-series-list-box::-webkit-scrollbar{
        height: 5px;
    }

    .how-to-box::-webkit-scrollbar-track,
    .gekidaki-series-list-box::-webkit-scrollbar-track{
        background: rgba(255, 255, 255, 0.12);
        border-radius: 999px;
    }

    .how-to-box::-webkit-scrollbar-thumb,
    .gekidaki-series-list-box::-webkit-scrollbar-thumb{
        background: rgba(255, 255, 255, 0.45);
        border-radius: 999px;
    }

    .how-to-block{
        flex: 0 0 min(82vw, 430px);
        width: auto;
        scroll-snap-align: start;
    }

    .gekidaki-series-list-box li{
        flex: 0 0 34%;
        width: auto;
        min-width: 150px;
        scroll-snap-align: start;
    }
}

@media screen and (max-width: 600px){
    .how-to-box{
        gap: 18px;
    }

    .how-to-block{
        flex-basis: 84vw;
    }

    .gekidaki-series-list-box{
        gap: 0;
    }

    .gekidaki-series-list-box li{
        flex-basis: 46%;
        min-width: 138px;
    }
}

@media screen and (max-width: 380px){
    .gekidaki-series-list-box li{
        flex-basis: 58%;
        min-width: 132px;
    }
}

.sp-only {
    display: none;
}

@media screen and (max-width: 600px) {
    .sp-only {
    display: block;
    }
}
