	/* body */
	body{
		/*font-family : "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;*/
		font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		color: #333;
	    background: #F9F6F1;  /* fallback for old browsers */
  background-image: -webkit-radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%);
  background-image: radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%); 
	}

	/* nav */
	.navbar-dark .navbar-brand{
		margin: 10px 0;
	}

	/* end nav */

	/* TOP PAGE */
	/* header */
	.bg-dark{
		background-color: #FFF !important;
	}


.navbar-dark .navbar-brand {
	color: #6CB936 !important;
font-family: garamond-premier-pro-subhead, serif;
font-weight: 700;
font-style: normal;
	font-size: 1.5em;
	margin: 0;
	position: relative;
	top:-5px;
	padding: 0;
}
.navbar-dark .navbar-brand::before{
	background: url("image/logo/Aireeds_logo.png?a");
	width: 40px;
	height: 40px;
	content: "";
	background-size: 40px;
	display: inline-block;
	top: 8px;
	position: relative;
}
.navbar-dark .navbar-nav .nav-link {
	color: #FFF;
	/*font-weight: bold;*/
	padding: 0 14px;
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link{
 border:none
}

@media screen and (max-width:991px){
	.navbar-dark .navbar-nav .nav-link {
		 padding: 10px;
		 font-size: 18px;
		 border-bottom: 1px solid #666666;
		}
}

@media (min-width: 992px) {
	.navbar-dark .navbar-nav .nav-link{
	 padding: 0 14px;
	 font-size:1rem;
	 border:none;
	}
}





.bg-dark {
	background-color: #191919 !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: #FFF !important;
}
.navbar-dark .navbar-nav .selected{
	color: #6CB936 !important;
}
@media screen and (min-width:501px){

	/* サイトブランディング */
	.site-branding h1{
	font-size: 36px;
	font-weight: bold;
	}	
	/* end サイトブランディング */

}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #6CB936 !important;
}

	
	/* update-list */
	.update-title{
		text-align: center;
	}
	.update-list{
		background: #F1F1F1;
		padding: 7px 0;
	}
	.update-list ul{
		margin: 0;
		padding: 0;
	}
	.update-list ul li{
		padding: 2px 0;
	}
	.update-list ul li .date,
	.update-list ul li .text{
		color: #000;
	}
	.update-list ul li .date{
		display: inline-block;
		float: left;
	}
	.update-list ul li .text{
		display: inline-block;
		margin-left: 12px;
	}

      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 24rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 24rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.page-about{
	margin-bottom: 100px;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


/* END TOP PAGE */

/* footer */
footer{
	background: #222222;
	color: #FFF;
}
footer p{
	padding: 0;
	margin: 0;
}
footer .footer-in{
	padding: 70px 0
}
footer .copyright{
	text-align: center;
	margin-bottom: 20px;
}
footer .copyright-ff{
	text-align: center;
	font-size: 14px;
	width: 100%;
	display: inline-block;
}
.footer-twitter {
	text-align: center; margin-bottom: 30px;
}
.footer-twitter a{
	color: #FFF;
	border: 1px solid #FFF;
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	text-decoration: none;
}
.footer-twitter a:hover{
	color:#1DA1F3;
}
.footer-twitter a span{
	width: 30px;
	height: 30px;
	font-size: 30px;
	position: relative;
	top: 2px;
	right: -1px;
}

/* end footer */

/* page top */
#page_top{
	position: fixed;
	right: 0;
	bottom: 10px;
	opacity: 0.6;
	border-radius: 50%;
	margin-right: 30px;
	margin-bottom: 30px;
}
#page_top a{
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	text-decoration: none;
	background: #888;
	margin-right: ;
	box-shadow: 0 2px 6px rgba(0,0,0,.5);
}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top:hover{
	opacity: 1;
}
#page_top a:hover{
	background: #6CB936;
}
/* end page top */

/* article */
article{
	/* background: #000; */
}
/* end article */


/* Sidebar
------------------------- */
.sidebar{
	/* background: #000; */
}

.sidebar-scroll .widget_box {

	margin-bottom: 16px;

}


.sidebar h3 {
	position: relative;
	border-bottom: 5px solid #3e3e3e;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 32px;
	margin-top:20px;
	text-align: left;
	color: #686868;
	font-family: garamond-premier-pro-subhead, serif;
}
.sidebar h3::after {
  position: absolute;
  left:  0;
  bottom: -5px;
  display: block;
  content: " ";
  width: 30%;
  border-bottom: 5px solid #558c2f;
}

.sidebar h3:first-letter{
  font-size: 50px;
 }




