@charset "UTF-8";
/* CSS Document */
/* parent cat */
.parentcat-title{
   width: 50%;
}
.header-title-wrapper{
    display: -webkit-box;
}
.parent-cat{
   padding: 50px;
}
.parent-pc-pc{
    width: 100%;
    padding-top: 50px;    
}
.parent-about{
  display: block;
  width: 100%;
  font-family: Sawarabi Mincho;
  padding-bottom: 50px;
  font-size: 14px;
}
.parent{
  display: block;
  width: 100%;
  position: relative;
    z-index: -1;
    box-shadow: 20px 50px 0 #CEC0B1;
}

/* parent cat 終わり */
/* Hamburger menu */
/* Nav styles */
.hamburger-hamburger{
  position: fixed;
    z-index: 1000;
}
.menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
  margin: 0;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  }
  
  .menu li {
  background-image: linear-gradient(60deg, #a1875f 0%, #CEC0B1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease-in-out;
    height: 100vh;
  width: 20vw;
  }
  
  .menu li a {
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .menu li a:hover {
    text-decoration: underline;
  }
  
  .menu li:nth-of-type(2) {
    transition-delay: .025s;
  }
  
  .menu li:nth-of-type(3) {
    transition-delay: .05s;
  }
  
  .menu li:nth-of-type(4) {
    transition-delay: .075s;
  }
  
  .menu li:nth-of-type(5) {
    transition-delay: .1s;
  }
  
  .menu.open li {
    transform: translateY(100vh);
  }
  
  @media (max-width: 768px) {
    .menu ul {
        flex-direction: column;
    top: 0;
    left: -100vw;
    }
  
    .menu li {
        height: 10vh;
        width: 100vw;
    }
  
    .menu.open li {
        transform: translateX(100vw);
    }
  }
  .hamburger {
    background-color: #a1875f;
    border-radius: 50%;
      position: fixed;
      top: 20px;
      right: 4%;
      border: 0;
      /* cursor: pointer; */
      width: 60px;
      height: 60px;
  }
  
  .hamburger:focus {
  outline: 0;
  }
  
  .hamburger .line {
  background-color: #000;
  display: block;
  margin: 4px auto;
  height: 2px;
  width: 20px;
  transition: all .1s ease-in;
  }
  
  .hamburger.open .line:nth-child(1) {
  transform:translateY(6px) rotate(45deg) ;
  }
  
  .hamburger.open .line:nth-child(2) {
  opacity: 0;
  }
  
  .hamburger.open .line:nth-child(3) {
  transform:translateY(-6px) rotate(-45deg) ;
  }
  
/*  parent cat  pc*/
@media screen and (min-width:768px){
  
    .parent-about{
      inline-size: 500px;
      position: relative;
      z-index: -1;
      font-size: 18px;
      margin-right: 100px;
  }
  .parent-cat{
    display: flex;
    justify-content: center;
}
    }
    .parent-pc{
      padding-bottom: 50px;
    }
    
/* ふわり */
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}.fade.active {
  opacity: 1;
  transform: translateY(0);
}
.kitty_box{
  display: flex;
  text-align: center;
}
.kitty-pc2{
  width: 512px;
  object-fit: cover;
object-position: 50%;
margin: 50px auto 30px;
}
.kitty-kitty{
  position: absolute;
  right: 20px;
}
.kitty-pc-pc{
  inline-size: 500px;
  font-size: 18px;
  padding-left: 200px;
}
/* tittle */

.parentcat-title {
  font-family: Playfair Display;
  font-size: 4rem;
  line-height: 1;
  color: #6AA331;
  padding: 50px 20px;} 

  .top-title {
    font-size: 2rem;
    color: #6AA331;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px 20px;
    line-height: 1;
    font-family: Sawarabi Mincho;
  }
  
  .top-title::before {
    content: attr(data-title);
    font-size: 3rem;
    color: #6AA331;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Playfair Display;
  }
  
  .article-title {
    font-size: 1.5rem;
    color: #6AA331;
    font-weight: normal;
    padding: 20px;
    line-height: 1;
    font-family: Sawarabi Mincho;
  }
  
  .article-title::before {
    content: attr(data-title);
    font-size: 2.4rem;
    color: #6AA331;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Playfair Display;
    padding-bottom: 20px; 
    display: block;
  }
  .top-logo{
    width: 30%;
    padding: 20px;
  }
@media screen and (min-width:768px){
  .top-logo{
    width: 20%;
  }
  .parentcat-title {
    font-family: Sawarabi Mincho;
    font-size: 15rem;
    color: #6AA331;
    padding: 100px 50px 100px;
  }
  
}
/* tittle 終わり */
/* tittle pc */

    @media (min-width:768px) {
      .top-title {
        height: 10em;
        flex-direction: row;
        align-items: center;
        
      }
    
      .top-title::before {
        font-size: 10rem;
      }
    
      .article-title {
        font-size: 2rem;
      }
    
      .article-title::before {
        font-size: 4rem;
      }
    }
    
/* members-introduction */

        button {
            background: none;
            border: none;
            border-radius: 0;
            appearance: none;
            padding: 0;
            outline: none;
            cursor: pointer;
        }

        img {
            display: block;
            max-width: 100%;
        }

        ul {
            list-style: none;
        }

        /* リセットCSS ここは関係なし ここまで */

        /* ここも関係なし */

        .container {
            width: 100%;
            /* padding: 20px; */
        }

        .wrapper {
            width: 100%;
            max-width: 1200px;
            margin: 40px auto;
        }

        /* ここも関係なし ここまで */

        
        

        /* 親猫のレイアウト */
        .parents_cat_container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }
        @media screen and (min-width:768px){
          .parents_cat_container {
            display: grid;
            grid-template-columns: 1fr 1fr ;
            gap: 20px;
        }
        }

        /* 親猫の写真・詳細のカード */
        .parents_cat_list {
            display: grid;
            width: 100%;
        }

        /* 親猫の写真と詳細の見た目 共通部分 */
        .picture_card,
        .info_card {
            position: relative;
            grid-column: 1/2;
            grid-row: 1/2;

            width: 100%;
            height: 100%;

            border-radius: 20px;
            overflow: hidden;
        }

        /* 親猫の名前 カード下に配置 */
        .cat_name {
            grid-column: 1/2;
            grid-row: 2/3;
            text-align: center;
            padding: 10px 20px;
            font-family: Sawarabi Mincho;
        }

        /* 親猫の写真 */
        .picture_card .card_main_img {
            width: 100%;
            height: 100%;
        }

        /* 親猫の写真 */
        .picture_card .card_main_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* 「もっとみる」ボタン */
        .picture_card .more_button {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background: #ffffff;
            color: #235421;
            font-size: 16px;
            min-width: 120px;
            padding: 4px 20px;
            border-radius: 40px;
        }

        /* 親猫の詳細の見た目 */
        .info_card {
            background: #ffffff;
            padding: 10px;
            padding-bottom: 60px;
            z-index: 1;

            /* 詳細カードは一旦非表示 */
            visibility: hidden;
        }

        /**
         * もっとみるボタンを押すと「view」が追加されて
         * 詳細カードが表示される
         */
        .parents_cat_list.view .info_card {
            visibility: visible;
        }

        /* 詳細カードにある親猫のサブの写真 */
        .info_card .card_sub_img {
            border-radius: 10px;
            overflow: hidden;
        }

        /* 「戻る」ボタン */
        .info_card .back_button {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background: #235421;
            color: #ffffff;
            font-size: 16px;
            min-width: 120px;
            padding: 4px 20px;
            border-radius: 40px;
        }

        /* 詳細リスト */
        .card_contents {
            margin: 20px;
        }

        .card_contents_list {
            display: flex;
            margin: 10px 0;
            font-family: Sawarabi Mincho;
        }

        .card_contents_list dt {
            width: 100%;
            max-width: 80px;
        }

        .card_contents_list dd {
            width: 100%;
        }

  .queen{
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 10px;
    list-style: none;
    text-align: center;
}
  .queen li{
    margin: 0 auto;
    list-style: none;
    font-family: Sawarabi Mincho;
  }
  .queen-pc{
    width: 270px;
    object-fit: cover;
    object-position: 50%;
    margin: 30px auto 20px;
    border-radius: 10px;
}
    /* members-introduction 終わり */    
     /* members-introduction pc */
     @media screen and (min-width:768px){
        .king li{
            padding-left: 0px;
        }  
        .king-pc {
            width: 370px;
            object-fit: cover;
            object-position: 50%;
            margin: 30px auto 20px;
        }
        .king li {
            margin: 0 auto;
            list-style: none;
            font-family: Sawarabi Mincho;
        }
        .king{
          gap: 10px;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          margin: 10px;
          list-style: none;
          text-align: center;
        }
        
     }
    
    /* retired */ 
