﻿/*
Theme Name: SWELL CHILD
Template: swell
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap";

:root {
    --color-sub: #2c2f38;
    --color-accent: #ffd500;
    --color-white: #f7f7f7;
    --color-black: #000000;
    --color-line: #06c755;
    --dp-letter-spacing-heading: 0.025em;
    --dp-radius: 8px
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    font-family: "Outfit", sans-serif, "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #f7f7f7;
    background-color: var(--color_main);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p,
li,
th,
td,
label,
figcaption {
    font-family: "Noto Sans JP", sans-serif
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity .25s ease
}

a:hover {
    opacity: .75
}

.l-container--narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem
}

@media(max-width: 599px) {
    .l-container--narrow {
        padding: 0 1rem
    }
}

.l-section {
    padding: 100px 0
}

@media(max-width: 599px) {
    .l-section {
        padding: 64px 0
    }
}

.c-section-heading {
    margin-bottom: 4rem;
    text-align: center
}

.c-section-heading__en {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #ffd500;
    margin-bottom: .5rem
}

.c-section-heading__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.4
}

.u-overlay {
    position: relative
}

.u-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, color-mix(in srgb, var(--color_main) 45%, transparent) 0%, color-mix(in srgb, var(--color_main) 75%, transparent) 100%);
    z-index: 1
}

.u-overlay>* {
    position: relative;
    z-index: 2
}

@media(max-width: 959px) {
    #body_wrap:not(.single) .l-header {
        top: 0;
        left: 0;
        width: 100%;
        transition: background-color .25s ease
    }

    #body_wrap:not(.single) .l-header.is-scrolled {
        background-color: color-mix(in srgb, var(--color_main) 92%, transparent);
        backdrop-filter: blur(8px)
    }
}

@media(max-width: 959px)and (max-width: 599px) {
    #body_wrap:not(.single) .l-header {
        height: 64px
    }
}

@media(max-width: 959px) {
    #body_wrap.home .l-header {
        position: sticky
    }
}

@media(max-width: 959px) {
    #body_wrap:not(.single):not(.home) .l-header {
        position: fixed
    }
}

@media(max-width: 959px) {
    #body_wrap.single {
        padding-top: 12px
    }
}

.l-header {
    height: auto
}

.l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto
}

@media(max-width: 959px) {
    .l-header__inner {
        padding: 16px calc(var(--swl-pad_container, 0)*.5) 16px var(--swl-pad_container, 0)
    }
}

@media screen and (max-width: 599px) {
    .l-header__inner {
        padding: 0 0 0 1em
    }
}

.l-header__logo {
    padding: 0
}

.l-fixHeader {
    mix-blend-mode: hard-light
}

.l-fixHeader:before {
    background: var(--color_main)
}

.l-fixHeader__inner {
    padding-bottom: 16px
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        translate: calc(100% + 12px) 0
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@keyframes slideInFromTop {
    from {
        opacity: 0;
        translate: 0 -100%
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@media(max-width: 959px) {
    .w-header {
        display: flex !important
    }
}

.dp-vertical-right-ja {
    opacity: 0;
    animation: slideInFromRight .3s ease 2s forwards
}

@media(max-width: 959px) {
    .dp-vertical-right-ja {
        display: block;
        top: 20px;
        right: 72px;
        transform: unset;
        width: 230px;
        animation-name: slideInFromTop
    }
}

@media(max-width: 599px) {
    .dp-vertical-right-ja {
        top: 14px;
        right: 48px;
        width: 144px
    }
}

.dp-vertical-right-ja a {
    background-color: #295306;
    border: none
}

@media(max-width: 959px) {
    .dp-vertical-right-ja a {
        padding: 8px 12px
    }

    .dp-vertical-right-ja a strong {
        letter-spacing: 0
    }
}

@media(max-width: 599px) {
    .dp-vertical-right-ja a {
        padding: 8px 12px
    }

    .dp-vertical-right-ja a span {
        display: none
    }

    .dp-vertical-right-ja a::after {
        content: "LINEでご予約";
        font-size: 14px;
        letter-spacing: 0
    }
}

@media(max-width: 959px) {
    .dp-vertical-right-ja.is-footer-hidden {
        transform: unset
    }
}

#body_wrap:not(.home) .dp-vertical-cta-portal {
    display: none
}

@media(min-width: 960px) {
    .c-gnav>.menu-item>a:after {
        background: #fff
    }
}

.l-header__hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0
}

@media(max-width: 599px) {
    .l-header__hamburger {
        display: flex
    }
}

.l-header__hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f7f7f7;
    transition: transform .25s ease, opacity .25s ease
}

.l-header__hamburger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.l-header__hamburger.is-open span:nth-child(2) {
    opacity: 0
}

.l-header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

#body_wrap.dp-spmenu--b .c-iconBtn__icon:before {
    color: #fff !important;
    font-size: 24px
}

#body_wrap.dp-spmenu--b .p-spMenu__inner {
    background: #0f173c !important;
    color: #fff !important
}

#body_wrap.dp-spmenu--b .p-spMenu__body .c-headLogo__img {
    height: 32px !important
}

#body_wrap.dp-spmenu--b .c-widget__title.-spmenu {
    padding: 24px 72px 12px 16px !important
}

#body_wrap.dp-spmenu--b .c-spnav>li>a {
    padding: 1.1em 16px !important
}

#body_wrap.dp-spmenu--b .p-spMenu__nav {
    padding: 0 24px
}

.l-footer {
    padding: 0 var(--swl-pad_container, 0) 6em !important;
    background-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1296px) {
    .l-footer {
        padding-bottom: 4em !important
    }
}

.l-footer__foot {
    padding: 3em 0
}

@media(max-width: 599px) {
    .l-footer__foot {
        padding: 2em 0
    }
}

.l-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #f7f7f7;
    border-radius: 24px
}

@media(max-width: 768px) {
    .l-footer__inner {
        padding: 0 0 2rem
    }
}

.l-footer .footer-address__logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem
}

@media(max-width: 959px) {
    .l-footer .footer-address__logo-wrap {
        align-items: center
    }
}

.l-footer .footer-address__logo-wrap .c-iconList {
    gap: 16px
}

.l-footer__logo {
    margin-bottom: 2rem
}

.l-footer__logo img {
    height: 36px;
    width: auto
}

@media(max-width: 959px) {
    .l-footer .c-headLogo__img.-top {
        display: none
    }
}

@media screen and (max-width: 959px) {
    .l-footer .footer-nav-wrap {
        align-items: center
    }
}

.l-footer .footer-nav-wrap ul.l-footer__nav {
    flex-direction: raw
}

@media(max-width: 768px) {
    .l-footer .footer-nav-wrap ul.l-footer__nav {
        gap: 16px 24px
    }
}

.l-footer .c-iconList__item:not(.-line) {
    display: flex
}

.l-footer .c-iconList__item .c-iconList__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0
}

.l-footer .c-iconList__item .c-iconList__link .c-iconList__icon:before {
    color: #000928 !important;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0) !important
}

.l-footer .c-iconList__link::before {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: bold !important;
    font-style: normal !important
}

.l-footer .copyright {
    font-family: "Outfit", sans-serif;
    font-size: .75rem;
    letter-spacing: .05em;
    padding-top: 2rem
}

@media(max-width: 959px) {
    #fix_bottom_menu {
        left: 50%;
        bottom: 8px !important;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        max-width: 708px;
        width: calc(100% - 24px)
    }

    #fix_bottom_menu::before {
        background: rgba(0, 0, 0, 0);
        opacity: 1
    }

    #fix_bottom_menu .menu_list {
        width: 100%;
        height: auto;
        padding: 0;
        gap: 8px
    }

    #fix_bottom_menu .menu-item {
        position: relative
    }

    #fix_bottom_menu .menu-item::before {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.1em;
        color: #fff;
        pointer-events: none;
        z-index: 1;
        transition: color .5s ease
    }
}

@media(max-width: 959px)and (max-width: 599px) {
    #fix_bottom_menu .menu-item::before {
        font-size: 1em
    }
}

@media(max-width: 959px) {
    #fix_bottom_menu .menu-item:first-child::before {
        left: calc(50% - 85px)
    }
}

@media(max-width: 959px)and (max-width: 599px) {
    #fix_bottom_menu .menu-item:first-child::before {
        left: calc(50% - 68px)
    }
}

@media(max-width: 959px) {
    #fix_bottom_menu .menu-item:last-child::before {
        left: calc(50% - 62px)
    }
}

@media(max-width: 959px)and (max-width: 599px) {
    #fix_bottom_menu .menu-item:last-child::before {
        left: calc(50% - 48px)
    }
}

@media(max-width: 959px) {
    #fix_bottom_menu .menu-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 12px 12px 26px;
        background-color: #2c4488;
        border-radius: var(--dp-radius)
    }

    #fix_bottom_menu .menu-item a:hover {
        opacity: 1
    }

    #fix_bottom_menu .menu-item a span {
        margin-top: 0;
        color: #fff;
        font-size: 16px
    }
}

@media(max-width: 959px)and (max-width: 599px) {
    #fix_bottom_menu .menu-item a span {
        font-size: 14px
    }
}

.dp-content-mid {
    max-width: 960px;
    margin: 0 auto
}

.dp-ttl--b .l-topTitleArea {
    min-height: 360px
}

@media(min-width: 600px) {
    .dp-ttl--b .l-topTitleArea {
        min-height: 620px
    }
}

.dp-ttl--b .l-topTitleArea img {
    display: block;
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%)
}

@media(max-width: 599px) {
    .dp-ttl--b .l-topTitleArea__body {
        margin-top: 0 !important
    }
}

.dp-ttl--b .c-pageTitle {
    font-size: 4em
}

@media(max-width: 599px) {
    .dp-ttl--b .c-pageTitle {
        font-size: 2.25em
    }
}

@media(max-width: 599px) {
    .swell-block-button[data-align=left] {
        text-align: center
    }
}

.swell-block-button.dp-btn-fill .swell-block-button__link {
    font-weight: bold
}

.swell-block-button.dp-btn-fill .swell-block-button__link:hover {
    border-color: #f7f7f7 !important
}

@media(min-width: 960px) {
    .swell-block-button.dp-btn-fill .swell-block-button__link:hover {
        color: var(--color_main) !important;
        opacity: 1
    }

    .swell-block-button.dp-btn-fill .swell-block-button__link::before {
        background: #f7f7f7
    }
}

.dp-icon-arrow-right::after {
    right: 40px
}

.dp-button-right-arrow .swell-block-button__link {
    color: #fff
}

.dp-button-right>div {
    display: flex;
    justify-content: space-between
}

@media(min-width: 600px) {
    .dp-button-right>div [class*=is-style-btn_] {
        display: inline-block;
        width: auto;
        margin: 0
    }
}

@media screen and (max-width: 599px) {

    .dp-wrap p,
    .dp-wrap li,
    .dp-wrap div {
        line-height: 1.6
    }
}

@media screen and (max-width: 599px) {
    .dp-wrap .dp-margin-bottom-zero {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width: 599px) {
    .dp-wrap.dp-bg-thin-left .text-block .c-lead {
        line-height: 1.5
    }
}

@media screen and (max-width: 599px) {
    .dp-wrap .dp-title-group-pickup {
        margin-bottom: -1em !important
    }
}

.dp-wrap .dp-title-group-pickup .en-title,
.dp-wrap .dp-title-group-a .en-title {
    margin-bottom: 0 !important;
    font-size: 1.125em;
    font-weight: 700;
    font-family: var(--dp-font-en)
}

.dp-wrap .dp-title-group-pickup h2,
.dp-wrap .dp-title-group-a h2 {
    text-indent: -4px;
    font-weight: 700
}

.dp-wrap .dp-title-group-pickup h2 strong,
.dp-wrap .dp-title-group-a h2 strong {
    letter-spacing: -2px
}

@media screen and (max-width: 599px) {

    .dp-wrap .dp-title-group-pickup>div,
    .dp-wrap .dp-title-group-a>div {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 2px 22px
    }

    .dp-wrap .dp-title-group-pickup .en-title,
    .dp-wrap .dp-title-group-a .en-title {
        position: relative;
        font-size: 1em
    }

    .dp-wrap .dp-title-group-pickup .en-title::before,
    .dp-wrap .dp-title-group-a .en-title::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        left: -18px;
        width: 14px;
        height: 1px;
        background-color: #f7f7f7
    }

    .dp-wrap .dp-title-group-pickup h2,
    .dp-wrap .dp-title-group-a h2 {
        text-indent: 0;
        font-size: 1.75em;
        white-space: nowrap
    }
}

.dp-wrap p:not(:last-of-type) {
    margin-bottom: 1em
}

@media screen and (max-width: 959px) {
    .dp-wrap .dp-section-title--h h2 {
        letter-spacing: 8px;
        font-size: clamp(48px, 10vw, 80px)
    }
}

@media screen and (max-width: 599px) {
    .dp-wrap .dp-section-title--h h2 {
        letter-spacing: 2px
    }
}

@media(max-width: 599px) {
    .dp-wrap .dp-section-title--h h2.dp-section-title-mini {
        letter-spacing: 2px;
        font-size: clamp(40px, 10vw, 80px)
    }
}

@media(max-width: 599px) {
    .dp-wrap .dp-section-title--h h2.dp-section-title-kerning {
        letter-spacing: 5px
    }
}

.dp-wrap.dp-profile-section--b .dp-section-title h2 {
    text-indent: -2px
}

@media screen and (max-width: 599px) {
    .dp-wrap.dp-profile-section--b .swell-block-columns__inner {
        gap: 12px
    }

    .dp-wrap.dp-profile-section--b .dp-section-title h2 {
        font-size: 32px
    }

    .dp-wrap.dp-profile-section--b .profile-description .c-lead {
        line-height: 1.5
    }
}

.dp-wrap .light-blue-gradient-text,
.dp-wrap .light-blue-gradient-text span {
    background: linear-gradient(45deg, #3adbff, #23e9ff) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: rgba(0, 0, 0, 0) !important;
    animation: hueSwingNavy 5s ease-in-out infinite alternate
}

@keyframes hueSwingNavy {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(-30deg)
    }
}

@media screen and (max-width: 599px) {
    #top-about .dp-section-title--b .en-title {
        font-size: calc(var(--dp-font-size-title-pc)*1.18);
        font-feature-settings: "palt"
    }
}

.dp-card-counter-a .swell-block-column::before {
    color: #a8ce9c;
    mix-blend-mode: screen
}

.c-widget__title.-side::before {
    background-color: var(--color_main_thin)
}

.dp-font-white.wp-block-paragraph,
.dp-font-white p {
    color: #f7f7f7
}

.dp-horistical-scroll {
    width: 100%
}

@media(min-width: 960px) {
    .dp-horistical-scroll {
        overflow-x: visible
    }

    .dp-horistical-scroll .wp-block-group__inner-container {
        width: 100%;
        min-width: auto
    }

    .dp-horistical-scroll img {
        width: 100%;
        max-width: 1143px;
        height: auto
    }
}

@media(max-width: 959px) {
    .dp-horistical-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #ccc rgba(0, 0, 0, 0)
    }

    .dp-horistical-scroll::-webkit-scrollbar {
        height: 6px
    }

    .dp-horistical-scroll::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px
    }

    .dp-horistical-scroll .wp-block-group__inner-container {
        width: max-content;
        min-width: 100%;
        padding-right: 16px
    }

    .dp-horistical-scroll figure.wp-block-image {
        margin: 0
    }

    .dp-horistical-scroll img {
        width: 1143px;
        height: auto;
        max-width: none;
        display: block
    }
}

.dp-section-video .wp-block-video {
    position: absolute;
    top: -15%;
    right: -7%;
    z-index: -1;
    opacity: .2
}

.dp-section-video .wp-block-video video {
    mask-image: radial-gradient(circle at center, black 30%, transparent 55%);
    -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 55%)
}

#body_wrap.home .cndp-loop-slider.is-arrow-center-edges .cndp-loop-slider__btn,
#body_wrap.blog .cndp-loop-slider.is-arrow-center-edges .cndp-loop-slider__btn {
    display: none
}

@media screen and (max-width: 959px) {
    .dp-wrap.hero-split .text-block {
        z-index: 4;
        width: calc(100% - 1.5em);
        margin-top: -3em !important;
        padding: 2.5em;
        background-color: var(--color_bg);
        border-radius: var(--dp-radius)
    }
}

@media screen and (max-width: 599px) {
    .dp-wrap.hero-split .text-block {
        padding: 1.5em
    }
}

.dp-wrap.hero-split .hero-title-group {
    gap: 1em 4em
}

.dp-wrap.hero-split .hero-title-group h3 {
    letter-spacing: 2px;
    font-size: 1.75em
}

@media(max-width: 599px) {
    .dp-wrap.hero-split .hero-title-group h3 {
        letter-spacing: 0;
        font-size: 1.25em
    }
}

@media screen and (max-width: 599px) {
    .dp-overview-section {
        padding-top: 0 !important
    }
}

.dp-overview-section>div {
    padding: 0 var(--swl-pad_container, 0)
}

.dp-overview-section .sticky-heading {
    top: calc(50% - 4em);
    max-width: 520px;
    writing-mode: horizontal-tb
}

@media screen and (max-width: 959px) {
    .dp-overview-section .sticky-heading {
        position: relative;
        top: 0;
        align-self: auto;
        margin: 0 auto
    }
}

@media screen and (max-width: 599px) {
    .dp-overview-section .sticky-heading {
        justify-content: center
    }
}

.dp-overview-section .sticky-heading h3 {
    text-indent: 3px;
    letter-spacing: 4px;
    font-size: clamp(28px, 2.5vw, 32px)
}

@media(max-width: 599px) {
    .dp-overview-section .sticky-heading h3 {
        letter-spacing: 1px;
        font-size: 1.5em
    }
}

.dp-overview-section .text-block {
    max-width: 1200px
}

@media screen and (max-width: 959px) {
    .dp-overview-section .text-block {
        flex-direction: column
    }
}

@media screen and (max-width: 599px) {
    .dp-overview-section .text-block {
        gap: 1.5em
    }
}

.dp-overview-section .text-block .text-content {
    max-width: 630px
}

@media screen and (max-width: 959px) {
    .dp-overview-section .text-block .text-content {
        margin-right: auto !important
    }
}

.dp-overview-section .text-block .text-content .content-item {
    margin-bottom: 160px
}

@media screen and (max-width: 959px) {
    .dp-overview-section .text-block .text-content .content-item {
        margin-bottom: 128px
    }
}

.dp-overview-section .text-block h4 {
    margin: 1em 0 .5em;
    border-left-width: 8px;
    letter-spacing: 2px;
    font-size: 24px
}

.dp-overview-section .text-block p {
    letter-spacing: 1px !important
}

.dp-overview-section .media-block {
    opacity: .2
}

@media(max-width: 599px) {
    .dp-overview-section .media-block img {
        height: auto !important
    }
}

.dp-overview-section .media-block figure:nth-child(1) {
    top: 5%;
    left: -10px
}

@media(max-width: 599px) {
    .dp-overview-section .media-block figure:nth-child(1) {
        top: 26%;
        left: 0;
        width: 32%
    }
}

.dp-overview-section .media-block figure:nth-child(2) {
    top: 18%;
    right: -10px;
    width: 440px
}

@media(max-width: 599px) {
    .dp-overview-section .media-block figure:nth-child(2) {
        top: 17%;
        right: -5%;
        width: 32%
    }
}

.dp-overview-section .media-block figure:nth-child(3) {
    top: 46%;
    right: 12%;
    width: 240px
}

@media(max-width: 599px) {
    .dp-overview-section .media-block figure:nth-child(3) {
        top: 43%;
        right: -6%;
        width: 25%
    }
}

@media(max-width: 599px) {
    .dp-overview-section .media-block figure:nth-child(4) {
        top: 51%;
        left: -5%;
        width: 30%
    }
}

.dp-overview-section .media-block figure:nth-child(5) {
    bottom: 34%;
    left: 22%;
    width: 170px
}

@media(max-width: 599px) {
    .dp-overview-section .media-block figure:nth-child(5) {
        bottom: 29%;
        left: 77%;
        width: 16%
    }
}

.dp-overview-section .media-block figure:nth-child(6) {
    bottom: 20%;
    right: 15%;
    width: 380px
}

@media(max-width: 599px) {
    .dp-overview-section .media-block figure:nth-child(6) {
        bottom: 19%;
        right: 66%;
        width: 30%
    }
}

.dp-overview-section .media-block figure:nth-child(7) {
    bottom: 5%;
    left: 15%;
    width: 280px
}

@media(max-width: 599px) {
    .dp-overview-section .media-block figure:nth-child(7) {
        bottom: 2%;
        left: 75%;
        width: 26%;
        transform: scale(-1, 1)
    }
}

.dp-wrap .dp-step-list--a {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: var(--dp-space-block-pc)
}

@media screen and (max-width: 959px) {
    .dp-wrap .dp-step-list--a {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width: 599px) {
    .dp-wrap .dp-step-list--a {
        grid-template-columns: 1fr
    }
}

.dp-wrap .dp-step-list--a .swell-block-step__item:not(:last-child) .swell-block-step__number {
    background-color: #fff !important
}

.dp-wrap .dp-step-list--a .swell-block-step__item::before {
    border-top: 1px solid #f7f7f7 !important
}

@media(max-width: 599px) {
    .dp-wrap .dp-step-list--a .swell-block-step__item::after {
        border-left-color: #f7f7f7
    }
}

.dp-wrap .dp-step-list--a .swell-block-step__body .wp-block-image {
    opacity: .9
}

.dp-wrap .dp-step-list--a .swell-block-step__number {
    color: var(--color_main);
    border: 1px solid #fff;
    font-weight: bold !important
}

.dp-wrap .dp-step-list--a .swell-block-step__number::after {
    font-size: 16px
}

.dp-wrap .dp-step-list--a .swell-block-step__body .card-explanation {
    text-align: left
}

.dp-wrap .dp-step-list--a .dp-button-right-arrow .swell-block-button__link {
    padding: .5em 1em
}

.dp-faq--c {
    background-color: rgba(0, 0, 0, 0);
    color: var(--color_main)
}

.dp-faq--c .swell-block-faq.-icon-rounded {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 1em
}

@media(max-width: 959px) {
    .dp-faq--c .swell-block-faq.-icon-rounded {
        grid-template-columns: 1fr
    }
}

.dp-faq--c .swell-block-faq__item+.swell-block-faq__item {
    margin-top: 0
}

@media(max-width: 599px) {
    .dp-faq--c .swell-block-faq__item {
        padding: 1em
    }
}

.dp-faq--c .faq_q {
    font-weight: 600
}

@media(max-width: 599px) {
    .dp-faq--c .faq_q {
        padding-right: 2em
    }
}

@media screen and (max-width: 599px) {
    .dp-solution-section .wp-block-image img {
        height: 360px
    }

    .dp-solution-section .dp-solution-text-block {
        margin-top: -7em;
        z-index: 1
    }

    .dp-solution-section .dp-section-title {
        width: calc(100% - 16px);
        background-color: var(--color_main);
        padding-top: 24px;
        border-radius: 0 16px 0 0
    }

    .dp-solution-section .en-title {
        font-size: 52px;
        line-height: 1.1
    }
}

@media screen and (max-width: 599px) {

    .dp-card-counter .swell-block-columns__inner,
    .dp-card-counter .swell-block-column {
        --swl-clmn-mrgn--x: 1.5rem
    }
}

.cap_box.caption-sub-color .cap_box_ttl {
    border: 3px solid #f8f8ff
}

.cap_box.caption-sub-color .cap_box_ttl span {
    display: flex
}

.cap_box.caption-sub-color .cap_box_content {
    padding: 3em;
    color: #fff;
    background-color: rgba(83, 84, 121, .3);
    border: 3px solid #f8f8ff
}

@media(max-width: 599px) {
    .cap_box.caption-sub-color .cap_box_content {
        padding: 3em 1.5em 2em
    }
}

@media(max-width: 599px) {
    .cap_box.caption-sub-color p {
        text-align: left
    }
}

.dp-wrap ul.-list-flex.list-hashtag {
    margin-bottom: 1em
}

.dp-wrap ul.-list-flex.list-hashtag li {
    font-size: 1.5rem
}

.dp-pricing--e .c-lead {
    display: inline-block;
    padding: .5em 1em;
    border-radius: var(--dp-radius);
    line-height: 1.4;
    font-size: 1.25em;
    font-weight: 600
}

@media screen and (max-width: 599px) {
    .dp-pricing--e .c-lead {
        font-size: 1.1em
    }
}

.dp-pricing--e .wp-block-table {
    border-bottom: 1px solid gray
}

.dp-pricing--e .wp-block-table thead tr {
    background-color: rgba(0, 0, 0, 0) !important
}

.dp-pricing--e .wp-block-table table {
    border: none !important
}

.dp-pricing--e .wp-block-table table th {
    padding: 1rem .25rem;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px)
}

.dp-pricing--e .wp-block-table table th,
.dp-pricing--e .wp-block-table table td {
    color: #eee;
    border-color: gray;
    font-size: clamp(14px, 1.8vw, 17px);
    font-weight: 600;
    font-family: "Roboto", sans-serif
}

@media(max-width: 599px) {

    .dp-pricing--e .wp-block-table table th,
    .dp-pricing--e .wp-block-table table td {
        --swl-cell1-width: 170px
    }
}

.dp-pricing--e .wp-block-table table tr>:first-child:not(.-no1) {
    font-size: clamp(14px, 1.4vw, 16px)
}

.dp-pricing--e .wp-block-table .wp-element-caption {
    padding-top: 1.5rem;
    text-align: left;
    font-size: 1em
}

.dp-pricing--e .wp-block-table>table tr>:first-child:not(.-no1) {
    background-color: #18192d !important
}

:where([data-cell1-fixed] tbody, [data-cell1-fixed] tfoot, [data-cell1-fixed].is-style-simple thead) tr>:first-child:not(.-no1) {
    background-color: #18192d !important
}

.c-scrollHint {
    margin-top: 0
}

.dp-inner-bg--a {
    padding: clamp(2em, 5vw, 6em) 0;
    background-color: rgba(83, 84, 121, .3);
    border-radius: calc(var(--dp-radius)*3)
}

.dp-inner-bg--a>.wp-block-group__inner-container,
.dp-inner-bg--a .swell-block-columns__inner {
    padding: 0 clamp(2em, 5vw, 6em)
}

@media(max-width: 599px) {

    .dp-inner-bg--a>.wp-block-group__inner-container,
    .dp-inner-bg--a .swell-block-columns__inner {
        padding: 0 1em
    }
}

.dp-inner-bg--a>.wp-block-group__inner-container img,
.dp-inner-bg--a .swell-block-columns__inner img {
    border-radius: var(--dp-radius)
}

.dp-inner-bg--b {
    padding: clamp(2em, 5vw, 6em) 0;
    background-color: var(--color_main);
    border-radius: calc(var(--dp-radius)*3)
}

.dp-inner-bg--b>.wp-block-group__inner-container,
.dp-inner-bg--b .swell-block-columns__inner {
    padding: 0 clamp(2em, 5vw, 6em)
}

.dp-inner-bg--b .has-background {
    padding: 1em 1.5em 1em 3em;
    border-radius: var(--dp-radius)
}

.dp-image-height-400 {
    height: 520px
}

@media(max-width: 768px) {
    .dp-image-height-400 {
        height: 400px
    }
}

.swell-block-fullWide.dp-cover-margin {
    margin-top: -6em
}

@media(max-width: 599px) {
    .swell-block-fullWide.dp-cover-margin {
        margin-top: -8em
    }
}

.dp-cta--b .dp-cta-other * {
    color: var(--color_main)
}

.wpcf7 {
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

.wpcf7 input.wpcf7-submit {
    background-color: #ffd500;
    color: var(--color_main);
    font-weight: bold
}

.wpcf7 .cf7_row .date-time-row .wpcf7-select,
.wpcf7 .cf7_row .date-time-row input {
    height: 40px !important
}

.wpcf7 .cf7_row .response .day-of-week-time p span {
    width: 140px !important
}

.wpcf7 .cf7_row .response .inner-label {
    width: 80px
}

.wpcf7 .recaptcha-notice {
    margin: 8px 0 16px;
    font-size: 14px
}

.desired-date-time br {
    display: none !important
}

.desired-date-time {
    display: flex;
    gap: 8px;
    width: 100%
}

.desired-date {
    flex: 1 1 100%;
    min-width: 0
}

.desired-time {
    flex: 1.3 1 100%;
    min-width: 0
}

.desired-date p,
.desired-time p,
.desired-date span.wpcf7-form-control-wrap,
.desired-time span.wpcf7-form-control-wrap {
    margin: 0 !important;
    display: block;
    width: 100% !important
}

.desired-date input[type=date],
.desired-time select {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
    margin: 0;
    height: 50px !important
}

.desired-date input[type=date] {
    position: relative;
    padding-left: 12px !important;
    padding-right: 40px !important;
    color: #333;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888888'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px 18px
}

.desired-date input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.desired-date input[type=date].is-empty::before {
    content: "年 / 月 / 日";
    color: #999;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    letter-spacing: -0.8px;
    z-index: 1
}

.desired-date input[type=date]:focus::before {
    display: none !important
}

@media screen and (min-width: 960px) {
    .desired-date input[type=date]::before {
        display: none !important
    }
}

.dp-cta--b .dp-cta-other {
    padding: 2em 0;
    background-color: #f7f7f7;
    border-radius: calc(var(--dp-radius)*1.75)
}

.dp-cta--b .dp-cta-other p:nth-of-type(1),
.dp-cta--b .dp-cta-other p:nth-of-type(2) {
    text-align: center
}

.dp-cta--b .dp-cta-other p:nth-of-type(1) {
    font-size: clamp(18px, 2vw, 24px)
}

.dp-cta--b .dp-cta-other p:nth-of-type(2) {
    padding-left: 0;
    font-size: 40px
}

@media(max-width: 599px) {
    .dp-cta--b .dp-cta-other p:nth-of-type(2) {
        padding-top: 0;
        font-size: 30px
    }
}

.dp-cta--b .dp-cta-other p:nth-of-type(2) .swl-inline-icon {
    height: 32px;
    font-size: 40px
}

@media(max-width: 599px) {
    .dp-cta--b .dp-cta-other p:nth-of-type(2) .swl-inline-icon {
        height: 24px;
        font-size: 24px
    }
}

.dp-cta--b .dp-cta-other .dp-cta-qr p {
    font-size: 16px
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
    font-size: 16px !important
}

.dp-card-labels .swell-block-column .wp-block-group:first-of-type {
    display: flex;
    justify-content: space-between
}

.dp-card-labels h3 {
    margin-bottom: 4px
}

.dp-wrap .dp-left-label-image {
    position: relative
}

.dp-wrap .dp-left-label-image .wp-block-group {
    position: absolute
}

.dp-wrap .dp-left-label-image .dp-label-hash-list {
    top: 8px;
    left: 8px
}

.dp-wrap .dp-left-label-image .dp-guide-bubble--a {
    bottom: 8px;
    left: 8px
}

.dp-wrap .dp-label-hash-list {
    display: flex;
    gap: 8px
}

.dp-wrap .dp-label-hash-list p {
    position: relative;
    margin-bottom: 0 !important;
    padding: 2px 8px 2px 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700
}

.dp-wrap .dp-label-hash-list p.label-one {
    background-color: #417c10
}

.dp-wrap .dp-label-hash-list p.label-two {
    background-color: #057491
}

.dp-wrap .dp-label-hash-list p::before {
    content: "#";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #f7f7f7;
    font-size: 13px;
    font-weight: 700
}

@media screen and (max-width: 599px) {
    .dp-wrap .dp-list-bubble-label {
        margin-bottom: 0 !important
    }
}

.dp-wrap .dp-list-bubble-label .wp-block-group {
    gap: 18px;
    font-size: 18px
}

.dp-wrap .dp-list-bubble-label .wp-block-group>p:first-child {
    padding: 4px 16px;
    background-color: #f7f7f7;
    color: var(--color_main);
    border-radius: 2px
}

.dp-wrap .dp-list-bubble-label .wp-block-group>p:first-child::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7f7f7
}

.dp-wrap .dp-guide-bubble--a {
    position: relative;
    align-items: center;
    gap: 16px;
    padding: 8px;
    background-color: rgba(247, 247, 247, .8);
    color: var(--color_main);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700
}

.dp-wrap .dp-guide-bubble--a p {
    margin-bottom: 0 !important
}

.dp-wrap .dp-guide-bubble--a p:first-of-type {
    position: relative;
    height: 100%
}

.dp-wrap .dp-guide-bubble--a p:first-of-type::before {
    position: absolute;
    content: "";
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color_main);
    width: 1px;
    height: 100%
}

.dp-wrap .cndp-loop-slider h3 {
    margin-bottom: 0 !important
}

#body_wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#body_wrap.home::before {
    background: linear-gradient(var(--color_main) 0%, var(--color_main) 15%, transparent 30%, transparent 100%)
}

#body_wrap.top #content {
    padding-top: 0
}

.p-mainVisual .swiper-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 0%, transparent 50%, var(--color_main) 95%);
    z-index: 1
}

.p-mainVisual__textLayer {
    text-shadow: 0 0 40px rgba(0, 0, 0, .3) !important
}

@media screen and (max-width: 959px) {
    .p-mainVisual__textLayer {
        top: 0;
        justify-content: flex-end
    }
}

.p-mainVisual__textLayer h1 {
    margin-bottom: 24px;
    font-size: 7em;
    line-height: 1.2;
    text-shadow: 0 0 16px rgba(0, 0, 0, .4)
}

@media(max-width: 959px) {
    .p-mainVisual__textLayer h1 {
        margin-bottom: 8px;
        letter-spacing: 1px;
        font-size: clamp(60px, 11vw, 96px);
        font-feature-settings: "palt"
    }
}

@media(max-width: 599px) {
    .p-mainVisual__textLayer h1 {
        line-height: 1.3
    }
}

.p-mainVisual__textLayer p {
    letter-spacing: 2px;
    font-weight: 600
}

@media(max-width: 599px) {
    .p-mainVisual__textLayer p {
        line-height: 1.6;
        font-size: 14px
    }
}

.dp-wrap.dp-section-main-color {
    background-color: rgba(0, 0, 0, 0)
}

.dp-stretch-image {
    overflow: hidden;
    border-radius: var(--dp-radius)
}

.post_content iframe {
    border-radius: var(--dp-radius)
}

#body_wrap.blog .post_content {
    margin-bottom: 0;
    padding: 0
}

#body_wrap.blog .post_content .pick-up-space {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px dotted #555860
}

#body_wrap.blog .p-homeContent.u-mt-40 {
    margin-top: 2em !important
}

.dp-wrap .-type-card .p-postList__item {
    padding: 0 .75em
}

.c-categoryList {
    color: #fff
}

[class*=page-numbers] {
    background-color: #1d2438;
    border-radius: 4px
}

[class*=page-numbers].current {
    border: 1px solid #ccc;
    background-color: #1d2438
}

.c-bannerLink:before {
    background: linear-gradient(-165deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.8) 60%, var(--color_main) 90%);
    mix-blend-mode: multiply
}

.c-bannerLink__title {
    margin-bottom: .25em;
    font-size: 2em
}

.p-page-hero {
    position: relative;
    height: 360px;
    display: flex;
    align-items: center;
    margin-top: 80px;
    overflow: hidden
}

@media(max-width: 599px) {
    .p-page-hero {
        height: 240px;
        margin-top: 64px
    }
}

.p-page-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.p-page-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-page-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--color_main) 65%, transparent)
}

.p-page-hero__content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%
}

.p-page-hero__en {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #ffd500;
    margin-bottom: .5rem
}

.p-page-hero__ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.2
}

.p-about-intro__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start
}

@media(max-width: 1024px) {
    .p-about-intro__inner {
        grid-template-columns: 1fr
    }
}

.p-about-intro__catch {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .04em;
    margin-bottom: 2rem
}

.p-about-intro__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .9375rem;
    color: rgba(247, 247, 247, .65);
    line-height: 2
}

.p-about-intro__text p+p {
    margin-top: 1rem
}

.p-about-intro__img {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/5
}

.p-about-intro__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-about-profile {
    background-color: #2c2f38
}

.p-about-profile__inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 6rem;
    align-items: start
}

@media(max-width: 1024px) {
    .p-about-profile__inner {
        grid-template-columns: 1fr;
        gap: 4rem
    }
}

.p-about-profile__img {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3/4
}

.p-about-profile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-about-profile__name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.p-about-profile__origin {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .875rem;
    color: rgba(247, 247, 247, .65);
    margin-bottom: 2rem
}

.p-about-profile__brands {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 4rem
}

.p-about-profile__brand-badge {
    font-family: "Outfit", sans-serif;
    font-size: .6875rem;
    font-weight: 600;
    padding: 3px 10px;
    border: 1px solid rgba(247, 247, 247, .12);
    border-radius: 2px;
    color: rgba(247, 247, 247, .65);
    letter-spacing: .05em
}

.p-about-profile__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .9375rem;
    color: rgba(247, 247, 247, .65);
    line-height: 2;
    max-width: 800px
}

.p-about-profile__text p+p {
    margin-top: 1rem
}

.p-service-fv {
    padding: 6rem 0 4rem
}

.p-service-fv__catch {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .04em;
    margin-bottom: 2rem
}

.p-service-fv__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .9375rem;
    color: rgba(247, 247, 247, .65);
    line-height: 2;
    max-width: 600px
}

.p-service-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

@media(max-width: 1024px) {
    .p-service-features__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 599px) {
    .p-service-features__grid {
        grid-template-columns: 1fr
    }
}

.p-service-areas__tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 2rem
}

.p-service-areas__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .9375rem;
    color: rgba(247, 247, 247, .65);
    line-height: 2;
    max-width: 800px
}

.p-service-price {
    background-color: #2c2f38
}

.p-service-price__note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .875rem;
    color: #ffd500;
    margin-top: 2rem;
    font-weight: 700
}

.p-service-price__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem
}

.p-service-options__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem
}

@media(max-width: 599px) {
    .p-service-options__grid {
        grid-template-columns: 1fr
    }
}

.p-service-examples__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

@media(max-width: 1024px) {
    .p-service-examples__grid {
        grid-template-columns: 1fr
    }
}

.p-service-examples__card {
    padding: 2rem;
    border: 1px solid rgba(247, 247, 247, .12);
    border-radius: 8px
}

.p-service-examples__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: #ffd500;
    margin-bottom: 1rem
}

.p-service-examples__total {
    font-family: "Outfit", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f7f7f7;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(247, 247, 247, .12)
}

.p-fish-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

@media(max-width: 1024px) {
    .p-fish-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 599px) {
    .p-fish-grid {
        grid-template-columns: 1fr
    }
}

.p-fish-season__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.p-fish-season__note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .8125rem;
    color: rgba(247, 247, 247, .65);
    margin-top: 1rem
}

.p-info-bear {
    background-color: rgba(44, 47, 56, .5);
    border-radius: 16px;
    padding: 4rem
}

@media(max-width: 599px) {
    .p-info-bear {
        padding: 2rem
    }
}

.p-info-bear__catch {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 700;
    margin-bottom: 2rem
}

.p-info-bear__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: .9375rem;
    color: rgba(247, 247, 247, .65);
    line-height: 2;
    margin-bottom: 4rem;
    max-width: 800px
}

.p-info-bear__points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem
}

@media(max-width: 1024px) {
    .p-info-bear__points {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 599px) {
    .p-info-bear__points {
        grid-template-columns: 1fr
    }
}

.p-info-outside__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center
}

@media(max-width: 1024px) {
    .p-info-outside__inner {
        grid-template-columns: 1fr
    }
}

.p-info-outside__routes {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.p-info-outside__route-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    border: 1px solid rgba(247, 247, 247, .12);
    border-radius: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: .9375rem
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7 .wpcf7-response-output {
    display: none !important
}

.cf7-error-popup {
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.13));
    margin-top: 4px;
    margin-bottom: 12px
}

.cf7-error-popup__arrow {
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
    margin-left: 20px
}

.cf7-error-popup__inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px
}

.cf7-error-popup__badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #e53e3e;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1
}

.cf7-error-popup__body {
    flex: 1;
    min-width: 0
}

.cf7-error-popup__msg {
    margin: 0;
    padding: 0;
    line-height: 1.6
}

.cf7-error-popup__msg--primary {
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a
}

.cf7-error-popup__msg--secondary {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-top: 4px
}

.cf7-success-msg {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid #27ae60;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    padding: 20px 24px;
    margin: 24px 0
}

.cf7-success-msg__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #27ae60;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.cf7-success-msg__body {
    flex: 1;
    min-width: 0
}

.cf7-success-msg__title {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.4
}

.cf7-success-msg__text {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.8
}

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important
}

.recaptcha-notice {
    margin: 8px 0 0;
    font-size: 11px;
    color: #999;
    line-height: 1.5
}

.recaptcha-notice a {
    color: #999;
    text-decoration: underline
}

.recaptcha-notice a:hover {
    color: #555
}

.wpcf7 [type=submit].is-acceptance-grayed {
    opacity: .4;
    cursor: not-allowed
}

.season_table {
	@media (max-width: 959px) {
		width: 1142px;
	}
}