:root {
    --yellow: #fff000;
    --lightpink: #eb6d97;
    --darkpink: #ff6699;
    --palepink: #f2a0bb;
    --red: #e73b64;
    --mint: #73c6c8;
    --lightblue: #aadcdc;
    --blue: #008acd;
}

*{font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


html {
    scroll-behavior: smooth;
}

html {
    font-size: 62.5%;
    /* 1rem = 10px */
}

html * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    font-size: 1.6rem;
}


@media screen and (max-width: 1200px) {
    html {
        font-size: 56%;
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size: 50%;
        /* 1rem = 8px */
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 45%;
    }
}

@media screen and (min-width: 1800px) {
    html {
        font-size: 62.5%;
        /* 1rem = 12px */
    }
}

figure {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

body {
    background-color: var(--yellow);
    background-image: url(img/top-back2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

header {
    display: none;
}

.fixed-menu {
    max-width: 490px;
    width: 100%;
    min-width: 300px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #73c7c8a3;
    left: 50%;
    transform: translatex(-50%);
}

.fixed-menu ul {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
}

.fixed-menu ul li {
    width: 32%;
}

.fixed-menu ul a {
    font-size: 1.2rem;
    padding: 1.2rem 0;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: 1.6rem;
}

a.btn-pnk {
    background: var(--lightpink);
    border: var(--palepink) 2px solid;
    border-radius: 1rem;
    color: #fff;
    box-shadow: 2px 3px 0 var(--red);
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.left-btn-menu .btn-pnk span,
.header-btn span {
    font-size: 1.2rem;
    text-align: center;
    display: block;
    padding: 4px 0;
    color: #fff000 !important;
    padding: 0 !important;
    line-height: 90%;

}

.btn-ltr-s {
    font-size: 1.2rem !important;
    text-align: center;
}


.coming {
    background: #999 !important;
    padding: 0.6rem !important;
}

a.btn-pnk:hover,
a.btn-mnt:hover {
    transform: translatey(-2px);
    transition: ease-out 0.2s all;
}

a.btn-pnk:active,
a.btn-mnt:active {
    transform: translatey(0);
    transition: ease-out 0.2s all;
}


a.btn-mnt {
    color: #fff;
    background: var(--mint);
    border: var(--lightblue) 2px solid;
    box-shadow: 2px 3px 0 var(--blue);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn-pnk:hover,
a.btn-mnt:hover {
    transform: translatey(-2px);
    transition: linear 0.3s all;
}

.content-wrap {
    max-width: 490px;
    width: 100%;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    overflow: hidden;

    position: relative;
    background-size: auto auto;
    background-color: rgba(115, 198, 200, 1);
    background-image: repeating-linear-gradient(166deg, transparent, transparent 10px, rgba(170, 220, 220, 1) 10px, rgba(170, 220, 220, 1) 13px);
}

/* ------------左側----------------- */
.left {
    position: fixed;
    top: 0;
    left: 0;
    width: calc((100vw - 470px) / 2);
    height: 100%;
    padding-bottom: 45px;
    padding-left: calc(2 * var(--gutter));
    padding-right: calc(2 * var(--gutter));
    display: grid;
    align-items: center;
}

.left-content {}

.left-btn-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    list-style: none;
    padding: 0;
    align-items: center;
}

.left-btn-menu li {
    width: 87%;
    display: flex;
}

.left-btn-menu li a {
    font-weight: 600;
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    flex-direction: column;
    margin: 0 auto;
    font-size: 1.6rem;
}

.left span {
    /* padding: 2rem; */
    display: block;
    color: #fff;
}


.left-cont1 {
    position: relative;
    height: 421px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1.left-catch1 {
    position: absolute;
    width: 87%;
    max-width: 350px;
}

figure.left-catch2 {
    position: absolute;
    width: 87%;
    max-width: 350px;
}

/* ------------右側----------------- */
.right {
    position: fixed;
    top: 0;
    right: 0;
    /* width: max(100px, calc(100vw - 470px - (470 / 1410 * 100vw))); */
    width: calc((100vw - 470px) / 2);
    height: 100%;
    padding-bottom: 45px;
    padding-left: calc(2 * var(--gutter));
    padding-right: calc(2 * var(--gutter));
    display: grid;
    justify-items: center;
    /* padding-top: calc(240 / 768 * 100dvh); */
    overflow-y: auto;
    align-items: center;
    align-content: center;
}

ul.right-menu {
    list-style: none;
}

ul.right-menu li {
    position: relative;
    margin-bottom: 1rem;
}

ul.right-menu li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, -50%);
    background: url(img/bluestar.svg) no-repeat;
}

ul.right-menu li:hover:before {
    background: url(img/redstar.svg) no-repeat;
}

ul.right-menu li a {
    font-weight: 600;
}

ul.right-menu li.current-page::before {
    background: url(img/redstar.svg) no-repeat;
}



/* まん中 */

/* メニューボタン */

.navigation {
    right: 0;
    position: absolute;
    z-index: 6;
}

.navigation__checkbox {
    display: none;
}

.navigation__button {
    background-color: #fff;
    height: 8rem;
    width: 8rem;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    clip-path: circle(58.1% at 64% 36%);
    position: fixed;
    right: calc((100vw - 490px) / 2);
    transform: translatex(10%);
}

span.feature-sub {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.navigation__background {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    position: fixed;
    background-image: radial-gradient(var(--mint), var(--lightblue));
    z-index: 1000;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    right: calc((100vw - 490px) / 2);

}


.navigation__icon p {
    margin: 0;
    font-size: 1rem;
}

.navigation__nav {
    height: 90vh;
    position: fixed;
    top: 0;
    left: 0;
    /* display: none; */
    z-index: 1500;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.8s ;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
}

.navigation__item {
    margin: 1rem;
}

.navigation__link:link,
.navigation__link:visited {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(120deg,
            transparent 0%,
            transparent 50%,
            #fff 50%);
    background-size: 237%;
    transition: all 0.4s;
}

.navigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}

.navigation__link:hover,
.navigation__link:active {
    background-position: 100%;
    color: var(--mint);
    transform: translateX(1rem);
}

/* 機能 */
.navigation__checkbox:checked~.navigation__background {
    transform: scale(80);
}

.navigation__checkbox:checked~.navigation__nav {
    opacity: 1;
    width: 100%;
    transition: 0.3s ease-in-out; 

}

/* アイコン */
.navigation__icon {
    position: relative;
    margin-top: 3.5rem;
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    width: 3rem;
    height: 3px;
    background-color: var(--mint);
    display: inline-block;
}

.navigation__icon::before,
.navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
}

.navigation__icon::before {
    top: -0.8rem;
}

.navigation__icon::after {
    top: 0.8rem;
}

.navigation__button:hover .navigation__icon::before {
    top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
    top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}

/* メニューボタン設定ここまで↑ */

section {
    margin-bottom: 4rem;
    border-radius: 8px;
}



.catch-top-wrap {
    position: relative;
    height: 274px;
}

.catch-top-wrap .catch-figure {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    max-height: 50vh;
    transform-origin: bottom;
}

@keyframes jan {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.catch-top-wrap .catch-logo {
    animation: jan 2s ease-in-out 1 backwards;
}

.catch-sub1 {
    opacity: 0;
    animation: pyonpyon 2s ease-in-out infinite backwards;
}

.catch-sub2 {
    opacity: 0;
    animation: pyonpyon 2.1s ease-in-out infinite backwards;
}

.catch-sub3 {
    opacity: 0;
    animation: pyonpyon 1.9s ease-in-out infinite backwards;
}

@keyframes pyonpyon {
    0% {
        top: 0;
    }

    50% {
        top: -11px;
    }

    100% {
        top: 0;
    }
}

.catch-bottom-wrap {
    position: relative;
    height: 333px;
}

.catch-bottom-wrap>figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: rotate(0);
    opacity: 1;
}

/* @keyframes bowRight {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@keyframes bowLeft {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(8deg);
    }
} */
@keyframes fadeInLetter {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

figure.catch-bottom-man {
    transform: rotate(8deg);
    transform-origin: bottom right;
    animation-fill-mode: backwards;
}

figure.catch-bottom-woman {
    transform: rotate(-8deg);
    animation-fill-mode: backwards;
    transform-origin: bottom left;
    /* animation: bowRight 1s 1; */
}

figure.catch-bottom-copy {
    animation-fill-mode: backwards;
    /* animation: fadeInLetter 1s 1; */
    opacity: 0;
}

.catch-bottom-wrap .catch-bottom-wave {
    position: absolute;
    bottom: 0;
    align-content: end;
    z-index: 0;
    transform: translatey(1.5rem);
}


/* section feature */
.feature h2 {
    display: block;
    width: 300px;
    position: relative;
    margin: 0 auto;
}

.feature h2::before {
    content: "";
    position: absolute;
    transform: translatex(-100%);
    top: 0;
    left: 0;
    aspect-ratio: 57/61;
    width: 80px;
    background: url(img/star-lottery.webp) no-repeat;
    background-size: contain;
}

.feature h2::after {
    content: "";
    position: absolute;
    transform: translatex(100%) scale(-1, 1);
    top: 0;
    right: 0;
    width: 80px;
    aspect-ratio: 57/61;
    background: url(img/star-lottery.webp) no-repeat;
    background-size: contain;
    height: 85px;
}

/* swiper */
.swiper {
    height: 24rem;
    width: 100%;
    max-width: 490px;
    margin: 0;
}

.swiper-wrapper {
    height: 20rem;
    align-items: center;
    display: flex;
    margin-top: 2rem;
    /* justify-content: center; */
}

span.swiper-pagination-bullet-active {
    background: var(--yellow);
    opacity: 1;
}


.swiper-slide {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 18rem;
}

.swiper-slide-active {
    transform: scale(1.1) !important;

}

/* section .pickup */
section.pickup {
    background: url(img/polka-back.webp) no-repeat;
    background-size: cover;
    padding: 3rem 1rem;
    position: relative;
    border-radius: 0;
}

section.pickup p {
    margin: 0;
    font-size: 1.52rem;
}

.pickup h2 {
    display: block;
    max-width: 156px;
    position: absolute;
    margin: 0 auto 3rem auto;
    top: 0;
    transform: translatey(-50%);
    width: 25%;
}

.pickup-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: lightpink;
    color: #fff;
    border: var(--red) 2px solid;
    padding: 8px 0;
    font-weight: 600;
    margin-bottom: 1rem;
    justify-content: space-around;
}

.pickup-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    background: url(img/logo-welcome.webp) no-repeat;
    background-size: cover;
    z-index: 0;
    aspect-ratio: 149 / 57;
    width: 20%;
    transform: translatey(-50%);
}

.pickup-wrap>div {
display: flex;
    flex-direction: column;
    width: 80%;

}

.booth {
    display: flex;
    align-items: center;
}

figure.pickup-time {
    width: 70px;
}

figure.pickup-gate1 {
    width: 50px;
}

figure.pickup-gate2 {
    width: 50px;
}

.title {
font-size: 1.7rem;
    font-weight: 600;
    position: relative;
    padding-left: 2rem;}

.title::before {
    position: absolute;
    content: "●";
    left: 0;
    top: 0;
}

.gate-text1,
.gate-text2 {
    padding: 5px;
}

.gate-text2 {
    padding-right: 0;
}

.pickup-flex {
    display: flex;
    align-items: end;
    gap: 1rem;
}

section.menu {
    position: relative;
}

@keyframes hyoko {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0);
    }
}

