@charset "utf-8";
/*
Block Editor Style
*/
@font-face {
    font-family: "NotoJP-Sub";
    src: url("/wp-content/themes/thejumpshop/lib/NotoSansJP-Sub.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+845B;
}

:root {
    --primary-font: "NotoJP-Sub", "heisei-kaku-gothic-std", sans-serif;
    --secondary-font: "brother-1816", sans-serif;
    /* colors */
    --backdrop: #111111cc;
    --bg-light: #f1f1f1;
    --text-primary: #111;
    --text-secondary: #666;
    --text-light: #999;
    --primary-color: #F4DDA5;
    --secondary-color: #F6BFBC;
    --tertiary-color: #BED3CA;
    --progress-color: #DAEAD0;
    --border-color: #E5E5E5;
    --bs-border-color: #E5E5E5;
}

:root :where(.is-layout-flex) {
    gap: 40px;
}

h2.wp-block-heading {
    font-size: 20px;
    margin-bottom: 1em;
}

h3.wp-block-heading {
    font-size: 16px;
    margin-bottom: 1em;
}

h4.wp-block-heading {
    font-size: 14px;
    color: var(--text-light);
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 1em;
}

p + .wp-block-heading {
    margin-top: 40px;
}

.wp-block-image :where(figcaption) {
    font-size: 12px;
    color: var(--text-light);
}

.wp-block-image.alignfull img {
    width: 100vw;
    max-width: initial;
}

.alignfull, .is-style-wide {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    clear: both;
}
.alignfull.wp-block-pullquote {
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.is-cropped img {
    height: 100% !important;
}
.rounded-circle img {
    border-radius: 50% !important;
}
.rounded img {
    border-radius: .25rem !important;
}
.wp-block-gallery figcaption a {
    color: #fff !important;
}

.wp-block-table thead {
    border-bottom: 0 none;
}
.wp-block-table table th, .wp-block-table table td {
    border: 1px solid var(--border-color);
}
.wp-block-table table th, .wp-block-table table td {
    padding: 20px !important;
}
.wp-block-table table th {
    background-color: var(--text-primary);
    color: #fff !important;
    text-align: center;
}

.wp-block-list {
    /* list-style-position: inside; */
    padding-left: 1.5rem;
    margin-left: 0;
    line-height: 1.6;
}

/* button */
.wp-element-button, .wp-block-button__link {
    border-width: 0;
    color: var(--text-primary);
    padding: 1.1rem 3.5rem 1.1rem 2.5rem;
    margin-top: 1.5rem;
    border-radius: 0;
    background-color: var(--bg-light);
    background-image: url(/wp-content/themes/thejumpshop/images/arrow-right-block.svg);
    background-repeat: no-repeat;
    background-position: center right 1.5rem;
    background-size: 17px;
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.4;
    transition: all var(--speed) ease;
}
.wp-block-button a, .wp-block-button__link {
    text-decoration: none;
}
.wp-block-button__link:hover {
    color: #fff !important;
    background-color: var(--text-primary);
    background-image: url(/wp-content/themes/thejumpshop/images/arrow-right-white.svg);
}

.wp-block-pullquote {
    border-bottom: 4px solid #0000000d;
    border-top: 4px solid #0000000d;
    padding: 4rem 0;
    text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
    border: 0 none;
}
.wp-block-pullquote blockquote {
    border: 0 none;
}
.wp-block-pullquote blockquote:before {
    display: none;
}
.wp-block-pullquote blockquote p {
    margin-bottom: 1rem !important;
}
.wp-block-pullquote blockquote cite {
    font-style: normal;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    color: #00000080;
    font-size: small;
    margin-top: 1em;
    position: relative;
    font-style: normal;
}
.wp-block-button__width-25 {
	width: 25%
}
.wp-block-button__width-50 {
	width: 50%
}
.wp-block-button__width-75 {
	width: 75%
}
.wp-block-button__width-100 {
	width: 100%
}

/* ------------------------------------ */
/* block-style */
/* ------------------------------------ */
.is-style-arrow-right a {
    background-image: url(/wp-content/themes/thejumpshop/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12px 12px;
    display: inline-block;
    padding-right: 1.5em;
    padding-bottom: 1px;
    color: var(--text-primary);
    font-family: var(--secondary-font);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid var(--text-primary);
}

.is-style-price {
    font-family: var(--secondary-font);
    font-weight: bold;
    font-size: var(--font-size-x-large);
    letter-spacing: -0.04em;
}
.is-style-price small {
    font-family: var(--primary-font);
    font-size: 12px;
    letter-spacing: -0.02em;
}

.is-style-box {
    padding: 40px;
    background-color: #eee;
}

/* ～768px（SP） */
@media (max-width: 768.98px) {

    :root :where(.is-layout-flex) {
        gap: 20px;
    }

    h2.wp-block-heading {
        font-size: 18px;
    }
    
    .wp-block-columns h2.wp-block-heading {
        font-size: 16px;
    }

    p + .wp-block-heading {
        margin-top: 32px;
    }

    .wp-block-table table th, .wp-block-table table td {
        padding: 16px !important;
    }

    .is-style-box {
        padding: 20px;
    }
}
