@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html, body {
  background-color: #000;
}

.video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  z-index: 10;
  font-size:12px;
}

.icon-scroll{
 color:#FFF;
 z-index: 1;
 position: absolute;
 top: 70%;
 left: 50%;
　transform: translate(-50%,-50%);
font-size: 2rem;
}
body{
  font-family: Arial, "Noto Serif JP", sans-serif!important;
}

.navi-in > ul li{
  width:120px;
}

.navi-footer-in > .menu-footer li{
border:0px;
}

.navi-footer-in > .menu-footer li:last-child{
border:0px;
}
.footer-bottom.fnm-text-width .menu-footer li a {
    padding: 0 30px;
}

.flex-container{
  gap:0!important;
}

.header-container-in.hlt-top-menu .logo-header img{
    max-height: 30px;
}


/* GEN ギャラリーよう*/
.ngg-gallery-thumbnail{
    background-color: transparent;
     border: 0px solid #A9A9A9;
     float: none;
}
.work_title{
  font-size:12px!important;
  text-align: center;
  line-height:1.5!important;
  white-space: pre;
}
.ngg-gallery-thumbnail-box{
  width:240px;
  height:260px;
}

.ngg-gallery-thumbnail-box img{
display: inline;
aspect-ratio: 16 / 9;
object-fit: cover;
}

.g_gallery{
  margin:0 auto;
}

.ngg-galleryoverview {
  display: flex!important;
  flex-wrap: wrap!important; /* 複数行対応 */
  justify-content: center; /* 横方向中央揃え */
  gap: 1px; /* 画像間のスペース */
}

/* gyラリーここまで */
html { scroll-behavior: smooth;}

.date-tags{
  visibility: hidden;
}
.author-info{
  display: none;
}
ol, ul {
    padding-left: 24px;
}
.navi-in a:hover {
    background-color: transparent;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}
#navi .navi-in a:hover {
    background-color:transparent;
}
a.anc_about{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}
.navi {
     background-color:transparent!important; 
}
#header-container, #header-container .navi, #navi .navi-in>.menu-header .sub-menu {
    background-color: rgb(0 0 0 / 0.9);
}
.header-container{
    position: absolute;
    top: 0;
    height:120px;
    left: auto;
    width: 100%;
    z-index: 1;
}
canvas, iframe, video, .fb_iframe_widget, .fb_iframe_widget span {
    position: fixed;
    height: 100%;
    z-index: 0;
    top:0;
    object-fit: cover;

}
.home .content{
    margin-top: 95vh;
}
.content{
    margin-top: 100px;
}

.no-sidebar .content-in {
    display:-webkit-box!important;
    padding:50px;
}
.main, .sidebar{
    background-color: rgb(0 0 0 / 0.95);
}
footer{
    position: relative;
    background-color:#000!important;
    z-index: 1;
    
}
.navi-in > ul {
    padding: 0;
    margin: 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.navi .item-label, .navi .item-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 12px;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: 1.25;
    font-weight: 300;
}
.top_h1{
margin:200px 0;
}
h1, h2, p{
  color:#aaa;
  font-weight:400;
}
p{
  font-size:14px;
  line-height: 2.2;
}
.section-title{
  text-align: center;
  font-size:50px;
}
.section-lead{
margin:20px auto;
}
small{
  font-size:14px;
  font-weight:400;
  line-height: 5;

}
.section{
  margin:100px 0;
}
.article h2 {
    font-size: 30px;
    background-color: transparent;
    border-radius: 0;
}
.article ul li, .article ol li {
    margin: 0.2em;
    font-size:14px;
    color:#aaa;
}
.article h3{

    color:#aaa;
    border-left: 0px solid var(--cocoon-middle-thickness-color);
    border-right: 0px solid var(--cocoon-thin-color);
    border-top: 0px solid var(--cocoon-thin-color);
    border-bottom: 0px solid var(--cocoon-thin-color);
    font-size: 25px;
    padding: 12px 0px;
    margin-bottom: 0;
}

.flex-container {
  display: flex;
  gap: 20px; /* 要素間の余白 */
  justify-content: space-between; /* 両端揃え */
  align-items: center; /* 高さ方向の揃え */
  padding: 20px;
}

.box {
  color: white;
  flex: 1; /* 等分割 */
  border-radius: 8px;
}


input[type=text], input[type=date], input[type=email], input[type=number], input[type=tel], input[type=url], input[type=submit], textarea, select{
    padding: 11px;
    border: 0px solid var(--cocoon-basic-border-color);
    border-radius: var(--cocoon-basic-border-radius);
    font-size: inherit;
    width: 100%;
    max-width:400px;
    background: #333;
    color:#FFF;
    font-size:16px;
}

.navi-footer-in a{
  color:#aaa;
}
.copyright{
  color:#aaa;
}

.button-14 a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #aaa;
  font-weight: 700;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center; 
  padding: 4px 16px 4px 0;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button-14 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #aaa;
  bottom: 0;
  transition: all 0.3s;
}

.button-14 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #aaa;
  rotate: 40deg;
  right: -4px;
  bottom: 10px;
  transition: all 0.3s;
}

.button-14 a:hover::after,
.button-14 a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}
a {
    color: #ccc;
}


/* member部分 */
.img-flex {
  display: ruby;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px;
  align-items: flex-start;
}

.img-box-1 {
  width:25%;
}
.img-box-2 {
  width:70%;
}


