
/* =========================
    ヨシタケコーヒー入りキャンディBase
========================= */

@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body { 
  margin: 0;
  background: #000;
}
.yoshitake-area{
  background: #272b1d;
  color: #fff;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 760px) {
  .yoshitake-area{
    font-size: 20px;
  }
}

.fadeup,
.slidein-r,
.slidein-l,
.zoomin{
  opacity: 0;
}
.anim-box.poyoyon2.is-animated ,
.anim-box.is-animated .poyoyon2 {
  animation: poyoyon2 1s ease-in-out forwards;
}
.anim-box.zoomin.is-animated,
.is-animated .zoomin {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
  
.anim-box.slidein-r.is-animated,
.is-animated .slidein-r  {
  animation: slideInr 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.anim-box.slidein-l.is-animated,
.is-animated .slidein-l {
  animation: slideInl 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.anim-box.fadeup.is-animated,
.is-animated .fadeup {
  animation: fadeupani 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes fadeupani {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
@keyframes slideInr {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
@keyframes slideInl {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
  
.fadeonly{
  opacity: 0;
}

.anim-box.fadeonly.is-animated,
.is-animated .fadeonly{
  animation: fadeonly 1.5s ease forwards;
}

@keyframes fadeonly{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}


/* =========================
    Main
 ========================= */
.yoshitake-main {
  margin-bottom: 0;
}
.yoshitake-main img{
  width: 100%;
}

@media (min-width: 769px) {
  .sp_area{
    display: none !important;
  }
}
@media (max-width: 768px) {
  .yoshitake-main {
    margin-bottom: 20px;
  }
  .pc_area{
    display: none !important;
  }
}
/* =========================
    About
   ========================= */
.yoshitake-about{
  padding: 60px 90px 30px;
}
.yoshitake-about-heading {
  width: 800px;
  max-width: 100%;
  margin: 10px auto;
}
.yoshitake-about-heading img{
  width: 100%;
}
.yoshitake-about-hero {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 11/5;
}
.yoshitake-about-candy01{
  bottom: -10%;
  position: absolute;
  width: 30%;
  left: 3.5%;
}
.yoshitake-about-candy02{
  position: absolute;
  width: 30%;
  right: 0%;
  bottom: -20%;
}
.yoshitake-about-pack {
  position: absolute;
  right: 30%;
  width: 40%;
  top: 3%;
}
.yoshitake-about-deden {
  position: absolute;
  width: 18.5%;
  right: 11%;
  top: 4%;
}
.yoshitake-about-text { 
  padding: 100px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
.yoshitake-about-text span { 
  color:#d7be30
}
.yoshitake-about-text p { margin: 0 0 .8em; }
@media (max-width: 768px) {
  .yoshitake-about{
    padding: 26px 0 20px;
  }
  .yoshitake-about-heading {
    width: 550px;
    max-width: 100%;
    margin: 10px auto;
  }
  .yoshitake-about-heading img{
    width: 100%;
  }
  .yoshitake-about-hero_sp{
    width: 100%;
    padding: 20px 10px 0;
    box-sizing: border-box;
  }
.yoshitake-about-pack_sp{
  max-width: 85%;
  display: block;
  margin: 30px auto;
}
  .yoshitake-about-text{
    width: 100%;
    padding: 20px 50px 0;
    box-sizing: border-box;

  }
  .yoshitake-acc-label { padding: 14px 52px; }
  .yoshitake-shop-row { grid-template-columns: 1fr; }
}

.yoshitake-btn-wrap {
  text-align: center;
  margin: 50px 0 80px;
}
.yoshitake-btn {
  display: inline-block;
  position: relative;
  left: 40px;
}
.yoshitake-btn img {
  display: block;
  width: 420px;
  max-width: 80%;
  transition: all 0.15s ease;
}
.yoshitake-btn:hover img {
  filter: brightness(1.15);
}
.yoshitake-btn:active img {
  transform: translate(4px, 4px);
  filter: brightness(0.95);
}


/* =========================
    Origin
   ========================= */
.yoshitake-origin{
  padding: 30px 90px;
}
.yoshitake-origin-heading {
  width:800px;
  margin: 25px auto;
}
.yoshitake-origin-heading img{
  width: 100%;
}
.yoshitake-origin-text { 
  padding: 10px 0 40px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.yoshitake-origin-text span { 
  color:#d7be30
}
.yoshitake-soure {
  position: relative;
  width: 100%;
  text-align: center;
}
.yoshitake-soure-lines{
  position: absolute;
  left: calc(50% + 300px);
  top: 70px;
  width: 250px;;
}
.yoshitake-soure-daihyou{
  width: 800px;
  margin: 0px auto 10px;
  text-align: center;
}
.yoshitake-detail-btn{
  display: block;
  width: 300px;
  margin: 50px auto;
  padding: 12px 0;
  color: #d7be30;
  border: 2px solid #d7be30;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  transition: all .2s ease;
}
/* マウスオン */
.yoshitake-detail-btn:hover{
  background: #d7be30;
  color: #272b1d;
}
/* 押した時 */
.yoshitake-detail-btn:active{
  transform: translate(3px,3px);
}

@media (max-width: 768px) {
  .yoshitake-origin{
    padding: 26px 0 20px;
  }
  .yoshitake-origin-heading {
    width: 550px;
    max-width: 100%;
    margin: 10px auto;
  }
  .yoshitake-origin-heading img{
    width: 100%;
  }
  .yoshitake-origin-text{
    width: 100%;
    padding: 0 50px 0;
    box-sizing: border-box;
  }
  .yoshitake-soure-daihyou{
    width: 120%;
    display: block;
    margin-left: -10%;
  }
  .yoshitake-origin-caption{
    margin-top: -60px;
  }
  .yoshitake-origin-caption {
    margin-top: -165px;
    position: relative;
    z-index: 3;
    padding-bottom: 90px;
  }
 }
 
 /* =========================
    Story
   ========================= */
.yoshitake-story{
  background: #8c1717;
  padding: 60px 90px 30px;
}
.yoshitake-story-heading {
  width: 850px;
  max-width: 100%;
  margin: 10px auto;
}
.yoshitake-story-heading img{
  width: 100%;
}
.yoshitake-story-item{
  text-align: center;
  margin: 80px auto;
}
.yoshitake-story-year{
  width: 550px;
  max-width: 80%;
  margin: 0 auto 25px;
}
.yoshitake-story-year img{
  width: 100%;
  display: block;
}
.yoshitake-story-text{
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 23px;

  line-height: 1.8;
}
.yoshitake-story-text span { 
  color:#d7be30
}
.yoshitake-story-photo {
  width: 500px;
  max-width: 90%;
  margin: 50px auto;
}
.yoshitake-story-photo img {
  width: 500px;
  display: block;
}
.yoshitake-story-textbox{
  max-width: 1000px;
  margin: 80px auto;
}
.yoshitake-story-subtitle{
  color: #d7be30;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.yoshitake-story-body{
  color: #fff;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .yoshitake-story{
    padding: 26px 0 20px;
  }
  .yoshitake-story-heading {
    width: 550px;
    max-width: 100%;
    margin: 10px auto;
  }
  .yoshitake-story-heading img{
    width: 100%;
  }
  .yoshitake-story-item{
    margin: 70px auto;
    padding: 0 20px;
  }
  .yoshitake-story-year{
    width: 600px;
    max-width: 80%;
  }
  .yoshitake-story-text{
    font-size: 20px;
    line-height: 1.8;
  }
  .yoshitake-story-subtitle{
    font-size: 25px;
  }
 .yoshitake-story-body{
 padding: 0 40px;
}
 }
 
 
/* =========================
    Media / Spec
   ========================= */
.yoshitake-media{
  padding: 90px 90px;
}
.yoshitake-media-heading {
  width: 800px;
  max-width: 100%;
  margin: 10px auto 30px;
}
.yoshitake-media-heading img{
  width: 100%;
}
.yoshitake-media-frame {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}
.yoshitake-media-frame iframe { position:absolute; inset:0; width:100%; height:100%; }

.yoshitake-spec{
  padding: 30px 120px;
}
.yoshitake-spec-heading {
  width: 800px;
  max-width: 100%;
  margin: 10px auto 30px;
}
.yoshitake-spec-heading img{
  width: 100%;
}
.yoshitake-spec-table {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  max-width: 1000px;
  margin: 20px auto;
}
.yoshitake-spec-row {
  display: grid;
  grid-template-columns: 195px 1fr;
  gap: 0;
  border-top: 1px solid #fff;
}
.yoshitake-spec-row:first-child { border-top: none; }
.yoshitake-spec-th {
  padding: 12px 10px 12px 20px;
  font-size: 18px;
  line-height: 1.4;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
}
.yoshitake-spec-th {
  font-size: 15px;
}
.yoshitake-spec-td {
  font-size: 18px;
  padding: 10px 5px 10px 23px ;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .yoshitake-media{
    padding: 32px 20px 30px;
  }
  .yoshitake-media-heading {
    width: 550px;
    max-width: 100%;
    margin: 10px auto;
  }
  .yoshitake-media-heading img{
    width: 100%;
  }
  .yoshitake-media-text{
    width: 100%;
    padding: 0 50px 0;
    box-sizing: border-box;
  }
  .yoshitake-media-frame{
    margin-top: 20px;
  }
  .yoshitake-spec{
    padding: 32px 20px 20px;
  }
  .yoshitake-spec-heading {
    width: 550px;
    max-width: 100%;
    margin: 10px auto;
  }
  .yoshitake-spec-heading img{
    width: 100%;
  }
  .yoshitake-spec-row {
    grid-template-columns: 1fr;
  }
  .yoshitake-spec-td{
    padding: 10px 0 10px 0;
  }
  .yoshitake-spec-th{
    padding: 14px 0 14px 0;
    text-align: center;
    border-right:none;
    display: block;
  }
  .yoshitake-spec-td.center{
    text-align: center;
    border:none;
  }

}

/* =========================
   Shops (Accordion)
   ========================= */
.yoshitake-shops{
  padding: 30px 30px;
}
.yoshitake-shops-heading {
  width:280px;
  margin: 10px auto;
}
.yoshitake-shops-heading img{
  width: 100%;
}  
.yoshitake-shops-date { 
  text-align:center; 
  margin:0 0 0px; 
}
.yoshitake-shops-tip  { 
  text-align:center; 
  margin:0 0 18px;
  font-size: 18px;
}
.yoshitake-acc { margin: 18px 0 45px; }
.yoshitake-acc-input { display: none; }

.yoshitake-acc-label {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background: #8c1717;
  border-radius: 12px;
  height: 65px;   /* ←追加 */
  font-size: 35px;
  letter-spacing: 0.2rem;
}
.yoshitake-arrow{
  width: 40px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.yoshitake-arrow img{
  display: block;
  width: 100%;
  transition: .2s;
  transform-origin: center center;
}

.yoshitake-acc-input:checked + .yoshitake-acc-label .yoshitake-arrow img{
  transform: rotate(180deg);
}
.yoshitake-acc-panel {
  padding: 0 90px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: 0.4s;
  height: 0;
  pointer-events: none;
  font-size: 23px;
  line-height: 1.7;
  font-weight: bold;
}
.yoshitake-acc-input:checked + .yoshitake-acc-label::before { transform: translateY(-50%) rotate(-90deg); }
.yoshitake-acc-input:checked + .yoshitake-acc-label + .yoshitake-acc-panel {
  padding: 25px 90px;
  opacity: 1;
  height: auto;
  pointer-events: auto;
}
.yoshitake-shops-name{
  border-bottom:solid 1px #fff;
  text-indent:-22px;
  padding:0 17px 0 39px;
  width:50%;
  box-sizing:border-box;
}
.yoshitake-shops-name:first-child,
.yoshitake-shops-name:nth-child(2){
  border-top:solid 1px #fff;
}
.yoshitake-shops-name:nth-child(2n){
  border-left:solid 1px #fff;
}
.yoshitake-acc-input:checked + .yoshitake-acc-label + .yoshitake-acc-panel .yoshitake-shops-name{
  text-indent: -22px;
  padding: 6px 17px 6px 39px;
}
@media (max-width: 768px) {
  .yoshitake-shops{
    padding: 30px 20px;
  }
  .yoshitake-acc-label {
    padding: 5px 5px;
    line-height: 1.2;
    font-size: 33px;
  }
  .yoshitake-arrow {
    right: 2px;
  }
  .yoshitake-shops-name{
    width: 100%;
    border-top: solid 1px #fff;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none;
    font-size: 20px;
  }
  .yoshitake-shops-name:nth-child(2n){
    border-left: none !important;
    border-right: none !important;
  }
  .yoshitake-acc-panel{
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  .yoshitake-acc-input:checked + .yoshitake-acc-label + .yoshitake-acc-panel{
    padding: 20px 0 0;
    border-bottom: solid 1px #fff;
  }
  .yoshitake-shops-name.none {
    display: none;
  }
  .yoshitake-acc {
    margin: 18px 0 25px;
  }
}

/* =========================
   Map
   ========================= */
.yoshitake-map{
  padding: 30px 30px;
}
.yoshitake-map-heading {
  width:280px;
  margin: 10px auto;
}
.yoshitake-map-heading img{
  width: 100%;
}  
.yoshitake-map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 30px 0;
  overflow: hidden;
}
.yoshitake-map-frame iframe {
  position:absolute; 
  inset:0; 
  width:100%; 
  height:100%; 
  border:0; 
}
@media (max-width: 768px) {
  .yoshitake-map{
    padding: 26px 20px 20px;
  }
  .yoshitake-map-heading {
    width: 220px;
    max-width: 100%;
    margin: 10px auto;
  }
  .yoshitake-origin-heading img{
    width: 100%;
  }
}

/* =========================
   footter
   ========================= */
   
   @media (max-width: 768px) {
  .yoshitake-footer img{
    width: 100%;
    height: auto;
    display: block;
  }
}


/* =========================
   Recruit CTA
   ========================= */
.yoshitake-recruit {
  margin: 100px 0 50px;
  text-align: center; 
  position: relative;
}
.yoshitake-recruit-catch {
  width:430px;
  margin: 0 auto 10px;
}
.yoshitake-recruit-catch img{
  width: 100%;
}  
.yoshitake-cta-btn {
  display: inline-block; 
  min-width: 329px;
  background: #d7be30; 
  color: #fff001;
  letter-spacing: .06em; 
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 2px 22px 3px;
  border-radius: 999px;
  box-sizing: border-box;
  transition: transform .06s ease, filter .15s ease;
}
.yoshitake-recruit-btn{
  display: block;
  width: 300px;
  margin: 5px auto;
  padding: 12px 0;
  color: #d7be30;
  border: 2px solid #d7be30;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  transition: all .2s ease;
}

@media (max-width: 768px) {
  .yoshitake-cta{
    padding: 26px 20px 20px;
  }
  .yoshitake-recruit-txt {
    width: 289px;
    max-width: 100%;
    margin: 10px auto;
  }
  .yoshitake-cta-btn{
    font-size: 30px;
    min-width: 240px;
    padding: 5px 22px;
  }
  .yoshitake-recruit-catch{
    width: 85%;
    margin: 0 auto 10px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  word-break: normal;   /* ← break-all を無効化 */
  white-space: nowrap;  /* 改行させない */
}
/* ヨシタケLP専用：1400幅 */
.yoshitake-wrap {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.yoshitake-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.yoshitake-area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* 上の黒い余白を詰める */
.yoshitake-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.yoshitake-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.yoshitake-area {
  margin-top: -35px !important;
}