/*ウィジェット設定*/
.widget_box { /* デフォルトのアイコンと余白を削除 */
	padding-bottom: 20px;
	overflow: hidden;
	background: #fff;
	/*margin-bottom: 30px;
	border: solid 1px #f9f9f9;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}


/*widget全体*/
.widget_box ul {
	list-style:none;
	padding-left:0px !important;
}


/*Sidebar 新規投稿サムネイル*/
.content .rpwwt-widget ul {
    padding-left: 0px !important;

}

.content .rpwwt-widget li {

    
}

.content .rpwwt-widget li a {
	text-decoration: none;
	display: block;
	color: #333;
	overflow: hidden;
	padding: 3px !important;
	transition: background-color 0.5s;
}

.content .rpwwt-widget li a:hover {
	text-decoration: none;
	display: block;
	color: #333;
	background:#f0f0f0;
	transition: background-color 0.5s;

	overflow: hidden;
	padding: 3px !important;
}


.content .wpp-list li img {
	max-width: 120px;
	width: 100%;
	height: auto;
	float:left;
	margin: .3em .75em .75em 0;
}

.content .rpwwt-widget li img {
    max-width: 120px !important;
    width: 100%;
    height: auto;
}



/*
人気投稿デフォルト設定
<li>{thumb} {title} <span class="wpp-meta post-stats">{stats}</span></li>
*/


/*Sidebar 人気投稿サムネイル*/

.content .wpp-list-with-thumbnails{
    padding-left: 0px !important;
}

.content ul.wpp-list{
	padding-left: 0px !important; 
}


.content .wpp-list li a {
	text-decoration: none;
	display: block;
	color: #333;
	overflow: hidden;
	padding: 3px !important;
	transition: background-color 0.5s;
}

.content .wpp-list li a:hover {
	text-decoration: none;
	display: block;
	color: #333;
	background:#f0f0f0;
	transition: background-color 0.5s;

	overflow: hidden;
	padding: 3px !important;
}

.content .wpp-list li img {
	max-width: 120px;
	width: 100%;
	height: auto;
	float:left;
	margin: .3em .75em .75em 0;
}



/*カテゴリウィジェット ドロップダウンにした場合ラベル表示無し*/


.widget_box ul li { /* デフォルトのアイコンと余白を削除 */
	background: none;
	padding-left: 0;
}

.widget_box ul li.cat-item{ /* デフォルトのアイコンと余白を削除 */
	margin:0px !important;
}

.widget_box li.cat-item a { /* リンク全体の装飾 */
	display: block;
	overflow: hidden;
	font-size: 16px; /* 文字サイズ */
	font-weight: bold;
	line-height: 2.4em; /* 行（ボックス）の高さ */
	text-decoration: none;
	vertical-align: middle;
	padding: 0 8px; /* 左右の余白 */
	color: #fff; /* 文字色 */
	background: #639d8f; /* 背景色 */
	margin-bottom: 2px; /* 次のカテゴリーとの余白 */
}
.widget_box li.cat-item a:hover { /* マウスオーバー時の設定 */
	background: #e8c129; /* 背景色 */
	color: #278a71; /* 文字色 */
}
.widget_box li.cat-item span { /* 記事数部分の装飾 */
	line-height: 1em;
	float: right; /* 右端に寄せる */
	margin: 8px 0 0 8px; /* 位置の調整 */
	padding: 4px 8px; /* 文字周りの余白 */
	border-radius: 4px; /* 角の丸み */
	color: #fff; /* 文字色 */
	background: #278a71; /* 背景色 */
}



/*アーカイブウィジェット ドロップダウン装飾*/


	/* 月別アーカイブ展開表示 */
a.jaw_months{
	margin-left:1px;
	color: #333;
}
a.jaw_years:after {
    content: '年';/* 年を西暦の後ろに追加 */
}
a.jaw_years:before {

		font-weight: 900;
    font-family: 'Font Awesome 5 Free';
	content: "\f067"; /* +のアイコン */
    margin-right: 1px;
    display: inline-block;
    color: #333; /* アイコンの色 */
}
.expanded a.jaw_years:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f068"; /* －のアイコン */
    display: inline-block;
    color: #333; /* アイコンの色 */
}

.jaw_years li {

padding-left: 10px;
}

.jaw_widget a{
	color: #333;
	display: block;
}


.widget_box ul.jaw_widget li {
    background: none;
    padding-left: 10px;
}


ul.jaw_widget li ul li {
    background: #ececec !important;
    list-style: none;
    padding: 5px;
    margin: 12px 0 12px 0;
        margin-top: 12px;
    font-size: 15px;

border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;

border-bottom-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;


}




















/*テキストウィジェット*/
.widget_box img{

position:relative;/*フォームの相対位置*/	
max-width:270px;/*フォームのサイズ*/
margin-bottom:15px;/*フォームの下に余白*/	 	
}


/*サーチフォーム*/
#s-form {
    position: relative;
    height: 42px;
    width: 100%;
}
 
#s-box {
position:absolute;/*フォームの絶対位置*/	
left:0;
top:0; 	
outline:0;/*クリック時の青い枠線消す*/	
height:50px;/*検索ボックスの高さ*/	
padding:0 10px;/*テキスト位置調整*/	 
border-radius:2px 0 0 2px;/*検索ボックスの角を丸める*/		
background:#eee;/*検索ボックスの背景カラー*/	
}
 
#s-btn {
width:70px;/*検索ボタンの横幅*/ 
height:50px;/*検索ボタンの縦幅*/ 
position:absolute;/*検索ボタンの絶対位置*/  
left:270px;/*検索ボタンの位置調整*/  
top:0;
border-radius:0 2px 2px 0;/*検索ボタンの角を丸める*/ 
background:#7fbfff;/*検索ボタンの背景カラー*/ 
border:none;/*検索ボタンの枠線を消す*/ 
color:#fff;/*検索ボタンのテキストカラー*/ 
font-weight:bold;/*検索ボタンのテキスト太字*/ 
font-size:16px;/*検索ボタンのフォントサイズ*/ 
}





.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: auto;
  overflow: hidden;
  margin: 20px 10px;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}














/* end sidebar */

















/*サイトブランディングのベース*/
.site-branding{
	/*background: url("https://aireeds.com/wp-content/themes/aireeds/image/bg/bg_zetsu_baha.jpg");*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	max-width: 1110px;/*aa*/
}

.site-branding h1{
	/*background: rgba( 0, 0, 0 , 0.4 );*/
	padding: 159px 0;

}

.site-header{
	display: flex;
	align-items: center;
	justify-content: center;
	}










/* end サイトブランディングベース */

/*サイトブランディングのベース（frontから全体へ）*/
.site-header .site-branding .title {
	font-size: 36px; font-weight:bold
}
.site-header .site-branding .title span{
	width:100%;
	font-size: 16px;
	display: inline-block;
}
/* end frontpage */





















/*ブログトップヘッダー*/
.site-branding .blog-header {
    background: rgba( 0, 0, 0 , 0.4 );
    padding: 30px 0;
    margin: 0;
    color: #FFF;
    font-size: 70px;
}


/* font-size */


@media screen and (max-width:500px){

	/* サイトブランディング */
	.site-branding h1{
		/*background: rgba( 0, 0, 0 , 0.4 );*/
		padding: 60px 0;
		margin: 0;
		color: #FFF;
		font-size: 50px;
	}
	/* end サイトブランディング */

	h2{
		font-size: 20px;
	}
	p{
		font-size: 16px;
	}
}

@media screen and (min-width:501px){

	/* サイトブランディング */
	.site-branding h1{
		/*background: rgba( 0, 0, 0 , 0.4 );*/
		padding: 150px 0;
		margin: 0;
		color: #FFF;
		font-size: 70px;
	}	
	/* end サイトブランディング */

	h2{
		font-size: 24px;
	}
	p{
		font-size: 17px;
	}
}
h2{
	margin: 2.2em 0 1em;
}
.content p,
p {
	margin: 1em 0 1.4em;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.7;
}