.image-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: flex-start;
}
/* member */
.image-box {
  max-width: 30%;
  min-width:230px;
  padding:5px;
}

.image-box img {
  width: 350px;
  border-radius: 0px;
  object-fit: cover;
  object-position: 10% 20%;
  aspect-ratio: 1/1;
}

.member-name{
  font-size:20px!important;

}
.m_info_head{
  font-size:14px!important;
  color:#AAA;
  height:25px;
}
.m_info{
  font-size:14px!important;
  color:#AAA;
  height:50px;
  margin:10px 0;
}
.post-41 .entry-title{
  display:none;
}

.t_p_title{
margin-bottom:0px!important;
line-height:1;
}
.t_p_cont{
margin-left:5px!important;
line-height:2;
}


/* mobile ハンバーガーメニュー設定 */
.mobile-menu-buttons {
    color: #ccc;
    background: transparent;
    box-shadow: 0 0 0px darkgrey;
    top:20px;
    width: 100px;
}
.menu-close-button {
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 2em;
    top:10px;
}

.menu-content {
    background: #111;
}
.menu-content .menu-drawer {
    padding: 100px 1em 30px;
}

.menu-drawer a {
    color: #AAA;
    text-decoration: none;
    padding: 6px;
    display: block;
    top:50px;
}


/************************************
**モバイルスライドインメニュー
************************************/
span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00d";
color:#AAA;/*矢印色変更はこちら*/
}
ul.menu-drawer:before{
display: block;
width:80%;
font-size:12px;
color:#AAA;
margin-bottom:1em;
width:80%;
border-bottom:1px dotted#666; /*点線の色変更はこちら*/
content: "menu";
}
ul.menu-drawer:after {
background: white;
}
.menu-drawer li {
padding:0;
}
.menu-drawer li{
font-weight: bold;
}
.menu-drawer a{
font-size:12px;
color:#AAA;
margin: .5em 0;
}
.menu-drawer a:hover{
background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
padding:10px;
}
.menu-drawer .sub-menu li{
font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
font-family: "Font Awesome 5 Free";
content : "\f105";
color:#7b7b7b;
margin:0 .5em 0 1em;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .header-container {
    position: absolute;
    top: 0;
    height: 80px;
    left: auto;
    width: 100%;
    z-index: 1;
}
    .header-container-in.hlt-top-menu .logo-header {
        max-height: none;
        padding:25px;
    }
.article h2 {
    font-size: min(4vw, 25px);
    background-color: transparent;
    border-radius: 0;
}

.section-title{
  text-align: center;
  font-size:50px;
}
.section-lead{
margin:0px 20%;
}

p {
    font-size: min(2vw, 14px);
    line-height: 2.2;
  }
.box {
  color: white;
  width:100%;
  border-radius: 8px;
}
small {
    font-size: min(2.5vw, 14px);
    font-weight: 400;
    line-height: 2;
}

/* TOP */
.article h2{
  padding:0px;
}

.flex-container {
    display: contents;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.section-title{
  margin-bottom:0;
}

    .section-lead {
      font-size: min(2.5vw, 14px);
      margin: 0px 10%;
    }



/* member */
.img-box-1 {
  width:100%;
}
.img-box-2 {
  width:100%;
}
.image-flex {
         display: flex;
        flex-wrap: wrap;
        align-items: unset;
        justify-content: space-between;
}
  .image-box {
  max-width: 50%;
  padding:5px;
}

.wpcf7 {
  max-width: 400px;
  margin: 0 auto;
}

/*　プログレスバー　*/
.video-wrapper {
  position: relative;
  width: 640px;
  height: 360px;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.wrap {
    width: 90%;
    margin: 0 auto;
  }
  p {
    font-size: min(2vw, 14px);
    line-height: 2.2;
  }
  .no-sidebar .content-in {
    display: -webkit-box !important;
    padding: 10px;
  }
  .ngg-gallery-thumbnail-box {
    width: 240px;
    height:100%;
}
.img-flex {
  display: contents;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px;
  align-items: flex-start;
}


/* TOP */
.article h2{
  padding:0px;
}

.flex-container {
    display: contents;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.section-title{
  margin-bottom:0;
}

    .section-lead {
      font-size: min(2.5vw, 14px);
      margin: 0px 10%;
    }


/* member */
.img-box-1 {
  width:100%;
}
.img-box-2 {
  width:100%;
}
.image-flex {
         display: flex;
        flex-wrap: wrap;
        align-items: unset;
        justify-content: space-between;
}
  .image-box {
  max-width: 50%;
  min-width:190px;
  padding:5px;
}
.m_info {
    font-size:min(2vw, 14px) !important;
    color: #AAA;
    height: 50px;
    margin: 10px 0;
}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .no-sidebar .content-in {
    display: -webkit-box !important;
    padding: 10px;
  }
  .ngg-gallery-thumbnail-box {
    width: 240px;
    height:100%;
}
 p {
    font-size: min(2.5vw, 14px);
    line-height: 2.2;
  }
  .image-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .navi-footer-in > .menu-footer li.menu-item {
        /* width: 11%; */
        border: 0;
        margin: 2px;
        display: flex
;
        flex: 1 1 auto;
        text-align: center;
    }
  .navi-footer{
        display: none;
  }
  /* member */
  .image-box {
  max-width: 100%;
  padding:5px;
}
.m_info {
    font-size:min(4vw, 14px) !important;
    color: #AAA;
    height: 50px;
    margin: 10px 0;
}
}
