@charset "UTF-8";
/* 全体 */
html {
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size:62.5%;
	line-height:1.65;
	color:#333
    
   }
   .grid-container2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3つの列を均等に配置 */
    
  }
  .grid-container2-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3つの列を均等に配置 */
    text-align: center;
  }
  .grid-container1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 3つの列を均等に配置 */
  }

  .grid-container1-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 3つの列を均等に配置 */
    text-align: center;
  }
  .grid-container1-sid {
    text-align: center;
  }

   body {
  margin:0px;
	font-size:1.4rem;
	font-weight:500;
	text-align:left;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%
   }
   h2 {
    display: block;
    font-size: 14px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
   a {
	color:#333;
	text-decoration:none
   }
   header{
    margin: auto;
    clear:both;
    top:0;
    left:0;
    right:0;
    height:200px;
    background-position:center center;
    background-repeat:repeat;
    background-size:cover;
    background-image:url(../img/header.webp)
   }
   /* 検索 */
   .search{
    padding: 10px;
  }
  input{
    font-size: 16px;
    transform: scale(1.0);
  }
  input.search{
    width: 80%;
  }
  button[type="submit"] {
    width: 12%;
    background-color: #757576;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
  }
    /* #bookmark */
    #bookmark .bookmarkBox {
      display: flex;
      flex-direction: column;
    }
   #bookmark {
    position:fixed;
    right:0;
    top:26%;
    width:50px;
    z-index:9990;
  }
  * html #bookmark {
     position:absolute;
  }
  #bookmark .bookmarkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bookmark .bookmarkBox div {
    background-color: #fff;
    text-align: center;
  }
  #bookmark a{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #bookmark i {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 25px;
    color: #333333;
  }
  #bookmark img {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
    width: 30px;
    height: 30px;
    filter: invert(7%) sepia(1%) saturate(2969%) hue-rotate(314deg) brightness(99%) contrast(70%);
  }
  #bookmark img.icon-video {
    width: 36px;
    height: 36px;
  }
  .banner{
    width: 100%;
  }
/* 効果 */
hr{
  border: none;
  border-bottom: 1px solid #DDDDDD;
  margin: 0;
}
/* 姉妹リンク */
.sister{
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
.sister img{
  margin: 10px;
  width: 340px;
  border-radius: 8px;
}

.center-span {
  display: flex;
  align-items: center;
  text-align: left;
}

.faicon {
  width: 16px;
  height: 16px;
  filter: invert(100%) sepia(3%) saturate(240%) hue-rotate(42deg) brightness(119%) contrast(100%);
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    header{
        width: 120rem;
       }
   }
.sitetitle{
    text-align: center;
    padding-top:90px;
    margin:0px;
     }
.sitetitle a{
  font-size: 32px;;
  font-weight: bold;
}
h1{
    font-size: 16px;
  }
   header p{
	text-align: center;
	margin:0px;
   }
   .info div {
    background-color: #f0f0f0;
    margin: 5px;
  }
  i{
    padding-right: 2px;
  }
  .enclose{
    margin: 10px;
    background-color: #f9f9f9;
    border: solid .1rem #ececec;
    padding:20px;
    font-size: 1.6rem;
    border-radius: 8px;
    box-shadow: none;
  }
  .enclose p{
    padding-bottom: 0;
  }
  .footer{
    width: 120rem;
    margin: 20px auto;
    text-align: right;
  }
  .footer p{
    margin-right: 3rem;
  }
  .footer a{
    margin-right: 3rem;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  /* 色 */
  .grayb{
		background-color: #F4F5F6;
  }
/* 効果 */
   .shadow{
	box-shadow: .2rem .2rem .6rem 0;
	}
  .text-shadow{
    text-shadow: 2px 3px 2px rgb(61 70 70);
  }
  .exlink {
    border-radius: 8px;
  }
  .exlink a:hover {
    text-decoration: underline;
  }
  .exlink p{
  margin: 0px;
    text-decoration-color: #EB4D4D;
   }
   .space a{
    margin-left: 10px;
    line-height: 25px;
   }
   .blog-links {
    list-style: none;
    margin: 4px 0 0;
    padding: 5px 0;
   }
   .blog-links h3 {
    display: block;
    height: auto;
    word-wrap: normal;
    margin: 0;
    font-size: inherit;
    font-weight: normal;
   }
   .blog-links h3 a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    line-height: 1.4;
    text-decoration: none;
   }
   .blog-links h3 a:hover {
    text-decoration: underline;
   }
   .blog-links h3 a img {
    flex-shrink: 0;
   }
   .blog-favicon {
    width: 31px;
    height: 31px;
    border-radius: 6px;
    object-fit: cover;
   }
   .breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    color: #666;
   }
   .breadcrumb ol li {
    display: flex;
    align-items: center;
   }
   .breadcrumb ol li a {
    color: #555;
    text-decoration: none;
   }
   .breadcrumb ol li a:hover {
    text-decoration: underline;
   }
   .italic{
    font-style: italic;
   }
   .bold {
    font-weight: bold;
   }
