@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
*/

/*
   202511　トップページの項目を英語サイトの場合は日本語を消して、日本語サイトの場合は英語を消す設定
*/

html[lang="ja"] .p-mainVisual__slideTitle .en {
  display:none;
}
html[lang="en-US"] .p-mainVisual__slideTitle .ja {
  display:none;
}

/*
   202511　すべてのリンクに下線
*/

body a {
  text-decoration: underline;
}