@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
*/
/*メガメニュースマホで非表示　*/
@media screen and (max-width: 768px) {
.parent-menu-pc {
        display: none;
    }
}

/* スマホメニューPCで非表示 */
@media screen and (min-width: 768px) {
.parent-menu-sp {
        display: none;　/* スマホメニュー非表示 */
 }
 }
/*PCメニュー（メガメニュー）調整*/
.parent-menu-pc {
  position : unset !important;
}
.parent-menu-pc .sub-menu {
    position: absolute;
    left: 0;
    width: 100vw; /* ビューポート全幅に設定 */
    padding: 0;
    margin: 0;
}
.parent-menu-pc .sub-menu a {
  padding: 0em;
}
.parent-menu-pc .sub-menu a:before {
  display : none;
}
.c-gnav .parent-menu-pc a::after {
width: 0%;
}

