/*
Theme Name:beauty_tcd054-child
Theme URI:
Description:WordPressテーマ「beauty」のカスタマイズ用子テーマです。
Template:beauty_tcd054
Author:BaromOneSystems
Author URI:https://baromone.co.jp/
Version:1.15
*/

/*
--------------------------------------------------
テーマカスタマイズ
--------------------------------------------------
*/

/* ニューステッカー スマホ表示修正 */
@media screen and (max-width: 767px) {
  .p-news-ticker {
    height: 50px !important;
    line-height: 50px !important;
  }
  
  .p-news-ticker__list-item {
    top: 0 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  
  .p-news-ticker__list-item-date {
    display: inline !important;
    margin-right: 16px !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
  }
  
  .p-news-ticker__list-item-title {
    display: inline !important;
    line-height: 50px !important;
    font-size: 12px !important;
  }
}

/* 求人バナー */
.footer-recruit {
  width: 100%;
  margin: 2em auto;
}

.recruit-box {
  background-size: cover;
  background-position: center;
  aspect-ratio: 1152/265;
  position: relative;
}

.recruit-box .recruit-box__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed81b8;
  font-size: 2em;
  font-weight: bold;
  z-index: -1;
}

/* ★ ポケパラ情報ボタン */
.p-profile__pokepara-info {
    margin: 2rem 0;
}

.p-profile__pokepara-info-box {
    background: #fff;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ed81b8;
    font-weight: bold;
    border: 2px solid #ed81b8;
    text-decoration: none;
    transition: all 0.3s ease;
}

.p-profile__pokepara-info-box:hover {
    background: #ed81b8;
    color: #fff;
}

.p-profile__pokepara-info-arrow {
    margin-left: 1rem;
}

/* キャストページポートフォリオヘッドライン */
.p-portfolio__headline { display: none; }

/* トップページコンテンツタイトル */
.point{
    letter-spacing: 1.5px;
    color: #ed81b8;
}

.midashi{
    color: #e1397a;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0;
}

.post_row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
 .post_row{
  flex-direction: column;
 }
.order1 {
  order: 1;
}
.order2 {
  order: 2;
  width: 78%;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
  width: 78%;
}
.order5 {
  order: 5;
}
.order6 {
  order: 6;
  width: 78%;
}
.order7 {
  order: 7;
}
.order8 {
  order: 8;
  width: 78%;
}
.p-index-content__header-title {
  font-size: 22px !important;
}
}