.st-Main.second {
background:url(/common/img/mascot/bg_skywhite.png);
background-color:#C2EEFF;
background-size: 1920px auto;
background-position: top center;
width: 100%;
margin-right: auto;
margin-left : auto;
position: relative;
}

.st-Width-01 {
width: 100%; 
}

#trigger-second {
    background: #cce3f3;
  }

@media print, screen and (min-width: 46.75em) {
.st-Width-01 {
width: 100%;
margin-left: auto;
margin-right: auto;
}

.navWidth{
  padding-left: calc(20rem / 20);
padding-right: calc(20rem / 20);
  width: calc(1080rem / 20);
  margin-left: auto;
margin-right: auto;
}
 }


.gb-wh {
	background: 
	url(/common/img/mascot/before_line_white.png) repeat-x left top / 1000px;
	padding-top: 56px;		
  margin-top: 6rem;
  }

.gb-wh > div {
	background: #fff;
  padding: 0 1rem;
}
.gb-wh div img {
    display: block;     
    margin: 0 auto;     
    max-width: 900px;   
    width: 100%;        
    height: auto;  
}

.gb-wh h2 {
	color: #f5f3e5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.gb-wh a:hover {
	color: #726b62;
}

.family-intro {
  position: relative;
  max-width: 1000px;
  margin: 30px auto;
  padding: 60px 0;
  background-color: #fcfaf5; 
  border-radius: 60px; 
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.02),
    0 30px 60px rgba(180, 170, 150, 0.1);   
  overflow: hidden;
}

.char {
  position: absolute;
  text-align: center;
  opacity: 0;          
  transform: translateY(30px) rotate(0deg); 
  transition: opacity 2.0s ease, transform 2.0s cubic-bezier(0.22, 1, 0.36, 1);
}

.char.is-visible {
  opacity: 1;
 }

.family-img {
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: block;
  z-index: 1;
}

.family-canvas {
  position: relative;
  height: 700px; 
  z-index: 1;
}

.img-wrap {
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  background: #fff;
  padding: 10px; 
}

.img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* （センター） */
.center01 {
  width: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* （右斜め上） */
.right02 {
  width: 220px;
  top: 15%;
  left: 70%;
  transform: rotate(3deg);
}

/* （左上） */
.left03 {
  width: 200px;
  top: 5%;
  left: 7%;
  transform: rotate(-2deg);
}

/* （左下） */
.left04 {
  width: 180px;
  bottom: 10%;
  left: 10%;
  transform: rotate(5deg);
}

/* （右下） */
.right05 {
  width: 160px;
  bottom: 0;
  right: 15%;
  transform: rotate(-4deg);
}

.role { 
  font-size: 0.8rem; 
  color: #999; 
  margin-top: 10px; 
  font-family: serif;
 }

 .name { 
  font-size: 1rem; 
  color: #444; 
  font-weight: normal; 
  margin-top: 5px;
 }

.profile-box {
  margin-top: 15px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);    
  border-radius: 15px;
  display: inline-block;
  text-align: left; 
}

.details {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
}

.details p {
  margin-bottom: 4px;
  display: flex;
}

.details span {
  font-weight: bold;
  color: #8c7e6d;
  width: 9em;    
  display: inline-block;
  font-size: 0.75rem;
}

