/* =========================================
   Simple Theme 
========================================= */
/* ------------------------------
   SEO用：視覚的非表示
------------------------------ */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------
   BASE — リセット・全体設定
------------------------------ */

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f6eedf;
}

a {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.header_nav a:visited {
  color: #000;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/* 共通ユーティリティ */
.sp_1 { display: none !important; }
.pc_1 {display: inline !important; }

.space { margin-left: 10px; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.mt-20 { margin-top: 20%; }
.mb-20 { margin-bottom: 20%; }

/* =========================================
   HEADER
========================================= */

/* 固定ヘッダーの基本形 */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  z-index: 1000;
}

/* header 内のレイアウト */
.header_menu {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  padding-left: 0;
    justify-content: flex-end;
}
/* ロゴ */
.header_title {
 position: fixed;
  top: 0;    
  left: 0; 
  z-index: 1000;
}
.header_title img {
  display: block;
  padding-right: 40px;; 
}
.WATCHlog {
  width: 100px;
}

/* PCナビゲーション */
.hamburger {
  font-size: 18px;
  width: 65%; 
display: none;}
.header_nav {
  font-size: 18px;
  width: auto; 
  flex: 1;  
  display: none;}

.header_nav ul {
  display: flex;
  gap: 26px;
  align-items: center;
}

.header_nav li {
   margin: 0;
}

/* USUI DESIGNの下線のための line2 */
.line2 {
  position: relative;
  padding-bottom: 7px;
}

.line2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* ハンバーガーメニュー（PCは非表示） */
.menu-container {
  position: relative;
  right: 40px;
  display: none;
}

.hamburger {
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: fixed;
  right: 20px;
  z-index: 1000;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  margin: 0;
 position: absolute;
  left: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 10px; }
.hamburger span:nth-child(3) { top: 20px; }
/* 開いた状態 */
.hamburger.active span {
  background-color: #fff;
}

/* 上 → ＼ */
.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

/* 中 → 消す */
.hamburger.active span:nth-child(2) {
  opacity: 0;
}

/* 下 → ／ */
.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* スマホ・スライドメニュー */
.nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 190px;
  height: 100svh;
  background-color: #000;
  transition: right 0.3s ease-in-out;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.nav-menu.active {
  right: 0;
}

.menu-items {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.menu-items li {
  margin: 10px 0;
}

/* アンダーライン色（全ページ共通） */
.line_movie a {
  padding-bottom: 5px;
  border-bottom: 2px solid #ed97a4;
  color: #000;
}

.line_manga a {
  padding-bottom: 5px;
  border-bottom: 2px solid #9ca748;
  color: #000;
}

.line_illustration a {
  padding-bottom: 5px;
  border-bottom: 2px solid #83b8cf;
  color: #000;
}

.line_music_seen a {
  padding-bottom: 5px;
  border-bottom: 2px solid #d2b6f1;
  color: #000;
}
/* スマホ切り替え（1100px以下） */
@media screen and (max-width: 1100px) {

  .header_nav {
    display: none;
  }
 .hamburger{
    display: none;
  }
  .menu-container {
    display: block;
    top: 22px;
  }
.line_movie a,
.line_manga a,
.line_illustration a ,
.line_music_seen a {
  color: #fff;
}
.menu-items li {
color: #fff;
}}


/* ------------------------------
   TVノイズ（全ページ可：汎用）
------------------------------ */

.tv-noise-container {
  position: relative;
  overflow: hidden;
}

.tv-noise-container canvas {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.13;
}

/* ============================================================
   WATCH THE RIDE - 共通スタイル（全ページ）
============================================================ */

/* テキスト */
p {
  font-size: 14px;
  color: #fff;
   line-height: 1.7;}
    .company_t p {
        text-align: center;
    }
.copyright {
  font-size: 13px;
  color: #fff;
}
p.work-meta {
  font-size: 14px;
  color: #000;
}
/* ページトップボタン */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop_arrow {
  height: 20px;
  width: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

/* スクロール挙動（全ページ） */
html {
  scroll-behavior: smooth;
}

/* 共通画像フィット */
img.home-image {
  min-width: 100%;
  object-fit: cover;
}

/* Contact 共通 */
.contact_box {
  height: 550px;
  width: 100vw;
  position: relative;
}

.contact {
  background: transparent;
  padding: 5px 0 7px 0;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  border-radius: 0;
  display: inline-block;
  transition: none;
  margin: 2%;
  color: #fff;
}

.contact:hover {
  color: #fff;
}

.WATCHTHERIDE2 {
    min-width: 370px;
    max-width: 370px;
  margin: 10px 0;
}

.company_t {
  background-color: #000;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* ============================================================
   ブレイクポイント
============================================================ */

/* 〜768px（スマホ基準） */
@media screen and (max-width: 768px) {
.WATCHlog {
    width: 70px;
}
  .contact {
    margin: 5% 5%;
    font-size: 13px;
  }

  .copyright {
    font-size: 10px;
  }

  .contact_box {
    height: 350px;
  }

  .header_title {
    width: 250px;
    padding-left: 0px;
  margin-left: -1px;
   margin-top: -1px;}

  .header_menu {
    padding: 0px;
  }

  p {
    font-size: 10px;
  }

  .WATCHTHERIDE2 {
    max-width: 250px;
    min-width: auto;
  }

  .usui_txt {
    font-size:
     17px;
  }
  .sp_1 { display: inline!important; }
  .pc_1 { display:  none !important; }
}

/* ======================================
   共通：main コンテンツ幅 1100px
====================================== */
.main-contents-1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 200px 20px;
  box-sizing: border-box; }

/* ======================================
   固定ページ用
====================================== */

.work-section {
  margin-bottom: 30%;
}

.work-title {
  font-size: 23px;
line-height: 1.1;
  margin-bottom: 2px;
     mix-blend-mode: multiply;
}

.work-meta {
  font-size: 0.9rem;
  margin:0% 0% 1% 0%;
}

/* ------- 縦一列に画像を並べる ------- */

.work-stack {
  margin-bottom: 40px;
 padding: 2% 15%;}

.work-stack img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

/* ------- 横に2枚並べる ------- */

.work-row2 {
  display: flex;
  gap: 24px;
  margin: 0% 0% 30% 0%;}

.work-row2-col {
  flex: 1;
}
.work-row2-col:nth-child(2),.work-row2-col:nth-child(4){
   margin-top: 40%; }

.work-row2-col img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------- 背景ブラシ付きブロック ------- */

.work-bg-block {
  position: relative;
  margin:  0;
  z-index: -1;
 mix-blend-mode: multiply;}

.work-bg-block-bg {
  position: absolute;
  inset: 0;
 width: 100%;
  max-width: none;
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  margin: auto;
  margin-top: -10%;
}
.work-bg-block-bg-left {
    inset: auto;
    width: 60%;
    max-width: none;
    z-index: 0;
    pointer-events: none;
    object-fit: cover;
    margin: auto;
    margin-top: 0%;
}
.work-bg-block-inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.work-bg-item {
  flex: 1 1 50%;
  box-sizing: border-box;
}

.work-bg-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------- レスポンシブ ------- */

@media screen and (max-width: 1024px) {
  .main-contents-1100 {
    padding: 0px;
  }

  .work-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .main-contents-1100 {
    padding: 0px;
  }

  .work-title {
    font-size: 1.3rem;

  }

  .work-row2 {
    flex-direction: column;
    gap: 0px;}

  .work-bg-item {
    flex: 1 1 100%;
  }
}


/* 漫画・イラスト共通：タイトル画像の重ね合わせ */
.page-manga-main .work-title,
.page-illustration-main .work-title {
  position: relative;
  margin: 0% ;
      mix-blend-mode: multiply;
}

/* 手前のロゴ */
.page-manga-main .work-title img:first-child {
position: relative;
    z-index: 2;
    display: block;
    width: min(500px, 60%);
    height: auto;
    margin-left: 90px;
    margin-bottom: 5%;
     mix-blend-mode: multiply;
}
.page-movie-main .work-title img:first-child {
    position: relative;
    z-index: 2;
    display: block;
    width: min(440px, 60%);
    height: auto;
    margin-left: 90px; 
    margin-bottom: 15%;
     mix-blend-mode: multiply;
}
.page-illustration-main .work-title img:first-child {
    position: relative;
    z-index: 2;
    display: block;
    width: min(640px, 60%);
    height: auto;
    margin-left: 10px;
     margin-bottom: 10%;
      mix-blend-mode: multiply;
       mix-blend-mode: multiply;
}
/* 背景のブラシ */
.page-manga-main .work-title img:last-child {
position: absolute;
 top: 0;
  left: 0;
  z-index: -1;
      width: 100%;
    max-width: none;
    height: auto;
    transform: translate(20%, -13%);
    pointer-events: none;
     mix-blend-mode: multiply;
     
 }
.page-movie-main .work-title img:last-child {
position: absolute;
 top: 0;
  left: 0;
  z-index: -1;
  width: 70%;
  max-width: none;
  height: auto;
  transform: translate(20%, 15%);
  pointer-events: none; 
      mix-blend-mode: multiply;
 }
.page-illustration-main .work-title img:last-child {
position: absolute;
 top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translate(-5%, -20%);
  pointer-events: none; 
   mix-blend-mode: multiply;
   
 }

/* 調整用 */
@media screen and (max-width: 1200px) {
 .page-movie-main .work-title img:first-child {
    margin-top: 10%;
    margin-left: 20%;
    margin-bottom: 10%; }

.page-manga-main .work-title img:first-child {

    margin-left: 150px; }
.page-manga-main .page-movie-main .work-title img:first-child,
  .page-illustration-main .work-title img:first-child {
        margin-left: 20%;
        margin-top: 10%;
  }
}
/* スマホ用固定ページの微調整 */
@media screen and (max-width: 768px) {
  .page-manga-main .page-movie-main .work-title,
  .page-illustration-main .work-title {
    margin-bottom: 5px;
    padding-top: 1vw; 
    font-size: 15px;
    overflow: hidden; }

      .page-manga-main .work-title img:first-child {
        margin-left: 90px;
    }

  .page-manga-main .page-movie-main .work-title img:last-child,
  .page-illustration-main .work-title img:last-child {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: none;
    transform: translateX(-30%);
          mix-blend-mode: multiply;
  }
.page-manga-main .page-movie-main .work-title img:first-child, .page-illustration-main .work-title img:first-child {
        margin-bottom: 3%;
    }
   .page-manga-main .work-title {
    overflow: hidden;
  }
  .page-manga-main .work-title img:last-child{
        left: 50%;
        width: 50%;
        right: 0;
        transform: none;
  }

   .page-movie-main .work-title {
    overflow: hidden;
  }
  .page-movie-main .work-title img:last-child{
left: auto;
        right: 0;
        transform: none;
        width: 100%;
        top: 2%; }
  .page-movie-main .work-title img:first-child {
        margin-top: 5%;
 margin-bottom: 5%; }
.page-illustration-main .work-title {
  overflow: unset;
        height: auto;
  }
.page-illustration-main .work-title img:last-child{
left: auto;
        right: 0;
        transform: translate(0%, -20%);
        width: 100%;
  }
  .work-stack {
    padding: 0% 0%;
}
.pa-5 { margin: 5%; }

.work-row2-col:nth-child(2),.work-row2-col:nth-child(4){
   margin-top: 10%; }
.work-bg-block-bg {
   margin-top: -40%;
}

}

/* リンクのカラー対策 */

a:hover, a:active, a:focus, a:focus-visible{
  color: inherit !important;
}
a.contact{
  color: inherit;
  -webkit-text-fill-color: #fff;
  text-decoration: none; 
}

/* =========================
   SPLASH
========================= */
#splash {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s ease;
}

#splash.fade-out {
  opacity: 0;
  pointer-events: none;
}

.splash-inner img {
  width: 140px;
  height: auto;
}

.usui_txt {
padding: 1%;
font-size: 20px;
color: #fff !important;
}


/* =========================
   iPad〜
========================= */

/* まずデフォルト（PC含む） */
.home_sliders{
  --slide-gutter: 64px; /* ここは基準値。後でSP/iPadで上書き */
}

/* iPad〜スマホ：余白を少し狭める */
  .home_sliders{
    --slide-gutter: 24px;
  }


/* スマホ：さらに狭める（必要なら0にもできる） */
@media screen and (max-width: 768px){
  .home_sliders{
    --slide-gutter: 12px; /* 0px にすると「枠に対して」余白ゼロ */
  }
}

/* 超小型：もっと詰めるなら */
@media screen and (max-width: 400px){
  .home_sliders{
    --slide-gutter: 8px;
  }
}

/* 実際に余白を作るのはここ（全幅共通） */
.home_sliders .wtr-swiper .swiper-slide.wtr-slide{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ★ここが「左右空き」を決める本体 */
.home_sliders .wtr-swiper .swiper-slide.wtr-slide .slide-inner{
  width: calc(100% - (var(--slide-gutter) * 2)) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* 画像は切らずに枠へ（＝余白は“必ず”出うる） */
.home_sliders .wtr-swiper .swiper-slide.wtr-slide .slide-inner img{
  width: 100% !important;
  object-fit: contain; /* 切らない */
  display: block;
}
