@charset "UTF-8";

main {
    font-size: 1.33vw;
    background-color: #007b73;
    position: relative;
}

main::before {
    content: "";
    height: 100%;
    background-image: url(../images/bg_l.png);
    background-size: 2.2em;
    background-repeat: repeat-y;
    width: 2.2em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

main::after {
    content: "";
    height: 100%;
    background-image: url(../images/bg_r.png);
    background-size: 2.2em;
    background-repeat: repeat-y;
    width: 2.2em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.christmas2025 {
    color: #fff;
    overflow: hidden;
    position: relative;
    font-feature-settings: "palt";
}

.christmas2025 * {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.christmas2025 .container {
    max-width: 67em;
    margin: auto;
}

.pc-only {
    display: none;
}

.fadein {
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.2s;
}

.kv2.fadein {
    transition-delay: 1s;
}

.kv3.fadein {
    transition-delay: 2s;
}

.fadein.scrollin {
    opacity: 1;
}

.christmas2025 h1,
.christmas2025 h2,
.christmas2025 h3 {
    font-size: 1em;
}

#pagetop a {
    position: fixed;
    bottom: 1%;
    right: 1%;
    cursor: pointer;
    z-index: 1000;
}

#pagetop img {
    width: 50px;
}

#kv {
    background-image: url(../images/kv_bg.png);
    background-size: 100%;
    position: relative;
    height: 104.5em;
    z-index: 4;
    background-repeat: no-repeat;
}

.kv-title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 8em;
}

.kv1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.kv2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.kv3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.kv-rbn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -11.4em;
    z-index: 3;
}

#about {
    text-align: center;
    background-image: url(../images/about_bg.png);
    background-size: 62em;
    background-repeat: no-repeat;
    background-position: top 4em center;
    padding-top: 5.2em;
    padding-bottom: 8.4em;
}

#about .about-lead {
    background-image: url(../images/about_border.png);
    background-size: 65.3em;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#about .about-lead p {
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 2.8;
}

#big-gift {
    background-color: #00938b;
    margin: 0 2.2em;
    border-radius: 3em 3em 0 0;
    padding-top: 8em;
    position: relative;
    font-weight: bold;
}

#big-gift::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/big_gift_bg.png);
    background-size: 67.2em;
    background-repeat: no-repeat;
    background-position: top 2.4em center;
}

#big-gift h2 {
    text-align: center;
    margin-bottom: 2.8em;
}

#big-gift h2 img {
    width: 67.5em;
}

#big-gift .heading {
    position: relative;
    margin-bottom: 4.4em;
}

#big-gift .heading .date {
    background-image: url(../images/big_gift_date_fr.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 2.4em 0;
}

#big-gift .heading .date dl {
    display: flex;
    gap: 1.2em;
}

#big-gift .heading .date .period {
    margin-bottom: 1.2em;
}

#big-gift .heading .date dt {
    border-radius: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.2em;
    flex-shrink: 0;
    padding: 0.4em 0;
}

#big-gift .heading .date .period dt {
    background-color: #edc55c;
    color: #761c21;
}

#big-gift .heading .date .time dt {
    background-color: #ef5a91;
}

#big-gift .heading .date dt span {
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#big-gift .heading .date dd {
    line-height: 1.4;
}

#big-gift .heading .date dd span {
    font-size: 2.8em;
    letter-spacing: 0.08em;
}

#big-gift .heading .date dd .notes {
    list-style: none;
}

#big-gift .heading .date dd .notes li {
    font-size: 2.2em;
    letter-spacing: 0.05em;
}

#big-gift .heading .deco1 {
    position: absolute;
    width: 15.5em;
    top: -16.5em;
    left: 3.7em;
}

#big-gift .heading .deco2 {
    position: absolute;
    width: 11em;
    bottom: -4em;
    right: 1em;
}

#big-gift .tree {
    margin-bottom: 2.4em;
    position: relative;
}

.tree h3 {
    padding-left: 1em;
    text-align: center;
    margin-bottom: 1.2em;
}