/* 
 =============================================================

 CATEGORY MEMBER 

 =============================================================
*/
.content-member {
	color: #44311c;
}

.content-member .row {
  margin: 3rem 0;
  text-align: center;
  border-top: 1px solid #757575;
  padding-top: 3rem;
}

.content-member .row-first {
	border: none;
	padding-top: 3rem;
	margin-top: 0;
}

.content-member .row .card-img-top {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.content-member .row h2 {
  margin: 0.7rem 0;
}

.content-member .row span {
  /*color: #8A8888;*/
  color:#393939;
}

.content-member .col-lg-8 p {
  text-align: left;
}

.content-member .social-links ul {
  display: inline-block;
  margin: 1rem 0;
}

.content-member .social-links ul li {
  float: left;
}

.content-member .social-links ul li a {
  display: block;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 45px 45px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50px;
  padding: 10px;
  position: relative;
  background-position: 3px 3px;
}

.content-member .social-links ul li a:hover {
  opacity: 0.5;
}

.content-member .social-links ul li a.twitter {
  background-repeat: no-repeat;
  background-color: #1DA1F3;
  background-position: 1px;
  background-image: url(image/logo/twitter_b.png);
  background-size: 40px;
}

.content-member .social-links ul li a.youtube {
  background-image: url(image/logo/youtube_r.png);
  background-position: 0px 0px;
  background-size: 40px;
}

.content-member .social-links ul li a.twitch {
  background: #6441A4;
  background-image: url(image/logo/twitch_w.png);
  background-position: 11px 10px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.content-member .social-links ul li a.blog{
	background-color: #0073AA;
	background-image: url(image/logo/blog.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 10px 8px;
}

.content-member .social-links ul li a.lodestone {
  background: #1B1B1B;
  background-image: url(image/logo/ff14.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 5px;
}

.content-member .result {
  /*background: #F3F4F5;*/
  background: #393939;
  padding: 14px;
  margin-top: 40px;
  border-radius: 10px;
  color: #fff;
}

.content-member .result p {
  margin: 0;
}

.content-member .result p span {
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.content-member .result ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 10px 0px 0px 0px;
  list-style-type: none;
}

.content-member .result ul li {
  float: left;
  font-size: 14px;
  margin-right: 7px;
}

.content-member .result ul li::after {
  content: "|";
  color: #8A8888;
  margin-left: 7px;
  font-size: 12px;
}

.content-member .result ul li:last-child::after {
  content: "";
  margin-left: 0;
}

.content-member .row h2 {
  font-weight: bold;
  margin-bottom: 0;
}

.content-member .row .name {
  width: 100%;
  display: inline-block;
  margin-bottom: 7px;
  font-size: 14px;
}

.content-member .row .role {
  /*color: #333;*/
  color: #393939;
  margin-bottom: 7px;
  display: inline-block;
}


/*

info text

*/
.info-text {
	text-align: center;
	z-index: 101;
	font-weight: ;
	background: #F3F4F5;
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
}

/* 
 =============================================================

 CATEGORY ABOUT

 =============================================================
*/
.article-content-bg{
    background: #F3F4F5;
    padding: 50px 0;
}
.article-content h2 {
  margin: 80px 0 1em;
  /*border-bottom: 4px solid #333;*/
  padding-bottom: 13px;
  font-size: 30px;
  font-weight: bold;
}
.article-content article {
  /*padding: 60px 140px;*/

  /*background: #FFF;*/
}

@media screen and (max-width:991px){
  .article-content article {
    /*padding: 40px 10px 60px;*/
  }
  .article-content h2 {
    margin: 40px 0 1em;
    font-size: 26px;
  }
  .article-content-bg{
    background: #FFF;
    padding: 0;
  }
}
@media screen and (min-width:992px){
  .article-content article {
      /*padding: 60px 140px;*/
  }
  .article-content h2 {
    margin: 80px 0 1em;
    font-size: 30px;
  }
.article-content-bg{
    background: #F3F4F5;
    padding: 50px 0;
}
}
.article-content article h2:first-child{
  margin-top: 0;
}






.page-about h2{
	color: #44311c;
	  display: flex;
  justify-content: center;
  align-items: center;
}

.page-about h2{
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  margin: 10px auto;
  text-align: left;
}
/*
.page-about h2::before,h2::after {
  position: absolute;
  top: 0;
  content:'';
  width: 20px;
  height: 100%;
  display: inline-block;
}
*/
.page-about h2::before {

  position: absolute;
  top: 0;
  content:'';
  width: 20px;
  height: 100%;
  display: inline-block;

  border-left: solid 1px #44311c;
  border-top: solid 1px #44311c;
  border-bottom: solid 1px #44311c;
  left: 0;
}
.page-about h2::after {

  position: absolute;
  top: 0;
  content:'';
  width: 20px;
  height: 100%;
  display: inline-block;

  content: '';
  border-top: solid 1px #44311c;
  border-right: solid 1px #44311c;
  border-bottom: solid 1px #44311c;
  right: 0;
}

/* 
 =============================================================

 CATEGORY Privacy

 =============================================================
*/

.page-about.privacy {
 color: #333 !important;
 background: #fff !important;
}


.page-about.privacy h2 {
    color: #333;

}

.page-about.privacy h2::before {
    border-left: solid 1px #333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    left: 0;
}
.page-about.privacy h2::after {
    content: '';
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    right: 0;
}



/* 
 =============================================================

 CATEGORY CONTACT

 =============================================================
*/
.content-contact .note{
  color: #888;
  width: 100%;
  display: inline-block;
}
.content-contact .twitter-button{
  border: 1px solid #55acee;
  padding: 10px 30px;
  display: inline-block;
  background: #55acee;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  margin:50px 0 30px;
}
.content-contact .twitter-button:hover{
	opacity: 0.8;
	text-decoration: none;
}

/* 
 =============================================================

 SINGLE

 =============================================================
*/



.single-content-bg{
    /*
	    background: #c31432;
		background: -webkit-linear-gradient(to right, #240b36, #c31432);
		background: linear-gradient(to right, #240b36, #c31432);
		*/

  background-image: -webkit-radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%);
  background-image: radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%); 
  padding-top: 20px;
  padding-bottom: 20px;
}


@media screen and (max-width:500px){
	.single .writer .description{
		margin-top:  30px;
	}
	.single article h1{
		font-size:1.75rem;

	}
	.single article h2{
		font-size:1.3rem;
	}
	.single article h3{
		font-size:1.1rem;
	}

	.single .article-content h2{
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.single-content-bg .container{
	padding:0px;
}


}

@media screen and (min-width:501px){
	.single .article-content h2{
	    margin: 1.3em 0 0.8em 0;
	}
	.single .writer .description{
		margin-top:  0;
	}
	.single article h1{
		font-size:2.25rem;
	}
	.single article h3{
		font-size:1.1rem;
	}
	.single .article-content h2{
		font-size: 30px;
	}

}



.single article h1{
		font-weight: bold;
		margin-bottom: 20px;
		font-size:27px;
}
/*
@media screen and (min-width:992px){
}
*/


.single article h2 {
  border-bottom: solid 3px #ffcc33;
  position: relative;
  padding-bottom: 5px;
}

.single article h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6db763;
  bottom: -3px;
  width: 30%;
}


.single article h3{
    border-left: 5px solid #6db763;
    padding: 8px;
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 130%;
    color: #333;

}


	

.single .writer .description p{
	padding: 0;
}
.single .content .padding-b0{
	padding-bottom: 0;
}
.single .content .padding-t0{
	padding-top: 0;
}
/*
.single main h2 {
    border-bottom: solid 1px #333;
}



.single main h2:first-letter {
    color: #0c8a37;

    font-size: 1.7em;
    text-shadow: 0px 0px 3px #888888;
}*/

.single .content article p{ font-size: 16px; margin: 0; padding:1em 0; }
.single .content article p.ch-name{ margin-top: 0; }
.single .content article ul{padding-left:20px;}
.single .content article ul li {margin: 12px 0 0;}
.single .content article ul li ul li {
background: #fff6db;
	list-style: none;
	border-radius: 10px;
	padding: 12px;
	margin: 12px 0 12px 0;
        font-size:15px;
}
.single .content ul li ul li:first-child{
margin-top:7px;
}
.single .content ul li ul li .live{ margin:0; padding:0; }
/*
.single .content ul li ul{
list-style-image: url("https://aireeds.com/wp-content/themes/aireeds/image/item/cursor-type1.png");
background-repeat:no-repeat;
}
*/
.single .content ul li ul li ul li{
list-style-type: square;
}
.single .result-tag {
	display: inline-block;
        border:1px solid #efe7d2;
	padding: 4px 7px 4px 7px;
	border-radius: 4px;
	color: #796032;
	font-size: 13px;
margin:4px 2px;
}
.single .result-tag .dashicons-tag-result{
	top: 2px;
	position: relative;
	margin-right: 3px;
	font-size: 16px;
}
.single .result-tag-first{
}
.single .role-icon::before {
	content: " ";
	padding-left: 26px;
	padding-bottom: 6px;
}
.single .role-Tank::before {
	background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/role-icon/tank.png");
	background-size: 22px;
	background-repeat: no-repeat;
}
.single .role-DPS::before {
	background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/role-icon/melee.png");
	background-size: 22px;
	background-repeat: no-repeat;
}
.single .role-Physical::before {
	background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/role-icon/physicalranged.png");
	background-size: 22px;
	background-repeat: no-repeat;
}
.single .role-Magical::before {
	background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/role-icon/magicalranged.png");
	background-size: 22px;
	background-repeat: no-repeat;
}
.single .role-Healer::before {
	background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/role-icon/healer.png");
	background-size: 22px;
	background-repeat: no-repeat;
}

.single .writer .title{
	padding: 0;
}
.single img,
.page img
{
	max-width: 100%;
	height: auto;
	border: 0;
}
.single img.alignright,
.page img.alignright{
float: right;
}
 
.single img.alignleft,
.page img.alignleft{
float: left;
}
 
.single img.aligncenter,
.page img.aligncenter{
	display: block;
	margin: 0 auto;
}
/*.single .content p{
	margin: 1em 0;
	box-sizing: border-box;
}*/

.single blockquote {
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	font-style: ;
	background: #efefef;
	color: #555;
}
.single blockquote::before, blockquote::after {
	font-size: 50px;
	font-family: serif;
	position: absolute;
	content: '\201C';
	opacity: 0.3;
}
.single blockquote::before {
	left: 10px;
	line-height: 0;
}
.single blockquote::after {
	right: 10px;
	bottom: 0;
	content: '\201D';
	line-height: 0;
}
.single .content blockquote p {
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.single blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.single .post-update::before {
	font-family: dashicons;
	content: "\f321";
	padding-right: 0px;
	position: relative;
	top: 2px;
}
.single .post-date::before {
	font-family: dashicons;
content: "\f469";
	padding-right: 0px;
	position: relative;
	top: 2px;
}

.single .date-tags{
	text-align: right;
}

.single .content .writer{
	border: 2px solid #eeeeee;
	padding: 20px 10px;
	margin:0px 0 30px 0;
}
.single .content .writer .image{

}
.single .content .writer .author p,
.single .content .writer .author span,
.single .content .writer .description p{
	margin:0;
	font-size: 15px;
}
.single .content .writer .author p.title{
	font-weight: bold;
}
.single .content .writer .description{

}
.single .content .writer .author a{
	font-weight: bold;
	font-size: 22px;

}
.single .content .writer .author span.name {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	color: #8A8888;
}

.single .category-tag-box .category{
	display: inline-block;
	border: 1px solid #333;
	padding: 2px 7px;
	background: #333;
	color: #FFF;
	border-radius: 4px;
	font-size: 15px;
}
.single .category-tag-box .dashicons-category-article{
	margin-right: 7px;
	position: relative;
	top: 2px;
}
.single .category-tag-box{
	margin-top: 30px;
}
.single .category-tag-box .tag{
	display: inline-block;
	border: 1px solid #333;
	padding: 2px 7px;
	border-radius: 4px;
	font-size: 15px;
	margin-left:12px;
}
.single .category-tag-box .dashicons-tag{
	margin-right: 7px;
	position: relative;
	top: 2px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#777;
  font-size:13px;
}
 
div#breadcrumb div {
  display: inline;
}
 
#breadcrumb span.sp{
  margin:0 10px;
}
 
#breadcrumb a{
  text-decoration:none;
  color:#777;
}


