@charset "UTF-8";
/* Wordpressテンプレ */
.css-1cak69g, .em5sgkm7 {
    height: auto !important;
}
.wp-block-site-logo {
    line-height: 0
}
.wp-block-site-logo a {
    display: inline-block
}
.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}
.wp-block-site-logo a, .wp-block-site-logo img {
    border-radius: inherit
}
.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}
.wp-block-group {
    box-sizing: border-box
}
:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}
.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit
}
.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}
.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}
.wp-block-post-title {
    word-break: break-word
}
.wp-block-post-title a {
    display: inline-block
}
.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}
.wp-block-post-featured-image a {
    display: block
}
.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom
}
.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    width: 100%
}
.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto
}
.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
}
.wp-block-separator.has-css-opacity {
    opacity: .4
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}
/*
.wp-block-separator.has-alpha-channel-opacity {
  opacity: 1
}
*/
/*
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px
}
*/
.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}
.wp-block-spacer {
    clear: both
}
.is-small-text {
    font-size: .875em
}
.is-regular-text {
    font-size: 1em
}
.is-large-text {
    font-size: 2.25em
}
.is-larger-text {
    font-size: 3em
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}
p.has-drop-cap.has-background {
    overflow: hidden
}
p.has-background {
    padding: 1.25em 2.375em
}
:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}
.wp-block-image {
    margin: 0 0 1em
}
.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}
.wp-block-image:not(.is-style-rounded) > a, .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}
.wp-block-image.aligncenter {
    text-align: center
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%
}
.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
    display: table
}
.wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom
}
.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}
.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
    border-radius: 9999px
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}
.wp-block-image figure {
    margin: 0
}
.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}
.is-dark-theme .wp-block-image figcaption {
    color: hsla(0, 0%, 100%, .65)
}
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}
@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}
.wp-block-columns.are-vertically-aligned-center {
    align-items: center !important;
}
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}
@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}
@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}
.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
    flex-grow: 0
}
:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}
.wp-block-column.is-vertically-aligned-center {
    align-self: center
}
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}
.wp-block-post-comments .alignleft {
    float: left
}
.wp-block-post-comments .alignright {
    float: right
}
.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}
.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}
.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}
.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}
.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}
.wp-block-post-comments .comment-author {
    line-height: 1.5
}
.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: .5em;
    margin-right: .75em;
    width: 2.5em
}
.wp-block-post-comments .comment-author cite {
    font-style: normal
}
.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}
.wp-block-post-comments .comment-meta b {
    font-weight: 400
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block
}
.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}
.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}
.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}
.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}
.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}
.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}
.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}
.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
}
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}
.wp-block-post-comments input[type=submit] {
    border: none
}
.wp-block-buttons.is-vertical {
    flex-direction: column
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}
.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}
.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}
.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}
.wp-block-buttons.is-content-justification-center {
    justify-content: center
}
.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}
.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}
.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}
.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}
.wp-block-buttons.aligncenter {
    text-align: center
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}
.wp-block-button.aligncenter {
    text-align: center
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff
}
.wp-block-button__link.aligncenter {
    text-align: center
}
.wp-block-button__link.alignright {
    text-align: right
}
.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}
.is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}
.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}
:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}
:root .has-very-light-gray-background-color {
    background-color: #eee
}
:root .has-very-dark-gray-background-color {
    background-color: #313131
}
:root .has-very-light-gray-color {
    color: #eee
}
:root .has-very-dark-gray-color {
    color: #313131
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}
.has-regular-font-size {
    font-size: 1em
}
.has-larger-font-size {
    font-size: 2.625em
}
.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}
.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}
.has-text-align-center {
    text-align: center
}
.has-text-align-left {
    text-align: left
}
.has-text-align-right {
    text-align: right
}
#end-resizable-editor-section {
    display: none
}
.aligncenter {
    clear: both
}
.items-justified-left {
    justify-content: flex-start
}
.items-justified-center {
    justify-content: center
}
.items-justified-right {
    justify-content: flex-end
}
.items-justified-space-between {
    justify-content: space-between
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}
.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
html :where(.has-border-color), html :where([style*=border-width]) {
    border-style: solid
}
html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--foreground: #000000;
    --wp--preset--color--background: #ffffff;
    --wp--preset--color--primary: #1a4548;
    --wp--preset--color--secondary: #ffe2c7;
    --wp--preset--color--tertiary: #F6F6F6;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--gradient--vertical-secondary-to-tertiary: linear-gradient(to bottom, var(--wp--preset--color--secondary) 0%, var(--wp--preset--color--tertiary) 100%);
    --wp--preset--gradient--vertical-secondary-to-background: linear-gradient(to bottom, var(--wp--preset--color--secondary) 0%, var(--wp--preset--color--background) 100%);
    --wp--preset--gradient--vertical-tertiary-to-background: linear-gradient(to bottom, var(--wp--preset--color--tertiary) 0%, var(--wp--preset--color--background) 100%);
    --wp--preset--gradient--diagonal-primary-to-foreground: linear-gradient(to bottom right, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--foreground) 100%);
    --wp--preset--gradient--diagonal-secondary-to-background: linear-gradient(to bottom right, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--background) 50%);
    --wp--preset--gradient--diagonal-background-to-secondary: linear-gradient(to bottom right, var(--wp--preset--color--background) 50%, var(--wp--preset--color--secondary) 50%);
    --wp--preset--gradient--diagonal-tertiary-to-background: linear-gradient(to bottom right, var(--wp--preset--color--tertiary) 50%, var(--wp--preset--color--background) 50%);
    --wp--preset--gradient--diagonal-background-to-tertiary: linear-gradient(to bottom right, var(--wp--preset--color--background) 50%, var(--wp--preset--color--tertiary) 50%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--duotone--foreground-and-background: url('#wp-duotone-foreground-and-background');
    --wp--preset--duotone--foreground-and-secondary: url('#wp-duotone-foreground-and-secondary');
    --wp--preset--duotone--foreground-and-tertiary: url('#wp-duotone-foreground-and-tertiary');
    --wp--preset--duotone--primary-and-background: url('#wp-duotone-primary-and-background');
    --wp--preset--duotone--primary-and-secondary: url('#wp-duotone-primary-and-secondary');
    --wp--preset--duotone--primary-and-tertiary: url('#wp-duotone-primary-and-tertiary');
    --wp--preset--font-size--small: 1rem;
    --wp--preset--font-size--medium: 1.125rem;
    --wp--preset--font-size--large: 1.75rem;
    --wp--preset--font-size--x-large: clamp(1.75rem, 3vw, 2.25rem);
    --wp--custom--spacing--small: max(1.25rem, 5vw);
    --wp--custom--spacing--medium: clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)));
    --wp--custom--spacing--large: clamp(4rem, 10vw, 8rem);
    --wp--custom--spacing--outer: var(--wp--custom--spacing--small, 1.25rem);
    --wp--custom--typography--font-size--huge: clamp(2.25rem, 4vw, 2.75rem);
    --wp--custom--typography--font-size--gigantic: clamp(2.75rem, 6vw, 3.25rem);
    --wp--custom--typography--font-size--colossal: clamp(3.25rem, 8vw, 6.25rem);
    --wp--custom--typography--line-height--tiny: 1.15;
    --wp--custom--typography--line-height--small: 1.2;
    --wp--custom--typography--line-height--medium: 1.4;
    --wp--custom--typography--line-height--normal: 1.6;
}
body {
    margin: 0;
}
.wp-site-blocks > .alignleft {
    float: left;
    margin-right: 2em;
}
.wp-site-blocks > .alignright {
    float: right;
    margin-left: 2em;
}
.wp-site-blocks > .aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.wp-site-blocks > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-site-blocks > * + * {
    margin-block-start: var(--wp--style--block-gap);
}
h1 {
    font-weight: 300;
    line-height: var(--wp--custom--typography--line-height--tiny);
}
h2 {
    font-size: var(--wp--custom--typography--font-size--gigantic);
    font-weight: 300;
    line-height: var(--wp--custom--typography--line-height--small);
}
h3 {
    font-size: var(--wp--custom--typography--font-size--huge);
    font-weight: 300;
    line-height: var(--wp--custom--typography--line-height--tiny);
}
h4 {
    font-size: var(--wp--preset--font-size--x-large);
    font-weight: 300;
    line-height: var(--wp--custom--typography--line-height--tiny);
}
h5 {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 700;
    line-height: var(--wp--custom--typography--line-height--normal);
    text-transform: uppercase;
}
h6 {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 400;
    line-height: var(--wp--custom--typography--line-height--normal);
    text-transform: uppercase;
}
a {
    color: var(--wp--preset--color--foreground);
}
.wp-block-button__link {
    background-color: var(--wp--preset--color--primary);
    border-radius: 0;
    color: var(--wp--preset--color--background);
    font-size: var(--wp--preset--font-size--medium);
}
.wp-block-post-title {
    font-size: var(--wp--custom--typography--font-size--gigantic);
    font-weight: 300;
    line-height: var(--wp--custom--typography--line-height--tiny);
}
.wp-block-post-comments {
    padding-top: var(--wp--custom--spacing--small);
}
.wp-block-pullquote {
    border-width: 1px 0;
}
.wp-block-query-title {
    font-size: var(--wp--custom--typography--font-size--gigantic);
    font-weight: 300;
    line-height: var(--wp--custom--typography--line-height--small);
}
.wp-block-quote {
    border-width: 1px;
}
.wp-block-site-title {
    font-size: var(--wp--preset--font-size--medium);
    font-style: italic;
    font-weight: normal;
    line-height: var(--wp--custom--typography--line-height--normal);
}
.has-black-color {
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-foreground-color {
    color: var(--wp--preset--color--foreground) !important;
}
.has-background-color {
    color: var(--wp--preset--color--background) !important;
}
.has-primary-color {
    color: var(--wp--preset--color--primary) !important;
}
.has-secondary-color {
    color: var(--wp--preset--color--secondary) !important;
}
.has-tertiary-color {
    color: var(--wp--preset--color--tertiary) !important;
}
.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-foreground-background-color {
    background-color: var(--wp--preset--color--foreground) !important;
}
.has-background-background-color {
    background-color: var(--wp--preset--color--background) !important;
}
.has-primary-background-color {
    background-color: var(--wp--preset--color--primary) !important;
}
.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary) !important;
}
.has-tertiary-background-color {
    background-color: var(--wp--preset--color--tertiary) !important;
}
.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-foreground-border-color {
    border-color: var(--wp--preset--color--foreground) !important;
}
.has-background-border-color {
    border-color: var(--wp--preset--color--background) !important;
}
.has-primary-border-color {
    border-color: var(--wp--preset--color--primary) !important;
}
.has-secondary-border-color {
    border-color: var(--wp--preset--color--secondary) !important;
}
.has-tertiary-border-color {
    border-color: var(--wp--preset--color--tertiary) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-vertical-secondary-to-tertiary-gradient-background {
    background: var(--wp--preset--gradient--vertical-secondary-to-tertiary) !important;
}
.has-vertical-secondary-to-background-gradient-background {
    background: var(--wp--preset--gradient--vertical-secondary-to-background) !important;
}
.has-vertical-tertiary-to-background-gradient-background {
    background: var(--wp--preset--gradient--vertical-tertiary-to-background) !important;
}
.has-diagonal-primary-to-foreground-gradient-background {
    background: var(--wp--preset--gradient--diagonal-primary-to-foreground) !important;
}
.has-diagonal-secondary-to-background-gradient-background {
    background: var(--wp--preset--gradient--diagonal-secondary-to-background) !important;
}
.has-diagonal-background-to-secondary-gradient-background {
    background: var(--wp--preset--gradient--diagonal-background-to-secondary) !important;
}
.has-diagonal-tertiary-to-background-gradient-background {
    background: var(--wp--preset--gradient--diagonal-tertiary-to-background) !important;
}
.has-diagonal-background-to-tertiary-gradient-background {
    background: var(--wp--preset--gradient--diagonal-background-to-tertiary) !important;
}
.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-container-1 {
    display: flex;
    gap: var(--wp--style--block-gap, 0.5em);
    flex-wrap: wrap;
    align-items: flex-start;
}
.wp-container-1 > * {
    margin: 0;
}
.wp-container-3 {
    display: flex;
    gap: var(--wp--style--block-gap, 0.5em);
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.wp-container-3 > * {
    margin: 0;
}
.wp-container-4 {
    display: flex;
    gap: var(--wp--style--block-gap, 0.5em);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.wp-container-4 > * {
    margin: 0;
}
.wp-container-5 > :where(:not(.alignleft):not(.alignright)) {
    /*  max-width: 650px;*/
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-5 > .alignwide {
    max-width: 1000px;
}
.wp-container-5 .alignfull {
    max-width: none;
}
.wp-container-5 > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-container-5 > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.wp-container-5 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-5 > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-container-5 > * + * {
    margin-block-start: var(--wp--style--block-gap);
    margin-block-end: 0;
}
.wp-container-6 > :where(:not(.alignleft):not(.alignright)) {
    max-width: 650px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-6 > .alignwide {
    max-width: 1000px;
}
.wp-container-6 .alignfull {
    max-width: none;
}
.wp-container-6 > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-container-6 > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.wp-container-6 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-6 > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-container-6 > * + * {
    margin-block-start: var(--wp--style--block-gap);
    margin-block-end: 0;
}
.wp-container-7 > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-container-7 > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.wp-container-7 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-7 > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-container-7 > * + * {
    margin-block-start: var(--wp--style--block-gap);
    margin-block-end: 0;
}
.wp-container-8 > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-container-8 > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.wp-container-8 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-8 > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-container-8 > * + * {
    margin-block-start: var(--wp--style--block-gap);
    margin-block-end: 0;
}
.wp-container-9 {
    display: flex;
    gap: var(--wp--style--block-gap, 2em);
    flex-wrap: nowrap;
    align-items: center;
}
.wp-container-9 > * {
    margin: 0;
}
.wp-container-10 > :where(:not(.alignleft):not(.alignright)) {
    max-width: 650px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-10 > .alignwide {
    max-width: 1000px;
}
.wp-container-10 .alignfull {
    max-width: none;
}
.wp-container-10 > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-container-10 > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.wp-container-10 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-10 > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-container-10 > * + * {
    margin-block-start: var(--wp--style--block-gap);
    margin-block-end: 0;
}
.wp-container-11 > :where(:not(.alignleft):not(.alignright)) {
    /*  max-width: 650px;*/
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-11 > .alignwide {
    max-width: 1000px;
}
.wp-container-11 .alignfull {
    max-width: none;
}
.wp-container-11 > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-container-11 > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.wp-container-11 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-11 > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-container-11 > * + * {
    margin-block-start: var(--wp--style--block-gap);
    margin-block-end: 0;
}
.wp-container-12 > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-container-12 > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.wp-container-12 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-12 > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-container-12 > * + * {
    margin-block-start: var(--wp--style--block-gap);
    margin-block-end: 0;
}
.wp-container-13 {
    display: flex;
    gap: var(--wp--style--block-gap, 0.5em);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.wp-container-13 > * {
    margin: 0;
}
.wp-container-14 > :where(:not(.alignleft):not(.alignright)) {
    max-width: 650px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-14 > .alignwide {
    max-width: 1000px;
}
.wp-container-14 .alignfull {
    max-width: none;
}
.wp-container-14 > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-container-14 > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.wp-container-14 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-14 > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
.wp-container-14 > * + * {
    margin-block-start: var(--wp--style--block-gap);
    margin-block-end: 0;
}
/* TOP用
---------------*/
.mv {
    position: relative;
    z-index: 1;
}
.mv figure {
    width: 100vw;
    height: 110vh;
    overflow: hidden;
}
.mv figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
}
.mv figure video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body.on .mv figure img {
    transform: scale(1.00);
    transition: 1.5s;
    transition-delay: 0.2s;
}
.mv h2.catch {
    position: absolute;
    font-size: 36px;
    letter-spacing: 1.0em;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    font-weight: 600;
}
.mv h2.catch.vertical {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-top: 24px;
    letter-spacing: 0.75em;
}
.mv h2.catch span {
    font-size: 20px;
    margin-top: -4px;
    display: block;
    letter-spacing: 0.1em;
}
.mv p.time {
    position: absolute;
    left: 64px;
    top: calc(100vh - 96px);
    font-size: 13px;
    padding: 12px 16px;
    z-index: 200;
    background: #fff;
}
.mv p.time strong {
    margin-right: 16px;
    font-weight: 600;
}
.mv .leadBlock {
    width: 100vw;
    padding: 160px 0;
}
.mv .leadBlock.vertical .inner {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 0 auto;
}
.mv .leadBlock.vertical .inner div {}
.mv .leadBlock.vertical .inner div:first-child {
    display: flex;
    justify-content: flex-start;
}
.mv .leadBlock.vertical .inner div:last-child {
    display: flex;
    justify-content: flex-end;
}
/*
.mv .leadBlock.vertical .inner *{
	font-feature-settings: 'pkna';
	 -webkit-font-feature-settings: 'pkna';
	font-family: YuMincho, "Yu Mincho medium", "Hiragino Mincho ProN",  "serif"
}
*/
.mv .leadBlock:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(110vh - 160px);
    width: 100vw;
    height: 160px;
}
.mv .leadBlock h2 {
    font-size: 27px;
    letter-spacing: 0.5em;
    line-height: 2.0;
    margin-left: 32px;
    margin-bottom: 16px;
    min-width: 48px;
}
.mv .leadBlock p {
    line-height: 2.5;
    min-width: 48px;
}
.mv .leadBlock:not(.vertical) > .inner {
    text-align: center;
}
.mv .leadBlock.vertical > .inner > div {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.news {
    width: 986px;
    max-width: 96vw;
    margin: 160px auto 72px;
    display: flex;
    gap: 80px;
}
.news ul {
    width: 728px;
    margin: 0 auto;
    max-width: 70vw;
}
.news li {
    display: flex;
    gap: 40px;
    padding: 32px 0;
    border-bottom: 1px solid #d1d3d5;
    width: 766px;
    max-width: 65vw;
}
.news li .date {
    width: 120px;
    display: inline-block;
}
.news li a {
    display: flex;
}
.news li .text {
    width: 632px;
    max-width: 50vw;
}
.news li:first-child {
    padding-top: 0;
}
.news h2 {
    font-size: 30px;
    margin-top: -4px;
    font-weight: 500;
}
.news:not(.underNews) li:last-child {
    text-align: right;
    justify-content: flex-end;
    border-bottom: none;
}
.news:not(.underNews) li:last-child a {
    text-decoration: underline;
}
.pagenation {
    text-align: center;
}
.pagenation ul {
    display: flex;
    justify-content: center;
    gap: 6px;
}
.pagenation ul li {
    opacity: 0.3;
}
.pagenation ul li.active {
    opacity: 1.0;
}
.newsDetail > .layout3Wrap > section {
    width: 860px;
    margin: 0 auto;
}
.newsDetail p.date {
    opacity: 0.5;
    padding-top: 0;
    font-size: 16px;
    margin-top: 0 !important;
}
.newsDetail .wp-block-image {
    margin-top: 32px !important;
}
.newsDetail h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 0 !important;
    font-weight: 600;
}
.newsDetail h2 + * {
    margin-top: 32px;
}
.newsDetail section > * {
    margin-top: 32px;
}
.leftImg {
    display: flex;
    align-items: center;
    gap: 6.6666vw;
    margin: 160px 0 0;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}
.leftImg figure {
    width: 50vw;
    max-width: 50%;
}
.leftImg img {
    width: 100%;
}
.leftImg > div {
    width: 48%;
    padding-right: 7%;
}
.leftImg h2 {
    position: relative;
    font-size: 30px;
    letter-spacing: 0.5em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 62px;
}
.leftImg h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 32px;
    height: 1px;
}
.rightImg {
    display: flex;
    align-items: center;
    gap: 6.6666vw;
    margin: 160px 0 0;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}
.rightImg figure {
    width: 50vw;
    max-width: 50%;
}
.rightImg img {
    width: 100%;
}
.rightImg > div {
    width: 48%;
    padding-left: 7%;
}
.rightImg h2 {
    position: relative;
    font-size: 30px;
    letter-spacing: 0.5em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 62px;
}
.rightImg h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 32px;
    height: 1px;
}
.link3block {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
    margin-top: 160px;
}
.link3block ul {
    display: flex;
    width: 100.2vw;
    max-width: 100%;
}
.link3block li {
    position: relative;
    width: 33.4vw;
    overflow: hidden;
    height: 38.2vw;
}
.link3block li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 27px;
    letter-spacing: 0.5em;
}
.link3block li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
}
.link3block li figure:after {
    background: #535c64;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.link3block li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.linktopblock + .linktopblock {
    margin-top: 0;
}
.link2block {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
    margin-top: 160px;
}
.link2block ul {
    display: flex;
    width: 100.2vw;
    max-width: 100%;
}
.link2block li {
    position: relative;
    width: 50vw;
    overflow: hidden;
    height: 38.2vw;
}
.link2block li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 27px;
    letter-spacing: 0.5em;
}
.link2block li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
}
.link2block li figure {
    background: #535c64;
    position: relative;
}
.link2block li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.link2block li figure:after {
    background: #535c64;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.bigImgBlockleft {
    max-width: 100vw;
    width: 100%;
}
.bigImgBlockleft {
    margin: 184px 0 160px 0;
    padding-left: 4.44444vw;
    position: relative;
}
.bigImgBlockleft figure {
    width: 95.755556vw;
    max-width: 100%;
}
.bigImgBlockleft figure img {
    width: 100%;
}
.bigImgBlockleft h2 {
    position: absolute;
    left: 7.2vw;
    top: -4.4444vw;
    font-size: 27px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background: #f2f2f2;
    padding: 24px 16px;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.bigImgBlockleft h2 p {
    line-height: 1.65;
}
.bigImgBlockleft > p {
    width: 68.0555%;
    max-width: 100%;
    columns: 2;
    column-gap: 7.7777vw;
    margin-left: 13.3vw;
    margin-top: 80px;
}
.bigImgBlockright {
    max-width: 100vw;
    width: 100%;
}
.bigImgBlockright {
    margin: 184px 0 160px 0;
    padding-right: 4.444444vw;
    position: relative;
}
.bigImgBlockright figure {
    width: 95.755556vw;
    max-width: 100%;
}
.bigImgBlockright figure img {
    width: 100%;
}
.bigImgBlockright h2 {
    position: absolute;
    right: 7.2vw;
    top: -4.4444vw;
    font-size: 27px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background: #f2f2f2;
    padding: 24px 16px;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.bigImgBlockright h2 p {
    line-height: 1.65;
}
.bigImgBlockright > p {
    width: 68.0555%;
    max-width: 100%;
    columns: 2;
    column-gap: 7.7777vw;
    margin-left: 13.3vw;
    margin-top: 80px;
}
.photogallery {
    margin: 160px 0 0;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}
.photogallery h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.25em;
    margin-bottom: 56px;
    font-weight: 600;
}
.photogallery ul {
    display: flex;
    gap: 3.3333vw;
}
.photogallery li {
    height: 22.5vw;
}
.photogallery li:blank {
    display: none;
}
.photogallery li img {
    height: 100%;
}
.bgBlock {
    background: #F7FCFC;
    width: 100vw;
    margin-top: 96px !important;
/*    min-width: 1064px;*/
    overflow: hidden;
    position: relative;
}
.bgBlock .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
}
.bgBlock .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bgBlock .inner {
    position: relative;
    padding: 96px 12.2222vw;
    width: 51.875vw;
}
.bgBlock .inner > *:first-child, .bgBlock .inner > *:first-child > *:first-child {
    margin-top: 0 !important;
}
.bgBlock .inner h2 {
    position: relative;
    font-size: 30px;
    letter-spacing: 0.5em;
    margin-bottom: 62px;
}
.bgBlock .inner h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 32px;
    height: 1px;
}
.bgBlock .inner p {
    margin: 40px 0 0;
}
.bgBlock .inner > p {
    font-size: 15px;
}
.bgBlock .btn3 a {
    width: 100%;
    padding: 16px 24px;
    display: block;
    text-align: center;
}
.bgBlock .image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}
/* 固定ページ用
------------------------*/
body > .layout3Wrap > p + p {
    margin-top: 32px;
}
.underBlock {
    max-width: 1032px;
    width: 100%;
    margin: 160px auto 0;
}
h3.line + .underBlock {
    margin-top: 72px;
}
h3.line.left {
    text-align: left;
}
h3.line.center {
    text-align: center;
}
h3.line.right {
    text-align: right;
}
.headBlock + .underBlock {
    margin-top: 40px;
}
.under.vertical.layout1 .layout3Wrap {
    padding-top: 240px;
}

