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

/*
Theme Name: fukasawa-child
Version: 2.1.3
Template: fukasawa
*/

/* ------------------------------
   Base font override
------------------------------ */
body {
  font-family: 'M PLUS 1p', 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  background-image: url("img/common/bg-pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* スマホ：〜600px */
@media (max-width: 600px) {
  .background-fixed-mobile {
    background-image: url('img/common/bg-mobile.webp');
  }
}

/* タブレット縦：601px〜834px */
@media (min-width: 601px) and (max-width: 834px) {
  .background-fixed-mobile {
    background-image: url('img/common/bg-tablet.webp');
  }
}

/* 共通スタイル（位置・サイズなど） */
@media (max-width: 834px) {
  .background-fixed-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -10;
    pointer-events: none;
  }

  body {
    background: transparent !important;
  }
}


/* ------------------------------
   UI Elements (input, textarea etc.)
   Revert to system font stack
------------------------------ */

	/*slik 用追記*/	
	.carousel img {
		width: 100%;
		height: auto;
	}

	.sns-container {
		width: 160px;
		height: 50px;
		display: block ruby;
	}
	
	.sns-icon {
		margin-right: 5px;
		width: 30px; /* icon width */
		height: 30px; /* icon height */
		/* background-color: #000; */ /* background dammy */
	}

@media (max-width: 600px) {
  .sns-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; /* ←改行防止、必要ならwrapに */
    gap: 12px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
  }

  .sns-footicon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  .sns-footicon img {
    width: 100%;
    height: auto;
    display: block;
  }
}

input,
textarea,
select,
button {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

@media (max-width: 1000px) {
  .blog-logo img {
    max-height: 60px;
  }
}

@media (max-width: 1000px) {
  .sidebar {
    align-items: center;
    background: #000;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    margin: 0;
    padding: 15px 5%;
    position: relative;
    width: 100%;
  }
}

.widget-content {
  color: #000;
}

.main-menu::before, .widgets::before, .widget + .widget::before, .credits::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #FFF;
  margin: 35px 0;
}

.main-menu a:hover, .main-menu .current-menu-item > a, .main-menu .current_page_item > a {
  color: #FFF;
}

.main-menu a {
  color: #FFF;
}

.mobile-menu a {
  color: #FFF;
}

.widget-content {
  color: #FFF;
}

.sidebar::before {
  content: "";
  display: block;
  width: 280px;
  background: #000;
  background-image: url('assets/images/side-parts/side-pc-background.webp');
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  background-position: bottom;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .sidebar::before {
    opacity: 0;
    pointer-events: none;
  }
}


