@charset "utf-8";

html {
  scroll-padding-top: 50px; /* 固定ヘッダの高さ分 */
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

#header-menu ul {
  font-size: .75rem;
}

#header-menu i {
  padding-top: 5px;
  display: block;
  font-size: 1.625rem;
}

@media screen and (min-width: 768px) {
  #header-menu ul {
    font-size: .875rem;
  }
  #header-menu i {
    font-size: 1.875rem;
  }
}



.img-eye-catch {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 7px;
  width: 180px;
}

/* パンクズリストのレイアウト */
.breadcrumb {
  width: 100%;
  background: none;
}
.breadcrumb ul {
  list-style: none;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 1000px;
  padding: 10px;
  margin-left: 60px;
  flex-wrap: wrap;
}
.breadcrumb ul a {
  margin: 0px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #333333 !important;
}
.breadcrumb ul a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.breadcrumb ul strong {
  margin: 0 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
}
  
/* ローディング待ちさせたい要素 */
.splide {
  position: relative;
}

/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .3s;
    transition-duration: .5s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .3s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローダー背景 */
#loader-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F1DA01;
    left: 0;
    top: 0;
    z-index: 2;
}
/* ローダーのサイズ、レイアウト指定 */
#loader {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}
#loader img {
    width: 200px;
}


.home #header-menu ul li:nth-of-type(2) {
  margin-right: 10px;
}

.home header #logo {
  width: 100px;
  min-width: 100px;
  bottom: 30px;
  right: 30px;
  position: absolute;
  left: initial;
}

.floating-banner2 img {
  position: fixed;
  bottom: unset;
  right: 0;
  height: 150px;
  width: auto !important;
  top: calc(calc((100% - 0px) / 2) - 75px);
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
  opacity: .8;
}

.floating-banner2 a::after {
  white-space:pre;
  content: "銀ぱちを\A応援する";
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "IBM Plex Sans JP", YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  position: fixed;
  z-index: auto;
  right: 8px;
  width: 40px;
  top: calc(calc(100% / 2) - 44px);
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
  writing-mode: vertical-rl;
}
.floating-banner2.hide,
.floating-banner2.hide a::after {
  right: -90px;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}

/*
フェードインエフェクト
-------------------------------------------*/
.linestyle {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  transform: translateY(1em);
  -webkit-transform: translateY(1em);  
  -moz-transform: translateY(1em); 
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.linestyle {
  transition-delay:0.1s;
  -webkit-transition-delay:0.1s;
}
.linestyle.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.effect {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  transform: translateY(1em);
  -webkit-transform: translateY(1em);  
  -moz-transform: translateY(1em); 
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.effect.d_02 {
  transition-delay:0.2s;
  -webkit-transition-delay:0.2s;
}
.effect.d_04 {
  transition-delay:0.4s;
  -webkit-transition-delay:0.4s;
}
.effect.d_06 {
  transition-delay:0.6s;
  -webkit-transition-delay:0.6s;
}
.effect.d_08 {
  transition-delay:0.8s;
  -webkit-transition-delay:0.8s;
}
.effect.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);  
  -moz-transform: translateY(0px);    
}

#Home .linestyle {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  transform: translateY(2em);
  -webkit-transform: translateY(2em);  
  -moz-transform: translateY(2em); 
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
#Home .linestyle {
  transition-delay:0.1s;
  -webkit-transition-delay:0.1s;
}
#Home .linestyle.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
#Home .effect {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  transform: translateY(2em);
  -webkit-transform: translateY(2em);  
  -moz-transform: translateY(2em); 
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
#Home .effect.d_02 {
  transition-delay:0.2s;
  -webkit-transition-delay:0.2s;
}
#Home .effect.d_04 {
  transition-delay:0.4s;
  -webkit-transition-delay:0.4s;
}
#Home .effect.d_06 {
  transition-delay:0.6s;
  -webkit-transition-delay:0.6s;
}
#Home .effect.d_08 {
  transition-delay:0.8s;
  -webkit-transition-delay:0.8s;
}
#Home .effect.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);  
  -moz-transform: translateY(0px);    
}


/* 新規追加 */
#header-menu {
  padding-bottom: 30px;
}

.project-container, .member-container {
  display: flex;
  flex-direction: column-reverse;
}
.image-box {
  margin: 0 auto 20px;
  max-width: 300px;
}
.text-box {
  max-width: 300px;
}

main p {
  margin: 0 auto 20px;
  width: fit-content;
  text-align: left !important;
}
.bg1 {
  width: 100%;
  padding: 50px 0;
  background: #fff5e1;
}

#footermenu {
  background: #F1DA01;
  padding: 0 !important;
  width: 100% !important;
  margin: 0 auto;
}