/* ブログタイトル */
	.blog-title {
		position: relative;
		font-weight: 700;
		text-align: center;
	  }
	.blog-title::before {
		position: absolute;
		top: 50%;
		z-index: 1;
		display: block;
		width: 100%;
		height: .1rem;
		content: "";
		background-color: #ddd;
	  }

	  .blog-title span {
		position: relative;
		z-index: 2;
		text-align: center;
		background-color: #fff;
		padding: 0 1rem;
		font-size: 2.4rem;
	  }
      .blog-link a{
        text-align: center;
      }

/* ブログ記事 */
	/* .article{

	} */
	.article-a {
		display: flex;
		align-items: center;
	}
	.article-title {
		width: 100%;
		max-width: 300px;
		min-width: 100px;
		line-height:1.65;
		font-weight: 700;
		color:#333;
	  }
	  .article-time {
		text-align: right;
		color: #333;
		font-size: 85%;
		font-weight: 600;
	}

    .btn-detail {
        margin-top:2rem;
        text-align:center;
        position: relative;
       }
       .btn-detail a {
        display:block;
        padding:1.2rem 4rem;
        margin:0 auto;
        font-size:1.2rem;
        font-weight:800;
        color:#fff;
        background-color:#3B5998;
        border-radius:.3rem;
        box-shadow:.3rem .3rem 0 #ccc;
        transition:all .3s
       }
       
       .btn_add {
        margin-top:2rem;
        text-align:center;
       }
       .btn_add button{
        padding:1.2rem 4rem;
        display:block;
        margin:0 auto;
        width: 98%;
        font-size:1.2rem;
        font-weight:800;
        color:#fff;
        border: none;
        background-color:#3B5998;
        border-radius:.3rem;
        box-shadow:.3rem .3rem 0 #ccc;
        transition:all .3s
       }


/* 2カラムサイトにする */
.wrapper {
    width: 120rem;
    padding:0;
    display: flex;
    margin: 0px auto;
    justify-content: center;
}

.main {
  padding: 0rem 1rem;
  margin: 0rem 1rem;
  width: 60%;
    margin-right: 10px;
}

.info{
    margin: 10px;
    padding: 20px;
    background: #0E272C;
    border-radius: 8px;
    box-shadow: none;
}
.side {
    width: 30%;
    position: sticky;
    top: 0;
    align-self: flex-start;
    max-height: 100vh;
    overflow: hidden;
}

.info p, ul {
    padding: 10px;
}

 .info h2{
    padding-left: 1rem;
    color: #E4E7E7;
 }
 
.share h2{
    text-align: center;
}
.white{
  color: #fff;
}
 .sns{
    display: table;
    table-layout: fixed;
    padding:0;
    margin-left: 10px;
    width: 94.5%;
    height: 100%;
  }
  .sns li{
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    height: 100%;
  }
  .sns li a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.sns li img{
  width: 45px;
  height: 45px;
  display: inline;
  filter: invert(100%) sepia(3%) saturate(240%) hue-rotate(42deg) brightness(119%) contrast(100%);
}
  .twitter{
    background-color: #1da1f2;
  }
  .line{
    background-color: #06C755;
}
  .facebook{
    background-color: #3B5998;
  }
  .rss{
    background-color: #ee802f;
  }

/* 2カラムコンテンツにする */
.archive {
    text-align: left;
    justify-content: space-around;
}

