
h2{
    letter-spacing: .025rem;
    font-size: 3.75rem;
}

h2, h3, h4{
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700 !important;
    letter-spacing: .025em;
}

.video-box-content h2{
    font-size: 2.5rem !important;
    opacity: 0.81;
}

article section:not(:first-child) {
    margin-top: 50px;
}

article section:not(:last-child) {
    margin-bottom: 20px;
  }

@media (min-width: 768px) { 
    article section:not(:last-child) {
      margin-bottom: 100px;
    }
}


.post-list{
    margin-bottom: 100px;
}

.post .card .card-body{
    padding: 10px 20px;
}

@media (max-width: 576px){
    .post .card .card-body{
        padding: 5px 10px;
    }
}

.post{
    margin: 20px 0px 50px;
    padding: 0px 15px;
}

.pickup-post{
    padding: 0px 15px;
}

.card img {
    /*transition: 0.3s;*/
}
.card-text {
    line-height: 1.875rem;
    font-size: 0.8125rem;
    margin-bottom: 0;
}
@media (min-width: 576px){
    .card-text{
        font-size: 1rem;
    }
}

.custom-navbar {
    background-color: transparent !important; /* 背景を透明に */
    transition: background-color 0.3s ease-in-out; /* スクロール時の変化を滑らかに */
    color: black;
    padding-top: 21px;
    padding-left: 10px;
    padding-right: 16px;
}
  
.custom-navbar.scrolled {
    /*background-color: rgba(0, 0, 0, 0.8) !important; /* スクロール時に半透明の黒 */
    color: beige !important;
}

/*.section-contents{
    margin-top: 50px;
    margin-bottom: 100px;
}*/
.section-contents {
  /*margin-bottom: 100px;*/
  margin-left: auto;
  margin-right: auto;
}
.section-contents h2{
    color:#333333;
    font-size: 1.875rem;
}

@media (min-width: 576px) { 
    .section-contents {
      max-width: 540px;
    }
}
@media (min-width: 768px) { 
    .section-contents {
      max-width: 720px;
    }
    .section-contents h2{
        font-size: 3.75rem;
    }
}
@media (min-width: 992px) { 
    .section-contents {
      max-width: 960px;
    }
}
@media (min-width: 1200px) { 
    .section-contents {
      max-width: 1140px;
    }
}

.btn{
    color: #BBBBBB;
}
.btn-outline-light{
    
    border-color: #BBBBBB;
}
.btn-outline-light:hover{
    color: #212529;
    background-color: #BBBBBB;
}


#toggle-btn::before{
    content: 'MORE';
    display: block;
    width: 60px;
}


#toggle-btn[aria-expanded="true"]::before {
    content: "CLOSE";
}

.section-contents .more button{
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    font-size: 0.8125rem;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700 !important;
    letter-spacing: .025em;
}


.btn-close{
    height: 36px;
}

.offcanvas-header{
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 16px;
    padding-left: 12px;
}

.offcanvas-body{
    padding: 0px;
}


.nav-link{
    color: #F3F3F3;
    padding: 12px;
}
.nav-link:hover {
    text-decoration: underline;
    color: #F3F3F3;
}


.section-contents img {
  
}

@media (max-width: 768px) { 
    .section-contents img {
      height: 150px;
      object-fit: cover;
    }
}
.card{
    --bs-card-border-radius: 0;
    --bs-card-border-color: none;
    background: #F3F3F3;
}
  

.video-wrap {
    min-height: 500px;
    position: relative;
}
 
.video-wrap .video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 500px;
}

.video-wrap .video-box .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.video-wrap .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.video-wrap .video-box-content {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -108%);
    text-align: center;
    color: white;
}
.video-wrap .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.video-wrap .video-box-content .a .h3{
    background-color: black;
}


.hover-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    opacity: 0; /* 初期状態で非表示 */
    transition: opacity 0.3s ease;
    font-size: 0.7rem;
}

.hover-container {
    position: relative;
    display: block;
}

.hover-container:hover .hover-text {
    opacity: 1; /* マウスオーバー時に表示 */
}

footer{
    padding-top: 100px;
    padding-bottom: 38px;
}
footer #copyright{
    font-size: 0.6875rem;
}

.logo-footer{
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px) { 
    .logo-footer img{
      max-width: 300px;
    }
}
@media (max-width: 768px) { 
    .logo-footer img{
      max-width: 40%;
    }
}



.bg-filter{
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) { 
    .bg-filter {
      padding-top: 80px;
      padding-bottom: 90px;
    }
}

h2{
    font-family: FuturaLTPro-BoldCond;
}

.accent_bg{
    background-color: #F6F6F6;
    padding-top: 80px;
    padding-bottom: 90px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.accent_bg_dark {
    background-image: url(img/bk_about.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}