@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    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
*/

/* ===== language switcher in global nav ===== */
.c-gnav > .dr-lang > a{ padding-left:9px !important; padding-right:9px !important; }
.c-gnav > .dr-lang > a .ttl{ font-size:11px !important; letter-spacing:.06em; font-weight:500; opacity:.5; }
.c-gnav > .dr-lang > a:hover .ttl{ opacity:1; }
.c-gnav > .dr-lang.dr-lang--on > a .ttl{ opacity:1; font-weight:700; }
.c-gnav > .dr-lang > a::after{ display:none !important; }
.c-gnav > li:not(.dr-lang) + .dr-lang{ margin-left:18px; position:relative; }
.c-gnav > li:not(.dr-lang) + .dr-lang::before{ content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:13px; background:currentColor; opacity:.22; }
.p-spMenu .dr-lang > a{ font-size:12px; opacity:.6; }
.p-spMenu .dr-lang.dr-lang--on > a{ opacity:1; font-weight:700; }
