/* 通常ページのCSS */
* {
	margin: 0px;
	padding: 0px;
}

#nav {
	line-height: 1.55;
}


#body,table,form,input,textarea,small {
	line-height: 1.65;
}

h1,h2,h3,h4 {
	font-size: 1.2em;
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

#header {
	height: 65px;
	border-bottom: solid 1px #ccc;
	background-color: rgb(50, 50, 50);
	color: white;
}

#header a {
	text-decoration:none;
}

#nav {
	float: left;
	width: 200px;
	border-right: solid 1px;
	/* background-color: rgb(225, 225, 225); */
	background-color: #f4f5f7;
	font-size: 17px;
}

#nav a {
	text-decoration: none;
}



.nav_div {
	background-color: rgb(60, 60, 60);
	color: #f3f3f3;
	/* background-color: #f5f6f7; */
	padding: 5px 3px;
}


/* navのリスト */
.nav_li li {
	padding: 3px 0;
	margin: 0 2px;
	list-style: none;
}

.nav_li li a {
	/* aタグをブロック要素にして文字のないところでもクリックできるようにする */
	display: block;
}

.nav_li li:hover {
	background-color: #fff;
	background-color: rgb(225, 225, 225);
}

.nav_li li:not(:last-child) {
	/* 点線をつける */
	border-bottom: 1px dotted black;
}


/* navのリスト（武器など） */
.nav_li_weapon li {
	margin: 0 2px;
	list-style: none;
}

.nav_li_weapon li a {
	/* aタグをブロック要素にして文字のないところでもクリックできるようにする */
	display: block;
	padding: 3px 0;
}

.nav_li_weapon li:hover {
	background-color: #fff;
	background-color: rgb(225, 225, 225);
}

.nav_li_weapon li:not(:last-child) {
	/* 点線をつける */
	border-bottom: 1px dotted black;
}


/* navのリスト（メモ） */
.nav_li_memo li {
	margin: 0 2px;
	list-style: none;
}

.nav_li_memo li a {
	/* aタグをブロック要素にして文字のないところでもクリックできるようにする */
	display: block;
	padding: 3px 0;
}

.nav_li_memo li:hover {
	background-color: #fff;
	background-color: rgb(225, 225, 225);
}

.nav_li_memo li:not(:last-child) {
	/* 点線をつける */
	border-bottom: 1px dotted black;
}


/* navのリスト（クエスト） */
.nav_li_quest li {
	margin: 0 2px;
	list-style: none;
}

.nav_li_quest li a {
	/* aタグをブロック要素にして文字のないところでもクリックできるようにする */
	display: block;
	padding: 3px 0;
}

.nav_li_quest li:hover {
	background-color: #fff;
	background-color: rgb(225, 225, 225);
}

.nav_li_quest li:not(:last-child) {
	/* 点線をつける */
	border-bottom: 1px dotted black;
}


/* navのリスト（マップ） */
.nav_li_map li {
	margin: 0 2px;
	list-style: none;
}

.nav_li_map li a {
	/* aタグをブロック要素にして文字のないところでもクリックできるようにする */
	display: block;
	padding: 3px 0;
}

.nav_li_map li:hover {
	background-color: #fff;
	background-color: rgb(225, 225, 225);
}

.nav_li_map li:not(:last-child) {
	/* 点線をつける */
	border-bottom: 1px dotted black;
}









#body {
	margin-left: 200px;
	border-left: solid 1px;
	padding: 2px;
	padding-top: 2px;
	margin-right:5px;
	font-size: 18px;
}

#footer {
	border-top:solid 1px;
	clear: both;
	background-color: rgb(205, 205, 205);
}

#container {
	/*min-width:1000px;*/
	/*margin-left:auto;
	margin-right:auto;*/
}

.AA {
    font-size: 16px;
    line-height: 18px;
    font-family: 'ＭＳ Ｐゴシック','MS PGothic',RobotoJAA,Monapo,'IPA モナー Pゴシック',IPAMonaPGothic,Mona,'梅Pゴシック',Textar,aahub_light,sans-serif !important;
    letter-spacing: 0;
    padding: 7px;
    border: solid 1px #f1f1f1;
    background-color: #fffaf4;
    display: block; /* spanタグで囲っている場合の対策 */
}

/* hタグ */
h1 {
	background-color:rgb(60, 60, 60);
	color:#f3f3f3;
	font-size: 1.4em;
	line-height: 30px;
	margin-top:10px;
	margin-bottom:10px;
	padding:3px;
}

