@charset "UTF-8";
@import url("https://use.typekit.net/rsc7buk.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

#wrapper.sale-wrapper {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    text-align: left;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
input,
button,
figure,
figcaption,
p,
pre,
a,
time {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    color: inherit;
    line-height: inherit;
}

svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

img,
video,
iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
    border-style: none;
}

img:not([src*="."]) {
    display: none;
}

b,
strong {
    font-weight: bolder;
}

ol,
ul {
    list-style: none;
}

time {
    display: block;
}

button,
[role="button"] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

table th {
    font-weight: normal;
}

.img img {
    width: 100%;
    text-align: center;
}

.sale-banner>a>img {
    width: auto !important;
    height: auto !important;
}

.sale-wrapper a {
    text-decoration: none;
}

.sale-wrapper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px;
}

.sale-wrapper-container .sale-wrapper#wrapper,
.sale-wrapper-container #side-drawer,
.sale-wrapper-container div[data-common-area] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sale-wrapper-container #side-drawer,
.sale-wrapper-container div[data-common-area] {
    width: 220px;
}

.sale-wrapper-container .sale-wrapper#wrapper {
    width: 10%;
    max-width: 1000px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 0 0 30px;
}

.sale-wrapper-container .side {
    display: block;
}

@media (max-width: 1024px) {
    .sale-wrapper-container .sale-wrapper#wrapper {
        margin-left: 0;
    }
}

/*ここから*/
.table_newcreate {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.sale_newcreate #header {
    width: 96%;
    max-width: 1200px;
}

.sale_newcreate #header .clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.sale_newcreate #h_logo {
    width: 36%;
    min-width: 220px;
    float: none;
    margin: 12px auto;
}

.sale_newcreate #h_logo a {
    max-width: 360px;
}

.sale_newcreate #h_logo a,
.sale_newcreate #h_logo img.M_ShopLogo {
    display: block;
    float: none;
    margin: 0;
}

.sale_newcreate #h_right {
    width: 64%;
    min-width: 360px;
    float: none;
    margin-left: auto;
}

.sale_newcreate #gNav {
    width: 100%;
    max-width: 670px;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.sale_newcreate #gNav li {
    width: 20%;
}

.sale_newcreate #gNav li#gNav01 a,
.sale_newcreate #gNav li#gNav02 a,
.sale_newcreate #gNav li#gNav03 a,
.sale_newcreate #gNav li#gNav04 a,
.sale_newcreate #gNav li#gNav05 a {
    width: 100%;
    height: auto;
    background-size: 100% auto;

    aspect-ratio: 134/33;
}

.sale_newcreate #gNav li#gNav01 a:hover,
.sale_newcreate #gNav li#gNav02 a:hover,
.sale_newcreate #gNav li#gNav03 a:hover,
.sale_newcreate #gNav li#gNav04 a:hover,
.sale_newcreate #gNav li#gNav05 a:hover {
    background-position: bottom;
}

.sale-wrapper#wrapper {
    width: 96%;
    max-width: 1200px;
    margin: 20px auto;
}

.sale_newcreate #footer {
    width: 96%;
    max-width: 1100px;
}

.sale_newcreate #footer a {
    display: inline-block;
}

.sale_newcreate #subNav {
    margin-bottom: 5px;
    position: relative;
    right: auto;
}

.sale_newcreate #subNav li {
    float: right;
}

.sale_newcreate #cart {
    position: relative;
    top: auto;
    right: auto;
}

.sale_newcreate #f_info {
    width: 96%;
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 2%;
}

@media(Max-width:599px) {
    .sale_newcreate #f_info {
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }
}

.sale_newcreate #f_info>* {
    text-align: left;
}

.sale_newcreate .pageTop {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}




















.sale-banner {
    display: block;
}

.sale-banner>a {
    display: block;
    position: relative;
}

.sale-banner-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sale-banner>a::after {
    content: "";
    display: block;
    padding-top: 40%;
    position: relative;
}

.sale-banner.big>a::after {
    padding-top: 50%;
}

.sale-banner>a>img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-img img {
  width: auto !important;
  height: auto !important;
}













.sale-banner .row01 {
    width: 90%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: clamp(12px, 1.5vw, 16px);
    color: #fff;
    text-align: right;
}

.sale-banner .row02 {
    margin: 0.1em 0 0;
    font-family: "Fabiola-script", sans-serif;
    font-weight: 100;
    font-size: clamp(60px, 10vw, 130px);
    color: #004aad;
    font-style: normal;
    line-height: 1em;
}

.sale-banner .row02>div {
    display: inline-block;
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
}

.sale-banner .row02>div:nth-child(1) {
    display: inline-block;
    font-size: 1.5em;
    -webkit-transform: none;
    transform: none;
}