.retired-pc{
  width: 270px;
  object-fit: cover;
  object-position: 50%;
  margin: 30px auto 20px;
  border-radius: 10px;
}
.retired{
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px;
  list-style: none;
  text-align: center;
}
.retired li{
  margin: 0 auto;
  list-style: none;
  font-family: Sawarabi Mincho;
}
.graduation-pcpc{
    object-fit: cover;
    object-position: 50%;
    margin: 30px auto 20px;
}
 /* graduation終わり */
  /* graduation pc*/
  @media screen and (min-width:768px){
    .name{
        padding-left: 0px;
      }
    .graduation-pc1-2{
        display: flex;
    }
    .graduation-pcpc{
       left: -40px;
    }
    .retired{
      gap: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      margin: 10px;
      list-style: none;
      text-align: center;
      margin-bottom: 100px;
    }
  }
/* フッター */
.footer__copyright{
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }
  .site-map{
    text-align: center;

  }
  .footer-bluemink{
    width: 40%;
   padding: 50px 20px 30px;
  }
  .site-map__main-links li a{
    text-decoration: none;
    color:#070606;
    font-family: Sawarabi Mincho;
    text-align: center;
  }
  .footer-content-wrapper{
    display: block;
    text-align: center;
  }
  .site-map{
    font-size: 14px;
  }
  .tica {
    width: 30%;
    padding: 20px;
}
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #6AA331;
  background: #fff;
  
/*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
    box-shadow: 0 0 10px#6AA331;
}
  @media screen and (min-width:768px){
    .site-map{
        padding: 0px;
    }
    .footer__copyright{
        padding: 0px;  
    }
    .footer-bluemink {
      width: 15%;
  }
.tica {
    width: 11%;
}
  }
  
 
  /* インスタ */
  i::before{
    font-size:30px;
    font-weight: 400; /* 追記したコード */
    color: #000;
    padding: 50px;
  }