@charset "UTF-8";
/* フォント
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 発売年月日_右タブ
---------------------------------------------------------- */
a.release_tab, a.release_tab:link, a.release_tab:visited {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 209px;
  height: 31px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
  background-color: #d4d4d4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  color: #999;
  text-decoration: none;
  transition:
    background-color 0.2s ease, color 0.2s ease;
}
a.release_tab:hover, a.release_tab:focus-visible, a.release_tab.is-current {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width:768px) { /* SP  ====== */
  a.release_tab, a.release_tab:link, a.release_tab:visited {
    width: 100%;
    font-size: 0.7rem;
  }
}
/* 内容本文_アイコン設定
---------------------------------------------------------- */
.spec-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 3px;
}
.spec-note__label {
  display: inline-flex;
  flex: 0 0 50px;
  width: 50px;
  min-height: 18px;
  padding: 2px 3px;
  margin: 3px 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  background: linear-gradient(0deg, #c9c9c9 0%, #ffffff 100%);
  font-size: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  color: #666;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}
.spec-note__shopping {
  align-items: center;
}
.spec-note__body {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.7rem;
  line-height: 1.8;
  padding: 2px 3px;
}
.spec-note__body p {
  margin: 0;
}
/* 徹底解剖ボタン
---------------------------------------------------------- */
.btn_red_tettei, a.btn_red_tettei {
  width: 230px;
  min-height: 22px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #cd2323;
  font-size: 0.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
	border: solid 2px #e0adad;
  border-radius: 100vh;
  opacity: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.btn_red_tettei:hover, a.btn_red_tettei:hover {
  color: #fff;
  background: #cd2323;
  opacity: 0.6;
}
.btn_red_tettei__icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  background-image: url("../../images_2026/common/icon_megane_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* 徹底解剖ボタン
---------------------------------------------------------- */
.btn_blue_tettei, a.btn_blue_tettei {
  width: 320px;
  min-height: 30px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.45em;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #0974d7;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
	border: solid 2px #9fc5e9;
  border-radius: 100vh;
  opacity: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.btn_blue_tettei:hover, a.btn_blue_tettei:hover {
  color: #fff;
  background: #0974d7;
  opacity: 0.6;
}
.btn_blue_tettei__icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 0.8em;
  height: 0.8em;
  background-image: url("../../images_2026/common/icon_megane_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* 鵜入ボタン
---------------------------------------------------------- */
.btn_buy_orange, a.btn_buy_orange {
  width: 180px;
  min-height: 22px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #eb6100;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 100vh;
  opacity: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.btn_buy_orange:hover, a.btn_buy_orange:hover {
  color: #fff;
  background: #f56500;
  opacity: 0.6;
}
.btn_buy_orange__icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.1em;
  height: 1.1em;
  background-image: url("../../images_2026/common/icon_cart_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}