.sale-banner .row03 {
    display: inline-block;
    margin-top: -0.5em;
    padding: 0.2em 3em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(12px, 1.5vw, 16px);
    color: #fff;
    letter-spacing: 0.3em;
    border-radius: 1em;
    background-color: rgba(0, 74, 173, 0.5);
}









.sale-banner.big .row01 {
    width: 100%;
    font-family: "Noto Serif", serif;
    font-size: clamp(12px, 2.5vw, 28px);
    color: #333;
    letter-spacing: 0.2em;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sale-banner.big .row01>span {
    font-size: 1.2em;
}

.sale-banner.big .row02 {
    margin: 0.2em 0 0;
    font-family: "Fabiola-script", sans-serif;
    font-weight: 100;
    font-size: clamp(30px, 20vw, 280px);
    color: #004aad;
    font-style: normal;
    line-height: 1em;
}

.sale-banner.big .row02>div:nth-child(1) {
    display: inline-block;
    font-size: 1em;
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
}

.sale-banner.big .row02>div:nth-child(2) {
    display: inline-block;
    -webkit-transform: translateY(0.1em);
    transform: translateY(0.1em);
}

.sale-banner.big .row03 {
    margin-top: -1em;
    padding: 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: clamp(14px, 2.8vw, 36px);
    color: #004aad;
    letter-spacing: 0.3em;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.sale-banner.big .row04 {
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.2em 3em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(12px, 2.5vw, 28px);
    color: #fff;
    letter-spacing: 0.3em;
    border-radius: 1em;
    background-color: rgba(0, 74, 173, 0.5);
    position: relative;
    z-index: 1;
}












.sale-banner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sale-banner-item {
    width: calc(50% - 10px);
    margin-top: 20px;
}

@media(Max-width:599px) {
    .sale-banner-item {
        width: 100%;
        margin-top: 10px;
    }
}













.section-name .blk-ttl {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 8vw, 100px);
    color: #000;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-align: center;
}

.section-name .blk-sub {
    margin-top: 0.1em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(14px, 2.4vw, 32px);
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
}

.section-name .red-cap-shell {
    width: 80%;
    margin: 0 auto;
    text-align: right;
}

.section-name .red-cap {
    display: inline-block;
    font-family: "pauline-script", sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 6vw, 80px);
    color: #ff5757;
    font-style: normal;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}




.category,
.pickup {
    max-width: 1000px;
    margin: 0 auto;
}

.category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-item {
    width: calc(100% / 3 - 10px);
    margin-top: 20px;
}

.category-item>a {
    display: block;
    background-color: #888;
    position: relative;
}

.category-item>a::after {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
}

.category-item>a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("/import/tenant_1/spark.a-bisu.jp/images/cover.webp");
    background-size: 101% 101%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.category-item>a>img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.category-item-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.category-name {
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 4vw, 45px);
    color: #fff;
}

@media(Max-width:1024px) {
    .category-item {
        width: calc(100% / 3 - 5px);
        margin-top: 10px;
    }
}

@media(Max-width:599px) {
    .category-item {
        width: calc(100% / 2 - 5px);
        margin-top: 10px;
    }
}


.main-contents {
    margin-top: 10vw;
    padding: 5vw 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

.main-contents>div+div {
    margin-top: 10vw;
}


.section-name {
    margin-bottom: 4vw;
}


.coordinate-block+.coordinate-block {
    margin-top: 4vw;
}

.coordinate-item>a {
    display: block;
}

.cdnt-belt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1%;
    background-color: #dfd6c9;
}

.left {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-family: "Noto Sans", sans-serif;
}

.left .tage {
    font-weight: 700;
    font-size: clamp(26px, 18vw, 200px);
    color: #f00;
    line-height: 1em;
    letter-spacing: -0.05em;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
}

.left .texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.left .texts .row01 {
    font-weight: 700;
    font-size: clamp(16px, 8vw, 100px);
    color: #000;
    line-height: 1em;
}

.left .texts .row02 {
    padding-left: 0.1em;
    font-weight: 700;
    font-size: clamp(14px, 2.8vw, 36px);
    color: #000;
    line-height: 1em;
}

.left .texts .row03 {
    width: 100%;
    margin-top: -0.1em;
    font-weight: 700;
    font-size: clamp(14px, 7vw, 80px);
    color: #f00;
    line-height: 1em;
}

.right {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.right .arrow {
    width: 100%;
    display: block;
}

.right .arrow a {
    width: 100%;
    display: inline-block;
    padding: 1em 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: clamp(12px, 2.5vw, 28px);
    color: #fff;
    text-align: center;
    background-image: url("/import/tenant_1/spark.a-bisu.jp/images/right_bg.webp");
    background-size: 100% 100%;
}



.modelA-block {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -10%;
    margin-left: auto;
    margin-right: auto;
}

.modelB-block {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -40%;
    margin-left: auto;
    margin-right: auto;
}

.left-c {
    width: 50%;
    margin-top: 20%;
}

.left-c .row01 {
    text-align: center;
}

.left-c .row01 a {
    width: 60%;
    display: inline-block;
    padding: 0.2em 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: clamp(10px, 1.5vw, 20px);
    color: #fff;
    text-align: center;
    background-color: #695d5f;
}

.left-c .row02 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: clamp(14px, 2.4vw, 32px);
    color: #000;
    text-align: center;
}

