@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("extra.css");

/*---マイアカウントのダッシュボードのカートに入れた後の通知を非表示---*/
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-dashboard .woocommerce-notices-wrapper .woocommerce-message {
    display: none;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
    background: var(--sub-color) !important;
    border: 1px solid #fff;
    color: #fff !important;
    font-weight: bold !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.woocommerce-cart .wc-block-components-button__text::before {
    content: '\f138';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;

}

.wc-block-cart__submit-button {
    padding: 1em;
    font-size: 1.8rem;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover {
    color: #fff !important;
    background: var(--sub-color) !important;
    text-decoration: none !important;
    opacity: 0.8;
}

@media screen and (max-width:752px) {
    .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
        gap: 60px;
        flex-direction: column;
    }
}

/*---カートの規約ボックス---*/
.my-cart-terms-box {
    border: 1px solid #ccc;
    padding: 10px;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 1.4rem;

    .main-ttl {
        font-weight: bold;
        font-size: 1.6rem;
        color: var(--main-color);
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .sub-ttl {
        font-weight: bold;
        font-size: 1.6rem;
        color: var(--main-color);
        background: #efefef;
        padding: 0.5em;
        margin-bottom: 1em;
    }
}

:root {
    --main-width: 1280px;
    --main-color: #1c2c43;
    --sub-color: #2bb9b0;
    --grad: linear-gradient(270deg, #08AEEA 0%, #2af5f0 100%);
}

html {
    height: 100%;
    font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

body {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #1c2c43;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

.font-noto {
    font-family: "Noto Sans JP", sans-serif;
}

.font-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.fc-main {
    color: var(--main-color);
}

.fc-sub {
    color: var(--sub-color);
}

.fc-sblue {
    color: #2bb9b0;
}

.fc-white {
    color: #fff;
}

.fw-bold {
    font-weight: bold;
}

a {
    color: #1c2c43;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

a,
a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a.more-btn {
    background: var(--main-color) !important;
    border: 1px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #fff !important;
    padding: 1em 2em !important;
}

a.more-btn:hover {
    text-decoration: none !important;
}

a.more-btn:before {
    content: '\f138';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
}

a.more-btn.back {
    background: #fff !important;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
}

a.more-btn.back:before {
    content: '\f137';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#wrapper {
    position: relative;
    z-index: 2;
}

.inner {
    max-width: var(--main-width);
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.inner::after {
    content: '';
    display: table;
    clear: both;
}

.main-common-tit {
    position: relative;
}

.main-common-tit::after {
    position: absolute;
    bottom: -0.5em;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    content: "";
    background: var(--sub-color);
}

.main-common-tit span.jp {
    font-size: 2rem;
}

body:not(.home) #content {
    margin-top: 80px;
    padding: 4vmax 2vmax;
}

.is-drawer-open .white {
    display: none !important;
}

.is-drawer-open .dark {
    display: block !important;
}

#header {
    padding: 0 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

#header.lower-header,
#header.active {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#header.lower-header #header-logo .white,
#header.active #header-logo .white {
    display: none;
}

#header.lower-header #header-logo .dark,
#header.active #header-logo .dark {
    display: block;
}

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

    #header.lower-header,
    #header.active {
        background: white;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}

#header #header-inner {
    height: 80px;
    position: relative;
}

#header #header-logo {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 280px;
}

#header #header-logo .white {
    display: block;
}

#header #header-logo .dark {
    display: none;
}

#header #header-logo a {
    color: var(--main-color);
}

#header #header-ec {
    width: 320px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
}

#header #header-ec li a {
    background-color: var(--sub-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#header #header-ec li a::before {
    content: '\f007';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
}

#header #header-ec li.cart a {
    background-color: var(--main-color);
}

#header #header-ec li.cart a::before {
    content: '\f07a';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
    #header #header-ec li a {
        text-align: center;
    }

    #header #header-ec li a::before {
        font-size: 20px;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1200px) {
    #header #header-logo {
        max-width: 200px;
    }

    #header #header-ec {
        right: 60px;
    }
}

@media screen and (max-width: 768px) {
    #header #header-inner {
        height: 60px;
    }

    #header #header-ec {
        width: 120px;
        height: 60px;
    }
}

@media screen and (max-width: 599px) {
    #header #header-logo {
        margin-right: 190px;
    }
}

#gnav {
    margin: 10px;
    padding: 20px;
    position: relative;
    border-radius: 60px;
}

#gnav ul {
    height: 100%;
}

#gnav ul>li {
    padding: 0 1.5vw;
    height: 100%;
    position: relative;
}

#gnav ul>li>a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
    color: #fff;
}

#gnav ul>li>a:hover {
    text-decoration: none;
    color: var(--main-color);
    opacity: 1;
}

#gnav ul>li>a:hover::before {
    transform: scale(1);
}

#gnav ul>li.current>a {
    color: #fff;
}

#gnav ul>li.parent>a::after {
    content: '\f107';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 0.5em;
}

#gnav ul>li .sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 80px;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
}

#gnav ul>li .sub-menu li a {
    text-align: left;
    padding: 0.5em 1em;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--main-color);
    color: #fff;
}

#gnav ul>li .sub-menu li a:hover {
    opacity: 0.8;
}

#gnav ul>li .sub-menu li a::before {
    content: '\f105';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-right: 0.5em;
}

.lower-header #gnav ul>li>a,
.active #gnav ul>li>a {
    color: var(--main-color);
}


.lower-header #gnav ul>li.current>a,
.active #gnav ul>li.current>a {
    color: var(--sub-color);
}

#gnav-trigger {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 999;
    flex-basis: 80px;
    flex-shrink: 0;
    cursor: pointer;
    background: #fff;
}

