/* ============================
  共通スタイル（基本設定）
   ============================ */
body {
  font-family: "Hiragino Mincho ProN","ヒラギノ明朝 ProN","Yu Mincho","游明朝","MS Mincho","ＭＳ 明朝",serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

/* ゴシック体 */
.gothic{
  font-family:     
    "Yu Gothic UI","Yu Gothic","MS PGothic","Segoe UI","Helvetica Neue","Hiragino Kaku Gothic ProN",sans-serif;     
}

/* 見出し */

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

h1{}
h2{}
h3{
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
h4{}
h5{}
h6{}

/* リンク */
a {
  color: #006ee5;
  text-decoration: underline;
}

p {
  font-weight: 500;
  font-size: 1.1rem;
  font-family: Verdana,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

/* ============================
  ヘッダー
   ============================ */
.logo {
  max-width: 300px;
}
.heder-link{
  color: #333333;
  text-decoration: unset;
}
.heder-link:hover{
  opacity: 0.7;
  color: #333333;  
}

/* ============================
  スライド画像
   ============================ */
.slider img {
  width: 100%;
  display: block;
}
.slick-dots {
  display: none !important;
}

/* ============================
  メニューバー
   ============================ */
.pc-nav ul, .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
  justify-content: center;
  font-weight: 600;
  font-size: 1.3rem;
}
.nav ul a, .pc-nav ul a {
  text-decoration: none;
  color: #fff;
}
.nav ul a, .pc-nav ul a:hover {
  opacity: 0.6;
}


/* PC用：スライダー下メニュー */
.pc-nav {
  padding: 1em;
  background: #BA1D22;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 30%);
  position: relative;
  z-index: 1;  
}

@media screen and (max-width:1087px) {
.pc-nav {
  display: none;
}
}

/* ============================
  ハンバーガーメニュー
   ============================ */
.header-pc{
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 1.5rem;
}
.header-sp{
  display: none;
}
   
@media screen and (max-width: 1087px) {  
.header-pc{
  display: none;
}
.header-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  margin-right: 1rem;
  border: solid 1px #242424;
  border-radius: 5px;
  }
}
.hamburger-menu_bar {
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu_bar:first-child {
  top: 16px;
}
.hamburger-menu_bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu_bar:last-child {
  top: 32px;
}
.hamburger-menu-open .hamburger-menu_bar {
  top: 50%;
}
.hamburger-menu-open .hamburger-menu_bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu-open .hamburger-menu_bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu-open .hamburger-menu_bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: #BA1D22;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 9999;
}
.navigation_list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation_list-item {
  border-bottom: solid 1px #fff;
}
.navigation_list-item:first-child {
  border-top: solid 1px #fff;
}
.navigation_link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
.navigation_link:hover {
  opacity: 0.5;
  color: #fff;
}

/* ============================
  コンテンツ
   ============================ */
.background{
  background-color: #F8F3EC; 
}
   
.inner{
  max-width: 1200px;
  padding: 1.5rem;
  margin: 0 auto;
}
.box{
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 3rem 0;  
}
.title{
  text-align: center;
}
.title div{
  color: #3F220E;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: solid 3px #3F220E;
  display: inline-block;
  letter-spacing: 2px;
}
.box-width{
  width: 80%;
  margin: 0 auto;
}
.banner{
  display: block;
  transition: all .3s ease-in-out;
  transform: translateY(0);
}
.banner:hover{
  opacity: 0.6;
  transform: translateY(-5px);
}
.top-banner:hover{
  opacity: 0.6;
}
.point {
  position: relative;
  padding-left: 1.5rem;
}
.point::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* ============================
  高麗人参100%粉末
   ============================ */
.kourai{
  background-image: url("/lp/assets/images/kourai-background.png");
  background-size: cover; 
  background-position: center;   
  background-repeat: no-repeat;   
  background-size: 600px auto; 
}

/* ============================
  なつめジャム
   ============================ */
.natume{
  background-image: url("/lp/assets/images/natumejam-background.png");
  background-size: cover; 
  background-position: center;   
  background-repeat: no-repeat;   
  background-size:300px auto; 
}

/* ============================
  石蓮花
   ============================ */
.sekirenka{
  background-image: url("/lp/assets/images/sekirenka-background.png");
  background-size: cover; 
  background-position: center;   
  background-repeat: no-repeat;   
  background-size:400px auto; 
}

/* ============================
  お悩み
   ============================ */
.onayami-title{
  background-color: #3F220E;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  font-size: 1.2rem; 
  font-weight: 500;
}
.onayami-img{
  width: 150px;
}

/* ============================
  お客さまのお声をご紹介
   ============================ */
.customer-title{
  border-bottom: solid 2px #3F220E;
  font-weight: 600;
}
.customer-img{
  max-width: 250px;
}
.recipe-img{
  max-width: 150px;
}

/* ============================
  よくある質問
   ============================ */
.faq{
  border: solid 2px #BA1D22;
  width: 100%;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding: 1rem 2rem;
}

.faq-toggle-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  margin-left: 2rem;
}