.left-c .row03 {
    font-family: "M PLUS Rounded 1c",
        sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 1.5vw, 20px);
    color: #000;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
}

.left-c .row03 .redone {
    color: #f00;
}

.left-c .row03 .smallone {
    font-size: 0.7em;
}


.right-c {
    width: 50%;
}

.right-c .model-img {
    width: 100%;
    position: relative;
}

.right-c .model-img::after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 200%;
    position: relative;
}

.right-c .model-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.all-block {
    margin-top: 4vw;
    text-align: center;
}

.all-block a {
    width: 60%;
    display: inline-block;
    display: inline-block;
    padding: 0.1em 0;
    font-family: "M PLUS Rounded 1c",
        sans-serif;
    font-weight: 700;
    font-size: clamp(8px, 4vw, 45px);
    color: #fff;
    letter-spacing: 0.3em;
    background-color: #19304c;
}
















.section-mini-name {
    margin-bottom: 0.5vw;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: clamp(8px, 4vw, 45px);
    color: #000;
    letter-spacing: 0.1em;
}

.pick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pick-item {
    width: calc(100% / 3 - 10px);
    margin-top: 20px;
}

.pick-item>a {
    display: block;
    position: relative;
}

.pick-img {
    display: block;
    position: relative;
}

.pick-img::after {
    content: "";
    display: block;
    padding-top: 110%;
    position: relative;
}

.pick-img>img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.pick-name {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2%;
    background-color: rgba(223, 214, 201, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.pick-name .bld-name {
    font-family: "Noto Serif", serif;
    font-size: clamp(16px, 1.3vw, 20px);
    color: #333;
    letter-spacing: 0.2em;
}

.pick-name .bld-name>span {
    font-size: 1.2em;
}

.pick-name .prd-name {
    width: 100%;
    font-family: "Noto Serif", serif;
    font-size: clamp(12px, 1.2vw, 16px);
    color: #000;
    line-height: 1em;
}

.c-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.c-boxes>span {
    width: 1.5vw;
    height: 1.5vw;
    display: block;
    margin-left: 5%;
}

.c-boxes>span.white {
    background-color: white;
}

.c-boxes>span.black {
    background-color: black;
}

.c-boxes>span.navy {
    background-color: navy;
}

.c-boxes>span.brown {
    background-color: brown;
}

.c-boxes>span.beige {
    background-color: beige;
}

.pick-off {
    display: inline-block;
    padding: 0 1em;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: clamp(20px, 2vw, 22px);
    color: #fff;
    background-color: red;
}

.pick-price {
    font-family: "Noto Sans",
        sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.6vw, 24px);
    color: #000;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    text-align: center;
}

.pick-price .redone {
    font-size: 1.4em;
    color: #f00;
}

.pick-price .smallone {
    font-size: 0.4em;
    color: #000;
}

@media (max-width: 1024px) {
    .pick-item {
        width: calc(100% / 3 - 5px);
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .pick-item {
        width: calc(100% / 2 - 5px);
        margin-top: 10px;
    }
}

[data-element-id].sale-banner-inner {
    width: 90%;
    height: 90%;
    border: 2px dashed #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

[data-element-id].category-item-inner {
    width: 90%;
    height: 90%;
    border: 2px dashed #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

[data-element-id].category-item>a::before {
    display: none;
}

[data-hide-element] {
    border: 5px solid #f44336;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.row04.text {
    padding: 1em;
}

/* ↓ 非表示コンテンツと対象要素の見たまま編集画面での調整 */
[data-hide-element]:before {
    content: "非表示コンテンツ（解除はここをダブルクリック→非表示化→表示を選択" !important;
    width: 100% !important;
    display: block;
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
}

[data-element-id] div[data-hide-element]+div[data-hide-element],
[data-element-id] .coordinate-block+div[data-hide-element],
[data-element-id] div[data-hide-element]+.coordinate-block {
    margin-top: 4vw;
}

[data-element-id] .coordinate-block {
    border: 5px solid green;
}

[data-element-id] .coordinate-block::before {
    content: "非表示にする時はここをダブルクリック→非表示化→非表示を選択";
    display: block;
    padding: 0.5em;
    font-size: 12px;
    color: white;
    line-height: 1.2em;
    text-align: center;
    background-color: green;
}

[data-element-id] div[data-hide-element] .coordinate-block {
    border: unset;
}

[data-element-id] div[data-hide-element] .coordinate-block::before {
    display: none;
}

@media (max-width: 1024px) {
    #side-drawer {
        display: none;
    }
}
