@charset "UTF-8";

body{
    font-size: clamp(14px, 2.5vw, 16px);
    animation-name:fadeInAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
	background-color: #eee;
    line-height: 1.8;
	overflow-x: auto;
	text-align:justify;
	-webkit-overflow-scrolling: touch;
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
  	font-weight: 300;
  	font-style: normal;
    }
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
html {
	font-size: 62.5%;
	font-weight: 400;
	font-style: normal;
	scroll-behavior: smooth;
  }

.shippori-mincho--01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}



*{box-sizing: border-box;}
.fb{
	font-weight: 500;
}
.fb400{
	font-weight: 400;
}
a {
    transition: 0.5s;
}
a:hover {
    opacity: 0.5;
}
a.link-line{
	border-bottom: 1px solid var(--base);
	padding-bottom: 1px;
}
a .link{
	border-bottom: 0.5px solid var(--base);
	padding-bottom: 2px;
}
:root {
	--blue--01: #00A3DF;/* 青 */
	--blue--02: #50C9EA;
	--gray--01: #595757;
	--gray--02: #EEEEEE;/* 薄いグレー */
	--green: #4faa3e;
	--orange: #f49e00;
	--yellow: #fed600;
	--pink: #ea5e87;
	--wh: #fff;
	--base: #231815;
	--font-b: 500;
}

/* カラー */
.blue--01{color: var(--blue--01)}
.back_light_gray{background-color: var(--light_gray)}

.back_yellow_lt{ background-color: #fffae3; border-radius: 40px; margin: 60px 5% 0 ; padding: 60px 0;}
.back_green_lt{ background-color: #edf7ea; border-radius: 40px; margin: 60px 5% 0 ; padding: 60px 0;}
.back_pink_lt{ background-color: #fdefea; border-radius: 40px; margin: 60px 5% 0 ; padding: 60px 0;}
.back_blue_lt{ background-color: #d6f1fa; border-radius: 40px; margin: 60px 5% 0 ; padding: 60px 0;}
.red{color:red}

/* タイトルまわり */

/* テキストインデント */
.text-indent--01{
	text-indent: -1em;
	margin-left: 1em;
	text-align: left !important;
}

/* タイトル */
.page_ttl {
  font-size: 3rem;
  padding-bottom: 5px;
  margin-top: 30px;
  border-bottom: 1px solid var(--base);
}

/* テキスト */
.fs--14{font-size: 1.4rem}

.txt--01{font-size: clamp(25px, 2.5vw, 48px);}    
.txt--02{font-size: clamp(16px, 2.5vw, 23px);}    
.txt--03{font-size: clamp(14px, 2.5vw, 18px);}    
.txt--04{font-size: clamp(14px, 2.5vw, 21px);}    
.txt02{font-size: 20px;}
.txt03{font-size: 13px;}

/* マージン */
.mt--01{margin-top: 10%;} /* 区切りのマージン */
.mt--02{margin-top: 30px;}

.mt10px{margin-top: 10px}
.mt20px{margin-top: 20px}
.mt30px{margin-top: 30px !important}

.mb10{margin-bottom: 10px}
.mb20{margin-bottom: 20px}
.mb30{margin-bottom: 30px}

.pt--01{padding-top:2%;}
.pt--02{padding-top:5%;}
.pt--03{padding-top:3%;}
.pt--04{padding-top:7%;}
@media screen and (max-width: 767px) {
.flex_column{
	flex-flow: column;
}
.flex-start{
	align-items: center !important;
}
}/* //media */

/* 飾り */
.marker {
    background: linear-gradient(transparent 50%, yellow 50%);
	font-size: 18px;
}

/* レイアウト関連 wrap flex center img100 外部リンク */
.wrap--01{
	width: min(1000px, 100%);
	margin: 0 auto;
}

.border--01{
	border: 1px solid var(--blue--03);
	border-radius: 10px;
	padding: 30px;
	margin-top: 40px;
}
.border--02{
	border: 1px dashed var(--blue--03);
	border-radius: 10px;
	padding: 30px;
	margin-top: 40px;
}
.position_re{
	position: relative
}

}
.box_center{
	display: table;
	margin-inline: auto;
}
.position-re{
	position: relative
}
.flex--01{
	display: flex;
	gap: 50px;
}
.flex--02{
	display: flex;
	gap: 30px;
}
.flex-direction-row{
  flex-direction: row-reverse;
}
.justify--01{
	justify-content: space-evenly;
}
.justify--02{
	justify-content: center;
}
.justify--03{
	justify-content: space-around;
}
.align--01{
	align-items: center;
}
.border_none{
	border: none !important
}
.outside_link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/link.svg") no-repeat center / contain;
  margin-right: 6px; /* テキストとの間隔 */
  vertical-align: middle;
}
picture {
  display: block;
}

@media screen and (max-width: 767px) {
.flex_column{
	flex-flow: column;
}
.flex-start{
	align-items: center !important;
}
}/* //media */

.t_center{text-align: center}
.t_center_left{text-align: center;}
.t_right{text-align :right}
@media screen and (max-width: 767px) {
.t_center_left{text-align: left !important;}
}/* //media */

.img100{ width: 100%}

/* ボタン */
.btn {
	display: inline-flex;
  	align-items: center;
  	gap: 14px;
  	padding: 10px 20px;
  	border: 0.5px solid var(--base);
  	border-radius: 15px;
  	text-decoration: none;
  	color: #222;
  	background: transparent;
  	font-size: 1.4rem;
  	letter-spacing: 0.06em;
  	transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
	
	
	transition:
    transform 0.4s ease,
    background-color 0.4s ease,
    border-color 0.4s ease,
    color 0.4s ease;
}
.btn__arrow {
  	display: inline-block;
  	transform: translateY(-1px);
}
/* hover */
.btn:hover {
  	background: rgba(0, 0, 0, 0.6);
  	border-color: var(--base);
  	transform: translateY(-1px);
	color: #fff
}

/* 角丸 */
.kadomaru{
	display: table;
	border: 0.5px solid var(--base);
	border-radius: 15px;
	padding: 10px 18px;
}

/* ====================================================
 ヘッダー 
 ====================================================*/



@media screen and (min-width:768px) and ( max-width:1200px) {

}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#header.scroll-nav {
	background-color: rgba(0, 0, 0, 0.6);
	height: 80px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	  align-items: center;
}
#header .header_nav_fp {
	display: none
}
#header.scroll-nav .header_nav_fp {
	display: block;
	width: 100px;
}