@media screen and (min-width: 769px) {
  .family-img {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .family-intro {
    border-radius: 0;
  }

  .family-bg-text {
    font-size: 3rem;
    top: 5%;
  }

  .family-canvas {
    height: auto;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 30px;
  }

  .char {
    position: static !important;
    transform: none !important;
    opacity: 0; 
  }

  .center01 {
    width: 90%; 
    max-width: 350px;
  }

  .family-canvas .char:not(.center01) {
    width: 45%;
    display: inline-block;
  }

  .family-canvas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .profile-box {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
.role { 
  font-size: 1.2rem;
}
.name {
  font-size: 1.3rem;
}

.details {
  font-size: 1.25rem;
}

.details p {
  display: flex;
}

.details span {
  font-size: 1.2rem;
}


}

:root {
  --forest-green: #2d5a27;
  --leaf-green: #8bc34a;
  --soft-beige: #f9f7f2;
}

.forest-section {
  background-color: var(--soft-beige);
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.section-title {
  color: var(--forest-green);
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.slider-container {
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
  overflow: hidden; 
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-out;
  gap: 20px;
  width: max-content;
  will-change: transform; 
}

.slide-card {
width: 85vw; 
  max-width: 320px; 
  flex-shrink: 0;
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  border-bottom: 5px solid var(--leaf-green);
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: flex-start;
}

.char-badge {
  display: inline-block;
  background: var(--leaf-green);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.char-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.shop-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: var(--forest-green);
  color: white;
  border-radius: 5px;
  transition: 0.3s;
}

.shop-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.slider-controls button {
  background: white;
  border: 2px solid var(--forest-green);
  color: var(--forest-green);
  padding: 10px 25px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}

.fv-img {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.fv-img img {
  width: 100%;
  height: auto;
  display: block;
}

.lstcmnt-img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.lstcmnt-img img {
  width: 100%;
  height: auto;
  display: block;
  padding: 2rem 0;
}

.letter-img {
  display: block;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}

.letter-img img {
  width: 100%;
  height: auto;
  display: block;
  padding: 2rem 0;
}


.product-layout {
  display: flex;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.product-left {
  flex: 1.2;
    display: flex;
  flex-direction: column;
}

.product-name {
  display: flex;
  align-items: center;
  color: #2A7C8C;
  gap: 12px;
  border-left: solid 5px #2A7C8C;
  padding: 0.25em 0.5em;
  font-size: 1.5em;
}

.product-category {
  font-size: 0.6em;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: #E8F6FA;
  color: #333;
  white-space: nowrap;
}
.product-button {
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid #2A7C8C;
  border-radius: 999px;
  color: #2A7C8C;
  font-weight: bold;
  transition: 0.3s;
align-self: flex-end;
  margin: 0 24px 24px 0;
}

.product-button:hover {
  background-color: #2A7C8C;
  color: #fff;
}

.product-image-large img {
  width: 100%;
  height: auto;
  display: block;
}

.product-right {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-image-medium img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .section-desc{
    font-size: 1.2rem;
  }

.char-badge {
  font-size: 1.5rem;
}
.shop-btn {
  font-size: 1.4rem;
}
  .product-name {
    font-size: large;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .product-layout {
    flex-direction: column;
    gap: 8px;
    padding: 0 1rem 5rem;
  }
}

.char-qa-mini {
    margin-top: calc(12rem / 20);
    background: transparent;
    padding: 0 2rem;
}
.qa-title-img {
    text-align: center;
    margin-bottom: calc(20rem / 20);
}

.qa-title-img img {
    width: 100%;
    max-width: calc(400rem / 20);
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(2, 170, 145, 0.1));
}

.qa-item {
    display: flex;
    flex-direction: column;
    margin-bottom: calc(40rem / 20);
}

.qa-item .q {
    align-self: flex-start;
background: #f5efe6;
border: 1px solid rgba(0,0,0,0.05);
box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    padding: calc(15rem / 20) calc(20rem / 20);
    border-radius: 20px 20px 20px 5px;
    font-size: calc(16rem / 20);
    color: #333;
    margin-bottom: 10px;
    max-width: 80%;
}

.qa-item .a {
    display: flex; 
    align-items: center; 
    font-size: calc(16rem / 20);
    line-height: 1.6;
    color: #444;
    margin-top: calc(10rem / 20);

}

.qa-item .a::before {
    content: "";
    flex-shrink: 0;
    width: calc(60rem / 20);
    height: calc(60rem / 20);
    margin-right: calc(15rem / 20);
   background-image: url(/common/img/mascot/ふくっち.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
 }


 @media (max-width: 768px) {
.qa-title-img img {
    max-width: calc(600rem / 20);
 }

  .qa-item .q {
    font-size: calc(26rem / 20);
}

.qa-item .a {
    font-size: calc(26rem / 20);
}


.qa-item .a::before {
    width: calc(100rem / 20);
    height: calc(100rem / 20);
 }

}
