.site {
  margin: 0;
  position: relative;
}
.site::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /*background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 21%, rgba(236,236,236,1) 48%, rgba(255,255,255,1) 51%, rgba(232,232,232,1) 62%, rgba(252,252,252,1) 100%);*/
  opacity: 0.4;
}

.nav-previous .meta-nav,
.nav-next .meta-nav {
  position: relative;
  line-height: 3em;
}
.nav-previous .meta-nav::after {
  content: "";
  position: relative;
  top: 7px;
  left: 3px;
  width: 28px;
  height: 26px;
  display: inline-block;
  background-image: url(/img/common/icon_yubi.svg);
  background-size: cover;
  transform: scale(-1, 1);
}
.nav-next .meta-nav::before {
  content: "";
  position: relative;
  top: 7px;
  right: 3px;
  width: 28px;
  height: 26px;
  display: inline-block;
  background-image: url(/img/common/icon_yubi.svg);
  background-size: cover;
}

.comment-form .comment-form-cookies-consent label {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
}
#wrapper.windows .comment-form .comment-form-cookies-consent label {
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif!important;
  font-weight: 400;
}
.akismet_comment_form_privacy_notice a {
  text-decoration: underline;
}

.liquid-speech-balloon-avatar {
  position: relative;
  width: 64px;
  height: 64px;
  line-height: 1;
  flex-shrink: 0;
  background-image: url(../images/avatar.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  border-radius: 50%;
}
.liquid-speech-balloon-avatar {
  animation: animScale 4s infinite ease-out;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

/* キーフレームの定義 */
@keyframes animScale {
  0% {
      transform: scale(0.8, 0.8);
  }
  5% {
      transform: scale(1.1, 1.1);
  }
  10% {
      transform: scale(1, 1);
  }
  15% {
      transform: scale(1.1, 1.1);
  }
  20% {
      transform: scale(1, 1);
  }
  100% {
      transform: scale(1, 1);
  }
}
/*----------------------------------------------------
  space_radio
--------------------------------------------------- */
.radio-box {
  position: relative;
  background-color: #181818;
  overflow: hidden;
  border-radius: 10px;
}
.radio_3d {
  width: 10vmin;
  height: 10vmin;
  position: absolute;
  top: 1%;
  right: 1%;
}
.radio_3d {
  transform: perspective(600px) rotateX(20deg);
  border-radius: 6px;
  background: #181818;
  background-size: 16px 16px;
  background-position: -1px -1px;
  background-image: linear-gradient(
      90deg,
      rgba(33, 96, 59, 0.4) 1px,
      transparent 0
    ),
    linear-gradient(180deg, rgba(33, 96, 59, 0.4) 1px, transparent 0);
  border: 1px solid #1d321d;
  animation-duration: 5s;
  /* アニメーションにかかる時間を指定 */
  animation-timing-function: linear;
  /* アニメーションの進行の度合いを指定。linearで開始から終了までを一定に変化(滑らかなアニメーションになる)するよう指定 */
  animation-direction: normal;
  /* アニメーションの再生方向を指定。normalでアニメーションが同じ方向に繰り返す */
  animation-iteration-count: infinite;
  /* アニメーションの繰り返し回数をinfiniteで無限に指定 */
  animation-name: Background1
}
.radio_txt {
  font-size: 21px;
  color: #79b400;
  padding: 40px 40px 20px;
  margin: 0;
  z-index: 1;
  position: relative;
}
.radio_txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 2px;
  background: #79b400;
}
.radio_txt2 {
  font-size: 14px;
  color: #79b400;
  padding: 5px 40px 40px;
  margin: 0;
  z-index: 1;
  position: relative;
}
.radio_txt2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 2px;
  background: #79b400;
}
.space_radio {
  display: flex;
  flex-wrap:wrap;
  padding: 20px 40px 0 40px;
  margin: 0;
  box-shadow: 3px 3px 1px 0px rgb(0 0 0 / 20%) inset;
}
.space_radio li {
  margin:0 20px 15px 0;
  width:calc(33.3333333% - 40px / 3);
  z-index: 1;
}
.space_radio li:nth-child(3n){
  margin-right:0;
}
.space_radio li img {
  width: 100%;
  border: 1px solid #79b400;
  opacity: 1;
  transition: opacity .3s;
}
.space_radio li a .loadimg {
  opacity: 1;
  transition: opacity .3s;
}
.space_radio li a:hover img,
.space_radio li a:hover .loadimg {
  opacity: 0.6;
}
.space_radio li p {
  font-size: 14px;
  margin: 8px 10px 0 0;
  color: #79b400;
}
/* .space_radio:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background: repeating-linear-gradient(0deg, #111 0px, #111 1px, transparent 2px, transparent 5px);
  background: -webkit-linear-gradient(0deg, #111 0px, #111 1px, transparent 2px, transparent 5px);
  background-size: 100% 5px;
  -webkit-animation: lines 2s ease-out infinite;
          animation: lines 2s ease-out infinite;
  opacity: 0.2;
  mix-blend-mode: color-burn;
  pointer-events: none;
} */
.load_radio {
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif!important;
}
.load_radio .loadimg {
  position: relative;
  display: block;
  background-color: #10291b;
  aspect-ratio: 7 / 4;
  border: 1px solid #79b400;
}
.load_radio a {
  display: block;
  height: 100%;
}

