
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

html {
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 62.5%;
}

img {
    width: 100%;

    vertical-align: bottom;
}
p {
    line-height: 1.75;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media print, screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
body:before {
    content: "";
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
header .inner {
    display: flex;
    justify-content: space-between;

    margin: 0 auto;
    padding: 1.7% 11.3% 0 10.7%;
    box-sizing: border-box;
}
header ul {
    display: flex;
    justify-content: space-between;
}
header ul.language {
    width: 22.6%;
    max-width: 226px;
}
header ul.language li {
    display: flex;

    width: 48.2%;
    max-width: 109px;
}
header ul.language li a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    background-image: url(../images/btn-lang.png);
    background-size: cover;
    color: #FFF;
    font-weight: bold;
    font-size: clamp(1.2rem, 1.5vw, 2rem);
    line-height: 1;
    padding: 11.9% 0;
}
header ul.language li a:hover {
    text-decoration: none;

    opacity: 0.6;
}

header ul.btn-dl_appli {
    width: 4.9%;
    max-width: 49px;
}

@media print, screen and (max-width: 768px) {
    header .inner {
        width: 87.6vw;
        padding: 3.7vw 0;
    }
    header h1 {
        width: 31.3vw;
    }
    header ul {
        justify-content: space-between;
    }
    header ul.language {
        width: 73vw;
        max-width: 73vw;
        height: 9.2vw;
        margin-right: 15.2vw;
        justify-content: space-between;
    }
    header ul.language li {
        width: 35.9vw;
        max-width: 35.9vw;
    }
    header ul.language li a {
        background-image: url(../sp-images/btn-lang.png);
        background-size: cover;
    }
    header ul.btn-dl_appli {
        display: none;
    }
}

main {
    padding-bottom: 100px;
}
section {
    width: 93.9%;
    max-width: 1202px;
    margin: 7.7% auto 0;
}
section::before,
section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/contents-bg-header.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
section::after {
    background-image: url(../images/contents-bg-footer.png);
    background-position: bottom center;
}
section .bg-wrapper {
    background-image: url(../images/contents-bg-body.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top 50px center;
}
section .inner {
    position: relative;

    width: 83.3%;
    max-width: 1002px;
    margin: 0 auto;
}
section .inner p.attention,
section .inner ul.attention li {
    display: block;
    padding-left: 1em;
}
section .inner p.attention::before,
section .inner ul.attention li::before  {
    content: "※";
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: center;
}
section .inner p.attention.red,
section .inner ul.attention li.red,
section .inner .attention .red {
    color: #ff005a;
}
section h3 {
    width: 100%;
    margin-bottom: 7.9%;
}

section h5 {
    background-image: url(../images/h5-line.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    font-size: clamp(1.6rem, 2.3vw, 3rem);
    color: #a48b78;
    padding-left: 10.9%;
    padding-bottom: 3%;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
@media print, screen and (max-width: 768px) {
    main {
        padding-bottom: 6.5vw;

        background-size: 56.25vw auto;
    }
    section {
        width: 87.2vw;
        margin: 6.25vw auto 0;

        border-width: 1px;
    }
    section::before,
    section::after {
        height: 6.5vw;
        background-image: url(../sp-images/contents-bg-header.png);
    }
    section::after {
        background-image: url(../sp-images/contents-bg-footer.png);
    }
    section .bg-wrapper {
        background-image: url(../sp-images/contents-bg-body.png);
        background-position: top 6.5vw center;
    }
    section .inner {
        width: 78.1vw;
    }
    section h3 {
        margin-bottom: 6.5vw;
    }

    section h5 {
        background-image: url(../sp-images/h5-line.png);
        font-size: 4.5vw;
        padding-left: 13vw;
        padding-bottom: 3.9vw;
    }
}

/* ==============================
  FV
============================== */
#fv {
    position: relative;
}

#fv h1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5.68%;

    width: 54.6%;
    max-width: 699px;
    margin: auto;
}

#fv .main-image {
    /* width: 79.6%; */
    max-width: 1020px;
    margin: 0 auto;
}

#fv .cooyright {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6%;
    width: 79.6%;
    max-width: 1020px;
    margin: 0 auto;
    text-align: right;
    color: #FFF;
    z-index: 2;
    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
}