#gnav-trigger::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#gnav-trigger #panel-btn {
    background: var(--main-color);
}

#gnav-trigger #panel-btn:hover {
    color: var(--main-color);
    opacity: 1;
}

#gnav-trigger #panel-btn-text {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    width: 100%;
    font-size: 10px;
    text-align: center;
}

#gnav-trigger #panel-btn-text::before {
    content: "MENU";
    color: var(--main-color);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

#gnav-trigger .is-drawer-open #panel-btn-text::before {
    content: "CLOSE";
}

#gnav-trigger #panel-btn-icon {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    width: 30px;
    height: 2px;
    background: var(--main-color);
    transition: .2s;
}

#gnav-trigger #panel-btn-icon:after,
#gnav-trigger #panel-btn-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--main-color);
    transition: .3s;
}

#gnav-trigger #panel-btn-icon:before {
    margin-top: -8px;
}

#gnav-trigger #panel-btn-icon:after {
    margin-top: 6px;
}

#gnav-trigger #panel-btn .close {
    background: 0 0;
}

#gnav-trigger #panel-btn .close:after,
#gnav-trigger #panel-btn .close:before {
    margin-top: 0;
}

#gnav-trigger #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#gnav-trigger #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
    #gnav-trigger {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    #gnav-trigger #panel-btn-text::before {
        display: none;
    }
}

#drawer-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#drawer-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 101;
}

#drawer-menu li {
    display: block;
    padding: 0 1em;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
}

#drawer-menu li a {
    display: block;
    padding: 0.85em 1em;
    font-size: 2rem;
    font-weight: bold;
}

#drawer-menu li a::before {
    content: '\f138';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    padding-right: 0.5em;
    color: var(--main-color);
}

.is-drawer-open #drawer-bg {
    display: block;
    animation-duration: .5s;
    animation-name: fadein;
}

.is-drawer-open #drawer-menu {
    display: block;
}

#drawer-menu li.parent a {
    display: inline-block;
    position: relative;
}

#drawer-menu li.parent::after {
    position: absolute;
    right: 2vmax;
    top: 0;
    content: '\f107';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-right: 0.5em;
    font-size: 4vmax;
}

#drawer-menu li.parent.open::after {
    content: '\f106';
}

#drawer-menu ul.sub-menu {
    display: none;
    margin: 0 1em;
}

#drawer-menu ul.sub-menu li {
    display: block;
    position: relative;
}

#drawer-menu ul.sub-menu li a::before {
    content: '\f105';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-right: 0.5em;
    color: var(--main-color);
}

.breadcrumbs {
    padding: 1em;
    text-align: left;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
}

.breadcrumbs a,
.breadcrumbs a:hover {
    color: var(--main-color);
}

#content {
    position: relative;
}

#content .video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

#content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content .blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    transition: backdrop-filter 0.2s ease-out;
    z-index: 2;
    pointer-events: none;
    z-index: 2;
}

#content .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#333 20%, transparent 20%), radial-gradient(#333 20%, transparent 20%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: 3;
}

#content .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #3f589a 0%, #3f589a 100%);
    opacity: 0.4;
    mix-blend-mode: screen;
    z-index: 4;
}

#mainimage {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

#mainimage h1 {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 60%;
    transform-origin: top right;
    transform: translateY(-60%) rotate(90deg);
    color: #fff;
    z-index: 5;
    font-size: 1.2rem;
}

#mainimage .mv-badge {
    position: fixed;
    bottom: 10%;
    right: 10%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#mainimage .mv-badge.is-inview {
    opacity: 1;
    visibility: visible;
}

#mainimage .mv-badge.is-hidden {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    #mainimage h1 {
        font-size: 2vw;
        transform: none;
        top: 70px;
        right: 10px;
    }

    #mainimage .mv-badge {
        width: 100px;
        top: auto;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
    }
}

#mainimage .mv-copy {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 6.5vw;
    z-index: 5;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
}

#mainimage .mv-copy.is-hidden {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    #mainimage .mv-copy {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
    }
}

#mainimage .catch-copy {
    line-height: 1.6;
    display: inline-block;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#mainimage .line-text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
}

#mainimage .line-text.line-01 {
    font-size: 5.5rem;
}

#mainimage .line-text.line-02 {
    font-size: 7.6rem;

}

/* アニメーション前のスタイル */
.js-marker {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #ffff66, #ffff66);
    /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 30%;
    /* '30%'の部分にマーカーの太さを記入 */
    transition: all 1s ease-in-out;
    /* マーカーを引く速度を調整 */
    font-weight: bold;
    /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.js-marker.is-active {
    background-size: 100% 30%;
    /* '30%'の部分は上で設定した太さに合わせる */
}


@media screen and (max-width: 960px) {
    #mainimage .line-text.line-01 {
        font-size: 5.5vw;
    }

    #mainimage .line-text.line-02 {
        font-size: 7.5vw;
    }
}

@media screen and (max-width: 768px) {
    #mainimage .line-text.line-01 {
        font-size: 6vw;
    }

    #mainimage .line-text.line-02 {
        font-size: 13.5vw;
    }
}

#mainimage .line-text .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

#mainimage .line-text .char.show {
    opacity: 1;
    transform: translateY(0);
}

/*

#mainimage .line-02::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 2px;
    background-color: #ffff66;
    width: 0;
    transition: width 0.5s ease;
}

#mainimage .line-text.underline-active::after {
    width: 100%;
}
*/
#mainimage .line-02 {
    display: inline;
    position: relative;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background:
        linear-gradient(to right, #ffff66, #ffff66) no-repeat left bottom;
    background-size: 0 2px;
    transition: background-size 0.5s ease;
}

