@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0; /* マージンは0に */
  padding: 0; /* パディングも常に0に */
  box-sizing: border-box; /* もちろん、より直感的なbox-sizingに設定 */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

:where(input, button, textarea, select) {
  font: inherit; /* フォーム コントロールは親フォントを継承 */
  color: inherit; /* カラーも継承 */
}

:where(textarea) {
  resize: vertical; /* テキストエリアの水平リサイズを無効に */
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer; /* インタラクティブなものにカーソルを合わせる */
}

:where(:disabled) {
  cursor: not-allowed; /* フォームコントロール無効時のカーソルを許可しない */
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed; /* ラベルにもカーソルを許可しない */
}

:where(button) {
  border-style: solid; /* ボタンのボーダーのスタイルを設定しやすくする */
}

:where(a) {
  text-underline-offset: 0.2ex; /* 下線の上にスペースを追加する */
}

:where(ul, ol) {
  list-style: none; /* ビュレットを削除、必要に応じて手動で追加する */
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block; /* 置換された要素をより予測可能にする */
}

:where(img, picture, svg) {
  max-inline-size: 100%; /* images should never overflow past the available space */
  block-size: auto; /* アスペクト比を保持 */
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word; /* 長い単語は改行 */
}

:where(hr) { /* より一貫性のある、スタイリッシュなhr */
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

/* .hp_visuallyHiddenは後のカスケードレイヤーを上書きするために!importantを使用 */
:where(.hp_visuallyHidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.none {
  display: none !important;
  content-visibility: hidden !important;
}
.none-d {
  display: none !important;
  content-visibility: hidden !important;
}
.block {
  display: block !important;
  content-visibility: visible !important;
}
.block-d {
  display: block !important;
  content-visibility: visible !important;
}
/* ==================================
   base
================================== */
html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

:where(html) {
  -webkit-text-size-adjust: none; /* iOSのランドスケープでテキストが調整されないようにする */
}

body {
  font-size: 1.6875rem;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  animation: fadeInAnim 0.2s ease-in forwards;
}
body.index {
  background: url(../img/common/header_deco_sp.png) left top no-repeat, url(../img/common/bg_cross.png) left center;
  background-size: 44.9333333333vw 24.6666666667vw, 6.6666666667vw;
  background-color: #000;
}
body:not(.index) {
  background: url(../img/common/header_deco_sp.png) left top no-repeat, url(../img/common/deco01.png) right top no-repeat, url(../img/common/bg_cross.png) left top;
  background-position: 0vw 0vw, right 4vw top 1.3333333333vw, left top;
  background-size: 44.9333333333vw 24.6666666667vw, 56.2666666667vw auto, 6.6666666667vw;
}
body::before, body::after {
  content: "";
  display: block;
  width: 100%;
  height: 2vw;
  background: #2452ff;
  position: absolute;
  z-index: 2;
}
body::before {
  top: 0;
}
body::after {
  bottom: 0;
}

:where(body) {
  -webkit-font-smoothing: antialiased; /* テキストのレンダリングを改善 */
}

main {
  position: relative;
}

:where(img) {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

em {
  font-style: normal;
}

button,
input[type=button],
input[type=submit],
input[type=text],
input[type=search],
input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button,
input[type=button],
input[type=submit] {
  border: none;
}

select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* scrollbar
================================== */

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #f20f95;
}

@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
    scrollbar-color: #2452ff #eee;
  }
}
/* ======================================
  ly_footer
====================================== */
.ly_footer {
  min-height: 125.3333333333vw;
  background: url(../img/common/footer_deco_sp.png) right -1.6vw bottom 0.8vw no-repeat;
  background-size: 43.3333333333vw 23.2vw;
  position: relative;
  z-index: 1;
  padding: 0 0 6.6666666667vw;
}
.ly_footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 6.6666666667vw;
  background: url(../img/common/deco_kira_l.png) 9.0666666667vw center no-repeat, url(../img/common/deco_kira_r.png) right 9.0666666667vw center no-repeat;
  background-color: #f8f100;
  background-size: 13.3333333333vw 4.5333333333vw;
  border-top: 0.5333333333vw solid #000;
  border-bottom: 0.5333333333vw solid #000;
  box-sizing: content-box;
}

.ly_footer_btm {
  display: flex;
  margin-top: 5.3333333333vw;
}

/* ======================================
  ly_header
====================================== */
.ly_header {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* =====================================
  ly_main
===================================== */
.ly_main {
  margin: 0 5.3333333333vw;
  padding: 33.0666666667vw 0 33.3333333333vw;
  background: url(../img/common/deco03.png) left -4.8vw bottom -1.0666666667vw no-repeat, url(../img/common/deco_txt01.png) right -0.4vw bottom 5.3333333333vw no-repeat;
  background-size: 56.2666666667vw 13.8666666667vw, 39.3333333333vw 23.3333333333vw;
  position: relative;
}
.ly_main.__news {
  padding-bottom: 44.6666666667vw;
}

.ly_main_header {
  margin: 0 4vw 9.3333333333vw;
  position: relative;
  text-align: left;
}

.ly_main_cont {
  width: 79.3333333333vw;
  margin: 0 auto;
}

/* =====================================
  back to top
===================================== */
.bl_backToTop {
  width: 23.7333333333vw;
  height: 23.2vw;
}
.bl_backToTop::after {
  content: "";
  display: block;
  width: 23.7333333333vw;
  height: 23.2vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/btt_bg.png) left top no-repeat;
  background-size: 23.7333333333vw 23.2vw;
  animation: rotateAnim 10s linear infinite reverse;
}