#fv .date {
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 0.7% 0 0.8%;
}
#fv .date img {
    width: 58.4%;
    max-width: 748px;
}
@media print, screen and (max-width: 768px) {
    #fv {
        position: relative;
        background: #faf3ec;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 18.8vw 0 0;
    }

    #fv .main-image {
        margin: 0;
        width: 49vw;
    }
    #fv h1 {
        position: relative;
        width: 44.2vw;
        margin: 0 auto;
    }

    #fv .cooyright {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 19.1vw;
        width: 93.6vw;
        max-width: 93.6vw;
        color: #000;
        font-size: 1.56vw;
    }

    #fv .date {
        width: 100vw;
        margin-top: 4vw;
        padding: 2.3vw 0;
    }
    #fv .date img {
        width: 88.5vw;
        max-width: 88.5vw;
    }
}

/* ==============================
  ナビゲーション
============================== */
main .icn-menu {
    display: none;
}
nav {
    background-color: #FFF;
    padding: 2.8% 0 2.9%;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
}
nav ul li {
    background-image: url(../images/menu-border.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    padding: 0 3.5%;
}

nav ul li.top {
    width: 4.3%;
    max-width: 44px;
    padding-left: 0;

    border: none;
}
nav ul li.stamp_rally {
    width: 19.6%;
    max-width: 198px;
}
nav ul li.spot {
    width: 5.9%;
    max-width: 60px;
}
nav ul li.novelty {
    width: 10.7%;
    max-width: 108px;
}
nav ul li.guideline {
    width: 10.9%;
    max-width: 110px;
}
nav ul li.contact_us {
    width: 9.3%;
    max-width: 94px;
    background: none;
}
nav ul li.nakanoshima_pavilion_festival {
    width: 44.5%;
    max-width: 449px;
    padding-left: 0;
    padding-right: 2.3%;
}
nav ul li.monsterhunter_wilds {
    width: 22.3%;
    max-width: 225px;
    padding: 0 2.3%;
}
nav ul li.monsterhunter_bridge {
    width: 23.2%;
    max-width: 234px;
    background: none;
    padding-right: 0;
    padding-left: 2.3%;
}
nav ul li:nth-last-of-type(-n+3) {
    margin-top: 38px;
}
@media print, screen and (max-width: 768px) {
    main .icn-menu {
        position: absolute;
        z-index: 90;
        top: 4.1vw;
        right: 5vw;

        display: block;

        width: 9.3vw;
        height: 9.5vw;
        margin: 0;

        cursor: pointer;
    }
    #menu-btn-check {
        display: none;
    }
    .menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 8vw;
        height: 5.5vw;
        margin: 0 auto;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        position: absolute;

        display: block;

        width: 7.9vw;
        height: 0.8vw;

        content: "";
        transition: 0.3s ease-in-out;

        background-color: #000000;
    }
    .menu-btn span:before {
        bottom: 2vw;
    }
    .menu-btn span:after {
        top: 2vw;
    }
    main.open .icn-menu .menu-btn span {
        background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
    }
    main.open .icn-menu .menu-btn span::before {
        bottom: 0;

        transform: rotate(45deg);
    }
    main.open .icn-menu .menu-btn span::after {
        top: 0;

        transform: rotate(-45deg);
    }

    .menu-text {
        margin-top: 0.8vw;

        text-align: center;

        color: #000000;
    }


    nav {
        background-color: #FFF;
        position: absolute;
        z-index: 80;
        top: 0;
        left: 0; /*leftの値を変更してメニューを画面外へ*/

        display: none;

        width: 100%;
        height: 100%;
        padding: 16vw 0 0;
    }

    nav ul {
        display: block;

        width: 90vw;
    }

    nav ul li,
    nav ul li.sp {
        display: flex;

        width: 100% !important;
        max-width: 100% !important;

        border: none;
        padding: 0 !important;
        background: none;
    }
    nav ul li:first-of-type {
        display: none;
    }
    nav ul li + li,
    nav ul li:nth-last-of-type(-n+5) {
        margin-top: 5vw;
    }

    nav li a {
        display: flex;
        align-items: center;
    }
    nav ul li.x img {
        width: 35.9vw;
        max-width: 35.9vw;
    }
    nav ul li.stamp_rally img {
        width: 51.7vw;
        max-width: 51.7vw;
    }
    nav ul li.spot img {
        width: 22.9vw;
        max-width: 22.9vw;
    }
    nav ul li.novelty img {
        width: 34.9vw;
        max-width: 34.9vw;
    }
    nav ul li.guideline img {
        width: 31.3vw;
        max-width: 31.3vw;
    }
    nav ul li.contact_us img {
        width: 31.5vw;
        max-width: 31.5vw;
    }
    nav ul li.nakanoshima_pavilion_festival img {
        width: 89.7vw;
        max-width: 89.7vw;
        padding: 0;
    }
    nav ul li.monsterhunter_wilds img {
        width: 68.1vw;
        max-width: 68.1vw;
        padding: 0;
    }
    nav ul li.monsterhunter_bridge img {
        width: 68.1vw;
        max-width: 68.1vw;
        padding: 0;
    }
}