#mainimage .line-02.underline-active {
    background-size: 100% 2px;
}


#mainimage .scroll_down {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
}

#mainimage .scroll_down.is-hidden {
    opacity: 0;
    visibility: hidden;
}

#mainimage .scroll_down a {
    position: absolute;
    left: 10px;
    bottom: 67px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
}

#mainimage .scroll_down::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

#mainimage .scroll_down::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 120px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    #mainimage .scroll_down::after {
        height: 60px;
    }
}

@keyframes circlemove {
    0% {
        bottom: 120px;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    @keyframes circlemove {
        0% {
            bottom: 60px;
        }

        100% {
            bottom: 0px;
        }
    }

    @keyframes cirlemovehide {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        80% {
            opacity: 0.9;
        }

        100% {
            opacity: 0;
        }
    }
}

.shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#main-content {
    background: #fff;
    position: relative;
    z-index: 2;
}

#main-about {
    margin-top: 0vmax;
    position: relative;
    padding: 25vmax 0 15vmax;
    background: #fff;
    position: relative;
    background: linear-gradient(90deg, white 0%, #fff 100%);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#main-about .scroll-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    color: var(--main-color);
    font-size: 20vw;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
    transition: transform 0.1s linear;
    mix-blend-mode: multiply;
    opacity: 0.05;
    white-space: nowrap;
}

#main-products {
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 3;
    flex-direction: column;
    background: url(../images/main-products-bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
    #main-products {
        height: 400px;
        min-height: auto;
        margin-bottom: 0;
    }
}

#main-products .badge {
    position: relative;
    bottom: -10px;
    z-index: 4;
}

#main-products .ttl {
    position: relative;
    display: inline-block;
    margin-bottom: 4vmax;
    padding: 0.5em 10%;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #main-products .ttl {
        margin-bottom: 10vmax;
    }
}

#main-products .ttl::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 0%, var(--main-color) 20%, var(--main-color) 80%, transparent 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
}

#main-products .ttl-text {
    position: relative;
    z-index: 1;
}

#main-products .main-products-list {
    display: flex;
    gap: 4vmax;
    align-items: flex-end;
    position: absolute;
    bottom: -5vmax;
    left: 50%;
    transform: translateX(-50%);
    width: var(--main-width);
}

@media screen and (max-width: 1200px) {
    #main-products .main-products-list {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #main-products .badge {
        width: 100px;
    }
}

#main-products-image {
    position: relative;
    top: -250px;
    margin: 0 auto -200px auto;
    width: var(--main-width);
    z-index: 3;
}

@media screen and (max-width: 1200px) {
    #main-products-image {
        width: 100%;
        top: -130px;
        margin: 0 auto -100px auto;
    }
}

#main-uniq {
    background: url(../images/main-uniq-bg.png) no-repeat top left/contain;
    background-attachment: fixed;
    display: flex;
    position: relative;
    padding: 7vmax 0 6vmax;
    z-index: 3;
    max-width: 1800px;
}

#main-uniq .contents {
    width: 45vw;
    margin: 0 4.5vw 5vw 5.5vw;
}

#main-uniq .contents li {
    margin-bottom: 80px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#main-uniq .contents li .image {
    max-width: 200px;
    flex-shrink: 0;
    margin-right: 20px;
}

@media (max-width: 768px) {
    #main-uniq .contents li .image {
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
        text-align: center;
    }

    #main-uniq .contents li .image img {
        max-width: 120px;
    }
}

#main-uniq .contents li .ttl {
    color: #fff;
    background: var(--sub-color);
    padding: 1.5vmax 2vmax;
    position: relative;
    border-radius: 5px 5px 0 0;
}

#main-uniq .contents li .ttl::before {
    position: absolute;
    content: "1";
    width: 60px;
    height: 60px;
    top: -40px;
    left: 50%;
    font-size: 40px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    color: var(--sub-color);
    border: 1px solid var(--sub-color);
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
    #main-uniq .contents li .ttl::before {
        width: 40px;
        height: 40px;
        top: -34px;
        font-size: 18px;
        border-radius: 40px;
        line-height: 40px;
    }
}

#main-uniq .contents li:nth-of-type(2) .ttl::before {
    content: "2";
}

#main-uniq .contents li:nth-of-type(3) .ttl::before {
    content: "3";
}

#main-uniq .contents li:nth-of-type(4) .ttl::before {
    content: "4";
}

#main-uniq .contents li:nth-of-type(5) .ttl::before {
    content: "5";
}

#main-uniq .contents li:nth-of-type(6) .ttl::before {
    content: "6";
}

@media (max-width: 768px) {
    #main-uniq .contents li {
        margin-bottom: 50px;
    }
}

#main-uniq .images {
    width: 45vw;
    height: 100vh;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0vh;
}

#main-uniq .images p {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
}

#main-uniq .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-uniq .images p:first-child,
#main-uniq .images p.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1100px) {
    #main-uniq {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
    }

    #main-uniq .contents,
    #main-uniq .images {
        width: 100%;
        position: static;
    }

    #main-uniq .contents>*,
    #main-uniq .images>* {
        padding-top: 0 !important;
    }

    #main-uniq .contents {
        padding: 4vmax 2vmax;
        margin: 0;
    }

    #main-uniq .images {
        height: auto;
        margin-bottom: 0;
        height: 30vmax;
    }

    #main-uniq .images p {
        height: 100%;
        position: static;
        visibility: visible !important;
        opacity: 1 !important;
        height: 100%;
        flex: 1;
    }

    #main-uniq .images p img {
        object-position: top right;
    }

    #main-uniq .images p:last-of-type img {
        object-position: top left;
    }
}