.menu-man {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    z-index: 2;
    aspect-ratio: 41/135;
    animation: hyoko 1s infinite;
    transform: rotate(0);
    transform-origin: bottom right;
}

.menu-bus-btn {
    position: relative;
}

.menu-bus {
    position: absolute;
    bottom: -1.5rem;
    right: -0.5rem;
    width: 6rem;
    z-index: 5;
    aspect-ratio: 153/86;
    animation: hyoko 0.9s infinite;

}

.menu-cont {
    width: 90%;
    margin: 0 auto;
    border-radius: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 2rem;
    background: #fff;
    padding: 2rem;
    position: relative;
}


.menu-cont a {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    min-height: 7rem;
}

.menu-cont::before {
    content: "";
    background: url(img/logo-menu.webp) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 115 / 51;
    width: 20%;
    background-size: contain;
    transform: translate(0%, -50%);
}

@keyframes tokotoko {
    0% {
        transform: translate(0%, -50%);

    }

    50% {
        transform: translate(0%, -52%);

    }

    100% {
        transform: translate(0%, -50%);


    }

}

.menu-woman {
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 48/145;
    width: 2.8rem;
    transform: translate(0%, -50%);
    z-index: 2;
    animation: tokotoko 0.9s infinite;

}

.menu-time span,
.menu-company span {
    padding-left: 2rem;
    position: relative;
}