.contact-link{
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 2;
}
.contact-link a{
	background-color: var(--green);
	display: block;
	padding: 20px 20px;
	border-radius: 20px 0 0 20px;
}
.contact-link a:hover{
	opacity: 1;
	background-color: var(--pink);
}



/* コンテンツ
 ====================================================*/
section .head{
	margin: 50px auto 40px;
	text-align: center;
}
section .head p{
	font-size: 11px;
}
section .head h2{
	display: inline-block;
	border-bottom: 1px solid var(--base);
	font-size: clamp(24px, 3vw, 40px);
	line-height: 1.4;
	white-space: nowrap
}
@media screen and (max-width: 767px) {
	section .head {
  margin: 30px auto 20px;
}
}
.box01{
	width: min(1160px, 90%);
	margin: 90px auto;
	padding: 1px 5% 50px;
	border-radius: 30px;
}
.box02{
	width: min(1000px, 100%);
  	padding: 30px 5% 40px !important;
  	border-radius: 30px;
}
.box03{
	width: min(800px, 100%);
  	padding: 30px 0 40px;
	margin: 0 auto;
  	border-radius: 30px;
}
@media screen and (max-width: 767px) {
.box01-sp {
  margin: -50px auto;
}
}

/* ページ　記事
======================================================================================== */
.breadcrumbsWrap{/* パンクズリスト */
	font-size: 1.4rem;
}
main#page{
	max-width: 78.125vw;
	padding-top: 150px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
main#page{
	max-width: 90%;
	}

}