/* ==============================
  スタンプラリー
============================== */
#stamp_rally {
    margin-top: 3.9%;
}

#stamp_rally h4 {
    font-size: clamp(1.0rem, 2.9vw, 3.8rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 5.2%;
}
#stamp_rally h4 + p {
    width: 100%;
    margin-bottom: 9.9%;

    font-size: clamp(1.2rem, 1.5vw, 2rem);
}

#stamp_rally .stamp_rally-box ul {
    display: flex;
    justify-content: space-between;
    margin: 2.8% 0 4.4%;
}
#stamp_rally .stamp_rally-box ul li {
    width: 28.3%;
}
#stamp_rally .stamp_rally-box .stamp_rally-img {
    width: 60.3%;
    margin: 0 auto;
}
#stamp_rally .stamp_rally-box .stamp_rally-text {
    position: relative;
    display: flex;
    font-size: clamp(1.0rem, 1.5vw, 1.95rem);
    font-weight: bold;
    line-height: 1.25;
    margin-top: 1.7%;
}

#stamp_rally .stamp_rally-box ul li + li .stamp_rally-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.5%;
    left: -20.4%;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 10.2%;
    height: 100%;
}

#stamp_rally .stamp_rally-box .stamp_rally-text .stamp_rally-text-num {
    width: 17.6%;
    margin-right: 4.9%;
}

#stamp_rally .stamp_rally-box .stamp_rally-text + p {
    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
    text-align: left;
    line-height: 1.75;
    margin-top: 2.2%;
    padding: 0;
}
#stamp_rally .stamp_rally-box .stamp_rally-text + p span.attention {
    display: inline-block;
    padding-left: 1em;
    width: 100%;
    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
}
#stamp_rally .stamp_rally-box .stamp_rally-text + p span.attention::before {
    content: "※";
    display: inline-block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: center;
}
#stamp_rally .stamp_rally-box .stamp_rally-text + p span.attention a {
    color: #ff005a;
}

#stamp_rally .date {
    font-size: clamp(1.0rem, 2.18vw, 2.8rem);
    letter-spacing: 0.02em;
    font-weight: 900;
    text-align: center;
    margin:3.5% 0 1%;
}
#stamp_rally .attention {
    color: #ff005a;
    font-size: clamp(1.0rem, 1.4vw, 1.8rem);
    width: 66.2%;
    margin: 0 auto;
}