.h2head {
    max-width: 100vw;
    width: 100%;
    height: 27.2222vw;
    position: relative;
    pointer-events: none;
}
.h2head figure:after {
    content: "";
    position: absolute;
    max-width: 100vw;
    width: 100%;
    height: 27.2222vw;
    background: #95A2AC;
    mix-blend-mode: multiply;
    display: block;
    left: 0;
    top: 0;
}
.h2head h2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    font-size: 48px;
    justify-content: center;
    align-items: center;
}
.h2head figure {
    position: relative;
    z-index: 9;
    height: 100%;
    width: 100%;
}
.h2head figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subNav1 {
    width: 100vw;
}
.subNav1 ul {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 24px 0;
}
.subNav2 {
    background: #CFD4D8;
    width: 100%;
}
.subNav2 ul {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 24px 0;
}
.h2title {
    display: flex;
    justify-content: center;
    /*  width: 100%;*/
    align-items: center;
}
.h2title.vertical h3 {
    margin-top: 160px;
    font-size: 30px;
    letter-spacing: 0.5em;
    font-weight: 600;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
body > .layout3Wrap > p {
    width: 680px;
    margin: 160px auto 0;
    font-size: 15px;
}
.wp-block-column > p {
    font-size: 15px;
}
body > .layout3Wrap > ul {
    width: 680px;
    margin: 160px auto 0;
}
body > .layout3Wrap > ul li {
    list-style-type: revert;
    list-style: disc;
    padding-left: 8px;
    padding-bottom: 12px;
    font-size: 15px;
}
.wp-block-image {
    max-width: 1032px;
    width: 100%;
    margin: 160px auto 0 !important;
    text-align: center;
}
.wp-block-image img {
    max-width: 100%;
}
h2.noimage + * {
    margin-top: 72px !important;
}
h3 + *, h4 + *, h5 + * {
    margin-top: 32px;
}
body > .layout3Wrap > ul {
    margin-top: 32px;
}
h3.line {
    font-size: 36px;
    text-align: center;
    position: relative;
    margin: 160px 0 48px !important;
    font-weight: 600;
}
h3.line p{
    line-height: 1.35;
}
h3.line:after {
    content: "";
    position: absolute;
    bottom: -22px;
    width: 32px;
    height: 1px;
}
h3.line.center:after {
    left: 50%;
    margin-left: -16px;
}
h3.line.left:after {
    left: 0;
}
h3.line.right:after {
    right: 0;
}
h3.line + *, h3.line + * > table {
    margin-top: 48px !important;
}

.gosaijinBlock > *{
    background: #fff;
}

.gosaijin {
    display: flex;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 32px;
}
.gosaijinBlock .blockoneYes {
    display: none;
}
/*

.gosaijinBlock{
	margin: 160px auto;
}
*/
.gosaijinBlock + .gosaijinBlock {
    margin-top: 32px;
}
.gosaijin > div {
    width: 500px;
    text-align: center;
    padding: 44px 40px 24px;
    font-size: 48px;
    font-weight: 600;
}
.gosaijin rb {
    display: block;
    line-height: 1.3;
}
.gosaijin_small {
    display: flex;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 32px;
}
.gosaijin_small > div {
    width: 500px;
    text-align: center;
    padding: 44px 40px 24px;
    font-size: 32px;
    font-weight: 600;
}
.gosaijin_small rb {
    display: block;
    line-height: 1.3;
}
.doubleBlock {
    max-width: 1032px;
    width: 100%;
    margin: 160px auto;
    display: flex;
    justify-content: space-between;
}
.doubleBlock > div {
    width: 500px;
}
.doubleBlock > div img {
    width: 100%;
}
.doubleBlock > div h4 p {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 32px;
}
.doubleBlock > div > p {
    margin-top: 8px;
    font-size: 15px !important;
}
.multiImageBlock > ul {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-width: 331px;
    width: 100%;
    height: 396px;
}
.multiImageBlock > ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.multiImageBlock + .multiImageBlock {
    margin-top: 32px;
}
.wp-block-columns {
    max-width: 1032px;
    width: 100%;
    margin: 160px auto 0;
    align-items: flex-start;
}
.wp-block-columns {
    gap: 48px;
}
.wp-block-column > * {
    margin: 0;
    margin-top: 0;
}
.wp-block-column > *, .wp-block-columns > * {
    margin-top: 0 !important;
}
h4.headBlock {
    font-size: 30px !important;
    font-weight: 600;
    margin-top: -10px !important;
}
hr.wp-block-separator {
    opacity: 0.2;
    width: 100%;
}
.wp-block-columns + .wp-block-columns {
    margin-top: 48px;
}
section.btn1 a {
    width: 100%;
    max-width: 512px;
    margin: 0 auto;
    display: block;
    padding-bottom: 16px;
    text-align: center;
    position: relative;
    padding: 0px 48px 8px;
}
section.btn1 a:after {
    content: "";
    background: url(/img/common/arrow.svg) no-repeat right;
    width: 4.5px;
    height: 8px;
    position: absolute;
    background-size: cover;
    right: 8px;
    top: 11px;
}
table {
    max-width: 1032px !important;
    width: 100% !important;
    margin: 160px auto 0;
}
table h3, table h4, table h5, table h6 {
    display: inline-block;
}
table + table {
    margin-top: 72px !important;
}
table td, table th {
    padding: 32px;
}
table h3 + *, table h4 + *, table h5 + * {
    margin-top: 0;
}
.question + .question {
    margin-top: 0px;
}
.question dl {
    display: flex;
    padding: 32px 0;
    gap: 48px;
}
.question + .question dl {
    border-top: none;
}
.question dt:before {
    content: "Q. ";
    display: inline-block;
}
.question dt, .question dd {
    display: flex;
    gap: 4px;
}
.question dt {
    width: 383px;
}
.question dd {
    width: 601px;
}
.question dd p {
    font-size: 15px;
    margin-top: 3px;
}
.question dd:before {
    content: "A. ";
    display: inline-block;
}
.flowBlock dl {
    display: flex;
    padding: 52px 64px 0 52px;
    gap: 40px;
    background: #fff;
}
.flowBlock dl dt:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 56px;
    left: 0;
    top: 0;
    border-radius: 56px;
    z-index: 30;
        border : 12px solid #fff;

}
.flowBlock dl dt {
    position: relative;
    width: 56px;
}
.win .flowBlock dl dt p{
    margin-top: 2px!important;
    padding-left: 27px!important;
}
.flowBlock dl dt:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 38px;
    top: 72px;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgb(0, 0, 0) 2px, transparent 2px, transparent 8px);
    background-size: 2px 8px;
    background-position: left bottom;
    background-repeat: repeat-y;
}
.flowBlock.Yes dl dt:after {
    display: none;
}
.flowBlock.Yes dl {
    padding-bottom: 64px;
}
.flowBlock dl dd strong p {
    font-size: 20px;
    margin-top: 18px;
}
.flowBlock dl dd .content {
    margin-top: 8px;
}
.flowBlock dl dd .content > * {
    margin: 8px 0 0 !important;
}
.flowBlock dl dd .content p {
    font-size: 15px;
}
.flowBlock dl dd .content > *:first-child {
    margin-top: 4px;
}
.flowBlock dl dt p {
    position: relative;
    width: 56px;
    height: 56px;
    display: flex;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    text-align: center;
    padding-left: 26px;
    padding-top: 21px;
    z-index: 100;
}
.flowBlock + .flowBlock {
    margin-top: 0 !important;
}
.multiTextBlock + .multiTextBlock {
    margin-top: 32px;
}
.multiTextBlock {
    padding-bottom: 32px;
}
.multiTextBlock > div {
    display: flex;
    gap: 16px;
}
.multiTextBlock .left {
    font-weight: 600;
    width: 30%;
}
.layout3Wrap h2.noimage:first-child{
    padding-top:160px;
}
.newsPage .layout3Wrap h2.noimage:first-child{
    padding-top:0;
}

