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

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

/* ニューステッカー スマホ表示修正 */
@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-block !important;
    min-height: 44px;
    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: #bfc1f4;
  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: #bfc1f4;
    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-search__submit {
    margin-top: 20px !important;
}
/* ★ スタイル検索ボタン PC時の矢印表示 */
.p-search__elem-item-title {
    position: relative !important;
}

/* ★ ポケパラ情報ボタン矢印 */
.p-profile__pokepara-info-arrow {
    margin-left: 1rem;
}

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

/* トップページコンテンツタイトル */
.l-header__tel,
.c-logo,
.p-page-header__title,
.p-banner-list__item-catch,
.p-profile__table caption,
.p-search__title,
.p-style__data-item-headline,
.p-index-content__header-title,
.p-header-slider__item-title,
.p-header-video__title,
.p-header-youtube__title {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold  !important;
}

.post_col {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; 
	position: relative;
}

.point {
    font-family: 'Times New Roman', serif;
    font-size: 5rem;
    color: transparent;
    -webkit-text-stroke: 1px #7d82e8;
    letter-spacing: 1.5px;
    line-height: 1;
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 20%; 
    font-weight: 600;
}

/* .point::after {
    content: "";
    display: block;
    width: calc(100% + 20px + 300%);
    height: 1px;
    background-color: #ed81b8;
    margin-top: 10px;
    position: absolute;
    left: 0;
} */

.midashi {
    color: #7d82e8;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
}

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

.p-entry__body h6 {
    position: relative;
    line-height: 1.6;
    margin: 0;
	font-weight: normal;
}

span.line {
    position: absolute;
    width: 100%;
    height: 0.5px;
    background-color: #bfc1f4;
}

div[class*="order"] img{
	width: 100%;
}

@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;
  }
  .post_row {
    margin: 0 !important;
  }
  .p-index-content__header-desc {
    text-align: center;
  }
}

.order1,
.order3,
.order5,
.order7{
 width: 70% !important;
}

.order2,
.order4,
.order6,
.order8{
 width: 30% !important;
}

.box {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .order1,
  .order3,
  .order5,
  .order7{
    width: 100% !important;
  }

  .order2,
  .order4,
  .order6,
  .order8{
    width: 100% !important;
  }
  
  .point {
    font-size: 4rem;
  }

  .midashi {
    font-size: 16px;
  }
}

/* 店舗リンクバナー */
.store-link-section {
  padding: 56px 0 72px;
  background: #fff;
}

.store-link-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.store-link-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-link-list li {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

.store-link-list a {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease;
}

.store-link-list a:hover {
  opacity: 0.82;
}

.store-link-list img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto;
}

@media screen and (max-width: 767px) {
  .footer-recruit + .store-link-section {
    margin-top: -24px;
  }

  .store-link-section {
    padding: 16px 0 48px;
  }

  .store-link-list {
    flex-direction: column;
    gap: 12px;
  }

  .store-link-list li {
    flex: 0 0 auto;
    width: 100%;
  }
}

