html {
    text-size-adjust: 100%;
    tab-size: 4;
    word-break: normal;
    margin: 0;
    font-family: "Noto Sans JP", Helvetica;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    background-color: #fffff8;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 1.6;
    min-width: 300px;
    max-width: 460px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-x: none;
    box-shadow: 0px 0px 20px 20px #d6d6d6;
}


/* 共通部分 */
.page p {
    color: var(--text-main-color);
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}

.page .attension {
    font-size: 0.8em;
}

.page .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 51px;
    margin: 0 auto;
    background-color: var(--sub-color);
    border-radius: 25.5px;
    box-shadow: 0px 4px 4px #00000040;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

/* 共通・スライダー */
.wrap {
    position: relative;
    background: #ffffff;
    margin: 0 auto 30px auto;
}

.asahikawamode .wrap {
    background: none;
}

.text {
    color: #333;
    line-height: 2rem;
    text-align: left;
    width: 80%;
    max-width: 340px;
    margin: 0 auto;
    margin-top: 10px;
}

.note {
    display: block;
    font-size: 1.2rem;
    line-height: 17.5px;
}

/* splide */
.splide {
    visibility: visible;
}

.my-carousel-progress {
    background: #EAEAEA;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 340px;
}

.my-carousel-progress-bar {
    background: var(--sub-color);
    height: 5px;
    transition: width 400ms ease;
    width: 0;
}

.coupon .my-carousel-progress-bar {
    background: var(--main-color);
}

.stamprally .my-carousel-progress-bar {
    background: var(--ASAHIKAWA-purple);
}

.asahikawamode .my-carousel-progress-bar {
    background: var(--text-main-color);
}

.splide__track {
    width: 90%;
    /* height: 50vh; */
    background-color: #fffff8;
    border-radius: 45px;
    border: 2px solid;
    border-color: var(--sub-color);
    box-shadow: 0px 4px 4px #00000040;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0;
}

.coupon-content .splide__track {
    border-color: var(--main-color);
}

.stamprally .splide__track {
    border-color: var(--ASAHIKAWA-purple);
}

.asahikawamode .splide__track {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
}

.splide__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    height: auto;
    /* 親トラックに合わせる */
    overflow: hidden;
    /* はみ出した部分を隠す */
    text-align: center;
    width: fit-content;
    gap: 15px;
}

.splide__slide h3 {
    word-wrap: break-word;
    /* 単語で折り返す */
    word-break: break-word;
    /* 長い文字列も折り返す */
    overflow-wrap: anywhere;
    /* 強制折り返し */
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 15px;
}