h2 {
	font-weight: bold;
	padding: 8px 10px 8px 15px;
	border-left: 5px solid #e34c26;
	background: #f2f2f2;
}

h3 {
	padding: 12px 10px;
	color: #111;
	border-left: 4px solid #e34c26;
}

h4 {
	padding: 12px 10px;
	color: #111;
	border-left: 2px solid #e34c26;
}



/*テーブルとリストタグ*/

/* tableを<div class="table_scroll"></div>で囲むと、領域をはみ出す時に自動でスクロールバーを出してくれます */
.table_scroll {
	overflow-x: scroll; 
	white-space: nowrap;
}

table {
	border-collapse: collapse;
	border: 1px solid #000000;
}

tr {
	padding: 1px;
	border: 1px solid #000000;
}

td {
/* 	padding: 5px 10px; */
 	padding: 8px 15px;
	font-size: 18px;
	border: 1px solid #000000;
}

th {
/* 	padding: 5px 10px; */
	padding: 8px 15px;
	background-color: #E7EEF5;
}

table a {
	text-decoration: none;
	line-height: 1.0em;
}

.index_li_h2 {
	list-style-type: none;
}

.index_li_h3 {
	list-style-type: none;
}

.index_li_h4 {
	list-style-type: none;
}

li {
	list-style-position: inside;
	margin: auto;
	padding: auto;
	margin-left: 30px;
}

img {
	border: 1px solid #333;
	max-width: 100% !important;
}

blockquote {
	background-color: #F5F5F5; /* 背景 */
	border: #D3D3D3 2px solid; /* 外枠 */
	padding: 5px 5px 5px 5px; /* Padding（上-右-下-左）*/
	margin: 5px 10px 5px 10px; /* Margin（上-右-下-左）*/
}

.blockquote {
	background-color: #F5F5F5; /* 背景 */
	border: #D3D3D3 2px solid; /* 外枠 */
	padding: 5px 5px 5px 5px; /* Padding（上-右-下-左）*/
	margin: 5px 10px 5px 10px; /* Margin（上-右-下-左）*/
	word-break: normal;
}

.sbox {
	padding: 2px;
	text-align: center;
	background-color: rgb(210, 210, 210);
	width: 100px;
}

.sbox2 {
	padding: 2px;
	width: 600px;
}

.sbox3 {
	width: 845px;
}

.sbox4 {
	background-color:rgb(210, 210, 210);
}

/*tdの色を交互に変えていくあれ*/
.tr2 {
/* 	background-color:#eee; */
	background-color: #f9f9f9;
}

/*武器関連　斬れ味とか*/
.hasei {
	font-size:12px;
}

/* 武器データ一覧を表示するテーブル */
.buki {

}

.buki th {
	/* thを固定（する予定だったけど高さ調整が上手くいかないため断念） */
/* 	position: -webkit-sticky;
	position: sticky;
	top: 0; */
}


/* 各自色 */
.red , 
[style="color:red;"] {
    color: #dc3545 !important;
}

.yellow , 
[style="color:yellow;"] {
    color: #ffc107 !important;
}

.orange , 
[style="color:orange;"] {
    color: #fd7e14 !important;
}

.green , 
[style="color:green;"] {
    color: #28a745 !important;
}

.lightblue , 
[style="color:lightblue;"] {
    color: #17a2b8 !important;
}

.blue , 
[style="color:blue;"] {
    color: #007bff !important;
}

.purple , 
[style="color:purple;"] {
    color: #6f42c1 !important;
}

.gray , 
[style="color:gray;"] {
    color: #343a40 !important;
}



/* 文字の色を指定している場合、少し太文字にする */
[style="color:red;"],
[style="color:blue;"],
[style="color:lightblue;"],
[style="color:green;"],
[style="color:orabge;"],
[style="color:yellow;"],
[style="color:purple;"] {
    font-size: 1.1em;
}





.buki td {
	line-height: 1.2em;
	vertical-align: top;
}

.seisan {
	background-color: rgb(150,200,150);
}

.hidari {
	color: rgb(204,0,0);
}

.migi {
	color: rgb(51,51,255);
}

.gage {

}

.gage ul {
	font-size: 0;
}

.gage li {
	display: inline-block;
	margin-left: 0px;/* 普通のリストタグは30pxにしているので0pxにしないと崩れる */
	height: 10px;
}

.gage_table {
	background-color: slategray;
}

.gage_table td {
	padding: 1px;
}

.gage_table ul {
	line-height: 0;
	white-space: nowrap;/* これがあるとゲージが飛び出す状況でも折り返さない */
}

