@charset "UTF-8";

/* 共通設定 */
@font-face {
  font-family: "kakugo-b";
  src: url("../font/HGSoeiKakugothicUB-01.ttf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
  font-display: swap; 
}
@font-face {
  font-family: "kakugo02";
  src: url("../font/HGSoeiKakugothicUB-02.ttf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
  font-display: swap; 
}
@font-face {
  font-family: "kakugo";
  src: url("../font/HGSoeiKakugothicUB-03.ttf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
  font-display: swap; 
}
body {
  font-family: "kakugo",sans-serif;
}
img {
  display: block;
  width: 100%;
  margin-bottom: -1px;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

.ly_bg {
  overflow-x: hidden;
}

.ly_bg::-webkit-scrollbar {
  display: none;
}

.pc {
  display: none;
}

@media screen and (min-width: 1000px) {
  .pc {
    display: block;
  }
}
.pd {
  padding: 40px 20px;
}
.p_re {
  position: relative;
}
.product_btn {
  width: 230px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 640px) {
  .ly_bg {
    background: url(/user_data/packages/zero_world_pc/assets/img/top_bg.jpg)no-repeat top center fixed;
    background-size: cover;
  }

  .ly_mainArea {
    width: 100%;
    max-width: 400px;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
  }
}

@media screen and (min-width: 1000px) {
  .ly_fixArea {
    width: 34.6%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  .fixArea_logo {
    max-width: 180px;
    position: absolute;
    top: 40px;
    left: 40px;
  }

  .fixArea_img {
    max-width: 600px;
    width: 85%;
    position: absolute;
    bottom: 0;
  }


  .ly_mainArea {
    width: 100%;
    max-width: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
    overflow: hidden;
  }

  .ly_rightArea {
    width: calc(50% - 200px);
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }

  .rightArea_nav {
    width: 260px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top: 1px solid #000;
  }
  .rightArea_nav_blc {
    padding: 15px 0;
    border-bottom: 1px solid #000;
    padding-right: 55px;
  }
  .rightArea_nav_title {
    width: 110px;
    margin-bottom: 20px;
  }
  .rightArea_nav_list_item,.rightArea_nav_list_link {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    line-height: 1.5;
  }
  .rightArea_nav_list_item a,.rightArea_nav_list_link a {
    color: #000;
  }
  .rightArea_nav_list_item:before {
    content: "";
    background-image: url(/user_data/packages/zero_world_pc/assets/img/dot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 4px;
  }
  .rightArea_medal {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    column-gap: 10px ;
  }
  .rightArea_medal img {
    width: 50px;
  }
}

.fv {
  padding-top: 60px;
}
.lp03 {
  background-color: #323333;
}
.lp03 h2 {
  margin-bottom: 30px;
}
.lp03_content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.ly_footer {
  background-color: #323333;
  padding: 60px 20px 20px;
}
.ly_footer a {
  display: block;
}
.footer_logo {
  width: 150px;
  margin: 0 auto 40px;
}
.footer_content {
  display: flex;
  margin-bottom: 20px;
}
.footer_content_left,.footer_content_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  text-align: center;
  padding: 20px 0
}
.footer_content_right {
  border-left: 1px solid #fff;
}
.footer_content_item {
  font-size: 13px;
  color: #fff;
  display: block;
}
.copy {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.main_fix_header {
   position: fixed;           /* 画面上部に固定 */
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #000;    /* 背景色（必要に応じて変更） */
  z-index: 1000;
}
.fix_header_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}
.header_right_area {
  display: flex;
}
.header_right_area img {
  width: 30px;
  margin-left: 16px;
}

/* ハンバーガーのボタン */
.hamburger {
  /* ボタンらしさとタップ領域を確保 */
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

/* 線3本の見た目 */
.hamburger span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
}

/* ドロワーメニュー共通 */
.drawer {
  position: fixed;
  inset: 0;                  /* top/right/bottom/left: 0 の省略 */
  pointer-events: none;      /* 非表示時はクリックできないように */
  z-index: 1100;
}

/* ドロワー内側（左側のダークパネル風） */
.drawer__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;                /* 画面幅の 80% をメニューに */
  max-width: 400px;
  height: 100%;
  padding: 24px 24px 32px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translateX(-100%);  /* 初期状態は左に隠す */
  transition: transform 0.3s ease;
}

/* ×ボタン */
.drawer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/* メニューリスト */
.drawer__list {
  list-style: none;
  margin: 48px 0 24px;
  padding: 0;
  font-weight: 700;
}

.drawer__list a {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}

/* 仕切り線 */
.drawer__divider {
  border: 0;
  border-top: 2px solid rgba(255, 255, 255, 1);
  margin: 16px 0 24px;
}

/* お問い合わせリンク */
.drawer__contact {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #00a0ff;
  margin-bottom: 24px;
}

/* ロゴエリア */

.drawer__logo img {
  max-width: 160px;
  height: auto;
  margin: 0 auto;
}

/* 黒背景（ドロワーの外側） */
.drawer__backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;      /* 非表示時はクリック無効 */
  transition: opacity 0.3s ease;
  z-index: 1050;
}

/* 開いているときの状態 */
.drawer.is-open {
  pointer-events: auto;      /* クリック可能に */
}

.drawer.is-open .drawer__inner {
  transform: translateX(0);  /* 左からスライドイン */
}

.drawer__backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* body スクロール固定用 */
.body-no-scroll {
  overflow: hidden;
}

.slider-peek-right {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-sizing: content-box;
}

.slider-peek-right .swiper-wrapper {
  margin-right: -80px;   
}

.top_slider {
  width: 100%;
  padding: 0 16px 40px;
}


.top_slider .swiper-slide {
  padding-top: 40px;
}
.top_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}

.top_slider .swiper-pagination {
  position: static; 
  margin-top: 16px;
  text-align: center;
}
.top_slider_title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.2;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_slider_price {
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.top_slider_price_name {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.top_slider_price_num {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.top_slider_price_note {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
.swiper-pagination-bullet-active {
  transform: scale(1.4);
  background-color: #000;
}
.swiper-pagination-bullet {
  opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px);
}
.kinds_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.kinds_grid_item {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px;
}
.kinds_grid_item_img {
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kinds_grid_item_img img {
  max-height: 70px;
  width: auto;
  margin: 0 auto;
}
.kinds_grid_item_text {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
.product_credit {
  margin-top: 20px;
}
.title__border {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin: 0 20px 20px;
}