.bl_backToTop_link {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/btt_arrow.png) center 8vw no-repeat;
  background-size: 4vw 5.0666666667vw;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.bl_backToTop_txt {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.0625rem;
  display: inline-block;
  margin-top: 14.1333333333vw;
  padding: 0.1333333333vw 1.3333333333vw;
  background: #000;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

/* ====================================
  comment
==================================== */
.bl_comment {
  margin: 0;
  padding-bottom: 8.8vw;
  background: #fff;
  border: 0.2666666667vw solid #2452ff;
  border-top-width: 8vw;
  position: relative;
}
.bl_comment::before {
  content: "";
  display: block;
  width: 4.9333333333vw;
  height: 1.7333333333vw;
  background: url(../img/common/deco_dot.svg) no-repeat;
  background-size: 4.9333333333vw 1.7333333333vw;
  position: absolute;
  top: -4.9333333333vw;
  right: 5.3333333333vw;
  z-index: 2;
}

.bl_comment_heading {
  width: 73.2vw;
  margin: -8.5333333333vw 0 6.6666666667vw -4.5333333333vw;
  position: relative;
  z-index: 2;
}

.bl_comment_main {
  padding: 0 3.3333333333vw 0vw 5.3333333333vw;
  text-align: left;
}

.bl_comment_ttl {
  margin-bottom: 4.2666666667vw;
  line-height: 1.3;
  text-align: center;
}

.bl_comment_post {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 0.5333333333vw;
  padding: 0.2666666667vw 2.4vw 0.5333333333vw 4vw;
  background: #f20f95;
  border-radius: 10em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5em;
}

.bl_comment_name {
  font-size: 2.8125rem;
  display: block;
  font-weight: bold;
  color: #f20f95;
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}

.bl_comment_det {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: -0.03em;
}
.bl_comment_det p:not(:last-child) {
  margin-bottom: 1em;
}

/* ======================================
  footer
===================================== */
.bl_footerRelease {
  font-family: "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 3.75rem;
  margin-bottom: 1em;
}

/* banner
================================== */
.bl_footerBnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.6666666667vw 10.6666666667vw;
}