/* 
 =============================================================

 HOME

 =============================================================
*/


.site-branding h1{
  padding: 159px 0;
}
.site-branding h1 .rec-text{
  /*font-size: 136px;*/
  margin-bottom:6px;
	
	font-weight: 700;
	font-style: normal;
	font-size: 1.5em;
	font-family: garamond-premier-pro-subhead, serif;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.site-branding h1 .sub-text{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: garamond-premier-pro-subhead, serif;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.site-branding h1 .team-text{
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	padding-top: 110px;
	padding-left: 11em;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);

}



/*たぶんこれもう使ってない
.home .site-branding h1 .link-text{
  font-size: 30px;
  margin-top: 50px;
}
.home .site-branding h1 .link-text a{
  color: #FFF;
  border: 1px solid #FFF;
  padding: 16px 40px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 20px;
}

.home .site-branding h1 .link-text a:hover {
  color: #6CB936;
  cursor: pointer;
  border: 1px solid #191919;
}
*/

.home .button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #191919;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.home .button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.home h3{
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 25px 0 0;
  color: #FFF;
}

.home .top-history ul{
  padding-left: 20px;
}
.home .top-history ul li{
  color: #f8f8f8;
}

.home .top-history .col-md-4{
  background: #191919;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home .top-member h3{
  color: #FFF;
  margin: 0;
  padding: 20px 0 7px;
}
.home .top-member .name-role-box{
  background: #191919;

}

