@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ========================================
   クリエイタープロフィール
======================================== */

.creator-profile {
  margin: 20px 0 30px;
}

/* NO PHOTO */
.creator-photo-placeholder {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 4 / 3;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #777;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* 各プロフィール項目 */
.creator-section {
  margin: 0 0 26px;
}

.creator-section h2 {
  margin: 0 0 14px;
  padding: 10px 14px;
  font-size: 20px;
}

.creator-section p {
  line-height: 1.8;
}

/* 公式活動先CTA */
.creator-official-button {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 18px auto;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.creator-official-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* 情報確認日 */
.creator-checked-date {
  margin-top: 24px;
  font-size: 13px;
  text-align: right;
  opacity: 0.7;
}

/* スマートフォン */
@media screen and (max-width: 480px) {
  .creator-photo-placeholder {
    max-width: 100%;
  }

  .creator-section h2 {
    font-size: 18px;
  }

  .creator-official-button {
    max-width: 100%;
  }
}