#main-case {
    width: 100%;
    padding: 6vmax 2vmax 6vmax 2vmax;
    position: relative;
    z-index: 3;
    background: #F2FBFF;
}

@media screen and (max-width: 768px) {
    #main-case {
        padding-top: 10vmax;
    }
}

#main-case .main-case-add {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    overflow: hidden;
}

#main-case .main-case-add .ttl {
    background: #2ba3b9;
    color: #fff;
    padding: 1em;
    width: 35%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
}

#main-case .main-case-add .ttl:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #2ba3b9;
    border-width: 10px;
    margin-top: -10px;
}

@media (max-width: 768px) {
    #main-case .main-case-add .ttl {
        width: 100%;
        justify-content: center;
    }

    #main-case .main-case-add .ttl:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(43, 163, 185, 0);
        border-top-color: #2ba3b9;
        border-width: 10px;
        margin-left: -10px;
        margin-top: auto;
    }
}

#main-case .main-case-add .content {
    background: #fff;
    flex: 1;
}

#main-case .main-case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vmax;
}

#main-case .main-case-list .beer-reveal[data-beer-label]:after,
#main-case .main-case-list .beer-slider[data-beer-label]:after {
    background: var(--main-color);
    opacity: 0.8;
    color: #fff;
}

#main-case .main-case-list .sub-ttl {
    padding: 1em 0.5em;
    margin-top: 1em;
    position: relative;
}

#main-case .main-case-list .sub-ttl::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #ccc;
    top: 0;
    left: 0;
}

#main-case .main-case-list .sub-ttl::after {
    position: absolute;
    content: "";
    display: block;
    width: 30%;
    height: 4px;
    background: #2ba3b9;
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
    #main-case .main-case-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

#main-usp {
    width: 100%;
    min-height: 800px;
    padding: 6vmax 0;
    position: relative;
    z-index: 3;
    background: #d9f2f0;
}

#main-usp .main-usp-inner {
    margin: 0 auto;
    max-width: 1600px;
}

#main-usp .main-usp-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vmax;
}

#main-usp .card {
    perspective: 1000px;
    border-radius: 10px;
}

#main-usp .card-inner {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.8s ease-in-out;
    border-radius: 20px;
}

#main-usp .card-front,
#main-usp .card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#main-usp .card-front {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
}

#main-usp .card-back {
    background-color: #fff;
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#main-usp .card-back .ttl {
    background: var(--sub-color);
    color: #fff;
    padding: 1.5vmax 2vmax;
    border-radius: 10px 10px 0 0;
}

#main-usp .card-back .ttl:nth-of-type(2n) {
    background: var(--main-color);
}

#main-usp .card-back .card-back-content {
    padding: 2vmax;
}

#main-usp .card.flip .card-inner {
    transform: rotateY(180deg);
}

#main-usp .card.flip .card-back {
    opacity: 1;
    visibility: visible;
}

#main-product-list {
    padding: 6vmax 2vmax;
    background: #d9f2f0;
}

#main-product-list .ttl {
    background: var(--main-color);
    color: #fff;
}

#main-product-list .product-once {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 2vmax;
}

#main-product-list .product-once .product-image {
    width: 40%;
    flex-shrink: 0;
    position: relative;
}

#main-product-list .product-once .product-image .badge {
    width: 80px;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
}

@media (max-width: 768px) {
    #main-product-list .product-once .product-image {
        width: 100%;
    }

    #main-product-list .product-once .product-image .badge {
        left: -2px;
    }
}

#main-product-list .product-once .product-type {
    color: #fff;
    background: var(--main-color);
    padding: 0.2em 1em;
    display: inline-block;
}

#main-product-list .product-once .btn-wrap {
    position: relative;
    z-index: 5;
    display: block;
}

#main-product-list .product-once .btn-wrap::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    z-index: -1;
}

#main-product-list .product-once .btn-readmore {
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    padding: 0.5em 1em;
    width: 160px;
    text-align: center;
}

#main-product-list .product-once .btn-readmore.open::after {
    content: '\f077';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 1em;
    text-decoration: none;
}

#main-product-list .product-once .btn-readmore::after {
    content: '\f078';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 1em;
    text-decoration: none;
}

#main-product-list .product-once .detail-content {
    margin-top: 1em;
}

#main-product-list .product-once .add_to_cart_inline {
    border: none !important;
    margin: 20px 0 !important;
    padding: 0 !important;
}

#main-product-list .product-once .add_to_cart_inline .woocommerce-Price-amount {
    display: none !important;
}

#main-product-list .product-once .add_to_cart_inline a.add_to_cart_button {
    background: var(--sub-color) !important;
    border: 1px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #fff !important;
    font-size: 2rem !important;
    padding: 1em 2em !important;
}

#main-product-list .product-once .add_to_cart_inline a.add_to_cart_button:before {
    content: '\f217';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

@media (max-width: 768px) {
    #main-product-list .product-once .add_to_cart_inline {
        text-align: center;
    }
}

#main-product-list .product-set-list .product-set-list-inner {
    margin-bottom: 2vmax;
}

#main-product-list .product-set-list .product-set-list-inner:last-of-type {
    margin-bottom: 0;
}

#main-product-list .product-set-list .subttl {
    color: #fff;
    background: var(--sub-color);
    padding: 1.5vmax 2vmax;
    position: relative;
}

#main-product-list .product-set-list .product-set-list-once {
    padding: 3vmax;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#main-product-list .product-set-list .product-set-list-once .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

#main-product-list .product-set-list .product-set-list-once .list li {
    background: #fff;
    position: relative;
}