.home .top-member .name-role-box span {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #ffbf00; /*888*/
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.home .top-member a{

}
.home .top-member a:hover{
    text-decoration: none;
}
.home .top-member a .image{
  overflow: hidden;
  position: relative;
}
.home .top-member a .card-img-top{
  display: block;
  transition: 0.5s;
}
.home .top-member a:hover .card-img-top{

  transform: scale(1.2, 1.2);

}
.home .top-member a:hover .image span{
  display: block;
  background-color: rgba(0,0,0,.8);
transition: width 1.2s, height 1.2s, background-color 1.2s, transform 1.2s;
  
}
.home .top-member a .image span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display:block;
}

.home .top-member a .image span div {
  text-align: center;
  position: relative;
  top: 43%;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  padding: 0 40px;
  display: none;
}
.home .top-member a:hover .image span div{
 display: block;
}

.home .head_title{
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: block;
  color: #44311c;
}
.home .featurette-heading{
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 70px;
  color: #44311c;
}
.home .featurette-heading-center{
  text-align: center;
}
.home .top-history-box{
  /*background-color: #191919;*/
  box-shadow: 0 5px 40px -7px rgba(25,25,25,.8);
  padding-top: 50px;
  padding-bottom:5px;
  background-color: #797572;
  background-image: -webkit-linear-gradient(263deg, rgba(255, 255, 255, 0.2) 0%, #000000 100%), -webkit-linear-gradient(18deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%), -webkit-radial-gradient(47% 102%, rgba(255, 255, 255, 0.5) 0%, rgba(21, 24, 32, 0.6) 120%);
  background-image: linear-gradient(-173deg, rgba(255, 255, 255, 0.2) 0%, #000000 100%), linear-gradient(72deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(47% 102%, rgba(255, 255, 255, 0.5) 0%, rgba(21, 24, 32, 0.6) 120%);
  background-blend-mode: multiply; 
}
.home .m-b-30{
  margin-bottom: 30px;
}
.home .top-member-2{
  margin-bottom: 100px;
}
@media screen and (max-width:767px){

.site-branding h1{
	  padding: 159px 0;
	}
.site-branding h1 .rec-text{
	  font-size: 60px !important;
	  margin-bottom:6px;
		font-family: garamond-premier-pro-subhead, serif;
		font-weight: 700;
		font-style: normal;
		font-size: 1.5em;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);

	}

.site-branding h1 .sub-text{
		font-size: 14px;
		font-weight: bold;
		position: absolute;
    padding-bottom: 5em;
    left: 50%;
    top:45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		padding-top: initial;
		padding-left: initial;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	}

.site-branding h1 .team-text{
		font-size: 14px;
		font-weight: bold;
		position: absolute;
    left: 50%;
    top:75%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		padding-top: initial;
		padding-left: initial;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	}

.site-branding h1{
	  font-weight: bold;
	  color: #FFF !important;
	  font-size: 70px;
	  margin:10px 0px;

	    display: flex;
	  align-items: center; /* 垂直中心 */
	  justify-content: center; /* 水平中心 */

	  text-align: center;
	  position: relative;
	}

.site-branding h1:before, .site-branding h1:after {
	  border-top: 1px solid;
	  content: "";
	  width: 1em; /* 線の長さ */
	}

.site-branding h1:after {
	  border-top: 1px solid;
	  content: "";
	  width: 1em; /* 線の長さ */
	}

.site-branding h1:before {
	  margin-right: 0.3em; /* 文字の右隣 */
	}
.site-branding h1:after {
	  margin-left: 0.3em; /* 文字の左隣 */
	}


  .home .head_title{
    font-size: 60px;
  }
  .home .top-member .name-role-box span{
    font-size: 12px;
  }
  .home .top-member a:hover .image span{
    display: none;
  }

  .home .top-member h3{
    font-size: 1rem;
    padding: 10px 0 0px;
  }
  .home .top-member .name-role-box span{
    margin-bottom: 10px;
  }
  .page-about{
    padding: 0;
  }
}

@media screen and (min-width:768px){
  .home .head_title{
    font-size: 100px;
  }
  .home .top-member .name-role-box span{
    font-size: 14px;
  }
  .home .top-member a:hover .image span{
    display: block;
  }

  .home .top-member h3{
    font-size: 1.5rem;
    padding: 20px 0 7px;
  }
  .home .top-member .name-role-box span{
    margin-bottom: 20px;
  }
    .page-about{
    	/*a*/
    padding: 0 50px;
  }


.site-branding h1{
	  font-weight: bold;
	  color: #FFF !important;
	  font-size: 70px;
	  margin:10px 0px;

	    display: flex;
	  align-items: center; /* 垂直中心 */
	  justify-content: left; /* 水平中心 */

	  text-align: left;
	}

.site-branding h1:before, .site-branding h1:after {
	  border-top: 1px solid;
	  content: "";
	  width: 1em; /* 線の長さ */
	}

.site-branding h1:after {
	  border-top: 1px solid;
	  content: "";
	  width: 8em; /* 線の長さ */
	}

.site-branding h1:before {
	  margin-right: 0.3em; /* 文字の右隣 */
	}
.site-branding h1:after {
	  margin-left: 0.3em; /* 文字の左隣 */
	}


}



/* 
 =============================================================

ギャラリー

 =============================================================
*/







.gallery-nav{
		padding:20px;
    }

.gallery-nav .scene-select{
		text-align:center;
		color: #e6b422;
		font-size: 15px;
		border: solid 1px #e6b422;
		padding:10px;
		margin-top:5px;
}

.gallery-nav .dropdown{
		/*padding:auto;*/
		text-align:center;


  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:5px;
    }



.gallery-content {
	padding:30px 0px;
}

.gallery-caption {
	color: #fff;
}








.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}
 
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 20px !important;
	overflow: hidden;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
 