.menu-time span::before {
    position: absolute;
    content: "";
    background: url(img/clock.webp) no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    left: 0;
    transform: translatex(-50%);
}

.menu-company span::before {
    position: absolute;
    content: "";
    background: url(img/building.webp) no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    left: 0;
    transform: translatex(-50%);
}

.menu-time {
    grid-area: 1 / 1 / 2 / -1;
    position: relative;
}

.menu-time::before {}

.menu-company {
    grid-area: 2 / 1 / 3/ -1;
}

.menu-mission {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.entry-info .btn-pnk {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
    font-weight: 600;
}


section.entry-info {
    padding: 2rem 1rem;
    border-radius: 0;
    background: url(img/polka-back.webp) no-repeat;
}

.entry-pop {
    margin-bottom: 2rem;
}

.menu-sub {
    font-size: 1.2rem;
}

.access-back-white {
    background: #fff;
    padding: 0 0 4rem;
    width: calc(100% - 2rem);
    margin: 0 auto;
    border-radius: 16px;
}

.access-title {
    display: flex;
    width: 7rem;
    justify-content: center;
    background: var(--mint);
}

.access-info {
    font-size: 1.6rem;
    width: 400px;
    margin: 0 auto 0.5rem 2rem;
    display: flex;
}

.g-map {
    position: relative;
    width: 400px;
    display: flex;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 2rem;
}

.g-map>h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    transform: translatey(-32%);
}