#main-product-list .product-set-list .product-set-list-once .list li:after {
    content: '+';
    font-size: 70px;
    opacity: 0.8;
    position: absolute;
    right: -54px;
    top: 35%;
    transform: translateY(-35%);
    font-weight: 800;
}

#main-product-list .product-set-list .product-set-list-once .list li:last-of-type:after {
    display: none;
}

@media (max-width: 768px) {
    #main-product-list .product-set-list .product-set-list-once .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    #main-product-list .product-set-list .product-set-list-once .list li {
        background: #fff;
        position: relative;
    }

    #main-product-list .product-set-list .product-set-list-once .list li:after {
        content: '+';
        font-size: 40px;
        opacity: 0.8;
        position: absolute;
        right: -35px;
        top: 35%;
        transform: translateY(-35%);
        font-weight: 800;
    }

    #main-product-list .product-set-list .product-set-list-once .list li:nth-of-type(2):after,
    #main-product-list .product-set-list .product-set-list-once .list li:last-of-type:after {
        display: none;
    }

    #main-product-list .product-set-list .product-set-list-once .list li:nth-of-type(3):before,
    #main-product-list .product-set-list .product-set-list-once .list li:nth-of-type(4):before {
        content: '+';
        font-size: 40px;
        opacity: 0.8;
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 800;
    }

    /* 1. カウンターをリセット */
    .product-set-list-once .list {
        counter-reset: product-counter;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* 2. 各 li でカウンターを +1 */
    .product-set-list-once .list li {
        counter-increment: product-counter;
    }

    /* 3. .image を相対位置コンテナに */
    .product-set-list-once .list li .image {
        position: relative;
    }

    /* 4. 疑似要素で番号を表示 */
    .product-set-list-once .list li .image::before {
        content: counter(product-counter);
        position: absolute;
        top: -5px;
        left: -5px;
        /* お好みでデザイン */
        background: #fff;
        z-index: 5;
        font-size: 15px;
        line-height: 1;
        border: 1px solid var(--main-color);
        width: 25px;
        height: 25px;
        letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        border-radius: 50%;
    }

}

#main-product-list .product-set-list .product-set-list-once .desc {
    padding: 1em;
    background: #f3f3f3;
    text-align: left;
    margin-top: 1em;
}

@media (max-width: 768px) {
    #main-product-list {
        padding: 6vmax 2vmax;
    }
}

#main-voice {
    width: 100%;
    padding: 6vmax 0;
    position: relative;
}

#main-voice::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: var(--main-color);
    z-index: -1;
    opacity: 0.25;
}

#main-voice .main-voice-slide li.slick-slide {
    margin: 0 1vmax;
}

@media (min-width: 1280px) {
    #main-voice .main-voice-slide li.slick-slide {
        width: 540px;
    }
}

@media (max-width: 768px) {
    #main-voice .main-voice-slide li.slick-slide {
        margin: 0 5px;
    }
}

#main-voice .image {
    width: 100%;
    aspect-ratio: 4 / 2.8;
    margin-bottom: 1em;
    background: #fff;
}

#main-voice .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-voice .text {
    position: relative;
    margin: -40px 20px 20px 20px;
    padding: 1.5em;
    background: #fff;
    position: relative;
}

#main-voice .text .voice-text {
    margin-bottom: 1em;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 600;
}

#main-voice .text .voice-area {
    color: var(--sub-color);
}

#main-voice .text ::before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    content: '\f061';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background: var(--main-color);
    color: #fff;
}

@media (max-width: 768px) {
    #main-voice .text ::before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 25px;
    }
}

.wc-block-cart__submit-button {
    background: var(--main-color);
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 1em;
}

.woocommerce div.product form.cart .button {
    display: block;
    width: 100%;
    margin: 5% 0;
    padding: 1em;
    background: var(--main-color);
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    color: #fff;
    background: var(--main-color);
}

#footer {
    padding: 4vmax 2vmax 2vmax 2vmax;
    font-size: 1.4rem;
    background: #f3f3f3;
}

#footer a {
    color: var(--main-color);
}

#footer .footer-corp {
    font-size: 2rem;
}

#footer .footer-nav {
    margin: 2vmax 0;
}

#footer .footer-nav li a {
    margin: 1em;
}

#footer .footer-nav li a::before {
    content: '\f0a9';
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    color: var(--text-color);
    margin-right: 0.3em;
}

#footer #copyright {
    padding: 2vmax 2vmax;
    font-size: 10px;
}

.pagetop-btn-wrap {
    display: none;
    position: fixed;
    bottom: 3vmax;
    right: 3vmax;
    z-index: 99;
}

.pagetop-btn-wrap .pagetop-btn {
    position: relative;
}

.pagetop-btn-wrap .pagetop-btn::before {
    content: '\f062';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    background: var(--main-color);
    color: #fff;
}

.local-nav {
    display: flex;
    justify-content: center;
    margin: 2vmax 2vmax 4vmax;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .local-nav {
        margin: 2vmax 0 4vmax;
    }
}

.local-nav li a {
    margin: 0 0.5em;
    padding: 0.5em 2em;
    background: var(--sub-color);
    border: 2px solid #fff;
    border-radius: 30px;
    display: block;
}

.local-nav li a:hover {
    border: 2px solid var(--main-color);
    opacity: 1;
    text-decoration: none;
}

.local-nav li a::before {
    content: '\f0a9';
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    color: var(--main-color);
}

.local-nav li.current a {
    border: 2px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
}

.local-nav li.current a::before {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .local-nav li {
        width: 50%;
    }

    .local-nav li a {
        margin: 0.5em;
        font-size: 1.2rem;
    }
}

