@charset "utf-8";

/*svg-icon*/
.svg-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
}

html {
    font-size: 62.5%;
}

body {
    color: #182c4f;
    text-align: left;
    margin: 0;
    padding: 0;
    background: #1dd0f8;
    word-wrap: break-word;
    overflow-x: hidden;
    font-family: "m-plus-rounded-2m", sans-serif;
    font-size: 1.7rem;
    font-weight: lighter;
    line-height: 1.8;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

.display-sp {
    display: none !important;
}

footer {
    background: #1dd0f8;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
}

.main {
    width: 700px;
    min-height: 100vh;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 0;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
    border-left: 10px solid #1dd0f8;
    border-right: 10px solid #1dd0f8;
}

.main-inner {
    position: relative;
}

.bg-img {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    min-height: 100svh;
    background-image:
        url(../img/ozoncafe/moku-top.png),
        url(../img/ozoncafe/moku-bottom.png),
        url(../img/ozoncafe/grid-tile.jpg);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top center, bottom center, center;
    background-size: 100% auto, 100% auto, 40px 40px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #b5ff40;
    text-decoration: none;
    transition: 0.5s ease;
    cursor: pointer;
}

a img {
    text-decoration: none;
    transition: 0.5s ease;
}

a:hover {
    color: #e6ff73;
}

a:hover img {
    opacity: 0.7;
}

.content {
    padding: 5vh 0;
}

.content:first-of-type {
    padding: 10vh 0 5vh;
}

.content:last-of-type {
    padding: 5vh 0;
}

.content-inner {
    padding: 0 3vh;
}

h2 {
    line-height: 1.2;
    position: relative;
    font-size: 5rem;
    font-weight: bold;
    font-family: "vdl-megamarupop-shadow", sans-serif;
    text-align: center;
    margin: 0 auto 5vh;
    color: #fff;
    background-image: linear-gradient(#7ae7ff 1px, transparent 1px), linear-gradient(90deg, #7ae7ff 1px, transparent 1px);
    background-size: 12px 12px;
    background-color: #1dd0f8;
    padding: 1rem 0;
    border-radius: 200px;
}

h2 span img {
    height: 100%;
    width: auto;
}

h2 span:first-child {
    position: absolute;
    left: -15px;
    height: 150px;
    top: -35px;
    width: auto;
    animation: yurayura 2s infinite;
}

h2 span:last-child {
    position: absolute;
    right: -15px;
    height: 150px;
    top: -35px;
    width: auto;
    animation: yurayura2 2s infinite;
}

h2.two-line span:first-child {
    position: absolute;
    left: -15px;
    height: 150px;
    top: 5px;
    width: auto;
    animation: yurayura-two 2s infinite;
}

h2.two-line span:last-child {
    position: absolute;
    right: -15px;
    height: 150px;
    top: 5px;
    width: auto;
    animation: yurayura2-two 2s infinite;
}

h3 {
    border-bottom: 6px dotted #1dd0f8;
    padding: 0 1rem 0.5rem;
    margin: 3vh 0;
    font-family: "vdl-megamarupop-futoline", sans-serif;
    font-size: 4rem;
    text-align: center;
    line-height: 1.4;
}

h4 {
    padding: 0 1rem 0.5rem;
    margin: 2vh 0;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
    background: #1dd0f8;
    border-radius: 5px;
    font-weight: bold;
    padding: 0.5rem;
}

@keyframes yurayura {

    0%,
    100% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }
}

@keyframes yurayura2 {

    0%,
    100% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes yurayura-two {

    0%,
    100% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px);
    }
}