@media print, screen and (max-width: 768px) {
    #stamp_rally h4 {
        font-size: 4.9vw;
        margin-bottom: 6.1vw;
    }
    #stamp_rally h4 + p {
        margin-bottom: 11.1vw;

        font-size: 3.12vw;
    }

    #stamp_rally .stamp_rally-box ul {
        flex-direction: column;
        margin: 2.8% 0 4.4%;
    }
    #stamp_rally .stamp_rally-box ul li {
        position: relative;
        width: 100%;
    }
    #stamp_rally .stamp_rally-box .stamp_rally-img {
        width: 27.9vw;
    }
    #stamp_rally .stamp_rally-box .stamp_rally-text {
        font-size: 4.1vw;
        line-height: 1.75;
        margin-top: 0;
        align-items: center;
    }

    #stamp_rally .stamp_rally-box ul li + li {
        padding-top: 17.4vw;
    }
    #stamp_rally .stamp_rally-box ul li + li::before {
        content: "";
        display: block;
        position: absolute;
        top: 6.9vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-image: url(../sp-images/arrow-bottom.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 7.8vw;
        height: 5.5vw;
    }
    #stamp_rally .stamp_rally-box ul li + li .stamp_rally-text::before {
        display: none;
    }

    #stamp_rally .stamp_rally-box .stamp_rally-text .stamp_rally-text-num {
        width: 13vw;
        margin-right: 3.3vw;
    }

    #stamp_rally .stamp_rally-box .stamp_rally-text + p {
        font-size: 2.8vw;
        line-height: 1.72;
        margin-top: 3.125vw;
    }
    #stamp_rally .stamp_rally-box .stamp_rally-text + p span.attention {
        font-size: 2.8vw;
    }

    #stamp_rally .btn {
        margin: 10vw 0 0;
    }

    #stamp_rally .date {
        font-size: 3.9vw;
        width: 74.2vw;
        margin:3.9vw auto 6.5vw;
    }
    #stamp_rally .date .date-line1 {
        display: block;
        text-align: left;
    }
    #stamp_rally .date .date-line2 {
        display: block;
        text-align: right;
    }
    #stamp_rally .attention {
        font-size: 3.12vw;
        width: 74.2vw;
    }
}


/* ==============================
  スポット
============================== */
#spot .spot-box-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 4.7% 0 2.3%;
}
#spot .spot-box {
    box-sizing: border-box;
    width: 47.6%;
    padding: 30px 28px 20px;

    border: 1px solid #B5B5B6;
    border-radius: 6px;
}
#spot .spot-box .spot-text {
    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #000000;
}
#spot .spot-box .spot-text img {
    width: 66.7%;
}
#spot .spot-box:nth-of-type(2) .spot-text img {
    width: 69.3%;
}
#spot .spot-box li {
    display: block;

    padding-left: 1.2em;

    font-size: clamp(1.0rem, 1.25vw, 1.5rem);
    font-weight: bold;
    line-height: 1.8;
}
#spot .spot-box li::before {
    display: block;
    float: left;

    width: 1.2em;
    height: 1.2em;
    margin-left: -1.2em;
    font-size: clamp(1.0rem, 1.25vw, 1.5rem);

    content: "■";
    color: #f56e00;
}
#spot .spot-box:nth-of-type(2) li::before {
    color: #006934;
}
#spot .spot-box-wrapper + .attention {
    margin-bottom: 9.5%;
    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
    line-height: 1.6;
    font-weight: bold;
}

#spot .step-list {
    display: flex;
    justify-content: space-between;
    margin: 2.8% 0 0;
}
#spot .step-list li {
    position: relative;
    width: 19.7%;
    font-size: clamp(1.0rem, 1.25vw, 1.6rem);
    font-weight: bold;
    line-height: 1.5;
}
#spot .step-list li + li::before {
    content: "";
    display: block;
    position: absolute;
    top: 22%;
    left: -23.2%;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 14.6%;
    height: 100%;
}

#spot .step-list li p {
    line-height: 1.5;
}
#spot .step-list li .guild_points-step {
    margin: 12.6% 0 7.5%;
}
#spot .step-list li .attention {
    margin-top: 0.8em;
    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
    line-height: 1.6;
}
#spot .step-list li .attention.red {
    font-size: clamp(1.0rem, 1.09vw, 1.4rem);
    line-height: 1.4;
}
#spot .step-list li .attention + .attention {
    margin-top: 0.2em;
}

