@charset "UTF-8";

/*
#000　黒
#fff　白
*/


/* --------- PC --------- */
/*@media only screen and (min-width: 1100px) */

/* 改行設定 */
.onlyPC{
  display: block;
}
.onlyTAB{
  display: none;
}
.onlySP{
  display: none;
}


/*-------------------------------------------*/
/* 基本 */

html{
  scroll-behavior: smooth;
}

body {

  font-weight:300;
  color:#fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 0;
  /*background: linear-gradient(-225deg, #709999 0%, #fffce7 56%, #afccd1 100%); */
  background-color: #000;
}

/* --------------------
   Reset
-------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* --------------------
   Base
-------------------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  background: #dfe7e7; /* 静かな背景 */
  color: #333;
}

.container {
  max-width: 780px;
  margin: 0 auto;
  padding: 50px 20px 20px;
  text-align: center;
}

/* --------------------
   Top Logo
-------------------- */
.top-logo {
  text-align: center;
  margin-bottom: 28px;
}

.top-logo img {
  width: 150px;
  max-width: 70%;
  height: auto;
}


/* コピー */
.copy {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  color: #555;
  max-width: 460px;
  letter-spacing: 0.11em;
  margin: 0 auto;
  margin-bottom: 50px;
}


/* --------------------
   アイコン　Mail、インスタ、X
-------------------- */

.treeicon_wp{
display: flex;
width: 300px;
justify-content: space-between;
margin: 0 auto;
}

.mail {
  text-align: center;
  margin-bottom: 55px;
}

.mail img {
  width: 80px;
  height: auto;
  opacity: 0.65;
  transition: opacity 0.3s ease;
}

.mail img:hover {
  opacity: 1;
}

/* --------------------
   Link Card
   左：作品画像 / 右：ロゴ＋説明
-------------------- */
.link-card {
  display: flex;
  align-items: center;
  gap: 34px;

  padding: 0px;
  margin-bottom: 26px;

  background: #ffffff;
  border-radius: 22px;

  text-decoration: none;
  color: inherit;

  transition: transform 0.25s ease;

      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.link-card:hover {
  transform: translateY(-3px);
}

/* 左：作品画像 */
.card-image {
  width: 40%;
}

.card-image img {
  width: 100%;
  height: 160px;           /* ここで高さを固定 */
  object-fit: cover;       /* いい感じにトリミング */
  border-radius: 14px 0px 0px 14px;
  display: block;

  /* 世界観を整えたいなら（不要なら消してOK） */
  filter: brightness(0.98) saturate(0.95);
  transition: opacity 0.35s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

/* hoverで写真を少しだけ濃く（控えめ） */
.link-card:hover .card-image img {
  opacity: 1;
  box-shadow: #333;
}

.link-card:hover  {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}


/* 右：テキスト */
.card-text {
  width: 60%;
  text-align: left;
  padding-right: 20px;
}

/* h2（ロゴ画像） */
.logo-title {
  margin-bottom: 18px;
}



.logo-title img {
  height:60px;
  width: auto;
  max-width: 97%;
  display: block;
  padding-top: 5px;
}

/* 説明文 */
.card-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #555;
  max-width: 460px;
  letter-spacing: 0.15em;
}




/* --------------------
   Creative Connections
-------------------- */
.connections{
  margin-top: 100px;
  text-align: left;
  margin-bottom: 50px;
}

.connections__title{
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #555;
  margin: 0 0 5px;
}

.connections__lead{
  font-size: 12px;
  letter-spacing: .12em;
  color: #777;
  margin: 0 0 16px;
}

/* 3列グリッド（PC） */
.connectionsGrid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* カード */
.connCard{
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  padding: 14px 14px 16px;

  background: #fff;
  border-radius: 15px;
  text-decoration: none;
  color: inherit;

  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.connCard:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 16px rgba(0,0,0,.08);
}

/* ロゴ枠 */
.connCard__logo{

  padding: 0px;
  display: grid;
  place-items: center;
  min-height:120px;
  border-bottom: #bdbdbd solid 1px;
}

.connCard__logo img{
  max-height: 150px;
  width: auto;
  max-width: 100%;
}

/* テキスト */
.connCard__name{
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: .10em;
  color: #333;
}

.connCard__desc{
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45em;
  letter-spacing: .10em;
  color: #666;

  /* 2行で綺麗に止める（対応ブラウザ） */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* タグ（制作内容） */
.connTags{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
}

.connTag{
  font-size: 10px;
  letter-spacing: .10em;
  color: #797979;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dfe7e7;
}

/* Responsive */
@media (max-width: 650px){
  /* スマホは2列→読みやすい */
  .connections{
    margin-top: 80px;
  }

  .connectionsGrid{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .connCard{
    padding: 12px;
    border-radius: 12px;
  }

  .connCard__logo{
    min-height: 80px;
padding-bottom: 10px;
  }

  .connCard__logo img{
    max-height: 80px;
  }
}








/*
フッタのリンク
----------------------------------------------------------------------------------------------------------------*/

.footer-nav{
    color: #555;
      margin-top: 50px;
}

.footer-nav a {
 font-size: 12px;
  color: #555;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0.14em;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.divider {
  margin: 0 6px;
}


/* コピーライト */
.copyrignt{
  margin-top: 80px;
  font-size: 10px;
  letter-spacing: 0.05em;
  
 }

/* --------------------
   Responsive (SP)
-------------------- */
@media (max-width: 650px) {
  .container {
    padding: 45px 30px;
  }


/* 改行設定 */
.onlyPC{
  display: none;
}
.onlyTAB{
  display: none;
}
.onlySP{
  display: block;
}




  /* --------------------
    Top Logo
  -------------------- */
  .top-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .top-logo img {
    width: 110px;
    max-width: 70%;
    height: auto;
  }

  /* コピー */
  .copy {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    color: #555;
    max-width: 460px;
    letter-spacing: 0.11em;
    margin: 0 auto;
    margin-bottom: 25px;
  }



  .link-card {
  gap: 20px;

  padding: 0px;
  margin-bottom: 15px;

  background: #ffffff;
  border-radius: 22px;

  text-decoration: none;
  color: inherit;

  transition: transform 0.25s ease;
}

  /* 左：作品画像 */
.card-image {
  width: 30%;
}


  .card-image img {
    height: 100px;
    border-radius: 12px 0px 0px 12px ;
  }

/* 右：テキスト */
  .card-text {
    width: 70%;
    text-align: left;

}

/* h2（ロゴ画像） */
.logo-title {
  margin-bottom: 10px;
}
 

  .logo-title img {
   height: 35px;  
  }

  .card-text p {
    font-size: 11px;
    line-height:1.3em;
 letter-spacing: 0.11em;
  }

    .copyrignt {
    margin-top: 30px;
    font-size: 10px;
    letter-spacing: 0.05em;
}
  
}