.r {
	background-color:red;
}
.o {
	background-color:orange;
}
.y {
	background-color:yellow;
}
.g {
	background-color:lime;
}
.b {
	background-color:blue;
}
.w {
	background-color:white;
}
.p {
	background-color:violet;
}
.s {
	background-color:aqua;
}

/* 武器テーブルの弾 */
.dan_name_td {
	/*background-color:white;*/
}

.dan_name {
	font-size:smaller;
	font-weight:bold;
}

.dan {
	text-align: center;
	width: 14px;
	height: 14px;
}

.small {
	font-size:smaller;
}




/*素材使用用途のテーブル*/
.youto_table1 {
	font-size: 85%;
	width: 410px;
}

.youto_table2 {
	font-size: 85%;
	width: 310px;
}

.youto_table3 {
	font-size: 85%;
	width: 140px;
}


#sozai_t1 {
	float: left;
}

#sozai_t2 {
	float: left;
}

#sozai_t3 {
	float: left;
}


.youto {
	vertical-align: top;
}

.youto_all {

}






/* ---------------テーブル------------------------------------------------------------------- */

/* 青色のテーブル */
.blue_table th {
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	
/* 	border-left:1px solid #258;
	border-top:1px solid #258;
	border-bottom:1px solid #258; */
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.blue_table th:first-child {
	border-radius: 5px 0 0 0;	
}
.blue_table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.blue_table tr td {
	padding: 8px 15px;
/* 	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0; */
/*   text-align: center; */
}
.blue_table tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.blue_table tr {
	background: #fff;
}
.blue_table tr:nth-child(2n+1) {
	background: #f1f6fc;
}
.blue_table tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.blue_table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.blue_table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.blue_table tr:hover {
	/* 元の色 */
/* 	background: #bbd4ee; */ 

	/* ちょっと薄め */
/* 	background: #d0e0f1; */

	/* 大分薄め */
/* 	background: #d4e4f5;  */
}
/* 青色のテーブル～ここまで */




/* グレー色のテーブル */
.gray_table th {
	color: #000;
	padding: 8px 15px;
	background: #eee;
	background:-moz-linear-gradient(#eee, #ddd 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
	font-weight: bold;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.gray_table th:first-child {
	border-left:1px solid #aaa;
	border-radius: 5px 0 0 0;	
}
.gray_table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.gray_table tr td {
	padding: 8px 15px;
	text-align: center;
}
.gray_table tr td:first-child {
	border-left: 1px solid #aaa;
}
.gray_table tr td:last-child {
	border-right: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.gray_table tr {
	background: #fff;
}
.gray_table tr:nth-child(2n+1) {
	background: #f5f5f5;
}
.gray_table tr:last-child td {
	border-bottom:1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.gray_table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.gray_table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.gray_table tr:hover {
	background: #eee;
	cursor:pointer;
}
/* グレー色のテーブル～ここまで */



/* ---------------テーブル～ここまで------------------------------------------------------------------- */





/* ---------------1列目が固定されるスクロールテーブル------------------------------------------------------------------- */


/*  
1列目が固定されるスクロールテーブルは、

<div class="table_scroll_header_and_firstcolumn_fixed"></div>

で囲んで使うこと
*/

.table_scroll_header_and_firstcolumn_fixed table {
    border: none; /* excelから作るとborder="1"がつくので削除 */
    border-collapse: separate; /* order-collapse: collapse; ではなく、 border-spacing で上書き*/
    border-spacing: 0; 
}

.table_scroll_header_and_firstcolumn_fixed{
    overflow: auto;
    width: 100%;
}
.table_scroll_header_and_firstcolumn_fixed td{
    white-space: nowrap;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table_scroll_header_and_firstcolumn_fixed th , .table_scroll_header_and_firstcolumn_fixed td:first-child {
    white-space: nowrap;
    position: sticky;
    top: 0;
    left: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table_scroll_header_and_firstcolumn_fixed tr:first-child th:first-child{
    z-index: 1;
}
.table_scroll_header_and_firstcolumn_fixed tr:first-child th{
    border-top: 1px solid #ccc;
}
.table_scroll_header_and_firstcolumn_fixed th:first-child{
    border-left: 1px solid #ccc;
}



/* テーブル背景が「EBF1DE」専用 */
/* カーソルを合わせると、色が変わります */
/* <div class="table_scroll_header_and_firstcolumn_fixed_green"></div> 
で囲んで使うこと */

.table_scroll_header_and_firstcolumn_fixed_green table {
    border: none; /* excelから作るとborder="1"がつくので削除 */
    border-collapse: separate; /* order-collapse: collapse; ではなく、 border-spacing で上書き*/
    border-spacing: 0; 
}

.table_scroll_header_and_firstcolumn_fixed_green{
    overflow: auto;
    width: 100%;
}
.table_scroll_header_and_firstcolumn_fixed_green td{
    white-space: nowrap;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table_scroll_header_and_firstcolumn_fixed_green th , .table_scroll_header_and_firstcolumn_fixed_green td:first-child {
    white-space: nowrap;
    position: sticky;
    top: 0;
    left: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table_scroll_header_and_firstcolumn_fixed_green tr:first-child th:first-child{
    z-index: 1;
}
.table_scroll_header_and_firstcolumn_fixed_green tr:first-child th{
    border-top: 1px solid #ccc;
}
.table_scroll_header_and_firstcolumn_fixed_green th:first-child{
    border-left: 1px solid #ccc;
}

.table_scroll_header_and_firstcolumn_fixed_green tr:hover td {
    background-color: #D8E4BC !important; /* 色の変更 */
}


/* ---------------1列目が固定されるスクロールテーブル～ここまで------------------------------------------------------------------- */







/*目次*/

#index {
	border: solid 1px gray;
	background-color: rgb(230, 230, 230);
}

#index li {
	margin-left: 0;
}


.index_li_h2 {

}

.index_li_h3 {
	padding-left: 20px;
}

.index_li_h4 {
	padding-left: 40px;
}

/*head部分*/
#header_sozai_form {
	position: absolute;
	top: 2px;
	left: 250px;
}

/*武器のナビ部分*/
.scr {
	overflow: scroll; /* スクロール表示 */ 
/* 	width: 200px; */
	height: 500px;
	white-space: nowrap;
}

.buki_sticky {
	position: sticky;
	top: 0;
}


/*広告部分*/
/*
#top{
position: absolute;
top:0px;
}
*/
#ad1 {
	position: absolute;
	top: 2px;
	left: 550px;
}

#ad2 {
	float: left;
}

#ad2-2 {
	float: left;
	margin-left: 10px;
}

#ad3 {
	padding-top: 2px;
	text-align: center;
}


#commodity_ul {
    padding-left: 0;
}


.commodity_list {
    list-style: none;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

.amazon_img {
	/* 画像が領域をはみ出た場合、その部分を非表示にする */
	overflow: hidden;
}

.amazon_img img {
	max-width: 100%; /* 画像がはみ出るのを回避 */
}

.amazon_title {
	font-size: 90%;
}

.amazon_text {
	text-align: center;
	font-size: 90%;
}





#adbox {
	padding-top: 20px;
	overflow: hidden;
}

#spad1 {
	padding-top: 10px;
}