.faq-question.active .faq-toggle-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 1rem 0;
  color: #444;
  border-top: 1px solid #ccc;
  margin: 0 2rem;
}

/* ============================
  生高麗人参
   ============================ */
.kourai-trial{
  background-color: #fff;
  padding: 2rem 0;
}
.bank-title{
  background-color: #EEEEEE;
  border-style: solid;
  border-width: 4px;
  border-color: #EEEEEE #9A9A9A #9A9A9A #EEEEEE;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem 0;
  letter-spacing: 2px;
}

.bank-info {
  border-collapse: collapse;
}
.bank-info th,
.bank-info td {
  border: 5px solid #fff;
  padding: 10px;
  vertical-align: top;
  font-size: 1.1rem;
}
.bank-info th {
  background-color: #7ab800; 
  color: white;
  width: 150px;
}
.bank-info td {
  background-color: #f2f8e9; 
}
.order-form-title{
  font-weight: 600;
  font-size: 1.5rem;
  border-bottom: solid 3px #B3B3B4;
}

/* ============================
  メールフォーム
   ============================ */
.mailform-wrapper{
  border: solid 1px #B3B3B4 ;
}
.mailform-cell{
  margin: 1.5rem 1rem;
}
.mailform-cell-name{
  display: flex;
  margin: 1.5rem 1rem;
 }
.mailform-cell-name-l{
  margin-right: 1rem;
  width: 100%;
 }
.mailform-cell-address{
  margin-top: 0.5rem;
 }
.mfp_element_chk{
  border: solid 2px #C00;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px #CCC;
  padding: 10px 15px;
  font-weight: 600; 
  color: #C00;
  background-color: #fff;
}
.mfp_element_chk:hover{
  color: #fff;
  background-color: #C00;
  border: solid 2px #fff; 
}

.mailform-privacy{
  align-items: center;
  color: #C00;
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.2rem;
}
 
/* ============================
  ページトップボタン
   ============================ */
.pagetop-btn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
  right: -80px;
  bottom: 10%;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #dba351;
  transition: .2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}
.pagetop-btn i{
  position: absolute;
  font-size: 30px;
  color: #FFF;
  top: 10px;
  font-weight: 300;
}
.arrow-img{
  max-width: 30px;

}
.pagetop-btn p{
  margin: 0;
  font-size: 15px;
  bottom: 13px;
  position: absolute;
}
.is-active {
  opacity: 1;
  visibility: visible;
}
.pagetop-btn.is-active {
  right: -2px;
}


/* ============================
  フッター
   ============================ */
footer {
  background-color: #40220F;
  color: #fff;
  padding: 3rem;
  font-weight: 500;
  line-height: 2rem;
}
.footer-link{
  color: #fff;
  text-decoration: underline;
}
.footer-link:hover{
  color: #999999;
}

/* ============================
  サンクスページ
   ============================ */
.thanks-wrapper{
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 0 0 3rem 0;
}
.thanks-title{
  color: #fff;
  background-color: #BA1D22;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 1.5rem 0;
}   
.thanks-text{
  display: flex;
  justify-content: center;
  margin-top: 1.3rem;
  font-weight: 600; 
}
.thanks-text p{
  border: solid 2px #BA1D22;
  border-radius: 5px;
  padding: 1rem
}
.thanks-btn{
  border: solid 2px #9A9A9A;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px #CCC;
  padding: 10px 15px;
  font-weight: 600;
  color: #C00;
  background-color: #fff;  
  text-decoration: unset;
}
.thanks-btn:hover{
  color: #fff;
  background-color: #C00;   
  border: solid 2px #fff;
  text-decoration: unset;  
}