.side-nav-title {
    background: var(--sub-color);
    padding: 0.5em 1em;
    border-radius: 5px;
}

.side-nav-list {
    margin: 1em;
}

.side-nav-list li {
    margin: 1em;
}

.side-nav-list li a::before {
    content: '\f105';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
}

.post main {
    margin-bottom: 5vmax;
}

.blog-title {
    font-size: 1.8rem;
    margin: 0 0 1.5em 0;
    padding: 2em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: left;
}

.blog-title .ttl::before {
    content: '\f0a9';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
    color: var(--main-color);
}

.blog-title .post-date {
    font-size: 1.2rem;
    color: var(--main-color);
}

.post .entry-content {
    margin-bottom: 8vmax;
}

.post .entry-content p {
    margin-bottom: 1em;
}

.post-nav a {
    color: var(--main-color);
}

.entry-content {
    text-align: left;

}

.entry-content a:hover,
.entry-content a:focus {
    color: inherit;
    text-decoration: underline;
}

.entry-content .page-title {
    color: var(--main-color);
    font-size: 3rem;
    margin: 0 0 1.5em 0;
    padding: 1em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.entry-title,
.entry-content h2:not([class]) {
    font-size: 2.6rem;
    margin: 1.5em 0 1em 0;
    padding: 1em 0;
    position: relative;
    font-weight: 600;
    color: var(--main-color);
    border-bottom: 1px solid #ccc;
}

.entry-title::before,
.entry-content h2:not([class])::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #ccc;
    top: 0;
    left: 0;
}

.entry-title::after,
.entry-content h2:not([class])::after {
    position: absolute;
    content: "";
    display: block;
    width: 30%;
    height: 4px;
    background: #2ba3b9;
    top: 0;
    left: 0;
}

.entry-content h3:not([class]) {
    font-size: 2.4rem;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0;
    border-bottom: 1px dotted #ccc;
    position: relative;
    text-align: left;
    font-weight: 600;
}

.entry-content h3:not([class])::before,
.entry-content .title-h3::before {
    content: '\f138';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    color: var(--sub-color);
    margin-right: 0.5em;
}

.entry-content h4:not([class]) {
    color: var(--main-color);
    padding: 0 1em 0.5em 0.2em;
    font-size: 2.4rem;
    margin: 0vmax 0 1em 0;
    position: relative;
}

.entry-content h4:not([class])::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #ccc;
    content: "";
    display: block;
}

.entry-content h4:not([class])::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 25%;
    background: var(--sub-color);
    content: "";
    display: block;
    z-index: 2;
}

.entry-content h5:not([class]) {
    color: #715959;
    font-size: 1.8rem;
    margin: 1vmax 0 0.5em 0;
    position: relative;
}

.entry-content h5:not([class])::before {
    content: '\f138';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: #5f89d2;
    margin-right: 0.5em;
}

ul.disc {
    margin-left: 0.5em;
    padding-left: 1.5em;

}

ul.disc li {
    list-style-type: disc;
}




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

    .entry-content .page-title {
        font-size: 2.2rem;
    }

    .entry-title,
    .entry-content h2:not([class]) {
        font-size: 2.0rem;
    }


    .entry-content h3:not([class]) {
        font-size: 1.8rem;
    }


    .entry-content h4:not([class]) {
        font-size: 1.8rem;
    }


    .entry-content h5:not([class]) {
        font-size: 1.6rem;
    }
}





.confirm-show {
    display: none;
}

.mw_wp_form_confirm .confirm-show {
    display: block;
}

.table-contact p {
    margin: 0 0 0 0;
}

.table-contact {
    margin: 0 0 0.8em 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.table-contact th {
    padding: 1em;
    width: 30%;
    background: var(--sub-color);
    border: #ccc 1px solid;
    vertical-align: middle;
}

.table-contact th .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-contact .hissu {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    font-size: 1.4rem;
    padding: 0.15em 0.5em;
}

.table-contact td {
    padding: 1em;
    border: #ccc 1px solid;
    background: #fff;
    text-align: left;
}

.table-contact td ul li {
    margin: 0 0 0 20px;
    list-style: outside disc;
}

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

    .table-contact th,
    .table-contact td {
        display: block;
        width: 100%;
    }
}

button,
input,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1.8rem;
}

textarea,
input[type="number"],
input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.3em;
    width: 100%;
}

.form-btn {
    text-align: center;
    margin: 4vmax;
}

.form-btn input {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 0.3em 2em;
    margin-left: 1em;
    font-size: 2rem;
    border-radius: 5px;
    font-weight: bold;
}

.form-btn input {
    display: inline-block !important;
    padding: 0.5em 2em;
    background: var(--main-color);
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.form-btn input:hover {
    color: #fff;
}

.form-btn input::after {
    content: '\f0a9';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5em;
}

.works-page-title-icon {
    font-size: 1.2rem;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    margin: 0.5em;
    padding: 0 1em;
}

.works-sub-images {
    margin-bottom: 3vmax;
}

.works-sub-images li:first-of-type {
    display: none;
}

.table-works {
    margin: 0 0 0.8em 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.table-works th {
    padding: 1em;
    width: 20%;
    border-bottom: 1px solid var(--main-color);
    vertical-align: middle;
}

.table-works td {
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
    .table-works th {
        width: 30%;
    }
}

/*---------ログイン-------*/

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    background: var(--main-color);
    color: #fff;
    /* アニメーションを滑らかに */
    transition:
        transform 0.1s ease-in-out,
        box-shadow 0.1s ease-in-out;
    /* 影で浮き上がり感を演出 */
    box-shadow: 0 4px rgba(0, 0, 0, 0.2);
}

/* ホバー時：軽く沈む */
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
    transform: translateY(2px);
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    background: #354458;
    color: #fff;
}

