@charset "utf-8";
/*============= 【base】 ==============*/
html {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}
* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    list-style-type: none;
    border-style: none;
    font-style: normal;
}
body{
    font-family: "Oswald", serif,"Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 300;
}
a {
    text-decoration: none;
    color: #00aac6;
}
img {
    display: block;
    width: 100%;
    max-width: 100%;
    /*height: 100%;*/
    max-height: 100%;
}

section{
    width: 100%;
}
.section{
    max-width: 1280px;
    margin-bottom: 40px;
    margin: 100px auto;
}

h2{
    font-size: 4.6rem;
    font-weight: 700;
    margin-bottom: 30px;
}

p{
    margin-bottom: 16px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}

.movie-grid{
    display: grid;
    overflow: hidden;
    grid-template-columns:repeat(2,1fr);
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 60px;
}
.parent2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}
.relation_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.parent_member {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 60px;
}
.parent_cate {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(1, 1fr);
gap: 10px;
margin-bottom: 60px;
}
/*============= 【Nav】 ==============*/
#top-head {
    width: 100%;
    height: 80px;
    background: #000;
    opacity: 0.9;
    display: flex;
    position: fixed;
    z-index: 999;
  }
  #top-head .inner {
    float: left;
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /*nav style*/
  #top-head nav ul {
    display: flex;
    list-style-type: none;
  }
  /*nav link style*/
  #top-head nav ul li a {
    text-decoration: none;
    padding: 16px;
    color: #f8f8f8;
    font-size: 2.0rem;
  }
  #top-head nav ul li a:hover {
    color: #20b2aa;
  }
  #nav_toggle {
    display: none;
  }
  .logo img{
    margin-top: 0px;
    width: 168px;
  }

/*============= 【button】 ==============*/
.button_01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 1.6rem;
    background: #6bb6ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    text-decoration: none;
}
.button_01 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_01 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.button_02 a{
    display: inline-block;
    background: #1c1c1c;
    border-radius: 50px;
    position: relative;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    padding: 3px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.2rem;
}
/*============= 【basic】 ==============*/
main{
    padding-top:80px;
    }
.fv{
    position: relative;
    height: auto;
    }
.fv video {
    width: 100%;
    }
.fv .h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fv .h1 h1{
    font-size: 13.6rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.fv .h1 h1 span{
    font-size: 3.6rem;
    display: block;
    margin-top: -36px;
}
    
.top-lead{
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.lead{
    font-size: 2.4rem;
}
.news_box{
    width: 100%;
}
.news_inner{
    display: block;
    width: 100%;
}
.news_txt{
    font-size: 1.4rem;
    padding: 8px;
    color: #20b2aa;
}
.news_txt h3{
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 6px;
}

.news_txt p {
    -webkit-line-clamp: 1;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
  }

.news_txt time{
    font-size: 1.2rem;
    text-align: right;
    display: block;
}

.menber_box{
    width: 100%;
    max-width: 312px;
}
.menber_inner{
    display: block;
    width: 100%;
    text-align: center;
}
.menber_inner img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.menber_inner h3{
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.menber_inner p{
    font-size: 1.8rem;
}

.page-wrap{
    
}

.single-wrap{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.single-main{
    width: 70%;
}

.blog_title {
    width: 100%;
    position: relative;
    padding: 8px 0px;
    border-bottom: 2px solid #000;
    margin-bottom: 40px;
  }
  .blog_title__inner {
    padding: 4px 8px;
  }

  .blog_title .blog_title__inner h1 {
    font-size: 3.0rem;
    font-style: italic;
    text-align: left;
    margin: 0;
  }

  .main_wrap {
    padding: 10px 0px;
  }
#sidebar {
  width: 27%;
  padding: 20px;
}
#sidebar .side-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.sidebar-block{
    margin-bottom: 24px;
}
.archive {
  text-align: center;
  margin-bottom: 60px;
}
.archive ul {
  border-bottom: solid  1px #777;
}
.archive li {
  border-top: solid  1px #777;
  padding: 20px;
  text-align: left;
}

.pagenation_single{
  display: flex;

}

.pagenation_single-block {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  width: 50%;
}

.pagenation_single-block:nth-child(2n){
  flex-direction:row-reverse;
}

.pagenation_single-img{
  padding: 10px;
  width: 30%;
}
/*============= 【footer】 ==============*/
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

#footer {
    position: relative;
    background: #222;
}
#footer .logo {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #111;
}
#footer .logo a {
    display: inline-block;
}
#footer .logo img {
    width: 120px;
}
#footer .nav a {
    display: block;
    padding: 0 10px;
    color: #ccc;
    font-size: 1.4rem;
}
#footer .menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
}
#footer .menu a:hover {
    color: #ca353b;
}
.copyright{
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

.snsrwap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 1.4rem;
    padding: 10px 0 !important;
  }
.card-sns {
    width: 2.6rem;
    aspect-ratio: 1;
  }

/*============================
mobile style
============================*/
@media screen and (max-width:768px) {
    /*hamburger menu style*/
      #nav_toggle {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        top: 4px;
        z-index: 100;
      }
      #nav_toggle div {
        position: relative;
      }
    /*hamburger menu close style*/
      #nav_toggle span {
        display: block;
        height: 2px;
        background: #fff;
        position:absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
      }
      #nav_toggle span:nth-child(1) {
        top:0px;
      }
      #nav_toggle span:nth-child(2) {
        top:10px;
      }
      #nav_toggle span:nth-child(3) {
        top:20px;
      }
    /*hamburger menu open style*/
      .open #nav_toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
      }
      .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
      }
      .open #nav_toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
      }
    /*nav style*/
      #top-head nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 1040px;
        background: #000;
        z-index: 999;
      }
      #top-head nav ul {
        display: block;
        width: 100%;
      }
      #top-head nav ul li {
        text-align: center;
        border-bottom: 1px solid #1f1f1f;
      }
      #top-head nav ul li:last-child {
        border: none;
      }
    /*nav link style*/
      #top-head nav ul li a {
        display: block;
      }
      #top-head .inner {
        padding: 0 15px;
      }
      .fv .h1 h1{
        font-size: 6.0rem;
     }
     .fv .h1 h1 span {
        font-size: 1.2rem;
        margin-top: -18px;
        text-align: center;
      }
      .section {
        margin: 60px auto;
        padding: 0 20px;
      }
      .top-lead {
        font-size: 2.4rem;
       }
       .lead {
        font-size: 2.0rem;
      }
      .movie-grid {
        grid-template-columns: repeat(1,1fr);
      }
      .parent {
        grid-template-columns: repeat(1, 1fr);
        }
        .parent2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    .parent_member {
        grid-template-columns: repeat(2, 1fr);
        }
    .parent_cate {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        margin-bottom: 40px;
        }
    .single-wrap{
          gap:0px;
        }
    .single-main{
            width: 100%;
        }
     #sidebar {
        width: 100%;
        padding: 0;
      }
    }