/* コンテナを1カラムにする */

#main_con .block1,#main_con .block2{
display:block;
width:100%;
}
#main_con .block2{/*rightbox*/
padding-left:0%;
}

#toppage .block1 .subcont li article .ajcomment {
    color: #000;
}

/* 認証ロゴのサイズを100%表示 */
#op h1 {
    max-width: 100%;
}
#op h1 img {
    max-width: 100%;
    width: 100%;
}
#op #main {
    margin-top: 0;
}

/* Xアイコン背景色を強制的に適用 */
.sns .sns02 {
  background-color: #000000;
}

/* キャスト一覧キャッチコピー枠の調整 */
.gallist li article .catch {
    background-color: #000;
    color: #fff !important;
    padding-top: 10px;   /* 上に黒の余白 */
    padding-bottom: 10px; /* 下に黒の余白 */
}

/* プロフィールワンカラム化 */
#topbox #profdata dl {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-direction: column;
width: 100%;
}

#topbox #profdata dt {
float:none;
width: 95%;
margin-top: 15px;
margin-bottom: 5px;
font-size: 1.2rem;
}

#topbox #profdata dd {
float:none;
width: 95%;
}

/* 背景画像 */
@media screen and (min-width:769px ){
body {
    background-attachment: fixed!important;
}

#header {
    background:unset!important;
}

#gnav {
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    background:unset!important;
}
}

/* TOP>出勤情報の枠線 */
#todayssche li .room,
#todayssche li p.time:last-of-type {
  position: relative;
  z-index: 0;
}

/* 上・左右にグラデボーダー */
#todayssche li .room::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background:
    linear-gradient(to right, #656565, #eee, #656565) top,
    linear-gradient(to bottom, #656565, #ddd) left,
    linear-gradient(to bottom, #656565, #ddd) right;
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 1px 100%;
  pointer-events: none;
}

/* 左右・下にグラデボーダー */
#todayssche li p.time:last-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background:
    linear-gradient(to bottom, #ddd, #656565) left,
    linear-gradient(to bottom, #ddd, #656565) right,
    linear-gradient(to right, #656565, #eee, #656565) bottom;
  background-repeat: no-repeat;
  background-size: 1px 100%, 1px 100%, 100% 1px;
  pointer-events: none;
}

/* 元のボーダーを削除 */
#todayssche li .room {
  border: none;
  font-size: 1.1rem;
  font-weight: bold;
}

#todayssche li p.time:last-of-type {
  border: none;
  background: linear-gradient(0deg, #cbd0d3, #fff) !important;
}


/* 翻訳ボタン調整用 */
#google_translate_element2 {
  text-align: center !important;
}

#main .gt_switcher img {
  width: auto !important;
}

#gt_float_wrapper {
  bottom: 10px !important;
  left: 50px !important;
}

@media screen and (max-width: 767px) {
    #gt_float_wrapper{
        bottom: 50px !important;
        left: 10px !important;
    }
}

#toppage .slick-dots {
    display: none !important;
}

/* 白いマスク（フェードアウト時間を0.7sに短縮） */
body::after {
  content: "";
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: white;
  animation: WhiteMaskFadeOut 0.7s ease-out forwards;
}

/* ピンクのスライド（アニメーション開始を同時に） */
body::before {
  background: #FDE7E8;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: -100%;
  transform-origin: center;
  transform: scaleX(1);
  animation: PageSlideShrink 0.7s ease-out forwards;
}

#op::before, #op::after {
  display: none;
}

/* コンテンツ表示アニメーション */
#wrap {
  animation-name: PageAnime-content;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
  pointer-events: auto;
}

@keyframes WhiteMaskFadeOut {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes PageSlideShrink {
  0% {
    left: -100%;
    transform: scaleX(1);
    width: 100%;
  }
  25% {
    left: 0%;
    transform: scaleX(0.75);
    width: 75%;
  }
  50% {
    left: 50%;
    transform: scaleX(0.5);
    width: 50%;
  }
  100% {
    left: 100%;
    transform: scaleX(0.25);
    width: 0%;
  }
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}


/* グロナビの色変更 */
#gnav{
background-color: #000;
background-image: none;

/* トップページのスケジュールを3列にしてボーダーつける 
#todayssche ul li {
    width: 32%;
    border: 1px solid #000;
}
*/

/* 多言語版入口ボタン表示調整用 */

#op .entrance02 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  width: 100%;
}

#op .entrance02 .more_btn {
  width: calc(90% / 3);
  margin: 0;
}

#op .entrance02 .more_btn:first-of-type {
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #op .entrance02 .more_btn a {
    font-size: 1.4rem;
  }

  #op .entrance02 {
    margin-top: 10px;
  }
}

/* 女の子プロフページのSP時の動画表示調整 */
@media screen and (max-width: 768px) {
    #prof #topbox .moviebox.sp {
        align-items: normal;
        }
}

/* ヘッダーロゴの中央配置 
#header .inner {
    display: grid;
    grid-template-columns: 68% 32%;
}

#header .logo {
    float: none;
    margin-left: unset;
    width: fit-content;
    margin: 0 0 0 auto;
    margin-right: 4rem;
}

header .header_info {
    float: none;
}

@media screen and (max-width: 768px) {
#header .inner {
    display: unset;
    grid-template-columns: 68% 32%;
}

#header .logo {
        float: none;
        width: 60%;
        margin-inline: auto;
    }

    #header .logo a {
        background: url(/upload/back_image/54.png) no-repeat center center / contain;
        margin-inline: auto;
    }
}
*/

/* ハンバーガーメニュー内の文字(大)の色変更 */
@media screen and (max-width: 768px) {
#gnav_sp .navbox .en {
color: #888888!important;
}

/* ハンバーガーメニュー内の文字(小)の色変更 */
#gnav_sp .navbox ul > li > a .jp {
color: #888888!important;
}
}

/* キャストのリストを横3列に変更 
@media screen and (max-width: 440px) {
    .gallist li {
        width: 32.333%;
    }
}
*/

/* キャスト一覧のオプション名のテキスト色 */
#qu-form .qu-list-h label.option {
    color: #fff;
}

/* 認証ページロゴ上のスペース削除 
#main {
    margin: 0px
}
*/

/* 認証ページ画像の横幅調整 */
@media screen and (max-width: 768px) {
    #main img {
        width: auto;
        max-width: 100%;
    }
}

/* 流れ文字の背景色・速度調整 */
.marquee
{background-color: #000000;}
.marquee ul
{animation:scrollmarquee 30s linear infinite;}

/* TOPページ出勤情報3サイズ非表示の空白調整 */
#todayssche li article {
    height: 45px;
}

/* 予約フォーム非表示 
#reserve form {
    display: none;
}
*/

/* 翻訳ボタンの位置調整 */
.gt_float_switcher {
    font-size: 16px;
    margin-bottom: 30px;
}

/* パンくず調整 */
ol.breadcrumb li:first-child:after {
    content: "> TOP";
}


/* ダークグリーンテーマ時の背景不具合 */
body {
background-repeat: repeat!important;
}

/* Twitterboxの見出しのみ色変更 */
#twitterbox .subtitle {
    background-image: linear-gradient(180deg, rgba(154, 39, 238, 1) 43%, rgba(35, 102, 247, 1) 90%);
}