.g-map>h2::after {
    background: transparent;
}

span.shimane-register {
    font-size: 2.2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 4rem auto 1rem;
    font-weight: 600;
}

.register-pop {
    width: 350px;
    margin: 0 auto;
}

.footer {
    background: #fff;
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
}

.footer-wrap {
    padding: 5rem 3rem 7rem;
}

.footer-wrap>* {
    margin-bottom: 3rem;
}

.footer-flex1,
.footer-flex2 {
    display: flex;
}

.footer-flex2 {
    gap: 2rem;
}

.footer-menu {
    display: none;
}

.footer-creator {
    width: 250px;
    margin: 0 auto;
}

.footer-menu {
    display: none;
}

.navigation__button,
.navigation__background {
    display: none;
}

@media screen and (max-width: 1024px) {

    .navigation__button,
    .navigation__background {
        display: block;
    }

    header {
        display: block;
    }

    .footer-menu {
        position: fixed;
        display: flex;
        background: brown;
        height: 4rem;
        bottom: 0;
        width: 100%;
        justify-content: space-evenly;
        list-style: none;
        right: 0;
    }

    .footer-menu a {
        color: white;
    }


    .left,
    .right {
        display: none;
        /* スマホでは左右消す（必要に応じて変更） */
    }

    .content-wrap {
        width: 100%;
        margin-top: 0;
        min-width: auto;
    }
    

    .sticky-menu {
        display: block;
        width: 100%;
        min-width: 300px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: beige;
        height: 3rem;
    }
}

/* subpage.html */
.sub-container {
    max-width: 490px;
    width: 100%;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    overflow: hidden;
    border-radius: 1rem;
    background-color: rgba(115, 198, 200, 1);
    background-image: repeating-linear-gradient(166deg, transparent, transparent 10px, rgba(170, 220, 220, 1) 10px, rgba(170, 220, 220, 1) 13px);
}


@media screen and (max-width: 1024px) {
    .sub-container {
        margin-top: 0;

    }
}

.const-note span {
    display: block;
    font-size: 1.6rem;

}

@media screen and (max-width: 600px) {
    .navigation__icon p {
        display: none;
    }
}