/* 押下（active）時：さらに沈む */
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:active {
    transform: translateY(4px);
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    background: #354458;
    color: #fff;
}

/*-------カートに入れた商品から商品詳細ページへのリンクを無効に-------*/
.woocommerce-cart .wc-block-cart-item__image a,
.woocommerce-cart .wc-block-components-product-name {
    pointer-events: none;
    /* クリックを無効化 */
    cursor: default;
    /* カーソルを通常に */
    text-decoration: none;
    /* 下線を消す */
    color: inherit;
    /* 本来のテキスト色を維持 */

}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        padding-bottom: 2vmax;
        margin-bottom: 2vmax;
        border-bottom: 1px solid #dcdcdc;
    }

}

/* ////////////////////////////////////////////
*                 lower-image
* //////////////////////////////////////////// */
#lower-image {
    margin-top: 80px;
    width: 100%;
    height: 30vmax;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#lower-image .lower-h1 {
    position: absolute;
    z-index: 6;
    top: 1vmax;
    right: 1vmax;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    #lower-image {
        margin-top: 60px;
    }

    #lower-image .lower-h1 {
        font-size: 2vw;
        top: 10px;
        right: 10px;
    }
}

#lower-image .lower-title {
    position: relative;
    z-index: 5;

}

#lower-image #movie {
    position: absolute;
    width: 100%;
    height: 100% !important;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
}

#lower-image #movie::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#333 20%, transparent 20%), radial-gradient(#333 20%, transparent 20%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: 4;
}

#lower-image #movie::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #3f589a 0%, #3f589a 100%);
    opacity: 0.4;
    mix-blend-mode: screen;
    z-index: 3;
}

#lower-image #movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ////////////////////////////////////////////
*                 voice
* //////////////////////////////////////////// */
#lower-image {
    width: 100%;
    height: 30vmax;
    position: relative;
}

.voice #content {
    background: url(../images/main-uniq-bg.png) no-repeat top left / contain;
    background-attachment: fixed;
}

.voice-list-once {
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 2vmax;
    margin-bottom: 2vmax;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    position: relative;
}

.voice-list-once .name {
    line-height: 1.4;
    color: #fff;
    background: var(--sub-color);
    padding: 0.8em;
    position: absolute;
    width: 11em;
    text-align: center;
    left: 0px;
    top: 0px;
    z-index: 3;
    border-radius: 5px 0 5px 0;
}


.voice-list-once .ttl {
    line-height: 1.4;
    margin-bottom: 1em;
    padding: 1em;
    color: var(--main-color);
    border-left: 1px solid var(--sub-color);
    background: #d9f2f0;
}

.voice-list-once .image {
    width: 100%;
    height: 100%;
}

.voice-list-once .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice-list-once .text {}

.voice-list-once .more a {
    border-radius: 30px;
    background: var(--sub-color);
    color: #fff;
    padding: 0.8em 2em;
    margin-bottom: 2vmax;
}

.voice-list-once .more a:hover {
    color: #fff;
    background: var(--sub-color);
    text-decoration: none;
}

.voice-list-once .more :after {
    content: '\f0a9';
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 1em;
}

/* ////////////////////////////////////////////
*                 voice-single
* //////////////////////////////////////////// */

#voice-single {
    border: 1px solid #ececec;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 2vmax;
}


.voice-single-ttl {
    padding: 2vmax 0 2vmax 0;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    background: #d9f2f0;
}

.voice-single-ttl-inner {
    border-left: 4px solid var(--sub-color);
    padding-left: 2vmax;
    padding-right: 2vmax;
}

.voice-single-txt {
    font-size: 1.8rem;
    padding: 2vmax;
}

@media screen and (max-width: 768px) {
    .voice-single-txt {
        font-size: 1.6rem;
    }
}

.voice-single-txt strong {
    font-weight: bold;
}

.voice-single-txt p {
    margin-bottom: 0.5em;
}


.postnav {
    margin-top: 4vmax;
    width: 100%;
}

.postnav a {
    font-size: 1.8rem;
    color: var(--main-color);
}

.postnav a:hover {
    text-decoration: none;
}

.postnav .totop::after {
    content: '\f106';
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5em;
    color: var(--sub-color);
}

.postnav .prev::before {
    content: '\f137';
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5em;
    color: var(--sub-color);
}

.postnav .next::after {
    content: '\f138';
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5em;
    color: var(--sub-color);
}


/* ////////////////////////////////////////////
*                 pagination
* //////////////////////////////////////////// */
.pagination a {
    padding: 0.4em 1em;
    display: inline-block;
    border: solid 1px var(--main-color);
    background-color: #fff;
    font-size: 1.6rem;
    text-decoration: none
}

.pagination a:hover {
    background-color: var(--main-color);
}

.pagination span {
    padding: 0.2em 1em;
    display: inline-block
}

.pagination span.current {
    padding: 0.4em 1em;
    color: #fff;
    font-size: 1.6rem;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.pagination {
    position: relative !important;
    overflow: hidden;
    margin: 2vw 0 0;
    text-align: center;
    clear: both;
    background-color: transparent
}

.pagination h2.screen-reader-text {
    display: none
}


/* ////////////////////////////////////////////
*                company
* //////////////////////////////////////////// */


.table-company {}

.table-company th {
    padding: 1em;
    width: 30%;
    border-bottom: 1px solid #dfdfdf;
    color: var(--sub-color);
    text-align: left;
    font-weight: bold;
}

.table-company td {
    padding: 1em;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
}

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

    .table-company th,
    .table-company td {
        display: block;
        width: 100%;
    }

    .table-company th {
        border-bottom: 1px solid #fff;
        padding: 1em 1em 0 1em;
    }

    .table-company td {
        ;
        padding: 0 1em 1em 1em;
    }
}