.load_radio .text, .load_radio .text > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load_radio .text > * {
  font-size: 20px;
  -webkit-animation: giggle 1s ease infinite;
          animation: giggle 1s ease infinite;
  mix-blend-mode: difference;
}
.load_radio .text .r {
  color: #f00;
  left: -0.5px;
}
.load_radio .text .g {
  color: #0f0;
  -webkit-animation-delay: -0.67s;
          animation-delay: -0.67s;
}
.load_radio .text .b {
  color: #00f;
  -webkit-animation-delay: -0.33s;
          animation-delay: -0.33s;
  left: 0.5px;
}
.wave_box {
  position: relative;
  top: 6px;
  width: 32px;
  display: inline-block;
  height: 24px;
}
.radio_txt2 .wave {
  animation: moveTheWave 2400ms linear infinite;
  stroke-dasharray: 0 16 101 16;
}

.radio_txt .page {
  flex-basis: 400px;
  position: relative;
  height: auto;
  display: inline-block;
}
.radio_txt .page ol:not(.ol-4) {
  list-style: none;
  padding: 0;
  margin: auto;
  position: relative;
}

.radio_txt .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 3px;
  float: left;
}

.circle-bordered {
  box-shadow: 0 0 0 1px white;
  width: 10px;
  height: 10px;
  position: relative;
}
.circle-bordered:after {
  content: "";
  left: 10px;
  top: 10px;
  border-radius: 50%;
  position: absolute;
}

.circle-mid-opacity {
  background-color: rgba(6, 97, 21, 0.5);
}

.circle-indicator, .circle-indicator-one {
  background-color: #79b400;
  position: absolute;
}

.circle-indicator-one {
  -webkit-animation: one 2s infinite alternate linear;
          animation: one 2s infinite alternate linear;
}

@keyframes one {
  from {
    left: 0;
  }
  20% {
    left: 0;
    width: 10px;
  }
  30% {
    width: 15px;
    left: 13px;
  }
  40% {
    width: 10px;
    left: 16px;
  }
  60% {
    width: 10px;
    left: 16px;
  }
  70% {
    width: 15px;
    left: 25px;
  }
  80% {
    width: 10px;
    left: 30px;
  }
  to {
    width: 10px;
    left: 30px;
  }
}
@keyframes moveTheWave {
  0% {
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    stroke-dashoffset: -133;
    transform: translate3d(-90px, 0, 0);
  }
}

@-webkit-keyframes giggle {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(-2px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(2px);
  }
}