@keyframes yurayura2-two {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.to-ozon {
    width: 40%;
    display: block;
    margin: 5vh auto 10vh;
}

.center-text {
    text-align: center;
    font-size: 2rem;
    line-height: 2;
}

.center-text p span.big {
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    background: #1dd0f8;
    padding: 0.2rem 1rem;
    display: inline;
}

.content-inner p strong {
    background: #1dd0f8;
    color: #fff;
    font-weight: bold;
    padding: 0.1rem 0.5rem;
    margin: 0 0.2rem;
}

.iframe-map {
    margin-top: 5vh;
}

.iframe-map iframe {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16/9;
}

.img-mtop,
.text-mtop {
    margin-top: 5vh;
}

.img-mtop-mini {
    margin-top: 2vh;
}

.caution-box .dot-list {
    margin: 0;
    padding: 0;
}

.caution-box .dot-list li {
    list-style: none;
    margin: 0 0 .8em;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.caution-box .dot-list li:last-child {
    margin-bottom: 0;
}

.caution-box .dot-list li::before {
    content: "・";
    margin-right: .2em;
}

.table-scroll {
    margin-top: 5vh;
    max-height: 60vh;
    /* 好みで調整: 例 400px や 70vh など */
    overflow: auto;
    /* 縦スクロール（必要なら横も自動） */
    border: 1px solid #1dd0f8;
    /* 外枠が必要なければ消してOK */
    overscroll-behavior: contain;
    /* 画面全体の引っ張りを防止（対応ブラウザ） */
}

.item-list col.col-item {
    width: auto;
}

/* 残り全部 */
.item-list col.col-price {
    width: 4.5em;
}

/* 好みで 7ch や 120px などでもOK */


.item-list {
    width: 100%;
    border-collapse: separate;
    /* stickyを安定させるなら separate 推奨 */
    border-spacing: 0;
    table-layout: fixed;
}

.item-list td,
.item-list th {
    border: 0.7px solid #1dd0f8;
    padding: 0.5rem 1rem;
}

.item-list td {
    background: #fff;
    font-size: 1.5rem;
}

.item-list th {
    background: #8beaff;
}

/* ← NEW: 人名（セクション見出し）をスクロール中に固定（任意） */
.item-list .person .person-name {
    position: sticky;
    top: 0;
    /* ラッパー内の上端に吸着 */
    z-index: 1;
    /* 下のセルより上に出す */
    background: #8beaff;
    /* 透け防止 */
}

/* ← NEW: 価格の見やすさ向上（任意） */
.item-list td:last-child {
    text-align: right;
    white-space: nowrap;
    /* 改行させない */
}

/*コースターリスト*/

.character-list {
    border: 1px solid #1dd0f8;
    padding: 2rem;
    margin-top: 5vh;
}

.character-list-title {
    font-size: 2.3rem;
    font-weight: bold;
    padding: 0.4rem;
    background: #1dd0f8;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

.character-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* 横3等分 */
    gap: .5rem;
    /* 余白お好みで */
    font-size: 1.5rem;
}

.share-x {
    background: #1dd0f8;
    color: #fff;
    text-align: center;
    padding: 0.7rem;
    border-radius: 100px;
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    border: 2px solid #1dd0f8;
}

.share-x:hover {
    background: #fff;
    color: #1dd0f8;
}

/* 700px以下 */
@media screen and (max-width: 700px) {
    html {
        font-size: 62.5%;
    }

    body {
        font-size: 1.6rem;
        line-height: 1.7;
    }

    .display-pc {
        display: none !important;
    }

    .display-sp {
        display: block !important;
    }

    .main {
        width: 100%;
        min-height: 100vh;
        position: relative;
        box-shadow: none;
        border-left: none;
        border-right: none;
        background:
            linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
            /* ←透過白で薄く */
            url(../img/ozoncafe/grid-tile.jpg) center/30px 30px repeat;
    }

    h2 {
        line-height: 1.2;
        position: relative;
        font-size: 3rem;
        font-weight: bold;
        font-family: "vdl-megamarupop-shadow", sans-serif;
        text-align: center;
        margin: 0 auto 5vh;
        color: #fff;
        background-image: linear-gradient(#7ae7ff 1px, transparent 1px), linear-gradient(90deg, #7ae7ff 1px, transparent 1px);
        background-size: 12px 12px;
        background-color: #1dd0f8;
        padding: 1rem 0;
        border-radius: 200px;
    }

    h2 span img {
        height: 100%;
        width: auto;
    }

    h2 span:first-child {
        position: absolute;
        left: -15px;
        height: 100px;
        top: -23px;
        width: auto;
        animation: yurayura 2s infinite;
    }

    h2 span:last-child {
        position: absolute;
        right: -15px;
        height: 100px;
        top: -23px;
        width: auto;
        animation: yurayura2 2s infinite;
    }

    h2.two-line span:first-child {
        position: absolute;
        left: -15px;
        height: 100px;
        top: 5px;
        width: auto;
        animation: yurayura-two 2s infinite;
    }

    h2.two-line span:last-child {
        position: absolute;
        right: -15px;
        height: 100px;
        top: 5px;
        width: auto;
        animation: yurayura2-two 2s infinite;
    }

    h3 {
        border-bottom: 4px dotted #1dd0f8;
        padding: 0 1rem 0.5rem;
        margin: 3vh 0;
        font-family: "vdl-megamarupop-futoline", sans-serif;
        font-size: 2.7rem;
        text-align: center;
        line-height: 1.4;
    }

    h4 {
        margin: 2vh 0;
        color: #fff;
        font-size: 2.3rem;
        text-align: center;
        line-height: 1.4;
        background: #1dd0f8;
        border-radius: 5px;
    }

    .center-text {
        text-align: center;
        font-size: 1.8rem;
        line-height: 2;
    }

    .center-text p span.big {
        font-size: 2.8rem;
        font-weight: bold;
        color: #fff;
        background: #1dd0f8;
        padding: 0.2rem 1rem;
        display: inline;
        margin-bottom: 2vh;
    }

    .item-list td {
        font-size: 1.3rem;
    }

    .character-list-title {
        font-size: 2rem;
    }

    .character-list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* 横3等分 */
        gap: .5rem;
        font-size: 1.3rem;
    }

}