@media screen and (max-width :768px) {
    .gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
}

#access {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 8vmax;
    padding: 8vmax 3vmax;
    background: #d9f2f0;
}

/* ////////////////////////////////////////////
*                contact
* //////////////////////////////////////////// */

.ttl-01 {
    color: #fff;
    background: var(--sub-color);
    padding: 1.5vmax 2vmax;
    position: relative;
}

.contact-tel a {
    font-size: 5.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0.5em;
    color: var(--main-color);
}

.contact-tel a:hover {
    text-decoration: none;
    color: var(--sub-color);
    opacity: 1;
}

.contact-ttl-01::before {
    content: '\f095';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;

}

.contact-ttl-02::before {
    content: '\f3c0';
    font-weight: 300;
    font-family: 'Font Awesome 5 Brands';
    margin-right: 0.5em;

}

.contact-ttl-03::before {
    content: '\f0e0';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;

}



/* ---contact--- */

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    background-color: transparent;
    border-style: none;
    color: inherit;
}

.form-body {
    margin-top: 2vmax;
    margin-bottom: 6vmax;
    font-size: 1.8rem;

}

.form-body input[type='text'],
.form-body input[type='email'],
.form-body textarea {
    position: relative;
    margin: 0 0 1px 0;
    padding: 10px;
    width: 100%;
    background: #fff;
    border: #bbb 1px solid;
    border-radius: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 1.8rem !important;
}

.form-body input[type='text']:focus,
.form-body input[type='email']:focus,
.form-body textarea:focus {
    border: #bbb 1px solid;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.form-body input.short {
    width: 30%;

}

@media screen and (max-width : 768px) {
    .form-body input.short {
        width: 50%;

    }
}

.form-body select {
    padding: 10px;
}

.form-body table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
    margin-bottom: 3vmax;
    background: #fff;
}

.form-body table th {
    background: #F9FCFE;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ececec;
    padding: 1em;
    vertical-align: middle;
    width: 30%;
    text-align: left;
    position: relative;

}

.form-body table tr:nth-of-type(2n) th {
    background: #F2FBFF;
}

.form-body table td {
    border-bottom: 1px solid #ccc;
    padding: 1em;
    vertical-align: middle;
}

.form-body .hissu {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    margin-left: 1em;
    padding: 0.3em 1em;
    font-size: 13px;
    float: right
}

.form-body .nini {
    display: inline-block;
    background: #ececec;
    color: #555;
    margin-left: 1em;
    padding: 0.3em 1em;
    font-size: 13px;
    float: right
}

.form-body .tit {
    font-weight: bold !important;
}

.form-body .subtit {
    font-weight: bold !important;
    margin-top: 0.6em;
}

.form-mb {
    margin: 0 0 2em 0;
}

.form-indent {
    padding: 0 1.25em;
}


.form-body .horizontal-item+.horizontal-item {
    margin-left: 0px !important;
    margin-right: 20px !important;
    display: inline-block;
}

.form-body .horizontal-item {
    margin-right: 20px !important;
    display: inline-block;
}

.form-next-text {
    text-align: center;
    padding: 2em 2em 4em 2em;
}

.form-next-text a {
    text-decoration: underline;
}

.form-next-text a:hover {
    color: #207de4;
}

.form-submit {
    text-align: center;

}

.form-submit input[type="submit"] {
    background: var(--main-color);
    color: #fff;
    width: 50%;
    padding: 1em 0;
    font-size: 2rem;
    border-radius: 100px;
    background-color: var(--main-color);
    cursor: pointer;
}

.form-submit input[type="submit"]:hover {
    text-decoration: none;
    background: var(--sub-color);
    opacity: 1;
}

.mw_wp_form_confirm .input-show {
    display: none;
}

.confirm-show {
    display: none;
}

.mw_wp_form_confirm .confirm-show {
    display: block;
}

.form-back {
    text-align: center;
    margin-top: 30px;

}

.form-back input[type="submit"] {
    background: #999;
    color: #fff;
    width: 50%;
    padding: 1em 0;
    border-radius: 100px;
    cursor: pointer;
    font-size: 1.7rem;
}

.form-complete-text {
    text-align: center;
}

.form-complete-btn {
    text-align: center;
    margin: 3em 0 6em 0;
}

.form-complete-btn a {
    background: #207de4;
    color: #fff;
    padding: 1em 2em;
    font-size: 2rem;
    border-radius: 100px;
    background-color: #207de4;
    cursor: pointer;
}

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

    .contact-tel a {
        font-size: 9vw
    }

    .form-complete-text {
        text-align: left;
    }

    .page-entry p {
        text-align: left: !important
    }

    .form-next-text {
        text-align: left;
    }

    .form-body .horizontal-item+.horizontal-item {
        margin-left: 0px !important;
        margin-right: 0px !important;
        display: block;
    }

    .form-body .horizontal-item {
        margin-right: 0px !important;
        display: block;
    }

    .form-body table th,
    .form-body table td {
        display: block;
        width: 100%;
    }

    .form-submit input[type="submit"] {
        width: 90%;
        font-size: 2.6rem;
    }

    .form-back input[type="submit"] {
        width: 70%;
    }

    .form-complete-btn a {
        font-size: 2.6rem;
    }
}

@media screen and (max-width : 576px) {
    .form-submit input[type="submit"] {
        font-size: 4vw;
    }

    .form-body .hissu,
    .form-body .nini {
        float: none;
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);

    }
}