.post.single {
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 600px) {
  .post.single .post-title {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
	
	.post-content p, .post-content blockquote, .post-content address, .post-content dl, .post-content .wp-caption, .post-content pre {
	  line-height: 170%;
	  margin-bottom: 1.1em;
	  font-size: 0.9em;
	}
}



.posts .post-container > div {
  width: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  border-radius: 6px;
}

.post-inner {
  width: 840px;
  max-width: 85%;
  padding: 7.5% 0;
  margin: 0 auto;
}


/* 投稿タイトル */
.posts .post-title {
  font-size: 1.15em;
  line-height: 120%;
  font-weight: 600;
  color: #333;
  word-break: break-word;
  -ms-word-break: break-word;

}

.posts .post-title a {
  color: #FFF;
}

.archive-title {
  border-bottom: 1px solid #000;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 10px;
  color: #000;
}


/* 抜粋のpタグ */
.post-excerpt p {
  line-height: 145%;
  font-style: normal;
  color: #FFF;
  font-size: 0.9em;
}


.post-navigation {
  background: none;
  min-height: 2px;
}

img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img, img.alignnone, .alignnone img {
  border: 1px solid #EEE;
  box-sizing: border-box;
  display: block;
  padding: 5px;
  background: #FFF;
}

/*
レイアウト拡張　2025年〜分
*/


/*PCスマホ切り替え*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


/*
ディスコグラフィー
*/

        .disco-container {
            max-width: 780px;
            background: white;
            margin: 20px auto;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .disco-image-container {
            flex: 1 1 200px;
            max-width: 200px;
			text-align: center;
			margin: 0 auto;
        }
		.disco-image-container p {
			font-size: 0.8em;
		}
        .disco-image-container img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
        .disco-content {
            flex: 2 1 500px;
        }
        .disco-content ul {
            margin-left: 0!important;
        }
        .disco-title {
            background: black;
            color: white;
            padding: 10px;
            font-size: 20px;
            font-weight: bold;
        }
        .disco-description {
            margin: 15px 0;
            font-size: 14px;
            line-height: 1.6;
        }
        .disco-tracklist {
            list-style: none;
            padding: 0;
        }
        .disco-tracklist li {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
            padding: 5px 0;
        }
        .stores {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 10px;
            margin-top: 20px;
        }
        .store {
            background: #ccc;
            padding: 8px;
            text-align: center;
            border-radius: 5px;
            cursor: pointer;
        }
        .store a {
            font-size: 0.8em;
			text-decoration: none!important;
        }
        .store:hover {
            background: #aaa;
			text-decoration: none!important;
        }


/*
ディスコグラフィー
*/

        .disco-container {
            max-width: 100%;
            background: white;
            margin: 0;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .disco-image-container {
            flex: 1 1 200px;
            max-width: 200px;
			text-align: center;
			margin: 0 auto;
        }
		.disco-image-container p {
			font-size: 0.8em;
		}
        .disco-image-container img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
        .disco-content {
            flex: 2 1 500px;
        }
        .disco-content ul {
            margin-left: 0!important;
        }
        .disco-title {
            background: black;
            color: white;
            padding: 10px;
            font-size: 20px;
            font-weight: bold;
        }
        .disco-description {
            margin: 15px 0;
            font-size: 14px;
            line-height: 1.6;
        }
        .disco-tracklist {
            list-style: none;
            padding: 0;
        }
        .disco-tracklist li {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
            padding: 5px 0;
        }
        .stores {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 10px;
            margin-top: 20px;
        }
        .store {
            background: #000;
            padding: 8px;
            text-align: center;
            border-radius: 5px;
            cursor: pointer;
        }
        .store a {
            font-size: 0.8em;
			text-decoration: none!important;
			font-weight: bold;
        }
        .store:hover {
            background: #aaa;
			text-decoration: none!important;
        }


	.mobile-sidebar-widgets {
	  display: none;
	}
	@media screen and (max-width: 768px) {
		.mobile-sidebar-widgets {
			display: block;
			padding: 50px 30px 300px 30px;
			background-color: #000000;
			background-image: url(assets/images/side-parts/side-pc-background.webp);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: bottom;
			font-size: 0.95em;
		}
	  .mobile-sidebar-widgets h2 {
		color: #FFF;
		font-size: 1em;
		margin-top: 1.5em;
		margin-bottom: 0.5em;
	  }
	  .mobile-sidebar-widgets ul {
		color: #FFF;
		list-style: none;
		padding-left: 0;
		margin-left: 0;
	  }
	  .mobile-sidebar-widgets li {
	    line-height: 1.6;
	  }
	  .widget_archive li a, .widget_categories li a, .widget_meta li a, .widget_nav_menu li a, .widget_pages li a {
	    color: #ffffff;
	  }
		
		.mobile-sidebar-widgets .copyright {
		  text-align: center;
		  font-size: 0.85em;
		  color: #FFF!important;
		  padding: 1em 0;
		  background-color: transparent; /* または#f8f8f8など */
		}
		
		.widget_archive li:before, .widget_categories li:before, .widget_meta li:before, .widget_nav_menu li:before {
			font: 16px / 1 'Genericons';
			width: 16px;
			height: 16px;
			display: inline-block;
			vertical-align: middle;
			color: #FFFFFF;
			margin-right: 8px;
			position: relative;
			top: -1px;
		}
		
	}