.bl_footerBnr {
  width: 32.4vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.bl_footerBnr_link {
  display: block;
  text-decoration: none;
  color: #000;
  border: 0.5333333333vw solid #000;
  border-radius: 0.6666666667vw;
  box-shadow: 0 0 0 0.8vw #fff;
}

.bl_footerBnr_txt {
  color: #fff;
  font-size: 1.375rem;
  display: inline-block;
  margin-top: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

/* copyright
================================== */
.bl_footerCopyright {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.bl_footerCopyright small {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1;
}

/* ======================================
  header
===================================== */
.bl_headerLogo {
  width: 40.6666666667vw;
  margin: 4.8vw 0 0 8vw;
  position: absolute;
  z-index: 2;
}
.index .bl_headerLogo {
  display: none;
}

/* =====================================
  lineDeco
===================================== */
.bl_lineDecoL,
.bl_lineDecoR {
  width: 5.3333333333vw;
  height: 100svh;
  height: 100vh;
  border-right: 0.4vw solid #000;
  border-left: 0.4vw solid #000;
  position: fixed;
  top: 0;
  z-index: 10;
  transform: translateZ(0);
  will-change: transform;
}
.bl_lineDecoL::after,
.bl_lineDecoR::after {
  content: "";
  display: block;
  width: 1.3333333333vw;
  height: 100%;
  background: #f8f100;
  position: absolute;
}

.bl_lineDecoL {
  background: url(../img/common/obi_l.png) left top;
  background-color: #fff;
  background-position: -0.4vw top;
  animation: vertLoopL 6s linear infinite reverse;
  left: 1.3333333333vw;
  background-size: 5.3333333333vw auto;
}
.bl_lineDecoL::after {
  left: -1.7333333333vw;
}

.bl_lineDecoR {
  background: url(../img/common/obi_r.png) right top;
  background-size: 5.3333333333vw auto;
  background-position: right -0.4vw top;
  background-color: #fff;
  animation: vertLoopR 6s linear infinite;
  right: 1.3333333333vw;
}
.bl_lineDecoR::after {
  right: -1.7333333333vw;
}

/* ====================================
  modal
==================================== */
dialog {
  border: none;
  padding: 0;
  background: transparent;
  position: relative;
}

/* content wrap (内側のコンテンツ)
================================== */
.bl_modal_inner {
  width: 100%;
  padding: 31.6vw 10.6666666667vw 13.3333333333vw;
  text-align: center;
  margin: auto;
}

/* ====================================
   modal (dialog)
==================================== */
.bl_modal {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  overflow-y: auto;
}
.bl_modal[open] {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  animation: fadeInAnim 0.4s ease-out forwards;
}
.bl_modal.is_closing {
  animation: fadeOutAnim 0.4s ease-out forwards;
}
.bl_modal.is_closing::backdrop {
  animation: fadeInAnim 0.4s ease-out reverse forwards;
}
.bl_modal::backdrop {
  background: url(../img/common/bg_cross.png) left center;
  background-size: 6.6666666667vw;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 2vw solid #2452ff;
  opacity: 0;
  animation: fadeInAnim 0.4s ease-out forwards;
}

/* close button
================================== */
.bl_modal_close {
  width: 11.3333333333vw;
  height: 11.3333333333vw;
  background: url(../img/common/btn_close.svg) no-repeat;
  background-size: cover;
  border: none;
  position: absolute;
  right: 12vw;
  top: 12vw;
  outline: none;
  cursor: pointer;
}

body:has(dialog[open]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

body.is_modal_open {
  overflow: hidden;
}

/* ======================================
  pager
===================================== */
.bl_pagerList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.9em;
  margin: 16vw auto 0;
  position: relative;
}

/* prev, next
================================== */
.bl_pager_prev,
.page-numbers.prev,
.bl_pager_next,
.page-numbers.next {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  width: 33.8666666667vw;
  height: 8.5333333333vw;
  border: 0.2666666667vw solid #000;
  border-radius: 10em;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 9.7333333333vw;
}

/* prev
================================== */
.bl_pager_prev,
.page-numbers.prev {
  padding-left: 15.3333333333vw;
  background: url(../img/news/prev_bg.png) 6.6666666667vw center no-repeat;
  background-size: 6.6666666667vw auto;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
}

/* next
================================== */
.bl_pager_next,
.page-numbers.next {
  padding-left: 6.6666666667vw;
  background: url(../img/news/next_bg.png) right 6.6666666667vw center no-repeat;
  background-size: 6.6666666667vw auto;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
}

/* number
================================== */
.page-numbers {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.875rem;
  flex-shrink: 0;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
.page-numbers:not(.prev, .next, .dots)::before {
  content: "";
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  margin: 0 auto;
  border-radius: 100%;
  background: #f8f100;
  opacity: 0;
  transition: 0.2s;
}
.page-numbers:not(.prev, .next, .dots).current {
  color: #f8f100;
}
.page-numbers:not(.prev, .next, .dots).current::before {
  opacity: 1;
}
.page-numbers.dots {
  font-size: 1.6875rem;
  align-items: flex-end;
  width: auto;
  background: none;
  border: none;
  color: #000;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}

/* detail page
================================== */
.bl_pager {
  margin: 16vw 0vw 0vw;
  position: relative;
}

.bl_pager_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.bl_pager_prev,
.bl_pager_next {
  z-index: 1;
}

/* back
================================== */
.bl_pager_back {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  display: block;
  text-align: center;
  line-height: 1;
}

.bl_pager_backLink {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* =====================================
  post
===================================== */
.bl_post {
  width: 100%;
  border: 0.2666666667vw solid #000;
  background: #fff;
}

.bl_post_header {
  display: grid;
  width: 100%;
  margin-bottom: 3.7333333333vw;
  background: url(../img/news/ttl_line_sp.png) center bottom no-repeat;
  background-size: 68.4vw auto;
}

.bl_post_date {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 2.6666666667vw;
  padding: 1.3333333333vw 5.3333333333vw;
  background: #2452ff url(../img/common/deco_dot.svg) right 5.3333333333vw center no-repeat;
  background-size: 4.9333333333vw 2.5333333333vw;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.5em;
}

.bl_post_ttl {
  font-family: "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.25rem;
  order: 2;
  width: 100%;
  padding: 4vw 5.3333333333vw 6vw;
  font-weight: bold;
  line-height: 1.3;
}

.bl_post_main {
  font-size: 1.75rem;
  padding: 0 5.3333333333vw 2.6666666667vw;
  line-height: 1.7;
  font-weight: 500;
  color: #000;
}
.bl_post_main p {
  margin-bottom: 1.8em;
  color: #000;
}
.bl_post_main b, .bl_post_main strong {
  font-weight: bold;
}
.bl_post_main a {
  display: inline-block;
  color: #f20f95;
  text-decoration: none;
  transition: 0.3s;
}
.bl_post_main figure {
  margin: 8vw 0 8vw;
}
.bl_post_main figure:first-child {
  margin-top: 0;
}
.bl_post_main figure img {
  max-width: 100%;
  margin: 0 0 8.6666666667vw;
}
.bl_post_main figure img:last-child {
  margin-bottom: 0;
}

/* ====================================
  posts
==================================== */
.bl_posts {
  display: grid;
  gap: 5.3333333333vw 0;
  width: 100%;
}

.bl_posts_link {
  display: grid;
  grid-template-columns: 20vw auto;
  min-height: 14vw;
  border-radius: 0 2.6666666667vw;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
}

.bl_posts_date {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  display: flex;
  padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 2.6666666667vw;
  background: #2452ff;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.bl_posts_y {
  font-size: 1.75rem;
}

.bl_posts_md {
  font-size: 3rem;
}

.bl_posts_main {
  display: grid;
  align-items: center;
  padding: 3.3333333333vw 2.6666666667vw;
}

.bl_posts_txt {
  font-size: 1.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

/* =====================================
  share
===================================== */
.bl_share {
  display: flex;
  align-items: center;
  gap: 0 4.2666666667vw;
  text-align: center;
}

.bl_share_ttl {
  font-size: 1.3125rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  display: flex;
  align-items: center;
  gap: 0 2.9333333333vw;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}
.bl_share_ttl::after {
  content: "";
  display: inline-block;
  width: 6vw;
  height: 0.5333333333vw;
  background: #fff;
}

.bl_share_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.2666666667vw;
}

.bl_share_x {
  width: 4.2666666667vw;
}

.bl_share_fb {
  width: 4.8vw;
}

.bl_share_line {
  width: 4.8vw;
}

/* =====================================
  official sns
===================================== */
.bl_sns {
  display: grid;
  place-content: center;
  width: 35.8666666667vw;
  height: 16.4vw;
  background: url(../img/top/bg_official.png) left top no-repeat;
  background-size: 100% auto;
  border-radius: 10em;
  box-shadow: 0.1333333333vw 0.4vw 0vw 0.5333333333vw #000;
}

.bl_sns_ttl {
  width: 20.2666666667vw;
  margin: 0 auto 1.0666666667vw;
}

.bl_sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3333333333vw;
}

.bl_sns_link {
  display: block;
  width: 6vw;
  position: relative;
}

/* ======================================
  button
===================================== */
/* more
================================== */
.el_moreBtn {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  width: 33.3333333333vw;
  height: 8vw;
  padding-left: 6.6666666667vw;
  background: url(../img/news/next_bg.png) right 6.6666666667vw center no-repeat;
  background-size: 6.6666666667vw auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.2666666667vw solid #000;
  border-radius: 10em;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

/* open button
================================== */
.el_commentBtn {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  width: 42.1333333333vw;
  height: 5.3333333333vw;
  padding: 0.2666666667vw;
  background: #f6b4bd;
  border-radius: 10em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.12vw;
  position: relative;
}
.el_commentBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #2452ff;
  border: 0.1333333333vw solid #fff;
  border-radius: 10em;
}

/* ======================================
  heading
===================================== */
.el_lv1Heading {
  margin: 0 auto;
  line-height: 1;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.el_lv1Heading.__news {
  width: 38.9333333333vw;
}

/* ======================================
  img
===================================== */
.el_fullImg {
  width: 100%;
  height: auto;
}

/* =====================================
  top / .tp_
===================================== */
/* main
================================== */
.tp_main {
  padding: 0vw 0 26.6666666667vw;
  background: url(../img/common/deco03.png) left 1.7333333333vw bottom -1.0666666667vw no-repeat, url(../img/common/deco_txt01.png) right 6.6666666667vw bottom 5.3333333333vw no-repeat;
  background-size: 56.2666666667vw 13.8666666667vw, 39.3333333333vw 23.3333333333vw;
  position: relative;
}

/* diagonal bg
================================== */
.tp_diagonal {
  width: 100%;
  height: 103.0666666667vw;
  background: url(../img/top/bg_diagonal_sp.svg);
  background-size: 100% auto;
  position: absolute;
  top: 183.2vw;
}

/* hero
================================== */
.tp_hero {
  margin: 0 6.6666666667vw;
  padding-bottom: 2.6666666667vw;
  background: url(../img/common/deco01.png) left -5.3333333333vw bottom 18.6666666667vw no-repeat, url(../img/top/hero_line.svg) 31.7333333333vw bottom no-repeat;
  background-size: 56.2666666667vw 13.8666666667vw, auto 1.6vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tp_hero::before {
  content: "";
  display: block;
  width: 53.3333333333vw;
  height: 53.3333333333vw;
  background: url(../img/top/deco_starburst.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -11.7333333333vw;
  right: -10vw;
  z-index: 1;
  animation: rotateAnim 14s linear infinite;
}
.tp_hero::after {
  content: "";
  display: block;
  width: 11.6vw;
  height: 9.7333333333vw;
  background: url(../img/top/deco_heart.png);
  background-size: 100% auto;
  position: absolute;
  top: 9.7333333333vw;
  right: 10.6666666667vw;
  z-index: 1;
}

.tp_hero_header {
  display: grid;
  position: relative;
  z-index: 2;
}

.tp_hero_logo {
  order: 2;
  width: 70.8vw;
  margin: -0.9333333333vw auto 0;
}

.tp_hero_onair {
  order: 1;
  width: 30.5333333333vw;
  margin: 5.3333333333vw 0 0 2.8vw;
  animation: shiny_btn 3s infinite ease-in-out;
}

.tp_hero_badge {
  overflow: hidden;
  border-radius: 100%;
  transition: opacity 0.25s, transform 0.25s;
  position: relative;
  z-index: 0;
}
.tp_hero_badge::before, .tp_hero_badge::after {
  content: "";
  display: block;
  position: absolute;
}
.tp_hero_badge::before {
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6) 80%, hsla(0, 0%, 100%, 0));
  height: 14.6412884334vw;
  left: -8.78477306vw;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  width: 5.8565153734vw;
}
.tp_hero_badge::after {
  position: absolute;
  top: 0;
  left: -7.3206442167vw;
  width: 3.6603221083vw;
  height: 100%;
  visibility: visible;
  background-image: linear-gradient(100deg, hsla(0, 0%, 100%, 0), #fff);
  animation: shinyAnim 5s infinite ease-in-out;
}

.tp_hero_catch {
  width: 52.4vw;
  position: absolute;
  top: 7.7333333333vw;
  right: 0;
}

.tp_hero_mv {
  margin: -1.8666666667vw auto 4vw;
  position: relative;
  z-index: 1;
}

.tp_hero_footer {
  display: flex;
  gap: 0 2.6666666667vw;
  margin: 0 0 0 3.0666666667vw;
}

/* hero anime
================================== */
.tp_hero_mv {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.tp_hero_mv img {
  transform: scale(1);
}

.tp_hero_logo,
.tp_hero_onair,
.tp_hero_catch {
  opacity: 0;
  transform: translateY(2vw);
  transition: opacity 0.6s ease, transform 0.4s ease;
}

.tp_hero.is_active .tp_hero_mv {
  opacity: 1;
}
.tp_hero.is_active .tp_hero_mv img {
  animation: mvZoom 0.6s ease-in forwards;
}
.tp_hero.is_active .tp_hero_logo,
.tp_hero.is_active .tp_hero_onair,
.tp_hero.is_active .tp_hero_catch {
  opacity: 1;
  transform: translateY(0);
}
.tp_hero.is_active .tp_hero_logo {
  transition-delay: 0.6s;
}
.tp_hero.is_active .tp_hero_onair,
.tp_hero.is_active .tp_hero_catch {
  transition-delay: 0.8s;
}

/* comment
================================== */
.tp_cmmnt_btn {
  width: 44.1333333333vw;
  height: 20.5333333333vw;
  background: url(../img/top/hero_cmmnt.png) left top no-repeat;
  background-color: transparent;
  background-size: 100% auto;
}

/* news
================================== */
.tp_news {
  padding: 17.3333333333vw 10.2666666667vw 25.3333333333vw;
  background: url(../img/common/deco02.png) right 2.6666666667vw bottom 14.6666666667vw no-repeat, url(../img/common/deco_txt01.png) right 9.2vw top 4vw no-repeat, url(../img/common/deco_txt02.png) left 6.6666666667vw bottom 0vw no-repeat;
  background-size: 56.2666666667vw 13.8666666667vw, 39.3333333333vw 23.3333333333vw, 36.2666666667vw 24.5333333333vw;
  position: relative;
  overflow-x: clip;
}
.tp_news::before {
  content: "";
  display: block;
  width: 39.2vw;
  height: 40.5333333333vw;
  background: url(../img/top/star01.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotateAnim 14s linear reverse infinite;
}

.tp_news_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.6666666667vw;
  position: relative;
  z-index: 1;
}

.tp_news_ttl {
  width: 38.9333333333vw;
  margin: 0;
}

.tp_news_main {
  position: relative;
  z-index: 1;
}
.tp_news_main .bl_posts {
  gap: 6.6666666667vw 0;
}

/* comics
================================== */
.tp_comics {
  overflow: hidden;
  margin: -10.2666666667vw 0 0;
  padding: 0vw 10.2666666667vw 0vw 12vw;
  position: relative;
  overflow: hidden;
}
.tp_comics::before, .tp_comics::after {
  content: "";
  display: block;
  position: absolute;
}
.tp_comics::before {
  width: 40.5333333333vw;
  height: 39.8666666667vw;
  background: url(../img/top/star02.png) no-repeat;
  background-size: cover;
  right: 10.9333333333vw;
  animation: rotateAnim 14s linear infinite;
}
.tp_comics::after {
  width: 10.8vw;
  height: 12.1333333333vw;
  background: url(../img/top/star_sm.png) no-repeat;
  background-size: cover;
  top: 10vw;
  right: 5.3333333333vw;
}

.tp_comics_ttl {
  width: 54.6666666667vw;
  position: relative;
  z-index: 1;
}

.tp_comics_slider {
  margin: 0;
  overflow: unset;
}

.tp_comics_list {
  padding-bottom: 14.6666666667vw;
}

.tp_comics_item {
  width: 36vw !important;
}
.tp_comics_item:last-child {
  margin-right: 0;
}

.tp_comics_link {
  display: block;
  text-decoration: none;
}

.tp_comics_fig {
  width: 30.6666666667vw;
}
.tp_comics_fig img {
  border: 0.1333333333vw solid #000;
}
.tp_comics_fig figcaption {
  font-size: 1.5rem;
  margin-top: 2.1333333333vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
}

.tp_comics_scrollbar {
  width: 53.3333333333vw;
  height: 4vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.tp_comics_scrollbar::after {
  content: "";
  display: block;
  width: 8.6666666667vw;
  height: 5.7333333333vw;
  background: url(../img/top/comics_new.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2.8vw;
  right: -10vw;
}

.tp_comics_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13.3333333333vw;
}

.tp_comics_bnr_link {
  width: 80vw;
}
.tp_comics_bnr_link:hover {
  scale: 0.9;
  transition: 0.3s;
}
.tp_comics_bnr_link:hover::before {
  opacity: 1;
}

/* =====================================
  helper
==================================== */
/* invalid link
================================== */
.hp_invalidLink {
  pointer-events: none;
}

/* visually hidden
================================== */
.hp_visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* for iOS safari
================================== */
.hp_safari .hp_safari_dummy {
  position: fixed;
  z-index: -1;
  transform: translate3d(0, 0, 0.1333333333vw);
}
.hp_safari::before, .hp_safari::after {
  content: "";
  position: fixed;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 9999px);
  width: 100%;
  height: 26.6666666667vw;
  background: #000;
}
.hp_safari::before {
  top: -26.6666666667vw;
}
.hp_safari::after {
  bottom: -26.6666666667vw;
}

/* =====================================
  is
===================================== */
/* invalid link
================================== */
.is_invalidLink {
  pointer-events: none;
}

/* body
================================== */
body.is_fixed {
  position: fixed;
}

/* =====================================
  js
===================================== */
/* top gnav fixed
================================== */
.js_gnavBtnFixed {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s 0.1s, opacity 0.3s 0s ease-in-out;
}
.js_gnavBtnFixed.is_fixed {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.6s 0s, opacity 0.6s 0.1s ease-in-out;
}

/* ローディング初期状態
================================== */
.js_loader,
.js_loaderCover {
  opacity: 1;
  visibility: visible;
}

/* ロゴの初期状態とアニメ
================================== */
.js_heroLogo.is_show {
  animation: heroLogo 1s ease-in;
}

/* fadeIn
================================== */
.js_fadeInTrig {
  opacity: 0;
}
.js_fadeInTrig.is_fadeInAnim {
  animation: fadeInAnime 0.4s ease-in 0.2s forwards;
}

/* =====================================
  swiper customize
===================================== */
/* comics
================================== */
.js_comicsSlider .swiper-scrollbar {
  margin: 0 auto;
  height: 0.4vw;
  background: transparent;
  position: relative;
}
.js_comicsSlider .swiper-scrollbar::before {
  content: "";
  display: block;
  width: 50.6666666667vw;
  height: 0.4vw;
  margin: auto;
  background: #000;
}
.js_comicsSlider .swiper-scrollbar-drag {
  width: 8.4vw;
  height: 8vw;
  margin-top: 0vw;
  background: url(../img/top/comics_icon_sp.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -4.1333333333vw;
  touch-action: none;
  pointer-events: all; /* 確実に掴めるようにする */
}

/* =====================================
  keyframes
===================================== */
/* side loop anime
================================== */
/* fadeIn
================================== */
@keyframes fadeInAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutAnim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* 回転
================================== */
@keyframes rotateAnim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* shiny
================================== */
@keyframes shinyAnim {
  0% {
    opacity: 0;
    transform: scale(0) rotate(25deg);
  }
  84% {
    opacity: 0;
    transform: scale(0) rotate(25deg);
  }
  85% {
    opacity: 0.9;
    transform: scale(1) rotate(25deg);
  }
  to {
    opacity: 0;
    transform: scale(50) rotate(25deg);
  }
}
/* mv zoom
================================== */
@keyframes mvZoom {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}
@media print, screen and (min-width: 821px){
  .none-md {
    display: none !important;
    content-visibility: hidden !important;
  }
  .block-md {
    display: block !important;
    content-visibility: visible !important;
  }
  html {
    font-size: 1.1713030747vw;
  }
  body {
    font-size: 1rem;
  }
  body.index {
    background: url(../img/common/header_deco.png) left top no-repeat, url(../img/common/bg_cross.png) left center;
    background-size: 39.458272328vw 16.9106881406vw, 3.6603221083vw;
  }
  body:not(.index) {
    background: url(../img/common/header_deco.png) left top no-repeat, url(../img/common/deco01.png) right top no-repeat, url(../img/common/bg_cross.png) left top;
    background-position: -2.196193265vw -0.1464128843vw, right 4.39238653vw top, left top;
    background-size: 39.458272328vw 16.9106881406vw, 22.7672035139vw auto, 3.6603221083vw;
  }
  body::before, body::after {
    height: 0.7320644217vw;
  }
  ::-webkit-scrollbar {
    width: 0.2196193265vw;
  }
  .ly_footer {
    min-height: 27.3060029283vw;
    padding: 0 0 3.6603221083vw;
    background: url(../img/common/footer_deco.png) right bottom no-repeat;
    background-size: 29.5021961933vw 15.5929721816vw;
    background-position: right -2.196193265vw bottom;
  }
  .ly_footer::before {
    height: 2.7818448023vw;
    margin-bottom: 6.2957540264vw;
    border-width: 0.2928257687vw;
    background-position: 8.2723279649vw center, right 8.2723279649vw center;
    background-size: 7.3206442167vw 2.4890190337vw;
  }
  .ly_footer_btm {
    gap: 0 4.39238653vw;
    justify-content: center;
    align-items: center;
    margin-top: 2.5622254758vw;
  }
  .ly_main {
    margin: 0 auto;
    padding: 6.588579795vw 0 10.2489019034vw;
    background-size: 22.7672035139vw 5.6368960469vw, 21.5959004392vw 12.8111273792vw;
    background-position: left 2.5622254758vw bottom -0.5124450952vw, right 5.9297218155vw bottom -2.0497803807vw;
  }
  .ly_main.__news {
    padding-bottom: 16.4714494876vw;
  }
  .ly_main_header {
    margin: 0 0 3.6603221083vw;
  }
  .ly_main_cont {
    width: 66.6178623719vw;
  }
  .bl_backToTop {
    width: 10.4685212299vw;
    height: 10.3221083455vw;
    position: absolute;
    top: 4.7584187408vw;
    right: 4.6852122987vw;
  }
  .bl_backToTop::after {
    width: 10.4685212299vw;
    height: 10.3221083455vw;
    background-size: 10.4685212299vw 10.3221083455vw;
  }
  .bl_backToTop_link {
    background-position: center 3.6603221083vw;
    background-size: 1.8301610542vw 2.2693997072vw;
    right: 0vw;
    transition: 0.3s;
  }
  .bl_backToTop_link:hover {
    background-image: url(../img/common/btt_arrow_on.png);
    background-position: center 2.9282576867vw;
    transition: 0.3s;
  }
  .bl_backToTop_link:hover .bl_backToTop_txt {
    background: #f20f95;
    transition: 0.3s;
  }
  .bl_backToTop_txt {
    font-size: 0.875rem;
    margin-top: 6.2225475842vw;
    padding: 0.0732064422vw 0.5856515373vw;
    transition: 0.3s;
  }
  .bl_comment {
    width: 69.5461200586vw;
    margin: 0 auto;
    padding-bottom: 1.4641288433vw;
    border-width: 0.1464128843vw;
    border-top-width: 2.196193265vw;
  }
  .bl_comment::before {
    width: 2.7086383602vw;
    height: 0.9516837482vw;
    background-size: 2.7086383602vw auto;
    top: -1.6105417277vw;
    right: 2.9282576867vw;
  }
  .bl_comment_heading {
    width: 50.5856515373vw;
    height: 12.298682284vw;
    margin: -3.6603221083vw 0 0.878477306vw -4.7584187408vw;
  }
  .bl_comment_main {
    padding: 0 2.196193265vw 2.4158125915vw 2.9282576867vw;
  }
  .bl_comment_ttl {
    margin-bottom: 2.0497803807vw;
    line-height: 1.2;
  }
  .bl_comment_post {
    font-size: 1rem;
    margin-bottom: 0.3660322108vw;
    padding: 0.1464128843vw 0.878477306vw 0.2196193265vw 1.4641288433vw;
  }
  .bl_comment_name {
    font-size: 1.875rem;
  }
  .bl_comment_det {
    font-size: 1.125rem;
  }
  .bl_footerRelease {
    font-size: 2.5rem;
  }
  .bl_footerBnrs {
    gap: 1.4641288433vw 2.196193265vw;
  }
  .bl_footerBnr {
    width: 16.1054172767vw;
  }
  .bl_footerBnr_link {
    width: 14.6412884334vw;
    border-radius: 0.3660322108vw;
    border-width: 0.2928257687vw;
    box-shadow: 0 0 0 0.439238653vw #fff;
    box-sizing: content-box;
  }
  .bl_footerBnr_link {
    width: 14.6412884334vw;
    position: relative;
  }
  .bl_footerBnr_link::before {
    content: "";
    display: block;
    width: calc(100% + 1.4641288433vw);
    height: calc(100% + 1.4641288433vw);
    background: rgba(242, 15, 149, 0.3);
    border-radius: 0.7320644217vw;
    opacity: 0;
    position: absolute;
    top: -0.7320644217vw;
    left: -0.7320644217vw;
    z-index: 1;
    transition: 0.3s;
  }
  .bl_footerBnr_link:hover {
    scale: 0.9;
    transition: 0.3s;
  }
  .bl_footerBnr_link:hover::before {
    opacity: 1;
  }
  .bl_footerBnr_txt {
    font-size: 1.25rem;
    margin-top: 1.0980966325vw;
  }
  .bl_footerCopyright small {
    font-size: 0.75rem;
  }
  .bl_headerLogo {
    width: 16.0322108346vw;
    margin: 2.635431918vw auto 0 6.588579795vw;
    transition: 0.3s;
  }
  .bl_headerLogo:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .bl_lineDecoL,
  .bl_lineDecoR {
    width: 3.6603221083vw;
    height: 100vh;
    border-width: 0.2196193265vw;
  }
  .bl_lineDecoL::after,
  .bl_lineDecoR::after {
    width: 2.196193265vw;
  }
  .bl_lineDecoL {
    background-size: 3.6603221083vw auto;
    background-position: -0.2196193265vw top;
    left: 2.196193265vw;
  }
  .bl_lineDecoL::after {
    left: -2.4158125915vw;
  }
  .bl_lineDecoR {
    background-size: 3.6603221083vw auto;
    background-position: right -0.2196193265vw top;
    right: 2.196193265vw;
  }
  .bl_lineDecoR::after {
    right: -2.4158125915vw;
  }
  .bl_modal_inner {
    width: 69.5461200586vw;
    padding: 10.980966325vw 0 7.3206442167vw;
  }
  .bl_modal::backdrop {
    background-size: 3.6603221083vw;
    border-width: 0.7320644217vw;
  }
  .bl_modal_close {
    width: 6.2225475842vw;
    height: 6.2225475842vw;
    background-size: cover;
    top: 3.6603221083vw;
    right: 10.2489019034vw;
    transition: 0.3s;
  }
  .bl_modal_close:hover {
    background: url(../img/common/btn_close_on.svg) no-repeat;
    background-size: cover;
  }
  .bl_pagerList {
    gap: 0 1.6105417277vw;
    width: 42.093704246vw;
    margin: 5.8565153734vw auto 0;
  }
  .bl_pager_prev,
  .page-numbers.prev,
  .bl_pager_next,
  .page-numbers.next {
    font-size: 1.875rem;
    width: 18.5944363104vw;
    height: 4.6852122987vw;
    border-width: 0.1464128843vw;
    transition: 0.2s;
    top: 5.3440702782vw;
  }
  .bl_pager_prev:hover,
  .page-numbers.prev:hover,
  .bl_pager_next:hover,
  .page-numbers.next:hover {
    border-color: #f20f95;
    transition: 0.2s;
  }
  .bl_pager_prev,
  .page-numbers.prev {
    padding-left: 8.4187408492vw;
    background-size: 3.6603221083vw 0.7320644217vw;
    background-position: 3.6603221083vw center;
  }
  .bl_pager_prev:hover,
  .page-numbers.prev:hover {
    background: url(../img/news/prev_bg_on.png) 3.6603221083vw center no-repeat;
    background-size: 3.5871156662vw 0.7320644217vw;
    background-color: rgba(255, 255, 255, 0.8);
    color: #f20f95;
    transition: 0.2s;
  }
  .bl_pager_next,
  .page-numbers.next {
    padding-left: 3.6603221083vw;
    background-size: 3.6603221083vw 0.7320644217vw;
    background-position: right 3.6603221083vw center;
  }
  .bl_pager_next:hover,
  .page-numbers.next:hover {
    background: url(../img/news/next_bg_on.png) right 3.6603221083vw center no-repeat;
    background-size: 3.5871156662vw 0.7320644217vw;
    background-color: rgba(255, 255, 255, 0.8);
    color: #f20f95;
    transition: 0.2s;
  }
  .page-numbers {
    font-size: 1.875rem;
    transition: 0.3s;
  }
  .page-numbers:not(.prev, .next, .dots)::before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
  }
  .page-numbers:not(.prev, .next, .dots):hover {
    color: #f8f100;
  }
  .page-numbers:not(.prev, .next, .dots):hover::before {
    opacity: 1;
    transition: 0.2s;
  }
  .page-numbers.dots {
    font-size: 1.5rem;
    width: auto;
  }
  .bl_pager {
    width: 42.093704246vw;
    margin: 5.8565153734vw auto 1.0980966325vw auto;
  }
  .bl_pager_backLink {
    font-size: 1.875rem;
    transition: 0.3s;
  }
  .bl_pager_backLink:hover {
    color: #f8f100;
    transition: 0.3s;
  }
  .bl_post {
    border-width: 0.1464128843vw;
  }
  .bl_post_header {
    margin-bottom: 2.196193265vw;
    padding-bottom: 2.9282576867vw;
    background: url(../img/news/ttl_line.png) center bottom no-repeat;
    background-size: 60.9077598829vw auto;
  }
  .bl_post_date {
    font-size: 1.25rem;
    margin-bottom: 0.7320644217vw;
    padding: 0.3660322108vw 2.9282576867vw;
    background-size: 2.7086383602vw auto;
    background-position: right 2.7818448023vw center;
    transition: 0.3s;
  }
  .bl_post_ttl {
    font-size: 1.5rem;
    padding: 1.4641288433vw 2.9282576867vw 0;
    line-height: 1.5;
  }
  .bl_post_main {
    font-size: 1rem;
    padding: 0 2.9282576867vw 2.9282576867vw;
    line-height: 2;
  }
  .bl_post_main p {
    margin-bottom: 1.8301610542vw;
  }
  .bl_post_main a:hover {
    text-decoration: underline;
    transition: 0.3s;
  }
  .bl_post_main figure {
    margin: 2.4890190337vw 0;
  }
  .bl_post_main figure img {
    width: auto;
    margin: 0 0 3.6603221083vw;
  }
  .bl_posts {
    gap: 2.9282576867vw 0;
  }
  .bl_posts_link {
    grid-template-columns: 10.980966325vw auto;
    min-height: 5.8565153734vw;
    border-width: 0.0732064422vw;
    border-radius: 0 1.4641288433vw;
    transition: 0.3s ease;
  }
  .bl_posts_link:hover {
    box-shadow: 0.7320644217vw 0.7320644217vw 0 0 #ff92a9;
  }
  .bl_posts_link:hover .bl_posts_date {
    background: #f20f95;
  }
  .bl_posts_date {
    align-items: center;
    justify-content: flex-start;
    gap: 0 0.7320644217vw;
    padding: 0.7320644217vw 2.0497803807vw 0.7320644217vw 2.0497803807vw;
    letter-spacing: 0.05em;
    transition: 0.3s ease;
  }
  .bl_posts_y {
    font-size: 0.875rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .bl_posts_md {
    font-size: 1.875rem;
    margin: 0 auto;
  }
  .bl_posts_main {
    padding: 0.7320644217vw 2.9282576867vw;
  }
  .bl_posts_txt {
    font-size: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
  }
  .bl_share {
    gap: 0 1.4641288433vw;
  }
  .bl_share_ttl {
    font-size: 0.875rem;
    gap: 0 1.1713030747vw;
  }
  .bl_share_ttl::after {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
  .bl_share_list {
    gap: 1.4641288433vw;
  }
  .bl_share_link {
    transition: 0.3s;
  }
  .bl_share_link:hover {
    opacity: 0.6;
  }
  .bl_share_x {
    width: 1.6105417277vw;
  }
  .bl_share_fb {
    width: 1.756954612vw;
  }
  .bl_share_line {
    width: 1.756954612vw;
  }
  .bl_sns {
    width: 17.5695461201vw;
    height: 8.0527086384vw;
    box-shadow: 0.1464128843vw 0.2196193265vw 0vw 0.2928257687vw #000;
  }
  .bl_sns_ttl {
    width: 10.0292825769vw;
    margin-bottom: 0.5856515373vw;
  }
  .bl_sns_list {
    gap: 0.5856515373vw;
  }
  .bl_sns_link {
    width: 2.9282576867vw;
  }
  .bl_sns_link img {
    transition: 0.3s;
  }
  .bl_sns_link:hover img {
    opacity: 0;
    transition: 0.3s;
  }
  .bl_sns_link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bl_sns_link.__x::before {
    background: url(../img/common/btn_x.png) no-repeat;
    background-size: cover;
  }
  .bl_sns_link.__insta::before {
    background: url(../img/common/btn_insta.png) no-repeat;
    background-size: cover;
  }
  .bl_sns_link.__tktk::before {
    background: url(../img/common/btn_tktk.png) no-repeat;
    background-size: cover;
  }
  .el_moreBtn {
    font-size: 1.875rem;
    width: 18.4480234261vw;
    height: 4.5387994143vw;
    padding-left: 3.6603221083vw;
    background-size: 3.6603221083vw 0.7320644217vw;
    background-position: right 3.6603221083vw center;
    border-width: 0.1464128843vw;
    transition: 0.2s;
  }
  .el_moreBtn:hover {
    background: url(../img/news/next_bg_on.png) right 3.6603221083vw center no-repeat;
    background-size: 3.5871156662vw 0.7320644217vw;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #f20f95;
    color: #f20f95;
    transition: 0.2s;
  }
  .el_commentBtn {
    font-size: 0.75rem;
    width: 8.78477306vw;
    height: 2.196193265vw;
    padding: 0.1464128843vw;
    letter-spacing: 0.0439238653vw;
    transition: 0.3s;
  }
  .el_commentBtn:hover {
    background: #000;
    transition: 0.3s;
  }
  .el_commentBtn:hover span {
    border-color: #2452ff;
    background: #000;
    color: #2452ff;
    transition: 0.3s;
  }
  .el_commentBtn span {
    border-width: 0.0732064422vw;
    transition: 0.3s;
  }
  .el_lv1Heading.__news {
    width: 24.0849194729vw;
  }
  .tp_main {
    margin: 0 auto;
    padding: 0vw 0 4.39238653vw;
    background-size: 22.7672035139vw 5.6368960469vw, 21.5959004392vw 12.8111273792vw;
    background-position: left 2.5622254758vw bottom -0.5124450952vw, right 5.9297218155vw bottom -2.0497803807vw;
  }
  .tp_diagonal {
    height: 70.7906295754vw;
    background: url(../img/top/bg_diagonal.svg) left top no-repeat;
    background-size: 100% auto;
    top: 85.2855051245vw;
  }
  .tp_hero {
    width: 88.140556369vw;
    margin: 0 auto;
    padding-bottom: 1.317715959vw;
    background-size: 22.7672035139vw 5.6368960469vw, 52.2693997072vw 0.878477306vw;
    background-position: left -0.8052708638vw bottom 6.588579795vw, right -1.4641288433vw bottom;
  }
  .tp_hero::before {
    width: 36.6032210835vw;
    height: 36.6032210835vw;
    top: -7.6866764275vw;
    right: -7.6866764275vw;
  }
  .tp_hero::after {
    width: 8.4919472914vw;
    height: 7.1010248902vw;
    top: 7.6134699854vw;
    right: 5.3440702782vw;
  }
  .tp_hero_header {
    display: flex;
  }
  .tp_hero_logo {
    width: 48.3162518302vw;
    margin: 2.9282576867vw 0 0 0;
  }
  .tp_hero_onair {
    width: 16.0322108346vw;
    margin: 2.9282576867vw 1.4641288433vw 0 2.196193265vw;
  }
  .tp_hero_catch {
    width: 9.663250366vw;
    top: 20.4978038067vw;
    right: 0.3660322108vw;
  }
  .tp_hero_mv {
    width: 76.5007320644vw;
    margin: -3.8067349927vw auto 0 6.3689604685vw;
  }
  .tp_hero_footer {
    justify-content: flex-end;
    gap: 0 2.4158125915vw;
    margin: -3.074670571vw 2.196193265vw 0 0;
  }
  .tp_hero_sns {
    margin-top: 1.4641288433vw;
  }
  .tp_hero_logo,
  .tp_hero_onair,
  .tp_hero_catch {
    transform: translateY(1.0980966325vw);
  }
  .tp_cmmnt_btn {
    width: 21.6691068814vw;
    height: 10.102489019vw;
    transition: 0.2s;
  }
  .tp_cmmnt_btn:hover {
    background: url(../img/top/hero_cmmnt_on.png) left top no-repeat;
    background-size: 100% auto;
    transition: 0.2s;
  }
  .tp_news {
    margin: 2.9282576867vw auto 0;
    padding: 0 5.8565153734vw 13.9092240117vw;
    background-size: 22.7672035139vw 5.6368960469vw, 21.5959004392vw 12.8111273792vw, 19.6193265007vw 13.1039531479vw;
    background-position: right -0.9516837482vw bottom 9.3704245974vw, 40.1903367496vw top, 8.1991215227vw bottom;
  }
  .tp_news::before {
    width: 21.5226939971vw;
    height: 22.2547584187vw;
    top: 12.8843338214vw;
    left: 4.39238653vw;
  }
  .tp_news_header {
    align-items: flex-end;
    margin: 0 4.6852122987vw 2.196193265vw 4.39238653vw;
  }
  .tp_news_ttl {
    width: 28.8433382138vw;
    margin: 0 0 0.7320644217vw;
  }
  .tp_news_main {
    width: 66.6178623719vw;
    margin: 0 4.39238653vw 0 auto;
  }
  .tp_news_main .bl_posts {
    gap: 1.4641288433vw 0;
  }
  .tp_comics {
    width: 88.140556369vw;
    margin: 0 auto;
    padding: 0;
  }
  .tp_comics::before {
    width: 22.2547584187vw;
    height: 21.8887262079vw;
    top: 0.2928257687vw;
    right: 7.3206442167vw;
  }
  .tp_comics::after {
    width: 5.9297218155vw;
    height: 6.6617862372vw;
    top: 5.710102489vw;
    right: 4.39238653vw;
  }
  .tp_comics_ttl {
    width: 40.4099560761vw;
    margin: 0 0 2.9282576867vw 4.831625183vw;
  }
  .tp_comics_main {
    padding: 0 0 0vw 5.5636896047vw;
  }
  .tp_comics_list {
    padding-bottom: 5.1244509517vw;
  }
  .tp_comics_item {
    width: 19.7657393851vw !important;
  }
  .tp_comics_link:hover img {
    scale: 0.9;
    opacity: 0.8;
    transition: 0.3s;
  }
  .tp_comics_fig {
    width: 16.8374816984vw;
  }
  .tp_comics_fig img {
    border-width: 0.0732064422vw;
    transition: 0.3s;
  }
  .tp_comics_fig figcaption {
    font-size: 1rem;
    margin-top: 1.1713030747vw;
  }
  .tp_comics_scrollbar {
    margin: 0 auto;
    width: 36.6032210835vw;
    height: 1.6105417277vw;
  }
  .tp_comics_scrollbar::after {
    width: 4.7584187408vw;
    height: 3.1478770132vw;
    background-size: cover;
    top: -1.5373352855vw;
    right: -5.4904831625vw;
  }
  .tp_comics_bnr {
    margin-top: 7.3206442167vw;
  }
  .tp_comics_bnr_link {
    width: 25.6222547584vw;
  }
  .js_comicsSlider .swiper-scrollbar {
    margin: 0 auto;
    height: 0.2196193265vw;
  }
  .js_comicsSlider .swiper-scrollbar::before {
    width: 35.1390922401vw;
    height: 0.2196193265vw;
  }
  .js_comicsSlider .swiper-scrollbar-drag {
    width: 3.074670571vw;
    height: 3.074670571vw;
    margin-top: 0vw;
    background: url(../img/top/comics_icon.png) center center no-repeat;
    background-size: cover;
    top: -1.5373352855vw;
  }
  @keyframes vertLoopR {
    from {
      background-position: right -0.2196193265vw top 0;
    }
    to {
      background-position: right -0.2196193265vw top 24.8901903367vw;
    }
  }
  @keyframes vertLoopL {
    from {
      background-position: -0.2196193265vw 0;
    }
    to {
      background-position: -0.2196193265vw 24.8901903367vw;
    }
  }
}
@media screen and (max-width: 820px){
  .none-d-md {
    display: none !important;
    content-visibility: hidden !important;
  }
  .block-d-md {
    display: block !important;
    content-visibility: visible !important;
  }
  html {
    font-size: 2.1333333333vw;
  }
  .ly_footer_btm {
    flex-direction: column;
  }
  .bl_backToTop {
    margin: 2.6666666667vw 8.5333333333vw 3.2vw auto;
    position: relative;
  }
  .bl_footerCopyright {
    margin-top: 3.3333333333vw;
  }
  .bl_pager_detail {
    margin: 0 5.3333333333vw;
    position: relative;
  }
  .bl_pager_prev,
  .bl_pager_next {
    position: absolute;
    top: 3.7333333333vw;
  }
  .bl_post_main figure img {
    width: 100%;
  }
  .bl_posts_date {
    flex-direction: column;
    justify-content: center;
  }
  .bl_share {
    justify-content: center;
  }
  .tp_news_btnWrap {
    margin-top: 11.2vw;
  }
  .tp_comics_ttl {
    margin: 7.0666666667vw 0 8.5333333333vw;
  }
  .tp_comics_fig figcaption {
    line-height: 1.3;
  }
  @keyframes vertLoopR {
    from {
      background-position: right -0.4vw top 0;
    }
    to {
      background-position: right -0.4vw top 36.2666666667vw;
    }
  }
  @keyframes vertLoopL {
    from {
      background-position: -0.4vw 0;
    }
    to {
      background-position: -0.4vw 36.2666666667vw;
    }
  }
}
