@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){
  /*必要ならばここにコードを書く*/
}

.lp-container {
  font-family: 'BIZ UDPGothic', 'Noto Sans JP', 'Yu Gothic Medium', sans-serif;
  line-height: 2.2;
  color: #2b2b2b;
  background: #fffaf0;
  padding: 2.8em 2em;
  max-width: 860px;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: 500;
}

.marker-under {
  background: linear-gradient(transparent 60%, rgba(255, 80, 80, 0.35) 0%);
  padding: 0 2px;
  font-weight: 700;
}

.lp-title {
  display: block;
  border: 1px solid #d8b867;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff7e6 100%);
  color: #7c6230;
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  padding: 0.8em 1em;
  box-shadow: 0 4px 10px rgba(215, 186, 100, 0.25);
  width: 100%;
  box-sizing: border-box;
  margin: 1em 0 1em;
}

.lp-main-title {
  text-align: center;
  color: #8b6f43;
  font-size: 2em;
  font-weight: 700;
  margin-top: 1em;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.lp-intro {
  text-align: center;
  font-size: 1.25em;
  margin-top: 1.4em;
  color: #3b2e1a;
  font-weight: 500;
}

.lp-btn-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 2em auto;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06c755;
  color: #fff;
  padding: 0.8em 2.6em; 
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3em;
  border: none;
  box-shadow: 0 5px 0 #059b46, 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  gap: 0.3em; }


.lp-btn:hover {
  background: #00b84a;
  color: #fff !important; 
  transform: translateY(-3px);
  box-shadow: 0 8px 0 #059b46, 0 10px 18px rgba(0, 0, 0, 0.25);
}

.lp-btn-icon {
  width: 3.2em;
  height: 3.2em;
  fill: #fff;
  flex-shrink: 0;
  display: block;
  transform: translateY(1px);
}

.lp-btn-text {
  display: block;
  line-height: 1.3;
  text-align: center;
  font-size: 1.15em;
}

.lp-btn-icon {
  transform: translate(-5px, 1px); /* ← 横に5px左へ動かす */
}

/* テキスト側の余白も少し広く */
.lp-btn-text {
  max-width: 12em; /* ← 長文でも折り返しやすく */
  text-align: center;
}

.lp-divider {
  border: none;
  border-top: 1px solid #e6d6b0;
  margin: 1.5em 0;
}

.lp-voice {
  border-left: 5px solid #c5a14e;
  margin: 1.5em 0;
  padding-left: 1.3em;
  background: #fffdf5;
  font-style: italic;
  font-size: 1.15em;
  line-height: 2;
}
.lp-notice {
  text-align: center;
  font-size: 1.05em;
  color: #555;
  margin-bottom: 3em;
  line-height: 1.9;
}

@media screen and (max-width: 834px) {
  main.main,
  div.sidebar {
    padding: 5px 16px !important;
  }
}


@media (max-width: 600px) {
  .lp-container {
    font-size: 1.1em;
    padding: 1.8em 1.3em;
  }

  .lp-main-title {
    font-size: 1.7em;
  }

  .lp-btn {
    width: 92%;
    padding: 0.8em 0;
    font-size: 1.2em;
    border-radius: 14px;
  }

  .lp-btn-icon {
    width: 2.6em;
    height: 2.6em;
  }

  .lp-title {
    font-size: 1.4em;
    padding: 0.6em;
  }
}

.lp-text {
  font-size: 20px;
  line-height: 2;
  display: block;
  margin-bottom: 1em;
}

.lp-list {
  line-height: 2.6; 
}


