@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;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
    text-align: left;
}

*,
:after,
:before {
    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-wrapper a {
    text-decoration: none;
}

/*ここから*/
.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:flex;
  align-items:center;
  flex-wrap:wrap;
}

.sale_newcreate #h_logo{
  width:36%;
  margin:12px auto;
  float:none;
  min-width:220px;
}

.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;
  margin-left:auto;
  margin-right:auto;
  float:none;
}

.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;
  aspect-ratio: 134/33;
 background-size: 100% auto;
}

.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{
  position:relative;
  right:auto;
  margin-bottom:5px;
}

.sale_newcreate #subNav li{
  float:right;
}

.sale_newcreate #cart {
    position: relative;
    top: auto;
    right: auto;
}

.sale_newcreate #f_info{
  max-width:450px;
  width:96%;
  margin: 0 2%;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: flex-end;
}

@media(Max-width:599px){
  .sale_newcreate #f_info{
  align-items: 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: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sale-banner>a::after {
    content: "";
    display: block;
    position: relative;
    padding-top: 40%;
}

.sale-banner.big>a::after {
    padding-top: 50%;
}

.sale-banner>a>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}















.sale-banner .row01 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: 500;
    width: 90%;
    text-align: right;
    color: #fff;
}

.sale-banner .row02 {
    font-family: "Fabiola-script", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: clamp(60px, 10vw, 130px);
    line-height: 1em;
    margin: .1em 0 0;
    color: #004aad;
}

.sale-banner .row02>div {
    display: inline-block;
    transform: translateY(-.1em);
}

.sale-banner .row02>div:nth-child(1) {
    font-size: 1.5em;
    display: inline-block;
    transform: none;
}

.sale-banner .row03 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(12px, 1.5vw, 16px);
    letter-spacing: .3em;
    color: #fff;
    display: inline-block;
    padding: .2em 3em;
    background-color: rgba(0, 74, 173, 0.5);
    border-radius: 1em;
    margin-top: -.5em;
}









.sale-banner.big .row01 {
    font-family: "Noto Serif", serif;
    font-size: clamp(12px, 2.5vw, 28px);
    letter-spacing: .2em;
    color: #333;
    width: 100%;
    text-align: center;
        position:relative;
    z-index:1;
}

.sale-banner.big .row01>span {
    font-size: 1.2em;
}

.sale-banner.big .row02 {
    font-family: "Fabiola-script", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: clamp(30px, 20vw, 280px);
    line-height: 1em;
    margin: .2em 0 0;
    color: #004aad;
}

.sale-banner.big .row02>div:nth-child(1) {
    display: inline-block;
    transform: translateY(-.1em);
    font-size: 1em;
}

.sale-banner.big .row02>div:nth-child(2) {
    display: inline-block;
    transform: translateY(.1em);
}

.sale-banner.big .row03 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(14px, 2.8vw, 36px);
    letter-spacing: .3em;
    color: #004aad;
    font-weight: bold;
    margin-top: -1em;
    background-color: transparent;
    padding: 0;
        position:relative;
    z-index:1;
}

.sale-banner.big .row04 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(12px, 2.5vw, 28px);
    letter-spacing: .3em;
    color: #fff;
    display: inline-block;
    padding: .2em 3em;
    background-color: rgba(0, 74, 173, 0.5);
    border-radius: 1em;
    margin-top: .5em;
    position:relative;
    z-index:1;
}












.sale-banner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sale-banner-item {
    margin-top: 20px;
    width: calc(50% - 10px);
}

@media(Max-width:599px) {
    .sale-banner-item {
        margin-top: 10px;
        width: 100%;
    }
}













.section-name .blk-ttl {
    color: #000;
    font-size: clamp(16px, 8vw, 100px);
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1em;
}

.section-name .blk-sub {
    color: #000;
    font-size: clamp(14px, 2.4vw, 32px);
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: .1em;
    margin-top: .1em;
}

.section-name .red-cap-shell {
    text-align: right;
    width: 80%;
    margin: 0 auto;
}

.section-name .red-cap {
    display: inline-block;
    font-family: "pauline-script", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 6vw, 80px);
    color: #ff5757;
    transform: rotate(-10deg);
}




.category,
.pickup {
    max-width: 1000px;
    margin: 0 auto;
}

.category-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category-item {
    margin-top: 20px;
    width: calc(100% / 3 - 10px);
}

.category-item>a {
    display: block;
    position: relative;
    background-color: #888;
}

.category-item>a::after {
    content: "";
    display: block;
    position: relative;
    padding-top: 100%;
}

.category-item>a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('/import/tenant_1/spark.a-bisu.jp/images/cover.webp');
    background-repeat: no-repeat;
    background-size: 101% 101%;
    background-position: center center;
}

.category-item>a>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
}

.category-item-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.category-name {
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    display: inline-block;
    font-size: clamp(20px, 4vw, 45px);
    font-weight: 700;
}

@media(Max-width:1024px) {

    .category-item {
        margin-top: 10px;
        width: calc(100% / 3 - 5px);
    }
}