h2.noimage {
    font-size: 48px;
    text-align: center;
}
div:not(.wrap) > form {
    width: 680px;
    margin: 64px auto 0;
}

.under.body{
    padding-top: 
}

.layout3Wrap input[type="text"], .layout3Wrap input[type="email"] {
    height: 48px;
    width: 100%;
    padding: 12px;
}
.layout3Wrap input[type="submit"] {
    width: 100%;
    height: 88px;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 32px;
}
.layout3Wrap input[type="submit"].submitBtn {
    margin-top: 48px;
}
.layout3Wrap textarea {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    /*	margin-bottom: 48px;*/
}
.layout3Wrap form input {
    margin-top: 8px;
}
.layout3Wrap form .title:not(:first-child) {
    margin-top: 32px;
}
.layout3Wrap form p.headfont {
    font-weight: 600;
}
.layout3Wrap form .title {
    font-size: 18px;
}
.mwform-zip-field input[type="text"] {
    width: 100px !important;
}
.mwform-tel-field input[type="text"] {
    width: 120px !important;
}
#mw_wp_form_mw-wp-form-189 {
    width: 680px;
    margin: 72px auto 0;
}
textarea {
    width: 100%;
    min-height: 96px;
}
.marginmodeon .wp-block-image {
    max-width: 100vw;
}
.marginmodeon .leftImg, .marginmodeon .rightImg, .marginmodeon .bgBlock, .marginmodeon .link3block, .marginmodeon .link2block {
    margin-top: 0 !important;
}
.marginmodeon .bigImgBlockleft, .marginmodeon .bigImgBlockright {
    margin-top: 160px !important;
}
.marginmodeon .bigImgBlockleft h2, .marginmodeon .bigImgBlockright h2 {
    top: 2.222vw;
}
.marginmodeon .photogallery ul {
    gap: 0;
}
.marginmodeon .photogallery h2 {
    margin-bottom: 0;
    height: 104px;
    line-height: 104px;
}
.bgBlock .btn3 a, .bgBlock .btn2 a {
    margin-top: 40px;
}
.btn2 {
    text-align: center;
}
.btn2 a {
    border-radius: 4px;
    display: inline-block;
    padding: 16px 80px;
    font-weight: 600;
    margin: 48px 0 0;
}
.btn3.widthYes {
    width: 1032px;
    margin: 0 auto;
    max-width: 96vw;
}
.btn3.widthYes a, .btn2.widthYes a {
    width: 100%;
    display: block;
    margin: 72px auto;
}
.btn1.widthYes {
    width: 100%;
}
.btn3 {
    text-align: center;
}
.btn3 a {
    border-radius: 4px;
    display: inline-block;
    padding: 16px 80px;
    font-weight: 600;
    margin: 72px 0 0;
}
.subNav3 {
    max-width: 1032px;
    width: 100%;
    margin: 160px auto 0;
}
.subNav3 ul {
    display: flex;
    justify-content: center;
    padding: 24px 0;
}
.subNav3 ul li a {
    display: block;
}
.subNavBlock ul li {
    opacity: 0.3;
}
.subNav3 ul li a:empty {
    display: none;
}
.subNav3 ul li:not(:first-child) a {
    margin-left: 48px;
}
.subNavBlock.active1 li:nth-child(1) {
    opacity: 1.0;
}
.subNavBlock.active2 li:nth-child(2) {
    opacity: 1.0;
}
.subNavBlock.active3 li:nth-child(3) {
    opacity: 1.0;
}
.subNavBlock.active4 li:nth-child(4) {
    opacity: 1.0;
}
.subNavBlock.active5 li:nth-child(5) {
    opacity: 1.0;
}
.subNavBlock.active6 li:nth-child(6) {
    opacity: 1.0;
}
.subNavBlock.active7 li:nth-child(7) {
    opacity: 1.0;
}
.subNavBlock.active8 li:nth-child(8) {
    opacity: 1.0;
}
/* layout3 */
.layout3 .mv h2.catch {
    width: 100%;
}
.layout3 .mv .leadBlock {
    width: 100%;
}
.layout3 .h2head {
    max-width: 100%;
}
.layout3 .subNav1 {
    width: 100%;
}
.pagenationDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 72px !important;
    gap: 5%;
}
.pagenationDetail > * {
    width: 30%;
    position: relative;
}
.pagenationDetail .btn2 a {
    margin-top: 0 !important;
}
.pagenationDetail .next {
    padding-right: 24px;
    text-align: right;
}
.pagenationDetail .next.arrowOn:after {
    content: "";
    position: absolute;
    background: url("/img/common/arrow.svg");
    background-size: cover;
    width: 6.5px;
    height: 12px;
    right: 0;
    top: 0;
    top: 50%;
    margin-top: -6px;
}
.pagenationDetail .back {
    padding-left: 24px;
}
.pagenationDetail .back.arrowOn:after {
    content: "";
    position: absolute;
    background: url("/img/common/arrow.svg");
    transform: rotate(180deg);
    background-size: cover;
    width: 6.5px;
    height: 12px;
    left: 0;
    top: 0;
    top: 50%;
    margin-top: -6px;
}
#mw-wp-form_url table {
    margin-top: 0;
}
..mw_wp_form .error {
    font-size: 80%;
    color: #B70000;
    display: block;
    margin-top: 8px;
}
/* 0904追加 */
.toppage h1.toppage {
    display: block;
}
.toppage h1.under {
    display: none;
}
.fullImageBlock .fullImage {
    width: 100vw;
    height: 100vh;
}
.fullImageBlock .fullImage figure {
    width: 100%;
    height: 100%;
    position: relative;
}
.fullImageBlock .fullImage figure:after {
    content: "";
    left: 0;
    top: 0;
    background: #1C2125;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.35;
}
.fullImageBlock .fullImage h2 {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fullImageBlock .fullImage h2 p {
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 0.25em;
}
.fullImageBlock .fullImage h2 p span {
    font-size: 16px;
    display: block;
    letter-spacing: 0.1em;
}
.fullImageBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fullImageBlock .lptext {
    width: 1116px;
    margin: 0 auto;
    padding: 64px 96px;
    margin-top: -96px;
    border-radius: 4px;
    position: relative;
    max-width: 90vw;
}
.fullImageBlock .lptext strong {
    font-size: 24px;
}
.fullImageBlock .lptext {
    font-size: 16px;
}
.circleimage {
    width: 571px;
    height: 571px;
    margin: 160px auto 0;
    border-radius: 50%;
    overflow: hidden;
}
.circleimage figure {
    width: 571px;
    height: 571px;
}
.circleimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wideImage {
    width: 100vw;
    height: 35.2083333vw;
    margin: 160px 0;
}
.wideImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prizeBlock {
    margin-top: 160px;
    font-size: 15px;
    display: inline-block;
    margin-right: 24px;
}
.prizeBlock + .prizeBlock {
    margin-top: 56px;
}
.prizeBlock ul {
    display: flex;
    gap: 24px;
}
.prizeBlock ul li {
    width: 317px;
}
@media screen and (min-width: 1024px){
.prizeBlock:nth-of-type(3n+1) {
    margin-left: calc(50vw - 516px);
}
    .layout3 .prizeBlock:nth-of-type(3n+1){
    margin-left: calc(50vw - 630px);
}
    }
    @media screen and (max-width: 1023px){
.prizeBlock:nth-of-type(2n+1) {
    margin-left: calc(50vw - 328px);
        }
    }


.prizeBlock ul li img {
    width: 100%;
    margin-bottom: 8px;
}
.sptable {
    width: 1032px;
    max-width: 96vw;
    margin: 160px auto 0;
    display: flex;
}
.sptable > * {
    padding: 32px;
}
.sptable + .sptable {
    margin-top: 0;
}
.sptable .w30 {
    width: 30%;
}
.sptable .w50 {
    width: 50%;
}
.sptable .w70 {
    width: 70%;
}

.subNavBlock.fixedYes{
    position: fixed;
    left: 64px;
    bottom: 48px;
    z-index:999;
    width: auto;
    background: none!important;
    border: none!important;
    mix-blend-mode: difference;
}

.subNavBlock.fixedYes ul{
    display: block;
    font-size: 15px;
    padding:0;
}

.subNavBlock.fixedYes ul li a{
    line-height: 2.25;
    color: #fff;
}

.subNavBlock.fixedYes ul li a:hover,.subNavBlock.fixedYes ul li:hover{
    opacity: 1.0;
    transition: 0.4s;
}

.gcb-editor-form .genesis-custom-blocks-control.width-25{
    flex-basis: 20%!important;
}

@media screen and (min-width: 1024px) {
.layout3 .subNavBlock.fixedYes{
    right: 23px;
    bottom: 88px;
    left: auto;
    text-align: right;
    transition: 0.4s;
    opacity:0;
}

.layout3 .subNavBlock.fixedYes.on{
    bottom: 96px;
    transition: 0.4s;
    opacity:1.0;
}
}