.footermenu_inner {
  display: flex;
  justify-content: center;
/*  width: 100%;*/
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.footermenu_list {
  width: fit-content;
  padding-bottom: 30px;
}

.social_timeline1, .social_timeline2 {
  width: 100%;
  max-width: 300px;
  padding-bottom: 30px;
}

#menubar ul {
  width: fit-content;
  max-width: 300px;
  padding: 0 20px;
  margin: 0 auto;
}
#menubar li a {
  text-align: left;
  padding-bottom: 5px;
}
#menubar .btn a {
  max-width: 300px;
  padding: 5px 0;
  border-radius: 3px;
}

#kyosan .list {
  width: calc(calc(1000px - 80px) / 9);
  box-sizing: border-box;
}

#Home main h4 {
  margin: 0 0 20px;
  font-size: 1.125em;
  text-align: center;
}

/* メールフォーム名前欄 */
#MailMessageName1 {
  margin-right: 5px;
}
#MailMessageName1, #MailMessageName2 {
  width: calc(calc(100% - 5px) / 2) !important;
}


/* style.css 31 */
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "IBM Plex Sans JP", "YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  color: #333;
}

/* style.css 63 */
a {
  color: #333;
}

/* style.css 75 */
main > section, main > article, .c2, #footermenu {
  padding: 40px 50px;
}

/* style.css 109 */
header {
  background: #FFF;
}

/* style.css 125 */
.home header #logo {
  border: none;
}

/* style.css 139 */
#header-menu ul {
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
}

/* style.css 153 */
/*#header-menu ul li {
  z-index: 1;
}*/

/* style.css 163-181 */
/*１つ目メニュー*/
#header-menu ul li a {
  border-bottom: 3px solid #F1DA01 !important; /*下線の幅、線種、色*/
  color: #333 !important;            /*文字色*/
}
#header-menu ul li a:hover {
  color: #F1DA01 !important;
}

/* style.css 202 */
#link-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
}

/* style.css 211 */
#link-nav li {
  display: inline-block;
}

/* style.css 215 */
#link-nav a {
  text-decoration: none;
  display: block;
  background: rgba(255,255,255,0.3);
  color: #fff;
  padding: 5px 20px;
}
#link-nav a:hover {
  opacity: 0.7;
  background: rgba(255,255,255,0.5) !important;
}

/* style.css 263 */
#menubar_hdr {
  background: none;
  background-image: url(../../../theme/ginpachi/img/top/menubar.svg);
  background-size: 80px;
  padding: 25px 0px;
  top: 10px;
  left: 10px;
}

/* style.css 279 */
#menubar_hdr:hover {
  filter: brightness(1.05);
}

/* style.css 331 */
main {
  padding: 0px 0px;
}

/* style.css 336 */
main h2 {
  line-height: 1.5;
}

/* style.css 346 */
main h2 span {
  color: #F1DA01;
  margin-top: 10px;
}

/* style.css 353 */
main h3 {
  margin: 20px 0 20px;
  position: relative;
  border-radius: 0;
  background: none;
  border-top: 2px solid rgba(241,218,1,.5);
  border-bottom: none;
  border-right: none;
  border-left: none;
  font-size: 1.313em;
}
main h3::after {
  position: absolute;
  border-bottom: 2px solid rgba(241,218,1,.5);
  content: " ";
  display: block;
  bottom: -2px;
  width: 30%;
  left: 0;
}

/* style.css 372 */
#footermenu {
  background: #F1DA01;
  color: #333;
  display: block;
}

/* style.css 382,388 */
#footermenu a,
#footermenu a:hover {
  color: #333;
}

/* style.css 401 */
#footermenu .title {
  color: #333;
}

/* style.css 412 */
footer {
  background: #F1DA01;
}

/* style.css 527 */
.list-container {
  gap: 10px;
  justify-content: center;
}

/* style.css 533 */
.list {
  display: block; /* 削除対象 */
  flex-direction: column; /* 削除対象 */
  justify-content: space-between; /* 削除対象 */
  margin-bottom: 0; /* 削除対象 */
  padding: 10px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
  width: calc(calc(1000px - 60px) / 7); /* 削除対象 */
  margin-right: 0; /* 削除対象 */
}

/* style.css 600 */
.btn a, .btn input {
	margin: 2em auto 0;
	width: calc(100vw / 2);
	max-width: 500px;
  text-align: center;
  background: #F1DA01;
  box-shadow: none;
  border-radius: 3px;
}

/* style.css 614 */
.list-square {
  width: calc(calc(1000px - 20px) / 3);
}

/* style.css 672 */
p.btn {
  width: auto;
}

/* style.css 695 */
.btn a:hover, .btn input:hover {
	filter: brightness(1.05);
}


@media screen and (min-width: 600px){
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}


@media screen and (min-width: 768px){

  .breadcrumb ul {
    margin-left: 100px;
}

.floating-banner2 img {
  position: fixed;
  bottom: unset;
  right: 0;
  height: 180px;
  width: auto !important;
  top: calc(calc((100% - 0px) / 2) - 90px);
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
  opacity: .8;
}

.floating-banner2 a::after {
  white-space:pre;
  content: "銀ぱちを\A応援する";
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  position: fixed;
  z-index: auto;
  right: 12px;
  width: 40px;
  top: calc(calc(100% / 2) - 40px);
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
  writing-mode: vertical-rl;
}

  .project-container, .member-container {
    display: flex;
    flex-direction: initial;
  }
  .text-box {
    max-width: calc(100% - 360px);
  }

/* style.css 830 */
.home header #logo {
  width: 140px !important;
  bottom: 50px !important;
  right: 50px !important;
}