@media screen and (max-width: 490px) {

    .navigation__button {
        right: 0;
    }

    .catch-top-wrap {
        aspect-ratio: 359/209;
        height: auto;
    }

    .catch-bottom-wrap {
        height: auto;
        aspect-ratio: 359/254;
    }

    .feature h2 {
        width: 50%;
    }

    .navigation {
        right: 4rem;
        width: 8rem;
    }
}

/* lottery.html */
.subLottery h2 {
    position: relative;
    width: 300px;
    position: relative;
    margin: 0 auto 2rem;
}

.subLottery h2::before {
    content: "";
    position: absolute;
    transform: translatex(-100%);
    top: 0;
    left: 0;
    aspect-ratio: 57 / 61;
    width: 80px;
    background: url(img/star-lottery.webp) no-repeat;
    background-size: contain;
    border-radius: 2px;
}

.subLottery h2::after {
    content: "";
    position: absolute;
    transform: translatex(100%) scale(-1, 1);
    top: 0;
    right: 0;
    aspect-ratio: 57 / 61;
    width: 80px;
    height: 80px;
    background: url(img/star-lottery.webp) no-repeat;
    background-size: contain;
    border-radius: 2px;
}

.lottery-img1 {
    position: relative;
}

.catalog {
    margin: 10px auto;
    width: 80%;
    display: block;
}

.subLottery___________::before {
    position: absolute;
    width: 9rem;
    aspect-ratio: 221 / 331;
    content: "";
    background: url(img/lottery-prize2.webp) no-repeat;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transform: translate(-1rem, 100%) rotate(5deg);
}

.lottery-img1_________::after {
    position: absolute;
    width: 11rem;
    height: 9rem;
    content: "";
    background: url(img/lottery-prize1.webp) no-repeat;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    transform: translate(-1rem, 2rem);
}
h3.lottery-title {
    margin-bottom: 7rem;
}
article.prize {
    background: var(--lightblue);
    margin: 5rem auto 5rem;
    width: 90%;
    padding: 3rem 2rem 1rem 2rem;
    border-radius: 2rem;
    position: relative;
    border: pink solid 2px;
    background-color: #fff;
    background-image:
repeating-linear-gradient(45deg,
            var(--lightblue),
            var(--lightblue) 2px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 20px),
        repeating-linear-gradient(315deg,
            var(--yellow),
            var(--yellow) 2px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 20px)
}
.prize:first-child {
    margin-top: 7rem;
}

article.prize .end {
    text-align: center;
    display: block;
    font-size: 2rem;
    font-weight: 500;
    color: deeppink;
    margin-bottom: 2rem;
}

.prize h4 {
    font-size: 2rem;
    font-weight: 600;
    /* text-align: center; */
    position: absolute;
    width: max-content;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--blue);
    background: #fff;
    padding: 1rem 2rem;
    border: var(--darkpink) solid 2px;
    border-radius: 4rem;
}


section.subLottery {
    margin-top: 8rem;
    position: relative;
}

.lottery-card {
    background: #fff;
    width: 80%;
    font-size: 1.6rem;
    position: relative;
    margin: 4rem auto 6rem;
    border-radius: 1rem;
    font-weight: 600;
}

.lottery-card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    box-shadow: 4px 3px 1px var(--blue);

}

span.lottery-card-main {
    padding: 2rem 0;
    text-align: center;
}

span.lottery-card-sub {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    color: #fff;
    background: var(--blue);
    width: 100%;
    padding: 1rem 0;
    border-radius: 1rem 1rem 0 0;

}

.number-cont {
position: absolute;
    right: 0;
    top: 0;
    transform: translatey(-50%);
    padding: 1rem;
    background: var(--lightpink);
    text-align: center;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    border: lightpink 2px solid;
    box-shadow: 2px 3px 0 var(--red);
}

span.number {
    position: relative;
    padding: 0 1rem 0 0;
    color: #fff;
    font-size: 2rem;
    letter-spacing: -2;
    text-align: end;
}

span.number::after {
position: absolute;
    content: "人";
    left: 2.05rem;
    bottom: 0;
    font-size: 1.2rem;
}