@media print, screen and (max-width: 768px) {
    #spot .spot-box-wrapper {
        flex-direction: column;
        margin: 6.3vw 0;
    }
    #spot .spot-box {
        width: 100%;
        padding: 4.9vw 4.9vw 4.5vw;
    }

    #spot .spot-box + .spot-box {
        margin-top: 5.9vw;
    }
    #spot .spot-box .spot-text {
        margin-bottom: 3.3vw;
        padding-bottom: 1.9vw;
    }
    #spot .spot-box .spot-text img {
        width: 48.9vw;
    }
    #spot .spot-box:nth-of-type(2) .spot-text img {
        width: 50.9vw;
    }
    #spot .spot-box li {
        font-size: 2.8vw;
    }
    #spot .spot-box li::before {
        font-size: 2.8vw;
    }
    #spot .spot-box-wrapper + .attention {
        margin-bottom: 12.2vw;
        font-size: 2.8vw;
        line-height: 1.7;
    }

    #spot .step-list {
        flex-direction: column;
        margin: 3.9vw 0 0;
    }
    #spot .step-list li {
        width: 100%;
        font-size: 3.125vw;
        line-height: 1.86;
    }
    #spot .step-list li + li {
        padding-top: 19.1vw;
    }
    #spot .step-list li + li::before {
        content: "";
        display: block;
        position: absolute;
        top: 6.9vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-image: url(../sp-images/arrow-bottom.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 7.8vw;
        height: 5.5vw;
    }

    #spot .step-list li .guild_points-img {
        width: 47.9vw;
        margin: 0 auto;
    }
    #spot .step-list li .guild_points-step {
        margin: 5.2vw 0 3.2vw;
    }
    #spot .step-list li .attention {
        margin-top: 0.3em;
        font-size: 2.8vw;
        line-height: 1.7;
    }
    #spot .step-list li .attention.red {
        font-size: 3.125vw;
        line-height: 1.75;
    }
}

/* ==============================
  限定ノベルティ
============================== */
#novelty h3 + p {
    font-size: clamp(1.0rem, 2.9vw, 3.8rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.2%;
    line-height: 1.5;
}
#novelty h3 + p span {
    font-size: clamp(1.0rem, 2.57vw, 3.3rem);
}

#novelty .novelty-box-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 2.8% 0 0;
}
#novelty .novelty-box {
    width: 47.5%;
    padding-bottom: 18px;

    text-align: center;

    border: 1px solid #b60005;
    background-color: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
}
#novelty .novelty-box:nth-of-type(2) {
    border-color: #172a88;
}
#novelty .novelty-box .novelty-img {
    background-color: #f8e5e6;
    padding: 3.2% 0;
}
#novelty .novelty-box:nth-of-type(2) .novelty-img {
    background-color: #e8eaf3;
    padding: 3.5% 0;
}
#novelty .novelty-box .novelty-img img {
    width: 92%;
}
#novelty .novelty-box:nth-of-type(2) .novelty-img img {
    width: 47.6%;
}

#novelty .novelty-box .point {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.0rem, 1.56vw, 2rem);
    font-weight: bold;
    line-height: 1.5;
    margin: 5.4% 0 0;
}
#novelty .novelty-box .point span {
    font-size: clamp(1.0rem, 2.3vw, 3rem);
    color: #b60005;
}
#novelty .novelty-box:nth-of-type(2) .point span {
    color: #172a88;
}
#novelty .novelty-box .novelty-name {
    font-size: clamp(1.0rem, 1.56vw, 2rem);
    margin: 1.2% 0 2.2%;
}
#novelty .novelty-box .attention {
    width: 58.8%;
    margin: 0 auto;
    text-align: left;
    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
    line-height: 1.6;
}
#novelty .novelty-box:nth-of-type(2) .attention {
    width: 51.6%;
}

#novelty .novelty-box-wrapper + p {
    font-size: clamp(1.0rem, 1.56vw, 2rem);
    text-align: center;
    font-weight: bold;
    margin: 3.4% 0 9.9%;
}

/* 限定ノベルティ引き換え場所 */
#novelty .pick-up_location .inner {
    padding-left: 9.9%;
    width: 100%;
    box-sizing: border-box;
}
#novelty .pick-up_location .name {
    font-size: clamp(1.0rem, 2.18vw, 2.8rem);
    font-weight: 900;
}
#novelty .pick-up_location dl {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-rows: calc(1em * 1.7);
    grid-template-rows: repeat(2, calc(1em * 1.7)) 3fr;
    line-height: 1.7;
    font-size: clamp(1.0rem, 1.71vw, 2.2rem);
    font-weight: bold;
}
#novelty .pick-up_location dt {
    width: 4em;
    text-align: justify;
}
#novelty .pick-up_location dt::after {
    content: "";
    display: inline-block;
    width: 100%;
}
#novelty .pick-up_location dd {
    position: relative;
    padding-left: 1em;
}
#novelty .pick-up_location dd::before {
    content: "：";
    position: absolute;
    left: 0;

}
#novelty .pick-up_location dd .attention {
    color: #ff005a;
    padding-left: 1em;
    line-height: 1.4;
}
#novelty .pick-up_location dd .attention a {
    color: #ff005a;
}

