﻿html {
    overflow-x: visible
}
body {
    overflow-x: auto
}
@media screen and (min-width: 769px) {
    body {
        min-width: 1216px
    }
}
.global-footer {
    background: #fff
}
.contents-nav {
    margin-top: 0
}
サイドメニュー削除 .side_menu {
    display: none !important
}
.sns-nav {
    display: none !important
}
.presale {
    position: relative;
    transition: padding .3s;
    color: #000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem
}
@media screen and (max-width: 768px) {
    .presale__inner {
        padding-right: 4%;
        padding-left: 4%
    }
}
@media screen and (min-width: 769px) {
    .presale__inner {
        width: 1200px;
        margin-right: auto;
        margin-left: auto
    }
}
.presale-ttl {
    position: relative;
    padding: 24px 0;
    text-align: center
}
@media screen and (min-width: 769px) {
    .presale-ttl {
        width: 1340px;
        margin-left: auto;
        margin-right: auto;
        padding: 70px;
        box-sizing: border-box
    }
}
.presale-ttl > img {
    position: relative;
    z-index: +1
}
@media screen and (max-width: 768px) {
    .presale-ttl > img {
        width: 100%;
        max-width: 375px;
        margin: 0 auto
    }
}
.presale-notice {
    font-size: 1.6rem;
    font-weight: bold
}
@media screen and (min-width: 769px) {
    .presale-notice {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 32px
    }
}
@media screen and (max-width: 768px) {
    .presale-notice {
        margin-bottom: 32px;
        padding: 0 4%;
        font-size: 1.4rem
    }
}
.presale-details {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px
}
@media screen and (min-width: 769px) {
    .presale-details {
        padding-top: 60px;
        padding-bottom: 60px
    }
}
.presale-details-note {
    background-color: #FEF8F9;
    padding: 20px
}
@media screen and (min-width: 769px) {
    .presale-details-note {
        width: 100%;
        display: flex;
        clear: both;
        padding: 32px 48px
    }
}
@media screen and (max-width: 768px) {
    .presale-details-note__img {
        margin-bottom: 25px
    }
}
@media screen and (min-width: 769px) {
    .presale-details-note__img {
        width: 320px;
        margin-right: 30px
    }
}
@media screen and (max-width: 768px) {
    .presale-details-note-list {
        overflow: hidden
    }
}
.presale-details-note-list__item {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
    line-height: 1.5
}
@media screen and (min-width: 769px) {
    .presale-details-note-list__item {
        font-size: 1.6rem;
        line-height: 1.8
    }
}
.presale-details-note-list__item:not(:last-of-type) {
    margin-bottom: .5em
}
@media screen and (max-width: 768px) {
    .presale-details-note-list__item.sp-only {
        margin-top: 1em;
        overflow: hidden;
        text-indent: 0;
        text-align: center
    }
}
.presale-details-note-list__item span {
    text-decoration: underline
}
.presale-details-note-list__item.noicon {
    margin-left: 0;
    text-indent: 0
}
.presale-details-note-list__item.boldred {
    font-weight: bold;
    color: #f00
}
@media screen and (max-width: 768px) {
    .presale-details-note-list__item .details-img {
        display: block;
        margin-right: 10px;
        margin-bottom: 5px
    }
}
.presale-details-btn {
    margin-top: 32px;
    text-align: center
}
@media screen and (min-width: 769px) {
    .presale-details-btn a {
        display: inline-block;
        vertical-align: top
    }
}
@media screen and (max-width: 768px) {
    .presale-details-btn a {
        max-width: 362px;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}
@media screen and (min-width: 769px) {
    .presale-details-btn a:not(:first-of-type) {
        margin-left: 16px
    }
}
@media screen and (max-width: 768px) {
    .presale-details-btn a:not(:first-of-type) {
        margin-top: 16px
    }
}
@media screen and (min-width: 769px) {
    .presale-details-btn a.unc {
        width: 362px;
        transition: .4s all
    }
}
@media screen and (min-width: 769px) {
    .presale-details-btn a.unc:hover {
        opacity: .7
    }
}
.presale-details-btn a:not(.unc) {
    position: relative;
    display: block;
    border: #49BDA3 2px solid;
    background: #49BDA3;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    text-align: center
}
@media screen and (min-width: 769px) {
    .presale-details-btn a:not(.unc) {
        display: inline-block;
        width: 362px;
        transition: .4s
    }
}
@media screen and (max-width: 768px) {
    .presale-details-btn a:not(.unc) {
        width: 100%;
        text-align: center
    }
}
.presale-details-btn a:not(.unc).unc::after {
    content: '▲';
    transform: rotate(180deg)
}
@media screen and (min-width: 769px) {
    .presale-details-btn a:not(.unc):hover {
        background: #fff;
        color: #49BDA3
    }
}
.presale-details-btn a:not(.unc)::after {
    position: absolute;
    right: 8px;
    display: inline-block;
    content: '＞'
}
.presale-gtpc {
    background: #BD2221;
    color: #fff
}
@media screen and (min-width: 769px) {
    .presale-gtpc {
        padding-top: 60px;
        padding-bottom: 60px
    }
}
@media screen and (max-width: 768px) {
    .presale-gtpc {
        padding-top: 40px;
        padding-bottom: 40px
    }
}
.presale-gtpc .presale__inner {
    display: flex
}
@media screen and (min-width: 769px) {
    .presale-gtpc .presale__inner {
        justify-content: space-between
    }
}
@media screen and (max-width: 768px) {
    .presale-gtpc .presale__inner {
        flex-wrap: wrap
    }
}
@media screen and (min-width: 769px) {
    .presale-gtpc__block:not(:first-child) {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}
.presale-gtpc__block > img {
    border: #fff 1px solid
}
@media screen and (min-width: 769px) {
    .presale-gtpc__block {
        width: 592px
    }
}
@media screen and (max-width: 768px) {
    .presale-gtpc__block {
        width: 100%
    }
}
@media screen and (max-width: 768px) {
    .presale-gtpc__block + .presale-gtpc__block {
        margin-top: 20px
    }
}
@media screen and (max-width: 768px) {
    .presale-gtpc__ttl {
        font-size: 18px
    }
}
.presale-gtpc__txt {
    margin-top: 0.5em
}
.presale-gtpc__txt em {
    font-weight: bold;
    font-style: normal
}
@media screen and (min-width: 769px) {
    .presale-gtpc__annotation {
        font-size: 12px
    }
}
@media screen and (max-width: 768px) {
    .presale-gtpc__annotation {
        font-size: 12px
    }
}
.presale-gtpc__btn {
    position: relative;
    display: block;
    border: #fff 2px solid;
    background: #fff;
    color: #000;
    line-height: 50px;
    font-weight: bold;
    text-align: center
}
@media screen and (min-width: 769px) {
    .presale-gtpc__btn {
        width: 362px;
        transition: .4s;
        margin-left: auto
    }
}
@media screen and (max-width: 768px) {
    .presale-gtpc__btn {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }
}
@media screen and (min-width: 769px) {
    .presale-gtpc__btn:hover {
        opacity: 0.7
    }
}
.presale-gtpc__btn::after {
    position: absolute;
    top: 0;
    right: 8px;
    display: inline-block;
    content: '＞'
}
.presale-shop {
    position: relative
}
@media screen and (min-width: 769px) {
    .presale-shop {
        min-width: 1200px
    }
}
.presale-shop > div {
    background-attachment: fixed
}
@media screen and (min-width: 769px) {
    .presale-shop > div {
        padding: 60px 0 40px
    }
}
@media screen and (max-width: 768px) {
    .presale-shop > div {
        padding: 60px 0 40px
    }
}
.presale-shop--umekita {
    background: rgba(223, 36, 47, 0.07)
}
.presale-shop--south {
    background: rgba(223, 36, 47, 0.05)
}
.presale-shop--north {
    background: #F4F3F7
}
.presale-shop__ttl, .presale-shop__ttl--umekita, .presale-shop__ttl--south, .presale-shop__ttl--north {
    margin-bottom: 20px;
    padding: 6px;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff
}
@media screen and (min-width: 769px) {
    .presale-shop__ttl, .presale-shop__ttl--umekita, .presale-shop__ttl--south, .presale-shop__ttl--north {
        margin-bottom: 30px;
        padding: 7px;
        font-size: 2.4rem
    }
}
.presale-shop__ttl {
    color: #000;
    line-height: 1;
    padding: 0;
}
.presale-shop__ttl--umekita {
    background-color: #ED7B88
}
.presale-shop__ttl--south {
    background-color: #DF242F
}
.presale-shop__ttl--north {
    background-color: #291F6D
}
.presale-shop--floor-box {
    position: relative;
    margin-bottom: 90px;
    z-index: +1
}
@media screen and (min-width: 769px) {
    .presale-shop--floor-box {
        margin-bottom: 120px
    }
}
.presale-shop--floor-box:last-of-type {
    margin-bottom: 0
}
.presale-shop-list {
    margin-bottom: 32px
}
@media screen and (min-width: 769px) {
    .presale-shop-list {
        display: flex;
        flex-wrap: wrap;
        margin: -8px;
        margin-bottom: 42px
    }
}
.presale-shop-list:last-child {
    margin-bottom: 0
}
.presale-shop-list__item {
    margin-bottom: 15px;
    background-color: #fff;
    border: #000 4px solid
}
@media screen and (min-width: 769px) {
    .presale-shop-list__item {
        width: 389px;
        margin: 8px;
        transition: .5s
    }
}
.presale-shop--umekita .presale-shop-list__item {
    border-color: #ED7B88
}
.presale-shop--south .presale-shop-list__item {
    border-color: #DF242F
}
.presale-shop--north .presale-shop-list__item {
    border-color: #291F6D
}
@media screen and (min-width: 769px) {
    .presale-shop-list__item:hover {
        box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
        border-color: #fff
    }
}
.presale-shop-list__item > a {
    display: block;
    padding: 12px;
    background-color: #fff
}
.presale-shop-list__head {
    display: flex;
    align-items: center
}
@media screen and (min-width: 769px) {
    .presale-shop-list__head {
        height: 100%
    }
}
.presale-shop-list__logo {
    position: relative;
    width: 28%;
    padding-bottom: 28%;
    margin-right: 4%
}
@media screen and (min-width: 769px) {
    .presale-shop-list__logo {
        width: 114px;
        padding-bottom: 114px;
        margin-right: 16px
    }
}
.presale-shop-list__logo img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%)
}
.presale-shop-list__name-box {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif
}
@media screen and (max-width: 768px) {
    .presale-shop-list__name-box {
        width: 68%
    }
}
@media screen and (min-width: 769px) {
    .presale-shop-list__name-box {
        width: calc(100% - 130px)
    }
}
.presale-shop-list__shop-name {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.2
}
@media screen and (min-width: 769px) {
    .presale-shop-list__shop-name {
        font-size: 2rem
    }
}
@media screen and (min-width: 769px) {
    .presale-shop-list__shop-name .zucca {
        font-size: 3.2rem
    }
}
@media screen and (max-width: 768px) {
    .presale-shop-list__shop-name .zucca {
        font-size: 2.6rem
    }
}
.presale-shop-list__category {
    font-size: 1.1rem;
    line-height: 1.2
}
@media screen and (min-width: 769px) {
    .presale-shop-list__category {
        font-size: 1.2rem
    }
}
.presale-shop-list__discount {
    padding-top: 10px;
    border-top: 1px dashed #000;
    color: #ED7B88;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center
}
@media screen and (min-width: 769px) {
    .presale-shop-list__discount {
        font-size: 1.8rem
    }
}
.presale-shop-list__discount span {
    font-size: .7em;
    display: block;
    background: #303661;
    color: #FFF;
    padding: 5px;
}
.presale-floor {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F4F3F7;
    z-index: 99;
    transform: translateY(150%);
    transition: transform .5s ease
}
.presale-floor.show {
    bottom: 0;
    transform: translateY(100%)
}
.presale-floor.show.open {
    transform: translateY(0)
}
.presale-floor.attached {
    transform: translateY(0);
    position: absolute;
    bottom: 0
}
.presale-floor__inner {
    position: relative
}
@media screen and (max-width: 768px) {
    .presale-floor__inner {
        padding: 2% 4%
    }
}
@media screen and (min-width: 769px) {
    .presale-floor__inner {
        display: flex;
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0
    }
}
.presale-floor__inner--btn {
    position: relative
}
@media screen and (min-width: 769px) {
    .presale-floor__inner--btn {
        width: 1200px;
        margin: 0 auto
    }
}
.presale-floor__place, .presale-floor__place--umekita, .presale-floor__place--south, .presale-floor__place--north {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
}
@media screen and (min-width: 769px) {
    .presale-floor__place, .presale-floor__place--umekita, .presale-floor__place--south, .presale-floor__place--north {
        font-size: 1.6rem
    }
}
.presale-floor__place--umekita {
    width: 22%;
    background-color: #ED7B88
}
@media screen and (min-width: 769px) {
    .presale-floor__place--umekita {
        width: 190px
    }
}
.presale-floor__place--south {
    width: 22%;
    background-color: #DF242F
}
@media screen and (min-width: 769px) {
    .presale-floor__place--south {
        width: 190px
    }
}
.presale-floor__place--north {
    width: 22%;
    background-color: #291F6D
}
@media screen and (min-width: 769px) {
    .presale-floor__place--north {
        width: 190px
    }
}
.presale-floor__link, .presale-floor__link--umekita, .presale-floor__link--south, .presale-floor__link--north, .presale-floor__link--btn {
    display: block;
    position: relative;
    width: 9vw;
    height: 100%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
}
@media screen and (min-width: 769px) {
    .presale-floor__link, .presale-floor__link--umekita, .presale-floor__link--south, .presale-floor__link--north, .presale-floor__link--btn {
        width: 48px;
        font-size: 1.6rem;
        transition: opacity .3s
    }
}
.presale-floor__link::before, .presale-floor__link--umekita::before, .presale-floor__link--south::before, .presale-floor__link--north::before, .presale-floor__link--btn::before {
    position: absolute;
    right: 1px;
    bottom: -1px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    border-right: 0;
    transform: rotate(45deg);
    content: ""
}
@media screen and (min-width: 769px) {
    .presale-floor__link::before, .presale-floor__link--umekita::before, .presale-floor__link--south::before, .presale-floor__link--north::before, .presale-floor__link--btn::before {
        bottom: -2px;
        border-width: 6px;
        border-left-width: 6px
    }
}
@media screen and (min-width: 769px) {
    .presale-floor__link:hover, .presale-floor__link--umekita:hover, .presale-floor__link--south:hover, .presale-floor__link--north:hover, .presale-floor__link--btn:hover {
        opacity: .8
    }
}
.presale-floor__link--umekita {
    background-color: #ED7B88
}
.presale-floor__link--south {
    background-color: #DF242F
}
.presale-floor__link--north {
    background-color: #291F6D;
    color: #fff
}
.presale-floor__link--btn {
    position: absolute;
    top: 0;
    left: 3%;
    width: 90px;
    height: 32px;
    transform: translateY(-100%);
    background-color: #F4F3F7;
    color: #000;
    font-size: 1.2rem;
    line-height: 32px
}
@media screen and (min-width: 769px) {
    .presale-floor__link--btn {
        left: 0;
        width: 100px;
        height: 40px;
        font-size: 1.4rem;
        line-height: 40px;
        cursor: pointer;
        transition: opacity .2s ease
    }
    .presale-floor__link--btn:hover {
        text-decoration: underline
    }
}
.presale-floor__link--btn::before {
    border-left-color: #000
}
@media screen and (min-width: 769px) {
    .presale-floor__link--btn:hover {
        cursor: pointer
    }
}
.presale-floor-list, .presale-floor-list--umekita, .presale-floor-list--south, .presale-floor-list--north {
    display: flex
}
@media screen and (max-width: 768px) {
    .presale-floor-list, .presale-floor-list--umekita, .presale-floor-list--south, .presale-floor-list--north {
        flex-wrap: wrap
    }
}
@media screen and (min-width: 769px) {
    .presale-floor-list, .presale-floor-list--umekita, .presale-floor-list--south, .presale-floor-list--north {
        height: 46px
    }
}
@media screen and (min-width: 769px) {
    .presale-floor-list--umekita {
        margin-left: -2px
    }
}
.presale-floor-list__item {
    height: 33px;
    margin: 3px 2px;
    line-height: 33px
}
@media screen and (min-width: 769px) {
    .presale-floor-list__item {
        height: 46px;
        margin: 0 2px;
        line-height: 46px
    }
}
.covid19-wrap {
    background: #fff
}
@media screen and (min-width: 769px) {
    .covid19-wrap {
        padding-bottom: 200px;
        padding-top: 60px
    }
}
@media screen and (max-width: 768px) {
    .covid19-wrap {
        padding-bottom: 170px;
        padding-top: 40px
    }
}
.covid19-wrap a {
    display: block;
    text-align: right
}
.covid19-wrap a span {
    color: #222;
    font-size: 20.8px;
    font-size: 1.6rem;
    text-decoration: underline;
    transition: color .3s
}
.covid19-wrap a span:hover {
    color: #19aeac
}
.covid19-wrap a span::before {
    display: inline-block;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
    margin-right: 8px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    content: "";
    transition: border .3s
}
.covid19-contents {
    width: 92%;
    margin: 0 auto
}
@media screen and (min-width: 769px) {
    .covid19-contents {
        max-width: 1200px
    }
}
.covid19-contents__link {
    display: block
}
@media screen and (min-width: 769px) {
    .covid19-contents__link {
        margin-bottom: 40px
    }
}
@media screen and (max-width: 768px) {
    .covid19-contents__link {
        margin-bottom: 20px
    }
}
.covid19-contents-read {
    font-weight: 700
}
@media screen and (min-width: 769px) {
    .covid19-contents-read {
        font-size: 2.0rem;
        margin-bottom: 60px
    }
}
@media screen and (max-width: 768px) {
    .covid19-contents-read {
        font-size: 1.4rem;
        margin-bottom: 30px
    }
}
.covid19-contents-heading {
    position: relative
}
.covid19-contents-heading h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", Hiragino Mincho Pro, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho, ip;
    padding-left: 0.5em
}
.covid19-contents-heading h2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: #19aeac;
    content: ""
}
@media screen and (min-width: 769px) {
    .covid19-contents-heading h2 {
        font-size: 3.2rem;
        margin-bottom: 32px
    }
}
@media screen and (max-width: 768px) {
    .covid19-contents-heading h2 {
        font-size: 2.4rem;
        margin-bottom: 30px
    }
}
@media screen and (min-width: 769px) {
    .covid19-contents-caution {
        margin-bottom: 56px
    }
}
@media screen and (max-width: 768px) {
    .covid19-contents-caution {
        margin-bottom: 30px
    }
}
.covid19-contents-caution__item {
    position: relative;
    padding-left: 1.5em
}
@media screen and (min-width: 769px) {
    .covid19-contents-caution__item {
        font-size: 1.4rem
    }
}
@media screen and (max-width: 768px) {
    .covid19-contents-caution__item {
        font-size: 1.2rem
    }
}
.covid19-contents-caution__item::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: .5em;
    content: "・"
}
@media screen and (min-width: 769px) {
    .covid19-contents-image {
        margin-bottom: 30px
    }
}
@media screen and (max-width: 768px) {
    .covid19-contents-image {
        margin-bottom: 12px
    }
}
.presale-superannotation {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8)
}
.presale-superannotation-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: #DF242F 2px solid;
    padding: 32px;
    border-radius: 8px;
    background: #fff
}
@media screen and (max-width: 768px) {
    .presale-superannotation-inner {
        width: 92%
    }
}
.presale-superannotation-txt {
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem
}
.presale-superannotation-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    border: #000 1px solid
}
@media screen and (min-width: 769px) {
    .presale-superannotation-btn {
        width: 200px;
        cursor: pointer
    }
}
@media screen and (max-width: 768px) {
    .presale-superannotation-btn {
        width: 100%
    }
}
@media screen and (min-width: 769px) {
    .presale-superannotation-btn:hover {
        background: #000;
        color: #fff
    }
}
.tc-red {
    color: #DF242F
}
.presale-details-note .tc-red {
    font-weight: bold
}
@media screen and (max-width: 768px) {
    .pc-only {
        display: none
    }
}
@media screen and (min-width: 769px) {
    .sp-only {
        display: none
    }
}