.gallery-icon img {
		/*width: 100%;
		height: auto;*/
	
  

    width: 340px;
		height: 191px;
    transition: 0.5s;
    object-fit: cover;

}



/*ホバー時の指定*/
.gallery-icon img:hover{
background:#000;
box-shadow:0px 0px 5px #ccc;
transform: scale(1.2);
}







 
.gallery-item .gallery-caption { /** キャプション **/
		display:none;
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
    color: #00ffff;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
 
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}




.gallery-content h2{
  font-weight: bold;
  color: #FFF !important;
  font-size: 70px;
  margin:10px 0px;

    display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: left; /* 水平中心 */

  text-align: left;
}
@media screen and (max-width:991px){
	.gallery-content h2{
	  
	  color: #FFF !important;
	  font-size: 50px;
	  margin:10px 0px;

	  display: flex;
	  align-items: center; /* 垂直中心 */
	  justify-content: center; /* 水平中心 */

	  text-align: center !important;
	}
}

.gallery-content h2:before, .gallery-content h2:after {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ */
  position: relative;
}
.gallery-content h2:before {
  margin-right: 0.3em; /* 文字の右隣 */
}
.gallery-content h2:after {
  margin-left: 0.3em; /* 文字の左隣 */
}



/*ギャラリーコンテンツvideo*/
.gallery-content .gc-video {
padding:20px !important;

}



/*ギャラリーコンテンツ内メンバー*/
.gallery-content .top-member h3{
  color: #FFF;
  margin: 0;
  padding: 20px 0 7px;
  text-align: center;
}
.gallery-content .top-member .name-role-box{
  background: #191919;

}

.gallery-content .top-member .name-role-box span {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #ffbf00; /*888*/
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.gallery-content .top-member a{

}
.gallery-content .top-member a:hover{
    text-decoration: none;
}
.gallery-content .top-member a .image{
  overflow: hidden;
  position: relative;
}
.gallery-content .top-member a .card-img-top{
  display: block;
  transition: 0.5s;
}
.gallery-content .top-member a:hover .card-img-top{

  transform: scale(1.2, 1.2);

}
.gallery-content .top-member a:hover .image span{
  display: block;
  background-color: rgba(0,0,0,.8);
transition: width 1.2s, height 1.2s, background-color 1.2s, transform 1.2s;
  
}
.gallery-content .top-member a .image span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display:block;
}

.gallery-content .top-member a .image span div {
  text-align: center;
  position: relative;
  top: 43%;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  padding: 0 40px;
  display: none;
}
.gallery-content .top-member a:hover .image span div{
 display: block;
}


.gallery-content .m-b-30{
  margin-bottom: 30px;
}
.gallery-content .top-member-2{
  margin-bottom: 100px;
}

@media screen and (max-width:767px){
  .gallery-content .head_title{
    font-size: 60px;
  }
  .gallery-content .top-member .name-role-box span{
    font-size: 12px;
  }
  .gallery-content .top-member a:hover .image span{
    display: none;
  }
  .gallery-content .top-member h3{
    font-size: 1rem;
    padding: 10px 0 0px;

  }
  .gallery-content .top-member .name-role-box span{
    margin-bottom: 10px;
  }
}

@media screen and (min-width:768px){
  .gallery-content .head_title{
    font-size: 100px;
  }
  .gallery-content .top-member .name-role-box span{
    font-size: 14px;
  }
  .gallery-content .top-member a:hover .image span{
    display: block;
  }
  .gallery-content .top-member h3{
    font-size: 1.5rem;
    padding: 20px 0 7px;

  }
  .gallery-content .top-member .name-role-box span{
    margin-bottom: 20px;
  }


}

.gallery-content .former-member{
		text-align:center;
		color: #e6b422;
		font-size: 15px;
		border: solid 1px #e6b422;
		padding:10px;
		margin-bottom:20px;
}






/* 
 =============================================================

サイドバー展開とレスポンシブ仕様

 =============================================================
*/


/* オープンクローズボタン */
.menu-toggle {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 9999;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    background-color: #545b62;
    /* border-radius: 5px; */
    color: #ffffff;
    cursor: pointer;
    width: 100%;
}

/* オープンクローズボタンのクローズ時のアイコン */
.menu-toggle::before {
	content: "\f137";
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-right: 5px;
}

/* オープンクローズボタンのクローズ時のメッセージ */
.menu-toggle::after {
	content: "サイドバーを開く";
}

/* ホバー時の処理 */
.menu-toggle:hover {
	opacity: .6;
}

/* オープンクローズボタンのオープン時のアイコン */
.menu-toggle.toggle-on::before {
	content: "\f138";
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	text-align: center;
	border: 0;
}