/* style.css 927 */
#menubar_hdr {
  transform: scale(1);  /*小さな端末用で60%にしているのを原寸大に戻す*/
}

#logo a img {
  max-width: 140px;
  aspect-ratio: 1;
}
}

@media screen and (min-width: 1000px){
  .breadcrumb ul {
    margin-left: auto;
    margin-right: auto;
  }


  .footermenu_inner {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px 20px;
    flex-direction: initial;
    align-items: initial;
    gap: 20px;
  }
  .footermenu_list, .social_timeline1, .social_timeline2 {
    width: calc(920px / 3);
  }

/* style.css 893 */
main > section, main > article, .c2 {
  padding: 0px 0 50px;
  width: 1000px;
  margin: 50px auto;
}

/* style.css 912 */
#header-menu ul {
  font-size: .875em;
}

/* style.css 947 */
main {
  padding: 0px 0px;
}

/* style.css 1020 */
.list {
	width: calc((1000px - 60px) / 7);
  box-sizing: border-box;
}


/* style.css 1026 */
.list:nth-of-type(2n) {
  margin-right: 0;
}
}

  .bs-top-post {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.bs-top-post__item {
  border-bottom: none;
  margin: 20px auto !important;
  padding: 0 !important;
  list-style: none;
  font-size: 14px;
  overflow: hidden;
  transition: transform .4s ease-in-out;
  max-width: 300px;
}
.bs-blog-post__item-eye-catch {
  transition: all 300ms;
  float: left;
  display: block;
  margin-right: 0px !important;
  margin-bottom: 20px;
  max-width: 300px;
}
.bs-blog-post__item-eye-catch img {
  width: 100%;
}
.bs-blog-post__item {
  border-bottom: 1px solid #ddd;
  margin: 0 auto !important;
  padding: 20px 0 0px !important;
  list-style: none;
  font-size: 14px;
  max-width: 300px;
}

@media screen and (min-width: 600px) {
  .bs-top-post {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-top-post__item {
  border-bottom: none;
  margin: 20px 0 !important;
  padding: 0 !important;
  list-style: none;
  font-size: 14px;
  overflow: hidden;
  transition: transform .4s ease-in-out;
  flex-basis: 47%;
  max-width: 100%;
}
.bs-blog-post__item-eye-catch {
  transition: all 300ms;
  float: left;
  display: block;
  margin-right: 20px !important;
  margin-bottom: 20px;
}
.bs-blog-post__item-eye-catch img {
  width: 180px;
}
.bs-blog-post__item {
  border-bottom: 1px solid #ddd;
  margin-right: 0px !important;
  padding: 20px 0 0px !important;
  list-style: none;
  font-size: 14px;
  max-width: 100%;
}
}

@media screen and (min-width: 768px) {
  .bs-top-post {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-top-post__item {
  border-bottom: none;
  margin: 20px 0 !important;
  padding: 0 !important;
  list-style: none;
  font-size: 14px;
  overflow: hidden;
  transition: transform .4s ease-in-out;
  flex-basis: 30%;
}
}

.bs-top-post__item-detail {
  margin-bottom: 20px;
}

.bs-top-post__item:hover {
  transform: translateY(-10px);
}

.bs-top-post__item a {
  transition: all 300ms;
  text-decoration: none;
  overflow: hidden;
}

.bs-top-post__item-eye-catch_wrap {
  position: relative;
}

.bs-top-post__item-eye-catch {
  transition: all 300ms;
  float: none;
  display: block;
  margin-right: 0 !important;
  border-radius: 7px;
}

.bs-top-post .img-eye-catch {
  aspect-ratio: 1;
  object-fit: cover;
  width: fit-content;
  transition: transform .4s ease-in-out;
}

.bs-top-post .bs-top-post__item:hover .img-eye-catch {
  transform: scale(1.05);
}

.bs-top-post__item-meta {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.bs-top-post__item-date {
  margin: 0 !important;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0px 5px rgba(0,0,0,0.2);
}

.bs-top-post__item-category {
  font-size: 10px;
  border: none;
  padding: 6px 12px;
  border-radius: 13px;
  white-space: nowrap;
  background: #fff;
}

.bs-top-post__item-title {
  display: block;
  margin: 10px 0 5px;
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 600;
  padding: 0;
}

.bs-top-post__item-eye-catch:hover {
  opacity: 1;
}

.bs-single-post__eye-catch a:hover,
.bs-single-post__eye-catch img:hover {
  opacity: 1;
}

main h3 {
  padding: 10px 20px 10px;
}

.spMenu__cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(255,255,255,.6);
  display: none;
}

.spMenu__cover.active {
  display: block;
}

body.fixed {
  position: unset;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

