@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/


            .main-visual { position: relative; }
            .main-visual .custom-btn {
                position: absolute;
                bottom: 5px;
                left: 50%;
                transform: translateX(-50%) scale(0);
                opacity: 0;
                z-index: 99;
                width: 90%;
                max-width: 800px;
            }
            .main-visual .custom-btn.show {
                animation: popIn 0.6s ease-out forwards;
            }
            @keyframes popIn {
                0%   { transform: translateX(-50%) scale(0); opacity: 0; }
                60%  { transform: translateX(-50%) scale(1.2); opacity: 1; }
                80%  { transform: translateX(-50%) scale(0.95); }
                100% { transform: translateX(-50%) scale(1); opacity: 1; }
            }
            .satei-wrap {
                display: flex;
                align-items: center;
                gap: 0;
                padding: 0px 18px;
                font-family: 'Noto Sans JP', sans-serif;
                width: 100%;
                box-sizing: border-box;
            }
            .satei-left {
                flex: 0 0 60%;
                min-width: 0;
                background: #FFFFFFDE;
                border-radius: 10px;
                padding: 20px;
                display: flex;
                align-items: center;
                gap: 12px;
            }
            .satei-left-inner {
                flex: 1;
                min-width: 0;
            }
            .satei-label {
                color: #cc0000;
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 10px;
                white-space: nowrap;
                text-shadow: 0 1px 3px rgba(255,255,255,0.4);
                letter-spacing: 0.05em;
            }
            .satei-select-row { display: flex; align-items: center; gap: 6px; }
            .satei-select-row label {
                color: #cc0000;
                font-size: 15px;
                font-weight: 700;
                white-space: nowrap;
                flex-shrink: 0;
            }
            .satei-select-wrapper { position: relative; flex: 1; min-width: 0; }
            .satei-select-wrapper::after {
                content: '';
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
                width: 0; height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 8px solid #cc0000;
                pointer-events: none;
            }
            .satei-select {
                width: 100%;
                border-radius: 4px;
                border: 2px solid #cc0000;
                background: #ffffff;
                color: #333;
                font-size: 16px;
                cursor: pointer;
                appearance: none;
                -webkit-appearance: none;
                min-width: 0;
            }

            /* 矢印（.satei-left内・PC用） */
            .satei-arrow {
                flex-shrink: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 3px;
            }
            .satei-arrow .fa-circle-arrow-right {
                font-size: 42px;
                color: #ff2200;
                filter: drop-shadow(0 2px 4px rgba(175, 175, 175, 0.5));
            }
            .satei-arrow .arrow-label {
                color: #323232;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0.04em;
                white-space: nowrap;
            }

            /* 矢印（SP用・.satei-left内の下側） */
            .satei-arrow-sp {
                display: none;
            }

            .satei-right {
                flex: 1;
                display: flex;
                justify-content: center;
            }
            .satei-btn {
                display: block; cursor: pointer;
                border: none; background: none; padding: 0; width: 100%;
                transition: transform 0.1s, opacity 0.1s;
                width: auto;
            }
            .satei-btn:hover  { opacity: 0.9; transform: scale(1.03); background-color: inherit; border-color: inherit; }
            .satei-btn:active { transform: scale(0.97); }
            .satei-btn img {
                display: block;
                height: auto;
                object-fit: contain;
                object-position: center;
            }
            .satei-wrap.topb {
                display: none;
            }
            .sp-txt-copy {
                display: none;
            }

            @media (max-width: 600px) {
                .sp-txt-copy {
                    display: block;
                }
                .main-visual .custom-btn {
                    width: 70vw; top: 10px;
                }
                .satei-wrap {
                    flex-direction: column;
                    align-items: stretch;
                    gap: 4px;
                    padding: 12px 14px;
                    background: #e3e3e35e;
                }
                .satei-wrap.topa {
                    display: none;
                }
                .satei-wrap.topb {
                    display: block;
                    margin-top: -35vw;
                    position: absolute;
                    z-index: 99999999999;
                }
                .satei-left {
                    flex: none;
                    width: 100%;
                    flex-direction: column;
                    align-items: stretch;
                    gap: 4px;
                }
                .satei-left-inner {
                    width: 100%;
                }
                /* PC用矢印を非表示 */
                .satei-arrow {
                    display: none;
                }
                /* SP用矢印を表示（.satei-left内） */
                .satei-arrow-sp {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 3px;
                    padding: 2px 0;
                }
                .satei-arrow-sp .fa-circle-arrow-down {
                    font-size: 36px;
                    color: #ff2200;
                    filter: drop-shadow(0 2px 4px rgba(236, 236, 236, 0.5));
                }
                .satei-arrow-sp .arrow-label {
                    color: #000;
                    font-size: 10px;
                    font-weight: 700;
                }
                .satei-right {
                    flex: none;
                    width: 100%;
                    justify-content: center;
                }
                .satei-btn img { max-width: 100%; }
            }
            

/* 二重矢印 共通 */
.double-arrow {
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.double-arrow span {
    display: block;
    width: 14px;
    height: 14px;
    border-right: 4px solid #8b0000;
    border-bottom: 4px solid #8b0000;
    transform: rotate(-45deg);
    border-radius: 2px;
}

/* SP用（下向き） */
.double-arrow--down {
    flex-direction: column;  /* row → column に変更 */
    align-items: center;
}
.double-arrow--down span {
    transform: rotate(45deg);
}

.satei-wrap.blockc {
  background: #e1e1e1;
  padding: 15px 18px;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 14px;
  position: relative;
}

.satei-wrap.blockc .title {
  position: absolute;
  top: -10px;
  z-index: 9999999999999;
  background: #d80001;
  padding: 10px 15px;
  border-radius: 15px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
}

            @media (max-width: 600px) {
				.satei-wrap.blockc .title {
					padding: 5px 15px;
				}
            }