@charset "utf-8";
/* 
標準文字　24px
小見出し　28px
中見出し　33px
*/

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #3F2719;
  line-height: 1.8em;
  background-color: #FFB92C;


}

.header{
  position: fixed;
  z-index: 9999;
}

.migisita {
  position: fixed;
  right: 14px;
  bottom: 7px;
  height: auto;
  z-index: 1000; 
}


.top {
  position: relative;
  /* margin-top: 36px; */
  background-image: url(design/pc.png);
  height: 618px;
}

.coffee{
   margin-top:72px;
   margin-left:221px;
   width:143px;
}

.umaibou-text {
  position: absolute;
  top: 370px;
  left: 107px;
}

.umaibou {
  /* background-image: url(design/umaibou.png); */
  height: 216px;
  background-repeat: no-repeat;
  background-position: -1px 70px;
  /* 横 縦 */
}

.text-group {
  font-size: 33px;
  margin-left: 85px;

}

.sakutto {
  width: fit-content;
  background: #fff4dc;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 6px;

}

.hitoyasumi {
  width: fit-content;
  background: #fff4dc;
  margin: 0;
  padding-bottom: 6px;

}

.te {
  position: absolute;
  z-index: 2;
  top: 90px;
  left: 51px;
  width: 233px;

  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 1s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}


.haikei1 {
  position:relative;
  z-index: 3;
  background-image: url(design/haikei1.png);
  height: 1452px;
  width: auto;
  background-repeat: no-repeat;
  margin-top: 62px;
  padding-top: 1px;
}

.tyotto {
  text-align: center;
  margin-top: 237px;
  font-size: 24px;
  color: #3F2719;

}

.nobi {
  display: block;
  margin-top: 57px;
  margin-left: 82px;
  width: 247px;

}

.sonnatoki {
  text-align: center;
  margin-top: 98px;
  font-size: 24px;
  color: #3F2719;
  line-height: 0.35;
}

.yellowsakutto {
  display: block;
  background-image: url(design/sakuttohaikei.png);
  height: 300px;
  background-repeat: no-repeat;
  margin-top: 75px;
  margin-left: 68px;


}

.sakuttoumaibou {
  position: absolute;
  margin-top: 33px;
  margin-left: 16px;
  width: 207px;
}

.hitoyasumisimasenka {
  text-align: center;
  margin-top: 98px;
  font-size: 24px;
  color: #3F2719;
  line-height: 0.35;
}

.plan {
  background-image: url(design/patern.svg);
  height: 2755px;
  background-position: 0px -136px;
  /* 横 縦 */
  padding-top: 1px;
}

.pittari {
  text-align: center;
  margin-top: 158px;
  font-size: 33px;
  color: #3F2719;
  line-height: 0.35;
}

.zyugyou {
  width: fit-content;
  /* background: red; */
  position: relative;
  margin-top: 178px;
  left: 58px;

  /* ▼ フェードイン用 */
  opacity: 0;
  transform: translateY(40px);

  animation: zyugyouFadeUp linear forwards;
  animation-timeline: view();
  animation-range: entry 55% cover 60%;
}

@keyframes zyugyouFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.zyugyoutext {
  position: absolute;
  top: -34px;
  left: -25px;
  font-size: 28px;
}

.zyugyouno {
  width: fit-content;
  background: #FEE000;
  margin-bottom: 11px;
  padding-bottom: 6px;

}

.yasumizikanni {
  width: fit-content;
  background: #FEE000;
  margin: 0;
  padding-bottom: 6px;


}

.yokosaku1 {
  position: absolute;
  top: 239px;
  left: 122px;
  width: 160px
}

.desk{
   width: fit-content;
  /* background: red; */
  position: relative;
  margin-top: 178px;
  left: 112px;

/* ▼ フェードイン用 */
  opacity: 0;
  transform: translateY(40px);

  animation: zyugyouFadeUp linear forwards;
  animation-timeline: view();
  animation-range: entry 55% cover 60%;
}

@keyframes zyugyouFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.yokosaku2 {
  position: absolute;
  top: 227px;
  left: -83px;
  width: 160px
}

.yokosaku3 {
  position: absolute;
  top: 246px;
  left: 76px;
  width: 160px
}
.haikei2 {
  position:relative;
  z-index: 3;
  background-image: url(design/haikei2.png);
  height: 1600px;
  width: auto;
  background-repeat: no-repeat;
  margin-top: 329px;
  padding-top: 1px;
}
.slider1 {
  width:390px;
  overflow: hidden;
  margin-top :300px;
}
.slider-track {
  display: flex;
  gap: 40px; 
  width:max-content;
  animation: scroll 15s linear infinite;
}
.slider-track img {
  width: 60px;
  flex-shrink: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.zokuzoku {
  position:relative;
  background-image: url(design/maru.png);
  background-repeat: no-repeat;
  background-position: center;


  width: 100%;
  height: 300px;   /* ← 文字が収まるサイズでOK */

 display: flex;                /* ← ここ重要 */
  justify-content: center;      /* 横中央 */
  align-items: center;          /* 縦中央 */

  text-align: center;
  margin-top: 73px;
  font-size: 24px;
  color: #3F2719;
  line-height: 1.3;  
}
.umaemon{
  position:absolute;
  left:241px;
  top:-5px;
}
.hosi{
  position:absolute;
  left:0px;
  top:-5px;

}

.slider2 {
  width: 100%;
  overflow: hidden;
  margin-top :73px;
}

.saku{
  margin-top:106px;
  margin-left:114px;
}