@media print, screen and (max-width: 768px) {
    #novelty h3 + p {
        font-size: 4.9vw;
        margin-bottom: 5.3vw;
        line-height: 1.5;
    }
    #novelty h3 + p span {
        display: inline-block;
        font-size: 4.2vw;
    }

    #novelty .novelty-box-wrapper {
        flex-direction: column;
        margin: 0;
    }
    #novelty .novelty-box {
        width: 74vw;
        margin: 0 auto;
        padding-bottom: 5.2vw;
    }
    #novelty .novelty-box + .novelty-box {
        margin-top: 6.3vw;
    }
    #novelty .novelty-box .novelty-img {
        padding: 1.9vw 0;
    }
    #novelty .novelty-box:nth-of-type(2) .novelty-img {
        padding: 2.7vw 0;
    }
    #novelty .novelty-box .novelty-img img {
        width: 67.7vw;
    }
    #novelty .novelty-box:nth-of-type(2) .novelty-img img {
        width: 36vw;
    }

    #novelty .novelty-box .point {
        font-size: 5.2vw;
        margin: 5.4% 0 0;
    }
    #novelty .novelty-box .point span {
        font-size: 6.5vw;
    }
    #novelty .novelty-box .novelty-name {
        font-size: 3.125vw;
        margin: 2.125vw 0 1.9vw;
    }
    #novelty .novelty-box .attention {
        width: 67vw;
        font-size: 2.8vw;
        line-height: 1.7;
    }
    #novelty .novelty-box:nth-of-type(2) .attention {
        width: 58.5vw;
    }

    #novelty .novelty-box-wrapper + p {
        width: 62.9vw;
        font-size: 2.8vw;
        margin: 3.4% auto 9.9%;
        text-align: left;
    }
    #novelty .novelty-box-wrapper + p .date-line2 {
        padding-left: 1em;
    }

    /* 限定ノベルティ引き換え場所 */
    #novelty .pick-up_location .inner {
        padding-left: 9.9%;
        width: 100%;
        box-sizing: border-box;
    }
    #novelty .pick-up_location .name {
        font-size: 3.9vw;
    }
    #novelty .pick-up_location dl {
        font-size: 2.8vw;
    }
}


/* ==============================
  ガイドライン
============================== */
#guideline .guideline-box {
    font-size: clamp(1.0rem, 1.09vw, 1.4rem);
    line-height: 1.7;
    margin-bottom: 9.9%;
}
#guideline .guideline-box h4 {
    font-size: clamp(1.0rem, 1.4vw, 1.8rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 2em;
}
#guideline .guideline-box h5 {
    background: none;
    font-size: clamp(1.0rem, 1.4vw, 1.8rem);
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    color: #000;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 1.5em;
}
#guideline .guideline-box ul {
    margin-bottom: 2em;
}
#guideline .guideline-box ul li {
    display: block;
    padding-left: 1em;
}
#guideline .guideline-box ul li::before {
    content: "・";
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: center;
}

#guideline .attention {
    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
    line-height: 1.6;
    margin-top: 2.4%;
}
@media print, screen and (max-width: 768px) {
    #guideline .guideline-box {
        font-size: 2.8vw;
        margin-bottom: 11.3vw;
    }
    #guideline .guideline-box h4 {
        font-size: 3.125vw;
    }
    #guideline .guideline-box h5 {
        font-size: 3.125vw;
    }

    #guideline .attention {
        font-size: 3.125vw;
        margin-top: 3.9vw;
    }

}


/* ==============================
  お問い合わせ
============================== */
#contact_us .btn-contact_us {
    width: 53.2%;
    max-width: 534px;
    margin: 0 auto;
}
#contact_us p {
    margin-top: 5.7%;

    text-align: center;

    font-size: clamp(1.0rem, 1.25vw, 1.6rem);
    font-weight: bold;
    line-height: 1.75;
}