#post{
	margin-top: 60px;
	margin-inline: 5%;
}
time{
	display: inline-block;
	margin-bottom: 10px;
}
.link_txt{
	color: var(--blue--01)
}
#post p{
	margin-bottom: 1em;
}
#post p.no-margin{
	margin-bottom: 0em;
}
.no-margin p{
	margin-bottom: 0em !important;
}
.post_list{/* リスト */
	_margin-block: 20px;
	margin-left: 1em;
}
.post_list li {
  	padding-left: 16px;
  text-indent: -19px;
}
.post_list li::before {
  	content: "●";
  	color: #ccc;
  	padding-right: 4px;
}
.post-link{/* 次の記事 前の記事 */
	margin-top: 160px;
	display: flex;
	justify-content: space-between;
}
.wp-pagenavi {/* ページネーション */
  clear: both;
  margin: 50px auto 0;
  display: table !important;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px 15px !important;
}
.wp-block-separator {/* ライン */
  border-top: 1px solid !important;
}
/* 横に無限スクロール
 ====================================================*/
 @keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    padding: 0
}
.scroll-infinity__list li{
	width: 360px;
  	padding-right: 20px;
    list-style: none;

}
.scroll-infinity__list li img{
  	width: 100%;
	border-radius: 20px;
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

/*540px以下*/
@media only screen and (max-width: 540px) {
.scroll-infinity__list li{
  width: 230px;
  padding-right: 20px;
      list-style: none;
}
}

  


/* スマホ　フッター固定
 ====================================================*/
/*リンクを右下に固定*/
#page-sp {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-sp.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-sp.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/* ヘッダー追従のための
 ====================================================*/

@media screen and (max-width: 767px) {
.sp-kotei{
  z-index: 2;
}
.sp-kotei ul{
	position: fixed;
    display: flex;
    bottom: 5px;
    z-index: 2;
    justify-content: center;
    gap: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
	padding: 0 1%;
}
.sp-kotei img{
  width: 100%;
}
}

/* ナビゲーションのためのCSS
 ====================================================*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: var(--blue--01);
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 100%;
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/
#g-nav li{
	list-style: none;
    text-align: center; 
}
#g-nav li a{
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
	
/*×に変化*/	
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  width: 90%;
  z-index: 99999999;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

/* ====================================================
 sp　ここから
 ====================================================*/
@media screen and (max-width: 767px) {

/* sp カラー */
.back_yellow_lt{ border-radius: 30px; margin: 40px 0% 0 ; padding: 10% 5%;}
.back_green_lt{ border-radius: 30px; margin: 40px 0% 0 ; padding: 10% 5%;}
.back_pink_lt{ border-radius: 30px; margin: 40px 0% 0 ; padding: 10% 5%;}
.back_blue_lt{ border-radius: 30px; margin: 40px 0% 0 ; padding: 10% 5%;}

/* sp タイトルまわり */
.ttl_group img{
	width: auto !important;
	height: 35px;
} 
.page_ttl{
	font-size: 2rem;
}
/* ====================================================
 sp ヘッダー 
 ====================================================*/
#header{
	height: 80px;		
	padding-inline: 0
}
#header .header_logo--01 {
	width: auto;
	font-size: 18px;
	margin: 10px 0 0 2%;
}
#header .header_logo--01 img{
	width: 50px;
}
#header.scroll-nav {
    height: 60px;
    padding-bottom: 10px;
}
.openbtn{
	top: 18px;
}
#header .header_nav {/*ヘッダーナビをフローティング*/
    position: fixed;
    display: flex;
    bottom: 0;
    background-color: var(--blue--01);
    font-size: 14px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 20px 0;
    justify-content: center;
    letter-spacing: 0;
  }
#header .header_nav .header_nav_form a {
  border: none;
  border-radius: 8px;
  padding: 0;
}
#header .header_nav ul {
  display: flex;
  gap: 0px;
  align-items: center;
}
 #header .header_nav ul li + li {
    border-left: 0.5px solid #fff;
    padding-inline: 10px;
  }
#header .header_nav .header_nav_tel {
	font-size: 14px;
	letter-spacing: 0px;
	padding-right: 10px;
}
/* ====================================================
 sp フッター
 ====================================================*/


}/* // sp　ここまで */





/* グローバルメニュー
 ====================================================*/
#global-nav {
    /* 固定位置とレイヤー設定 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;

    /* Flexboxで子要素を制御 (h1 と nav) */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;

    /* アニメーションのトランジション設定 */
    /* opacityは0.5s、transformは1s で実行されます */
    /*transition: opacity 0.5s ease-out, transform 1s ease-out; */

    /* 初期状態: 非表示・上にオフセット */
    /*opacity: 0;
    transform: translateY(-50px);
    pointer-events: none;
	  background: rgba(255,255,255,0);*/
}

/* visible クラスが付与されたときの状態（出現） */
/*#global-nav.visible {
    opacity: 1;
    transform: translateY(0); 
    pointer-events: auto;
}*/

/* 子要素のスタイル */
#global-nav h1{
    width: 200px;
}
#global-nav nav ul{
    display: flex;
    font-size: 1.4rem;
    gap: 2em;
    align-items: center;
    color: var(--base);
    font-weight: 400;
}
#global-nav nav ul li:last-child{
    border: 1px solid var(--base);
    border-radius: 10px;
    padding: 5px 10px;
    align-items: center;
}
#global-nav.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
	background: rgba(255,255,255,0.9);
}
.current_page_item a{
	border-bottom: 1px solid var(--blue--01);
	padding-bottom: 5px;
}
#global-nav nav ul li:last-child.current_page_item a{
	border-bottom: none;
	padding-bottom: 5px;
}

@media screen and (max-width: 767px) { /* global-nav SP */
#global-nav {
  padding: 15px 5%;
}
#global-nav h1 {
  width: 150px;
}
}


/* ====================================================
 フッター
 ====================================================*/
