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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.grecaptcha-badge {
  visibility: hidden;
}

.content {
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.item-box {
  opacity: 0;
  margin-bottom: 2.5rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  padding: .8rem;
  border-radius: .8rem;
}

.item-box.act {
  opacity: 1;
  -webkit-animation: SlideUp .8s;
  animation: SlideUp .8s;
}

.name-box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #635a5a;
  margin-bottom: 1rem;
}

.nb1 {
  border-bottom: 2px solid #DAAF08;
}

.nb2 {
  border-bottom: 2px solid #9E9E9E;
}

.nb3 {
  border-bottom: 2px solid #945809;
}

.rank-num {
  font-size: 3rem;
  margin-right: 10px;
  font-style: italic;
  position: absolute;
  bottom: -15px;
  color: #635a5a;
  padding-right: 40px;
}

.rn1 {
  background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.rn2 {
  background: linear-gradient(0deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.rn3 {
  background: linear-gradient(0deg, #B67B03 0%, #945809 45%, #ceaa67 70%, #945809 85%, #B67B03 90% 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.item-name {
  font-size: 1.4rem;
  padding-left: 40px;
  color: #6595ef;
  font-weight: bold;
}

ul[id^="list"] {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul[id^="list"] li {
  display: none;
  list-style: none;
  margin-bottom: 1.2em;
}

ul[id^="list"] li.review-img {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}

.more-btn {
  background-color: #f3f3f3;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}

.more-btn:hover {
  background-color: #e4e4e4;
  color: #111;
}

.btn-more {
  margin-top: 10px;
  text-align: center;
}

.img-area {
  margin-top: 2rem;
}

.r {
  position: absolute;
  bottom: 10px;
  font-size: 1rem;
  right: 0;
}

.top-img {
  margin: 0;
}

.site-intro-box {
  margin: 0;
  display: flex;
  justify-content: center;
}

.site-intro {
  line-height: 2.5;
  margin: 10px 0;
}

span.st {
  color: #ea896c;
  font-weight: bold;
}

.illust {
  margin: 1rem auto 0;
  width: 30%;
}

.illust-balloon {
  position: relative;
  display: flex;
  justify-content: space-around;
}

.illust-balloon p {
  width: 240px;
  height: 240px;
  background: url(https://koinoa.jp/wp-content/uploads/2025/07/bubble01.png) no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}

.intro-box {
  text-align: left;
}

.intro {
  font-size: 1.4rem;
  line-height: 3;
  padding: 15px;
}

.what {
  font-size: 1.6rem;
  font-weight: bold;
  color: #cc3366;
  border-bottom: 3px solid #fbb1c8;
  padding-bottom: 0.3em;
  margin-top: 2rem;
}

.exp {
  padding: 20px;
  font-size: 1.4rem;
  margin: 0;
}

a.rec-a {
  text-align: center;
  text-decoration: none;
  position: relative;
  background-color: #f8b2c0;
  padding: 14px 20px;
  margin: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
  border: 2px solid transparent;
}

a.rec-a::after {
  content: "\f105";
  position: absolute;
  right: 0;
  font-size: 20px;
  font-family: 'font awesome 5 free';
  margin-right: 12px;
}

p.sol {
  font-size: 1.4rem;
}

.pickup-item {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.pickup-item.act {
  opacity: 1;
  -webkit-animation: SlideUp .8s;
  animation: SlideUp .8s;
}

.top-pick-section {
  opacity: 0;
}

.top-pick-section.act {
  opacity: 1;
  -webkit-animation: SlideUp .8s;
  animation: SlideUp .8s;
}

.pickup-thumb {
  flex: 1 1 120px;
  text-align: center;
  margin-right: 1em;
}

.pickup-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.pickup-content {
  flex: 2 1 300px;
}

.pickup-icon-box {
  display: flex;
  align-items: center;
}

.pickup-icon {
  width: 18%;
  margin: 10px;
}

.pickup-icon img {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.pickup-title {
  color: #6595ef;
}

.pickup-catch {
  color: #e85a71;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.pickup-btn {
  background: #16d9a8;
  color: #fff;
  padding: 0.8em 1.5em;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pickup-btn:hover {
  color: #fff;
  opacity: 0.9;
}

.pickup-btn::before {
  animation: shine 3s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

.question {
  margin-bottom: 20px;
}

.question p {
  font-weight: bold;
  margin-bottom: 10px;
}

.question label {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
}

.app-item {
  text-align: left;
}

.app-item h5 {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #6595ef;
}

.app-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.8em;
}

.app-item .excerpt {
  margin-bottom: 1em;
  color: #555;
}

/* 再診断ボタン */
.retry {
  text-align: center;
}

.hl {
  background-image: linear-gradient(120deg, #ffef92 0%, #ffef92 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 90%;
}

.faq-wrap {
  padding: 1rem;
}

.faq-heading {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  color: #222;
}

.faq-item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 1em 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1em;
  color: #333;
  text-align: left;
  padding: 0.5em 0;
}

.faq-question.active {
  color: #e05260;
}

.toggle-icon {
  font-size: 1.5em;
  margin-left: 0.5em;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  color: #444;
  line-height: 1.6;
  padding: 0 0;
}

.faq-answer.open {
  max-height: 1000px;
  padding-top: 0.7em;
}

.download {
  text-align: center;
  margin-top: 10px;
  color: #ff5f5f;
  font-size: .9rem;
  font-weight: bold;
}

.store-links {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

.store-links img {
  height: 50px;
}

.icon-img {
  text-align: center;
}

.icon-img img {
  width: 30%;
  border-radius: 20%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.app-name {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #6595ef;
}

.btn-primary {
  display: block;
  margin: 0 auto;
  max-width: 95%;
  background-color: #ffd54f;
  color: #333;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1em 0;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(255, 105, 180, 0.3);
  width: 100%;
  margin: 0.5rem;
}

.btn-primary:hover {
  background-color: #ff4f9b;
  transform: translateY(-2px);
}

.btn-primary:active {
  transform: scale(0.98);
}

.pu-link {
  -webkit-animation: SlideInL .8s;
  animation: SlideInL .8s;
}

.pu {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff7143;
  margin: 1.2rem 0 0;
}

.retry {
  margin-top: 2rem;
  text-align: center;
}

.retry button {
  background: #999;
  color: #fff;
  padding: 0.6rem 1.8rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.retry button:hover {
  background: #666;
}

.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 0.5em;
  z-index: 1000;
}

.fixed-cta a {
  display: block;
  width: 48%;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0.7em 0.5em;
  color: #fff;
  border-radius: 8px;
  background-color: #6595ef;
  text-decoration: none;
}

.app-item {
  text-align: left;
}

.app-item h5 {
  margin-bottom: 0.6em;
  font-size: 1.1em;
  color: #6595ef;
  text-align: center;
}

.app-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.8em;
  display: block;
  border-radius: 10px;
}

.app-item .excerpt {
  margin-bottom: 1em;
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
}

.dl-button-wrapper {
  margin-top: 1rem;
}

.dl-single-btn {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.app-item {
  text-align: left;
}

.app-item h5 {
  margin-bottom: 0.6em;
  font-size: 1.1em;
  color: #6595ef;
  text-align: center;
}

.app-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.8em;
  display: block;
  border-radius: 10px;
}

.app-item .excerpt {
  margin-bottom: 1em;
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
}

.dl-button-wrapper {
  margin-top: 1rem;
  text-align: center;
}

.dl-single-btn {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.retry {
  margin-top: 2rem;
  text-align: center;
}

.retry button {
  background: #999;
  color: #fff;
  padding: 0.7rem 1.8rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.retry button:hover {
  background: #666;
}

@media screen and (min-width: 768px) {
  .fixed-cta {
    display: none;
  }
}

.etc {
  margin: 0;
  color: #e4716e;
  font-weight: bold;
}

.review-value {
  font-size: 1.2rem;
  font-weight: bold;
  border-left: 5px solid;
  padding-left: 10px;
  margin: 20px 0;
}

.reviewer-icon {
  text-align: center;
  width: 80px;
  flex-shrink: 0;
}

.reviewer-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.reviewer-age {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.3em;
}

.reviewer-meta {
  margin-top: 0.3em;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
}

.review-stars {
  margin-bottom: 0.4em;
  font-size: 1.1rem;
  color: #ffc107;
  line-height: 1;
}

.review-stars .star {
  color: #ddd;
  margin-right: 2px;
}

.review-stars .star.filled {
  color: #ffc107;
}

.reviewer-info {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.3em;
}

.reviewer-job,
.reviewer-pref {
  display: inline-block;
  margin-right: 0.7em;
}

.reviewer-star {
  font-size: 0.85rem;
  color: #f39c12;
  display: flex;
  align-items: center;
  margin-top: 0.2em;
}

.reviewer-star .stars {
  letter-spacing: 0.1em;
  font-size: 1rem;
  margin-right: 0.4em;
}

.reviewer-star .star-num {
  font-size: 0.85rem;
  color: #444;
}

.review-img {
  display: flex;
  gap: 1.5em;
  align-items: flex-start;
  margin-bottom: 1.5em;
}

.review-left {
  width: 80px;
  flex-shrink: 0;
  text-align: center;
}

.review-left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.4em;
}

.review-left .meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.3em;
}

.review-right {
  flex: 1;
}

.reviewer-star {
  font-size: 0.9rem;
  color: #f39c12;
  margin-bottom: 0.3em;
}

.reviewer-star .stars {
  letter-spacing: 0.05em;
  font-size: 1rem;
  margin-right: 0.4em;
}

.reviewer-star .star-num {
  font-size: 0.85rem;
  color: #444;
}

.reviewer-comment {
  position: relative;
  background: #fff8f8;
  border: 1px solid #ea896c;
  border-radius: 8px;
  padding: 1em;
  max-width: 100%;
}

.reviewer-comment::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 1.2em;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #ea896c transparent transparent;
}

.reviewer-comment::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 1.2em;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent #fff8f8 transparent transparent;
}

.reviewer-comment p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.balloon-answer {
  background: #fff8f8;
  border-left: 4px solid #f7b8a2;
  padding: 1em;
  margin: .5em auto 1.5em;
  max-width: 640px;
  font-size: 0.95rem;
  line-height: 1.6;
  border-radius: 8px;
  color: #444;
}

.pickup-tags {
  margin: 0.5rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.pickup-tag {
  display: inline-block;
  background-color: #ffe9e0;
  color: #e4716e;
  font-size: 0.75rem;
  padding: 0.3em 0.7em;
  border-radius: 999px;
  font-weight: bold;
}

.pickup-review {
  font-size: 0.8rem;
  color: #666;
  background: #f8f8f8;
  border-left: 4px solid #ffe1d2;
  padding: 0.5em 0.8em;
  margin-top: 0.5em;
  border-radius: 6px;
}

.pickup-summary {
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 1rem 0 0.5rem;
  color: #444;
}

.recommend-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 20px;
}

.recommend-tags .tag {
  background-color: #f8e0eb;
  color: #c62774;
  font-size: 0.85rem;
  padding: 5px 10px;
  border-radius: 9999px;
  line-height: 1.4;
  white-space: nowrap;
}

.dl-button-wrapper {
  text-align: center;
}

.dl-single-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(90deg, #ffb347, #ff7043);
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  padding: 1rem 0;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  transition: all 0.2s ease;
  animation: float 2s ease-in-out infinite, pulseGlow 2.4s ease-in-out infinite;
}

.dl-single-btn:hover {
  background: linear-gradient(90deg, #ff7043, #ffb347);
  color: #fff;
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.dl-caption {
  text-align: center;
  font-size: 0.9em;
  color: #e85a71;
  font-weight: bold;
  margin: .8rem 0;
}

#footer {
  margin-bottom: 60px;
}

#go-to-top {
  bottom: 70px;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px) {

  /*必要ならばここにコードを書く*/
  .intro {
    font-size: 1rem;
    line-height: 2;
  }

  .what {
    font-size: 1.2rem;
    padding-left: 10px;
  }

  p.exp {
    padding: 15px;
    font-size: 1rem;
    line-height: 2;
  }

  .illust-balloon p {
    width: 160px;
    height: 160px;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff;
  }

  p.sol {
    font-size: 1rem;
  }

  .r {
    font-size: 0.8rem;
  }

  .site-intro {
    line-height: 1.8;
  }

  .review-value {
    font-size: 1rem;
  }

  .review-zone p {
    font-size: 0.8rem;
  }

  .review-zone::before,
  .review-zone::after {
    left: 25px;
  }

  .pickup-thumb {
    margin-right: 0;
  }
}

.trust-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  line-height: 1.9;
}

.retry button {
  background: #f3a7ba;
}

.retry button:hover {
  background: #eb7f9a;
}