/* オープンクローズボタンのオープン時のメッセージ */
.menu-toggle.toggle-on::after {
	content: "サイドバーを閉じる";
}


/*解像度で判別*/
@media screen and (min-width:992px){

	.menu-toggle-display{
		display: none;
	}


	/* ドロワー本体 */
	.drawer {
		position: initial;
		top: initial;
		right: initial;
		max-height: initial;
		height: initial;
		width: initial; /* ドロワー幅を変えたい場合はここ */
		background-color: initial;
		outline: initial;
		z-index: initial;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: initial; /* ドロワー幅を変えたい場合はここ  */
		transform: initial; /* ドロワー幅を変えたい場合はここ  */
		will-change:initial;
		overflow: initial;
	}


	.drawer[aria-hidden="false"] {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		transition: transform 233ms cubic-bezier(0,0,0.21,1),-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
	}

	.drawer[aria-hidden="true"] {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		transition: transform 233ms cubic-bezier(0,0,0.21,1),-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
	}

	.drawer-inner {
		margin: 0;
		padding: initial;
		font-size: 16px;

	}
/* ドロワーオープン時グレーアウト表示用 */
	#drawer-mask {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: initial;
		z-index: -1;
	}
}


@media screen and (max-width:991px){
/* ドロワー本体 */

	.menu-toggle-display{
		display: initial;
	}

.drawer {
	position: fixed;
	top: 0;
	right: 0;
	max-height: 100vh;
	height: 100vh;
	width: 370px; /* ドロワー幅を変えたい場合はここ */
	background-color: #ffffff;
	outline: none;
	z-index: 8888;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(256px); /* ドロワー幅を変えたい場合はここ  */
	transform: translateX(256px); /* ドロワー幅を変えたい場合はここ  */
	will-change: translateX;
	overflow: auto;
}

	.drawer[aria-hidden="false"] {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		transition: transform 233ms cubic-bezier(0,0,0.21,1),-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
	}

	.drawer[aria-hidden="true"] {
		visibility: hidden;
		-webkit-transition: visibility 0s cubic-bezier(0,0,0.21,1) 233ms,
				-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
		transition: visibility 0s cubic-bezier(0,0,0.21,1) 233ms,
				-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
		transition: transform 233ms cubic-bezier(0,0,0.21,1),
				visibility 0s cubic-bezier(0,0,0.21,1) 233ms;
		transition: transform 233ms cubic-bezier(0,0,0.21,1),
				visibility 0s cubic-bezier(0,0,0.21,1) 233ms,
				-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
	}

	.drawer-inner {
		margin: 0;
		padding: 2em 1em 1em 1em;
		font-size: 16px;
  background-image: -webkit-radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%);
  background-image: radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%);

	}
	/* ドロワーオープン時グレーアウト表示用 */
	#drawer-mask {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		z-index: -1;
	}
}


#total_wrap.drawer-open {
	/*height: 100vh;*/
}

#total_wrap.drawer-open #drawer-mask {
	display: block;
	z-index: 8000;
}

/*
 =============================================================

記事下の次の記事前の記事

 =============================================================
*/

h2.prev-next-title {
	color: #333;
}

h2.prev-next-title {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

h2.prev-next-title:before, h2.prev-next-title:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h2.prev-next-title:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
h2.prev-next-title:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}



.prev-next-link a {
    background-color: #fff;
    color: #333;
    text-decoration: none;
    display: block;
    transition: background-color 0.5s;
}

.prev-next-link a:hover {
	color: #333;
	background:#f0f0f0;
	transition: background-color 0.5s;
	} /*カーソルが乗っているリンクの色*/

.prev-next-link {
	width: 100%;
	display: block;
}

.prev-next-link img {
	min-width: 160px;
}

.prev-next-link .prev-link {
	width: 100%;
	text-align: left;
	display:flex;
	align-items: center;
}

.prev-next-link .next-link {
	width: 100%;
	display:-webkit-flex;
	display:flex;
	align-items: center;
}



.prev-next-link .next-link a::before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f105';

    margin-left: 5px;
    padding-right: 0;
    font-size: 2.3em;
		color: #ccc;
}

.prev-next-link .prev-link a::before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f104';
    padding-right: 3px;
    margin-right: 5px;
    padding-right: 0;
    font-size: 2.3em;
		color: #ccc;

		margin-right: 5px;
		padding-right: 0;
}


.prev-next-link .next-link a {
	flex-direction: row-reverse;
}

.prev-next-link .prev-link a {
	flex-direction: row;
}


.prev-post-title,.next-post-title {
	padding:5px;
	font-size: 0.8em;
}



/*
 =============================================================

コメントエリア

 =============================================================
*/





h3#comments,#reply-title
{
	font-weight: bold;
	margin: 25px 0px;
	font-size: 27px;
}

textarea#comment {width: 100%}



/* 
 =============================================================

 カテゴリーページ,タグページ

 =============================================================
*/


h1.archive-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 117%;
}

.archive-title span {
    margin-right: 10px;
}

/* 
 =============================================================

エントリーカード

 =============================================================
*/



.a-wrap {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 10px;
    margin-bottom: 20px;
    transition: background-color 0.2s;



		position: relative;
		margin-bottom: 1em;
}

.a-wrap::before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 30%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #7B7B7B;
	border-radius: 2px;
}





a.a-wrap:hover {
text-decoration: none;
	background:#f0f0f0;
	color: #333;
	transition: background-color 0.5s;
	} /*カーソルが乗っているリンクの色*/



.entry-card, .related-entry-card {
    position: relative;
    height: 100%;
    padding-bottom: 1.5em;
}






.entry-card-thumb img {
width:100%;
height: auto;
}




@media screen and (max-width:480px) {
	.entry-card-snippet, .related-entry-card-snippet {
	    font-size: 0.8em;
	    max-height: 7.8em;
	    line-height: 1.3;
	    overflow: hidden;
	    display: none;
	}
}


@media screen and (max-width:1242px) {

	 .entry-card-thumb {
	  width:38%;
	 }
	 .entry-card-content {
	  margin-left:40%  
	 }

	.entry-card-title, .related-entry-card-title {
	    font-size: 17px;
	    margin: 0;
	    margin-bottom: 0px;
	    line-height: 1.2;
	    margin-bottom: 5px;
	    font-weight: bold;
	    padding:5px;
	}
	.entry-card-snippet p {
		font-size:12px;

	}
}