h3 {
    font-size: 3rem;
    color: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-shadow: 0px -1px 5px #fff;
    font-weight: 600;
}

h3>.sub {
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
    transform: translatey(100%);
}


h2 {
    position: relative;
}


ul.join-order {
    list-style: none;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 6rem;
}

li.join-card {
    width: 90%;
    background: var(--lightblue);
    margin: 2rem auto 4rem;
    padding: 2rem 1rem 2rem 8rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #000;
    border-radius: 1rem;
    border: var(--blue) 2px solid;
}
li.join-card p span{
    display: block;

}
li.join-card a{
display: inline;
border-bottom:1px solid;
}

li.join-card span {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 1rem;
}

li.join-card .num {
    position: absolute;
    left: 4rem;
    top: 50%;
    font-size: 4rem;
    transform: translate(-25%, -50%);
    font-weight: 600;
    margin-top: 0;
    color: var(--blue);
}

section.joinLottery {
    background: url(img/polka-back.webp);
    padding: 2rem 0;
}

article.lotteryShow {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    background: var(--lightpink);
    font-size: 2rem;
    align-items: center;
    font-weight: 600;
    color: #fff;
    padding: 2rem 0 0;
    box-sizing: border-box;
    margin: 6rem auto;
}

span.sub-note {
    background: #fff;
    color: #000;
    font-weight: normal;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    padding: 1rem 0;
    border-radius: 0 0 1rem 1rem;
}

/* sponsor.html */
.freebus h2,
.sponsor h2 {
    font-size: 3rem;
    color: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 7rem auto 5rem;
    height: 5rem;
}


.sponsor h2 span {
    font-size: 1.2rem;
}


.company-card {
    margin: 3rem auto 2rem;
    width: 80%;
    background: #fff;
    padding: 0 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 1rem;
}

span.city {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    background: var(--yellow);
    color: #000;
    padding: 0.5rem;
    font-size: 1.6rem;
}

h4.company-title {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    width: 100%;
    background: var(--lightpink);
    color: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
    text-align: center;
}

.business-info {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem 2.5rem;
}

h4.company-title span {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 0.5rem;
}

.business-detail {
    font-size: 1.4rem;
}

/* citybus.html  */

section.freebus {
    background: var(--lightblue);
    padding: 5rem 0 5rem;
    background-size: cover;
}

.bus-stp {
    background: #fff;
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 1rem;
    position: relative;
}

ul.bus-application {
    font-size: 1.6rem;
    list-style: square;
    margin: 2rem 0 0 2rem;
    padding: 0 0 1rem;
}

article.bus-taking {
    border: 2px solid var(--blue);
    padding: 1rem 2rem;
    width: 90%;
    margin: 0 auto;
    border-radius: 1rem;
    background: url(img/polka-back.webp) no-repeat;
}

.bus-taking>span {
    font-size: 1.6rem;
    margin: 0 auto;
    display: block;
    width: fit-content;

}

table.bus-table {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 3rem;
}

table.bus-table caption {
    font-size: 2rem;
    background-color: #fff;
    color: var(--blue);
    font-weight: 600;
    padding: 1.3rem;
    position: relative;
}

span.pop-num {
    position: absolute;
    background: var(--lightpink);
    right: 0;
    padding: 1.2rem;
    top: 0;
    font-size: 1.5rem;
    border-radius: 50%;
    line-height: 1;
    color: #fff;
    border: 2px solid var(--darkpink);
}

.bus-stpunv {
    font-size: 1rem;
}

.bus-stpizm {
    font-size: 1.2rem;
    font-weight: normal;
}

table.bus-table tr {
    height: 6.5rem;

}

table.bus-table tr:nth-child(odd) {
    background: var(--lightblue);
}

h3.matsue-area {
    margin-top: 4rem;
}

h3.izumo-area {
    margin-top: 7rem;
}

.longfreebus h2 {
    position: relative;
}

.longfreebus h2::after {
    position: absolute;
    width: 10rem;
    height: 5rem;
    bottom: 0;
    right: 0;
    content: "";
    background: url(img/bus.webp) no-repeat;
    background-size: contain;
transform: translate(-20%, 50%);
}

