@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	width:100%;
	overflow-x: hidden !important;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: #212529;
}
a:hover{
opacity:0.8;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
img {
	vertical-align: bottom;
}
.mb {
	display:none;
}
/* ==============================
メイン
============================== */
body {
            font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, sans-serif;
            overflow: hidden;
            touch-action: pan-y;
            height: 100vh;
            display: flex;
            flex-direction: column;
            margin: 0;
            padding: 0;
        }

        .container {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .section {
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-position: center;
            transform: translateY(100%);
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
        }

        .section.active {
            transform: translateY(0);
            opacity: 1;
        }

        /* 固定ヘッダー */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            z-index: 100;
        }

        .logo {
            width: 37%;
        }

        /* 固定フッター */
        .footer {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 100;
            transition: transform 0.3s ease;
        }

/*         .footer a {
            color: #fff !important;
            background-color: #d32f2f;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-weight: bold;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
        } */
.footer a {
    transition: all 0.3s ease;
}
/*         .footer a:hover {
            background-color: #b71c1c;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);
        } */

        /* section8がactiveの時にfooterを非表示 */
        .section8.active ~ .pc-ver .footer,
        body:has(.section8.active) .footer {
            transform: translateY(100%);
        }

        /* メインコンテンツエリア */
        .main-content {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
            z-index: 5;
        }

        .main-content img {
            width: 85%;
            max-width: 100%;
            height: auto;
        }

        /* セクション背景 */
        .section1 {
            background-image: url('https://kaitori110.com/wp-content/uploads/2025/08/01-back.png');
            background-position: center;
        }
        .section2 {
            background-image: url('https://kaitori110.com/wp-content/uploads/2025/08/02-back.png');
            background-position: center;
        }
        .section3 {
            background-image: url('https://kaitori110.com/wp-content/uploads/2025/08/03-back.png');
            background-position: center;
        }
        .section4 {
            background-image: url('https://kaitori110.com/wp-content/uploads/2025/08/04-back.png');
            background-position: center;
        }
        .section5 {
/*             background-image: url('https://kaitori110.com/wp-content/uploads/2025/08/05-back.png'); */
            background-position: center;
			background-color: #ff1d1d;
        }
        .section6 {
            background-image: url('https://kaitori110.com/wp-content/uploads/2025/08/06-back.png');
            background-position: center;
        }
        .section7 {
            background-image: url('https://kaitori110.com/wp-content/uploads/2025/08/07-back.png');
            background-position: center;
        }
        .section8 {
            background-color: #d32f2f;
        }

        /* 電話ボタン */
        .phone-cta-main {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
            overflow: hidden;
        }

        .phone-cta-main:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(76, 175, 80, 0.4);
            background: linear-gradient(135deg, #45a049 0%, #3e8e41 100%);
        }

        .phone-icon {
            font-size: 1.2rem;
            animation: phoneRing 2s ease-in-out infinite;
        }

        @keyframes phoneRing {
            0%, 100% { transform: rotate(0deg); }
            10%, 30%, 50%, 70% { transform: rotate(-10deg); }
            20%, 40%, 60% { transform: rotate(10deg); }
            80% { transform: rotate(0deg); }
        }

        /* スワイプインジケーター */
        .swipe-indicator {
            position: fixed;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 10px;
            z-index: 100;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgb(2 2 2 / 40%);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .dot.active {
            background: white;
            transform: scale(1.3);
        }

.scroll-hint {
    position: fixed;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
	text-shadow: 1px 1px 3px black;
    font-size: 0.9rem;
    text-align: center;
    z-index: 999; /* より高いz-index */
    opacity: 0;
    display: none; /* 初期状態で非表示 */
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none;
    /* iOS対応の追加スタイル */
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(-50%);
    will-change: opacity, visibility;
}

.scroll-hint.visible {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
    animation: bounce 2s infinite;
    /* iOS対応 */
    -webkit-animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
        -webkit-transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
        -webkit-transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
        -webkit-transform: translateX(-50%) translateY(-5px);
    }
}

/* iOS Safari用のWebkitプレフィックス */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(-50%) translateY(0);
    }
    40% {
        -webkit-transform: translateX(-50%) translateY(-10px);
    }
    60% {
        -webkit-transform: translateX(-50%) translateY(-5px);
    }
}

        /* デモ用のセクション */
        .section {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
            40% { transform: translateX(-50%) translateY(-10px); }
            60% { transform: translateX(-50%) translateY(-5px); }
        }

        .arrow-down {
            font-size: 1.5rem;
            margin-top: 10px;
        }

        /* お問い合わせフォーム */
        .contact-area {
            width: 90%;
            max-width: 600px;
            background-color: #fff;
            padding: 0.5rem;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        }

        .hp-form {
            width: 100%;
        }

        .hp-form table {
            width: 100%;
        }

        .trtr {
            width: 100%;
            display: block;
            margin-bottom: 0.5rem;
        }

        .tdtd {
            width: 100%;
            display: block;
        }

        .tdtd input, .tdtd textarea {
            width: 100%;
            border: 2px solid #333;
            border-radius: 6px;
            background-color: #efefef;
            padding: 4px;
            font-size: 14px;
            box-sizing: border-box;
        }

        textarea {
            height: 100px;
            resize: vertical;
        }