.tree h3 img {
    width: 64.2em;
}

.tree .img-area {
    position: relative;
    margin-bottom: 3.6em;
}

.tree .tree-img {
    max-width: 72em;
    margin-left: 0.4em;
}

.tree .deco1 {
    position: absolute;
    width: 32.8em;
    bottom: -2.5em;
    right: -2em;
}

.tree .contents-area {
    max-width: 65em;
    margin: auto;
}

.tree .guide-msg {
    margin-bottom: 3.6em;
}

.tree .guide-msg p {
    font-size: 2.4em;
    letter-spacing: 0.055em;
    text-align: justify;
    line-height: 1.7;
}

.tree .detail {
    background-color: #007b73;
    border-radius: 1em;
    padding: 3em;
}

.tree .detail dl {
    display: flex;
    gap: 2em;
}

.tree .detail dl:first-child {
    margin-bottom: 1.2em;
}

.tree .detail dl dt {
    background-color: #edc55c;
    color: #761c21;
    border-radius: 1.4em;
    width: 13.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
}

.tree .detail dl dt span {
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.tree .detail dl dd span {
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.tree .detail dl dd .highlights {
    color: #edc55c;
    font-size: 2.4em;
    display: block;
    line-height: 1.4;
    margin-top: 0.2em;
}

.tree .detail .notes {
    list-style: none;
    margin-top: 2.2em;
}

.tree .detail .notes li {
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.06em;
    font-size: 2.2em;
}

.tree .deco2 {
    position: absolute;
    width: 12.8em;
    right: 26em;
    bottom: -11.4em;
}

#big-gift .other {
    margin: 0 -2.2em;
    background-image: url(../images/big_gift_other_bg.png);
    background-size: 100%;
    padding-top: 19em;
    padding-bottom: 8em;
    position: relative;
    z-index: 4;
}

#big-gift .other > div {
    width: 60em;
    margin: auto;
    margin-bottom: 5.8em;
}

#big-gift .other h3 {
    text-align: center;
    padding-left: 1em;
    margin-bottom: 2.8em;
}

#big-gift .other h3 img {
    width: 58.2em;
}

#big-gift .other .img-area {
    margin-bottom: 2em;
}

#big-gift .other .detail p {
    font-size: 2.4em;
    letter-spacing: 0.07em;
    text-align: justify;
    line-height: 1.7;
}

#event {
    background-color: #00938b;
    position: relative;
    margin-top: -6em;
    padding-top: 8.8em;
    padding-bottom: 17em;
    text-align: center;
}

#event::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/event_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#event h2 {
   margin-bottom: 4em;
}

#event h2 img {
    width: 61.4em;
}

#event .deco1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.8em;
}

#event .deco2 {
    position: absolute;
    width: 12.4em;
    top: -8.3em;
    right: 1.2em;
}

#event .deco3 {
    position: absolute;
    width: 28.2em;
    left: 0;
    bottom: 2.4em;
}

#event .event-frame {
    width: 65.5em;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#event .event-inenr {
    position: relative;
    padding: 8.8em 6em;
    color: #761c21;
    font-weight: bold;
    text-align: justify;
}

#event h3 {
    margin-bottom: 3.2em;
}

#event .img-area {
    margin-bottom: 2.4em;
}

#event .guide-msg {
    margin-bottom: 3em;
}

#event .guide-msg p {
    font-size: 2.4em;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

#event .detail {
    margin-bottom: 3.2em;
}

#event .detail dl {
    display: flex;
    margin-bottom: 1.2em;
    gap: 1.2em;
}

#event .detail dl dt {
    background-color: #edc55c;
    width: 13.2em;
    border-radius: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 0;
}

#event .detail dl dt span {
    font-size: 2.2em;
    letter-spacing: 0.08em;
}

#event .detail dl dd {
    letter-spacing: 0.04em;
}

#event .detail dl dd span {
    font-size: 2.6em;
}

#event .detail dl dd small {
    font-size: 2.4em;
    font-weight: bold;
}