@keyframes giggle {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(-2px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(2px);
  }
}
@-webkit-keyframes lines {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 25px;
  }
}
@keyframes lines {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 25px;
  }
}
@keyframes Background1 {
  0% {
    border-width: 20px;
    transform: rotate3d(1,1,1,0deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
  12.5% {
    border-width: 15px;
    transform: rotate3d(1,1,1,90deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
  25% {
    border-width: 10px;
    transform: rotate3d(1,1,1,180deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
  37.5% {
    border-width: 10px;
    transform: rotate3d(1,1,1,270deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
  50% {
    border-width: 5px;
    transform: rotate3d(1,1,1,360deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
  62.5% {
    border-width: 10px;
    transform: rotate3d(1,1,1,450deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
  75% {
    border-width: 10px;
    transform: rotate3d(1,1,1,540deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
  87.5% {
    border-width: 15px;
    transform: rotate3d(1,1,1,630deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
  100% {
    border-width: 20px;
    transform: rotate3d(1,1,1,720deg);
    /* rotate3dでXYZ軸(立体)の回転角度を指定 */
  }
}
@media only screen and (max-width: 750px) {
  .radio-box {
    border-radius: 10px;
  }
  .radio_3d {
    width: 20vmin;
    height: 20vmin;
    position: absolute;
    top: 1%;
    right: 1%;
  }
  .radio_txt {
    font-size: 16px;
    padding: 30px 20px 15px;
  }
  .radio_txt2 {
    padding: 10px 20px 30px;
  }
  .radio_txt::before,
  .radio_txt2::before {
    left: 20px;
    width: calc(100% - 40px);
  }
  .space_radio {
    padding: 20px 20px 0 20px;
    margin: 0;
  }
  .space_radio li {
    margin:0 15px 15px 0;
    width: calc(50% - 15px / 2);
  }
  .space_radio li:nth-child(even){
    margin-right:0;
  }
  .space_radio li:nth-child(3n){
    margin-right:auto;
  }
  .space_radio li a:hover img {
    opacity: 1;
  }
  .space_radio li p {
    font-size: 14px;
    margin: 6px 0 0 0;
    color: #79b400;
  }
  .load_radio .text > * {
    font-size: 13px;
  }
  .wave_box {
    position: relative;
    top: 3px;
    width: 18px;
    display: inline-block;
    height: 15px;
  }
}
/*----------------------------------------------------
  nikoniko
--------------------------------------------------- */
.nicovideo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.75em;
}
.nicovideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------
  shiny
--------------------------------------------------- */
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}
.shiny-btn {
  position: relative;
  overflow: hidden;
}
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shiny-btn:hover {
  animation-duration: 3ms;
}
/*----------------------------------------------------
  tag side
--------------------------------------------------- */
.wp-block-tag-cloud {
  margin-bottom: 1.6153846154em;
}
.wp-block-tag-cloud a {
  position: relative;
  display: inline-block;
  margin: 0 0.6em 0.6em 0;
  padding: 0.6em 0.6em 0.6em 1.4em;
  line-height: 1;
  color: #000;
  text-decoration: none;
  background-color: #d4d4d4;
  font-size: 12px !important;
  opacity: 1;
  transition: opacity .3s;
}
.wp-block-tag-cloud a:after {
  position: absolute;
  top: 50%;
  left: 3px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%) translateX(0%);
}
.wp-block-tag-cloud a span{
  display: none;
}
.wp-block-tag-cloud a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------
  mybox
--------------------------------------------------- */

.mybox {
  /*border-top: 1px solid #bababa;*/
}
.mybox .avatar {
  text-align: center;
  margin: 0 auto 5px;
}
.mybox .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.mybox .nickname {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #333;
  text-align: center;
}
.description {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
  margin: 0 20px;
}
.description a {
  text-decoration: underline;
}
.description a:hover {
  text-decoration: none;
}
.mybox .profile-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 20px 0 12px;
  position: relative;
  z-index: 1;
}
.mybox .profile-sns a {
  opacity: 1;
  transition: opacity .3s;
}
.mybox .profile-sns a:hover {
  opacity: .5;
}
.mybox li {
  margin:0 20px;
  width: 20px;
}
.mybox .link {
  text-align: center;
  padding: 0 0 0;
  margin: 0 0 25px;
}
.mybox .link a {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: bold;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #333 0%,#000 100%);
  color: #ffffff;
  padding: 10px 25px 8px;
  display: inline-block;
  border-radius: 20px;
  opacity: 1;
  transition: .3s;
}
.mybox .link a:hover {
  opacity: .7;
}

/*----------------------------------------------------
  cookie
--------------------------------------------------- */
.cookie {
  background-color: #000000;
  position: fixed;
  right: 17px;
  bottom: 17px;
  padding-top: 21px;
  padding-bottom: 17px;
  padding-left: 24px;
  padding-right: 28px;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  z-index: 5;
  border-radius: 9px;
  opacity: opacity 0.3s ease;
}
.cookie .text-box {
  width: 280px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  color: #fff;
}
.cookie .btn {
  cursor: pointer;
}
.cookie .btn .text {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  border-radius: 6px;
  border: 1px solid #fff;
}
.cookie .btn:hover .text {
  background-color: #fff;
  color: #000;
}
.cookie.is-agreement {
  opacity: 0;
  pointer-events: none;
}
.cookie a{
  color: #fff;
}
.cookie a:hover{
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
.cookie {
	background-color: #000000;
	position: fixed;
	bottom: 6px;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	width: calc(100% - 12px);
	padding: 17px 16px 16px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	gap: 11px;
	z-index: 5;
	border-radius: 9px;
	opacity: opacity 0.3s ease;
}
.cookie .text-box {
	width: calc(100% - 92px);
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #fff;
}
.cookie .btn {
	cursor: pointer;
	width: 81px;
}
.cookie .btn .text {
	width: auto;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #fff;
}
.cookie.is-agreement {
	opacity: 0;
	pointer-events: none;
}
}
/*----------------------------------------------------
  eyes
--------------------------------------------------- */
.eyes {
  padding: 15px 0;
  margin: 15px 0;
  text-align: center;
}
.eyes .eyecon {
  width: 54px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.eyes .eyecon .eye_off {
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateY(0%) translateX(-50%);
}
.eyes .eyecon .eye_on {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateY(0%) translateX(-50%);
}

/*----------------------------------------------------
  banner
--------------------------------------------------- */
.banner {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 0;
  padding: 0;
  color: #ffffff;
  border-radius: 0;
  background-color: #00b1e8;
}

.sidetop {
  margin: 0 0 25px !important;
  padding: 0;
}

.sidebar .banner {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 0px;
  padding: 0;
  color: #ffffff;
  border-radius: 0;
  background-color: #00b1e8;
}
.sidebar .mybox .link {
  text-align: center;
  padding: 0 0 0px;
}

.banner .banner_link {
  display: block;
  opacity: 1;
  transition: opacity .3s;
}
.banner .banner_link:hover {
  opacity: 1;
}
.banner .banner_link img{
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity .3s;
}
.banner .banner_link:hover img {
  opacity: 0.6;
}
.banner:before, .banner:after, .banner *, .banner *:before, .banner *:after {
  box-sizing: border-box;
  transition: all 600ms ease;
}
.c4-border-ccc-2:before,
.c4-border-ccc-2 figcaption:after {
  transform-origin: 100% 100%;
}
.c4-border-ccc-2:after, .c4-border-ccc-2 figcaption:before {
  transform-origin: 0 0;
}
.c4-border-ccc-2 figcaption:after {
  right: 15px;
}
.c4-border-ccc-2 figcaption:before, .c4-border-ccc-2 figcaption:after {
  z-index: -1;
  width: 2px;
  top: 15px;
  bottom: 15px;
  transform: scaleY(0);
}
.c4-border-ccc-2:before, .c4-border-ccc-2:after,
.c4-border-ccc-2 figcaption:before,
.c4-border-ccc-2 figcaption:after {
  background-color: #ffffff;
  position: absolute;
  content: '';
}
.c4-border-ccc-2:before, .c4-border-ccc-2:after {
  z-index: 1;
  height: 2px;
  left: 15px;
  right: 15px;
  transform: scaleX(0);
}
.c4-border-ccc-2:before {
  top: 15px;
}
.c4-border-ccc-2:after {
  bottom: 15px;
}
.c4-border-ccc-2 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1em;
  width: auto;
}
.c4-border-ccc-2 figcaption {
  z-index: 3;
}
.c4-border-ccc-2 figcaption:before {
  left: 15px;
}
.c4-border-ccc-2 figcaption:after {
  right: 15px;
}
.c4-border-ccc-2:hover:before, .c4-border-ccc-2:hover:after,
.c4-border-ccc-2:hover figcaption:before,
.c4-border-ccc-2:hover figcaption:after {
  transform: scale(1);
}

/*----------------------------------------------------
  nonimg
--------------------------------------------------- */
.nonimg{
  position: relative;
  display: block;
}
.nonimg::before{
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "D14MI";
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  z-index: 1;
}
.l_body__aside .kiji.side .nonimg{
  position: relative;
  display: block;
}

.l_body__aside .kiji.side .non_gray {
  position: absolute;
  top: 0;
  left: -50px;
  width: 73%;
  opacity: 0;
  transition: opacity .5s;
}
.l_body__aside .kiji.side .non_gray svg {
  width: 100% !important;
  height: auto !important;
}
.l_body__aside .kiji.side a:hover .non_gray {
  opacity: 1;
}
.l_body__aside .kiji.side .nonimg::before{
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "D14MI";
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  opacity: 0.5;
}
.l_body__aside .kiji.sid .txt_box {
  float: none;
  width: auto;
  margin: 0 0 0 0;
  padding-top: 0;
}
.page-title span {
  display: inline;
}

/*----------------------------------------------------
  counts
--------------------------------------------------- */
.counts{
  margin: 30px 0 25px;
  text-align: center;
}

/*----------------------------------------------------
  #top
--------------------------------------------------- */
/* バナー本体 */
.news-banner {
  display: block;
  height: 30px;
  width: auto;
  overflow: hidden;
  margin: 30px 0 0;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fb7c00;
  box-shadow: 3px 3px 1px 0px rgb(0 0 0 / 20%) inset;

}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0;
  color: #333333;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.l_body__content {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 40px 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: rgb(245,242,240);
    background: linear-gradient(90deg, rgba(245,242,240,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(245,242,240,1) 100%);
}
@media only screen and (max-width: 750px) {
	.l_body__content {
    padding: 0 7.6923% 3.5em;
	}
}

.l_body__main {
    width: 70%;
    float: left;
    margin: 0 0 50px 0;
}
.l_body__aside {
    width: 25%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: unset;
    margin: 0 0 0 0;
}
.l-body__aside__mediaList__img {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
}
.l-body__aside__mediaList__img img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.l-body__aside__mediaList__text {
    width: calc( 100% - 0px);
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
}
.l-body__aside__mediaList__text a {
  opacity: 1;
  transition: opacity .3s;
}
.l-body__aside__mediaList__text a:hover {
  opacity: 0.5;
}


.wp_box {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.link {
  text-align: center;
  padding: 0 0 0;
  margin: 0 0 25px;
}
.link a {
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: bold;
  box-sizing: border-box;
  color: #000;
  padding: 12px 0 12px;
  display: block;
  border-radius: 0;
  border: 1px solid #dddddd;
  margin: 0 auto;
}
#chart01 {
  width: 100%;
  /*min-height: 350px;*/
  margin: 10px auto 0;
  position: relative;
}
.column {
  overflow: auto;
}
#chart01 .set01 {
  position: relative;
  width: 37%;
  height: auto;
  padding: 0 0;
  float: left;
  margin: 0;
}
#chart01 .catchcopy{
  font-size: 29px;
  line-height: 1.4;
  padding: 50px 0 0;
  margin: 0 0 30px 0;
}
#chart01 #info_text {
  position: relative;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  clear: unset;
  margin: 0 0 1.75em;
}
#wrapper.windows #chart01 #info_text {
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif!important;
  font-weight: 400;
}

#city-name-wrapper{
  display: flex;
  width: auto;
  overflow: hidden;
  margin: 0 0 0;
  padding: 2px 0 0;
  border: 0px solid #000;
  background-color: #fff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.city-mark{
  display: flex;
  justify-content: center; align-items: center;
  width: 35%;
}
.city-forecast{
  display: flex;
  justify-content: flex-start; align-items: center;
  width: 65%;
}

.city-forecast p{
  margin: 0 0 0 25px;
}
.city{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 0 12px;
}

.tenki-mark {
  height: 50px;
}

.weather-descr {
  margin: 0 0 0 25px;
}
.col-xs-12 {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #333333;
}
.temp {
  border-left: 1px solid #dddddd;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px !important;
}

@media screen and (min-width: 481px) and (max-width: 820px) {
  .city-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 8px 0;
    padding: 10px 0;
    width: 40%;
  }
  .city {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333333;
    margin: 0 0;
    width: 100%;
  }
  .tenki-mark {
    width: 100%;
  }
  .col-xs-12 {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #333333;
    width: 100%;
  }
  .city-forecast {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid #dddddd;
    text-align: center;
    margin: 8px 0;
    padding: 10px 0;
    width: 60%;
  }
  .temp {
    border-left: 0px solid #dddddd;
    padding: 0 0 0 0;
    margin: 0 0 0 25px !important;
  }
  .weather-descr {
    margin: 0 0 0 0;
  }
}

#look {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-left:0;
  padding-right:0;
  padding-bottom:0;
  margin:0 auto 0;
  background-color: #ffffff;
}
#look h1 {
  font-size: 18px;
  padding: 25px 0 20px 25px;
}
#look ul.instagram {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 25px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
ul.instagram li{
  float: left;
  width: 20%;
}
ul.instagram li a {
  display: inline-block;
}
ul.instagram li img{
  width: 100%;
}
/*body__main*/
.l_body__main .kiji {
  margin: 0;
  padding: 0;
}
.l_body__main .kiji li {
  width: 100%;
  min-height: 202px;
  padding: 20px 0 25px;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
}
.l_body__main .kiji li:first-child {
  border-top: 0px solid #999;
}
.l_body__main .kiji li .imgss{
  float: left;
  width:35%;
  margin: 10px 0 0 0;
  border: 10px solid #e8e7e7;
  box-shadow: 0px 1px #cccccc;
  background-color: #000;
  position: relative;
}
.l_body__main .kiji li .imgss::before{
  content: "";
  width: calc(100% + 20px);
  height: 35px;
  position: absolute;
  left: -10px;
  bottom: -46px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 98%, rgba(200,200,200,1) 104%);
  opacity: 0;
}
.l_body__main .kiji li .imgss a{
  display: block;
  overflow: hidden;
}
.l_body__main .kiji li .imgss a img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity .3s;
}
.l_body__main .kiji li .imgss a:hover img {
  opacity: 0.8;
}
.l_body__main .kiji li .imgss .non_gray {
  position: absolute;
  top: 0;
  left: -50px;
  width: 73%;
  opacity: 0;
  transition: opacity .5s;
}
.l_body__main .kiji li .imgss .non_gray svg {
  width: 100% !important;
  height: auto !important;
}
.l_body__main .kiji li .imgss a:hover .non_gray {
  opacity: 1;
}



.l_body__main .txt_box {
  float: right;
  width: 60%;
  margin: 0 0 0 0;
  padding-top: 0;
}
.l_body__main .kiji li .txts {
  margin: 0 0 0 20px;
}
.l_body__main .kiji li .txts a span {
  opacity: 1;
  transition: opacity .3s;
}
.l_body__main .kiji li .txts a:hover span  {
  opacity: 0.5;
}

.l_body__main .kiji li div.sub_txt {
  display: block;
  margin: 20px 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  min-height: auto;
  overflow: hidden;
  word-break: break-all;
}
.l_body__main .kiji li div.sub_txt p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  word-break : break-all;
  margin: 0;
  padding: 0;
  color: #4a4a4a;
}
#wrapper.windows .l_body__main .kiji li div.sub_txt p {
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif!important;
  font-weight: 400;
}
.l_body__main .kiji li div.sub_txt p strong {
  font-weight: normal;
}
.l_body__main .kiji li div.sub_txt ul {
  list-style: disc;
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}
.l_body__main .kiji li div.sub_txt ul li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.l_body__main .kiji li div.sub_txt br {
  display: none;
}
.l_body__main .kiji li div.sonota {
  font-size: 13px;
  margin: 25px 0 0 20px;
}
.l_body__main .kiji li div.sonota .tile-cat {
}
.l_body__main .kiji li div.sonota .tile-cat a.catego {
  display: inline-block;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #333 0%,#000 100%);
  color: #ffffff;
  padding: 1px 4px 1px;
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: opacity .1s;
}
.l_body__main .kiji li div.sonota .tile-cat a.catego:hover {
  opacity: 0.5;
}
.cat-links a {
  box-sizing: border-box;
  background: linear-gradient(to bottom, #333 0%,#000 100%);
  color: #ffffff;
  padding: 0px 4px 0px;
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.l-body__aside__mediaList__text .sonota a {
  box-sizing: border-box;
  background: linear-gradient(to bottom, #333 0%,#000 100%);
  color: #ffffff;
  padding: 1px 4px 0px;
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: opacity .1s;
}
.l-body__aside__mediaList__text .sonota a:hover {
  opacity: 0.5;
}

.l_body__main .kiji li .sonota .dates {
  margin: 0 0 0 8px;
  padding-left: 22px;
  position: relative;
}
.l_body__main .kiji li .sonota .dates::before {
	content: "";
	position: absolute;
  top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(https://astrowave.jp/img/common/icon_clock.svg) no-repeat;
	background-size: contain;
	display: block;
  transform: translateY(-50%) translateX(0%);
}
.sonota .new {
  font-weight: 600;
  color: red;
}
.l_body__main .kiji li h2{
  font-family: Montserrat, "Helvetica Neue","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 0 0;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 20px;
}
.l_body__main .kiji li h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  display: block;
  background: repeating-linear-gradient(45deg, #000000, #000000 14px, #FFD900 14px, #FFD900 28px);
}
.l_body__main .kiji li pre{
    display: none;
}
.l_body__main .kiji .size-full{
    display: none;
}
/*body__aside*/
.l_body__aside h3 {
  padding: 20px 0 10px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
	border-top: 1px solid #bababa;
  border-bottom: 0px solid #bababa;
  position: relative;
}
.l_body__aside h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: repeating-linear-gradient(45deg, #000000, #000000 14px, #FFD900 14px, #FFD900 28px);
}

.l_body__aside h3.side_ttl_guide::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 16px;
  height: auto;
}
.l_body__aside .kiji.side {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
.l_body__aside .kiji li {
  width: 100%;
  min-height: 100px;
  padding: 0 0 26px;
  overflow: hidden;
  position: relative;
}
.l_body__aside .kiji li .imgs {
  border: 8px solid #e8e7e7;
  box-shadow: 0px 1px #cccccc;
  background-color: #000;
  position: relative;
}
.l_body__aside .kiji li .imgs::before{
  content: "";
  width: calc(100% + 16px);
  height: 30px;
  position: absolute;
  left: -8px;
  bottom: -40px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 98%, rgba(208,208,208,1) 100%);
  opacity:0;
}
.l_body__aside .kiji li .imgs a img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity .3s;
}
.l_body__aside .kiji li .imgs a:hover img {
  opacity: 0.8;
}
.l_body__aside .kiji li .txts {
  float: left;
  margin-left: 20px;
}
.l_body__aside .kiji li div.sub_txt {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 0;
  width: 100%;
  min-height: unset;
  overflow: hidden;
  margin-top: 0;
}
.l_body__aside .kiji li div.sub_txt p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#wrapper.windows .l_body__aside .kiji li div.sub_txt p {
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif!important;
  font-weight: 400;
}
.l_body__aside .kiji li div.sonota {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}
.l_body__aside .kiji li div.sonota .dates {
  margin: 0 0 0 5px;
}
.l_body__aside .kiji li h2{
  font-family: Montserrat, "Helvetica Neue","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  float: left;
  font-size: 16px;
  line-height: 1.4;
  margin: 15px 0 0px 0;
  font-weight: 600;
}
.l_body__aside .kiji li h2 span {
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
  width: 100%;
  display: inline-block;
  height: auto;
  max-height: 88px;
}
.l_body__aside .kiji li h2 span:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
}
.l_body__aside .kiji li h2 span:before {
  position: absolute;
  content: "...";
  background: #fff;
  width: 1.2em;
  font-size: 14px;
  top: 66px;
  right: 0px;
  text-align: center;
}


