@charset "utf-8";
/* CSS Document */

#home section p {
	line-height:2;
}

/*mainvisual
***************************************/
#loadimg {
	clear: both;
	text-align: center;
}
#loading {
	display: none;
}
#loadimg img {
	width: 32px;
	padding: 20% 0;
}

#mainvisual {
	position:relative;
}

#mainvisual:after {
	content:"";
	display:block;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0));
	width:100%;
	height:150px;
	position:absolute;
	top:0;
}

#mainvisual .textbox {
	z-index: 1;
	
	/*中央*/
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-60%) translateX(-50%);
	-webkit- transform: translateY(-60%) translateX(-50%);
	margin: auto;
	display:inline-block;
	width:100%;
}

#mainvisual .textbox p {
	font-size:clamp(36px, 4.8vw, 60px);
	font-weight:600;
	letter-spacing:0.18em;
	color:#FFF;
	position:relative;
	line-height:1.6;
	text-align:center;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}








@media (max-width: 1600px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 980px) {
}

@media (max-width: 480px) {
}

#main #primary section#index01 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

#index01 .inner_left > ul {
  list-style: none;
  max-height:325px;
  overflow:auto;
  margin: 0;
  padding: 0;
}

#index01 .inner_left > ul > li {
	display: flex;
	align-items: center; /* ← 中央揃え */
	gap: 2.5rem;
	text-decoration: none;
	padding-top:3rem;
	padding-bottom:3rem;
	border-bottom:1px dotted #ddd;
}



#index01 .inner_left > ul > li:first-child a {
	padding-top:0;
}

/* 画像 */
#index01 .inner_left .img-box {
  flex-shrink: 0;
  width: 180px;
}

#index01 .inner_left .img-box img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  display: block;
}

/* テキスト */
#index01 .inner_left .text-box {
  display: flex;
  flex-direction: column;
}

/* =========================
   日付＋カテゴリー横並び
========================= */
#index01 .inner_left .text-box .post-info {
  display: flex;
  align-items: center;  /* 縦中央揃え */
  gap: 1rem;          /* 日付とカテゴリーの間隔 */
  margin-bottom: 1rem; /* タイトルとの間隔 */
}

#index01 .inner_left .text-box .post-info .date {
  white-space: nowrap;
  font-family: monospace; /* 等幅で揃える */
  color:#333;
  white-space: nowrap;
  font-family: monospace;
  font-family:Arial, Helvetica, sans-serif;
}

#index01 .inner_left .text-box .post-info .post-cate {
  display: flex;       /* 横並び */
  gap: 0.5rem;         /* li間の間隔 */
  margin: 0;
  padding: 0;
  list-style: none;
}

#index01 .inner_left .text-box .post-info .post-cate li {
	display: inline;     /* 横並びに見せる */
	color: #666;
	font-size:clamp(12px, 1vw, 13px);
}

#index01 .inner_left .text-box .post-info .post-cate li a {
	display:block;
	padding:0.5rem 1rem;
	background:#415c07;
	color:#FFF;
	border-radius:3px;
}

#index01 .inner_left .text-box h3 {
  margin: 0;
}

/* =========================
   レスポンシブ
========================= */
@media (max-width: 980px) {
  #index01 .inner_left .img-box {
    width: 140px;
  }

  #index01 .inner_left .img-box img {
    width: 140px;
    height: 94px;
  }
}

@media (max-width: 480px) {
  #index01 .inner_left .img-box {
    width: 120px;
  }

  #index01 .inner_left .img-box img {
    width: 120px;
    height: 80px;
  }

  #index01 .inner_left ul li {
    margin-bottom: 1.25rem;
  }
}



#index01 .inner_right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height:325px;
  overflow:auto;
}

#index01 .inner_right ul li {
  margin-bottom: 2.5rem;
}

#index01 .inner_right ul li a {
  display: block;
  text-decoration: none;
}

#index01 .inner_right .text-box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 2rem;
}

#index01 .inner_right .text-box .date {
  white-space: nowrap;
  font-family: monospace;
  font-family:Arial, Helvetica, sans-serif;
  text-align: right;
}

#index01 .inner_right .text-box h3 {
  margin: 0;
}

@media (max-width: 480px) {
  #index01 .inner_right .text-box {
    column-gap: 0.5rem;
  }
}












@media (max-width: 980px) {
#main #primary section#index01 {background:url(../../images/index/index01_bg_sp.jpg) no-repeat center center;}
#main #primary section#index02 {background:url(../../images/index/index02_bg_sp.jpg) no-repeat center center;}
#index04 .title_box02 {background:url(../../images/index/index04_title_bg_sp.jpg) no-repeat center; background-size:cover;}
#main #primary section#index05 {background:url(../../images/index/index05_bg_sp.png) no-repeat right center; background-size:cover;}
#main #primary section#index06 {background:url(../../images/index/insta_bg_sp.png) #415c07 no-repeat center center; background-size:cover;}
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
  }
}

@media (max-width: 1200px){
}

@media (max-width: 980px){
}

@media (max-width: 680px){
}

@media (max-width: 480px){
}