#event .detail-area .notes {
    list-style: none;
}

#event .detail-area .notes li {
    font-size: 2.2em;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.05em;
}

#event .important {
    margin-bottom: 1.8em;
}

#event .important p {
    font-size: 2.4em;
    color: #bd123c;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#event .light-ceremony {
    margin-bottom: 8.6em;
}

#event .workshop {
    padding-top: 7.2em;
    position: relative;
}

#event .link-area {
    text-align: center;
    margin-top: 3.2em;
    position: relative;
}

.detail-btn {
    background-color: #004b7b;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.7em;
    width: 44.4em;
    height: 7.4em;
    position: relative;
}

.detail-btn:hover {
    text-decoration: none;
    color: #fff;
}

.detail-btn::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../images/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.3em;
    height: 1.7em;
    right: 2.8em;
}

.detail-btn span {
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#other {
    position: relative;
    background-color: #eb6d99;
    text-align: center;
    padding-top: 7em;
    padding-bottom: 21.4em;
}

#other::before {
    content: "";
    background-image: url(../images/other_border_bg.png);
    width: 100%;
    height: 18.7em;
    position: absolute;
    left: 0;
    top: -8em;
    background-size: 100%;
}

#other::after {
    content: "";
    background-image: url(../images/other_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -1.5em;
    left: 0;
    width: 100%;
    height: 100%;
}

#other .border-t {
    position: absolute;
    width: 100%;
    left: 0;
    top: -16em;
    z-index: 5;
}

#other .border-b {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
}

#other .frame {
    width: 65.5em;
    position: relative;
    z-index: 2;
}

#other .deco1 {
    position: absolute;
    width: 15.1em;
    right: -1.2em;
    top: -2em;
    z-index: 2;
}

#other .deco2 {
    position: absolute;
    width: 16.2em;
    left: -4.7em;
    bottom: 0.4em;
}

#other .deco3 {
    position: absolute;
    width: 14.5em;
    left: -2.4em;
    z-index: 2;
    top: -2.1em;
}

#other .deco4 {
    position: absolute;
    width: 18.6em;
    right: -3.2em;
    top: 13em;
    z-index: 3;
}

#other .deco5 {
    position: absolute;
    width: 55.7em;
    z-index: 5;
    bottom: 5.4em;
    right: -20.5em;
}

#other .other-event {
    position: relative;
    margin-bottom: 8em;
}

#other .frame-inner {
    position: absolute;
    width: 65.5em;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    padding: 8.8em 5.2em;
    color: #761c21;
    font-weight: bold;
    text-align: justify;
}

#other h2 {
    margin-bottom: 3.2em;
}

#other .img-area {
    margin-bottom: 2em;
    position: relative;
}

#other .guide-msg {
    margin-bottom: 2.4em;
}

#other .guide-msg p {
    font-size: 2.4em;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

#other .detail {
    margin-bottom: 2.8em;
}

#other .detail dl {
    display: flex;
    gap: 1.2em;
    margin-bottom: 1.2em;
}

#other .detail dt {
    background-color: #edc55c;
    border-radius: 1.4em;
    width: 13.2em;
    height: 4.4em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#other .detail dt span {
    font-size: 2.2em;
    letter-spacing: 0.08em;
}

#other .detail dd span {
    font-size: 2.6em;
    letter-spacing: 0.04em;
}

#other .notes {
    list-style: none;
}

#other .notes li {
    font-size: 2.2em;
    letter-spacing: 0.05em;
}

#other .link-area {
    text-align: center;
    margin-top: 3.6em;
}

#other .coming-soon {
    background-color: #1a1a1a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 44.4em;
    height: 7.4em;
}

#other .coming-soon span {
    font-size: 2.8em;
    letter-spacing: 0.2em;
}

#other .lottery {
    margin-top: 7em;
}

#other .ice-arena {
    position: relative;
    margin-bottom: 8.4em;
}

#other .ice-arena .link-area {
    margin-top: 4.4em;
}