@media (min-width: 1243px) {
	.entry-card-thumb {
	width: 320px;
	}
	.entry-card-content {
	    margin-left: 340px;

	}
	.entry-card-title, .related-entry-card-title {
	    font-size: 18px;
	    margin: 0;
	    margin-bottom: 0px;
	    line-height: 1.2;
	    margin-bottom: 5px;
	    font-weight: bold;
	    padding:5px;
	}
	.entry-card-snippet p {
		font-size:14px;
	}
}





.list-entry-card a.entry-card-wrap figure.entry-card-thumb {

float: left;
margin: 0px;
position: relative;
}





.entry-card-snippet, .related-entry-card-snippet {
    font-size: 0.8em;
    max-height: 7.8em;
    line-height: 1.3;
    overflow: hidden;
}


.entry-card-meta, .related-entry-card-meta {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
    line-height: 1;
    font-size:0.7em;
}




/* 
 =============================================================

フロート解除

 =============================================================
*/
.cf::after {
    clear: both;
    content: "";
    display: block;
}





/* 
 =============================================================

ページネーション装飾

 =============================================================
*/
/*アーカイブのラベルもこれで消える*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/************************************
** ページネーション
************************************/
.pagination {
	margin: 24px 0;
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff; /* 通常の文字色 */
  background: #333; /* 通常の背景色 */
}
.pagination a:hover{
  color: #fff; /* マウスホバー時の文字色 */
  background: #00aa3a; /* マウスホバー時の背景色 */
}
.pagination .current{
  padding: 10px 15px 10px 15px;
  color: #fff; /* 現在のページの文字色 */
        background: #6CB936; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
.pagination {
  font-size: 12px;
  line-height: 12px;
}
.pagination span, .pagination a {
  padding: 8px 10px 8px 10px;
}
.pagination .current{
  padding: 8px 10px 8px 10px;
}
}


/* 
 =============================================================

タグ装飾

 =============================================================
*/



.tag-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    


}

.contents-tag {
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 2px;
    word-break: break-all;
    margin-bottom: 5px;
}

.contents-tag:hover {
    background: #f9f9f9;
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 2px;
    word-break: break-all;
}
.contents-tag::before {
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f02c';
  margin-right: 5px;
}


/* 
 =============================================================

パララックス

 =============================================================
*/

/*パララックス用テキストシャドウ*/
.shadow-txt{
    /*background-color: #333;*/
    text-shadow: 1px 3px 5px #000;
}

/*historyページ*/
.wrap_parallax.page-history {
  background-image: -webkit-radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%);
  background-image: radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%); 
}



@media screen and (max-width:750px){
	.parallax {
			width: 100%;
			min-height: 600px;
			background-position: center top;
			background-position-y: top;
			background-repeat: no-repeat !important;
			background-size: cover !important;
			text-align: center;
			padding: 60px 0px;

	}
}

@media (min-width: 751px) {
	.parallax {
			width: 100%;
			min-height: 600px;
			background-position: center top;
			background-position-y: top;
			background-repeat: no-repeat !important;
			background-size: cover !important;
			text-align: center;
			padding: 60px 10px;

	}
}


.content-parallax {


		color: #333;
}

/*パララックス背景エリア*/
.parallax.bg-1 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center center !important;
    background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_1.jpg?0529");
		background-repeat: no-repeat;
}


.parallax.bg-2 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center top;
		background-image: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_2.jpg?0529");
		background-repeat: no-repeat;

}

.parallax.bg-3 {
		will-change: transform;
		padding-top: 160px;
		text-align: left !important;
		background-size: cover !important;
		background-position: center top;
		background-image: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_3.jpg?0529");
		background-repeat: no-repeat;
		}

.parallax div.paratxt {
	color: #fff;
}


.parallax.bg-4 {
	will-change: transform;
	padding-top: 160px;
	text-align: left !important;
	background-size: cover !important;
	background-position: center top;
  background-image: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_4.jpg?0529");
	background-repeat: no-repeat;
}

/*パララックス背景エリア aboutページ*/
.parallax.bg-about-1 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center center !important;
    background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_1.jpg?0529");
		background-repeat: no-repeat;
}

.parallax.bg-about-2 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center top;
		background-image: url("https://aireeds.com/wordpress/wp-content/uploads/2020/11/about_2.jpg?0529");
		background-repeat: no-repeat;

}

.parallax.bg-about-3 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center top;
		background-image: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/about_bg_1.jpg?0529");
		background-repeat: no-repeat;

}

.parallax.bg-about-4 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center top;
		background-image: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/about_bg_2.jpg?0529");
		background-repeat: no-repeat;

}

.parallax.bg-about-5 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center top;
		background-image: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/about_bg_3.jpg?0529");
		background-repeat: no-repeat;

}

/*パララックス背景エリア historyページ*/
.parallax.bg-history-1 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center center !important;
    background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_1.jpg?0529");
		background-repeat: no-repeat;
}

/*パララックス背景エリア memberページ*/
.parallax.bg-member-1 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center center !important;
    background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_1.jpg?0529");
		background-repeat: no-repeat;
}


/*パララックス背景エリア privacypolicyページ*/
.parallax.bg-privacypolicy-1 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center center !important;
    background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_1.jpg?0529");
		background-repeat: no-repeat;
}

/*パララックス背景エリア contactページ*/
.parallax.bg-contact-1 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center center !important;
    background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_1.jpg?0529");
		background-repeat: no-repeat;
}

/*パララックス背景エリア galleryページ*/
.parallax.bg-gallery-1 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center center !important;
    background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_1.jpg?0529");
		background-repeat: no-repeat;
}

/*パララックス背景エリア galleryページ*/
.parallax.bg-404-1 {
		will-change: transform;
		text-align: left !important;
		background-size: cover !important;
		background-position: center center !important;
    background: url("https://aireeds.com/wordpress/wp-content/themes/aireeds/image/bg/front_bg_1.jpg?0529");
		background-repeat: no-repeat;
}