.hp-form-btn {
    text-align: center;
    margin: auto;
    display: inline-block;
	margin-top: 1rem;
}
        .hp-form-btn input {
            width: 80%;
            padding: 1rem 0;
            border: 2px solid #333;
            font-weight: bold;
            font-size: 1.2rem;
            box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 50%), inset 0px -3px 6px -2px rgb(0 0 0 / 30%);
            background: linear-gradient(#ffc414, #fdf0c8);
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .hp-form-btn input:hover {
            transform: translateY(-2px);
            box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 50%), inset 0px -3px 6px -2px rgb(0 0 0 / 30%);
        }

        .new-btn {
            text-align: center;
            margin-top: 1rem;
        }

        .new-btn label {
            color: #333;
            font-size: 14px;
        }
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.7rem;
    font-weight: normal;
    display: block;
    margin-top: 0.3rem;
}
/* ==============================
プライバシーポリシー
============================== */
.privacy-area {
    width:100%;
/* 	overflow: scroll; */
    height: 100px;
	overflow-x: hidden !important;
	border: 3px solid #ebebeb;
    background-color: #fafafa;
	margin-top:0.3rem;
	color: black;
}
.privacy-area h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    padding: 1rem;
}
.privacy-area h4 {
    font-weight: bold;
    padding: 1.5rem 0 0.5rem 0;
	font-size: 1rem;
}
.privacy-area p {
    line-height: 1.1rem;
	font-size: 0.8rem;
}
.doui {
    text-align: center;
    margin-top: 1.5rem;
}
.new-btn {
    text-align: center;
    margin-top: 1rem;
    margin-left: -1rem;
}
        /* タッチフィードバック */
        .touch-feedback {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0,0,0,0.8);
            color: white;
            padding: 20px 30px;
            border-radius: 10px;
            font-size: 1rem;
            z-index: 1000;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .touch-feedback.show {
            opacity: 1;
        }

        @media (max-width: 768px) {
            .header {
                padding: 20px 10px;
            }
            
            .footer {
                padding: 15px;
            }
            
            .swipe-indicator {
                right: 10px;
            }
            
            .contact-area {
                width: 95%;
                padding: 1rem;
				padding-bottom:0;
            }
            
            .phone-cta-main {
               padding: 13px 12px;
        font-size: 1.1rem;
            }
        }
.footer2 {
    background-color: black;
    color: #fff;
    font-size: 0.8rem;
    padding: 1rem 0.5rem;
    line-height: 1.1rem;
    width: 100%;
}
.footer2 h6 a {
    color: #fff !important;
}
.demo-section {
    width: 60%;
}
/* お問合せフォームの挙動修正 */
/* iOSの自動ズーム対策：16px以上に */
input, textarea, select {
  font-size: 16px !important;
}
/* まずはモダン環境（iOS16+/Android）の安定単位 */
.slide, .fullpage, .swiper-slide {
  /* 最小/動的ビューポートで高さを固定 */
  height: 100svh;        /* ←SafariのURLバー変動で揺れにくい */
  min-height: 100svh;
}

/* 古いiOS用フォールバック（--vhを使う） */
@supports not (height: 100svh) {
  .slide, .fullpage, .swiper-slide {
    height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
/* 背景スクロール固定用 */
body.lock {
  position: fixed;
  inset: 0;            /* top/right/bottom/left: 0 */
  width: 100%;
  overflow: hidden;
}

/* 念のため：アンカーによる予期せぬスクロール抑止 */
.form-slide {
  overflow-anchor: none;
}
/* ==============================================

           光るボタン

============================================== */
        .demo-section {
            flex-shrink: 0;
        }

        /* 光るボタンのスタイル */
        .demo-section a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: auto;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
            animation: glowPulse 2s infinite alternate;
/*             box-shadow: 
                0 0 20px rgba(34, 139, 34, 0.6),
                0 0 40px rgba(34, 139, 34, 0.4),
                0 0 60px rgba(34, 139, 34, 0.2); */
        }

        .demo-section a img {
            width: 100%;
            height: auto;
            display: block;
        }

        @keyframes glowPulse {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(1.05);
            }
        }

        /* オーバーレイ効果 */
        .demo-section a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.4),
                transparent
            );
            animation: shimmer 3s infinite;
            z-index: 1;
        }

        @keyframes shimmer {
            0% {
                left: -100%;
            }
            50% {
                left: 100%;
            }
            100% {
                left: 100%;
            }
        }

        /* ホバー効果 */
/*         .demo-section a:hover {
            animation-duration: 1s;
            transform: scale(1.1) !important;
            box-shadow: 
                0 0 40px rgba(34, 139, 34, 1),
                0 0 80px rgba(34, 139, 34, 0.8),
                0 0 120px rgba(34, 139, 34, 0.6) !important;
        } */

        /* 追加の光る粒子効果 */
        .demo-section a::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            border-radius: 27px;
            background: linear-gradient(45deg, 
                rgba(34, 139, 34, 0.3),
                rgba(50, 205, 50, 0.3),
                rgba(34, 139, 34, 0.3),
                rgba(50, 205, 50, 0.3)
            );
            background-size: 400% 400%;
            animation: gradientShift 4s ease infinite;
            z-index: -1;
        }

        @keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
.hp-form h6 {
    font-size: 1rem;
    color: black;
    padding: 1rem 0;
    font-weight: bold;
}