.l_body__aside .kiji li p.day{
  font-size: 10px;
  font-weight: 400;
  margin: 5px 0 5px 0;
}
.l_body__aside .kiji li pre{
    display: none;
}
.l_body__aside .kiji .size-full{
    display: none;
}

#posts li {
  width: 100%;
  min-height: 202px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  position: relative;
}
#posts li .imgs{
  float: left;
  width:250px;
}
#posts li .txts {
  float: left;
  margin-left: 20px;
}
#posts li div.sub_txt {
  display: none;
}
#posts li div.sonota {
  position: absolute;
  bottom: 20px;
  left: 270px;
}
#posts li h2{
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
#posts li pre{
    display: none;
}
#posts .size-full{
    display: none;
}

#waia-detail .content .img_wrap_parallax {
    padding-top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90%;
    margin-top: 60px;
}
/*----------------------------------------------------
  #top
--------------------------------------------------- */
#top{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/*----------------------------------------------------
  #top bottom
--------------------------------------------------- */
#top .bottom{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background:#FFF;
}



/*----------------------------------------------------
  #top #chart
--------------------------------------------------- */
#top #chart{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-left:0;
  padding-right:0;
  padding-bottom:0;
  margin:0 auto;
}
.site {
	background: #f5f2f0;
}

#toPageTop {
  display: block;
}