.foot-nav{
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 150px;
}
.foot-nav-support{/* お客様サポートのみ */
	margin-top: 100px;
}
.foot-nav li{
	width: min(500px, 100%)
}
footer{
	background-color: var(--gray--01);
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	padding: 5% 5% 100px 5%;
	margin-top: 30px;
	letter-spacing: 0.05em;
}
footer h2{
	width: min(200px, 50%);
	margin-inline: auto;
}
footer .foot-link{
	display: inline-flex;
	justify-content: center;
	gap: 40px;
	padding: 10px 10px 0 10px;
	margin-block: 20px;
	border-top: 0.5px solid #fff;
}
footer .foot-link figure{
	width: 300px;
}
footer .foot-link figure:last-child{
	width: 100px;
}
footer address{
	margin-block: 10px;
}
.footer-note{
	color: #515151;
	display: table;
  justify-content: center;
  font-size: 1.4rem;
  margin-top: 100px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
footer .foot-link {
  gap: 10px;  flex-flow: column;
  align-items: center;
}
.footer-note{
	padding-inline: 5%;
	font-size: 1.3rem;
	flex-flow: column
}
.foot-nav-kotei{
	display: flex;
    position: fixed;
    background-color: #ccc;
    color: #fff;
    font-size: 30px;
    width: 100%;
    z-index: 1111111;
    bottom: 0;
    padding: 10px;
    gap: 10px;
    justify-content: space-evenly;
	
}
.foot-nav-kotei figure{
	width: calc(100% / 2);
	
}
}


/* 
 ふわっと
======================================================================================== */
.fade-in-up {/* その場で */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.fadein {/* スクロールで */
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

/* 下で止まるページトップ
 ====================================================*/
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom: 30px;
	width: 60px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}



/* 
 ハンバーガーメニュー
======================================================================================== */
/* --- 1. 共通リセットとベース設定 --- */

/* --- 2. ハンバーガーボタンの配置 (左中央固定) --- */
.menu-wrap {
    /* メニュー全体を画面左中央に固定 */
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%); /* 垂直方向の中央揃え */
    z-index: 2000; /* メニュー本体より前面に配置 */
}

/* --- 3. ハンバーガーボタンのスタイリング --- */
.menu-btn {
    border: none;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    border-radius: 0 4px 4px 0; /* 左側の角は丸めない */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all 0.3s ease;
	background: var(--base);
}

.btn-line {
    display: block;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease; /* X印への変形アニメーション用 */
	background-color: #fff;
}

/* --- 4. フルスクリーンメニューの初期設定 --- */
.fullscreen-menu {
    /* 画面全体を覆う設定 */
    position: fixed;
    top: 0;
    left: 0;
    width: 34vw;
    height: 100vh;
    background: var(--gray--01); /* 半透明な黒 */
    z-index: 1000;
    
    /* 初期状態: 画面外に隠す (左からスライドさせるための準備) */
    transform: translateX(-100%); 
    
    /* スライドアニメーション設定 */
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    
    /* メニュー項目の配置（中央揃え） */
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
.fullscreen-menu {
    /* 画面全体を覆う設定 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
	transform: translateX(100%); 
	}




}

/* メニュー項目（ul, li, a）のスタイリング */
.fullscreen-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.fullscreen-menu li {
    padding: 15px 0;
}

.fullscreen-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    opacity: 0; /* 最初は非表示 */
    transition: opacity 0.5s ease;
}

/* --- 5. JavaScriptで 'is-active' が付与された時の状態 --- */

/* メニューが開いた時のスライドイン */
.fullscreen-menu.is-active {
    transform: translateX(0); /* 画面内にスライドして表示 */
}

/* メニューが開いた時のリンクのフェードイン */
.fullscreen-menu.is-active a {
    opacity: 1;
    transition-delay: 0.2s; /* 時間差でリンクを表示 */
}

/* ボタンが X 印に変形 */
.menu-btn.is-active .btn-line:nth-child(2) { 
    opacity: 0; 
}
.menu-btn.is-active .btn-line:nth-child(1) { 
    transform: translateY(10px) rotate(45deg); 
}
.menu-btn.is-active .btn-line:nth-child(3) { 
    transform: translateY(-10px) rotate(-45deg); 
}

@media screen and (max-width: 767px) { /* ハンバーガーメニュー SP */
.menu-wrap {
  top: 5%;
  left: auto;
  right: 5%;
}
.menu-btn {
  width: 40px;
  height: 40px;
}
.menu-btn.is-active .btn-line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.menu-btn.is-active .btn-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
}

/* タブレットサイズのPCのみ */
@media screen 
  and (min-width: 1024px) 
  and (max-width: 1366px)
 {
.tab-only--close{
	display: none !important
}
 
	  .tab-only--open{
		  display: block !important;
	  }
	  
#global-nav nav ul {
  font-size: 1.3rem;
  gap: 1.8em;
}
}
/* 768px以上 〜 1366px以下（iPad miniからiPad Pro 12.9まで） */
@media screen and (min-width: 768px) and (max-width: 1366px) {
#global-nav nav ul {
  font-size: 1.3rem;
  gap: 1.5em;
}
}