@media(Max-width:599px) {

    .category-item {
        margin-top: 10px;
        width: calc(100% / 2 - 5px);
    }
}


.main-contents {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    margin-top: 10vw;
    padding: 5vw 0;
}

.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 {
    background-color: #dfd6c9;
    padding: 1%;
    display: flex;
    align-items: center;
}

.left {
    width: 80%;
    display: flex;
    font-family: "Noto Sans", sans-serif;
    align-items: center;
}

.left .tage {
    color: #ff0000;
    font-size: clamp(26px, 18vw, 200px);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1em;
    transform: scaleX(.8)
}

.left .texts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.left .texts .row01 {
    color: #000;
    font-size: clamp(16px, 8vw, 100px);
    font-weight: 700;
    line-height: 1em;
}

.left .texts .row02 {
    font-size: clamp(14px, 2.8vw, 36px);
    color: #000;
    font-weight: 700;
    line-height: 1em;
    padding-left: .1em;
}

.left .texts .row03 {
    width: 100%;
    color: #ff0000;
    font-size: clamp(14px, 7vw, 80px);
    font-weight: 700;
    line-height: 1em;
    margin-top: -.1em;
}

.right {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right .arrow {
    width: 100%;
    display: block;
}

.right .arrow a {
    width: 100%;
    text-align: center;
    padding: 1em 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(12px, 2.5vw, 28px);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background-image: url('/import/tenant_1/spark.a-bisu.jp/images/right_bg.webp');
    background-size: 100% 100%;
}



.modelA-block {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -10%;
}

.modelB-block {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -40%;
}

.left-c {
    width: 50%;
    margin-top: 20%;
}

.left-c .row01 {
    text-align: center;
}

.left-c .row01 a {
    width: 60%;
    text-align: center;
    padding: .2em 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(10px, 1.5vw, 20px);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background-color: #695d5f;
}

.left-c .row02 {
    color: #000;
    font-size: clamp(14px, 2.4vw, 32px);
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
}

.left-c .row03 {
    text-align: center;
    font-family: "M PLUS Rounded 1c",
        sans-serif;
    font-size: clamp(12px, 1.5vw, 20px);
    color: #000;
    font-weight: 700;
    line-height: 1em;
    white-space: nowrap;
}

.left-c .row03 .redone {
    color: #ff0000;
    
}

.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%;
    position: relative;
    display: block;
    padding-top: 200%;
}

.right-c .model-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.all-block {
    text-align: center;
    margin-top: 4vw;
}

.all-block a {
    display: inline-block;
    color: #fff;
    font-family: "M PLUS Rounded 1c",
        sans-serif;
    display: inline-block;
    font-size: clamp(8px, 4vw, 45px);
    font-weight: 700;
    background-color: #19304c;
    letter-spacing: .3em;
    width: 60%;
    padding: .1em 0;
}
















.section-mini-name {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(8px, 4vw, 45px);
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: .5vw;
}

.pick-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pick-item {
    margin-top: 20px;
    width: calc(100% / 3 - 10px);
}

.pick-item>a {
    display: block;
    position: relative;
}

.pick-img {
    display: block;
    position: relative;
}

.pick-img::after {
    content: "";
    display: block;
    position: relative;
    padding-top: 110%;
}

.pick-img>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pick-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(223, 214, 201, 0.7);
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pick-name .bld-name {
    font-family: "Noto Serif", serif;
    font-size: clamp(16px, 1.3vw, 20px);
    letter-spacing: .2em;
    color: #333;
}

.pick-name .bld-name>span {
    font-size: 1.2em;
}

.pick-name .prd-name {
    width: 100%;
    color: #000;
    font-family: "Noto Serif", serif;
    line-height: 1em;
    font-size: clamp(12px, 1.2vw, 16px);
}

.c-boxes {
    display: flex;
    align-items: center;
}

.c-boxes>span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    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 {
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(20px, 2vw, 22px);
    display: inline-block;
    font-weight: bold;
    background-color: red;
    color: #fff;
    padding: 0 1em;
}

.pick-price {
    text-align: center;
    font-family: "Noto Sans",
        sans-serif;
    font-size: clamp(14px, 1.6vw, 24px);
    color: #000;
    letter-spacing: -.01em;
    font-weight: 700;
    line-height: 1.5em;
}

.pick-price .redone {
    color: #ff0000;
    font-size: 1.4em;
}

.pick-price .smallone {
    font-size: 0.4em;
    color: #000;
}

@media (max-width: 1024px) {
    .pick-item {
        margin-top: 10px;
        width: calc(100% / 3 - 5px);
    }
}

@media (max-width: 599px) {
    .pick-item {
        margin-top: 10px;
        width: calc(100% / 2 - 5px);
    }
}

[data-element-id].sale-banner-inner{
  width:90%;
  height:90%;
  border:2px dashed #fff;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

[data-element-id].category-item-inner{
  width:90%;
  height:90%;
  border:2px dashed #fff;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

[data-element-id].category-item>a::before{
  display:none;
}