.blink {
	animation: blink 5s infinite alternate;
}
@keyframes blink {
  0%,
  19.999%,
  22%,
  62.999%,
  64%,
  100% {
    opacity: 1.0;
  }

  20%,
  21.999%,
  63%,
  63.999% {
    opacity: 0.2;
  }
}

.glitch {
  animation: glitch 10s infinite alternate;
}
@keyframes glitch {
  0%,
  95%,
  100% {
    transform: translate(0);
    text-shadow: none;
  }

  96% {
    transform: translate(-5px, 5px);
    text-shadow: -2px 0 $primary-color;
  }

  97% {
    transform: translate(5px, -5px);
    text-shadow: 2px 0 $secondary-color;
  }

  98% {
    transform: translate(-3px, -5px);
    text-shadow: -2px 0 $primary-color, 2px 0 $secondary-color;
  }

  99% {
    transform: translate(3px, 5px);
    text-shadow: 2px 0 $primary-color, -2px 0 $secondary-color;
  }
}


/*----------------------------------------------------
  #top #look
--------------------------------------------------- */

@media only screen and (max-width: 750px) {
  .site::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 21%, rgba(236,236,236,1) 48%, rgba(255,255,255,1) 51%, rgba(232,232,232,1) 62%, rgba(252,252,252,1) 100%);
    opacity: 0;
  }
  .l_body__main {
    width: 100%;
    max-width: none;
    float: none;
    margin: 10px 0 0 0;
  }
  .l_body__aside {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: inherit;
    margin: 5% 0 5%;
    border-top: 1px solid #bababa;
    padding: 5% 0 0;
  }

  .page-title span {
		display: inline;
	}
  body.category-news .page-header, body.category-design .page-header {
    border-top: 0;
    padding-top: 0;
    background: url(https://sub.astrowave.jp/wp-content/themes/twentysixteen_child/img/news_ttl_bg.jpg) no-repeat;
    background-size: 150%;
    background-position: right bottom;
    padding: 51px 0;
    border-bottom: 1px solid #bababa;
  }
  body.category-guide .page-header {
    border-top: 0;
    padding-top: 0;
    background: url(https://sub.astrowave.jp/wp-content/themes/twentysixteen_child/img/other_ttl_bg.jpg) no-repeat;
    background-size: 180%;
    background-position: right bottom;
    padding: 51px 0;
    border-bottom: 1px solid #bababa;
  }
  /* body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0;
    background: url(https://sub.astrowave.jp/wp-content/themes/twentysixteen_child/img/other_ttl_bg.jpg) no-repeat;
    background-size: 180%;
    background-position: right bottom;
    padding: 8px 0 90px;
    border-bottom: 1px solid #bababa;
  } */

  /*----------------------------------------------------
  city
  --------------------------------------------------- */
  .city-mark{
    display: flex;
    justify-content: center; align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 8px 0;
    padding: 10px 0;
    width: 40%;
  }
  .city-forecast{
    display: flex;
    justify-content: center; align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid #dddddd;
    text-align: center;
    margin: 8px 0;
    padding: 10px 0;
    width: 60%;
  }
  .city-forecast p{
    margin: 0 0 0 0;
  }
  .city{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333333;
    margin: 0 0;
    width: 100%;
  }
  .tenki-mark {
    width: 100%;
  }
  .weather-descr {
    margin: 0 0 0 0;
    width: 100%;
  }
  .col-xs-12 {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #333333;
    width: 100%;
  }
  .temp {
    border-left: 0px solid #dddddd;
    padding: 0 0 0 0;
    margin: 0 0 0 0px !important;
  }

  /*----------------------------------------------------
  #top #chart
  --------------------------------------------------- */
  #top #chart{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    margin-bottom: 0;
    margin:0 auto 0 auto;
    background:#fff;
  }
  #chart01 .set01 {
    position: relative;
    width: 43%;
    height: auto;
    padding: 0 0;
    float: left;
    margin: 20px 0 0;
  }
  #top #chart .column{
    width:100%;
    margin:0 auto;
  }
  #top #chart .column h2{
    font-size:20px;
    line-height:1.6;
    text-align:center;
  }
  #chart01 .catchcopy{
    font-size: 30px;
    line-height: 1.6;
    padding: 40px 0 0;
    margin: 0 0 0 0;
  }
  #top #chart .column h2.mgtop {
    margin-top:13.3%;
  }
  #top #chart .column .line{
    border-top:#555 solid 3px;
    height: 1px;
    width:27px;
    margin:10.7% auto;
    padding:0;
  }
  #top #chart .column.colum_end{
    margin-bottom:24%;
  }
  #top #chart .column.colum_end h2{
    font-size:15px;
    line-height:1;
    text-align:center;
    padding:0 40px;
  }
  #top #chart .column .chart_info {
    text-align: center;
  }
  #top #chart .column .chart_info .name{
    font-size:31px;
    line-height:1;
    margin:11.9% 40px 0;
    display:block;
  }
  #top #chart .column.colum_end .chart_info .name{
    font-size:31px;
    line-height:1;
    margin-top:7.6%;
    display:block;
  }
  #top #chart .column .chart_info .txt{
    font-size:15px;
    line-height:18px;
    margin:7.4% 40px 0;
    display:block;
  }
  #top #chart .column.pos01 .image{
    width: 100%;
    float: none;
    text-align:center;
    margin-top:9.3%;
  }
  #top #chart .column.pos01 .image img{
    width: 92.5%;
    padding-left:7.5%;
  }
  #top #chart .column.pos02 .image{
    width: 100%;
    float: none;
    text-align:center;
    margin-top:30px;
  }
  #top #chart .column.pos02 .image img{
    width: 88%;
    padding:0 5% 0 7%;
  }
  #top #chart .column.pos03 .image_set{
    width: 100%;
    overflow:hidden;
    margin:0 auto;
  }
  #top #chart .column.pos03 .image_set .icon{
    width:100%;
    text-align:center;
    float:none;
  }
  #top #chart .column.pos03 .image_set .icon img{
    width:28%;
    padding:8% 23.7%;
  }
  #top #chart .column.pos03 .image_set .icon span{
    display:block;
  }
  #top #chart .column.pos03 .image_set .icon span.name{
    font-size:22px;
    line-height:22px;
    padding: 0 40px;
  }
  #top #chart .column.pos03 .image_set .icon span.txt{
    font-size:14px;
    line-height:19px;
    margin-top:10px;
    padding:0 40px;
  }
  #top #chart .column.colum_end .line{
    border-top:#555 solid 3px;
    height: 1px;
    width:27px;
    margin:22.66% auto 10.7%;
    padding:0;
  }
  /*----------------------------------------------------
    #top
  --------------------------------------------------- */
  .l_body__main .kiji li {
    padding: 40px 0;
  }
  .l_body__main .kiji li h2{
    font-family: Montserrat, "Helvetica Neue","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.385rem;
    font-weight: 600;
    margin: 0 0 0 0;
    line-height: 1.25;
    position: relative;
    padding: 6px 0 2px 20px;
  }
  .l_body__main .kiji li .imgss{
    float: none;
    width: calc(100% - 20px);
    margin: 0 auto;
    border: 10px solid #e8e7e7;
    box-shadow: 0px 1px #cccccc;
    background-color: #000;
  }
  .l_body__main .txt_box {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .l_body__main .kiji li .txts {
    margin: 0 0 0 0;
  }
  .l_body__main .kiji li div.sub_txt {
    margin: 20px 0 0 0;
    height: auto;
    word-break: break-all;
  }
  .l_body__main .kiji li div.sonota {
    margin: 20px 0 0 0;
  }
  .l_body__main .kiji li div.sonota .new {
    font-size: 12px;
    font-weight: 600;
    color: red;
  }
  .l_body__aside .kiji li p.day {
    font-size: 10px;
    font-weight: 500;
    margin: 5px 0 5px 0;
  }
  .l_body__aside .kiji li div.sub_txt {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 0;
    width: 100%;
    height: auto;
    max-height: unset;
    overflow: hidden;
    margin-top: 0;
  }
  .l_body__main .kiji li .imgss::before{
    content: "";
    width: calc(100% + 20px);
    height: 30px;
    position: absolute;
    left: -10px;
    bottom: -48px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 98%, rgba(194,194,196,1) 100%);
    opacity: 0;
  }

  #top .bottom{
    position: relative;
  }
  #top .bottom .bg img{
    width: 100%;
    height: auto;
  }

  #toPageTop {
    display: block;
  }
  .banner {
    display: inherit !important;
  }

}
