/*最終調整*/

.bTtlS.type7 .inner .ttlAreaWrapper .title {
    padding-left: 10px;
    padding-right: 10px;

}


.bTtlS.type7 .inner .ttlAreaWrapper .title {
    /* padding-left
Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: 3em; */
    /* padding-right: 3em; */
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1.4em;
    border-bottom: 2px solid #DDD;
    padding-bottom: 10px;
}

p.extCatList5Txt {
    color: #000000;
    line-height: 1.3em;
    margin-top: 5px;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-character;
}
#contentsAreaSection a {
    color: #0082ff;
    text-decoration: none;
    font-size: 14px;
}
.extCatList5Inner strong a {
  font-weight: 700!important;
  line-height: 1.3!important;
  display: block!important;
}


/*jsアニメーション ページ切り替え*/
#page-animate::before {
 content: '';
 position: fixed;
 left: 0; /* 左右に合わせる */
 width: 100%;
 height: 100%;
 background-image: linear-gradient(215deg, rgba(0, 130, 255, 1), rgba(0, 130, 255, 1));
background-repeat: no-repeat; 
background-position: center;
 z-index: 9999;
 pointer-events: none;
  top: 100%;
 -webkit-transition: top 2s cubic-bezier(0.4, 0, 0.2, 1);
 transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate::after {
 content: '';
 position: fixed;
 left: 0; /* 左右に合わせる */
 width: 100%;
 height: 100%;
 background-image: linear-gradient(215deg, rgba(0, 130, 255, 1), rgba(0, 130, 255, 1));
background-repeat: no-repeat; 
background-position: center;
 z-index: 9999;
 pointer-events: none;
 bottom: 100%;
 -webkit-transition: bottom 2s cubic-bezier(0.4, 0, 0.2, 1);
 transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide-in::before {
 top: 0; /* 上から下へスライドイン */
}

#page-animate.is-slide::after {
 bottom: 0; /* 上から下へスライドイン */
}



/* フォント処理*/
body{
    margin: 0;
    padding: 0;
    -webkit-font-smomthing: subpixel-antialiased;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 2em;
    font-size: 100%;
    word-break: break-all;
}
h1,h2,h3,h4{
    font-weight: 800!important;
    font-family: "Poppins","Noto Sans JP",sans-serif;
}


p {
    font-size: 16px;
    line-height: 1.8em;
}
div {
    font-size: 16px;
    line-height: 1.8em;
}


/* ▼ できることスライド -------------------------- */

/* =========================
   flat slider style
   scope: .netflixSlider / .netflix-card
========================= */

.netflixSlider{
  --ns-gap: clamp(16px, 2vw, 34px);
  --ns-card-w: clamp(240px, 28vw, 430px);
  --ns-radius: clamp(18px, 2vw, 28px);

  position: relative;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  padding: 0;
  background: transparent;
}

.netflixSlider.is-dragging{
  cursor: grabbing;
}

.netflixSlider .containerInner{
  display: flex;
  align-items: stretch;
  gap: var(--ns-gap);
  width: max-content !important;
  padding: 0 12px 0 12px;
  will-change: transform;
}

.netflixSlider .netflix-card{
  flex: 0 0 var(--ns-card-w);
  width: var(--ns-card-w);
  max-width: 86vw;
  box-sizing: border-box;
  position: relative;
  transition: transform .3s ease;
}

.netflixSlider .netflix-card,
.netflixSlider .netflix-card *{
  box-sizing: border-box;
}

.netflixSlider .netflix-card:hover{
  transform: translateY(-2px);
}

.netflixSlider .netflix-card .bCustomS,
.netflixSlider .netflix-card .bCustomS-inner,
.netflixSlider .netflix-card .bcu_image,
.netflixSlider .netflix-card .bcu_inner{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.netflixSlider .netflix-card .bcu_inner{
  text-decoration: none;
  line-height: 0;
}

.netflixSlider .netflix-card img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.04);
  background: #fff;
  pointer-events: none;
  -webkit-user-drag: none;
}

/* タブレット */
@media (max-width: 1024px){
  .netflixSlider{
    --ns-card-w: clamp(220px, 40vw, 360px);
    --ns-gap: 20px;
  }
}

/* スマホ */
@media (max-width: 767px){
  .netflixSlider{
    --ns-card-w: 74vw;
    --ns-gap: 14px;
    --ns-radius: 20px;
  }

  .netflixSlider .containerInner{
    padding: 0 8px;
  }

  .netflixSlider .netflix-card{
    max-width: 78vw;
  }

  .netflixSlider .netflix-card:hover{
    transform: none;
  }
}

/* 極小 */
@media (max-width: 480px){
  .netflixSlider{
    --ns-card-w: 78vw;
  }
}
/* =========================
   ドットナビ
========================= */

.netflixSlider{
  padding-bottom: 34px;
}

.netflixSlider .netflix-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  width: 100%;
}

.netflixSlider .netflix-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #cfd6e3;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
  appearance: none;
  -webkit-appearance: none;
}

.netflixSlider .netflix-dot:hover{
  background: #8ea0c2;
}

.netflixSlider .netflix-dot.is-active{
  background: #243b7a;
  transform: scale(1.15);
}

@media (max-width: 767px){
  .netflixSlider{
    padding-bottom: 28px;
  }

  .netflixSlider .netflix-dots{
    gap: 8px;
    margin-top: 12px;
  }

  .netflixSlider .netflix-dot{
    width: 8px;
    height: 8px;
  }
}