#spad2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Newマーク*/
.new_mark {
	font-size: 90%;
	color: red;
	padding-left: 3px;
}


/*Newマークの左にある更新日*/
.new_mark_day {
	color: #333;
	padding-left: 3px;
}

/*updateマーク*/
.update_mark {
	font-size: 90%;
	color: green;
	padding-left: 3px;
}

/*memoページのCSS*/

.treemenu .tm-cont,
.treemenu3 .tm3-cont {
  height: auto;
}

.treemenu {
  width: 100%;
  margin: 0 auto;
  background: white;
}

.box0 {
    border: solid 2px #000000;
    margin: 4px; 
    padding: 0;
}


.box1_pa {
    margin: 8px 0;
}

.box1 {
    border: solid 2px #000000;
    padding: 0 5px 0 0;
}

.box1_command {
	background: rgb(225, 255, 198);
	margin-right: 5px;
	padding: 0 5px;
	border-right: solid 1px #333;
}

.box1 a {
  text-decoration: none;
}

/*memoページのCSS～ここまで*/


/*video*/
video {
	width: 600px;
	height: 400px;
}


/* PCなら.pcを表示 */
.pc {
	display: revert;
}


/* SPなら.spを非表示 */
.sp{
	display: none;	
}



/* ドロワーメニューを起動するためのcheckbox　画面外に隠します */
#drawer_menu {
    position: fixed;
    left: -50vw;
}