article.freebus-news {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
    padding: 0 4rem 2rem;
}

article.freebus-news>span {
    margin-bottom: 2rem;
}

.bus-note {
    display: flex;
    flex-direction: column;
}

ul.bus-intro {
    background: #fff;
    font-size: 1.6rem;
    width: 90%;
    border-radius: 1rem;
    margin: 0 auto;
    list-style: none;
    padding: 2rem;
    border: 2px solid var(--lightblue);
    box-shadow: 2px 2px 0 var(--blue);
    color: var(--blue);
    font-weight: 600;
}

ul.bus-intro li:first-child {
    margin-bottom: 1.5rem;
}

span.bus-deadline {
    color: var(--red);
    font-size: 1.9rem;
    display: flex;
    flex-direction: column;
}

.bus-page-link {
    display: contents;
}


span.pop-max {
    display: flex;
    flex-direction: column;
    width: 11rem;
    height: 11rem;
    padding: 2rem;
    box-sizing: border-box;
    background: var(--palepink);
    border-radius: 50%;
    position: absolute;
    right: 10%;
    top: 0;
    transform: translatey(-50%);
    border: 2px solid var(--red);
    color: var(--red);
}

span.pop-note {
    font-size: 1.6rem;
}

h3.bus-apply {
    font-size: 2.5rem;
}

span.bus-memo {
    margin-bottom: 2rem;
}

.bus-application li {
    margin-bottom: 1rem;
}

span.bus-operation-day {
    background: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: var(--blue);
    border: 2px solid;
    border-radius: 4rem;
    padding: 1rem;
    box-shadow: 1px 1px 0 var(--mint);
    margin-bottom: 2rem;
}

section.bus-inquiry {
    background: url(img/polka-back.webp);
    padding: 4rem 0 0;
}

article.recommend-article p {
    text-align: center;
    display: block;
    margin-bottom: 2rem;
}


h3.bus-inquiry-title {
    margin-bottom: 5rem;
    text-align: center;
}

article.bus-info {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 4rem;
}

.bus-tel-cont>a {
    display: block;
}

.bus-tel-cont {
    width: fit-content;
    margin: 2rem auto;
}

.bus-tel-cont a {
    font-size: 2rem;
    padding: 1rem 3rem;
    border-radius: 3rem;
    border: solid 2px var(--blue);
    margin-bottom: 1rem;
    background: lightblue;
    transition: all 0.3s linear;
}

.bus-tel-cont a:hover {
    border: solid 2px var(--mint);
    background: var(--blue);
    transform: translateY(-2px);
    color: #fff;
}

@media (hover: hover) {
  .tel {
    pointer-events: none; /* PCではクリック無効 */
    color: #333;
  }
}









span.sect-bus {
    font-size: 2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

.info-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.letterRed {
    color: var(--red);
    display: inline;
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    span.pop-num {
        font-size: 2rem;
    }
}

/* longdisbus.html  */

.bus-table h3 {
    position: relative;

}

.bus-table h3 a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 2px solid var(--blue);
    transition: all 0.3s linear;
}

.bus-table h3 a:hover {
    background: var(--mint);
    color: #fff;
    transform: translatey(-2px);
}


a.bus-stp-btn {
    padding: 1rem 2rem;
    border-radius: 5rem;
    text-shadow: none;
    width: max-content;
}

.recommend {
    background: #fff;
    width: 90%;
    margin: 0 auto 5rem;
    padding: 2rem;

}

.rec-video {
    background: var(--darkpink);
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
    font-size: 1.8rem;
    border: 2px solid var(--red);
    border-radius: 5rem;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s linear;
}

.rec-video:hover {
    background: var(--lightpink);
    color: #fff;
    border: 2px solid var(--darkpink);
    transform: translatey(-2px);
}

ul.rec-note {
    font-size: 1.6rem;
    list-style: square;
    margin: 1rem 1rem 1rem 3rem;
    padding: 2rem;
}

/* report.html  */
article.const-note {
    background: #fff;
    width: 90%;
    margin: 13rem auto 2rem;
    border: 2px solid pink;
    border-radius: 1rem;
    text-align: center;
}