#contact_us .attention {
    margin-top: 80px;
}
#contact_us .attention li {
    display: block;

    padding-left: 1em;

    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
    font-weight: bold;
    line-height: 1.6;
}
#contact_us .attention li.red {
    font-size: clamp(1.0rem, 1.5vw, 2rem);
}
@media print, screen and (max-width: 768px) {
    #contact_us .btn-contact_us {
        width: 66.4vw;
        max-width: 66.4vw;
    }
    #contact_us p {
        margin-top: 4.6vw;
        font-size: 3.125vw;
    }

    #contact_us .attention {
        margin-top: 5.4vw;
    }
    #contact_us .attention li {
        font-size: 2.8vw;
    }
    #contact_us .attention li.red {
        font-size: 3.9vw;
    }
}

/* ==============================
  中之島パビリオンフェスティバル2025とは
============================== */
#nakanoshima_pavilion_festival h4 {
    text-align: center;
    font-size: clamp(1.0rem, 2.9vw, 3.8rem);
    line-height: 1.57;
    font-weight: 900;
}
#nakanoshima_pavilion_festival p {
    font-size: clamp(1.0rem, 1.5vw, 2rem);
    line-height: 1.75;
    margin: 4.9% 0 3.9%;
}
#nakanoshima_pavilion_festival .btn-nakanoshima_pavilion_festival {
    width: 53.2%;
    max-width: 534px;
    margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
    #nakanoshima_pavilion_festival h4 {
        font-size: 4.9vw;
    }
    #nakanoshima_pavilion_festival p {
        width: 73.9vw;
        font-size: 3.125vw;
        margin: 5.8vw auto 4.6vw;
    }
    #nakanoshima_pavilion_festival .btn-nakanoshima_pavilion_festival {
        width: 66.4vw;
        max-width: 66.4vw;
    }
}

/* ==============================
  モンスターハンターワイルズとは
============================== */
#monsterhunter_wilds h3 + img {
    display: block;
    width: 79.8%;
    margin: 0 auto;
}
#monsterhunter_wilds .btn-monsterhunter_wilds {
    width: 58.1%;
    max-width: 583px;
    margin:3.9% 0 0;
}
#monsterhunter_wilds p {
    font-size: clamp(1.0rem, 1.5vw, 2rem);
    line-height: 1.75;
    margin: 0;
}
@media print, screen and (max-width: 768px) {
    #monsterhunter_wilds h3 + img {
        width: 100%;
    }
    #monsterhunter_wilds .btn-monsterhunter_wilds {
        width: 108%;
        max-width: 108%;
        margin: 3.2vw 0;
        position: relative;
        left: -4%;
    }
    #monsterhunter_wilds p {
        font-size: 3.125vw;
    }
}

/* ==============================
  モンスターハンターブリッジとは
============================== */
#monsterhunter_bridge h3 + img {
    display: block;
    width: 63.5%;
    margin: 0 auto;
}
#monsterhunter_bridge .btn-monsterhunter_bridge {
    width: 58.1%;
    max-width: 583px;
    margin:3.9% 0 0;
}
#monsterhunter_bridge p {
    font-size: clamp(1.0rem, 1.5vw, 2rem);
    line-height: 1.75;
    margin: 0;
}
#monsterhunter_bridge p span.attention {
    display: block;
    padding-left: 1em;
    color: #ff005a;
}
#monsterhunter_bridge p span.attention::before {
    content: "※";
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: center;
}
@media print, screen and (max-width: 768px) {
    #monsterhunter_bridge h3 + img {
        width: 100%;
    }
    #monsterhunter_bridge .btn-monsterhunter_bridge {
        width: 108%;
        max-width: 108%;
        margin: 3.2vw 0;
        position: relative;
        left: -4%;
    }
    #monsterhunter_bridge p {
        font-size: 3.125vw;
    }
}

/* ==============================
  フッター
============================== */
footer {
    background-color: #000;
}
footer .inner {
    margin: 0 auto;
    padding:  2.6% 0;
    color: #FFF;
    text-align: center;
}
footer p {
    font-size: clamp(1.0rem, 0.93vw, 1.2rem);
    font-weight: bold;
}
@media print, screen and (max-width: 768px) {
    footer .inner {
        padding:  3.3vw 0;
    }
    footer p {
        font-size: 1.9vw;
    }
}
