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

/*
pc固定バナー表示
--------------------------------*/
.banner-mailMagazine {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.banner-mailMagazine p {
  display: flex;
	justify-content: center;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: var(--color_main);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em .7em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}

.banner-mailMagazine a:hover {
  opacity: 0.7;
}

.banner-mailMagaziner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* 
グローバルメニュー
---------------------------------------*/
.c-gnav>.menu-item>a .ttl {
	font-size: 16px
}

/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .banner-mailMagazine {
    display: none;
  }
}

/*
ハンバーガーメニュー
--------------------------------*/
.l-header__customBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.5em;
	height: 2.5em;
	margin-right: .3em;
	border-radius: 5em;
}

.l-header__customBtn:after {
	content: "メルマガ登録";
	font-size: 12px;
	font-weight: 700;
	font-family: "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.l-header__menuBtn {
	height: auto;
}

.c-iconBtn {
	width: 40px;
	height: 40px;
	border: solid 1.5px #3F659C;
	border-radius: 5em;
	color: #fff;
}

.c-iconBtn__icon {
	color: #3F659C;
}

/* クローズ */
.p-spMenu__closeBtn {
	top: 5px;
}

