@charset "UTF-8";

html, body {
  margin: 0;
  overflow-x: hidden;
}
button {
  border: none;
}
/* 初期状態：通常表示 */
.ly_header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1000;
}
/* スクロール少しで追従（画面に合わせて移動） */
.ly_header.is-follow {
  position: absolute; /* ここはスクロールに合わせてJSでtopを変える */
}
/* 固定状態 */
.ly_header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.bl_drawer-menu__item:first-of-type {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pacman2025 {
  font-family: 'Noto Sans JP', sans-serif;
}
.pacman2025 dl, .pacman2025 dd {
  margin: 0;
}
.pacman2025 ul, .pacman2025 li {
  list-style: none;
  margin: 0;
}
.inner_wrap {
  width: 100%;
  margin: 0 auto;
}
.pacman2025_fv {
  background: #ffff00;
  padding: 100px 0;
}
.english {
  font-family: futura-pt, sans-serif;
}

.fv__contents {
  position: relative;
  background: url(../img/dripper_set01_pc.png) no-repeat center center / contain;
  aspect-ratio: 1.45 / 1;
  margin: 0 auto 20px;
}
.fv__lead {
  position: absolute;
  top: -70px;
  right: -20px;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  margin: 0;
}
.fv__lead.vertical {
  top: -60px;
  right: -65px;
  writing-mode: vertical-rl;
}
.fv__contents--txt {
  width: 60%;
  height: 94%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.fv__contents--item {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
.pacman_logo {
  width: 382px;
}
.cross_icon {
  width: 50px;
}
.hario_v60 {
  width: 228px;
  margin-bottom: 50px;
}
.pacman_copy {
  width: 367px;
}
.poyon {
  object-fit: cover;
  opacity: 0;
  transform: scale(0.8) translateY(30px);
  animation: poyon 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* 最初に出すPAC-MAN */
.pacman_logo.poyon {
  animation-delay: 0.5s; /* 最初の遅延 */
}

/* 0.5秒あとに出すHARIO V60 */
.hario_v60.poyon {
  animation-delay: 1.0s; /* PAC-MANの0.5s + 0.5sあと */
}

@keyframes poyon {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.fv__char {
  margin-bottom: 160px;
}
.fv__char, .bottom__char {
  position: relative;
}
.pacman_char_left, .pacman_char_right {
  position: absolute; /* 画面幅基準で動かしたいのでabsolute推奨 */
  top: 0; /* 必要なら位置調整 */
  width: 337px;
}
.pacman_char_left {
  animation: moveDotLeft 10s steps(10) infinite; /* 10コマで移動 */
}
@keyframes moveDotLeft {
  0% {
    transform: translateX(100vw); /* 画面の右端の外からスタート */
    opacity: 0; /* 出てくる前は透明 */
  }
  5% {
    opacity: 1; /* 少しだけ入ってきたら表示 */
  }
  50% {
    transform: translateX(-100%); /* 左端の外に抜けるまで移動（約2秒） */
    opacity: 1;
  }
  51% {
    opacity: 0; /* 消える */
  }
  100% {
    transform: translateX(100vw); /* 右端に戻って待機（残り2秒） */
    opacity: 0;
  }
}
.bottom__char {
  margin: 100px auto 0;
}
.pacman_char_right {
  animation: moveDotRight 10s steps(10) infinite; /* 10コマで移動 */
}
@keyframes moveDotRight {
  0% {
    transform: translateX(-100%); /* 左端の外からスタート */
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    transform: translateX(100vw); /* 右端の外に抜けるまで移動 */
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    transform: translateX(-100%); /* 左端に戻って待機 */
    opacity: 0;
  }
}

/* 初期状態 */
.fadein {
  opacity: 0;
  transform: translateY(30px) scale(0.95); /* 少し下＋少し小さめ */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform; /* パフォーマンス向上 */
}

/* 表示時 */
.fadein.show {
  opacity: 1;
  transform: translateY(0) scale(1); /* ズームインしながら元の位置へ */
}
.fv__desc {
  text-align: center;
}
.sec__subttl, .sec__desc {
  font-family: 'Noto Sans JP', sans-serif;
}
.sec__subttl {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}
.sec__subttl span, .sec__desc span {
  display: inline-block;
}
.fv__img--container {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 80px;
}
.img_v60pac.left, .img_v60pac.right {
  width: auto;
  height: 143px;
}
.img_v60pac.center {
  width: auto;
  height: 212px;
}

/* すべての画像に共通する初期設定 */
.img_v60pac {
  margin: 0 2%;
  opacity: 0;
  transform: scale(1);
  animation: none;
}

/* .is-visible が付いたらアニメーションする */
.fv__img--container.is-visible .left {
  animation: show 0.5s 0s forwards;
}
.fv__img--container.is-visible .right {
  animation: show 0.5s 0.5s forwards;
}
.fv__img--container.is-visible .center {
  animation: show-center 1s 1s forwards;
}

@keyframes show {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes show-center {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sec__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.pacman2025_concept {
  color: #fff;
  background: url(../img/bg.jpg) no-repeat top center / cover;
  padding: 160px 20px;
}
.sec__ttl {
  font-family: futura-pt, sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 110px;
}
.pacman2025_concept .sec__ttl, .pacman2025_concept .sec__subttl, .pacman2025_concept .sec__desc, .concept__coffeebreak--ttl {
  color: #fff;
}
.d-flex {
  display: flex;
}
.pacman2025_concept .d-flex {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.concept__main {
  max-width: 1000px;
  margin: 0 auto;
}

.concept__coffeebreak--ttl {
  font-size: 18px;
  text-align: center;
}
.concept__img.d-flex {
  margin-top: 100px;
}
.concept__img img {
  width: 32%;
}
.dot_btn {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3732ff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/bg_cart_btn.svg) no-repeat center center / cover;
  aspect-ratio: 5 / 1;
  margin: 90px auto 0;
  filter: drop-shadow(5px 5px 0px #3732ff);
  transition: .3s;
}
.dot_btn:hover {
  color: #3732ff;
  background: url(../img/bg_cart_btn.svg) no-repeat center center / cover;
  border: none;
  filter: drop-shadow(0px 0px 0px #3732ff);
  transform: translate(5px, 5px);
}
.btn_tri_icon {
  position: relative;
  padding-left: 20px;
}
.btn_tri_icon::before {
  left: -70px;
}
.pacman2025_item {
  position: relative;
}
.item-bg__top, .item-bg__bottom {
  background: url('../img/bg_pixel_edge.svg') repeat-x top left;
}
.item-bg__middle {
  background: url('../img/bg_pixel.svg') repeat;
  background-size: 80px 80px;   /* タイルサイズを80×80pxに指定 */
  position: relative;
}
.item-bg__bottom {
  transform: rotateX(180deg);   /* 反転 */
}
.pacman2025_item .sec__ttl {
  padding: 50px 0;
  margin: 0;
}
.pacman2025_item .sec__catch {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.pacman2025_item .sec__subttl {
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.pacman2025_item .d-flex {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.item__lead {
  margin: 0 auto 30px;
}
.item__dripper .item__lead {
  max-width: 942px;
}
.item__lead img {
  max-width: 365px;
}
.dripper02,
.server02 {
  opacity: 0;
  transform: translateX(-40px); /* 初期位置を左にずらす */
}

.dripper02.show,
.server02.show {
  animation: pixel-slide 0.5s steps(4) forwards;
}

.dripper02,
.server02 {
  opacity: 0;
  transform: scale(0.8); /* 少し小さい状態からスタート */
}

.dripper02.show,
.server02.show {
  animation: pop-in 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  70% {
    opacity: 1;
    transform: scale(1.1); /* ちょっと大きめ */
  }
  100% {
    transform: scale(1); /* 最終的に普通サイズ */
  }
}

.item__dripper .item__lead .sec__desc {
  padding-left: 40px;
}
.item__borderframe {
  width: 100%;
  max-width: 1080px;
  background: url(../img/bg_frame_pc.svg) no-repeat center center / contain;
  aspect-ratio: 3.85 / 1;
  margin: 0 auto;
}
.item__dripper .item__borderframe {
  margin-bottom: 100px;
}
.item__borderframe--point {
  position: relative;
  color: #3732ff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.btn_tri_icon::before, .item__borderframe--point::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 42px;
  background: url("../img/btn_tri_icon.svg") no-repeat center center;
  background-size: contain;
  animation: blink 1s steps(2, start) infinite;
}
@keyframes blink {
  0%, 60% { opacity: 1; }
  61%, 100% { opacity: 0; }
}

.item__borderframe--desc {
  font-size: 18px;
  font-weight: 500;
  max-width: 390px;
  margin: 0;
}
.item__server .item__lead {
  max-width: 920px;
}
.item__server .item__lead .sec__desc {
  padding-right: 40px;
}
.item__borderframe--img p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.item__borderframe--back {
  padding-left: 30px;
}
.item__borderframe--front {
  padding-right: 60px;
}
.item__dripper .item__borderframe--img {
  margin: 0 50px;
}
.item__server .server_back {
  margin-right: 30px;
}
.pacman2025_spec {
  padding: 40px 0 48px;
}
.spec__contents.d-flex {
  align-items: center;
  justify-content: space-around;
}
.dripper_set03 {
  width: 100%;
  max-width: 305px;
  margin-left: 120px;
}
.spec__main {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.spec__main span {
  display: inline-block;
}
.spec__contents .spec__detail {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
.pacman2025_spec .dot_btn {
  max-width: 400px;
}

@media (min-width: 768px) {
  .cross_icon {
    margin: 30px 0;
  }
  .concept__coffeebreak_img {
    width: 35%;
    max-width: 300px;
  }
}
@media (min-width: 1120px) {
  .inner_wrap {
    max-width: 1120px;
  }
  .fv__contents {
    width: 80%;
    max-width: 990px;
  }
  .item-bg__top, .item-bg__bottom {
    background-size: 160px 120px;
    height: 120px;
  }
  .item-bg__top {
    margin-top: -80px;
    padding-top: 80px;
  }
  .item-bg__middle {
    background-size: 80px 80px;
    padding-bottom: 49px;
  }
  .item__borderframe dl {
    padding-left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1119.98px) {
  .inner_wrap {
    max-width: 670px;
  }
  .fv__lead {
    top: -50px;
    right: -15px;
    font-size: 34px;
  }
  .fv__lead.vertical {
    top: -44px;
    right: -45px;
  }
  .fv__contents--txt {
    height: 92%;
  }
  .pacman_logo {
    width: 250px;
  }
  .cross_icon {
    width: 30px;
  }
  .hario_v60 {
    width: 160px;
    margin-bottom: 30px;
  }
  .fv__contents--item {
    font-size: 26px;
    margin-bottom: 13px;
  }
  .pacman_copy {
    width: 280px;
  }
  .fv__char {
    margin-bottom: 140px;
  }
  .pacman_char_left, .pacman_char_right {
    width: 40%;
    max-width: 337px;
  }
  .img_v60pac.left, .img_v60pac.right {
    height: 130px;
  }
  .img_v60pac.center {
    height: 200px;
  }
  .sec__ttl {
    font-size: 50px;
  }
  .sec__desc {
    font-size: 16px;
  }
  .sec__subttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .dot_btn {
    max-width: 400px;
  }
  .pacman2025_item .sec__catch {
    font-size: 38px;
  }
  .item-bg__top, .item-bg__bottom {
    background-size: 120px 90px;
    height: 90px;
  }
  .item-bg__top {
    margin-top: -60px;
  }
  .item-bg__middle {
    background-size: 60px 60px;
  }
  .item__lead .dripper02 {
    width: 40%;
  }
  .item__borderframe {
    max-width: 560px;
  }
  .dripper_set03 {
    max-width: 200px;
    margin: 0;
  }
  .spec__contents dl {
    width: 51%;
  }
  .spec__main {
    font-size: 20px;
  }
  .pacman2025_spec .dot_btn {
    margin: 20px auto 20px 0;
  }
  .pacman2025_spec .btn_tri_icon::before {
    left: -40px;
  }
}
@media (max-width: 1119.98px) {
  .item__borderframe {
    background: url(../img/bg_frame_sp.svg) no-repeat center center / contain;
    aspect-ratio: 1.16 / 1;
  }
  .item__borderframe--inner.d-flex {
    flex-direction: column;
  }
    .item__dripper .item__borderframe--img {
    width: 40%;
    margin-top: 40px;
  }
  .item__borderframe--img {
    margin-top: 40px;
  }
  .item__lead .server02 {
    width: 40%;
  }
  .item__server .item__borderframe--img ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-direction: unset;
  }
  .item__borderframe--img li {
    max-width: 40%;
  }
  .item__borderframe--back {
    padding-left: 50px;
  }
  .item__borderframe--front {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .fv__contents--item {
    font-size: 16px;
  }
  .d-flex {
    flex-direction: column;
  }
  .pacman2025_concept {
    background-position: top left;
    padding: 80px 0;
  }
  .item-bg__top, .item-bg__bottom {
    background-size: 80px 60px;
    height: 60px;
  }
  .item-bg__top {
    margin-top: -40px;
  }
  .item-bg__middle {
    background-size: 40px 40px;
  }
  .spec__contents.d-flex {
    flex-direction: unset;
  }
  .pacman2025_spec .dot_btn {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_wrap {
    padding: 0 30px;
  }
  .pacman2025_fv {
    padding: 40px 0;
  }
  .fv__lead {
    top: -33px;
    right: -9px;
    font-size: 22px;
  }
  .fv__lead.vertical {
    top: -29px;
    right: -29px;
  }
  .fv__contents--txt {
    height: 90%;
  }
  .pacman_logo {
    width: 40%;
    min-width: 170px;
  }
  .cross_icon {
    width: 9%;
    min-width: 30px;
    margin: 10px 0;
  }
  .hario_v60 {
    width: 30%;
    min-width: 85px;
    margin-bottom: 20px;
  }
  .pacman_copy {
    width: 80%;
  }
  .fv__char {
    margin-bottom: 80px;
  }
  .pacman_char_left, .pacman_char_right {
    width: 36%;
    max-width: 240px;
  }
  .sec__desc {
    font-size: 16px;
  }
  .sec__subttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .img_v60pac {
    margin: 0 1%;
  }
  .fv__img--container {
    margin-bottom: 50px;
  }
  .img_v60pac.left, .img_v60pac.right {
    height: 100px;
  }
  .img_v60pac.center {
    height: 149px;
  }
  .sec__ttl {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .concept__coffeebreak_img {
    width: 40%;
    max-width: 260px;
    margin-top: 30px;
  }
  .concept__img.d-flex {
    flex-direction: unset;
    margin-top: 40px;
  }
  .dot_btn {
    max-width: 380px;
  }
  .btn_tri_icon::before, .item__borderframe--point::before {
    left: -30px;
    width: 20px;
  }
  .pacman2025_item .sec__catch {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .pacman2025_item .sec__subttl {
    margin-bottom: 20px;
  }
  .item__lead img {
    width: 50%;
    max-width: 260px;
    margin-bottom: 30px;
  }
  .item__borderframe--inner.d-flex {
    width: 70%;
    margin: auto;
  }
  .item__dripper .item__borderframe--img {
    margin: 20px auto 0;
  }
  .pacman2025_spec {
    padding: 30px 0 27px;
  }
  .dripper_set03 {
    width: 40%;
    margin: 0 20px 0 0;
  }
  .pacman2025_spec .btn_tri_icon::before {
    left: -10px;
  }
}
@media (max-width: 575.98px) {
  .pacman2025_fv  {
    padding: 40px 0;
  }
  .inner_wrap {
    padding: 0 20px;
  }
  .fv__contents {
    position: relative;
    background: url(../img/dripper_set01_sp.png) no-repeat center center / contain;
    aspect-ratio: 1 / 1.78;
    margin: 0 20px 10px;
  }
  .fv__lead {
    font-size: 20px;
    top: -29px;
    right: -6px;
    white-space: nowrap;
  }
  .fv__lead.vertical {
    top: -26px;
    right: -26px;
  }
  .fv__contents--txt {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
  }
  .pacman_logo, .cross_icon, .hario_v60, .fv__contents--item, .pacman_copy {
    position: absolute;
  }
  .pacman_logo {
    width: 50%;
    max-width: 150px;
    top: 5%;
  }
  .cross_icon {
    width: 20px;
    top: 14%;
  }
  .hario_v60 {
    width: 30%;
    top: 20%;
    margin: 0;
  }
  .fv__contents--item {
    bottom: 8%;
    font-size: 19px;
    margin: 0;
    white-space: nowrap;
  }
  .pacman_copy {
    width: 70%;
    bottom: 5%;
  }
  .fv__char {
    margin-bottom: 80px;
  }
  .pacman_char_left, .pacman_char_right {
    width: 50%;
    min-width: 200px;
  }
  .sec__subttl {
    font-size: 26px;
    margin-bottom:20px;
  }
  .fv__img--container {
    max-width: 516px;
  }
  .img_v60pac {
    margin: 0;
  }
  .img_v60pac.left, .img_v60pac.right {
    height: 70px;
  }
  .img_v60pac.center {
    height: 108px;
  }
  .fv__img--container {
    margin-bottom: 40px;
  }
  .sec__ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sec__subttl, .sec__desc {
    text-align: center;
  }
  .sec__desc {
    font-size: 16px;
  }
  .pacman2025_concept .sec__desc {
    font-size: 14px;
  }
  .concept__coffeebreak_img {
    width: 40%;
    max-width: 260px;
    margin-top: 30px;
  }
  .concept__coffeebreak_img {
    width: 50%;
    max-width: 180px;
    margin-top: 10px;
  }
  .concept__coffeebreak--ttl {
    font-size: 14px;
  }
  .concept__img.d-flex {
    margin-top: 20px;
  }
  .concept__img img {
    width: 60%;
  }
  .concept_img01, .concept_img03 {
    align-self: flex-start;
  }
  .concept_img02 {
    align-self: flex-end;
    margin-top: -20px;
  }
  .concept_img03 {
    margin-top: -20px;
  }
  .dot_btn {
    width: 70%;
    min-width: 240px;
    font-size: 16px;
    margin-top: 40px;
  }
  .btn_tri_icon::before, .item__borderframe--point::before {
    left: -10px;
    width: 15px;
    height: 21px;
  }
  .pacman2025_item .sec__ttl {
    padding: 30px 0;
  }
  .pacman2025_item .sec__catch {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .pacman2025_item .sec__subttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .item__lead img {
    width: 50%;
    max-width: 180px;
    margin-bottom: 20px;
  }
  .item__dripper .item__lead .sec__desc {
    padding: 0;
    margin: 0;
  }
  .item__dripper .item__borderframe {
    margin-bottom: 40px;
  }
  .item__borderframe--inner dl {
    padding: 0 50px;
  }
  .item__borderframe--point {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .item__borderframe--desc {
    font-size: 14px;
  }
  .item__dripper .item__borderframe--img {
    width: 40%;
    max-width: 150px;
    margin-top: 10px;
  }
  .item__lead {
    margin: 0 auto 20px;
  }
  .item__borderframe--point::before {
    left: -24px;
  }
  .item__server .item__lead .sec__desc {
    padding: 0;
    margin: 0;
  }
  .item__lead .server02 {
    width: 50%;
  }
  .item__server .item__lead {
    flex-direction: column-reverse;
  }
  .item__borderframe--img {
    margin-top: 10px;
  }
  .item__borderframe--img p {
    font-size: 14px;
  }
  .item__borderframe--back {
    padding-left: 40px;
  }
  .item__borderframe--front {
    padding-right: 34px;
  }
  .item__server .item__borderframe--img {
    width: 100%;
    margin-top: 10px;
  }
  .dripper_set03 {
    width: 40%;
    margin: 0 10px 0 0;
  }
  .spec__contents dl {
    width: 60%;
  }
  .spec__main {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .spec__contents .spec__detail {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .pacman2025_spec .dot_btn {
    min-width: 100%;
  }
  .pacman2025_spec {
    padding: 40px 0 26px;
  }
  .bottom__char {
    margin-top: 80px;
  }
}