@media screen and (max-width: 1024px){
  
	/* スマホは全体的に文字を大きく */
    * {
      line-height: 26px;
    }

	/* 斬れ味のline-heifhtは戻す */
	.gage_table ul {
		line-height: 0;
	}
	
    #header {
      /*height:180px !important;*/
    }


    .youto_table1 {
    	width:100% !important;
    }

    .youto_table2 {
    	width:100% !important;
    }

    .youto_table3 {
    	width:100% !important;
    }

    #sozai_t1 {
    	float:none;
    }

    #sozai_t2 {
    	float:none;
    }

    #sozai_t3 {
    	float:none;
    }

    img {
    	max-width: 100% !important;
    	height: auto !important;
    }


    .sp_table_scroll {
    	overflow: auto;
    }
    .sp_table_scroll table{
    	/*width:100%;*/
    }

    .sp_table_scroll::-webkit-scrollbar{
    	height: 5px; /* スクロールバーの高さ */
    }

    .sp_table_scroll::-webkit-scrollbar-track{
    	background: #F1F1F1; /* スクロールバーの背景色 */
    }

    .sp_table_scroll::-webkit-scrollbar-thumb {
    	background: #d6d6d6; /* スクロールバーの色 */
    }

    .sp_table_scroll td, .sp_table_scroll th{
    	white-space: nowrap; /* 文字の折返しを禁止 */
    }




	
	/* ドロワーメニューをクリックするためのアイコン（3つの棒）を作ります */
	.menuButton-icon {
		height: 3px;
		width: 21px;
		background-color: #333;
		background-color: #fff;
		border-radius: 25px;
		margin-bottom: 3px;
	}

	/* ドロワーメニューをクリックするためのアイコンにカーソルを置いた時にクリックできることを示します */
	.menuButton {
		cursor: pointer;
	}

	/* ドロワーメニューをクリックするためのアイコンをまとめている要素です */
	/* 画面左上に常時表示するようにします */
    #drawer_open {
        position: fixed;
        top: 0;
        right: 0;
        padding: 20px 20px;
		background-color: #fefcf4;
		background-color: #ccc;
		border-radius: 5px;
    }

	/* ドロワーメニューを閉じる×ボタンの位置 */
	#drawer_close {
		position: fixed;
		bottom: 10px;
		left: -250px;
        transition: all 0.1s;
		transform: scale(1.8);
	}

	/* これがあると、ドロワーメニューの領域外をクリックした時にドロワーメニューを閉じることができます */
	/* これはドロワーメニューが表示されると画面いっぱいに広がります */
	#drawer_back {
        position: fixed;
		top: 0;
		left: 0;
	}

	/* naavのfloatを解除しておく */
	#nav {
		float: none;
		width: auto;
	}

	/* bodyのmargin-leftを解除して左に余白ができないようにする  */
	#body {
		margin-left: auto;
	}

	/* ドロワーメニューの初期位置とCSSの設定です */
	#drawer_area {
        width: 84%; /* ドロワーメニューの横幅です */
		position: fixed; /* ドロワーメニューが表示された時に画面内に固定します */
		top: 0; /* ドロワーメニューのtopです　0だとウインドウの上にぴったりくっついた状態で表示されます */
		left: -90%; /* ドロワーメニューの初期位置です　-の値にして隠します　widthと同じ長さにしてください */
		min-height: 100%; /* ドロワーメニューが小さい時に縦いっぱいに領域を表示します */
        max-height: 100%; /* ドロワーメニューに縦スクロールを追加するために必要です */
        padding: 5px 5px 30px;
        transition: all 0.1s; /* ドロワーメニューが画面内に入ってくる速度を調整します */
        background-color: #FFF;
        overflow: scroll; /* ドロワーメニューにスクロールを追加します */
    }

	/* leftを0に戻してドロワーメニューを出します */
    input[type="checkbox"]:checked ~ #drawer_area {
        left: 0px;
		z-index: 3;
    }

	/* ドロワーメニューを出した時に閉じる×ボタンの位置 */
    input[type="checkbox"]:checked ~ #drawer_close {
        left: -90%;
    }

	/* ドロワーメニューを出した時にを閉じるチェックボックスを画面いっぱい広げます */
    input[type="checkbox"]:checked ~ #drawer_back {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.2);
		z-index: 2
		;
    }

	/* header内の文字を中央に寄せる */
	#header {
		text-align: center;
		padding: 0 22px;
	}

	/* 広告1を非表示にする */
	#ad1 {
		display: none;
	}

	/* 武器一覧のナビ（武器派生表）部分 */
	.scr {
		height: auto;
	}




	/* スマホなら.pcを非表示 */
	.pc {
		display: none;
	}
	
	/* スマホなら.spを表示 */
	.sp{
		display: revert;	
	}
	
}


@media screen and (min-width: 1025px) {

	/* ドロワーメニューを非表示 */
    #drawer_open, #drawer_close, #drawer_menu {
        display: none;
    }

}