.splide__slide .text {
    width: 100%;
    /* 少し広めに */
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

.splide__list li {
    padding: 0px 20px;
}

.splide__list li img {
    padding: 0px 20px;
    width: 90%;
}

.splide__pagination {
    display: none;
}

.splide__arrows {
    position: relative;
    z-index: 5;
}

.splide__arrow--prev,
.splide__arrow--next {
    background-color: #ffffff00;
    border: none;
    position: absolute;
    top: 198px;
    z-index: 5;
    font-size: 28px;
    color: var(--sub-color)
}

.coupon-content .splide__arrow--prev,
.coupon-content .splide__arrow--next {
    color: var(--main-color)
}

.stamprally .splide__arrow--prev,
.stamprally .splide__arrow--next {
    color: var(--ASAHIKAWA-purple)
}

.asahikawamode .splide__arrow--prev,
.asahikawamode .splide__arrow--next {
    color: var(--text-main-color)
}

.splide__arrow--prev {
    transform: rotate(180deg);
    left: 0;
}

.splide__arrow--next {
    right: 0;
    top: 198px;
}

:disabled {
    display: none;
}

@media screen and (max-width: 450px) {
    h3 {
        margin-bottom: 5px;
    }

    .text {
        margin-top: 0px;
    }

    .info {
        font-size: 1.1rem;
        line-height: 16px;
    }

}


/* ヘッダー */
.page .header {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ハロー */
.hero {
    margin: 0 auto;
    gap: 50px;
    padding: 30px 10px 30px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.hero .hero-gaiyo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px auto;
}

.hero-gaiyo .absolute-date {
    position: absolute;
    width: 31%;
    height: auto;
    top: -6%;
    left: 8%;
    z-index: 999;
}

.hero .hero-gaiyo-date {
    width: auto;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 15px;
    border: 3px solid;
    border-color: var(--main-color);
    padding: 15px 0;
    text-align: left;
    margin: 0 auto;
    padding: 10px 30px;
}

.hero-gaiyo-date .hero-gaiyo-title {
    width: 237px;
    height: 32px;
    display: flex;
    background-color: #f5af2a;
    border-radius: 16px;
    margin: 0 auto;
}

.hero-gaiyo-date .hero-gaiyo-title p {
    margin-top: auto;
    width: 88px;
    height: 26px;
    margin-left: 75px;
    text-shadow: 1px 1px 0px #00000040;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
}

.hero-gaiyo-date .flex-row {
    display: flex;
    height: 39px;
    width: 257px;
    align-self: center;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hero-gaiyo-date .flex-row .element {
    font-size: 12px;
    text-align: left;
    margin: 30px 0;
}

.hero-gaiyo-date .flex-row .element .text-wrapper-10 {
    line-height: 14px;
}

.hero-gaiyo-date .flex-row .element .text-wrapper-11 {
    font-weight: bold;
    font-size: 27px;
    line-height: 25px;
}

.hero-gaiyo-date .flex-row .element .text-wrapper-12 {
    font-weight: 500;
    line-height: 25px;
}

.hero-gaiyo-date .flex-row .element .text-wrapper-13 {
    font-size: 19px;
}

.hero-gaiyo-date .text-wrapper-14 {
    height: 13px;
    align-self: center;
    margin-top: 14px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #6d6b68;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.hero-gaiyo .text-wrapper-7 {
    font-weight: bolder;
    color: #4b4b4b;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 36px;
}

.hero-gaiyo .text-wrapper-8 {
    font-weight: bolder;
    color: #4b4b4b;
    font-size: 30px;
}

.page .line-right {
    position: absolute;
    top: 200px;
    right: 70px;
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.page .line-left {
    position: absolute;
    top: 200px;
    left: 70px;
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.hero-gaiyo .plus {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.hero-gaiyo .plus .span {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0;
}

.page .text-wrapper-6 {
    font-weight: bold;
    font-size: 20px;
}

.hero-gaiyo .line {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 11px;
    z-index: -1;
}

.hero-gaiyo-content {
    position: relative;
    background-image: url(img/IMG-phone.webp);
    background-size: contain;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    margin: 10px 0;
}

.hero-gaiyo-content .IMG-bus {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
}

.hero-gaiyo-content .text-wrapper {
    font-weight: bold;
    margin: 40px auto 10px auto;
}

.hero-gaiyo-content .text-wrapper-pink {
    color: var(--sub-color);
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid;
    margin: 0px auto 10px auto;
    width: 65%;
    font-weight: bold;
}

.hero-gaiyo-content .text-wrapper-yellow {
    color: var(--main-color);
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid;
    margin: 0 auto;
    width: 65%;
    font-weight: bold;
}

.hero-gaiyo-content .text-wrapper-purple {
    color: var(--ASAHIKAWA-purple);
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid;
    margin: 10px auto 0 auto;
    width: 65%;
    font-weight: bold;
}














/* ハロー（旭川モード） */
.hero-asahikawaMode .bg-content {
    background-image: url(img/bg-yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
}

.page .bg-yellow {
    position: absolute;
    top: 48px;
    left: 3px;
    width: 350px;
    height: 140px;
}

.page .bg-content-text {
    text-shadow: 1px 1px 0px #ffffff;
    font-weight: 900;
    font-size: 19px;
    margin-top: 0;
}

.page .text-wrapper-16 {
    font-size: 23px;
}

.page .div-hero-3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.page .frame-3 {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    justify-self: end;
    width: 120px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 12px;
    background-color: #ffffff;
    border-radius: 9px;
    border: 2px solid;
    border-color: #f5cf2a;
}

.page .text-wrapper-17 {
    position: relative;
    width: fit-content;
    margin-top: -9.50px;
    margin-bottom: -5.50px;
    font-weight: bolder;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .frame-4 {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 120px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 12px;
    background-color: #ffffff;
    border-radius: 9px;
    border: 2px solid;
    border-color: var(--ASAHIKAWA-mode);
}

.page .frame-5 {
    position: relative;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    justify-self: end;
    width: 120px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 12px;
    background-color: #ffffff;
    border-radius: 9px;
    border: 2px solid;
    border-color: #f5cf2a;
}

.page .frame-6 {
    position: relative;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    justify-self: start;
    width: 120px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 12px;
    background-color: #ffffff;
    border-radius: 9px;
    border: 2px solid;
    border-color: #f5cf2a;
}

.img-mockup {
    width: auto;
    padding: 20px;
}
.img-mockup img {
    width: 80%;
}

.hero-asahikawaMode-btn .button {
    width: 80%;
    background-color: #ffffff;
    border: 2px solid var(--main-color);
    color: var(--text-main-color);
}












/* 繋ぎ文章 */
.page .plus-2 {
    font-weight: bolder;
    font-size: 29px;
    margin-bottom: 30px;
}







/* モバイルチケット */
.page .mobileticket {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    align-items: center;
    gap: 10px;
    padding: 20px 20px 100px;
    position: relative;
}

.page .mobileticket-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 10px 20px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 25px;
    background-color: #ffffff;
    border: 3px solid;
    border-color: var(--sub-color);
}

/* .page .mobileticket {
    height: 1200px;
    padding: 100px 10px;
}

.page .mobileticket-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    padding: 40px 10px 20px;
    align-self: stretch;
    flex: 0 0 auto;
    margin-bottom: -14.00px;
    background-color: #ffffff;
    border-radius: 25px;
    border: 3px solid;
    border-color: var(--sub-color);
} */

.page .text-wrapper-19 {
    position: relative;
    width: 328px;
    font-weight: 700;
    color: #211715;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .mobileticket-3 {
    display: flex;
    width: 316px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 auto;
}

.page .ticket {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    height: 76px;
    gap: 6px 20px;
    padding: 8px 15px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid;
    border-color: #cb1c55;
}

.page .text-wrapper-20 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    justify-self: start;
    width: 100%;
    height: 16px;
    font-weight: 700;
    color: #211715;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.page .text-wrapper-21 {
    position: relative;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    justify-self: end;
    align-self: start;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.page .element-2 {
    position: relative;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    justify-self: end;
    align-self: start;
    width: 59px;
    height: 100%;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 17px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin: 0;
}

.page .text-wrapper-23 {
    font-size: 13px;
}

.page .text-wrapper-24 {
    position: relative;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    justify-self: center;
    align-self: start;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.page .element-3 {
    position: relative;
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    justify-self: end;
    align-self: start;
    width: 59px;
    height: 100%;
    font-weight: 400;
    color: #211715;
    font-size: 17px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin: 0;
}

.page .ticket-day {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    width: 140px;
    height: 76px;
    gap: 6px 20px;
    padding: 8px 15px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid;
    border-color: #cb1c55;
}

.page .attension-2 {
    position: relative;
    width: 329px;
    color: #211715;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;

}

.page .element-4 {
    position: relative;
    width: 329px;
    font-weight: 700;
    color: #cb1c55;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .text-wrapper-25 {
    position: relative;
    width: 329px;
    height: 24px;
    font-weight: 700;
    color: #211715;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.page .frame-7 {
    position: relative;
    width: 353px;
    height: 386px;
    margin-left: -10.00px;
    margin-right: -10.00px;
}

.page .btn-2 {
    position: absolute;
    top: 371px;
    left: calc(50.00% - 34px);
    width: 69px;
    height: 15px;
}

.page .ellipse {
    left: 0;
    background-color: #595353;
    position: absolute;
    width: 21.74%;
    height: 100%;
    top: 0;
    border-radius: 7.5px;
}

.page .ellipse-2 {
    left: 39.13%;
    background-color: #d9d9d9;
    position: absolute;
    width: 21.74%;
    height: 100%;
    top: 0;
    border-radius: 7.5px;
}

.page .ellipse-3 {
    left: 78.26%;
    background-color: #d9d9d9;
    position: absolute;
    width: 21.74%;
    height: 100%;
    top: 0;
    border-radius: 7.5px;
}

.page .group {
    position: absolute;
    top: 0;
    left: 18px;
    width: 273px;
    height: 348px;
}

.page .rectangle {
    width: 269px;
    height: 348px;
    background-color: #fffff8;
    border-radius: 45px;
    border: 2px solid;
    border-color: #cb1c55;
    box-shadow: 0px 4px 4px #00000040;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page .rectangle .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
    text-align: left;
    margin: 20px 10px;
}

.page .rectangle .flex-row .number {
    width: 20%;
    font-weight: bolder;
    font-size: 30px;
    text-align: left;
    margin: 0;
}

.page .rectangle .text-wrapper-26 {
    width: 80%;
    font-size: 14px;
    text-align: left;
    margin: 0;
}

.page .text-wrapper-27 {
    font-size: 14px;
    text-align: left;
    margin: 20px 10px;
}

.page .rectangle-wrapper {
    left: 320px;
    width: 24px;
    display: flex;
    position: absolute;
    top: 0;
    height: 348px;
}

.page .rectangle-2 {
    margin-top: -2px;
    width: 28px;
    height: 352px;
    margin-left: -2px;
    background-color: #fffff8;
    border-radius: 30px 0px 0px 30px;
    border: 2px solid;
    border-color: #cb1c55;
}

.page .text-wrapper-28 {
    font-size: 15px;
    text-align: left;
}

.mobileticket-2 .attension {
    text-align: left;
    width: 100%;
}

.page .app-dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    width: auto;
    height: 127px;
    gap: 6px 0px;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 26px;
    border: 1px solid;
    border-color: var(--text-main-color);
    box-shadow: 2px 4px 2px #00000040;
    text-align: left;
    margin: 0 auto;
}

.page .app-logo {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    justify-self: center;
}

.page .DL-apple img {
    width: 85%;
}

.page .DL-google {
    grid-column: 2 / 3;
}

.page .DL-google img {
    width: 100%;
}

.mobileticket .mobileticket-2-title {
    position: absolute;
    top: -23px;
    left: calc(50.00% - 160px);
    width: 316px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 40px;
    border: 3px solid;
    border-color: var(--sub-color);
}

.mobileticket .text-wrapper-32 {
    position: absolute;
    top: 8px;
    left: 22px;
    font-weight: 700;
    color: var(--sub-color);
    font-size: 20px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}









/* 優待クーポン */
.page .coupon {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    align-items: center;
    gap: 16px;
    padding: 20px 20px 100px;
    position: relative;
}

.page .coupon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 40px 10px 20px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 25px;
    background-color: #ffffff;
    border: 3px solid;
    border-color: var(--main-color);
}

.page .frame-8 {
    position: relative;
    width: 338.43px;
    height: 183px;
    margin-left: -2.72px;
    margin-right: -2.72px;
}

.page .text-wrapper-29 {
    position: relative;
    width: 353px;
    margin-left: -10.00px;
    margin-right: -10.00px;
    font-weight: 700;
    color: #211715;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .text-wrapper-30 {
    position: relative;
    width: 353px;
    margin-left: -10.00px;
    margin-right: -10.00px;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .text-wrapper-31 {
    position: relative;
    width: 354px;
    margin-left: -10.50px;
    margin-right: -10.50px;
    font-weight: 700;
    color: #211715;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .rectangle-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 269px;
    height: 348px;
    background-color: #fffff8;
    border-radius: 45px;
    border: 2px solid;
    border-color: var(--main-color);
    box-shadow: 0px 4px 4px #00000040;
}

.page .element-5 {
    position: absolute;
    top: 100px;
    left: 85px;
    width: 99px;
    height: 186px;
    aspect-ratio: 0.53;
}

.page .rectangle-4 {
    margin-top: -2px;
    width: 28px;
    height: 352px;
    margin-left: -2px;
    background-color: #fffff8;
    border-radius: 30px 0px 0px 30px;
    border: 2px solid;
    border-color: var(--main-color);
}

.coupon {
    position: relative;
    width: 393px;
    height: 1050px;
}

.coupon .coupon-content-wrapper {
    width: 393px;
    padding: 20px 20px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.coupon .main-image {
    position: relative;
    width: 338.43px;
    height: 183px;
    margin-left: -2.72px;
    margin-right: -2.72px;
}

.coupon .text-wrapper {
    position: relative;
    width: 353px;
    margin-left: -10.00px;
    margin-right: -10.00px;
    font-weight: 700;
    color: #211715;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.coupon .div {
    position: relative;
    width: 353px;
    margin-left: -10.00px;
    margin-right: -10.00px;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.coupon .text-wrapper-2 {
    position: relative;
    width: 354px;
    margin-left: -10.50px;
    margin-right: -10.50px;
    font-weight: 700;
    color: #211715;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.coupon .frame {
    position: relative;
    width: 353px;
    height: 386px;
    margin-left: -10.00px;
    margin-right: -10.00px;
}

.coupon .btn {
    position: absolute;
    top: 371px;
    left: calc(50.00% - 34px);
    width: 69px;
    height: 15px;
}

.coupon .ellipse {
    left: 0;
    background-color: #595353;
    position: absolute;
    width: 21.74%;
    height: 100%;
    top: 0;
    border-radius: 7.5px;
}

.coupon .ellipse-2 {
    left: 39.13%;
    background-color: #d9d9d9;
    position: absolute;
    width: 21.74%;
    height: 100%;
    top: 0;
    border-radius: 7.5px;
}

.coupon .ellipse-3 {
    left: 78.26%;
    background-color: #d9d9d9;
    position: absolute;
    width: 21.74%;
    height: 100%;
    top: 0;
    border-radius: 7.5px;
}

.coupon .group {
    position: absolute;
    top: 0;
    left: 18px;
    width: 273px;
    height: 348px;
}

.coupon .rectangle {
    border-color: var(--main-color);
}

.coupon .element {
    position: absolute;
    top: 17px;
    left: 16px;
    width: 34px;
    height: 54px;
}

.coupon .text-wrapper-3 {
    position: absolute;
    top: 17px;
    left: 56px;
    width: 189px;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
}

.coupon .text-wrapper-4 {
    position: absolute;
    top: 304px;
    left: 25px;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.coupon .img {
    position: absolute;
    top: 100px;
    left: 85px;
    width: 99px;
    height: 186px;
    aspect-ratio: 0.53;
}

.coupon .rectangle-wrapper {
    position: absolute;
    top: 0;
    left: 320px;
    width: 24px;
    height: 348px;
    display: flex;
}

.coupon .rectangle-2 {
    margin-top: -2px;
    width: 28px;
    height: 352px;
    margin-left: -2px;
    background-color: #fffff8;
    border-radius: 30px 0px 0px 30px;
    border: 2px solid;
    border-color: var(--main-color);
}

.coupon .coupon-content-title {
    position: absolute;
    top: -23px;
    left: calc(50.00% - 160px);
    width: 316px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 46px;
    border: 3px solid;
    border-color: var(--main-color);
}

.coupon .text-wrapper-5 {
    position: absolute;
    top: 8px;
    left: 22px;
    font-weight: 700;
    color: #f5af2a;
    font-size: 20px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}












/* スタンプラリー */
.page .section-stamprally {
    height: 1943px;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.page .stamprally {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    align-items: center;
    gap: 10px;
    padding: 20px 20px 50px 20px;
    position: relative;
}

.page .stamprally-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 10px 20px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 25px;
    background-color: #ffffff;
    border: 3px solid;
    border-color: var(--ASAHIKAWA-purple);
}

.page .text-wrapper-33 {
    position: relative;
    align-self: stretch;
    margin-top: -3.00px;
    font-weight: 700;
    color: #211715;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .div-3 {
    align-self: stretch;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    text-align: center;
    position: relative;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    margin: 15px 0 0 0;
}

.page .element-6 {
    position: relative;
    width: 194px;
    height: 130px;
    aspect-ratio: 1.49;
    object-fit: cover;
}

.page .text-wrapper-34 {
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 16px;
    letter-spacing: 0;
}

.page .text-wrapper-35 {
    font-weight: 700;
}

.page .text-wrapper-36 {
    position: relative;
    align-self: stretch;
    font-weight: 700;
    color: #211715;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .element-7 {
    width: 263px;
}

.page .text-wrapper-37 {
    align-self: stretch;
    font-weight: 400;
    color: #211715;
    position: relative;
    font-size: 0.8em;
    letter-spacing: 0;
    line-height: normal;
    margin-top: 15px;
    text-align: left;
}

.stamprally .rectangle {
    border-color: var(--ASAHIKAWA-purple);
}

.stamprally .rectangle-3 {
    margin-top: -2px;
    width: 28px;
    height: 352px;
    margin-left: -2px;
    background-color: #fffff8;
    border-radius: 30px 0px 0px 30px;
    border: 2px solid;
    border-color: var(--ASAHIKAWA-purple);
}

.page .text-wrapper-39 {
    align-self: stretch;
    font-weight: 700;
    color: #211715;
    font-size: 16px;
    position: relative;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .map-maker-hokkaido {
    position: relative;
    width: 281px;
    height: 281px;
    aspect-ratio: 1;
    object-fit: cover;
}

.page .element-JR {
    position: relative;
    align-self: stretch;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #211715;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
}

.page .stamprally-title {
    position: absolute;
    top: -23px;
    left: calc(50.00% - 158px);
    width: 316px;
    height: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    border: 3px solid;
    border-color: var(--ASAHIKAWA-purple);
}

.page .text-wrapper-40 {
    position: absolute;
    top: 8px;
    left: calc(50.00% - 113px);
    font-family: "Inter-Bold", Helvetica;
    font-weight: 700;
    color: #893ea3;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.page .section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}






/* 旭川モード */
.page .asahikawamode {
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: center;
    padding: 50px 20px;
    position: relative;
    flex: 0 0 auto;
    background-image: url(img/bg-asahikawamode.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page .asahikawamode .howto {
    background-image: url(img/bg-white.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 998;
    width: 100%;
    padding: 30px 15px;
}

.page .asahikawamode .rectangle {
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.page .asahikawamode .rectangle-3 {
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
}








/* アンケート */
.page .questionaire {
    width: auto;
    align-items: center;
    gap: 27px;
    padding: 50px 20px;
}

.page .frame-12 {
    padding: 8px 15px;
    background-color: #ffffff;
    border-radius: 11px;
    border: 3px solid;
    border-color: var(--ASAHIKAWA-blue);
    margin: 30px 20px;
}

.page .text-wrapper-42 {
    font-size: 20px;
    margin: 0;
}

.page .frame-13 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 202.07px;
}

.page .plus-3 {
    text-align: left;
    margin-bottom: 30px;
}

.page .questionaire-btn .button {
    background-color: var(--ASAHIKAWA-blue);
}







/* 問い合わせ */
.page .contact {
    padding: 0px 20px 100px;
    width: auto;
}

.page .div-4 {
    font-weight: normal;
    margin-bottom: 20px;
}

.page .text-wrapper-43 {
    font-weight: 700;
    color: var(--ASAHIKAWA-blue);
}

.page .text-wrapper-44 {
    color: var(--text-main-color);
}

.page .text-wrapper-44 a {
    color: var(--ASAHIKAWA-blue);
}

.page .plus-4 {
    position: relative;
    align-self: stretch;
    margin-bottom: -29.00px;
    font-weight: bold;
    font-weight: 400;
    color: var(--ASAHIKAWA-blue);
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.page .member {
    padding: 0px 20px 100px;
    width: auto;
}

.page .frame-15 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.page .IMG-kyokai {
    position: relative;
    width: 264.68px;
    height: 45.15px;
}

.page .IMG-denkikido {
    position: relative;
    width: 234.78px;
    height: 56px;
}

.page .IMG-dohoku {
    position: relative;
    width: 230px;
    height: 47px;
}





/* フッター */
.page .footer {
    padding: 30px 20px;
    background-color: var(--ASAHIKAWA-mode);
    width: auto;
}

.page .footer .app-dl {
    border: none;
}

.page .footer .attension {
    text-align: left;
    margin: 20px auto;
}

.page .jorudan {
    width: 100%;
    margin-top: 20px;
}

.page .jorudan img {
    width: 60%;
}

.page .text-wrapper-45 {
    font-size: 12px;
}