.bnr-area {
    margin-bottom: 4.8em;
    position: relative;
    z-index: 2;
}

.bnr-area img {
    width: 55em;
}

.copyright-area {
    text-align: left;
    padding-left: 0.5em;
}

.copyright-area p {
    font-size: 2.2em;
    font-weight: bold;
}

.copyright-area img {
    width: 33.5em;
    margin-top: 0.8em;
}

#top #search .search-inner {
    position: fixed;
    top: 104px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#top #search.is-show .search-inner {
    -webkit-transform: translateX(-224px);
    transform: translateX(-224px);
}

@media screen and (min-width: 768px) {
    main {
        font-size: 0.715vw;
        margin-bottom: 5em;
    }

    main::before {
        background-image: url(../images/bg_l_pc.png);
        background-size: 3.3em;
        width: 3.3em;
    }

    main::after {
        background-image: url(../images/bg_r_pc.png);
        background-size: 3.3em;
        width: 3.3em;
    }

    .christmas2025 .container {
        max-width: 100em;
        margin: auto;
    }

    a:hover {
        opacity: 0.7;
    }

    .sp-only {
        display: none;
    }

    .pc-only {
        display: block;
    }

    #kv {
        height: 71.1em;
        background-image: url(../images/kv_bg_pc.png);
    }

    .kv-title {
        width: 92em;
        left: 48.4%;
        top: 1em;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .kv1 {
        top: 0;
        width: 63em;
        left: 49.5%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .kv-rbn {
        bottom: -9.6em;
    }

    #about {
        background-image: url(../images/about_bg_pc.png);
        background-size: 117em;
        padding-top: 4.2em;
        padding-bottom: 4.4em;
        background-position: top 5.8em center;
    }

    #about .about-lead {
        background-image: url(../images/about_border_pc.png);
        background-size: 93.5em;
        background-position: bottom 0.2em center;
    }

    #about .about-lead p {
        font-size: 2em;
        line-height: 3;
        letter-spacing: 0.13em;
    }

    #big-gift {
        padding-top: 5.4em;
        margin: 0 3.3em;
    }

    #big-gift::before {
        background-image: url(../images/big_gift_bg_pc.png);
        background-size: 127.7em;
        background-position: top 3em center;
    }

    #big-gift h2 {
        padding-left: 0.4em;
    }

    #big-gift h2 img {
        width: 68.6em;
    }

    #big-gift .heading {
        margin-bottom: 1em;
    }

    #big-gift .heading .date {
        background-image: url(../images/big_gift_date_fr_pc.png);
        max-width: 112.3em;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2em;
        padding: 1.3em 0;
    }

    #big-gift .heading .date .period {
        margin-bottom: 0;
    }

    #big-gift .heading .date dt {
        width: 10.8em;
        border-radius: 1.2em;
    }

    #big-gift .heading .date dt span {
        font-size: 1.8em;
    }

    #big-gift .heading .date dd span {
        font-size: 2.4em;
    }

    #big-gift .heading .date dd .notes li {
        font-size: 1.2em;
    }

    #big-gift .heading .date .time dd {
        display: flex;
        align-items: baseline;
        gap: 0.4em;
    }

    #big-gift .heading .deco1 {
        top: -5.5em;
        left: 10em;
    }

    #big-gift .heading .deco2 {
        bottom: 2.2em;
        right: 17em;
    }

    #big-gift .tree {
        margin-bottom: 0;
    }

    .tree .inner.pc-only {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 6em;
    }

    .tree .contents-area {
        width: 43.6em;
        margin: 0 -2.2em 10.4em 0;
    }

    .tree h3 {
        padding-left: 0;
        margin-bottom: 1.8em;
    }

    .tree h3 img {
        width: 44.3em;
    }

    .tree .guide-msg {
        margin-bottom: 2.4em;
    }

    .tree .guide-msg p {
        font-size: 1.6em;
        line-height: 1.9;
    }

    .tree .detail {
        padding-bottom: 3.6em;
    }

    .tree .detail dl {
        gap: 1.5em;
    }

    .tree .detail dl dt {
        width: 10em;
        border-radius: 1.2em;
    }

    .tree .detail dl dt span {
        font-size: 1.6em;
        line-height: 1.2;
    }

    .tree .detail dl dd span {
        font-size: 2.4em;
        line-height: 1.4;
    }

    .tree .detail dl dd .highlights {
        font-size: 1.5em;
        line-height: 1.6;
        margin-top: 0.4em;
    }

    .tree .detail .notes li {
        font-size: 1.2em;
        line-height: 1.6;
    }

    .tree .tree-img {
        width: 64.9em;
    }

    .tree .deco1 {
        width: 29.8em;
        bottom: -9.1em;
        right: -4em;
        z-index: 5;
    }

    .tree .deco2 {
        left: 25.5em;
        right: auto;
        bottom: 6.6em;
    }

    #big-gift .other {
        background-image: url(../images/big_gift_other_bg_pc.png);
        display: flex;
        justify-content: center;
        padding-top: 10em;
        padding-bottom: 9.6em;
        margin: -11.5em -3.3em 0 -3.3em;
        gap: 3em;
        background-size: 100%;
    }

    #big-gift .other > div {
        width: 35.4em;
        margin: 0;
    }

    #big-gift .other .oasis-plaza {
        margin-top: 5.8em;
    }

    #big-gift .other .illumination {
        margin-top: 11.6em;
    }

    .oasis-plaza.fadein {
        transition-delay: 0.6s;
    }

    .illumination.fadein {
        transition-delay: 1.2s;
    }

    #big-gift .other h3 {
        padding-left: 0.4em;
        margin-bottom: 1.4em;
    }

    #big-gift .other h3 img {
        width: 34.3em;
    }

    #big-gift .other .img-area {
        margin-bottom: 1.2em;
    }

    #big-gift .other .detail p {
        font-size: 1.6em;
        letter-spacing: 0.08em;
    }

    #event {
        margin-top: -10.8em;
        padding-bottom: 20em;
    }

    #event::before {
        background-image: url(../images/event_bg_pc.png);
        width: 126.6em;
        right: 0;
        margin-left: 7em;
        background-position: top 2em center;
    }

    #event h2 img {
        width: 73.2em;
    }

    #event .event-frame {
        width: 100em;
    }

    #event .deco1 {
        width: 127.7em;
        top: 2.2em;
    }

    #event .deco2 {
        top: -7.6em;
        right: 6.2em;
    }

    #event .deco3 {
        width: 29em;
        left: 11.1em;
        bottom: 11.2em;
    }

    #event .deco4 {
        position: absolute;
        width: 33.3em;
        right: 0;
        bottom: 13.5em;
    }

    #event .event-inenr {
        padding: 7.2em 6em;
    }

    #event .light-ceremony {
        position: relative;
        margin-bottom: 4.8em;
    }

    #event h3 {
        width: 40em;
        margin-bottom: 1em;
    }

    #event .img-area {
        width: 44em;
        margin-bottom: 0;
        position: absolute;
    }

    #event .light-ceremony .img-area {
        right: 0;
        top: 0;
    }

    #event .guide-msg {
        width: 40em;
        margin-bottom: 2.4em;
    }

    #event .guide-msg p {
        font-size: 1.6em;
        letter-spacing: 0.04em;
        line-height: 1.8;
    }

    #event .detail {
        margin-bottom: 1.6em;
        width: 40em;
    }

    #event .detail dl {
        margin-bottom: 1em;
    }

    #event .detail dl dt {
        width: 10em;
        border-radius: 1.2em;
    }

    #event .detail dl dt span {
        font-size: 1.6em;
    }

    #event .detail dl dd span {
        font-size: 2em;
        letter-spacing: 0.04em;
    }

    #event .detail dl dd small {
        font-size: 1.5em;
    }

    #event .detail-area .notes li {
        font-size: 1.2em;
        letter-spacing: 0.07em;
        line-height: 1.7;
    }

    #event .workshop {
        padding-top: 6em;
    }

    #event .workshop h3 {
        margin-left: auto;
    }

    #event .workshop .img-area {
        left: 0;
        top: 6em;
    }

    #event .workshop .guide-msg {
        margin-left: auto;
    }

    #event .workshop .detail {
        margin-left: auto;
    }

    #event .important {
        position: absolute;
        margin-bottom: 0;
        margin-top: 2.4em;
    }

    #event .important p {
        font-size: 1.6em;
    }

    #event .workshop .detail-area .notes {
        width: 40em;
        margin-left: auto;
    }

     #event .workshop .link-area {
        width: 40em;
        margin-left: auto;
        text-align: left;
        margin-top: 2em;
    }

    .detail-btn {
        width: 35em;
        height: 6em;
        border-radius: 3em;
    }

    .detail-btn::after {
        width: 1.1em;
        height: 1.3em;
    }

    .detail-btn span {
        font-size: 2.2em;
    }

    #other {
        padding-top: 5.4em;
    }

    #other::before {
        background-image: url(../images/other_border_bg.png);
        height: 23.5em;
        top: -15em;
    }

    #other::after {
        background-image: url(../images/other_bg_pc.png);
        width: 133.2em;
        left: auto;
        right: 0;
    }

    #other {
        padding-bottom: 16.8em;
    }

    #other .border-t {
        top: -19.5em;
    }

    #other .frame {
        width: 100%;
    }

    #other .frame-inner {
        width: 100em;
        padding: 7.4em 6.4em;
    }

    #other .deco1 {
        right: auto;
        left: -3em;
        top: -9.5em;
    }

    #other .deco2 {
        width: 28.4em;
        left: -10.9em;
        bottom: -2.8em;
    }

    #other .deco3 {
        width: 16.1em;
        left: -3.5em;
        top: -2.3em;
    }

    #other .deco4 {
        width: 18.6em;
        right: -9em;
        top: -5.2em;
    }

    #other .deco5 {
        width: 55.7em;
        bottom: 2em;
        right: -6.6em;
    }

    #other h2 {
        margin-bottom: 2.8em;
    }

    #other .other-contents {
        display: flex;
        gap: 3.6em;
    }

    #other .img-area {
        order: 2;
        width: 44em;
        flex-shrink: 0;
    }

    #other .detail-area {
        order: 1;
    }

    #other .guide-msg p {
        font-size: 1.6em;
    }

    #other .detail dl {
        margin-bottom: 1em;
    }

    #other .detail dt {
        width: 10em;
        border-radius: 1.2em;
        height: auto;
        padding: 0.4em 0;
    }

    #other .detail dt span {
        font-size: 1.6em;
    }

    #other .detail dd {
        display: flex;
        align-items: center;
    }

    #other .detail dd span {
        font-size: 2em;
        line-height: 1.3;
    }

    #other .link-area {
        text-align: left;
        margin-top: 2.8em;
    }

    #other .coming-soon {
        width: 35em;
        height: 6em;
    }

    #other .coming-soon span {
        font-size: 2.2em;
    }

    #other .notes li {
        font-size: 1.2em;
    }

    #other .detail {
        margin-bottom: 1.6em;
    }

    #other .lottery {
        margin-top: 2.8em;
    }

    #other .notes li {
        line-height: 1.7;
    }

    #other .other-event {
        margin-bottom: 6.2em;
    }

    #other .ice-arena {
        margin-bottom: 6.4em;
    }

    #other .ice-arena .guide-msg p {
        letter-spacing: 0.02em;
    }
    
    #other .ice-arena .link-area {
        margin-top: 2.8em;
    }

    .bnr-area {
        margin-bottom: 0;
    }

    .bnr-area img {
        width: 44.8em;
    }

    .copyright-area {
        margin: -1.6em -14em 0;
    }

    .copyright-area p {
        font-size: 1.4em;
    }

    .copyright-area img {
        width: 42.1em;
    }
}