/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2024 | 14:36:43 */
/****** グロナビ設定 ******/
.alt-nav li:nth-of-type(1) a {
    margin-top: -5px;
    padding-bottom: 5px;
}
.alt-nav li:nth-of-type(1)::after {
    transform: scale(1, 1);
}
/****** ニュース設定 ******/
.news-banner {
	  display: flex;
    align-items: center;
    height: 40px;
    width: 100vw;
    background-color: #FFF8D3;
    overflow: hidden;
    margin: -50px calc(50% - 50vw) 50px;
    border-bottom: solid 1px;
  }
.news-banner-text {
    display: flex;
    animation: news-banner 20s infinite linear 1s both;
    list-style: none;
    margin: 0;
    padding: 0;
	 font-size: 13px;
  }
.news-banner-text:has(> :nth-of-type(4)) {
    animation: news-banner 28s infinite linear 1s both;
}
.news-banner-text:has(> :nth-of-type(5)) {
    animation: news-banner 36s infinite linear 1s both;
}
.news-banner-text > li {
    width: max-content;
	 margin: 0 100px;
	 line-height: 40px;
  }
@keyframes news-banner {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
/****** 横長画像をサムネに設定した際にデフォルト画像の比率になってしまう仕様を無効化 ******/
.post-preview.fallback-image .preview-image img {
    display: block;
}
.post-preview.fallback-image .preview-image:before {
    display: none;
}
/* TOPサムネのマウスオーバー */
.preview-image:after {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	 background: -moz-linear-gradient(135deg, rgba(255, 248, 211,1) 10%, rgba(255, 248, 211, 0.1)), url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.02' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cfilter id='grayscaleFilter'%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter) url(%23grayscaleFilter)' fill='%23000'/%3E%3C/svg%3E");
    background: -webkit-linear-gradient(315deg, rgba(255, 248, 211,1) 10%, rgba(255, 248, 211, 0.1)), url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.02' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cfilter id='grayscaleFilter'%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter) url(%23grayscaleFilter)' fill='%23000'/%3E%3C/svg%3E");
	background: linear-gradient(135deg, rgba(255, 248, 211,1) 10%, rgba(255, 248, 211, 0.1)), url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.02' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cfilter id='grayscaleFilter'%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter) url(%23grayscaleFilter)' fill='%23000'/%3E%3C/svg%3E");
}
/* 最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .preview-image:after {
	background: linear-gradient(135deg, rgba(255, 248, 211,1) 10%, rgba(255, 248, 211, 0.1)), url("");
}
/* 古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .preview-image:after {
		background: linear-gradient(135deg, rgba(255, 248, 211,1) 10%, rgba(255, 248, 211, 0.1)), url("");
	}
}
.post-preview header {
    left: 50px;
    top: 50px;
	  bottom: auto;
    right: auto;
}
.post-preview h2 {
    color: #000;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.5px;
    font-weight: 400;
}
@media screen and (max-width:767px) {
/****** ニュース設定 ******/
.news-banner {
    height: 30px;
    margin: -20px calc(50% - 50vw) 15px;
  }
.news-banner-text {
	 font-size: 11px;
}
.news-banner-text > li {
	 margin: 0 50px;
    line-height: 30px;
	}
.news-banner-text > li {
    margin: 0px 50px;
    padding-top: 1px;
    line-height: 29px;
}
/*.site-nav li:nth-of-type(1) a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #FFF8D3;
    position: absolute;
    top: calc(50% + -3px);
    left: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}*/
.posts {
    left: calc( 50% - 50vw + 15px );
    width: calc( 100vw - 30px );
	 margin: 0;
}
.post-preview {
    padding: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.post-preview header {
    left: 20px;
    top: 20px;
    bottom: auto;
    right: auto;
}
.post-preview h2 {
    font-size: 14px;
}
/* 1カラムレイアウト */
.post-preview {
    width: 100%;
}
}