.archive div {
    flex: 1;
    width: auto;
    height:100%;
    background-color: #fff;
}

.archive picture{
  width: 350px;
  height:100%;
  max-height: 115px;
  object-fit: cover;
}

.archive img {
    display: block;
    width: 100%;
    /* min-width: 350px; */
    height: 100%;
    max-height: 115px;
    object-fit: cover;
}

.btn-detail img {
  position: absolute;
  width: 16px;
  min-width: 16px;
  height: 16px;
  max-height: 16px;
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(317deg) brightness(109%) contrast(105%);
  display: inline-block;
}

#add img {
  position: absolute;
  width: 16px;
  min-width: 16px;
  height: 16px;
  max-height: 16px;
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(317deg) brightness(109%) contrast(105%);
  display: inline-block;

}

/* 広告 */
/* 広告タイトル */
.org_title {
  position: relative;
  font-weight: 700;
  text-align: center;
  font-style:italic;
  }
.org_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: .1rem;
  content: "";
  background-color: #ddd;
  }

  .org_title span {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #fff;
  padding: 0 1rem;
  font-size: 2.4rem;
  }
/* 広告内容 */
.org_archive {
  text-align: left;
  justify-content: space-around;
}
.org_archive div {
  flex: 1;
  width: auto;
  height:100%;
  background-color: #fff;
  margin: 1rem;
}

.org_archive picture{
width: 350px;
height:100%;
max-height: 115px;
object-fit: cover;
}

.org_archive img {
  display: block;
  width: 100%;
  /* min-width: 350px; */
  height: 100%;
  max-height: 115px;
  object-fit: cover;
}
.org_article-a {
  align-items: center;
}

/* スマフォ表示 */
@media screen and (max-width: 769px) {
  .sitetitle{
    text-align: right;
    padding: 115px 20px 0px 0px;
    margin:0px;
     }
    .catchcopy{
      text-align: right;
      padding-right:20px;
      margin:0px;  
    }
    header{
       height: 200px;
       flex-direction: column;
       width: 100%;
    }
    .wrapper {
        flex-direction: column;
        width: 100%;
    }
    .main{
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .side{
        box-sizing: border-box;
        width: auto;
        padding-right: 0px;
        padding-left: 0px;
        margin:1rem;
        position: static;
        max-height: none;
        overflow: visible;
    }
    .info div {
    background-color: #f0f0f0;
}
input.search{
  width: 80%;
}
button[type="submit"] {
  width: 12%;
}
 .sns{
    display: table;
    table-layout: fixed;
    padding:0;
    width: 96.1%;
    height: 100%;
  }
li i{
    font-size: 80px;
  }
  .blog-title {
    margin: 2rem 0 2rem 0;
  }
  .org_title {
    margin: 0;
  }
.archive div {
    width: auto;
    margin: 0px auto;
}
.archive picture{
    width: 100%;
    max-width: 300px;
    min-width: 80px;
  height:100px;
  max-height: 162px;
  min-height: 139px;
  object-fit: cover;
}
.archive img {
    display: block;
    width: 100%;
    /* max-width: 300px; */
    /* min-width: 80px; */
    height: 100%;
    max-height: 162px;
    /* min-height: 115px; */
    object-fit: cover;
}

.archive div {
    flex: 1;
    width: auto;
    height:100%;
    background-color: #fff;
}
.article-title {
		width: 100%;
		max-width: 300px;
		min-width: 150px;
    font-size: 14px;
		color:#333;
	  }
  .enclose{
    margin: 1rem;
    font-size: 1.7rem;
}
/* #bookmark */
#bookmark {
	width:100.4%;
	overflow:hidden;
	margin:0 -1px;
	top:auto;
	right:auto;
	left:0;
	bottom:0;
}
#bookmark .bookmarkBox {
      height: 4.8rem;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      background-color: #fff;
    }
#bookmark .bookmarkBox div.wid25 {
      width: 25%;
    }
#bookmark .bookmarkBox div, #bookmark .bookmarkBox div:last-child {
      border-bottom: none;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      border-left: #fff 1px solid;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      height: 100%;
      position:relative;
    }

