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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* ヘッダー */
.l-header__inner{
	margin:0;
	max-width: calc(100vw, 0px+ var(--swl-pad_container, 0px) * 2);
	padding-right: 0!important;
}

.c-gnav>.menu-item>a .ttl {
	font-size: 1rem;
	font-weight: bold;
}

.w-header{
	background: #000;
    color: #fff;
    width: 200px;
}

.w-header__inner{
	margin: auto;
}

/* メインビジュアル */
.p-mainVisual.-margin-on{
    position: relative;
    padding: 3rem rem;
    max-width: 100%;
}

.p-mainVisual__inner{
	max-width:1550px;
	margin:auto;
}

@media (min-width: 600px) {
    .p-mainVisual.-margin-on {
       padding: 32px, 16px!important;
    }
}

.mv-text{
	writing-mode: vertical-rl;
	margin:auto;
	text-shadow: none;
	font-size: 1.2rem;
}

/* 見出し */
h2,
.jost-text{
	font-family: "Jost", sans-serif;
	font-weight:400!important;
}