#bookmark img {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  width: 28px;
  height: 28px;
  filter: invert(7%) sepia(1%) saturate(2969%) hue-rotate(314deg) brightness(99%) contrast(70%);
}
#bookmark img.icon-video {
  width: 32px;
  height: 32px;
}

.btn-detail img {
  position: absolute;
  width: 16px;
  min-width: 16px;
  height: 16px;
  max-height: 16px;
  min-height: 16px;
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(317deg) brightness(109%) contrast(105%);
  display: inline-block;
}

.spon {
  display: block;
}

.footer{
    flex-direction: column;
    width: 100%;
}

}

/* 広告 */

.dlbanner{
  text-align: center;
}

/* スポットライト記事 */
.spotlight-article {
    margin: 1rem 0;
    background-color: #fff;
}

.spotlight-article a {
    display: block;
}

.spotlight-article picture {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.spotlight-article img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    display: block;
}

.spotlight-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.8rem;
    gap: 0.5rem;
}

.spotlight-meta .article-title {
    flex: 1;
    min-width: 0;
}

.spotlight-meta .article-time {
    flex-shrink: 0;
    white-space: nowrap;
}

/* X-post スタイル記事カード */
.article {
    overflow: hidden;
    background-color: #fff;
    height: auto;
    flex: none;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.article-a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 6px 16px 4px 16px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}
.post-title-link {
    padding-bottom: 0;
}
.post-thumb-link {
    padding-top: 0;
}
/* .archive div の margin/height/background を子要素にリセット */
.article .post-title,
.article .post-thumb {
    margin: 0;
    height: auto;
    background-color: transparent;
    flex: none;
    width: auto;
}
.article .post-footer,
.article .post-footer-left,
.article .post-footer-right {
    height: auto;
    margin: 0;
}
.post-header {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 16px 16px .5rem;
    text-decoration: none;
}
.post-favicon {
    width: 31px !important;
    height: 31px !important;
    border-radius: 6px;
    flex-shrink: 0;
    object-fit: cover;
    display: inline-block;
}
.post-blogname {
    font-size: 1.3rem;
    font-weight: 700;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
}
.post-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .3rem;
    margin: .6rem 16px;
}
.post-category-item {
    font-size: 15px;
    color: #d54f8a;
    cursor: pointer;
}
.post-category-item:hover {
    text-decoration: underline;
}
.post-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
}
.post-thumb picture {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
}
.post-thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
}
.post-date {
    font-size: 14px;
    color: #333;
}
.post-footer {
    display: flex;
    padding: 0 8px 8px;
}
.post-footer-left,
.post-footer-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
    cursor: pointer;
}
.post-footer-left {
    border-right: 1px solid #DDDDDD;
}

.post-footer .faicon {
    width: 30px;
    height: 30px;
    filter: none;
    transition: filter 0.2s ease, transform 0.2s ease;
}
.post-footer-right.liked .faicon {
    filter: invert(57%) sepia(78%) saturate(500%) hue-rotate(295deg) brightness(105%) contrast(100%);
    transform: scale(1.3);
}
/* シェアポップオーバー */
#share-popover {
    position: fixed;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    z-index: 9999;
    overflow: hidden;
    min-width: 160px;
}
.share-popover-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-family: inherit;
}
.share-popover-item:last-child {
    border-bottom: none;
}
.share-popover-item:hover {
    background: #f5f5f5;
}
.share-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: none;
}
.share-icon-line {
    filter: invert(57%) sepia(94%) saturate(400%) hue-rotate(103deg) brightness(95%) contrast(92%);
}
/* コピー完了トースト */
#share-toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}
#share-toast.show {
    opacity: 1;
}
@media screen and (max-width: 769px) {
    .article {
        margin: 0;
    }
    .post-category {
        padding: 6px 16px 6px 16px;
    }
    .post-footer {
        padding: 0 8px 8px;
    }
    .post-footer-left,
    .post-footer-right {
        padding: 4px 0;
    }
    .post-footer .faicon {
    width: 23px;
    height: 23px;
    filter: none;
    transition: filter 0.2s ease, transform 0.2s ease;
}
    .post-thumb {
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .post-thumb picture {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        height: 100% !important;
        max-height: none !important;
        min-height: 0 !important;
    }
    .post-thumb img {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        min-height: 0 !important;
        object-fit: cover;
    }
}
